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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="mulish">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/Untitled_design_-_2025-04-26T145819.661_Vsd51Br_cm0OqCK_2eJYBzq.png">
  14.    
  15.  
  16.    <title>NewsFresh UK: Latest UK News, Politics &amp; Current Affairs Updates</title>
  17.    <meta name="description" content="Stay informed with NewsFresh UK&#x27;s comprehensive coverage of breaking news, politics, business, and culture across the United Kingdom. Daily updates and in-depth analysis.">
  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://newsfresh.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #00a6fb;
  42.        --bs-primary-rgb: 00a6fb;
  43.        --bs-secondary: #64748b;
  44.        --bs-success: #2dd4bf;
  45.        --bs-danger: #f43f5e;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #60a5fa;
  48.        --bs-light: #eff6ff;
  49.        --bs-dark: #1e3a8a;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #00a6fb;
  53.        --theme-primary-color-s2: #00a6fb;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #1e3a8a;
  57.        --text-light-color: #676767;
  58.        --heading-color: #1e3a8a;
  59.        --border-color: #bfdbfe;
  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: #dbeafe;
  75.        --navbar-color: #1e3a8a;
  76.        --topbar-bg: #eff6ff;
  77.        --topbar-color: #1e3a8a;
  78.        --footer-bg: #1e3a8a;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #bfdbfe;
  82.        --card-radius: 10px;
  83.        --link-color: #00a6fb;
  84.        --link-hover: #0086d1;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(0, 166, 251, 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_52">
  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: "Intensifying War of Words Among Ethiopian Government and Eritrea Triggers Fears of Military Confrontation", url: "/intensifying-war-of-words-among-ethiopian-government-and-eritrea-triggers-fears-of-military-confrontation/" },
  430.    
  431.      { title: "New York Jets Icon Nick Mangold Passes Away at 41 Amid Pursuing Kidney Transplant", url: "/new-york-jets-icon-nick-mangold-passes-away-at-41-amid-pursuing-kidney-transplant/" },
  432.    
  433.      { title: "Presidential Contender Alleges Election Has Been \u0027Manipulated\u0027", url: "/presidential-contender-alleges-election-has-been-manipulated/" },
  434.    
  435.      { title: "The Electric Vehicle Giant Investors to Vote on Mammoth $1 Trillion Compensation Package for CEO the Tech Mogul", url: "/the-electric-vehicle-giant-investors-to-vote-on-mammoth-1-trillion-compensation-package-for-ceo-the-tech-mogul/" },
  436.    
  437.      { title: "Strictly Winners Crowned in Spectacular Live Final", url: "/strictly-winners-crowned-in-spectacular-live-final/" }
  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. <nav class="navigation navbar navbar-expand-lg navbar-light custom-nav dynamic-navbar mb-4">
  494.  <div class="container-fluid fluid-container">
  495.    <div class="row flex-wrap align-items-center">
  496.      <div class="col-lg-3 col-md-3 col-3 d-lg-none dl-block">
  497.        <div class="mobail-menu">
  498.          <button type="button" class="navbar-toggler open-btn">
  499.            <span class="sr-only">Toggle navigation</span>
  500.            <span class="icon-bar first-angle"></span>
  501.            <span class="icon-bar middle-angle"></span>
  502.            <span class="icon-bar last-angle"></span>
  503.          </button>
  504.        </div>
  505.      </div>
  506.      <div class="col-lg-2 col-md-6 col-6">
  507.        <div class="navbar-header">
  508.          <a class="navbar-brand" href="/">
  509.            
  510.            <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/f4682b9c-5949-44e8-9a92-5fb7c4b9fbc0_logo.png" alt="NewsFresh UK" />
  511.            
  512.          </a>
  513.        </div>
  514.  
  515.      </div>
  516.      <div class="col-lg-8 col-md-1 col-1">
  517.        <div id="navbar" class="collapse navbar-collapse navigation-holder">
  518.          <button class="menu-close"><i class="ti-close"></i></button>
  519.          <ul class="nav navbar-nav mb-2 mb-lg-0">
  520.            <li>
  521.              <a href="/">
  522.                Home
  523.              </a>
  524.            </li>
  525.            
  526.            
  527.             <li>
  528.              <a href="/category/all-posts/">
  529.                All Posts
  530.              </a>
  531.              </li>
  532.              
  533.  
  534.                  
  535.              
  536.             <li>
  537.              <a href="/category/business/">
  538.                Business
  539.              </a>
  540.              </li>
  541.              
  542.  
  543.                  
  544.              
  545.             <li>
  546.              <a href="/category/esports/">
  547.                Esports
  548.              </a>
  549.              </li>
  550.              
  551.  
  552.                  
  553.              
  554.             <li>
  555.              <a href="/category/fashion/">
  556.                Fashion
  557.              </a>
  558.              </li>
  559.              
  560.  
  561.                  
  562.              
  563.             <li>
  564.              <a href="/category/featured/">
  565.                Featured
  566.              </a>
  567.              </li>
  568.              
  569.  
  570.                  
  571.              
  572.            
  573.              <li class="menu-item-has-children">
  574.                <a href="#">More</a>
  575.                <ul class="sub-menu">
  576.                  <li>
  577.                    <a href="/category/gaming/">
  578.                      Gaming
  579.                    </a>
  580.                  </li>
  581.                  
  582.  
  583.                  
  584.              
  585.            
  586.                  <li>
  587.                    <a href="/category/health/">
  588.                      Health
  589.                    </a>
  590.                  </li>
  591.                  
  592.  
  593.                  
  594.              
  595.            
  596.                  <li>
  597.                    <a href="/category/life-fitness/">
  598.                      Life &amp; Fitness
  599.                    </a>
  600.                  </li>
  601.                  
  602.  
  603.                  
  604.              
  605.            
  606.                  <li>
  607.                    <a href="/category/lifestyle/">
  608.                      Lifestyle
  609.                    </a>
  610.                  </li>
  611.                  
  612.  
  613.                  
  614.              
  615.            
  616.                  <li>
  617.                    <a href="/category/news/">
  618.                      News
  619.                    </a>
  620.                  </li>
  621.                  
  622.  
  623.                  
  624.              
  625.            
  626.                  <li>
  627.                    <a href="/category/others/">
  628.                      Others
  629.                    </a>
  630.                  </li>
  631.                  
  632.  
  633.                  
  634.              
  635.            
  636.                  <li>
  637.                    <a href="/category/politics/">
  638.                      Politics
  639.                    </a>
  640.                  </li>
  641.                  
  642.  
  643.                  
  644.              
  645.            
  646.                  <li>
  647.                    <a href="/category/sports/">
  648.                      Sports
  649.                    </a>
  650.                  </li>
  651.                  
  652.  
  653.                  
  654.              
  655.            
  656.                  <li>
  657.                    <a href="/category/tech/">
  658.                      Tech
  659.                    </a>
  660.                  </li>
  661.                  
  662.  
  663.                  
  664.              
  665.            
  666.                  <li>
  667.                    <a href="/category/travel/">
  668.                      Travel
  669.                    </a>
  670.                  </li>
  671.                  
  672.  
  673.                  
  674.                </ul>
  675.              </li>
  676.              
  677.              
  678.              
  679.              <li>
  680.                <a href="/page/contact-us/">
  681.                  Contact Us
  682.                </a>
  683.              </li>
  684.          </ul>
  685.        </div>
  686.        <!-- end of nav-collapse -->
  687.      </div>
  688.      <div class="col-lg-2 col-md-2 col-2">
  689.        <div class="header-right">
  690.          <div class="header-search-form-wrapper">
  691.            <div class="cart-search-contact"> <button class="search-toggle-btn"><i
  692.                  class="fi flaticon-magnifiying-glass text-link"></i></button>
  693.              <div class="header-search-form">
  694.                <form id="search-form">
  695.                  <div> <input type="text"  id="search-input" class="form-control" placeholder="Search here..." /> <button><i
  696.                        class="fi flaticon-magnifiying-glass"></i></button> </div>
  697.                </form>
  698.                <div id="search-results" class="search-v1 mt-2"></div>
  699.              </div>
  700.            </div>
  701.          </div>
  702.  
  703.          
  704.          <!-- <div class="header-right-menu-wrapper d-none d-md-flex">
  705.            <div class="header-right-menu">
  706.              <div class="right-menu-toggle-btn">
  707.                <span class="bg-link"></span>
  708.                <span class="bg-link"></span>
  709.                <span class="bg-link"></span>
  710.              </div>
  711.              <div class="header-right-menu-wrap z-1">
  712.                <button class="right-menu-close"><i class="ti-close"></i></button>
  713.                <div class="logo">
  714.                  <img src="/static/blogapp/assets/images/logo2.png" alt="" />
  715.                </div>
  716.                <div class="header-right-sec">
  717.                  <div class="project-widget widget">
  718.                    <h3 class="blog-color">Our Latest News</h3>
  719.                    <div class="posts">
  720.                      <div class="post">
  721.                        <div class="img-holder">
  722.                          <img src="/static/blogapp/assets/images/recent-posts/img-1.jpg" alt />
  723.                        </div>
  724.                        <div class="details">
  725.                          <span class="date blog-color">19 Jun 2022</span>
  726.                          <h4><a href="blog-single.html" class="blog-color">Perfect Photo Clicking Idea You Must
  727.                              Know.</a></h4>
  728.                        </div>
  729.                      </div>
  730.                      <div class="post">
  731.                        <div class="img-holder">
  732.                          <img src="/static/blogapp/assets/images/recent-posts/img-2.jpg" alt />
  733.                        </div>
  734.                        <div class="details">
  735.                          <span class="date blog-color">22 May 2022</span>
  736.                          <h4><a href="blog-single.html" class="blog-color">Best tourism site all over the world.</a>
  737.                          </h4>
  738.                        </div>
  739.                      </div>
  740.                      <div class="post">
  741.                        <div class="img-holder">
  742.                          <img src="/static/blogapp/assets/images/recent-posts/img-3.jpg" alt />
  743.                        </div>
  744.                        <div class="details">
  745.                          <span class="date blog-color">12 Apr 2022</span>
  746.                          <h4><a href="blog-single.html" class="blog-color">Whats In Trend in Now Woman Fashion.</a>
  747.                          </h4>
  748.                        </div>
  749.                      </div>
  750.                    </div>
  751.                  </div>
  752.                  <div class="widget wpo-contact-widget">
  753.                    <div class="widget-title">
  754.                      <h3 class="blog-color">Contact Us</h3>
  755.                    </div>
  756.                    <div class="contact-ft">
  757.                      <ul>
  758.                        <li>
  759.                          <i class="fi flaticon-location"></i>68D, Belsion Town 2365 <br /> Fna city, LH 3656, USA
  760.                        </li>
  761.                        <li>
  762.                          <i class="fi flaticon-telephone"></i>+ 8 (123) 123 456 789 <br />
  763.                          + 8 (123) 123 456 789
  764.                        </li>
  765.                        <li>
  766.                          <i class="fi flaticon-email"></i>Bloggar@gmail.com
  767.                        </li>
  768.                      </ul>
  769.                    </div>
  770.                  </div>
  771.                </div>
  772.              </div>
  773.              <div class="sidebar-blur"> </div>
  774.            </div>
  775.          </div> -->
  776.        </div>
  777.      </div>
  778.    </div>
  779.    <!-- end of container -->
  780. </nav>
  781. </nav>
  782. <style>
  783.  .navbar-brand img {
  784.    height: 70px;
  785.    object-fit: contain;
  786.  }
  787. </style>
  788. <script>
  789.  // jQuery or vanilla JavaScript to handle the AJAX search
  790.  document.getElementById("search-input").addEventListener("keyup", function (e) {
  791.    e.preventDefault();  // Prevent the form from submitting normally
  792.  
  793.    const query = document.getElementById("search-input").value;
  794.  // Check if the input field is empty
  795.    if (query === "") {
  796.      // Clear the search results if the input is empty
  797.      document.getElementById("search-results").innerHTML = "";
  798.      return; // Exit the function early to avoid making an AJAX request
  799.    }
  800.    // Send AJAX request
  801.    fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  802.      method: "GET",
  803.        headers: {
  804.          "X-Requested-With": "XMLHttpRequest",
  805.        },
  806.    })
  807.      .then(response => response.json())
  808.      .then(data => {
  809.        if (data.html) {
  810.          document.getElementById("search-results").innerHTML = data.html;
  811.        } else {
  812.          document.getElementById("search-results").innerHTML = "<p>No results found.</p>";
  813.        }
  814.      })
  815.      .catch(error => {
  816.        console.error("Error fetching search results:", error);
  817.      });
  818.  });
  819.  
  820. </script>
  821.  
  822.        </header>
  823.        <!-- end of header -->
  824.        <!-- start of wpo-blog-hero -->
  825.        
  826.  
  827.  
  828.  
  829.  
  830.  
  831.  
  832.  
  833. <div class="blog-hero-v2">
  834.  <div class="container-fluid fluid-container">
  835.    <div class="row">
  836.      <!-- Main Featured Post -->
  837.      <div class="col-lg-8 col-md-12 mb-lg-0 mb-4">
  838.        
  839.        
  840.        
  841.          
  842.        <div class="featured-post">
  843.          <div class="post-image">
  844.            
  845.            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;"
  846.              class="img-fluid" alt="">
  847.            
  848.            <div class="post-overlay">
  849.              <div class="post-content">
  850.                <span class="category-badge bg-primary-gradient">News</span>
  851.                <h1 class="post-title1 blog-color">
  852.                  <a href="/environmental-catastrophe-fears-as-millions-of-plastic-beads-appear-on-camber-sands/" class="blog-color">
  853.                    Environmental Catastrophe Fears as Millions of Plastic Beads Appear on Camber Sands
  854.                  </a>
  855.                </h1>
  856.                <p class="post-excerpt"></p>
  857.                <div class="post-meta">
  858.                  <div class="author-info">
  859.                    
  860.                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8c688974-942e-4edc-90d7-54300a5aa0b4_profile.png" alt="Michele Weaver"
  861.                      style="object-fit: cover;" class="author-avatar">
  862.                    
  863.                    <span class="blog-color">By&nbsp;&nbsp;<a href="#" class="author-name">Michele Weaver</a></span>
  864.                  </div>
  865.                  <span class="post-date">17 Aug 2026</span>
  866.                </div>
  867.              </div>
  868.            </div>
  869.          </div>
  870.        </div>
  871.  
  872.        
  873.        
  874.      </div>
  875.  
  876.      <!-- Side Posts -->
  877.      <div class="col-lg-4 col-md-12">
  878.        <div class="row h-100">
  879.        
  880.  
  881.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  882.            <div class="side-post h-100">
  883.              <div class="row g-0 h-100">
  884.                <div class="col-5">
  885.                  <div class="side-post-image">
  886.                    
  887.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  888.                      style="object-fit: cover;" alt="">
  889.                    
  890.                  </div>
  891.                </div>
  892.                <div class="col-7">
  893.                  <div class="side-post-content">
  894.                    <div>
  895.                      <span class="category-badge bg-primary-gradient">News</span>
  896.                      <h3> <a href="/a-complete-cop30-terminology-explainer/" class="line-clamp-2">
  897.                          A Complete COP30 Terminology Explainer
  898.                        </a></h3>
  899.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  900.                    </div>
  901.                    <div class="side-post-meta">
  902.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Michele Weaver</a></span>
  903.                    </div>
  904.                  </div>
  905.                </div>
  906.              </div>
  907.            </div>
  908.          </div>
  909.  
  910.          
  911.  
  912.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  913.            <div class="side-post h-100">
  914.              <div class="row g-0 h-100">
  915.                <div class="col-5">
  916.                  <div class="side-post-image">
  917.                    
  918.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  919.                      style="object-fit: cover;" alt="">
  920.                    
  921.                  </div>
  922.                </div>
  923.                <div class="col-7">
  924.                  <div class="side-post-content">
  925.                    <div>
  926.                      <span class="category-badge bg-primary-gradient">News</span>
  927.                      <h3> <a href="/the-tanzanian-security-clampdown-on-scheduled-demonstration-results-in-streets-unusually-quiet/" class="line-clamp-2">
  928.                          The Tanzanian Security Clampdown on Scheduled Demonstration Results in Streets Unusually Quiet.
  929.                        </a></h3>
  930.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  931.                    </div>
  932.                    <div class="side-post-meta">
  933.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Michele Weaver</a></span>
  934.                    </div>
  935.                  </div>
  936.                </div>
  937.              </div>
  938.            </div>
  939.          </div>
  940.  
  941.          
  942.  
  943.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  944.            <div class="side-post h-100">
  945.              <div class="row g-0 h-100">
  946.                <div class="col-5">
  947.                  <div class="side-post-image">
  948.                    
  949.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  950.                      style="object-fit: cover;" alt="">
  951.                    
  952.                  </div>
  953.                </div>
  954.                <div class="col-7">
  955.                  <div class="side-post-content">
  956.                    <div>
  957.                      <span class="category-badge bg-primary-gradient">News</span>
  958.                      <h3> <a href="/ndiaye-globetrotters-style-moves-and-revealing-football-stats/" class="line-clamp-2">
  959.                          Ndiaye, Globetrotters-Style Moves and Revealing Football Stats
  960.                        </a></h3>
  961.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  962.                    </div>
  963.                    <div class="side-post-meta">
  964.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Michele Weaver</a></span>
  965.                    </div>
  966.                  </div>
  967.                </div>
  968.              </div>
  969.            </div>
  970.          </div>
  971.  
  972.          
  973.        </div>
  974.      </div>
  975.    </div>
  976.  </div>
  977. </div>
  978.  
  979. <style>
  980.  /* Blog Hero V2 Styles */
  981.  .blog-hero-v2 {
  982.    padding: 60px 0;
  983.  }
  984.  
  985.  /* Featured Post Styles */
  986.  .featured-post {
  987.    position: relative;
  988.    border-radius: 20px;
  989.    overflow: hidden;
  990.    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  991.    transition: transform 0.3s ease, box-shadow 0.3s ease;
  992.  }
  993.  
  994.  .featured-post:hover {
  995.    transform: translateY(-5px);
  996.    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
  997.  }
  998.  
  999.  .featured-post .post-image {
  1000.    position: relative;
  1001.    height: 500px;
  1002.    overflow: hidden;
  1003.  }
  1004.  
  1005.  .featured-post .post-image img {
  1006.    width: 100%;
  1007.    height: 100%;
  1008.    object-fit: cover;
  1009.    transition: transform 0.5s ease;
  1010.  }
  1011.  
  1012.  .featured-post:hover .post-image img {
  1013.    transform: scale(1.05);
  1014.  }
  1015.  
  1016.  .post-overlay {
  1017.    position: absolute;
  1018.    top: 0;
  1019.    left: 0;
  1020.    right: 0;
  1021.    bottom: 0;
  1022.    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.1) 100%);
  1023.    display: flex;
  1024.    align-items: flex-end;
  1025.    padding: 40px;
  1026.  }
  1027.  
  1028.  .post-content .post-title1 {
  1029.    color: white;
  1030.    font-size: 2.5rem;
  1031.    font-weight: 700;
  1032.    margin: 15px 0;
  1033.    line-height: 1.2;
  1034.  }
  1035.  
  1036.  .post-content .post-excerpt {
  1037.    color: rgba(255, 255, 255, 0.9);
  1038.    font-size: 1.1rem;
  1039.    margin-bottom: 20px;
  1040.    line-height: 1.6;
  1041.  }
  1042.  
  1043.  /* Category Badges */
  1044.  .category-badge {
  1045.    display: inline-block;
  1046.    padding: 4px 8px;
  1047.    font-size: 0.75rem;
  1048.    font-weight: 600;
  1049.    text-transform: uppercase;
  1050.    letter-spacing: 0.5px;
  1051.    border-radius: 25px;
  1052.    text-align: center;
  1053.    width: fit-content;
  1054.  }
  1055.  
  1056.  /* Post Meta */
  1057.  .post-meta {
  1058.    display: flex;
  1059.    align-items: center;
  1060.    justify-content: space-between;
  1061.    margin-top: 25px;
  1062.  }
  1063.  
  1064.  .author-info {
  1065.    display: flex;
  1066.    align-items: center;
  1067.    gap: 12px;
  1068.  }
  1069.  
  1070.  .author-avatar {
  1071.    width: 45px !important;
  1072.    height: 45px !important;
  1073.    border-radius: 50%;
  1074.    border: 3px solid white;
  1075.  }
  1076.  
  1077.  .author-name,
  1078.  .post-date {
  1079.    color: rgba(255, 255, 255, 0.9);
  1080.    font-weight: 500;
  1081.  }
  1082.  
  1083.  .author-name {
  1084.    text-decoration: none;
  1085.  }
  1086.  
  1087.  .author-name:hover {
  1088.    color: white;
  1089.  }
  1090.  
  1091.  /* Side Posts */
  1092.  .side-post {
  1093.    background: var(--card-bg);
  1094.    border-radius: 15px;
  1095.    border: 1px solid var(--border-color);
  1096.    overflow: hidden;
  1097.    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  1098.    transition: transform 0.3s ease, box-shadow 0.3s ease;
  1099.    height: auto;
  1100.  }
  1101.  
  1102.  .side-post:hover {
  1103.    transform: translateY(-3px);
  1104.    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  1105.  }
  1106.  
  1107.  .side-post-image {
  1108.    max-height: 155px;
  1109.    height: 100%;
  1110.    overflow: hidden;
  1111.  }
  1112.  
  1113.  .side-post-image img {
  1114.    width: 100%;
  1115.    height: 100%;
  1116.    object-fit: cover;
  1117.    transition: transform 0.3s ease;
  1118.  }
  1119.  
  1120.  .side-post:hover .side-post-image img {
  1121.    transform: scale(1.1);
  1122.  }
  1123.  
  1124.  .side-post-content {
  1125.    padding: 8px 16px;
  1126.    display: flex;
  1127.    flex-direction: column;
  1128.    justify-content: space-between;
  1129.    height: 100%;
  1130.  }
  1131.  
  1132.  .side-post-content h3 {
  1133.    font-size: 1rem;
  1134.    font-weight: 600;
  1135.    margin: 8px 0;
  1136.    line-height: 1.4;
  1137.  }
  1138.  
  1139.  .side-post-content h3 a {
  1140.    color: #333;
  1141.    text-decoration: none;
  1142.    transition: color 0.3s ease;
  1143.  }
  1144.  
  1145.  .side-post-content h3 a:hover {
  1146.    color: #007bff;
  1147.  }
  1148.  
  1149.  .side-post-meta {
  1150.    font-size: 0.8rem;
  1151.    color: #666;
  1152.    display: flex;
  1153.    flex-direction: column;
  1154.    gap: 4px;
  1155.  }
  1156.  
  1157.  .side-post-meta a {
  1158.    color: #007bff;
  1159.    text-decoration: none;
  1160.  }
  1161.  
  1162.  .side-post-meta a:hover {
  1163.    text-decoration: underline;
  1164.  }
  1165.  
  1166.  /* Responsive Design */
  1167.  @media (max-width: 768px) {
  1168.    .blog-hero-v2 {
  1169.      padding: 30px 0;
  1170.    }
  1171.  
  1172.    .featured-post .post-image {
  1173.      height: 350px;
  1174.    }
  1175.  
  1176.    .post-overlay {
  1177.      padding: 25px;
  1178.    }
  1179.  
  1180.    .post-content .post-title1 {
  1181.      font-size: 1.8rem;
  1182.    }
  1183.  
  1184.    .post-content .post-excerpt {
  1185.      font-size: 1rem;
  1186.      margin-bottom: 15px;
  1187.    }
  1188.  
  1189.    .post-meta {
  1190.      flex-direction: column;
  1191.      align-items: flex-start;
  1192.      gap: 10px;
  1193.    }
  1194.  
  1195.    .side-post {
  1196.      height: auto;
  1197.    }
  1198.  
  1199.    .side-post-content {
  1200.      height: auto;
  1201.      padding: 15px;
  1202.    }
  1203.  }
  1204.  
  1205.  @media (max-width: 576px) {
  1206.    .post-content .post-title1 {
  1207.      font-size: 1.5rem;
  1208.    }
  1209.  
  1210.    .side-post-content h3 {
  1211.      font-size: 0.9rem;
  1212.    }
  1213.  
  1214.    .side-post-image img {}
  1215.  }
  1216. </style>
  1217.  
  1218.  
  1219.  
  1220.  
  1221.        <!-- end of wpo-blog-hero -->
  1222.  
  1223.        <!-- start of wpo-breacking-news -->
  1224.        
  1225.        <!-- end of wpo-breacking-news -->
  1226.        
  1227.        <!-- start wpo-blog-highlights-section -->
  1228.        
  1229.  
  1230.  
  1231.  
  1232.    
  1233.  
  1234.  
  1235.  
  1236. <style>
  1237.    /* General Section Styling */
  1238.    .blog-highlights-v10 {
  1239.        padding: 20px 0;  /* Adjusted padding for distinction */
  1240.        position: relative;
  1241.    }
  1242.  
  1243.    /* Section Header */
  1244.    .section-header-v10 {
  1245.        text-align: left;  /* Left-aligned for uniqueness */
  1246.        margin-bottom: 50px;
  1247.        padding-left: 15px;
  1248.    }
  1249.  
  1250.    .section-title-v10 {
  1251.        font-size: 2.9rem;  /* Slightly smaller than v9 for variety */
  1252.        font-weight: 800;
  1253.        color: #1a1a1a;
  1254.        margin-bottom: 15px;
  1255.        text-transform: none;  /* No uppercase for modern look */
  1256.    }
  1257.  
  1258.    .section-subtitle-v10 {
  1259.        font-size: 1.05rem;
  1260.        color: #555;
  1261.        max-width: 650px;
  1262.        line-height: 1.6;
  1263.    }
  1264.  
  1265.  
  1266.    /* Blog Card */
  1267.    .blog-card-v10 {
  1268.        background: var(--card-bg);
  1269.        border-radius: 10px;  /* Softer corners */
  1270.        margin-bottom: 35px;
  1271.        overflow: hidden;
  1272.        opacity: 0;  /* Initially hidden for animation */
  1273.        transform: rotate(1.5deg);  /* Subtle tilt for animation */
  1274.        transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.3s ease;
  1275.        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  1276.    }
  1277.  
  1278.    .blog-card-v10.visible {
  1279.        opacity: 1;
  1280.        transform: rotate(0deg);  /* Straighten on appearance */
  1281.    }
  1282.  
  1283.    @keyframes fadeRotateIn {
  1284.        from {
  1285.            opacity: 0;
  1286.            transform: rotate(1.5deg);
  1287.        }
  1288.        to {
  1289.            opacity: 1;
  1290.            transform: rotate(0deg);
  1291.        }
  1292.    }
  1293.  
  1294.    .blog-card-v10:hover {
  1295.        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);  /* Subtle hover shadow */
  1296.    }
  1297.  
  1298.    /* Blog Image */
  1299.    .blog-image-container-v10 {
  1300.        width: 100%;
  1301.        height: 240px;  /* Unique height for v10 */
  1302.        overflow: hidden;
  1303.        position: relative;
  1304.    }
  1305.  
  1306.    .blog-image-v10 img {
  1307.        width: 100%;
  1308.        height: 100%;
  1309.        object-fit: cover;
  1310.    }
  1311.  
  1312.    /* Blog Content */
  1313.    .blog-content-v10 {
  1314.        padding: 20px 22px;  /* Adjusted padding */
  1315.        text-align: left;
  1316.    }
  1317.  
  1318.    .blog-title-v10 {
  1319.        font-size: 1.55rem;  /* Slightly larger than v9 */
  1320.        font-weight: 700;
  1321.        margin-bottom: 12px;
  1322.        color: #1a1a1a;
  1323.    }
  1324.  
  1325.    .blog-meta-v10 {
  1326.        font-size: 0.85rem;
  1327.        color: #777;
  1328.        margin-bottom: 12px;
  1329.        font-style: italic;  /* Italic for distinction */
  1330.    }
  1331.  
  1332.    .blog-excerpt-v10 {
  1333.        font-size: 0.95rem;
  1334.        color: #555;
  1335.        margin-bottom: 15px;
  1336.        line-height: 1.6;
  1337.    }
  1338.  
  1339.    .blog-actions-v10 {
  1340.        display: inline-block;
  1341.    }
  1342.  
  1343.    .blog-read-more-v10 {
  1344.        font-size: 0.95rem;
  1345.        color: #e74c3c;  /* Red accent for uniqueness */
  1346.        text-decoration: none;
  1347.        font-weight: 600;
  1348.        transition: color 0.3s ease;
  1349.    }
  1350.  
  1351.    .blog-read-more-v10:hover {
  1352.        color: #c0392b;  /* Darker red on hover */
  1353.    }
  1354.    /* Responsive Design */
  1355.    @media (max-width: 768px) {
  1356.        .section-title-v10 {
  1357.            font-size: 2.4rem;
  1358.        }
  1359.  
  1360.        .section-header-v10 {
  1361.            padding-left: 10px;
  1362.        }
  1363.        
  1364.        .blog-card-v10 {
  1365.            margin-bottom: 20px;
  1366.        }
  1367.  
  1368.        .blog-meta-v10 {
  1369.            font-size: 0.75rem;
  1370.        }
  1371.  
  1372.        .blog-image-container-v10 {
  1373.            height: 170px;  /* Adjusted for mobile */
  1374.        }
  1375.  
  1376.        .sidebar-v10 {
  1377.            padding: 15px;
  1378.        }
  1379.    }
  1380. </style>
  1381.  
  1382. <section class="blog-highlights-v10">
  1383.    <div class="container-fluid fluid-container">
  1384.        <!-- Section Header -->
  1385.        <div class="row">
  1386.            <div class="col-12 col-lg-10">  
  1387.                <div class="section-header-v10">
  1388.                    <h2 class="section-title-v10">
  1389.                Today's Top Highlights
  1390.                   </h2>
  1391.                    <p class="section-subtitle-v10">Discover how technology and creativity intertwine to shape storytelling in the digital age.</p>
  1392.                </div>
  1393.            </div>
  1394.        </div>
  1395.        
  1396.        <!-- Blog Grid and Sidebar -->
  1397.        <div class="row">
  1398.            <div class="col-lg-8">
  1399.                <div class="row">
  1400.                    
  1401.                    <div class="col-md-6 col-sm-12">  
  1402.                        <article class="blog-card-v10">
  1403.                            <div class="blog-image-container-v10">
  1404.                                <div class="blog-image-v10 h-100">
  1405.                                    
  1406.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1407.                                    
  1408.                                </div>
  1409.                            </div>
  1410.                            <div class="blog-content-v10">
  1411.                                <h3 class="blog-title-v10">
  1412.                                     <a class="top-color" href="/china-dispatches-coast-guard-vessels-to-diaoyu-islands-amid-dispute-with-japan/" >
  1413.                                    China Dispatches Coast Guard Vessels to Diaoyu Islands Amid Dispute with Japan
  1414.                                    </a>
  1415.                                </h3>
  1416.                                <div class="blog-meta-v10">
  1417.                                    <span>By Michele Weaver • 17 Aug 2026</span>
  1418.                                </div>
  1419.                                <p class="blog-excerpt-v10">
  1420.                                    
  1421.                                </p>
  1422.                                <div class="blog-actions-v10">
  1423.                                    <a href="/china-dispatches-coast-guard-vessels-to-diaoyu-islands-amid-dispute-with-japan/" class="blog-read-more-v10">Read More</a>
  1424.                                </div>
  1425.                            </div>
  1426.                        </article>
  1427.                    </div>
  1428.                    
  1429.                    <div class="col-md-6 col-sm-12">  
  1430.                        <article class="blog-card-v10">
  1431.                            <div class="blog-image-container-v10">
  1432.                                <div class="blog-image-v10 h-100">
  1433.                                    
  1434.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1435.                                    
  1436.                                </div>
  1437.                            </div>
  1438.                            <div class="blog-content-v10">
  1439.                                <h3 class="blog-title-v10">
  1440.                                     <a class="top-color" href="/families-anguish-over-shoreline-erosion-endangering-coastal-norfolk-graves/" >
  1441.                                    Families&#x27; Anguish Over Shoreline Erosion Endangering Coastal Norfolk Graves
  1442.                                    </a>
  1443.                                </h3>
  1444.                                <div class="blog-meta-v10">
  1445.                                    <span>By Michele Weaver • 17 Aug 2026</span>
  1446.                                </div>
  1447.                                <p class="blog-excerpt-v10">
  1448.                                    
  1449.                                </p>
  1450.                                <div class="blog-actions-v10">
  1451.                                    <a href="/families-anguish-over-shoreline-erosion-endangering-coastal-norfolk-graves/" class="blog-read-more-v10">Read More</a>
  1452.                                </div>
  1453.                            </div>
  1454.                        </article>
  1455.                    </div>
  1456.                    
  1457.                    <div class="col-md-6 col-sm-12">  
  1458.                        <article class="blog-card-v10">
  1459.                            <div class="blog-image-container-v10">
  1460.                                <div class="blog-image-v10 h-100">
  1461.                                    
  1462.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1463.                                    
  1464.                                </div>
  1465.                            </div>
  1466.                            <div class="blog-content-v10">
  1467.                                <h3 class="blog-title-v10">
  1468.                                     <a class="top-color" href="/wolverhampton-wanderers-demolish-woeful-west-ham-to-register-maiden-premier-league-victory-of-the-season/" >
  1469.                                    Wolverhampton Wanderers Demolish Woeful West Ham to Register Maiden Premier League Victory of the Season
  1470.                                    </a>
  1471.                                </h3>
  1472.                                <div class="blog-meta-v10">
  1473.                                    <span>By Michele Weaver • 17 Aug 2026</span>
  1474.                                </div>
  1475.                                <p class="blog-excerpt-v10">
  1476.                                    
  1477.                                </p>
  1478.                                <div class="blog-actions-v10">
  1479.                                    <a href="/wolverhampton-wanderers-demolish-woeful-west-ham-to-register-maiden-premier-league-victory-of-the-season/" class="blog-read-more-v10">Read More</a>
  1480.                                </div>
  1481.                            </div>
  1482.                        </article>
  1483.                    </div>
  1484.                    
  1485.                    <div class="col-md-6 col-sm-12">  
  1486.                        <article class="blog-card-v10">
  1487.                            <div class="blog-image-container-v10">
  1488.                                <div class="blog-image-v10 h-100">
  1489.                                    
  1490.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1491.                                    
  1492.                                </div>
  1493.                            </div>
  1494.                            <div class="blog-content-v10">
  1495.                                <h3 class="blog-title-v10">
  1496.                                     <a class="top-color" href="/plug-in-hybrid-vehicles-emit-nearly-as-heavily-as-gasoline-cars-study-reveals/" >
  1497.                                    Plug-in Hybrid Vehicles Emit Nearly as Heavily as Gasoline Cars, Study Reveals
  1498.                                    </a>
  1499.                                </h3>
  1500.                                <div class="blog-meta-v10">
  1501.                                    <span>By Michele Weaver • 16 Aug 2026</span>
  1502.                                </div>
  1503.                                <p class="blog-excerpt-v10">
  1504.                                    
  1505.                                </p>
  1506.                                <div class="blog-actions-v10">
  1507.                                    <a href="/plug-in-hybrid-vehicles-emit-nearly-as-heavily-as-gasoline-cars-study-reveals/" class="blog-read-more-v10">Read More</a>
  1508.                                </div>
  1509.                            </div>
  1510.                        </article>
  1511.                    </div>
  1512.                    
  1513.                    <div class="col-md-6 col-sm-12">  
  1514.                        <article class="blog-card-v10">
  1515.                            <div class="blog-image-container-v10">
  1516.                                <div class="blog-image-v10 h-100">
  1517.                                    
  1518.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1519.                                    
  1520.                                </div>
  1521.                            </div>
  1522.                            <div class="blog-content-v10">
  1523.                                <h3 class="blog-title-v10">
  1524.                                     <a class="top-color" href="/it-is-deeply-saddening-how-thirty-captive-white-whales-have-become-pawns-in-dispute-over-animal-cruelty/" >
  1525.                                    It is deeply saddening’: how thirty captive white whales have become pawns in dispute over animal cruelty.
  1526.                                    </a>
  1527.                                </h3>
  1528.                                <div class="blog-meta-v10">
  1529.                                    <span>By Michele Weaver • 16 Aug 2026</span>
  1530.                                </div>
  1531.                                <p class="blog-excerpt-v10">
  1532.                                    
  1533.                                </p>
  1534.                                <div class="blog-actions-v10">
  1535.                                    <a href="/it-is-deeply-saddening-how-thirty-captive-white-whales-have-become-pawns-in-dispute-over-animal-cruelty/" class="blog-read-more-v10">Read More</a>
  1536.                                </div>
  1537.                            </div>
  1538.                        </article>
  1539.                    </div>
  1540.                    
  1541.                    <div class="col-md-6 col-sm-12">  
  1542.                        <article class="blog-card-v10">
  1543.                            <div class="blog-image-container-v10">
  1544.                                <div class="blog-image-v10 h-100">
  1545.                                    
  1546.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1547.                                    
  1548.                                </div>
  1549.                            </div>
  1550.                            <div class="blog-content-v10">
  1551.                                <h3 class="blog-title-v10">
  1552.                                     <a class="top-color" href="/big-problems-in-miniature-berlin-this-tiny-hamlet-separated-in-two-by-the-cold-war/" >
  1553.                                    Big Problems in ‘Miniature Berlin’: This Tiny Hamlet Separated in Two by the Cold War
  1554.                                    </a>
  1555.                                </h3>
  1556.                                <div class="blog-meta-v10">
  1557.                                    <span>By Michele Weaver • 16 Aug 2026</span>
  1558.                                </div>
  1559.                                <p class="blog-excerpt-v10">
  1560.                                    
  1561.                                </p>
  1562.                                <div class="blog-actions-v10">
  1563.                                    <a href="/big-problems-in-miniature-berlin-this-tiny-hamlet-separated-in-two-by-the-cold-war/" class="blog-read-more-v10">Read More</a>
  1564.                                </div>
  1565.                            </div>
  1566.                        </article>
  1567.                    </div>
  1568.                    
  1569.                    <div class="col-md-6 col-sm-12">  
  1570.                        <article class="blog-card-v10">
  1571.                            <div class="blog-image-container-v10">
  1572.                                <div class="blog-image-v10 h-100">
  1573.                                    
  1574.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1575.                                    
  1576.                                </div>
  1577.                            </div>
  1578.                            <div class="blog-content-v10">
  1579.                                <h3 class="blog-title-v10">
  1580.                                     <a class="top-color" href="/qatars-sprint-race-and-main-event-grid-setting-real-time-coverage/" >
  1581.                                    Qatar&#x27;s Sprint Race and Main Event Grid Setting: Real-Time Coverage
  1582.                                    </a>
  1583.                                </h3>
  1584.                                <div class="blog-meta-v10">
  1585.                                    <span>By Michele Weaver • 16 Aug 2026</span>
  1586.                                </div>
  1587.                                <p class="blog-excerpt-v10">
  1588.                                    
  1589.                                </p>
  1590.                                <div class="blog-actions-v10">
  1591.                                    <a href="/qatars-sprint-race-and-main-event-grid-setting-real-time-coverage/" class="blog-read-more-v10">Read More</a>
  1592.                                </div>
  1593.                            </div>
  1594.                        </article>
  1595.                    </div>
  1596.                    
  1597.                    <div class="col-md-6 col-sm-12">  
  1598.                        <article class="blog-card-v10">
  1599.                            <div class="blog-image-container-v10">
  1600.                                <div class="blog-image-v10 h-100">
  1601.                                    
  1602.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1603.                                    
  1604.                                </div>
  1605.                            </div>
  1606.                            <div class="blog-content-v10">
  1607.                                <h3 class="blog-title-v10">
  1608.                                     <a class="top-color" href="/rhythm-and-blues-xmas-concert-recap-an-heartfelt-trip-returning-to-the-nineties/" >
  1609.                                    Rhythm and Blues Xmas Concert Recap: An Heartfelt Trip Returning to the Nineties
  1610.                                    </a>
  1611.                                </h3>
  1612.                                <div class="blog-meta-v10">
  1613.                                    <span>By Michele Weaver • 16 Aug 2026</span>
  1614.                                </div>
  1615.                                <p class="blog-excerpt-v10">
  1616.                                    
  1617.                                </p>
  1618.                                <div class="blog-actions-v10">
  1619.                                    <a href="/rhythm-and-blues-xmas-concert-recap-an-heartfelt-trip-returning-to-the-nineties/" class="blog-read-more-v10">Read More</a>
  1620.                                </div>
  1621.                            </div>
  1622.                        </article>
  1623.                    </div>
  1624.                    
  1625.                    <div class="col-md-6 col-sm-12">  
  1626.                        <article class="blog-card-v10">
  1627.                            <div class="blog-image-container-v10">
  1628.                                <div class="blog-image-v10 h-100">
  1629.                                    
  1630.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1631.                                    
  1632.                                </div>
  1633.                            </div>
  1634.                            <div class="blog-content-v10">
  1635.                                <h3 class="blog-title-v10">
  1636.                                     <a class="top-color" href="/azzurri-tennis-icon-nicola-pietrangeli-dies-at-the-age-of-92/" >
  1637.                                    Azzurri Tennis Icon Nicola Pietrangeli Dies at the Age of 92
  1638.                                    </a>
  1639.                                </h3>
  1640.                                <div class="blog-meta-v10">
  1641.                                    <span>By Michele Weaver • 16 Aug 2026</span>
  1642.                                </div>
  1643.                                <p class="blog-excerpt-v10">
  1644.                                    
  1645.                                </p>
  1646.                                <div class="blog-actions-v10">
  1647.                                    <a href="/azzurri-tennis-icon-nicola-pietrangeli-dies-at-the-age-of-92/" class="blog-read-more-v10">Read More</a>
  1648.                                </div>
  1649.                            </div>
  1650.                        </article>
  1651.                    </div>
  1652.                    
  1653.                    <div class="col-md-6 col-sm-12">  
  1654.                        <article class="blog-card-v10">
  1655.                            <div class="blog-image-container-v10">
  1656.                                <div class="blog-image-v10 h-100">
  1657.                                    
  1658.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1659.                                    
  1660.                                </div>
  1661.                            </div>
  1662.                            <div class="blog-content-v10">
  1663.                                <h3 class="blog-title-v10">
  1664.                                     <a class="top-color" href="/convicted-sex-trafficker-ghislaine-maxwell-allegedly-pursuing-clemency-whistleblower-claims-to-congressional-democrats/" >
  1665.                                    Convicted sex trafficker Ghislaine Maxwell Allegedly Pursuing Clemency, Whistleblower Claims to Congressional Democrats
  1666.                                    </a>
  1667.                                </h3>
  1668.                                <div class="blog-meta-v10">
  1669.                                    <span>By Michele Weaver • 16 Aug 2026</span>
  1670.                                </div>
  1671.                                <p class="blog-excerpt-v10">
  1672.                                    
  1673.                                </p>
  1674.                                <div class="blog-actions-v10">
  1675.                                    <a href="/convicted-sex-trafficker-ghislaine-maxwell-allegedly-pursuing-clemency-whistleblower-claims-to-congressional-democrats/" class="blog-read-more-v10">Read More</a>
  1676.                                </div>
  1677.                            </div>
  1678.                        </article>
  1679.                    </div>
  1680.                    
  1681.                    <div class="col-md-6 col-sm-12">  
  1682.                        <article class="blog-card-v10">
  1683.                            <div class="blog-image-container-v10">
  1684.                                <div class="blog-image-v10 h-100">
  1685.                                    
  1686.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1687.                                    
  1688.                                </div>
  1689.                            </div>
  1690.                            <div class="blog-content-v10">
  1691.                                <h3 class="blog-title-v10">
  1692.                                     <a class="top-color" href="/tropical-storm-melissa-grows-stronger-while-moves-in-the-direction-of-the-island-nation/" >
  1693.                                    Tropical Storm Melissa Grows Stronger While Moves In the Direction of the Island Nation
  1694.                                    </a>
  1695.                                </h3>
  1696.                                <div class="blog-meta-v10">
  1697.                                    <span>By Michele Weaver • 16 Aug 2026</span>
  1698.                                </div>
  1699.                                <p class="blog-excerpt-v10">
  1700.                                    
  1701.                                </p>
  1702.                                <div class="blog-actions-v10">
  1703.                                    <a href="/tropical-storm-melissa-grows-stronger-while-moves-in-the-direction-of-the-island-nation/" class="blog-read-more-v10">Read More</a>
  1704.                                </div>
  1705.                            </div>
  1706.                        </article>
  1707.                    </div>
  1708.                    
  1709.                    <div class="col-md-6 col-sm-12">  
  1710.                        <article class="blog-card-v10">
  1711.                            <div class="blog-image-container-v10">
  1712.                                <div class="blog-image-v10 h-100">
  1713.                                    
  1714.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1715.                                    
  1716.                                </div>
  1717.                            </div>
  1718.                            <div class="blog-content-v10">
  1719.                                <h3 class="blog-title-v10">
  1720.                                     <a class="top-color" href="/english-top-flight-ten-highlights-to-keep-an-eye-on-this-matchday/" >
  1721.                                    English top flight: ten highlights to keep an eye on this matchday
  1722.                                    </a>
  1723.                                </h3>
  1724.                                <div class="blog-meta-v10">
  1725.                                    <span>By Michele Weaver • 15 Aug 2026</span>
  1726.                                </div>
  1727.                                <p class="blog-excerpt-v10">
  1728.                                    
  1729.                                </p>
  1730.                                <div class="blog-actions-v10">
  1731.                                    <a href="/english-top-flight-ten-highlights-to-keep-an-eye-on-this-matchday/" class="blog-read-more-v10">Read More</a>
  1732.                                </div>
  1733.                            </div>
  1734.                        </article>
  1735.                    </div>
  1736.                    
  1737.                    
  1738.  
  1739.                </div>
  1740.            </div>
  1741.  
  1742.            <!-- Sidebar -->
  1743.                   <div class="col col-lg-4 col-12">
  1744.                <div class="sidebar-v10">
  1745.                      
  1746.  
  1747.  
  1748.  
  1749.    
  1750.  
  1751.  
  1752. <!-- Blog Sidebar V2 - Focused Design -->
  1753.  <div class="sidebar mb-3">
  1754.    <!-- Recent Posts Section -->
  1755.    <div class="sidebar-widget mb-4">
  1756.      <div class="widget-title-wrapper mb-3">
  1757.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  1758.          <i class="ti-time me-2"></i>Recent Posts
  1759.          <span class="title-arrow-primary"></span>
  1760.        </h4>
  1761.      </div>
  1762.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  1763.        <div class="recent-post-list">
  1764.          
  1765.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1766.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1767.                
  1768.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  1769.                
  1770.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1771.            </div>
  1772.            <div class="post-content flex-grow-1">
  1773.              <h6 class="post-title mb-2">
  1774.                 <a href="/the-new-mayor-vows-a-fresh-chapter-for-the-big-apple-in-inaugural-address/" class="text-decoration-none top-color fw-semibold lh-sm">
  1775.                                            The New Mayor Vows a &#x27;Fresh Chapter&#x27; for The Big Apple in Inaugural Address
  1776.                                            </a>
  1777.              </h6>
  1778.              <div class="post-meta mb-3">
  1779.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>15 Aug 2026</small>
  1780.                <!-- <small class="text-muted">
  1781.                  <i class="ti-eye me-1"></i>348 views
  1782.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1783.                </small> -->
  1784.              </div>
  1785.            </div>
  1786.          </div>
  1787.          
  1788.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1789.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1790.                
  1791.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  1792.                
  1793.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1794.            </div>
  1795.            <div class="post-content flex-grow-1">
  1796.              <h6 class="post-title mb-2">
  1797.                 <a href="/a-rising-wealth-poverty-gap-how-affluence-and-hardship-now-sit-side-by-side-in-england/" class="text-decoration-none top-color fw-semibold lh-sm">
  1798.                                            A Rising ‘Wealth-Poverty Gap’: How Affluence and Hardship Now Sit Side by Side in England.
  1799.                                            </a>
  1800.              </h6>
  1801.              <div class="post-meta mb-3">
  1802.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>15 Aug 2026</small>
  1803.                <!-- <small class="text-muted">
  1804.                  <i class="ti-eye me-1"></i>348 views
  1805.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1806.                </small> -->
  1807.              </div>
  1808.            </div>
  1809.          </div>
  1810.          
  1811.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1812.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1813.                
  1814.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  1815.                
  1816.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1817.            </div>
  1818.            <div class="post-content flex-grow-1">
  1819.              <h6 class="post-title mb-2">
  1820.                 <a href="/some-in-labour-seek-starmer-removed-he-informs-me-hell-survive-and-britains-economy-will-get-better/" class="text-decoration-none top-color fw-semibold lh-sm">
  1821.                                            Some in Labour Seek Starmer Removed. He Informs Me He&#x27;ll Survive – and Britain&#x27;s Economy Will Get Better.
  1822.                                            </a>
  1823.              </h6>
  1824.              <div class="post-meta mb-3">
  1825.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>15 Aug 2026</small>
  1826.                <!-- <small class="text-muted">
  1827.                  <i class="ti-eye me-1"></i>348 views
  1828.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1829.                </small> -->
  1830.              </div>
  1831.            </div>
  1832.          </div>
  1833.          
  1834.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1835.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1836.                
  1837.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  1838.                
  1839.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1840.            </div>
  1841.            <div class="post-content flex-grow-1">
  1842.              <h6 class="post-title mb-2">
  1843.                 <a href="/appeals-for-fresh-urgency-in-environmental-negotiations-as-studies-show-climate-change-may-attain-25c/" class="text-decoration-none top-color fw-semibold lh-sm">
  1844.                                            Appeals for Fresh Urgency in Environmental Negotiations as Studies Show Climate Change May Attain 2.5C
  1845.                                            </a>
  1846.              </h6>
  1847.              <div class="post-meta mb-3">
  1848.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>15 Aug 2026</small>
  1849.                <!-- <small class="text-muted">
  1850.                  <i class="ti-eye me-1"></i>348 views
  1851.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1852.                </small> -->
  1853.              </div>
  1854.            </div>
  1855.          </div>
  1856.          
  1857.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1858.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1859.                
  1860.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  1861.                
  1862.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1863.            </div>
  1864.            <div class="post-content flex-grow-1">
  1865.              <h6 class="post-title mb-2">
  1866.                 <a href="/all-chef-should-train-at-this-spot-modest-turkish-dining-spot-secures-fourth-on-ranking-of-londons-top-dining-destinations/" class="text-decoration-none top-color fw-semibold lh-sm">
  1867.                                            All Chef Should Train At This Spot’: Modest Turkish Dining Spot Secures Fourth on Ranking of London’s Top Dining Destinations.
  1868.                                            </a>
  1869.              </h6>
  1870.              <div class="post-meta mb-3">
  1871.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>15 Aug 2026</small>
  1872.                <!-- <small class="text-muted">
  1873.                  <i class="ti-eye me-1"></i>348 views
  1874.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1875.                </small> -->
  1876.              </div>
  1877.            </div>
  1878.          </div>
  1879.          
  1880.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1881.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1882.                
  1883.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  1884.                
  1885.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1886.            </div>
  1887.            <div class="post-content flex-grow-1">
  1888.              <h6 class="post-title mb-2">
  1889.                 <a href="/how-covert-recording-uncovered-a-28m-timeshare-scam/" class="text-decoration-none top-color fw-semibold lh-sm">
  1890.                                            How Covert Recording Uncovered a £28m Timeshare Scam
  1891.                                            </a>
  1892.              </h6>
  1893.              <div class="post-meta mb-3">
  1894.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>15 Aug 2026</small>
  1895.                <!-- <small class="text-muted">
  1896.                  <i class="ti-eye me-1"></i>348 views
  1897.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1898.                </small> -->
  1899.              </div>
  1900.            </div>
  1901.          </div>
  1902.          
  1903.  
  1904.        </div>
  1905.  
  1906.        <div class="text-center mt-4 pt-3 border-top border-light">
  1907.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  1908.        </div>
  1909.      </div>
  1910.    </div>
  1911.  
  1912.    
  1913.    <div class="sidebar-widget mb-4">
  1914.      <div class="widget-title-wrapper mb-3">
  1915.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  1916.          <i class="ti-calendar me-2"></i>July 2026 Blog Roll
  1917.          <span class="title-arrow"></span>
  1918.        </h4>
  1919.      </div>
  1920.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  1921.        <div class="blog-roll-list scrollable-sidebar">
  1922.          
  1923.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1924.            <a href="https://howtobuybitcoins.info/" rel="dofollow" class="text-decoration-none ">
  1925.              <h6 class="blog-title top-color mb-2 fw-semibold">
  1926.                <i class="ti-angle-right me-2 text-primary"></i>
  1927.                best forex broker
  1928.              </h6>
  1929.            </a>
  1930.          </div>
  1931.          
  1932.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1933.            <a href="https://www.hdcc.org.uk/" rel="dofollow" class="text-decoration-none ">
  1934.              <h6 class="blog-title top-color mb-2 fw-semibold">
  1935.                <i class="ti-angle-right me-2 text-primary"></i>
  1936.                betting sites not on GamStop
  1937.              </h6>
  1938.            </a>
  1939.          </div>
  1940.          
  1941.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1942.            <a href="https://www.london-irish.com/" rel="dofollow" class="text-decoration-none ">
  1943.              <h6 class="blog-title top-color mb-2 fw-semibold">
  1944.                <i class="ti-angle-right me-2 text-primary"></i>
  1945.                non gamstop sites
  1946.              </h6>
  1947.            </a>
  1948.          </div>
  1949.          
  1950.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1951.            <a href="https://knightsof.media/" rel="dofollow" class="text-decoration-none ">
  1952.              <h6 class="blog-title top-color mb-2 fw-semibold">
  1953.                <i class="ti-angle-right me-2 text-primary"></i>
  1954.                non gamstop sites
  1955.              </h6>
  1956.            </a>
  1957.          </div>
  1958.          
  1959.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1960.            <a href="https://www.summerhall.co.uk/" rel="dofollow" class="text-decoration-none ">
  1961.              <h6 class="blog-title top-color mb-2 fw-semibold">
  1962.                <i class="ti-angle-right me-2 text-primary"></i>
  1963.                non gamstop sites
  1964.              </h6>
  1965.            </a>
  1966.          </div>
  1967.          
  1968.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1969.            <a href="https://eostre.uk/" rel="dofollow" class="text-decoration-none ">
  1970.              <h6 class="blog-title top-color mb-2 fw-semibold">
  1971.                <i class="ti-angle-right me-2 text-primary"></i>
  1972.                Non GamStop Casino
  1973.              </h6>
  1974.            </a>
  1975.          </div>
  1976.          
  1977.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1978.            <a href="https://chelsea.news/online-casinos/non-gamstop/" rel="dofollow" class="text-decoration-none ">
  1979.              <h6 class="blog-title top-color mb-2 fw-semibold">
  1980.                <i class="ti-angle-right me-2 text-primary"></i>
  1981.                non gamstop sites
  1982.              </h6>
  1983.            </a>
  1984.          </div>
  1985.          
  1986.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1987.            <a href="https://heyimhome.co.uk" rel="dofollow" class="text-decoration-none ">
  1988.              <h6 class="blog-title top-color mb-2 fw-semibold">
  1989.                <i class="ti-angle-right me-2 text-primary"></i>
  1990.                online casino uk
  1991.              </h6>
  1992.            </a>
  1993.          </div>
  1994.          
  1995.      </div>
  1996.    </div>
  1997.    
  1998.    <div class="sidebar-widget mb-4">
  1999.      <div class="widget-title-wrapper mb-3">
  2000.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2001.          <i class="ti-calendar me-2"></i>June 2026 Blog Roll
  2002.          <span class="title-arrow"></span>
  2003.        </h4>
  2004.      </div>
  2005.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2006.        <div class="blog-roll-list scrollable-sidebar">
  2007.          
  2008.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2009.            <a href="https://casinobeats.com/uk/betting-sites/non-gamstop-betting-sites/" rel="dofollow" class="text-decoration-none ">
  2010.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2011.                <i class="ti-angle-right me-2 text-primary"></i>
  2012.                all the best horse betting not on Gamstop
  2013.              </h6>
  2014.            </a>
  2015.          </div>
  2016.          
  2017.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2018.            <a href="https://www.cardplayer.com/uk/online-casinos/bitcoin-casinos" rel="dofollow" class="text-decoration-none ">
  2019.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2020.                <i class="ti-angle-right me-2 text-primary"></i>
  2021.                TOP Bitcoin casinos
  2022.              </h6>
  2023.            </a>
  2024.          </div>
  2025.          
  2026.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2027.            <a href="https://www.esportsbets.com/betting/uk/not-on-gamstop/" rel="dofollow" class="text-decoration-none ">
  2028.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2029.                <i class="ti-angle-right me-2 text-primary"></i>
  2030.                non Gamstop bookmakers to check
  2031.              </h6>
  2032.            </a>
  2033.          </div>
  2034.          
  2035.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2036.            <a href="https://www.gamblinginsider.com/uk/non-gamstop-betting-sites" rel="dofollow" class="text-decoration-none ">
  2037.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2038.                <i class="ti-angle-right me-2 text-primary"></i>
  2039.                recommended non Gamstop bookmakers
  2040.              </h6>
  2041.            </a>
  2042.          </div>
  2043.          
  2044.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2045.            <a href="https://esports-news.co.uk/online-casinos/non-gamstop/" rel="dofollow" class="text-decoration-none ">
  2046.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2047.                <i class="ti-angle-right me-2 text-primary"></i>
  2048.                Casinos not on Gamstop
  2049.              </h6>
  2050.            </a>
  2051.          </div>
  2052.          
  2053.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2054.            <a href="https://www.moneymakesense.co.uk/" rel="dofollow" class="text-decoration-none ">
  2055.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2056.                <i class="ti-angle-right me-2 text-primary"></i>
  2057.                non GamStop casino
  2058.              </h6>
  2059.            </a>
  2060.          </div>
  2061.          
  2062.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2063.            <a href="https://www.stmonicas.co.uk/" rel="dofollow" class="text-decoration-none ">
  2064.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2065.                <i class="ti-angle-right me-2 text-primary"></i>
  2066.                Casino Sites Not on GamStop
  2067.              </h6>
  2068.            </a>
  2069.          </div>
  2070.          
  2071.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2072.            <a href="https://heyimhome.co.uk" rel="dofollow" class="text-decoration-none ">
  2073.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2074.                <i class="ti-angle-right me-2 text-primary"></i>
  2075.                casinos online
  2076.              </h6>
  2077.            </a>
  2078.          </div>
  2079.          
  2080.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2081.            <a href="https://esports-news.co.uk/online-casinos/crypto/" rel="dofollow" class="text-decoration-none ">
  2082.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2083.                <i class="ti-angle-right me-2 text-primary"></i>
  2084.                for no kyc crypto casinos
  2085.              </h6>
  2086.            </a>
  2087.          </div>
  2088.          
  2089.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2090.            <a href="https://www.fplgameweek.com/articles/best-betting-sites-not-on-gamstop-2025/" rel="dofollow" class="text-decoration-none ">
  2091.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2092.                <i class="ti-angle-right me-2 text-primary"></i>
  2093.                betting not on Gamstop by a provided link
  2094.              </h6>
  2095.            </a>
  2096.          </div>
  2097.          
  2098.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2099.            <a href="https://readwrite.com/gambling/casinos-not-on-gamstop-uk/" rel="dofollow" class="text-decoration-none ">
  2100.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2101.                <i class="ti-angle-right me-2 text-primary"></i>
  2102.                tested non GamStop casino
  2103.              </h6>
  2104.            </a>
  2105.          </div>
  2106.          
  2107.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2108.            <a href="https://www.hintsandthings.co.uk" rel="dofollow" class="text-decoration-none ">
  2109.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2110.                <i class="ti-angle-right me-2 text-primary"></i>
  2111.                anonymous CRYPTO casinos
  2112.              </h6>
  2113.            </a>
  2114.          </div>
  2115.          
  2116.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2117.            <a href="https://heyimhome.co.uk" rel="dofollow" class="text-decoration-none ">
  2118.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2119.                <i class="ti-angle-right me-2 text-primary"></i>
  2120.                verified online casinos
  2121.              </h6>
  2122.            </a>
  2123.          </div>
  2124.          
  2125.      </div>
  2126.    </div>
  2127.    
  2128.    <div class="sidebar-widget mb-4">
  2129.      <div class="widget-title-wrapper mb-3">
  2130.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2131.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2132.          <span class="title-arrow"></span>
  2133.        </h4>
  2134.      </div>
  2135.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2136.        <div class="blog-roll-list scrollable-sidebar">
  2137.          
  2138.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2139.            <a href="https://www.gamblinginsider.com/uk/online-casinos" rel="dofollow" class="text-decoration-none ">
  2140.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2141.                <i class="ti-angle-right me-2 text-primary"></i>
  2142.                online casino
  2143.              </h6>
  2144.            </a>
  2145.          </div>
  2146.          
  2147.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2148.            <a href="https://www.gamblinginsider.com/uk/non-gamstop-betting-sites" rel="dofollow" class="text-decoration-none ">
  2149.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2150.                <i class="ti-angle-right me-2 text-primary"></i>
  2151.                betting sites not on gamstop
  2152.              </h6>
  2153.            </a>
  2154.          </div>
  2155.          
  2156.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2157.            <a href="https://www.cpop.co.uk/" rel="dofollow" class="text-decoration-none ">
  2158.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2159.                <i class="ti-angle-right me-2 text-primary"></i>
  2160.                uk casinos not on gamstop
  2161.              </h6>
  2162.            </a>
  2163.          </div>
  2164.          
  2165.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2166.            <a href="https://www.hospitaldr.co.uk/" rel="dofollow" class="text-decoration-none ">
  2167.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2168.                <i class="ti-angle-right me-2 text-primary"></i>
  2169.                New Non Gamstop Casinos
  2170.              </h6>
  2171.            </a>
  2172.          </div>
  2173.          
  2174.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2175.            <a href="https://lagoccia.co.uk/" rel="dofollow" class="text-decoration-none ">
  2176.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2177.                <i class="ti-angle-right me-2 text-primary"></i>
  2178.                casinos not on gamstop
  2179.              </h6>
  2180.            </a>
  2181.          </div>
  2182.          
  2183.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2184.            <a href="https://heyimhome.co.uk/" rel="dofollow" class="text-decoration-none ">
  2185.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2186.                <i class="ti-angle-right me-2 text-primary"></i>
  2187.                online casino
  2188.              </h6>
  2189.            </a>
  2190.          </div>
  2191.          
  2192.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2193.            <a href="https://2020march.com/" rel="dofollow" class="text-decoration-none ">
  2194.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2195.                <i class="ti-angle-right me-2 text-primary"></i>
  2196.                hahaspin casino
  2197.              </h6>
  2198.            </a>
  2199.          </div>
  2200.          
  2201.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2202.            <a href="https://esports-news.co.uk/gambling-sites/lizaro-review/" rel="dofollow" class="text-decoration-none ">
  2203.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2204.                <i class="ti-angle-right me-2 text-primary"></i>
  2205.                lizaro review
  2206.              </h6>
  2207.            </a>
  2208.          </div>
  2209.          
  2210.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2211.            <a href="https://esports-news.co.uk/gambling-sites/lolajack-review/" rel="dofollow" class="text-decoration-none ">
  2212.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2213.                <i class="ti-angle-right me-2 text-primary"></i>
  2214.                lolajack review
  2215.              </h6>
  2216.            </a>
  2217.          </div>
  2218.          
  2219.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2220.            <a href="https://tdlwebsolutions.com/" rel="dofollow" class="text-decoration-none ">
  2221.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2222.                <i class="ti-angle-right me-2 text-primary"></i>
  2223.                lolajack casino
  2224.              </h6>
  2225.            </a>
  2226.          </div>
  2227.          
  2228.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2229.            <a href="https://esports-news.co.uk/online-casinos/non-gamstop/" rel="dofollow" class="text-decoration-none ">
  2230.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2231.                <i class="ti-angle-right me-2 text-primary"></i>
  2232.                casinos not on gamstop
  2233.              </h6>
  2234.            </a>
  2235.          </div>
  2236.          
  2237.      </div>
  2238.    </div>
  2239.    
  2240.    <div class="sidebar-widget mb-4">
  2241.      <div class="widget-title-wrapper mb-3">
  2242.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2243.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2244.          <span class="title-arrow"></span>
  2245.        </h4>
  2246.      </div>
  2247.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2248.        <div class="blog-roll-list scrollable-sidebar">
  2249.          
  2250.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2251.            <a href="https://savethedatemagazine.co.uk/" rel="dofollow" class="text-decoration-none ">
  2252.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2253.                <i class="ti-angle-right me-2 text-primary"></i>
  2254.                non gamstop casinos
  2255.              </h6>
  2256.            </a>
  2257.          </div>
  2258.          
  2259.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2260.            <a href="https://www.roadpeace.org/" rel="dofollow" class="text-decoration-none ">
  2261.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2262.                <i class="ti-angle-right me-2 text-primary"></i>
  2263.                online casinos not on gamstop
  2264.              </h6>
  2265.            </a>
  2266.          </div>
  2267.          
  2268.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2269.            <a href="https://www.fourpure.com/" rel="dofollow" class="text-decoration-none ">
  2270.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2271.                <i class="ti-angle-right me-2 text-primary"></i>
  2272.                online casinos UK
  2273.              </h6>
  2274.            </a>
  2275.          </div>
  2276.          
  2277.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2278.            <a href="https://kylebooks.co.uk" rel="dofollow" class="text-decoration-none ">
  2279.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2280.                <i class="ti-angle-right me-2 text-primary"></i>
  2281.                non gamstop casinos
  2282.              </h6>
  2283.            </a>
  2284.          </div>
  2285.          
  2286.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2287.            <a href="https://mesaonline.org" rel="dofollow" class="text-decoration-none ">
  2288.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2289.                <i class="ti-angle-right me-2 text-primary"></i>
  2290.                non gamstop casinos
  2291.              </h6>
  2292.            </a>
  2293.          </div>
  2294.          
  2295.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2296.            <a href="https://casino.blackcurve.com/" rel="dofollow" class="text-decoration-none ">
  2297.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2298.                <i class="ti-angle-right me-2 text-primary"></i>
  2299.                non gamban casino
  2300.              </h6>
  2301.            </a>
  2302.          </div>
  2303.          
  2304.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2305.            <a href="https://www.stamina.org.uk/" rel="dofollow" class="text-decoration-none ">
  2306.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2307.                <i class="ti-angle-right me-2 text-primary"></i>
  2308.                non GamStop casino
  2309.              </h6>
  2310.            </a>
  2311.          </div>
  2312.          
  2313.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2314.            <a href="https://www.patients4nhs.org.uk/" rel="dofollow" class="text-decoration-none ">
  2315.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2316.                <i class="ti-angle-right me-2 text-primary"></i>
  2317.                online casinos UK
  2318.              </h6>
  2319.            </a>
  2320.          </div>
  2321.          
  2322.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2323.            <a href="https://coffinmew.co.uk/" rel="dofollow" class="text-decoration-none ">
  2324.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2325.                <i class="ti-angle-right me-2 text-primary"></i>
  2326.                non gamstop casinos
  2327.              </h6>
  2328.            </a>
  2329.          </div>
  2330.          
  2331.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2332.            <a href="https://www.wildandgame.co.uk" rel="dofollow" class="text-decoration-none ">
  2333.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2334.                <i class="ti-angle-right me-2 text-primary"></i>
  2335.                non GamStop casinos
  2336.              </h6>
  2337.            </a>
  2338.          </div>
  2339.          
  2340.      </div>
  2341.    </div>
  2342.    
  2343.    <div class="sidebar-widget mb-4">
  2344.      <div class="widget-title-wrapper mb-3">
  2345.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2346.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  2347.          <span class="title-arrow"></span>
  2348.        </h4>
  2349.      </div>
  2350.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2351.        <div class="blog-roll-list scrollable-sidebar">
  2352.          
  2353.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2354.            <a href="https://www.bmag.org.uk/" rel="dofollow" class="text-decoration-none ">
  2355.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2356.                <i class="ti-angle-right me-2 text-primary"></i>
  2357.                top 10 online casinos
  2358.              </h6>
  2359.            </a>
  2360.          </div>
  2361.          
  2362.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2363.            <a href="https://www.dinton-pastures.co.uk/" rel="dofollow" class="text-decoration-none ">
  2364.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2365.                <i class="ti-angle-right me-2 text-primary"></i>
  2366.                online casinos not on GamStop
  2367.              </h6>
  2368.            </a>
  2369.          </div>
  2370.          
  2371.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2372.            <a href="https://www.caerphilly.org.uk/" rel="dofollow" class="text-decoration-none ">
  2373.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2374.                <i class="ti-angle-right me-2 text-primary"></i>
  2375.                casinos not on gamstop
  2376.              </h6>
  2377.            </a>
  2378.          </div>
  2379.          
  2380.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2381.            <a href="https://shopy.co.uk/" rel="dofollow" class="text-decoration-none ">
  2382.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2383.                <i class="ti-angle-right me-2 text-primary"></i>
  2384.                casinos not on gamstop
  2385.              </h6>
  2386.            </a>
  2387.          </div>
  2388.          
  2389.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2390.            <a href="https://zionist.org.uk/" rel="dofollow" class="text-decoration-none ">
  2391.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2392.                <i class="ti-angle-right me-2 text-primary"></i>
  2393.                non GamStop casino
  2394.              </h6>
  2395.            </a>
  2396.          </div>
  2397.          
  2398.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2399.            <a href="https://www.swtrains.co.uk/" rel="dofollow" class="text-decoration-none ">
  2400.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2401.                <i class="ti-angle-right me-2 text-primary"></i>
  2402.                Spinshark Welcome Offer
  2403.              </h6>
  2404.            </a>
  2405.          </div>
  2406.          
  2407.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2408.            <a href="https://www.gamblinginsider.com/uk/online-casinos" rel="dofollow" class="text-decoration-none ">
  2409.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2410.                <i class="ti-angle-right me-2 text-primary"></i>
  2411.                best online casinos
  2412.              </h6>
  2413.            </a>
  2414.          </div>
  2415.          
  2416.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2417.            <a href="https://www.clwyd-theatr-cymru.co.uk/" rel="dofollow" class="text-decoration-none ">
  2418.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2419.                <i class="ti-angle-right me-2 text-primary"></i>
  2420.                top 50 online casinos
  2421.              </h6>
  2422.            </a>
  2423.          </div>
  2424.          
  2425.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2426.            <a href="https://allcatsrgrey.org.uk/" rel="dofollow" class="text-decoration-none ">
  2427.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2428.                <i class="ti-angle-right me-2 text-primary"></i>
  2429.                non gamstop casinos
  2430.              </h6>
  2431.            </a>
  2432.          </div>
  2433.          
  2434.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2435.            <a href="https://www.nordicresearchnetwork.co.uk/" rel="dofollow" class="text-decoration-none ">
  2436.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2437.                <i class="ti-angle-right me-2 text-primary"></i>
  2438.                Non UK Casino Sites
  2439.              </h6>
  2440.            </a>
  2441.          </div>
  2442.          
  2443.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2444.            <a href="https://www.falconryforum.co.uk/" rel="dofollow" class="text-decoration-none ">
  2445.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2446.                <i class="ti-angle-right me-2 text-primary"></i>
  2447.                non gamstop casino
  2448.              </h6>
  2449.            </a>
  2450.          </div>
  2451.          
  2452.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2453.            <a href="https://www.cressbrook.co.uk/" rel="dofollow" class="text-decoration-none ">
  2454.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2455.                <i class="ti-angle-right me-2 text-primary"></i>
  2456.                non gamstop casinos
  2457.              </h6>
  2458.            </a>
  2459.          </div>
  2460.          
  2461.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2462.            <a href="https://www.headley.co.uk/" rel="dofollow" class="text-decoration-none ">
  2463.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2464.                <i class="ti-angle-right me-2 text-primary"></i>
  2465.                best sports betting sites uk
  2466.              </h6>
  2467.            </a>
  2468.          </div>
  2469.          
  2470.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2471.            <a href="https://wringtonsomerset.org.uk/" rel="dofollow" class="text-decoration-none ">
  2472.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2473.                <i class="ti-angle-right me-2 text-primary"></i>
  2474.                anonymous crypto casino
  2475.              </h6>
  2476.            </a>
  2477.          </div>
  2478.          
  2479.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2480.            <a href="https://www.socresonline.org.uk/" rel="dofollow" class="text-decoration-none ">
  2481.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2482.                <i class="ti-angle-right me-2 text-primary"></i>
  2483.                bitcoin casinos
  2484.              </h6>
  2485.            </a>
  2486.          </div>
  2487.          
  2488.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2489.            <a href="https://epik.org.uk/casinos-not-on-gamstop/" rel="dofollow" class="text-decoration-none ">
  2490.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2491.                <i class="ti-angle-right me-2 text-primary"></i>
  2492.                non gamstop casinos
  2493.              </h6>
  2494.            </a>
  2495.          </div>
  2496.          
  2497.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2498.            <a href="https://www.kysty.co.uk/" rel="dofollow" class="text-decoration-none ">
  2499.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2500.                <i class="ti-angle-right me-2 text-primary"></i>
  2501.                casinos not on GAMSTOP
  2502.              </h6>
  2503.            </a>
  2504.          </div>
  2505.          
  2506.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2507.            <a href="https://www.toop.eu" rel="dofollow" class="text-decoration-none ">
  2508.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2509.                <i class="ti-angle-right me-2 text-primary"></i>
  2510.                online casinos
  2511.              </h6>
  2512.            </a>
  2513.          </div>
  2514.          
  2515.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2516.            <a href="https://tridentcryptofund.com/" rel="dofollow" class="text-decoration-none ">
  2517.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2518.                <i class="ti-angle-right me-2 text-primary"></i>
  2519.                crypto casino UK
  2520.              </h6>
  2521.            </a>
  2522.          </div>
  2523.          
  2524.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2525.            <a href="https://www.goodclub.co.uk/" rel="dofollow" class="text-decoration-none ">
  2526.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2527.                <i class="ti-angle-right me-2 text-primary"></i>
  2528.                non gamstop casino
  2529.              </h6>
  2530.            </a>
  2531.          </div>
  2532.          
  2533.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2534.            <a href="https://www.aboutcookies.org.uk/" rel="dofollow" class="text-decoration-none ">
  2535.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2536.                <i class="ti-angle-right me-2 text-primary"></i>
  2537.                casino not on gamstop
  2538.              </h6>
  2539.            </a>
  2540.          </div>
  2541.          
  2542.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2543.            <a href="https://thenewoxford.com/" rel="dofollow" class="text-decoration-none ">
  2544.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2545.                <i class="ti-angle-right me-2 text-primary"></i>
  2546.                non GamStop casino
  2547.              </h6>
  2548.            </a>
  2549.          </div>
  2550.          
  2551.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2552.            <a href="https://www.drinksandco.co.uk/" rel="dofollow" class="text-decoration-none ">
  2553.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2554.                <i class="ti-angle-right me-2 text-primary"></i>
  2555.                non GamStop casinos
  2556.              </h6>
  2557.            </a>
  2558.          </div>
  2559.          
  2560.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2561.            <a href="https://ola.co.uk/" rel="dofollow" class="text-decoration-none ">
  2562.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2563.                <i class="ti-angle-right me-2 text-primary"></i>
  2564.                non GamStop casinos
  2565.              </h6>
  2566.            </a>
  2567.          </div>
  2568.          
  2569.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2570.            <a href="https://www.littleshipsramsgate.co.uk/" rel="dofollow" class="text-decoration-none ">
  2571.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2572.                <i class="ti-angle-right me-2 text-primary"></i>
  2573.                casino not on GamStop
  2574.              </h6>
  2575.            </a>
  2576.          </div>
  2577.          
  2578.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2579.            <a href="https://www.ginspa.co.uk/" rel="dofollow" class="text-decoration-none ">
  2580.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2581.                <i class="ti-angle-right me-2 text-primary"></i>
  2582.                non GamStop casinos
  2583.              </h6>
  2584.            </a>
  2585.          </div>
  2586.          
  2587.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2588.            <a href="https://www.labodeganegra.com/" rel="dofollow" class="text-decoration-none ">
  2589.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2590.                <i class="ti-angle-right me-2 text-primary"></i>
  2591.                non GamStop casinos
  2592.              </h6>
  2593.            </a>
  2594.          </div>
  2595.          
  2596.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2597.            <a href="https://www.runningbuggies.com/" rel="dofollow" class="text-decoration-none ">
  2598.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2599.                <i class="ti-angle-right me-2 text-primary"></i>
  2600.                casinos not on GamStop
  2601.              </h6>
  2602.            </a>
  2603.          </div>
  2604.          
  2605.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2606.            <a href="https://www.peckhamaudio.co.uk/" rel="dofollow" class="text-decoration-none ">
  2607.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2608.                <i class="ti-angle-right me-2 text-primary"></i>
  2609.                non GamStop
  2610.              </h6>
  2611.            </a>
  2612.          </div>
  2613.          
  2614.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2615.            <a href="https://roadpeace.org/" rel="dofollow" class="text-decoration-none ">
  2616.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2617.                <i class="ti-angle-right me-2 text-primary"></i>
  2618.                non gamstop casinos
  2619.              </h6>
  2620.            </a>
  2621.          </div>
  2622.          
  2623.      </div>
  2624.    </div>
  2625.    
  2626.    <div class="sidebar-widget mb-4">
  2627.      <div class="widget-title-wrapper mb-3">
  2628.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2629.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  2630.          <span class="title-arrow"></span>
  2631.        </h4>
  2632.      </div>
  2633.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2634.        <div class="blog-roll-list scrollable-sidebar">
  2635.          
  2636.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2637.            <a href="https://internationalschoolmealsday.com/" rel="dofollow" class="text-decoration-none ">
  2638.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2639.                <i class="ti-angle-right me-2 text-primary"></i>
  2640.                uk online casinos list
  2641.              </h6>
  2642.            </a>
  2643.          </div>
  2644.          
  2645.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2646.            <a href="https://financialservicescultureboard.org.uk/" rel="dofollow" class="text-decoration-none ">
  2647.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2648.                <i class="ti-angle-right me-2 text-primary"></i>
  2649.                non gamstop betting
  2650.              </h6>
  2651.            </a>
  2652.          </div>
  2653.          
  2654.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2655.            <a href="https://www.thekarczma.co.uk/" rel="dofollow" class="text-decoration-none ">
  2656.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2657.                <i class="ti-angle-right me-2 text-primary"></i>
  2658.                non UKGC casinos
  2659.              </h6>
  2660.            </a>
  2661.          </div>
  2662.          
  2663.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2664.            <a href="https://www.taysideaviation.co.uk/" rel="dofollow" class="text-decoration-none ">
  2665.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2666.                <i class="ti-angle-right me-2 text-primary"></i>
  2667.                betting sites not on gamstop
  2668.              </h6>
  2669.            </a>
  2670.          </div>
  2671.          
  2672.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2673.            <a href="https://itechlabs.co.uk/" rel="dofollow" class="text-decoration-none ">
  2674.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2675.                <i class="ti-angle-right me-2 text-primary"></i>
  2676.                non gamstop betting sites
  2677.              </h6>
  2678.            </a>
  2679.          </div>
  2680.          
  2681.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2682.            <a href="https://botafogo.co.uk/" rel="dofollow" class="text-decoration-none ">
  2683.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2684.                <i class="ti-angle-right me-2 text-primary"></i>
  2685.                best uk non GamStop casinos
  2686.              </h6>
  2687.            </a>
  2688.          </div>
  2689.          
  2690.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2691.            <a href="https://www.casquette.co.uk/" rel="dofollow" class="text-decoration-none ">
  2692.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2693.                <i class="ti-angle-right me-2 text-primary"></i>
  2694.                casinos not on gamstop
  2695.              </h6>
  2696.            </a>
  2697.          </div>
  2698.          
  2699.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2700.            <a href="https://www.ferranti-technologies.co.uk/" rel="dofollow" class="text-decoration-none ">
  2701.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2702.                <i class="ti-angle-right me-2 text-primary"></i>
  2703.                non gamstop casinos uk
  2704.              </h6>
  2705.            </a>
  2706.          </div>
  2707.          
  2708.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2709.            <a href="https://bereavementcommission.org.uk/" rel="dofollow" class="text-decoration-none ">
  2710.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2711.                <i class="ti-angle-right me-2 text-primary"></i>
  2712.                best non Gamstop casinos
  2713.              </h6>
  2714.            </a>
  2715.          </div>
  2716.          
  2717.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2718.            <a href="https://www.summerhall.co.uk/" rel="dofollow" class="text-decoration-none ">
  2719.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2720.                <i class="ti-angle-right me-2 text-primary"></i>
  2721.                casinos not on gamstop
  2722.              </h6>
  2723.            </a>
  2724.          </div>
  2725.          
  2726.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2727.            <a href="https://www.moretonmotormuseum.co.uk/" rel="dofollow" class="text-decoration-none ">
  2728.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2729.                <i class="ti-angle-right me-2 text-primary"></i>
  2730.                non GamStop casinos
  2731.              </h6>
  2732.            </a>
  2733.          </div>
  2734.          
  2735.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2736.            <a href="https://www.bunker-51.com/" rel="dofollow" class="text-decoration-none ">
  2737.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2738.                <i class="ti-angle-right me-2 text-primary"></i>
  2739.                casinos not on GamStop
  2740.              </h6>
  2741.            </a>
  2742.          </div>
  2743.          
  2744.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2745.            <a href="https://www.mugdock-country-park.org.uk/" rel="dofollow" class="text-decoration-none ">
  2746.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2747.                <i class="ti-angle-right me-2 text-primary"></i>
  2748.                casinos not on GamStop
  2749.              </h6>
  2750.            </a>
  2751.          </div>
  2752.          
  2753.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2754.            <a href="https://womeninfinance.co.uk/" rel="dofollow" class="text-decoration-none ">
  2755.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2756.                <i class="ti-angle-right me-2 text-primary"></i>
  2757.                casino not on GamStop
  2758.              </h6>
  2759.            </a>
  2760.          </div>
  2761.          
  2762.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2763.            <a href="https://www.llancaiachfawr.co.uk/" rel="dofollow" class="text-decoration-none ">
  2764.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2765.                <i class="ti-angle-right me-2 text-primary"></i>
  2766.                best casinos not on GamStop
  2767.              </h6>
  2768.            </a>
  2769.          </div>
  2770.          
  2771.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2772.            <a href="https://www.runningbuggies.com/" rel="dofollow" class="text-decoration-none ">
  2773.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2774.                <i class="ti-angle-right me-2 text-primary"></i>
  2775.                casino sites UK
  2776.              </h6>
  2777.            </a>
  2778.          </div>
  2779.          
  2780.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2781.            <a href="https://www.summerhall.co.uk/" rel="dofollow" class="text-decoration-none ">
  2782.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2783.                <i class="ti-angle-right me-2 text-primary"></i>
  2784.                best online casinos uk
  2785.              </h6>
  2786.            </a>
  2787.          </div>
  2788.          
  2789.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2790.            <a href="https://www.gettingonboard.org/" rel="dofollow" class="text-decoration-none ">
  2791.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2792.                <i class="ti-angle-right me-2 text-primary"></i>
  2793.                UK casino not on GamStop
  2794.              </h6>
  2795.            </a>
  2796.          </div>
  2797.          
  2798.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2799.            <a href="https://whitestarrunning.co.uk/" rel="dofollow" class="text-decoration-none ">
  2800.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2801.                <i class="ti-angle-right me-2 text-primary"></i>
  2802.                new non GamStop casinos
  2803.              </h6>
  2804.            </a>
  2805.          </div>
  2806.          
  2807.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2808.            <a href="https://pirateparty.org.uk/" rel="dofollow" class="text-decoration-none ">
  2809.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2810.                <i class="ti-angle-right me-2 text-primary"></i>
  2811.                sites not on GamStop
  2812.              </h6>
  2813.            </a>
  2814.          </div>
  2815.          
  2816.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2817.            <a href="https://www.morethanfootball.eu/" rel="dofollow" class="text-decoration-none ">
  2818.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2819.                <i class="ti-angle-right me-2 text-primary"></i>
  2820.                best casino not on GamStop
  2821.              </h6>
  2822.            </a>
  2823.          </div>
  2824.          
  2825.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2826.            <a href="https://www.spicker.uk/" rel="dofollow" class="text-decoration-none ">
  2827.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2828.                <i class="ti-angle-right me-2 text-primary"></i>
  2829.                games not on GamStop
  2830.              </h6>
  2831.            </a>
  2832.          </div>
  2833.          
  2834.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2835.            <a href="https://www.open-money.co.uk/" rel="dofollow" class="text-decoration-none ">
  2836.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2837.                <i class="ti-angle-right me-2 text-primary"></i>
  2838.                casino not on GamStop
  2839.              </h6>
  2840.            </a>
  2841.          </div>
  2842.          
  2843.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2844.            <a href="https://www.drenge.co.uk/" rel="dofollow" class="text-decoration-none ">
  2845.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2846.                <i class="ti-angle-right me-2 text-primary"></i>
  2847.                UK casinos not on GamStop
  2848.              </h6>
  2849.            </a>
  2850.          </div>
  2851.          
  2852.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2853.            <a href="https://inlandhomes.co.uk/" rel="dofollow" class="text-decoration-none ">
  2854.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2855.                <i class="ti-angle-right me-2 text-primary"></i>
  2856.                slot sites not on GamStop
  2857.              </h6>
  2858.            </a>
  2859.          </div>
  2860.          
  2861.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2862.            <a href="https://www.freedamedia.com/" rel="dofollow" class="text-decoration-none ">
  2863.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2864.                <i class="ti-angle-right me-2 text-primary"></i>
  2865.                non GamStop sites
  2866.              </h6>
  2867.            </a>
  2868.          </div>
  2869.          
  2870.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2871.            <a href="https://thenewoxford.com/" rel="dofollow" class="text-decoration-none ">
  2872.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2873.                <i class="ti-angle-right me-2 text-primary"></i>
  2874.                slots not on GamStop
  2875.              </h6>
  2876.            </a>
  2877.          </div>
  2878.          
  2879.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2880.            <a href="https://www.rockthefrockbridal.co.uk/" rel="dofollow" class="text-decoration-none ">
  2881.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2882.                <i class="ti-angle-right me-2 text-primary"></i>
  2883.                best non GamStop casinos
  2884.              </h6>
  2885.            </a>
  2886.          </div>
  2887.          
  2888.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2889.            <a href="https://hmdbookclub.co.uk/" rel="dofollow" class="text-decoration-none ">
  2890.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2891.                <i class="ti-angle-right me-2 text-primary"></i>
  2892.                non GamStop UK casinos
  2893.              </h6>
  2894.            </a>
  2895.          </div>
  2896.          
  2897.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2898.            <a href="https://www.mediawise.org.uk/" rel="dofollow" class="text-decoration-none ">
  2899.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2900.                <i class="ti-angle-right me-2 text-primary"></i>
  2901.                non GamStop casinos UK
  2902.              </h6>
  2903.            </a>
  2904.          </div>
  2905.          
  2906.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2907.            <a href="https://www.london-irish.com/" rel="dofollow" class="text-decoration-none ">
  2908.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2909.                <i class="ti-angle-right me-2 text-primary"></i>
  2910.                casinos not on gamstop
  2911.              </h6>
  2912.            </a>
  2913.          </div>
  2914.          
  2915.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2916.            <a href="https://www.outset.org/" rel="dofollow" class="text-decoration-none ">
  2917.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2918.                <i class="ti-angle-right me-2 text-primary"></i>
  2919.                non uk betting sites
  2920.              </h6>
  2921.            </a>
  2922.          </div>
  2923.          
  2924.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2925.            <a href="https://savethedatemagazine.co.uk/" rel="dofollow" class="text-decoration-none ">
  2926.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2927.                <i class="ti-angle-right me-2 text-primary"></i>
  2928.                best non gamstop casinos
  2929.              </h6>
  2930.            </a>
  2931.          </div>
  2932.          
  2933.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2934.            <a href="https://bereavementcommission.org.uk/" rel="dofollow" class="text-decoration-none ">
  2935.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2936.                <i class="ti-angle-right me-2 text-primary"></i>
  2937.                online casino
  2938.              </h6>
  2939.            </a>
  2940.          </div>
  2941.          
  2942.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2943.            <a href="https://bereavementcommission.org.uk/" rel="dofollow" class="text-decoration-none ">
  2944.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2945.                <i class="ti-angle-right me-2 text-primary"></i>
  2946.                casinos not on gamstop
  2947.              </h6>
  2948.            </a>
  2949.          </div>
  2950.          
  2951.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2952.            <a href="https://www.farma.org.uk/" rel="dofollow" class="text-decoration-none ">
  2953.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2954.                <i class="ti-angle-right me-2 text-primary"></i>
  2955.                casino not on gamstop
  2956.              </h6>
  2957.            </a>
  2958.          </div>
  2959.          
  2960.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2961.            <a href="https://www.oceanacidification.org.uk/" rel="dofollow" class="text-decoration-none ">
  2962.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2963.                <i class="ti-angle-right me-2 text-primary"></i>
  2964.                casino not on gamstop
  2965.              </h6>
  2966.            </a>
  2967.          </div>
  2968.          
  2969.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2970.            <a href="https://www.weareculture24.org.uk/" rel="dofollow" class="text-decoration-none ">
  2971.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2972.                <i class="ti-angle-right me-2 text-primary"></i>
  2973.                casino not on gamstop
  2974.              </h6>
  2975.            </a>
  2976.          </div>
  2977.          
  2978.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2979.            <a href="https://huisvoorveerkracht.be/" rel="dofollow" class="text-decoration-none ">
  2980.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2981.                <i class="ti-angle-right me-2 text-primary"></i>
  2982.                casino not on gamstop
  2983.              </h6>
  2984.            </a>
  2985.          </div>
  2986.          
  2987.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2988.            <a href="https://indyonline.co.uk/" rel="dofollow" class="text-decoration-none ">
  2989.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2990.                <i class="ti-angle-right me-2 text-primary"></i>
  2991.                non GamStop casino
  2992.              </h6>
  2993.            </a>
  2994.          </div>
  2995.          
  2996.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2997.            <a href="https://www.mesaonline.org/" rel="dofollow" class="text-decoration-none ">
  2998.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2999.                <i class="ti-angle-right me-2 text-primary"></i>
  3000.                non gamstop casinos
  3001.              </h6>
  3002.            </a>
  3003.          </div>
  3004.          
  3005.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3006.            <a href="https://www.makemegenius.com/" rel="dofollow" class="text-decoration-none ">
  3007.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3008.                <i class="ti-angle-right me-2 text-primary"></i>
  3009.                non gamstop casinos
  3010.              </h6>
  3011.            </a>
  3012.          </div>
  3013.          
  3014.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3015.            <a href="https://augustafreepress.com/betting/anonymous-betting-sites/" rel="dofollow" class="text-decoration-none ">
  3016.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3017.                <i class="ti-angle-right me-2 text-primary"></i>
  3018.                anonymous betting sites
  3019.              </h6>
  3020.            </a>
  3021.          </div>
  3022.          
  3023.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3024.            <a href="https://www.money-mentor.org/" rel="dofollow" class="text-decoration-none ">
  3025.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3026.                <i class="ti-angle-right me-2 text-primary"></i>
  3027.                best non gamstop casinos
  3028.              </h6>
  3029.            </a>
  3030.          </div>
  3031.          
  3032.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3033.            <a href="https://www.ickn.org/" rel="dofollow" class="text-decoration-none ">
  3034.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3035.                <i class="ti-angle-right me-2 text-primary"></i>
  3036.                non gamstop betting sites
  3037.              </h6>
  3038.            </a>
  3039.          </div>
  3040.          
  3041.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3042.            <a href="https://www.saysc.org/" rel="dofollow" class="text-decoration-none ">
  3043.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3044.                <i class="ti-angle-right me-2 text-primary"></i>
  3045.                non gamstop casino
  3046.              </h6>
  3047.            </a>
  3048.          </div>
  3049.          
  3050.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3051.            <a href="https://www.mesaonline.org/" rel="dofollow" class="text-decoration-none ">
  3052.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3053.                <i class="ti-angle-right me-2 text-primary"></i>
  3054.                casinos not on gamstop
  3055.              </h6>
  3056.            </a>
  3057.          </div>
  3058.          
  3059.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3060.            <a href="https://www.paghat.com/" rel="dofollow" class="text-decoration-none ">
  3061.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3062.                <i class="ti-angle-right me-2 text-primary"></i>
  3063.                non gamstop casino
  3064.              </h6>
  3065.            </a>
  3066.          </div>
  3067.          
  3068.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3069.            <a href="https://www.makemegenius.com/" rel="dofollow" class="text-decoration-none ">
  3070.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3071.                <i class="ti-angle-right me-2 text-primary"></i>
  3072.                casinos not on gamstop
  3073.              </h6>
  3074.            </a>
  3075.          </div>
  3076.          
  3077.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3078.            <a href="https://datamagazine.co.uk" rel="dofollow" class="text-decoration-none ">
  3079.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3080.                <i class="ti-angle-right me-2 text-primary"></i>
  3081.                non gamstop casino
  3082.              </h6>
  3083.            </a>
  3084.          </div>
  3085.          
  3086.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3087.            <a href="https://littlewhitelies.co.uk/" rel="dofollow" class="text-decoration-none ">
  3088.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3089.                <i class="ti-angle-right me-2 text-primary"></i>
  3090.                non gamstop casino
  3091.              </h6>
  3092.            </a>
  3093.          </div>
  3094.          
  3095.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3096.            <a href="https://www.regionalnetworks.org.uk/" rel="dofollow" class="text-decoration-none ">
  3097.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3098.                <i class="ti-angle-right me-2 text-primary"></i>
  3099.                New UK Casinos Not on Gamstop
  3100.              </h6>
  3101.            </a>
  3102.          </div>
  3103.          
  3104.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3105.            <a href="https://oncallfire.uk/" rel="dofollow" class="text-decoration-none ">
  3106.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3107.                <i class="ti-angle-right me-2 text-primary"></i>
  3108.                New UK Casinos Not on Gamstop
  3109.              </h6>
  3110.            </a>
  3111.          </div>
  3112.          
  3113.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3114.            <a href="https://www.sacredcow.info/" rel="dofollow" class="text-decoration-none ">
  3115.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3116.                <i class="ti-angle-right me-2 text-primary"></i>
  3117.                bitcoin casino
  3118.              </h6>
  3119.            </a>
  3120.          </div>
  3121.          
  3122.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3123.            <a href="https://coffinmew.co.uk/" rel="dofollow" class="text-decoration-none ">
  3124.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3125.                <i class="ti-angle-right me-2 text-primary"></i>
  3126.                best uk non GamStop casinos
  3127.              </h6>
  3128.            </a>
  3129.          </div>
  3130.          
  3131.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3132.            <a href="https://plasticoceans.uk/" rel="dofollow" class="text-decoration-none ">
  3133.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3134.                <i class="ti-angle-right me-2 text-primary"></i>
  3135.                casino not on gamstop
  3136.              </h6>
  3137.            </a>
  3138.          </div>
  3139.          
  3140.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3141.            <a href="https://www.londonart.co.uk/" rel="dofollow" class="text-decoration-none ">
  3142.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3143.                <i class="ti-angle-right me-2 text-primary"></i>
  3144.                london escorts
  3145.              </h6>
  3146.            </a>
  3147.          </div>
  3148.          
  3149.      </div>
  3150.    </div>
  3151.    
  3152.    <div class="sidebar-widget mb-4">
  3153.      <div class="widget-title-wrapper mb-3">
  3154.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3155.          <i class="ti-calendar me-2"></i>January 2026 Blog Roll
  3156.          <span class="title-arrow"></span>
  3157.        </h4>
  3158.      </div>
  3159.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3160.        <div class="blog-roll-list scrollable-sidebar">
  3161.          
  3162.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3163.            <a href="https://esports-news.co.uk/online-casinos/non-gamstop/" rel="dofollow" class="text-decoration-none ">
  3164.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3165.                <i class="ti-angle-right me-2 text-primary"></i>
  3166.                non gamstop casino
  3167.              </h6>
  3168.            </a>
  3169.          </div>
  3170.          
  3171.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3172.            <a href="https://newhorrizon.eu/" rel="dofollow" class="text-decoration-none ">
  3173.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3174.                <i class="ti-angle-right me-2 text-primary"></i>
  3175.                non gamstop casino uk
  3176.              </h6>
  3177.            </a>
  3178.          </div>
  3179.          
  3180.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3181.            <a href="https://openidentityexchange.org/" rel="dofollow" class="text-decoration-none ">
  3182.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3183.                <i class="ti-angle-right me-2 text-primary"></i>
  3184.                casino not on gamstop
  3185.              </h6>
  3186.            </a>
  3187.          </div>
  3188.          
  3189.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3190.            <a href="https://peterbrett.com/" rel="dofollow" class="text-decoration-none ">
  3191.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3192.                <i class="ti-angle-right me-2 text-primary"></i>
  3193.                non gamstop casino
  3194.              </h6>
  3195.            </a>
  3196.          </div>
  3197.          
  3198.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3199.            <a href="https://chargeyourcar.org.uk/" rel="dofollow" class="text-decoration-none ">
  3200.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3201.                <i class="ti-angle-right me-2 text-primary"></i>
  3202.                best betting sites
  3203.              </h6>
  3204.            </a>
  3205.          </div>
  3206.          
  3207.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3208.            <a href="https://www.frn.org.uk/" rel="dofollow" class="text-decoration-none ">
  3209.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3210.                <i class="ti-angle-right me-2 text-primary"></i>
  3211.                best betting sites uk
  3212.              </h6>
  3213.            </a>
  3214.          </div>
  3215.          
  3216.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3217.            <a href="https://theemon.com/" rel="dofollow" class="text-decoration-none ">
  3218.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3219.                <i class="ti-angle-right me-2 text-primary"></i>
  3220.                best betting sites
  3221.              </h6>
  3222.            </a>
  3223.          </div>
  3224.          
  3225.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3226.            <a href="https://aircargoeye.com/" rel="dofollow" class="text-decoration-none ">
  3227.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3228.                <i class="ti-angle-right me-2 text-primary"></i>
  3229.                non gamstop casino
  3230.              </h6>
  3231.            </a>
  3232.          </div>
  3233.          
  3234.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3235.            <a href="https://www.chemical-records.co.uk/" rel="dofollow" class="text-decoration-none ">
  3236.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3237.                <i class="ti-angle-right me-2 text-primary"></i>
  3238.                non gamstop casino
  3239.              </h6>
  3240.            </a>
  3241.          </div>
  3242.          
  3243.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3244.            <a href="https://www.fishonline.org/" rel="dofollow" class="text-decoration-none ">
  3245.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3246.                <i class="ti-angle-right me-2 text-primary"></i>
  3247.                non gamstop casino
  3248.              </h6>
  3249.            </a>
  3250.          </div>
  3251.          
  3252.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3253.            <a href="https://www.scva.org.uk/" rel="dofollow" class="text-decoration-none ">
  3254.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3255.                <i class="ti-angle-right me-2 text-primary"></i>
  3256.                non gamstop casino
  3257.              </h6>
  3258.            </a>
  3259.          </div>
  3260.          
  3261.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3262.            <a href="https://www.forcesreunited.co.uk/" rel="dofollow" class="text-decoration-none ">
  3263.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3264.                <i class="ti-angle-right me-2 text-primary"></i>
  3265.                non gamstop casino
  3266.              </h6>
  3267.            </a>
  3268.          </div>
  3269.          
  3270.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3271.            <a href="https://esports-news.co.uk/online-casinos/non-gamstop/" rel="dofollow" class="text-decoration-none ">
  3272.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3273.                <i class="ti-angle-right me-2 text-primary"></i>
  3274.                best non gamstop casinos
  3275.              </h6>
  3276.            </a>
  3277.          </div>
  3278.          
  3279.      </div>
  3280.    </div>
  3281.    
  3282.  </div>
  3283.  
  3284. <!-- Sidebar V2 Styles -->
  3285. <style>
  3286.  .sidebar-widget {
  3287.    position: relative;
  3288.  }
  3289.  
  3290.  .widget-title {
  3291.    font-size: 1.1rem;
  3292.    font-weight: 700;
  3293.    display: inline-block;
  3294.    position: relative;
  3295.    z-index: 2;
  3296.    border-radius: 0;
  3297.  }
  3298.  
  3299.  /* Green arrow for August Blog Roll */
  3300.  .title-arrow::after {
  3301.    content: '';
  3302.    position: absolute;
  3303.    top: 0;
  3304.    right: -22px;
  3305.    width: 0;
  3306.    height: 0;
  3307.    border-left: 22px solid var(--bs-primary);
  3308.    border-top: 22px solid transparent;
  3309.    border-bottom: 22px solid transparent;
  3310.    z-index: 1;
  3311.  }
  3312.  
  3313.  /* Blue arrow for Recent Posts */
  3314.  .title-arrow-primary::after {
  3315.    content: '';
  3316.    position: absolute;
  3317.    top: 0;
  3318.    right: -22px;
  3319.    width: 0;
  3320.    height: 0;
  3321.    border-left: 22px solid var(--bs-primary);
  3322.    border-top: 22px solid transparent;
  3323.    border-bottom: 22px solid transparent;
  3324.    z-index: 1;
  3325.  }
  3326.  
  3327.  .widget-content {
  3328.    margin-top: -1px;
  3329.    position: relative;
  3330.    z-index: 1;
  3331.     background-color: var(--card-bg);
  3332.  }
  3333.  
  3334.  /* Blog Roll Items Hover Effects */
  3335.  .blog-roll-item:hover .blog-title {
  3336.    color: #198754 !important;
  3337.    transform: translateX(5px);
  3338.    transition: all 0.3s ease;
  3339.  }
  3340.  
  3341.  /* Recent Post Items Hover Effects */
  3342.  .recent-post-item:hover .post-title a {
  3343.    color: #0d6efd !important;
  3344.    transition: color 0.3s ease;
  3345.  }
  3346.  
  3347.  .recent-post-item:hover .post-image img {
  3348.    transform: scale(1.05);
  3349.    transition: transform 0.3s ease;
  3350.  }
  3351.  
  3352.  /* Button Hover Effects */
  3353.  .btn:hover {
  3354.    transform: translateY(-2px);
  3355.    transition: all 0.3s ease;
  3356.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3357.  }
  3358.  
  3359.  /* Badge Hover Effects */
  3360.  .badge:hover {
  3361.    transform: scale(1.05);
  3362.    transition: transform 0.3s ease;
  3363.  }
  3364.  
  3365.  @media (max-width: 991px) {
  3366.    .sidebar {
  3367.      margin-top: 3rem;
  3368.    }
  3369.  }
  3370.  
  3371.  @media (max-width: 576px) {
  3372.    .widget-title {
  3373.      font-size: 1rem;
  3374.      padding: 0.75rem 1rem !important;
  3375.    }
  3376.  
  3377.    .title-arrow::after,
  3378.    .title-arrow-primary::after {
  3379.      right: -18px;
  3380.      border-left-width: 18px;
  3381.      border-top-width: 18px;
  3382.      border-bottom-width: 18px;
  3383.    }
  3384.  
  3385.    .post-image {
  3386.      width: 70px !important;
  3387.      height: 55px !important;
  3388.    }
  3389.  
  3390.    .blog-meta {
  3391.      flex-direction: column !important;
  3392.      align-items: flex-start !important;
  3393.      gap: 0.5rem;
  3394.    }
  3395.  }
  3396. </style>
  3397.  
  3398.    
  3399.                </div>
  3400.            </div>
  3401.        </div>
  3402.    </div>
  3403. </section>
  3404.  
  3405. <script>
  3406.    // Intersection Observer for Fade-in with Slight Rotation
  3407.    document.addEventListener('DOMContentLoaded', function() {
  3408.        const observerOptions = {
  3409.            threshold: 0.15, // Trigger when 15% of the card is visible
  3410.            rootMargin: '0px 0px -50px 0px',
  3411.        };
  3412.  
  3413.        const observer = new IntersectionObserver(function(entries, observer) {
  3414.            entries.forEach(entry => {
  3415.                if (entry.isIntersecting) {
  3416.                    entry.target.classList.add('visible');
  3417.                    observer.unobserve(entry.target);
  3418.                }
  3419.            });
  3420.        }, observerOptions);
  3421.  
  3422.        document.querySelectorAll('.blog-card-v10').forEach(card => {
  3423.            observer.observe(card);
  3424.        });
  3425.    });
  3426. </script>
  3427.  
  3428.    
  3429.        
  3430.        <!-- end wpo-blog-highlights-section -->
  3431.        <!-- start wpo-blog-sponsored-section -->
  3432.        
  3433.  
  3434.  
  3435.  
  3436.    
  3437.  
  3438.  
  3439.  
  3440. <style>
  3441.    .sponsored-section-v3 {
  3442.        padding: 50px 0;
  3443.    }
  3444.    
  3445.    .sponsored-card-v3 {
  3446.        background: var(--card-bg);
  3447.        border: 1px solid var(--border-color);
  3448.        border-radius: 4px;
  3449.        transition: transform 0.3s ease;
  3450.        height: 100%;
  3451.    }
  3452.    
  3453.    .sponsored-card-v3:hover {
  3454.        transform: scale(1.02);
  3455.    }
  3456.    
  3457.    .sponsored-image-v3 {
  3458.        position: relative;
  3459.        height: 170px;
  3460.        border-bottom: 1px solid var(--border-color);
  3461.    }
  3462.    
  3463.    .sponsored-image-v3 img {
  3464.        width: 100%;
  3465.        height: 100%;
  3466.        object-fit: cover;
  3467.    }
  3468.    
  3469.    .sponsored-badge-v3 {
  3470.        position: absolute;
  3471.        top: 10px;
  3472.        right: 10px;
  3473.        padding: 5px 8px;
  3474.        font-size: 11px;
  3475.        font-weight: 600;
  3476.        text-transform: uppercase;
  3477.        border-radius: 50%;
  3478.    }
  3479.    
  3480.    .sponsored-content-v3 {
  3481.        position: relative;
  3482.        padding: 18px;
  3483.    }
  3484.    
  3485.    .sponsored-title-v3 {
  3486.        font-size: 16px;
  3487.        font-weight: 700;
  3488.        line-height: 1.5;
  3489.        margin-bottom: 8px;
  3490.    }
  3491.    
  3492.    .sponsored-title-v3 a {
  3493.        text-decoration: none;
  3494.        color: #333;
  3495.    }
  3496.    
  3497.    .sponsored-title-v3 a:hover {
  3498.        color: #0056b3; /* Darker blue for hover */
  3499.    }
  3500.    
  3501.    .sponsored-excerpt-v3 {
  3502.        font-size: 13px;
  3503.        font-weight: 400;
  3504.        color: #868e96;
  3505.        margin-bottom: 12px;
  3506.        line-height: 1.5;
  3507.    }
  3508.    
  3509.    .sponsored-meta-v3 {
  3510.        font-size: 12px;
  3511.        color: #6c757d;
  3512.    }
  3513.    
  3514.    .author-info-v3 {
  3515.        display: flex;
  3516.        align-items: center;
  3517.        gap: 6px;
  3518.        margin-bottom: 6px;
  3519.    }
  3520.    
  3521.    .sponsored-author-img-v3 {
  3522.        width: 24px;
  3523.        height: 24px;
  3524.        border-radius: 50%;
  3525.        object-fit: cover;
  3526.    }
  3527.    
  3528.    .section-title-sponsored-v3 {
  3529.        font-size: 2rem;
  3530.        font-weight: 600;
  3531.        text-align: left;
  3532.        margin-bottom: 25px;
  3533.        color: #333;
  3534.        border-bottom: 3px solid var(--bs-primary);
  3535.        padding-bottom: 10px;
  3536.    }
  3537.  
  3538.    @media (max-width: 768px) {
  3539.        .sponsored-section-v3 {
  3540.            padding: 30px 0;
  3541.        }
  3542.        .sponsored-content-v3 {
  3543.            padding: 15px;
  3544.        }
  3545.        .sponsored-title-v3 {
  3546.            font-size: 15px;
  3547.        }
  3548.        .sponsored-excerpt-v3 {
  3549.            font-size: 12px;
  3550.        }
  3551.        .section-title-sponsored-v3 {
  3552.            font-size: 1.8rem;
  3553.        }
  3554.    }
  3555. </style>
  3556.  
  3557. <section class="sponsored-section-v3">
  3558.    <div class="container-fluid fluid-container">
  3559.        <div class="row">
  3560.            <div class="col-12">
  3561.                <h2 class="section-title-sponsored-v3">Sponsored News</h2>
  3562.            </div>
  3563.        </div>
  3564.        
  3565.        <div class="row g-4">
  3566.            
  3567.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3568.                <div class="card sponsored-card-v3">
  3569.                    <div class="sponsored-image-v3">
  3570.                        
  3571.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3572.                        
  3573.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3574.                    </div>
  3575.                    <div class="sponsored-content-v3">
  3576.                        <h3 class="sponsored-title-v3">
  3577.                            <a href="/the-new-mayor-vows-a-fresh-chapter-for-the-big-apple-in-inaugural-address/" class="top-color">
  3578.                            The New Mayor Vows a &#x27;Fresh Chapter&#x27; for The Big Apple in Inaugural Address
  3579.                            </a>
  3580.                        </h3>
  3581.                        <p class="sponsored-excerpt-v3">
  3582.                            
  3583.                        </p>
  3584.                        <div class="sponsored-meta-v3">
  3585.                            <div class="author-info-v3">
  3586.                                
  3587.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8c688974-942e-4edc-90d7-54300a5aa0b4_profile.png" alt="Michele Weaver" style="object-fit: cover;" class="sponsored-author-img-v3">
  3588.                                
  3589.                                <span>
  3590.                                    Michele Weaver
  3591.                                </span>
  3592.                            </div>
  3593.                            <div class="d-flex gap-2">
  3594.                                <i class="ti-calendar"></i> 15 Aug 2026
  3595.                            </div>
  3596.                        </div>
  3597.                    </div>
  3598.                </div>
  3599.            </div>
  3600.            
  3601.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3602.                <div class="card sponsored-card-v3">
  3603.                    <div class="sponsored-image-v3">
  3604.                        
  3605.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3606.                        
  3607.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3608.                    </div>
  3609.                    <div class="sponsored-content-v3">
  3610.                        <h3 class="sponsored-title-v3">
  3611.                            <a href="/a-rising-wealth-poverty-gap-how-affluence-and-hardship-now-sit-side-by-side-in-england/" class="top-color">
  3612.                            A Rising ‘Wealth-Poverty Gap’: How Affluence and Hardship Now Sit Side by Side in England.
  3613.                            </a>
  3614.                        </h3>
  3615.                        <p class="sponsored-excerpt-v3">
  3616.                            
  3617.                        </p>
  3618.                        <div class="sponsored-meta-v3">
  3619.                            <div class="author-info-v3">
  3620.                                
  3621.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8c688974-942e-4edc-90d7-54300a5aa0b4_profile.png" alt="Michele Weaver" style="object-fit: cover;" class="sponsored-author-img-v3">
  3622.                                
  3623.                                <span>
  3624.                                    Michele Weaver
  3625.                                </span>
  3626.                            </div>
  3627.                            <div class="d-flex gap-2">
  3628.                                <i class="ti-calendar"></i> 15 Aug 2026
  3629.                            </div>
  3630.                        </div>
  3631.                    </div>
  3632.                </div>
  3633.            </div>
  3634.            
  3635.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3636.                <div class="card sponsored-card-v3">
  3637.                    <div class="sponsored-image-v3">
  3638.                        
  3639.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3640.                        
  3641.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3642.                    </div>
  3643.                    <div class="sponsored-content-v3">
  3644.                        <h3 class="sponsored-title-v3">
  3645.                            <a href="/some-in-labour-seek-starmer-removed-he-informs-me-hell-survive-and-britains-economy-will-get-better/" class="top-color">
  3646.                            Some in Labour Seek Starmer Removed. He Informs Me He&#x27;ll Survive – and Britain&#x27;s Economy Will Get Better.
  3647.                            </a>
  3648.                        </h3>
  3649.                        <p class="sponsored-excerpt-v3">
  3650.                            
  3651.                        </p>
  3652.                        <div class="sponsored-meta-v3">
  3653.                            <div class="author-info-v3">
  3654.                                
  3655.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8c688974-942e-4edc-90d7-54300a5aa0b4_profile.png" alt="Michele Weaver" style="object-fit: cover;" class="sponsored-author-img-v3">
  3656.                                
  3657.                                <span>
  3658.                                    Michele Weaver
  3659.                                </span>
  3660.                            </div>
  3661.                            <div class="d-flex gap-2">
  3662.                                <i class="ti-calendar"></i> 15 Aug 2026
  3663.                            </div>
  3664.                        </div>
  3665.                    </div>
  3666.                </div>
  3667.            </div>
  3668.            
  3669.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3670.                <div class="card sponsored-card-v3">
  3671.                    <div class="sponsored-image-v3">
  3672.                        
  3673.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3674.                        
  3675.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3676.                    </div>
  3677.                    <div class="sponsored-content-v3">
  3678.                        <h3 class="sponsored-title-v3">
  3679.                            <a href="/appeals-for-fresh-urgency-in-environmental-negotiations-as-studies-show-climate-change-may-attain-25c/" class="top-color">
  3680.                            Appeals for Fresh Urgency in Environmental Negotiations as Studies Show Climate Change May Attain 2.5C
  3681.                            </a>
  3682.                        </h3>
  3683.                        <p class="sponsored-excerpt-v3">
  3684.                            
  3685.                        </p>
  3686.                        <div class="sponsored-meta-v3">
  3687.                            <div class="author-info-v3">
  3688.                                
  3689.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8c688974-942e-4edc-90d7-54300a5aa0b4_profile.png" alt="Michele Weaver" style="object-fit: cover;" class="sponsored-author-img-v3">
  3690.                                
  3691.                                <span>
  3692.                                    Michele Weaver
  3693.                                </span>
  3694.                            </div>
  3695.                            <div class="d-flex gap-2">
  3696.                                <i class="ti-calendar"></i> 15 Aug 2026
  3697.                            </div>
  3698.                        </div>
  3699.                    </div>
  3700.                </div>
  3701.            </div>
  3702.            
  3703.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3704.                <div class="card sponsored-card-v3">
  3705.                    <div class="sponsored-image-v3">
  3706.                        
  3707.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3708.                        
  3709.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3710.                    </div>
  3711.                    <div class="sponsored-content-v3">
  3712.                        <h3 class="sponsored-title-v3">
  3713.                            <a href="/all-chef-should-train-at-this-spot-modest-turkish-dining-spot-secures-fourth-on-ranking-of-londons-top-dining-destinations/" class="top-color">
  3714.                            All Chef Should Train At This Spot’: Modest Turkish Dining Spot Secures Fourth on Ranking of London’s Top Dining Destinations.
  3715.                            </a>
  3716.                        </h3>
  3717.                        <p class="sponsored-excerpt-v3">
  3718.                            
  3719.                        </p>
  3720.                        <div class="sponsored-meta-v3">
  3721.                            <div class="author-info-v3">
  3722.                                
  3723.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8c688974-942e-4edc-90d7-54300a5aa0b4_profile.png" alt="Michele Weaver" style="object-fit: cover;" class="sponsored-author-img-v3">
  3724.                                
  3725.                                <span>
  3726.                                    Michele Weaver
  3727.                                </span>
  3728.                            </div>
  3729.                            <div class="d-flex gap-2">
  3730.                                <i class="ti-calendar"></i> 15 Aug 2026
  3731.                            </div>
  3732.                        </div>
  3733.                    </div>
  3734.                </div>
  3735.            </div>
  3736.            
  3737.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3738.                <div class="card sponsored-card-v3">
  3739.                    <div class="sponsored-image-v3">
  3740.                        
  3741.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3742.                        
  3743.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3744.                    </div>
  3745.                    <div class="sponsored-content-v3">
  3746.                        <h3 class="sponsored-title-v3">
  3747.                            <a href="/how-covert-recording-uncovered-a-28m-timeshare-scam/" class="top-color">
  3748.                            How Covert Recording Uncovered a £28m Timeshare Scam
  3749.                            </a>
  3750.                        </h3>
  3751.                        <p class="sponsored-excerpt-v3">
  3752.                            
  3753.                        </p>
  3754.                        <div class="sponsored-meta-v3">
  3755.                            <div class="author-info-v3">
  3756.                                
  3757.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8c688974-942e-4edc-90d7-54300a5aa0b4_profile.png" alt="Michele Weaver" style="object-fit: cover;" class="sponsored-author-img-v3">
  3758.                                
  3759.                                <span>
  3760.                                    Michele Weaver
  3761.                                </span>
  3762.                            </div>
  3763.                            <div class="d-flex gap-2">
  3764.                                <i class="ti-calendar"></i> 15 Aug 2026
  3765.                            </div>
  3766.                        </div>
  3767.                    </div>
  3768.                </div>
  3769.            </div>
  3770.            
  3771.        </div>
  3772.    </div>
  3773. </section>
  3774.  
  3775.  
  3776.    
  3777.        <!-- end wpo-blog-sponsored-section -->
  3778.        <!-- start wpo-subscribe-section -->
  3779.        
  3780.        <!-- end subscribe-section -->
  3781.        <!-- start of wpo-site-footer-section -->
  3782.        
  3783.  
  3784.  
  3785.  
  3786.  
  3787.  
  3788.  
  3789. <!-- Footer V5 - Clean Minimalist Bootstrap Design -->
  3790. <footer class="footer-v5 bg-primary-gradient border-top">
  3791.    
  3792.    <!-- Main Footer Content -->
  3793.    <div class="container-fluid py-5">
  3794.        
  3795.        <!-- Top Section with Logo and Description -->
  3796.        <div class="row mb-5">
  3797.            <div class="col-12 text-center">
  3798.                <div class="footer-brand mb-4">
  3799.                    
  3800.                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/f4682b9c-5949-44e8-9a92-5fb7c4b9fbc0_logo.png" alt="NewsFresh UK" class="footer-logo mb-3" height="60">
  3801.                    
  3802.                    <h4 class="fw-bold footer-color mb-2">NewsFresh UK</h4>
  3803.                    <p class="footer-color opacity-50">Stay informed with NewsFresh UK&#x27;s comprehensive coverage of breaking news, politics, business, and culture across the United Kingdom. Daily updates and in-depth analysis.</p>
  3804.                </div>
  3805.            </div>
  3806.        </div>
  3807.  
  3808.        <!-- Content Grid -->
  3809.        <div class="d-flex justify-content-between flex-wrap gap-2 px-3">
  3810.            
  3811.            <!-- Quick Links Column -->
  3812.            <div class="">
  3813.                <div class="footer-section">
  3814.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3815.                        Quick Links
  3816.                    </h6>
  3817.                    <ul class="list-unstyled footer-links">
  3818.                        
  3819.                        <li class="mb-2">
  3820.                            <a href="/fantastic-30-cartography-humble-bundle-is-a-online-gaming-gms-dream/"
  3821.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3822.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3823.                                Fantastic $30 Cartography Humble Bundle Is a Online Gaming GM&#x27;s Dream
  3824.                            </a>
  3825.                        </li>
  3826.                        
  3827.                        <li class="mb-2">
  3828.                            <a href="/cyril-ramaphosa-concludes-g20-summit-following-us-boycott-and-handover-dispute/"
  3829.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3830.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3831.                                Cyril Ramaphosa Concludes G20 Summit Following US Boycott and Handover Dispute
  3832.                            </a>
  3833.                        </li>
  3834.                        
  3835.                        <li class="mb-2">
  3836.                            <a href="/australia-breaks-new-ground-as-healy-has-one-peak-left-to-climb/"
  3837.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3838.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3839.                                Australia Breaks New Ground as Healy Has One Peak Left to Climb.
  3840.                            </a>
  3841.                        </li>
  3842.                        
  3843.                        <li class="mb-2">
  3844.                            <a href="/female-suspect-escapes-police-following-high-velocity-chase-from-california-into-mexico/"
  3845.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3846.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3847.                                Female Suspect Escapes Police Following High-Velocity Chase from California into Mexico
  3848.                            </a>
  3849.                        </li>
  3850.                        
  3851.                        <li class="mb-2">
  3852.                            <a href="/british-and-irish-cinema-earnings-reach-a-post-pandemic-peak-as-a-minecraft-movie-tops-the-years-box-office/"
  3853.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3854.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3855.                                British and Irish Cinema Earnings Reach a Post-Pandemic Peak as A Minecraft Movie Tops the Year&#x27;s Box Office
  3856.                            </a>
  3857.                        </li>
  3858.                        
  3859.                        <li class="mb-2">
  3860.                            <a href="/disaster-strikes-as-4-killed-during-memorial-for-kenyan-political-figure-raila-odinga/"
  3861.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3862.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3863.                                Disaster Strikes as 4 Killed During Memorial for Kenyan Political Figure Raila Odinga
  3864.                            </a>
  3865.                        </li>
  3866.                        
  3867.                    </ul>
  3868.                </div>
  3869.            </div>
  3870.  
  3871.            <!-- Resources Column -->
  3872.            <div class="">
  3873.                <div class="footer-section">
  3874.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3875.                        Resources
  3876.                    </h6>
  3877.                   <ul class="footer-links" id="footerLinks">
  3878.        
  3879.        
  3880.  
  3881.        
  3882.        
  3883.        
  3884.        
  3885.    </ul>
  3886.                </div>
  3887.            </div>
  3888.  
  3889.            <!-- Categories Column -->
  3890.            <div class="">
  3891.                <div class="footer-section">
  3892.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3893.                        Categories
  3894.                    </h6>
  3895.                    <div class="category-tags">
  3896.                      
  3897.                                <li>
  3898.                                    <a href="/category/all-posts/" class="footer-link footer-color">
  3899.                                        All Posts
  3900.                                    </a>
  3901.                                </li>
  3902.                                
  3903.                                <li>
  3904.                                    <a href="/category/business/" class="footer-link footer-color">
  3905.                                        Business
  3906.                                    </a>
  3907.                                </li>
  3908.                                
  3909.                                <li>
  3910.                                    <a href="/category/esports/" class="footer-link footer-color">
  3911.                                        Esports
  3912.                                    </a>
  3913.                                </li>
  3914.                                
  3915.                                <li>
  3916.                                    <a href="/category/fashion/" class="footer-link footer-color">
  3917.                                        Fashion
  3918.                                    </a>
  3919.                                </li>
  3920.                                
  3921.                                <li>
  3922.                                    <a href="/category/featured/" class="footer-link footer-color">
  3923.                                        Featured
  3924.                                    </a>
  3925.                                </li>
  3926.                                
  3927.                                <li>
  3928.                                    <a href="/category/gaming/" class="footer-link footer-color">
  3929.                                        Gaming
  3930.                                    </a>
  3931.                                </li>
  3932.                                
  3933.                    </div>
  3934.                </div>
  3935.            </div>
  3936.  
  3937.        </div>
  3938.  
  3939.    </div>
  3940.  
  3941.    <!-- Footer Bottom -->
  3942.    <div class="footer-bottom  border-top py-3">
  3943.        <div class="container-fluid fluid-container">
  3944.            <div class=" d-flex justify-content-between flex-wrap">
  3945.                <div class="">
  3946.                    <p class="mb-0 footer-color  ">
  3947.                        © 2026 <span class="fw-semibold footer-color">NewsFresh UK</span>. All rights reserved.
  3948.                    </p>
  3949.                </div>
  3950.                <div class="">
  3951.                    <div class="footer-nav">
  3952.                        <a href="/page/write-for-us/" class="text-decoration-none   me-3">
  3953.                            <i class="bi bi-file-text me-1"></i>Write For Us
  3954.                        </a>
  3955.                        <a href="/page/terms-and-conditions/" class="text-decoration-none   me-3">
  3956.                            <i class="bi bi-file-text me-1"></i>Terms
  3957.                        </a>
  3958.                        <a href="/sitemap.xml" class="text-decoration-none  ">
  3959.                            <i class="bi bi-diagram-3 me-1"></i>Sitemap
  3960.                        </a>
  3961.                    </div>
  3962.                </div>
  3963.            </div>
  3964.        </div>
  3965.    </div>
  3966.  
  3967. </footer>
  3968.  
  3969. <style>
  3970. /* Footer V5 - Clean Minimalist Bootstrap Design */
  3971.  
  3972.  
  3973.  
  3974.  
  3975. .footer-logo {
  3976.    border-radius: 8px;
  3977. }
  3978.  
  3979. /* Footer Sections */
  3980. .footer-section {
  3981.    padding: 0 15px;
  3982. }
  3983.  
  3984. .footer-section h6 {
  3985.    position: relative;
  3986.    padding-bottom: 8px;
  3987. }
  3988.  
  3989. .footer-section h6::after {
  3990.    content: '';
  3991.    position: absolute;
  3992.    bottom: 0;
  3993.    left: 0;
  3994.    width: 30px;
  3995.    height: 2px;
  3996.    background: linear-gradient(45deg, var(--bs-primary), var(--footer-color));
  3997.    border-radius: 1px;
  3998. }
  3999.  
  4000. /* Links Styling */
  4001. .footer-links a {
  4002.    transition: all 0.3s ease;
  4003.    padding: 4px 0;
  4004.    border-radius: 4px;
  4005. }
  4006.  
  4007. .footer-links a:hover {
  4008.    color: var(--bs-primary) !important;
  4009.    padding-left: 8px;
  4010. }
  4011.  
  4012. .footer-links a:hover i {
  4013.    transform: translateX(2px);
  4014. }
  4015.  
  4016. /* Category Tags */
  4017. .category-tag {
  4018.    transition: all 0.3s ease;
  4019.    padding: 6px 12px !important;
  4020.    font-size: 0.875rem;
  4021. }
  4022.  
  4023.  
  4024.  
  4025. /* Footer Bottom */
  4026. .footer-bottom {
  4027.    backdrop-filter: blur(10px);
  4028. }
  4029.  
  4030. /* Responsive Design */
  4031. @media (max-width: 768px) {
  4032.    .footer-v5 {
  4033.        margin-top: 60px;
  4034.    }
  4035.    
  4036.    .footer-section {
  4037.        text-align:start;
  4038.        margin-bottom: 40px;
  4039.    }
  4040.    
  4041.    .footer-links a,
  4042.    .category-tags {
  4043.        justify-content:start;
  4044.    }
  4045.    
  4046.    .social-links .d-flex {
  4047.        justify-content:start;
  4048.    }
  4049. }
  4050.  
  4051. @media (max-width: 576px) {
  4052.    .footer-brand h4 {
  4053.        font-size: 1.25rem;
  4054.    }
  4055.    
  4056.    .stats-item h5 {
  4057.        font-size: 1.1rem;
  4058.    }
  4059.    
  4060.    .newsletter-form .btn {
  4061.        padding: 8px 12px;
  4062.    }
  4063. }
  4064.  
  4065. /* Animation Classes */
  4066. .fade-in {
  4067.    animation: fadeIn 0.6s ease-in;
  4068. }
  4069.  
  4070. @keyframes fadeIn {
  4071.    from { opacity: 0; transform: translateY(20px); }
  4072.    to { opacity: 1; transform: translateY(0); }
  4073. }
  4074.  
  4075. /* Loading State */
  4076. .loading {
  4077.    pointer-events: none;
  4078.    opacity: 0.7;
  4079. }
  4080.  
  4081. .loading .btn {
  4082.    position: relative;
  4083. }
  4084.  
  4085. .loading .btn::after {
  4086.    content: '';
  4087.    position: absolute;
  4088.    top: 50%;
  4089.    left: 50%;
  4090.    width: 16px;
  4091.    height: 16px;
  4092.    margin: -8px 0 0 -8px;
  4093.    border: 2px solid transparent;
  4094.    border-top-color: currentColor;
  4095.    border-radius: 50%;
  4096.    animation: spin 1s linear infinite;
  4097. }
  4098.  
  4099. @keyframes spin {
  4100.    to { transform: rotate(360deg); }
  4101. }
  4102.  
  4103. /* Utility Classes */
  4104. .text-gradient {
  4105.    background: linear-gradient(45deg, var(--bs-primary), var(--bs-success));
  4106.    -webkit-background-clip: text;
  4107.    -webkit-text-fill-color: transparent;
  4108.    background-clip: text;
  4109. }
  4110.  
  4111. .hover-lift {
  4112.    transition: transform 0.3s ease;
  4113. }
  4114.  
  4115. .hover-lift:hover {
  4116.    transform: translateY(-2px);
  4117. }
  4118. </style>
  4119.  
  4120.  
  4121. <script>
  4122. document.addEventListener('DOMContentLoaded', function() {
  4123.    
  4124.    // Initialize Bootstrap tooltips
  4125.    const tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'));
  4126.    tooltipTriggerList.map(function (tooltipTriggerEl) {
  4127.        return new bootstrap.Tooltip(tooltipTriggerEl);
  4128.    });
  4129.  
  4130.    // Newsletter form handling
  4131.    const newsletterForm = document.querySelector('.newsletter-form');
  4132.    if (newsletterForm) {
  4133.        newsletterForm.addEventListener('submit', function(e) {
  4134.            e.preventDefault();
  4135.            
  4136.            const email = this.querySelector('input[name="email"]').value.trim();
  4137.            const submitBtn = this.querySelector('button[type="submit"]');
  4138.            const originalContent = submitBtn.innerHTML;
  4139.            
  4140.            // Validate email
  4141.            if (!email || !isValidEmail(email)) {
  4142.                showToast('Please enter a valid email address', 'error');
  4143.                return;
  4144.            }
  4145.            
  4146.            // Show loading state
  4147.            this.classList.add('loading');
  4148.            submitBtn.innerHTML = '<span class="spinner-border spinner-border-sm me-1"></span>Subscribing...';
  4149.            submitBtn.disabled = true;
  4150.            
  4151.            // Simulate API call
  4152.            setTimeout(() => {
  4153.                // Success state
  4154.                submitBtn.innerHTML = '<i class="bi bi-check-lg me-1"></i>Subscribed!';
  4155.                submitBtn.classList.remove('btn-primary');
  4156.                submitBtn.classList.add('btn-success');
  4157.                
  4158.                showToast('Successfully subscribed to newsletter!', 'success');
  4159.                
  4160.                // Reset form
  4161.                setTimeout(() => {
  4162.                    this.classList.remove('loading');
  4163.                    submitBtn.innerHTML = originalContent;
  4164.                    submitBtn.classList.remove('btn-success');
  4165.                    submitBtn.classList.add('btn-primary');
  4166.                    submitBtn.disabled = false;
  4167.                    this.reset();
  4168.                }, 2000);
  4169.                
  4170.            }, 1500);
  4171.        });
  4172.    }
  4173.    
  4174.    // Email validation function
  4175.    function isValidEmail(email) {
  4176.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  4177.        return emailRegex.test(email);
  4178.    }
  4179.    
  4180.    // Toast notification function
  4181.    function showToast(message, type = 'info') {
  4182.        // Remove existing toasts
  4183.        const existingToasts = document.querySelectorAll('.custom-toast');
  4184.        existingToasts.forEach(toast => toast.remove());
  4185.        
  4186.        // Create toast
  4187.        const toast = document.createElement('div');
  4188.        toast.className = `custom-toast position-fixed top-0 end-0 m-3 alert alert-${type === 'error' ? 'danger' : type} alert-dismissible fade show`;
  4189.        toast.style.zIndex = '9999';
  4190.        toast.innerHTML = `
  4191.            <div class="d-flex align-items-center">
  4192.                <i class="bi bi-${type === 'success' ? 'check-circle-fill' : type === 'error' ? 'exclamation-triangle-fill' : 'info-circle-fill'} me-2"></i>
  4193.                <span>${message}</span>
  4194.                <button type="button" class="btn-close" data-bs-dismiss="alert"></button>
  4195.            </div>
  4196.        `;
  4197.        
  4198.        document.body.appendChild(toast);
  4199.        
  4200.        // Auto remove after 4 seconds
  4201.        setTimeout(() => {
  4202.            if (toast && toast.parentNode) {
  4203.                toast.remove();
  4204.            }
  4205.        }, 4000);
  4206.    }
  4207.    
  4208.    // Smooth scroll for internal links
  4209.    document.querySelectorAll('a[href^="#"]').forEach(anchor => {
  4210.        anchor.addEventListener('click', function(e) {
  4211.            e.preventDefault();
  4212.            const target = document.querySelector(this.getAttribute('href'));
  4213.            if (target) {
  4214.                target.scrollIntoView({
  4215.                    behavior: 'smooth',
  4216.                    block: 'start'
  4217.                });
  4218.            }
  4219.        });
  4220.    });
  4221.    
  4222.    // Add fade-in animation to footer sections on scroll
  4223.    const observerOptions = {
  4224.        threshold: 0.1,
  4225.        rootMargin: '0px 0px -50px 0px'
  4226.    };
  4227.    
  4228.    const sectionObserver = new IntersectionObserver((entries) => {
  4229.        entries.forEach(entry => {
  4230.            if (entry.isIntersecting) {
  4231.                entry.target.classList.add('fade-in');
  4232.            }
  4233.        });
  4234.    }, observerOptions);
  4235.    
  4236.    // Observe footer sections
  4237.    document.querySelectorAll('.footer-section, .stats-item').forEach(section => {
  4238.        sectionObserver.observe(section);
  4239.    });
  4240.    
  4241.    // Enhanced hover effects for category tags
  4242.    document.querySelectorAll('.category-tag').forEach(tag => {
  4243.        tag.addEventListener('mouseenter', function() {
  4244.            this.style.transform = 'translateY(-2px) scale(1.02)';
  4245.        });
  4246.        
  4247.        tag.addEventListener('mouseleave', function() {
  4248.            this.style.transform = 'translateY(0) scale(1)';
  4249.        });
  4250.    });
  4251.    
  4252.    // Prevent default for demo links
  4253.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4254.        link.addEventListener('click', function(e) {
  4255.            e.preventDefault();
  4256.        });
  4257.    });
  4258.    
  4259.    // Add click ripple effect to buttons
  4260.    document.querySelectorAll('.btn').forEach(btn => {
  4261.        btn.addEventListener('click', function(e) {
  4262.            const ripple = document.createElement('span');
  4263.            const rect = this.getBoundingClientRect();
  4264.            const size = Math.max(rect.width, rect.height);
  4265.            const x = e.clientX - rect.left - size / 2;
  4266.            const y = e.clientY - rect.top - size / 2;
  4267.            
  4268.            ripple.style.cssText = `
  4269.                position: absolute;
  4270.                left: ${x}px;
  4271.                top: ${y}px;
  4272.                width: ${size}px;
  4273.                height: ${size}px;
  4274.                border-radius: 50%;
  4275.                background: rgba(255, 255, 255, 0.4);
  4276.                transform: scale(0);
  4277.                animation: ripple-effect 0.6s linear;
  4278.                pointer-events: none;
  4279.            `;
  4280.            
  4281.            this.style.position = 'relative';
  4282.            this.style.overflow = 'hidden';
  4283.            this.appendChild(ripple);
  4284.            
  4285.            setTimeout(() => ripple.remove(), 600);
  4286.        });
  4287.    });
  4288.    
  4289. });
  4290.  
  4291. // Add ripple animation CSS
  4292. const rippleCSS = document.createElement('style');
  4293. rippleCSS.textContent = `
  4294.    @keyframes ripple-effect {
  4295.        to {
  4296.            transform: scale(4);
  4297.            opacity: 0;
  4298.        }
  4299.    }
  4300. `;
  4301. document.head.appendChild(rippleCSS);
  4302.  
  4303. document.addEventListener('DOMContentLoaded', function () {
  4304.    var btn = document.getElementById('toggleFooterLinks');
  4305.    if (!btn) return; // No extra links, no button
  4306.  
  4307.    var extras = document.querySelectorAll('#footerLinks li.extra');
  4308.  
  4309.    btn.addEventListener('click', function () {
  4310.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4311.            return li.classList.contains('d-none');
  4312.        });
  4313.  
  4314.        extras.forEach(function (li) {
  4315.            if (anyHidden) {
  4316.                li.classList.remove('d-none');
  4317.                li.classList.add('show');
  4318.            } else {
  4319.                li.classList.add('d-none');
  4320.                li.classList.remove('show');
  4321.            }
  4322.        });
  4323.  
  4324.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4325.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4326.    });
  4327. });
  4328.  
  4329. </script>
  4330.  
  4331.        <!-- end of wpo-site-footer-section -->
  4332.    </div>
  4333.    <!-- end of page-wrapper -->
  4334.  
  4335.    <!-- All JavaScript files
  4336.    ================================================== -->
  4337.    
  4338.  
  4339. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4340. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4341. <!-- Plugins for this template -->
  4342. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4343. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4344. <!-- Custom script for this template -->
  4345. <script src="/static/blogapp/assets/js/script.js"></script>
  4346.  
  4347. <script>
  4348. (function () {
  4349. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4350. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4351.  
  4352. function applyFallback(img) {
  4353. if (!img || img.dataset.fallbackApplied === "1") {
  4354. return;
  4355. }
  4356. var failedSrc = img.currentSrc || img.src || "";
  4357. img.dataset.fallbackApplied = "1";
  4358. img.onerror = null;
  4359. img.src = fallbackImageSrc;
  4360. console.warn("[ImageFallback] Replaced broken image:", {
  4361. failedSrc: failedSrc,
  4362. fallbackSrc: fallbackImageSrc,
  4363. alt: img.alt || "",
  4364. });
  4365. }
  4366.  
  4367. document.querySelectorAll("img").forEach(function (img) {
  4368. if (img.complete && img.naturalWidth === 0) {
  4369. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4370. failedSrc: img.currentSrc || img.src || "",
  4371. alt: img.alt || "",
  4372. });
  4373. applyFallback(img);
  4374. }
  4375. });
  4376.  
  4377. document.addEventListener(
  4378. "error",
  4379. function (event) {
  4380. var target = event.target;
  4381. if (target && target.tagName === "IMG") {
  4382. applyFallback(target);
  4383. }
  4384. },
  4385. true
  4386. );
  4387. })();
  4388. </script>
  4389.  
  4390. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4391.  
  4392.  
  4393.  
  4394. <script type="module" src="https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496" integrity="sha512-ZE9pZaUXND66v380QUtch/5sE9tPFh2zg45pR2PB0CVkCtOREv2AJKkSidISWkysEuQ0EH8faUU5du78bx87UQ==" data-cf-beacon='{"version":"2024.11.0","token":"bdade80425764587beb063b2ad186e5d","r":1}' crossorigin="anonymous"></script>
  4395. </body>
  4396.  
  4397. </html>
  4398.  
  4399.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda