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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="ptserif">
  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_68_m1G4I7Y_zkjo77n_mx4lvIF.png">
  14.    
  15.  
  16.    <title>Markon Solutions: Expert IT Consulting &amp; Digital Transformation Services</title>
  17.    <meta name="description" content="Markon Solutions provides professional IT consulting, digital transformation, and cybersecurity services to help businesses optimize technology and drive growth in the UK market.">
  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://markonsolutions.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ffc107;
  42.        --bs-primary-rgb: ffc107;
  43.        --bs-secondary: #78716c;
  44.        --bs-success: #10b981;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #d97706;
  47.        --bs-info: #0284c7;
  48.        --bs-light: #fefce8;
  49.        --bs-dark: #3f3f46;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ffc107;
  53.        --theme-primary-color-s2: #ffc107;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #3f3f46;
  57.        --text-light-color: #676767;
  58.        --heading-color: #3f3f46;
  59.        --border-color: #fef08a;
  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: #fef08a;
  75.        --navbar-color: #3f3f46;
  76.        --topbar-bg: #fefce8;
  77.        --topbar-color: #3f3f46;
  78.        --footer-bg: #3f3f46;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #fef08a;
  82.        --card-radius: 10px;
  83.        --link-color: #ffc107;
  84.        --link-hover: #e0a800;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(255, 193, 7, 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_39">
  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.  
  406. <div class="topbar d-sm-flex d-none">
  407.  <div class="container-fluid fluid-container">
  408.    <div class="row  ">
  409.      <div>
  410.        <div class="pt-2 d-flex gap-2 pb-0">
  411.          <div class="">
  412.            <div class="tilt-button bg-primary-gradient">Latest Update</div>
  413.          </div>
  414.  
  415.          <!-- Add an id to the marquee -->
  416.          <marquee id="newsMarquee" direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  417.            <p class="text-center">
  418.              
  419.               <a href="/spurs-ease-pressure-on-frank-as-simons-seals-comfortable-win-over-slavia-prague/" class="px-5 top-color">
  420.                    Spurs Ease Pressure on Frank as Simons Seals Comfortable Win Over Slavia Prague
  421.                  </a>
  422.              
  423.               <a href="/the-art-of-ideal-butter-paneer-cooking-instructions/" class="px-5 top-color">
  424.                    The Art of Ideal Butter Paneer – Cooking Instructions
  425.                  </a>
  426.              
  427.               <a href="/uk-and-scottish-government-authorities-disagree-over-who-should-pay-the-245-million-cost-for-trump-and-vance-trips/" class="px-5 top-color">
  428.                    UK and Scottish government Authorities Disagree Over Who Should Pay the £24.5 million Cost for Trump and Vance Trips
  429.                  </a>
  430.              
  431.               <a href="/supreme-court-approves-redrawn-texas-house-maps/" class="px-5 top-color">
  432.                    Supreme Court Approves Redrawn Texas House Maps.
  433.                  </a>
  434.              
  435.               <a href="/medical-experts-from-the-scottish-region-and-the-us-complete-groundbreaking-brain-operation-using-robotic-system/" class="px-5 top-color">
  436.                    Medical Experts from the Scottish region and the US Complete Groundbreaking Brain Operation Using Robotic System
  437.                  </a>
  438.              
  439.            </p>
  440.          </marquee>
  441.        </div>
  442.      </div>
  443.    </div>
  444.  </div>
  445. </div>
  446. <style>
  447.  .tilt-button {
  448.  padding: 0.5rem 1rem;
  449.  white-space: nowrap;
  450.  font-weight: bold;
  451.  display: inline-block;
  452.  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0% 100%);
  453.  transition: background 0.3s ease;
  454. }
  455.  
  456.  
  457. </style>
  458. <script>
  459.  // Stop/start marquee when hovering or focusing links inside it
  460.  document.addEventListener("DOMContentLoaded", function () {
  461.    const marquee = document.getElementById("newsMarquee");
  462.    if (!marquee) return;
  463.  
  464.    marquee.querySelectorAll("a").forEach((link) => {
  465.      link.addEventListener("mouseenter", () => marquee.stop());
  466.      link.addEventListener("mouseleave", () => marquee.start());
  467.      // keyboard accessibility
  468.      link.addEventListener("focus", () => marquee.stop());
  469.      link.addEventListener("blur", () => marquee.start());
  470.    });
  471.  });
  472. </script>
  473.  
  474.  
  475.  
  476.            
  477.  
  478.  
  479.  
  480.  
  481.  
  482.  
  483. <header class="header-v8 mb-4">
  484.    <div class="container-fluid fluid-container">
  485.        <!-- Main Navigation Card -->
  486.        <div class="nav-card-v8">
  487.            <div class="row align-items-center justify-content-between">
  488.                <!-- Logo Section -->
  489.               <div class="col-lg-2 col-md-3 col-6">
  490.                    <div class="logo-section-v8">
  491.                        <a class="logo-link-v8" href="/">
  492.                            
  493.                                Markon Solutions
  494.                            
  495.                        </a>
  496.                    </div>
  497.                </div>
  498.  
  499.                <!-- Navigation Menu -->
  500.                <div class="col-lg-8 col-md-6 d-none d-xl-block">
  501.                    <nav class="main-nav-v8">
  502.                        <ul class="nav-list-v8">
  503.  
  504.                            
  505.                            <li class="nav-item-v8">
  506.                                <a href="/" class="nav-link-v8 active-v8"
  507.                                    data-text="Home">Home</a>
  508.                            </li>
  509.  
  510.                            
  511.                            
  512.                             <li class="nav-item-v8">
  513.                                <a href="/category/all-posts/" class="nav-link-v8"
  514.                                    data-text="All Posts">
  515.                                    All Posts
  516.                                </a>
  517.                                </li>
  518.  
  519.                                
  520.  
  521.                                                
  522.                                                
  523.                                
  524.                             <li class="nav-item-v8">
  525.                                <a href="/category/business/" class="nav-link-v8"
  526.                                    data-text="Business">
  527.                                    Business
  528.                                </a>
  529.                                </li>
  530.  
  531.                                
  532.  
  533.                                                
  534.                                                
  535.                                
  536.                             <li class="nav-item-v8">
  537.                                <a href="/category/esports/" class="nav-link-v8"
  538.                                    data-text="Esports">
  539.                                    Esports
  540.                                </a>
  541.                                </li>
  542.  
  543.                                
  544.  
  545.                                                
  546.                                                
  547.                                
  548.                             <li class="nav-item-v8">
  549.                                <a href="/category/fashion/" class="nav-link-v8"
  550.                                    data-text="Fashion">
  551.                                    Fashion
  552.                                </a>
  553.                                </li>
  554.  
  555.                                
  556.  
  557.                                                
  558.                                                
  559.                                
  560.                             <li class="nav-item-v8">
  561.                                <a href="/category/featured/" class="nav-link-v8"
  562.                                    data-text="Featured">
  563.                                    Featured
  564.                                </a>
  565.                                </li>
  566.  
  567.                                
  568.  
  569.                                                
  570.                                                
  571.                                
  572.                             <li class="nav-item-v8">
  573.                                <a href="/category/gaming/" class="nav-link-v8"
  574.                                    data-text="Gaming">
  575.                                    Gaming
  576.                                </a>
  577.                                </li>
  578.  
  579.                                
  580.  
  581.                                                
  582.                                                
  583.                                
  584.                             <li class="nav-item-v8">
  585.                                <a href="/category/health/" class="nav-link-v8"
  586.                                    data-text="Health">
  587.                                    Health
  588.                                </a>
  589.                                </li>
  590.  
  591.                                
  592.  
  593.                                                
  594.                                                
  595.                                
  596.                            
  597.                                
  598.                                
  599.                                <li class="nav-item-v8 has-dropdown-v8">
  600.                                    <a href="#" class="nav-link-v8" data-text="More">More</a>
  601.                                    <div class="dropdown-card-v8">
  602.                                        <div class="dropdown-grid-v8">
  603.                                            <div class="dropdown-section-v8">
  604.                                                <a href="/category/life-fitness/"
  605.                                                    class="dropdown-link-v8">
  606.                                                    <span class="link-icon-v8"></span> Life &amp; Fitness
  607.                                                </a>
  608.                                                
  609.  
  610.                                                
  611.  
  612.                                                
  613.                                                
  614.                                
  615.                            
  616.                                                <a href="/category/lifestyle/"
  617.                                                    class="dropdown-link-v8">
  618.                                                    <span class="link-icon-v8"></span> Lifestyle
  619.                                                </a>
  620.                                                
  621.  
  622.                                                
  623.                                                
  624.                                
  625.                            
  626.                                                <a href="/category/news/"
  627.                                                    class="dropdown-link-v8">
  628.                                                    <span class="link-icon-v8"></span> News
  629.                                                </a>
  630.                                                
  631.  
  632.                                                
  633.                                                
  634.                                
  635.                            
  636.                                                <a href="/category/others/"
  637.                                                    class="dropdown-link-v8">
  638.                                                    <span class="link-icon-v8"></span> Others
  639.                                                </a>
  640.                                                
  641.  
  642.                                                
  643.                                                
  644.                                
  645.                            
  646.                                                <a href="/category/politics/"
  647.                                                    class="dropdown-link-v8">
  648.                                                    <span class="link-icon-v8"></span> Politics
  649.                                                </a>
  650.                                                
  651.  
  652.                                                
  653.                                                
  654.                                
  655.                            
  656.                                                <a href="/category/sports/"
  657.                                                    class="dropdown-link-v8">
  658.                                                    <span class="link-icon-v8"></span> Sports
  659.                                                </a>
  660.                                                
  661.  
  662.                                                
  663.                                                
  664.                                
  665.                            
  666.                                                <a href="/category/tech/"
  667.                                                    class="dropdown-link-v8">
  668.                                                    <span class="link-icon-v8"></span> Tech
  669.                                                </a>
  670.                                                
  671.  
  672.                                                
  673.                                                
  674.                                
  675.                            
  676.                                                <a href="/category/travel/"
  677.                                                    class="dropdown-link-v8">
  678.                                                    <span class="link-icon-v8"></span> Travel
  679.                                                </a>
  680.                                                
  681.  
  682.                                                
  683.                                                
  684.                                            </div>
  685.                                        </div>
  686.                                    </div>
  687.                                </li>
  688.                                
  689.                                
  690. <li>
  691.                  <a href="/page/contact-us/">
  692.                     Contact Us
  693.                  </a>
  694.              </li>
  695.                        </ul>
  696.                    </nav>
  697.  
  698.                </div>
  699.  
  700.                <!-- Search & Mobile Toggle -->
  701.                <div class="col-lg-2 col-md-3 col-6">
  702.                    <div class="nav-actions-v8">
  703.                        <button class="search-toggle-v8" onclick="toggleSearchV8()">
  704.                            <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  705.                                stroke-width="2">
  706.                                <circle cx="11" cy="11" r="8"></circle>
  707.                                <path d="m21 21-4.35-4.35"></path>
  708.                            </svg>
  709.                        </button>
  710.                        <button class="mobile-toggle-v8 d-xl-none" onclick="toggleMobileNavV8()">
  711.                            <i class="ti-menu fs-5"></i>
  712.                        </button>
  713.                    </div>
  714.                </div>
  715.            </div>
  716.        </div>
  717.  
  718.        <!-- Floating Search Card -->
  719.        <div class="search-card-v8" id="searchCardV8">
  720.            <div class="search-container-v8">
  721.                <form class="search-form-v8" action="#" method="get">
  722.                    <div class="search-input-wrapper-v8">
  723.                        <svg class="search-icon-v8" width="20" height="20" viewBox="0 0 24 24" fill="none"
  724.                            stroke="currentColor" stroke-width="2">
  725.                            <circle cx="11" cy="11" r="8"></circle>
  726.                            <path d="m21 21-4.35-4.35"></path>
  727.                        </svg>
  728.                        <input type="search" class="search-input-v8" id="search-input"
  729.                            placeholder="Search for articles, tutorials, news..." name="q" autocomplete="off">
  730.                        <button type="button" class="search-close-v8" onclick="toggleSearchV8()">
  731.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  732.                                stroke-width="2">
  733.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  734.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  735.                            </svg>
  736.                        </button>
  737.                    </div>
  738.                    <div class="search-suggestions-v8 search-v1" id="search-results">
  739.                        
  740.                        
  741.                    </div>
  742.                </form>
  743.            </div>
  744.        </div>
  745.  
  746.        <!-- Mobile Navigation Card -->
  747.        <div class="mobile-nav-card-v8 d-xl-none" id="mobileNavV8">
  748.            <div class="mobile-nav-content-v8">
  749.                <ul class="mobile-nav-list-v8">
  750.  
  751.                    
  752.                    <li class="mobile-nav-item-v8">
  753.                        <a href="/" class="mobile-nav-link-v8 active-v8">
  754.                            Home
  755.                        </a>
  756.                    </li>
  757.  
  758.                    
  759.                      <li class="mobile-nav-item-v8">
  760.                        <a href="/category/all-posts/" class="mobile-nav-link-v8">
  761.                            All Posts
  762.                        </a>
  763.                        </li>
  764.  
  765.                        
  766.  
  767.                                
  768.                                
  769.                        
  770.                      <li class="mobile-nav-item-v8">
  771.                        <a href="/category/business/" class="mobile-nav-link-v8">
  772.                            Business
  773.                        </a>
  774.                        </li>
  775.  
  776.                        
  777.  
  778.                                
  779.                                
  780.                        
  781.                      <li class="mobile-nav-item-v8">
  782.                        <a href="/category/esports/" class="mobile-nav-link-v8">
  783.                            Esports
  784.                        </a>
  785.                        </li>
  786.  
  787.                        
  788.  
  789.                                
  790.                                
  791.                        
  792.                      <li class="mobile-nav-item-v8">
  793.                        <a href="/category/fashion/" class="mobile-nav-link-v8">
  794.                            Fashion
  795.                        </a>
  796.                        </li>
  797.  
  798.                        
  799.  
  800.                                
  801.                                
  802.                        
  803.                      <li class="mobile-nav-item-v8">
  804.                        <a href="/category/featured/" class="mobile-nav-link-v8">
  805.                            Featured
  806.                        </a>
  807.                        </li>
  808.  
  809.                        
  810.  
  811.                                
  812.                                
  813.                        
  814.                      <li class="mobile-nav-item-v8">
  815.                        <a href="/category/gaming/" class="mobile-nav-link-v8">
  816.                            Gaming
  817.                        </a>
  818.                        </li>
  819.  
  820.                        
  821.  
  822.                                
  823.                                
  824.                        
  825.                      <li class="mobile-nav-item-v8">
  826.                        <a href="/category/health/" class="mobile-nav-link-v8">
  827.                            Health
  828.                        </a>
  829.                        </li>
  830.  
  831.                        
  832.  
  833.                                
  834.                                
  835.                        
  836.                    
  837.                        
  838.                        
  839.                        <li class="mobile-nav-item-v8">
  840.                            <a href="#" class="mobile-nav-link-v8" onclick="toggleMobileDropdownV8('more-mobile-v8')">
  841.                                More
  842.                                <svg class="mobile-arrow-v8" width="16" height="16" viewBox="0 0 24 24" fill="none"
  843.                                    stroke="currentColor" stroke-width="2">
  844.                                    <polyline points="6,9 12,15 18,9"></polyline>
  845.                                </svg>
  846.                            </a>
  847.                            <ul class="mobile-dropdown-v8" id="more-mobile-v8">
  848.                                <li>
  849.                                    <a href="/category/life-fitness/"
  850.                                        class="mobile-sub-link-v8">
  851.                                        Life &amp; Fitness
  852.                                    </a>
  853.                                </li>
  854.                                
  855.  
  856.                                
  857.  
  858.                                
  859.                                
  860.                        
  861.                    
  862.                                
  863.                                <li>
  864.                                    <a href="/category/lifestyle/"
  865.                                        class="mobile-sub-link-v8">
  866.                                        Lifestyle
  867.                                    </a>
  868.                                </li>
  869.                                
  870.  
  871.                                
  872.                                
  873.                        
  874.                    
  875.                                
  876.                                <li>
  877.                                    <a href="/category/news/"
  878.                                        class="mobile-sub-link-v8">
  879.                                        News
  880.                                    </a>
  881.                                </li>
  882.                                
  883.  
  884.                                
  885.                                
  886.                        
  887.                    
  888.                                
  889.                                <li>
  890.                                    <a href="/category/others/"
  891.                                        class="mobile-sub-link-v8">
  892.                                        Others
  893.                                    </a>
  894.                                </li>
  895.                                
  896.  
  897.                                
  898.                                
  899.                        
  900.                    
  901.                                
  902.                                <li>
  903.                                    <a href="/category/politics/"
  904.                                        class="mobile-sub-link-v8">
  905.                                        Politics
  906.                                    </a>
  907.                                </li>
  908.                                
  909.  
  910.                                
  911.                                
  912.                        
  913.                    
  914.                                
  915.                                <li>
  916.                                    <a href="/category/sports/"
  917.                                        class="mobile-sub-link-v8">
  918.                                        Sports
  919.                                    </a>
  920.                                </li>
  921.                                
  922.  
  923.                                
  924.                                
  925.                        
  926.                    
  927.                                
  928.                                <li>
  929.                                    <a href="/category/tech/"
  930.                                        class="mobile-sub-link-v8">
  931.                                        Tech
  932.                                    </a>
  933.                                </li>
  934.                                
  935.  
  936.                                
  937.                                
  938.                        
  939.                    
  940.                                
  941.                                <li>
  942.                                    <a href="/category/travel/"
  943.                                        class="mobile-sub-link-v8">
  944.                                        Travel
  945.                                    </a>
  946.                                </li>
  947.                                
  948.  
  949.                                
  950.                                
  951.                            </ul>
  952.                        </li>
  953.                        
  954.                        
  955.  
  956.                </ul>
  957.  
  958.            </div>
  959.        </div>
  960.    </div>
  961.  
  962.    <!-- Background Overlay -->
  963.    <div class="nav-overlay-v8" id="navOverlayV8" onclick="closeAllV8()"></div>
  964. </header>
  965.  
  966. <style>
  967.    /* Navbar V8 Styles - Card-Based Glassmorphism Navigation */
  968.    .header-v8 {
  969.        padding: 20px 0;
  970.        position: relative;
  971.        min-height: 120px;
  972.    }
  973.  
  974.    /* Main Navigation Card */
  975.    .nav-card-v8 {
  976.        background:var(--navbar-bg);
  977.        backdrop-filter: blur(20px);
  978.        border: 1px solid var(--border-color);
  979.        border-radius: 20px;
  980.        padding: 15px 25px;
  981.        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  982.        position: relative;
  983.        z-index: 100;
  984.    }
  985.  
  986.    /* Logo Styles */
  987.    .logo-img-v8 {
  988.        max-height: 60px;
  989.        transition: all 0.3s ease;
  990.    }
  991.  
  992.    .logo-link-v8:hover .logo-img-v8 {
  993.        transform: scale(1.05) rotate(2deg);
  994.    }
  995.  
  996.    /* Main Navigation */
  997.    .nav-list-v8 {
  998.        list-style: none;
  999.        padding: 0;
  1000.        margin: 0;
  1001.        display: flex;
  1002.        align-items: center;
  1003.        justify-content: center;
  1004.        gap: 8px;
  1005.    }
  1006.  
  1007.    .nav-item-v8 {
  1008.        position: relative;
  1009.    }
  1010.  
  1011.    .nav-link-v8 {
  1012.        color: #4a5568;
  1013.        text-decoration: none;
  1014.        font-weight: 500;
  1015.        font-size: 15px;
  1016.        padding: 12px 18px;
  1017.        border-radius: 12px;
  1018.        position: relative;
  1019.        transition: all 0.3s ease;
  1020.        display: block;
  1021.        background: linear-gradient(135deg, transparent 0%, transparent 100%);
  1022.    }
  1023.  
  1024.    .nav-link-v8::before {
  1025.        content: attr(data-text);
  1026.        position: absolute;
  1027.        top: 0;
  1028.        left: 0;
  1029.        right: 0;
  1030.        bottom: 0;
  1031.        display: flex;
  1032.        align-items: center;
  1033.        justify-content: center;
  1034.        background: var(--sub-nav);
  1035.        color: var(--topbar-color);
  1036.        border-radius: 12px;
  1037.        opacity: 0;
  1038.        transform: scale(0.8);
  1039.        transition: all 0.3s ease;
  1040.        font-weight: 600;
  1041.    }
  1042.  
  1043.    .nav-link-v8:hover::before,
  1044.    .nav-link-v8.active-v8::before {
  1045.        opacity: 1;
  1046.        transform: scale(1);
  1047.    }
  1048.  
  1049.    .nav-link-v8:hover,
  1050.    .nav-link-v8.active-v8 {
  1051.        color: transparent;
  1052.        background: rgba(102, 126, 234, 0.1);
  1053.    }
  1054.  
  1055.    /* Dropdown Styles */
  1056.    .dropdown-card-v8 {
  1057.        position: absolute;
  1058.        top: calc(100% + 15px);
  1059.        left: 50%;
  1060.        transform: translateX(-50%);
  1061.        background:var(--navbar-bg);
  1062.        backdrop-filter: blur(20px);
  1063.        border: 1px solid var(--border-color);
  1064.        border-radius: 16px;
  1065.        padding: 25px;
  1066.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1067.        opacity: 0;
  1068.        visibility: hidden;
  1069.        transform: translateX(-50%) translateY(-10px);
  1070.        transition: all 0.3s ease;
  1071.        z-index: 200;
  1072.        min-width: 320px;
  1073.    }
  1074.  
  1075.    .has-dropdown-v8:hover .dropdown-card-v8 {
  1076.        opacity: 1;
  1077.        visibility: visible;
  1078.        transform: translateX(-50%) translateY(0);
  1079.    }
  1080.  
  1081.    .dropdown-grid-v8 {
  1082.        display: grid;
  1083.        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  1084.        gap: 20px;
  1085.    }
  1086.  
  1087.    .dropdown-header-v8 {
  1088.        font-size: 12px;
  1089.        font-weight: 700;
  1090.        color: #667eea;
  1091.        margin-bottom: 12px;
  1092.        text-transform: uppercase;
  1093.        letter-spacing: 1px;
  1094.    }
  1095.  
  1096.    .dropdown-link-v8 {
  1097.        display: flex;
  1098.        align-items: center;
  1099.        color: var(--navbar-color) !important;;
  1100.        text-decoration: none;
  1101.        font-size: 14px;
  1102.        padding: 10px 12px;
  1103.        border-radius: 10px;
  1104.        transition: all 0.3s ease;
  1105.        margin-bottom: 8px;
  1106.    }
  1107.  
  1108.    .dropdown-link-v8:hover {
  1109.        background:var(--bs-primary);
  1110.        color: var(--bs-white) !important;;
  1111.        transform: translateX(5px);
  1112.    }
  1113.  
  1114.    .link-icon-v8 {
  1115.        margin-right: 10px;
  1116.        height: 5px;
  1117.        width: 5px;
  1118.        border: 1px solid #2d3748;
  1119.        border-radius: 50%;
  1120.    }
  1121.  
  1122.    /* Navigation Actions */
  1123.    .nav-actions-v8 {
  1124.        display: flex;
  1125.        align-items: center;
  1126.        justify-content: flex-end;
  1127.        gap: 10px;
  1128.    }
  1129.  
  1130.    .search-toggle-v8,
  1131.    .mobile-toggle-v8 {
  1132.        background: rgba(102, 126, 234, 0.1);
  1133.        border: none;
  1134.        border-radius: 12px;
  1135.        padding: 12px;
  1136.        cursor: pointer;
  1137.        transition: all 0.3s ease;
  1138.        color: var(--bs-white);
  1139.    }
  1140.  
  1141.    .search-toggle-v8:hover,
  1142.    .mobile-toggle-v8:hover {
  1143.        background: var(--sub-nav);
  1144.        color: var(--topbar-color);
  1145.        transform: scale(1.05);
  1146.    }
  1147.  
  1148.    .mobile-toggle-v8 {
  1149.        flex-direction: column;
  1150.        gap: 3px;
  1151.        padding: 10px 12px;
  1152.    }
  1153.  
  1154.    .toggle-line-v8 {
  1155.        width: 20px;
  1156.        height: 2px;
  1157.        background: currentColor;
  1158.        border-radius: 1px;
  1159.        transition: all 0.3s ease;
  1160.    }
  1161.  
  1162.    /* Floating Search Card */
  1163.    .search-card-v8 {
  1164.        position: absolute;
  1165.        top: 100%;
  1166.        left: 50%;
  1167.        transform: translateX(-50%);
  1168.        width: calc(100% - 40px);
  1169.        max-width: 600px;
  1170.        background:var(--navbar-bg);
  1171.        backdrop-filter: blur(20px);
  1172.        border: 1px solid var(--border-color);
  1173.        border-radius: 20px;
  1174.        padding: 25px;
  1175.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1176.        opacity: 0;
  1177.        visibility: hidden;
  1178.        transform: translateX(-50%) translateY(-20px);
  1179.        transition: all 0.4s ease;
  1180.        z-index: 300;
  1181.        margin-top: 15px;
  1182.    }
  1183.  
  1184.    .search-card-v8.show-v8 {
  1185.        opacity: 1;
  1186.        visibility: visible;
  1187.        transform: translateX(-50%) translateY(0);
  1188.    }
  1189.  
  1190.    .search-input-wrapper-v8 {
  1191.        display: flex;
  1192.        align-items: center;
  1193.        background: rgba(248, 250, 252, 0.8);
  1194.        border: 2px solid rgba(102, 126, 234, 0.2);
  1195.        border-radius: 15px;
  1196.        padding: 5px;
  1197.        margin-bottom: 20px;
  1198.        transition: all 0.3s ease;
  1199.    }
  1200.  
  1201.    .search-input-wrapper-v8:focus-within {
  1202.        border-color: #667eea;
  1203.        background: rgba(255, 255, 255, 0.9);
  1204.        box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  1205.    }
  1206.  
  1207.    .search-icon-v8 {
  1208.        color: #a0aec0;
  1209.        margin: 0 15px;
  1210.        transition: color 0.3s ease;
  1211.    }
  1212.  
  1213.    .search-input-wrapper-v8:focus-within .search-icon-v8 {
  1214.        color: #667eea;
  1215.    }
  1216.  
  1217.    .search-input-v8 {
  1218.        flex: 1;
  1219.        border: none;
  1220.        background: transparent;
  1221.        font-size: 16px;
  1222.        padding: 15px 0;
  1223.        outline: none;
  1224.        color: #2d3748;
  1225.    }
  1226.  
  1227.    .search-input-v8::placeholder {
  1228.        color: #a0aec0;
  1229.    }
  1230.  
  1231.    .search-close-v8 {
  1232.        background: rgba(160, 174, 192, 0.2);
  1233.        border: none;
  1234.        border-radius: 10px;
  1235.        padding: 8px;
  1236.        margin-right: 8px;
  1237.        cursor: pointer;
  1238.        transition: all 0.3s ease;
  1239.        color: #a0aec0;
  1240.    }
  1241.  
  1242.    .search-close-v8:hover {
  1243.        background: rgba(229, 62, 62, 0.1);
  1244.        color: #e53e3e;
  1245.    }
  1246.  
  1247.    /* Search Suggestions */
  1248.    .search-suggestions-v8 {
  1249.        display: grid;
  1250.        gap: 8px;
  1251.    }
  1252.  
  1253.    .suggestion-item-v8 {
  1254.        display: flex;
  1255.        align-items: center;
  1256.        padding: 12px 15px;
  1257.        background: rgba(248, 250, 252, 0.1);
  1258.        border-radius: 12px;
  1259.        cursor: pointer;
  1260.        transition: all 0.3s ease;
  1261.    }
  1262.  
  1263.    .suggestion-item-v8:hover {
  1264.        background: linear-gradient(135deg, #667eea 0%, #007bff 100%);
  1265.        color: white;
  1266.        transform: translateX(5px);
  1267.    }
  1268.  
  1269.    .suggestion-icon-v8 {
  1270.        margin-right: 12px;
  1271.        font-size: 16px;
  1272.    }
  1273.  
  1274.    .suggestion-text-v8 {
  1275.        font-size: 14px;
  1276.        font-weight: 500;
  1277.    }
  1278.  
  1279.    /* Mobile Navigation Card */
  1280.    .mobile-nav-card-v8 {
  1281.        position: absolute;
  1282.        top: 100%;
  1283.        left: 50%;
  1284.        transform: translateX(-50%);
  1285.        width: calc(100% - 40px);
  1286.        background:var(--card-bg);
  1287.        backdrop-filter: blur(20px);
  1288.        border: 1px solid var(--border-color);
  1289.        border-radius: 20px;
  1290.        padding: 20px;
  1291.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1292.        opacity: 0;
  1293.        visibility: hidden;
  1294.        transform: translateX(-50%) translateY(-20px);
  1295.        transition: all 0.4s ease;
  1296.        z-index: 300;
  1297.        margin-top: 15px;
  1298.        max-height: 70vh;
  1299.        overflow-y: auto;
  1300.    }
  1301.  
  1302.    .mobile-nav-card-v8.show-v8 {
  1303.        opacity: 1;
  1304.        visibility: visible;
  1305.        transform: translateX(-50%) translateY(0);
  1306.    }
  1307.  
  1308.    .mobile-nav-list-v8 {
  1309.        list-style: none;
  1310.        padding: 0;
  1311.        margin: 0;
  1312.    }
  1313.  
  1314.    .mobile-nav-item-v8 {
  1315.        margin-bottom: 8px;
  1316.    }
  1317.  
  1318.    .mobile-nav-link-v8 {
  1319.        display: flex;
  1320.        align-items: center;
  1321.        color: var(--navbar-color) !important;
  1322.        text-decoration: none;
  1323.        font-weight: 500;
  1324.        font-size: 16px;
  1325.        padding: 15px;
  1326.        border-radius: 12px;
  1327.        justify-content: space-between;
  1328.    }
  1329.  
  1330.    .mobile-nav-link-v8:hover,
  1331.    .mobile-nav-link-v8.active-v8 {
  1332.        background:var(--sub-nav);
  1333.        color: var(--topbar-color) !important;
  1334.    }
  1335.  
  1336.    .mobile-nav-icon-v8 {
  1337.        font-size: 18px;
  1338.        background-color: var(--navbar-bg) !important;
  1339.        margin-right: 12px;
  1340.    }
  1341.  
  1342.    .mobile-arrow-v8 {
  1343.        transition: transform 0.3s ease;
  1344.    }
  1345.  
  1346.    .mobile-nav-item-v8.open-v8 .mobile-arrow-v8 {
  1347.        transform: rotate(180deg);
  1348.    }
  1349.  
  1350.    .mobile-dropdown-v8 {
  1351.        list-style: none;
  1352.        padding: 0;
  1353.        margin: 0;
  1354.        max-height: 0;
  1355.        overflow: hidden;
  1356.        transition: all 0.3s ease;
  1357.        background: rgba(248, 250, 252, 0.5);
  1358.        border-radius: 12px;
  1359.        margin-top: 8px;
  1360.    }
  1361.  
  1362.    .mobile-dropdown-v8.show-v8 {
  1363.        max-height: 300px;
  1364.        background-color: var(--navbar-bg);
  1365.        padding: 10px 0;
  1366.    }
  1367.  
  1368.    .mobile-sub-link-v8 {
  1369.        display: block;
  1370.        color: var(--navbar-color) !important;
  1371.        text-decoration: none;
  1372.        font-size: 14px;
  1373.        padding: 10px 20px;
  1374.        transition: all 0.3s ease;
  1375.    }
  1376.  
  1377.    .mobile-sub-link-v8:hover {
  1378.        color: var(--topbar-color);
  1379.        background: var(--sub-nav);
  1380.        border-radius: 12px;
  1381.    }
  1382.  
  1383.    /* Background Overlay */
  1384.    .nav-overlay-v8 {
  1385.        position: fixed;
  1386.        top: 0;
  1387.        left: 0;
  1388.        right: 0;
  1389.        bottom: 0;
  1390.        background: rgba(0, 0, 0, 0.3);
  1391.        backdrop-filter: blur(5px);
  1392.        z-index: 250;
  1393.        opacity: 0;
  1394.        visibility: hidden;
  1395.        transition: all 0.3s ease;
  1396.    }
  1397.  
  1398.    .nav-overlay-v8.show-v8 {
  1399.        opacity: 1;
  1400.        visibility: visible;
  1401.    }
  1402.  
  1403.    /* Responsive Design */
  1404.    @media (max-width: 1300px) {
  1405.        .header-v8 {
  1406.            padding: 15px 0;
  1407.        }
  1408.  
  1409.        .nav-card-v8 {
  1410.            padding: 12px 20px;
  1411.            border-radius: 15px;
  1412.        }
  1413.  
  1414.        .search-card-v8,
  1415.        .mobile-nav-card-v8 {
  1416.            width: calc(100% - 40px);
  1417.            padding: 20px;
  1418.        }
  1419.    }
  1420.  
  1421.    @media (max-width: 576px) {
  1422.        .nav-card-v8 {
  1423.            padding: 10px 15px;
  1424.        }
  1425.  
  1426.        .logo-img-v8 {
  1427.            max-height: 35px;
  1428.        }
  1429.    }
  1430. </style>
  1431.  
  1432. <script>
  1433.    let activeCard = null;
  1434.  
  1435.    function toggleSearchV8() {
  1436.        const searchCard = document.getElementById('searchCardV8');
  1437.        const overlay = document.getElementById('navOverlayV8');
  1438.        const mobileNav = document.getElementById('mobileNavV8');
  1439.  
  1440.        // Close mobile nav if open
  1441.        mobileNav.classList.remove('show-v8');
  1442.  
  1443.        if (searchCard.classList.contains('show-v8')) {
  1444.            searchCard.classList.remove('show-v8');
  1445.            overlay.classList.remove('show-v8');
  1446.            activeCard = null;
  1447.        } else {
  1448.            searchCard.classList.add('show-v8');
  1449.            overlay.classList.add('show-v8');
  1450.            activeCard = 'search';
  1451.  
  1452.            // Focus on search input
  1453.            setTimeout(() => {
  1454.                const searchInput = document.querySelector('.search-input-v8');
  1455.                if (searchInput) searchInput.focus();
  1456.            }, 100);
  1457.        }
  1458.    }
  1459.  
  1460.    function toggleMobileNavV8() {
  1461.        const mobileNav = document.getElementById('mobileNavV8');
  1462.        const overlay = document.getElementById('navOverlayV8');
  1463.        const searchCard = document.getElementById('searchCardV8');
  1464.  
  1465.        // Close search if open
  1466.        searchCard.classList.remove('show-v8');
  1467.  
  1468.        if (mobileNav.classList.contains('show-v8')) {
  1469.            mobileNav.classList.remove('show-v8');
  1470.            overlay.classList.remove('show-v8');
  1471.            activeCard = null;
  1472.        } else {
  1473.            mobileNav.classList.add('show-v8');
  1474.            overlay.classList.add('show-v8');
  1475.            activeCard = 'mobile';
  1476.        }
  1477.    }
  1478.  
  1479.    function toggleMobileDropdownV8(dropdownId) {
  1480.        const dropdown = document.getElementById(dropdownId);
  1481.        const parentItem = dropdown.closest('.mobile-nav-item-v8');
  1482.  
  1483.        // Close other dropdowns
  1484.        const allDropdowns = document.querySelectorAll('.mobile-dropdown-v8');
  1485.        const allParents = document.querySelectorAll('.mobile-nav-item-v8');
  1486.  
  1487.        allDropdowns.forEach(dd => {
  1488.            if (dd.id !== dropdownId) {
  1489.                dd.classList.remove('show-v8');
  1490.            }
  1491.        });
  1492.  
  1493.        allParents.forEach(parent => {
  1494.            if (parent !== parentItem) {
  1495.                parent.classList.remove('open-v8');
  1496.            }
  1497.        });
  1498.  
  1499.        // Toggle current dropdown
  1500.        dropdown.classList.toggle('show-v8');
  1501.        parentItem.classList.toggle('open-v8');
  1502.    }
  1503.  
  1504.    function closeAllV8() {
  1505.        const searchCard = document.getElementById('searchCardV8');
  1506.        const mobileNav = document.getElementById('mobileNavV8');
  1507.        const overlay = document.getElementById('navOverlayV8');
  1508.  
  1509.        searchCard.classList.remove('show-v8');
  1510.        mobileNav.classList.remove('show-v8');
  1511.        overlay.classList.remove('show-v8');
  1512.        activeCard = null;
  1513.    }
  1514.  
  1515.    // Close on escape key
  1516.    document.addEventListener('keydown', function (e) {
  1517.        if (e.key === 'Escape' && activeCard) {
  1518.            closeAllV8();
  1519.        }
  1520.    });
  1521.  
  1522.    // Handle suggestion clicks
  1523.    document.addEventListener('click', function (e) {
  1524.        if (e.target.closest('.suggestion-item-v8')) {
  1525.            const suggestionText = e.target.closest('.suggestion-item-v8').querySelector('.suggestion-text-v8').textContent;
  1526.            const searchInput = document.querySelector('.search-input-v8');
  1527.            if (searchInput) {
  1528.                searchInput.value = suggestionText.replace(/^(Popular|Trending|Latest): /, '');
  1529.            }
  1530.        }
  1531.    });
  1532. </script>
  1533. <script>
  1534.  document.addEventListener("DOMContentLoaded", function () {
  1535.    console.log("loaded");
  1536.  
  1537.     const searchInput = document.getElementById("search-input")
  1538.    const searchResults = document.getElementById("search-results");
  1539.  
  1540.    if (!searchInput || !searchResults) {
  1541.      console.error("Search input/results not found");
  1542.      return;
  1543.    }
  1544.  
  1545.    // Prevent form submission
  1546.    if (searchInput.form) {
  1547.      searchInput.form.addEventListener("submit", function (e) {
  1548.        e.preventDefault();
  1549.      });
  1550.    }
  1551.  
  1552.    // Add event listener for keyup
  1553.    searchInput.addEventListener("keyup", function (e) {
  1554.      console.log("Key pressed:", e.key);
  1555.      e.preventDefault();
  1556.  
  1557.      const query = searchInput.value.trim();
  1558.      console.log("User is typing: " + query);
  1559.  
  1560.      // If empty → clear and hide
  1561.      if (query === "") {
  1562.        searchResults.innerHTML = "";
  1563.        searchResults.style.display = "none";
  1564.        return;
  1565.      }
  1566.  
  1567.      // Show results
  1568.      searchResults.style.display = "block";
  1569.  
  1570.      // Fetch search results
  1571.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1572.        method: "GET",
  1573.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1574.      })
  1575.        .then(response => {
  1576.          console.log("Response Status:", response.status);
  1577.          return response.json();
  1578.        })
  1579.        .then(data => {
  1580.          console.log("Data received:", data);
  1581.          if (data.html) {
  1582.            searchResults.innerHTML = data.html;
  1583.          } else {
  1584.            searchResults.innerHTML = "<p>No results found.</p>";
  1585.          }
  1586.        })
  1587.        .catch(error => {
  1588.          console.error("Error fetching search results:", error);
  1589.        });
  1590.    });
  1591.  
  1592.    // Close results when clicking outside
  1593.    document.addEventListener("click", function (e) {
  1594.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1595.        searchResults.style.display = "none";
  1596.      }
  1597.    });
  1598.  
  1599.    // Close results on ESC key
  1600.    document.addEventListener("keydown", function (e) {
  1601.      if (e.key === "Escape") {
  1602.        searchResults.style.display = "none";
  1603.      }
  1604.    });
  1605.  });
  1606. </script>
  1607.  
  1608.  
  1609.        </header>
  1610.        <!-- end of header -->
  1611.        <!-- start of wpo-blog-hero -->
  1612.        
  1613.  
  1614.  
  1615.  
  1616.  
  1617.  
  1618.  
  1619.  
  1620. <div class="blog-hero-v9">
  1621.  <div class="container-fluid fluid-container">
  1622.    <!-- Top Section: Split Layout -->
  1623.    <div class="row g-4 mb-5">
  1624.      <!-- Large Featured Article (Left) -->
  1625.      
  1626.              
  1627.      <div class="col-lg-8 col-12">
  1628.        <article class="large-featured">
  1629.          <div class="featured-image-container">
  1630.            
  1631.                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="The Chinese New Artificial Intelligence Rules Target on Minors Protection and Suicide Risk Mitigation." class="featured-image">
  1632.            
  1633.            <div class="category-tag bg-primary-gradient">News</div>
  1634.          </div>
  1635.          <div class="featured-content">
  1636.            <h1 class="featured-title"><a href="/the-chinese-new-artificial-intelligence-rules-target-on-minors-protection-and-suicide-risk-mitigation/">
  1637.                                The Chinese New Artificial Intelligence Rules Target on Minors Protection and Suicide Risk Mitigation.
  1638.                            </a></h1>
  1639.            <p class="featured-summary"></p>
  1640.            <div class="article-meta">
  1641.              <div class="author-info">
  1642.                
  1643.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Angela Wagner" class="author-pic" >
  1644.                  
  1645.                <span class="author-name">Angela Wagner</span>
  1646.                <span class="post-time">May 13, 2026</span>
  1647.              </div>
  1648.            </div>
  1649.          </div>
  1650.        </article>
  1651.      </div>
  1652.      
  1653.      
  1654.  
  1655.      <!-- Smaller Featured Articles (Right, Stacked) -->
  1656.      <div class="col-lg-4 col-12">
  1657.        <div class="stacked-features">
  1658.          
  1659.          <article class="small-featured">
  1660.            <div class="small-image-container">
  1661.              
  1662.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Gavin Newsom Confirms He Is Evaluating a Presidential Campaign for 2028" class="small-image">
  1663.              
  1664.              <div class="category-tag bg-primary-gradient">News</div>
  1665.            </div>
  1666.            <div class="small-content">
  1667.              <h3 class="small-title"> <a href="/gavin-newsom-confirms-he-is-evaluating-a-presidential-campaign-for-2028/">
  1668.                                Gavin Newsom Confirms He Is Evaluating a Presidential Campaign for 2028
  1669.                            </a></h3>
  1670.              <p class="compact-text"></p>
  1671.              <div class="small-meta">
  1672.                <span class="small-author">Angela Wagner</span>
  1673.                <span class="small-date">May 13, 2026</span>
  1674.              </div>
  1675.            </div>
  1676.          </article>
  1677.      
  1678.          <article class="small-featured">
  1679.            <div class="small-image-container">
  1680.              
  1681.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Some groups on the left and right who offer only discontent: Ministers are moving forward with the job of economic renewal." class="small-image">
  1682.              
  1683.              <div class="category-tag bg-primary-gradient">News</div>
  1684.            </div>
  1685.            <div class="small-content">
  1686.              <h3 class="small-title"> <a href="/some-groups-on-the-left-and-right-who-offer-only-discontent-ministers-are-moving-forward-with-the-job-of-economic-renewal/">
  1687.                                Some groups on the left and right who offer only discontent: Ministers are moving forward with the job of economic renewal.
  1688.                            </a></h3>
  1689.              <p class="compact-text"></p>
  1690.              <div class="small-meta">
  1691.                <span class="small-author">Angela Wagner</span>
  1692.                <span class="small-date">May 13, 2026</span>
  1693.              </div>
  1694.            </div>
  1695.          </article>
  1696.      
  1697.        </div>
  1698.      </div>
  1699.    </div>
  1700.    <!-- Bottom Section: Three Compact Cards -->
  1701.    <div class="row g-4">
  1702.      
  1703.      <div class="col-lg-4 col-md-6 col-12">
  1704.        <article class="compact-card">
  1705.          <div class="compact-image">
  1706.            
  1707.                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="The Greater Manchester Mayor Was &#x27;Likely&#x27; to Have Won Gorton and Denton Byelection, States Labour Number Two" >
  1708.            
  1709.            <div class="compact-category bg-primary-gradient">News</div>
  1710.          </div>
  1711.          <div class="compact-body">
  1712.            <h3 class="compact-title"> <a href="/the-greater-manchester-mayor-was-likely-to-have-won-gorton-and-denton-byelection-states-labour-number-two/">
  1713.                                    The Greater Manchester Mayor Was &#x27;Likely&#x27; to Have Won Gorton and Denton Byelection, States Labour Number Two
  1714.                                </a></h3>
  1715.            <p class="compact-text"></p>
  1716.            <div class="compact-footer">
  1717.              <span class="compact-name">Angela Wagner</span>
  1718.              <span class="compact-date">May 13</span>
  1719.            </div>
  1720.          </div>
  1721.        </article>
  1722.      </div>
  1723.      
  1724.      <div class="col-lg-4 col-md-6 col-12">
  1725.        <article class="compact-card">
  1726.          <div class="compact-image">
  1727.            
  1728.                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Ex- BBC Advisers Undergo MPs&#x27; Questioning In the Wake of Claims of Bias in Disclosed Memo" >
  1729.            
  1730.            <div class="compact-category bg-primary-gradient">News</div>
  1731.          </div>
  1732.          <div class="compact-body">
  1733.            <h3 class="compact-title"> <a href="/ex-bbc-advisers-undergo-mps-questioning-in-the-wake-of-claims-of-bias-in-disclosed-memo/">
  1734.                                    Ex- BBC Advisers Undergo MPs&#x27; Questioning In the Wake of Claims of Bias in Disclosed Memo
  1735.                                </a></h3>
  1736.            <p class="compact-text"></p>
  1737.            <div class="compact-footer">
  1738.              <span class="compact-name">Angela Wagner</span>
  1739.              <span class="compact-date">May 13</span>
  1740.            </div>
  1741.          </div>
  1742.        </article>
  1743.      </div>
  1744.      
  1745.    </div>
  1746.  </div>
  1747. </div>
  1748.  
  1749. <style>
  1750.  
  1751.  /* Large Featured Article */
  1752.  .large-featured {
  1753.    background: var(--card-bg, #ffffff);
  1754.    border-radius: 10px;
  1755.    overflow: hidden;
  1756.    transition: box-shadow 0.3s ease;
  1757.  }
  1758.  
  1759.  .large-featured:hover {
  1760.    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  1761.  }
  1762.  
  1763.  .featured-image-container {
  1764.    position: relative;
  1765.    height: 350px;
  1766.    overflow: hidden;
  1767.  }
  1768.  
  1769.  .featured-image {
  1770.    width: 100%;
  1771.    height: 100%;
  1772.    object-fit: cover;
  1773.  }
  1774.  
  1775.  .featured-content {
  1776.    padding: 2rem;
  1777.  }
  1778.  
  1779.  .featured-title {
  1780.    font-size: 2.2rem;
  1781.    font-weight: 700;
  1782.    color: #111827;
  1783.    margin-bottom: 0.75rem;
  1784.    line-height: 1.3;
  1785.  }
  1786.  
  1787.  .featured-summary {
  1788.    font-size: 1rem;
  1789.    color: #4b5563;
  1790.    line-height: 1.6;
  1791.    margin-bottom: 1.25rem;
  1792.  }
  1793.  
  1794.  .article-meta {
  1795.    display: flex;
  1796.    align-items: center;
  1797.    gap: 0.75rem;
  1798.    font-size: 0.85rem;
  1799.    color: #6b7280;
  1800.  }
  1801.  
  1802.  .author-info {
  1803.    display: flex;
  1804.    align-items: center;
  1805.    gap: 0.5rem;
  1806.  }
  1807.  
  1808.  .author-pic {
  1809.    width: 36px;
  1810.    height: 36px;
  1811.    border-radius: 50%;
  1812.  }
  1813.  
  1814.  .author-name {
  1815.    font-weight: 600;
  1816.    color: #374151;
  1817.  }
  1818.  
  1819.  /* Smaller Featured Articles (Stacked) */
  1820.  .stacked-features {
  1821.    display: flex;
  1822.    flex-direction: column;
  1823.    gap: 1.5rem;
  1824.  }
  1825.  
  1826.  .small-featured {
  1827.    background: var(--card-bg, #ffffff);
  1828.    border-radius: 10px;
  1829.    overflow: hidden;
  1830.    transition: box-shadow 0.3s ease;
  1831.  }
  1832.  
  1833.  .small-featured:hover {
  1834.    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  1835.  }
  1836.  
  1837.  .small-image-container {
  1838.    position: relative;
  1839.    height: 150px;
  1840.    overflow: hidden;
  1841.  }
  1842.  
  1843.  .small-image {
  1844.    width: 100%;
  1845.    height: 100%;
  1846.    object-fit: cover;
  1847.  }
  1848.  
  1849.  .small-content {
  1850.    padding: 1.25rem;
  1851.  }
  1852.  
  1853.  .small-title {
  1854.    font-size: 1.2rem;
  1855.    font-weight: 600;
  1856.    color: #111827;
  1857.    margin-bottom: 0.5rem;
  1858.  }
  1859.  
  1860.  .small-meta {
  1861.    display: flex;
  1862.    gap: 0.5rem;
  1863.    font-size: 0.8rem;
  1864.    color: #6b7280;
  1865.  }
  1866.  
  1867.  /* Category Tags - Gradient for Difference */
  1868.  .category-tag {
  1869.    position: absolute;
  1870.    top: 0.75rem;
  1871.    left: 0.75rem;
  1872.    padding: 0.3rem 1rem;
  1873.    font-size: 0.75rem;
  1874.    font-weight: 600;
  1875.    text-transform: uppercase;
  1876.    color: white;
  1877.    border-radius: 15px; /* Soft pill shape */
  1878.  }
  1879.  
  1880.  
  1881.  
  1882.  /* Compact Cards - Borderless */
  1883.  .compact-card {
  1884.    background: var(--card-bg, #ffffff);
  1885.    border-radius: 10px;
  1886.    overflow: hidden;
  1887.    transition: box-shadow 0.3s ease;
  1888.  }
  1889.  
  1890.  .compact-card:hover {
  1891.    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  1892.  }
  1893.  
  1894.  .compact-image {
  1895.    position: relative;
  1896.    height: 180px;
  1897.    overflow: hidden;
  1898.  }
  1899.  
  1900.  .compact-image img {
  1901.    width: 100%;
  1902.    height: 100%;
  1903.    object-fit: cover;
  1904.  }
  1905.  
  1906.  .compact-category {
  1907.    position: absolute;
  1908.    top: 0.75rem;
  1909.    left: 0.75rem;
  1910.    padding: 0.3rem 0.8rem;
  1911.    font-size: 0.7rem;
  1912.    border-radius: 15px;
  1913.    color: white;
  1914.  }
  1915.  
  1916.  .compact-body {
  1917.    padding: 1.5rem;
  1918.  }
  1919.  
  1920.  .compact-title {
  1921.    font-size: 1.1rem;
  1922.    font-weight: 600;
  1923.    color: #111827;
  1924.    margin-bottom: 0.5rem;
  1925.  }
  1926.  
  1927.  .compact-text {
  1928.    font-size: 0.9rem;
  1929.    color: #4b5563;
  1930.    line-height: 1.5;
  1931.    margin-bottom: 1rem;
  1932.  }
  1933.  
  1934.  .compact-footer {
  1935.    display: flex;
  1936.    justify-content: space-between;
  1937.    font-size: 0.8rem;
  1938.    color: #6b7280;
  1939.  }
  1940.  
  1941.  /* Responsive Design */
  1942.  @media (max-width: 992px) {
  1943.    .featured-image-container {
  1944.      height: 280px;
  1945.    }
  1946.  
  1947.    .featured-title {
  1948.      font-size: 1.8rem;
  1949.    }
  1950.  
  1951.    .small-image-container {
  1952.      height: 120px;
  1953.    }
  1954.  }
  1955.  
  1956.  @media (max-width: 768px) {
  1957.    .featured-content,
  1958.    .small-content,
  1959.    .compact-body {
  1960.      padding: 1.25rem;
  1961.    }
  1962.  
  1963.    .compact-image {
  1964.      height: 150px;
  1965.    }
  1966.  }
  1967.  
  1968.  @media (max-width: 576px) {
  1969.    .featured-title {
  1970.      font-size: 1.5rem;
  1971.    }
  1972.  
  1973.    .small-title,
  1974.    .compact-title {
  1975.      font-size: 1rem;
  1976.    }
  1977.  }
  1978. </style>
  1979.  
  1980.  
  1981.  
  1982.  
  1983.        <!-- end of wpo-blog-hero -->
  1984.  
  1985.        <!-- start of wpo-breacking-news -->
  1986.        
  1987.        <!-- end of wpo-breacking-news -->
  1988.        
  1989.        <!-- start wpo-blog-highlights-section -->
  1990.        
  1991.  
  1992.  
  1993.  
  1994.    
  1995.  
  1996.  
  1997. <style>
  1998.  
  1999.    .blog-highlights-section {
  2000.        padding: 30px 0;
  2001.    }
  2002.  
  2003.    .blog-cards-grid {
  2004.        display: grid;
  2005.        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  2006.        gap: 30px;
  2007.    }
  2008.  
  2009.    .blog-card {
  2010.        background: var(--card-bg);
  2011.        border: 1px solid var(--card-border);
  2012.        border-radius: var(--border-radius);
  2013.        overflow: hidden;
  2014.        transition: all 0.3s ease;
  2015.        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  2016.    }
  2017.  
  2018.    .blog-card:hover {
  2019.        transform: translateY(-8px);
  2020.        box-shadow: 0 12px 35px rgba(0,0,0,0.1);
  2021.        border-color: var(--theme-primary-color);
  2022.    }
  2023.  
  2024.    .blog-card-image {
  2025.        position: relative;
  2026.        height: 220px;
  2027.        overflow: hidden;
  2028.    }
  2029.  
  2030.    .blog-card-image img {
  2031.        width: 100%;
  2032.        height: 100%;
  2033.        object-fit: cover;
  2034.        transition: transform 0.3s ease;
  2035.    }
  2036.  
  2037.    .blog-card:hover .blog-card-image img {
  2038.        transform: scale(1.05);
  2039.    }
  2040.  
  2041.    .blog-category {
  2042.        position: absolute;
  2043.        top: 15px;
  2044.        right: 15px;
  2045.        color: white;
  2046.        padding: 6px 12px;
  2047.        border-radius: 20px;
  2048.        font-size: 12px;
  2049.        font-weight: 600;
  2050.        text-transform: uppercase;
  2051.        letter-spacing: 0.5px;
  2052.    }
  2053.  
  2054.    .blog-card-content {
  2055.        padding: 25px;
  2056.    }
  2057.  
  2058.    .blog-card-title {
  2059.        font-family: var(--heading-font);
  2060.        font-size: 1.3rem;
  2061.        font-weight: var(--heading-weight);
  2062.        color: var(--top-color);
  2063.        margin-bottom: 15px;
  2064.        line-height: 1.4;
  2065.    }
  2066.  
  2067.    .blog-card-title a {
  2068.        color: inherit !important;
  2069.        text-decoration: none;
  2070.        transition: color 0.3s ease;
  2071.    }
  2072.  
  2073.    .blog-card-title a:hover {
  2074.        color: var(--theme-primary-color);
  2075.    }
  2076.  
  2077.    .blog-card-meta {
  2078.        display: flex;
  2079.        align-items: center;
  2080.        gap: 15px;
  2081.        margin-bottom: 15px;
  2082.        font-size: 14px;
  2083.        color: var(--text-light-color);
  2084.    }
  2085.  
  2086.    .blog-author-img {
  2087.        width: 30px;
  2088.        height: 30px;
  2089.        border-radius: 50%;
  2090.        object-fit: cover;
  2091.    }
  2092.  
  2093.    .blog-card-excerpt {
  2094.        color: var(--body-color);
  2095.        font-size: 15px;
  2096.        line-height: 1.6;
  2097.        margin-bottom: 20px;
  2098.        display: -webkit-box;
  2099.        -webkit-line-clamp: 3;
  2100.        -webkit-box-orient: vertical;
  2101.        overflow: hidden;
  2102.    }
  2103.  
  2104.    .blog-card-footer {
  2105.        display: flex;
  2106.        justify-content: space-between;
  2107.        align-items: center;
  2108.        padding-top: 15px;
  2109.        border-top: 1px solid var(--border-color-s2);
  2110.    }
  2111.  
  2112.    .blog-read-time {
  2113.        font-size: 13px;
  2114.        color: var(--light);
  2115.    }
  2116.  
  2117.    .blog-read-more {
  2118.        color: var(--top-color) !important;
  2119.        text-decoration: none;
  2120.        font-weight: 600;
  2121.        font-size: 14px;
  2122.        transition: all 0.3s ease;
  2123.    }
  2124.  
  2125.    .blog-read-more:hover {
  2126.        color: var(--theme-primary-color-s2);
  2127.        text-decoration: underline;
  2128.    }
  2129.  
  2130.    .section-title {
  2131.        font-family: var(--heading-font);
  2132.        font-size: 2.5rem;
  2133.        font-weight: var(--heading-weight);
  2134.        color: var(--heading-color);
  2135.        text-align: center;
  2136.        margin-bottom: 20px;
  2137.    }
  2138.  
  2139.    .section-subtitle {
  2140.        text-align: center;
  2141.        color: var(--text-light-color);
  2142.        font-size: 1.1rem;
  2143.        max-width: 600px;
  2144.        margin: 0 auto;
  2145.    }
  2146.  
  2147.    @media (max-width: 768px) {
  2148.        .blog-cards-grid {
  2149.            grid-template-columns: 1fr;
  2150.            gap: 20px;
  2151.        }
  2152.        
  2153.        .section-title {
  2154.            font-size: 2rem;
  2155.        }
  2156.        
  2157.        .blog-highlights-section {
  2158.            padding: 60px 0;
  2159.        }
  2160.    }
  2161. </style>
  2162.  
  2163. <section class="blog-highlights-section">
  2164.     <div class="container-fluid fluid-container">
  2165.      
  2166.            <div class="section-title">
  2167.                <h2>
  2168.                Today's Top Highlights
  2169.                   </h2>
  2170.                <p class="section-subtitle">Discover the latest stories and insights from our community</p>
  2171.    </div>
  2172.        
  2173.        <div class="row">
  2174.            <div class="col-lg-8 col-12">
  2175.                <div class="blog-cards-grid">
  2176.                    
  2177.                    <article class="blog-card">
  2178.                        <div class="blog-card-image">
  2179.                          
  2180.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2181.                            
  2182.                            <span class="blog-category bg-primary-gradient">
  2183.                                News
  2184.                            </span>
  2185.                        </div>
  2186.                        <div class="blog-card-content">
  2187.                            <h3 class="blog-card-title">
  2188.                                <a href="/canadas-blue-jays-earn-world-series-matchup-with-the-dodgers/" >
  2189.                                Canada&#x27;s Blue Jays Earn World Series Matchup With the Dodgers
  2190.                                </a>
  2191.                            </h3>
  2192.                            <div class="blog-card-meta">
  2193.                                
  2194.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Angela Wagner" class="blog-author-img">
  2195.                                
  2196.                                <span>By <strong>Angela Wagner</strong></span>
  2197.                                <span>•</span>
  2198.                                <span>13 May 2026</span>
  2199.                            </div>
  2200.                            <p class="blog-card-excerpt">
  2201.                                
  2202.                            </p>
  2203.                            <div class="blog-card-footer">
  2204.                                <div class="blog-read-time">
  2205.                                    📖 5 min read
  2206.                                </div>
  2207.                                <a href="/canadas-blue-jays-earn-world-series-matchup-with-the-dodgers/" class="blog-read-more">
  2208.                                    Read More →
  2209.                                </a>
  2210.                            </div>
  2211.                        </div>
  2212.                    </article>
  2213.                    
  2214.                    <article class="blog-card">
  2215.                        <div class="blog-card-image">
  2216.                          
  2217.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2218.                            
  2219.                            <span class="blog-category bg-primary-gradient">
  2220.                                News
  2221.                            </span>
  2222.                        </div>
  2223.                        <div class="blog-card-content">
  2224.                            <h3 class="blog-card-title">
  2225.                                <a href="/the-english-team-include-bashir-in-squad-for-ashes-initial-match/" >
  2226.                                The English team Include Bashir in Squad for Ashes Initial Match
  2227.                                </a>
  2228.                            </h3>
  2229.                            <div class="blog-card-meta">
  2230.                                
  2231.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Angela Wagner" class="blog-author-img">
  2232.                                
  2233.                                <span>By <strong>Angela Wagner</strong></span>
  2234.                                <span>•</span>
  2235.                                <span>13 May 2026</span>
  2236.                            </div>
  2237.                            <p class="blog-card-excerpt">
  2238.                                
  2239.                            </p>
  2240.                            <div class="blog-card-footer">
  2241.                                <div class="blog-read-time">
  2242.                                    📖 5 min read
  2243.                                </div>
  2244.                                <a href="/the-english-team-include-bashir-in-squad-for-ashes-initial-match/" class="blog-read-more">
  2245.                                    Read More →
  2246.                                </a>
  2247.                            </div>
  2248.                        </div>
  2249.                    </article>
  2250.                    
  2251.                    <article class="blog-card">
  2252.                        <div class="blog-card-image">
  2253.                          
  2254.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2255.                            
  2256.                            <span class="blog-category bg-primary-gradient">
  2257.                                News
  2258.                            </span>
  2259.                        </div>
  2260.                        <div class="blog-card-content">
  2261.                            <h3 class="blog-card-title">
  2262.                                <a href="/olympian-and-other-eritreans-freed-after-18-years-without-facing-charges-family-members-report/" >
  2263.                                Olympian and Other Eritreans Freed After 18 Years Without Facing Charges, Family Members Report
  2264.                                </a>
  2265.                            </h3>
  2266.                            <div class="blog-card-meta">
  2267.                                
  2268.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Angela Wagner" class="blog-author-img">
  2269.                                
  2270.                                <span>By <strong>Angela Wagner</strong></span>
  2271.                                <span>•</span>
  2272.                                <span>13 May 2026</span>
  2273.                            </div>
  2274.                            <p class="blog-card-excerpt">
  2275.                                
  2276.                            </p>
  2277.                            <div class="blog-card-footer">
  2278.                                <div class="blog-read-time">
  2279.                                    📖 5 min read
  2280.                                </div>
  2281.                                <a href="/olympian-and-other-eritreans-freed-after-18-years-without-facing-charges-family-members-report/" class="blog-read-more">
  2282.                                    Read More →
  2283.                                </a>
  2284.                            </div>
  2285.                        </div>
  2286.                    </article>
  2287.                    
  2288.                    <article class="blog-card">
  2289.                        <div class="blog-card-image">
  2290.                          
  2291.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2292.                            
  2293.                            <span class="blog-category bg-primary-gradient">
  2294.                                News
  2295.                            </span>
  2296.                        </div>
  2297.                        <div class="blog-card-content">
  2298.                            <h3 class="blog-card-title">
  2299.                                <a href="/kpop-demon-hunters-balloons-to-take-center-stage-at-the-iconic-thanksgiving-parade/" >
  2300.                                KPop Demon Hunters Balloons to Take Center Stage at the Iconic Thanksgiving Parade
  2301.                                </a>
  2302.                            </h3>
  2303.                            <div class="blog-card-meta">
  2304.                                
  2305.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Angela Wagner" class="blog-author-img">
  2306.                                
  2307.                                <span>By <strong>Angela Wagner</strong></span>
  2308.                                <span>•</span>
  2309.                                <span>12 May 2026</span>
  2310.                            </div>
  2311.                            <p class="blog-card-excerpt">
  2312.                                
  2313.                            </p>
  2314.                            <div class="blog-card-footer">
  2315.                                <div class="blog-read-time">
  2316.                                    📖 5 min read
  2317.                                </div>
  2318.                                <a href="/kpop-demon-hunters-balloons-to-take-center-stage-at-the-iconic-thanksgiving-parade/" class="blog-read-more">
  2319.                                    Read More →
  2320.                                </a>
  2321.                            </div>
  2322.                        </div>
  2323.                    </article>
  2324.                    
  2325.                    <article class="blog-card">
  2326.                        <div class="blog-card-image">
  2327.                          
  2328.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2329.                            
  2330.                            <span class="blog-category bg-primary-gradient">
  2331.                                News
  2332.                            </span>
  2333.                        </div>
  2334.                        <div class="blog-card-content">
  2335.                            <h3 class="blog-card-title">
  2336.                                <a href="/disturbing-find-bodies-of-missing-mother-and-child-located-in-freezing-units-in-the-alpine-nation/" >
  2337.                                Disturbing Find: Bodies of Missing Mother and Child Located in Freezing Units in the Alpine Nation
  2338.                                </a>
  2339.                            </h3>
  2340.                            <div class="blog-card-meta">
  2341.                                
  2342.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Angela Wagner" class="blog-author-img">
  2343.                                
  2344.                                <span>By <strong>Angela Wagner</strong></span>
  2345.                                <span>•</span>
  2346.                                <span>12 May 2026</span>
  2347.                            </div>
  2348.                            <p class="blog-card-excerpt">
  2349.                                
  2350.                            </p>
  2351.                            <div class="blog-card-footer">
  2352.                                <div class="blog-read-time">
  2353.                                    📖 5 min read
  2354.                                </div>
  2355.                                <a href="/disturbing-find-bodies-of-missing-mother-and-child-located-in-freezing-units-in-the-alpine-nation/" class="blog-read-more">
  2356.                                    Read More →
  2357.                                </a>
  2358.                            </div>
  2359.                        </div>
  2360.                    </article>
  2361.                    
  2362.                    <article class="blog-card">
  2363.                        <div class="blog-card-image">
  2364.                          
  2365.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2366.                            
  2367.                            <span class="blog-category bg-primary-gradient">
  2368.                                News
  2369.                            </span>
  2370.                        </div>
  2371.                        <div class="blog-card-content">
  2372.                            <h3 class="blog-card-title">
  2373.                                <a href="/the-music-streaming-giants-year-end-recap-release-timeline-and-your-burning-questions-answered/" >
  2374.                                The Music Streaming Giant&#x27;s Year-End Recap: Release Timeline and Your Burning Questions Answered
  2375.                                </a>
  2376.                            </h3>
  2377.                            <div class="blog-card-meta">
  2378.                                
  2379.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Angela Wagner" class="blog-author-img">
  2380.                                
  2381.                                <span>By <strong>Angela Wagner</strong></span>
  2382.                                <span>•</span>
  2383.                                <span>12 May 2026</span>
  2384.                            </div>
  2385.                            <p class="blog-card-excerpt">
  2386.                                
  2387.                            </p>
  2388.                            <div class="blog-card-footer">
  2389.                                <div class="blog-read-time">
  2390.                                    📖 5 min read
  2391.                                </div>
  2392.                                <a href="/the-music-streaming-giants-year-end-recap-release-timeline-and-your-burning-questions-answered/" class="blog-read-more">
  2393.                                    Read More →
  2394.                                </a>
  2395.                            </div>
  2396.                        </div>
  2397.                    </article>
  2398.                    
  2399.                    <article class="blog-card">
  2400.                        <div class="blog-card-image">
  2401.                          
  2402.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2403.                            
  2404.                            <span class="blog-category bg-primary-gradient">
  2405.                                News
  2406.                            </span>
  2407.                        </div>
  2408.                        <div class="blog-card-content">
  2409.                            <h3 class="blog-card-title">
  2410.                                <a href="/calm-finish-to-messis-india-tour-in-the-wake-of-disorder-in-kolkata/" >
  2411.                                Calm Finish to Messi&#x27;s India Tour In the Wake of Disorder in Kolkata
  2412.                                </a>
  2413.                            </h3>
  2414.                            <div class="blog-card-meta">
  2415.                                
  2416.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Angela Wagner" class="blog-author-img">
  2417.                                
  2418.                                <span>By <strong>Angela Wagner</strong></span>
  2419.                                <span>•</span>
  2420.                                <span>12 May 2026</span>
  2421.                            </div>
  2422.                            <p class="blog-card-excerpt">
  2423.                                
  2424.                            </p>
  2425.                            <div class="blog-card-footer">
  2426.                                <div class="blog-read-time">
  2427.                                    📖 5 min read
  2428.                                </div>
  2429.                                <a href="/calm-finish-to-messis-india-tour-in-the-wake-of-disorder-in-kolkata/" class="blog-read-more">
  2430.                                    Read More →
  2431.                                </a>
  2432.                            </div>
  2433.                        </div>
  2434.                    </article>
  2435.                    
  2436.                    <article class="blog-card">
  2437.                        <div class="blog-card-image">
  2438.                          
  2439.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2440.                            
  2441.                            <span class="blog-category bg-primary-gradient">
  2442.                                News
  2443.                            </span>
  2444.                        </div>
  2445.                        <div class="blog-card-content">
  2446.                            <h3 class="blog-card-title">
  2447.                                <a href="/esteemed-photographer-brian-harris-obituary-a-life-behind-the-lens/" >
  2448.                                Esteemed Photographer Brian Harris Obituary: A Life Behind the Lens
  2449.                                </a>
  2450.                            </h3>
  2451.                            <div class="blog-card-meta">
  2452.                                
  2453.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Angela Wagner" class="blog-author-img">
  2454.                                
  2455.                                <span>By <strong>Angela Wagner</strong></span>
  2456.                                <span>•</span>
  2457.                                <span>12 May 2026</span>
  2458.                            </div>
  2459.                            <p class="blog-card-excerpt">
  2460.                                
  2461.                            </p>
  2462.                            <div class="blog-card-footer">
  2463.                                <div class="blog-read-time">
  2464.                                    📖 5 min read
  2465.                                </div>
  2466.                                <a href="/esteemed-photographer-brian-harris-obituary-a-life-behind-the-lens/" class="blog-read-more">
  2467.                                    Read More →
  2468.                                </a>
  2469.                            </div>
  2470.                        </div>
  2471.                    </article>
  2472.                    
  2473.                    <article class="blog-card">
  2474.                        <div class="blog-card-image">
  2475.                          
  2476.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2477.                            
  2478.                            <span class="blog-category bg-primary-gradient">
  2479.                                News
  2480.                            </span>
  2481.                        </div>
  2482.                        <div class="blog-card-content">
  2483.                            <h3 class="blog-card-title">
  2484.                                <a href="/new-yorks-met-museum-responds-to-legal-challenge-over-reportedly-nazi-looted-van-gogh-masterpiece/" >
  2485.                                New York&#x27;s Met Museum Responds to Legal Challenge Over Reportedly Nazi-Looted Van Gogh Masterpiece
  2486.                                </a>
  2487.                            </h3>
  2488.                            <div class="blog-card-meta">
  2489.                                
  2490.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Angela Wagner" class="blog-author-img">
  2491.                                
  2492.                                <span>By <strong>Angela Wagner</strong></span>
  2493.                                <span>•</span>
  2494.                                <span>12 May 2026</span>
  2495.                            </div>
  2496.                            <p class="blog-card-excerpt">
  2497.                                
  2498.                            </p>
  2499.                            <div class="blog-card-footer">
  2500.                                <div class="blog-read-time">
  2501.                                    📖 5 min read
  2502.                                </div>
  2503.                                <a href="/new-yorks-met-museum-responds-to-legal-challenge-over-reportedly-nazi-looted-van-gogh-masterpiece/" class="blog-read-more">
  2504.                                    Read More →
  2505.                                </a>
  2506.                            </div>
  2507.                        </div>
  2508.                    </article>
  2509.                    
  2510.                    <article class="blog-card">
  2511.                        <div class="blog-card-image">
  2512.                          
  2513.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2514.                            
  2515.                            <span class="blog-category bg-primary-gradient">
  2516.                                News
  2517.                            </span>
  2518.                        </div>
  2519.                        <div class="blog-card-content">
  2520.                            <h3 class="blog-card-title">
  2521.                                <a href="/us-congressman-urges-ex-royal-andrew-to-provide-testimony-in-jeffrey-epstein-inquiry/" >
  2522.                                US Congressman Urges Ex-Royal Andrew to Provide Testimony in Jeffrey Epstein Inquiry
  2523.                                </a>
  2524.                            </h3>
  2525.                            <div class="blog-card-meta">
  2526.                                
  2527.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Angela Wagner" class="blog-author-img">
  2528.                                
  2529.                                <span>By <strong>Angela Wagner</strong></span>
  2530.                                <span>•</span>
  2531.                                <span>12 May 2026</span>
  2532.                            </div>
  2533.                            <p class="blog-card-excerpt">
  2534.                                
  2535.                            </p>
  2536.                            <div class="blog-card-footer">
  2537.                                <div class="blog-read-time">
  2538.                                    📖 5 min read
  2539.                                </div>
  2540.                                <a href="/us-congressman-urges-ex-royal-andrew-to-provide-testimony-in-jeffrey-epstein-inquiry/" class="blog-read-more">
  2541.                                    Read More →
  2542.                                </a>
  2543.                            </div>
  2544.                        </div>
  2545.                    </article>
  2546.                    
  2547.                    <article class="blog-card">
  2548.                        <div class="blog-card-image">
  2549.                          
  2550.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2551.                            
  2552.                            <span class="blog-category bg-primary-gradient">
  2553.                                News
  2554.                            </span>
  2555.                        </div>
  2556.                        <div class="blog-card-content">
  2557.                            <h3 class="blog-card-title">
  2558.                                <a href="/the-gulf-nation-to-argue-at-british-highest-court-over-sovereign-immunity-in-surveillance-claims/" >
  2559.                                The Gulf nation to Argue at British Highest Court Over Sovereign Immunity in Surveillance Claims
  2560.                                </a>
  2561.                            </h3>
  2562.                            <div class="blog-card-meta">
  2563.                                
  2564.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Angela Wagner" class="blog-author-img">
  2565.                                
  2566.                                <span>By <strong>Angela Wagner</strong></span>
  2567.                                <span>•</span>
  2568.                                <span>12 May 2026</span>
  2569.                            </div>
  2570.                            <p class="blog-card-excerpt">
  2571.                                
  2572.                            </p>
  2573.                            <div class="blog-card-footer">
  2574.                                <div class="blog-read-time">
  2575.                                    📖 5 min read
  2576.                                </div>
  2577.                                <a href="/the-gulf-nation-to-argue-at-british-highest-court-over-sovereign-immunity-in-surveillance-claims/" class="blog-read-more">
  2578.                                    Read More →
  2579.                                </a>
  2580.                            </div>
  2581.                        </div>
  2582.                    </article>
  2583.                    
  2584.                    <article class="blog-card">
  2585.                        <div class="blog-card-image">
  2586.                          
  2587.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2588.                            
  2589.                            <span class="blog-category bg-primary-gradient">
  2590.                                News
  2591.                            </span>
  2592.                        </div>
  2593.                        <div class="blog-card-content">
  2594.                            <h3 class="blog-card-title">
  2595.                                <a href="/the-visionary-filmmaker-sets-the-record-straight-ai-doesnt-produce-the-avatar-series/" >
  2596.                                The Visionary Filmmaker Sets the Record Straight: ‘AI Doesn’t Produce the Avatar Series’
  2597.                                </a>
  2598.                            </h3>
  2599.                            <div class="blog-card-meta">
  2600.                                
  2601.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Angela Wagner" class="blog-author-img">
  2602.                                
  2603.                                <span>By <strong>Angela Wagner</strong></span>
  2604.                                <span>•</span>
  2605.                                <span>11 May 2026</span>
  2606.                            </div>
  2607.                            <p class="blog-card-excerpt">
  2608.                                
  2609.                            </p>
  2610.                            <div class="blog-card-footer">
  2611.                                <div class="blog-read-time">
  2612.                                    📖 5 min read
  2613.                                </div>
  2614.                                <a href="/the-visionary-filmmaker-sets-the-record-straight-ai-doesnt-produce-the-avatar-series/" class="blog-read-more">
  2615.                                    Read More →
  2616.                                </a>
  2617.                            </div>
  2618.                        </div>
  2619.                    </article>
  2620.                    
  2621.                    
  2622.  
  2623.                </div>
  2624.            </div>
  2625.            
  2626.              <div class="col col-lg-4 col-12">
  2627.                
  2628.  
  2629.  
  2630.  
  2631.    
  2632.  
  2633. <!-- Curved Heading Sidebar -->
  2634.    <div class="sidebar">
  2635.        
  2636.       <div class="sidebar-widget mb-4">
  2637.            <div class="widget-title-wrapper mb-3">
  2638.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2639.                    <div class="title-border"></div>
  2640.                    <i class="ti-folder me-2"></i>May 2026 Blog Roll
  2641.                </h4>
  2642.            </div>
  2643.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  2644.                <div class="archives-list scrollable-sidebar">
  2645.                    
  2646.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2647.                        <a href="https://dublinscience2012.ie/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2648.                            <i class="ti-angle-right me-2 text-primary"></i>
  2649.                            <span class="archive-link top-color fw-semibold"> irish online casino</span>
  2650.                        </a>
  2651.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2652.                    </div>
  2653.                
  2654.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2655.                        <a href="https://tasminlittle.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2656.                            <i class="ti-angle-right me-2 text-primary"></i>
  2657.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2658.                        </a>
  2659.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2660.                    </div>
  2661.                
  2662.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2663.                        <a href="https://www.oceanacidification.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2664.                            <i class="ti-angle-right me-2 text-primary"></i>
  2665.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  2666.                        </a>
  2667.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2668.                    </div>
  2669.                
  2670.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2671.                        <a href="https://focusontheuser.eu/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2672.                            <i class="ti-angle-right me-2 text-primary"></i>
  2673.                            <span class="archive-link top-color fw-semibold"> non gamstop casino uk</span>
  2674.                        </a>
  2675.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2676.                    </div>
  2677.                
  2678.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2679.                        <a href="https://esports-news.co.uk/online-casinos/non-gamstop"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2680.                            <i class="ti-angle-right me-2 text-primary"></i>
  2681.                            <span class="archive-link top-color fw-semibold"> uk casinos not on gamstop</span>
  2682.                        </a>
  2683.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2684.                    </div>
  2685.                
  2686.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2687.                        <a href="https://esports-news.co.uk/online-casinos/non-gamstop/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2688.                            <i class="ti-angle-right me-2 text-primary"></i>
  2689.                            <span class="archive-link top-color fw-semibold"> best non gamstop casinos</span>
  2690.                        </a>
  2691.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2692.                    </div>
  2693.                
  2694.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2695.                        <a href="https://www.kylebooks.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2696.                            <i class="ti-angle-right me-2 text-primary"></i>
  2697.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2698.                        </a>
  2699.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2700.                    </div>
  2701.                
  2702.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2703.                        <a href="https://dcuwater.ie/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2704.                            <i class="ti-angle-right me-2 text-primary"></i>
  2705.                            <span class="archive-link top-color fw-semibold"> online casinos ireland</span>
  2706.                        </a>
  2707.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2708.                    </div>
  2709.                
  2710.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2711.                        <a href="https://www.geomatics-world.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2712.                            <i class="ti-angle-right me-2 text-primary"></i>
  2713.                            <span class="archive-link top-color fw-semibold"> best betting sites</span>
  2714.                        </a>
  2715.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2716.                    </div>
  2717.                
  2718.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2719.                        <a href="https://www.summerhall.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2720.                            <i class="ti-angle-right me-2 text-primary"></i>
  2721.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos uk</span>
  2722.                        </a>
  2723.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2724.                    </div>
  2725.                
  2726.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2727.                        <a href="https://www.focus12.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2728.                            <i class="ti-angle-right me-2 text-primary"></i>
  2729.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  2730.                        </a>
  2731.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2732.                    </div>
  2733.                
  2734.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2735.                        <a href="https://britishicehockey.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2736.                            <i class="ti-angle-right me-2 text-primary"></i>
  2737.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  2738.                        </a>
  2739.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2740.                    </div>
  2741.                
  2742.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2743.                        <a href="https://esports-news.co.uk/online-casinos/non-gamstop/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2744.                            <i class="ti-angle-right me-2 text-primary"></i>
  2745.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2746.                        </a>
  2747.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2748.                    </div>
  2749.                
  2750.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2751.                        <a href="https://www.outset.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2752.                            <i class="ti-angle-right me-2 text-primary"></i>
  2753.                            <span class="archive-link top-color fw-semibold"> new betting sites uk</span>
  2754.                        </a>
  2755.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2756.                    </div>
  2757.                
  2758.                </div>
  2759.                
  2760.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  2761.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2762.                        <i class="ti-archive me-1"></i>View All Archives
  2763.                    </a>
  2764.                </div> -->
  2765.            </div>
  2766.        </div>
  2767.        
  2768.       <div class="sidebar-widget mb-4">
  2769.            <div class="widget-title-wrapper mb-3">
  2770.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2771.                    <div class="title-border"></div>
  2772.                    <i class="ti-folder me-2"></i>April 2026 Blog Roll
  2773.                </h4>
  2774.            </div>
  2775.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  2776.                <div class="archives-list scrollable-sidebar">
  2777.                    
  2778.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2779.                        <a href="https://www.agediscrimination.info/non-gamstop-casinos"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2780.                            <i class="ti-angle-right me-2 text-primary"></i>
  2781.                            <span class="archive-link top-color fw-semibold"> non GamStop casino</span>
  2782.                        </a>
  2783.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2784.                    </div>
  2785.                
  2786.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2787.                        <a href="https://kazbar.co.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2788.                            <i class="ti-angle-right me-2 text-primary"></i>
  2789.                            <span class="archive-link top-color fw-semibold"> best betting sites not on gamstop</span>
  2790.                        </a>
  2791.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2792.                    </div>
  2793.                
  2794.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2795.                        <a href="https://www.tamworthinformed.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2796.                            <i class="ti-angle-right me-2 text-primary"></i>
  2797.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2798.                        </a>
  2799.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2800.                    </div>
  2801.                
  2802.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2803.                        <a href="https://www.heatonpark.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2804.                            <i class="ti-angle-right me-2 text-primary"></i>
  2805.                            <span class="archive-link top-color fw-semibold"> crypto casinos</span>
  2806.                        </a>
  2807.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2808.                    </div>
  2809.                
  2810.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2811.                        <a href="https://casinobeats.com/uk/online-casinos/casinos-not-on-gamstop/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2812.                            <i class="ti-angle-right me-2 text-primary"></i>
  2813.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2814.                        </a>
  2815.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2816.                    </div>
  2817.                
  2818.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2819.                        <a href="https://www.uberrock.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2820.                            <i class="ti-angle-right me-2 text-primary"></i>
  2821.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  2822.                        </a>
  2823.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2824.                    </div>
  2825.                
  2826.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2827.                        <a href="https://www.surfaceview.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2828.                            <i class="ti-angle-right me-2 text-primary"></i>
  2829.                            <span class="archive-link top-color fw-semibold"> slots not on gamstop</span>
  2830.                        </a>
  2831.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2832.                    </div>
  2833.                
  2834.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2835.                        <a href="https://internationalschoolmealsday.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2836.                            <i class="ti-angle-right me-2 text-primary"></i>
  2837.                            <span class="archive-link top-color fw-semibold"> gambling sites not on gamstop</span>
  2838.                        </a>
  2839.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2840.                    </div>
  2841.                
  2842.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2843.                        <a href="https://straightfromyard.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2844.                            <i class="ti-angle-right me-2 text-primary"></i>
  2845.                            <span class="archive-link top-color fw-semibold"> slots not on gamstop</span>
  2846.                        </a>
  2847.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2848.                    </div>
  2849.                
  2850.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2851.                        <a href="https://savethedatemagazine.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2852.                            <i class="ti-angle-right me-2 text-primary"></i>
  2853.                            <span class="archive-link top-color fw-semibold"> slots not on gamstop</span>
  2854.                        </a>
  2855.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2856.                    </div>
  2857.                
  2858.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2859.                        <a href="https://www.summerhall.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2860.                            <i class="ti-angle-right me-2 text-primary"></i>
  2861.                            <span class="archive-link top-color fw-semibold"> slots not on gamstop</span>
  2862.                        </a>
  2863.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2864.                    </div>
  2865.                
  2866.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2867.                        <a href="https://www.cca-glasgow.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2868.                            <i class="ti-angle-right me-2 text-primary"></i>
  2869.                            <span class="archive-link top-color fw-semibold"> slots not on gamstop</span>
  2870.                        </a>
  2871.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2872.                    </div>
  2873.                
  2874.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2875.                        <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2876.                            <i class="ti-angle-right me-2 text-primary"></i>
  2877.                            <span class="archive-link top-color fw-semibold"> slots not on gamstop</span>
  2878.                        </a>
  2879.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2880.                    </div>
  2881.                
  2882.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2883.                        <a href="https://www.citytosea.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2884.                            <i class="ti-angle-right me-2 text-primary"></i>
  2885.                            <span class="archive-link top-color fw-semibold"> slots not on gamstop</span>
  2886.                        </a>
  2887.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2888.                    </div>
  2889.                
  2890.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2891.                        <a href="https://unbound.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2892.                            <i class="ti-angle-right me-2 text-primary"></i>
  2893.                            <span class="archive-link top-color fw-semibold"> slots not on gamstop</span>
  2894.                        </a>
  2895.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2896.                    </div>
  2897.                
  2898.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2899.                        <a href="https://bereavementcommission.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2900.                            <i class="ti-angle-right me-2 text-primary"></i>
  2901.                            <span class="archive-link top-color fw-semibold"> slots not on gamstop</span>
  2902.                        </a>
  2903.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2904.                    </div>
  2905.                
  2906.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2907.                        <a href="https://swtrains.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2908.                            <i class="ti-angle-right me-2 text-primary"></i>
  2909.                            <span class="archive-link top-color fw-semibold"> spinshark bonus code</span>
  2910.                        </a>
  2911.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2912.                    </div>
  2913.                
  2914.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2915.                        <a href="https://aircargoeye.com"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2916.                            <i class="ti-angle-right me-2 text-primary"></i>
  2917.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  2918.                        </a>
  2919.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2920.                    </div>
  2921.                
  2922.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2923.                        <a href="https://ickn.org"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2924.                            <i class="ti-angle-right me-2 text-primary"></i>
  2925.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2926.                        </a>
  2927.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2928.                    </div>
  2929.                
  2930.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2931.                        <a href="https://padstowchristmasfestival.co.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2932.                            <i class="ti-angle-right me-2 text-primary"></i>
  2933.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  2934.                        </a>
  2935.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2936.                    </div>
  2937.                
  2938.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2939.                        <a href="https://www.athelstane.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2940.                            <i class="ti-angle-right me-2 text-primary"></i>
  2941.                            <span class="archive-link top-color fw-semibold"> best crypto sports betting</span>
  2942.                        </a>
  2943.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2944.                    </div>
  2945.                
  2946.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2947.                        <a href="https://cafcwomen.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2948.                            <i class="ti-angle-right me-2 text-primary"></i>
  2949.                            <span class="archive-link top-color fw-semibold"> online poker not on gamstop</span>
  2950.                        </a>
  2951.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2952.                    </div>
  2953.                
  2954.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2955.                        <a href="https://phoneweek.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2956.                            <i class="ti-angle-right me-2 text-primary"></i>
  2957.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2958.                        </a>
  2959.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2960.                    </div>
  2961.                
  2962.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2963.                        <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2964.                            <i class="ti-angle-right me-2 text-primary"></i>
  2965.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2966.                        </a>
  2967.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2968.                    </div>
  2969.                
  2970.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2971.                        <a href="https://www.cca-glasgow.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2972.                            <i class="ti-angle-right me-2 text-primary"></i>
  2973.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2974.                        </a>
  2975.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2976.                    </div>
  2977.                
  2978.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2979.                        <a href="https://www.roadpeace.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2980.                            <i class="ti-angle-right me-2 text-primary"></i>
  2981.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  2982.                        </a>
  2983.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2984.                    </div>
  2985.                
  2986.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2987.                        <a href="https://www.nordicresearchnetwork.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2988.                            <i class="ti-angle-right me-2 text-primary"></i>
  2989.                            <span class="archive-link top-color fw-semibold"> Casinos Not Registered in UK</span>
  2990.                        </a>
  2991.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2992.                    </div>
  2993.                
  2994.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2995.                        <a href="https://www.thekarczma.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2996.                            <i class="ti-angle-right me-2 text-primary"></i>
  2997.                            <span class="archive-link top-color fw-semibold"> non UK casinos</span>
  2998.                        </a>
  2999.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3000.                    </div>
  3001.                
  3002.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3003.                        <a href="https://www.homeworkworkspace.com"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3004.                            <i class="ti-angle-right me-2 text-primary"></i>
  3005.                            <span class="archive-link top-color fw-semibold"> non GamStop casino</span>
  3006.                        </a>
  3007.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3008.                    </div>
  3009.                
  3010.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3011.                        <a href="https://www.durhamminers.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3012.                            <i class="ti-angle-right me-2 text-primary"></i>
  3013.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  3014.                        </a>
  3015.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3016.                    </div>
  3017.                
  3018.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3019.                        <a href="https://www.fourpure.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3020.                            <i class="ti-angle-right me-2 text-primary"></i>
  3021.                            <span class="archive-link top-color fw-semibold"> non GamStop casinos</span>
  3022.                        </a>
  3023.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3024.                    </div>
  3025.                
  3026.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3027.                        <a href="http://circdata-solutions.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3028.                            <i class="ti-angle-right me-2 text-primary"></i>
  3029.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  3030.                        </a>
  3031.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3032.                    </div>
  3033.                
  3034.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3035.                        <a href="https://www.gamblinginsider.com/uk/online-casinos"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3036.                            <i class="ti-angle-right me-2 text-primary"></i>
  3037.                            <span class="archive-link top-color fw-semibold"> online casinos uk</span>
  3038.                        </a>
  3039.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3040.                    </div>
  3041.                
  3042.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3043.                        <a href="https://www.socresonline.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3044.                            <i class="ti-angle-right me-2 text-primary"></i>
  3045.                            <span class="archive-link top-color fw-semibold"> no verification casinos</span>
  3046.                        </a>
  3047.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3048.                    </div>
  3049.                
  3050.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3051.                        <a href="https://www.cornwallmuseumspartnership.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3052.                            <i class="ti-angle-right me-2 text-primary"></i>
  3053.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  3054.                        </a>
  3055.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3056.                    </div>
  3057.                
  3058.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3059.                        <a href="https://fictionuncovered.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3060.                            <i class="ti-angle-right me-2 text-primary"></i>
  3061.                            <span class="archive-link top-color fw-semibold"> casino sites not on gamstop</span>
  3062.                        </a>
  3063.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3064.                    </div>
  3065.                
  3066.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3067.                        <a href="https://www.surfaceview.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3068.                            <i class="ti-angle-right me-2 text-primary"></i>
  3069.                            <span class="archive-link top-color fw-semibold"> uk online casinos not on gamstop</span>
  3070.                        </a>
  3071.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3072.                    </div>
  3073.                
  3074.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3075.                        <a href="https://fdncoffee.com"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3076.                            <i class="ti-angle-right me-2 text-primary"></i>
  3077.                            <span class="archive-link top-color fw-semibold"> games not on GamStop</span>
  3078.                        </a>
  3079.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3080.                    </div>
  3081.                
  3082.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3083.                        <a href="https://www.cyclechic.co.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3084.                            <i class="ti-angle-right me-2 text-primary"></i>
  3085.                            <span class="archive-link top-color fw-semibold"> non GamStop casinos</span>
  3086.                        </a>
  3087.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3088.                    </div>
  3089.                
  3090.                </div>
  3091.                
  3092.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3093.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3094.                        <i class="ti-archive me-1"></i>View All Archives
  3095.                    </a>
  3096.                </div> -->
  3097.            </div>
  3098.        </div>
  3099.        
  3100.       <div class="sidebar-widget mb-4">
  3101.            <div class="widget-title-wrapper mb-3">
  3102.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3103.                    <div class="title-border"></div>
  3104.                    <i class="ti-folder me-2"></i>March 2026 Blog Roll
  3105.                </h4>
  3106.            </div>
  3107.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  3108.                <div class="archives-list scrollable-sidebar">
  3109.                    
  3110.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3111.                        <a href="https://www.peckhamaudio.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3112.                            <i class="ti-angle-right me-2 text-primary"></i>
  3113.                            <span class="archive-link top-color fw-semibold"> non GamStop casinos</span>
  3114.                        </a>
  3115.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3116.                    </div>
  3117.                
  3118.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3119.                        <a href="https://www.relatederby.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3120.                            <i class="ti-angle-right me-2 text-primary"></i>
  3121.                            <span class="archive-link top-color fw-semibold"> casinos not on GAMSTOP</span>
  3122.                        </a>
  3123.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3124.                    </div>
  3125.                
  3126.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3127.                        <a href="https://www.bmag.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3128.                            <i class="ti-angle-right me-2 text-primary"></i>
  3129.                            <span class="archive-link top-color fw-semibold"> top casino site</span>
  3130.                        </a>
  3131.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3132.                    </div>
  3133.                
  3134.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3135.                        <a href="https://www.ginspa.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3136.                            <i class="ti-angle-right me-2 text-primary"></i>
  3137.                            <span class="archive-link top-color fw-semibold"> casino sites not on GamStop</span>
  3138.                        </a>
  3139.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3140.                    </div>
  3141.                
  3142.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3143.                        <a href="https://hmdbookclub.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3144.                            <i class="ti-angle-right me-2 text-primary"></i>
  3145.                            <span class="archive-link top-color fw-semibold"> new non GamStop casinos</span>
  3146.                        </a>
  3147.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3148.                    </div>
  3149.                
  3150.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3151.                        <a href="https://www.patients4nhs.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3152.                            <i class="ti-angle-right me-2 text-primary"></i>
  3153.                            <span class="archive-link top-color fw-semibold"> online casino not on GamStop</span>
  3154.                        </a>
  3155.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3156.                    </div>
  3157.                
  3158.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3159.                        <a href="https://www.kysty.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3160.                            <i class="ti-angle-right me-2 text-primary"></i>
  3161.                            <span class="archive-link top-color fw-semibold"> Best Casinos Not on Gamstop</span>
  3162.                        </a>
  3163.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3164.                    </div>
  3165.                
  3166.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3167.                        <a href="https://www.regionalnetworks.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3168.                            <i class="ti-angle-right me-2 text-primary"></i>
  3169.                            <span class="archive-link top-color fw-semibold"> Casinos Not on GAMSTOP</span>
  3170.                        </a>
  3171.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3172.                    </div>
  3173.                
  3174.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3175.                        <a href="https://www.gcaf.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3176.                            <i class="ti-angle-right me-2 text-primary"></i>
  3177.                            <span class="archive-link top-color fw-semibold"> best crypto betting sites</span>
  3178.                        </a>
  3179.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3180.                    </div>
  3181.                
  3182.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3183.                        <a href="https://www.clwyd-theatr-cymru.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3184.                            <i class="ti-angle-right me-2 text-primary"></i>
  3185.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  3186.                        </a>
  3187.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3188.                    </div>
  3189.                
  3190.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3191.                        <a href="https://www.llancaiachfawr.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3192.                            <i class="ti-angle-right me-2 text-primary"></i>
  3193.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  3194.                        </a>
  3195.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3196.                    </div>
  3197.                
  3198.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3199.                        <a href="https://www.covent-garden.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3200.                            <i class="ti-angle-right me-2 text-primary"></i>
  3201.                            <span class="archive-link top-color fw-semibold"> non GamStop casino</span>
  3202.                        </a>
  3203.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3204.                    </div>
  3205.                
  3206.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3207.                        <a href="https://www.mugdock-country-park.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3208.                            <i class="ti-angle-right me-2 text-primary"></i>
  3209.                            <span class="archive-link top-color fw-semibold"> casinos not on GamStop</span>
  3210.                        </a>
  3211.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3212.                    </div>
  3213.                
  3214.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3215.                        <a href="https://socialeatinghouse.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3216.                            <i class="ti-angle-right me-2 text-primary"></i>
  3217.                            <span class="archive-link top-color fw-semibold"> non GamStop casinos</span>
  3218.                        </a>
  3219.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3220.                    </div>
  3221.                
  3222.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3223.                        <a href="https://www.ginspa.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3224.                            <i class="ti-angle-right me-2 text-primary"></i>
  3225.                            <span class="archive-link top-color fw-semibold"> online casino not on GamStop</span>
  3226.                        </a>
  3227.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3228.                    </div>
  3229.                
  3230.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3231.                        <a href="https://www.patients4nhs.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3232.                            <i class="ti-angle-right me-2 text-primary"></i>
  3233.                            <span class="archive-link top-color fw-semibold"> casinos not on GamStop</span>
  3234.                        </a>
  3235.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3236.                    </div>
  3237.                
  3238.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3239.                        <a href="https://www.durhamminers.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3240.                            <i class="ti-angle-right me-2 text-primary"></i>
  3241.                            <span class="archive-link top-color fw-semibold"> casino not on GamStop</span>
  3242.                        </a>
  3243.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3244.                    </div>
  3245.                
  3246.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3247.                        <a href="https://oncallfire.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3248.                            <i class="ti-angle-right me-2 text-primary"></i>
  3249.                            <span class="archive-link top-color fw-semibold"> Gambling Sites Not on Gamban</span>
  3250.                        </a>
  3251.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3252.                    </div>
  3253.                
  3254.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3255.                        <a href="https://www.falconryforum.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3256.                            <i class="ti-angle-right me-2 text-primary"></i>
  3257.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  3258.                        </a>
  3259.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3260.                    </div>
  3261.                
  3262.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3263.                        <a href="https://citytosea.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3264.                            <i class="ti-angle-right me-2 text-primary"></i>
  3265.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  3266.                        </a>
  3267.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3268.                    </div>
  3269.                
  3270.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3271.                        <a href="https://hisbe.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3272.                            <i class="ti-angle-right me-2 text-primary"></i>
  3273.                            <span class="archive-link top-color fw-semibold"> uk online casino</span>
  3274.                        </a>
  3275.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3276.                    </div>
  3277.                
  3278.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3279.                        <a href="https://santanderjobs.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3280.                            <i class="ti-angle-right me-2 text-primary"></i>
  3281.                            <span class="archive-link top-color fw-semibold"> new uk betting sites</span>
  3282.                        </a>
  3283.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3284.                    </div>
  3285.                
  3286.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3287.                        <a href="https://pride-events.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3288.                            <i class="ti-angle-right me-2 text-primary"></i>
  3289.                            <span class="archive-link top-color fw-semibold"> non gamstop casino uk</span>
  3290.                        </a>
  3291.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3292.                    </div>
  3293.                
  3294.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3295.                        <a href="https://savethedatemagazine.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3296.                            <i class="ti-angle-right me-2 text-primary"></i>
  3297.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  3298.                        </a>
  3299.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3300.                    </div>
  3301.                
  3302.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3303.                        <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3304.                            <i class="ti-angle-right me-2 text-primary"></i>
  3305.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  3306.                        </a>
  3307.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3308.                    </div>
  3309.                
  3310.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3311.                        <a href="https://roadpeace.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3312.                            <i class="ti-angle-right me-2 text-primary"></i>
  3313.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  3314.                        </a>
  3315.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3316.                    </div>
  3317.                
  3318.                </div>
  3319.                
  3320.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3321.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3322.                        <i class="ti-archive me-1"></i>View All Archives
  3323.                    </a>
  3324.                </div> -->
  3325.            </div>
  3326.        </div>
  3327.        
  3328.       <div class="sidebar-widget mb-4">
  3329.            <div class="widget-title-wrapper mb-3">
  3330.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3331.                    <div class="title-border"></div>
  3332.                    <i class="ti-folder me-2"></i>February 2026 Blog Roll
  3333.                </h4>
  3334.            </div>
  3335.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  3336.                <div class="archives-list scrollable-sidebar">
  3337.                    
  3338.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3339.                        <a href="https://croftersrights.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3340.                            <i class="ti-angle-right me-2 text-primary"></i>
  3341.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  3342.                        </a>
  3343.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3344.                    </div>
  3345.                
  3346.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3347.                        <a href="https://internationalschoolmealsday.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3348.                            <i class="ti-angle-right me-2 text-primary"></i>
  3349.                            <span class="archive-link top-color fw-semibold"> best online casino</span>
  3350.                        </a>
  3351.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3352.                    </div>
  3353.                
  3354.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3355.                        <a href="https://www.roadpeace.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3356.                            <i class="ti-angle-right me-2 text-primary"></i>
  3357.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  3358.                        </a>
  3359.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3360.                    </div>
  3361.                
  3362.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3363.                        <a href="https://itechlabs.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3364.                            <i class="ti-angle-right me-2 text-primary"></i>
  3365.                            <span class="archive-link top-color fw-semibold"> non gamstop betting sites</span>
  3366.                        </a>
  3367.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3368.                    </div>
  3369.                
  3370.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3371.                        <a href="https://financialservicescultureboard.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3372.                            <i class="ti-angle-right me-2 text-primary"></i>
  3373.                            <span class="archive-link top-color fw-semibold"> betting sites not on gamstop</span>
  3374.                        </a>
  3375.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3376.                    </div>
  3377.                
  3378.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3379.                        <a href="https://www.taysideaviation.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3380.                            <i class="ti-angle-right me-2 text-primary"></i>
  3381.                            <span class="archive-link top-color fw-semibold"> non gamstop betting sites</span>
  3382.                        </a>
  3383.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3384.                    </div>
  3385.                
  3386.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3387.                        <a href="https://botafogo.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3388.                            <i class="ti-angle-right me-2 text-primary"></i>
  3389.                            <span class="archive-link top-color fw-semibold"> top 50 online casinos uk</span>
  3390.                        </a>
  3391.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3392.                    </div>
  3393.                
  3394.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3395.                        <a href="https://bereavementcommission.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3396.                            <i class="ti-angle-right me-2 text-primary"></i>
  3397.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  3398.                        </a>
  3399.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3400.                    </div>
  3401.                
  3402.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3403.                        <a href="https://jst.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3404.                            <i class="ti-angle-right me-2 text-primary"></i>
  3405.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  3406.                        </a>
  3407.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3408.                    </div>
  3409.                
  3410.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3411.                        <a href="https://www.casquette.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3412.                            <i class="ti-angle-right me-2 text-primary"></i>
  3413.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  3414.                        </a>
  3415.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3416.                    </div>
  3417.                
  3418.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3419.                        <a href="https://www.techandplay.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3420.                            <i class="ti-angle-right me-2 text-primary"></i>
  3421.                            <span class="archive-link top-color fw-semibold"> betting sites</span>
  3422.                        </a>
  3423.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3424.                    </div>
  3425.                
  3426.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3427.                        <a href="https://www.chemical-records.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3428.                            <i class="ti-angle-right me-2 text-primary"></i>
  3429.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  3430.                        </a>
  3431.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3432.                    </div>
  3433.                
  3434.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3435.                        <a href="https://gamingamerica.com/non-gamstop-casinos"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3436.                            <i class="ti-angle-right me-2 text-primary"></i>
  3437.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  3438.                        </a>
  3439.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3440.                    </div>
  3441.                
  3442.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3443.                        <a href="https://esports-news.co.uk/online-casinos/non-gamstop/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3444.                            <i class="ti-angle-right me-2 text-primary"></i>
  3445.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  3446.                        </a>
  3447.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3448.                    </div>
  3449.                
  3450.                </div>
  3451.                
  3452.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3453.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3454.                        <i class="ti-archive me-1"></i>View All Archives
  3455.                    </a>
  3456.                </div> -->
  3457.            </div>
  3458.        </div>
  3459.        
  3460.  
  3461.       <!-- <div class="sidebar-widget mb-5">
  3462.            <div class="widget-title-wrapper mb-3">
  3463.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3464.                    <div class="title-border"></div>
  3465.                    <i class="ti-folder me-2"></i>Blog Archives
  3466.                </h4>
  3467.            </div>
  3468.            <div class="widget-content border border-color shadow-sm rounded-3 p-4">
  3469.                <div class="archives-list">
  3470.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3471.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3472.                            <i class="ti-angle-right me-2 text-primary"></i>
  3473.                            <span class="archive-link top-color fw-semibold">August 2025</span>
  3474.                        </a>
  3475.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span>
  3476.                    </div>
  3477.  
  3478.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3479.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3480.                            <i class="ti-angle-right me-2 text-primary"></i>
  3481.                            <span class="archive-link top-color fw-semibold">July 2025</span>
  3482.                        </a>
  3483.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">31 posts</span>
  3484.                    </div>
  3485.  
  3486.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3487.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3488.                            <i class="ti-angle-right me-2 text-primary"></i>
  3489.                            <span class="archive-link top-color fw-semibold">June 2025</span>
  3490.                        </a>
  3491.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">28 posts</span>
  3492.                    </div>
  3493.  
  3494.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3495.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3496.                            <i class="ti-angle-right me-2 text-primary"></i>
  3497.                            <span class="archive-link top-color fw-semibold">May 2025</span>
  3498.                        </a>
  3499.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">35 posts</span>
  3500.                    </div>
  3501.  
  3502.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3503.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3504.                            <i class="ti-angle-right me-2 text-primary"></i>
  3505.                            <span class="archive-link top-color fw-semibold">April 2025</span>
  3506.                        </a>
  3507.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">29 posts</span>
  3508.                    </div>
  3509.  
  3510.                    <div class="archive-item d-flex justify-content-between align-items-center">
  3511.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3512.                            <i class="ti-angle-right me-2 text-primary"></i>
  3513.                            <span class="archive-link top-color fw-semibold">March 2025</span>
  3514.                        </a>
  3515.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">27 posts</span>
  3516.                    </div>
  3517.                </div>
  3518.                
  3519.                <div class="text-center mt-4 pt-3 border-top border-color">
  3520.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3521.                        <i class="ti-archive me-1"></i>View All Archives
  3522.                    </a>
  3523.                </div>
  3524.            </div>
  3525.        </div> -->
  3526.  
  3527.        <div class="sidebar-widget mb-4">
  3528.            <div class="widget-title-wrapper mb-3">
  3529.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3530.                    <div class="title-border-primary"></div>
  3531.                    <i class="ti-star me-2"></i>Popular Posts
  3532.                </h4>
  3533.            </div>
  3534.            <div class="widget-content border border-color shadow-sm rounded-3 p-4">
  3535.                <div class="popular-post-list">
  3536.                    
  3537.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3538.                        <div class="post-content flex-grow-1">
  3539.                            <h6 class="post-title mb-1">
  3540.                                 <a href="/restrained-isolated-and-frightened-the-bleak-truth-for-women-made-to-give-birth-in-incarceration/" class="text-decoration-none top-color fw-semibold lh-sm">
  3541.                                            Restrained, Isolated and Frightened: The Bleak Truth for Women Made to Give Birth in Incarceration.
  3542.                                            </a>
  3543.                            </h6>
  3544.                            <div class="post-meta">
  3545.                                <small class="text-muted">
  3546.                                    <i class="ti-calendar me-1"></i>11 May 2026
  3547.                                </small>
  3548.                                <!-- <small class="text-muted ms-3">
  3549.                                    <i class="ti-eye me-1"></i>1,234 views
  3550.                                </small> -->
  3551.                            </div>
  3552.                        </div>
  3553.                    </div>
  3554.                    
  3555.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3556.                        <div class="post-content flex-grow-1">
  3557.                            <h6 class="post-title mb-1">
  3558.                                 <a href="/a-tale-of-surprising-generosity-when-a-university-student-let-me-sleep-on-her-dorm-ground/" class="text-decoration-none top-color fw-semibold lh-sm">
  3559.                                            A Tale of Surprising Generosity: When a University Student Let Me Sleep on Her Dorm Ground
  3560.                                            </a>
  3561.                            </h6>
  3562.                            <div class="post-meta">
  3563.                                <small class="text-muted">
  3564.                                    <i class="ti-calendar me-1"></i>11 May 2026
  3565.                                </small>
  3566.                                <!-- <small class="text-muted ms-3">
  3567.                                    <i class="ti-eye me-1"></i>1,234 views
  3568.                                </small> -->
  3569.                            </div>
  3570.                        </div>
  3571.                    </div>
  3572.                    
  3573.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3574.                        <div class="post-content flex-grow-1">
  3575.                            <h6 class="post-title mb-1">
  3576.                                 <a href="/among-the-bombed-out-debris-of-an-residential-building-i-found-a-volume-id-translated/" class="text-decoration-none top-color fw-semibold lh-sm">
  3577.                                            Among the Bombed-Out Debris of an Residential Building, I Found a Volume I’d Translated
  3578.                                            </a>
  3579.                            </h6>
  3580.                            <div class="post-meta">
  3581.                                <small class="text-muted">
  3582.                                    <i class="ti-calendar me-1"></i>11 May 2026
  3583.                                </small>
  3584.                                <!-- <small class="text-muted ms-3">
  3585.                                    <i class="ti-eye me-1"></i>1,234 views
  3586.                                </small> -->
  3587.                            </div>
  3588.                        </div>
  3589.                    </div>
  3590.                    
  3591.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3592.                        <div class="post-content flex-grow-1">
  3593.                            <h6 class="post-title mb-1">
  3594.                                 <a href="/3-game-pass-titles-we-are-playing-this-weekend-oct-10-12/" class="text-decoration-none top-color fw-semibold lh-sm">
  3595.                                            3 Game Pass Titles We Are Playing This Weekend (Oct. 10-12)
  3596.                                            </a>
  3597.                            </h6>
  3598.                            <div class="post-meta">
  3599.                                <small class="text-muted">
  3600.                                    <i class="ti-calendar me-1"></i>11 May 2026
  3601.                                </small>
  3602.                                <!-- <small class="text-muted ms-3">
  3603.                                    <i class="ti-eye me-1"></i>1,234 views
  3604.                                </small> -->
  3605.                            </div>
  3606.                        </div>
  3607.                    </div>
  3608.                    
  3609.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3610.                        <div class="post-content flex-grow-1">
  3611.                            <h6 class="post-title mb-1">
  3612.                                 <a href="/life-for-one-hundred-twenty-thousand-refugees-in-mauritanias-massive-refugee-camp-on-the-mali-frontier/" class="text-decoration-none top-color fw-semibold lh-sm">
  3613.                                            Life for one hundred twenty thousand Refugees in Mauritania&#x27;s Massive Refugee Camp on the Mali Frontier.
  3614.                                            </a>
  3615.                            </h6>
  3616.                            <div class="post-meta">
  3617.                                <small class="text-muted">
  3618.                                    <i class="ti-calendar me-1"></i>11 May 2026
  3619.                                </small>
  3620.                                <!-- <small class="text-muted ms-3">
  3621.                                    <i class="ti-eye me-1"></i>1,234 views
  3622.                                </small> -->
  3623.                            </div>
  3624.                        </div>
  3625.                    </div>
  3626.                    
  3627.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3628.                        <div class="post-content flex-grow-1">
  3629.                            <h6 class="post-title mb-1">
  3630.                                 <a href="/how-a-us-military-veteran-aided-mar%C3%ADa-corina-machado-escape-venezuela/" class="text-decoration-none top-color fw-semibold lh-sm">
  3631.                                            How a US Military Veteran Aided María Corina Machado Escape Venezuela
  3632.                                            </a>
  3633.                            </h6>
  3634.                            <div class="post-meta">
  3635.                                <small class="text-muted">
  3636.                                    <i class="ti-calendar me-1"></i>11 May 2026
  3637.                                </small>
  3638.                                <!-- <small class="text-muted ms-3">
  3639.                                    <i class="ti-eye me-1"></i>1,234 views
  3640.                                </small> -->
  3641.                            </div>
  3642.                        </div>
  3643.                    </div>
  3644.                    
  3645.  
  3646.                </div>
  3647.                
  3648.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3649.                    <a href="#" class="btn btn-primary top-color btn-sm px-whtext-white rounded-pill">
  3650.                        <i class="ti-trophy me-1"></i>View All Popular
  3651.                    </a>
  3652.                </div> -->
  3653.            </div>
  3654.        </div>
  3655.  
  3656. </div>
  3657.  
  3658. <style>
  3659.     .widget-content {
  3660.        margin-top: -1px;
  3661.        position: relative;
  3662.        z-index: 1;
  3663.         background-color: var(--card-bg);
  3664.    }
  3665. </style>
  3666.  
  3667.    
  3668.            </div>
  3669.        </div>
  3670.    </div>
  3671. </section>
  3672.  
  3673. <script>
  3674. document.addEventListener('DOMContentLoaded', function() {
  3675.    // Simple scroll animation
  3676.    const cards = document.querySelectorAll('.blog-card');
  3677.    
  3678.    const observer = new IntersectionObserver(function(entries) {
  3679.        entries.forEach(entry => {
  3680.            if (entry.isIntersecting) {
  3681.                entry.target.style.opacity = '1';
  3682.                entry.target.style.transform = 'translateY(0)';
  3683.            }
  3684.        });
  3685.    }, {
  3686.        threshold: 0.1
  3687.    });
  3688.  
  3689.    cards.forEach((card, index) => {
  3690.        card.style.opacity = '0';
  3691.        card.style.transform = 'translateY(30px)';
  3692.        card.style.transition = `opacity 0.6s ease ${index * 0.1}s, transform 0.6s ease ${index * 0.1}s`;
  3693.        observer.observe(card);
  3694.    });
  3695. });
  3696. </script>
  3697.  
  3698.    
  3699.        
  3700.        <!-- end wpo-blog-highlights-section -->
  3701.        <!-- start wpo-blog-sponsored-section -->
  3702.        
  3703.  
  3704.  
  3705.  
  3706.    
  3707.  
  3708.  
  3709.  <style>
  3710.    .sponsored-card-v10 {
  3711.      border: 1px solid var(--bs-primary); /* Cyan border */
  3712.      transition: border-color 0.3s ease;
  3713.      min-height: 350px;
  3714.    }
  3715.    
  3716.    .sponsored-content-v10 {
  3717.      flex: 1; /* text area stretch kare */
  3718.    }
  3719.    .sponsored-card-v10:hover {
  3720.      border-color: var(--bs-primary);
  3721.      opacity: 0.8;
  3722.    }
  3723.    
  3724.    .sponsored-content-v10 {
  3725.      padding: 12px;
  3726.      border-radius: 12px 12px 0px 0px;
  3727.      background: var(--card-bg);
  3728.      border-bottom: 2px solid var(--bs-primary); /* Cyan top border for banner */
  3729.    }
  3730.    
  3731.    .sponsored-image-v10 {
  3732.      height: 180px;
  3733.    }
  3734.    
  3735.    .sponsored-image-v10 img {
  3736.      width: 100%;
  3737.      height: 100%;
  3738.      border-radius: 0px 0px 12px 12px;
  3739.      object-fit: cover;
  3740.    }
  3741.    
  3742.    .sponsored-badge-v10 {
  3743.      display: inline-block;
  3744.      position: relative;
  3745.      padding: 4px 8px;
  3746.      border-radius: var(--border-radius);
  3747.      font-size: 11px;
  3748.      font-weight: 600;
  3749.      text-transform: uppercase;
  3750.      color: white;
  3751.      margin-bottom: 8px;
  3752.    }
  3753.    
  3754.    .sponsored-badge-v10::after {
  3755.      content: '';
  3756.      position: absolute;
  3757.      top: 0;
  3758.      right: -8px;
  3759.    }
  3760.    
  3761.    .sponsored-title-v10 {
  3762.      font-size: 14px;
  3763.      font-weight: 700;
  3764.      line-height: 1.3;
  3765.      margin-bottom: 6px;
  3766.      color: #333;
  3767.    }
  3768.    
  3769.    .sponsored-title-v10 a {
  3770.      text-decoration: none;
  3771.      color: var(--topbar-color);
  3772.    }
  3773.    
  3774.    .sponsored-title-v10 a:hover {
  3775.      color: var(--bs-primary); /* Cyan hover */
  3776.    }
  3777.    
  3778.    .sponsored-excerpt-v10 {
  3779.      font-size: 11px;
  3780.      font-weight: 400;
  3781.      color: #6c757d;
  3782.      margin-bottom: 6px;
  3783.      line-height: 1.4;
  3784.    }
  3785.    
  3786.    .sponsored-meta-v10 {
  3787.      font-size: 10px;
  3788.      color: #6c757d;
  3789.    }
  3790.    
  3791.    .author-info-v10 {
  3792.      margin-bottom: 4px;
  3793.    }
  3794.    
  3795.    .sponsored-author-img-v10 {
  3796.      width: 18px;
  3797.      height: 18px;
  3798.      border-radius: 50%;
  3799.      object-fit: cover;
  3800.      vertical-align: middle;
  3801.      margin-right: 4px;
  3802.    }
  3803.    
  3804.    .section-title-sponsored-v10 {
  3805.      font-size: 1.8rem;
  3806.      font-weight: 600;
  3807.      text-align: left;
  3808.      margin-bottom: 25px;
  3809.      color: #333;
  3810.      position: relative;
  3811.    }
  3812.    
  3813.    .section-title-sponsored-v10::after {
  3814.      content: '';
  3815.      position: absolute;
  3816.      bottom: -6px;
  3817.      left: 0;
  3818.      width: 60px;
  3819.      height: 2px;
  3820.      background: var(--bs-primary);
  3821.    }
  3822.    
  3823.    @media (max-width: 768px) {
  3824.      .sponsored-section-v10 {
  3825.        padding: 30px 0;
  3826.      }
  3827.      .sponsored-image-v10 {
  3828.        height: 180px;
  3829.      }
  3830.      .sponsored-content-v10 {
  3831.        padding: 10px;
  3832.      }
  3833.      .sponsored-title-v10 {
  3834.        font-size: 13px;
  3835.      }
  3836.      .sponsored-excerpt-v10 {
  3837.        font-size: 10px;
  3838.      }
  3839.      .sponsored-badge-v10 {
  3840.        font-size: 10px;
  3841.        padding: 3px 6px;
  3842.      }
  3843.      .sponsored-meta-v10 {
  3844.        font-size: 9px;
  3845.      }
  3846.      .section-title-sponsored-v10 {
  3847.        font-size: 1.5rem;
  3848.      }
  3849.    }
  3850.  </style>
  3851.  
  3852.  <section class="sponsored-section-v10 my-5">
  3853.    <div class="container-fluid fluid-container">
  3854.      <div class="row">
  3855.        <div class="col-12">
  3856.          <h2 class="section-title-sponsored-v10">Sponsored News</h2>
  3857.        </div>
  3858.      </div>
  3859.  
  3860.      <div class="row g-3 d-flex align-items-center">
  3861.        
  3862.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3863.            <div class="card sponsored-card-v10 h-100 w-100">
  3864.              <div class="sponsored-content-v10">
  3865.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3866.                <h3 class="sponsored-title-v10"><a href="/restrained-isolated-and-frightened-the-bleak-truth-for-women-made-to-give-birth-in-incarceration/">Restrained, Isolated and Frightened: The Bleak Truth for Women Made to Give Birth in Incarceration.</a></h3>
  3867.                <p class="sponsored-excerpt-v10"></p>
  3868.                <div class="sponsored-meta-v10">
  3869.                  <div class="author-info-v10">
  3870.                    
  3871.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" class="sponsored-author-img-v10" alt="Angela Wagner" />
  3872.                    
  3873.                    <span>Angela Wagner</span>
  3874.                  </div>
  3875.                  <div>11 May 2026</div>
  3876.                </div>
  3877.              </div>
  3878.              <div class="sponsored-image-v10">
  3879.                
  3880.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3881.                
  3882.              </div>
  3883.            </div>
  3884.          </div>
  3885.        
  3886.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3887.            <div class="card sponsored-card-v10 h-100 w-100">
  3888.              <div class="sponsored-content-v10">
  3889.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3890.                <h3 class="sponsored-title-v10"><a href="/a-tale-of-surprising-generosity-when-a-university-student-let-me-sleep-on-her-dorm-ground/">A Tale of Surprising Generosity: When a University Student Let Me Sleep on Her Dorm Ground</a></h3>
  3891.                <p class="sponsored-excerpt-v10"></p>
  3892.                <div class="sponsored-meta-v10">
  3893.                  <div class="author-info-v10">
  3894.                    
  3895.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" class="sponsored-author-img-v10" alt="Angela Wagner" />
  3896.                    
  3897.                    <span>Angela Wagner</span>
  3898.                  </div>
  3899.                  <div>11 May 2026</div>
  3900.                </div>
  3901.              </div>
  3902.              <div class="sponsored-image-v10">
  3903.                
  3904.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3905.                
  3906.              </div>
  3907.            </div>
  3908.          </div>
  3909.        
  3910.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3911.            <div class="card sponsored-card-v10 h-100 w-100">
  3912.              <div class="sponsored-content-v10">
  3913.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3914.                <h3 class="sponsored-title-v10"><a href="/among-the-bombed-out-debris-of-an-residential-building-i-found-a-volume-id-translated/">Among the Bombed-Out Debris of an Residential Building, I Found a Volume I’d Translated</a></h3>
  3915.                <p class="sponsored-excerpt-v10"></p>
  3916.                <div class="sponsored-meta-v10">
  3917.                  <div class="author-info-v10">
  3918.                    
  3919.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" class="sponsored-author-img-v10" alt="Angela Wagner" />
  3920.                    
  3921.                    <span>Angela Wagner</span>
  3922.                  </div>
  3923.                  <div>11 May 2026</div>
  3924.                </div>
  3925.              </div>
  3926.              <div class="sponsored-image-v10">
  3927.                
  3928.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3929.                
  3930.              </div>
  3931.            </div>
  3932.          </div>
  3933.        
  3934.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3935.            <div class="card sponsored-card-v10 h-100 w-100">
  3936.              <div class="sponsored-content-v10">
  3937.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3938.                <h3 class="sponsored-title-v10"><a href="/3-game-pass-titles-we-are-playing-this-weekend-oct-10-12/">3 Game Pass Titles We Are Playing This Weekend (Oct. 10-12)</a></h3>
  3939.                <p class="sponsored-excerpt-v10"></p>
  3940.                <div class="sponsored-meta-v10">
  3941.                  <div class="author-info-v10">
  3942.                    
  3943.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" class="sponsored-author-img-v10" alt="Angela Wagner" />
  3944.                    
  3945.                    <span>Angela Wagner</span>
  3946.                  </div>
  3947.                  <div>11 May 2026</div>
  3948.                </div>
  3949.              </div>
  3950.              <div class="sponsored-image-v10">
  3951.                
  3952.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3953.                
  3954.              </div>
  3955.            </div>
  3956.          </div>
  3957.        
  3958.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3959.            <div class="card sponsored-card-v10 h-100 w-100">
  3960.              <div class="sponsored-content-v10">
  3961.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3962.                <h3 class="sponsored-title-v10"><a href="/life-for-one-hundred-twenty-thousand-refugees-in-mauritanias-massive-refugee-camp-on-the-mali-frontier/">Life for one hundred twenty thousand Refugees in Mauritania&#x27;s Massive Refugee Camp on the Mali Frontier.</a></h3>
  3963.                <p class="sponsored-excerpt-v10"></p>
  3964.                <div class="sponsored-meta-v10">
  3965.                  <div class="author-info-v10">
  3966.                    
  3967.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" class="sponsored-author-img-v10" alt="Angela Wagner" />
  3968.                    
  3969.                    <span>Angela Wagner</span>
  3970.                  </div>
  3971.                  <div>11 May 2026</div>
  3972.                </div>
  3973.              </div>
  3974.              <div class="sponsored-image-v10">
  3975.                
  3976.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3977.                
  3978.              </div>
  3979.            </div>
  3980.          </div>
  3981.        
  3982.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3983.            <div class="card sponsored-card-v10 h-100 w-100">
  3984.              <div class="sponsored-content-v10">
  3985.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3986.                <h3 class="sponsored-title-v10"><a href="/how-a-us-military-veteran-aided-mar%C3%ADa-corina-machado-escape-venezuela/">How a US Military Veteran Aided María Corina Machado Escape Venezuela</a></h3>
  3987.                <p class="sponsored-excerpt-v10"></p>
  3988.                <div class="sponsored-meta-v10">
  3989.                  <div class="author-info-v10">
  3990.                    
  3991.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" class="sponsored-author-img-v10" alt="Angela Wagner" />
  3992.                    
  3993.                    <span>Angela Wagner</span>
  3994.                  </div>
  3995.                  <div>11 May 2026</div>
  3996.                </div>
  3997.              </div>
  3998.              <div class="sponsored-image-v10">
  3999.                
  4000.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  4001.                
  4002.              </div>
  4003.            </div>
  4004.          </div>
  4005.        
  4006.      </div>
  4007.    </div>
  4008.  </section>
  4009.  
  4010.  
  4011.    
  4012.        <!-- end wpo-blog-sponsored-section -->
  4013.        <!-- start wpo-subscribe-section -->
  4014.        
  4015.        <!-- end subscribe-section -->
  4016.        <!-- start of wpo-site-footer-section -->
  4017.        
  4018.  
  4019.  
  4020.  
  4021.  
  4022.  
  4023. <footer class="wpo-site-footer-v2">
  4024.  <!-- Top Section - Logo & CTA -->
  4025.  <div class="footer-top-section py-3">
  4026.    <div class="container-fluid fluid-container">
  4027.      <div class="row align-items-center">
  4028.        <div class="brand-logo d-flex align-items-center justify-content-center">
  4029.          
  4030.            <h3 class="brand-title">Markon Solutions</h3>
  4031.          
  4032.          <div class="brand-info">
  4033.            <h3 class="brand-title">Markon Solutions</h3>
  4034.          </div>
  4035.        </div>
  4036.      </div>
  4037.    </div>
  4038.  </div>
  4039.  
  4040.  <!-- Main Content Grid -->
  4041.  <div class="footer-main-content py-4">
  4042.    <div class="container-fluid fluid-container px-3">
  4043.      <div class="d-flex justify-content-between flex-wrap gap-3">
  4044.        <!-- Column 1: Quick Links & Top Categories -->
  4045.        <div class="">
  4046.          <div class="footer-column">
  4047.            <h5 class="column-title">Quick Links</h5>
  4048.            <ul class="footer-menu list-unstyled">
  4049.              
  4050.                <li>
  4051.                  <a class="menu-link" href="/when-did-i-get-that-attractive-the-rock-legend-on-watching-the-actor-portray-him-on-screen/">‘When Did I Get That Attractive?’: The Rock Legend on Watching The Actor Portray Him On Screen</a>
  4052.                </li>
  4053.              
  4054.                <li>
  4055.                  <a class="menu-link" href="/jennifer-waltons-first-record-daughters-delves-into-grief-and-elegance/">Jennifer Walton&#x27;s First Record &quot;Daughters&quot; Delves Into Grief and Elegance</a>
  4056.                </li>
  4057.              
  4058.                <li>
  4059.                  <a class="menu-link" href="/russian-president-vladimir-putin-assures-uninterrupted-crude-oil-supplies-to-india-in-snub-of-us-demands/">Russian President Vladimir Putin Assures Uninterrupted Crude Oil Supplies to India in Snub of US Demands</a>
  4060.                </li>
  4061.              
  4062.                <li>
  4063.                  <a class="menu-link" href="/gaza-strip-conflict-in-visualizations-following-24-months-of-hostilities/">Gaza Strip Conflict in Visualizations Following 24 Months of Hostilities</a>
  4064.                </li>
  4065.              
  4066.                <li>
  4067.                  <a class="menu-link" href="/democratic-lawmakers-condemn-trump-after-he-states-they-should-face-death-penalty/">Democratic lawmakers Condemn Trump After He States They Should Face Death Penalty</a>
  4068.                </li>
  4069.              
  4070.                <li>
  4071.                  <a class="menu-link" href="/these-players-and-trainers-born-outside-in-the-united-states/">These Players and Trainers Born Outside in the United States</a>
  4072.                </li>
  4073.              
  4074.            </ul>
  4075.          </div>
  4076.        </div>
  4077.        <div class="">
  4078.          <div class="footer-column mt-4">
  4079.            <h5 class="column-title">Top Categories</h5>
  4080.            <ul class="footer-menu list-unstyled">
  4081.              
  4082.                <li>
  4083.                  <a class="menu-link" href="/category/all-posts/">All Posts</a>
  4084.                </li>
  4085.              
  4086.                <li>
  4087.                  <a class="menu-link" href="/category/business/">Business</a>
  4088.                </li>
  4089.              
  4090.                <li>
  4091.                  <a class="menu-link" href="/category/esports/">Esports</a>
  4092.                </li>
  4093.              
  4094.                <li>
  4095.                  <a class="menu-link" href="/category/fashion/">Fashion</a>
  4096.                </li>
  4097.              
  4098.                <li>
  4099.                  <a class="menu-link" href="/category/featured/">Featured</a>
  4100.                </li>
  4101.              
  4102.            </ul>
  4103.          </div>
  4104.        </div>
  4105.        <!-- Column 2: Blog Rolls -->
  4106.      <div class="">
  4107.          <div class="footer-column">
  4108.            <h5 class="column-title">Blog Rolls</h5>
  4109.            <ul class="footer-menu list-unstyled" id="blogRollLinks">
  4110.              
  4111.              
  4112.  
  4113.              
  4114.              
  4115.                
  4116.              
  4117.            </ul>
  4118.          </div>
  4119.        </div>
  4120.      </div>
  4121.    </div>
  4122.  </div>
  4123.  
  4124.  <!-- Tagline Section -->
  4125.  <div class="footer-tagline bg-primary-gradient text-center py-3">
  4126.    <div class="container-fluid fluid-container">
  4127.      <p class="mb-0 text-white text-capitalize">Markon Solutions provides professional IT consulting, digital transformation, and cybersecurity services to help businesses optimize technology and drive growth in the UK market.</p>
  4128.    </div>
  4129.  </div>
  4130.  
  4131.  <!-- Footer Bottom -->
  4132.  <div class="footer-bottom py-3">
  4133.    <div class="container-fluid fluid-container">
  4134.      <div class="d-flex flex-column flex-md-row justify-content-between align-items-center text-center">
  4135.        <div class="copyright-info">
  4136.          <p class="mb-0 text-color">
  4137.            &copy; 2026 <strong>Markon Solutions</strong>. All rights reserved.
  4138.          </p>
  4139.        </div>
  4140.        <div class="utility-links mt-2 mt-md-0">
  4141.          <a href="/page/write-for-us/" class="utility-link me-3">Write For Us</a>
  4142.          <a href="/page/terms-and-conditions/" class="utility-link me-3">Terms &amp; Conditions</a>
  4143.          <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  4144.        </div>
  4145.      </div>
  4146.    </div>
  4147.  </div>
  4148. </footer>
  4149.  
  4150.  
  4151. <style>
  4152.  
  4153. .footer-top-section {
  4154.    border-bottom: 1px solid var(--border-color);
  4155.    background-color: var(--card-bg) !important;
  4156. }
  4157.  
  4158. .footer-logo {
  4159.    height:50px;
  4160.    width: auto;
  4161. }
  4162. .text-color{
  4163.    color: var(--topbar-color) !important;
  4164. }
  4165. .brand-title {
  4166.    font-size: 20px;
  4167.    font-weight: 600;
  4168.    color: var(--topbar-color);
  4169.    margin: 0;
  4170. }
  4171.  
  4172. .footer-main-content {
  4173.    background: var(--card-bg);
  4174. }
  4175.  
  4176. .column-title {
  4177.    font-size: 16px;
  4178.    font-weight: 600;
  4179.    color: var(--topbar-color) !important;
  4180.    margin-bottom: 15px;
  4181. }
  4182.  
  4183. .footer-menu li {
  4184.    margin-bottom: 8px;
  4185. }
  4186.  
  4187. .menu-link {
  4188.    color: var(--topbar-color) !important;
  4189.    text-decoration: none;
  4190.    font-size: 16px;
  4191.    transition: color 0.3s ease;
  4192. }
  4193.  
  4194. .footer-tagline {
  4195.    font-size: 16px;
  4196. }
  4197.  
  4198. .footer-bottom {
  4199.    font-size: 16px;
  4200.    background-color: var(--card-bg) !important;
  4201. }
  4202.  
  4203. .utility-link {
  4204.    color: var(--topbar-color) !important;
  4205.    text-decoration: none;
  4206.    transition: color 0.3s ease;
  4207. }
  4208.  
  4209. .utility-link:hover {
  4210.    color: var(--secondary-color);
  4211. }
  4212.  
  4213. /* Responsive Design */
  4214. @media (max-width: 992px) {
  4215.    .footer-top-section {
  4216.        text-align: start;
  4217.    }
  4218.    .cta-btn {
  4219.        margin-top: 10px;
  4220.    }
  4221. }
  4222.  
  4223. @media (max-width: 768px) {
  4224.    .footer-column {
  4225.        text-align: start;
  4226.    }
  4227.    .footer-tagline {
  4228.        font-size: 13px;
  4229.    }
  4230. }
  4231.  
  4232. @media (max-width: 576px) {
  4233.    .column-title {
  4234.        font-size: 15px;
  4235.    }
  4236.    .menu-link {
  4237.        font-size: 13px;
  4238.    }
  4239.    .cta-btn {
  4240.        font-size: 13px;
  4241.        padding: 7px 15px;
  4242.    }
  4243. }
  4244. </style>
  4245.  
  4246. <script>
  4247. // Prevent default for placeholder links
  4248. document.addEventListener('DOMContentLoaded', function() {
  4249.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  4250.        anchor.addEventListener('click', function(e) {
  4251.            e.preventDefault();
  4252.        });
  4253.    });
  4254. });
  4255. document.addEventListener('DOMContentLoaded', function () {
  4256.    var btn = document.getElementById('toggleBlogRollLinks');
  4257.    if (!btn) return; // No extra items, no button
  4258.  
  4259.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  4260.  
  4261.    btn.addEventListener('click', function () {
  4262.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4263.            return li.classList.contains('d-none');
  4264.        });
  4265.  
  4266.        extras.forEach(function (li) {
  4267.            if (anyHidden) {
  4268.                li.classList.remove('d-none');
  4269.                li.classList.add('show');
  4270.            } else {
  4271.                li.classList.add('d-none');
  4272.                li.classList.remove('show');
  4273.            }
  4274.        });
  4275.  
  4276.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4277.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4278.    });
  4279. });
  4280.  
  4281. </script>
  4282.  
  4283.        <!-- end of wpo-site-footer-section -->
  4284.    </div>
  4285.    <!-- end of page-wrapper -->
  4286.  
  4287.    <!-- All JavaScript files
  4288.    ================================================== -->
  4289.    
  4290.  
  4291. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4292. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4293. <!-- Plugins for this template -->
  4294. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4295. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4296. <!-- Custom script for this template -->
  4297. <script src="/static/blogapp/assets/js/script.js"></script>
  4298.  
  4299. <script>
  4300. (function () {
  4301. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4302. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4303.  
  4304. function applyFallback(img) {
  4305. if (!img || img.dataset.fallbackApplied === "1") {
  4306. return;
  4307. }
  4308. var failedSrc = img.currentSrc || img.src || "";
  4309. img.dataset.fallbackApplied = "1";
  4310. img.onerror = null;
  4311. img.src = fallbackImageSrc;
  4312. console.warn("[ImageFallback] Replaced broken image:", {
  4313. failedSrc: failedSrc,
  4314. fallbackSrc: fallbackImageSrc,
  4315. alt: img.alt || "",
  4316. });
  4317. }
  4318.  
  4319. document.querySelectorAll("img").forEach(function (img) {
  4320. if (img.complete && img.naturalWidth === 0) {
  4321. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4322. failedSrc: img.currentSrc || img.src || "",
  4323. alt: img.alt || "",
  4324. });
  4325. applyFallback(img);
  4326. }
  4327. });
  4328.  
  4329. document.addEventListener(
  4330. "error",
  4331. function (event) {
  4332. var target = event.target;
  4333. if (target && target.tagName === "IMG") {
  4334. applyFallback(target);
  4335. }
  4336. },
  4337. true
  4338. );
  4339. })();
  4340. </script>
  4341.  
  4342. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4343.  
  4344.  
  4345.  
  4346. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"8a51b531137f4d1388f8dfa96718066e","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4347. </body>
  4348.  
  4349. </html>
  4350.  
  4351.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda