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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="ibmp">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_77_6HDHbcG_7Qohigy_qjN3a4R_lqNXCcx.png">
  14.    
  15.  
  16.    <title>Origin Drive UK: Expert Car Servicing &amp; Repairs in London</title>
  17.    <meta name="description" content="Origin Drive offers professional car servicing, MOTs, and repairs in London. Trust our certified technicians for quality maintenance and reliable vehicle care.">
  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://origindrive.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #9d4edd;
  42.        --bs-primary-rgb: 9d4edd;
  43.        --bs-secondary: #6b7280;
  44.        --bs-success: #2dd4bf;
  45.        --bs-danger: #f43f5e;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #0284c7;
  48.        --bs-light: #f3e8ff;
  49.        --bs-dark: #4a0d67;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #9d4edd;
  53.        --theme-primary-color-s2: #9d4edd;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #4a0d67;
  57.        --text-light-color: #676767;
  58.        --heading-color: #4a0d67;
  59.        --border-color: #ddd6fe;
  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: #e9d5ff;
  75.        --navbar-color: #4a0d67;
  76.        --topbar-bg: #f3e8ff;
  77.        --topbar-color: #4a0d67;
  78.        --footer-bg: #4a0d67;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #ddd6fe;
  82.        --card-radius: 14px;
  83.        --link-color: #9d4edd;
  84.        --link-hover: #7e3ec4;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(157, 78, 221, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. <script>
  368.    var _paq = window._paq = window._paq || [];
  369.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  370.    _paq.push(['trackPageView']);
  371.    _paq.push(['enableLinkTracking']);
  372.    (function() {
  373.        var u = "//analytics.tech-vikings.com/";
  374.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  375.        _paq.push(['setSiteId', '2']);
  376.        var d = document,
  377.            g = d.createElement('script'),
  378.            s = d.getElementsByTagName('script')[0];
  379.        g.async = true;
  380.        g.src = u + 'matomo.js';
  381.        s.parentNode.insertBefore(g, s);
  382.    })();
  383. </script>
  384. </head>
  385.  
  386.  
  387.  
  388. <body class="page-blogapp:homepage theme-theme_33">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.  
  396.  
  397.            <!-- end preloader -->
  398.        
  399.        <!-- Start header -->
  400.        <header id="header" class="wpo-site-header">
  401.            
  402.  
  403.  
  404.    
  405.  
  406.  
  407. <div class="top-bg">
  408. <div class="unique-topbar2 d-sm-flex d-none container-fluid fluid-container">
  409.    <span id="current-time"></span>
  410.    
  411.    <div class="unique-news-container2">
  412.        <div class="unique-news-wrapper2 top-color" id="newsWrapper">
  413.            <!-- News items will be dynamically added here -->
  414.        </div>
  415.    </div>
  416.  
  417.    <div class="contact-info">
  418.        <ul class="d-flex list-unstyled gap-3 pe-3 flex-wrap">
  419.            <li><a href="#"><i class="top-color ti-facebook"></i></a></li>
  420.            <li><a href="#"><i class="top-color ti-twitter-alt"></i></a></li>
  421.            <li><a href="#"><i class="top-color ti-instagram"></i></a></li>
  422.            <li><a href="#"><i class="top-color ti-google"></i></a></li>
  423.        </ul>
  424.    </div>
  425. </div>
  426. </div>
  427.  
  428. <script>
  429.  // ----------------- Clock -----------------
  430.  function updateCurrentTime() {
  431.    const currentDate = new Date();
  432.    const day = currentDate.getDate().toString().padStart(2, '0');
  433.    const monthNames = ["January","February","March","April","May","June","July","August","September","October","November","December"];
  434.    const month = monthNames[currentDate.getMonth()];
  435.    const year = currentDate.getFullYear();
  436.    const hours = currentDate.getHours().toString().padStart(2, '0');
  437.    const minutes = currentDate.getMinutes().toString().padStart(2, '0');
  438.    const seconds = currentDate.getSeconds().toString().padStart(2, '0');
  439.    document.getElementById('current-time').innerHTML =
  440.      `<span class="fw-bold text-black p-2">${hours}:${minutes}:${seconds}</span> <span>${month} ${day}, ${year}</span>`;
  441.  }
  442.  setInterval(updateCurrentTime, 1000);
  443.  updateCurrentTime();
  444.  
  445.  // ----------------- News from Django -----------------
  446.  const newsItems = [
  447.    
  448.      { title: "Root Voices Mixed Views on Pink\u002DBall Test Games Ahead of Crucial Ashes Clash", url: "/root-voices-mixed-views-on-pink-ball-test-games-ahead-of-crucial-ashes-clash/" },
  449.    
  450.      { title: "Dining Over the Divide: A Encounter Between Different Perspectives", url: "/dining-over-the-divide-a-encounter-between-different-perspectives/" },
  451.    
  452.      { title: "Women\u0027s Tennis Finals Latest News: Elena Rybakina Takes On Alexandrova, Swiatek Battles Anisimova", url: "/womens-tennis-finals-latest-news-elena-rybakina-takes-on-alexandrova-swiatek-battles-anisimova/" },
  453.    
  454.      { title: "Cameroon Political Opposition Figure Faces Legal Proceedings Over Electoral Turmoil, Government Declares", url: "/cameroon-political-opposition-figure-faces-legal-proceedings-over-electoral-turmoil-government-declares/" },
  455.    
  456.      { title: "The Big Apple Prepares For Incoming Gaming Venues Amid An American Betting Boom", url: "/the-big-apple-prepares-for-incoming-gaming-venues-amid-an-american-betting-boom/" }
  457.    
  458.  ];
  459.  
  460.  let currentNewsIndex = 0;
  461.  const newsWrapper = document.getElementById('newsWrapper');
  462.  let newsElements = [];
  463.  
  464.  function createNewsElements() {
  465.      newsItems.forEach((news, index) => {
  466.          const newsElement = document.createElement('div');
  467.          newsElement.className = 'unique-news-item2 top-color';
  468.          newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  469.          newsWrapper.appendChild(newsElement);
  470.          newsElements.push(newsElement);
  471.      });
  472.      if (newsElements.length > 0) {
  473.          newsElements[0].classList.add('active');
  474.      }
  475.  }
  476.  
  477.  function changeNews() {
  478.      const currentElement = newsElements[currentNewsIndex];
  479.      const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  480.      const nextElement = newsElements[nextIndex];
  481.  
  482.      currentElement.classList.remove('active');
  483.      currentElement.classList.add('exit-up');
  484.  
  485.      setTimeout(() => {
  486.          nextElement.classList.add('active');
  487.          currentNewsIndex = nextIndex;
  488.          setTimeout(() => {
  489.              currentElement.classList.remove('exit-up');
  490.          }, 100);
  491.      }, 250);
  492.  }
  493.  
  494.  function startNewsRotation() {
  495.      setInterval(changeNews, 5000);
  496.  }
  497.  
  498.  window.onload = function() {
  499.      createNewsElements();
  500.      startNewsRotation();
  501.  };
  502. </script>
  503.  
  504.  
  505.  
  506.            
  507.  
  508.  
  509.  
  510.  
  511.  
  512.  
  513. <header class="header-v2 mb-4">
  514.    <div class="main-header-v2">
  515.        <div class="container-fluid fluid-container">
  516.            <div class="row align-items-center">
  517.                <div class="col-lg-3 col-md-4 col-6">
  518.                   <div class="logo-area-v2">
  519.                        <a class="navbar-brand" href="/">
  520.                            
  521.                                Origin Drive UK
  522.                            
  523.                        </a>
  524.                    </div>
  525.                </div>
  526.  
  527.                <div class="col-lg-6 col-md-8 col-6 d-none d-md-block">
  528.                    <div class="search-area-v2">
  529.                        <form class="search-wrapper-v2" action="#" method="get">
  530.                            <input type="search" class="search-field-v2"
  531.                                placeholder="Search articles, news, tutorials..." name="q" id="search-input1">
  532.                            <!-- <button type="submit" class="search-button-v2">
  533.                                <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  534.                                    stroke-width="2">
  535.                                    <circle cx="11" cy="11" r="8"></circle>
  536.                                    <path d="m21 21-4.35-4.35"></path>
  537.                                </svg>
  538.                                <span>Search</span>
  539.                            </button> -->
  540.                            <!-- The search results will be displayed here -->
  541.                        </form>
  542.                        <div id="search-results1" class="search-results-container search-v1"></div>
  543.                    </div>
  544.                </div>
  545.            </div>
  546.  
  547.            <!-- Mobile Search -->
  548.            <div class="row d-md-none">
  549.                <div class="col-12">
  550.                    <div class="search-area-v2">
  551.                        <form class="search-wrapper-v2" action="#" method="get">
  552.                            <input type="search" class="search-field-v2" placeholder="Search..." name="q" id="search-input">
  553.                            <!-- <button type="submit" class="search-button-v2">
  554.                                <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  555.                                    stroke-width="2">
  556.                                    <circle cx="11" cy="11" r="8"></circle>
  557.                                    <path d="m21 21-4.35-4.35"></path>
  558.                                </svg>
  559.                                <span>Search</span>
  560.                            </button> -->
  561.                        <!-- The search results will be displayed here -->
  562.                    </form>
  563.                    <div id="search-results12" class="search-results-container search-v1"></div>
  564.                    </div>
  565.                </div>
  566.            </div>
  567.        </div>
  568.    </div>
  569.  
  570.    <!-- Navigation Bar -->
  571.    <nav class="nav-bar-v2">
  572.        <div class="container-fluid fluid-container">
  573.            <div class="nav-container-v2 py-2">
  574.  
  575.                <!-- Mobile Menu Toggle -->
  576.                <button class="mobile-toggle d-lg-none" type="button" onclick="toggleMobileMenu()">
  577.                    <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  578.                        <line x1="3" y1="6" x2="21" y2="6"></line>
  579.                        <line x1="3" y1="12" x2="21" y2="12"></line>
  580.                        <line x1="3" y1="18" x2="21" y2="18"></line>
  581.                    </svg>
  582.                    Menu
  583.                </button>
  584.  
  585.                <!-- Navigation Menu -->
  586.                <ul class="nav-menu-v2" id="navMenu">
  587.  
  588.                    
  589.                    <li class="nav-item-v2">
  590.                        <a href="/" class="nav-link-v2 active-v2">Home</a>
  591.                    </li>
  592.  
  593.                    
  594.                    
  595.                     <li class="nav-item-v2">
  596.                        <a href="/category/all-posts/" class="nav-link-v2">
  597.                            All Posts
  598.                        </a>
  599.                        </li>
  600.  
  601.                        
  602.  
  603.                                
  604.                                
  605.                        
  606.                     <li class="nav-item-v2">
  607.                        <a href="/category/business/" class="nav-link-v2">
  608.                            Business
  609.                        </a>
  610.                        </li>
  611.  
  612.                        
  613.  
  614.                                
  615.                                
  616.                        
  617.                     <li class="nav-item-v2">
  618.                        <a href="/category/esports/" class="nav-link-v2">
  619.                            Esports
  620.                        </a>
  621.                        </li>
  622.  
  623.                        
  624.  
  625.                                
  626.                                
  627.                        
  628.                     <li class="nav-item-v2">
  629.                        <a href="/category/fashion/" class="nav-link-v2">
  630.                            Fashion
  631.                        </a>
  632.                        </li>
  633.  
  634.                        
  635.  
  636.                                
  637.                                
  638.                        
  639.                     <li class="nav-item-v2">
  640.                        <a href="/category/featured/" class="nav-link-v2">
  641.                            Featured
  642.                        </a>
  643.                        </li>
  644.  
  645.                        
  646.  
  647.                                
  648.                                
  649.                        
  650.                    
  651.                        
  652.                        <li class="nav-item-v2" onclick="toggleDropdown(this, event)">
  653.                            <a href="#" class="nav-link-v2">
  654.                                More
  655.                                <svg class="d-lg-none" width="12" height="12" style="margin-left: 5px;"
  656.                                    viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  657.                                    <path d="m6 9 6 6 6-6"></path>
  658.                                </svg>
  659.                            </a>
  660.                            <div class="dropdown-v2">
  661.                                <a href="/category/gaming/" class="dropdown-link-v2">
  662.                                    Gaming
  663.                                </a>
  664.                                
  665.  
  666.                                
  667.                                
  668.                        
  669.                    
  670.                                <a href="/category/health/" class="dropdown-link-v2">
  671.                                    Health
  672.                                </a>
  673.                                
  674.  
  675.                                
  676.                                
  677.                        
  678.                    
  679.                                <a href="/category/life-fitness/" class="dropdown-link-v2">
  680.                                    Life &amp; Fitness
  681.                                </a>
  682.                                
  683.  
  684.                                
  685.                                
  686.                        
  687.                    
  688.                                <a href="/category/lifestyle/" class="dropdown-link-v2">
  689.                                    Lifestyle
  690.                                </a>
  691.                                
  692.  
  693.                                
  694.                                
  695.                        
  696.                    
  697.                                <a href="/category/news/" class="dropdown-link-v2">
  698.                                    News
  699.                                </a>
  700.                                
  701.  
  702.                                
  703.                                
  704.                        
  705.                    
  706.                                <a href="/category/others/" class="dropdown-link-v2">
  707.                                    Others
  708.                                </a>
  709.                                
  710.  
  711.                                
  712.                                
  713.                        
  714.                    
  715.                                <a href="/category/politics/" class="dropdown-link-v2">
  716.                                    Politics
  717.                                </a>
  718.                                
  719.  
  720.                                
  721.                                
  722.                        
  723.                    
  724.                                <a href="/category/sports/" class="dropdown-link-v2">
  725.                                    Sports
  726.                                </a>
  727.                                
  728.  
  729.                                
  730.                                
  731.                        
  732.                    
  733.                                <a href="/category/tech/" class="dropdown-link-v2">
  734.                                    Tech
  735.                                </a>
  736.                                
  737.  
  738.                                
  739.                                
  740.                        
  741.                    
  742.                                <a href="/category/travel/" class="dropdown-link-v2">
  743.                                    Travel
  744.                                </a>
  745.                                
  746.  
  747.                                
  748.                                
  749.                            </div>
  750.                        </li>
  751.                        
  752.                        
  753. <li>
  754.                  <a href="/page/contact-us/">
  755.                     Contact Us
  756.                  </a>
  757.              </li>
  758.                </ul>
  759.  
  760.            </div>
  761.        </div>
  762.    </nav>
  763. </header>
  764.  
  765. <script>
  766.    function toggleMobileMenu() {
  767.        const navMenu = document.getElementById('navMenu');
  768.        navMenu.classList.toggle('show');
  769.    }
  770.  
  771.    function toggleDropdown(element, event) {
  772.        // Only handle dropdown toggle on mobile
  773.        if (window.innerWidth < 992) {
  774.            event.preventDefault();
  775.            element.classList.toggle('dropdown-open');
  776.        }
  777.    }
  778.  
  779.    // Close mobile menu when clicking outside
  780.    document.addEventListener('click', function (event) {
  781.        const navMenu = document.getElementById('navMenu');
  782.        const mobileToggle = document.querySelector('.mobile-toggle');
  783.  
  784.        if (!navMenu.contains(event.target) && !mobileToggle.contains(event.target)) {
  785.            navMenu.classList.remove('show');
  786.        }
  787.    });
  788.  
  789.    // Handle window resize
  790.    window.addEventListener('resize', function () {
  791.        const navMenu = document.getElementById('navMenu');
  792.        if (window.innerWidth >= 992) {
  793.            navMenu.classList.remove('show');
  794.            // Remove all dropdown-open classes
  795.            document.querySelectorAll('.dropdown-open').forEach(item => {
  796.                item.classList.remove('dropdown-open');
  797.            });
  798.        }
  799.    });
  800. </script>
  801.  
  802. <script>
  803.  document.addEventListener("DOMContentLoaded", function () {
  804.    console.log("loaded");
  805.  
  806.    //const searchInput = document.getElementById("search-input1");
  807.     const searchInput = window.innerWidth <= 991
  808.      ? document.getElementById("search-input")
  809.      : document.getElementById("search-input1");
  810.    const searchResults = window.innerWidth <= 991
  811.      ? document.getElementById("search-results12") :document.getElementById("search-results1");
  812.  
  813.    if (!searchInput || !searchResults) {
  814.      console.error("Search input/results not found");
  815.      return;
  816.    }
  817.  
  818.    // Prevent form submission
  819.    if (searchInput.form) {
  820.      searchInput.form.addEventListener("submit", function (e) {
  821.        e.preventDefault();
  822.      });
  823.    }
  824.  
  825.    // Add event listener for keyup
  826.    searchInput.addEventListener("keyup", function (e) {
  827.      console.log("Key pressed:", e.key);
  828.      e.preventDefault();
  829.  
  830.      const query = searchInput.value.trim();
  831.      console.log("User is typing: " + query);
  832.  
  833.      // If empty → clear and hide
  834.      if (query === "") {
  835.        searchResults.innerHTML = "";
  836.        searchResults.style.display = "none";
  837.        return;
  838.      }
  839.  
  840.      // Show results
  841.      searchResults.style.display = "block";
  842.  
  843.      // Fetch search results
  844.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  845.        method: "GET",
  846.        headers: { "X-Requested-With": "XMLHttpRequest" },
  847.      })
  848.        .then(response => {
  849.          console.log("Response Status:", response.status);
  850.          return response.json();
  851.        })
  852.        .then(data => {
  853.          console.log("Data received:", data);
  854.          if (data.html) {
  855.            searchResults.innerHTML = data.html;
  856.          } else {
  857.            searchResults.innerHTML = "<p>No results found.</p>";
  858.          }
  859.        })
  860.        .catch(error => {
  861.          console.error("Error fetching search results:", error);
  862.        });
  863.    });
  864.  
  865.    // Close results when clicking outside
  866.    document.addEventListener("click", function (e) {
  867.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  868.        searchResults.style.display = "none";
  869.      }
  870.    });
  871.  
  872.    // Close results on ESC key
  873.    document.addEventListener("keydown", function (e) {
  874.      if (e.key === "Escape") {
  875.        searchResults.style.display = "none";
  876.      }
  877.    });
  878.  });
  879. </script>
  880.  
  881. <style>
  882.        /* search field */
  883.  .search-results-container {
  884.  position: absolute;
  885.  top: 100%; /* Position it below the input field */
  886.  left: 10px;
  887.  right: 10px;
  888.  background-color: white;
  889.  border: 1px solid #ddd;
  890.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  891.  max-height: 300px;
  892.  overflow-y: auto;
  893.  z-index: 1000;
  894.  display: none; /* Initially hidden */
  895. }
  896.  
  897. .search-results-container p {
  898.  margin: 0;
  899. }
  900.  
  901. .search-results-container .result-item {
  902.  padding: 10px;
  903.  cursor: pointer;
  904. }
  905.  
  906. .search-results-container .result-item:hover {
  907.  background-color: #f0f0f0;
  908. }
  909. </style>
  910.  
  911.        </header>
  912.        <!-- end of header -->
  913.        <!-- start of wpo-blog-hero -->
  914.        
  915.  
  916.  
  917.  
  918.  <!-- Django Template for Clean Blog Cards -->
  919.  
  920.  
  921.  
  922.  
  923. <div class="blog-section">
  924.    <div class="container-fluid fluid-container">
  925.        <div class="blog-grid">
  926.            
  927.            
  928.              
  929.            <!-- Featured Blog Card -->
  930.            <article class="blog-card featured">
  931.                <div class="card-image">
  932.                    
  933.                        <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  934.                    
  935.                    <span class="category bg-primary-gradient">News</span>
  936.                </div>
  937.                <div class="card-content">
  938.                    <h2 class="card-title"><a class="top-color" href="/the-finnish-team-shocks-two-time-defending-champions-us-in-world-junior-quarterfinal-round/">
  939.                                        The Finnish Team Shocks Two-Time Defending Champions US in World Junior Quarterfinal Round.
  940.                                    </a></h2>
  941.                    <p class="card-excerpt"></p>
  942.                    <div class="card-meta">
  943.                        <div class="author">
  944.                            
  945.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jennifer Daniels" class="author-avatar">
  946.                            
  947.                            <span class="author-name">Jennifer Daniels</span>
  948.                        </div>
  949.                        <span class="date">07 May 2026</span>
  950.                    </div>
  951.                    <a  href="/the-finnish-team-shocks-two-time-defending-champions-us-in-world-junior-quarterfinal-round/" class="read-more">Read Article</a>
  952.                </div>
  953.            </article>
  954.  
  955.            
  956.            
  957.  
  958.            
  959.            <!-- Regular Blog Card -->
  960.            <article class="blog-card">
  961.                <div class="card-image">
  962.                    
  963.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  964.                            class="img img-responsive" style="object-fit: cover;" alt="">
  965.                    
  966.                    <span class="category bg-primary-gradient">News</span>
  967.                </div>
  968.                <div class="card-content">
  969.                    <h3 class="card-title"> <a class="top-color" href="/failing-to-find-a-fantastic-time-at-university-you-are-not-the-only-one/" >
  970.                                        Failing to find a fantastic time at university? You are not the only one.
  971.                                    </a></h3>
  972.                    <p class="card-excerpt"></p>
  973.                    <div class="card-meta">
  974.                        <div class="author">
  975.                              
  976.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jennifer Daniels" class="author-avatar">
  977.                            
  978.                            <span class="author-name">Jennifer Daniels</span>
  979.                        </div>
  980.                        <span class="date">07 May 2026</span>
  981.                    </div>
  982.                    <a  href="/failing-to-find-a-fantastic-time-at-university-you-are-not-the-only-one/" class="read-more">Read Article</a>
  983.                </div>
  984.            </article>
  985.            
  986.            <!-- Regular Blog Card -->
  987.            <article class="blog-card">
  988.                <div class="card-image">
  989.                    
  990.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  991.                            class="img img-responsive" style="object-fit: cover;" alt="">
  992.                    
  993.                    <span class="category bg-primary-gradient">News</span>
  994.                </div>
  995.                <div class="card-content">
  996.                    <h3 class="card-title"> <a class="top-color" href="/who-is-your-personal-most-cherished-cricketer-in-the-history-of-the-ashes-series/" >
  997.                                        Who is Your Personal Most Cherished Cricketer in the History of the Ashes Series?
  998.                                    </a></h3>
  999.                    <p class="card-excerpt"></p>
  1000.                    <div class="card-meta">
  1001.                        <div class="author">
  1002.                              
  1003.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jennifer Daniels" class="author-avatar">
  1004.                            
  1005.                            <span class="author-name">Jennifer Daniels</span>
  1006.                        </div>
  1007.                        <span class="date">07 May 2026</span>
  1008.                    </div>
  1009.                    <a  href="/who-is-your-personal-most-cherished-cricketer-in-the-history-of-the-ashes-series/" class="read-more">Read Article</a>
  1010.                </div>
  1011.            </article>
  1012.            
  1013.            <!-- Regular Blog Card -->
  1014.            <article class="blog-card">
  1015.                <div class="card-image">
  1016.                    
  1017.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1018.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1019.                    
  1020.                    <span class="category bg-primary-gradient">News</span>
  1021.                </div>
  1022.                <div class="card-content">
  1023.                    <h3 class="card-title"> <a class="top-color" href="/oneill-earns-first-team-victory-after-two-decades/" >
  1024.                                        O&#x27;Neill Earns First Team Victory After Two Decades
  1025.                                    </a></h3>
  1026.                    <p class="card-excerpt"></p>
  1027.                    <div class="card-meta">
  1028.                        <div class="author">
  1029.                              
  1030.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jennifer Daniels" class="author-avatar">
  1031.                            
  1032.                            <span class="author-name">Jennifer Daniels</span>
  1033.                        </div>
  1034.                        <span class="date">07 May 2026</span>
  1035.                    </div>
  1036.                    <a  href="/oneill-earns-first-team-victory-after-two-decades/" class="read-more">Read Article</a>
  1037.                </div>
  1038.            </article>
  1039.            
  1040.            <!-- Regular Blog Card -->
  1041.            <article class="blog-card">
  1042.                <div class="card-image">
  1043.                    
  1044.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1045.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1046.                    
  1047.                    <span class="category bg-primary-gradient">News</span>
  1048.                </div>
  1049.                <div class="card-content">
  1050.                    <h3 class="card-title"> <a class="top-color" href="/will-the-uks-toads-be-saved-from-traffic-and-population-collapse/" >
  1051.                                        Will the UK&#x27;s Toads Be Saved from Traffic and Population Collapse?
  1052.                                    </a></h3>
  1053.                    <p class="card-excerpt"></p>
  1054.                    <div class="card-meta">
  1055.                        <div class="author">
  1056.                              
  1057.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jennifer Daniels" class="author-avatar">
  1058.                            
  1059.                            <span class="author-name">Jennifer Daniels</span>
  1060.                        </div>
  1061.                        <span class="date">07 May 2026</span>
  1062.                    </div>
  1063.                    <a  href="/will-the-uks-toads-be-saved-from-traffic-and-population-collapse/" class="read-more">Read Article</a>
  1064.                </div>
  1065.            </article>
  1066.            
  1067.  
  1068.        </div>
  1069.    </div>
  1070. </div>
  1071.  
  1072. <style>
  1073.  
  1074.  
  1075. .blog-section {
  1076.    padding: 60px 0;
  1077. }
  1078.  
  1079.  
  1080. .blog-grid {
  1081.    display: grid;
  1082.    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  1083.    gap: 30px;
  1084. }
  1085.  
  1086. /* Blog Cards */
  1087. .blog-card {
  1088.    background: var(--card-bg);
  1089.    border: 1px solid var(--border-color);
  1090.    border-radius: var(--card-radius);
  1091.    overflow: hidden;
  1092.    transition: all 0.3s ease;
  1093. }
  1094.  
  1095. .blog-card:hover {
  1096.    transform: translateY(-5px);
  1097.    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  1098.    border-color: var(--border-color);
  1099. }
  1100.  
  1101. .featured {
  1102.    grid-column: span 2;
  1103.    display: grid;
  1104.    grid-template-columns: 1fr 1fr;
  1105.    gap: 0;
  1106. }
  1107.  
  1108. .card-image {
  1109.    position: relative;
  1110.    height: 220px;
  1111.    background: #f8f8f8;
  1112. }
  1113.  
  1114. .featured .card-image {
  1115.    height: 100%;
  1116.    min-height: 300px;
  1117. }
  1118.  
  1119. .card-image img {
  1120.    width: 100%;
  1121.    height: 100%;
  1122.    object-fit: cover;
  1123. }
  1124.  
  1125. .category {
  1126.    position: absolute;
  1127.    top: 15px;
  1128.    left: 15px;
  1129.    padding: 6px 16px;
  1130.    border-radius: 20px;
  1131.    font-size: 12px;
  1132.    font-weight: 500;
  1133.    text-transform: uppercase;
  1134.    letter-spacing: 0.5px;
  1135. }
  1136.  
  1137. .card-content {
  1138.    padding: 25px;
  1139. }
  1140.  
  1141. .featured .card-content {
  1142.    display: flex;
  1143.    flex-direction: column;
  1144.    justify-content: center;
  1145.    padding: 40px;
  1146. }
  1147.  
  1148. .card-title {
  1149.    font-size: 18px;
  1150.    font-weight: 600;
  1151.    margin-bottom: 12px;
  1152.    line-height: 1.4;
  1153. }
  1154.  
  1155. .featured .card-title {
  1156.    font-size: 24px;
  1157.    margin-bottom: 15px;
  1158. }
  1159.  
  1160. .card-excerpt {
  1161.    color: #666;
  1162.    font-size: 14px;
  1163.    line-height: 1.6;
  1164.    margin-bottom: 20px;
  1165. }
  1166.  
  1167. .featured .card-excerpt {
  1168.    font-size: 16px;
  1169.    margin-bottom: 25px;
  1170. }
  1171.  
  1172. .card-meta {
  1173.    display: flex;
  1174.    align-items: center;
  1175.    justify-content: space-between;
  1176.    padding-top: 15px;
  1177.    border-top: 1px solid #f0f0f0;
  1178.    margin-bottom: 15px;
  1179. }
  1180.  
  1181. .author {
  1182.    display: flex;
  1183.    align-items: center;
  1184.    gap: 10px;
  1185. }
  1186.  
  1187. .author-avatar {
  1188.    width: 30px;
  1189.    height: 30px;
  1190.    border-radius: 50%;
  1191.    object-fit: cover;
  1192.    border: 1px solid #e5e5e5;
  1193. }
  1194.  
  1195. .author-name {
  1196.    color: #555;
  1197.    font-size: 13px;
  1198.    font-weight: 500;
  1199. }
  1200.  
  1201. .date {
  1202.    color: #999;
  1203.    font-size: 12px;
  1204. }
  1205.  
  1206. .read-more {
  1207.    color: #333;
  1208.    text-decoration: none;
  1209.    font-size: 13px;
  1210.    font-weight: 500;
  1211.    display: inline-flex;
  1212.    align-items: center;
  1213.    transition: color 0.2s ease;
  1214. }
  1215.  
  1216. .read-more:hover {
  1217.    color: #000;
  1218. }
  1219.  
  1220. .read-more::after {
  1221.    content: '→';
  1222.    margin-left: 8px;
  1223.    transition: transform 0.2s ease;
  1224. }
  1225.  
  1226. .read-more:hover::after {
  1227.    transform: translateX(4px);
  1228. }
  1229.  
  1230. /* Newsletter Card */
  1231. .newsletter-card {
  1232.    background: white;
  1233.    border: 2px dashed #ddd;
  1234.    border-radius: 12px;
  1235.    padding: 40px 30px;
  1236.    text-align: center;
  1237.    display: flex;
  1238.    flex-direction: column;
  1239.    justify-content: center;
  1240.    align-items: center;
  1241. }
  1242.  
  1243. .newsletter-title {
  1244.    color: #333;
  1245.    font-size: 20px;
  1246.    font-weight: 600;
  1247.    margin-bottom: 8px;
  1248. }
  1249.  
  1250. .newsletter-desc {
  1251.    color: #666;
  1252.    font-size: 14px;
  1253.    margin-bottom: 25px;
  1254. }
  1255.  
  1256. .newsletter-form {
  1257.    width: 100%;
  1258.    max-width: 280px;
  1259.    margin-bottom: 15px;
  1260. }
  1261.  
  1262. .email-input {
  1263.    width: 100%;
  1264.    padding: 12px 16px;
  1265.    border: 1px solid #ddd;
  1266.    border-radius: 8px;
  1267.    font-size: 14px;
  1268.    margin-bottom: 12px;
  1269.    transition: border-color 0.2s ease;
  1270. }
  1271.  
  1272. .email-input:focus {
  1273.    outline: none;
  1274.    border-color: #333;
  1275. }
  1276.  
  1277. .subscribe-btn {
  1278.    width: 100%;
  1279.    padding: 12px 16px;
  1280.    background: #333;
  1281.    color: white;
  1282.    border: none;
  1283.    border-radius: 8px;
  1284.    font-size: 14px;
  1285.    font-weight: 500;
  1286.    cursor: pointer;
  1287.    transition: background 0.2s ease;
  1288. }
  1289.  
  1290. .subscribe-btn:hover {
  1291.    background: #555;
  1292. }
  1293.  
  1294. .subscriber-count {
  1295.    color: #999;
  1296.    font-size: 12px;
  1297. }
  1298.  
  1299. /* Responsive Design */
  1300. @media (max-width: 768px) {
  1301.    .blog-grid {
  1302.        grid-template-columns: 1fr;
  1303.        gap: 20px;
  1304.    }
  1305.    
  1306.    .featured {
  1307.        grid-column: span 1;
  1308.        grid-template-columns: 1fr;
  1309.    }
  1310.    
  1311.    .featured .card-image {
  1312.        height: 220px;
  1313.    }
  1314.    
  1315.    .featured .card-content {
  1316.        padding: 25px;
  1317.    }
  1318.    
  1319.    .featured .card-title {
  1320.        font-size: 20px;
  1321.    }
  1322.    
  1323.    .featured .card-excerpt {
  1324.        font-size: 14px;
  1325.    }
  1326. }
  1327.  
  1328. @media (max-width: 480px) {
  1329.    .container {
  1330.        padding: 0 15px;
  1331.    }
  1332.    
  1333.    .card-content,
  1334.    .featured .card-content {
  1335.        padding: 20px;
  1336.    }
  1337.    
  1338.    .newsletter-card {
  1339.        padding: 30px 20px;
  1340.    }
  1341. }
  1342. </style>
  1343.  
  1344.  
  1345.  
  1346.  
  1347.        <!-- end of wpo-blog-hero -->
  1348.  
  1349.        <!-- start of wpo-breacking-news -->
  1350.        
  1351.        <!-- end of wpo-breacking-news -->
  1352.        
  1353.        <!-- start wpo-blog-highlights-section -->
  1354.        
  1355.  
  1356.  
  1357.  
  1358.    
  1359.  
  1360.  
  1361.  
  1362. <style>
  1363.    .blog-highlights-v2 {
  1364.        padding: 60px 0;
  1365.        position: relative;
  1366.        overflow: hidden;
  1367.    }
  1368.    
  1369.    .blog-highlights-v2::before {
  1370.        content: '';
  1371.        position: absolute;
  1372.        top: 0;
  1373.        left: 0;
  1374.        width: 100%;
  1375.        height: 100%;
  1376.        background: var(--body-bg);
  1377.        pointer-events: none;
  1378.    }
  1379.    
  1380.    .blog-card-v2 {
  1381.        border: none;
  1382.        border-radius: 20px;
  1383.        overflow: hidden;
  1384.        background: white;
  1385.        height: 100%;
  1386.        position: relative;
  1387.        transform: translateY(0);
  1388.        transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  1389.        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  1390.        will-change: transform;
  1391.    }
  1392.    
  1393.    .blog-card-v2::before {
  1394.        content: '';
  1395.        position: absolute;
  1396.        top: 0;
  1397.        left: 0;
  1398.        width: 100%;
  1399.        height: 100%;
  1400.        background: linear-gradient(45deg, transparent 0%, rgba(255,255,255,0.1) 50%, transparent 100%);
  1401.        transform: translateX(-100%);
  1402.        transition: transform 0.6s ease;
  1403.        z-index: 1;
  1404.    }
  1405.    
  1406.    .blog-card-v2:hover {
  1407.        transform: translateY(-15px) scale(1.02);
  1408.        box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  1409.    }
  1410.    
  1411.    .blog-card-v2:hover::before {
  1412.        transform: translateX(100%);
  1413.    }
  1414.    
  1415.    .blog-image-v2 {
  1416.        position: relative;
  1417.        overflow: hidden;
  1418.        height: 250px;
  1419.        background: linear-gradient(45deg, #667eea 0%, #764ba2 100%);
  1420.    }
  1421.    
  1422.    .blog-image-v2::after {
  1423.        content: '';
  1424.        position: absolute;
  1425.        top: 0;
  1426.        left: 0;
  1427.        width: 100%;
  1428.        height: 100%;
  1429.        background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.3) 100%);
  1430.        z-index: 2;
  1431.    }
  1432.    
  1433.    .blog-image-v2 img {
  1434.        width: 100%;
  1435.        height: 100%;
  1436.        object-fit: cover;
  1437.        transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  1438.        transform: scale(1);
  1439.    }
  1440.    
  1441.    .blog-card-v2:hover .blog-image-v2 img {
  1442.        transform: scale(1.1) rotate(2deg);
  1443.    }
  1444.    
  1445.    .blog-category-v2 {
  1446.        position: absolute;
  1447.        top: 20px;
  1448.        left: 20px;
  1449.        padding: 8px 16px;
  1450.        border-radius: 50px;
  1451.        font-size: 12px;
  1452.        font-weight: 700;
  1453.        text-transform: uppercase;
  1454.        letter-spacing: 1px;
  1455.      
  1456.        z-index: 3;
  1457.        transform: translateY(0);
  1458.        transition: all 0.3s ease;
  1459.        box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
  1460.    }
  1461.    
  1462.    .blog-card-v2:hover .blog-category-v2 {
  1463.        transform: translateY(-5px);
  1464.        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
  1465.    }
  1466.    
  1467.    .blog-content-v2 {
  1468.        padding: 30px 25px;
  1469.        position: relative;
  1470.        z-index: 2;
  1471.    }
  1472.    
  1473.    .blog-title-v2 {
  1474.        font-size: 18px;
  1475.        font-weight: 700;
  1476.        line-height: 1.4;
  1477.        margin-bottom: 15px;
  1478.        min-height: 50px;
  1479.        position: relative;
  1480.        overflow: hidden;
  1481.    }
  1482.    
  1483.    .blog-title-v2 a {
  1484.        text-decoration: none;
  1485.        position: relative;
  1486.        transition: all 0.3s ease;
  1487.        background-clip: text;
  1488.        -webkit-background-clip: text;
  1489.    }
  1490.    
  1491.    .blog-title-v2 a::after {
  1492.        content: '';
  1493.        position: absolute;
  1494.        bottom: -2px;
  1495.        left: 0;
  1496.        width: 0;
  1497.        height: 2px;
  1498.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1499.        transition: width 0.4s ease;
  1500.    }
  1501.    
  1502.    .blog-card-v2:hover .blog-title-v2 a::after {
  1503.        width: 100%;
  1504.    }
  1505.    
  1506.    .blog-meta-v2 {
  1507.        display: flex;
  1508.        align-items: center;
  1509.        gap: 12px;
  1510.        margin-bottom: 15px;
  1511.        font-size: 13px;
  1512.        padding-bottom: 15px;
  1513.        border-bottom: 2px solid rgba(102, 126, 234, 0.1);
  1514.        position: relative;
  1515.    }
  1516.    
  1517.    .blog-meta-v2::after {
  1518.        content: '';
  1519.        position: absolute;
  1520.        bottom: -2px;
  1521.        left: 0;
  1522.        width: 0;
  1523.        height: 2px;
  1524.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1525.        transition: width 0.5s ease 0.2s;
  1526.    }
  1527.    
  1528.    .blog-card-v2:hover .blog-meta-v2::after {
  1529.        width: 60px;
  1530.    }
  1531.    
  1532.    .blog-author-img-v2 {
  1533.        width: 32px;
  1534.        height: 32px;
  1535.        border-radius: 50%;
  1536.        object-fit: cover;
  1537.        border: 3px solid white;
  1538.        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  1539.        transition: all 0.3s ease;
  1540.    }
  1541.    
  1542.    .blog-card-v2:hover .blog-author-img-v2 {
  1543.        transform: scale(1.1);
  1544.        box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
  1545.    }
  1546.    
  1547.    .blog-excerpt-v2 {
  1548.        font-size: 14px;
  1549.        line-height: 1.6;
  1550.        color: #666;
  1551.        display: -webkit-box;
  1552.        -webkit-line-clamp: 3;
  1553.        -webkit-box-orient: vertical;
  1554.        overflow: hidden;
  1555.        position: relative;
  1556.        opacity: 0.8;
  1557.        transition: opacity 0.3s ease;
  1558.    }
  1559.    
  1560.    .blog-card-v2:hover .blog-excerpt-v2 {
  1561.        opacity: 1;
  1562.    }
  1563.    
  1564.    .section-header-v2 {
  1565.        text-align: center;
  1566.        margin-bottom: 70px;
  1567.        position: relative;
  1568.    }
  1569.    
  1570.    .section-title-v2 {
  1571.        font-size: 3.2rem;
  1572.        font-weight: 800;
  1573.        margin-bottom: 20px;
  1574.        position: relative;
  1575.    }
  1576.    
  1577.    .section-title-v2::after {
  1578.        content: '';
  1579.        position: absolute;
  1580.        bottom: -10px;
  1581.        left: 50%;
  1582.        transform: translateX(-50%);
  1583.        width: 80px;
  1584.        height: 4px;
  1585.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1586.        border-radius: 2px;
  1587.    }
  1588.    
  1589.    .section-subtitle-v2 {
  1590.        font-size: 1.1rem;
  1591.        color: #666;
  1592.        max-width: 600px;
  1593.        margin: 0 auto;
  1594.        line-height: 1.6;
  1595.    }
  1596.    
  1597.    .blog-read-more-v2 {
  1598.        position: absolute;
  1599.        bottom: 25px;
  1600.        right: 25px;
  1601.        width: 45px;
  1602.        height: 45px;
  1603.        border-radius: 50%;
  1604.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1605.        display: flex;
  1606.        align-items: center;
  1607.        justify-content: center;
  1608.        color: white;
  1609.        text-decoration: none;
  1610.        transition: all 0.4s ease;
  1611.        transform: scale(0);
  1612.        opacity: 0;
  1613.        box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
  1614.    }
  1615.    
  1616.    .blog-card-v2:hover .blog-read-more-v2 {
  1617.        transform: scale(1);
  1618.        opacity: 1;
  1619.    }
  1620.    
  1621.    .blog-read-more-v2:hover {
  1622.        transform: scale(1.1);
  1623.        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
  1624.    }
  1625.    
  1626.    /* Animation Classes */
  1627.    .animate-on-scroll {
  1628.        opacity: 0;
  1629.        transform: translateY(30px);
  1630.        transition: all 0.6s ease;
  1631.    }
  1632.    
  1633.    .animate-on-scroll.animated {
  1634.        opacity: 1;
  1635.        transform: translateY(0);
  1636.    }
  1637.    
  1638.    /* Staggered Animation */
  1639.    .blog-card-v2:nth-child(1) { animation-delay: 0.1s; }
  1640.    .blog-card-v2:nth-child(2) { animation-delay: 0.2s; }
  1641.    .blog-card-v2:nth-child(3) { animation-delay: 0.3s; }
  1642.    .blog-card-v2:nth-child(4) { animation-delay: 0.4s; }
  1643.    .blog-card-v2:nth-child(5) { animation-delay: 0.5s; }
  1644.    .blog-card-v2:nth-child(6) { animation-delay: 0.6s; }
  1645.  
  1646.    @media (max-width: 768px) {
  1647.        .section-title-v2 {
  1648.            font-size: 2.5rem;
  1649.        }
  1650.        .blog-highlights-v2 {
  1651.            padding: 40px 0;
  1652.        }
  1653.        .blog-content-v2 {
  1654.            padding: 25px 20px;
  1655.        }
  1656.        .blog-card-v2:hover {
  1657.            transform: translateY(-10px) scale(1.01);
  1658.        }
  1659.    }
  1660. </style>
  1661.  
  1662. <section class="blog-highlights-v2">
  1663.    <div class="container-fluid fluid-container">
  1664.        <div class="row">
  1665.            <div class="col-12">
  1666.                <div class="section-header-v2 animate-on-scroll">
  1667.                    <h2 class="section-title-v2 text-primary-gradient">
  1668.                Today's Top Highlights
  1669.                   </h2>
  1670.                    <p class="section-subtitle-v2">Discover our latest stories and insights from around the world</p>
  1671.                </div>
  1672.            </div>
  1673.        </div>
  1674.        
  1675.        <div class="row">
  1676.            <div class="col-lg-8 col-12">
  1677.                <div class="row g-4">
  1678.                    
  1679.                    <div class="col-lg-6 col-md-6 col-12">
  1680.                        <div class="card blog-card-v2 animate-on-scroll">
  1681.                            <div class="blog-image-v2">
  1682.                                
  1683.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1684.                                
  1685.                                <span class="blog-category-v2 bg-primary-gradient">
  1686.                                    News
  1687.                                </span>
  1688.                            </div>
  1689.                            <div class="blog-content-v2">
  1690.                                <h3 class="blog-title-v2">
  1691.                                    <a class="top-color" href="/outrage-explodes-as-former-president-trumps-social-media-remarks-on-rob-reiner-ignites-widespread-rebuke/">
  1692.                                    Outrage Explodes as Former President Trump&#x27;s Social Media Remarks on Rob Reiner Ignites Widespread Rebuke
  1693.                                    </a>
  1694.                                </h3>
  1695.                                <div class="blog-meta-v2">
  1696.                                    
  1697.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jennifer Daniels" class="blog-author-img-v2">
  1698.                                    
  1699.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  1700.                                    <span>By Jennifer Daniels</span>
  1701.                                    <span style="color: #ccc;">•</span>
  1702.                                    <span style="color: #999;">07 May 2026</span>
  1703.                                </div>
  1704.                                <p class="blog-excerpt-v2"></p>
  1705.                              
  1706.                            </div>
  1707.                        </div>
  1708.                    </div>
  1709.                    
  1710.                    <div class="col-lg-6 col-md-6 col-12">
  1711.                        <div class="card blog-card-v2 animate-on-scroll">
  1712.                            <div class="blog-image-v2">
  1713.                                
  1714.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1715.                                
  1716.                                <span class="blog-category-v2 bg-primary-gradient">
  1717.                                    News
  1718.                                </span>
  1719.                            </div>
  1720.                            <div class="blog-content-v2">
  1721.                                <h3 class="blog-title-v2">
  1722.                                    <a class="top-color" href="/the-horror-follow-up-eminfluencersem-will-give-other-streaming-thrillers-serious-fomo/">
  1723.                                    The Horror Follow-Up &lt;em&gt;Influencers&lt;/em&gt; Will Give Other Streaming Thrillers Serious FOMO
  1724.                                    </a>
  1725.                                </h3>
  1726.                                <div class="blog-meta-v2">
  1727.                                    
  1728.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jennifer Daniels" class="blog-author-img-v2">
  1729.                                    
  1730.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  1731.                                    <span>By Jennifer Daniels</span>
  1732.                                    <span style="color: #ccc;">•</span>
  1733.                                    <span style="color: #999;">07 May 2026</span>
  1734.                                </div>
  1735.                                <p class="blog-excerpt-v2"></p>
  1736.                              
  1737.                            </div>
  1738.                        </div>
  1739.                    </div>
  1740.                    
  1741.                    <div class="col-lg-6 col-md-6 col-12">
  1742.                        <div class="card blog-card-v2 animate-on-scroll">
  1743.                            <div class="blog-image-v2">
  1744.                                
  1745.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1746.                                
  1747.                                <span class="blog-category-v2 bg-primary-gradient">
  1748.                                    News
  1749.                                </span>
  1750.                            </div>
  1751.                            <div class="blog-content-v2">
  1752.                                <h3 class="blog-title-v2">
  1753.                                    <a class="top-color" href="/renowned-performer-pat-finn-a-versatile-actor-famed-for-parts-in-friends-and-the-middle-dies-at-60-years-old/">
  1754.                                    Renowned Performer Pat Finn, a versatile actor, Famed For Parts in Friends and The Middle, Dies at 60 Years Old.
  1755.                                    </a>
  1756.                                </h3>
  1757.                                <div class="blog-meta-v2">
  1758.                                    
  1759.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jennifer Daniels" class="blog-author-img-v2">
  1760.                                    
  1761.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  1762.                                    <span>By Jennifer Daniels</span>
  1763.                                    <span style="color: #ccc;">•</span>
  1764.                                    <span style="color: #999;">07 May 2026</span>
  1765.                                </div>
  1766.                                <p class="blog-excerpt-v2"></p>
  1767.                              
  1768.                            </div>
  1769.                        </div>
  1770.                    </div>
  1771.                    
  1772.                    <div class="col-lg-6 col-md-6 col-12">
  1773.                        <div class="card blog-card-v2 animate-on-scroll">
  1774.                            <div class="blog-image-v2">
  1775.                                
  1776.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1777.                                
  1778.                                <span class="blog-category-v2 bg-primary-gradient">
  1779.                                    News
  1780.                                </span>
  1781.                            </div>
  1782.                            <div class="blog-content-v2">
  1783.                                <h3 class="blog-title-v2">
  1784.                                    <a class="top-color" href="/sabalenka-ready-to-take-on-kyrgios-in-modern-battle-of-the-sexes-match/">
  1785.                                    Sabalenka Ready to Take On Kyrgios in Modern ‘Battle of the Sexes’ Match
  1786.                                    </a>
  1787.                                </h3>
  1788.                                <div class="blog-meta-v2">
  1789.                                    
  1790.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jennifer Daniels" class="blog-author-img-v2">
  1791.                                    
  1792.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  1793.                                    <span>By Jennifer Daniels</span>
  1794.                                    <span style="color: #ccc;">•</span>
  1795.                                    <span style="color: #999;">06 May 2026</span>
  1796.                                </div>
  1797.                                <p class="blog-excerpt-v2"></p>
  1798.                              
  1799.                            </div>
  1800.                        </div>
  1801.                    </div>
  1802.                    
  1803.                    <div class="col-lg-6 col-md-6 col-12">
  1804.                        <div class="card blog-card-v2 animate-on-scroll">
  1805.                            <div class="blog-image-v2">
  1806.                                
  1807.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1808.                                
  1809.                                <span class="blog-category-v2 bg-primary-gradient">
  1810.                                    News
  1811.                                </span>
  1812.                            </div>
  1813.                            <div class="blog-content-v2">
  1814.                                <h3 class="blog-title-v2">
  1815.                                    <a class="top-color" href="/the-streaming-giant-casts-ideal-actor-for-bentham-in-the-hit-series-third-season/">
  1816.                                    The Streaming Giant Casts Ideal Actor for Bentham in the Hit Series Third Season
  1817.                                    </a>
  1818.                                </h3>
  1819.                                <div class="blog-meta-v2">
  1820.                                    
  1821.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jennifer Daniels" class="blog-author-img-v2">
  1822.                                    
  1823.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  1824.                                    <span>By Jennifer Daniels</span>
  1825.                                    <span style="color: #ccc;">•</span>
  1826.                                    <span style="color: #999;">06 May 2026</span>
  1827.                                </div>
  1828.                                <p class="blog-excerpt-v2"></p>
  1829.                              
  1830.                            </div>
  1831.                        </div>
  1832.                    </div>
  1833.                    
  1834.                    <div class="col-lg-6 col-md-6 col-12">
  1835.                        <div class="card blog-card-v2 animate-on-scroll">
  1836.                            <div class="blog-image-v2">
  1837.                                
  1838.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1839.                                
  1840.                                <span class="blog-category-v2 bg-primary-gradient">
  1841.                                    News
  1842.                                </span>
  1843.                            </div>
  1844.                            <div class="blog-content-v2">
  1845.                                <h3 class="blog-title-v2">
  1846.                                    <a class="top-color" href="/this-swine-life-hog-named-six-seven-pardoned-by-miami-dade-mayor/">
  1847.                                    This Swine Life: Hog Named Six Seven Pardoned by Miami-Dade Mayor.
  1848.                                    </a>
  1849.                                </h3>
  1850.                                <div class="blog-meta-v2">
  1851.                                    
  1852.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jennifer Daniels" class="blog-author-img-v2">
  1853.                                    
  1854.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  1855.                                    <span>By Jennifer Daniels</span>
  1856.                                    <span style="color: #ccc;">•</span>
  1857.                                    <span style="color: #999;">06 May 2026</span>
  1858.                                </div>
  1859.                                <p class="blog-excerpt-v2"></p>
  1860.                              
  1861.                            </div>
  1862.                        </div>
  1863.                    </div>
  1864.                    
  1865.                    <div class="col-lg-6 col-md-6 col-12">
  1866.                        <div class="card blog-card-v2 animate-on-scroll">
  1867.                            <div class="blog-image-v2">
  1868.                                
  1869.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1870.                                
  1871.                                <span class="blog-category-v2 bg-primary-gradient">
  1872.                                    News
  1873.                                </span>
  1874.                            </div>
  1875.                            <div class="blog-content-v2">
  1876.                                <h3 class="blog-title-v2">
  1877.                                    <a class="top-color" href="/the-president-calls-loved-ones-of-injured-guard-soldiers-to-the-presidential-residence/">
  1878.                                    The President Calls Loved Ones of Injured Guard Soldiers to the Presidential Residence
  1879.                                    </a>
  1880.                                </h3>
  1881.                                <div class="blog-meta-v2">
  1882.                                    
  1883.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jennifer Daniels" class="blog-author-img-v2">
  1884.                                    
  1885.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  1886.                                    <span>By Jennifer Daniels</span>
  1887.                                    <span style="color: #ccc;">•</span>
  1888.                                    <span style="color: #999;">06 May 2026</span>
  1889.                                </div>
  1890.                                <p class="blog-excerpt-v2"></p>
  1891.                              
  1892.                            </div>
  1893.                        </div>
  1894.                    </div>
  1895.                    
  1896.                    <div class="col-lg-6 col-md-6 col-12">
  1897.                        <div class="card blog-card-v2 animate-on-scroll">
  1898.                            <div class="blog-image-v2">
  1899.                                
  1900.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1901.                                
  1902.                                <span class="blog-category-v2 bg-primary-gradient">
  1903.                                    News
  1904.                                </span>
  1905.                            </div>
  1906.                            <div class="blog-content-v2">
  1907.                                <h3 class="blog-title-v2">
  1908.                                    <a class="top-color" href="/ghostface-original-star-matthew-lillard-is-anxious-he-could-ruin-the-franchise-with-the-seventh-installment/">
  1909.                                    Ghostface Original Star Matthew Lillard Is Anxious He Could Ruin the Franchise with the Seventh Installment.
  1910.                                    </a>
  1911.                                </h3>
  1912.                                <div class="blog-meta-v2">
  1913.                                    
  1914.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jennifer Daniels" class="blog-author-img-v2">
  1915.                                    
  1916.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  1917.                                    <span>By Jennifer Daniels</span>
  1918.                                    <span style="color: #ccc;">•</span>
  1919.                                    <span style="color: #999;">06 May 2026</span>
  1920.                                </div>
  1921.                                <p class="blog-excerpt-v2"></p>
  1922.                              
  1923.                            </div>
  1924.                        </div>
  1925.                    </div>
  1926.                    
  1927.                    <div class="col-lg-6 col-md-6 col-12">
  1928.                        <div class="card blog-card-v2 animate-on-scroll">
  1929.                            <div class="blog-image-v2">
  1930.                                
  1931.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1932.                                
  1933.                                <span class="blog-category-v2 bg-primary-gradient">
  1934.                                    News
  1935.                                </span>
  1936.                            </div>
  1937.                            <div class="blog-content-v2">
  1938.                                <h3 class="blog-title-v2">
  1939.                                    <a class="top-color" href="/captain-stokes-is-exhausted-yet-insists-hes-ready-to-bowl/">
  1940.                                    Captain Stokes Is &#x27;Exhausted&#x27; Yet Insists He&#x27;s &#x27;Ready to Bowl&#x27;
  1941.                                    </a>
  1942.                                </h3>
  1943.                                <div class="blog-meta-v2">
  1944.                                    
  1945.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jennifer Daniels" class="blog-author-img-v2">
  1946.                                    
  1947.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  1948.                                    <span>By Jennifer Daniels</span>
  1949.                                    <span style="color: #ccc;">•</span>
  1950.                                    <span style="color: #999;">06 May 2026</span>
  1951.                                </div>
  1952.                                <p class="blog-excerpt-v2"></p>
  1953.                              
  1954.                            </div>
  1955.                        </div>
  1956.                    </div>
  1957.                    
  1958.                    <div class="col-lg-6 col-md-6 col-12">
  1959.                        <div class="card blog-card-v2 animate-on-scroll">
  1960.                            <div class="blog-image-v2">
  1961.                                
  1962.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1963.                                
  1964.                                <span class="blog-category-v2 bg-primary-gradient">
  1965.                                    News
  1966.                                </span>
  1967.                            </div>
  1968.                            <div class="blog-content-v2">
  1969.                                <h3 class="blog-title-v2">
  1970.                                    <a class="top-color" href="/moving-from-reluctant-respect-to-unease-moscow-considers-the-fall-of-venezuelas-leader/">
  1971.                                    Moving from Reluctant Respect to Unease: Moscow Considers the Fall of Venezuela&#x27;s Leader.
  1972.                                    </a>
  1973.                                </h3>
  1974.                                <div class="blog-meta-v2">
  1975.                                    
  1976.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jennifer Daniels" class="blog-author-img-v2">
  1977.                                    
  1978.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  1979.                                    <span>By Jennifer Daniels</span>
  1980.                                    <span style="color: #ccc;">•</span>
  1981.                                    <span style="color: #999;">06 May 2026</span>
  1982.                                </div>
  1983.                                <p class="blog-excerpt-v2"></p>
  1984.                              
  1985.                            </div>
  1986.                        </div>
  1987.                    </div>
  1988.                    
  1989.                    <div class="col-lg-6 col-md-6 col-12">
  1990.                        <div class="card blog-card-v2 animate-on-scroll">
  1991.                            <div class="blog-image-v2">
  1992.                                
  1993.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1994.                                
  1995.                                <span class="blog-category-v2 bg-primary-gradient">
  1996.                                    News
  1997.                                </span>
  1998.                            </div>
  1999.                            <div class="blog-content-v2">
  2000.                                <h3 class="blog-title-v2">
  2001.                                    <a class="top-color" href="/paul-was-fun-remembering-the-sports-departed-star-20-years-on/">
  2002.                                    &#x27;Paul was fun&#x27;: Remembering the sport&#x27;s departed star 20 years on.
  2003.                                    </a>
  2004.                                </h3>
  2005.                                <div class="blog-meta-v2">
  2006.                                    
  2007.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jennifer Daniels" class="blog-author-img-v2">
  2008.                                    
  2009.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2010.                                    <span>By Jennifer Daniels</span>
  2011.                                    <span style="color: #ccc;">•</span>
  2012.                                    <span style="color: #999;">05 May 2026</span>
  2013.                                </div>
  2014.                                <p class="blog-excerpt-v2"></p>
  2015.                              
  2016.                            </div>
  2017.                        </div>
  2018.                    </div>
  2019.                    
  2020.                    <div class="col-lg-6 col-md-6 col-12">
  2021.                        <div class="card blog-card-v2 animate-on-scroll">
  2022.                            <div class="blog-image-v2">
  2023.                                
  2024.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2025.                                
  2026.                                <span class="blog-category-v2 bg-primary-gradient">
  2027.                                    News
  2028.                                </span>
  2029.                            </div>
  2030.                            <div class="blog-content-v2">
  2031.                                <h3 class="blog-title-v2">
  2032.                                    <a class="top-color" href="/why-los-blancos-possess-total-trust-in-teenager-thiago-pitarch/">
  2033.                                    Why Los Blancos Possess &#x27;Total Trust&#x27; in Teenager Thiago Pitarch
  2034.                                    </a>
  2035.                                </h3>
  2036.                                <div class="blog-meta-v2">
  2037.                                    
  2038.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jennifer Daniels" class="blog-author-img-v2">
  2039.                                    
  2040.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2041.                                    <span>By Jennifer Daniels</span>
  2042.                                    <span style="color: #ccc;">•</span>
  2043.                                    <span style="color: #999;">05 May 2026</span>
  2044.                                </div>
  2045.                                <p class="blog-excerpt-v2"></p>
  2046.                              
  2047.                            </div>
  2048.                        </div>
  2049.                    </div>
  2050.                    
  2051.                    
  2052.  
  2053.                </div>
  2054.            </div>
  2055.            
  2056.               <div class="col col-lg-4 col-12">
  2057.                
  2058.  
  2059.  
  2060.  
  2061.    
  2062.  
  2063.  
  2064. <!-- Blog Sidebar -->
  2065.  
  2066.    <div class="sidebar mb-3">
  2067.        
  2068.        
  2069.        <div class="sidebar-widget mb-4">
  2070.            <div class="widget-title-wrapper mb-3">
  2071.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2072.                    May 2026 Blog Roll
  2073.                    <span class="title-arrow"></span>
  2074.                </h4>
  2075.            </div>
  2076.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2077.                <ul class="list-unstyled scrollable-sidebar">
  2078.                    
  2079.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2080.                        <a href="https://www.testandverification.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2081.                            <i class="ti-angle-right me-2 text-primary"></i>
  2082.                            <span class="fw-semibold">non gamstop online casinos uk</span>
  2083.                        </a>
  2084.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2085.                    </li>
  2086.                    
  2087.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2088.                        <a href="https://www.citytosea.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2089.                            <i class="ti-angle-right me-2 text-primary"></i>
  2090.                            <span class="fw-semibold">non gamstop casinos</span>
  2091.                        </a>
  2092.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2093.                    </li>
  2094.                    
  2095.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2096.                        <a href="https://thebrexitparty.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2097.                            <i class="ti-angle-right me-2 text-primary"></i>
  2098.                            <span class="fw-semibold">non gamstop casinos uk</span>
  2099.                        </a>
  2100.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2101.                    </li>
  2102.                    
  2103.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2104.                        <a href="https://britishicehockey.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2105.                            <i class="ti-angle-right me-2 text-primary"></i>
  2106.                            <span class="fw-semibold">online casino</span>
  2107.                        </a>
  2108.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2109.                    </li>
  2110.                    
  2111.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2112.                        <a href="https://esports-news.co.uk/online-casinos/non-gamstop/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2113.                            <i class="ti-angle-right me-2 text-primary"></i>
  2114.                            <span class="fw-semibold">casinos not on gamstop</span>
  2115.                        </a>
  2116.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2117.                    </li>
  2118.                    
  2119.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2120.                        <a href="https://www.escapistmagazine.com/uk/non-gamstop-casinos/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2121.                            <i class="ti-angle-right me-2 text-primary"></i>
  2122.                            <span class="fw-semibold">non gamstop casino</span>
  2123.                        </a>
  2124.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2125.                    </li>
  2126.                    
  2127.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2128.                        <a href="https://unbound.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2129.                            <i class="ti-angle-right me-2 text-primary"></i>
  2130.                            <span class="fw-semibold">casinos not on gamstop</span>
  2131.                        </a>
  2132.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2133.                    </li>
  2134.                    
  2135.                </ul>
  2136.            </div>
  2137.        </div>
  2138.        
  2139.        <div class="sidebar-widget mb-4">
  2140.            <div class="widget-title-wrapper mb-3">
  2141.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2142.                    April 2026 Blog Roll
  2143.                    <span class="title-arrow"></span>
  2144.                </h4>
  2145.            </div>
  2146.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2147.                <ul class="list-unstyled scrollable-sidebar">
  2148.                    
  2149.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2150.                        <a href="https://www.agediscrimination.info/non-gamstop-casinos"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2151.                            <i class="ti-angle-right me-2 text-primary"></i>
  2152.                            <span class="fw-semibold">online casinos UK</span>
  2153.                        </a>
  2154.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2155.                    </li>
  2156.                    
  2157.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2158.                        <a href="https://casinobeats.com/uk/online-casinos/casinos-not-on-gamstop/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2159.                            <i class="ti-angle-right me-2 text-primary"></i>
  2160.                            <span class="fw-semibold">casino not on gamstop</span>
  2161.                        </a>
  2162.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2163.                    </li>
  2164.                    
  2165.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2166.                        <a href="https://www.richmondreview.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2167.                            <i class="ti-angle-right me-2 text-primary"></i>
  2168.                            <span class="fw-semibold">casinos not on gamstop</span>
  2169.                        </a>
  2170.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2171.                    </li>
  2172.                    
  2173.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2174.                        <a href="https://www.chemical-records.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2175.                            <i class="ti-angle-right me-2 text-primary"></i>
  2176.                            <span class="fw-semibold">casinos not on gamstop</span>
  2177.                        </a>
  2178.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2179.                    </li>
  2180.                    
  2181.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2182.                        <a href="https://savethedatemagazine.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2183.                            <i class="ti-angle-right me-2 text-primary"></i>
  2184.                            <span class="fw-semibold">casino not on gamstop</span>
  2185.                        </a>
  2186.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2187.                    </li>
  2188.                    
  2189.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2190.                        <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2191.                            <i class="ti-angle-right me-2 text-primary"></i>
  2192.                            <span class="fw-semibold">online casinos not on gamstop</span>
  2193.                        </a>
  2194.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2195.                    </li>
  2196.                    
  2197.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2198.                        <a href="https://www.surfaceview.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2199.                            <i class="ti-angle-right me-2 text-primary"></i>
  2200.                            <span class="fw-semibold">online casinos not on gamstop</span>
  2201.                        </a>
  2202.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2203.                    </li>
  2204.                    
  2205.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2206.                        <a href="https://www.cca-glasgow.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2207.                            <i class="ti-angle-right me-2 text-primary"></i>
  2208.                            <span class="fw-semibold">online casinos not on gamstop</span>
  2209.                        </a>
  2210.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2211.                    </li>
  2212.                    
  2213.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2214.                        <a href="https://straightfromyard.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2215.                            <i class="ti-angle-right me-2 text-primary"></i>
  2216.                            <span class="fw-semibold">online casinos not on gamstop</span>
  2217.                        </a>
  2218.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2219.                    </li>
  2220.                    
  2221.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2222.                        <a href="https://www.summerhall.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2223.                            <i class="ti-angle-right me-2 text-primary"></i>
  2224.                            <span class="fw-semibold">online casinos not on gamstop</span>
  2225.                        </a>
  2226.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2227.                    </li>
  2228.                    
  2229.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2230.                        <a href="https://bereavementcommission.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2231.                            <i class="ti-angle-right me-2 text-primary"></i>
  2232.                            <span class="fw-semibold">online casinos not on gamstop</span>
  2233.                        </a>
  2234.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2235.                    </li>
  2236.                    
  2237.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2238.                        <a href="https://internationalschoolmealsday.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2239.                            <i class="ti-angle-right me-2 text-primary"></i>
  2240.                            <span class="fw-semibold">uk casinos not on gamstop</span>
  2241.                        </a>
  2242.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2243.                    </li>
  2244.                    
  2245.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2246.                        <a href="https://www.citytosea.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2247.                            <i class="ti-angle-right me-2 text-primary"></i>
  2248.                            <span class="fw-semibold">online casinos not on gamstop</span>
  2249.                        </a>
  2250.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2251.                    </li>
  2252.                    
  2253.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2254.                        <a href="https://www.london-irish.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2255.                            <i class="ti-angle-right me-2 text-primary"></i>
  2256.                            <span class="fw-semibold">online casinos not on gamstop</span>
  2257.                        </a>
  2258.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2259.                    </li>
  2260.                    
  2261.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2262.                        <a href="https://savethedatemagazine.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2263.                            <i class="ti-angle-right me-2 text-primary"></i>
  2264.                            <span class="fw-semibold">online casinos not on gamstop</span>
  2265.                        </a>
  2266.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2267.                    </li>
  2268.                    
  2269.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2270.                        <a href="https://unbound.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2271.                            <i class="ti-angle-right me-2 text-primary"></i>
  2272.                            <span class="fw-semibold">online casinos not on gamstop</span>
  2273.                        </a>
  2274.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2275.                    </li>
  2276.                    
  2277.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2278.                        <a href="https://www.elthampalace.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2279.                            <i class="ti-angle-right me-2 text-primary"></i>
  2280.                            <span class="fw-semibold">online casinos not on gamstop</span>
  2281.                        </a>
  2282.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2283.                    </li>
  2284.                    
  2285.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2286.                        <a href="https://bmagic.org.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2287.                            <i class="ti-angle-right me-2 text-primary"></i>
  2288.                            <span class="fw-semibold">casinos not on gamstop</span>
  2289.                        </a>
  2290.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2291.                    </li>
  2292.                    
  2293.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2294.                        <a href="https://kscience.co.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2295.                            <i class="ti-angle-right me-2 text-primary"></i>
  2296.                            <span class="fw-semibold">non gamstop casino</span>
  2297.                        </a>
  2298.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2299.                    </li>
  2300.                    
  2301.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2302.                        <a href="https://makemegenius.com"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2303.                            <i class="ti-angle-right me-2 text-primary"></i>
  2304.                            <span class="fw-semibold">non gamstop casino</span>
  2305.                        </a>
  2306.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2307.                    </li>
  2308.                    
  2309.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2310.                        <a href="https://globix.net"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2311.                            <i class="ti-angle-right me-2 text-primary"></i>
  2312.                            <span class="fw-semibold">casinos not on gamstop</span>
  2313.                        </a>
  2314.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2315.                    </li>
  2316.                    
  2317.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2318.                        <a href="https://designinnovationgroup.nl/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2319.                            <i class="ti-angle-right me-2 text-primary"></i>
  2320.                            <span class="fw-semibold">nederlands casino zonder cruks</span>
  2321.                        </a>
  2322.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2323.                    </li>
  2324.                    
  2325.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2326.                        <a href="https://superdao.co/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2327.                            <i class="ti-angle-right me-2 text-primary"></i>
  2328.                            <span class="fw-semibold">anonymous crypto casino</span>
  2329.                        </a>
  2330.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2331.                    </li>
  2332.                    
  2333.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2334.                        <a href="https://www.economicjournal.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2335.                            <i class="ti-angle-right me-2 text-primary"></i>
  2336.                            <span class="fw-semibold">online bookmakers not on gamstop</span>
  2337.                        </a>
  2338.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2339.                    </li>
  2340.                    
  2341.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2342.                        <a href="https://phoneweek.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2343.                            <i class="ti-angle-right me-2 text-primary"></i>
  2344.                            <span class="fw-semibold">casino sites not on gamstop</span>
  2345.                        </a>
  2346.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2347.                    </li>
  2348.                    
  2349.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2350.                        <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2351.                            <i class="ti-angle-right me-2 text-primary"></i>
  2352.                            <span class="fw-semibold">casino not on gamstop</span>
  2353.                        </a>
  2354.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2355.                    </li>
  2356.                    
  2357.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2358.                        <a href="https://thepearlyqueen.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2359.                            <i class="ti-angle-right me-2 text-primary"></i>
  2360.                            <span class="fw-semibold">UK casino sites</span>
  2361.                        </a>
  2362.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2363.                    </li>
  2364.                    
  2365.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2366.                        <a href="https://israelpremiertech.com"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2367.                            <i class="ti-angle-right me-2 text-primary"></i>
  2368.                            <span class="fw-semibold">casino not on GamStop UK</span>
  2369.                        </a>
  2370.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2371.                    </li>
  2372.                    
  2373.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2374.                        <a href="https://www.stmonicas.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2375.                            <i class="ti-angle-right me-2 text-primary"></i>
  2376.                            <span class="fw-semibold">Casino Without GamStop</span>
  2377.                        </a>
  2378.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2379.                    </li>
  2380.                    
  2381.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2382.                        <a href="https://www.bmag.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2383.                            <i class="ti-angle-right me-2 text-primary"></i>
  2384.                            <span class="fw-semibold">top 20 online casinos uk</span>
  2385.                        </a>
  2386.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2387.                    </li>
  2388.                    
  2389.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2390.                        <a href="https://letstalkloneliness.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2391.                            <i class="ti-angle-right me-2 text-primary"></i>
  2392.                            <span class="fw-semibold">casino not on gamstop</span>
  2393.                        </a>
  2394.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2395.                    </li>
  2396.                    
  2397.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2398.                        <a href="https://www.cafebabel.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2399.                            <i class="ti-angle-right me-2 text-primary"></i>
  2400.                            <span class="fw-semibold">non gamstop casinos</span>
  2401.                        </a>
  2402.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2403.                    </li>
  2404.                    
  2405.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2406.                        <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2407.                            <i class="ti-angle-right me-2 text-primary"></i>
  2408.                            <span class="fw-semibold">uk casinos not on gamstop</span>
  2409.                        </a>
  2410.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2411.                    </li>
  2412.                    
  2413.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2414.                        <a href="http://cielivestock.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2415.                            <i class="ti-angle-right me-2 text-primary"></i>
  2416.                            <span class="fw-semibold">casino not on gamstop</span>
  2417.                        </a>
  2418.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2419.                    </li>
  2420.                    
  2421.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2422.                        <a href="https://www.testandverification.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2423.                            <i class="ti-angle-right me-2 text-primary"></i>
  2424.                            <span class="fw-semibold">non gamstop casinos uk</span>
  2425.                        </a>
  2426.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2427.                    </li>
  2428.                    
  2429.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2430.                        <a href="https://www.kysty.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2431.                            <i class="ti-angle-right me-2 text-primary"></i>
  2432.                            <span class="fw-semibold">Non GamStop Casinos</span>
  2433.                        </a>
  2434.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2435.                    </li>
  2436.                    
  2437.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2438.                        <a href="https://www.thekarczma.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2439.                            <i class="ti-angle-right me-2 text-primary"></i>
  2440.                            <span class="fw-semibold">non UK registered casino</span>
  2441.                        </a>
  2442.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2443.                    </li>
  2444.                    
  2445.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2446.                        <a href="https://www.executive-shaving.co.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2447.                            <i class="ti-angle-right me-2 text-primary"></i>
  2448.                            <span class="fw-semibold">gambling sites not on GamStop</span>
  2449.                        </a>
  2450.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2451.                    </li>
  2452.                    
  2453.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2454.                        <a href="https://www.coexisthouse.org.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2455.                            <i class="ti-angle-right me-2 text-primary"></i>
  2456.                            <span class="fw-semibold">UK casinos not on GamStop</span>
  2457.                        </a>
  2458.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2459.                    </li>
  2460.                    
  2461.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2462.                        <a href="https://llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch.co.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2463.                            <i class="ti-angle-right me-2 text-primary"></i>
  2464.                            <span class="fw-semibold">casino not on gamestop</span>
  2465.                        </a>
  2466.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2467.                    </li>
  2468.                    
  2469.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2470.                        <a href="https://www.fourpure.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2471.                            <i class="ti-angle-right me-2 text-primary"></i>
  2472.                            <span class="fw-semibold">UK casino sites</span>
  2473.                        </a>
  2474.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2475.                    </li>
  2476.                    
  2477.                </ul>
  2478.            </div>
  2479.        </div>
  2480.        
  2481.        <div class="sidebar-widget mb-4">
  2482.            <div class="widget-title-wrapper mb-3">
  2483.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2484.                    March 2026 Blog Roll
  2485.                    <span class="title-arrow"></span>
  2486.                </h4>
  2487.            </div>
  2488.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2489.                <ul class="list-unstyled scrollable-sidebar">
  2490.                    
  2491.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2492.                        <a href="https://www.mediawise.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2493.                            <i class="ti-angle-right me-2 text-primary"></i>
  2494.                            <span class="fw-semibold">casinos not on GamStop</span>
  2495.                        </a>
  2496.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2497.                    </li>
  2498.                    
  2499.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2500.                        <a href="https://orangegenie.com"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2501.                            <i class="ti-angle-right me-2 text-primary"></i>
  2502.                            <span class="fw-semibold">casino not on GamStop</span>
  2503.                        </a>
  2504.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2505.                    </li>
  2506.                    
  2507.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2508.                        <a href="https://www.patients4nhs.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2509.                            <i class="ti-angle-right me-2 text-primary"></i>
  2510.                            <span class="fw-semibold">UK casino not on GamStop</span>
  2511.                        </a>
  2512.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2513.                    </li>
  2514.                    
  2515.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2516.                        <a href="https://socialeatinghouse.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2517.                            <i class="ti-angle-right me-2 text-primary"></i>
  2518.                            <span class="fw-semibold">non GamStop sites</span>
  2519.                        </a>
  2520.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2521.                    </li>
  2522.                    
  2523.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2524.                        <a href="https://whitestarrunning.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2525.                            <i class="ti-angle-right me-2 text-primary"></i>
  2526.                            <span class="fw-semibold">non GamStop casinos UK</span>
  2527.                        </a>
  2528.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2529.                    </li>
  2530.                    
  2531.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2532.                        <a href="https://www.durhamminers.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2533.                            <i class="ti-angle-right me-2 text-primary"></i>
  2534.                            <span class="fw-semibold">non GamStop casinos UK</span>
  2535.                        </a>
  2536.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2537.                    </li>
  2538.                    
  2539.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2540.                        <a href="https://www.ginspa.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2541.                            <i class="ti-angle-right me-2 text-primary"></i>
  2542.                            <span class="fw-semibold">casinos not on GamStop</span>
  2543.                        </a>
  2544.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2545.                    </li>
  2546.                    
  2547.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2548.                        <a href="https://www.nordicresearchnetwork.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2549.                            <i class="ti-angle-right me-2 text-primary"></i>
  2550.                            <span class="fw-semibold">non UK licensed casino</span>
  2551.                        </a>
  2552.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2553.                    </li>
  2554.                    
  2555.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2556.                        <a href="https://www.roostblog.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2557.                            <i class="ti-angle-right me-2 text-primary"></i>
  2558.                            <span class="fw-semibold">best uk non gamstop casinos</span>
  2559.                        </a>
  2560.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2561.                    </li>
  2562.                    
  2563.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2564.                        <a href="https://www.fourpure.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2565.                            <i class="ti-angle-right me-2 text-primary"></i>
  2566.                            <span class="fw-semibold">non GamStop casinos</span>
  2567.                        </a>
  2568.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2569.                    </li>
  2570.                    
  2571.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2572.                        <a href="https://www.patients4nhs.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2573.                            <i class="ti-angle-right me-2 text-primary"></i>
  2574.                            <span class="fw-semibold">casino not on GamStop</span>
  2575.                        </a>
  2576.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2577.                    </li>
  2578.                    
  2579.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2580.                        <a href="https://socialeatinghouse.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2581.                            <i class="ti-angle-right me-2 text-primary"></i>
  2582.                            <span class="fw-semibold">casinos not on GamStop</span>
  2583.                        </a>
  2584.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2585.                    </li>
  2586.                    
  2587.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2588.                        <a href="https://citytosea.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2589.                            <i class="ti-angle-right me-2 text-primary"></i>
  2590.                            <span class="fw-semibold">casinos not on gamstop</span>
  2591.                        </a>
  2592.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2593.                    </li>
  2594.                    
  2595.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2596.                        <a href="https://www.lgbthistorymonth.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2597.                            <i class="ti-angle-right me-2 text-primary"></i>
  2598.                            <span class="fw-semibold">best uk non gamstop casinos</span>
  2599.                        </a>
  2600.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2601.                    </li>
  2602.                    
  2603.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2604.                        <a href="https://aboutcookies.org.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2605.                            <i class="ti-angle-right me-2 text-primary"></i>
  2606.                            <span class="fw-semibold">non gamstop casinos</span>
  2607.                        </a>
  2608.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2609.                    </li>
  2610.                    
  2611.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2612.                        <a href="https://oncallfire.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2613.                            <i class="ti-angle-right me-2 text-primary"></i>
  2614.                            <span class="fw-semibold">non Gamban casino</span>
  2615.                        </a>
  2616.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2617.                    </li>
  2618.                    
  2619.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2620.                        <a href="https://free2learn.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2621.                            <i class="ti-angle-right me-2 text-primary"></i>
  2622.                            <span class="fw-semibold">non gamstop casino</span>
  2623.                        </a>
  2624.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2625.                    </li>
  2626.                    
  2627.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2628.                        <a href="https://www.regionalnetworks.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2629.                            <i class="ti-angle-right me-2 text-primary"></i>
  2630.                            <span class="fw-semibold">casino not on GamStop</span>
  2631.                        </a>
  2632.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2633.                    </li>
  2634.                    
  2635.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2636.                        <a href="https://www.toop.eu"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2637.                            <i class="ti-angle-right me-2 text-primary"></i>
  2638.                            <span class="fw-semibold">online casinos</span>
  2639.                        </a>
  2640.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2641.                    </li>
  2642.                    
  2643.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2644.                        <a href="https://bapca.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2645.                            <i class="ti-angle-right me-2 text-primary"></i>
  2646.                            <span class="fw-semibold">online casino</span>
  2647.                        </a>
  2648.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2649.                    </li>
  2650.                    
  2651.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2652.                        <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2653.                            <i class="ti-angle-right me-2 text-primary"></i>
  2654.                            <span class="fw-semibold">non gamstop casinos</span>
  2655.                        </a>
  2656.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2657.                    </li>
  2658.                    
  2659.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2660.                        <a href="https://www.money-mentor.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2661.                            <i class="ti-angle-right me-2 text-primary"></i>
  2662.                            <span class="fw-semibold">bitcoin casino</span>
  2663.                        </a>
  2664.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2665.                    </li>
  2666.                    
  2667.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2668.                        <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2669.                            <i class="ti-angle-right me-2 text-primary"></i>
  2670.                            <span class="fw-semibold">casino not on gamstop</span>
  2671.                        </a>
  2672.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2673.                    </li>
  2674.                    
  2675.                </ul>
  2676.            </div>
  2677.        </div>
  2678.        
  2679.        <div class="sidebar-widget mb-4">
  2680.            <div class="widget-title-wrapper mb-3">
  2681.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2682.                    February 2026 Blog Roll
  2683.                    <span class="title-arrow"></span>
  2684.                </h4>
  2685.            </div>
  2686.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2687.                <ul class="list-unstyled scrollable-sidebar">
  2688.                    
  2689.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2690.                        <a href="https://www.ncpqsw.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2691.                            <i class="ti-angle-right me-2 text-primary"></i>
  2692.                            <span class="fw-semibold">non gamstop casino uk</span>
  2693.                        </a>
  2694.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2695.                    </li>
  2696.                    
  2697.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2698.                        <a href="https://croftersrights.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2699.                            <i class="ti-angle-right me-2 text-primary"></i>
  2700.                            <span class="fw-semibold">online casino</span>
  2701.                        </a>
  2702.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2703.                    </li>
  2704.                    
  2705.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2706.                        <a href="https://financialservicescultureboard.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2707.                            <i class="ti-angle-right me-2 text-primary"></i>
  2708.                            <span class="fw-semibold">non gamstop betting</span>
  2709.                        </a>
  2710.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2711.                    </li>
  2712.                    
  2713.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2714.                        <a href="https://itechlabs.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2715.                            <i class="ti-angle-right me-2 text-primary"></i>
  2716.                            <span class="fw-semibold">betting sites not on gamstop</span>
  2717.                        </a>
  2718.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2719.                    </li>
  2720.                    
  2721.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2722.                        <a href="https://www.taysideaviation.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2723.                            <i class="ti-angle-right me-2 text-primary"></i>
  2724.                            <span class="fw-semibold">betting sites not on gamstop</span>
  2725.                        </a>
  2726.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2727.                    </li>
  2728.                    
  2729.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2730.                        <a href="https://free2learn.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2731.                            <i class="ti-angle-right me-2 text-primary"></i>
  2732.                            <span class="fw-semibold">online casinos</span>
  2733.                        </a>
  2734.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2735.                    </li>
  2736.                    
  2737.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2738.                        <a href="https://bereavementcommission.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2739.                            <i class="ti-angle-right me-2 text-primary"></i>
  2740.                            <span class="fw-semibold">non gamstop casino</span>
  2741.                        </a>
  2742.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2743.                    </li>
  2744.                    
  2745.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2746.                        <a href="https://www.bshg.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2747.                            <i class="ti-angle-right me-2 text-primary"></i>
  2748.                            <span class="fw-semibold">non gamstop casino</span>
  2749.                        </a>
  2750.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2751.                    </li>
  2752.                    
  2753.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2754.                        <a href="https://www.casquette.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2755.                            <i class="ti-angle-right me-2 text-primary"></i>
  2756.                            <span class="fw-semibold">online casinos</span>
  2757.                        </a>
  2758.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2759.                    </li>
  2760.                    
  2761.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2762.                        <a href="https://unbound.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2763.                            <i class="ti-angle-right me-2 text-primary"></i>
  2764.                            <span class="fw-semibold">non gamstop casino</span>
  2765.                        </a>
  2766.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2767.                    </li>
  2768.                    
  2769.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2770.                        <a href="https://www.gifmania.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2771.                            <i class="ti-angle-right me-2 text-primary"></i>
  2772.                            <span class="fw-semibold">online casinos</span>
  2773.                        </a>
  2774.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2775.                    </li>
  2776.                    
  2777.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2778.                        <a href="https://humanigen.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2779.                            <i class="ti-angle-right me-2 text-primary"></i>
  2780.                            <span class="fw-semibold">casino not on gamstop</span>
  2781.                        </a>
  2782.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2783.                    </li>
  2784.                    
  2785.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2786.                        <a href="https://gamingamerica.com/non-gamstop-casinos"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2787.                            <i class="ti-angle-right me-2 text-primary"></i>
  2788.                            <span class="fw-semibold">casino not on gamstop</span>
  2789.                        </a>
  2790.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2791.                    </li>
  2792.                    
  2793.                </ul>
  2794.            </div>
  2795.        </div>
  2796.        
  2797.  
  2798.        <!-- Recent Posts Section -->
  2799.        <div class="sidebar-widget mb-3">
  2800.            <div class="widget-title-wrapper mb-3">
  2801.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2802.                    Recent Posts
  2803.                    <span class="title-arrow"></span>
  2804.                </h4>
  2805.            </div>
  2806.            <div class="widget-content border border-light shadow-sm rounded p-4">
  2807.                <div class="recent-post-list">
  2808.                    
  2809.                    
  2810.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2811.                        <div class="post-image me-3 flex-shrink-0">
  2812.                            
  2813.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2814.                            
  2815.                        </div>
  2816.                        <div class="post-content flex-grow-1">
  2817.                            <h6 class="post-title mb-1">
  2818.                                 <a href="/twitch-streamer-introduces-baby-during-live-broadcast-with-tens-of-thousands-of-audience-members/" class="text-decoration-none top-color fw-semibold">
  2819.                                    Twitch Streamer Introduces Baby During Live Broadcast with Tens of Thousands of Audience Members
  2820.                                </a>
  2821.                            </h6>
  2822.                            <div class="post-meta">
  2823.                                <small class="text-muted">
  2824.                                    <i class="ti-calendar me-1"></i>05 May 2026
  2825.                                </small>
  2826.                                <!-- <small class="text-muted ms-2">
  2827.                                    <i class="ti-eye me-1"></i>234 views
  2828.                                </small> -->
  2829.                            </div>
  2830.                        </div>
  2831.                    </div>
  2832.                    
  2833.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2834.                        <div class="post-image me-3 flex-shrink-0">
  2835.                            
  2836.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2837.                            
  2838.                        </div>
  2839.                        <div class="post-content flex-grow-1">
  2840.                            <h6 class="post-title mb-1">
  2841.                                 <a href="/the-red-devils-set-to-secure-germany-forward-lea-sch%C3%BCller-from-the-bavarian-giants/" class="text-decoration-none top-color fw-semibold">
  2842.                                    The Red Devils Set to Secure Germany Forward Lea Schüller from the Bavarian Giants
  2843.                                </a>
  2844.                            </h6>
  2845.                            <div class="post-meta">
  2846.                                <small class="text-muted">
  2847.                                    <i class="ti-calendar me-1"></i>05 May 2026
  2848.                                </small>
  2849.                                <!-- <small class="text-muted ms-2">
  2850.                                    <i class="ti-eye me-1"></i>234 views
  2851.                                </small> -->
  2852.                            </div>
  2853.                        </div>
  2854.                    </div>
  2855.                    
  2856.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2857.                        <div class="post-image me-3 flex-shrink-0">
  2858.                            
  2859.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2860.                            
  2861.                        </div>
  2862.                        <div class="post-content flex-grow-1">
  2863.                            <h6 class="post-title mb-1">
  2864.                                 <a href="/celebrating-like-a-champions-league-champion-kendalls-unforgettable-night-for-england/" class="text-decoration-none top-color fw-semibold">
  2865.                                    ‘Celebrating like a Champions League champion’ - Kendall’s unforgettable night for England
  2866.                                </a>
  2867.                            </h6>
  2868.                            <div class="post-meta">
  2869.                                <small class="text-muted">
  2870.                                    <i class="ti-calendar me-1"></i>05 May 2026
  2871.                                </small>
  2872.                                <!-- <small class="text-muted ms-2">
  2873.                                    <i class="ti-eye me-1"></i>234 views
  2874.                                </small> -->
  2875.                            </div>
  2876.                        </div>
  2877.                    </div>
  2878.                    
  2879.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2880.                        <div class="post-image me-3 flex-shrink-0">
  2881.                            
  2882.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2883.                            
  2884.                        </div>
  2885.                        <div class="post-content flex-grow-1">
  2886.                            <h6 class="post-title mb-1">
  2887.                                 <a href="/beijing-increases-control-on-rare-earth-element-shipments-citing-national-security-worries/" class="text-decoration-none top-color fw-semibold">
  2888.                                    Beijing Increases Control on Rare Earth Element Shipments, Citing National Security Worries
  2889.                                </a>
  2890.                            </h6>
  2891.                            <div class="post-meta">
  2892.                                <small class="text-muted">
  2893.                                    <i class="ti-calendar me-1"></i>05 May 2026
  2894.                                </small>
  2895.                                <!-- <small class="text-muted ms-2">
  2896.                                    <i class="ti-eye me-1"></i>234 views
  2897.                                </small> -->
  2898.                            </div>
  2899.                        </div>
  2900.                    </div>
  2901.                    
  2902.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2903.                        <div class="post-image me-3 flex-shrink-0">
  2904.                            
  2905.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2906.                            
  2907.                        </div>
  2908.                        <div class="post-content flex-grow-1">
  2909.                            <h6 class="post-title mb-1">
  2910.                                 <a href="/the-documentary-legend-reflecting-on-his-latest-war-of-independence-film-series-this-is-our-most-crucial-work/" class="text-decoration-none top-color fw-semibold">
  2911.                                    The Documentary Legend reflecting on His Latest War of Independence Film Series: ‘This Is Our Most Crucial Work’
  2912.                                </a>
  2913.                            </h6>
  2914.                            <div class="post-meta">
  2915.                                <small class="text-muted">
  2916.                                    <i class="ti-calendar me-1"></i>05 May 2026
  2917.                                </small>
  2918.                                <!-- <small class="text-muted ms-2">
  2919.                                    <i class="ti-eye me-1"></i>234 views
  2920.                                </small> -->
  2921.                            </div>
  2922.                        </div>
  2923.                    </div>
  2924.                    
  2925.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2926.                        <div class="post-image me-3 flex-shrink-0">
  2927.                            
  2928.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2929.                            
  2930.                        </div>
  2931.                        <div class="post-content flex-grow-1">
  2932.                            <h6 class="post-title mb-1">
  2933.                                 <a href="/satellite-pictures-depict-irans-navy-and-nuclear-sites-targeted-by-american-and-israeli-attacks/" class="text-decoration-none top-color fw-semibold">
  2934.                                    Satellite Pictures Depict Iran&#x27;s Navy and Nuclear Sites Targeted by American and Israeli Attacks.
  2935.                                </a>
  2936.                            </h6>
  2937.                            <div class="post-meta">
  2938.                                <small class="text-muted">
  2939.                                    <i class="ti-calendar me-1"></i>05 May 2026
  2940.                                </small>
  2941.                                <!-- <small class="text-muted ms-2">
  2942.                                    <i class="ti-eye me-1"></i>234 views
  2943.                                </small> -->
  2944.                            </div>
  2945.                        </div>
  2946.                    </div>
  2947.                    
  2948.  
  2949.                </div>
  2950.            </div>
  2951.        </div>
  2952.  
  2953.    </div>
  2954.  
  2955.  
  2956. <!-- Sidebar Styles -->
  2957. <style>
  2958.    .sidebar-widget {
  2959.        position: relative;
  2960.    }
  2961.    
  2962.    .widget-title {
  2963.        font-size: 1.1rem;
  2964.        font-weight: 700;
  2965.        display: inline-block;
  2966.        position: relative;
  2967.        z-index: 2;
  2968.        border-radius: 0;
  2969.    }
  2970.    
  2971.    .title-arrow::after {
  2972.        content: '';
  2973.        position: absolute;
  2974.        top: 0;
  2975.        right: -20px;
  2976.        width: 0;
  2977.        height: 0;
  2978.        border-left: 20px solid var(--bs-primary);
  2979.        border-top: 20px solid transparent;
  2980.        border-bottom: 20px solid transparent;
  2981.        z-index: 1;
  2982.    }
  2983.    
  2984.    .widget-content {
  2985.        margin-top: -1px;
  2986.        position: relative;
  2987.        z-index: 1;
  2988.         background-color: var(--card-bg);
  2989.    }
  2990.    
  2991.    .recent-post-item:hover .post-title1 a {
  2992.        color: #dc3545 !important;
  2993.        transition: color 0.3s ease;
  2994.    }
  2995.    
  2996.    .recent-post-item .post-image img {
  2997.        transition: transform 0.3s ease;
  2998.    }
  2999.    
  3000.    .recent-post-item:hover .post-image img {
  3001.        transform: scale(1.05);
  3002.    }
  3003.    
  3004.    .btn:hover {
  3005.        transform: translateY(-1px);
  3006.        transition: all 0.3s ease;
  3007.        box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  3008.    }
  3009.    
  3010.    @media (max-width: 991px) {
  3011.        .sidebar {
  3012.            margin-top: 3rem;
  3013.        }
  3014.    }
  3015.    
  3016.    @media (max-width: 576px) {
  3017.        .widget-title {
  3018.            font-size: 1rem;
  3019.            padding: 0.75rem 1rem !important;
  3020.        }
  3021.        
  3022.        .title-arrow::after {
  3023.            right: -15px;
  3024.            border-left: 15px solid var(--bs-primary);
  3025.            border-top: 15px solid transparent;
  3026.            border-bottom: 15px solid transparent;
  3027.        }
  3028.        
  3029.        .post-image {
  3030.            display: none !important;
  3031.        }
  3032.    }
  3033. </style>
  3034.    
  3035.            </div>
  3036.        </div>
  3037.    </div>
  3038. </section>
  3039.  
  3040. <script>
  3041. // Intersection Observer for scroll animations
  3042. document.addEventListener('DOMContentLoaded', function() {
  3043.    const observerOptions = {
  3044.        threshold: 0.1,
  3045.        rootMargin: '0px 0px -50px 0px'
  3046.    };
  3047.  
  3048.    const observer = new IntersectionObserver(function(entries) {
  3049.        entries.forEach(entry => {
  3050.            if (entry.isIntersecting) {
  3051.                entry.target.classList.add('animated');
  3052.            }
  3053.        });
  3054.    }, observerOptions);
  3055.  
  3056.    document.querySelectorAll('.animate-on-scroll').forEach(el => {
  3057.        observer.observe(el);
  3058.    });
  3059. });
  3060. </script>
  3061.  
  3062.    
  3063.        
  3064.        <!-- end wpo-blog-highlights-section -->
  3065.        <!-- start wpo-blog-sponsored-section -->
  3066.        
  3067.  
  3068.  
  3069.  
  3070.    
  3071.  
  3072.  
  3073.  
  3074. <style>
  3075.    .sponsored-section-v3 {
  3076.        padding: 50px 0;
  3077.    }
  3078.    
  3079.    .sponsored-card-v3 {
  3080.        background: var(--card-bg);
  3081.        border: 1px solid var(--border-color);
  3082.        border-radius: 4px;
  3083.        transition: transform 0.3s ease;
  3084.        height: 100%;
  3085.    }
  3086.    
  3087.    .sponsored-card-v3:hover {
  3088.        transform: scale(1.02);
  3089.    }
  3090.    
  3091.    .sponsored-image-v3 {
  3092.        position: relative;
  3093.        height: 170px;
  3094.        border-bottom: 1px solid var(--border-color);
  3095.    }
  3096.    
  3097.    .sponsored-image-v3 img {
  3098.        width: 100%;
  3099.        height: 100%;
  3100.        object-fit: cover;
  3101.    }
  3102.    
  3103.    .sponsored-badge-v3 {
  3104.        position: absolute;
  3105.        top: 10px;
  3106.        right: 10px;
  3107.        padding: 5px 8px;
  3108.        font-size: 11px;
  3109.        font-weight: 600;
  3110.        text-transform: uppercase;
  3111.        border-radius: 50%;
  3112.    }
  3113.    
  3114.    .sponsored-content-v3 {
  3115.        position: relative;
  3116.        padding: 18px;
  3117.    }
  3118.    
  3119.    .sponsored-title-v3 {
  3120.        font-size: 16px;
  3121.        font-weight: 700;
  3122.        line-height: 1.5;
  3123.        margin-bottom: 8px;
  3124.    }
  3125.    
  3126.    .sponsored-title-v3 a {
  3127.        text-decoration: none;
  3128.        color: #333;
  3129.    }
  3130.    
  3131.    .sponsored-title-v3 a:hover {
  3132.        color: #0056b3; /* Darker blue for hover */
  3133.    }
  3134.    
  3135.    .sponsored-excerpt-v3 {
  3136.        font-size: 13px;
  3137.        font-weight: 400;
  3138.        color: #868e96;
  3139.        margin-bottom: 12px;
  3140.        line-height: 1.5;
  3141.    }
  3142.    
  3143.    .sponsored-meta-v3 {
  3144.        font-size: 12px;
  3145.        color: #6c757d;
  3146.    }
  3147.    
  3148.    .author-info-v3 {
  3149.        display: flex;
  3150.        align-items: center;
  3151.        gap: 6px;
  3152.        margin-bottom: 6px;
  3153.    }
  3154.    
  3155.    .sponsored-author-img-v3 {
  3156.        width: 24px;
  3157.        height: 24px;
  3158.        border-radius: 50%;
  3159.        object-fit: cover;
  3160.    }
  3161.    
  3162.    .section-title-sponsored-v3 {
  3163.        font-size: 2rem;
  3164.        font-weight: 600;
  3165.        text-align: left;
  3166.        margin-bottom: 25px;
  3167.        color: #333;
  3168.        border-bottom: 3px solid var(--bs-primary);
  3169.        padding-bottom: 10px;
  3170.    }
  3171.  
  3172.    @media (max-width: 768px) {
  3173.        .sponsored-section-v3 {
  3174.            padding: 30px 0;
  3175.        }
  3176.        .sponsored-content-v3 {
  3177.            padding: 15px;
  3178.        }
  3179.        .sponsored-title-v3 {
  3180.            font-size: 15px;
  3181.        }
  3182.        .sponsored-excerpt-v3 {
  3183.            font-size: 12px;
  3184.        }
  3185.        .section-title-sponsored-v3 {
  3186.            font-size: 1.8rem;
  3187.        }
  3188.    }
  3189. </style>
  3190.  
  3191. <section class="sponsored-section-v3">
  3192.    <div class="container-fluid fluid-container">
  3193.        <div class="row">
  3194.            <div class="col-12">
  3195.                <h2 class="section-title-sponsored-v3">Sponsored News</h2>
  3196.            </div>
  3197.        </div>
  3198.        
  3199.        <div class="row g-4">
  3200.            
  3201.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3202.                <div class="card sponsored-card-v3">
  3203.                    <div class="sponsored-image-v3">
  3204.                        
  3205.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3206.                        
  3207.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3208.                    </div>
  3209.                    <div class="sponsored-content-v3">
  3210.                        <h3 class="sponsored-title-v3">
  3211.                            <a href="/twitch-streamer-introduces-baby-during-live-broadcast-with-tens-of-thousands-of-audience-members/" class="top-color">
  3212.                            Twitch Streamer Introduces Baby During Live Broadcast with Tens of Thousands of Audience Members
  3213.                            </a>
  3214.                        </h3>
  3215.                        <p class="sponsored-excerpt-v3">
  3216.                            
  3217.                        </p>
  3218.                        <div class="sponsored-meta-v3">
  3219.                            <div class="author-info-v3">
  3220.                                
  3221.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jennifer Daniels" class="sponsored-author-img-v3">
  3222.                                
  3223.                                <span>
  3224.                                    Jennifer Daniels
  3225.                                </span>
  3226.                            </div>
  3227.                            <div class="d-flex gap-2">
  3228.                                <i class="ti-calendar"></i> 05 May 2026
  3229.                            </div>
  3230.                        </div>
  3231.                    </div>
  3232.                </div>
  3233.            </div>
  3234.            
  3235.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3236.                <div class="card sponsored-card-v3">
  3237.                    <div class="sponsored-image-v3">
  3238.                        
  3239.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3240.                        
  3241.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3242.                    </div>
  3243.                    <div class="sponsored-content-v3">
  3244.                        <h3 class="sponsored-title-v3">
  3245.                            <a href="/the-red-devils-set-to-secure-germany-forward-lea-sch%C3%BCller-from-the-bavarian-giants/" class="top-color">
  3246.                            The Red Devils Set to Secure Germany Forward Lea Schüller from the Bavarian Giants
  3247.                            </a>
  3248.                        </h3>
  3249.                        <p class="sponsored-excerpt-v3">
  3250.                            
  3251.                        </p>
  3252.                        <div class="sponsored-meta-v3">
  3253.                            <div class="author-info-v3">
  3254.                                
  3255.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jennifer Daniels" class="sponsored-author-img-v3">
  3256.                                
  3257.                                <span>
  3258.                                    Jennifer Daniels
  3259.                                </span>
  3260.                            </div>
  3261.                            <div class="d-flex gap-2">
  3262.                                <i class="ti-calendar"></i> 05 May 2026
  3263.                            </div>
  3264.                        </div>
  3265.                    </div>
  3266.                </div>
  3267.            </div>
  3268.            
  3269.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3270.                <div class="card sponsored-card-v3">
  3271.                    <div class="sponsored-image-v3">
  3272.                        
  3273.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3274.                        
  3275.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3276.                    </div>
  3277.                    <div class="sponsored-content-v3">
  3278.                        <h3 class="sponsored-title-v3">
  3279.                            <a href="/celebrating-like-a-champions-league-champion-kendalls-unforgettable-night-for-england/" class="top-color">
  3280.                            ‘Celebrating like a Champions League champion’ - Kendall’s unforgettable night for England
  3281.                            </a>
  3282.                        </h3>
  3283.                        <p class="sponsored-excerpt-v3">
  3284.                            
  3285.                        </p>
  3286.                        <div class="sponsored-meta-v3">
  3287.                            <div class="author-info-v3">
  3288.                                
  3289.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jennifer Daniels" class="sponsored-author-img-v3">
  3290.                                
  3291.                                <span>
  3292.                                    Jennifer Daniels
  3293.                                </span>
  3294.                            </div>
  3295.                            <div class="d-flex gap-2">
  3296.                                <i class="ti-calendar"></i> 05 May 2026
  3297.                            </div>
  3298.                        </div>
  3299.                    </div>
  3300.                </div>
  3301.            </div>
  3302.            
  3303.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3304.                <div class="card sponsored-card-v3">
  3305.                    <div class="sponsored-image-v3">
  3306.                        
  3307.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3308.                        
  3309.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3310.                    </div>
  3311.                    <div class="sponsored-content-v3">
  3312.                        <h3 class="sponsored-title-v3">
  3313.                            <a href="/beijing-increases-control-on-rare-earth-element-shipments-citing-national-security-worries/" class="top-color">
  3314.                            Beijing Increases Control on Rare Earth Element Shipments, Citing National Security Worries
  3315.                            </a>
  3316.                        </h3>
  3317.                        <p class="sponsored-excerpt-v3">
  3318.                            
  3319.                        </p>
  3320.                        <div class="sponsored-meta-v3">
  3321.                            <div class="author-info-v3">
  3322.                                
  3323.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jennifer Daniels" class="sponsored-author-img-v3">
  3324.                                
  3325.                                <span>
  3326.                                    Jennifer Daniels
  3327.                                </span>
  3328.                            </div>
  3329.                            <div class="d-flex gap-2">
  3330.                                <i class="ti-calendar"></i> 05 May 2026
  3331.                            </div>
  3332.                        </div>
  3333.                    </div>
  3334.                </div>
  3335.            </div>
  3336.            
  3337.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3338.                <div class="card sponsored-card-v3">
  3339.                    <div class="sponsored-image-v3">
  3340.                        
  3341.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3342.                        
  3343.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3344.                    </div>
  3345.                    <div class="sponsored-content-v3">
  3346.                        <h3 class="sponsored-title-v3">
  3347.                            <a href="/the-documentary-legend-reflecting-on-his-latest-war-of-independence-film-series-this-is-our-most-crucial-work/" class="top-color">
  3348.                            The Documentary Legend reflecting on His Latest War of Independence Film Series: ‘This Is Our Most Crucial Work’
  3349.                            </a>
  3350.                        </h3>
  3351.                        <p class="sponsored-excerpt-v3">
  3352.                            
  3353.                        </p>
  3354.                        <div class="sponsored-meta-v3">
  3355.                            <div class="author-info-v3">
  3356.                                
  3357.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jennifer Daniels" class="sponsored-author-img-v3">
  3358.                                
  3359.                                <span>
  3360.                                    Jennifer Daniels
  3361.                                </span>
  3362.                            </div>
  3363.                            <div class="d-flex gap-2">
  3364.                                <i class="ti-calendar"></i> 05 May 2026
  3365.                            </div>
  3366.                        </div>
  3367.                    </div>
  3368.                </div>
  3369.            </div>
  3370.            
  3371.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3372.                <div class="card sponsored-card-v3">
  3373.                    <div class="sponsored-image-v3">
  3374.                        
  3375.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3376.                        
  3377.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3378.                    </div>
  3379.                    <div class="sponsored-content-v3">
  3380.                        <h3 class="sponsored-title-v3">
  3381.                            <a href="/satellite-pictures-depict-irans-navy-and-nuclear-sites-targeted-by-american-and-israeli-attacks/" class="top-color">
  3382.                            Satellite Pictures Depict Iran&#x27;s Navy and Nuclear Sites Targeted by American and Israeli Attacks.
  3383.                            </a>
  3384.                        </h3>
  3385.                        <p class="sponsored-excerpt-v3">
  3386.                            
  3387.                        </p>
  3388.                        <div class="sponsored-meta-v3">
  3389.                            <div class="author-info-v3">
  3390.                                
  3391.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jennifer Daniels" class="sponsored-author-img-v3">
  3392.                                
  3393.                                <span>
  3394.                                    Jennifer Daniels
  3395.                                </span>
  3396.                            </div>
  3397.                            <div class="d-flex gap-2">
  3398.                                <i class="ti-calendar"></i> 05 May 2026
  3399.                            </div>
  3400.                        </div>
  3401.                    </div>
  3402.                </div>
  3403.            </div>
  3404.            
  3405.        </div>
  3406.    </div>
  3407. </section>
  3408.  
  3409.  
  3410.    
  3411.        <!-- end wpo-blog-sponsored-section -->
  3412.        <!-- start wpo-subscribe-section -->
  3413.        
  3414.        <!-- end subscribe-section -->
  3415.        <!-- start of wpo-site-footer-section -->
  3416.        
  3417.  
  3418.  
  3419.  
  3420.  
  3421.  
  3422. <footer class="wpo-site-footer-v2">
  3423.  <!-- Top Section - Logo & CTA -->
  3424.  <div class="footer-top-section py-3">
  3425.    <div class="container-fluid fluid-container">
  3426.      <div class="row align-items-center">
  3427.        <div class="brand-logo d-flex align-items-center justify-content-center">
  3428.          
  3429.            <h3 class="brand-title">Origin Drive UK</h3>
  3430.          
  3431.          <div class="brand-info">
  3432.            <h3 class="brand-title">Origin Drive UK</h3>
  3433.          </div>
  3434.        </div>
  3435.      </div>
  3436.    </div>
  3437.  </div>
  3438.  
  3439.  <!-- Main Content Grid -->
  3440.  <div class="footer-main-content py-4">
  3441.    <div class="container-fluid fluid-container px-3">
  3442.      <div class="d-flex justify-content-between flex-wrap gap-3">
  3443.        <!-- Column 1: Quick Links & Top Categories -->
  3444.        <div class="">
  3445.          <div class="footer-column">
  3446.            <h5 class="column-title">Quick Links</h5>
  3447.            <ul class="footer-menu list-unstyled">
  3448.              
  3449.                <li>
  3450.                  <a class="menu-link" href="/surprise-package-justin-hood-demolishes-record-with-stunning-11-straight-doubles-in-global-showdown-thrashing/">Surprise Package Justin Hood Demolishes Record with Stunning 11 Straight Doubles in Global Showdown Thrashing</a>
  3451.                </li>
  3452.              
  3453.                <li>
  3454.                  <a class="menu-link" href="/the-situation-with-the-capitals-plastic-shrouded-hotel/">The Situation with the Capital&#x27;s Plastic-Shrouded Hotel?</a>
  3455.                </li>
  3456.              
  3457.                <li>
  3458.                  <a class="menu-link" href="/amid-a-fierce-tempest-the-panicked-screams-of-children-in-tents-outside-echoed-this-marks-christmas-in-gaza/">Amid a Fierce Tempest, The Panicked Screams of Children in Tents Outside Echoed. This Marks Christmas in Gaza</a>
  3459.                </li>
  3460.              
  3461.                <li>
  3462.                  <a class="menu-link" href="/a-critical-scenario-hostilities-on-iran-constricts-indias-cooking-gas-stock/">‘A Critical Scenario’: Hostilities on Iran Constricts India&#x27;s Cooking-Gas Stock.</a>
  3463.                </li>
  3464.              
  3465.                <li>
  3466.                  <a class="menu-link" href="/real-madrid-strong-however-vinicius-issues-escalate-key-clasico-talking-points/">Real Madrid Strong however Vinicius Issues Escalate – Key Clasico Talking Points</a>
  3467.                </li>
  3468.              
  3469.                <li>
  3470.                  <a class="menu-link" href="/trump-voters-backing-zohran-mamdani-and-a-new-progressive-alliance-key-unexpected-outcomes-from-nycs-election/">Trump Voters Backing Zohran Mamdani and a New Progressive Alliance: Key Unexpected Outcomes from NYC’s Election</a>
  3471.                </li>
  3472.              
  3473.            </ul>
  3474.          </div>
  3475.        </div>
  3476.        <div class="">
  3477.          <div class="footer-column mt-4">
  3478.            <h5 class="column-title">Top Categories</h5>
  3479.            <ul class="footer-menu list-unstyled">
  3480.              
  3481.                <li>
  3482.                  <a class="menu-link" href="/category/all-posts/">All Posts</a>
  3483.                </li>
  3484.              
  3485.                <li>
  3486.                  <a class="menu-link" href="/category/business/">Business</a>
  3487.                </li>
  3488.              
  3489.                <li>
  3490.                  <a class="menu-link" href="/category/esports/">Esports</a>
  3491.                </li>
  3492.              
  3493.                <li>
  3494.                  <a class="menu-link" href="/category/fashion/">Fashion</a>
  3495.                </li>
  3496.              
  3497.                <li>
  3498.                  <a class="menu-link" href="/category/featured/">Featured</a>
  3499.                </li>
  3500.              
  3501.            </ul>
  3502.          </div>
  3503.        </div>
  3504.        <!-- Column 2: Blog Rolls -->
  3505.      <div class="">
  3506.          <div class="footer-column">
  3507.            <h5 class="column-title">Blog Rolls</h5>
  3508.            <ul class="footer-menu list-unstyled" id="blogRollLinks">
  3509.              
  3510.              
  3511.  
  3512.              
  3513.              
  3514.                
  3515.              
  3516.            </ul>
  3517.          </div>
  3518.        </div>
  3519.      </div>
  3520.    </div>
  3521.  </div>
  3522.  
  3523.  <!-- Tagline Section -->
  3524.  <div class="footer-tagline bg-primary-gradient text-center py-3">
  3525.    <div class="container-fluid fluid-container">
  3526.      <p class="mb-0 text-white text-capitalize">Origin Drive offers professional car servicing, MOTs, and repairs in London. Trust our certified technicians for quality maintenance and reliable vehicle care.</p>
  3527.    </div>
  3528.  </div>
  3529.  
  3530.  <!-- Footer Bottom -->
  3531.  <div class="footer-bottom py-3">
  3532.    <div class="container-fluid fluid-container">
  3533.      <div class="d-flex flex-column flex-md-row justify-content-between align-items-center text-center">
  3534.        <div class="copyright-info">
  3535.          <p class="mb-0 text-color">
  3536.            &copy; 2026 <strong>Origin Drive UK</strong>. All rights reserved.
  3537.          </p>
  3538.        </div>
  3539.        <div class="utility-links mt-2 mt-md-0">
  3540.          <a href="/page/write-for-us/" class="utility-link me-3">Write For Us</a>
  3541.          <a href="/page/terms-and-conditions/" class="utility-link me-3">Terms &amp; Conditions</a>
  3542.          <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  3543.        </div>
  3544.      </div>
  3545.    </div>
  3546.  </div>
  3547. </footer>
  3548.  
  3549.  
  3550. <style>
  3551.  
  3552. .footer-top-section {
  3553.    border-bottom: 1px solid var(--border-color);
  3554.    background-color: var(--card-bg) !important;
  3555. }
  3556.  
  3557. .footer-logo {
  3558.    height:50px;
  3559.    width: auto;
  3560. }
  3561. .text-color{
  3562.    color: var(--topbar-color) !important;
  3563. }
  3564. .brand-title {
  3565.    font-size: 20px;
  3566.    font-weight: 600;
  3567.    color: var(--topbar-color);
  3568.    margin: 0;
  3569. }
  3570.  
  3571. .footer-main-content {
  3572.    background: var(--card-bg);
  3573. }
  3574.  
  3575. .column-title {
  3576.    font-size: 16px;
  3577.    font-weight: 600;
  3578.    color: var(--topbar-color) !important;
  3579.    margin-bottom: 15px;
  3580. }
  3581.  
  3582. .footer-menu li {
  3583.    margin-bottom: 8px;
  3584. }
  3585.  
  3586. .menu-link {
  3587.    color: var(--topbar-color) !important;
  3588.    text-decoration: none;
  3589.    font-size: 16px;
  3590.    transition: color 0.3s ease;
  3591. }
  3592.  
  3593. .footer-tagline {
  3594.    font-size: 16px;
  3595. }
  3596.  
  3597. .footer-bottom {
  3598.    font-size: 16px;
  3599.    background-color: var(--card-bg) !important;
  3600. }
  3601.  
  3602. .utility-link {
  3603.    color: var(--topbar-color) !important;
  3604.    text-decoration: none;
  3605.    transition: color 0.3s ease;
  3606. }
  3607.  
  3608. .utility-link:hover {
  3609.    color: var(--secondary-color);
  3610. }
  3611.  
  3612. /* Responsive Design */
  3613. @media (max-width: 992px) {
  3614.    .footer-top-section {
  3615.        text-align: start;
  3616.    }
  3617.    .cta-btn {
  3618.        margin-top: 10px;
  3619.    }
  3620. }
  3621.  
  3622. @media (max-width: 768px) {
  3623.    .footer-column {
  3624.        text-align: start;
  3625.    }
  3626.    .footer-tagline {
  3627.        font-size: 13px;
  3628.    }
  3629. }
  3630.  
  3631. @media (max-width: 576px) {
  3632.    .column-title {
  3633.        font-size: 15px;
  3634.    }
  3635.    .menu-link {
  3636.        font-size: 13px;
  3637.    }
  3638.    .cta-btn {
  3639.        font-size: 13px;
  3640.        padding: 7px 15px;
  3641.    }
  3642. }
  3643. </style>
  3644.  
  3645. <script>
  3646. // Prevent default for placeholder links
  3647. document.addEventListener('DOMContentLoaded', function() {
  3648.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  3649.        anchor.addEventListener('click', function(e) {
  3650.            e.preventDefault();
  3651.        });
  3652.    });
  3653. });
  3654. document.addEventListener('DOMContentLoaded', function () {
  3655.    var btn = document.getElementById('toggleBlogRollLinks');
  3656.    if (!btn) return; // No extra items, no button
  3657.  
  3658.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  3659.  
  3660.    btn.addEventListener('click', function () {
  3661.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3662.            return li.classList.contains('d-none');
  3663.        });
  3664.  
  3665.        extras.forEach(function (li) {
  3666.            if (anyHidden) {
  3667.                li.classList.remove('d-none');
  3668.                li.classList.add('show');
  3669.            } else {
  3670.                li.classList.add('d-none');
  3671.                li.classList.remove('show');
  3672.            }
  3673.        });
  3674.  
  3675.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3676.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3677.    });
  3678. });
  3679.  
  3680. </script>
  3681.  
  3682.        <!-- end of wpo-site-footer-section -->
  3683.    </div>
  3684.    <!-- end of page-wrapper -->
  3685.  
  3686.    <!-- All JavaScript files
  3687.    ================================================== -->
  3688.    
  3689.  
  3690. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3691. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3692. <!-- Plugins for this template -->
  3693. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3694. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3695. <!-- Custom script for this template -->
  3696. <script src="/static/blogapp/assets/js/script.js"></script>
  3697.  
  3698. <script>
  3699. (function () {
  3700. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3701. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3702.  
  3703. function applyFallback(img) {
  3704. if (!img || img.dataset.fallbackApplied === "1") {
  3705. return;
  3706. }
  3707. var failedSrc = img.currentSrc || img.src || "";
  3708. img.dataset.fallbackApplied = "1";
  3709. img.onerror = null;
  3710. img.src = fallbackImageSrc;
  3711. console.warn("[ImageFallback] Replaced broken image:", {
  3712. failedSrc: failedSrc,
  3713. fallbackSrc: fallbackImageSrc,
  3714. alt: img.alt || "",
  3715. });
  3716. }
  3717.  
  3718. document.querySelectorAll("img").forEach(function (img) {
  3719. if (img.complete && img.naturalWidth === 0) {
  3720. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3721. failedSrc: img.currentSrc || img.src || "",
  3722. alt: img.alt || "",
  3723. });
  3724. applyFallback(img);
  3725. }
  3726. });
  3727.  
  3728. document.addEventListener(
  3729. "error",
  3730. function (event) {
  3731. var target = event.target;
  3732. if (target && target.tagName === "IMG") {
  3733. applyFallback(target);
  3734. }
  3735. },
  3736. true
  3737. );
  3738. })();
  3739. </script>
  3740.  
  3741. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3742.  
  3743.  
  3744.  
  3745. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"138905a99cea4b8faa19fdbecf51d9bf","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  3746. </body>
  3747.  
  3748. </html>
  3749.  
  3750.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda