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://talkurban.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/Untitled_design_-_2025-04-26T131548.324_KVdr2ao_BWYIbhP_KLKF41e.png">
  14.    
  15.  
  16.    <title>Talk Urban UK: Exploring City Life, Culture, and Urban Development</title>
  17.    <meta name="description" content="Talk Urban UK covers city life, culture, and urban development with insights, news, and analysis on urban trends, sustainability, and community stories across the UK.">
  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://talkurban.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ffd60a;
  42.        --bs-primary-rgb: ffd60a;
  43.        --bs-secondary: #78716c;
  44.        --bs-success: #10b981;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #d97706;
  47.        --bs-info: #0284c7;
  48.        --bs-light: #fefce8;
  49.        --bs-dark: #3f3f46;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ffd60a;
  53.        --theme-primary-color-s2: #ffd60a;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #3f3f46;
  57.        --text-light-color: #676767;
  58.        --heading-color: #3f3f46;
  59.        --border-color: #fef08a;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #ffffff;
  73.        --nav-bg: #ffffff;
  74.        --sub-nav: #fef08a;
  75.        --navbar-color: #3f3f46;
  76.        --topbar-bg: #fefce8;
  77.        --topbar-color: #3f3f46;
  78.        --footer-bg: #3f3f46;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #fef08a;
  82.        --card-radius: 14px;
  83.        --link-color: #ffd60a;
  84.        --link-hover: #eab308;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(255, 214, 10, 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_37">
  372.    <div id="healthcheck"></div>
  373.    <!-- start page-wrapper -->
  374.    <div class="page-wrapper">
  375.        
  376.            <!-- start preloader -->
  377.                
  378.            <!-- end preloader -->
  379.        
  380.        <!-- Start header -->
  381.        <header id="header" class="wpo-site-header">
  382.            
  383.  
  384.  
  385.    
  386.  
  387.  
  388. <div class="top-bg">
  389. <div class="unique-topbar2 d-sm-flex d-none container-fluid fluid-container">
  390.    <span id="current-time"></span>
  391.    
  392.    <div class="unique-news-container2">
  393.        <div class="unique-news-wrapper2 top-color" id="newsWrapper">
  394.            <!-- News items will be dynamically added here -->
  395.        </div>
  396.    </div>
  397.  
  398.    <div class="contact-info">
  399.        <ul class="d-flex list-unstyled gap-3 pe-3 flex-wrap">
  400.            <li><a href="#"><i class="top-color ti-facebook"></i></a></li>
  401.            <li><a href="#"><i class="top-color ti-twitter-alt"></i></a></li>
  402.            <li><a href="#"><i class="top-color ti-instagram"></i></a></li>
  403.            <li><a href="#"><i class="top-color ti-google"></i></a></li>
  404.        </ul>
  405.    </div>
  406. </div>
  407. </div>
  408.  
  409. <script>
  410.  // ----------------- Clock -----------------
  411.  function updateCurrentTime() {
  412.    const currentDate = new Date();
  413.    const day = currentDate.getDate().toString().padStart(2, '0');
  414.    const monthNames = ["January","February","March","April","May","June","July","August","September","October","November","December"];
  415.    const month = monthNames[currentDate.getMonth()];
  416.    const year = currentDate.getFullYear();
  417.    const hours = currentDate.getHours().toString().padStart(2, '0');
  418.    const minutes = currentDate.getMinutes().toString().padStart(2, '0');
  419.    const seconds = currentDate.getSeconds().toString().padStart(2, '0');
  420.    document.getElementById('current-time').innerHTML =
  421.      `<span class="fw-bold text-black p-2">${hours}:${minutes}:${seconds}</span> <span>${month} ${day}, ${year}</span>`;
  422.  }
  423.  setInterval(updateCurrentTime, 1000);
  424.  updateCurrentTime();
  425.  
  426.  // ----------------- News from Django -----------------
  427.  const newsItems = [
  428.    
  429.      { title: "New York Jets Icon Nick Mangold Dies at 41 Amid Pursuing Kidney Transplant", url: "/new-york-jets-icon-nick-mangold-dies-at-41-amid-pursuing-kidney-transplant/" },
  430.    
  431.      { title: "Honduran Contender Claims Election Has Been \u0027Stolen\u0027", url: "/honduran-contender-claims-election-has-been-stolen/" },
  432.    
  433.      { title: "The Electric Vehicle Giant Shareholders to Cast Their Ballots on Mammoth $1 Trillion Compensation Package for Chief Executive the Tech Mogul", url: "/the-electric-vehicle-giant-shareholders-to-cast-their-ballots-on-mammoth-1-trillion-compensation-package-for-chief-executive-the-tech-mogul/" },
  434.    
  435.      { title: "Strictly Come Dancing Winners Crowned in Glitzy Grand Finale", url: "/strictly-come-dancing-winners-crowned-in-glitzy-grand-finale/" },
  436.    
  437.      { title: "Waist\u002Dto\u002DStature Measurement Beats BMI for Assessing Heart Disease Risk", url: "/waist-to-stature-measurement-beats-bmi-for-assessing-heart-disease-risk/" }
  438.    
  439.  ];
  440.  
  441.  let currentNewsIndex = 0;
  442.  const newsWrapper = document.getElementById('newsWrapper');
  443.  let newsElements = [];
  444.  
  445.  function createNewsElements() {
  446.      newsItems.forEach((news, index) => {
  447.          const newsElement = document.createElement('div');
  448.          newsElement.className = 'unique-news-item2 top-color';
  449.          newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  450.          newsWrapper.appendChild(newsElement);
  451.          newsElements.push(newsElement);
  452.      });
  453.      if (newsElements.length > 0) {
  454.          newsElements[0].classList.add('active');
  455.      }
  456.  }
  457.  
  458.  function changeNews() {
  459.      const currentElement = newsElements[currentNewsIndex];
  460.      const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  461.      const nextElement = newsElements[nextIndex];
  462.  
  463.      currentElement.classList.remove('active');
  464.      currentElement.classList.add('exit-up');
  465.  
  466.      setTimeout(() => {
  467.          nextElement.classList.add('active');
  468.          currentNewsIndex = nextIndex;
  469.          setTimeout(() => {
  470.              currentElement.classList.remove('exit-up');
  471.          }, 100);
  472.      }, 250);
  473.  }
  474.  
  475.  function startNewsRotation() {
  476.      setInterval(changeNews, 5000);
  477.  }
  478.  
  479.  window.onload = function() {
  480.      createNewsElements();
  481.      startNewsRotation();
  482.  };
  483. </script>
  484.  
  485.  
  486.  
  487.            
  488.  
  489.  
  490.  
  491.  
  492.  
  493.  
  494. <header class="header-v8 mb-4">
  495.    <div class="container-fluid fluid-container">
  496.        <!-- Main Navigation Card -->
  497.        <div class="nav-card-v8">
  498.            <div class="row align-items-center justify-content-between">
  499.                <!-- Logo Section -->
  500.               <div class="col-lg-2 col-md-3 col-6">
  501.                    <div class="logo-section-v8">
  502.                        <a class="logo-link-v8" href="/">
  503.                            
  504.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/b0202dbf-d50d-46e9-9048-d91625ee4792_logo.png" alt="Talk Urban UK" class="logo-img-v8" />
  505.                            
  506.                        </a>
  507.                    </div>
  508.                </div>
  509.  
  510.                <!-- Navigation Menu -->
  511.                <div class="col-lg-8 col-md-6 d-none d-xl-block">
  512.                    <nav class="main-nav-v8">
  513.                        <ul class="nav-list-v8">
  514.  
  515.                            
  516.                            <li class="nav-item-v8">
  517.                                <a href="/" class="nav-link-v8 active-v8"
  518.                                    data-text="Home">Home</a>
  519.                            </li>
  520.  
  521.                            
  522.                            
  523.                             <li class="nav-item-v8">
  524.                                <a href="/category/all-posts/" class="nav-link-v8"
  525.                                    data-text="All Posts">
  526.                                    All Posts
  527.                                </a>
  528.                                </li>
  529.  
  530.                                
  531.  
  532.                                                
  533.                                                
  534.                                
  535.                             <li class="nav-item-v8">
  536.                                <a href="/category/business/" class="nav-link-v8"
  537.                                    data-text="Business">
  538.                                    Business
  539.                                </a>
  540.                                </li>
  541.  
  542.                                
  543.  
  544.                                                
  545.                                                
  546.                                
  547.                             <li class="nav-item-v8">
  548.                                <a href="/category/esports/" class="nav-link-v8"
  549.                                    data-text="Esports">
  550.                                    Esports
  551.                                </a>
  552.                                </li>
  553.  
  554.                                
  555.  
  556.                                                
  557.                                                
  558.                                
  559.                             <li class="nav-item-v8">
  560.                                <a href="/category/fashion/" class="nav-link-v8"
  561.                                    data-text="Fashion">
  562.                                    Fashion
  563.                                </a>
  564.                                </li>
  565.  
  566.                                
  567.  
  568.                                                
  569.                                                
  570.                                
  571.                             <li class="nav-item-v8">
  572.                                <a href="/category/featured/" class="nav-link-v8"
  573.                                    data-text="Featured">
  574.                                    Featured
  575.                                </a>
  576.                                </li>
  577.  
  578.                                
  579.  
  580.                                                
  581.                                                
  582.                                
  583.                             <li class="nav-item-v8">
  584.                                <a href="/category/gaming/" class="nav-link-v8"
  585.                                    data-text="Gaming">
  586.                                    Gaming
  587.                                </a>
  588.                                </li>
  589.  
  590.                                
  591.  
  592.                                                
  593.                                                
  594.                                
  595.                             <li class="nav-item-v8">
  596.                                <a href="/category/health/" class="nav-link-v8"
  597.                                    data-text="Health">
  598.                                    Health
  599.                                </a>
  600.                                </li>
  601.  
  602.                                
  603.  
  604.                                                
  605.                                                
  606.                                
  607.                            
  608.                                
  609.                                
  610.                                <li class="nav-item-v8 has-dropdown-v8">
  611.                                    <a href="#" class="nav-link-v8" data-text="More">More</a>
  612.                                    <div class="dropdown-card-v8">
  613.                                        <div class="dropdown-grid-v8">
  614.                                            <div class="dropdown-section-v8">
  615.                                                <a href="/category/life-fitness/"
  616.                                                    class="dropdown-link-v8">
  617.                                                    <span class="link-icon-v8"></span> Life &amp; Fitness
  618.                                                </a>
  619.                                                
  620.  
  621.                                                
  622.  
  623.                                                
  624.                                                
  625.                                
  626.                            
  627.                                                <a href="/category/lifestyle/"
  628.                                                    class="dropdown-link-v8">
  629.                                                    <span class="link-icon-v8"></span> Lifestyle
  630.                                                </a>
  631.                                                
  632.  
  633.                                                
  634.                                                
  635.                                
  636.                            
  637.                                                <a href="/category/news/"
  638.                                                    class="dropdown-link-v8">
  639.                                                    <span class="link-icon-v8"></span> News
  640.                                                </a>
  641.                                                
  642.  
  643.                                                
  644.                                                
  645.                                
  646.                            
  647.                                                <a href="/category/others/"
  648.                                                    class="dropdown-link-v8">
  649.                                                    <span class="link-icon-v8"></span> Others
  650.                                                </a>
  651.                                                
  652.  
  653.                                                
  654.                                                
  655.                                
  656.                            
  657.                                                <a href="/category/politics/"
  658.                                                    class="dropdown-link-v8">
  659.                                                    <span class="link-icon-v8"></span> Politics
  660.                                                </a>
  661.                                                
  662.  
  663.                                                
  664.                                                
  665.                                
  666.                            
  667.                                                <a href="/category/sports/"
  668.                                                    class="dropdown-link-v8">
  669.                                                    <span class="link-icon-v8"></span> Sports
  670.                                                </a>
  671.                                                
  672.  
  673.                                                
  674.                                                
  675.                                
  676.                            
  677.                                                <a href="/category/tech/"
  678.                                                    class="dropdown-link-v8">
  679.                                                    <span class="link-icon-v8"></span> Tech
  680.                                                </a>
  681.                                                
  682.  
  683.                                                
  684.                                                
  685.                                
  686.                            
  687.                                                <a href="/category/travel/"
  688.                                                    class="dropdown-link-v8">
  689.                                                    <span class="link-icon-v8"></span> Travel
  690.                                                </a>
  691.                                                
  692.  
  693.                                                
  694.                                                
  695.                                            </div>
  696.                                        </div>
  697.                                    </div>
  698.                                </li>
  699.                                
  700.                                
  701. <li>
  702.                  <a href="/page/contact-us/">
  703.                     Contact Us
  704.                  </a>
  705.              </li>
  706.                        </ul>
  707.                    </nav>
  708.  
  709.                </div>
  710.  
  711.                <!-- Search & Mobile Toggle -->
  712.                <div class="col-lg-2 col-md-3 col-6">
  713.                    <div class="nav-actions-v8">
  714.                        <button class="search-toggle-v8" onclick="toggleSearchV8()">
  715.                            <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  716.                                stroke-width="2">
  717.                                <circle cx="11" cy="11" r="8"></circle>
  718.                                <path d="m21 21-4.35-4.35"></path>
  719.                            </svg>
  720.                        </button>
  721.                        <button class="mobile-toggle-v8 d-xl-none" onclick="toggleMobileNavV8()">
  722.                            <i class="ti-menu fs-5"></i>
  723.                        </button>
  724.                    </div>
  725.                </div>
  726.            </div>
  727.        </div>
  728.  
  729.        <!-- Floating Search Card -->
  730.        <div class="search-card-v8" id="searchCardV8">
  731.            <div class="search-container-v8">
  732.                <form class="search-form-v8" action="#" method="get">
  733.                    <div class="search-input-wrapper-v8">
  734.                        <svg class="search-icon-v8" width="20" height="20" viewBox="0 0 24 24" fill="none"
  735.                            stroke="currentColor" stroke-width="2">
  736.                            <circle cx="11" cy="11" r="8"></circle>
  737.                            <path d="m21 21-4.35-4.35"></path>
  738.                        </svg>
  739.                        <input type="search" class="search-input-v8" id="search-input"
  740.                            placeholder="Search for articles, tutorials, news..." name="q" autocomplete="off">
  741.                        <button type="button" class="search-close-v8" onclick="toggleSearchV8()">
  742.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  743.                                stroke-width="2">
  744.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  745.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  746.                            </svg>
  747.                        </button>
  748.                    </div>
  749.                    <div class="search-suggestions-v8 search-v1" id="search-results">
  750.                        
  751.                        
  752.                    </div>
  753.                </form>
  754.            </div>
  755.        </div>
  756.  
  757.        <!-- Mobile Navigation Card -->
  758.        <div class="mobile-nav-card-v8 d-xl-none" id="mobileNavV8">
  759.            <div class="mobile-nav-content-v8">
  760.                <ul class="mobile-nav-list-v8">
  761.  
  762.                    
  763.                    <li class="mobile-nav-item-v8">
  764.                        <a href="/" class="mobile-nav-link-v8 active-v8">
  765.                            Home
  766.                        </a>
  767.                    </li>
  768.  
  769.                    
  770.                      <li class="mobile-nav-item-v8">
  771.                        <a href="/category/all-posts/" class="mobile-nav-link-v8">
  772.                            All Posts
  773.                        </a>
  774.                        </li>
  775.  
  776.                        
  777.  
  778.                                
  779.                                
  780.                        
  781.                      <li class="mobile-nav-item-v8">
  782.                        <a href="/category/business/" class="mobile-nav-link-v8">
  783.                            Business
  784.                        </a>
  785.                        </li>
  786.  
  787.                        
  788.  
  789.                                
  790.                                
  791.                        
  792.                      <li class="mobile-nav-item-v8">
  793.                        <a href="/category/esports/" class="mobile-nav-link-v8">
  794.                            Esports
  795.                        </a>
  796.                        </li>
  797.  
  798.                        
  799.  
  800.                                
  801.                                
  802.                        
  803.                      <li class="mobile-nav-item-v8">
  804.                        <a href="/category/fashion/" class="mobile-nav-link-v8">
  805.                            Fashion
  806.                        </a>
  807.                        </li>
  808.  
  809.                        
  810.  
  811.                                
  812.                                
  813.                        
  814.                      <li class="mobile-nav-item-v8">
  815.                        <a href="/category/featured/" class="mobile-nav-link-v8">
  816.                            Featured
  817.                        </a>
  818.                        </li>
  819.  
  820.                        
  821.  
  822.                                
  823.                                
  824.                        
  825.                      <li class="mobile-nav-item-v8">
  826.                        <a href="/category/gaming/" class="mobile-nav-link-v8">
  827.                            Gaming
  828.                        </a>
  829.                        </li>
  830.  
  831.                        
  832.  
  833.                                
  834.                                
  835.                        
  836.                      <li class="mobile-nav-item-v8">
  837.                        <a href="/category/health/" class="mobile-nav-link-v8">
  838.                            Health
  839.                        </a>
  840.                        </li>
  841.  
  842.                        
  843.  
  844.                                
  845.                                
  846.                        
  847.                    
  848.                        
  849.                        
  850.                        <li class="mobile-nav-item-v8">
  851.                            <a href="#" class="mobile-nav-link-v8" onclick="toggleMobileDropdownV8('more-mobile-v8')">
  852.                                More
  853.                                <svg class="mobile-arrow-v8" width="16" height="16" viewBox="0 0 24 24" fill="none"
  854.                                    stroke="currentColor" stroke-width="2">
  855.                                    <polyline points="6,9 12,15 18,9"></polyline>
  856.                                </svg>
  857.                            </a>
  858.                            <ul class="mobile-dropdown-v8" id="more-mobile-v8">
  859.                                <li>
  860.                                    <a href="/category/life-fitness/"
  861.                                        class="mobile-sub-link-v8">
  862.                                        Life &amp; Fitness
  863.                                    </a>
  864.                                </li>
  865.                                
  866.  
  867.                                
  868.  
  869.                                
  870.                                
  871.                        
  872.                    
  873.                                
  874.                                <li>
  875.                                    <a href="/category/lifestyle/"
  876.                                        class="mobile-sub-link-v8">
  877.                                        Lifestyle
  878.                                    </a>
  879.                                </li>
  880.                                
  881.  
  882.                                
  883.                                
  884.                        
  885.                    
  886.                                
  887.                                <li>
  888.                                    <a href="/category/news/"
  889.                                        class="mobile-sub-link-v8">
  890.                                        News
  891.                                    </a>
  892.                                </li>
  893.                                
  894.  
  895.                                
  896.                                
  897.                        
  898.                    
  899.                                
  900.                                <li>
  901.                                    <a href="/category/others/"
  902.                                        class="mobile-sub-link-v8">
  903.                                        Others
  904.                                    </a>
  905.                                </li>
  906.                                
  907.  
  908.                                
  909.                                
  910.                        
  911.                    
  912.                                
  913.                                <li>
  914.                                    <a href="/category/politics/"
  915.                                        class="mobile-sub-link-v8">
  916.                                        Politics
  917.                                    </a>
  918.                                </li>
  919.                                
  920.  
  921.                                
  922.                                
  923.                        
  924.                    
  925.                                
  926.                                <li>
  927.                                    <a href="/category/sports/"
  928.                                        class="mobile-sub-link-v8">
  929.                                        Sports
  930.                                    </a>
  931.                                </li>
  932.                                
  933.  
  934.                                
  935.                                
  936.                        
  937.                    
  938.                                
  939.                                <li>
  940.                                    <a href="/category/tech/"
  941.                                        class="mobile-sub-link-v8">
  942.                                        Tech
  943.                                    </a>
  944.                                </li>
  945.                                
  946.  
  947.                                
  948.                                
  949.                        
  950.                    
  951.                                
  952.                                <li>
  953.                                    <a href="/category/travel/"
  954.                                        class="mobile-sub-link-v8">
  955.                                        Travel
  956.                                    </a>
  957.                                </li>
  958.                                
  959.  
  960.                                
  961.                                
  962.                            </ul>
  963.                        </li>
  964.                        
  965.                        
  966.  
  967.                </ul>
  968.  
  969.            </div>
  970.        </div>
  971.    </div>
  972.  
  973.    <!-- Background Overlay -->
  974.    <div class="nav-overlay-v8" id="navOverlayV8" onclick="closeAllV8()"></div>
  975. </header>
  976.  
  977. <style>
  978.    /* Navbar V8 Styles - Card-Based Glassmorphism Navigation */
  979.    .header-v8 {
  980.        padding: 20px 0;
  981.        position: relative;
  982.        min-height: 120px;
  983.    }
  984.  
  985.    /* Main Navigation Card */
  986.    .nav-card-v8 {
  987.        background:var(--navbar-bg);
  988.        backdrop-filter: blur(20px);
  989.        border: 1px solid var(--border-color);
  990.        border-radius: 20px;
  991.        padding: 15px 25px;
  992.        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  993.        position: relative;
  994.        z-index: 100;
  995.    }
  996.  
  997.    /* Logo Styles */
  998.    .logo-img-v8 {
  999.        max-height: 60px;
  1000.        transition: all 0.3s ease;
  1001.    }
  1002.  
  1003.    .logo-link-v8:hover .logo-img-v8 {
  1004.        transform: scale(1.05) rotate(2deg);
  1005.    }
  1006.  
  1007.    /* Main Navigation */
  1008.    .nav-list-v8 {
  1009.        list-style: none;
  1010.        padding: 0;
  1011.        margin: 0;
  1012.        display: flex;
  1013.        align-items: center;
  1014.        justify-content: center;
  1015.        gap: 8px;
  1016.    }
  1017.  
  1018.    .nav-item-v8 {
  1019.        position: relative;
  1020.    }
  1021.  
  1022.    .nav-link-v8 {
  1023.        color: #4a5568;
  1024.        text-decoration: none;
  1025.        font-weight: 500;
  1026.        font-size: 15px;
  1027.        padding: 12px 18px;
  1028.        border-radius: 12px;
  1029.        position: relative;
  1030.        transition: all 0.3s ease;
  1031.        display: block;
  1032.        background: linear-gradient(135deg, transparent 0%, transparent 100%);
  1033.    }
  1034.  
  1035.    .nav-link-v8::before {
  1036.        content: attr(data-text);
  1037.        position: absolute;
  1038.        top: 0;
  1039.        left: 0;
  1040.        right: 0;
  1041.        bottom: 0;
  1042.        display: flex;
  1043.        align-items: center;
  1044.        justify-content: center;
  1045.        background: var(--sub-nav);
  1046.        color: var(--topbar-color);
  1047.        border-radius: 12px;
  1048.        opacity: 0;
  1049.        transform: scale(0.8);
  1050.        transition: all 0.3s ease;
  1051.        font-weight: 600;
  1052.    }
  1053.  
  1054.    .nav-link-v8:hover::before,
  1055.    .nav-link-v8.active-v8::before {
  1056.        opacity: 1;
  1057.        transform: scale(1);
  1058.    }
  1059.  
  1060.    .nav-link-v8:hover,
  1061.    .nav-link-v8.active-v8 {
  1062.        color: transparent;
  1063.        background: rgba(102, 126, 234, 0.1);
  1064.    }
  1065.  
  1066.    /* Dropdown Styles */
  1067.    .dropdown-card-v8 {
  1068.        position: absolute;
  1069.        top: calc(100% + 15px);
  1070.        left: 50%;
  1071.        transform: translateX(-50%);
  1072.        background:var(--navbar-bg);
  1073.        backdrop-filter: blur(20px);
  1074.        border: 1px solid var(--border-color);
  1075.        border-radius: 16px;
  1076.        padding: 25px;
  1077.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1078.        opacity: 0;
  1079.        visibility: hidden;
  1080.        transform: translateX(-50%) translateY(-10px);
  1081.        transition: all 0.3s ease;
  1082.        z-index: 200;
  1083.        min-width: 320px;
  1084.    }
  1085.  
  1086.    .has-dropdown-v8:hover .dropdown-card-v8 {
  1087.        opacity: 1;
  1088.        visibility: visible;
  1089.        transform: translateX(-50%) translateY(0);
  1090.    }
  1091.  
  1092.    .dropdown-grid-v8 {
  1093.        display: grid;
  1094.        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  1095.        gap: 20px;
  1096.    }
  1097.  
  1098.    .dropdown-header-v8 {
  1099.        font-size: 12px;
  1100.        font-weight: 700;
  1101.        color: #667eea;
  1102.        margin-bottom: 12px;
  1103.        text-transform: uppercase;
  1104.        letter-spacing: 1px;
  1105.    }
  1106.  
  1107.    .dropdown-link-v8 {
  1108.        display: flex;
  1109.        align-items: center;
  1110.        color: var(--navbar-color) !important;;
  1111.        text-decoration: none;
  1112.        font-size: 14px;
  1113.        padding: 10px 12px;
  1114.        border-radius: 10px;
  1115.        transition: all 0.3s ease;
  1116.        margin-bottom: 8px;
  1117.    }
  1118.  
  1119.    .dropdown-link-v8:hover {
  1120.        background:var(--bs-primary);
  1121.        color: var(--bs-white) !important;;
  1122.        transform: translateX(5px);
  1123.    }
  1124.  
  1125.    .link-icon-v8 {
  1126.        margin-right: 10px;
  1127.        height: 5px;
  1128.        width: 5px;
  1129.        border: 1px solid #2d3748;
  1130.        border-radius: 50%;
  1131.    }
  1132.  
  1133.    /* Navigation Actions */
  1134.    .nav-actions-v8 {
  1135.        display: flex;
  1136.        align-items: center;
  1137.        justify-content: flex-end;
  1138.        gap: 10px;
  1139.    }
  1140.  
  1141.    .search-toggle-v8,
  1142.    .mobile-toggle-v8 {
  1143.        background: rgba(102, 126, 234, 0.1);
  1144.        border: none;
  1145.        border-radius: 12px;
  1146.        padding: 12px;
  1147.        cursor: pointer;
  1148.        transition: all 0.3s ease;
  1149.        color: var(--bs-white);
  1150.    }
  1151.  
  1152.    .search-toggle-v8:hover,
  1153.    .mobile-toggle-v8:hover {
  1154.        background: var(--sub-nav);
  1155.        color: var(--topbar-color);
  1156.        transform: scale(1.05);
  1157.    }
  1158.  
  1159.    .mobile-toggle-v8 {
  1160.        flex-direction: column;
  1161.        gap: 3px;
  1162.        padding: 10px 12px;
  1163.    }
  1164.  
  1165.    .toggle-line-v8 {
  1166.        width: 20px;
  1167.        height: 2px;
  1168.        background: currentColor;
  1169.        border-radius: 1px;
  1170.        transition: all 0.3s ease;
  1171.    }
  1172.  
  1173.    /* Floating Search Card */
  1174.    .search-card-v8 {
  1175.        position: absolute;
  1176.        top: 100%;
  1177.        left: 50%;
  1178.        transform: translateX(-50%);
  1179.        width: calc(100% - 40px);
  1180.        max-width: 600px;
  1181.        background:var(--navbar-bg);
  1182.        backdrop-filter: blur(20px);
  1183.        border: 1px solid var(--border-color);
  1184.        border-radius: 20px;
  1185.        padding: 25px;
  1186.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1187.        opacity: 0;
  1188.        visibility: hidden;
  1189.        transform: translateX(-50%) translateY(-20px);
  1190.        transition: all 0.4s ease;
  1191.        z-index: 300;
  1192.        margin-top: 15px;
  1193.    }
  1194.  
  1195.    .search-card-v8.show-v8 {
  1196.        opacity: 1;
  1197.        visibility: visible;
  1198.        transform: translateX(-50%) translateY(0);
  1199.    }
  1200.  
  1201.    .search-input-wrapper-v8 {
  1202.        display: flex;
  1203.        align-items: center;
  1204.        background: rgba(248, 250, 252, 0.8);
  1205.        border: 2px solid rgba(102, 126, 234, 0.2);
  1206.        border-radius: 15px;
  1207.        padding: 5px;
  1208.        margin-bottom: 20px;
  1209.        transition: all 0.3s ease;
  1210.    }
  1211.  
  1212.    .search-input-wrapper-v8:focus-within {
  1213.        border-color: #667eea;
  1214.        background: rgba(255, 255, 255, 0.9);
  1215.        box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  1216.    }
  1217.  
  1218.    .search-icon-v8 {
  1219.        color: #a0aec0;
  1220.        margin: 0 15px;
  1221.        transition: color 0.3s ease;
  1222.    }
  1223.  
  1224.    .search-input-wrapper-v8:focus-within .search-icon-v8 {
  1225.        color: #667eea;
  1226.    }
  1227.  
  1228.    .search-input-v8 {
  1229.        flex: 1;
  1230.        border: none;
  1231.        background: transparent;
  1232.        font-size: 16px;
  1233.        padding: 15px 0;
  1234.        outline: none;
  1235.        color: #2d3748;
  1236.    }
  1237.  
  1238.    .search-input-v8::placeholder {
  1239.        color: #a0aec0;
  1240.    }
  1241.  
  1242.    .search-close-v8 {
  1243.        background: rgba(160, 174, 192, 0.2);
  1244.        border: none;
  1245.        border-radius: 10px;
  1246.        padding: 8px;
  1247.        margin-right: 8px;
  1248.        cursor: pointer;
  1249.        transition: all 0.3s ease;
  1250.        color: #a0aec0;
  1251.    }
  1252.  
  1253.    .search-close-v8:hover {
  1254.        background: rgba(229, 62, 62, 0.1);
  1255.        color: #e53e3e;
  1256.    }
  1257.  
  1258.    /* Search Suggestions */
  1259.    .search-suggestions-v8 {
  1260.        display: grid;
  1261.        gap: 8px;
  1262.    }
  1263.  
  1264.    .suggestion-item-v8 {
  1265.        display: flex;
  1266.        align-items: center;
  1267.        padding: 12px 15px;
  1268.        background: rgba(248, 250, 252, 0.1);
  1269.        border-radius: 12px;
  1270.        cursor: pointer;
  1271.        transition: all 0.3s ease;
  1272.    }
  1273.  
  1274.    .suggestion-item-v8:hover {
  1275.        background: linear-gradient(135deg, #667eea 0%, #007bff 100%);
  1276.        color: white;
  1277.        transform: translateX(5px);
  1278.    }
  1279.  
  1280.    .suggestion-icon-v8 {
  1281.        margin-right: 12px;
  1282.        font-size: 16px;
  1283.    }
  1284.  
  1285.    .suggestion-text-v8 {
  1286.        font-size: 14px;
  1287.        font-weight: 500;
  1288.    }
  1289.  
  1290.    /* Mobile Navigation Card */
  1291.    .mobile-nav-card-v8 {
  1292.        position: absolute;
  1293.        top: 100%;
  1294.        left: 50%;
  1295.        transform: translateX(-50%);
  1296.        width: calc(100% - 40px);
  1297.        background:var(--card-bg);
  1298.        backdrop-filter: blur(20px);
  1299.        border: 1px solid var(--border-color);
  1300.        border-radius: 20px;
  1301.        padding: 20px;
  1302.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1303.        opacity: 0;
  1304.        visibility: hidden;
  1305.        transform: translateX(-50%) translateY(-20px);
  1306.        transition: all 0.4s ease;
  1307.        z-index: 300;
  1308.        margin-top: 15px;
  1309.        max-height: 70vh;
  1310.        overflow-y: auto;
  1311.    }
  1312.  
  1313.    .mobile-nav-card-v8.show-v8 {
  1314.        opacity: 1;
  1315.        visibility: visible;
  1316.        transform: translateX(-50%) translateY(0);
  1317.    }
  1318.  
  1319.    .mobile-nav-list-v8 {
  1320.        list-style: none;
  1321.        padding: 0;
  1322.        margin: 0;
  1323.    }
  1324.  
  1325.    .mobile-nav-item-v8 {
  1326.        margin-bottom: 8px;
  1327.    }
  1328.  
  1329.    .mobile-nav-link-v8 {
  1330.        display: flex;
  1331.        align-items: center;
  1332.        color: var(--navbar-color) !important;
  1333.        text-decoration: none;
  1334.        font-weight: 500;
  1335.        font-size: 16px;
  1336.        padding: 15px;
  1337.        border-radius: 12px;
  1338.        justify-content: space-between;
  1339.    }
  1340.  
  1341.    .mobile-nav-link-v8:hover,
  1342.    .mobile-nav-link-v8.active-v8 {
  1343.        background:var(--sub-nav);
  1344.        color: var(--topbar-color) !important;
  1345.    }
  1346.  
  1347.    .mobile-nav-icon-v8 {
  1348.        font-size: 18px;
  1349.        background-color: var(--navbar-bg) !important;
  1350.        margin-right: 12px;
  1351.    }
  1352.  
  1353.    .mobile-arrow-v8 {
  1354.        transition: transform 0.3s ease;
  1355.    }
  1356.  
  1357.    .mobile-nav-item-v8.open-v8 .mobile-arrow-v8 {
  1358.        transform: rotate(180deg);
  1359.    }
  1360.  
  1361.    .mobile-dropdown-v8 {
  1362.        list-style: none;
  1363.        padding: 0;
  1364.        margin: 0;
  1365.        max-height: 0;
  1366.        overflow: hidden;
  1367.        transition: all 0.3s ease;
  1368.        background: rgba(248, 250, 252, 0.5);
  1369.        border-radius: 12px;
  1370.        margin-top: 8px;
  1371.    }
  1372.  
  1373.    .mobile-dropdown-v8.show-v8 {
  1374.        max-height: 300px;
  1375.        background-color: var(--navbar-bg);
  1376.        padding: 10px 0;
  1377.    }
  1378.  
  1379.    .mobile-sub-link-v8 {
  1380.        display: block;
  1381.        color: var(--navbar-color) !important;
  1382.        text-decoration: none;
  1383.        font-size: 14px;
  1384.        padding: 10px 20px;
  1385.        transition: all 0.3s ease;
  1386.    }
  1387.  
  1388.    .mobile-sub-link-v8:hover {
  1389.        color: var(--topbar-color);
  1390.        background: var(--sub-nav);
  1391.        border-radius: 12px;
  1392.    }
  1393.  
  1394.    /* Background Overlay */
  1395.    .nav-overlay-v8 {
  1396.        position: fixed;
  1397.        top: 0;
  1398.        left: 0;
  1399.        right: 0;
  1400.        bottom: 0;
  1401.        background: rgba(0, 0, 0, 0.3);
  1402.        backdrop-filter: blur(5px);
  1403.        z-index: 250;
  1404.        opacity: 0;
  1405.        visibility: hidden;
  1406.        transition: all 0.3s ease;
  1407.    }
  1408.  
  1409.    .nav-overlay-v8.show-v8 {
  1410.        opacity: 1;
  1411.        visibility: visible;
  1412.    }
  1413.  
  1414.    /* Responsive Design */
  1415.    @media (max-width: 1300px) {
  1416.        .header-v8 {
  1417.            padding: 15px 0;
  1418.        }
  1419.  
  1420.        .nav-card-v8 {
  1421.            padding: 12px 20px;
  1422.            border-radius: 15px;
  1423.        }
  1424.  
  1425.        .search-card-v8,
  1426.        .mobile-nav-card-v8 {
  1427.            width: calc(100% - 40px);
  1428.            padding: 20px;
  1429.        }
  1430.    }
  1431.  
  1432.    @media (max-width: 576px) {
  1433.        .nav-card-v8 {
  1434.            padding: 10px 15px;
  1435.        }
  1436.  
  1437.        .logo-img-v8 {
  1438.            max-height: 35px;
  1439.        }
  1440.    }
  1441. </style>
  1442.  
  1443. <script>
  1444.    let activeCard = null;
  1445.  
  1446.    function toggleSearchV8() {
  1447.        const searchCard = document.getElementById('searchCardV8');
  1448.        const overlay = document.getElementById('navOverlayV8');
  1449.        const mobileNav = document.getElementById('mobileNavV8');
  1450.  
  1451.        // Close mobile nav if open
  1452.        mobileNav.classList.remove('show-v8');
  1453.  
  1454.        if (searchCard.classList.contains('show-v8')) {
  1455.            searchCard.classList.remove('show-v8');
  1456.            overlay.classList.remove('show-v8');
  1457.            activeCard = null;
  1458.        } else {
  1459.            searchCard.classList.add('show-v8');
  1460.            overlay.classList.add('show-v8');
  1461.            activeCard = 'search';
  1462.  
  1463.            // Focus on search input
  1464.            setTimeout(() => {
  1465.                const searchInput = document.querySelector('.search-input-v8');
  1466.                if (searchInput) searchInput.focus();
  1467.            }, 100);
  1468.        }
  1469.    }
  1470.  
  1471.    function toggleMobileNavV8() {
  1472.        const mobileNav = document.getElementById('mobileNavV8');
  1473.        const overlay = document.getElementById('navOverlayV8');
  1474.        const searchCard = document.getElementById('searchCardV8');
  1475.  
  1476.        // Close search if open
  1477.        searchCard.classList.remove('show-v8');
  1478.  
  1479.        if (mobileNav.classList.contains('show-v8')) {
  1480.            mobileNav.classList.remove('show-v8');
  1481.            overlay.classList.remove('show-v8');
  1482.            activeCard = null;
  1483.        } else {
  1484.            mobileNav.classList.add('show-v8');
  1485.            overlay.classList.add('show-v8');
  1486.            activeCard = 'mobile';
  1487.        }
  1488.    }
  1489.  
  1490.    function toggleMobileDropdownV8(dropdownId) {
  1491.        const dropdown = document.getElementById(dropdownId);
  1492.        const parentItem = dropdown.closest('.mobile-nav-item-v8');
  1493.  
  1494.        // Close other dropdowns
  1495.        const allDropdowns = document.querySelectorAll('.mobile-dropdown-v8');
  1496.        const allParents = document.querySelectorAll('.mobile-nav-item-v8');
  1497.  
  1498.        allDropdowns.forEach(dd => {
  1499.            if (dd.id !== dropdownId) {
  1500.                dd.classList.remove('show-v8');
  1501.            }
  1502.        });
  1503.  
  1504.        allParents.forEach(parent => {
  1505.            if (parent !== parentItem) {
  1506.                parent.classList.remove('open-v8');
  1507.            }
  1508.        });
  1509.  
  1510.        // Toggle current dropdown
  1511.        dropdown.classList.toggle('show-v8');
  1512.        parentItem.classList.toggle('open-v8');
  1513.    }
  1514.  
  1515.    function closeAllV8() {
  1516.        const searchCard = document.getElementById('searchCardV8');
  1517.        const mobileNav = document.getElementById('mobileNavV8');
  1518.        const overlay = document.getElementById('navOverlayV8');
  1519.  
  1520.        searchCard.classList.remove('show-v8');
  1521.        mobileNav.classList.remove('show-v8');
  1522.        overlay.classList.remove('show-v8');
  1523.        activeCard = null;
  1524.    }
  1525.  
  1526.    // Close on escape key
  1527.    document.addEventListener('keydown', function (e) {
  1528.        if (e.key === 'Escape' && activeCard) {
  1529.            closeAllV8();
  1530.        }
  1531.    });
  1532.  
  1533.    // Handle suggestion clicks
  1534.    document.addEventListener('click', function (e) {
  1535.        if (e.target.closest('.suggestion-item-v8')) {
  1536.            const suggestionText = e.target.closest('.suggestion-item-v8').querySelector('.suggestion-text-v8').textContent;
  1537.            const searchInput = document.querySelector('.search-input-v8');
  1538.            if (searchInput) {
  1539.                searchInput.value = suggestionText.replace(/^(Popular|Trending|Latest): /, '');
  1540.            }
  1541.        }
  1542.    });
  1543. </script>
  1544. <script>
  1545.  document.addEventListener("DOMContentLoaded", function () {
  1546.    console.log("loaded");
  1547.  
  1548.     const searchInput = document.getElementById("search-input")
  1549.    const searchResults = document.getElementById("search-results");
  1550.  
  1551.    if (!searchInput || !searchResults) {
  1552.      console.error("Search input/results not found");
  1553.      return;
  1554.    }
  1555.  
  1556.    // Prevent form submission
  1557.    if (searchInput.form) {
  1558.      searchInput.form.addEventListener("submit", function (e) {
  1559.        e.preventDefault();
  1560.      });
  1561.    }
  1562.  
  1563.    // Add event listener for keyup
  1564.    searchInput.addEventListener("keyup", function (e) {
  1565.      console.log("Key pressed:", e.key);
  1566.      e.preventDefault();
  1567.  
  1568.      const query = searchInput.value.trim();
  1569.      console.log("User is typing: " + query);
  1570.  
  1571.      // If empty → clear and hide
  1572.      if (query === "") {
  1573.        searchResults.innerHTML = "";
  1574.        searchResults.style.display = "none";
  1575.        return;
  1576.      }
  1577.  
  1578.      // Show results
  1579.      searchResults.style.display = "block";
  1580.  
  1581.      // Fetch search results
  1582.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1583.        method: "GET",
  1584.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1585.      })
  1586.        .then(response => {
  1587.          console.log("Response Status:", response.status);
  1588.          return response.json();
  1589.        })
  1590.        .then(data => {
  1591.          console.log("Data received:", data);
  1592.          if (data.html) {
  1593.            searchResults.innerHTML = data.html;
  1594.          } else {
  1595.            searchResults.innerHTML = "<p>No results found.</p>";
  1596.          }
  1597.        })
  1598.        .catch(error => {
  1599.          console.error("Error fetching search results:", error);
  1600.        });
  1601.    });
  1602.  
  1603.    // Close results when clicking outside
  1604.    document.addEventListener("click", function (e) {
  1605.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1606.        searchResults.style.display = "none";
  1607.      }
  1608.    });
  1609.  
  1610.    // Close results on ESC key
  1611.    document.addEventListener("keydown", function (e) {
  1612.      if (e.key === "Escape") {
  1613.        searchResults.style.display = "none";
  1614.      }
  1615.    });
  1616.  });
  1617. </script>
  1618.  
  1619.  
  1620.        </header>
  1621.        <!-- end of header -->
  1622.        <!-- start of wpo-blog-hero -->
  1623.        
  1624.  
  1625.  
  1626.  
  1627.  
  1628.  
  1629.  
  1630.  
  1631. <div class="blog-hero-v10">
  1632.    <div class="container-fluid fluid-container">
  1633.        
  1634.        <!-- Top Section: Three Equal Featured Articles -->
  1635.  
  1636.        <div class="row g-4 mb-5">
  1637.            
  1638.            <div class="col-lg-4 col-md-6 col-12">
  1639.                <article class="featured-article">
  1640.                    <div class="featured-image-container">
  1641.                        
  1642.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Environmental Catastrophe Fears as Countless of Plastic Beads Appear on Camber Sands" class="featured-image">
  1643.                            
  1644.                        <div class="category-tag bg-primary-gradient">News</div>
  1645.                    </div>
  1646.                    <div class="featured-content">
  1647.                        <h2 class="featured-title"><a href="/environmental-catastrophe-fears-as-countless-of-plastic-beads-appear-on-camber-sands/">
  1648.                                    Environmental Catastrophe Fears as Countless of Plastic Beads Appear on Camber Sands
  1649.                                </a></h2>
  1650.                        <p class="featured-summary"></p>
  1651.                        <div class="article-meta">
  1652.                            <span class="author-name">Yvonne Calderon</span>
  1653.                            <span class="post-time">Aug 17</span>
  1654.                        </div>
  1655.                    </div>
  1656.                </article>
  1657.            </div>
  1658.            
  1659.            <div class="col-lg-4 col-md-6 col-12">
  1660.                <article class="featured-article">
  1661.                    <div class="featured-image-container">
  1662.                        
  1663.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="A Thorough COP30 Jargon Explainer" class="featured-image">
  1664.                            
  1665.                        <div class="category-tag bg-primary-gradient">News</div>
  1666.                    </div>
  1667.                    <div class="featured-content">
  1668.                        <h2 class="featured-title"><a href="/a-thorough-cop30-jargon-explainer/">
  1669.                                    A Thorough COP30 Jargon Explainer
  1670.                                </a></h2>
  1671.                        <p class="featured-summary"></p>
  1672.                        <div class="article-meta">
  1673.                            <span class="author-name">Yvonne Calderon</span>
  1674.                            <span class="post-time">Aug 17</span>
  1675.                        </div>
  1676.                    </div>
  1677.                </article>
  1678.            </div>
  1679.            
  1680.            <div class="col-lg-4 col-md-6 col-12">
  1681.                <article class="featured-article">
  1682.                    <div class="featured-image-container">
  1683.                        
  1684.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="The Tanzanian Security Clampdown on Planned Protest Leaves City Centers Unusually Quiet." class="featured-image">
  1685.                            
  1686.                        <div class="category-tag bg-primary-gradient">News</div>
  1687.                    </div>
  1688.                    <div class="featured-content">
  1689.                        <h2 class="featured-title"><a href="/the-tanzanian-security-clampdown-on-planned-protest-leaves-city-centers-unusually-quiet/">
  1690.                                    The Tanzanian Security Clampdown on Planned Protest Leaves City Centers Unusually Quiet.
  1691.                                </a></h2>
  1692.                        <p class="featured-summary"></p>
  1693.                        <div class="article-meta">
  1694.                            <span class="author-name">Yvonne Calderon</span>
  1695.                            <span class="post-time">Aug 17</span>
  1696.                        </div>
  1697.                    </div>
  1698.                </article>
  1699.            </div>
  1700.            
  1701.        </div>
  1702.  
  1703.        <!-- Bottom Section: Full-Width Recent Articles List -->
  1704.        <div class="row g-4">
  1705.            <div class="col-12">
  1706.                <div class="recent-section">
  1707.                    <h3 class="recent-title">Recent Articles</h3>
  1708.                    <div class="recent-list">
  1709.                        
  1710.                        <div class="recent-item">
  1711.                            <h4 class="recent-article-title"> <a href="/iliman-ndiaye-harlem-globetrotters-style-skills-and-revealing-football-stats/">
  1712.                                    Iliman Ndiaye, Harlem Globetrotters-Style Skills and Revealing Football Stats
  1713.                                </a></h4>
  1714.                            <span class="recent-meta">News • Yvonne Calderon • Aug 17</span>
  1715.                        </div>
  1716.                        
  1717.                        <div class="recent-item">
  1718.                            <h4 class="recent-article-title"> <a href="/can-populist-governments-always-crash-the-economy/">
  1719.                                    Can Populist Governments Always Crash the Economy?
  1720.                                </a></h4>
  1721.                            <span class="recent-meta">News • Yvonne Calderon • Aug 17</span>
  1722.                        </div>
  1723.                        
  1724.                    </div>
  1725.                </div>
  1726.            </div>
  1727.        </div>
  1728.    </div>
  1729. </div>
  1730.  
  1731. <style>
  1732. /* Blog Hero V10 - Balanced Three-Column Featured with Full-Width Recent List */
  1733. .blog-hero-v10 {
  1734.    padding: 4rem 0;
  1735. }
  1736.  
  1737. /* Featured Article */
  1738. .featured-article {
  1739.    background: var(--card-bg, #ffffff);
  1740.    border-radius: 8px;
  1741.    transition: box-shadow 0.3s ease;
  1742. }
  1743.  
  1744. .featured-article:hover {
  1745.    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  1746. }
  1747.  
  1748. .featured-image-container {
  1749.    position: relative;
  1750.    height: 220px;
  1751. }
  1752.  
  1753. .featured-image {
  1754.    width: 100%;
  1755.    height: 100%;
  1756.    object-fit: cover;
  1757.    border-radius: 8px 8px 0 0;
  1758. }
  1759.  
  1760. .featured-content {
  1761.    padding: 1.5rem;
  1762. }
  1763.  
  1764. .featured-title {
  1765.    font-size: 1.4rem;
  1766.    font-weight: 800;
  1767.    color: #111827;
  1768.    margin-bottom: 0.5rem;
  1769.    line-height: 1.3;
  1770. }
  1771.  
  1772. .featured-summary {
  1773.    font-size: 0.95rem;
  1774.    color: #4b5563;
  1775.    line-height: 1.5;
  1776.    margin-bottom: 1rem;
  1777. }
  1778.  
  1779. .article-meta {
  1780.    display: flex;
  1781.    gap: 0.5rem;
  1782.    font-size: 0.85rem;
  1783.    color: #6b7280;
  1784. }
  1785.  
  1786. .author-name {
  1787.    font-weight: 600;
  1788.    color: #374151;
  1789. }
  1790.  
  1791. /* Category Tags - Outlined for Difference */
  1792. .category-tag {
  1793.    position: absolute;
  1794.    bottom: 1rem;
  1795.    left: 1rem;
  1796.    padding: 0.25rem 0.75rem;
  1797.    font-size: 0.75rem;
  1798.    font-weight: 600;
  1799.    text-transform: uppercase;
  1800.    border-radius: 4px;
  1801.    z-index: 2;
  1802. }
  1803.  
  1804. /* Recent Articles Section */
  1805. .recent-section {
  1806.    background: var(--card-bg, #ffffff);
  1807.    border-radius: 8px;
  1808.    padding: 2rem;
  1809. }
  1810.  
  1811. .recent-title {
  1812.    font-size: 1.3rem;
  1813.    font-weight: 700;
  1814.    color: #111827;
  1815.    margin-bottom: 1.25rem;
  1816.    border-bottom: 1px solid #e5e7eb;
  1817.    padding-bottom: 0.75rem;
  1818. }
  1819.  
  1820. .recent-list {
  1821.    display: flex;
  1822.    flex-direction: column;
  1823.    gap: 1rem;
  1824. }
  1825.  
  1826. .recent-item {
  1827.    padding: 1rem 0;
  1828.    border-bottom: 1px solid #f3f4f6;
  1829.    transition: background 0.2s ease;
  1830. }
  1831.  
  1832. .recent-item:last-child {
  1833.    border-bottom: none;
  1834. }
  1835.  
  1836. .recent-item:hover {
  1837.    background: #f9fafb;
  1838. }
  1839.  
  1840. .recent-article-title {
  1841.    font-size: 1rem;
  1842.    font-weight: 600;
  1843.    color: #111827;
  1844.    margin-bottom: 0.25rem;
  1845. }
  1846.  
  1847. .recent-meta {
  1848.    font-size: 0.8rem;
  1849.    color: #6b7280;
  1850. }
  1851.  
  1852. /* Responsive Design */
  1853. @media (max-width: 992px) {
  1854.    .featured-image-container {
  1855.        height: 200px;
  1856.    }
  1857.    
  1858.    .featured-title {
  1859.        font-size: 1.2rem;
  1860.    }
  1861. }
  1862.  
  1863. @media (max-width: 768px) {
  1864.    .featured-content {
  1865.        padding: 1.25rem;
  1866.    }
  1867.    
  1868.    .recent-section {
  1869.        padding: 1.5rem;
  1870.    }
  1871. }
  1872.  
  1873. @media (max-width: 576px) {
  1874.    .featured-title {
  1875.        font-size: 1.1rem;
  1876.    }
  1877.    
  1878.    .recent-article-title {
  1879.        font-size: 0.95rem;
  1880.    }
  1881. }
  1882. </style>
  1883.  
  1884.  
  1885.  
  1886.  
  1887.        <!-- end of wpo-blog-hero -->
  1888.  
  1889.        <!-- start of wpo-breacking-news -->
  1890.        
  1891.        <!-- end of wpo-breacking-news -->
  1892.        
  1893.        <!-- start wpo-blog-highlights-section -->
  1894.        
  1895.  
  1896.  
  1897.  
  1898.    
  1899.  
  1900.  
  1901.  
  1902. <style>
  1903.    /* General Section Styling */
  1904.    .blog-highlights-v10 {
  1905.        padding: 20px 0;  /* Adjusted padding for distinction */
  1906.        position: relative;
  1907.    }
  1908.  
  1909.    /* Section Header */
  1910.    .section-header-v10 {
  1911.        text-align: left;  /* Left-aligned for uniqueness */
  1912.        margin-bottom: 50px;
  1913.        padding-left: 15px;
  1914.    }
  1915.  
  1916.    .section-title-v10 {
  1917.        font-size: 2.9rem;  /* Slightly smaller than v9 for variety */
  1918.        font-weight: 800;
  1919.        color: #1a1a1a;
  1920.        margin-bottom: 15px;
  1921.        text-transform: none;  /* No uppercase for modern look */
  1922.    }
  1923.  
  1924.    .section-subtitle-v10 {
  1925.        font-size: 1.05rem;
  1926.        color: #555;
  1927.        max-width: 650px;
  1928.        line-height: 1.6;
  1929.    }
  1930.  
  1931.  
  1932.    /* Blog Card */
  1933.    .blog-card-v10 {
  1934.        background: var(--card-bg);
  1935.        border-radius: 10px;  /* Softer corners */
  1936.        margin-bottom: 35px;
  1937.        overflow: hidden;
  1938.        opacity: 0;  /* Initially hidden for animation */
  1939.        transform: rotate(1.5deg);  /* Subtle tilt for animation */
  1940.        transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.3s ease;
  1941.        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  1942.    }
  1943.  
  1944.    .blog-card-v10.visible {
  1945.        opacity: 1;
  1946.        transform: rotate(0deg);  /* Straighten on appearance */
  1947.    }
  1948.  
  1949.    @keyframes fadeRotateIn {
  1950.        from {
  1951.            opacity: 0;
  1952.            transform: rotate(1.5deg);
  1953.        }
  1954.        to {
  1955.            opacity: 1;
  1956.            transform: rotate(0deg);
  1957.        }
  1958.    }
  1959.  
  1960.    .blog-card-v10:hover {
  1961.        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);  /* Subtle hover shadow */
  1962.    }
  1963.  
  1964.    /* Blog Image */
  1965.    .blog-image-container-v10 {
  1966.        width: 100%;
  1967.        height: 240px;  /* Unique height for v10 */
  1968.        overflow: hidden;
  1969.        position: relative;
  1970.    }
  1971.  
  1972.    .blog-image-v10 img {
  1973.        width: 100%;
  1974.        height: 100%;
  1975.        object-fit: cover;
  1976.    }
  1977.  
  1978.    /* Blog Content */
  1979.    .blog-content-v10 {
  1980.        padding: 20px 22px;  /* Adjusted padding */
  1981.        text-align: left;
  1982.    }
  1983.  
  1984.    .blog-title-v10 {
  1985.        font-size: 1.55rem;  /* Slightly larger than v9 */
  1986.        font-weight: 700;
  1987.        margin-bottom: 12px;
  1988.        color: #1a1a1a;
  1989.    }
  1990.  
  1991.    .blog-meta-v10 {
  1992.        font-size: 0.85rem;
  1993.        color: #777;
  1994.        margin-bottom: 12px;
  1995.        font-style: italic;  /* Italic for distinction */
  1996.    }
  1997.  
  1998.    .blog-excerpt-v10 {
  1999.        font-size: 0.95rem;
  2000.        color: #555;
  2001.        margin-bottom: 15px;
  2002.        line-height: 1.6;
  2003.    }
  2004.  
  2005.    .blog-actions-v10 {
  2006.        display: inline-block;
  2007.    }
  2008.  
  2009.    .blog-read-more-v10 {
  2010.        font-size: 0.95rem;
  2011.        color: #e74c3c;  /* Red accent for uniqueness */
  2012.        text-decoration: none;
  2013.        font-weight: 600;
  2014.        transition: color 0.3s ease;
  2015.    }
  2016.  
  2017.    .blog-read-more-v10:hover {
  2018.        color: #c0392b;  /* Darker red on hover */
  2019.    }
  2020.    /* Responsive Design */
  2021.    @media (max-width: 768px) {
  2022.        .section-title-v10 {
  2023.            font-size: 2.4rem;
  2024.        }
  2025.  
  2026.        .section-header-v10 {
  2027.            padding-left: 10px;
  2028.        }
  2029.        
  2030.        .blog-card-v10 {
  2031.            margin-bottom: 20px;
  2032.        }
  2033.  
  2034.        .blog-meta-v10 {
  2035.            font-size: 0.75rem;
  2036.        }
  2037.  
  2038.        .blog-image-container-v10 {
  2039.            height: 170px;  /* Adjusted for mobile */
  2040.        }
  2041.  
  2042.        .sidebar-v10 {
  2043.            padding: 15px;
  2044.        }
  2045.    }
  2046. </style>
  2047.  
  2048. <section class="blog-highlights-v10">
  2049.    <div class="container-fluid fluid-container">
  2050.        <!-- Section Header -->
  2051.        <div class="row">
  2052.            <div class="col-12 col-lg-10">  
  2053.                <div class="section-header-v10">
  2054.                    <h2 class="section-title-v10">
  2055.                Today's Top Highlights
  2056.                   </h2>
  2057.                    <p class="section-subtitle-v10">Discover how technology and creativity intertwine to shape storytelling in the digital age.</p>
  2058.                </div>
  2059.            </div>
  2060.        </div>
  2061.        
  2062.        <!-- Blog Grid and Sidebar -->
  2063.        <div class="row">
  2064.            <div class="col-lg-8">
  2065.                <div class="row">
  2066.                    
  2067.                    <div class="col-md-6 col-sm-12">  
  2068.                        <article class="blog-card-v10">
  2069.                            <div class="blog-image-container-v10">
  2070.                                <div class="blog-image-v10 h-100">
  2071.                                    
  2072.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2073.                                    
  2074.                                </div>
  2075.                            </div>
  2076.                            <div class="blog-content-v10">
  2077.                                <h3 class="blog-title-v10">
  2078.                                     <a class="top-color" href="/china-dispatches-maritime-patrol-vessels-to-senkaku-islands-during-tensions-with-japan/" >
  2079.                                    China Dispatches Maritime Patrol Vessels to Senkaku Islands During Tensions with Japan
  2080.                                    </a>
  2081.                                </h3>
  2082.                                <div class="blog-meta-v10">
  2083.                                    <span>By Yvonne Calderon • 17 Aug 2026</span>
  2084.                                </div>
  2085.                                <p class="blog-excerpt-v10">
  2086.                                    
  2087.                                </p>
  2088.                                <div class="blog-actions-v10">
  2089.                                    <a href="/china-dispatches-maritime-patrol-vessels-to-senkaku-islands-during-tensions-with-japan/" class="blog-read-more-v10">Read More</a>
  2090.                                </div>
  2091.                            </div>
  2092.                        </article>
  2093.                    </div>
  2094.                    
  2095.                    <div class="col-md-6 col-sm-12">  
  2096.                        <article class="blog-card-v10">
  2097.                            <div class="blog-image-container-v10">
  2098.                                <div class="blog-image-v10 h-100">
  2099.                                    
  2100.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2101.                                    
  2102.                                </div>
  2103.                            </div>
  2104.                            <div class="blog-content-v10">
  2105.                                <h3 class="blog-title-v10">
  2106.                                     <a class="top-color" href="/families-distress-regarding-shoreline-erosion-endangering-norfolk-burial-sites/" >
  2107.                                    Families&#x27; Distress Regarding Shoreline Erosion Endangering Norfolk Burial Sites
  2108.                                    </a>
  2109.                                </h3>
  2110.                                <div class="blog-meta-v10">
  2111.                                    <span>By Yvonne Calderon • 17 Aug 2026</span>
  2112.                                </div>
  2113.                                <p class="blog-excerpt-v10">
  2114.                                    
  2115.                                </p>
  2116.                                <div class="blog-actions-v10">
  2117.                                    <a href="/families-distress-regarding-shoreline-erosion-endangering-norfolk-burial-sites/" class="blog-read-more-v10">Read More</a>
  2118.                                </div>
  2119.                            </div>
  2120.                        </article>
  2121.                    </div>
  2122.                    
  2123.                    <div class="col-md-6 col-sm-12">  
  2124.                        <article class="blog-card-v10">
  2125.                            <div class="blog-image-container-v10">
  2126.                                <div class="blog-image-v10 h-100">
  2127.                                    
  2128.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2129.                                    
  2130.                                </div>
  2131.                            </div>
  2132.                            <div class="blog-content-v10">
  2133.                                <h3 class="blog-title-v10">
  2134.                                     <a class="top-color" href="/wolverhampton-wanderers-demolish-sorry-west-ham-to-register-first-league-win-of-the-campaign/" >
  2135.                                    Wolverhampton Wanderers Demolish Sorry West Ham to Register First League Win of the Campaign
  2136.                                    </a>
  2137.                                </h3>
  2138.                                <div class="blog-meta-v10">
  2139.                                    <span>By Yvonne Calderon • 17 Aug 2026</span>
  2140.                                </div>
  2141.                                <p class="blog-excerpt-v10">
  2142.                                    
  2143.                                </p>
  2144.                                <div class="blog-actions-v10">
  2145.                                    <a href="/wolverhampton-wanderers-demolish-sorry-west-ham-to-register-first-league-win-of-the-campaign/" class="blog-read-more-v10">Read More</a>
  2146.                                </div>
  2147.                            </div>
  2148.                        </article>
  2149.                    </div>
  2150.                    
  2151.                    <div class="col-md-6 col-sm-12">  
  2152.                        <article class="blog-card-v10">
  2153.                            <div class="blog-image-container-v10">
  2154.                                <div class="blog-image-v10 h-100">
  2155.                                    
  2156.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2157.                                    
  2158.                                </div>
  2159.                            </div>
  2160.                            <div class="blog-content-v10">
  2161.                                <h3 class="blog-title-v10">
  2162.                                     <a class="top-color" href="/plug-in-hybrid-electric-vehicles-pollute-almost-as-much-as-petrol-cars-report-finds/" >
  2163.                                    Plug-in Hybrid electric Vehicles Pollute Almost as Much as Petrol Cars, Report Finds
  2164.                                    </a>
  2165.                                </h3>
  2166.                                <div class="blog-meta-v10">
  2167.                                    <span>By Yvonne Calderon • 16 Aug 2026</span>
  2168.                                </div>
  2169.                                <p class="blog-excerpt-v10">
  2170.                                    
  2171.                                </p>
  2172.                                <div class="blog-actions-v10">
  2173.                                    <a href="/plug-in-hybrid-electric-vehicles-pollute-almost-as-much-as-petrol-cars-report-finds/" class="blog-read-more-v10">Read More</a>
  2174.                                </div>
  2175.                            </div>
  2176.                        </article>
  2177.                    </div>
  2178.                    
  2179.                    <div class="col-md-6 col-sm-12">  
  2180.                        <article class="blog-card-v10">
  2181.                            <div class="blog-image-container-v10">
  2182.                                <div class="blog-image-v10 h-100">
  2183.                                    
  2184.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2185.                                    
  2186.                                </div>
  2187.                            </div>
  2188.                            <div class="blog-content-v10">
  2189.                                <h3 class="blog-title-v10">
  2190.                                     <a class="top-color" href="/it-is-heartbreaking-the-way-30-confined-white-whales-are-being-used-as-bargaining-chips-in-row-over-animal-cruelty/" >
  2191.                                    It is heartbreaking’: the way 30 confined white whales are being used as bargaining chips in row over animal cruelty.
  2192.                                    </a>
  2193.                                </h3>
  2194.                                <div class="blog-meta-v10">
  2195.                                    <span>By Yvonne Calderon • 16 Aug 2026</span>
  2196.                                </div>
  2197.                                <p class="blog-excerpt-v10">
  2198.                                    
  2199.                                </p>
  2200.                                <div class="blog-actions-v10">
  2201.                                    <a href="/it-is-heartbreaking-the-way-30-confined-white-whales-are-being-used-as-bargaining-chips-in-row-over-animal-cruelty/" class="blog-read-more-v10">Read More</a>
  2202.                                </div>
  2203.                            </div>
  2204.                        </article>
  2205.                    </div>
  2206.                    
  2207.                    <div class="col-md-6 col-sm-12">  
  2208.                        <article class="blog-card-v10">
  2209.                            <div class="blog-image-container-v10">
  2210.                                <div class="blog-image-v10 h-100">
  2211.                                    
  2212.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2213.                                    
  2214.                                </div>
  2215.                            </div>
  2216.                            <div class="blog-content-v10">
  2217.                                <h3 class="blog-title-v10">
  2218.                                     <a class="top-color" href="/big-problems-in-miniature-berlin-this-minuscule-settlement-divided-in-two-by-the-cold-war-era/" >
  2219.                                    Big Problems in ‘Miniature Berlin’: This Minuscule Settlement Divided in Two by the Cold War Era
  2220.                                    </a>
  2221.                                </h3>
  2222.                                <div class="blog-meta-v10">
  2223.                                    <span>By Yvonne Calderon • 16 Aug 2026</span>
  2224.                                </div>
  2225.                                <p class="blog-excerpt-v10">
  2226.                                    
  2227.                                </p>
  2228.                                <div class="blog-actions-v10">
  2229.                                    <a href="/big-problems-in-miniature-berlin-this-minuscule-settlement-divided-in-two-by-the-cold-war-era/" class="blog-read-more-v10">Read More</a>
  2230.                                </div>
  2231.                            </div>
  2232.                        </article>
  2233.                    </div>
  2234.                    
  2235.                    <div class="col-md-6 col-sm-12">  
  2236.                        <article class="blog-card-v10">
  2237.                            <div class="blog-image-container-v10">
  2238.                                <div class="blog-image-v10 h-100">
  2239.                                    
  2240.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2241.                                    
  2242.                                </div>
  2243.                            </div>
  2244.                            <div class="blog-content-v10">
  2245.                                <h3 class="blog-title-v10">
  2246.                                     <a class="top-color" href="/qatar-sprint-race-and-grand-prix-qualifying-live-coverage/" >
  2247.                                    Qatar Sprint Race and Grand Prix Qualifying: Live Coverage
  2248.                                    </a>
  2249.                                </h3>
  2250.                                <div class="blog-meta-v10">
  2251.                                    <span>By Yvonne Calderon • 16 Aug 2026</span>
  2252.                                </div>
  2253.                                <p class="blog-excerpt-v10">
  2254.                                    
  2255.                                </p>
  2256.                                <div class="blog-actions-v10">
  2257.                                    <a href="/qatar-sprint-race-and-grand-prix-qualifying-live-coverage/" class="blog-read-more-v10">Read More</a>
  2258.                                </div>
  2259.                            </div>
  2260.                        </article>
  2261.                    </div>
  2262.                    
  2263.                    <div class="col-md-6 col-sm-12">  
  2264.                        <article class="blog-card-v10">
  2265.                            <div class="blog-image-container-v10">
  2266.                                <div class="blog-image-v10 h-100">
  2267.                                    
  2268.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2269.                                    
  2270.                                </div>
  2271.                            </div>
  2272.                            <div class="blog-content-v10">
  2273.                                <h3 class="blog-title-v10">
  2274.                                     <a class="top-color" href="/rb-christmas-concert-review-a-heartfelt-journey-returning-to-the-90s/" >
  2275.                                    R&amp;B Christmas Concert Review: A Heartfelt Journey Returning to the 90s
  2276.                                    </a>
  2277.                                </h3>
  2278.                                <div class="blog-meta-v10">
  2279.                                    <span>By Yvonne Calderon • 16 Aug 2026</span>
  2280.                                </div>
  2281.                                <p class="blog-excerpt-v10">
  2282.                                    
  2283.                                </p>
  2284.                                <div class="blog-actions-v10">
  2285.                                    <a href="/rb-christmas-concert-review-a-heartfelt-journey-returning-to-the-90s/" class="blog-read-more-v10">Read More</a>
  2286.                                </div>
  2287.                            </div>
  2288.                        </article>
  2289.                    </div>
  2290.                    
  2291.                    <div class="col-md-6 col-sm-12">  
  2292.                        <article class="blog-card-v10">
  2293.                            <div class="blog-image-container-v10">
  2294.                                <div class="blog-image-v10 h-100">
  2295.                                    
  2296.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2297.                                    
  2298.                                </div>
  2299.                            </div>
  2300.                            <div class="blog-content-v10">
  2301.                                <h3 class="blog-title-v10">
  2302.                                     <a class="top-color" href="/italian-court-icon-nicola-pietrangeli-dies-at-92/" >
  2303.                                    Italian Court Icon Nicola Pietrangeli Dies at 92
  2304.                                    </a>
  2305.                                </h3>
  2306.                                <div class="blog-meta-v10">
  2307.                                    <span>By Yvonne Calderon • 16 Aug 2026</span>
  2308.                                </div>
  2309.                                <p class="blog-excerpt-v10">
  2310.                                    
  2311.                                </p>
  2312.                                <div class="blog-actions-v10">
  2313.                                    <a href="/italian-court-icon-nicola-pietrangeli-dies-at-92/" class="blog-read-more-v10">Read More</a>
  2314.                                </div>
  2315.                            </div>
  2316.                        </article>
  2317.                    </div>
  2318.                    
  2319.                    <div class="col-md-6 col-sm-12">  
  2320.                        <article class="blog-card-v10">
  2321.                            <div class="blog-image-container-v10">
  2322.                                <div class="blog-image-v10 h-100">
  2323.                                    
  2324.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2325.                                    
  2326.                                </div>
  2327.                            </div>
  2328.                            <div class="blog-content-v10">
  2329.                                <h3 class="blog-title-v10">
  2330.                                     <a class="top-color" href="/ghislaine-maxwell-reportedly-pursuing-clemency-whistleblower-claims-to-congressional-democrats/" >
  2331.                                    Ghislaine Maxwell Reportedly Pursuing Clemency, Whistleblower Claims to Congressional Democrats
  2332.                                    </a>
  2333.                                </h3>
  2334.                                <div class="blog-meta-v10">
  2335.                                    <span>By Yvonne Calderon • 16 Aug 2026</span>
  2336.                                </div>
  2337.                                <p class="blog-excerpt-v10">
  2338.                                    
  2339.                                </p>
  2340.                                <div class="blog-actions-v10">
  2341.                                    <a href="/ghislaine-maxwell-reportedly-pursuing-clemency-whistleblower-claims-to-congressional-democrats/" class="blog-read-more-v10">Read More</a>
  2342.                                </div>
  2343.                            </div>
  2344.                        </article>
  2345.                    </div>
  2346.                    
  2347.                    <div class="col-md-6 col-sm-12">  
  2348.                        <article class="blog-card-v10">
  2349.                            <div class="blog-image-container-v10">
  2350.                                <div class="blog-image-v10 h-100">
  2351.                                    
  2352.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2353.                                    
  2354.                                </div>
  2355.                            </div>
  2356.                            <div class="blog-content-v10">
  2357.                                <h3 class="blog-title-v10">
  2358.                                     <a class="top-color" href="/hurricane-melissa-intensifies-as-it-barrels-towards-jamaica/" >
  2359.                                    Hurricane Melissa Intensifies As It Barrels Towards Jamaica
  2360.                                    </a>
  2361.                                </h3>
  2362.                                <div class="blog-meta-v10">
  2363.                                    <span>By Yvonne Calderon • 16 Aug 2026</span>
  2364.                                </div>
  2365.                                <p class="blog-excerpt-v10">
  2366.                                    
  2367.                                </p>
  2368.                                <div class="blog-actions-v10">
  2369.                                    <a href="/hurricane-melissa-intensifies-as-it-barrels-towards-jamaica/" class="blog-read-more-v10">Read More</a>
  2370.                                </div>
  2371.                            </div>
  2372.                        </article>
  2373.                    </div>
  2374.                    
  2375.                    <div class="col-md-6 col-sm-12">  
  2376.                        <article class="blog-card-v10">
  2377.                            <div class="blog-image-container-v10">
  2378.                                <div class="blog-image-v10 h-100">
  2379.                                    
  2380.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2381.                                    
  2382.                                </div>
  2383.                            </div>
  2384.                            <div class="blog-content-v10">
  2385.                                <h3 class="blog-title-v10">
  2386.                                     <a class="top-color" href="/premier-league-ten-key-points-to-watch-for-this-round-of-fixtures/" >
  2387.                                    Premier League: ten key points to watch for this round of fixtures
  2388.                                    </a>
  2389.                                </h3>
  2390.                                <div class="blog-meta-v10">
  2391.                                    <span>By Yvonne Calderon • 15 Aug 2026</span>
  2392.                                </div>
  2393.                                <p class="blog-excerpt-v10">
  2394.                                    
  2395.                                </p>
  2396.                                <div class="blog-actions-v10">
  2397.                                    <a href="/premier-league-ten-key-points-to-watch-for-this-round-of-fixtures/" class="blog-read-more-v10">Read More</a>
  2398.                                </div>
  2399.                            </div>
  2400.                        </article>
  2401.                    </div>
  2402.                    
  2403.                    
  2404.  
  2405.                </div>
  2406.            </div>
  2407.  
  2408.            <!-- Sidebar -->
  2409.                   <div class="col col-lg-4 col-12">
  2410.                <div class="sidebar-v10">
  2411.                      
  2412.  
  2413.  
  2414.  
  2415.    
  2416.  
  2417.  
  2418. <!-- Blog Sidebar -->
  2419.  
  2420.    <div class="sidebar mb-3">
  2421.        
  2422.        
  2423.        <div class="sidebar-widget mb-4">
  2424.            <div class="widget-title-wrapper mb-3">
  2425.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2426.                    July 2026 Blog Roll
  2427.                    <span class="title-arrow"></span>
  2428.                </h4>
  2429.            </div>
  2430.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2431.                <ul class="list-unstyled scrollable-sidebar">
  2432.                    
  2433.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2434.                        <a href="https://dadi.cloud/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2435.                            <i class="ti-angle-right me-2 text-primary"></i>
  2436.                            <span class="fw-semibold">best trading apps</span>
  2437.                        </a>
  2438.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2439.                    </li>
  2440.                    
  2441.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2442.                        <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2443.                            <i class="ti-angle-right me-2 text-primary"></i>
  2444.                            <span class="fw-semibold">casino sites</span>
  2445.                        </a>
  2446.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2447.                    </li>
  2448.                    
  2449.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2450.                        <a href="https://www.summerhall.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2451.                            <i class="ti-angle-right me-2 text-primary"></i>
  2452.                            <span class="fw-semibold">uk casino</span>
  2453.                        </a>
  2454.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2455.                    </li>
  2456.                    
  2457.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2458.                        <a href="https://www.london-irish.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2459.                            <i class="ti-angle-right me-2 text-primary"></i>
  2460.                            <span class="fw-semibold">uk casino</span>
  2461.                        </a>
  2462.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2463.                    </li>
  2464.                    
  2465.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2466.                        <a href="https://www.outset.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2467.                            <i class="ti-angle-right me-2 text-primary"></i>
  2468.                            <span class="fw-semibold">betting sites not on gamstop</span>
  2469.                        </a>
  2470.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2471.                    </li>
  2472.                    
  2473.                </ul>
  2474.            </div>
  2475.        </div>
  2476.        
  2477.        <div class="sidebar-widget mb-4">
  2478.            <div class="widget-title-wrapper mb-3">
  2479.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2480.                    June 2026 Blog Roll
  2481.                    <span class="title-arrow"></span>
  2482.                </h4>
  2483.            </div>
  2484.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2485.                <ul class="list-unstyled scrollable-sidebar">
  2486.                    
  2487.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2488.                        <a href="https://esports-news.co.uk/online-casinos/crypto/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2489.                            <i class="ti-angle-right me-2 text-primary"></i>
  2490.                            <span class="fw-semibold">no verification casinos</span>
  2491.                        </a>
  2492.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2493.                    </li>
  2494.                    
  2495.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2496.                        <a href="https://esports-news.co.uk/gambling-sites/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2497.                            <i class="ti-angle-right me-2 text-primary"></i>
  2498.                            <span class="fw-semibold">UK online casino</span>
  2499.                        </a>
  2500.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2501.                    </li>
  2502.                    
  2503.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2504.                        <a href="https://gamingamerica.com/non-gamstop-casinos"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2505.                            <i class="ti-angle-right me-2 text-primary"></i>
  2506.                            <span class="fw-semibold">discover non Gamstop casinos UK</span>
  2507.                        </a>
  2508.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2509.                    </li>
  2510.                    
  2511.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2512.                        <a href="https://www.pokerstrategy.com/betting-sites/uk/non-gamstop-betting-sites/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2513.                            <i class="ti-angle-right me-2 text-primary"></i>
  2514.                            <span class="fw-semibold">sports betting not on Gamstop</span>
  2515.                        </a>
  2516.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2517.                    </li>
  2518.                    
  2519.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2520.                        <a href="https://www.footitalia.com/betting-sites/uk/not-on-gamstop/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2521.                            <i class="ti-angle-right me-2 text-primary"></i>
  2522.                            <span class="fw-semibold">detailed new betting sites not on Gamstop</span>
  2523.                        </a>
  2524.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2525.                    </li>
  2526.                    
  2527.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2528.                        <a href="https://www.camelotintl.com/betting-sites-not-on-gamstop-uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2529.                            <i class="ti-angle-right me-2 text-primary"></i>
  2530.                            <span class="fw-semibold">betting sites not on gamstop</span>
  2531.                        </a>
  2532.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2533.                    </li>
  2534.                    
  2535.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2536.                        <a href="https://esports-news.co.uk/gambling-sites/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2537.                            <i class="ti-angle-right me-2 text-primary"></i>
  2538.                            <span class="fw-semibold">complate list of best online casino</span>
  2539.                        </a>
  2540.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2541.                    </li>
  2542.                    
  2543.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2544.                        <a href="https://cryptonews.com/uk/best-crypto-casinos/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2545.                            <i class="ti-angle-right me-2 text-primary"></i>
  2546.                            <span class="fw-semibold">full rating for new Crypto Casinos</span>
  2547.                        </a>
  2548.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2549.                    </li>
  2550.                    
  2551.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2552.                        <a href="https://www.coinspeaker.com/uk/casinos-not-on-gamstop/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2553.                            <i class="ti-angle-right me-2 text-primary"></i>
  2554.                            <span class="fw-semibold">portal for casino sites not on GAMSTOP</span>
  2555.                        </a>
  2556.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2557.                    </li>
  2558.                    
  2559.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2560.                        <a href="https://www.outset.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2561.                            <i class="ti-angle-right me-2 text-primary"></i>
  2562.                            <span class="fw-semibold">new betting sites uk apps</span>
  2563.                        </a>
  2564.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2565.                    </li>
  2566.                    
  2567.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2568.                        <a href="https://www.mylicence.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2569.                            <i class="ti-angle-right me-2 text-primary"></i>
  2570.                            <span class="fw-semibold">another no gamstop casino</span>
  2571.                        </a>
  2572.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2573.                    </li>
  2574.                    
  2575.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2576.                        <a href="https://www.moneymakesense.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2577.                            <i class="ti-angle-right me-2 text-primary"></i>
  2578.                            <span class="fw-semibold">Non GAMSTOP Casino</span>
  2579.                        </a>
  2580.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2581.                    </li>
  2582.                    
  2583.                </ul>
  2584.            </div>
  2585.        </div>
  2586.        
  2587.        <div class="sidebar-widget mb-4">
  2588.            <div class="widget-title-wrapper mb-3">
  2589.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2590.                    May 2026 Blog Roll
  2591.                    <span class="title-arrow"></span>
  2592.                </h4>
  2593.            </div>
  2594.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2595.                <ul class="list-unstyled scrollable-sidebar">
  2596.                    
  2597.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2598.                        <a href="https://www.diabetologists-abcd.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2599.                            <i class="ti-angle-right me-2 text-primary"></i>
  2600.                            <span class="fw-semibold">non gamstop casinos</span>
  2601.                        </a>
  2602.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2603.                    </li>
  2604.                    
  2605.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2606.                        <a href="https://www.wharfside.co.uk/introducing-wharfside"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2607.                            <i class="ti-angle-right me-2 text-primary"></i>
  2608.                            <span class="fw-semibold">non gamstop casino</span>
  2609.                        </a>
  2610.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2611.                    </li>
  2612.                    
  2613.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2614.                        <a href="https://www.forewind.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2615.                            <i class="ti-angle-right me-2 text-primary"></i>
  2616.                            <span class="fw-semibold">best betting sites</span>
  2617.                        </a>
  2618.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2619.                    </li>
  2620.                    
  2621.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2622.                        <a href="https://www.hospitaldr.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2623.                            <i class="ti-angle-right me-2 text-primary"></i>
  2624.                            <span class="fw-semibold">Non GamStop Casinos</span>
  2625.                        </a>
  2626.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2627.                    </li>
  2628.                    
  2629.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2630.                        <a href="https://thegoldenfleeceyork.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2631.                            <i class="ti-angle-right me-2 text-primary"></i>
  2632.                            <span class="fw-semibold">casino not on gamstop</span>
  2633.                        </a>
  2634.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2635.                    </li>
  2636.                    
  2637.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2638.                        <a href="https://heyimhome.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2639.                            <i class="ti-angle-right me-2 text-primary"></i>
  2640.                            <span class="fw-semibold">casino</span>
  2641.                        </a>
  2642.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2643.                    </li>
  2644.                    
  2645.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2646.                        <a href="https://esportsinsider.com/uk/gambling/non-gamstop-casinos"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2647.                            <i class="ti-angle-right me-2 text-primary"></i>
  2648.                            <span class="fw-semibold">casinos not on gamstop</span>
  2649.                        </a>
  2650.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2651.                    </li>
  2652.                    
  2653.                </ul>
  2654.            </div>
  2655.        </div>
  2656.        
  2657.        <div class="sidebar-widget mb-4">
  2658.            <div class="widget-title-wrapper mb-3">
  2659.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2660.                    April 2026 Blog Roll
  2661.                    <span class="title-arrow"></span>
  2662.                </h4>
  2663.            </div>
  2664.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2665.                <ul class="list-unstyled scrollable-sidebar">
  2666.                    
  2667.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2668.                        <a href="https://www.geekgirlmeetup.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2669.                            <i class="ti-angle-right me-2 text-primary"></i>
  2670.                            <span class="fw-semibold">non gamstop casino</span>
  2671.                        </a>
  2672.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2673.                    </li>
  2674.                    
  2675.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2676.                        <a href="https://www.roadpeace.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2677.                            <i class="ti-angle-right me-2 text-primary"></i>
  2678.                            <span class="fw-semibold">casino sites</span>
  2679.                        </a>
  2680.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2681.                    </li>
  2682.                    
  2683.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2684.                        <a href="https://www.stokestaffslep.org.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2685.                            <i class="ti-angle-right me-2 text-primary"></i>
  2686.                            <span class="fw-semibold">non uk licensed casinos</span>
  2687.                        </a>
  2688.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2689.                    </li>
  2690.                    
  2691.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2692.                        <a href="https://www.fourpure.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2693.                            <i class="ti-angle-right me-2 text-primary"></i>
  2694.                            <span class="fw-semibold">best online casino UK</span>
  2695.                        </a>
  2696.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2697.                    </li>
  2698.                    
  2699.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2700.                        <a href="https://ibrabee.org.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2701.                            <i class="ti-angle-right me-2 text-primary"></i>
  2702.                            <span class="fw-semibold">casino not on gamstop</span>
  2703.                        </a>
  2704.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2705.                    </li>
  2706.                    
  2707.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2708.                        <a href="https://danacentre.org.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2709.                            <i class="ti-angle-right me-2 text-primary"></i>
  2710.                            <span class="fw-semibold">non gamstop casino</span>
  2711.                        </a>
  2712.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2713.                    </li>
  2714.                    
  2715.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2716.                        <a href="https://casino.blackcurve.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2717.                            <i class="ti-angle-right me-2 text-primary"></i>
  2718.                            <span class="fw-semibold">casinos not on gamestop trustworthy</span>
  2719.                        </a>
  2720.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2721.                    </li>
  2722.                    
  2723.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2724.                        <a href="https://www.stamina.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2725.                            <i class="ti-angle-right me-2 text-primary"></i>
  2726.                            <span class="fw-semibold">non GAMSTOP casinos</span>
  2727.                        </a>
  2728.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2729.                    </li>
  2730.                    
  2731.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2732.                        <a href="https://www.wildandgame.co.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2733.                            <i class="ti-angle-right me-2 text-primary"></i>
  2734.                            <span class="fw-semibold">online casinos</span>
  2735.                        </a>
  2736.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2737.                    </li>
  2738.                    
  2739.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2740.                        <a href="https://thetimeisnow.uk/betting-sites-not-on-gamstop"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2741.                            <i class="ti-angle-right me-2 text-primary"></i>
  2742.                            <span class="fw-semibold">best betting sites</span>
  2743.                        </a>
  2744.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2745.                    </li>
  2746.                    
  2747.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2748.                        <a href="https://llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch.co.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2749.                            <i class="ti-angle-right me-2 text-primary"></i>
  2750.                            <span class="fw-semibold">casinos not on GamStop</span>
  2751.                        </a>
  2752.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2753.                    </li>
  2754.                    
  2755.                </ul>
  2756.            </div>
  2757.        </div>
  2758.        
  2759.        <div class="sidebar-widget mb-4">
  2760.            <div class="widget-title-wrapper mb-3">
  2761.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2762.                    March 2026 Blog Roll
  2763.                    <span class="title-arrow"></span>
  2764.                </h4>
  2765.            </div>
  2766.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2767.                <ul class="list-unstyled scrollable-sidebar">
  2768.                    
  2769.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2770.                        <a href="https://hmdbookclub.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2771.                            <i class="ti-angle-right me-2 text-primary"></i>
  2772.                            <span class="fw-semibold">UK casino not on GamStop</span>
  2773.                        </a>
  2774.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2775.                    </li>
  2776.                    
  2777.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2778.                        <a href="https://www.caerphilly.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2779.                            <i class="ti-angle-right me-2 text-primary"></i>
  2780.                            <span class="fw-semibold">non gamstop casino</span>
  2781.                        </a>
  2782.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2783.                    </li>
  2784.                    
  2785.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2786.                        <a href="https://shopy.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2787.                            <i class="ti-angle-right me-2 text-primary"></i>
  2788.                            <span class="fw-semibold">non gamstop casino</span>
  2789.                        </a>
  2790.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2791.                    </li>
  2792.                    
  2793.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2794.                        <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2795.                            <i class="ti-angle-right me-2 text-primary"></i>
  2796.                            <span class="fw-semibold">best betting sites</span>
  2797.                        </a>
  2798.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2799.                    </li>
  2800.                    
  2801.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2802.                        <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2803.                            <i class="ti-angle-right me-2 text-primary"></i>
  2804.                            <span class="fw-semibold">best online casinos</span>
  2805.                        </a>
  2806.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2807.                    </li>
  2808.                    
  2809.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2810.                        <a href="https://www.falconryforum.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2811.                            <i class="ti-angle-right me-2 text-primary"></i>
  2812.                            <span class="fw-semibold">non gamstop casino uk</span>
  2813.                        </a>
  2814.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2815.                    </li>
  2816.                    
  2817.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2818.                        <a href="https://students4bestevidence.net"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2819.                            <i class="ti-angle-right me-2 text-primary"></i>
  2820.                            <span class="fw-semibold">online poker sites not on gamstop</span>
  2821.                        </a>
  2822.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2823.                    </li>
  2824.                    
  2825.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2826.                        <a href="https://www.nordicresearchnetwork.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2827.                            <i class="ti-angle-right me-2 text-primary"></i>
  2828.                            <span class="fw-semibold">Non UK License Casinos</span>
  2829.                        </a>
  2830.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2831.                    </li>
  2832.                    
  2833.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2834.                        <a href="https://www.citygateway.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2835.                            <i class="ti-angle-right me-2 text-primary"></i>
  2836.                            <span class="fw-semibold">best uk non gamstop casinos</span>
  2837.                        </a>
  2838.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2839.                    </li>
  2840.                    
  2841.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2842.                        <a href="https://www.escapistmagazine.com/uk/bitcoin-casinos/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2843.                            <i class="ti-angle-right me-2 text-primary"></i>
  2844.                            <span class="fw-semibold">bitcoin casinos</span>
  2845.                        </a>
  2846.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2847.                    </li>
  2848.                    
  2849.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2850.                        <a href="https://www.kysty.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2851.                            <i class="ti-angle-right me-2 text-primary"></i>
  2852.                            <span class="fw-semibold">casinos not on GAMSTOP</span>
  2853.                        </a>
  2854.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2855.                    </li>
  2856.                    
  2857.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2858.                        <a href="https://www.toop.eu/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2859.                            <i class="ti-angle-right me-2 text-primary"></i>
  2860.                            <span class="fw-semibold">casinos not on gamstop</span>
  2861.                        </a>
  2862.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2863.                    </li>
  2864.                    
  2865.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2866.                        <a href="https://www.toop.eu"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2867.                            <i class="ti-angle-right me-2 text-primary"></i>
  2868.                            <span class="fw-semibold">uk online casino</span>
  2869.                        </a>
  2870.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2871.                    </li>
  2872.                    
  2873.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2874.                        <a href="https://tridentcryptofund.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2875.                            <i class="ti-angle-right me-2 text-primary"></i>
  2876.                            <span class="fw-semibold">no verification casinos UK</span>
  2877.                        </a>
  2878.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2879.                    </li>
  2880.                    
  2881.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2882.                        <a href="https://stallion-theme.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2883.                            <i class="ti-angle-right me-2 text-primary"></i>
  2884.                            <span class="fw-semibold">non gamstop casino</span>
  2885.                        </a>
  2886.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2887.                    </li>
  2888.                    
  2889.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2890.                        <a href="https://www.techcityuk.com/online-casino/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2891.                            <i class="ti-angle-right me-2 text-primary"></i>
  2892.                            <span class="fw-semibold">non gamstop casino</span>
  2893.                        </a>
  2894.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2895.                    </li>
  2896.                    
  2897.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2898.                        <a href="https://www.autoidlabs.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2899.                            <i class="ti-angle-right me-2 text-primary"></i>
  2900.                            <span class="fw-semibold">non uk bookies</span>
  2901.                        </a>
  2902.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2903.                    </li>
  2904.                    
  2905.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2906.                        <a href="https://www.pgldevonshire.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2907.                            <i class="ti-angle-right me-2 text-primary"></i>
  2908.                            <span class="fw-semibold">credit card casino</span>
  2909.                        </a>
  2910.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2911.                    </li>
  2912.                    
  2913.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2914.                        <a href="https://thegreenmanatinglewhite.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2915.                            <i class="ti-angle-right me-2 text-primary"></i>
  2916.                            <span class="fw-semibold">non uk betting sites that accept uk players</span>
  2917.                        </a>
  2918.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2919.                    </li>
  2920.                    
  2921.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2922.                        <a href="https://www.bw-ullesthorpecourt.co.uk/non-gamstop-casinos/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2923.                            <i class="ti-angle-right me-2 text-primary"></i>
  2924.                            <span class="fw-semibold">UK casino not on GamStop</span>
  2925.                        </a>
  2926.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2927.                    </li>
  2928.                    
  2929.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2930.                        <a href="https://www.drinksandco.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2931.                            <i class="ti-angle-right me-2 text-primary"></i>
  2932.                            <span class="fw-semibold">casino not on GamStop UK</span>
  2933.                        </a>
  2934.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2935.                    </li>
  2936.                    
  2937.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2938.                        <a href="https://letsmush.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2939.                            <i class="ti-angle-right me-2 text-primary"></i>
  2940.                            <span class="fw-semibold">slots not on GamStop</span>
  2941.                        </a>
  2942.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2943.                    </li>
  2944.                    
  2945.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2946.                        <a href="https://www.moretonmotormuseum.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2947.                            <i class="ti-angle-right me-2 text-primary"></i>
  2948.                            <span class="fw-semibold">non GamStop casinos</span>
  2949.                        </a>
  2950.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2951.                    </li>
  2952.                    
  2953.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2954.                        <a href="https://stanselmchurchsouthall.com/non-gamstop-casinos/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2955.                            <i class="ti-angle-right me-2 text-primary"></i>
  2956.                            <span class="fw-semibold">gambling sites not on GamStop</span>
  2957.                        </a>
  2958.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2959.                    </li>
  2960.                    
  2961.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2962.                        <a href="https://www.littleshipsramsgate.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2963.                            <i class="ti-angle-right me-2 text-primary"></i>
  2964.                            <span class="fw-semibold">non-GamStop casinos</span>
  2965.                        </a>
  2966.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2967.                    </li>
  2968.                    
  2969.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2970.                        <a href="https://www.mugdock-country-park.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2971.                            <i class="ti-angle-right me-2 text-primary"></i>
  2972.                            <span class="fw-semibold">non GamStop casinos</span>
  2973.                        </a>
  2974.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2975.                    </li>
  2976.                    
  2977.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2978.                        <a href="https://www.bunker-51.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2979.                            <i class="ti-angle-right me-2 text-primary"></i>
  2980.                            <span class="fw-semibold">casino not on gamestop</span>
  2981.                        </a>
  2982.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2983.                    </li>
  2984.                    
  2985.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2986.                        <a href="https://www.peckhamaudio.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2987.                            <i class="ti-angle-right me-2 text-primary"></i>
  2988.                            <span class="fw-semibold">non GamStop casinos</span>
  2989.                        </a>
  2990.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2991.                    </li>
  2992.                    
  2993.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2994.                        <a href="https://ola.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2995.                            <i class="ti-angle-right me-2 text-primary"></i>
  2996.                            <span class="fw-semibold">non GamStop casinos</span>
  2997.                        </a>
  2998.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2999.                    </li>
  3000.                    
  3001.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3002.                        <a href="https://thenewoxford.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3003.                            <i class="ti-angle-right me-2 text-primary"></i>
  3004.                            <span class="fw-semibold">slots not on GamStop</span>
  3005.                        </a>
  3006.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3007.                    </li>
  3008.                    
  3009.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3010.                        <a href="https://www.teapotisland.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3011.                            <i class="ti-angle-right me-2 text-primary"></i>
  3012.                            <span class="fw-semibold">casinos not on GamStop</span>
  3013.                        </a>
  3014.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3015.                    </li>
  3016.                    
  3017.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3018.                        <a href="https://www.labodeganegra.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3019.                            <i class="ti-angle-right me-2 text-primary"></i>
  3020.                            <span class="fw-semibold">non GamStop casinos</span>
  3021.                        </a>
  3022.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3023.                    </li>
  3024.                    
  3025.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3026.                        <a href="https://americymru.net/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3027.                            <i class="ti-angle-right me-2 text-primary"></i>
  3028.                            <span class="fw-semibold">casino not on GamStop</span>
  3029.                        </a>
  3030.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3031.                    </li>
  3032.                    
  3033.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3034.                        <a href="https://www.ginspa.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3035.                            <i class="ti-angle-right me-2 text-primary"></i>
  3036.                            <span class="fw-semibold">non GamStop casinos</span>
  3037.                        </a>
  3038.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3039.                    </li>
  3040.                    
  3041.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3042.                        <a href="https://arthousehotelliverpool.co.uk/non-gamstop-casinos/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3043.                            <i class="ti-angle-right me-2 text-primary"></i>
  3044.                            <span class="fw-semibold">games not on GamStop</span>
  3045.                        </a>
  3046.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3047.                    </li>
  3048.                    
  3049.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3050.                        <a href="https://www.runningbuggies.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3051.                            <i class="ti-angle-right me-2 text-primary"></i>
  3052.                            <span class="fw-semibold">casino not on GamStop UK</span>
  3053.                        </a>
  3054.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3055.                    </li>
  3056.                    
  3057.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3058.                        <a href="https://roadpeace.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3059.                            <i class="ti-angle-right me-2 text-primary"></i>
  3060.                            <span class="fw-semibold">casino not on gamstop</span>
  3061.                        </a>
  3062.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3063.                    </li>
  3064.                    
  3065.                </ul>
  3066.            </div>
  3067.        </div>
  3068.        
  3069.        <div class="sidebar-widget mb-4">
  3070.            <div class="widget-title-wrapper mb-3">
  3071.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  3072.                    February 2026 Blog Roll
  3073.                    <span class="title-arrow"></span>
  3074.                </h4>
  3075.            </div>
  3076.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  3077.                <ul class="list-unstyled scrollable-sidebar">
  3078.                    
  3079.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3080.                        <a href="https://itechlabs.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3081.                            <i class="ti-angle-right me-2 text-primary"></i>
  3082.                            <span class="fw-semibold">sportsbook not on gamstop</span>
  3083.                        </a>
  3084.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3085.                    </li>
  3086.                    
  3087.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3088.                        <a href="https://financialservicescultureboard.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3089.                            <i class="ti-angle-right me-2 text-primary"></i>
  3090.                            <span class="fw-semibold">betting apps not on gamstop</span>
  3091.                        </a>
  3092.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3093.                    </li>
  3094.                    
  3095.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3096.                        <a href="https://www.taysideaviation.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3097.                            <i class="ti-angle-right me-2 text-primary"></i>
  3098.                            <span class="fw-semibold">football betting sites not on gamstop</span>
  3099.                        </a>
  3100.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3101.                    </li>
  3102.                    
  3103.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3104.                        <a href="https://kam-media.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3105.                            <i class="ti-angle-right me-2 text-primary"></i>
  3106.                            <span class="fw-semibold">non gamstop casino uk</span>
  3107.                        </a>
  3108.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3109.                    </li>
  3110.                    
  3111.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3112.                        <a href="https://www.thekarczma.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3113.                            <i class="ti-angle-right me-2 text-primary"></i>
  3114.                            <span class="fw-semibold">Best Non UK Gambling Sites</span>
  3115.                        </a>
  3116.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3117.                    </li>
  3118.                    
  3119.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3120.                        <a href="https://www.studyquran.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3121.                            <i class="ti-angle-right me-2 text-primary"></i>
  3122.                            <span class="fw-semibold">best online casinos</span>
  3123.                        </a>
  3124.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3125.                    </li>
  3126.                    
  3127.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3128.                        <a href="https://www.casquette.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3129.                            <i class="ti-angle-right me-2 text-primary"></i>
  3130.                            <span class="fw-semibold">online casino</span>
  3131.                        </a>
  3132.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3133.                    </li>
  3134.                    
  3135.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3136.                        <a href="https://financialservicescultureboard.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3137.                            <i class="ti-angle-right me-2 text-primary"></i>
  3138.                            <span class="fw-semibold">best betting sites uk</span>
  3139.                        </a>
  3140.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3141.                    </li>
  3142.                    
  3143.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3144.                        <a href="https://www.llancaiachfawr.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3145.                            <i class="ti-angle-right me-2 text-primary"></i>
  3146.                            <span class="fw-semibold">non GamStop sites</span>
  3147.                        </a>
  3148.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3149.                    </li>
  3150.                    
  3151.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3152.                        <a href="https://www.bunker-51.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3153.                            <i class="ti-angle-right me-2 text-primary"></i>
  3154.                            <span class="fw-semibold">casino sites UK</span>
  3155.                        </a>
  3156.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3157.                    </li>
  3158.                    
  3159.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3160.                        <a href="https://www.runningbuggies.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3161.                            <i class="ti-angle-right me-2 text-primary"></i>
  3162.                            <span class="fw-semibold">non GamStop casinos UK</span>
  3163.                        </a>
  3164.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3165.                    </li>
  3166.                    
  3167.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3168.                        <a href="https://www.summerhall.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3169.                            <i class="ti-angle-right me-2 text-primary"></i>
  3170.                            <span class="fw-semibold">uk casinos not on gamstop</span>
  3171.                        </a>
  3172.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3173.                    </li>
  3174.                    
  3175.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3176.                        <a href="https://www.mediawise.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3177.                            <i class="ti-angle-right me-2 text-primary"></i>
  3178.                            <span class="fw-semibold">casino not on gamestop</span>
  3179.                        </a>
  3180.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3181.                    </li>
  3182.                    
  3183.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3184.                        <a href="https://whitestarrunning.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3185.                            <i class="ti-angle-right me-2 text-primary"></i>
  3186.                            <span class="fw-semibold">non GamStop casino UK</span>
  3187.                        </a>
  3188.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3189.                    </li>
  3190.                    
  3191.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3192.                        <a href="https://www.drenge.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3193.                            <i class="ti-angle-right me-2 text-primary"></i>
  3194.                            <span class="fw-semibold">best casinos not on GamStop</span>
  3195.                        </a>
  3196.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3197.                    </li>
  3198.                    
  3199.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3200.                        <a href="https://hmdbookclub.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3201.                            <i class="ti-angle-right me-2 text-primary"></i>
  3202.                            <span class="fw-semibold">slot sites not on GamStop</span>
  3203.                        </a>
  3204.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3205.                    </li>
  3206.                    
  3207.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3208.                        <a href="https://www.freedamedia.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3209.                            <i class="ti-angle-right me-2 text-primary"></i>
  3210.                            <span class="fw-semibold">UK casino not on GamStop</span>
  3211.                        </a>
  3212.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3213.                    </li>
  3214.                    
  3215.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3216.                        <a href="https://thenurserytheatre.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3217.                            <i class="ti-angle-right me-2 text-primary"></i>
  3218.                            <span class="fw-semibold">casino not on GamStop UK</span>
  3219.                        </a>
  3220.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3221.                    </li>
  3222.                    
  3223.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3224.                        <a href="https://thenewoxford.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3225.                            <i class="ti-angle-right me-2 text-primary"></i>
  3226.                            <span class="fw-semibold">non GamStop UK casinos</span>
  3227.                        </a>
  3228.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3229.                    </li>
  3230.                    
  3231.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3232.                        <a href="https://heartofsheffield.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3233.                            <i class="ti-angle-right me-2 text-primary"></i>
  3234.                            <span class="fw-semibold">sites not on GamStop</span>
  3235.                        </a>
  3236.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3237.                    </li>
  3238.                    
  3239.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3240.                        <a href="https://inlandhomes.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3241.                            <i class="ti-angle-right me-2 text-primary"></i>
  3242.                            <span class="fw-semibold">non GamStop sites</span>
  3243.                        </a>
  3244.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3245.                    </li>
  3246.                    
  3247.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3248.                        <a href="https://www.open-money.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3249.                            <i class="ti-angle-right me-2 text-primary"></i>
  3250.                            <span class="fw-semibold">online casino not on GamStop</span>
  3251.                        </a>
  3252.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3253.                    </li>
  3254.                    
  3255.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3256.                        <a href="https://pirateparty.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3257.                            <i class="ti-angle-right me-2 text-primary"></i>
  3258.                            <span class="fw-semibold">games not on GamStop</span>
  3259.                        </a>
  3260.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3261.                    </li>
  3262.                    
  3263.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3264.                        <a href="https://www.rockthefrockbridal.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3265.                            <i class="ti-angle-right me-2 text-primary"></i>
  3266.                            <span class="fw-semibold">casino not on GamStop</span>
  3267.                        </a>
  3268.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3269.                    </li>
  3270.                    
  3271.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3272.                        <a href="https://www.london-irish.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3273.                            <i class="ti-angle-right me-2 text-primary"></i>
  3274.                            <span class="fw-semibold">online casino</span>
  3275.                        </a>
  3276.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3277.                    </li>
  3278.                    
  3279.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3280.                        <a href="https://www.exchangeleicester.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3281.                            <i class="ti-angle-right me-2 text-primary"></i>
  3282.                            <span class="fw-semibold">online casinos not on gamstop</span>
  3283.                        </a>
  3284.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3285.                    </li>
  3286.                    
  3287.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3288.                        <a href="https://www.aipce.net/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3289.                            <i class="ti-angle-right me-2 text-primary"></i>
  3290.                            <span class="fw-semibold">casinos not on gamstop</span>
  3291.                        </a>
  3292.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3293.                    </li>
  3294.                    
  3295.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3296.                        <a href="https://indyonline.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3297.                            <i class="ti-angle-right me-2 text-primary"></i>
  3298.                            <span class="fw-semibold">UK casinos not on GamStop</span>
  3299.                        </a>
  3300.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3301.                    </li>
  3302.                    
  3303.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3304.                        <a href="https://www.makemegenius.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3305.                            <i class="ti-angle-right me-2 text-primary"></i>
  3306.                            <span class="fw-semibold">non gamstop casino</span>
  3307.                        </a>
  3308.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3309.                    </li>
  3310.                    
  3311.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3312.                        <a href="https://www.peerform.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3313.                            <i class="ti-angle-right me-2 text-primary"></i>
  3314.                            <span class="fw-semibold">No KYC Crypto Casinos</span>
  3315.                        </a>
  3316.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3317.                    </li>
  3318.                    
  3319.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3320.                        <a href="https://plasticoceans.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3321.                            <i class="ti-angle-right me-2 text-primary"></i>
  3322.                            <span class="fw-semibold">non gamstop casino uk</span>
  3323.                        </a>
  3324.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3325.                    </li>
  3326.                    
  3327.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3328.                        <a href="https://datamagazine.co.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3329.                            <i class="ti-angle-right me-2 text-primary"></i>
  3330.                            <span class="fw-semibold">casino not on gamstop uk</span>
  3331.                        </a>
  3332.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3333.                    </li>
  3334.                    
  3335.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3336.                        <a href="https://littlewhitelies.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3337.                            <i class="ti-angle-right me-2 text-primary"></i>
  3338.                            <span class="fw-semibold">trusted casinos not on gamstop</span>
  3339.                        </a>
  3340.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3341.                    </li>
  3342.                    
  3343.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3344.                        <a href="https://www.regionalnetworks.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3345.                            <i class="ti-angle-right me-2 text-primary"></i>
  3346.                            <span class="fw-semibold">non GamStop casinos UK</span>
  3347.                        </a>
  3348.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3349.                    </li>
  3350.                    
  3351.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3352.                        <a href="https://oncallfire.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3353.                            <i class="ti-angle-right me-2 text-primary"></i>
  3354.                            <span class="fw-semibold">non GamStop casinos UK</span>
  3355.                        </a>
  3356.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3357.                    </li>
  3358.                    
  3359.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3360.                        <a href="https://www.wildlifetrust.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3361.                            <i class="ti-angle-right me-2 text-primary"></i>
  3362.                            <span class="fw-semibold">best uk non GamStop casinos</span>
  3363.                        </a>
  3364.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3365.                    </li>
  3366.                    
  3367.                </ul>
  3368.            </div>
  3369.        </div>
  3370.        
  3371.        <div class="sidebar-widget mb-4">
  3372.            <div class="widget-title-wrapper mb-3">
  3373.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  3374.                    January 2026 Blog Roll
  3375.                    <span class="title-arrow"></span>
  3376.                </h4>
  3377.            </div>
  3378.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  3379.                <ul class="list-unstyled scrollable-sidebar">
  3380.                    
  3381.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3382.                        <a href="https://esports-news.co.uk/online-casinos/non-gamstop/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3383.                            <i class="ti-angle-right me-2 text-primary"></i>
  3384.                            <span class="fw-semibold">non gamstop casino</span>
  3385.                        </a>
  3386.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3387.                    </li>
  3388.                    
  3389.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3390.                        <a href="https://newhorrizon.eu/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3391.                            <i class="ti-angle-right me-2 text-primary"></i>
  3392.                            <span class="fw-semibold">non gamstop casino uk</span>
  3393.                        </a>
  3394.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3395.                    </li>
  3396.                    
  3397.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3398.                        <a href="https://openidentityexchange.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3399.                            <i class="ti-angle-right me-2 text-primary"></i>
  3400.                            <span class="fw-semibold">non gamstop casinos</span>
  3401.                        </a>
  3402.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3403.                    </li>
  3404.                    
  3405.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3406.                        <a href="https://peterbrett.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3407.                            <i class="ti-angle-right me-2 text-primary"></i>
  3408.                            <span class="fw-semibold">non gamstop casino</span>
  3409.                        </a>
  3410.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3411.                    </li>
  3412.                    
  3413.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3414.                        <a href="https://chargeyourcar.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3415.                            <i class="ti-angle-right me-2 text-primary"></i>
  3416.                            <span class="fw-semibold">best betting sites</span>
  3417.                        </a>
  3418.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3419.                    </li>
  3420.                    
  3421.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3422.                        <a href="https://www.frn.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3423.                            <i class="ti-angle-right me-2 text-primary"></i>
  3424.                            <span class="fw-semibold">best betting sites uk</span>
  3425.                        </a>
  3426.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3427.                    </li>
  3428.                    
  3429.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3430.                        <a href="https://theemon.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3431.                            <i class="ti-angle-right me-2 text-primary"></i>
  3432.                            <span class="fw-semibold">best betting sites</span>
  3433.                        </a>
  3434.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3435.                    </li>
  3436.                    
  3437.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3438.                        <a href="https://aircargoeye.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3439.                            <i class="ti-angle-right me-2 text-primary"></i>
  3440.                            <span class="fw-semibold">non gamstop casino</span>
  3441.                        </a>
  3442.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3443.                    </li>
  3444.                    
  3445.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3446.                        <a href="https://www.fishonline.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3447.                            <i class="ti-angle-right me-2 text-primary"></i>
  3448.                            <span class="fw-semibold">non gamstop casino</span>
  3449.                        </a>
  3450.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3451.                    </li>
  3452.                    
  3453.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3454.                        <a href="https://www.forcesreunited.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3455.                            <i class="ti-angle-right me-2 text-primary"></i>
  3456.                            <span class="fw-semibold">non gamstop casino</span>
  3457.                        </a>
  3458.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3459.                    </li>
  3460.                    
  3461.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3462.                        <a href="https://www.chemical-records.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3463.                            <i class="ti-angle-right me-2 text-primary"></i>
  3464.                            <span class="fw-semibold">non gamstop casino</span>
  3465.                        </a>
  3466.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3467.                    </li>
  3468.                    
  3469.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3470.                        <a href="https://www.scva.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3471.                            <i class="ti-angle-right me-2 text-primary"></i>
  3472.                            <span class="fw-semibold">non gamstop casino</span>
  3473.                        </a>
  3474.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3475.                    </li>
  3476.                    
  3477.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3478.                        <a href="https://esports-news.co.uk/online-casinos/non-gamstop/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3479.                            <i class="ti-angle-right me-2 text-primary"></i>
  3480.                            <span class="fw-semibold">best non gamstop casinos</span>
  3481.                        </a>
  3482.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3483.                    </li>
  3484.                    
  3485.                </ul>
  3486.            </div>
  3487.        </div>
  3488.        
  3489.  
  3490.        <!-- Recent Posts Section -->
  3491.        <div class="sidebar-widget mb-3">
  3492.            <div class="widget-title-wrapper mb-3">
  3493.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  3494.                    Recent Posts
  3495.                    <span class="title-arrow"></span>
  3496.                </h4>
  3497.            </div>
  3498.            <div class="widget-content border border-light shadow-sm rounded p-4">
  3499.                <div class="recent-post-list">
  3500.                    
  3501.                    
  3502.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3503.                        <div class="post-image me-3 flex-shrink-0">
  3504.                            
  3505.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3506.                            
  3507.                        </div>
  3508.                        <div class="post-content flex-grow-1">
  3509.                            <h6 class="post-title mb-1">
  3510.                                 <a href="/the-new-mayor-pledges-a-dawn-for-new-york-city-in-inaugural-speech/" class="text-decoration-none top-color fw-semibold">
  3511.                                    The New Mayor Pledges a &#x27;Dawn&#x27; for New York City in Inaugural Speech
  3512.                                </a>
  3513.                            </h6>
  3514.                            <div class="post-meta">
  3515.                                <small class="text-muted">
  3516.                                    <i class="ti-calendar me-1"></i>15 Aug 2026
  3517.                                </small>
  3518.                                <!-- <small class="text-muted ms-2">
  3519.                                    <i class="ti-eye me-1"></i>234 views
  3520.                                </small> -->
  3521.                            </div>
  3522.                        </div>
  3523.                    </div>
  3524.                    
  3525.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3526.                        <div class="post-image me-3 flex-shrink-0">
  3527.                            
  3528.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3529.                            
  3530.                        </div>
  3531.                        <div class="post-content flex-grow-1">
  3532.                            <h6 class="post-title mb-1">
  3533.                                 <a href="/the-rising-wealth-poverty-gap-how-prosperity-and-hardship-now-sit-side-by-side-in-england/" class="text-decoration-none top-color fw-semibold">
  3534.                                    The Rising ‘Wealth-Poverty Gap’: How Prosperity and Hardship Now Sit Side by Side in England.
  3535.                                </a>
  3536.                            </h6>
  3537.                            <div class="post-meta">
  3538.                                <small class="text-muted">
  3539.                                    <i class="ti-calendar me-1"></i>15 Aug 2026
  3540.                                </small>
  3541.                                <!-- <small class="text-muted ms-2">
  3542.                                    <i class="ti-eye me-1"></i>234 views
  3543.                                </small> -->
  3544.                            </div>
  3545.                        </div>
  3546.                    </div>
  3547.                    
  3548.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3549.                        <div class="post-image me-3 flex-shrink-0">
  3550.                            
  3551.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3552.                            
  3553.                        </div>
  3554.                        <div class="post-content flex-grow-1">
  3555.                            <h6 class="post-title mb-1">
  3556.                                 <a href="/a-number-of-within-labour-seek-starmer-out-the-prime-minister-assures-interviewers-he-will-endure-while-britains-economic-outlook-is-set-to-improve/" class="text-decoration-none top-color fw-semibold">
  3557.                                    A Number of within Labour Seek Starmer Out. The Prime Minister Assures Interviewers He Will Endure – while Britain&#x27;s Economic Outlook Is Set to Improve.
  3558.                                </a>
  3559.                            </h6>
  3560.                            <div class="post-meta">
  3561.                                <small class="text-muted">
  3562.                                    <i class="ti-calendar me-1"></i>15 Aug 2026
  3563.                                </small>
  3564.                                <!-- <small class="text-muted ms-2">
  3565.                                    <i class="ti-eye me-1"></i>234 views
  3566.                                </small> -->
  3567.                            </div>
  3568.                        </div>
  3569.                    </div>
  3570.                    
  3571.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3572.                        <div class="post-image me-3 flex-shrink-0">
  3573.                            
  3574.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3575.                            
  3576.                        </div>
  3577.                        <div class="post-content flex-grow-1">
  3578.                            <h6 class="post-title mb-1">
  3579.                                 <a href="/appeals-for-new-immediacy-in-environmental-negotiations-as-research-reveal-climate-change-may-reach-25c/" class="text-decoration-none top-color fw-semibold">
  3580.                                    Appeals for New Immediacy in Environmental Negotiations as Research Reveal Climate Change May Reach 2.5C
  3581.                                </a>
  3582.                            </h6>
  3583.                            <div class="post-meta">
  3584.                                <small class="text-muted">
  3585.                                    <i class="ti-calendar me-1"></i>15 Aug 2026
  3586.                                </small>
  3587.                                <!-- <small class="text-muted ms-2">
  3588.                                    <i class="ti-eye me-1"></i>234 views
  3589.                                </small> -->
  3590.                            </div>
  3591.                        </div>
  3592.                    </div>
  3593.                    
  3594.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3595.                        <div class="post-image me-3 flex-shrink-0">
  3596.                            
  3597.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3598.                            
  3599.                        </div>
  3600.                        <div class="post-content flex-grow-1">
  3601.                            <h6 class="post-title mb-1">
  3602.                                 <a href="/each-chef-should-train-at-this-spot-modest-turkish-restaurant-earns-4th-on-roll-of-londons-leading-food-spots/" class="text-decoration-none top-color fw-semibold">
  3603.                                    Each Chef Should Train At This Spot’: Modest Turkish Restaurant Earns 4th on Roll of London’s Leading Food Spots.
  3604.                                </a>
  3605.                            </h6>
  3606.                            <div class="post-meta">
  3607.                                <small class="text-muted">
  3608.                                    <i class="ti-calendar me-1"></i>15 Aug 2026
  3609.                                </small>
  3610.                                <!-- <small class="text-muted ms-2">
  3611.                                    <i class="ti-eye me-1"></i>234 views
  3612.                                </small> -->
  3613.                            </div>
  3614.                        </div>
  3615.                    </div>
  3616.                    
  3617.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3618.                        <div class="post-image me-3 flex-shrink-0">
  3619.                            
  3620.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3621.                            
  3622.                        </div>
  3623.                        <div class="post-content flex-grow-1">
  3624.                            <h6 class="post-title mb-1">
  3625.                                 <a href="/how-covert-recording-exposed-a-28m-timeshare-scheme/" class="text-decoration-none top-color fw-semibold">
  3626.                                    How Covert Recording Exposed a £28m Timeshare Scheme
  3627.                                </a>
  3628.                            </h6>
  3629.                            <div class="post-meta">
  3630.                                <small class="text-muted">
  3631.                                    <i class="ti-calendar me-1"></i>15 Aug 2026
  3632.                                </small>
  3633.                                <!-- <small class="text-muted ms-2">
  3634.                                    <i class="ti-eye me-1"></i>234 views
  3635.                                </small> -->
  3636.                            </div>
  3637.                        </div>
  3638.                    </div>
  3639.                    
  3640.  
  3641.                </div>
  3642.            </div>
  3643.        </div>
  3644.  
  3645.    </div>
  3646.  
  3647.  
  3648. <!-- Sidebar Styles -->
  3649. <style>
  3650.    .sidebar-widget {
  3651.        position: relative;
  3652.    }
  3653.    
  3654.    .widget-title {
  3655.        font-size: 1.1rem;
  3656.        font-weight: 700;
  3657.        display: inline-block;
  3658.        position: relative;
  3659.        z-index: 2;
  3660.        border-radius: 0;
  3661.    }
  3662.    
  3663.    .title-arrow::after {
  3664.        content: '';
  3665.        position: absolute;
  3666.        top: 0;
  3667.        right: -20px;
  3668.        width: 0;
  3669.        height: 0;
  3670.        border-left: 20px solid var(--bs-primary);
  3671.        border-top: 20px solid transparent;
  3672.        border-bottom: 20px solid transparent;
  3673.        z-index: 1;
  3674.    }
  3675.    
  3676.    .widget-content {
  3677.        margin-top: -1px;
  3678.        position: relative;
  3679.        z-index: 1;
  3680.         background-color: var(--card-bg);
  3681.    }
  3682.    
  3683.    .recent-post-item:hover .post-title1 a {
  3684.        color: #dc3545 !important;
  3685.        transition: color 0.3s ease;
  3686.    }
  3687.    
  3688.    .recent-post-item .post-image img {
  3689.        transition: transform 0.3s ease;
  3690.    }
  3691.    
  3692.    .recent-post-item:hover .post-image img {
  3693.        transform: scale(1.05);
  3694.    }
  3695.    
  3696.    .btn:hover {
  3697.        transform: translateY(-1px);
  3698.        transition: all 0.3s ease;
  3699.        box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  3700.    }
  3701.    
  3702.    @media (max-width: 991px) {
  3703.        .sidebar {
  3704.            margin-top: 3rem;
  3705.        }
  3706.    }
  3707.    
  3708.    @media (max-width: 576px) {
  3709.        .widget-title {
  3710.            font-size: 1rem;
  3711.            padding: 0.75rem 1rem !important;
  3712.        }
  3713.        
  3714.        .title-arrow::after {
  3715.            right: -15px;
  3716.            border-left: 15px solid var(--bs-primary);
  3717.            border-top: 15px solid transparent;
  3718.            border-bottom: 15px solid transparent;
  3719.        }
  3720.        
  3721.        .post-image {
  3722.            display: none !important;
  3723.        }
  3724.    }
  3725. </style>
  3726.    
  3727.                </div>
  3728.            </div>
  3729.        </div>
  3730.    </div>
  3731. </section>
  3732.  
  3733. <script>
  3734.    // Intersection Observer for Fade-in with Slight Rotation
  3735.    document.addEventListener('DOMContentLoaded', function() {
  3736.        const observerOptions = {
  3737.            threshold: 0.15, // Trigger when 15% of the card is visible
  3738.            rootMargin: '0px 0px -50px 0px',
  3739.        };
  3740.  
  3741.        const observer = new IntersectionObserver(function(entries, observer) {
  3742.            entries.forEach(entry => {
  3743.                if (entry.isIntersecting) {
  3744.                    entry.target.classList.add('visible');
  3745.                    observer.unobserve(entry.target);
  3746.                }
  3747.            });
  3748.        }, observerOptions);
  3749.  
  3750.        document.querySelectorAll('.blog-card-v10').forEach(card => {
  3751.            observer.observe(card);
  3752.        });
  3753.    });
  3754. </script>
  3755.  
  3756.    
  3757.        
  3758.        <!-- end wpo-blog-highlights-section -->
  3759.        <!-- start wpo-blog-sponsored-section -->
  3760.        
  3761.  
  3762.  
  3763.  
  3764.    
  3765.  
  3766.  
  3767.  
  3768. <style>
  3769.    .sponsored-section-v2 {
  3770.        padding: 0 0 60px;
  3771.    }
  3772.    
  3773.    .sponsored-card-v2 {
  3774.        background: var(--body-bg);
  3775.        border-radius: 12px;
  3776.        overflow: hidden;
  3777.        transition: all 0.3s ease;
  3778.        border: none;
  3779.        box-shadow: 0 2px 15px rgba(0,0,0,0.08);
  3780.        height: 100%;
  3781.    }
  3782.    
  3783.    .sponsored-card-v2:hover {
  3784.        transform: translateY(-4px);
  3785.        box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  3786.    }
  3787.    
  3788.    .sponsored-image-v2 {
  3789.        position: relative;
  3790.        overflow: hidden;
  3791.        height: 180px;
  3792.    }
  3793.    
  3794.    .sponsored-image-v2 img {
  3795.        width: 100%;
  3796.        height: 100%;
  3797.        object-fit: cover;
  3798.        transition: transform 0.3s ease;
  3799.    }
  3800.    
  3801.    .sponsored-card-v2:hover .sponsored-image-v2 img {
  3802.        transform: scale(1.05);
  3803.    }
  3804.    
  3805.    .sponsored-badge-v2 {
  3806.        position: absolute;
  3807.        top: 12px;
  3808.        left: 12px;
  3809.        padding: 6px 12px;
  3810.        border-radius: 15px;
  3811.        font-size: 10px;
  3812.        font-weight: 600;
  3813.        text-transform: uppercase;
  3814.        letter-spacing: 0.5px;
  3815.        color: white;
  3816.    }
  3817.    
  3818.    .sponsored-content-v2 {
  3819.        padding: 20px;
  3820.    }
  3821.    
  3822.    .sponsored-title-v2 {
  3823.        font-size: 16px;
  3824.        font-weight: 600;
  3825.        line-height: 1.4;
  3826.        margin-bottom: 15px;
  3827.        min-height: 44px;
  3828.    }
  3829.    
  3830.    .sponsored-title-v2 a {
  3831.        text-decoration: none;
  3832.        transition: color 0.3s ease;
  3833.    }
  3834.    
  3835.    .sponsored-meta-v2 {
  3836.        display: flex;
  3837.        align-items: center;
  3838.        gap: 10px;
  3839.        font-size: 12px;
  3840.    }
  3841.    
  3842.    .sponsored-author-img-v2 {
  3843.        width: 28px;
  3844.        height: 28px;
  3845.        border-radius: 50%;
  3846.        object-fit: cover;
  3847.    }
  3848.    
  3849.    .section-title-sponsored-v2 {
  3850.        font-size: 2.5rem;
  3851.        font-weight: 700;
  3852.        text-align: center;
  3853.        margin-bottom: 20px;
  3854.        text-transform: capitalize;
  3855.    }
  3856.  
  3857.    @media (max-width: 768px) {
  3858.        .sponsored-section-v2 {
  3859.            padding: 0px 0 40px;
  3860.        }
  3861.        .section-title-sponsored-v2 {
  3862.            font-size: 2rem;
  3863.        }
  3864.        .sponsored-content-v2 {
  3865.            padding: 16px;
  3866.        }
  3867.    }
  3868. </style>
  3869.  
  3870. <section class="sponsored-section-v2">
  3871.    <div class="container-fluid fluid-container">
  3872.        <div class="row">
  3873.            <div class="col-12">
  3874.                <h2 class="section-title-sponsored-v2 top-color">Sponsored News</h2>
  3875.                <div class="section-title-sponsored-v2::after top-bg"></div>
  3876.            </div>
  3877.        </div>
  3878.        
  3879.        <div class="row g-4">
  3880.            
  3881.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3882.                <div class="card sponsored-card-v2">
  3883.                    <div class="sponsored-image-v2">
  3884.                        
  3885.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3886.                        
  3887.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3888.                    </div>
  3889.                    <div class="sponsored-content-v2">
  3890.                        <h3 class="sponsored-title-v2">
  3891.                            <a href="/the-new-mayor-pledges-a-dawn-for-new-york-city-in-inaugural-speech/" class="top-color">
  3892.                            The New Mayor Pledges a &#x27;Dawn&#x27; for New York City in Inaugural Speech
  3893.                            </a>
  3894.                        </h3>
  3895.                        <div class="sponsored-meta-v2">
  3896.                            
  3897.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a528c34c-171d-4586-9d73-b9523fe06d2b_profile.png" alt="Yvonne Calderon" style="object-fit: cover;" class="sponsored-author-img-v2">
  3898.                            
  3899.                            <span class="top-color">By Yvonne Calderon</span>
  3900.                            <span class="top-color">•</span>
  3901.                            <span class="top-color">15 Aug 2026</span>
  3902.                        </div>
  3903.                    </div>
  3904.                </div>
  3905.            </div>
  3906.            
  3907.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3908.                <div class="card sponsored-card-v2">
  3909.                    <div class="sponsored-image-v2">
  3910.                        
  3911.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3912.                        
  3913.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3914.                    </div>
  3915.                    <div class="sponsored-content-v2">
  3916.                        <h3 class="sponsored-title-v2">
  3917.                            <a href="/the-rising-wealth-poverty-gap-how-prosperity-and-hardship-now-sit-side-by-side-in-england/" class="top-color">
  3918.                            The Rising ‘Wealth-Poverty Gap’: How Prosperity and Hardship Now Sit Side by Side in England.
  3919.                            </a>
  3920.                        </h3>
  3921.                        <div class="sponsored-meta-v2">
  3922.                            
  3923.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a528c34c-171d-4586-9d73-b9523fe06d2b_profile.png" alt="Yvonne Calderon" style="object-fit: cover;" class="sponsored-author-img-v2">
  3924.                            
  3925.                            <span class="top-color">By Yvonne Calderon</span>
  3926.                            <span class="top-color">•</span>
  3927.                            <span class="top-color">15 Aug 2026</span>
  3928.                        </div>
  3929.                    </div>
  3930.                </div>
  3931.            </div>
  3932.            
  3933.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3934.                <div class="card sponsored-card-v2">
  3935.                    <div class="sponsored-image-v2">
  3936.                        
  3937.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3938.                        
  3939.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3940.                    </div>
  3941.                    <div class="sponsored-content-v2">
  3942.                        <h3 class="sponsored-title-v2">
  3943.                            <a href="/a-number-of-within-labour-seek-starmer-out-the-prime-minister-assures-interviewers-he-will-endure-while-britains-economic-outlook-is-set-to-improve/" class="top-color">
  3944.                            A Number of within Labour Seek Starmer Out. The Prime Minister Assures Interviewers He Will Endure – while Britain&#x27;s Economic Outlook Is Set to Improve.
  3945.                            </a>
  3946.                        </h3>
  3947.                        <div class="sponsored-meta-v2">
  3948.                            
  3949.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a528c34c-171d-4586-9d73-b9523fe06d2b_profile.png" alt="Yvonne Calderon" style="object-fit: cover;" class="sponsored-author-img-v2">
  3950.                            
  3951.                            <span class="top-color">By Yvonne Calderon</span>
  3952.                            <span class="top-color">•</span>
  3953.                            <span class="top-color">15 Aug 2026</span>
  3954.                        </div>
  3955.                    </div>
  3956.                </div>
  3957.            </div>
  3958.            
  3959.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3960.                <div class="card sponsored-card-v2">
  3961.                    <div class="sponsored-image-v2">
  3962.                        
  3963.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3964.                        
  3965.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3966.                    </div>
  3967.                    <div class="sponsored-content-v2">
  3968.                        <h3 class="sponsored-title-v2">
  3969.                            <a href="/appeals-for-new-immediacy-in-environmental-negotiations-as-research-reveal-climate-change-may-reach-25c/" class="top-color">
  3970.                            Appeals for New Immediacy in Environmental Negotiations as Research Reveal Climate Change May Reach 2.5C
  3971.                            </a>
  3972.                        </h3>
  3973.                        <div class="sponsored-meta-v2">
  3974.                            
  3975.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a528c34c-171d-4586-9d73-b9523fe06d2b_profile.png" alt="Yvonne Calderon" style="object-fit: cover;" class="sponsored-author-img-v2">
  3976.                            
  3977.                            <span class="top-color">By Yvonne Calderon</span>
  3978.                            <span class="top-color">•</span>
  3979.                            <span class="top-color">15 Aug 2026</span>
  3980.                        </div>
  3981.                    </div>
  3982.                </div>
  3983.            </div>
  3984.            
  3985.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3986.                <div class="card sponsored-card-v2">
  3987.                    <div class="sponsored-image-v2">
  3988.                        
  3989.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3990.                        
  3991.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3992.                    </div>
  3993.                    <div class="sponsored-content-v2">
  3994.                        <h3 class="sponsored-title-v2">
  3995.                            <a href="/each-chef-should-train-at-this-spot-modest-turkish-restaurant-earns-4th-on-roll-of-londons-leading-food-spots/" class="top-color">
  3996.                            Each Chef Should Train At This Spot’: Modest Turkish Restaurant Earns 4th on Roll of London’s Leading Food Spots.
  3997.                            </a>
  3998.                        </h3>
  3999.                        <div class="sponsored-meta-v2">
  4000.                            
  4001.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a528c34c-171d-4586-9d73-b9523fe06d2b_profile.png" alt="Yvonne Calderon" style="object-fit: cover;" class="sponsored-author-img-v2">
  4002.                            
  4003.                            <span class="top-color">By Yvonne Calderon</span>
  4004.                            <span class="top-color">•</span>
  4005.                            <span class="top-color">15 Aug 2026</span>
  4006.                        </div>
  4007.                    </div>
  4008.                </div>
  4009.            </div>
  4010.            
  4011.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4012.                <div class="card sponsored-card-v2">
  4013.                    <div class="sponsored-image-v2">
  4014.                        
  4015.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4016.                        
  4017.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  4018.                    </div>
  4019.                    <div class="sponsored-content-v2">
  4020.                        <h3 class="sponsored-title-v2">
  4021.                            <a href="/how-covert-recording-exposed-a-28m-timeshare-scheme/" class="top-color">
  4022.                            How Covert Recording Exposed a £28m Timeshare Scheme
  4023.                            </a>
  4024.                        </h3>
  4025.                        <div class="sponsored-meta-v2">
  4026.                            
  4027.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a528c34c-171d-4586-9d73-b9523fe06d2b_profile.png" alt="Yvonne Calderon" style="object-fit: cover;" class="sponsored-author-img-v2">
  4028.                            
  4029.                            <span class="top-color">By Yvonne Calderon</span>
  4030.                            <span class="top-color">•</span>
  4031.                            <span class="top-color">15 Aug 2026</span>
  4032.                        </div>
  4033.                    </div>
  4034.                </div>
  4035.            </div>
  4036.            
  4037.        </div>
  4038.    </div>
  4039. </section>
  4040.  
  4041.  
  4042.    
  4043.        <!-- end wpo-blog-sponsored-section -->
  4044.        <!-- start wpo-subscribe-section -->
  4045.        
  4046.        <!-- end subscribe-section -->
  4047.        <!-- start of wpo-site-footer-section -->
  4048.        
  4049.  
  4050.  
  4051.  
  4052.  
  4053.  
  4054.  
  4055. <!-- Footer V4 - Modern Corporate Design -->
  4056. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  4057.  
  4058.    <div class="container-fluid fluid-container">
  4059.        
  4060.        <!-- Content Sections -->
  4061.        <div class="content-sections">
  4062.            <div class="row g-5">
  4063.                
  4064.                <!-- Brand Column -->
  4065.                <div class="col-lg-4 col-md-12">
  4066.                    <div class="brand-section">
  4067.                        <div class="brand-header">
  4068.                            
  4069.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/b0202dbf-d50d-46e9-9048-d91625ee4792_logo.png" alt="Talk Urban UK" class="brand-logo" loading="lazy">
  4070.                            
  4071.                            <div class="brand-text">
  4072.                                <h3 class="brand-name">Talk Urban UK</h3>
  4073.                                <span class="brand-type">Digital Publication</span>
  4074.                            </div>
  4075.                        </div>
  4076.                        <p class="brand-description  text-lg-start ">
  4077.                            Talk Urban UK covers city life, culture, and urban development with insights, news, and analysis on urban trends, sustainability, and community stories across the UK.
  4078.                        </p>
  4079.                    </div>
  4080.                </div>
  4081.  
  4082.                <!-- Quick Links Column -->
  4083.               <div class="col-lg-4 col-md-6">
  4084.                    <div class="links-section">
  4085.                        <div class="section-title">
  4086.                            <h4 class="title-text">Resources</h4>
  4087.                            <div class="title-decoration"></div>
  4088.                        </div>
  4089.                        <div class="links-container">
  4090.                          
  4091. <div class="link-group">
  4092.    <ul class="link-list" id="externalLinks">
  4093.        
  4094.  
  4095.    
  4096.        
  4097.        
  4098.        
  4099.    </ul>
  4100. </div>
  4101.  
  4102.                        </div>
  4103.                    </div>
  4104.                </div>
  4105.  
  4106.                <!-- Categories Column -->
  4107.                <div class="col-lg-4 col-md-6">
  4108.                    <div class="categories-section">
  4109.                        <div class="section-title">
  4110.                            <h4 class="title-text">Explore Topics</h4>
  4111.                            <div class="title-decoration"></div>
  4112.                        </div>
  4113.                        <div class="categories-container">
  4114.                            <p class="categories-intro">Discover content organized by topics that interest you most.</p>
  4115.                            <div class="categories-cloud">
  4116.                                
  4117.                                <a href="/category/all-posts/" class="category-pill">
  4118.                                    All Posts
  4119.                                </a>
  4120.                                
  4121.                                <a href="/category/business/" class="category-pill">
  4122.                                    Business
  4123.                                </a>
  4124.                                
  4125.                                <a href="/category/esports/" class="category-pill">
  4126.                                    Esports
  4127.                                </a>
  4128.                                
  4129.                                <a href="/category/fashion/" class="category-pill">
  4130.                                    Fashion
  4131.                                </a>
  4132.                                
  4133.                                <a href="/category/featured/" class="category-pill">
  4134.                                    Featured
  4135.                                </a>
  4136.                                
  4137.                                <a href="/category/gaming/" class="category-pill">
  4138.                                    Gaming
  4139.                                </a>
  4140.                                
  4141.                                <a href="/category/health/" class="category-pill">
  4142.                                    Health
  4143.                                </a>
  4144.                                
  4145.                                <a href="/category/life-fitness/" class="category-pill">
  4146.                                    Life &amp; Fitness
  4147.                                </a>
  4148.                                
  4149.                            </div>
  4150.                        </div>
  4151.                    </div>
  4152.                </div>
  4153.  
  4154.            </div>
  4155.        </div>
  4156.  
  4157.        <!-- Footer Bottom -->
  4158.        <div class="footer-bottom">
  4159.            <div class="bottom-border"></div>
  4160.            <div class=" d-flex justify-content-between flex-wrap">
  4161.                <div>
  4162.                    <div class="copyright-info">
  4163.                        <p class="copyright-main">
  4164.                            Â© 2026 <span class="brand-highlight">Talk Urban UK</span>. All rights reserved.
  4165.                        </p>
  4166.                        <p class="copyright-sub">
  4167.                            Thoughtfully crafted content for curious minds worldwide.
  4168.                        </p>
  4169.                    </div>
  4170.                </div>
  4171.                <div>
  4172.                    <div class="footer-actions">
  4173.                        <div class="action-links">
  4174.                            <a href="/page/write-for-us/" class="action-link">
  4175.                                <i class="bi bi-shield-check"></i>
  4176.                                <span>Write For Us</span>
  4177.                            </a>
  4178.                            <a href="/page/terms-and-conditions/" class="action-link">
  4179.                                <i class="bi bi-shield-check"></i>
  4180.                                <span>Terms & Conditions</span>
  4181.                            </a>
  4182.                            <a href="/sitemap.xml" class="action-link">
  4183.                                <i class="bi bi-diagram-3"></i>
  4184.                                <span>Sitemap</span>
  4185.                            </a>
  4186.                        </div>
  4187.  
  4188.                    </div>
  4189.                </div>
  4190.            </div>
  4191.        </div>
  4192.  
  4193.    </div>
  4194.  
  4195.    
  4196.  
  4197. </footer>
  4198.  
  4199.  
  4200. <style>
  4201. /* Footer V4 - Modern Corporate Design */
  4202. .wpo-site-footer-v4 {
  4203.    color: var(--footer-color);
  4204.    margin-top: 100px;
  4205. }
  4206.  
  4207.  
  4208. .accent-line {
  4209.    position: absolute;
  4210.    top: 0;
  4211.    height: 100%;
  4212.    width: 33.333%;
  4213.    opacity: 0.8;
  4214. }
  4215.  
  4216. .accent-1 {
  4217.    left: 0;
  4218.    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
  4219.    animation: slideRight 3s ease-in-out infinite;
  4220. }
  4221.  
  4222. .accent-2 {
  4223.    left: 33.333%;
  4224.    background: linear-gradient(90deg, #8b5cf6, #7c3aed);
  4225.    animation: slideRight 3s ease-in-out infinite 1s;
  4226. }
  4227.  
  4228. .accent-3 {
  4229.    left: 66.666%;
  4230.    background: linear-gradient(90deg, #10b981, #059669);
  4231.    animation: slideRight 3s ease-in-out infinite 2s;
  4232. }
  4233.  
  4234. @keyframes slideRight {
  4235.    0%, 100% { transform: translateX(-10px); opacity: 0.6; }
  4236.    50% { transform: translateX(10px); opacity: 1; }
  4237. }
  4238.  
  4239. /* Content Sections */
  4240. .content-sections {
  4241.    padding: 60px 0;
  4242.    position: relative;
  4243.    z-index: 2;
  4244. }
  4245.  
  4246. /* Brand Section */
  4247. .brand-section {
  4248.    padding-right: 2rem;
  4249. }
  4250.  
  4251. .brand-header {
  4252.    display: flex;
  4253.    align-items: center;
  4254.    margin-bottom: 2rem;
  4255.    gap: 1rem;
  4256. }
  4257.  
  4258. .brand-logo {
  4259.    height: 50px;
  4260.    width: auto;
  4261.    border-radius: 8px;
  4262. }
  4263.  
  4264. .brand-name {
  4265.    font-size: 1.5rem;
  4266.    font-weight: 800;
  4267.    color: var(--footer-color) !important;
  4268.    margin: 0;
  4269. }
  4270.  
  4271. .brand-type {
  4272.    color: var(--footer-color) !important;
  4273.    opacity: 0.8;
  4274.    font-size: 0.85rem;
  4275.    font-weight: 500;
  4276.    text-transform: uppercase;
  4277.    letter-spacing: 0.5px;
  4278. }
  4279.  
  4280. .brand-description {
  4281.    color: var(--footer-color) !important;
  4282.    line-height: 1.7;
  4283.    margin-bottom: 2rem;
  4284.    font-size: 0.95rem;
  4285. }
  4286.  
  4287. .brand-stats {
  4288.    display: flex;
  4289.    align-items: center;
  4290.    gap: 1.5rem;
  4291. }
  4292.  
  4293. .stat-item {
  4294.    text-align: center;
  4295. }
  4296.  
  4297. .stat-number {
  4298.    font-size: 1.5rem;
  4299.    font-weight: 800;
  4300.    color: #3b82f6;
  4301.    display: block;
  4302.    line-height: 1;
  4303. }
  4304.  
  4305. .stat-label {
  4306.    font-size: 0.8rem;
  4307.    color: #94a3b8;
  4308.    margin-top: 0.25rem;
  4309. }
  4310.  
  4311. .stat-divider {
  4312.    width: 1px;
  4313.    height: 40px;
  4314.    background: rgba(255, 255, 255, 0.2);
  4315. }
  4316.  
  4317. /* Links Section */
  4318. .links-section {
  4319.    padding-left: 1rem;
  4320.    padding-right: 1rem;
  4321. }
  4322.  
  4323. .section-title {
  4324.    margin-bottom: 2rem;
  4325.    position: relative;
  4326. }
  4327.  
  4328. .title-text {
  4329.    font-size: 1.3rem;
  4330.    font-weight: 700;
  4331.    color: var(--footer-color) !important;
  4332.    margin-bottom: 0.5rem;
  4333.    text-align: justify !important;
  4334. }
  4335.  
  4336.  
  4337. .link-group {
  4338.    margin-bottom: 2rem;
  4339. }
  4340.  
  4341. .group-title {
  4342.    font-size: 1rem;
  4343.    font-weight: 600;
  4344.    color: #f1f5f9;
  4345.    margin-bottom: 1rem;
  4346.    padding-bottom: 0.5rem;
  4347.    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  4348. }
  4349.  
  4350. .link-list {
  4351.    list-style: none;
  4352.    padding: 0;
  4353.    margin: 0;
  4354. }
  4355.  
  4356. .link-item {
  4357.    margin-bottom: 0.75rem;
  4358. }
  4359.  
  4360. .link-text {
  4361.    color: var(--footer-color) !important;
  4362.    text-decoration: none;
  4363.    font-size: 0.9rem;
  4364.    display: flex;
  4365.    align-items: center;
  4366.    transition: all 0.3s ease;
  4367.    padding: 0.25rem 0;
  4368. }
  4369.  
  4370. .link-text:hover {
  4371.    color: #3b82f6;
  4372.    padding-left: 0.5rem;
  4373. }
  4374.  
  4375. .link-icon {
  4376.    margin-right: 0.5rem;
  4377.    opacity: 0;
  4378.    transition: opacity 0.3s ease;
  4379. }
  4380.  
  4381. .link-text:hover .link-icon {
  4382.    opacity: 1;
  4383. }
  4384.  
  4385. .external-icon {
  4386.    color: #10b981;
  4387. }
  4388.  
  4389. /* Categories Section */
  4390. .categories-section {
  4391.    padding-left: 1rem;
  4392. }
  4393.  
  4394. .categories-intro {
  4395.    color: #cbd5e1;
  4396.    margin-bottom: 1.5rem;
  4397.    font-size: 0.9rem;
  4398. }
  4399.  
  4400. .categories-cloud {
  4401.    display: flex;
  4402.    flex-wrap: wrap;
  4403.    gap: 0.75rem;
  4404. }
  4405.  
  4406. .category-pill {
  4407.    display: inline-block;
  4408.    padding: 0.5rem 1rem;
  4409.    background: rgba(255, 255, 255, 0.1);
  4410.    border: 1px solid rgba(255, 255, 255, 0.2);
  4411.    border-radius: 20px;
  4412.    color:  var(--footer-color) !important;
  4413.    text-decoration: none;
  4414.    font-size: 0.85rem;
  4415.    opacity: 0.7;
  4416.    font-weight: 500;
  4417.    transition: all 0.3s ease;
  4418. }
  4419.  
  4420. .category-pill:hover {
  4421.    background: #3b82f6;
  4422.    border-color: #3b82f6;
  4423.    color: var(--footer-color) !important;
  4424.    opacity: 1;
  4425.    transform: translateY(-1px);
  4426.    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
  4427. }
  4428.  
  4429. /* Footer Bottom */
  4430. .footer-bottom {
  4431.    padding: 2rem 0;
  4432.    position: relative;
  4433.    z-index: 2;
  4434. }
  4435.  
  4436. .bottom-border {
  4437.    height: 1px;
  4438.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  4439.    margin-bottom: 2rem;
  4440. }
  4441.  
  4442. .copyright-main {
  4443.    font-size: 1rem;
  4444.    color: #e2e8f0;
  4445.    margin-bottom: 0.25rem;
  4446. }
  4447.  
  4448. .brand-highlight {
  4449.    color: var(--footer-color);
  4450.    font-weight: 700;
  4451. }
  4452.  
  4453. .copyright-sub {
  4454.    font-size: 0.85rem;
  4455.    color: #94a3b8;
  4456.    margin: 0;
  4457. }
  4458.  
  4459. .footer-actions {
  4460.    display: flex;
  4461.    align-items: center;
  4462.    gap: 2rem;
  4463. }
  4464.  
  4465. .action-links {
  4466.    display: flex;
  4467.    gap: 1.5rem;
  4468. }
  4469.  
  4470. .action-link {
  4471.    display: flex;
  4472.    align-items: center;
  4473.    gap: 0.5rem;
  4474.    color: #cbd5e1;
  4475.    text-decoration: none;
  4476.    font-size: 0.9rem;
  4477.    transition: color 0.3s ease;
  4478. }
  4479.  
  4480. .action-link:hover {
  4481.    color: #3b82f6;
  4482. }
  4483.  
  4484. .scroll-to-top-btn {
  4485.    background: rgba(255, 255, 255, 0.1);
  4486.    border: 1px solid rgba(255, 255, 255, 0.2);
  4487.    color: #cbd5e1;
  4488.    width: 44px;
  4489.    height: 44px;
  4490.    border-radius: 12px;
  4491.    cursor: pointer;
  4492.    transition: all 0.3s ease;
  4493.    display: flex;
  4494.    align-items: center;
  4495.    justify-content: center;
  4496. }
  4497.  
  4498. .scroll-to-top-btn:hover {
  4499.    background: #3b82f6;
  4500.    border-color: #3b82f6;
  4501.    color: white;
  4502.    transform: translateY(-2px);
  4503. }
  4504.  
  4505. /* Background Pattern */
  4506. .footer-pattern {
  4507.    position: absolute;
  4508.    top: 0;
  4509.    left: 0;
  4510.    width: 100%;
  4511.    height: 100%;
  4512.    z-index: 1;
  4513.    overflow: hidden;
  4514. }
  4515.  
  4516. .pattern-grid {
  4517.    position: relative;
  4518.    width: 100%;
  4519.    height: 100%;
  4520. }
  4521.  
  4522. .pattern-dot {
  4523.    position: absolute;
  4524.    width: 2px;
  4525.    height: 2px;
  4526.    background: rgba(255, 255, 255, 0.1);
  4527.    border-radius: 50%;
  4528. }
  4529.  
  4530. .pattern-dot:nth-child(1) { top: 20%; left: 10%; }
  4531. .pattern-dot:nth-child(2) { top: 40%; right: 15%; }
  4532. .pattern-dot:nth-child(3) { top: 60%; left: 70%; }
  4533. .pattern-dot:nth-child(4) { bottom: 30%; right: 30%; }
  4534. .pattern-dot:nth-child(5) { bottom: 50%; left: 40%; }
  4535. .pattern-dot:nth-child(6) { top: 80%; right: 60%; }
  4536.  
  4537. /* Responsive Design */
  4538. @media (max-width: 992px) {
  4539.    .newsletter-heading {
  4540.        font-size: 2rem;
  4541.    }
  4542.    
  4543.    .brand-section {
  4544.        padding-right: 0;
  4545.        margin-bottom: 3rem;
  4546.    }
  4547.    
  4548.    .links-section, .categories-section {
  4549.        padding-left: 0;
  4550.        padding-right: 0;
  4551.    }
  4552.    
  4553.    .brand-stats {
  4554.        justify-content: center;
  4555.        margin-top: 2rem;
  4556.    }
  4557. }
  4558.  
  4559. @media (max-width: 768px) {
  4560.    .newsletter-section {
  4561.        padding: 60px 0 40px;
  4562.    }
  4563.    
  4564.    .newsletter-container {
  4565.        padding: 2rem 1.5rem;
  4566.        margin: 0 1rem;
  4567.    }
  4568.    
  4569.    .newsletter-heading {
  4570.        font-size: 1.75rem;
  4571.    }
  4572.    
  4573.    .content-sections {
  4574.        padding: 40px 0;
  4575.    }
  4576.    
  4577.    .brand-header {
  4578.        flex-direction: column;
  4579.        text-align: center;
  4580.    }
  4581.    
  4582.    .footer-actions {
  4583.        flex-direction: column;
  4584.        gap: 1rem;
  4585.        margin-top: 1.5rem;
  4586.    }
  4587.    
  4588.    .action-links {
  4589.        order: 2;
  4590.    }
  4591.    
  4592.    .scroll-to-top-btn {
  4593.        order: 1;
  4594.    }
  4595. }
  4596.  
  4597. @media (max-width: 576px) {
  4598.    .newsletter-container {
  4599.        padding: 1.5rem 1rem;
  4600.    }
  4601.    
  4602.    .newsletter-heading {
  4603.        font-size: 1.5rem;
  4604.    }
  4605.    
  4606.    .brand-stats {
  4607.        flex-direction: column;
  4608.        gap: 1rem;
  4609.    }
  4610.    
  4611.    .stat-divider {
  4612.        width: 40px;
  4613.        height: 1px;
  4614.    }
  4615.    
  4616.    .action-links {
  4617.        flex-direction: column;
  4618.        gap: 0.75rem;
  4619.        text-align: center;
  4620.    }
  4621.    
  4622.    .pattern-dot {
  4623.        display: none;
  4624.    }
  4625. }
  4626. </style>
  4627.  
  4628. <!-- Bootstrap 5 JS -->
  4629.  
  4630. <script>
  4631. // Scroll to Top Function
  4632. document.addEventListener('DOMContentLoaded', function () {
  4633.    var btn = document.getElementById('toggleExternal');
  4634.    if (!btn) return; // No extra items, no button
  4635.  
  4636.    var extras = document.querySelectorAll('#externalLinks li.extra');
  4637.  
  4638.    btn.addEventListener('click', function () {
  4639.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4640.            return li.classList.contains('d-none');
  4641.        });
  4642.  
  4643.        extras.forEach(function (li) {
  4644.            if (anyHidden) {
  4645.                li.classList.remove('d-none');
  4646.                li.classList.add('show');
  4647.            } else {
  4648.                li.classList.add('d-none');
  4649.                li.classList.remove('show');
  4650.            }
  4651.        });
  4652.  
  4653.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4654.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4655.    });
  4656. });
  4657. function scrollToTop() {
  4658.    window.scrollTo({
  4659.        top: 0,
  4660.        behavior: 'smooth'
  4661.    });
  4662. }
  4663.  
  4664. // Initialize Footer V4 Features
  4665. document.addEventListener('DOMContentLoaded', function() {
  4666.    
  4667.    // Newsletter Form Handling
  4668.    const newsletterForm = document.querySelector('.newsletter-form');
  4669.    const emailInput = document.querySelector('.form-input');
  4670.    const submitButton = document.querySelector('.submit-button');
  4671.    const successMessage = document.querySelector('.success-message');
  4672.    const errorMessage = document.querySelector('.error-message');
  4673.    const infoMessage = document.querySelector('.info-message');
  4674.    
  4675.    if (newsletterForm && emailInput && submitButton) {
  4676.        
  4677.        // Form submission
  4678.        newsletterForm.addEventListener('submit', function(e) {
  4679.            e.preventDefault();
  4680.            
  4681.            const email = emailInput.value.trim();
  4682.            
  4683.            // Validate email
  4684.            if (!email || !isValidEmail(email)) {
  4685.                showMessage('error');
  4686.                emailInput.focus();
  4687.                return;
  4688.            }
  4689.            
  4690.            // Show loading state
  4691.            const originalText = submitButton.querySelector('.button-text').textContent;
  4692.            const originalIcon = submitButton.querySelector('.button-icon').innerHTML;
  4693.            
  4694.            submitButton.disabled = true;
  4695.            submitButton.querySelector('.button-text').textContent = 'Subscribing...';
  4696.            submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-arrow-clockwise"></i>';
  4697.            submitButton.querySelector('.button-icon i').style.animation = 'spin 1s linear infinite';
  4698.            
  4699.            // Simulate API call
  4700.            setTimeout(() => {
  4701.                // Success state
  4702.                submitButton.querySelector('.button-text').textContent = 'Subscribed!';
  4703.                submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-check-lg"></i>';
  4704.                submitButton.querySelector('.button-icon i').style.animation = 'none';
  4705.                submitButton.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  4706.                
  4707.                showMessage('success');
  4708.                
  4709.                // Reset after delay
  4710.                setTimeout(() => {
  4711.                    submitButton.querySelector('.button-text').textContent = originalText;
  4712.                    submitButton.querySelector('.button-icon').innerHTML = originalIcon;
  4713.                    submitButton.style.background = '';
  4714.                    submitButton.disabled = false;
  4715.                    emailInput.value = '';
  4716.                    showMessage('info');
  4717.                }, 3000);
  4718.                
  4719.            }, 2000);
  4720.        });
  4721.        
  4722.        // Input validation
  4723.        emailInput.addEventListener('blur', function() {
  4724.            const email = this.value.trim();
  4725.            if (email && !isValidEmail(email)) {
  4726.                this.style.borderColor = '#ef4444';
  4727.                this.style.boxShadow = '0 0 0 4px rgba(239, 68, 68, 0.2)';
  4728.            } else if (email && isValidEmail(email)) {
  4729.                this.style.borderColor = '#10b981';
  4730.                this.style.boxShadow = '0 0 0 4px rgba(16, 185, 129, 0.2)';
  4731.            }
  4732.        });
  4733.        
  4734.        emailInput.addEventListener('focus', function() {
  4735.            this.style.borderColor = '#3b82f6';
  4736.            this.style.boxShadow = '0 0 0 4px rgba(59, 130, 246, 0.2)';
  4737.        });
  4738.        
  4739.        // Reset validation styling on input
  4740.        emailInput.addEventListener('input', function() {
  4741.            if (this.style.borderColor === 'rgb(239, 68, 68)') {
  4742.                this.style.borderColor = '';
  4743.                this.style.boxShadow = '';
  4744.            }
  4745.        });
  4746.    }
  4747.    
  4748.    // Email validation function
  4749.    function isValidEmail(email) {
  4750.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  4751.        return emailRegex.test(email);
  4752.    }
  4753.    
  4754.    // Message display function
  4755.    function showMessage(type) {
  4756.        // Hide all messages
  4757.        successMessage.style.display = 'none';
  4758.        errorMessage.style.display = 'none';
  4759.        infoMessage.style.display = 'none';
  4760.        
  4761.        // Show specific message
  4762.        if (type === 'success') {
  4763.            successMessage.style.display = 'block';
  4764.        } else if (type === 'error') {
  4765.            errorMessage.style.display = 'block';
  4766.        } else if (type === 'info') {
  4767.            infoMessage.style.display = 'block';
  4768.        }
  4769.    }
  4770.    
  4771.    // Smooth reveal animations
  4772.    const observerOptions = {
  4773.        threshold: 0.1,
  4774.        rootMargin: '0px 0px -30px 0px'
  4775.    };
  4776.    
  4777.    const sectionObserver = new IntersectionObserver((entries) => {
  4778.        entries.forEach(entry => {
  4779.            if (entry.isIntersecting) {
  4780.                entry.target.style.opacity = '1';
  4781.                entry.target.style.transform = 'translateY(0)';
  4782.            }
  4783.        });
  4784.    }, observerOptions);
  4785.    
  4786.    // Animate sections
  4787.    document.querySelectorAll('.brand-section, .links-section, .categories-section').forEach((section, index) => {
  4788.        section.style.opacity = '0';
  4789.        section.style.transform = 'translateY(20px)';
  4790.        section.style.transition = `all 0.6s ease ${index * 0.2}s`;
  4791.        sectionObserver.observe(section);
  4792.    });
  4793.    
  4794.    // Animate category pills
  4795.    document.querySelectorAll('.category-pill').forEach((pill, index) => {
  4796.        pill.style.opacity = '0';
  4797.        pill.style.transform = 'translateY(10px)';
  4798.        pill.style.transition = `all 0.4s ease ${index * 0.1}s`;
  4799.        
  4800.        setTimeout(() => {
  4801.            pill.style.opacity = '1';
  4802.            pill.style.transform = 'translateY(0)';
  4803.        }, 300 + (index * 100));
  4804.    });
  4805.    
  4806.    // Enhanced link hover effects
  4807.    document.querySelectorAll('.link-text').forEach(link => {
  4808.        link.addEventListener('mouseenter', function() {
  4809.            const icon = this.querySelector('.link-icon');
  4810.            if (icon) {
  4811.                icon.style.transform = 'translateX(4px)';
  4812.            }
  4813.        });
  4814.        
  4815.        link.addEventListener('mouseleave', function() {
  4816.            const icon = this.querySelector('.link-icon');
  4817.            if (icon) {
  4818.                icon.style.transform = 'translateX(0)';
  4819.            }
  4820.        });
  4821.    });
  4822.    
  4823.    // Prevent default for demo links
  4824.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4825.        link.addEventListener('click', function(e) {
  4826.            e.preventDefault();
  4827.        });
  4828.    });
  4829.    
  4830.    // Add ripple effect to submit button
  4831.    submitButton.addEventListener('click', function(e) {
  4832.        const ripple = document.createElement('span');
  4833.        const rect = this.getBoundingClientRect();
  4834.        const size = Math.max(rect.width, rect.height);
  4835.        const x = e.clientX - rect.left - size / 2;
  4836.        const y = e.clientY - rect.top - size / 2;
  4837.        
  4838.        ripple.style.cssText = `
  4839.            position: absolute;
  4840.            width: ${size}px;
  4841.            height: ${size}px;
  4842.            left: ${x}px;
  4843.            top: ${y}px;
  4844.            background: rgba(255, 255, 255, 0.3);
  4845.            border-radius: 50%;
  4846.            transform: scale(0);
  4847.            animation: ripple 0.6s ease-out;
  4848.            pointer-events: none;
  4849.        `;
  4850.        
  4851.        this.appendChild(ripple);
  4852.        
  4853.        setTimeout(() => {
  4854.            ripple.remove();
  4855.        }, 600);
  4856.    });
  4857.    
  4858. });
  4859.  
  4860. // Add CSS for ripple animation
  4861. const rippleStyle = document.createElement('style');
  4862. rippleStyle.textContent = `
  4863.    @keyframes ripple {
  4864.        to {
  4865.            transform: scale(2);
  4866.            opacity: 0;
  4867.        }
  4868.    }
  4869.    
  4870.    @keyframes spin {
  4871.        from { transform: rotate(0deg); }
  4872.        to { transform: rotate(360deg); }
  4873.    }
  4874.    
  4875.    .submit-button {
  4876.        position: relative;
  4877.        overflow: hidden;
  4878.    }
  4879. `;
  4880. document.head.appendChild(rippleStyle);
  4881. </script>
  4882.  
  4883.        <!-- end of wpo-site-footer-section -->
  4884.    </div>
  4885.    <!-- end of page-wrapper -->
  4886.  
  4887.    <!-- All JavaScript files
  4888.    ================================================== -->
  4889.    
  4890.  
  4891. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4892. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4893. <!-- Plugins for this template -->
  4894. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4895. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4896. <!-- Custom script for this template -->
  4897. <script src="/static/blogapp/assets/js/script.js"></script>
  4898.  
  4899. <script>
  4900. (function () {
  4901. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4902. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4903.  
  4904. function applyFallback(img) {
  4905. if (!img || img.dataset.fallbackApplied === "1") {
  4906. return;
  4907. }
  4908. var failedSrc = img.currentSrc || img.src || "";
  4909. img.dataset.fallbackApplied = "1";
  4910. img.onerror = null;
  4911. img.src = fallbackImageSrc;
  4912. console.warn("[ImageFallback] Replaced broken image:", {
  4913. failedSrc: failedSrc,
  4914. fallbackSrc: fallbackImageSrc,
  4915. alt: img.alt || "",
  4916. });
  4917. }
  4918.  
  4919. document.querySelectorAll("img").forEach(function (img) {
  4920. if (img.complete && img.naturalWidth === 0) {
  4921. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4922. failedSrc: img.currentSrc || img.src || "",
  4923. alt: img.alt || "",
  4924. });
  4925. applyFallback(img);
  4926. }
  4927. });
  4928.  
  4929. document.addEventListener(
  4930. "error",
  4931. function (event) {
  4932. var target = event.target;
  4933. if (target && target.tagName === "IMG") {
  4934. applyFallback(target);
  4935. }
  4936. },
  4937. true
  4938. );
  4939. })();
  4940. </script>
  4941.  
  4942. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4943.  
  4944.  
  4945.  
  4946. <script type="module" src="https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496" integrity="sha512-ZE9pZaUXND66v380QUtch/5sE9tPFh2zg45pR2PB0CVkCtOREv2AJKkSidISWkysEuQ0EH8faUU5du78bx87UQ==" data-cf-beacon='{"version":"2024.11.0","token":"c92b01ff25574f7493e2a4e5e5bac1d9","r":1}' crossorigin="anonymous"></script>
  4947. </body>
  4948.  
  4949. </html>
  4950.  
  4951.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda