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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="karla">
  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_38_7dPIFJz_pJuR6O6_CJel0us.png">
  14.    
  15.  
  16.    <title>PlasmaDirect: UK&#x27;s Leading Plasma Cutting Equipment Supplier</title>
  17.    <meta name="description" content="PlasmaDirect offers high-quality plasma cutting machines, consumables, and expert technical support for industrial and workshop applications across the UK.">
  18.    <link href="/static/blogapp/assets/css/themify-icons.css" rel="stylesheet">
  19.    <link href="/static/blogapp/assets/css/flaticon.css" rel="stylesheet">
  20.    <link href="/static/blogapp/assets/css/bootstrap.min.css" rel="stylesheet">
  21.    <link href="/static/blogapp/assets/css/animate.css" rel="stylesheet">
  22.    <link href="/static/blogapp/assets/css/owl.carousel.css" rel="stylesheet">
  23.    <link href="/static/blogapp/assets/css/owl.theme.css" rel="stylesheet">
  24.    <link href="/static/blogapp/assets/css/slick.css" rel="stylesheet">
  25.    <link href="/static/blogapp/assets/css/slick-theme.css" rel="stylesheet">
  26.    <link href="/static/blogapp/assets/css/swiper.min.css" rel="stylesheet">
  27.    <link href="/static/blogapp/assets/css/owl.transitions.css" rel="stylesheet">
  28.    <link href="/static/blogapp/assets/css/jquery.fancybox.css" rel="stylesheet">
  29.    <link href="/static/blogapp/assets/css/odometer-theme-default.css" rel="stylesheet">
  30.    <link href="/static/blogapp/assets/css/component.css" rel="stylesheet">
  31.    <link href="/static/blogapp/assets/sass/style.css" rel="stylesheet">
  32.    <link href="/static/blogapp/assets/sass/layout/navbar.css" rel="stylesheet">
  33.    <link href="/static/blogapp/assets/css/responsive.css" rel="stylesheet">
  34.    <link href="/static/blogapp/assets/sass/fonts.css" rel="stylesheet">
  35.    <link rel="canonical" href="https://plasmadirect.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #f1c40f;
  42.        --bs-primary-rgb: f1c40f;
  43.        --bs-secondary: #636e72;
  44.        --bs-success: #27ae60;
  45.        --bs-danger: #e74c3c;
  46.        --bs-warning: #e67e22;
  47.        --bs-info: #2980b9;
  48.        --bs-light: #fdfdfd;
  49.        --bs-dark: #2d3436;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #f1c40f;
  53.        --theme-primary-color-s2: #f1c40f;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #2d3436;
  57.        --text-light-color: #676767;
  58.        --heading-color: #2d3436;
  59.        --border-color: #dfe4ea;
  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: #f1f3f5;
  75.        --navbar-color: #2d3436;
  76.        --topbar-bg: #fdfdfd;
  77.        --topbar-color: #2d3436;
  78.        --footer-bg: #2d3436;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #dfe4ea;
  82.        --card-radius: 12px;
  83.        --link-color: #f1c40f;
  84.        --link-hover: #d4ac0d;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(241, 196, 15, 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_6">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395. <div class="preloader" style="z-index: 1025;">
  396.    <div class="angular-shape">
  397.        <div></div>
  398.        <div></div>
  399.        <div></div>
  400.    </div>
  401.    <div class="spinner">
  402.        <div class="double-bounce1"></div>
  403.        <div class="double-bounce2"></div>
  404.    </div>
  405. </div>  
  406.  
  407.            <!-- end preloader -->
  408.        
  409.        <!-- Start header -->
  410.        <header id="header" class="wpo-site-header">
  411.            
  412.  
  413.  
  414.    
  415.  
  416.  
  417. <div class="top-bg">
  418. <div class="unique-topbar2 d-sm-flex d-none container-fluid fluid-container">
  419.    <span id="current-time"></span>
  420.    
  421.    <div class="unique-news-container2">
  422.        <div class="unique-news-wrapper2 top-color" id="newsWrapper">
  423.            <!-- News items will be dynamically added here -->
  424.        </div>
  425.    </div>
  426.  
  427.    <div class="contact-info">
  428.        <ul class="d-flex list-unstyled gap-3 pe-3 flex-wrap">
  429.            <li><a href="#"><i class="top-color ti-facebook"></i></a></li>
  430.            <li><a href="#"><i class="top-color ti-twitter-alt"></i></a></li>
  431.            <li><a href="#"><i class="top-color ti-instagram"></i></a></li>
  432.            <li><a href="#"><i class="top-color ti-google"></i></a></li>
  433.        </ul>
  434.    </div>
  435. </div>
  436. </div>
  437.  
  438. <script>
  439.  // ----------------- Clock -----------------
  440.  function updateCurrentTime() {
  441.    const currentDate = new Date();
  442.    const day = currentDate.getDate().toString().padStart(2, '0');
  443.    const monthNames = ["January","February","March","April","May","June","July","August","September","October","November","December"];
  444.    const month = monthNames[currentDate.getMonth()];
  445.    const year = currentDate.getFullYear();
  446.    const hours = currentDate.getHours().toString().padStart(2, '0');
  447.    const minutes = currentDate.getMinutes().toString().padStart(2, '0');
  448.    const seconds = currentDate.getSeconds().toString().padStart(2, '0');
  449.    document.getElementById('current-time').innerHTML =
  450.      `<span class="fw-bold text-black p-2">${hours}:${minutes}:${seconds}</span> <span>${month} ${day}, ${year}</span>`;
  451.  }
  452.  setInterval(updateCurrentTime, 1000);
  453.  updateCurrentTime();
  454.  
  455.  // ----------------- News from Django -----------------
  456.  const newsItems = [
  457.    
  458.      { title: "Gavin Newsom Again Denies Early Release for Manson Follower Patricia Krenwinkel", url: "/gavin-newsom-again-denies-early-release-for-manson-follower-patricia-krenwinkel/" },
  459.    
  460.      { title: "Individual Accused in Ivy League Campus Shooting Found Discovered Deceased Inside Storage Facility.", url: "/individual-accused-in-ivy-league-campus-shooting-found-discovered-deceased-inside-storage-facility/" },
  461.    
  462.      { title: "To Rinse or Not to Rinse: A Guide to Preparing Mushrooms", url: "/to-rinse-or-not-to-rinse-a-guide-to-preparing-mushrooms/" },
  463.    
  464.      { title: "Body of Triathlete Presumably Killed by Great White Found on Californian Shore", url: "/body-of-triathlete-presumably-killed-by-great-white-found-on-californian-shore/" },
  465.    
  466.      { title: "Iconic Singer Barry Manilow Will Have a Procedure for Lung Cancer.", url: "/iconic-singer-barry-manilow-will-have-a-procedure-for-lung-cancer/" }
  467.    
  468.  ];
  469.  
  470.  let currentNewsIndex = 0;
  471.  const newsWrapper = document.getElementById('newsWrapper');
  472.  let newsElements = [];
  473.  
  474.  function createNewsElements() {
  475.      newsItems.forEach((news, index) => {
  476.          const newsElement = document.createElement('div');
  477.          newsElement.className = 'unique-news-item2 top-color';
  478.          newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  479.          newsWrapper.appendChild(newsElement);
  480.          newsElements.push(newsElement);
  481.      });
  482.      if (newsElements.length > 0) {
  483.          newsElements[0].classList.add('active');
  484.      }
  485.  }
  486.  
  487.  function changeNews() {
  488.      const currentElement = newsElements[currentNewsIndex];
  489.      const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  490.      const nextElement = newsElements[nextIndex];
  491.  
  492.      currentElement.classList.remove('active');
  493.      currentElement.classList.add('exit-up');
  494.  
  495.      setTimeout(() => {
  496.          nextElement.classList.add('active');
  497.          currentNewsIndex = nextIndex;
  498.          setTimeout(() => {
  499.              currentElement.classList.remove('exit-up');
  500.          }, 100);
  501.      }, 250);
  502.  }
  503.  
  504.  function startNewsRotation() {
  505.      setInterval(changeNews, 5000);
  506.  }
  507.  
  508.  window.onload = function() {
  509.      createNewsElements();
  510.      startNewsRotation();
  511.  };
  512. </script>
  513.  
  514.  
  515.  
  516.            
  517.  
  518.  
  519.  
  520.  
  521.  
  522.  
  523. <header class="header-v2 mb-4">
  524.    <div class="main-header-v2">
  525.        <div class="container-fluid fluid-container">
  526.            <div class="row align-items-center">
  527.                <div class="col-lg-3 col-md-4 col-6">
  528.                   <div class="logo-area-v2">
  529.                        <a class="navbar-brand" href="/">
  530.                            
  531.                                PlasmaDirect Blog
  532.                            
  533.                        </a>
  534.                    </div>
  535.                </div>
  536.  
  537.                <div class="col-lg-6 col-md-8 col-6 d-none d-md-block">
  538.                    <div class="search-area-v2">
  539.                        <form class="search-wrapper-v2" action="#" method="get">
  540.                            <input type="search" class="search-field-v2"
  541.                                placeholder="Search articles, news, tutorials..." name="q" id="search-input1">
  542.                            <!-- <button type="submit" class="search-button-v2">
  543.                                <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  544.                                    stroke-width="2">
  545.                                    <circle cx="11" cy="11" r="8"></circle>
  546.                                    <path d="m21 21-4.35-4.35"></path>
  547.                                </svg>
  548.                                <span>Search</span>
  549.                            </button> -->
  550.                            <!-- The search results will be displayed here -->
  551.                        </form>
  552.                        <div id="search-results1" class="search-results-container search-v1"></div>
  553.                    </div>
  554.                </div>
  555.            </div>
  556.  
  557.            <!-- Mobile Search -->
  558.            <div class="row d-md-none">
  559.                <div class="col-12">
  560.                    <div class="search-area-v2">
  561.                        <form class="search-wrapper-v2" action="#" method="get">
  562.                            <input type="search" class="search-field-v2" placeholder="Search..." name="q" id="search-input">
  563.                            <!-- <button type="submit" class="search-button-v2">
  564.                                <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  565.                                    stroke-width="2">
  566.                                    <circle cx="11" cy="11" r="8"></circle>
  567.                                    <path d="m21 21-4.35-4.35"></path>
  568.                                </svg>
  569.                                <span>Search</span>
  570.                            </button> -->
  571.                        <!-- The search results will be displayed here -->
  572.                    </form>
  573.                    <div id="search-results12" class="search-results-container search-v1"></div>
  574.                    </div>
  575.                </div>
  576.            </div>
  577.        </div>
  578.    </div>
  579.  
  580.    <!-- Navigation Bar -->
  581.    <nav class="nav-bar-v2">
  582.        <div class="container-fluid fluid-container">
  583.            <div class="nav-container-v2 py-2">
  584.  
  585.                <!-- Mobile Menu Toggle -->
  586.                <button class="mobile-toggle d-lg-none" type="button" onclick="toggleMobileMenu()">
  587.                    <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  588.                        <line x1="3" y1="6" x2="21" y2="6"></line>
  589.                        <line x1="3" y1="12" x2="21" y2="12"></line>
  590.                        <line x1="3" y1="18" x2="21" y2="18"></line>
  591.                    </svg>
  592.                    Menu
  593.                </button>
  594.  
  595.                <!-- Navigation Menu -->
  596.                <ul class="nav-menu-v2" id="navMenu">
  597.  
  598.                    
  599.                    <li class="nav-item-v2">
  600.                        <a href="/" class="nav-link-v2 active-v2">Home</a>
  601.                    </li>
  602.  
  603.                    
  604.                    
  605.                     <li class="nav-item-v2">
  606.                        <a href="/category/all-posts/" class="nav-link-v2">
  607.                            All Posts
  608.                        </a>
  609.                        </li>
  610.  
  611.                        
  612.  
  613.                                
  614.                                
  615.                        
  616.                     <li class="nav-item-v2">
  617.                        <a href="/category/business/" class="nav-link-v2">
  618.                            Business
  619.                        </a>
  620.                        </li>
  621.  
  622.                        
  623.  
  624.                                
  625.                                
  626.                        
  627.                     <li class="nav-item-v2">
  628.                        <a href="/category/esports/" class="nav-link-v2">
  629.                            Esports
  630.                        </a>
  631.                        </li>
  632.  
  633.                        
  634.  
  635.                                
  636.                                
  637.                        
  638.                     <li class="nav-item-v2">
  639.                        <a href="/category/fashion/" class="nav-link-v2">
  640.                            Fashion
  641.                        </a>
  642.                        </li>
  643.  
  644.                        
  645.  
  646.                                
  647.                                
  648.                        
  649.                     <li class="nav-item-v2">
  650.                        <a href="/category/featured/" class="nav-link-v2">
  651.                            Featured
  652.                        </a>
  653.                        </li>
  654.  
  655.                        
  656.  
  657.                                
  658.                                
  659.                        
  660.                    
  661.                        
  662.                        <li class="nav-item-v2" onclick="toggleDropdown(this, event)">
  663.                            <a href="#" class="nav-link-v2">
  664.                                More
  665.                                <svg class="d-lg-none" width="12" height="12" style="margin-left: 5px;"
  666.                                    viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  667.                                    <path d="m6 9 6 6 6-6"></path>
  668.                                </svg>
  669.                            </a>
  670.                            <div class="dropdown-v2">
  671.                                <a href="/category/gaming/" class="dropdown-link-v2">
  672.                                    Gaming
  673.                                </a>
  674.                                
  675.  
  676.                                
  677.                                
  678.                        
  679.                    
  680.                                <a href="/category/health/" class="dropdown-link-v2">
  681.                                    Health
  682.                                </a>
  683.                                
  684.  
  685.                                
  686.                                
  687.                        
  688.                    
  689.                                <a href="/category/life-fitness/" class="dropdown-link-v2">
  690.                                    Life &amp; Fitness
  691.                                </a>
  692.                                
  693.  
  694.                                
  695.                                
  696.                        
  697.                    
  698.                                <a href="/category/lifestyle/" class="dropdown-link-v2">
  699.                                    Lifestyle
  700.                                </a>
  701.                                
  702.  
  703.                                
  704.                                
  705.                        
  706.                    
  707.                                <a href="/category/news/" class="dropdown-link-v2">
  708.                                    News
  709.                                </a>
  710.                                
  711.  
  712.                                
  713.                                
  714.                        
  715.                    
  716.                                <a href="/category/others/" class="dropdown-link-v2">
  717.                                    Others
  718.                                </a>
  719.                                
  720.  
  721.                                
  722.                                
  723.                        
  724.                    
  725.                                <a href="/category/politics/" class="dropdown-link-v2">
  726.                                    Politics
  727.                                </a>
  728.                                
  729.  
  730.                                
  731.                                
  732.                        
  733.                    
  734.                                <a href="/category/sports/" class="dropdown-link-v2">
  735.                                    Sports
  736.                                </a>
  737.                                
  738.  
  739.                                
  740.                                
  741.                        
  742.                    
  743.                                <a href="/category/tech/" class="dropdown-link-v2">
  744.                                    Tech
  745.                                </a>
  746.                                
  747.  
  748.                                
  749.                                
  750.                        
  751.                    
  752.                                <a href="/category/travel/" class="dropdown-link-v2">
  753.                                    Travel
  754.                                </a>
  755.                                
  756.  
  757.                                
  758.                                
  759.                            </div>
  760.                        </li>
  761.                        
  762.                        
  763. <li>
  764.                  <a href="/page/contact-us/">
  765.                     Contact Us
  766.                  </a>
  767.              </li>
  768.                </ul>
  769.  
  770.            </div>
  771.        </div>
  772.    </nav>
  773. </header>
  774.  
  775. <script>
  776.    function toggleMobileMenu() {
  777.        const navMenu = document.getElementById('navMenu');
  778.        navMenu.classList.toggle('show');
  779.    }
  780.  
  781.    function toggleDropdown(element, event) {
  782.        // Only handle dropdown toggle on mobile
  783.        if (window.innerWidth < 992) {
  784.            event.preventDefault();
  785.            element.classList.toggle('dropdown-open');
  786.        }
  787.    }
  788.  
  789.    // Close mobile menu when clicking outside
  790.    document.addEventListener('click', function (event) {
  791.        const navMenu = document.getElementById('navMenu');
  792.        const mobileToggle = document.querySelector('.mobile-toggle');
  793.  
  794.        if (!navMenu.contains(event.target) && !mobileToggle.contains(event.target)) {
  795.            navMenu.classList.remove('show');
  796.        }
  797.    });
  798.  
  799.    // Handle window resize
  800.    window.addEventListener('resize', function () {
  801.        const navMenu = document.getElementById('navMenu');
  802.        if (window.innerWidth >= 992) {
  803.            navMenu.classList.remove('show');
  804.            // Remove all dropdown-open classes
  805.            document.querySelectorAll('.dropdown-open').forEach(item => {
  806.                item.classList.remove('dropdown-open');
  807.            });
  808.        }
  809.    });
  810. </script>
  811.  
  812. <script>
  813.  document.addEventListener("DOMContentLoaded", function () {
  814.    console.log("loaded");
  815.  
  816.    //const searchInput = document.getElementById("search-input1");
  817.     const searchInput = window.innerWidth <= 991
  818.      ? document.getElementById("search-input")
  819.      : document.getElementById("search-input1");
  820.    const searchResults = window.innerWidth <= 991
  821.      ? document.getElementById("search-results12") :document.getElementById("search-results1");
  822.  
  823.    if (!searchInput || !searchResults) {
  824.      console.error("Search input/results not found");
  825.      return;
  826.    }
  827.  
  828.    // Prevent form submission
  829.    if (searchInput.form) {
  830.      searchInput.form.addEventListener("submit", function (e) {
  831.        e.preventDefault();
  832.      });
  833.    }
  834.  
  835.    // Add event listener for keyup
  836.    searchInput.addEventListener("keyup", function (e) {
  837.      console.log("Key pressed:", e.key);
  838.      e.preventDefault();
  839.  
  840.      const query = searchInput.value.trim();
  841.      console.log("User is typing: " + query);
  842.  
  843.      // If empty → clear and hide
  844.      if (query === "") {
  845.        searchResults.innerHTML = "";
  846.        searchResults.style.display = "none";
  847.        return;
  848.      }
  849.  
  850.      // Show results
  851.      searchResults.style.display = "block";
  852.  
  853.      // Fetch search results
  854.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  855.        method: "GET",
  856.        headers: { "X-Requested-With": "XMLHttpRequest" },
  857.      })
  858.        .then(response => {
  859.          console.log("Response Status:", response.status);
  860.          return response.json();
  861.        })
  862.        .then(data => {
  863.          console.log("Data received:", data);
  864.          if (data.html) {
  865.            searchResults.innerHTML = data.html;
  866.          } else {
  867.            searchResults.innerHTML = "<p>No results found.</p>";
  868.          }
  869.        })
  870.        .catch(error => {
  871.          console.error("Error fetching search results:", error);
  872.        });
  873.    });
  874.  
  875.    // Close results when clicking outside
  876.    document.addEventListener("click", function (e) {
  877.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  878.        searchResults.style.display = "none";
  879.      }
  880.    });
  881.  
  882.    // Close results on ESC key
  883.    document.addEventListener("keydown", function (e) {
  884.      if (e.key === "Escape") {
  885.        searchResults.style.display = "none";
  886.      }
  887.    });
  888.  });
  889. </script>
  890.  
  891. <style>
  892.        /* search field */
  893.  .search-results-container {
  894.  position: absolute;
  895.  top: 100%; /* Position it below the input field */
  896.  left: 10px;
  897.  right: 10px;
  898.  background-color: white;
  899.  border: 1px solid #ddd;
  900.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  901.  max-height: 300px;
  902.  overflow-y: auto;
  903.  z-index: 1000;
  904.  display: none; /* Initially hidden */
  905. }
  906.  
  907. .search-results-container p {
  908.  margin: 0;
  909. }
  910.  
  911. .search-results-container .result-item {
  912.  padding: 10px;
  913.  cursor: pointer;
  914. }
  915.  
  916. .search-results-container .result-item:hover {
  917.  background-color: #f0f0f0;
  918. }
  919. </style>
  920.  
  921.        </header>
  922.        <!-- end of header -->
  923.        <!-- start of wpo-blog-hero -->
  924.        
  925.  
  926.  
  927.  
  928.  
  929.  
  930.  
  931.  
  932. <div class="blog-hero-v9">
  933.  <div class="container-fluid fluid-container">
  934.    <!-- Top Section: Split Layout -->
  935.    <div class="row g-4 mb-5">
  936.      <!-- Large Featured Article (Left) -->
  937.      
  938.              
  939.      <div class="col-lg-8 col-12">
  940.        <article class="large-featured">
  941.          <div class="featured-image-container">
  942.            
  943.                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Ex British Soldier Charged of Killing Kenyan Female Shows Up in Court" class="featured-image">
  944.            
  945.            <div class="category-tag bg-primary-gradient">News</div>
  946.          </div>
  947.          <div class="featured-content">
  948.            <h1 class="featured-title"><a href="/ex-british-soldier-charged-of-killing-kenyan-female-shows-up-in-court/">
  949.                                Ex British Soldier Charged of Killing Kenyan Female Shows Up in Court
  950.                            </a></h1>
  951.            <p class="featured-summary"></p>
  952.            <div class="article-meta">
  953.              <div class="author-info">
  954.                
  955.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Michael Golden" class="author-pic" >
  956.                  
  957.                <span class="author-name">Michael Golden</span>
  958.                <span class="post-time">May 19, 2026</span>
  959.              </div>
  960.            </div>
  961.          </div>
  962.        </article>
  963.      </div>
  964.      
  965.      
  966.  
  967.      <!-- Smaller Featured Articles (Right, Stacked) -->
  968.      <div class="col-lg-4 col-12">
  969.        <div class="stacked-features">
  970.          
  971.          <article class="small-featured">
  972.            <div class="small-image-container">
  973.              
  974.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="FDA Approves Addyi, a Desire-Boosting Medication for Females Beyond Menopause" class="small-image">
  975.              
  976.              <div class="category-tag bg-primary-gradient">News</div>
  977.            </div>
  978.            <div class="small-content">
  979.              <h3 class="small-title"> <a href="/fda-approves-addyi-a-desire-boosting-medication-for-females-beyond-menopause/">
  980.                                FDA Approves Addyi, a Desire-Boosting Medication for Females Beyond Menopause
  981.                            </a></h3>
  982.              <p class="compact-text"></p>
  983.              <div class="small-meta">
  984.                <span class="small-author">Michael Golden</span>
  985.                <span class="small-date">May 19, 2026</span>
  986.              </div>
  987.            </div>
  988.          </article>
  989.      
  990.          <article class="small-featured">
  991.            <div class="small-image-container">
  992.              
  993.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="We Require a Aircraft to Go Find Them’: Teenager’s Emergency Call to Save Loved Ones Lost Off Down Under Coast Unveiled" class="small-image">
  994.              
  995.              <div class="category-tag bg-primary-gradient">News</div>
  996.            </div>
  997.            <div class="small-content">
  998.              <h3 class="small-title"> <a href="/we-require-a-aircraft-to-go-find-them-teenagers-emergency-call-to-save-loved-ones-lost-off-down-under-coast-unveiled/">
  999.                                We Require a Aircraft to Go Find Them’: Teenager’s Emergency Call to Save Loved Ones Lost Off Down Under Coast Unveiled
  1000.                            </a></h3>
  1001.              <p class="compact-text"></p>
  1002.              <div class="small-meta">
  1003.                <span class="small-author">Michael Golden</span>
  1004.                <span class="small-date">May 19, 2026</span>
  1005.              </div>
  1006.            </div>
  1007.          </article>
  1008.      
  1009.        </div>
  1010.      </div>
  1011.    </div>
  1012.    <!-- Bottom Section: Three Compact Cards -->
  1013.    <div class="row g-4">
  1014.      
  1015.      <div class="col-lg-4 col-md-6 col-12">
  1016.        <article class="compact-card">
  1017.          <div class="compact-image">
  1018.            
  1019.                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Cyclone Disaster in the Island Nation Awakens a Spirit of Community Action" >
  1020.            
  1021.            <div class="compact-category bg-primary-gradient">News</div>
  1022.          </div>
  1023.          <div class="compact-body">
  1024.            <h3 class="compact-title"> <a href="/cyclone-disaster-in-the-island-nation-awakens-a-spirit-of-community-action/">
  1025.                                    Cyclone Disaster in the Island Nation Awakens a Spirit of Community Action
  1026.                                </a></h3>
  1027.            <p class="compact-text"></p>
  1028.            <div class="compact-footer">
  1029.              <span class="compact-name">Michael Golden</span>
  1030.              <span class="compact-date">May 18</span>
  1031.            </div>
  1032.          </div>
  1033.        </article>
  1034.      </div>
  1035.      
  1036.      <div class="col-lg-4 col-md-6 col-12">
  1037.        <article class="compact-card">
  1038.          <div class="compact-image">
  1039.            
  1040.                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Los Blancos&#x27; Alexander-Arnold May Return to Face Liverpool in Upcoming European Match" >
  1041.            
  1042.            <div class="compact-category bg-primary-gradient">News</div>
  1043.          </div>
  1044.          <div class="compact-body">
  1045.            <h3 class="compact-title"> <a href="/los-blancos-alexander-arnold-may-return-to-face-liverpool-in-upcoming-european-match/">
  1046.                                    Los Blancos&#x27; Alexander-Arnold May Return to Face Liverpool in Upcoming European Match
  1047.                                </a></h3>
  1048.            <p class="compact-text"></p>
  1049.            <div class="compact-footer">
  1050.              <span class="compact-name">Michael Golden</span>
  1051.              <span class="compact-date">May 18</span>
  1052.            </div>
  1053.          </div>
  1054.        </article>
  1055.      </div>
  1056.      
  1057.    </div>
  1058.  </div>
  1059. </div>
  1060.  
  1061. <style>
  1062.  
  1063.  /* Large Featured Article */
  1064.  .large-featured {
  1065.    background: var(--card-bg, #ffffff);
  1066.    border-radius: 10px;
  1067.    overflow: hidden;
  1068.    transition: box-shadow 0.3s ease;
  1069.  }
  1070.  
  1071.  .large-featured:hover {
  1072.    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  1073.  }
  1074.  
  1075.  .featured-image-container {
  1076.    position: relative;
  1077.    height: 350px;
  1078.    overflow: hidden;
  1079.  }
  1080.  
  1081.  .featured-image {
  1082.    width: 100%;
  1083.    height: 100%;
  1084.    object-fit: cover;
  1085.  }
  1086.  
  1087.  .featured-content {
  1088.    padding: 2rem;
  1089.  }
  1090.  
  1091.  .featured-title {
  1092.    font-size: 2.2rem;
  1093.    font-weight: 700;
  1094.    color: #111827;
  1095.    margin-bottom: 0.75rem;
  1096.    line-height: 1.3;
  1097.  }
  1098.  
  1099.  .featured-summary {
  1100.    font-size: 1rem;
  1101.    color: #4b5563;
  1102.    line-height: 1.6;
  1103.    margin-bottom: 1.25rem;
  1104.  }
  1105.  
  1106.  .article-meta {
  1107.    display: flex;
  1108.    align-items: center;
  1109.    gap: 0.75rem;
  1110.    font-size: 0.85rem;
  1111.    color: #6b7280;
  1112.  }
  1113.  
  1114.  .author-info {
  1115.    display: flex;
  1116.    align-items: center;
  1117.    gap: 0.5rem;
  1118.  }
  1119.  
  1120.  .author-pic {
  1121.    width: 36px;
  1122.    height: 36px;
  1123.    border-radius: 50%;
  1124.  }
  1125.  
  1126.  .author-name {
  1127.    font-weight: 600;
  1128.    color: #374151;
  1129.  }
  1130.  
  1131.  /* Smaller Featured Articles (Stacked) */
  1132.  .stacked-features {
  1133.    display: flex;
  1134.    flex-direction: column;
  1135.    gap: 1.5rem;
  1136.  }
  1137.  
  1138.  .small-featured {
  1139.    background: var(--card-bg, #ffffff);
  1140.    border-radius: 10px;
  1141.    overflow: hidden;
  1142.    transition: box-shadow 0.3s ease;
  1143.  }
  1144.  
  1145.  .small-featured:hover {
  1146.    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  1147.  }
  1148.  
  1149.  .small-image-container {
  1150.    position: relative;
  1151.    height: 150px;
  1152.    overflow: hidden;
  1153.  }
  1154.  
  1155.  .small-image {
  1156.    width: 100%;
  1157.    height: 100%;
  1158.    object-fit: cover;
  1159.  }
  1160.  
  1161.  .small-content {
  1162.    padding: 1.25rem;
  1163.  }
  1164.  
  1165.  .small-title {
  1166.    font-size: 1.2rem;
  1167.    font-weight: 600;
  1168.    color: #111827;
  1169.    margin-bottom: 0.5rem;
  1170.  }
  1171.  
  1172.  .small-meta {
  1173.    display: flex;
  1174.    gap: 0.5rem;
  1175.    font-size: 0.8rem;
  1176.    color: #6b7280;
  1177.  }
  1178.  
  1179.  /* Category Tags - Gradient for Difference */
  1180.  .category-tag {
  1181.    position: absolute;
  1182.    top: 0.75rem;
  1183.    left: 0.75rem;
  1184.    padding: 0.3rem 1rem;
  1185.    font-size: 0.75rem;
  1186.    font-weight: 600;
  1187.    text-transform: uppercase;
  1188.    color: white;
  1189.    border-radius: 15px; /* Soft pill shape */
  1190.  }
  1191.  
  1192.  
  1193.  
  1194.  /* Compact Cards - Borderless */
  1195.  .compact-card {
  1196.    background: var(--card-bg, #ffffff);
  1197.    border-radius: 10px;
  1198.    overflow: hidden;
  1199.    transition: box-shadow 0.3s ease;
  1200.  }
  1201.  
  1202.  .compact-card:hover {
  1203.    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  1204.  }
  1205.  
  1206.  .compact-image {
  1207.    position: relative;
  1208.    height: 180px;
  1209.    overflow: hidden;
  1210.  }
  1211.  
  1212.  .compact-image img {
  1213.    width: 100%;
  1214.    height: 100%;
  1215.    object-fit: cover;
  1216.  }
  1217.  
  1218.  .compact-category {
  1219.    position: absolute;
  1220.    top: 0.75rem;
  1221.    left: 0.75rem;
  1222.    padding: 0.3rem 0.8rem;
  1223.    font-size: 0.7rem;
  1224.    border-radius: 15px;
  1225.    color: white;
  1226.  }
  1227.  
  1228.  .compact-body {
  1229.    padding: 1.5rem;
  1230.  }
  1231.  
  1232.  .compact-title {
  1233.    font-size: 1.1rem;
  1234.    font-weight: 600;
  1235.    color: #111827;
  1236.    margin-bottom: 0.5rem;
  1237.  }
  1238.  
  1239.  .compact-text {
  1240.    font-size: 0.9rem;
  1241.    color: #4b5563;
  1242.    line-height: 1.5;
  1243.    margin-bottom: 1rem;
  1244.  }
  1245.  
  1246.  .compact-footer {
  1247.    display: flex;
  1248.    justify-content: space-between;
  1249.    font-size: 0.8rem;
  1250.    color: #6b7280;
  1251.  }
  1252.  
  1253.  /* Responsive Design */
  1254.  @media (max-width: 992px) {
  1255.    .featured-image-container {
  1256.      height: 280px;
  1257.    }
  1258.  
  1259.    .featured-title {
  1260.      font-size: 1.8rem;
  1261.    }
  1262.  
  1263.    .small-image-container {
  1264.      height: 120px;
  1265.    }
  1266.  }
  1267.  
  1268.  @media (max-width: 768px) {
  1269.    .featured-content,
  1270.    .small-content,
  1271.    .compact-body {
  1272.      padding: 1.25rem;
  1273.    }
  1274.  
  1275.    .compact-image {
  1276.      height: 150px;
  1277.    }
  1278.  }
  1279.  
  1280.  @media (max-width: 576px) {
  1281.    .featured-title {
  1282.      font-size: 1.5rem;
  1283.    }
  1284.  
  1285.    .small-title,
  1286.    .compact-title {
  1287.      font-size: 1rem;
  1288.    }
  1289.  }
  1290. </style>
  1291.  
  1292.  
  1293.  
  1294.  
  1295.        <!-- end of wpo-blog-hero -->
  1296.  
  1297.        <!-- start of wpo-breacking-news -->
  1298.        
  1299.        <!-- end of wpo-breacking-news -->
  1300.        
  1301.        <!-- start wpo-blog-highlights-section -->
  1302.        
  1303.  
  1304.  
  1305.  
  1306.    
  1307.  
  1308.  
  1309.  
  1310. <style>
  1311.    .blog-highlights-v4 {
  1312.        padding: 30px 0;
  1313.        position: relative;
  1314.        min-height: 100vh;
  1315.        background: transparent; /* Solid background color */
  1316.    }
  1317.  
  1318.    /* Blog Container */
  1319.    .blog-container-v4 {
  1320.        position: relative;
  1321.        z-index: 10;
  1322.    }
  1323.  
  1324.    /* Card Design */
  1325.    .blog-card-v4 {
  1326.        border-radius: 25px;
  1327.        background: var(--card-bg);
  1328.        border: 1px solid var(--border-color);
  1329.        position: relative;
  1330.        overflow: hidden;
  1331.        transition: opacity 1.2s ease; /* Fade animation for card */
  1332.    }
  1333.  
  1334.    /* Image Container */
  1335.    .blog-image-container-v4 {
  1336.        height: 280px;
  1337.        border-radius: 20px 20px 0 0;
  1338.        overflow: hidden;
  1339.        position: relative;
  1340.        z-index: 2;
  1341.    }
  1342.  
  1343.    .blog-image-v4 {
  1344.        width: 100%;
  1345.        height: 100%;
  1346.        position: relative;
  1347.        overflow: hidden;
  1348.    }
  1349.  
  1350.    .blog-image-v4 img {
  1351.        width: 100%;
  1352.        height: 100%;
  1353.        object-fit: cover;
  1354.    }
  1355.  
  1356.    /* Category Badge */
  1357.    .blog-category-v4 {
  1358.        position: absolute;
  1359.        top: 20px;
  1360.        left: 20px;
  1361.        padding: 10px 18px;
  1362.        border-radius: 20px;
  1363.        font-size: 11px;
  1364.        font-weight: 700;
  1365.        text-transform: uppercase;
  1366.        letter-spacing: 1.2px;
  1367.        z-index: 5;
  1368.        border: 1px solid rgba(255, 255, 255, 0.3);
  1369.        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  1370.    }
  1371.  
  1372.    /* Content Area */
  1373.    .blog-content-v4 {
  1374.        padding: 20px 25px 25px;
  1375.        display: flex;
  1376.        flex-direction: column;
  1377.        justify-content: space-between;
  1378.        position: relative;
  1379.        z-index: 2;
  1380.    }
  1381.  
  1382.    /* Title */
  1383.    .blog-title-v4 {
  1384.        font-size: 20px;
  1385.        font-weight: 800;
  1386.        line-height: 1.3;
  1387.        margin-bottom: 8px;
  1388.    }
  1389.  
  1390.    .blog-title-v4 a {
  1391.        text-decoration: none;
  1392.    }
  1393.  
  1394.    /* Meta Information */
  1395.    .blog-meta-v4 {
  1396.        display: flex;
  1397.        align-items: center;
  1398.        gap: 12px;
  1399.        margin-bottom: 15px;
  1400.        font-size: 13px;
  1401.    }
  1402.  
  1403.    .blog-author-img-v4 {
  1404.        width: 35px;
  1405.        height: 35px;
  1406.        border-radius: 50%;
  1407.        border: 2px solid var(--border-color);
  1408.    }
  1409.  
  1410.    /* Excerpt */
  1411.    .blog-excerpt-v4 {
  1412.        font-size: 14px;
  1413.        line-height: 1.6;
  1414.        margin-bottom: 8px;
  1415.        display: -webkit-box;
  1416.        -webkit-line-clamp: 3;
  1417.        -webkit-box-orient: vertical;
  1418.        overflow: hidden;
  1419.    }
  1420.  
  1421.    /* Actions Area */
  1422.    .blog-actions-v4 {
  1423.        display: flex;
  1424.        justify-content: space-between;
  1425.        align-items: center;
  1426.    }
  1427.  
  1428.    .blog-stats-v4 {
  1429.        display: flex;
  1430.        gap: 20px;
  1431.        align-items: center;
  1432.    }
  1433.  
  1434.    .blog-stat-item-v4 {
  1435.        display: flex;
  1436.        align-items: center;
  1437.        gap: 6px;
  1438.        font-size: 12px;
  1439.    }
  1440.  
  1441.    /* Read More Button */
  1442.    .blog-read-more-v4 {
  1443.        width: 40px;
  1444.        height: 40px;
  1445.        border-radius: 50%;
  1446.        background: var(--border-color);
  1447.        border: 2px solid var(--border-color);
  1448.        display: flex;
  1449.        align-items: center;
  1450.        justify-content: center;
  1451.        text-decoration: none;
  1452.    }
  1453.  
  1454.    ..blog-read-more-v4:hover{
  1455.        background-color: #172133;
  1456.    }
  1457.    /* Section Header */
  1458.    .section-header-v4 {
  1459.        text-align: center;
  1460.        margin-bottom: 40px;
  1461.        position: relative;
  1462.        z-index: 15;
  1463.    }
  1464.  
  1465.    .section-title-v4 {
  1466.        font-size: 3.5rem;
  1467.        font-weight: 900;
  1468.        margin-bottom: .5rem;
  1469.    }
  1470.  
  1471.    .section-subtitle-v4 {
  1472.        font-size: 1.4rem;
  1473.        max-width: 700px;
  1474.        margin: 0 auto;
  1475.        line-height: 1.7;
  1476.        font-weight: 300;
  1477.    }
  1478.  
  1479.    /* Scroll Fade Animation */
  1480.    .scroll-trigger {
  1481.        opacity: 0;
  1482.        transition: opacity 1.2s ease;
  1483.    }
  1484.  
  1485.    .scroll-trigger.active {
  1486.        opacity: 1;
  1487.    }
  1488.  
  1489.    /* Responsive Design */
  1490.    @media (max-width: 768px) {
  1491.        .section-title-v4 {
  1492.            font-size: 3rem;
  1493.        }
  1494.        .blog-highlights-v4 {
  1495.            padding: 80px 0;
  1496.        }
  1497.        .blog-card-v4 {
  1498.            height: 450px;
  1499.        }
  1500.        .blog-content-v4 {
  1501.            padding: 15px 20px 20px;
  1502.        }
  1503.    }
  1504. </style>
  1505.  
  1506. <section class="blog-highlights-v4">
  1507.    <div class="container-fluid fluid-container blog-container-v4">
  1508.        <!-- Section Header -->
  1509.        <div class="row">
  1510.            <div class="col-12">
  1511.                <div class="section-header-v4">
  1512.                    <h2 class="section-title-v4">
  1513.                Today's Top Highlights
  1514.                   </h2>
  1515.                    <p class="section-subtitle-v4">Experience the future of storytelling through immersive digital journeys that blend creativity with cutting-edge technology</p>
  1516.                </div>
  1517.            </div>
  1518.        </div>
  1519.        
  1520.        <!-- Blog Grid -->
  1521.        <div class="row">
  1522.            <div class="col-lg-8">
  1523.                <div class="row g-4">
  1524.                    
  1525.                    <div class="col-lg-6 col-md-6">
  1526.                        <article class="blog-card-v4 scroll-trigger">
  1527.                            <div class="blog-image-container-v4">
  1528.                                <div class="blog-image-v4">
  1529.                                    
  1530.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1531.                                    
  1532.                                </div>
  1533.                                
  1534.                                <span class="blog-category-v4 bg-primary-gradient">
  1535.                                    News
  1536.                                </span>
  1537.                            </div>
  1538.                            
  1539.                            <div class="blog-content-v4">
  1540.                                <h3 class="blog-title-v4">
  1541.                                    <a href="/worrying-remembrances-resurface-in-davao-city-as-officials-trace-bondi-beach-attack-alleged-attackers-time-in-the-city/" class="top-color">
  1542.                                    Worrying Remembrances Resurface in Davao City as Officials Trace Bondi Beach Attack Alleged Attackers&#x27; Time in the City
  1543.                                    </a>
  1544.                                </h3>
  1545.                                <div class="blog-meta-v4">
  1546.                                    
  1547.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Michael Golden"  class="blog-author-img-v4">
  1548.                                    
  1549.                                    <span>By <strong>Michael Golden</strong></span>
  1550.                                    <span>•</span>
  1551.                                    <span>18 May 2026</span>
  1552.                                </div>
  1553.                                
  1554.                                <p class="blog-excerpt-v4">
  1555.                                    
  1556.                                </p>
  1557.                                
  1558.                                <div class="blog-actions-v4">
  1559.                                    
  1560.                                    <a href="/worrying-remembrances-resurface-in-davao-city-as-officials-trace-bondi-beach-attack-alleged-attackers-time-in-the-city/" class="blog-read-more-v4 bg-primary-gradient">
  1561.                                        <i class="ti-arrow-right"></i>
  1562.                                    </a>
  1563.                                </div>
  1564.                            </div>
  1565.                        </article>
  1566.                    </div>
  1567.                    
  1568.                    <div class="col-lg-6 col-md-6">
  1569.                        <article class="blog-card-v4 scroll-trigger">
  1570.                            <div class="blog-image-container-v4">
  1571.                                <div class="blog-image-v4">
  1572.                                    
  1573.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1574.                                    
  1575.                                </div>
  1576.                                
  1577.                                <span class="blog-category-v4 bg-primary-gradient">
  1578.                                    News
  1579.                                </span>
  1580.                            </div>
  1581.                            
  1582.                            <div class="blog-content-v4">
  1583.                                <h3 class="blog-title-v4">
  1584.                                    <a href="/genuine-southern-portugal-uncovering-portugal-beyond-the-coastline/" class="top-color">
  1585.                                    Genuine Southern Portugal: Uncovering Portugal Beyond the Coastline
  1586.                                    </a>
  1587.                                </h3>
  1588.                                <div class="blog-meta-v4">
  1589.                                    
  1590.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Michael Golden"  class="blog-author-img-v4">
  1591.                                    
  1592.                                    <span>By <strong>Michael Golden</strong></span>
  1593.                                    <span>•</span>
  1594.                                    <span>18 May 2026</span>
  1595.                                </div>
  1596.                                
  1597.                                <p class="blog-excerpt-v4">
  1598.                                    
  1599.                                </p>
  1600.                                
  1601.                                <div class="blog-actions-v4">
  1602.                                    
  1603.                                    <a href="/genuine-southern-portugal-uncovering-portugal-beyond-the-coastline/" class="blog-read-more-v4 bg-primary-gradient">
  1604.                                        <i class="ti-arrow-right"></i>
  1605.                                    </a>
  1606.                                </div>
  1607.                            </div>
  1608.                        </article>
  1609.                    </div>
  1610.                    
  1611.                    <div class="col-lg-6 col-md-6">
  1612.                        <article class="blog-card-v4 scroll-trigger">
  1613.                            <div class="blog-image-container-v4">
  1614.                                <div class="blog-image-v4">
  1615.                                    
  1616.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1617.                                    
  1618.                                </div>
  1619.                                
  1620.                                <span class="blog-category-v4 bg-primary-gradient">
  1621.                                    News
  1622.                                </span>
  1623.                            </div>
  1624.                            
  1625.                            <div class="blog-content-v4">
  1626.                                <h3 class="blog-title-v4">
  1627.                                    <a href="/arsenals-goalkeeper-backs-squad-depth-as-vital-to-multiple-trophy-pursuit/" class="top-color">
  1628.                                    Arsenal&#x27;s goalkeeper Backs Squad Depth as Vital to Multiple Trophy Pursuit
  1629.                                    </a>
  1630.                                </h3>
  1631.                                <div class="blog-meta-v4">
  1632.                                    
  1633.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Michael Golden"  class="blog-author-img-v4">
  1634.                                    
  1635.                                    <span>By <strong>Michael Golden</strong></span>
  1636.                                    <span>•</span>
  1637.                                    <span>18 May 2026</span>
  1638.                                </div>
  1639.                                
  1640.                                <p class="blog-excerpt-v4">
  1641.                                    
  1642.                                </p>
  1643.                                
  1644.                                <div class="blog-actions-v4">
  1645.                                    
  1646.                                    <a href="/arsenals-goalkeeper-backs-squad-depth-as-vital-to-multiple-trophy-pursuit/" class="blog-read-more-v4 bg-primary-gradient">
  1647.                                        <i class="ti-arrow-right"></i>
  1648.                                    </a>
  1649.                                </div>
  1650.                            </div>
  1651.                        </article>
  1652.                    </div>
  1653.                    
  1654.                    <div class="col-lg-6 col-md-6">
  1655.                        <article class="blog-card-v4 scroll-trigger">
  1656.                            <div class="blog-image-container-v4">
  1657.                                <div class="blog-image-v4">
  1658.                                    
  1659.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1660.                                    
  1661.                                </div>
  1662.                                
  1663.                                <span class="blog-category-v4 bg-primary-gradient">
  1664.                                    News
  1665.                                </span>
  1666.                            </div>
  1667.                            
  1668.                            <div class="blog-content-v4">
  1669.                                <h3 class="blog-title-v4">
  1670.                                    <a href="/can-the-all-blacks-find-their-winning-form-during-the-fall-tour/" class="top-color">
  1671.                                    Can the All Blacks find their winning form during the fall tour?
  1672.                                    </a>
  1673.                                </h3>
  1674.                                <div class="blog-meta-v4">
  1675.                                    
  1676.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Michael Golden"  class="blog-author-img-v4">
  1677.                                    
  1678.                                    <span>By <strong>Michael Golden</strong></span>
  1679.                                    <span>•</span>
  1680.                                    <span>18 May 2026</span>
  1681.                                </div>
  1682.                                
  1683.                                <p class="blog-excerpt-v4">
  1684.                                    
  1685.                                </p>
  1686.                                
  1687.                                <div class="blog-actions-v4">
  1688.                                    
  1689.                                    <a href="/can-the-all-blacks-find-their-winning-form-during-the-fall-tour/" class="blog-read-more-v4 bg-primary-gradient">
  1690.                                        <i class="ti-arrow-right"></i>
  1691.                                    </a>
  1692.                                </div>
  1693.                            </div>
  1694.                        </article>
  1695.                    </div>
  1696.                    
  1697.                    <div class="col-lg-6 col-md-6">
  1698.                        <article class="blog-card-v4 scroll-trigger">
  1699.                            <div class="blog-image-container-v4">
  1700.                                <div class="blog-image-v4">
  1701.                                    
  1702.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1703.                                    
  1704.                                </div>
  1705.                                
  1706.                                <span class="blog-category-v4 bg-primary-gradient">
  1707.                                    News
  1708.                                </span>
  1709.                            </div>
  1710.                            
  1711.                            <div class="blog-content-v4">
  1712.                                <h3 class="blog-title-v4">
  1713.                                    <a href="/his-dominant-shadow-in-athletics-achieved-new-heights-in-2025-the-coming-year-promises-to-take-it-further/" class="top-color">
  1714.                                    His Dominant Shadow in Athletics Achieved New Heights in 2025. The Coming Year Promises to Take It Further.
  1715.                                    </a>
  1716.                                </h3>
  1717.                                <div class="blog-meta-v4">
  1718.                                    
  1719.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Michael Golden"  class="blog-author-img-v4">
  1720.                                    
  1721.                                    <span>By <strong>Michael Golden</strong></span>
  1722.                                    <span>•</span>
  1723.                                    <span>18 May 2026</span>
  1724.                                </div>
  1725.                                
  1726.                                <p class="blog-excerpt-v4">
  1727.                                    
  1728.                                </p>
  1729.                                
  1730.                                <div class="blog-actions-v4">
  1731.                                    
  1732.                                    <a href="/his-dominant-shadow-in-athletics-achieved-new-heights-in-2025-the-coming-year-promises-to-take-it-further/" class="blog-read-more-v4 bg-primary-gradient">
  1733.                                        <i class="ti-arrow-right"></i>
  1734.                                    </a>
  1735.                                </div>
  1736.                            </div>
  1737.                        </article>
  1738.                    </div>
  1739.                    
  1740.                    <div class="col-lg-6 col-md-6">
  1741.                        <article class="blog-card-v4 scroll-trigger">
  1742.                            <div class="blog-image-container-v4">
  1743.                                <div class="blog-image-v4">
  1744.                                    
  1745.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1746.                                    
  1747.                                </div>
  1748.                                
  1749.                                <span class="blog-category-v4 bg-primary-gradient">
  1750.                                    News
  1751.                                </span>
  1752.                            </div>
  1753.                            
  1754.                            <div class="blog-content-v4">
  1755.                                <h3 class="blog-title-v4">
  1756.                                    <a href="/we-got-dismissed-and-were-owning-it-this-is-how-to-land-a-fresh-position-that-fits-you-personally/" class="top-color">
  1757.                                    We Got Dismissed, and We&#x27;re Owning It – This Is How to Land a Fresh Position That Fits You Personally
  1758.                                    </a>
  1759.                                </h3>
  1760.                                <div class="blog-meta-v4">
  1761.                                    
  1762.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Michael Golden"  class="blog-author-img-v4">
  1763.                                    
  1764.                                    <span>By <strong>Michael Golden</strong></span>
  1765.                                    <span>•</span>
  1766.                                    <span>18 May 2026</span>
  1767.                                </div>
  1768.                                
  1769.                                <p class="blog-excerpt-v4">
  1770.                                    
  1771.                                </p>
  1772.                                
  1773.                                <div class="blog-actions-v4">
  1774.                                    
  1775.                                    <a href="/we-got-dismissed-and-were-owning-it-this-is-how-to-land-a-fresh-position-that-fits-you-personally/" class="blog-read-more-v4 bg-primary-gradient">
  1776.                                        <i class="ti-arrow-right"></i>
  1777.                                    </a>
  1778.                                </div>
  1779.                            </div>
  1780.                        </article>
  1781.                    </div>
  1782.                    
  1783.                    <div class="col-lg-6 col-md-6">
  1784.                        <article class="blog-card-v4 scroll-trigger">
  1785.                            <div class="blog-image-container-v4">
  1786.                                <div class="blog-image-v4">
  1787.                                    
  1788.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1789.                                    
  1790.                                </div>
  1791.                                
  1792.                                <span class="blog-category-v4 bg-primary-gradient">
  1793.                                    News
  1794.                                </span>
  1795.                            </div>
  1796.                            
  1797.                            <div class="blog-content-v4">
  1798.                                <h3 class="blog-title-v4">
  1799.                                    <a href="/more-than-60000-escape-sudans-city-following-capture-by-rsf-paramilitary-group-united-nations-reports/" class="top-color">
  1800.                                    More than 60,000 Escape Sudan&#x27;s City Following Capture by RSF Paramilitary Group, United Nations Reports
  1801.                                    </a>
  1802.                                </h3>
  1803.                                <div class="blog-meta-v4">
  1804.                                    
  1805.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Michael Golden"  class="blog-author-img-v4">
  1806.                                    
  1807.                                    <span>By <strong>Michael Golden</strong></span>
  1808.                                    <span>•</span>
  1809.                                    <span>17 May 2026</span>
  1810.                                </div>
  1811.                                
  1812.                                <p class="blog-excerpt-v4">
  1813.                                    
  1814.                                </p>
  1815.                                
  1816.                                <div class="blog-actions-v4">
  1817.                                    
  1818.                                    <a href="/more-than-60000-escape-sudans-city-following-capture-by-rsf-paramilitary-group-united-nations-reports/" class="blog-read-more-v4 bg-primary-gradient">
  1819.                                        <i class="ti-arrow-right"></i>
  1820.                                    </a>
  1821.                                </div>
  1822.                            </div>
  1823.                        </article>
  1824.                    </div>
  1825.                    
  1826.                    <div class="col-lg-6 col-md-6">
  1827.                        <article class="blog-card-v4 scroll-trigger">
  1828.                            <div class="blog-image-container-v4">
  1829.                                <div class="blog-image-v4">
  1830.                                    
  1831.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1832.                                    
  1833.                                </div>
  1834.                                
  1835.                                <span class="blog-category-v4 bg-primary-gradient">
  1836.                                    News
  1837.                                </span>
  1838.                            </div>
  1839.                            
  1840.                            <div class="blog-content-v4">
  1841.                                <h3 class="blog-title-v4">
  1842.                                    <a href="/stay-active-while-you-are-working-ten-fitness-enhancing-workplace-workouts-you-can-do-in-everyday-outfits/" class="top-color">
  1843.                                    Stay active while you are working? Ten fitness-enhancing workplace workouts you can do in everyday outfits
  1844.                                    </a>
  1845.                                </h3>
  1846.                                <div class="blog-meta-v4">
  1847.                                    
  1848.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Michael Golden"  class="blog-author-img-v4">
  1849.                                    
  1850.                                    <span>By <strong>Michael Golden</strong></span>
  1851.                                    <span>•</span>
  1852.                                    <span>17 May 2026</span>
  1853.                                </div>
  1854.                                
  1855.                                <p class="blog-excerpt-v4">
  1856.                                    
  1857.                                </p>
  1858.                                
  1859.                                <div class="blog-actions-v4">
  1860.                                    
  1861.                                    <a href="/stay-active-while-you-are-working-ten-fitness-enhancing-workplace-workouts-you-can-do-in-everyday-outfits/" class="blog-read-more-v4 bg-primary-gradient">
  1862.                                        <i class="ti-arrow-right"></i>
  1863.                                    </a>
  1864.                                </div>
  1865.                            </div>
  1866.                        </article>
  1867.                    </div>
  1868.                    
  1869.                    <div class="col-lg-6 col-md-6">
  1870.                        <article class="blog-card-v4 scroll-trigger">
  1871.                            <div class="blog-image-container-v4">
  1872.                                <div class="blog-image-v4">
  1873.                                    
  1874.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1875.                                    
  1876.                                </div>
  1877.                                
  1878.                                <span class="blog-category-v4 bg-primary-gradient">
  1879.                                    News
  1880.                                </span>
  1881.                            </div>
  1882.                            
  1883.                            <div class="blog-content-v4">
  1884.                                <h3 class="blog-title-v4">
  1885.                                    <a href="/anno-117s-pax-romanas-top-secret-reveals-itself-as-a-stunning-first-person-perspective/" class="top-color">
  1886.                                    Anno 117&#x27;s Pax Romana&#x27;s Top Secret Reveals Itself as a Stunning First-Person Perspective.
  1887.                                    </a>
  1888.                                </h3>
  1889.                                <div class="blog-meta-v4">
  1890.                                    
  1891.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Michael Golden"  class="blog-author-img-v4">
  1892.                                    
  1893.                                    <span>By <strong>Michael Golden</strong></span>
  1894.                                    <span>•</span>
  1895.                                    <span>17 May 2026</span>
  1896.                                </div>
  1897.                                
  1898.                                <p class="blog-excerpt-v4">
  1899.                                    
  1900.                                </p>
  1901.                                
  1902.                                <div class="blog-actions-v4">
  1903.                                    
  1904.                                    <a href="/anno-117s-pax-romanas-top-secret-reveals-itself-as-a-stunning-first-person-perspective/" class="blog-read-more-v4 bg-primary-gradient">
  1905.                                        <i class="ti-arrow-right"></i>
  1906.                                    </a>
  1907.                                </div>
  1908.                            </div>
  1909.                        </article>
  1910.                    </div>
  1911.                    
  1912.                    <div class="col-lg-6 col-md-6">
  1913.                        <article class="blog-card-v4 scroll-trigger">
  1914.                            <div class="blog-image-container-v4">
  1915.                                <div class="blog-image-v4">
  1916.                                    
  1917.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1918.                                    
  1919.                                </div>
  1920.                                
  1921.                                <span class="blog-category-v4 bg-primary-gradient">
  1922.                                    Others
  1923.                                </span>
  1924.                            </div>
  1925.                            
  1926.                            <div class="blog-content-v4">
  1927.                                <h3 class="blog-title-v4">
  1928.                                    <a href="/your-go-to-handbook-to-playing-casino-slot-games-online/" class="top-color">
  1929.                                    Your Go-To Handbook to Playing Casino Slot Games Online
  1930.                                    </a>
  1931.                                </h3>
  1932.                                <div class="blog-meta-v4">
  1933.                                    
  1934.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Michael Golden"  class="blog-author-img-v4">
  1935.                                    
  1936.                                    <span>By <strong>Michael Golden</strong></span>
  1937.                                    <span>•</span>
  1938.                                    <span>17 May 2026</span>
  1939.                                </div>
  1940.                                
  1941.                                <p class="blog-excerpt-v4">
  1942.                                    
  1943.                                </p>
  1944.                                
  1945.                                <div class="blog-actions-v4">
  1946.                                    
  1947.                                    <a href="/your-go-to-handbook-to-playing-casino-slot-games-online/" class="blog-read-more-v4 bg-primary-gradient">
  1948.                                        <i class="ti-arrow-right"></i>
  1949.                                    </a>
  1950.                                </div>
  1951.                            </div>
  1952.                        </article>
  1953.                    </div>
  1954.                    
  1955.                    <div class="col-lg-6 col-md-6">
  1956.                        <article class="blog-card-v4 scroll-trigger">
  1957.                            <div class="blog-image-container-v4">
  1958.                                <div class="blog-image-v4">
  1959.                                    
  1960.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1961.                                    
  1962.                                </div>
  1963.                                
  1964.                                <span class="blog-category-v4 bg-primary-gradient">
  1965.                                    News
  1966.                                </span>
  1967.                            </div>
  1968.                            
  1969.                            <div class="blog-content-v4">
  1970.                                <h3 class="blog-title-v4">
  1971.                                    <a href="/us-president-donald-trump-says-largely-agreement-exists-on-subsequent-phases-of-peace-deal-in-gaza/" class="top-color">
  1972.                                    US President Donald Trump Says &#x27;Largely, Agreement Exists&#x27; on Subsequent Phases of Peace Deal in Gaza
  1973.                                    </a>
  1974.                                </h3>
  1975.                                <div class="blog-meta-v4">
  1976.                                    
  1977.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Michael Golden"  class="blog-author-img-v4">
  1978.                                    
  1979.                                    <span>By <strong>Michael Golden</strong></span>
  1980.                                    <span>•</span>
  1981.                                    <span>17 May 2026</span>
  1982.                                </div>
  1983.                                
  1984.                                <p class="blog-excerpt-v4">
  1985.                                    
  1986.                                </p>
  1987.                                
  1988.                                <div class="blog-actions-v4">
  1989.                                    
  1990.                                    <a href="/us-president-donald-trump-says-largely-agreement-exists-on-subsequent-phases-of-peace-deal-in-gaza/" class="blog-read-more-v4 bg-primary-gradient">
  1991.                                        <i class="ti-arrow-right"></i>
  1992.                                    </a>
  1993.                                </div>
  1994.                            </div>
  1995.                        </article>
  1996.                    </div>
  1997.                    
  1998.                    <div class="col-lg-6 col-md-6">
  1999.                        <article class="blog-card-v4 scroll-trigger">
  2000.                            <div class="blog-image-container-v4">
  2001.                                <div class="blog-image-v4">
  2002.                                    
  2003.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2004.                                    
  2005.                                </div>
  2006.                                
  2007.                                <span class="blog-category-v4 bg-primary-gradient">
  2008.                                    News
  2009.                                </span>
  2010.                            </div>
  2011.                            
  2012.                            <div class="blog-content-v4">
  2013.                                <h3 class="blog-title-v4">
  2014.                                    <a href="/every-night-i-dream-of-riding-a-unicorn-fantasy-themed-metal-group-castle-rat/" class="top-color">
  2015.                                    â€˜Every Night, I Dream of Riding a Unicorn’: Fantasy-Themed Metal Group Castle Rat
  2016.                                    </a>
  2017.                                </h3>
  2018.                                <div class="blog-meta-v4">
  2019.                                    
  2020.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Michael Golden"  class="blog-author-img-v4">
  2021.                                    
  2022.                                    <span>By <strong>Michael Golden</strong></span>
  2023.                                    <span>•</span>
  2024.                                    <span>17 May 2026</span>
  2025.                                </div>
  2026.                                
  2027.                                <p class="blog-excerpt-v4">
  2028.                                    
  2029.                                </p>
  2030.                                
  2031.                                <div class="blog-actions-v4">
  2032.                                    
  2033.                                    <a href="/every-night-i-dream-of-riding-a-unicorn-fantasy-themed-metal-group-castle-rat/" class="blog-read-more-v4 bg-primary-gradient">
  2034.                                        <i class="ti-arrow-right"></i>
  2035.                                    </a>
  2036.                                </div>
  2037.                            </div>
  2038.                        </article>
  2039.                    </div>
  2040.                    
  2041.                    
  2042.  
  2043.                </div>
  2044.            </div>
  2045.            
  2046.             <div class="col col-lg-4 col-12">
  2047.                
  2048.  
  2049.  
  2050.  
  2051.    
  2052.  
  2053.  
  2054. <!-- Blog Sidebar -->
  2055.  
  2056.    <div class="sidebar mb-3">
  2057.        
  2058.        
  2059.        <div class="sidebar-widget mb-4">
  2060.            <div class="widget-title-wrapper mb-3">
  2061.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2062.                    May 2026 Blog Roll
  2063.                    <span class="title-arrow"></span>
  2064.                </h4>
  2065.            </div>
  2066.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2067.                <ul class="list-unstyled scrollable-sidebar">
  2068.                    
  2069.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2070.                        <a href="https://esports-news.co.uk/gambling-sites/harry-casino-review/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2071.                            <i class="ti-angle-right me-2 text-primary"></i>
  2072.                            <span class="fw-semibold">harry casino</span>
  2073.                        </a>
  2074.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2075.                    </li>
  2076.                    
  2077.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2078.                        <a href="https://esports-news.co.uk/gambling-sites/winner-island-review/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2079.                            <i class="ti-angle-right me-2 text-primary"></i>
  2080.                            <span class="fw-semibold">winnerisland casino</span>
  2081.                        </a>
  2082.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2083.                    </li>
  2084.                    
  2085.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2086.                        <a href="https://www.thehaven.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2087.                            <i class="ti-angle-right me-2 text-primary"></i>
  2088.                            <span class="fw-semibold">non gamstop casino sites</span>
  2089.                        </a>
  2090.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2091.                    </li>
  2092.                    
  2093.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2094.                        <a href="https://lagoccia.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2095.                            <i class="ti-angle-right me-2 text-primary"></i>
  2096.                            <span class="fw-semibold">online casinos</span>
  2097.                        </a>
  2098.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2099.                    </li>
  2100.                    
  2101.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2102.                        <a href="https://idolmag.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2103.                            <i class="ti-angle-right me-2 text-primary"></i>
  2104.                            <span class="fw-semibold">non gamstop casino sites</span>
  2105.                        </a>
  2106.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2107.                    </li>
  2108.                    
  2109.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2110.                        <a href="https://www.concrete-online.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2111.                            <i class="ti-angle-right me-2 text-primary"></i>
  2112.                            <span class="fw-semibold">casinos not on gamstop</span>
  2113.                        </a>
  2114.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2115.                    </li>
  2116.                    
  2117.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2118.                        <a href="https://techconnect-live.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2119.                            <i class="ti-angle-right me-2 text-primary"></i>
  2120.                            <span class="fw-semibold">online casinos</span>
  2121.                        </a>
  2122.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2123.                    </li>
  2124.                    
  2125.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2126.                        <a href="https://www.britishicehockey.co.uk/online-casinos/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2127.                            <i class="ti-angle-right me-2 text-primary"></i>
  2128.                            <span class="fw-semibold">online casinos</span>
  2129.                        </a>
  2130.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2131.                    </li>
  2132.                    
  2133.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2134.                        <a href="https://livingcoasts.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2135.                            <i class="ti-angle-right me-2 text-primary"></i>
  2136.                            <span class="fw-semibold">non gamstop casino</span>
  2137.                        </a>
  2138.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2139.                    </li>
  2140.                    
  2141.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2142.                        <a href="https://www.internationalschoolmealsday.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2143.                            <i class="ti-angle-right me-2 text-primary"></i>
  2144.                            <span class="fw-semibold">non gamstop casinos</span>
  2145.                        </a>
  2146.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2147.                    </li>
  2148.                    
  2149.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2150.                        <a href="https://gamingamerica.com/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">uk online casinos not on gamstop</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://www.deakinandblue.com/"  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">non gamstop casinos</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.citytosea.org.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">non gamstop casino</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.weascotland.org.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">uk 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://www.focus12.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">online casino</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://britishicehockey.co.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 casino</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://esports-news.co.uk/online-casinos/non-gamstop/"  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">casino 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.escapistmagazine.com/uk/non-gamstop-casinos/"  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">non gamstop casino</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://unbound.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">non gamstop casinos uk</span>
  2217.                        </a>
  2218.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2219.                    </li>
  2220.                    
  2221.                </ul>
  2222.            </div>
  2223.        </div>
  2224.        
  2225.        <div class="sidebar-widget mb-4">
  2226.            <div class="widget-title-wrapper mb-3">
  2227.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2228.                    April 2026 Blog Roll
  2229.                    <span class="title-arrow"></span>
  2230.                </h4>
  2231.            </div>
  2232.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2233.                <ul class="list-unstyled scrollable-sidebar">
  2234.                    
  2235.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2236.                        <a href="https://www.ergodesktop.com"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2237.                            <i class="ti-angle-right me-2 text-primary"></i>
  2238.                            <span class="fw-semibold">UK casino not on GamStop</span>
  2239.                        </a>
  2240.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2241.                    </li>
  2242.                    
  2243.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2244.                        <a href="https://www.heatonpark.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2245.                            <i class="ti-angle-right me-2 text-primary"></i>
  2246.                            <span class="fw-semibold">crypto casino</span>
  2247.                        </a>
  2248.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2249.                    </li>
  2250.                    
  2251.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2252.                        <a href="https://www.richmondreview.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2253.                            <i class="ti-angle-right me-2 text-primary"></i>
  2254.                            <span class="fw-semibold">casinos not on gamstop</span>
  2255.                        </a>
  2256.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2257.                    </li>
  2258.                    
  2259.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2260.                        <a href="https://savethedatemagazine.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2261.                            <i class="ti-angle-right me-2 text-primary"></i>
  2262.                            <span class="fw-semibold">casino not on gamstop</span>
  2263.                        </a>
  2264.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2265.                    </li>
  2266.                    
  2267.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2268.                        <a href="https://www.mesaonline.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2269.                            <i class="ti-angle-right me-2 text-primary"></i>
  2270.                            <span class="fw-semibold">casino not on gamstop</span>
  2271.                        </a>
  2272.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2273.                    </li>
  2274.                    
  2275.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2276.                        <a href="https://www.london-irish.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2277.                            <i class="ti-angle-right me-2 text-primary"></i>
  2278.                            <span class="fw-semibold">online casinos not on gamstop</span>
  2279.                        </a>
  2280.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2281.                    </li>
  2282.                    
  2283.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2284.                        <a href="https://www.surfaceview.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2285.                            <i class="ti-angle-right me-2 text-primary"></i>
  2286.                            <span class="fw-semibold">uk casinos not on gamstop</span>
  2287.                        </a>
  2288.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2289.                    </li>
  2290.                    
  2291.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2292.                        <a href="https://www.cca-glasgow.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2293.                            <i class="ti-angle-right me-2 text-primary"></i>
  2294.                            <span class="fw-semibold">online casinos not on gamstop</span>
  2295.                        </a>
  2296.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2297.                    </li>
  2298.                    
  2299.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2300.                        <a href="https://bereavementcommission.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2301.                            <i class="ti-angle-right me-2 text-primary"></i>
  2302.                            <span class="fw-semibold">online casinos not on gamstop</span>
  2303.                        </a>
  2304.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2305.                    </li>
  2306.                    
  2307.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2308.                        <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2309.                            <i class="ti-angle-right me-2 text-primary"></i>
  2310.                            <span class="fw-semibold">online casinos not on gamstop</span>
  2311.                        </a>
  2312.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2313.                    </li>
  2314.                    
  2315.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2316.                        <a href="https://savethedatemagazine.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2317.                            <i class="ti-angle-right me-2 text-primary"></i>
  2318.                            <span class="fw-semibold">online casinos not on gamstop</span>
  2319.                        </a>
  2320.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2321.                    </li>
  2322.                    
  2323.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2324.                        <a href="https://unbound.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2325.                            <i class="ti-angle-right me-2 text-primary"></i>
  2326.                            <span class="fw-semibold">online casinos not on gamstop</span>
  2327.                        </a>
  2328.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2329.                    </li>
  2330.                    
  2331.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2332.                        <a href="https://internationalschoolmealsday.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2333.                            <i class="ti-angle-right me-2 text-primary"></i>
  2334.                            <span class="fw-semibold">casino sites not on gamstop</span>
  2335.                        </a>
  2336.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2337.                    </li>
  2338.                    
  2339.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2340.                        <a href="https://www.summerhall.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2341.                            <i class="ti-angle-right me-2 text-primary"></i>
  2342.                            <span class="fw-semibold">online casinos not on gamstop</span>
  2343.                        </a>
  2344.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2345.                    </li>
  2346.                    
  2347.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2348.                        <a href="https://www.elthampalace.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2349.                            <i class="ti-angle-right me-2 text-primary"></i>
  2350.                            <span class="fw-semibold">online casinos not on gamstop</span>
  2351.                        </a>
  2352.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2353.                    </li>
  2354.                    
  2355.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2356.                        <a href="https://tridentcryptofund.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2357.                            <i class="ti-angle-right me-2 text-primary"></i>
  2358.                            <span class="fw-semibold">crypto casino UK</span>
  2359.                        </a>
  2360.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2361.                    </li>
  2362.                    
  2363.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2364.                        <a href="https://www.qualityofcarenetwork.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2365.                            <i class="ti-angle-right me-2 text-primary"></i>
  2366.                            <span class="fw-semibold">lolajack casino</span>
  2367.                        </a>
  2368.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2369.                    </li>
  2370.                    
  2371.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2372.                        <a href="https://frn.org.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2373.                            <i class="ti-angle-right me-2 text-primary"></i>
  2374.                            <span class="fw-semibold">casinos not on gamstop</span>
  2375.                        </a>
  2376.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2377.                    </li>
  2378.                    
  2379.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2380.                        <a href="https://openidentityexchange.org"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2381.                            <i class="ti-angle-right me-2 text-primary"></i>
  2382.                            <span class="fw-semibold">non gamstop casinos</span>
  2383.                        </a>
  2384.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2385.                    </li>
  2386.                    
  2387.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2388.                        <a href="https://glugevents.com"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2389.                            <i class="ti-angle-right me-2 text-primary"></i>
  2390.                            <span class="fw-semibold">non gamstop casinos</span>
  2391.                        </a>
  2392.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2393.                    </li>
  2394.                    
  2395.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2396.                        <a href="https://www.economicjournal.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2397.                            <i class="ti-angle-right me-2 text-primary"></i>
  2398.                            <span class="fw-semibold">uk betting sites not on gamstop</span>
  2399.                        </a>
  2400.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2401.                    </li>
  2402.                    
  2403.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2404.                        <a href="https://superdao.co/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2405.                            <i class="ti-angle-right me-2 text-primary"></i>
  2406.                            <span class="fw-semibold">anonymous crypto casinos</span>
  2407.                        </a>
  2408.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2409.                    </li>
  2410.                    
  2411.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2412.                        <a href="https://phoneweek.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2413.                            <i class="ti-angle-right me-2 text-primary"></i>
  2414.                            <span class="fw-semibold">new non gamstop casinos uk</span>
  2415.                        </a>
  2416.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2417.                    </li>
  2418.                    
  2419.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2420.                        <a href="https://www.cca-glasgow.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2421.                            <i class="ti-angle-right me-2 text-primary"></i>
  2422.                            <span class="fw-semibold">casino not on gamstop</span>
  2423.                        </a>
  2424.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2425.                    </li>
  2426.                    
  2427.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2428.                        <a href="https://www.surfaceview.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2429.                            <i class="ti-angle-right me-2 text-primary"></i>
  2430.                            <span class="fw-semibold">casino not on gamstop</span>
  2431.                        </a>
  2432.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2433.                    </li>
  2434.                    
  2435.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2436.                        <a href="https://www.london-irish.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2437.                            <i class="ti-angle-right me-2 text-primary"></i>
  2438.                            <span class="fw-semibold">casino not on gamstop</span>
  2439.                        </a>
  2440.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2441.                    </li>
  2442.                    
  2443.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2444.                        <a href="https://www.kysty.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2445.                            <i class="ti-angle-right me-2 text-primary"></i>
  2446.                            <span class="fw-semibold">casino not on Gamstop</span>
  2447.                        </a>
  2448.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2449.                    </li>
  2450.                    
  2451.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2452.                        <a href="https://www.wildandgame.co.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2453.                            <i class="ti-angle-right me-2 text-primary"></i>
  2454.                            <span class="fw-semibold">online casinos</span>
  2455.                        </a>
  2456.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2457.                    </li>
  2458.                    
  2459.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2460.                        <a href="https://www.thekarczma.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2461.                            <i class="ti-angle-right me-2 text-primary"></i>
  2462.                            <span class="fw-semibold">non UK bingo sites</span>
  2463.                        </a>
  2464.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2465.                    </li>
  2466.                    
  2467.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2468.                        <a href="https://www.bmag.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2469.                            <i class="ti-angle-right me-2 text-primary"></i>
  2470.                            <span class="fw-semibold">online casinos uk</span>
  2471.                        </a>
  2472.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2473.                    </li>
  2474.                    
  2475.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2476.                        <a href="https://ecademy.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2477.                            <i class="ti-angle-right me-2 text-primary"></i>
  2478.                            <span class="fw-semibold">non gamstop casinos</span>
  2479.                        </a>
  2480.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2481.                    </li>
  2482.                    
  2483.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2484.                        <a href="https://www.cafebabel.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2485.                            <i class="ti-angle-right me-2 text-primary"></i>
  2486.                            <span class="fw-semibold">casino not on gamstop</span>
  2487.                        </a>
  2488.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2489.                    </li>
  2490.                    
  2491.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2492.                        <a href="https://www.toop.eu/"  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">non gamstop casino</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://knightsof.media/"  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">best uk non gamstop casinos</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.testandverification.com/"  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">non gamstop casino uk</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://www.ukbeetles.co.uk"  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 casinos</span>
  2519.                        </a>
  2520.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2521.                    </li>
  2522.                    
  2523.                </ul>
  2524.            </div>
  2525.        </div>
  2526.        
  2527.        <div class="sidebar-widget mb-4">
  2528.            <div class="widget-title-wrapper mb-3">
  2529.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2530.                    March 2026 Blog Roll
  2531.                    <span class="title-arrow"></span>
  2532.                </h4>
  2533.            </div>
  2534.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2535.                <ul class="list-unstyled scrollable-sidebar">
  2536.                    
  2537.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2538.                        <a href="https://www.peckhamaudio.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2539.                            <i class="ti-angle-right me-2 text-primary"></i>
  2540.                            <span class="fw-semibold">casinos not on GamStop</span>
  2541.                        </a>
  2542.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2543.                    </li>
  2544.                    
  2545.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2546.                        <a href="https://www.labodeganegra.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2547.                            <i class="ti-angle-right me-2 text-primary"></i>
  2548.                            <span class="fw-semibold">best casino not on GamStop</span>
  2549.                        </a>
  2550.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2551.                    </li>
  2552.                    
  2553.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2554.                        <a href="https://www.llancaiachfawr.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2555.                            <i class="ti-angle-right me-2 text-primary"></i>
  2556.                            <span class="fw-semibold">non GamStop casino UK</span>
  2557.                        </a>
  2558.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2559.                    </li>
  2560.                    
  2561.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2562.                        <a href="https://newsoundgeneration.co.uk/casinos-not-on-gamstop/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2563.                            <i class="ti-angle-right me-2 text-primary"></i>
  2564.                            <span class="fw-semibold">UK casinos not on Gamban</span>
  2565.                        </a>
  2566.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2567.                    </li>
  2568.                    
  2569.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2570.                        <a href="https://www.nordicresearchnetwork.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2571.                            <i class="ti-angle-right me-2 text-primary"></i>
  2572.                            <span class="fw-semibold">Non UK Gambling Sites</span>
  2573.                        </a>
  2574.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2575.                    </li>
  2576.                    
  2577.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2578.                        <a href="https://www.roostblog.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2579.                            <i class="ti-angle-right me-2 text-primary"></i>
  2580.                            <span class="fw-semibold">best crypto casinos</span>
  2581.                        </a>
  2582.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2583.                    </li>
  2584.                    
  2585.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2586.                        <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2587.                            <i class="ti-angle-right me-2 text-primary"></i>
  2588.                            <span class="fw-semibold">casinos not on gamstop</span>
  2589.                        </a>
  2590.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2591.                    </li>
  2592.                    
  2593.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2594.                        <a href="https://oncallfire.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2595.                            <i class="ti-angle-right me-2 text-primary"></i>
  2596.                            <span class="fw-semibold">Non GAMSTOP Casino</span>
  2597.                        </a>
  2598.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2599.                    </li>
  2600.                    
  2601.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2602.                        <a href="https://www.falconryforum.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2603.                            <i class="ti-angle-right me-2 text-primary"></i>
  2604.                            <span class="fw-semibold">non gamstop casino</span>
  2605.                        </a>
  2606.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2607.                    </li>
  2608.                    
  2609.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2610.                        <a href="https://robinhoodtax.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2611.                            <i class="ti-angle-right me-2 text-primary"></i>
  2612.                            <span class="fw-semibold">casino not on gamstop</span>
  2613.                        </a>
  2614.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2615.                    </li>
  2616.                    
  2617.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2618.                        <a href="https://citytosea.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2619.                            <i class="ti-angle-right me-2 text-primary"></i>
  2620.                            <span class="fw-semibold">casinos not on gamstop</span>
  2621.                        </a>
  2622.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2623.                    </li>
  2624.                    
  2625.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2626.                        <a href="https://www.lgbthistorymonth.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2627.                            <i class="ti-angle-right me-2 text-primary"></i>
  2628.                            <span class="fw-semibold">best uk non GamStop casinos</span>
  2629.                        </a>
  2630.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2631.                    </li>
  2632.                    
  2633.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2634.                        <a href="https://esports-news.co.uk/betting-sites/non-gamstop/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2635.                            <i class="ti-angle-right me-2 text-primary"></i>
  2636.                            <span class="fw-semibold">new betting sites uk</span>
  2637.                        </a>
  2638.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2639.                    </li>
  2640.                    
  2641.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2642.                        <a href="https://aboutcookies.org.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2643.                            <i class="ti-angle-right me-2 text-primary"></i>
  2644.                            <span class="fw-semibold">non gamstop casino uk</span>
  2645.                        </a>
  2646.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2647.                    </li>
  2648.                    
  2649.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2650.                        <a href="https://www.regionalnetworks.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2651.                            <i class="ti-angle-right me-2 text-primary"></i>
  2652.                            <span class="fw-semibold">Non GamStop Casino</span>
  2653.                        </a>
  2654.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2655.                    </li>
  2656.                    
  2657.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2658.                        <a href="https://www.covent-garden.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2659.                            <i class="ti-angle-right me-2 text-primary"></i>
  2660.                            <span class="fw-semibold">casino not on GamStop</span>
  2661.                        </a>
  2662.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2663.                    </li>
  2664.                    
  2665.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2666.                        <a href="https://socialeatinghouse.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2667.                            <i class="ti-angle-right me-2 text-primary"></i>
  2668.                            <span class="fw-semibold">slot sites not on GamStop</span>
  2669.                        </a>
  2670.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2671.                    </li>
  2672.                    
  2673.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2674.                        <a href="https://www.patients4nhs.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2675.                            <i class="ti-angle-right me-2 text-primary"></i>
  2676.                            <span class="fw-semibold">slot sites not on GamStop</span>
  2677.                        </a>
  2678.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2679.                    </li>
  2680.                    
  2681.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2682.                        <a href="https://www.ginspa.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2683.                            <i class="ti-angle-right me-2 text-primary"></i>
  2684.                            <span class="fw-semibold">casino not on gamestop</span>
  2685.                        </a>
  2686.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2687.                    </li>
  2688.                    
  2689.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2690.                        <a href="https://www.dinton-pastures.co.uk/"  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">best casinos not on GamStop</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://www.durhamminers.org/"  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">non GamStop casinos</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://www.fourpure.com/"  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">best casino not on GamStop</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://www.open-money.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">casinos 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.toop.eu/"  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">no gamstop casino</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://casinobeats.com/uk/online-casinos/casinos-not-on-gamstop/"  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">casino not on gamstop</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://www.employersforwork-lifebalance.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 casinos</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://knightsof.media/"  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 casinos</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.bttad.org/"  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">non gamstop 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://roadpeace.org/"  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 casinos</span>
  2765.                        </a>
  2766.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2767.                    </li>
  2768.                    
  2769.                </ul>
  2770.            </div>
  2771.        </div>
  2772.        
  2773.        <div class="sidebar-widget mb-4">
  2774.            <div class="widget-title-wrapper mb-3">
  2775.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2776.                    February 2026 Blog Roll
  2777.                    <span class="title-arrow"></span>
  2778.                </h4>
  2779.            </div>
  2780.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2781.                <ul class="list-unstyled scrollable-sidebar">
  2782.                    
  2783.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2784.                        <a href="https://croftersrights.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2785.                            <i class="ti-angle-right me-2 text-primary"></i>
  2786.                            <span class="fw-semibold">online casino</span>
  2787.                        </a>
  2788.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2789.                    </li>
  2790.                    
  2791.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2792.                        <a href="https://www.roadpeace.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2793.                            <i class="ti-angle-right me-2 text-primary"></i>
  2794.                            <span class="fw-semibold">casino not on gamstop</span>
  2795.                        </a>
  2796.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2797.                    </li>
  2798.                    
  2799.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2800.                        <a href="https://free2learn.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2801.                            <i class="ti-angle-right me-2 text-primary"></i>
  2802.                            <span class="fw-semibold">top 20 online casinos uk</span>
  2803.                        </a>
  2804.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2805.                    </li>
  2806.                    
  2807.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2808.                        <a href="https://jst.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2809.                            <i class="ti-angle-right me-2 text-primary"></i>
  2810.                            <span class="fw-semibold">online casinos</span>
  2811.                        </a>
  2812.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2813.                    </li>
  2814.                    
  2815.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2816.                        <a href="https://esports-news.co.uk/online-casinos/crypto/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2817.                            <i class="ti-angle-right me-2 text-primary"></i>
  2818.                            <span class="fw-semibold">crypto casino uk</span>
  2819.                        </a>
  2820.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2821.                    </li>
  2822.                    
  2823.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2824.                        <a href="https://www.techandplay.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2825.                            <i class="ti-angle-right me-2 text-primary"></i>
  2826.                            <span class="fw-semibold">betting sites not on gamstop</span>
  2827.                        </a>
  2828.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2829.                    </li>
  2830.                    
  2831.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2832.                        <a href="https://www.casquette.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2833.                            <i class="ti-angle-right me-2 text-primary"></i>
  2834.                            <span class="fw-semibold">online casinos</span>
  2835.                        </a>
  2836.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2837.                    </li>
  2838.                    
  2839.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2840.                        <a href="https://www.bshg.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2841.                            <i class="ti-angle-right me-2 text-primary"></i>
  2842.                            <span class="fw-semibold">non gamstop casino</span>
  2843.                        </a>
  2844.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2845.                    </li>
  2846.                    
  2847.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2848.                        <a href="https://unbound.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2849.                            <i class="ti-angle-right me-2 text-primary"></i>
  2850.                            <span class="fw-semibold">non gamstop casino</span>
  2851.                        </a>
  2852.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2853.                    </li>
  2854.                    
  2855.                </ul>
  2856.            </div>
  2857.        </div>
  2858.        
  2859.  
  2860.        <!-- Recent Posts Section -->
  2861.        <div class="sidebar-widget mb-3">
  2862.            <div class="widget-title-wrapper mb-3">
  2863.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2864.                    Recent Posts
  2865.                    <span class="title-arrow"></span>
  2866.                </h4>
  2867.            </div>
  2868.            <div class="widget-content border border-light shadow-sm rounded p-4">
  2869.                <div class="recent-post-list">
  2870.                    
  2871.                    
  2872.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2873.                        <div class="post-image me-3 flex-shrink-0">
  2874.                            
  2875.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2876.                            
  2877.                        </div>
  2878.                        <div class="post-content flex-grow-1">
  2879.                            <h6 class="post-title mb-1">
  2880.                                 <a href="/who-is-al-carns-ex-royal-marine-and-labour-minister-with-sights-on-leadership/" class="text-decoration-none top-color fw-semibold">
  2881.                                    Who is Al Carns? Ex-Royal Marine and Labour Minister with Sights on Leadership
  2882.                                </a>
  2883.                            </h6>
  2884.                            <div class="post-meta">
  2885.                                <small class="text-muted">
  2886.                                    <i class="ti-calendar me-1"></i>17 May 2026
  2887.                                </small>
  2888.                                <!-- <small class="text-muted ms-2">
  2889.                                    <i class="ti-eye me-1"></i>234 views
  2890.                                </small> -->
  2891.                            </div>
  2892.                        </div>
  2893.                    </div>
  2894.                    
  2895.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2896.                        <div class="post-image me-3 flex-shrink-0">
  2897.                            
  2898.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2899.                            
  2900.                        </div>
  2901.                        <div class="post-content flex-grow-1">
  2902.                            <h6 class="post-title mb-1">
  2903.                                 <a href="/crans-montana-blaze-victims-receive-care-in-specialist-clinics-across-europe/" class="text-decoration-none top-color fw-semibold">
  2904.                                    Crans-Montana Blaze Victims Receive Care in Specialist Clinics Across Europe
  2905.                                </a>
  2906.                            </h6>
  2907.                            <div class="post-meta">
  2908.                                <small class="text-muted">
  2909.                                    <i class="ti-calendar me-1"></i>17 May 2026
  2910.                                </small>
  2911.                                <!-- <small class="text-muted ms-2">
  2912.                                    <i class="ti-eye me-1"></i>234 views
  2913.                                </small> -->
  2914.                            </div>
  2915.                        </div>
  2916.                    </div>
  2917.                    
  2918.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2919.                        <div class="post-image me-3 flex-shrink-0">
  2920.                            
  2921.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2922.                            
  2923.                        </div>
  2924.                        <div class="post-content flex-grow-1">
  2925.                            <h6 class="post-title mb-1">
  2926.                                 <a href="/perfecting-the-art-of-internet-based-slot-gaming-a-comprehensive-guide/" class="text-decoration-none top-color fw-semibold">
  2927.                                    Perfecting the Art of Internet-Based Slot Gaming: A Comprehensive Guide
  2928.                                </a>
  2929.                            </h6>
  2930.                            <div class="post-meta">
  2931.                                <small class="text-muted">
  2932.                                    <i class="ti-calendar me-1"></i>17 May 2026
  2933.                                </small>
  2934.                                <!-- <small class="text-muted ms-2">
  2935.                                    <i class="ti-eye me-1"></i>234 views
  2936.                                </small> -->
  2937.                            </div>
  2938.                        </div>
  2939.                    </div>
  2940.                    
  2941.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2942.                        <div class="post-image me-3 flex-shrink-0">
  2943.                            
  2944.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2945.                            
  2946.                        </div>
  2947.                        <div class="post-content flex-grow-1">
  2948.                            <h6 class="post-title mb-1">
  2949.                                 <a href="/leaders-recognise-leaders-as-the-president-extends-mamdani-a-cordial-welcome/" class="text-decoration-none top-color fw-semibold">
  2950.                                    Leaders Recognise Leaders as The President Extends Mamdani a Cordial Welcome
  2951.                                </a>
  2952.                            </h6>
  2953.                            <div class="post-meta">
  2954.                                <small class="text-muted">
  2955.                                    <i class="ti-calendar me-1"></i>17 May 2026
  2956.                                </small>
  2957.                                <!-- <small class="text-muted ms-2">
  2958.                                    <i class="ti-eye me-1"></i>234 views
  2959.                                </small> -->
  2960.                            </div>
  2961.                        </div>
  2962.                    </div>
  2963.                    
  2964.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2965.                        <div class="post-image me-3 flex-shrink-0">
  2966.                            
  2967.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2968.                            
  2969.                        </div>
  2970.                        <div class="post-content flex-grow-1">
  2971.                            <h6 class="post-title mb-1">
  2972.                                 <a href="/the-decade-of-desire-by-author-erin-somers-the-midlife-infidelity-story-this-era-has-earned/" class="text-decoration-none top-color fw-semibold">
  2973.                                    The Decade of Desire by author Erin Somers: The Midlife Infidelity Story This Era Has Earned.
  2974.                                </a>
  2975.                            </h6>
  2976.                            <div class="post-meta">
  2977.                                <small class="text-muted">
  2978.                                    <i class="ti-calendar me-1"></i>16 May 2026
  2979.                                </small>
  2980.                                <!-- <small class="text-muted ms-2">
  2981.                                    <i class="ti-eye me-1"></i>234 views
  2982.                                </small> -->
  2983.                            </div>
  2984.                        </div>
  2985.                    </div>
  2986.                    
  2987.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2988.                        <div class="post-image me-3 flex-shrink-0">
  2989.                            
  2990.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2991.                            
  2992.                        </div>
  2993.                        <div class="post-content flex-grow-1">
  2994.                            <h6 class="post-title mb-1">
  2995.                                 <a href="/president-zelenskyy-says-the-nation-was-10-away-from-peace-but-not-at-any-cost/" class="text-decoration-none top-color fw-semibold">
  2996.                                    President Zelenskyy Says The Nation Was 10% Away from Peace, But Not at Any Cost
  2997.                                </a>
  2998.                            </h6>
  2999.                            <div class="post-meta">
  3000.                                <small class="text-muted">
  3001.                                    <i class="ti-calendar me-1"></i>16 May 2026
  3002.                                </small>
  3003.                                <!-- <small class="text-muted ms-2">
  3004.                                    <i class="ti-eye me-1"></i>234 views
  3005.                                </small> -->
  3006.                            </div>
  3007.                        </div>
  3008.                    </div>
  3009.                    
  3010.  
  3011.                </div>
  3012.            </div>
  3013.        </div>
  3014.  
  3015.    </div>
  3016.  
  3017.  
  3018. <!-- Sidebar Styles -->
  3019. <style>
  3020.    .sidebar-widget {
  3021.        position: relative;
  3022.    }
  3023.    
  3024.    .widget-title {
  3025.        font-size: 1.1rem;
  3026.        font-weight: 700;
  3027.        display: inline-block;
  3028.        position: relative;
  3029.        z-index: 2;
  3030.        border-radius: 0;
  3031.    }
  3032.    
  3033.    .title-arrow::after {
  3034.        content: '';
  3035.        position: absolute;
  3036.        top: 0;
  3037.        right: -20px;
  3038.        width: 0;
  3039.        height: 0;
  3040.        border-left: 20px solid var(--bs-primary);
  3041.        border-top: 20px solid transparent;
  3042.        border-bottom: 20px solid transparent;
  3043.        z-index: 1;
  3044.    }
  3045.    
  3046.    .widget-content {
  3047.        margin-top: -1px;
  3048.        position: relative;
  3049.        z-index: 1;
  3050.         background-color: var(--card-bg);
  3051.    }
  3052.    
  3053.    .recent-post-item:hover .post-title1 a {
  3054.        color: #dc3545 !important;
  3055.        transition: color 0.3s ease;
  3056.    }
  3057.    
  3058.    .recent-post-item .post-image img {
  3059.        transition: transform 0.3s ease;
  3060.    }
  3061.    
  3062.    .recent-post-item:hover .post-image img {
  3063.        transform: scale(1.05);
  3064.    }
  3065.    
  3066.    .btn:hover {
  3067.        transform: translateY(-1px);
  3068.        transition: all 0.3s ease;
  3069.        box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  3070.    }
  3071.    
  3072.    @media (max-width: 991px) {
  3073.        .sidebar {
  3074.            margin-top: 3rem;
  3075.        }
  3076.    }
  3077.    
  3078.    @media (max-width: 576px) {
  3079.        .widget-title {
  3080.            font-size: 1rem;
  3081.            padding: 0.75rem 1rem !important;
  3082.        }
  3083.        
  3084.        .title-arrow::after {
  3085.            right: -15px;
  3086.            border-left: 15px solid var(--bs-primary);
  3087.            border-top: 15px solid transparent;
  3088.            border-bottom: 15px solid transparent;
  3089.        }
  3090.        
  3091.        .post-image {
  3092.            display: none !important;
  3093.        }
  3094.    }
  3095. </style>
  3096.    
  3097.            </div>
  3098.        </div>
  3099.    </div>
  3100. </section>
  3101.  
  3102. <script>
  3103. document.addEventListener('DOMContentLoaded', function() {
  3104.    // Intersection Observer for Fade Animation on Scroll Up and Down
  3105.    const observerOptions = {
  3106.        threshold: [0, 0.15], // Trigger at 0% and 15% visibility
  3107.        rootMargin: '0px 0px -100px 0px'
  3108.    };
  3109.  
  3110.    // Group cards into pairs (assuming two cards per row)
  3111.    const cards = document.querySelectorAll('.scroll-trigger');
  3112.    const cardPairs = [];
  3113.    for (let i = 0; i < cards.length; i += 2) {
  3114.        cardPairs.push([cards[i], cards[i + 1]].filter(Boolean)); // Handle odd number of cards
  3115.    }
  3116.  
  3117.    const observer = new IntersectionObserver(function(entries) {
  3118.        entries.forEach(entry => {
  3119.            const card = entry.target;
  3120.            // Find the pair index for the current card
  3121.            const pairIndex = cardPairs.findIndex(pair => pair.includes(card));
  3122.            const pair = cardPairs[pairIndex];
  3123.  
  3124.            if (entry.isIntersecting) {
  3125.                // Fade in the pair with a delay based on pair index
  3126.                pair.forEach((cardInPair, index) => {
  3127.                    setTimeout(() => {
  3128.                        cardInPair.classList.add('active');
  3129.                    }, pairIndex * 300); // 300ms delay between pairs
  3130.                });
  3131.            } else {
  3132.                // Fade out the pair when exiting viewport
  3133.                pair.forEach(cardInPair => {
  3134.                    cardInPair.classList.remove('active');
  3135.                });
  3136.            }
  3137.        });
  3138.    }, observerOptions);
  3139.  
  3140.    // Observe each card individually
  3141.    cards.forEach(card => {
  3142.        observer.observe(card);
  3143.    });
  3144. });
  3145. </script>
  3146.  
  3147.    
  3148.        
  3149.        <!-- end wpo-blog-highlights-section -->
  3150.        <!-- start wpo-blog-sponsored-section -->
  3151.        
  3152.  
  3153.  
  3154.  
  3155.    
  3156.  
  3157.  
  3158.  
  3159. <style>
  3160.    .sponsored-section-v3 {
  3161.        padding: 50px 0;
  3162.    }
  3163.    
  3164.    .sponsored-card-v3 {
  3165.        background: var(--card-bg);
  3166.        border: 1px solid var(--border-color);
  3167.        border-radius: 4px;
  3168.        transition: transform 0.3s ease;
  3169.        height: 100%;
  3170.    }
  3171.    
  3172.    .sponsored-card-v3:hover {
  3173.        transform: scale(1.02);
  3174.    }
  3175.    
  3176.    .sponsored-image-v3 {
  3177.        position: relative;
  3178.        height: 170px;
  3179.        border-bottom: 1px solid var(--border-color);
  3180.    }
  3181.    
  3182.    .sponsored-image-v3 img {
  3183.        width: 100%;
  3184.        height: 100%;
  3185.        object-fit: cover;
  3186.    }
  3187.    
  3188.    .sponsored-badge-v3 {
  3189.        position: absolute;
  3190.        top: 10px;
  3191.        right: 10px;
  3192.        padding: 5px 8px;
  3193.        font-size: 11px;
  3194.        font-weight: 600;
  3195.        text-transform: uppercase;
  3196.        border-radius: 50%;
  3197.    }
  3198.    
  3199.    .sponsored-content-v3 {
  3200.        position: relative;
  3201.        padding: 18px;
  3202.    }
  3203.    
  3204.    .sponsored-title-v3 {
  3205.        font-size: 16px;
  3206.        font-weight: 700;
  3207.        line-height: 1.5;
  3208.        margin-bottom: 8px;
  3209.    }
  3210.    
  3211.    .sponsored-title-v3 a {
  3212.        text-decoration: none;
  3213.        color: #333;
  3214.    }
  3215.    
  3216.    .sponsored-title-v3 a:hover {
  3217.        color: #0056b3; /* Darker blue for hover */
  3218.    }
  3219.    
  3220.    .sponsored-excerpt-v3 {
  3221.        font-size: 13px;
  3222.        font-weight: 400;
  3223.        color: #868e96;
  3224.        margin-bottom: 12px;
  3225.        line-height: 1.5;
  3226.    }
  3227.    
  3228.    .sponsored-meta-v3 {
  3229.        font-size: 12px;
  3230.        color: #6c757d;
  3231.    }
  3232.    
  3233.    .author-info-v3 {
  3234.        display: flex;
  3235.        align-items: center;
  3236.        gap: 6px;
  3237.        margin-bottom: 6px;
  3238.    }
  3239.    
  3240.    .sponsored-author-img-v3 {
  3241.        width: 24px;
  3242.        height: 24px;
  3243.        border-radius: 50%;
  3244.        object-fit: cover;
  3245.    }
  3246.    
  3247.    .section-title-sponsored-v3 {
  3248.        font-size: 2rem;
  3249.        font-weight: 600;
  3250.        text-align: left;
  3251.        margin-bottom: 25px;
  3252.        color: #333;
  3253.        border-bottom: 3px solid var(--bs-primary);
  3254.        padding-bottom: 10px;
  3255.    }
  3256.  
  3257.    @media (max-width: 768px) {
  3258.        .sponsored-section-v3 {
  3259.            padding: 30px 0;
  3260.        }
  3261.        .sponsored-content-v3 {
  3262.            padding: 15px;
  3263.        }
  3264.        .sponsored-title-v3 {
  3265.            font-size: 15px;
  3266.        }
  3267.        .sponsored-excerpt-v3 {
  3268.            font-size: 12px;
  3269.        }
  3270.        .section-title-sponsored-v3 {
  3271.            font-size: 1.8rem;
  3272.        }
  3273.    }
  3274. </style>
  3275.  
  3276. <section class="sponsored-section-v3">
  3277.    <div class="container-fluid fluid-container">
  3278.        <div class="row">
  3279.            <div class="col-12">
  3280.                <h2 class="section-title-sponsored-v3">Sponsored News</h2>
  3281.            </div>
  3282.        </div>
  3283.        
  3284.        <div class="row g-4">
  3285.            
  3286.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3287.                <div class="card sponsored-card-v3">
  3288.                    <div class="sponsored-image-v3">
  3289.                        
  3290.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3291.                        
  3292.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3293.                    </div>
  3294.                    <div class="sponsored-content-v3">
  3295.                        <h3 class="sponsored-title-v3">
  3296.                            <a href="/who-is-al-carns-ex-royal-marine-and-labour-minister-with-sights-on-leadership/" class="top-color">
  3297.                            Who is Al Carns? Ex-Royal Marine and Labour Minister with Sights on Leadership
  3298.                            </a>
  3299.                        </h3>
  3300.                        <p class="sponsored-excerpt-v3">
  3301.                            
  3302.                        </p>
  3303.                        <div class="sponsored-meta-v3">
  3304.                            <div class="author-info-v3">
  3305.                                
  3306.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Michael Golden" class="sponsored-author-img-v3">
  3307.                                
  3308.                                <span>
  3309.                                    Michael Golden
  3310.                                </span>
  3311.                            </div>
  3312.                            <div class="d-flex gap-2">
  3313.                                <i class="ti-calendar"></i> 17 May 2026
  3314.                            </div>
  3315.                        </div>
  3316.                    </div>
  3317.                </div>
  3318.            </div>
  3319.            
  3320.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3321.                <div class="card sponsored-card-v3">
  3322.                    <div class="sponsored-image-v3">
  3323.                        
  3324.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3325.                        
  3326.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3327.                    </div>
  3328.                    <div class="sponsored-content-v3">
  3329.                        <h3 class="sponsored-title-v3">
  3330.                            <a href="/crans-montana-blaze-victims-receive-care-in-specialist-clinics-across-europe/" class="top-color">
  3331.                            Crans-Montana Blaze Victims Receive Care in Specialist Clinics Across Europe
  3332.                            </a>
  3333.                        </h3>
  3334.                        <p class="sponsored-excerpt-v3">
  3335.                            
  3336.                        </p>
  3337.                        <div class="sponsored-meta-v3">
  3338.                            <div class="author-info-v3">
  3339.                                
  3340.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Michael Golden" class="sponsored-author-img-v3">
  3341.                                
  3342.                                <span>
  3343.                                    Michael Golden
  3344.                                </span>
  3345.                            </div>
  3346.                            <div class="d-flex gap-2">
  3347.                                <i class="ti-calendar"></i> 17 May 2026
  3348.                            </div>
  3349.                        </div>
  3350.                    </div>
  3351.                </div>
  3352.            </div>
  3353.            
  3354.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3355.                <div class="card sponsored-card-v3">
  3356.                    <div class="sponsored-image-v3">
  3357.                        
  3358.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3359.                        
  3360.                        <div class="sponsored-badge-v3 bg-primary-gradient">Others</div>
  3361.                    </div>
  3362.                    <div class="sponsored-content-v3">
  3363.                        <h3 class="sponsored-title-v3">
  3364.                            <a href="/perfecting-the-art-of-internet-based-slot-gaming-a-comprehensive-guide/" class="top-color">
  3365.                            Perfecting the Art of Internet-Based Slot Gaming: A Comprehensive Guide
  3366.                            </a>
  3367.                        </h3>
  3368.                        <p class="sponsored-excerpt-v3">
  3369.                            
  3370.                        </p>
  3371.                        <div class="sponsored-meta-v3">
  3372.                            <div class="author-info-v3">
  3373.                                
  3374.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Michael Golden" class="sponsored-author-img-v3">
  3375.                                
  3376.                                <span>
  3377.                                    Michael Golden
  3378.                                </span>
  3379.                            </div>
  3380.                            <div class="d-flex gap-2">
  3381.                                <i class="ti-calendar"></i> 17 May 2026
  3382.                            </div>
  3383.                        </div>
  3384.                    </div>
  3385.                </div>
  3386.            </div>
  3387.            
  3388.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3389.                <div class="card sponsored-card-v3">
  3390.                    <div class="sponsored-image-v3">
  3391.                        
  3392.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3393.                        
  3394.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3395.                    </div>
  3396.                    <div class="sponsored-content-v3">
  3397.                        <h3 class="sponsored-title-v3">
  3398.                            <a href="/leaders-recognise-leaders-as-the-president-extends-mamdani-a-cordial-welcome/" class="top-color">
  3399.                            Leaders Recognise Leaders as The President Extends Mamdani a Cordial Welcome
  3400.                            </a>
  3401.                        </h3>
  3402.                        <p class="sponsored-excerpt-v3">
  3403.                            
  3404.                        </p>
  3405.                        <div class="sponsored-meta-v3">
  3406.                            <div class="author-info-v3">
  3407.                                
  3408.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Michael Golden" class="sponsored-author-img-v3">
  3409.                                
  3410.                                <span>
  3411.                                    Michael Golden
  3412.                                </span>
  3413.                            </div>
  3414.                            <div class="d-flex gap-2">
  3415.                                <i class="ti-calendar"></i> 17 May 2026
  3416.                            </div>
  3417.                        </div>
  3418.                    </div>
  3419.                </div>
  3420.            </div>
  3421.            
  3422.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3423.                <div class="card sponsored-card-v3">
  3424.                    <div class="sponsored-image-v3">
  3425.                        
  3426.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3427.                        
  3428.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3429.                    </div>
  3430.                    <div class="sponsored-content-v3">
  3431.                        <h3 class="sponsored-title-v3">
  3432.                            <a href="/the-decade-of-desire-by-author-erin-somers-the-midlife-infidelity-story-this-era-has-earned/" class="top-color">
  3433.                            The Decade of Desire by author Erin Somers: The Midlife Infidelity Story This Era Has Earned.
  3434.                            </a>
  3435.                        </h3>
  3436.                        <p class="sponsored-excerpt-v3">
  3437.                            
  3438.                        </p>
  3439.                        <div class="sponsored-meta-v3">
  3440.                            <div class="author-info-v3">
  3441.                                
  3442.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Michael Golden" class="sponsored-author-img-v3">
  3443.                                
  3444.                                <span>
  3445.                                    Michael Golden
  3446.                                </span>
  3447.                            </div>
  3448.                            <div class="d-flex gap-2">
  3449.                                <i class="ti-calendar"></i> 16 May 2026
  3450.                            </div>
  3451.                        </div>
  3452.                    </div>
  3453.                </div>
  3454.            </div>
  3455.            
  3456.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3457.                <div class="card sponsored-card-v3">
  3458.                    <div class="sponsored-image-v3">
  3459.                        
  3460.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3461.                        
  3462.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3463.                    </div>
  3464.                    <div class="sponsored-content-v3">
  3465.                        <h3 class="sponsored-title-v3">
  3466.                            <a href="/president-zelenskyy-says-the-nation-was-10-away-from-peace-but-not-at-any-cost/" class="top-color">
  3467.                            President Zelenskyy Says The Nation Was 10% Away from Peace, But Not at Any Cost
  3468.                            </a>
  3469.                        </h3>
  3470.                        <p class="sponsored-excerpt-v3">
  3471.                            
  3472.                        </p>
  3473.                        <div class="sponsored-meta-v3">
  3474.                            <div class="author-info-v3">
  3475.                                
  3476.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Michael Golden" class="sponsored-author-img-v3">
  3477.                                
  3478.                                <span>
  3479.                                    Michael Golden
  3480.                                </span>
  3481.                            </div>
  3482.                            <div class="d-flex gap-2">
  3483.                                <i class="ti-calendar"></i> 16 May 2026
  3484.                            </div>
  3485.                        </div>
  3486.                    </div>
  3487.                </div>
  3488.            </div>
  3489.            
  3490.        </div>
  3491.    </div>
  3492. </section>
  3493.  
  3494.  
  3495.    
  3496.        <!-- end wpo-blog-sponsored-section -->
  3497.        <!-- start wpo-subscribe-section -->
  3498.        
  3499.        <!-- end subscribe-section -->
  3500.        <!-- start of wpo-site-footer-section -->
  3501.        
  3502.  
  3503.  
  3504.  
  3505.  
  3506.  
  3507. <footer class="wpo-site-footer-v3">
  3508.  <!-- Top Section - Logo -->
  3509.  <div class="footer-top-section py-4 border-bottom">
  3510.    <div class="container-fluid fluid-container">
  3511.      <div class="row justify-content-center">
  3512.        <div class="col-12 text-center">
  3513.          <div class="brand-logo">
  3514.            
  3515.              <h3 class="brand-title">PlasmaDirect Blog</h3>
  3516.            
  3517.            <p class="brand-tagline mt-2">PlasmaDirect offers high-quality plasma cutting machines, consumables, and expert technical support for industrial and workshop applications across the UK.</p>
  3518.          </div>
  3519.        </div>
  3520.      </div>
  3521.    </div>
  3522.  </div>
  3523.  
  3524.  <!-- Main Content -->
  3525.  <div class="footer-main-content pt-4">
  3526.    <div class="container-fluid fluid-container">
  3527.      <div class="row justify-content-center">
  3528.        <!-- Single Column: Quick Links -->
  3529.        <div class="col-12 text-center mb-4 border-bottom pb-4">
  3530.          <div class="footer-column">
  3531.            <h5 class="column-title">Quick Links</h5>
  3532.            <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3">
  3533.              
  3534.                <li>
  3535.                  <a class="menu-link" href="/republican-senator-says-agreement-can-be-had-on-healthcare-as-crucial-subsidies-set-to-expire/">Republican Senator Says &#x27;Agreement Can Be Had&#x27; on Healthcare as Crucial Subsidies Set to Expire.</a>
  3536.                </li>
  3537.              
  3538.                <li>
  3539.                  <a class="menu-link" href="/administration-denounces-democrat-fabrication-as-additional-jeffrey-epstein-images-disclosed/">Administration Denounces &#x27;Democrat Fabrication&#x27; as Additional Jeffrey Epstein Images Disclosed</a>
  3540.                </li>
  3541.              
  3542.                <li>
  3543.                  <a class="menu-link" href="/best-10-tips-for-improving-your-wins-in-casino-slots/">Best 10 Tips for Improving Your Wins in Casino Slots</a>
  3544.                </li>
  3545.              
  3546.                <li>
  3547.                  <a class="menu-link" href="/millie-bright-leaves-england-scene-well-after-her-reputation-was-etched-within-football-icons/">Millie Bright Leaves England Scene Well After Her Reputation Was Etched Within Football Icons</a>
  3548.                </li>
  3549.              
  3550.                <li>
  3551.                  <a class="menu-link" href="/upcoming-trends-of-internet-based-slot-games-exciting-advancements-to-keep-an-eye-on/">Upcoming Trends of Internet-based Slot Games: Exciting Advancements to Keep an Eye On</a>
  3552.                </li>
  3553.              
  3554.                <li>
  3555.                  <a class="menu-link" href="/the-hit-drama-confirmed-for-seventh-season-on-the-british-broadcaster/">The Hit Drama Confirmed for Seventh Season on the British Broadcaster</a>
  3556.                </li>
  3557.              
  3558.            </ul>
  3559.          </div>
  3560.        </div>
  3561.  
  3562.        <!-- Single Column: Top Categories -->
  3563.        <div class="col-12 text-center mb-4 border-bottom pb-4">
  3564.          <div class="footer-column">
  3565.            <h5 class="column-title">Top Categories</h5>
  3566.            <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3">
  3567.              
  3568.                <li>
  3569.                  <a class="menu-link" href="/category/all-posts/">All Posts</a>
  3570.                </li>
  3571.              
  3572.                <li>
  3573.                  <a class="menu-link" href="/category/business/">Business</a>
  3574.                </li>
  3575.              
  3576.                <li>
  3577.                  <a class="menu-link" href="/category/esports/">Esports</a>
  3578.                </li>
  3579.              
  3580.                <li>
  3581.                  <a class="menu-link" href="/category/fashion/">Fashion</a>
  3582.                </li>
  3583.              
  3584.                <li>
  3585.                  <a class="menu-link" href="/category/featured/">Featured</a>
  3586.                </li>
  3587.              
  3588.            </ul>
  3589.          </div>
  3590.        </div>
  3591.  
  3592.        <!-- Single Column: Blog Rolls -->
  3593.      <div class="col-12 text-center border-bottom pb-4">
  3594.          <div class="footer-column">
  3595.            <h5 class="column-title">Blog Rolls</h5>
  3596.            <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3" id="blogRollLinks">
  3597.              
  3598.              
  3599.  
  3600.              
  3601.              
  3602.                
  3603.              
  3604.            </ul>
  3605.          </div>
  3606.        </div>
  3607.      </div>
  3608.    </div>
  3609.  </div>
  3610.  
  3611.  <!-- Footer Bottom -->
  3612.  <div class="footer-bottom py-3">
  3613.    <div class="container-fluid fluid-container">
  3614.      <div class="row justify-content-center">
  3615.        <div class="col-12 text-center">
  3616.          <div class="bottom-content">
  3617.            <div class="copyright-info mb-3">
  3618.              <p class="mb-0 text-info">
  3619.                &copy; 2026 <strong>PlasmaDirect Blog</strong>. All rights reserved.
  3620.              </p>
  3621.            </div>
  3622.            <div class="utility-links d-flex flex-wrap justify-content-center gap-3">
  3623.              <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  3624.              <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  3625.              <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  3626.            </div>
  3627.          </div>
  3628.        </div>
  3629.      </div>
  3630.    </div>
  3631.  </div>
  3632. </footer>
  3633.  
  3634. <style>
  3635. .wpo-site-footer-v3 {
  3636.    background: var(--card-bg) !important;
  3637. }
  3638.  
  3639. .footer-logo {
  3640.    height: 60px;
  3641.    width: auto;
  3642. }
  3643. .text-info{
  3644.    color: var(--topbar-color) !important;
  3645. }
  3646.  
  3647. .brand-title {
  3648.    font-size: 22px;
  3649.    font-weight: 700;
  3650.    color: var(--topbar-color);
  3651.    margin: 0;
  3652. }
  3653.  
  3654. .brand-tagline {
  3655.    font-size: 14px;
  3656.    color: var(--topbar-color);
  3657.    margin: 0;
  3658. }
  3659.  
  3660. .column-title {
  3661.    font-size: 16px;
  3662.    font-weight: 600;
  3663.    color: var(--topbar-color) !important;
  3664.    margin-bottom: 15px;
  3665. }
  3666.  
  3667. .footer-menu {
  3668.    margin: 0;
  3669. }
  3670.  
  3671. .menu-link {
  3672.    color: var(--topbar-color) !important;
  3673.    text-decoration: none;
  3674.    font-size: 14px;
  3675.    transition: color 0.3s ease;
  3676. }
  3677.  
  3678. .menu-link:hover {
  3679.    color: var(--primary-color);
  3680. }
  3681.  
  3682. .footer-bottom {
  3683.    font-size: 13px;
  3684. }
  3685.  
  3686. .utility-link {
  3687.    color: var(--topbar-color) !important;
  3688.    text-decoration: none;
  3689.    font-size: 13px;
  3690.    transition: color 0.3s ease;
  3691. }
  3692. /* Responsive Design */
  3693. @media (max-width: 768px) {
  3694.    .footer-logo {
  3695.        height: 50px;
  3696.    }
  3697.    
  3698.    .column-title {
  3699.        font-size: 15px;
  3700.    }
  3701.    
  3702.    .menu-link {
  3703.        font-size: 13px;
  3704.    }
  3705. }
  3706.  
  3707. @media (max-width: 576px) {
  3708.    .brand-title {
  3709.        font-size: 20px;
  3710.    }
  3711.    
  3712.    .brand-tagline {
  3713.        font-size: 13px;
  3714.    }
  3715.    
  3716.    .cta-btn {
  3717.        font-size: 12px;
  3718.        padding: 5px 12px;
  3719.    }
  3720. }
  3721. </style>
  3722.  
  3723. <script>
  3724. // Prevent default for placeholder links
  3725. document.addEventListener('DOMContentLoaded', function() {
  3726.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  3727.        anchor.addEventListener('click', function(e) {
  3728.            e.preventDefault();
  3729.        });
  3730.    });
  3731. });
  3732. document.addEventListener('DOMContentLoaded', function () {
  3733.    var btn = document.getElementById('toggleBlogRollLinks');
  3734.    if (!btn) return; // No extra items, no button
  3735.  
  3736.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  3737.  
  3738.    btn.addEventListener('click', function () {
  3739.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3740.            return li.classList.contains('d-none');
  3741.        });
  3742.  
  3743.        extras.forEach(function (li) {
  3744.            if (anyHidden) {
  3745.                li.classList.remove('d-none');
  3746.                li.classList.add('show');
  3747.            } else {
  3748.                li.classList.add('d-none');
  3749.                li.classList.remove('show');
  3750.            }
  3751.        });
  3752.  
  3753.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3754.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3755.    });
  3756. });
  3757.  
  3758. </script>
  3759.  
  3760.        <!-- end of wpo-site-footer-section -->
  3761.    </div>
  3762.    <!-- end of page-wrapper -->
  3763.  
  3764.    <!-- All JavaScript files
  3765.    ================================================== -->
  3766.    
  3767.  
  3768. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3769. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3770. <!-- Plugins for this template -->
  3771. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3772. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3773. <!-- Custom script for this template -->
  3774. <script src="/static/blogapp/assets/js/script.js"></script>
  3775.  
  3776. <script>
  3777. (function () {
  3778. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3779. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3780.  
  3781. function applyFallback(img) {
  3782. if (!img || img.dataset.fallbackApplied === "1") {
  3783. return;
  3784. }
  3785. var failedSrc = img.currentSrc || img.src || "";
  3786. img.dataset.fallbackApplied = "1";
  3787. img.onerror = null;
  3788. img.src = fallbackImageSrc;
  3789. console.warn("[ImageFallback] Replaced broken image:", {
  3790. failedSrc: failedSrc,
  3791. fallbackSrc: fallbackImageSrc,
  3792. alt: img.alt || "",
  3793. });
  3794. }
  3795.  
  3796. document.querySelectorAll("img").forEach(function (img) {
  3797. if (img.complete && img.naturalWidth === 0) {
  3798. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3799. failedSrc: img.currentSrc || img.src || "",
  3800. alt: img.alt || "",
  3801. });
  3802. applyFallback(img);
  3803. }
  3804. });
  3805.  
  3806. document.addEventListener(
  3807. "error",
  3808. function (event) {
  3809. var target = event.target;
  3810. if (target && target.tagName === "IMG") {
  3811. applyFallback(target);
  3812. }
  3813. },
  3814. true
  3815. );
  3816. })();
  3817. </script>
  3818.  
  3819. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3820.  
  3821.  
  3822.  
  3823. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447" integrity="sha512-57MDmcccJXYtNnH+ZiBwzC4jb2rvgVCEokYN+L/nLlmO8rfYT/gIpW2A569iJ/3b+0UEasghjuZH/ma3wIs/EQ==" data-cf-beacon='{"version":"2024.11.0","token":"f23cc120ce9447c0ae9c89fc8a43e747","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  3824. </body>
  3825.  
  3826. </html>
  3827.  
  3828.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda