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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="merri">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_6_2GMW1uy_UENwWdm_3c6FiJw.png">
  14.    
  15.  
  16.    <title>UK Public Guide: Essential Information for Residents and Visitors</title>
  17.    <meta name="description" content="Comprehensive guide to UK public services, travel tips, and local insights for residents and international visitors exploring the United Kingdom.">
  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://guidepublic.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ffb300;
  42.        --bs-primary-rgb: ffb300;
  43.        --bs-secondary: #78716c;
  44.        --bs-success: #10b981;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #d97706;
  47.        --bs-info: #0284c7;
  48.        --bs-light: #fff9e6;
  49.        --bs-dark: #3f2a1d;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ffb300;
  53.        --theme-primary-color-s2: #ffb300;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #3f2a1d;
  57.        --text-light-color: #676767;
  58.        --heading-color: #3f2a1d;
  59.        --border-color: #fed7aa;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #ffffff;
  73.        --nav-bg: #ffffff;
  74.        --sub-nav: #fede8a;
  75.        --navbar-color: #3f2a1d;
  76.        --topbar-bg: #fff9e6;
  77.        --topbar-color: #3f2a1d;
  78.        --footer-bg: #3f2a1d;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #fed7aa;
  82.        --card-radius: 12px;
  83.        --link-color: #ffb300;
  84.        --link-hover: #e09600;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(255, 179, 0, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. </head>
  368.  
  369.  
  370.  
  371. <body class="page-blogapp:homepage theme-theme_93">
  372.    <div id="healthcheck"></div>
  373.    <!-- start page-wrapper -->
  374.    <div class="page-wrapper">
  375.        
  376.            <!-- start preloader -->
  377.                
  378. <div class="preloader" style="z-index: 1025;">
  379.    <div class="angular-shape">
  380.        <div></div>
  381.        <div></div>
  382.        <div></div>
  383.    </div>
  384.    <div class="spinner">
  385.        <div class="double-bounce1"></div>
  386.        <div class="double-bounce2"></div>
  387.    </div>
  388. </div>  
  389.  
  390.            <!-- end preloader -->
  391.        
  392.        <!-- Start header -->
  393.        <header id="header" class="wpo-site-header">
  394.            
  395.  
  396.  
  397.    
  398.  
  399.  
  400. <div class="top-bg">
  401. <div class="unique-header px-3 d-sm-flex d-none container-fluid fluid-container">
  402.    <button class="unique-menu-button bg-primary-gradient">Latest Update</button>
  403.  
  404.    <div class="unique-news-wrapper-container">
  405.        <div class="unique-news-wrapper top-color" id="newsWrapper">
  406.              <marquee direction="left" scrollamount="4" behavior="scroll" class="d-flex ">
  407.            <p class="text-center">
  408.              
  409.              <a href="/rising-rhetorical-battle-between-ethiopia-and-eritrean-government-triggers-fears-of-military-confrontation/" class="px-5 top-color">
  410.                Rising Rhetorical Battle Between Ethiopia and Eritrean Government Triggers Fears of Military Confrontation
  411.              </a>
  412.              
  413.              <a href="/jets-legend-nick-mangold-passes-away-at-41-while-seeking-kidney-transplant/" class="px-5 top-color">
  414.                Jets Legend Nick Mangold Passes Away at 41 While Seeking Kidney Transplant
  415.              </a>
  416.              
  417.              <a href="/honduran-candidate-alleges-vote-has-been-rigged/" class="px-5 top-color">
  418.                Honduran Candidate Alleges Vote Has Been &#x27;Rigged&#x27;
  419.              </a>
  420.              
  421.              <a href="/the-electric-vehicle-giant-investors-to-cast-their-ballots-on-mammoth-1-trillion-pay-plan-for-chief-executive-the-tech-mogul/" class="px-5 top-color">
  422.                The Electric Vehicle Giant Investors to Cast Their Ballots on Mammoth $1 Trillion Pay Plan for Chief Executive the Tech Mogul
  423.              </a>
  424.              
  425.              <a href="/strictly-champions-announced-in-spectacular-live-final/" class="px-5 top-color">
  426.                Strictly Champions Announced in Spectacular Live Final
  427.              </a>
  428.              
  429.            </p>
  430.          </marquee>
  431.        </div>
  432.    </div>
  433.  
  434.    <div class="contact-info top-color">
  435.        <ul class="d-flex list-unstyled gap-3 flex-wrap">
  436.            <li><a href="#"><i class="top-color ti-facebook"></i></a></li>
  437.            <li><a href="#"><i class="top-color ti-twitter-alt"></i></a></li>
  438.            <li><a href="#"><i class="top-color ti-instagram"></i></a></li>
  439.            <li><a href="#"><i class="top-color ti-google"></i></a></li>
  440.        </ul>
  441.    </div>
  442. </div>
  443. </div>
  444.  
  445. <script>
  446.    // Build array directly from Django context
  447.    const newsItems = [
  448.        
  449.            { title: "Rising Rhetorical Battle Between Ethiopia and Eritrean Government Triggers Fears of Military Confrontation", url: "/rising-rhetorical-battle-between-ethiopia-and-eritrean-government-triggers-fears-of-military-confrontation/" },
  450.        
  451.            { title: "Jets Legend Nick Mangold Passes Away at 41 While Seeking Kidney Transplant", url: "/jets-legend-nick-mangold-passes-away-at-41-while-seeking-kidney-transplant/" },
  452.        
  453.            { title: "Honduran Candidate Alleges Vote Has Been \u0027Rigged\u0027", url: "/honduran-candidate-alleges-vote-has-been-rigged/" },
  454.        
  455.            { title: "The Electric Vehicle Giant Investors to Cast Their Ballots on Mammoth $1 Trillion Pay Plan for Chief Executive the Tech Mogul", url: "/the-electric-vehicle-giant-investors-to-cast-their-ballots-on-mammoth-1-trillion-pay-plan-for-chief-executive-the-tech-mogul/" },
  456.        
  457.            { title: "Strictly Champions Announced in Spectacular Live Final", url: "/strictly-champions-announced-in-spectacular-live-final/" }
  458.        
  459.    ];
  460.  
  461.    let currentNewsIndex = 0;
  462.    const newsWrapper = document.getElementById('newsWrapper');
  463.    let currentNewsElement = null;
  464.    let typingInterval = null;
  465.    let isTyping = false;
  466.  
  467.    function createNewsElement() {
  468.        const newsElement = document.createElement('div');
  469.        newsElement.className = 'unique-news-item top-color active';
  470.        newsWrapper.appendChild(newsElement);
  471.        currentNewsElement = newsElement;
  472.    }
  473.  
  474.    function typeText(news, element, callback) {
  475.        let index = 0;
  476.        element.innerHTML = '<span class="unique-cursor"></span>';
  477.  
  478.        typingInterval = setInterval(() => {
  479.            if (index < news.title.length) {
  480.                const currentText = news.title.substring(0, index + 1);
  481.                element.innerHTML = `<a href="${news.url}" class="top-color">${currentText}</a><span class="unique-cursor"></span>`;
  482.                index++;
  483.            } else {
  484.                clearInterval(typingInterval);
  485.                setTimeout(() => {
  486.                    element.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  487.                    if (callback) callback();
  488.                }, 1000);
  489.            }
  490.        }, 100); // typing speed
  491.    }
  492.  
  493.    function startTyping() {
  494.        if (isTyping) return;
  495.  
  496.        isTyping = true;
  497.        const currentNews = newsItems[currentNewsIndex];
  498.  
  499.        typeText(currentNews, currentNewsElement, () => {
  500.            isTyping = false;
  501.            setTimeout(() => {
  502.                currentNewsIndex = (currentNewsIndex + 1) % newsItems.length;
  503.                startTyping();
  504.            }, 5000); // wait before next headline
  505.        });
  506.    }
  507.  
  508.    window.onload = function() {
  509.        createNewsElement();
  510.        startTyping();
  511.    };
  512. </script>
  513.  
  514.  
  515.  
  516.            
  517.  
  518.  
  519.  
  520.  
  521.  
  522. <header class="sticky-top mb-sm-5 mb-4  nav-bg">
  523.  <div class="container-fluid fluid-container  ">
  524.    <nav class="nav-v1 navbar custom-nav navbar-expand-xl" role="navigation" aria-label="Main Navigation">
  525.      <div class="py-2 d-flex gap-2 justify-content-between align-items-center nav-width">
  526.        <!-- Mobile Brand & Search -->
  527.        <a class="brand-1 navbar-brand d-xl-none" href="/" aria-label="Home">
  528.          
  529.          <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/6c791c64-e56c-4f55-a6fd-eaf573492b90_logo.png" alt="UK Public Guide" />
  530.          
  531.        </a>
  532.        <div class="flex-grow-1 d-xl-none d-flex">
  533.          <form class="search-wrapper-v1">
  534.            <input type="search" class="form-control search-input-v1" id="search-input"
  535.              placeholder="Search articles..." aria-label="Search content" />
  536.            <svg class="search-icon-v1" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  537.              <circle cx="11" cy="11" r="8"></circle>
  538.              <path d="m21 21-4.35-4.35"></path>
  539.            </svg>
  540.          </form>
  541.          <!-- The search results will be displayed here -->
  542.          <div id="search-results" class="search-results-container"></div>
  543.        </div>
  544.  
  545.        <button class="navbar-toggler border-0 text-link" type="button" data-bs-toggle="collapse"
  546.          data-bs-target="#navCollapse-v1" aria-controls="navCollapse-v1" aria-expanded="false"
  547.          aria-label="Toggle navigation">
  548.          <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  549.            <line x1="3" y1="6" x2="21" y2="6"></line>
  550.            <line x1="3" y1="12" x2="21" y2="12"></line>
  551.            <line x1="3" y1="18" x2="21" y2="18"></line>
  552.          </svg>
  553.        </button>
  554.  
  555.        <!-- Desktop Layout -->
  556.        <a class="brandv1 navbar-brand d-none d-xl-block me-4" href='/' aria-label="Home">
  557.          <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/6c791c64-e56c-4f55-a6fd-eaf573492b90_logo.png" alt="" />
  558.        </a>
  559.  
  560.        <div class="d-none d-xl-flex flex-grow-1 flex-wrap">
  561.          <form class="search-wrapper-v1" action="#" method="get" role="search">
  562.            <input type="text" id="search-input1" class="form-control search-input-v1" placeholder="Search articles..." />
  563.            <svg class="search-icon-v1" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  564.              <circle cx="11" cy="11" r="8"></circle>
  565.              <path d="m21 21-4.35-4.35"></path>
  566.            </svg>
  567.          </form>
  568.           <!-- The search results will be displayed here -->
  569.          <div id="search-results1" class="search-results-container search-v1"></div>
  570.        </div>
  571.        <!-- Navigation Menu -->
  572.      </div>
  573.      <div class="collapse justify-content-end" id="navCollapse-v1">
  574.        <ul class="navbar-nav gap-2 pt-3 mb-lg-0 align-items-xl-center">
  575.          <!-- <li class="nav-item d-xl-block d-none mb-3">
  576.            <div class="d-xl-flex align-items-center gap-2">
  577.              <button class="btn menu-btn-v1 d-none d-xl-flex align-items-center gap-2" type="button"
  578.                data-bs-toggle="offcanvas" data-bs-target="#sidebar-v1" aria-controls="sidebar-v1">
  579.                <span>More</span>
  580.                <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  581.                  <circle cx="12" cy="12" r="1"></circle>
  582.                  <circle cx="19" cy="12" r="1"></circle>
  583.                  <circle cx="5" cy="12" r="1"></circle>
  584.                </svg>
  585.              </button>
  586.            </div>
  587.          </li> -->
  588.          <li class="nav-item mb-3">
  589.            <a class="navlink-v1" href="/">
  590.              Home
  591.            </a>
  592.          </li>
  593.          
  594.           <li class="nav-item mb-3">
  595.            <a class="navlink-v1" href="/category/all-posts/">
  596.              All Posts
  597.            </a>
  598.            </li>
  599.            
  600.  
  601.                
  602.                
  603.            
  604.           <li class="nav-item mb-3">
  605.            <a class="navlink-v1" href="/category/business/">
  606.              Business
  607.            </a>
  608.            </li>
  609.            
  610.  
  611.                
  612.                
  613.            
  614.           <li class="nav-item mb-3">
  615.            <a class="navlink-v1" href="/category/esports/">
  616.              Esports
  617.            </a>
  618.            </li>
  619.            
  620.  
  621.                
  622.                
  623.            
  624.           <li class="nav-item mb-3">
  625.            <a class="navlink-v1" href="/category/fashion/">
  626.              Fashion
  627.            </a>
  628.            </li>
  629.            
  630.  
  631.                
  632.                
  633.            
  634.           <li class="nav-item mb-3">
  635.            <a class="navlink-v1" href="/category/featured/">
  636.              Featured
  637.            </a>
  638.            </li>
  639.            
  640.  
  641.                
  642.                
  643.            
  644.          
  645.            <li class="nav-item mb-3 dropdown">
  646.              <a class="navlink-v1 dropdown-toggle" href="#" id="moreDropdown-v1" role="button"
  647.                data-bs-toggle="dropdown" aria-expanded="false">More</a>
  648.              <ul class="dropdown-menu dropdown-v1" aria-labelledby="moreDropdown-v1">
  649.                <li>
  650.                  <a class="dropdown-item dropdown-item-v1" href="/category/gaming/">
  651.                    Gaming
  652.                  </a>
  653.                </li>
  654.                
  655.  
  656.                
  657.                
  658.            
  659.          
  660.                <li>
  661.                  <a class="dropdown-item dropdown-item-v1" href="/category/health/">
  662.                    Health
  663.                  </a>
  664.                </li>
  665.                
  666.  
  667.                
  668.                
  669.            
  670.          
  671.                <li>
  672.                  <a class="dropdown-item dropdown-item-v1" href="/category/life-fitness/">
  673.                    Life &amp; Fitness
  674.                  </a>
  675.                </li>
  676.                
  677.  
  678.                
  679.                
  680.            
  681.          
  682.                <li>
  683.                  <a class="dropdown-item dropdown-item-v1" href="/category/lifestyle/">
  684.                    Lifestyle
  685.                  </a>
  686.                </li>
  687.                
  688.  
  689.                
  690.                
  691.            
  692.          
  693.                <li>
  694.                  <a class="dropdown-item dropdown-item-v1" href="/category/news/">
  695.                    News
  696.                  </a>
  697.                </li>
  698.                
  699.  
  700.                
  701.                
  702.            
  703.          
  704.                <li>
  705.                  <a class="dropdown-item dropdown-item-v1" href="/category/others/">
  706.                    Others
  707.                  </a>
  708.                </li>
  709.                
  710.  
  711.                
  712.                
  713.            
  714.          
  715.                <li>
  716.                  <a class="dropdown-item dropdown-item-v1" href="/category/politics/">
  717.                    Politics
  718.                  </a>
  719.                </li>
  720.                
  721.  
  722.                
  723.                
  724.            
  725.          
  726.                <li>
  727.                  <a class="dropdown-item dropdown-item-v1" href="/category/sports/">
  728.                    Sports
  729.                  </a>
  730.                </li>
  731.                
  732.  
  733.                
  734.                
  735.            
  736.          
  737.                <li>
  738.                  <a class="dropdown-item dropdown-item-v1" href="/category/tech/">
  739.                    Tech
  740.                  </a>
  741.                </li>
  742.                
  743.  
  744.                
  745.                
  746.            
  747.          
  748.                <li>
  749.                  <a class="dropdown-item dropdown-item-v1" href="/category/travel/">
  750.                    Travel
  751.                  </a>
  752.                </li>
  753.                
  754.  
  755.                
  756.                
  757.              </ul>
  758.            </li>
  759.            
  760.            
  761.            <li class="nav-item mb-3">
  762.              <a class="navlink-v1" href="/page/contact-us/">
  763.                Contact Us
  764.              </a>
  765.            </li>
  766.            <li class="nav-item d-xl-none mt-2">
  767.              <button class="btn menu-btn-v1 w-100" type="button" data-bs-toggle="offcanvas"
  768.                data-bs-target="#sidebar-v1">
  769.                More Options
  770.              </button>
  771.            </li>
  772.        </ul>
  773.      </div>
  774.    </nav>
  775.  </div>
  776.  
  777. </header>
  778.  
  779. <!-- Sidebar -->
  780. <div class="offcanvas offcanvas-end offcanvas-v1" tabindex="-1" id="sidebar-v1" aria-labelledby="sidebarLabel-v1">
  781.  <div class="offcanvas-header border-bottom">
  782.    <h5 class="offcanvas-title fw-semibold" id="sidebarLabel-v1">
  783.      Latest Updates
  784.    </h5>
  785.    <button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
  786.  </div>
  787.  <div class="offcanvas-body p-3">
  788.    <div class="mb-4">
  789.      <h6 class="fw-semibold mb-3 text-muted">Featured Posts</h6>
  790.      <div class="vstack gap-3">
  791.        <article class="post-card-v1 d-flex gap-3">
  792.          <img src="https://picsum.photos/seed/tech1/80/64" alt="" class="post-img-v1" width="80" height="64" />
  793.          <div class="flex-grow-1">
  794.            <small class="text-muted">2 hours ago</small>
  795.            <h6 class="mb-1 lh-sm">
  796.              <a href="#" class="text-decoration-none text-dark">Modern Web Development Trends</a>
  797.            </h6>
  798.            <small class="text-muted">Technology</small>
  799.          </div>
  800.        </article>
  801.  
  802.        <article class="post-card-v1 d-flex gap-3">
  803.          <img src="https://picsum.photos/seed/design1/80/64" alt="" class="post-img-v1" width="80" height="64" />
  804.          <div class="flex-grow-1">
  805.            <small class="text-muted">5 hours ago</small>
  806.            <h6 class="mb-1 lh-sm">
  807.              <a href="#" class="text-decoration-none text-dark">UI Design Best Practices</a>
  808.            </h6>
  809.            <small class="text-muted">Design</small>
  810.          </div>
  811.        </article>
  812.  
  813.        <article class="post-card-v1 d-flex gap-3">
  814.          <img src="https://picsum.photos/seed/life1/80/64" alt="" class="post-img-v1" width="80" height="64" />
  815.          <div class="flex-grow-1">
  816.            <small class="text-muted">1 day ago</small>
  817.            <h6 class="mb-1 lh-sm">
  818.              <a href="#" class="text-decoration-none text-dark">Minimalist Living Tips</a>
  819.            </h6>
  820.            <small class="text-muted">Lifestyle</small>
  821.          </div>
  822.        </article>
  823.      </div>
  824.    </div>
  825.  
  826.    <hr />
  827.  
  828.    <div class="contact-info-v1">
  829.      <h6 class="fw-semibold mb-3">Get in Touch</h6>
  830.      <div class="small text-muted lh-lg">
  831.        <div class="mb-2">
  832.          <strong>Location:</strong><br />
  833.          123 Innovation Street<br />
  834.          Tech District, CA 94105
  835.        </div>
  836.        <div class="mb-2">
  837.          <strong>Email:</strong><br />
  838.          <a href="/cdn-cgi/l/email-protection#b3dbd6dfdfdcf3d1c1d2ddd79dd0dcde" class="text-decoration-none"><span class="__cf_email__" data-cfemail="cca4a9a0a0a38caebeada2a8e2afa3a1">[email&#160;protected]</span></a>
  839.        </div>
  840.        <div>
  841.          <strong>Phone:</strong><br />
  842.          <a href="tel:+1234567890" class="text-decoration-none">+1 (234) 567-890</a>
  843.        </div>
  844.      </div>
  845.    </div>
  846.  </div>
  847. </div>
  848.  
  849. <!-- Custom CSS -->
  850. <style>
  851.  .navbar {
  852.    padding-inline: 20px;
  853.  }
  854.  
  855.  .nav-v1 {
  856.    backdrop-filter: blur(12px);
  857.  }
  858.  
  859.  .brand-v1 img {
  860.    height: 32px;
  861.    transition: transform 0.3s ease;
  862.  }
  863.  
  864.  .brand-v1:hover img {
  865.    transform: scale(1.05);
  866.  }
  867.  
  868.  .search-wrapper-v1 {
  869.    max-width: 600px;
  870.    position: relative;
  871.  }
  872.  
  873.  .search-input-v1 {
  874.    padding: 10px 16px 10px 42px;
  875.    border: 1px solid #e2e8f0;
  876.    border-radius: 24px;
  877.    font-size: 14px;
  878.    transition: all 0.3s ease;
  879.    background: white;
  880.    width: 100%;
  881.    max-width: 400px;
  882.  }
  883.  
  884.  .search-input-v1:focus {
  885.    border-color: #2563eb;
  886.    outline: none;
  887.    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
  888.    transform: translateY(-1px);
  889.  }
  890.  
  891.  .search-icon-v1 {
  892.    position: absolute;
  893.    left: 14px;
  894.    top: 50%;
  895.    transform: translateY(-50%);
  896.    color: #64748b;
  897.    width: 16px;
  898.    height: 16px;
  899.  }
  900.  
  901.  .navlink-v1 {
  902.    color: #374151;
  903.    font-weight: 500;
  904.    font-size: 15px;
  905.    padding: 8px 16px;
  906.    border-radius: 12px;
  907.    transition: all 0.2s ease;
  908.    text-decoration: none;
  909.    position: relative;
  910.  }
  911.  
  912.  .navlink-v1:hover {
  913.    background: rgba(37, 99, 235, 0.1);
  914.    color: #2563eb;
  915.    transform: translateY(-1px);
  916.  }
  917.  
  918.  .navlink-v1.active-v1 {
  919.    background: #2563eb;
  920.    color: white !important;
  921.  }
  922.  
  923.  .dropdown-v1 {
  924.    border: 1px solid #e2e8f0;
  925.    border-radius: 16px;
  926.    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  927.    backdrop-filter: blur(8px);
  928.    background: rgba(255, 255, 255, 0.98);
  929.    padding: 8px 0;
  930.  }
  931.  
  932.  .dropdown-item-v1 {
  933.    padding: 8px 20px;
  934.    font-size: 14px;
  935.    color: #374151 !important;
  936.    transition: all 0.2s ease;
  937.    border-radius: 8px;
  938.    margin: 2px 0px;
  939.  }
  940.  
  941.  .dropdown-item-v1:hover {
  942.    background: rgba(37, 99, 235, 0.1);
  943.    color: #2563eb !important;
  944.  }
  945.  
  946.  .menu-btn-v1 {
  947.    padding: 8px 16px;
  948.    border: 1px solid #e2e8f0;
  949.    border-radius: 12px;
  950.    background: white;
  951.    color: #374151;
  952.    font-weight: 500;
  953.    transition: all 0.2s ease;
  954.  }
  955.  
  956.  .menu-btn-v1:hover {
  957.    border-color: #2563eb;
  958.    color: #2563eb;
  959.    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.15);
  960.  }
  961.  
  962.  .offcanvas-v1 {
  963.    width: min(360px, 90vw);
  964.    background: white;
  965.    z-index: 1050;
  966.  }
  967.  
  968.  .post-card-v1 {
  969.    padding: 12px;
  970.    border-radius: 12px;
  971.    transition: all 0.2s ease;
  972.    border: 1px solid transparent;
  973.  }
  974.  
  975.  .post-card-v1:hover {
  976.    background: #f8fafc;
  977.    border-color: #e2e8f0;
  978.  }
  979.  
  980.  .post-img-v1 {
  981.    border-radius: 8px;
  982.    transition: transform 0.3s ease;
  983.  }
  984.  
  985.  .post-card-v1:hover .post-img-v1 {
  986.    transform: scale(1.02);
  987.  }
  988.  
  989.  .contact-info-v1 {
  990.    background: #f8fafc;
  991.    padding: 16px;
  992.    border-radius: 12px;
  993.    border: 1px solid #e2e8f0;
  994.  }
  995.  
  996.  @media (max-width: 1200px) {
  997.    .nav-width {
  998.      width: 100%;
  999.    }
  1000.  }
  1001.  
  1002.  @media (max-width: 991px) {
  1003.    .navlink-v1 {
  1004.      padding: 12px 16px;
  1005.      margin: 2px 0;
  1006.    }
  1007.  
  1008.    .search-wrapper-v1 {
  1009.      margin: 12px 0;
  1010.    }
  1011.  }
  1012.  
  1013.  /* search field */
  1014.  .search-results-container {
  1015.    position: absolute;
  1016.    top: 100%;
  1017.    /* Position it below the input field */
  1018. left: 10px;
  1019.  right: 10px;
  1020.    background-color: white;
  1021.    border: 1px solid #ddd;
  1022.    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1023.    max-height: 300px;
  1024.    overflow-y: auto;
  1025.    z-index: 1000;
  1026.    display: none;
  1027.    /* Initially hidden */
  1028.  }
  1029.  
  1030.  .search-results-container p {
  1031.    margin: 0;
  1032.  }
  1033.  
  1034.  .search-results-container .result-item {
  1035.    padding: 10px;
  1036.    cursor: pointer;
  1037.  }
  1038.  
  1039.  .search-results-container .result-item:hover {
  1040.    background-color: #f0f0f0;
  1041.  }
  1042. </style>
  1043. <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>
  1044.  document.addEventListener("DOMContentLoaded", function () {
  1045.    console.error("loaded");
  1046.  
  1047.    // Pick input depending on screen size
  1048.    const searchInput = window.innerWidth <= 991
  1049.      ? document.getElementById("search-input")
  1050.      : document.getElementById("search-input1");
  1051.  
  1052.    if (searchInput) {
  1053.      console.log("inside");
  1054.  
  1055.      // Add event listener for keyup
  1056.      searchInput.addEventListener("keyup", function (e) {
  1057.        console.log('test');
  1058.        console.log("Key pressed:", e.key);
  1059.        e.preventDefault();
  1060.  
  1061.        const query = searchInput.value;
  1062.        const searchResults = window.innerWidth <= 991
  1063.          ? document.getElementById("search-results")
  1064.          : document.getElementById("search-results1");
  1065.  
  1066.        console.log("User is typing: " + query);
  1067.  
  1068.        if (query === "") {
  1069.          searchResults.innerHTML = "";
  1070.          searchResults.style.display = "none";
  1071.          return;
  1072.        }
  1073.  
  1074.        searchResults.style.display = "block";
  1075.  
  1076.        fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1077.          method: "GET",
  1078.          headers: {
  1079.            "X-Requested-With": "XMLHttpRequest",
  1080.          },
  1081.        })
  1082.          .then(response => {
  1083.            console.log("Response Status:", response.status);
  1084.            return response.json();
  1085.          })
  1086.          .then(data => {
  1087.            console.log("Data received:", data);
  1088.            if (data.html) {
  1089.              searchResults.innerHTML = data.html;
  1090.            } else {
  1091.              searchResults.innerHTML = "<p>No results found.</p>";
  1092.            }
  1093.          })
  1094.          .catch(error => {
  1095.            console.error("Error fetching search results:", error);
  1096.          });
  1097.      });
  1098.  
  1099.      // 🔹 Close results when clicking outside
  1100.      document.addEventListener("click", function (e) {
  1101.        const searchResults = window.innerWidth <= 991
  1102.          ? document.getElementById("search-results")
  1103.          : document.getElementById("search-results1");
  1104.  
  1105.        if (searchResults && !searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1106.          searchResults.style.display = "none";
  1107.        }
  1108.      });
  1109.  
  1110.    } else {
  1111.      console.error("Search input not found");
  1112.    }
  1113.  });
  1114. </script>
  1115. <script>
  1116.  // Function to check screen size and remove 'navbar-collapse' class
  1117.  function removeNavbarCollapseClass() {
  1118.    const navbar = document.getElementById('navCollapse-v1');
  1119.    // Check if screen width is greater than or equal to 1024px (Bootstrap's lg breakpoint)
  1120.    if (window.innerWidth <= 1100) {
  1121.      if (navbar) {
  1122.        navbar.classList.remove('navbar-collapse');
  1123.      }
  1124.    } else {
  1125.      // You can re-add the class if the screen is smaller than 'lg' size
  1126.      if (navbar) {
  1127.        navbar.classList.add('navbar-collapse');
  1128.      }
  1129.    }
  1130.  }
  1131.  
  1132.  // Run the function on page load
  1133.  window.addEventListener('load', removeNavbarCollapseClass);
  1134.  
  1135.  // Also, run the function on window resize to check screen size dynamically
  1136.  window.addEventListener('resize', removeNavbarCollapseClass);
  1137.  
  1138.  
  1139. </script>
  1140.  
  1141.        </header>
  1142.        <!-- end of header -->
  1143.        <!-- start of wpo-blog-hero -->
  1144.        
  1145.  
  1146.  
  1147.  
  1148.  
  1149.  
  1150.  
  1151.  
  1152. <div class="blog-hero-v10">
  1153.    <div class="container-fluid fluid-container">
  1154.        
  1155.        <!-- Top Section: Three Equal Featured Articles -->
  1156.  
  1157.        <div class="row g-4 mb-5">
  1158.            
  1159.            <div class="col-lg-4 col-md-6 col-12">
  1160.                <article class="featured-article">
  1161.                    <div class="featured-image-container">
  1162.                        
  1163.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Waist-to-Height Ratio Outperforms BMI for Predicting Heart Disease Risk" class="featured-image">
  1164.                            
  1165.                        <div class="category-tag bg-primary-gradient">News</div>
  1166.                    </div>
  1167.                    <div class="featured-content">
  1168.                        <h2 class="featured-title"><a href="/waist-to-height-ratio-outperforms-bmi-for-predicting-heart-disease-risk/">
  1169.                                    Waist-to-Height Ratio Outperforms BMI for Predicting Heart Disease Risk
  1170.                                </a></h2>
  1171.                        <p class="featured-summary"></p>
  1172.                        <div class="article-meta">
  1173.                            <span class="author-name">Karen Guerrero</span>
  1174.                            <span class="post-time">Aug 18</span>
  1175.                        </div>
  1176.                    </div>
  1177.                </article>
  1178.            </div>
  1179.            
  1180.            <div class="col-lg-4 col-md-6 col-12">
  1181.                <article class="featured-article">
  1182.                    <div class="featured-image-container">
  1183.                        
  1184.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Environmental Disaster Fears as Countless of Polymer Pellets Appear on Camber Sands" class="featured-image">
  1185.                            
  1186.                        <div class="category-tag bg-primary-gradient">News</div>
  1187.                    </div>
  1188.                    <div class="featured-content">
  1189.                        <h2 class="featured-title"><a href="/environmental-disaster-fears-as-countless-of-polymer-pellets-appear-on-camber-sands/">
  1190.                                    Environmental Disaster Fears as Countless of Polymer Pellets Appear on Camber Sands
  1191.                                </a></h2>
  1192.                        <p class="featured-summary"></p>
  1193.                        <div class="article-meta">
  1194.                            <span class="author-name">Karen Guerrero</span>
  1195.                            <span class="post-time">Aug 17</span>
  1196.                        </div>
  1197.                    </div>
  1198.                </article>
  1199.            </div>
  1200.            
  1201.            <div class="col-lg-4 col-md-6 col-12">
  1202.                <article class="featured-article">
  1203.                    <div class="featured-image-container">
  1204.                        
  1205.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Your Comprehensive Cop30 Jargon Guide" class="featured-image">
  1206.                            
  1207.                        <div class="category-tag bg-primary-gradient">News</div>
  1208.                    </div>
  1209.                    <div class="featured-content">
  1210.                        <h2 class="featured-title"><a href="/your-comprehensive-cop30-jargon-guide/">
  1211.                                    Your Comprehensive Cop30 Jargon Guide
  1212.                                </a></h2>
  1213.                        <p class="featured-summary"></p>
  1214.                        <div class="article-meta">
  1215.                            <span class="author-name">Karen Guerrero</span>
  1216.                            <span class="post-time">Aug 17</span>
  1217.                        </div>
  1218.                    </div>
  1219.                </article>
  1220.            </div>
  1221.            
  1222.        </div>
  1223.  
  1224.        <!-- Bottom Section: Full-Width Recent Articles List -->
  1225.        <div class="row g-4">
  1226.            <div class="col-12">
  1227.                <div class="recent-section">
  1228.                    <h3 class="recent-title">Recent Articles</h3>
  1229.                    <div class="recent-list">
  1230.                        
  1231.                        <div class="recent-item">
  1232.                            <h4 class="recent-article-title"> <a href="/the-tanzanian-security-clampdown-on-planned-demonstration-results-in-city-centers-unusually-quiet/">
  1233.                                    The Tanzanian Security Clampdown on Planned Demonstration Results in City Centers Unusually Quiet.
  1234.                                </a></h4>
  1235.                            <span class="recent-meta">News • Karen Guerrero • Aug 17</span>
  1236.                        </div>
  1237.                        
  1238.                        <div class="recent-item">
  1239.                            <h4 class="recent-article-title"> <a href="/ndiaye-harlem-globetrotters-level-skills-and-revealing-soccer-stats/">
  1240.                                    Ndiaye, Harlem Globetrotters-Level Skills and Revealing Soccer Stats
  1241.                                </a></h4>
  1242.                            <span class="recent-meta">News • Karen Guerrero • Aug 17</span>
  1243.                        </div>
  1244.                        
  1245.                    </div>
  1246.                </div>
  1247.            </div>
  1248.        </div>
  1249.    </div>
  1250. </div>
  1251.  
  1252. <style>
  1253. /* Blog Hero V10 - Balanced Three-Column Featured with Full-Width Recent List */
  1254. .blog-hero-v10 {
  1255.    padding: 4rem 0;
  1256. }
  1257.  
  1258. /* Featured Article */
  1259. .featured-article {
  1260.    background: var(--card-bg, #ffffff);
  1261.    border-radius: 8px;
  1262.    transition: box-shadow 0.3s ease;
  1263. }
  1264.  
  1265. .featured-article:hover {
  1266.    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  1267. }
  1268.  
  1269. .featured-image-container {
  1270.    position: relative;
  1271.    height: 220px;
  1272. }
  1273.  
  1274. .featured-image {
  1275.    width: 100%;
  1276.    height: 100%;
  1277.    object-fit: cover;
  1278.    border-radius: 8px 8px 0 0;
  1279. }
  1280.  
  1281. .featured-content {
  1282.    padding: 1.5rem;
  1283. }
  1284.  
  1285. .featured-title {
  1286.    font-size: 1.4rem;
  1287.    font-weight: 800;
  1288.    color: #111827;
  1289.    margin-bottom: 0.5rem;
  1290.    line-height: 1.3;
  1291. }
  1292.  
  1293. .featured-summary {
  1294.    font-size: 0.95rem;
  1295.    color: #4b5563;
  1296.    line-height: 1.5;
  1297.    margin-bottom: 1rem;
  1298. }
  1299.  
  1300. .article-meta {
  1301.    display: flex;
  1302.    gap: 0.5rem;
  1303.    font-size: 0.85rem;
  1304.    color: #6b7280;
  1305. }
  1306.  
  1307. .author-name {
  1308.    font-weight: 600;
  1309.    color: #374151;
  1310. }
  1311.  
  1312. /* Category Tags - Outlined for Difference */
  1313. .category-tag {
  1314.    position: absolute;
  1315.    bottom: 1rem;
  1316.    left: 1rem;
  1317.    padding: 0.25rem 0.75rem;
  1318.    font-size: 0.75rem;
  1319.    font-weight: 600;
  1320.    text-transform: uppercase;
  1321.    border-radius: 4px;
  1322.    z-index: 2;
  1323. }
  1324.  
  1325. /* Recent Articles Section */
  1326. .recent-section {
  1327.    background: var(--card-bg, #ffffff);
  1328.    border-radius: 8px;
  1329.    padding: 2rem;
  1330. }
  1331.  
  1332. .recent-title {
  1333.    font-size: 1.3rem;
  1334.    font-weight: 700;
  1335.    color: #111827;
  1336.    margin-bottom: 1.25rem;
  1337.    border-bottom: 1px solid #e5e7eb;
  1338.    padding-bottom: 0.75rem;
  1339. }
  1340.  
  1341. .recent-list {
  1342.    display: flex;
  1343.    flex-direction: column;
  1344.    gap: 1rem;
  1345. }
  1346.  
  1347. .recent-item {
  1348.    padding: 1rem 0;
  1349.    border-bottom: 1px solid #f3f4f6;
  1350.    transition: background 0.2s ease;
  1351. }
  1352.  
  1353. .recent-item:last-child {
  1354.    border-bottom: none;
  1355. }
  1356.  
  1357. .recent-item:hover {
  1358.    background: #f9fafb;
  1359. }
  1360.  
  1361. .recent-article-title {
  1362.    font-size: 1rem;
  1363.    font-weight: 600;
  1364.    color: #111827;
  1365.    margin-bottom: 0.25rem;
  1366. }
  1367.  
  1368. .recent-meta {
  1369.    font-size: 0.8rem;
  1370.    color: #6b7280;
  1371. }
  1372.  
  1373. /* Responsive Design */
  1374. @media (max-width: 992px) {
  1375.    .featured-image-container {
  1376.        height: 200px;
  1377.    }
  1378.    
  1379.    .featured-title {
  1380.        font-size: 1.2rem;
  1381.    }
  1382. }
  1383.  
  1384. @media (max-width: 768px) {
  1385.    .featured-content {
  1386.        padding: 1.25rem;
  1387.    }
  1388.    
  1389.    .recent-section {
  1390.        padding: 1.5rem;
  1391.    }
  1392. }
  1393.  
  1394. @media (max-width: 576px) {
  1395.    .featured-title {
  1396.        font-size: 1.1rem;
  1397.    }
  1398.    
  1399.    .recent-article-title {
  1400.        font-size: 0.95rem;
  1401.    }
  1402. }
  1403. </style>
  1404.  
  1405.  
  1406.  
  1407.  
  1408.        <!-- end of wpo-blog-hero -->
  1409.  
  1410.        <!-- start of wpo-breacking-news -->
  1411.        
  1412.        <!-- end of wpo-breacking-news -->
  1413.        
  1414.        <!-- start wpo-blog-highlights-section -->
  1415.        
  1416.  
  1417.  
  1418.  
  1419.    
  1420.  
  1421.  
  1422.  
  1423. <style>
  1424.    .blog-highlights-v4 {
  1425.        padding: 30px 0;
  1426.        position: relative;
  1427.        min-height: 100vh;
  1428.        background: transparent; /* Solid background color */
  1429.    }
  1430.  
  1431.    /* Blog Container */
  1432.    .blog-container-v4 {
  1433.        position: relative;
  1434.        z-index: 10;
  1435.    }
  1436.  
  1437.    /* Card Design */
  1438.    .blog-card-v4 {
  1439.        border-radius: 25px;
  1440.        background: var(--card-bg);
  1441.        border: 1px solid var(--border-color);
  1442.        position: relative;
  1443.        overflow: hidden;
  1444.        transition: opacity 1.2s ease; /* Fade animation for card */
  1445.    }
  1446.  
  1447.    /* Image Container */
  1448.    .blog-image-container-v4 {
  1449.        height: 280px;
  1450.        border-radius: 20px 20px 0 0;
  1451.        overflow: hidden;
  1452.        position: relative;
  1453.        z-index: 2;
  1454.    }
  1455.  
  1456.    .blog-image-v4 {
  1457.        width: 100%;
  1458.        height: 100%;
  1459.        position: relative;
  1460.        overflow: hidden;
  1461.    }
  1462.  
  1463.    .blog-image-v4 img {
  1464.        width: 100%;
  1465.        height: 100%;
  1466.        object-fit: cover;
  1467.    }
  1468.  
  1469.    /* Category Badge */
  1470.    .blog-category-v4 {
  1471.        position: absolute;
  1472.        top: 20px;
  1473.        left: 20px;
  1474.        padding: 10px 18px;
  1475.        border-radius: 20px;
  1476.        font-size: 11px;
  1477.        font-weight: 700;
  1478.        text-transform: uppercase;
  1479.        letter-spacing: 1.2px;
  1480.        z-index: 5;
  1481.        border: 1px solid rgba(255, 255, 255, 0.3);
  1482.        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  1483.    }
  1484.  
  1485.    /* Content Area */
  1486.    .blog-content-v4 {
  1487.        padding: 20px 25px 25px;
  1488.        display: flex;
  1489.        flex-direction: column;
  1490.        justify-content: space-between;
  1491.        position: relative;
  1492.        z-index: 2;
  1493.    }
  1494.  
  1495.    /* Title */
  1496.    .blog-title-v4 {
  1497.        font-size: 20px;
  1498.        font-weight: 800;
  1499.        line-height: 1.3;
  1500.        margin-bottom: 8px;
  1501.    }
  1502.  
  1503.    .blog-title-v4 a {
  1504.        text-decoration: none;
  1505.    }
  1506.  
  1507.    /* Meta Information */
  1508.    .blog-meta-v4 {
  1509.        display: flex;
  1510.        align-items: center;
  1511.        gap: 12px;
  1512.        margin-bottom: 15px;
  1513.        font-size: 13px;
  1514.    }
  1515.  
  1516.    .blog-author-img-v4 {
  1517.        width: 35px;
  1518.        height: 35px;
  1519.        border-radius: 50%;
  1520.        border: 2px solid var(--border-color);
  1521.    }
  1522.  
  1523.    /* Excerpt */
  1524.    .blog-excerpt-v4 {
  1525.        font-size: 14px;
  1526.        line-height: 1.6;
  1527.        margin-bottom: 8px;
  1528.        display: -webkit-box;
  1529.        -webkit-line-clamp: 3;
  1530.        -webkit-box-orient: vertical;
  1531.        overflow: hidden;
  1532.    }
  1533.  
  1534.    /* Actions Area */
  1535.    .blog-actions-v4 {
  1536.        display: flex;
  1537.        justify-content: space-between;
  1538.        align-items: center;
  1539.    }
  1540.  
  1541.    .blog-stats-v4 {
  1542.        display: flex;
  1543.        gap: 20px;
  1544.        align-items: center;
  1545.    }
  1546.  
  1547.    .blog-stat-item-v4 {
  1548.        display: flex;
  1549.        align-items: center;
  1550.        gap: 6px;
  1551.        font-size: 12px;
  1552.    }
  1553.  
  1554.    /* Read More Button */
  1555.    .blog-read-more-v4 {
  1556.        width: 40px;
  1557.        height: 40px;
  1558.        border-radius: 50%;
  1559.        background: var(--border-color);
  1560.        border: 2px solid var(--border-color);
  1561.        display: flex;
  1562.        align-items: center;
  1563.        justify-content: center;
  1564.        text-decoration: none;
  1565.    }
  1566.  
  1567.    ..blog-read-more-v4:hover{
  1568.        background-color: #172133;
  1569.    }
  1570.    /* Section Header */
  1571.    .section-header-v4 {
  1572.        text-align: center;
  1573.        margin-bottom: 40px;
  1574.        position: relative;
  1575.        z-index: 15;
  1576.    }
  1577.  
  1578.    .section-title-v4 {
  1579.        font-size: 3.5rem;
  1580.        font-weight: 900;
  1581.        margin-bottom: .5rem;
  1582.    }
  1583.  
  1584.    .section-subtitle-v4 {
  1585.        font-size: 1.4rem;
  1586.        max-width: 700px;
  1587.        margin: 0 auto;
  1588.        line-height: 1.7;
  1589.        font-weight: 300;
  1590.    }
  1591.  
  1592.    /* Scroll Fade Animation */
  1593.    .scroll-trigger {
  1594.        opacity: 0;
  1595.        transition: opacity 1.2s ease;
  1596.    }
  1597.  
  1598.    .scroll-trigger.active {
  1599.        opacity: 1;
  1600.    }
  1601.  
  1602.    /* Responsive Design */
  1603.    @media (max-width: 768px) {
  1604.        .section-title-v4 {
  1605.            font-size: 3rem;
  1606.        }
  1607.        .blog-highlights-v4 {
  1608.            padding: 80px 0;
  1609.        }
  1610.        .blog-card-v4 {
  1611.            height: 450px;
  1612.        }
  1613.        .blog-content-v4 {
  1614.            padding: 15px 20px 20px;
  1615.        }
  1616.    }
  1617. </style>
  1618.  
  1619. <section class="blog-highlights-v4">
  1620.    <div class="container-fluid fluid-container blog-container-v4">
  1621.        <!-- Section Header -->
  1622.        <div class="row">
  1623.            <div class="col-12">
  1624.                <div class="section-header-v4">
  1625.                    <h2 class="section-title-v4">
  1626.                Today's Top Highlights
  1627.                   </h2>
  1628.                    <p class="section-subtitle-v4">Experience the future of storytelling through immersive digital journeys that blend creativity with cutting-edge technology</p>
  1629.                </div>
  1630.            </div>
  1631.        </div>
  1632.        
  1633.        <!-- Blog Grid -->
  1634.        <div class="row">
  1635.            <div class="col-lg-8">
  1636.                <div class="row g-4">
  1637.                    
  1638.                    <div class="col-lg-6 col-md-6">
  1639.                        <article class="blog-card-v4 scroll-trigger">
  1640.                            <div class="blog-image-container-v4">
  1641.                                <div class="blog-image-v4">
  1642.                                    
  1643.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1644.                                    
  1645.                                </div>
  1646.                                
  1647.                                <span class="blog-category-v4 bg-primary-gradient">
  1648.                                    News
  1649.                                </span>
  1650.                            </div>
  1651.                            
  1652.                            <div class="blog-content-v4">
  1653.                                <h3 class="blog-title-v4">
  1654.                                    <a href="/can-populist-led-administrations-inevitably-crash-the-economic-system/" class="top-color">
  1655.                                    Can Populist-Led Administrations Inevitably Crash the Economic System?
  1656.                                    </a>
  1657.                                </h3>
  1658.                                <div class="blog-meta-v4">
  1659.                                    
  1660.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e39fd2a0-095f-49e0-a20d-5da4aaeb369c_profile.png" alt="Karen Guerrero" style="object-fit: cover;"  class="blog-author-img-v4">
  1661.                                    
  1662.                                    <span>By <strong>Karen Guerrero</strong></span>
  1663.                                    <span>•</span>
  1664.                                    <span>17 Aug 2026</span>
  1665.                                </div>
  1666.                                
  1667.                                <p class="blog-excerpt-v4">
  1668.                                    
  1669.                                </p>
  1670.                                
  1671.                                <div class="blog-actions-v4">
  1672.                                    
  1673.                                    <a href="/can-populist-led-administrations-inevitably-crash-the-economic-system/" class="blog-read-more-v4 bg-primary-gradient">
  1674.                                        <i class="ti-arrow-right"></i>
  1675.                                    </a>
  1676.                                </div>
  1677.                            </div>
  1678.                        </article>
  1679.                    </div>
  1680.                    
  1681.                    <div class="col-lg-6 col-md-6">
  1682.                        <article class="blog-card-v4 scroll-trigger">
  1683.                            <div class="blog-image-container-v4">
  1684.                                <div class="blog-image-v4">
  1685.                                    
  1686.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1687.                                    
  1688.                                </div>
  1689.                                
  1690.                                <span class="blog-category-v4 bg-primary-gradient">
  1691.                                    News
  1692.                                </span>
  1693.                            </div>
  1694.                            
  1695.                            <div class="blog-content-v4">
  1696.                                <h3 class="blog-title-v4">
  1697.                                    <a href="/china-sends-coast-guard-vessels-to-diaoyu-islands-during-tensions-with-tokyo/" class="top-color">
  1698.                                    China Sends Coast Guard Vessels to Diaoyu Islands During Tensions with Tokyo
  1699.                                    </a>
  1700.                                </h3>
  1701.                                <div class="blog-meta-v4">
  1702.                                    
  1703.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e39fd2a0-095f-49e0-a20d-5da4aaeb369c_profile.png" alt="Karen Guerrero" style="object-fit: cover;"  class="blog-author-img-v4">
  1704.                                    
  1705.                                    <span>By <strong>Karen Guerrero</strong></span>
  1706.                                    <span>•</span>
  1707.                                    <span>17 Aug 2026</span>
  1708.                                </div>
  1709.                                
  1710.                                <p class="blog-excerpt-v4">
  1711.                                    
  1712.                                </p>
  1713.                                
  1714.                                <div class="blog-actions-v4">
  1715.                                    
  1716.                                    <a href="/china-sends-coast-guard-vessels-to-diaoyu-islands-during-tensions-with-tokyo/" class="blog-read-more-v4 bg-primary-gradient">
  1717.                                        <i class="ti-arrow-right"></i>
  1718.                                    </a>
  1719.                                </div>
  1720.                            </div>
  1721.                        </article>
  1722.                    </div>
  1723.                    
  1724.                    <div class="col-lg-6 col-md-6">
  1725.                        <article class="blog-card-v4 scroll-trigger">
  1726.                            <div class="blog-image-container-v4">
  1727.                                <div class="blog-image-v4">
  1728.                                    
  1729.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1730.                                    
  1731.                                </div>
  1732.                                
  1733.                                <span class="blog-category-v4 bg-primary-gradient">
  1734.                                    News
  1735.                                </span>
  1736.                            </div>
  1737.                            
  1738.                            <div class="blog-content-v4">
  1739.                                <h3 class="blog-title-v4">
  1740.                                    <a href="/relatives-heartache-regarding-coastal-erosion-endangering-norfolk-burial-sites/" class="top-color">
  1741.                                    Relatives&#x27; Heartache Regarding Coastal Erosion Endangering Norfolk Burial Sites
  1742.                                    </a>
  1743.                                </h3>
  1744.                                <div class="blog-meta-v4">
  1745.                                    
  1746.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e39fd2a0-095f-49e0-a20d-5da4aaeb369c_profile.png" alt="Karen Guerrero" style="object-fit: cover;"  class="blog-author-img-v4">
  1747.                                    
  1748.                                    <span>By <strong>Karen Guerrero</strong></span>
  1749.                                    <span>•</span>
  1750.                                    <span>17 Aug 2026</span>
  1751.                                </div>
  1752.                                
  1753.                                <p class="blog-excerpt-v4">
  1754.                                    
  1755.                                </p>
  1756.                                
  1757.                                <div class="blog-actions-v4">
  1758.                                    
  1759.                                    <a href="/relatives-heartache-regarding-coastal-erosion-endangering-norfolk-burial-sites/" class="blog-read-more-v4 bg-primary-gradient">
  1760.                                        <i class="ti-arrow-right"></i>
  1761.                                    </a>
  1762.                                </div>
  1763.                            </div>
  1764.                        </article>
  1765.                    </div>
  1766.                    
  1767.                    <div class="col-lg-6 col-md-6">
  1768.                        <article class="blog-card-v4 scroll-trigger">
  1769.                            <div class="blog-image-container-v4">
  1770.                                <div class="blog-image-v4">
  1771.                                    
  1772.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1773.                                    
  1774.                                </div>
  1775.                                
  1776.                                <span class="blog-category-v4 bg-primary-gradient">
  1777.                                    News
  1778.                                </span>
  1779.                            </div>
  1780.                            
  1781.                            <div class="blog-content-v4">
  1782.                                <h3 class="blog-title-v4">
  1783.                                    <a href="/wolves-thrash-woeful-west-ham-to-register-opening-league-win-of-the-campaign/" class="top-color">
  1784.                                    Wolves Thrash Woeful West Ham to Register Opening League Win of the Campaign
  1785.                                    </a>
  1786.                                </h3>
  1787.                                <div class="blog-meta-v4">
  1788.                                    
  1789.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e39fd2a0-095f-49e0-a20d-5da4aaeb369c_profile.png" alt="Karen Guerrero" style="object-fit: cover;"  class="blog-author-img-v4">
  1790.                                    
  1791.                                    <span>By <strong>Karen Guerrero</strong></span>
  1792.                                    <span>•</span>
  1793.                                    <span>17 Aug 2026</span>
  1794.                                </div>
  1795.                                
  1796.                                <p class="blog-excerpt-v4">
  1797.                                    
  1798.                                </p>
  1799.                                
  1800.                                <div class="blog-actions-v4">
  1801.                                    
  1802.                                    <a href="/wolves-thrash-woeful-west-ham-to-register-opening-league-win-of-the-campaign/" class="blog-read-more-v4 bg-primary-gradient">
  1803.                                        <i class="ti-arrow-right"></i>
  1804.                                    </a>
  1805.                                </div>
  1806.                            </div>
  1807.                        </article>
  1808.                    </div>
  1809.                    
  1810.                    <div class="col-lg-6 col-md-6">
  1811.                        <article class="blog-card-v4 scroll-trigger">
  1812.                            <div class="blog-image-container-v4">
  1813.                                <div class="blog-image-v4">
  1814.                                    
  1815.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1816.                                    
  1817.                                </div>
  1818.                                
  1819.                                <span class="blog-category-v4 bg-primary-gradient">
  1820.                                    News
  1821.                                </span>
  1822.                            </div>
  1823.                            
  1824.                            <div class="blog-content-v4">
  1825.                                <h3 class="blog-title-v4">
  1826.                                    <a href="/plug-in-hybrid-cars-emit-almost-as-much-as-gasoline-vehicles-report-finds/" class="top-color">
  1827.                                    Plug in Hybrid Cars Emit Almost as Much as Gasoline Vehicles, Report Finds
  1828.                                    </a>
  1829.                                </h3>
  1830.                                <div class="blog-meta-v4">
  1831.                                    
  1832.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e39fd2a0-095f-49e0-a20d-5da4aaeb369c_profile.png" alt="Karen Guerrero" style="object-fit: cover;"  class="blog-author-img-v4">
  1833.                                    
  1834.                                    <span>By <strong>Karen Guerrero</strong></span>
  1835.                                    <span>•</span>
  1836.                                    <span>16 Aug 2026</span>
  1837.                                </div>
  1838.                                
  1839.                                <p class="blog-excerpt-v4">
  1840.                                    
  1841.                                </p>
  1842.                                
  1843.                                <div class="blog-actions-v4">
  1844.                                    
  1845.                                    <a href="/plug-in-hybrid-cars-emit-almost-as-much-as-gasoline-vehicles-report-finds/" class="blog-read-more-v4 bg-primary-gradient">
  1846.                                        <i class="ti-arrow-right"></i>
  1847.                                    </a>
  1848.                                </div>
  1849.                            </div>
  1850.                        </article>
  1851.                    </div>
  1852.                    
  1853.                    <div class="col-lg-6 col-md-6">
  1854.                        <article class="blog-card-v4 scroll-trigger">
  1855.                            <div class="blog-image-container-v4">
  1856.                                <div class="blog-image-v4">
  1857.                                    
  1858.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1859.                                    
  1860.                                </div>
  1861.                                
  1862.                                <span class="blog-category-v4 bg-primary-gradient">
  1863.                                    News
  1864.                                </span>
  1865.                            </div>
  1866.                            
  1867.                            <div class="blog-content-v4">
  1868.                                <h3 class="blog-title-v4">
  1869.                                    <a href="/it-is-deeply-saddening-how-30-captive-white-whales-are-being-used-as-tools-in-row-over-animal-cruelty/" class="top-color">
  1870.                                    It is deeply saddening’: how 30 captive white whales are being used as tools in row over animal cruelty.
  1871.                                    </a>
  1872.                                </h3>
  1873.                                <div class="blog-meta-v4">
  1874.                                    
  1875.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e39fd2a0-095f-49e0-a20d-5da4aaeb369c_profile.png" alt="Karen Guerrero" style="object-fit: cover;"  class="blog-author-img-v4">
  1876.                                    
  1877.                                    <span>By <strong>Karen Guerrero</strong></span>
  1878.                                    <span>•</span>
  1879.                                    <span>16 Aug 2026</span>
  1880.                                </div>
  1881.                                
  1882.                                <p class="blog-excerpt-v4">
  1883.                                    
  1884.                                </p>
  1885.                                
  1886.                                <div class="blog-actions-v4">
  1887.                                    
  1888.                                    <a href="/it-is-deeply-saddening-how-30-captive-white-whales-are-being-used-as-tools-in-row-over-animal-cruelty/" class="blog-read-more-v4 bg-primary-gradient">
  1889.                                        <i class="ti-arrow-right"></i>
  1890.                                    </a>
  1891.                                </div>
  1892.                            </div>
  1893.                        </article>
  1894.                    </div>
  1895.                    
  1896.                    <div class="col-lg-6 col-md-6">
  1897.                        <article class="blog-card-v4 scroll-trigger">
  1898.                            <div class="blog-image-container-v4">
  1899.                                <div class="blog-image-v4">
  1900.                                    
  1901.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1902.                                    
  1903.                                </div>
  1904.                                
  1905.                                <span class="blog-category-v4 bg-primary-gradient">
  1906.                                    News
  1907.                                </span>
  1908.                            </div>
  1909.                            
  1910.                            <div class="blog-content-v4">
  1911.                                <h3 class="blog-title-v4">
  1912.                                    <a href="/serious-problems-in-miniature-berlin-this-tiny-settlement-split-in-half-by-the-cold-war-period/" class="top-color">
  1913.                                    Serious Problems in ‘Miniature Berlin’: This Tiny Settlement Split in Half by the Cold War Period
  1914.                                    </a>
  1915.                                </h3>
  1916.                                <div class="blog-meta-v4">
  1917.                                    
  1918.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e39fd2a0-095f-49e0-a20d-5da4aaeb369c_profile.png" alt="Karen Guerrero" style="object-fit: cover;"  class="blog-author-img-v4">
  1919.                                    
  1920.                                    <span>By <strong>Karen Guerrero</strong></span>
  1921.                                    <span>•</span>
  1922.                                    <span>16 Aug 2026</span>
  1923.                                </div>
  1924.                                
  1925.                                <p class="blog-excerpt-v4">
  1926.                                    
  1927.                                </p>
  1928.                                
  1929.                                <div class="blog-actions-v4">
  1930.                                    
  1931.                                    <a href="/serious-problems-in-miniature-berlin-this-tiny-settlement-split-in-half-by-the-cold-war-period/" class="blog-read-more-v4 bg-primary-gradient">
  1932.                                        <i class="ti-arrow-right"></i>
  1933.                                    </a>
  1934.                                </div>
  1935.                            </div>
  1936.                        </article>
  1937.                    </div>
  1938.                    
  1939.                    <div class="col-lg-6 col-md-6">
  1940.                        <article class="blog-card-v4 scroll-trigger">
  1941.                            <div class="blog-image-container-v4">
  1942.                                <div class="blog-image-v4">
  1943.                                    
  1944.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1945.                                    
  1946.                                </div>
  1947.                                
  1948.                                <span class="blog-category-v4 bg-primary-gradient">
  1949.                                    News
  1950.                                </span>
  1951.                            </div>
  1952.                            
  1953.                            <div class="blog-content-v4">
  1954.                                <h3 class="blog-title-v4">
  1955.                                    <a href="/qatar-sprint-race-and-main-event-qualifying-real-time-coverage/" class="top-color">
  1956.                                    Qatar Sprint Race and Main Event Qualifying: Real-Time Coverage
  1957.                                    </a>
  1958.                                </h3>
  1959.                                <div class="blog-meta-v4">
  1960.                                    
  1961.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e39fd2a0-095f-49e0-a20d-5da4aaeb369c_profile.png" alt="Karen Guerrero" style="object-fit: cover;"  class="blog-author-img-v4">
  1962.                                    
  1963.                                    <span>By <strong>Karen Guerrero</strong></span>
  1964.                                    <span>•</span>
  1965.                                    <span>16 Aug 2026</span>
  1966.                                </div>
  1967.                                
  1968.                                <p class="blog-excerpt-v4">
  1969.                                    
  1970.                                </p>
  1971.                                
  1972.                                <div class="blog-actions-v4">
  1973.                                    
  1974.                                    <a href="/qatar-sprint-race-and-main-event-qualifying-real-time-coverage/" class="blog-read-more-v4 bg-primary-gradient">
  1975.                                        <i class="ti-arrow-right"></i>
  1976.                                    </a>
  1977.                                </div>
  1978.                            </div>
  1979.                        </article>
  1980.                    </div>
  1981.                    
  1982.                    <div class="col-lg-6 col-md-6">
  1983.                        <article class="blog-card-v4 scroll-trigger">
  1984.                            <div class="blog-image-container-v4">
  1985.                                <div class="blog-image-v4">
  1986.                                    
  1987.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1988.                                    
  1989.                                </div>
  1990.                                
  1991.                                <span class="blog-category-v4 bg-primary-gradient">
  1992.                                    News
  1993.                                </span>
  1994.                            </div>
  1995.                            
  1996.                            <div class="blog-content-v4">
  1997.                                <h3 class="blog-title-v4">
  1998.                                    <a href="/rhythm-and-blues-xmas-ball-review-an-heartfelt-trip-back-to-the-90s/" class="top-color">
  1999.                                    Rhythm and Blues Xmas Ball Review: An Heartfelt Trip Back to the 90s
  2000.                                    </a>
  2001.                                </h3>
  2002.                                <div class="blog-meta-v4">
  2003.                                    
  2004.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e39fd2a0-095f-49e0-a20d-5da4aaeb369c_profile.png" alt="Karen Guerrero" style="object-fit: cover;"  class="blog-author-img-v4">
  2005.                                    
  2006.                                    <span>By <strong>Karen Guerrero</strong></span>
  2007.                                    <span>•</span>
  2008.                                    <span>16 Aug 2026</span>
  2009.                                </div>
  2010.                                
  2011.                                <p class="blog-excerpt-v4">
  2012.                                    
  2013.                                </p>
  2014.                                
  2015.                                <div class="blog-actions-v4">
  2016.                                    
  2017.                                    <a href="/rhythm-and-blues-xmas-ball-review-an-heartfelt-trip-back-to-the-90s/" class="blog-read-more-v4 bg-primary-gradient">
  2018.                                        <i class="ti-arrow-right"></i>
  2019.                                    </a>
  2020.                                </div>
  2021.                            </div>
  2022.                        </article>
  2023.                    </div>
  2024.                    
  2025.                    <div class="col-lg-6 col-md-6">
  2026.                        <article class="blog-card-v4 scroll-trigger">
  2027.                            <div class="blog-image-container-v4">
  2028.                                <div class="blog-image-v4">
  2029.                                    
  2030.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2031.                                    
  2032.                                </div>
  2033.                                
  2034.                                <span class="blog-category-v4 bg-primary-gradient">
  2035.                                    News
  2036.                                </span>
  2037.                            </div>
  2038.                            
  2039.                            <div class="blog-content-v4">
  2040.                                <h3 class="blog-title-v4">
  2041.                                    <a href="/italian-court-icon-nicola-pietrangeli-dies-at-the-age-of-92/" class="top-color">
  2042.                                    Italian Court Icon Nicola Pietrangeli Dies at the Age of 92
  2043.                                    </a>
  2044.                                </h3>
  2045.                                <div class="blog-meta-v4">
  2046.                                    
  2047.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e39fd2a0-095f-49e0-a20d-5da4aaeb369c_profile.png" alt="Karen Guerrero" style="object-fit: cover;"  class="blog-author-img-v4">
  2048.                                    
  2049.                                    <span>By <strong>Karen Guerrero</strong></span>
  2050.                                    <span>•</span>
  2051.                                    <span>16 Aug 2026</span>
  2052.                                </div>
  2053.                                
  2054.                                <p class="blog-excerpt-v4">
  2055.                                    
  2056.                                </p>
  2057.                                
  2058.                                <div class="blog-actions-v4">
  2059.                                    
  2060.                                    <a href="/italian-court-icon-nicola-pietrangeli-dies-at-the-age-of-92/" class="blog-read-more-v4 bg-primary-gradient">
  2061.                                        <i class="ti-arrow-right"></i>
  2062.                                    </a>
  2063.                                </div>
  2064.                            </div>
  2065.                        </article>
  2066.                    </div>
  2067.                    
  2068.                    <div class="col-lg-6 col-md-6">
  2069.                        <article class="blog-card-v4 scroll-trigger">
  2070.                            <div class="blog-image-container-v4">
  2071.                                <div class="blog-image-v4">
  2072.                                    
  2073.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2074.                                    
  2075.                                </div>
  2076.                                
  2077.                                <span class="blog-category-v4 bg-primary-gradient">
  2078.                                    News
  2079.                                </span>
  2080.                            </div>
  2081.                            
  2082.                            <div class="blog-content-v4">
  2083.                                <h3 class="blog-title-v4">
  2084.                                    <a href="/convicted-sex-trafficker-ghislaine-maxwell-reportedly-pursuing-sentence-commutation-insider-claims-to-house-democrats/" class="top-color">
  2085.                                    Convicted sex trafficker Ghislaine Maxwell Reportedly Pursuing Sentence Commutation, Insider Claims to House Democrats
  2086.                                    </a>
  2087.                                </h3>
  2088.                                <div class="blog-meta-v4">
  2089.                                    
  2090.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e39fd2a0-095f-49e0-a20d-5da4aaeb369c_profile.png" alt="Karen Guerrero" style="object-fit: cover;"  class="blog-author-img-v4">
  2091.                                    
  2092.                                    <span>By <strong>Karen Guerrero</strong></span>
  2093.                                    <span>•</span>
  2094.                                    <span>16 Aug 2026</span>
  2095.                                </div>
  2096.                                
  2097.                                <p class="blog-excerpt-v4">
  2098.                                    
  2099.                                </p>
  2100.                                
  2101.                                <div class="blog-actions-v4">
  2102.                                    
  2103.                                    <a href="/convicted-sex-trafficker-ghislaine-maxwell-reportedly-pursuing-sentence-commutation-insider-claims-to-house-democrats/" class="blog-read-more-v4 bg-primary-gradient">
  2104.                                        <i class="ti-arrow-right"></i>
  2105.                                    </a>
  2106.                                </div>
  2107.                            </div>
  2108.                        </article>
  2109.                    </div>
  2110.                    
  2111.                    <div class="col-lg-6 col-md-6">
  2112.                        <article class="blog-card-v4 scroll-trigger">
  2113.                            <div class="blog-image-container-v4">
  2114.                                <div class="blog-image-v4">
  2115.                                    
  2116.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2117.                                    
  2118.                                </div>
  2119.                                
  2120.                                <span class="blog-category-v4 bg-primary-gradient">
  2121.                                    News
  2122.                                </span>
  2123.                            </div>
  2124.                            
  2125.                            <div class="blog-content-v4">
  2126.                                <h3 class="blog-title-v4">
  2127.                                    <a href="/cyclone-the-storm-gains-power-while-heads-in-the-direction-of-the-island-nation/" class="top-color">
  2128.                                    Cyclone the storm Gains Power While Heads In the Direction of the Island Nation
  2129.                                    </a>
  2130.                                </h3>
  2131.                                <div class="blog-meta-v4">
  2132.                                    
  2133.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e39fd2a0-095f-49e0-a20d-5da4aaeb369c_profile.png" alt="Karen Guerrero" style="object-fit: cover;"  class="blog-author-img-v4">
  2134.                                    
  2135.                                    <span>By <strong>Karen Guerrero</strong></span>
  2136.                                    <span>•</span>
  2137.                                    <span>16 Aug 2026</span>
  2138.                                </div>
  2139.                                
  2140.                                <p class="blog-excerpt-v4">
  2141.                                    
  2142.                                </p>
  2143.                                
  2144.                                <div class="blog-actions-v4">
  2145.                                    
  2146.                                    <a href="/cyclone-the-storm-gains-power-while-heads-in-the-direction-of-the-island-nation/" class="blog-read-more-v4 bg-primary-gradient">
  2147.                                        <i class="ti-arrow-right"></i>
  2148.                                    </a>
  2149.                                </div>
  2150.                            </div>
  2151.                        </article>
  2152.                    </div>
  2153.                    
  2154.                    
  2155.  
  2156.                </div>
  2157.            </div>
  2158.            
  2159.             <div class="col col-lg-4 col-12">
  2160.                
  2161.  
  2162.  
  2163.  
  2164.    
  2165.  
  2166. <!-- Curved Heading Sidebar -->
  2167.    <div class="sidebar">
  2168.        
  2169.       <div class="sidebar-widget mb-4">
  2170.            <div class="widget-title-wrapper mb-3">
  2171.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2172.                    <div class="title-border"></div>
  2173.                    <i class="ti-folder me-2"></i>July 2026 Blog Roll
  2174.                </h4>
  2175.            </div>
  2176.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  2177.                <div class="archives-list scrollable-sidebar">
  2178.                    
  2179.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2180.                        <a href="https://www.informilo.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2181.                            <i class="ti-angle-right me-2 text-primary"></i>
  2182.                            <span class="archive-link top-color fw-semibold"> best crypto trading app</span>
  2183.                        </a>
  2184.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2185.                    </div>
  2186.                
  2187.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2188.                        <a href="https://www.summerhall.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2189.                            <i class="ti-angle-right me-2 text-primary"></i>
  2190.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  2191.                        </a>
  2192.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2193.                    </div>
  2194.                
  2195.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2196.                        <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2197.                            <i class="ti-angle-right me-2 text-primary"></i>
  2198.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  2199.                        </a>
  2200.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2201.                    </div>
  2202.                
  2203.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2204.                        <a href="https://www.london-irish.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2205.                            <i class="ti-angle-right me-2 text-primary"></i>
  2206.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  2207.                        </a>
  2208.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2209.                    </div>
  2210.                
  2211.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2212.                        <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2213.                            <i class="ti-angle-right me-2 text-primary"></i>
  2214.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2215.                        </a>
  2216.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2217.                    </div>
  2218.                
  2219.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2220.                        <a href="https://chelsea.news/online-casinos/non-gamstop/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2221.                            <i class="ti-angle-right me-2 text-primary"></i>
  2222.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2223.                        </a>
  2224.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2225.                    </div>
  2226.                
  2227.                </div>
  2228.                
  2229.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  2230.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2231.                        <i class="ti-archive me-1"></i>View All Archives
  2232.                    </a>
  2233.                </div> -->
  2234.            </div>
  2235.        </div>
  2236.        
  2237.       <div class="sidebar-widget mb-4">
  2238.            <div class="widget-title-wrapper mb-3">
  2239.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2240.                    <div class="title-border"></div>
  2241.                    <i class="ti-folder me-2"></i>June 2026 Blog Roll
  2242.                </h4>
  2243.            </div>
  2244.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  2245.                <div class="archives-list scrollable-sidebar">
  2246.                    
  2247.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2248.                        <a href="https://www.gamblinginsider.com/uk/online-casinos"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2249.                            <i class="ti-angle-right me-2 text-primary"></i>
  2250.                            <span class="archive-link top-color fw-semibold"> UK casino online</span>
  2251.                        </a>
  2252.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2253.                    </div>
  2254.                
  2255.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2256.                        <a href="https://esportsinsider.com/uk/gambling/non-gamstop-betting-sites"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2257.                            <i class="ti-angle-right me-2 text-primary"></i>
  2258.                            <span class="archive-link top-color fw-semibold"> your non Gamstop bookmakers</span>
  2259.                        </a>
  2260.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2261.                    </div>
  2262.                
  2263.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2264.                        <a href="https://www.gamblinginsider.com/uk/non-gamstop-casinos"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2265.                            <i class="ti-angle-right me-2 text-primary"></i>
  2266.                            <span class="archive-link top-color fw-semibold"> non Gamstop casino sites to take a look</span>
  2267.                        </a>
  2268.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2269.                    </div>
  2270.                
  2271.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2272.                        <a href="https://www.cardplayer.com/uk/betting/non-gamstop"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2273.                            <i class="ti-angle-right me-2 text-primary"></i>
  2274.                            <span class="archive-link top-color fw-semibold"> sports betting not on Gamstop</span>
  2275.                        </a>
  2276.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2277.                    </div>
  2278.                
  2279.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2280.                        <a href="https://www.cardplayer.com/uk/online-casinos/best-non-uk-casinos"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2281.                            <i class="ti-angle-right me-2 text-primary"></i>
  2282.                            <span class="archive-link top-color fw-semibold"> casinos not on Gamstop by this link</span>
  2283.                        </a>
  2284.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2285.                    </div>
  2286.                
  2287.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2288.                        <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2289.                            <i class="ti-angle-right me-2 text-primary"></i>
  2290.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  2291.                        </a>
  2292.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2293.                    </div>
  2294.                
  2295.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2296.                        <a href="https://www.cardplayer.com/uk/betting/non-gamstop"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2297.                            <i class="ti-angle-right me-2 text-primary"></i>
  2298.                            <span class="archive-link top-color fw-semibold"> another page of the betting sites not on GamStop</span>
  2299.                        </a>
  2300.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2301.                    </div>
  2302.                
  2303.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2304.                        <a href="https://www.cardplayer.com/uk/online-casinos/bitcoin-casinos"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2305.                            <i class="ti-angle-right me-2 text-primary"></i>
  2306.                            <span class="archive-link top-color fw-semibold"> vertical list of no KYC crypto casinos</span>
  2307.                        </a>
  2308.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2309.                    </div>
  2310.                
  2311.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2312.                        <a href="https://www.basketballinsiders.org/online-casinos/non-gamstop-casinos-uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2313.                            <i class="ti-angle-right me-2 text-primary"></i>
  2314.                            <span class="archive-link top-color fw-semibold"> about non gamstop casinos</span>
  2315.                        </a>
  2316.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2317.                    </div>
  2318.                
  2319.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2320.                        <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2321.                            <i class="ti-angle-right me-2 text-primary"></i>
  2322.                            <span class="archive-link top-color fw-semibold"> non gamstop casino guide</span>
  2323.                        </a>
  2324.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2325.                    </div>
  2326.                
  2327.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2328.                        <a href="https://www.money-mentor.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2329.                            <i class="ti-angle-right me-2 text-primary"></i>
  2330.                            <span class="archive-link top-color fw-semibold"> no KYC casino - for all players</span>
  2331.                        </a>
  2332.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2333.                    </div>
  2334.                
  2335.                </div>
  2336.                
  2337.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  2338.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2339.                        <i class="ti-archive me-1"></i>View All Archives
  2340.                    </a>
  2341.                </div> -->
  2342.            </div>
  2343.        </div>
  2344.        
  2345.       <div class="sidebar-widget mb-4">
  2346.            <div class="widget-title-wrapper mb-3">
  2347.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2348.                    <div class="title-border"></div>
  2349.                    <i class="ti-folder me-2"></i>May 2026 Blog Roll
  2350.                </h4>
  2351.            </div>
  2352.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  2353.                <div class="archives-list scrollable-sidebar">
  2354.                    
  2355.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2356.                        <a href="https://esports-news.co.uk/gambling-sites/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2357.                            <i class="ti-angle-right me-2 text-primary"></i>
  2358.                            <span class="archive-link top-color fw-semibold"> uk online casino</span>
  2359.                        </a>
  2360.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2361.                    </div>
  2362.                
  2363.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2364.                        <a href="https://esports-news.co.uk/online-casinos/non-gamstop/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2365.                            <i class="ti-angle-right me-2 text-primary"></i>
  2366.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2367.                        </a>
  2368.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2369.                    </div>
  2370.                
  2371.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2372.                        <a href="https://www.thegameroom.org/gb/betting-sites/not-on-gamstop/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2373.                            <i class="ti-angle-right me-2 text-primary"></i>
  2374.                            <span class="archive-link top-color fw-semibold"> betting sites not on gamstop</span>
  2375.                        </a>
  2376.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2377.                    </div>
  2378.                
  2379.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2380.                        <a href="https://beerbods.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2381.                            <i class="ti-angle-right me-2 text-primary"></i>
  2382.                            <span class="archive-link top-color fw-semibold"> uk casino online</span>
  2383.                        </a>
  2384.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2385.                    </div>
  2386.                
  2387.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2388.                        <a href="https://bottlebling.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2389.                            <i class="ti-angle-right me-2 text-primary"></i>
  2390.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2391.                        </a>
  2392.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2393.                    </div>
  2394.                
  2395.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2396.                        <a href="https://heyimhome.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2397.                            <i class="ti-angle-right me-2 text-primary"></i>
  2398.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  2399.                        </a>
  2400.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2401.                    </div>
  2402.                
  2403.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2404.                        <a href="https://2020march.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2405.                            <i class="ti-angle-right me-2 text-primary"></i>
  2406.                            <span class="archive-link top-color fw-semibold"> hahaspin</span>
  2407.                        </a>
  2408.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2409.                    </div>
  2410.                
  2411.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2412.                        <a href="https://esports-news.co.uk/gambling-sites/lizaro-review/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2413.                            <i class="ti-angle-right me-2 text-primary"></i>
  2414.                            <span class="archive-link top-color fw-semibold"> lizaro casino</span>
  2415.                        </a>
  2416.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2417.                    </div>
  2418.                
  2419.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2420.                        <a href="https://esports-news.co.uk/gambling-sites/lolajack-review/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2421.                            <i class="ti-angle-right me-2 text-primary"></i>
  2422.                            <span class="archive-link top-color fw-semibold"> lolajack casino</span>
  2423.                        </a>
  2424.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2425.                    </div>
  2426.                
  2427.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2428.                        <a href="https://tdlwebsolutions.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2429.                            <i class="ti-angle-right me-2 text-primary"></i>
  2430.                            <span class="archive-link top-color fw-semibold"> lolajack casino</span>
  2431.                        </a>
  2432.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2433.                    </div>
  2434.                
  2435.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2436.                        <a href="https://adventuregamers.com/online-casinos/non-gamstop"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2437.                            <i class="ti-angle-right me-2 text-primary"></i>
  2438.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  2439.                        </a>
  2440.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2441.                    </div>
  2442.                
  2443.                </div>
  2444.                
  2445.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  2446.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2447.                        <i class="ti-archive me-1"></i>View All Archives
  2448.                    </a>
  2449.                </div> -->
  2450.            </div>
  2451.        </div>
  2452.        
  2453.       <div class="sidebar-widget mb-4">
  2454.            <div class="widget-title-wrapper mb-3">
  2455.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2456.                    <div class="title-border"></div>
  2457.                    <i class="ti-folder me-2"></i>April 2026 Blog Roll
  2458.                </h4>
  2459.            </div>
  2460.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  2461.                <div class="archives-list scrollable-sidebar">
  2462.                    
  2463.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2464.                        <a href="https://www.agediscrimination.info/non-gamstop-casinos"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2465.                            <i class="ti-angle-right me-2 text-primary"></i>
  2466.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  2467.                        </a>
  2468.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2469.                    </div>
  2470.                
  2471.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2472.                        <a href="https://www.durhamminers.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2473.                            <i class="ti-angle-right me-2 text-primary"></i>
  2474.                            <span class="archive-link top-color fw-semibold"> casinos not on GamStop</span>
  2475.                        </a>
  2476.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2477.                    </div>
  2478.                
  2479.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2480.                        <a href="https://www.citytosea.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2481.                            <i class="ti-angle-right me-2 text-primary"></i>
  2482.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  2483.                        </a>
  2484.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2485.                    </div>
  2486.                
  2487.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2488.                        <a href="https://www.roadpeace.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2489.                            <i class="ti-angle-right me-2 text-primary"></i>
  2490.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  2491.                        </a>
  2492.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2493.                    </div>
  2494.                
  2495.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2496.                        <a href="https://www.fourpure.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2497.                            <i class="ti-angle-right me-2 text-primary"></i>
  2498.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  2499.                        </a>
  2500.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2501.                    </div>
  2502.                
  2503.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2504.                        <a href="https://cornburyfestival.com"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2505.                            <i class="ti-angle-right me-2 text-primary"></i>
  2506.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  2507.                        </a>
  2508.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2509.                    </div>
  2510.                
  2511.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2512.                        <a href="https://plasticoceans.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2513.                            <i class="ti-angle-right me-2 text-primary"></i>
  2514.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  2515.                        </a>
  2516.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2517.                    </div>
  2518.                
  2519.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2520.                        <a href="https://casino.blackcurve.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2521.                            <i class="ti-angle-right me-2 text-primary"></i>
  2522.                            <span class="archive-link top-color fw-semibold"> new casinos not on gamstop</span>
  2523.                        </a>
  2524.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2525.                    </div>
  2526.                
  2527.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2528.                        <a href="https://www.llancaiachfawr.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2529.                            <i class="ti-angle-right me-2 text-primary"></i>
  2530.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  2531.                        </a>
  2532.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2533.                    </div>
  2534.                
  2535.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2536.                        <a href="https://www.edinburghwhiskyblog.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2537.                            <i class="ti-angle-right me-2 text-primary"></i>
  2538.                            <span class="archive-link top-color fw-semibold"> uk online casinos list</span>
  2539.                        </a>
  2540.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2541.                    </div>
  2542.                
  2543.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2544.                        <a href="https://www.foodsofengland.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2545.                            <i class="ti-angle-right me-2 text-primary"></i>
  2546.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2547.                        </a>
  2548.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2549.                    </div>
  2550.                
  2551.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2552.                        <a href="https://80trains.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2553.                            <i class="ti-angle-right me-2 text-primary"></i>
  2554.                            <span class="archive-link top-color fw-semibold"> betting sites new</span>
  2555.                        </a>
  2556.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2557.                    </div>
  2558.                
  2559.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2560.                        <a href="https://llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch.co.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2561.                            <i class="ti-angle-right me-2 text-primary"></i>
  2562.                            <span class="archive-link top-color fw-semibold"> UK casinos not on GamStop</span>
  2563.                        </a>
  2564.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2565.                    </div>
  2566.                
  2567.                </div>
  2568.                
  2569.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  2570.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2571.                        <i class="ti-archive me-1"></i>View All Archives
  2572.                    </a>
  2573.                </div> -->
  2574.            </div>
  2575.        </div>
  2576.        
  2577.       <div class="sidebar-widget mb-4">
  2578.            <div class="widget-title-wrapper mb-3">
  2579.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2580.                    <div class="title-border"></div>
  2581.                    <i class="ti-folder me-2"></i>March 2026 Blog Roll
  2582.                </h4>
  2583.            </div>
  2584.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  2585.                <div class="archives-list scrollable-sidebar">
  2586.                    
  2587.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2588.                        <a href="https://www.peckhamaudio.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2589.                            <i class="ti-angle-right me-2 text-primary"></i>
  2590.                            <span class="archive-link top-color fw-semibold"> casinos not on GamStop</span>
  2591.                        </a>
  2592.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2593.                    </div>
  2594.                
  2595.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2596.                        <a href="https://www.bmag.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2597.                            <i class="ti-angle-right me-2 text-primary"></i>
  2598.                            <span class="archive-link top-color fw-semibold"> best online casino</span>
  2599.                        </a>
  2600.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2601.                    </div>
  2602.                
  2603.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2604.                        <a href="https://whitestarrunning.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2605.                            <i class="ti-angle-right me-2 text-primary"></i>
  2606.                            <span class="archive-link top-color fw-semibold"> non GamStop casinos</span>
  2607.                        </a>
  2608.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2609.                    </div>
  2610.                
  2611.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2612.                        <a href="https://ola.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2613.                            <i class="ti-angle-right me-2 text-primary"></i>
  2614.                            <span class="archive-link top-color fw-semibold"> best non GamStop casinos</span>
  2615.                        </a>
  2616.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2617.                    </div>
  2618.                
  2619.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2620.                        <a href="https://www.caerphilly.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2621.                            <i class="ti-angle-right me-2 text-primary"></i>
  2622.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2623.                        </a>
  2624.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2625.                    </div>
  2626.                
  2627.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2628.                        <a href="https://shopy.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2629.                            <i class="ti-angle-right me-2 text-primary"></i>
  2630.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2631.                        </a>
  2632.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2633.                    </div>
  2634.                
  2635.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2636.                        <a href="https://www.stamina.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2637.                            <i class="ti-angle-right me-2 text-primary"></i>
  2638.                            <span class="archive-link top-color fw-semibold"> Top Casinos Not on Gamstop</span>
  2639.                        </a>
  2640.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2641.                    </div>
  2642.                
  2643.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2644.                        <a href="https://www.gamblinginsider.com/uk/online-casinos"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2645.                            <i class="ti-angle-right me-2 text-primary"></i>
  2646.                            <span class="archive-link top-color fw-semibold"> casino site</span>
  2647.                        </a>
  2648.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2649.                    </div>
  2650.                
  2651.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2652.                        <a href="https://www.deakinandblue.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2653.                            <i class="ti-angle-right me-2 text-primary"></i>
  2654.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos uk</span>
  2655.                        </a>
  2656.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2657.                    </div>
  2658.                
  2659.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2660.                        <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2661.                            <i class="ti-angle-right me-2 text-primary"></i>
  2662.                            <span class="archive-link top-color fw-semibold"> casino sites</span>
  2663.                        </a>
  2664.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2665.                    </div>
  2666.                
  2667.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2668.                        <a href="https://www.falconryforum.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2669.                            <i class="ti-angle-right me-2 text-primary"></i>
  2670.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  2671.                        </a>
  2672.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2673.                    </div>
  2674.                
  2675.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2676.                        <a href="https://www.ukrmb.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2677.                            <i class="ti-angle-right me-2 text-primary"></i>
  2678.                            <span class="archive-link top-color fw-semibold"> online casino uk</span>
  2679.                        </a>
  2680.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2681.                    </div>
  2682.                
  2683.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2684.                        <a href="https://www.kysty.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2685.                            <i class="ti-angle-right me-2 text-primary"></i>
  2686.                            <span class="archive-link top-color fw-semibold"> not on Gamstop</span>
  2687.                        </a>
  2688.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2689.                    </div>
  2690.                
  2691.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2692.                        <a href="https://www.frn.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2693.                            <i class="ti-angle-right me-2 text-primary"></i>
  2694.                            <span class="archive-link top-color fw-semibold"> best online betting sites uk</span>
  2695.                        </a>
  2696.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2697.                    </div>
  2698.                
  2699.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2700.                        <a href="https://www.escapistmagazine.com/uk/bitcoin-casinos/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2701.                            <i class="ti-angle-right me-2 text-primary"></i>
  2702.                            <span class="archive-link top-color fw-semibold"> crypto casinos</span>
  2703.                        </a>
  2704.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2705.                    </div>
  2706.                
  2707.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2708.                        <a href="https://shiftdesign.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2709.                            <i class="ti-angle-right me-2 text-primary"></i>
  2710.                            <span class="archive-link top-color fw-semibold"> non GamStop</span>
  2711.                        </a>
  2712.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2713.                    </div>
  2714.                
  2715.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2716.                        <a href="https://www.socresonline.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2717.                            <i class="ti-angle-right me-2 text-primary"></i>
  2718.                            <span class="archive-link top-color fw-semibold"> bitcoin casino</span>
  2719.                        </a>
  2720.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2721.                    </div>
  2722.                
  2723.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2724.                        <a href="https://kam-media.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2725.                            <i class="ti-angle-right me-2 text-primary"></i>
  2726.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  2727.                        </a>
  2728.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2729.                    </div>
  2730.                
  2731.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2732.                        <a href="https://www.toop.eu"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2733.                            <i class="ti-angle-right me-2 text-primary"></i>
  2734.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2735.                        </a>
  2736.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2737.                    </div>
  2738.                
  2739.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2740.                        <a href="https://www.nordicresearchnetwork.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2741.                            <i class="ti-angle-right me-2 text-primary"></i>
  2742.                            <span class="archive-link top-color fw-semibold"> non UK licenced casino</span>
  2743.                        </a>
  2744.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2745.                    </div>
  2746.                
  2747.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2748.                        <a href="https://tridentcryptofund.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2749.                            <i class="ti-angle-right me-2 text-primary"></i>
  2750.                            <span class="archive-link top-color fw-semibold"> crypto casino</span>
  2751.                        </a>
  2752.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2753.                    </div>
  2754.                
  2755.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2756.                        <a href="https://unbound.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2757.                            <i class="ti-angle-right me-2 text-primary"></i>
  2758.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2759.                        </a>
  2760.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2761.                    </div>
  2762.                
  2763.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2764.                        <a href="https://www.legacycompany.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2765.                            <i class="ti-angle-right me-2 text-primary"></i>
  2766.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  2767.                        </a>
  2768.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2769.                    </div>
  2770.                
  2771.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2772.                        <a href="https://roadpeace.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2773.                            <i class="ti-angle-right me-2 text-primary"></i>
  2774.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2775.                        </a>
  2776.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2777.                    </div>
  2778.                
  2779.                </div>
  2780.                
  2781.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  2782.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2783.                        <i class="ti-archive me-1"></i>View All Archives
  2784.                    </a>
  2785.                </div> -->
  2786.            </div>
  2787.        </div>
  2788.        
  2789.       <div class="sidebar-widget mb-4">
  2790.            <div class="widget-title-wrapper mb-3">
  2791.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2792.                    <div class="title-border"></div>
  2793.                    <i class="ti-folder me-2"></i>February 2026 Blog Roll
  2794.                </h4>
  2795.            </div>
  2796.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  2797.                <div class="archives-list scrollable-sidebar">
  2798.                    
  2799.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2800.                        <a href="https://thecharliegardfoundation.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2801.                            <i class="ti-angle-right me-2 text-primary"></i>
  2802.                            <span class="archive-link top-color fw-semibold"> casinos online</span>
  2803.                        </a>
  2804.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2805.                    </div>
  2806.                
  2807.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2808.                        <a href="https://www.thekarczma.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2809.                            <i class="ti-angle-right me-2 text-primary"></i>
  2810.                            <span class="archive-link top-color fw-semibold"> non UK gambling sites</span>
  2811.                        </a>
  2812.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2813.                    </div>
  2814.                
  2815.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2816.                        <a href="https://financialservicescultureboard.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2817.                            <i class="ti-angle-right me-2 text-primary"></i>
  2818.                            <span class="archive-link top-color fw-semibold"> best esports betting sites</span>
  2819.                        </a>
  2820.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2821.                    </div>
  2822.                
  2823.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2824.                        <a href="https://itechlabs.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2825.                            <i class="ti-angle-right me-2 text-primary"></i>
  2826.                            <span class="archive-link top-color fw-semibold"> best betting sites</span>
  2827.                        </a>
  2828.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2829.                    </div>
  2830.                
  2831.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2832.                        <a href="https://www.taysideaviation.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2833.                            <i class="ti-angle-right me-2 text-primary"></i>
  2834.                            <span class="archive-link top-color fw-semibold"> best betting sites uk</span>
  2835.                        </a>
  2836.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2837.                    </div>
  2838.                
  2839.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2840.                        <a href="https://www.kscience.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2841.                            <i class="ti-angle-right me-2 text-primary"></i>
  2842.                            <span class="archive-link top-color fw-semibold"> best uk non gamstop casinos</span>
  2843.                        </a>
  2844.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2845.                    </div>
  2846.                
  2847.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2848.                        <a href="https://www.foreignersinuk.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2849.                            <i class="ti-angle-right me-2 text-primary"></i>
  2850.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  2851.                        </a>
  2852.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2853.                    </div>
  2854.                
  2855.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2856.                        <a href="https://platypuspress.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2857.                            <i class="ti-angle-right me-2 text-primary"></i>
  2858.                            <span class="archive-link top-color fw-semibold"> online casinos not on gamstop</span>
  2859.                        </a>
  2860.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2861.                    </div>
  2862.                
  2863.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2864.                        <a href="https://visitfortwilliam.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2865.                            <i class="ti-angle-right me-2 text-primary"></i>
  2866.                            <span class="archive-link top-color fw-semibold"> uk casinos not on gamstop</span>
  2867.                        </a>
  2868.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2869.                    </div>
  2870.                
  2871.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2872.                        <a href="https://www.summerhall.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2873.                            <i class="ti-angle-right me-2 text-primary"></i>
  2874.                            <span class="archive-link top-color fw-semibold"> top 20 online casinos uk</span>
  2875.                        </a>
  2876.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2877.                    </div>
  2878.                
  2879.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2880.                        <a href="https://www.runningbuggies.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2881.                            <i class="ti-angle-right me-2 text-primary"></i>
  2882.                            <span class="archive-link top-color fw-semibold"> non GamStop casinos UK</span>
  2883.                        </a>
  2884.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2885.                    </div>
  2886.                
  2887.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2888.                        <a href="https://www.peckhamaudio.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2889.                            <i class="ti-angle-right me-2 text-primary"></i>
  2890.                            <span class="archive-link top-color fw-semibold"> non GamStop sites</span>
  2891.                        </a>
  2892.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2893.                    </div>
  2894.                
  2895.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2896.                        <a href="https://www.mugdock-country-park.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2897.                            <i class="ti-angle-right me-2 text-primary"></i>
  2898.                            <span class="archive-link top-color fw-semibold"> non GamStop casino</span>
  2899.                        </a>
  2900.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2901.                    </div>
  2902.                
  2903.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2904.                        <a href="https://www.mediawise.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2905.                            <i class="ti-angle-right me-2 text-primary"></i>
  2906.                            <span class="archive-link top-color fw-semibold"> non GamStop casinos</span>
  2907.                        </a>
  2908.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2909.                    </div>
  2910.                
  2911.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2912.                        <a href="https://www.moretonmotormuseum.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2913.                            <i class="ti-angle-right me-2 text-primary"></i>
  2914.                            <span class="archive-link top-color fw-semibold"> gambling sites not on GamStop</span>
  2915.                        </a>
  2916.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2917.                    </div>
  2918.                
  2919.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2920.                        <a href="https://www.llancaiachfawr.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2921.                            <i class="ti-angle-right me-2 text-primary"></i>
  2922.                            <span class="archive-link top-color fw-semibold"> UK casinos not on GamStop</span>
  2923.                        </a>
  2924.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2925.                    </div>
  2926.                
  2927.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2928.                        <a href="https://www.littleshipsramsgate.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2929.                            <i class="ti-angle-right me-2 text-primary"></i>
  2930.                            <span class="archive-link top-color fw-semibold"> casinos not on GamStop</span>
  2931.                        </a>
  2932.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2933.                    </div>
  2934.                
  2935.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2936.                        <a href="https://www.drinksandco.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2937.                            <i class="ti-angle-right me-2 text-primary"></i>
  2938.                            <span class="archive-link top-color fw-semibold"> best casinos not on GamStop</span>
  2939.                        </a>
  2940.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2941.                    </div>
  2942.                
  2943.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2944.                        <a href="https://www.bunker-51.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2945.                            <i class="ti-angle-right me-2 text-primary"></i>
  2946.                            <span class="archive-link top-color fw-semibold"> casinos not on GamStop</span>
  2947.                        </a>
  2948.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2949.                    </div>
  2950.                
  2951.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2952.                        <a href="https://womeninfinance.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2953.                            <i class="ti-angle-right me-2 text-primary"></i>
  2954.                            <span class="archive-link top-color fw-semibold"> non GamStop casinos</span>
  2955.                        </a>
  2956.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2957.                    </div>
  2958.                
  2959.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2960.                        <a href="https://reflowfilament.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2961.                            <i class="ti-angle-right me-2 text-primary"></i>
  2962.                            <span class="archive-link top-color fw-semibold"> non GamStop casinos</span>
  2963.                        </a>
  2964.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2965.                    </div>
  2966.                
  2967.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2968.                        <a href="https://www.london-irish.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2969.                            <i class="ti-angle-right me-2 text-primary"></i>
  2970.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2971.                        </a>
  2972.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2973.                    </div>
  2974.                
  2975.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2976.                        <a href="https://plasticoceans.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2977.                            <i class="ti-angle-right me-2 text-primary"></i>
  2978.                            <span class="archive-link top-color fw-semibold"> casino sites not on gamstop</span>
  2979.                        </a>
  2980.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2981.                    </div>
  2982.                
  2983.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2984.                        <a href="https://bereavementcommission.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2985.                            <i class="ti-angle-right me-2 text-primary"></i>
  2986.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  2987.                        </a>
  2988.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2989.                    </div>
  2990.                
  2991.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2992.                        <a href="https://bereavementcommission.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2993.                            <i class="ti-angle-right me-2 text-primary"></i>
  2994.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  2995.                        </a>
  2996.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2997.                    </div>
  2998.                
  2999.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3000.                        <a href="https://www.copyrighthub.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3001.                            <i class="ti-angle-right me-2 text-primary"></i>
  3002.                            <span class="archive-link top-color fw-semibold"> online casinos not on gamstop</span>
  3003.                        </a>
  3004.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3005.                    </div>
  3006.                
  3007.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3008.                        <a href="https://www.farma.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3009.                            <i class="ti-angle-right me-2 text-primary"></i>
  3010.                            <span class="archive-link top-color fw-semibold"> online casinos not on gamstop</span>
  3011.                        </a>
  3012.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3013.                    </div>
  3014.                
  3015.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3016.                        <a href="https://www.richmondreview.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3017.                            <i class="ti-angle-right me-2 text-primary"></i>
  3018.                            <span class="archive-link top-color fw-semibold"> online casinos not on gamstop</span>
  3019.                        </a>
  3020.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3021.                    </div>
  3022.                
  3023.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3024.                        <a href="https://www.foodsofengland.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3025.                            <i class="ti-angle-right me-2 text-primary"></i>
  3026.                            <span class="archive-link top-color fw-semibold"> online casinos not on gamstop</span>
  3027.                        </a>
  3028.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3029.                    </div>
  3030.                
  3031.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3032.                        <a href="https://www.oceanacidification.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3033.                            <i class="ti-angle-right me-2 text-primary"></i>
  3034.                            <span class="archive-link top-color fw-semibold"> online casinos not on gamstop</span>
  3035.                        </a>
  3036.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3037.                    </div>
  3038.                
  3039.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3040.                        <a href="https://www.weareculture24.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3041.                            <i class="ti-angle-right me-2 text-primary"></i>
  3042.                            <span class="archive-link top-color fw-semibold"> online casinos not on gamstop</span>
  3043.                        </a>
  3044.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3045.                    </div>
  3046.                
  3047.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3048.                        <a href="https://www.flatcaphotels.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3049.                            <i class="ti-angle-right me-2 text-primary"></i>
  3050.                            <span class="archive-link top-color fw-semibold"> online casinos not on gamstop</span>
  3051.                        </a>
  3052.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3053.                    </div>
  3054.                
  3055.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3056.                        <a href="https://huisvoorveerkracht.be/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3057.                            <i class="ti-angle-right me-2 text-primary"></i>
  3058.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  3059.                        </a>
  3060.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3061.                    </div>
  3062.                
  3063.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3064.                        <a href="https://www.mesaonline.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3065.                            <i class="ti-angle-right me-2 text-primary"></i>
  3066.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  3067.                        </a>
  3068.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3069.                    </div>
  3070.                
  3071.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3072.                        <a href="https://www.makemegenius.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3073.                            <i class="ti-angle-right me-2 text-primary"></i>
  3074.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  3075.                        </a>
  3076.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3077.                    </div>
  3078.                
  3079.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3080.                        <a href="https://augustafreepress.com/casino/instant-withdrawal-no-verification-casinos/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3081.                            <i class="ti-angle-right me-2 text-primary"></i>
  3082.                            <span class="archive-link top-color fw-semibold"> instant withdrawal casinos no verification</span>
  3083.                        </a>
  3084.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3085.                    </div>
  3086.                
  3087.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3088.                        <a href="https://www.ickn.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3089.                            <i class="ti-angle-right me-2 text-primary"></i>
  3090.                            <span class="archive-link top-color fw-semibold"> best bookies and betting sites</span>
  3091.                        </a>
  3092.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3093.                    </div>
  3094.                
  3095.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3096.                        <a href="https://www.saysc.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3097.                            <i class="ti-angle-right me-2 text-primary"></i>
  3098.                            <span class="archive-link top-color fw-semibold"> non gamstop casino sites 2026</span>
  3099.                        </a>
  3100.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3101.                    </div>
  3102.                
  3103.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3104.                        <a href="https://www.mesaonline.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3105.                            <i class="ti-angle-right me-2 text-primary"></i>
  3106.                            <span class="archive-link top-color fw-semibold"> malta casinos not on gamstop</span>
  3107.                        </a>
  3108.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3109.                    </div>
  3110.                
  3111.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3112.                        <a href="https://www.paghat.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3113.                            <i class="ti-angle-right me-2 text-primary"></i>
  3114.                            <span class="archive-link top-color fw-semibold"> best uk casino not on gamstop</span>
  3115.                        </a>
  3116.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3117.                    </div>
  3118.                
  3119.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3120.                        <a href="https://www.makemegenius.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3121.                            <i class="ti-angle-right me-2 text-primary"></i>
  3122.                            <span class="archive-link top-color fw-semibold"> no deposit bonus casino not on gamstop</span>
  3123.                        </a>
  3124.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3125.                    </div>
  3126.                
  3127.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3128.                        <a href="https://datamagazine.co.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3129.                            <i class="ti-angle-right me-2 text-primary"></i>
  3130.                            <span class="archive-link top-color fw-semibold"> casino not gamstop</span>
  3131.                        </a>
  3132.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3133.                    </div>
  3134.                
  3135.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3136.                        <a href="https://littlewhitelies.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3137.                            <i class="ti-angle-right me-2 text-primary"></i>
  3138.                            <span class="archive-link top-color fw-semibold"> casino not gamstop</span>
  3139.                        </a>
  3140.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3141.                    </div>
  3142.                
  3143.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3144.                        <a href="https://www.regionalnetworks.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3145.                            <i class="ti-angle-right me-2 text-primary"></i>
  3146.                            <span class="archive-link top-color fw-semibold"> New Non GamStop Casinos</span>
  3147.                        </a>
  3148.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3149.                    </div>
  3150.                
  3151.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3152.                        <a href="https://oncallfire.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3153.                            <i class="ti-angle-right me-2 text-primary"></i>
  3154.                            <span class="archive-link top-color fw-semibold"> New Non GamStop Casinos</span>
  3155.                        </a>
  3156.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3157.                    </div>
  3158.                
  3159.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3160.                        <a href="https://www.thehotelcollection.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3161.                            <i class="ti-angle-right me-2 text-primary"></i>
  3162.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  3163.                        </a>
  3164.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3165.                    </div>
  3166.                
  3167.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3168.                        <a href="https://www.londonart.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3169.                            <i class="ti-angle-right me-2 text-primary"></i>
  3170.                            <span class="archive-link top-color fw-semibold"> escorts london</span>
  3171.                        </a>
  3172.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3173.                    </div>
  3174.                
  3175.                </div>
  3176.                
  3177.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3178.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3179.                        <i class="ti-archive me-1"></i>View All Archives
  3180.                    </a>
  3181.                </div> -->
  3182.            </div>
  3183.        </div>
  3184.        
  3185.       <div class="sidebar-widget mb-4">
  3186.            <div class="widget-title-wrapper mb-3">
  3187.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3188.                    <div class="title-border"></div>
  3189.                    <i class="ti-folder me-2"></i>January 2026 Blog Roll
  3190.                </h4>
  3191.            </div>
  3192.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  3193.                <div class="archives-list scrollable-sidebar">
  3194.                    
  3195.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3196.                        <a href="https://esports-news.co.uk/online-casinos/non-gamstop/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3197.                            <i class="ti-angle-right me-2 text-primary"></i>
  3198.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  3199.                        </a>
  3200.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3201.                    </div>
  3202.                
  3203.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3204.                        <a href="https://newhorrizon.eu/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3205.                            <i class="ti-angle-right me-2 text-primary"></i>
  3206.                            <span class="archive-link top-color fw-semibold"> uk casino not on gamstop</span>
  3207.                        </a>
  3208.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3209.                    </div>
  3210.                
  3211.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3212.                        <a href="https://openidentityexchange.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3213.                            <i class="ti-angle-right me-2 text-primary"></i>
  3214.                            <span class="archive-link top-color fw-semibold"> uk online casinos not on gamstop</span>
  3215.                        </a>
  3216.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3217.                    </div>
  3218.                
  3219.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3220.                        <a href="https://peterbrett.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3221.                            <i class="ti-angle-right me-2 text-primary"></i>
  3222.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  3223.                        </a>
  3224.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3225.                    </div>
  3226.                
  3227.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3228.                        <a href="https://www.frn.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3229.                            <i class="ti-angle-right me-2 text-primary"></i>
  3230.                            <span class="archive-link top-color fw-semibold"> new betting sites uk</span>
  3231.                        </a>
  3232.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3233.                    </div>
  3234.                
  3235.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3236.                        <a href="https://chargeyourcar.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3237.                            <i class="ti-angle-right me-2 text-primary"></i>
  3238.                            <span class="archive-link top-color fw-semibold"> new betting sites uk</span>
  3239.                        </a>
  3240.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3241.                    </div>
  3242.                
  3243.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3244.                        <a href="https://aircargoeye.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3245.                            <i class="ti-angle-right me-2 text-primary"></i>
  3246.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  3247.                        </a>
  3248.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3249.                    </div>
  3250.                
  3251.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3252.                        <a href="https://theemon.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3253.                            <i class="ti-angle-right me-2 text-primary"></i>
  3254.                            <span class="archive-link top-color fw-semibold"> best betting sites uk</span>
  3255.                        </a>
  3256.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3257.                    </div>
  3258.                
  3259.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3260.                        <a href="https://www.forcesreunited.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3261.                            <i class="ti-angle-right me-2 text-primary"></i>
  3262.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  3263.                        </a>
  3264.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3265.                    </div>
  3266.                
  3267.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3268.                        <a href="https://www.fishonline.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3269.                            <i class="ti-angle-right me-2 text-primary"></i>
  3270.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  3271.                        </a>
  3272.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3273.                    </div>
  3274.                
  3275.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3276.                        <a href="https://www.chemical-records.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3277.                            <i class="ti-angle-right me-2 text-primary"></i>
  3278.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  3279.                        </a>
  3280.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3281.                    </div>
  3282.                
  3283.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3284.                        <a href="https://www.scva.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3285.                            <i class="ti-angle-right me-2 text-primary"></i>
  3286.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  3287.                        </a>
  3288.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3289.                    </div>
  3290.                
  3291.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3292.                        <a href="https://esports-news.co.uk/online-casinos/non-gamstop/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3293.                            <i class="ti-angle-right me-2 text-primary"></i>
  3294.                            <span class="archive-link top-color fw-semibold"> best non Gamstop casinos</span>
  3295.                        </a>
  3296.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3297.                    </div>
  3298.                
  3299.                </div>
  3300.                
  3301.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3302.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3303.                        <i class="ti-archive me-1"></i>View All Archives
  3304.                    </a>
  3305.                </div> -->
  3306.            </div>
  3307.        </div>
  3308.        
  3309.  
  3310.       <!-- <div class="sidebar-widget mb-5">
  3311.            <div class="widget-title-wrapper mb-3">
  3312.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3313.                    <div class="title-border"></div>
  3314.                    <i class="ti-folder me-2"></i>Blog Archives
  3315.                </h4>
  3316.            </div>
  3317.            <div class="widget-content border border-color shadow-sm rounded-3 p-4">
  3318.                <div class="archives-list">
  3319.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3320.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3321.                            <i class="ti-angle-right me-2 text-primary"></i>
  3322.                            <span class="archive-link top-color fw-semibold">August 2025</span>
  3323.                        </a>
  3324.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span>
  3325.                    </div>
  3326.  
  3327.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3328.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3329.                            <i class="ti-angle-right me-2 text-primary"></i>
  3330.                            <span class="archive-link top-color fw-semibold">July 2025</span>
  3331.                        </a>
  3332.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">31 posts</span>
  3333.                    </div>
  3334.  
  3335.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3336.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3337.                            <i class="ti-angle-right me-2 text-primary"></i>
  3338.                            <span class="archive-link top-color fw-semibold">June 2025</span>
  3339.                        </a>
  3340.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">28 posts</span>
  3341.                    </div>
  3342.  
  3343.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3344.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3345.                            <i class="ti-angle-right me-2 text-primary"></i>
  3346.                            <span class="archive-link top-color fw-semibold">May 2025</span>
  3347.                        </a>
  3348.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">35 posts</span>
  3349.                    </div>
  3350.  
  3351.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3352.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3353.                            <i class="ti-angle-right me-2 text-primary"></i>
  3354.                            <span class="archive-link top-color fw-semibold">April 2025</span>
  3355.                        </a>
  3356.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">29 posts</span>
  3357.                    </div>
  3358.  
  3359.                    <div class="archive-item d-flex justify-content-between align-items-center">
  3360.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3361.                            <i class="ti-angle-right me-2 text-primary"></i>
  3362.                            <span class="archive-link top-color fw-semibold">March 2025</span>
  3363.                        </a>
  3364.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">27 posts</span>
  3365.                    </div>
  3366.                </div>
  3367.                
  3368.                <div class="text-center mt-4 pt-3 border-top border-color">
  3369.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3370.                        <i class="ti-archive me-1"></i>View All Archives
  3371.                    </a>
  3372.                </div>
  3373.            </div>
  3374.        </div> -->
  3375.  
  3376.        <div class="sidebar-widget mb-4">
  3377.            <div class="widget-title-wrapper mb-3">
  3378.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3379.                    <div class="title-border-primary"></div>
  3380.                    <i class="ti-star me-2"></i>Popular Posts
  3381.                </h4>
  3382.            </div>
  3383.            <div class="widget-content border border-color shadow-sm rounded-3 p-4">
  3384.                <div class="popular-post-list">
  3385.                    
  3386.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3387.                        <div class="post-content flex-grow-1">
  3388.                            <h6 class="post-title mb-1">
  3389.                                 <a href="/premier-league-ten-highlights-to-watch-for-this-round-of-fixtures/" class="text-decoration-none top-color fw-semibold lh-sm">
  3390.                                            Premier League: ten highlights to watch for this round of fixtures
  3391.                                            </a>
  3392.                            </h6>
  3393.                            <div class="post-meta">
  3394.                                <small class="text-muted">
  3395.                                    <i class="ti-calendar me-1"></i>15 Aug 2026
  3396.                                </small>
  3397.                                <!-- <small class="text-muted ms-3">
  3398.                                    <i class="ti-eye me-1"></i>1,234 views
  3399.                                </small> -->
  3400.                            </div>
  3401.                        </div>
  3402.                    </div>
  3403.                    
  3404.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3405.                        <div class="post-content flex-grow-1">
  3406.                            <h6 class="post-title mb-1">
  3407.                                 <a href="/zohran-mamdani-pledges-a-new-era-for-the-big-apple-in-maiden-address/" class="text-decoration-none top-color fw-semibold lh-sm">
  3408.                                            Zohran Mamdani Pledges a &#x27;New Era&#x27; for The Big Apple in Maiden Address
  3409.                                            </a>
  3410.                            </h6>
  3411.                            <div class="post-meta">
  3412.                                <small class="text-muted">
  3413.                                    <i class="ti-calendar me-1"></i>15 Aug 2026
  3414.                                </small>
  3415.                                <!-- <small class="text-muted ms-3">
  3416.                                    <i class="ti-eye me-1"></i>1,234 views
  3417.                                </small> -->
  3418.                            </div>
  3419.                        </div>
  3420.                    </div>
  3421.                    
  3422.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3423.                        <div class="post-content flex-grow-1">
  3424.                            <h6 class="post-title mb-1">
  3425.                                 <a href="/a-growing-wealth-poverty-gap-how-prosperity-and-hardship-are-found-cheek-by-jowl-in-across-england/" class="text-decoration-none top-color fw-semibold lh-sm">
  3426.                                            A Growing ‘Wealth-Poverty Gap’: How Prosperity and Hardship Are Found Cheek by Jowl in Across England.
  3427.                                            </a>
  3428.                            </h6>
  3429.                            <div class="post-meta">
  3430.                                <small class="text-muted">
  3431.                                    <i class="ti-calendar me-1"></i>15 Aug 2026
  3432.                                </small>
  3433.                                <!-- <small class="text-muted ms-3">
  3434.                                    <i class="ti-eye me-1"></i>1,234 views
  3435.                                </small> -->
  3436.                            </div>
  3437.                        </div>
  3438.                    </div>
  3439.                    
  3440.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3441.                        <div class="post-content flex-grow-1">
  3442.                            <h6 class="post-title mb-1">
  3443.                                 <a href="/a-number-of-in-labour-desire-keir-starmer-gone-the-prime-minister-assures-me-he-will-survive-while-the-economic-outlook-is-set-to-strengthen/" class="text-decoration-none top-color fw-semibold lh-sm">
  3444.                                            A Number of in Labour Desire Keir Starmer Gone. The Prime Minister Assures Me He Will Survive – while the Economic Outlook Is Set to Strengthen.
  3445.                                            </a>
  3446.                            </h6>
  3447.                            <div class="post-meta">
  3448.                                <small class="text-muted">
  3449.                                    <i class="ti-calendar me-1"></i>15 Aug 2026
  3450.                                </small>
  3451.                                <!-- <small class="text-muted ms-3">
  3452.                                    <i class="ti-eye me-1"></i>1,234 views
  3453.                                </small> -->
  3454.                            </div>
  3455.                        </div>
  3456.                    </div>
  3457.                    
  3458.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3459.                        <div class="post-content flex-grow-1">
  3460.                            <h6 class="post-title mb-1">
  3461.                                 <a href="/calls-for-fresh-promptness-in-environmental-talks-as-research-show-planetary-heating-may-attain-25c/" class="text-decoration-none top-color fw-semibold lh-sm">
  3462.                                            Calls for Fresh Promptness in Environmental Talks as Research Show Planetary Heating May Attain 2.5C
  3463.                                            </a>
  3464.                            </h6>
  3465.                            <div class="post-meta">
  3466.                                <small class="text-muted">
  3467.                                    <i class="ti-calendar me-1"></i>15 Aug 2026
  3468.                                </small>
  3469.                                <!-- <small class="text-muted ms-3">
  3470.                                    <i class="ti-eye me-1"></i>1,234 views
  3471.                                </small> -->
  3472.                            </div>
  3473.                        </div>
  3474.                    </div>
  3475.                    
  3476.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3477.                        <div class="post-content flex-grow-1">
  3478.                            <h6 class="post-title mb-1">
  3479.                                 <a href="/every-culinary-artist-should-study-here-unassuming-turkish-restaurant-earns-fourth-on-list-of-londons-leading-restaurants/" class="text-decoration-none top-color fw-semibold lh-sm">
  3480.                                            ‘Every Culinary Artist Should Study Here’: Unassuming Turkish Restaurant Earns Fourth on List of London’s Leading Restaurants.
  3481.                                            </a>
  3482.                            </h6>
  3483.                            <div class="post-meta">
  3484.                                <small class="text-muted">
  3485.                                    <i class="ti-calendar me-1"></i>15 Aug 2026
  3486.                                </small>
  3487.                                <!-- <small class="text-muted ms-3">
  3488.                                    <i class="ti-eye me-1"></i>1,234 views
  3489.                                </small> -->
  3490.                            </div>
  3491.                        </div>
  3492.                    </div>
  3493.                    
  3494.  
  3495.                </div>
  3496.                
  3497.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3498.                    <a href="#" class="btn btn-primary top-color btn-sm px-whtext-white rounded-pill">
  3499.                        <i class="ti-trophy me-1"></i>View All Popular
  3500.                    </a>
  3501.                </div> -->
  3502.            </div>
  3503.        </div>
  3504.  
  3505. </div>
  3506.  
  3507. <style>
  3508.     .widget-content {
  3509.        margin-top: -1px;
  3510.        position: relative;
  3511.        z-index: 1;
  3512.         background-color: var(--card-bg);
  3513.    }
  3514. </style>
  3515.  
  3516.    
  3517.            </div>
  3518.        </div>
  3519.    </div>
  3520. </section>
  3521.  
  3522. <script>
  3523. document.addEventListener('DOMContentLoaded', function() {
  3524.    // Intersection Observer for Fade Animation on Scroll Up and Down
  3525.    const observerOptions = {
  3526.        threshold: [0, 0.15], // Trigger at 0% and 15% visibility
  3527.        rootMargin: '0px 0px -100px 0px'
  3528.    };
  3529.  
  3530.    // Group cards into pairs (assuming two cards per row)
  3531.    const cards = document.querySelectorAll('.scroll-trigger');
  3532.    const cardPairs = [];
  3533.    for (let i = 0; i < cards.length; i += 2) {
  3534.        cardPairs.push([cards[i], cards[i + 1]].filter(Boolean)); // Handle odd number of cards
  3535.    }
  3536.  
  3537.    const observer = new IntersectionObserver(function(entries) {
  3538.        entries.forEach(entry => {
  3539.            const card = entry.target;
  3540.            // Find the pair index for the current card
  3541.            const pairIndex = cardPairs.findIndex(pair => pair.includes(card));
  3542.            const pair = cardPairs[pairIndex];
  3543.  
  3544.            if (entry.isIntersecting) {
  3545.                // Fade in the pair with a delay based on pair index
  3546.                pair.forEach((cardInPair, index) => {
  3547.                    setTimeout(() => {
  3548.                        cardInPair.classList.add('active');
  3549.                    }, pairIndex * 300); // 300ms delay between pairs
  3550.                });
  3551.            } else {
  3552.                // Fade out the pair when exiting viewport
  3553.                pair.forEach(cardInPair => {
  3554.                    cardInPair.classList.remove('active');
  3555.                });
  3556.            }
  3557.        });
  3558.    }, observerOptions);
  3559.  
  3560.    // Observe each card individually
  3561.    cards.forEach(card => {
  3562.        observer.observe(card);
  3563.    });
  3564. });
  3565. </script>
  3566.  
  3567.    
  3568.        
  3569.        <!-- end wpo-blog-highlights-section -->
  3570.        <!-- start wpo-blog-sponsored-section -->
  3571.        
  3572.  
  3573.  
  3574.  
  3575.    
  3576.  
  3577.  
  3578.  
  3579. <section class="wpo-blog-sponsored-section section-padding">
  3580.    <div class="container-fluid fluid-container">
  3581.        <div class="wpo-section-title">
  3582.            <h2>sponsored news</h2>
  3583.        </div>
  3584.        <div class="row">
  3585.            <div class="wpo-blog-sponsored-wrap">
  3586.                <div class="wpo-blog-items">
  3587.                    <div class="row">
  3588.                        
  3589.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3590.                            <div class="wpo-blog-item">
  3591.                                <div class="wpo-blog-img">
  3592.                                    
  3593.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3594.                                    
  3595.                                    <div class="thumb bg-primary-gradient ">News</div>
  3596.                                </div>
  3597.                                <div class="wpo-blog-content">
  3598.                                    <h2>  <a href="/premier-league-ten-highlights-to-watch-for-this-round-of-fixtures/" class="top-color">
  3599.                                            Premier League: ten highlights to watch for this round of fixtures
  3600.                                            </a>
  3601.                                    </h2>
  3602.                                    <ul>
  3603.                                        <li>
  3604.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e39fd2a0-095f-49e0-a20d-5da4aaeb369c_profile.png" alt="Karen Guerrero" style="object-fit: cover;">
  3605.                                                </li>
  3606.                                        <li class="top-color">By Karen Guerrero</li>
  3607.                                        <li  class="top-color">15 Aug 2026</li>
  3608.                                    </ul>
  3609.                                </div>
  3610.                            </div>
  3611.                        </div>
  3612.                        
  3613.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3614.                            <div class="wpo-blog-item">
  3615.                                <div class="wpo-blog-img">
  3616.                                    
  3617.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3618.                                    
  3619.                                    <div class="thumb bg-primary-gradient ">News</div>
  3620.                                </div>
  3621.                                <div class="wpo-blog-content">
  3622.                                    <h2>  <a href="/zohran-mamdani-pledges-a-new-era-for-the-big-apple-in-maiden-address/" class="top-color">
  3623.                                            Zohran Mamdani Pledges a &#x27;New Era&#x27; for The Big Apple in Maiden Address
  3624.                                            </a>
  3625.                                    </h2>
  3626.                                    <ul>
  3627.                                        <li>
  3628.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e39fd2a0-095f-49e0-a20d-5da4aaeb369c_profile.png" alt="Karen Guerrero" style="object-fit: cover;">
  3629.                                                </li>
  3630.                                        <li class="top-color">By Karen Guerrero</li>
  3631.                                        <li  class="top-color">15 Aug 2026</li>
  3632.                                    </ul>
  3633.                                </div>
  3634.                            </div>
  3635.                        </div>
  3636.                        
  3637.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3638.                            <div class="wpo-blog-item">
  3639.                                <div class="wpo-blog-img">
  3640.                                    
  3641.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3642.                                    
  3643.                                    <div class="thumb bg-primary-gradient ">News</div>
  3644.                                </div>
  3645.                                <div class="wpo-blog-content">
  3646.                                    <h2>  <a href="/a-growing-wealth-poverty-gap-how-prosperity-and-hardship-are-found-cheek-by-jowl-in-across-england/" class="top-color">
  3647.                                            A Growing ‘Wealth-Poverty Gap’: How Prosperity and Hardship Are Found Cheek by Jowl in Across England.
  3648.                                            </a>
  3649.                                    </h2>
  3650.                                    <ul>
  3651.                                        <li>
  3652.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e39fd2a0-095f-49e0-a20d-5da4aaeb369c_profile.png" alt="Karen Guerrero" style="object-fit: cover;">
  3653.                                                </li>
  3654.                                        <li class="top-color">By Karen Guerrero</li>
  3655.                                        <li  class="top-color">15 Aug 2026</li>
  3656.                                    </ul>
  3657.                                </div>
  3658.                            </div>
  3659.                        </div>
  3660.                        
  3661.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3662.                            <div class="wpo-blog-item">
  3663.                                <div class="wpo-blog-img">
  3664.                                    
  3665.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3666.                                    
  3667.                                    <div class="thumb bg-primary-gradient ">News</div>
  3668.                                </div>
  3669.                                <div class="wpo-blog-content">
  3670.                                    <h2>  <a href="/a-number-of-in-labour-desire-keir-starmer-gone-the-prime-minister-assures-me-he-will-survive-while-the-economic-outlook-is-set-to-strengthen/" class="top-color">
  3671.                                            A Number of in Labour Desire Keir Starmer Gone. The Prime Minister Assures Me He Will Survive – while the Economic Outlook Is Set to Strengthen.
  3672.                                            </a>
  3673.                                    </h2>
  3674.                                    <ul>
  3675.                                        <li>
  3676.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e39fd2a0-095f-49e0-a20d-5da4aaeb369c_profile.png" alt="Karen Guerrero" style="object-fit: cover;">
  3677.                                                </li>
  3678.                                        <li class="top-color">By Karen Guerrero</li>
  3679.                                        <li  class="top-color">15 Aug 2026</li>
  3680.                                    </ul>
  3681.                                </div>
  3682.                            </div>
  3683.                        </div>
  3684.                        
  3685.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3686.                            <div class="wpo-blog-item">
  3687.                                <div class="wpo-blog-img">
  3688.                                    
  3689.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3690.                                    
  3691.                                    <div class="thumb bg-primary-gradient ">News</div>
  3692.                                </div>
  3693.                                <div class="wpo-blog-content">
  3694.                                    <h2>  <a href="/calls-for-fresh-promptness-in-environmental-talks-as-research-show-planetary-heating-may-attain-25c/" class="top-color">
  3695.                                            Calls for Fresh Promptness in Environmental Talks as Research Show Planetary Heating May Attain 2.5C
  3696.                                            </a>
  3697.                                    </h2>
  3698.                                    <ul>
  3699.                                        <li>
  3700.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e39fd2a0-095f-49e0-a20d-5da4aaeb369c_profile.png" alt="Karen Guerrero" style="object-fit: cover;">
  3701.                                                </li>
  3702.                                        <li class="top-color">By Karen Guerrero</li>
  3703.                                        <li  class="top-color">15 Aug 2026</li>
  3704.                                    </ul>
  3705.                                </div>
  3706.                            </div>
  3707.                        </div>
  3708.                        
  3709.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3710.                            <div class="wpo-blog-item">
  3711.                                <div class="wpo-blog-img">
  3712.                                    
  3713.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3714.                                    
  3715.                                    <div class="thumb bg-primary-gradient ">News</div>
  3716.                                </div>
  3717.                                <div class="wpo-blog-content">
  3718.                                    <h2>  <a href="/every-culinary-artist-should-study-here-unassuming-turkish-restaurant-earns-fourth-on-list-of-londons-leading-restaurants/" class="top-color">
  3719.                                            ‘Every Culinary Artist Should Study Here’: Unassuming Turkish Restaurant Earns Fourth on List of London’s Leading Restaurants.
  3720.                                            </a>
  3721.                                    </h2>
  3722.                                    <ul>
  3723.                                        <li>
  3724.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e39fd2a0-095f-49e0-a20d-5da4aaeb369c_profile.png" alt="Karen Guerrero" style="object-fit: cover;">
  3725.                                                </li>
  3726.                                        <li class="top-color">By Karen Guerrero</li>
  3727.                                        <li  class="top-color">15 Aug 2026</li>
  3728.                                    </ul>
  3729.                                </div>
  3730.                            </div>
  3731.                        </div>
  3732.                        
  3733.  
  3734.                    </div>
  3735.                </div>
  3736.            </div>
  3737.        </div>
  3738.    </div> <!-- end container -->
  3739. </section>
  3740.  
  3741.  
  3742.    
  3743.        <!-- end wpo-blog-sponsored-section -->
  3744.        <!-- start wpo-subscribe-section -->
  3745.        
  3746.        <!-- end subscribe-section -->
  3747.        <!-- start of wpo-site-footer-section -->
  3748.        
  3749.  
  3750.  
  3751.  
  3752.  
  3753.  
  3754. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  3755.  <!-- Main Content: Asymmetrical Layout -->
  3756.  <div class="footer-main-content py-5">
  3757.    <div class="container-fluid fluid-container">
  3758.      <div class="row">
  3759.        <!-- Left: Logo & Tagline (Narrow, Skewed) -->
  3760.        <div class="col-lg-3 col-md-4 col-12 mb-4 skewed-section">
  3761.          <div class="brand-logo text-center text-lg-start">
  3762.            
  3763.              <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/6c791c64-e56c-4f55-a6fd-eaf573492b90_logo.png" alt="UK Public Guide" class="footer-logo" />
  3764.            
  3765.            <p class="brand-tagline mt-2">Comprehensive guide to UK public services, travel tips, and local insights for residents and international visitors exploring the United Kingdom.</p>
  3766.          </div>
  3767.        </div>
  3768.        <!-- Right: Staggered Links -->
  3769.        <div class="col-lg-9 col-md-8 col-12">
  3770.          <div class="d-flex flex-column gap-4">
  3771.            <!-- Quick Links -->
  3772.            <div class="footer-column offset-content">
  3773.              <h5 class="column-title">Quick Links</h5>
  3774.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3">
  3775.                
  3776.                  <li>
  3777.                    <a class="menu-link" href="/canadian-rider-derek-gee-confronts-30m-lawsuit-following-contract-ending-over-personal-belief/">Canadian Rider Derek Gee Confronts €30m Lawsuit Following Contract Ending Over &#x27;Personal Belief&#x27;</a>
  3778.                  </li>
  3779.                
  3780.                  <li>
  3781.                    <a class="menu-link" href="/amazing-30-cartography-software-bundle-is-a-online-gaming-gms-dream/">Amazing $30 Cartography Software Bundle Is a Online Gaming GM&#x27;s Dream</a>
  3782.                  </li>
  3783.                
  3784.                  <li>
  3785.                    <a class="menu-link" href="/cyril-ramaphosa-concludes-g20-summit-amid-american-withdrawal-and-handover-dispute/">Cyril Ramaphosa Concludes G20 Summit Amid American Withdrawal and Handover Dispute</a>
  3786.                  </li>
  3787.                
  3788.                  <li>
  3789.                    <a class="menu-link" href="/the-australian-team-sets-a-new-benchmark-as-captain-alyssa-healy-faces-one-final-mountain/">The Australian Team Sets a New Benchmark as Captain Alyssa Healy Faces One Final Mountain.</a>
  3790.                  </li>
  3791.                
  3792.                  <li>
  3793.                    <a class="menu-link" href="/female-suspect-evades-law-enforcement-following-high-speed-chase-from-southern-california-into-mexican-territory/">Female Suspect Evades Law Enforcement Following High-Speed Chase from Southern California into Mexican Territory</a>
  3794.                  </li>
  3795.                
  3796.                  <li>
  3797.                    <a class="menu-link" href="/british-and-irish-cinema-revenue-hit-a-post-covid-high-as-the-minecraft-film-leads-2025-box-office/">British and Irish Cinema Revenue Hit a Post-Covid High as The Minecraft Film Leads 2025 Box Office</a>
  3798.                  </li>
  3799.                
  3800.              </ul>
  3801.            </div>
  3802.            <!-- Top Categories -->
  3803.            <div class="footer-column offset-content offset-right">
  3804.              <h5 class="column-title">Top Categories</h5>
  3805.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3">
  3806.                
  3807.                  <li>
  3808.                    <a class="menu-link" href="/category/all-posts/">All Posts</a>
  3809.                  </li>
  3810.                
  3811.                  <li>
  3812.                    <a class="menu-link" href="/category/business/">Business</a>
  3813.                  </li>
  3814.                
  3815.                  <li>
  3816.                    <a class="menu-link" href="/category/esports/">Esports</a>
  3817.                  </li>
  3818.                
  3819.                  <li>
  3820.                    <a class="menu-link" href="/category/fashion/">Fashion</a>
  3821.                  </li>
  3822.                
  3823.                  <li>
  3824.                    <a class="menu-link" href="/category/featured/">Featured</a>
  3825.                  </li>
  3826.                
  3827.              </ul>
  3828.            </div>
  3829.            <!-- Blog Rolls -->
  3830.           <div class="footer-column offset-content">
  3831.              <h5 class="column-title">Blog Rolls</h5>
  3832.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3" id="blogRollLinks">
  3833.                
  3834.                
  3835.  
  3836.                
  3837.                
  3838.                  
  3839.                
  3840.              </ul>
  3841.            </div>
  3842.          </div>
  3843.        </div>
  3844.      </div>
  3845.    </div>
  3846.  </div>
  3847.  
  3848.  <!-- Bottom Section -->
  3849.  <div class="footer-bottom bg-primary text-white py-3">
  3850.    <div class="container-fluid fluid-container">
  3851.      <div class="row justify-content-center">
  3852.        <div class="col-12 text-center">
  3853.          <div class="bottom-content">
  3854.            <div class="utility-links d-flex flex-wrap justify-content-center gap-3 mb-3">
  3855.              <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  3856.              <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  3857.              <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  3858.            </div>
  3859.            <div class="copyright-info ">
  3860.              <p class="mb-0 text-white">
  3861.                &copy; 2026 <strong>UK Public Guide</strong>. All rights reserved.
  3862.              </p>
  3863.            </div>
  3864.          </div>
  3865.        </div>
  3866.      </div>
  3867.    </div>
  3868.  </div>
  3869. </footer>
  3870.  
  3871.  
  3872.  
  3873. <style>
  3874. .footer-logo {
  3875.    height: 60px;
  3876.    width: auto;
  3877. }
  3878.  
  3879. .brand-title {
  3880.    font-size: 24px;
  3881.    font-weight: 700;
  3882.    color: white  !important;
  3883.    margin: 0;
  3884. }
  3885.  
  3886. .brand-tagline {
  3887.    font-size: 14px;
  3888.    color: white  !important;
  3889.    margin: 0;
  3890. }
  3891.  
  3892. .column-title {
  3893.    font-size: 16px;
  3894.    font-weight: 600;
  3895.    color: white !important;
  3896.    margin-bottom: 12px;
  3897. }
  3898.  
  3899. .footer-menu {
  3900.    margin: 0;
  3901. }
  3902.  
  3903. .menu-link {
  3904.    color: white !important;
  3905.    text-decoration: none;
  3906.    font-size: 14px;
  3907.    transition: color 0.3s ease, transform 0.3s ease;
  3908. }
  3909.  
  3910. .menu-link:hover {
  3911.    color: var(--primary-color);
  3912.    transform: scale(1.05);
  3913. }
  3914.  
  3915. .offset-content {
  3916.    margin-left: 20px;
  3917. }
  3918.  
  3919. .footer-bottom {
  3920.    font-size: 13px;
  3921. }
  3922.  
  3923. .utility-link {
  3924.    color: white  !important;
  3925.    text-decoration: none;
  3926.    font-size: 13px;
  3927.    transition: color 0.3s ease;
  3928. }
  3929.  
  3930. .utility-link:hover {
  3931.    color: var(--primary-color);
  3932. }
  3933.  
  3934. .copyright-info p {
  3935.    font-size: 13px;
  3936. }
  3937.  
  3938. /* Responsive Design */
  3939. @media (max-width: 1024px) {
  3940.   .footer-logo{
  3941.    height: 40px;
  3942.    width: auto;
  3943.   }
  3944. }
  3945.  
  3946. @media (max-width: 768px) {
  3947.    .footer-logo {
  3948.        height: 60px;
  3949.    }
  3950.    
  3951.    .column-title {
  3952.        font-size: 15px;
  3953.        text-align: center;
  3954.    }
  3955.    
  3956.    .footer-menu {
  3957.        justify-content: center;
  3958.    }
  3959.    
  3960.    .menu-link {
  3961.        font-size: 13px;
  3962.    }
  3963. }
  3964.  
  3965. @media (max-width: 576px) {
  3966.    .brand-title {
  3967.        font-size: 20px;
  3968.    }
  3969.    
  3970.    .brand-tagline {
  3971.        font-size: 12px;
  3972.    }
  3973.    
  3974.    .cta-btn {
  3975.        font-size: 12px;
  3976.        padding: 5px 12px;
  3977.    }
  3978. }
  3979. </style>
  3980.  
  3981. <script>
  3982. // Prevent default for placeholder links
  3983. document.addEventListener('DOMContentLoaded', function() {
  3984.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  3985.        anchor.addEventListener('click', function(e) {
  3986.            e.preventDefault();
  3987.        });
  3988.    });
  3989. });
  3990. document.addEventListener('DOMContentLoaded', function () {
  3991.    var btn = document.getElementById('toggleBlogRollLinks');
  3992.    if (!btn) return; // No extra items, no button
  3993.  
  3994.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  3995.  
  3996.    btn.addEventListener('click', function () {
  3997.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3998.            return li.classList.contains('d-none');
  3999.        });
  4000.  
  4001.        extras.forEach(function (li) {
  4002.            if (anyHidden) {
  4003.                li.classList.remove('d-none');
  4004.                li.classList.add('show');
  4005.            } else {
  4006.                li.classList.add('d-none');
  4007.                li.classList.remove('show');
  4008.            }
  4009.        });
  4010.  
  4011.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4012.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4013.    });
  4014. });
  4015.  
  4016. </script>
  4017.  
  4018.        <!-- end of wpo-site-footer-section -->
  4019.    </div>
  4020.    <!-- end of page-wrapper -->
  4021.  
  4022.    <!-- All JavaScript files
  4023.    ================================================== -->
  4024.    
  4025.  
  4026. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4027. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4028. <!-- Plugins for this template -->
  4029. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4030. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4031. <!-- Custom script for this template -->
  4032. <script src="/static/blogapp/assets/js/script.js"></script>
  4033.  
  4034. <script>
  4035. (function () {
  4036. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4037. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4038.  
  4039. function applyFallback(img) {
  4040. if (!img || img.dataset.fallbackApplied === "1") {
  4041. return;
  4042. }
  4043. var failedSrc = img.currentSrc || img.src || "";
  4044. img.dataset.fallbackApplied = "1";
  4045. img.onerror = null;
  4046. img.src = fallbackImageSrc;
  4047. console.warn("[ImageFallback] Replaced broken image:", {
  4048. failedSrc: failedSrc,
  4049. fallbackSrc: fallbackImageSrc,
  4050. alt: img.alt || "",
  4051. });
  4052. }
  4053.  
  4054. document.querySelectorAll("img").forEach(function (img) {
  4055. if (img.complete && img.naturalWidth === 0) {
  4056. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4057. failedSrc: img.currentSrc || img.src || "",
  4058. alt: img.alt || "",
  4059. });
  4060. applyFallback(img);
  4061. }
  4062. });
  4063.  
  4064. document.addEventListener(
  4065. "error",
  4066. function (event) {
  4067. var target = event.target;
  4068. if (target && target.tagName === "IMG") {
  4069. applyFallback(target);
  4070. }
  4071. },
  4072. true
  4073. );
  4074. })();
  4075. </script>
  4076.  
  4077. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4078.  
  4079.  
  4080.  
  4081. <script type="module" src="https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496" integrity="sha512-ZE9pZaUXND66v380QUtch/5sE9tPFh2zg45pR2PB0CVkCtOREv2AJKkSidISWkysEuQ0EH8faUU5du78bx87UQ==" data-cf-beacon='{"version":"2024.11.0","token":"2cd62cdb5ae1437fa9c9feaa50f705b8","r":1}' crossorigin="anonymous"></script>
  4082. </body>
  4083.  
  4084. </html>
  4085.  
  4086.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda