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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="cabin">
  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_95_MfwOVvg_Mm9acHE.png">
  14.    
  15.  
  16.    <title>Sonic Zone UK: Latest Sonic the Hedgehog News and Fan Community</title>
  17.    <meta name="description" content="Sonic Zone UK brings you the latest updates, news, and discussions on Sonic the Hedgehog games, characters, and fan culture in the UK community.">
  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://soniczone.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #7209b7;
  42.        --bs-primary-rgb: 7209b7;
  43.        --bs-secondary: #64748b;
  44.        --bs-success: #22c55e;
  45.        --bs-danger: #ef4444;
  46.        --bs-warning: #eab308;
  47.        --bs-info: #3b82f6;
  48.        --bs-light: #f4eaff;
  49.        --bs-dark: #2e1065;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #7209b7;
  53.        --theme-primary-color-s2: #7209b7;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #2e1065;
  57.        --text-light-color: #676767;
  58.        --heading-color: #2e1065;
  59.        --border-color: #d6bcfa;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #ffffff;
  73.        --nav-bg: #ffffff;
  74.        --sub-nav: #e9d5ff;
  75.        --navbar-color: #2e1065;
  76.        --topbar-bg: #f4eaff;
  77.        --topbar-color: #2e1065;
  78.        --footer-bg: #2e1065;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #d6bcfa;
  82.        --card-radius: 10px;
  83.        --link-color: #7209b7;
  84.        --link-hover: #5c07a1;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(114, 9, 183, 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_29">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405. <div class="top-bg">
  406. <div class="unique-topbar2 d-sm-flex d-none container-fluid fluid-container">
  407.    <span id="current-time"></span>
  408.    
  409.    <div class="unique-news-container2">
  410.        <div class="unique-news-wrapper2 top-color" id="newsWrapper">
  411.            <!-- News items will be dynamically added here -->
  412.        </div>
  413.    </div>
  414.  
  415.    <div class="contact-info">
  416.        <ul class="d-flex list-unstyled gap-3 pe-3 flex-wrap">
  417.            <li><a href="#"><i class="top-color ti-facebook"></i></a></li>
  418.            <li><a href="#"><i class="top-color ti-twitter-alt"></i></a></li>
  419.            <li><a href="#"><i class="top-color ti-instagram"></i></a></li>
  420.            <li><a href="#"><i class="top-color ti-google"></i></a></li>
  421.        </ul>
  422.    </div>
  423. </div>
  424. </div>
  425.  
  426. <script>
  427.  // ----------------- Clock -----------------
  428.  function updateCurrentTime() {
  429.    const currentDate = new Date();
  430.    const day = currentDate.getDate().toString().padStart(2, '0');
  431.    const monthNames = ["January","February","March","April","May","June","July","August","September","October","November","December"];
  432.    const month = monthNames[currentDate.getMonth()];
  433.    const year = currentDate.getFullYear();
  434.    const hours = currentDate.getHours().toString().padStart(2, '0');
  435.    const minutes = currentDate.getMinutes().toString().padStart(2, '0');
  436.    const seconds = currentDate.getSeconds().toString().padStart(2, '0');
  437.    document.getElementById('current-time').innerHTML =
  438.      `<span class="fw-bold text-black p-2">${hours}:${minutes}:${seconds}</span> <span>${month} ${day}, ${year}</span>`;
  439.  }
  440.  setInterval(updateCurrentTime, 1000);
  441.  updateCurrentTime();
  442.  
  443.  // ----------------- News from Django -----------------
  444.  const newsItems = [
  445.    
  446.      { title: "Lost Bach Compositions Played for First\u002DEver Performance in Three Centuries", url: "/lost-bach-compositions-played-for-first-ever-performance-in-three-centuries/" },
  447.    
  448.      { title: "Galápagos Had No Indigenous Amphibians. Until Hundreds of Thousands of Amphibians Invaded", url: "/gal%C3%A1pagos-had-no-indigenous-amphibians-until-hundreds-of-thousands-of-amphibians-invaded/" },
  449.    
  450.      { title: "Sitting with Sir Alex and Getting \u0027Knocked Out\u0027 – The Photographer\u0027s Tales", url: "/sitting-with-sir-alex-and-getting-knocked-out-the-photographers-tales/" },
  451.    
  452.      { title: "Gavin Newsom Rejects Parole for Manson Follower Patricia Krenwinkel", url: "/gavin-newsom-rejects-parole-for-manson-follower-patricia-krenwinkel/" },
  453.    
  454.      { title: "Person of Interest in Brown University Incident Found Discovered Dead Inside Self\u002DStorage Unit.", url: "/person-of-interest-in-brown-university-incident-found-discovered-dead-inside-self-storage-unit/" }
  455.    
  456.  ];
  457.  
  458.  let currentNewsIndex = 0;
  459.  const newsWrapper = document.getElementById('newsWrapper');
  460.  let newsElements = [];
  461.  
  462.  function createNewsElements() {
  463.      newsItems.forEach((news, index) => {
  464.          const newsElement = document.createElement('div');
  465.          newsElement.className = 'unique-news-item2 top-color';
  466.          newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  467.          newsWrapper.appendChild(newsElement);
  468.          newsElements.push(newsElement);
  469.      });
  470.      if (newsElements.length > 0) {
  471.          newsElements[0].classList.add('active');
  472.      }
  473.  }
  474.  
  475.  function changeNews() {
  476.      const currentElement = newsElements[currentNewsIndex];
  477.      const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  478.      const nextElement = newsElements[nextIndex];
  479.  
  480.      currentElement.classList.remove('active');
  481.      currentElement.classList.add('exit-up');
  482.  
  483.      setTimeout(() => {
  484.          nextElement.classList.add('active');
  485.          currentNewsIndex = nextIndex;
  486.          setTimeout(() => {
  487.              currentElement.classList.remove('exit-up');
  488.          }, 100);
  489.      }, 250);
  490.  }
  491.  
  492.  function startNewsRotation() {
  493.      setInterval(changeNews, 5000);
  494.  }
  495.  
  496.  window.onload = function() {
  497.      createNewsElements();
  498.      startNewsRotation();
  499.  };
  500. </script>
  501.  
  502.  
  503.  
  504.            
  505.  
  506.  
  507.  
  508.  
  509.  
  510.  
  511. <header class="header-v9 mb-4" role="banner">
  512.  <div class="container-fluid fluid-container">
  513.    <!-- Sticky/Glass Nav Card -->
  514.    <div class="nav-card-v9" role="navigation" aria-label="Primary">
  515.      <div class="row align-items-center justify-content-between g-3">
  516.        <!-- Logo -->
  517.       <div class="col-6 col-md-3 col-lg-2">
  518.          <a class="logo-link-v9 d-inline-flex align-items-center gap-2" href="/">
  519.            
  520.              <span class="site-name">My Site</span>
  521.            
  522.          </a>
  523.        </div>
  524.  
  525.        <!-- Desktop Nav -->
  526.        <div class="col d-none d-xl-block">
  527.          <nav class="main-nav-v9">
  528.            <ul class="nav-list-v9">
  529.              <!-- Home (static) -->
  530.              <li class="nav-item-v9">
  531.                <a href="/" class="nav-link-v9 active-v9">Home</a>
  532.              </li >
  533.          
  534.              
  535.                
  536.                  <li class="nav-item-v9">
  537.                    <a href="/category/all-posts/" class="nav-link-v9">All Posts</a>
  538.                  </li>
  539.                
  540.                  <li class="nav-item-v9">
  541.                    <a href="/category/business/" class="nav-link-v9">Business</a>
  542.                  </li>
  543.                
  544.                  <li class="nav-item-v9">
  545.                    <a href="/category/esports/" class="nav-link-v9">Esports</a>
  546.                  </li>
  547.                
  548.                  <li class="nav-item-v9">
  549.                    <a href="/category/fashion/" class="nav-link-v9">Fashion</a>
  550.                  </li>
  551.                
  552.                  <li class="nav-item-v9">
  553.                    <a href="/category/featured/" class="nav-link-v9">Featured</a>
  554.                  </li>
  555.                
  556.                  <li class="nav-item-v9">
  557.                    <a href="/category/gaming/" class="nav-link-v9">Gaming</a>
  558.                  </li>
  559.                
  560.                  <li class="nav-item-v9">
  561.                    <a href="/category/health/" class="nav-link-v9">Health</a>
  562.                  </li>
  563.                
  564.                  <li class="nav-item-v9">
  565.                    <a href="/category/life-fitness/" class="nav-link-v9">Life &amp; Fitness</a>
  566.                  </li>
  567.                
  568.  
  569.                
  570.                  <li class="nav-item-v9 has-dropdown-v9">
  571.                    <button class="nav-link-v9 bg-transparent border-0 nav-more-btn-v9" type="button" aria-haspopup="true" aria-expanded="false" aria-controls="more-desktop-v9">
  572.                      More<svg class="chev-v9" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  573.                        <polyline points="6,9 12,15 18,9"></polyline>
  574.                      </svg>
  575.                    </button>
  576.                    <div class="dropdown-card-v9" id="more-desktop-v9" role="menu">
  577.                      <div class="dropdown-grid-v9">
  578.                        <div class="dropdown-section-v9">
  579.                          
  580.                            <a href="/category/lifestyle/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Lifestyle</a>
  581.                          
  582.                            <a href="/category/news/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> News</a>
  583.                          
  584.                            <a href="/category/others/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Others</a>
  585.                          
  586.                            <a href="/category/politics/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Politics</a>
  587.                          
  588.                            <a href="/category/sports/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Sports</a>
  589.                          
  590.                            <a href="/category/tech/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Tech</a>
  591.                          
  592.                            <a href="/category/travel/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Travel</a>
  593.                          
  594.                        </div>
  595.                      </div>
  596.                    </div>
  597.                  </li>
  598.                
  599.              
  600.                <li class="nav-item-v9">
  601.                <a href="/page/contact-us/" class="nav-link-v9">Contact Us</a>
  602.              </li >
  603.            </ul>
  604.          </nav>
  605.        </div>
  606.  
  607.        <!-- Actions -->
  608.        <div class="col-6 col-md-3 col-lg-2">
  609.          <div class="nav-actions-v9">
  610.            <button class="icon-btn-v9" aria-controls="searchPanelV9" aria-expanded="false" aria-label="Open search" onclick="toggleSearchV9()">
  611.              <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  612.                <circle cx="11" cy="11" r="8"></circle>
  613.                <path d="m21 21-4.35-4.35"></path>
  614.              </svg>
  615.            </button>
  616.            <button class="icon-btn-v9 d-xl-none" aria-controls="mobileNavV9" aria-expanded="false" aria-label="Open menu" onclick="toggleMobileNavV9()">
  617.              <svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  618.                <line x1="3" y1="6" x2="21" y2="6" />
  619.                <line x1="3" y1="12" x2="21" y2="12" />
  620.                <line x1="3" y1="18" x2="21" y2="18" />
  621.              </svg>
  622.            </button>
  623.          </div>
  624.        </div>
  625.      </div>
  626.  
  627.      <!-- Active underline (animated) -->
  628.      <span class="active-rail-v9" aria-hidden="true"></span>
  629.    </div>
  630.  
  631.    <!-- Search Panel -->
  632.    <div class="search-panel-v9" id="searchPanelV9" role="dialog" aria-label="Site search" aria-modal="true">
  633.      <form class="search-form-v9" action="" method="get" role="search">
  634.        <label for="q-v9" class="visually-hidden">Search</label>
  635.        <div class="search-input-wrap-v9">
  636.          <svg class="search-icn-v9" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  637.            <circle cx="11" cy="11" r="8"></circle>
  638.            <path d="m21 21-4.35-4.35"></path>
  639.          </svg>
  640.          <input id="search-input" name="q" type="search"  class="search-input-v9" placeholder="Search articles, tutorials, news…" autocomplete="off" />
  641.          <button type="button" class="icon-btn-v9 ghost" aria-label="Close search" onclick="toggleSearchV9()">
  642.            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  643.              <line x1="18" y1="6" x2="6" y2="18" />
  644.              <line x1="6" y1="6" x2="18" y2="18" />
  645.            </svg>
  646.          </button>
  647.        </div>
  648.        <div class="search-suggest-v9 search-v1" id="search-results">
  649.          
  650.        </div>
  651.      </form>
  652.    </div>
  653.  
  654.    <!-- Mobile Offcanvas -->
  655.    <aside class="mobile-nav-v9 d-xl-none" id="mobileNavV9" role="dialog" aria-label="Mobile navigation" aria-modal="true">
  656.      <div class="mobile-wrap-v9">
  657.        <div class="mobile-head-v9">
  658.          <span class="mobile-title-v9">Menu</span>
  659.          <button class="icon-btn-v9 ghost" aria-label="Close menu" onclick="toggleMobileNavV9()">
  660.            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  661.              <line x1="18" y1="6" x2="6" y2="18" />
  662.              <line x1="6" y1="6" x2="18" y2="18" />
  663.            </svg>
  664.          </button>
  665.        </div>
  666.  
  667.        <ul class="mobile-list-v9">
  668.          <li>
  669.            <a class="mobile-link-v9 active-v9" href="/">Home</a>
  670.          </li>
  671.          <li class="">
  672.                <a href="/page/contact-us/" class="mobile-link-v9">Contact Us</a>
  673.          </li >
  674.          
  675.            
  676.              <li>
  677.                <a class="mobile-link-v9" href="/category/all-posts/">All Posts</a>
  678.              </li>
  679.            
  680.              <li>
  681.                <a class="mobile-link-v9" href="/category/business/">Business</a>
  682.              </li>
  683.            
  684.              <li>
  685.                <a class="mobile-link-v9" href="/category/esports/">Esports</a>
  686.              </li>
  687.            
  688.              <li>
  689.                <a class="mobile-link-v9" href="/category/fashion/">Fashion</a>
  690.              </li>
  691.            
  692.              <li>
  693.                <a class="mobile-link-v9" href="/category/featured/">Featured</a>
  694.              </li>
  695.            
  696.  
  697.            
  698.          
  699.        </ul>
  700.      </div>
  701.    </aside>
  702.  </div>
  703.  
  704.  <!-- Overlay -->
  705.  <div class="nav-overlay-v9" id="navOverlayV9" onclick="closeAllV9()" aria-hidden="true"></div>
  706. </header>
  707.  
  708. <style>
  709.  
  710.  .header-v9 {
  711.    position: relative;
  712.    padding: 14px 0;
  713.    z-index: 50;
  714.  }
  715.  .header-v9.is-scrolled .nav-card-v9 {
  716.    padding: 10px 18px;
  717.    border-radius: 14px;
  718.    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  719.  }
  720.  .header-v9.is-scrolled .logo-img-v9 {
  721.    transform: scale(0.92);
  722.  }
  723.  
  724.  /* Card */
  725.  .nav-card-v9 {
  726.    background: var(--navbar-bg);
  727.    backdrop-filter: blur(18px);
  728.    border: 1px solid var(--border-color);
  729.    border-radius: 18px;
  730.    padding: 14px 22px;
  731.    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  732.    position: sticky;
  733.    top: 10px;
  734.  }
  735.  
  736.  /* Logo */
  737.  .logo-img-v9 {
  738.    max-height: 60px;
  739.    width: auto;
  740.    transition: transform 0.25s ease, opacity 0.25s ease;
  741.  }
  742.  .logo-link-v9:hover .logo-img-v9 {
  743.    transform: translateY(-1px) scale(1.03);
  744.  }
  745.  
  746.  /* Desktop nav */
  747.  .main-nav-v9 {
  748.    display: flex;
  749.    justify-content: center;
  750.  }
  751.  .nav-list-v9 {
  752.    display: flex;
  753.    gap: 6px;
  754.    list-style: none;
  755.    margin: 0;
  756.    padding: 0;
  757.  }
  758.  .nav-item-v9 {
  759.    position: relative;
  760.  }
  761.  .nav-link-v9 {
  762.    position: relative;
  763.    display: inline-flex;
  764.    align-items: center;
  765.    justify-content: center;
  766.    padding: 10px 10px;
  767.    border-radius: 12px;
  768.    color: var(--navbar-color);
  769.    text-decoration: none;
  770.    font-weight: 500;
  771.    font-size: 15px;
  772.    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
  773.  }
  774.  .nav-link-v9:hover {
  775.    background: rgba(102, 126, 234, 0.1);
  776.    color: var(--topbar-color);
  777.    transform: translateY(-1px);
  778.  }
  779.  .nav-link-v9.active-v9 {
  780.    color: transparent;
  781.  }
  782.  .nav-link-v9.active-v9::after {
  783.    content: '';
  784.    position: absolute;
  785.    left: 12px;
  786.    right: 12px;
  787.    bottom: 6px;
  788.    height: 3px;
  789.    border-radius: 3px;
  790.    background: var(--sub-nav);
  791.  }
  792.  
  793.  /* Dropdown */
  794.  .has-dropdown-v9 {
  795.    position: relative;
  796.  }
  797.  .nav-more-btn-v9 {
  798.    display: inline-flex;
  799.    gap: 6px;
  800.    align-items: center;
  801.  }
  802.  .chev-v9 {
  803.    transition: transform 0.2s ease;
  804.  }
  805.  .has-dropdown-v9:focus-within .chev-v9,
  806.  .has-dropdown-v9:hover .chev-v9 {
  807.    transform: rotate(180deg);
  808.  }
  809.  
  810.  .dropdown-card-v9 {
  811.    position: absolute;
  812.    top: calc(100% + 14px);
  813.    left: 50%;
  814.    transform: translateX(-50%) translateY(-6px);
  815.    background: var(--navbar-bg);
  816.    border: 1px solid var(--border-color);
  817.    border-radius: 14px;
  818.    padding: 18px;
  819.    min-width: 280px;
  820.    z-index: 200;
  821.    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  822.    opacity: 0;
  823.    visibility: hidden;
  824.    transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
  825.  }
  826.  .has-dropdown-v9:hover .dropdown-card-v9,
  827.  .has-dropdown-v9:focus-within .dropdown-card-v9 {
  828.    opacity: 1;
  829.    visibility: visible;
  830.    transform: translateX(-50%) translateY(0);
  831.  }
  832.  
  833.  .dropdown-grid-v9 {
  834.    display: grid;
  835.    grid-template-columns: 1fr;
  836.    gap: 10px;
  837.  }
  838.  .dropdown-section-v9 {
  839.    display: grid;
  840.    gap: 6px;
  841.  }
  842.  .dropdown-link-v9 {
  843.    display: flex;
  844.    align-items: center;
  845.    gap: 10px;
  846.    padding: 10px 12px;
  847.    border-radius: 10px;
  848.    text-decoration: none;
  849.    font-size: 14px;
  850.    color: var(--navbar-color);
  851.    transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
  852.  }
  853.  .dropdown-link-v9:hover {
  854.    background: var(--bs-primary);
  855.    color: var(--bs-white);
  856.    transform: translateX(4px);
  857.  }
  858.  .link-dot-v9 {
  859.    width: 6px;
  860.    height: 6px;
  861.    border-radius: 50%;
  862.    border: 1px solid currentColor;
  863.  }
  864.  
  865.  /* Actions */
  866.  .nav-actions-v9 {
  867.    display: flex;
  868.    justify-content: flex-end;
  869.    align-items: center;
  870.    gap: 8px;
  871.  }
  872.  .icon-btn-v9 {
  873.    border: 1px solid var(--border-color);
  874.    background: rgba(102, 126, 234, 0.1);
  875.    color: var(--navbar-color);
  876.    padding: 8px;
  877.    border-radius: 12px;
  878.    cursor: pointer;
  879.    transition: transform 0.2s, background 0.2s, color 0.2s;
  880.  }
  881.  .icon-btn-v9:hover {
  882.    background: var(--sub-nav);
  883.    color: var(--topbar-color) !important;
  884.    transform: translateY(-1px);
  885.  }
  886.  .icon-btn-v9.ghost {
  887.    background: transparent;
  888.  }
  889.  
  890.  /* Search Panel */
  891.  .search-panel-v9 {
  892.    position: fixed;
  893.    top: 14px;
  894.    left: 50%;
  895.    transform: translateX(-50%) translateY(-16px);
  896.    width: min(720px, calc(100% - 40px));
  897.    background: var(--navbar-bg);
  898.    border: 1px solid var(--border-color);
  899.    border-radius: 16px;
  900.    padding: 16px;
  901.    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  902.    opacity: 0;
  903.    visibility: hidden;
  904.    z-index: 300;
  905.    transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
  906.  }
  907.  .search-panel-v9.show-v9 {
  908.    opacity: 1;
  909.    visibility: visible;
  910.    transform: translateX(-50%) translateY(0);
  911.  }
  912.  .search-input-wrap-v9 {
  913.    display: flex;
  914.    align-items: center;
  915.    gap: 10px;
  916.    background: rgba(248, 250, 252, 0.8);
  917.    border: 2px solid rgba(102, 126, 234, 0.2);
  918.    border-radius: 12px;
  919.    padding: 6px 8px;
  920.    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  921.  }
  922.  .search-input-wrap-v9:focus-within {
  923.    border-color: #667eea;
  924.    background: rgba(255, 255, 255, 0.9);
  925.    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  926.  }
  927.  .search-icn-v9 {
  928.    color: #a0aec0;
  929.    margin-left: 6px;
  930.  }
  931.  .search-input-v9 {
  932.    flex: 1;
  933.    border: 0;
  934.    background: transparent;
  935.    outline: none;
  936.    padding: 12px 4px;
  937.    font-size: 16px;
  938.    color: #2d3748;
  939.  }
  940.  .search-suggest-v9 {
  941.    display: grid;
  942.    grid-template-columns: repeat(3, minmax(0, 1fr));
  943.    gap: 8px;
  944.    margin-top: 10px;
  945.  }
  946.  .suggestion-v9 {
  947.    border: 1px solid var(--border-color);
  948.    background: rgba(248, 250, 252, 0.5);
  949.    color: var(--navbar-color);
  950.    padding: 10px 12px;
  951.    border-radius: 10px;
  952.    font-size: 14px;
  953.    text-align: left;
  954.    cursor: pointer;
  955.    transition: background 0.2s, color 0.2s, transform 0.2s;
  956.  }
  957.  .suggestion-v9:hover {
  958.    background: var(--bs-primary) !important ;
  959.    color: var(--bs-white)  !important;
  960.    transform: translateY(-1px);
  961.  }
  962.  
  963.  /* Mobile */
  964.  .mobile-nav-v9 {
  965.    position: fixed;
  966.    right: 0;
  967.    top: 0;
  968.    height: 100vh;
  969.    width: min(86vw, 420px);
  970.    background: var(--card-bg);
  971.    border-left: 1px solid var(--border-color);
  972.    transform: translateX(100%);
  973.    transition: transform 0.3s ease;
  974.    z-index: 350;
  975.    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.15);
  976.  }
  977.  .mobile-nav-v9.show-v9 {
  978.    transform: translateX(0);
  979.  }
  980.  .mobile-wrap-v9 {
  981.    display: flex;
  982.    flex-direction: column;
  983.    height: 100%;
  984.  }
  985.  .mobile-head-v9 {
  986.    display: flex;
  987.    align-items: center;
  988.    justify-content: space-between;
  989.    padding: 16px;
  990.    background: var(--navbar-bg);
  991.  }
  992.  .mobile-title-v9 {
  993.    font-weight: 600;
  994.  }
  995.  .mobile-list-v9 {
  996.    list-style: none;
  997.    padding: 10px 12px 20px;
  998.    margin: 0;
  999.    overflow-y: auto;
  1000.  }
  1001.  .mobile-link-v9 {
  1002.    display: flex;
  1003.    align-items: center;
  1004.    justify-content: space-between;
  1005.    padding: 14px 12px;
  1006.    border-radius: 12px;
  1007.    text-decoration: none;
  1008.    color: var(--navbar-color);
  1009.    font-weight: 500;
  1010.    transition: background 0.2s, color 0.2s;
  1011.  }
  1012.  .mobile-link-v9:hover,
  1013.  .mobile-link-v9.active-v9 {
  1014.    background: var(--sub-nav);
  1015.    color: var(--topbar-color);
  1016.  }
  1017.  .mobile-group-v9 {
  1018.    margin-top: 4px;
  1019.  }
  1020.  .mobile-sublist-v9 {
  1021.    list-style: none;
  1022.    margin: 0;
  1023.    padding: 0;
  1024.    max-height: 0;
  1025.    overflow: auto;
  1026.    transition: max-height 0.25s ease;
  1027.    background:var(--navbar-bg);
  1028.    border-radius: 12px;
  1029.    margin-top: 6px;
  1030.  }
  1031.  .mobile-sublist-v9.show-v9 {
  1032.    max-height: 360px;
  1033.    background: var(--navbar-bg);
  1034.    padding: 6px 0;
  1035.  }
  1036.  .mobile-sublink-v9 {
  1037.    display: block;
  1038.    padding: 10px 16px;
  1039.    text-decoration: none;
  1040.    color: var(--navbar-color);
  1041.    border-radius: 10px;
  1042.    font-size: 14px;
  1043.  }
  1044.  .mobile-sublink-v9:hover {
  1045.    background: var(--sub-nav);
  1046.    color: var(--topbar-color);
  1047.  }
  1048.  .mobile-arrow-v9 {
  1049.    transition: transform 0.2s ease;
  1050.  }
  1051.  .mobile-link-v9.has-arrow-v9[aria-expanded='true'] .mobile-arrow-v9 {
  1052.    transform: rotate(180deg);
  1053.  }
  1054.  
  1055.  /* Overlay */
  1056.  .nav-overlay-v9 {
  1057.    position: fixed;
  1058.    inset: 0;
  1059.    background: rgba(0, 0, 0, 0.35);
  1060.    backdrop-filter: blur(4px);
  1061.    opacity: 0;
  1062.    visibility: hidden;
  1063.    transition: opacity 0.25s, visibility 0.25s;
  1064.    z-index: 200;
  1065.  }
  1066.  .nav-overlay-v9.show-v9 {
  1067.    opacity: 1;
  1068.    visibility: visible;
  1069.  }
  1070.  
  1071.  
  1072.  /* Utils */
  1073.  .visually-hidden {
  1074.    position: absolute !important;
  1075.    height: 1px;
  1076.    width: 1px;
  1077.    overflow: hidden;
  1078.    clip: rect(1px, 1px, 1px, 1px);
  1079.    white-space: nowrap;
  1080.  }
  1081.  
  1082.  /* Responsive tweaks */
  1083.  @media (max-width: 1300px) {
  1084.    .nav-card-v9 {
  1085.      padding: 12px 18px;
  1086.      border-radius: 16px;
  1087.    }
  1088.    .search-panel-v9 {
  1089.      width: calc(100% - 32px);
  1090.    }
  1091.  }
  1092.  @media (max-width: 576px) {
  1093.    .logo-img-v9 {
  1094.      max-height: 38px;
  1095.    }
  1096.  }
  1097. </style>
  1098.  
  1099. <script>
  1100.  /* ============ V9 JS ============ */
  1101.  ;(function () {
  1102.    const overlay = document.getElementById('navOverlayV9')
  1103.    const searchPanel = document.getElementById('searchPanelV9')
  1104.    const mobileNav = document.getElementById('mobileNavV9')
  1105.    const header = document.querySelector('.header-v9')
  1106.  
  1107.    function lockScroll(lock) {
  1108.      document.body.style.overflow = lock ? 'hidden' : ''
  1109.    }
  1110.  
  1111.    window.toggleSearchV9 = function () {
  1112.      const btn = document.querySelector('[aria-controls="searchPanelV9"]')
  1113.      const willOpen = !searchPanel.classList.contains('show-v9')
  1114.  
  1115.      // close mobile if open
  1116.      mobileNav.classList.remove('show-v9')
  1117.      document.querySelector('[aria-controls="mobileNavV9"]')?.setAttribute('aria-expanded', 'false')
  1118.  
  1119.      searchPanel.classList.toggle('show-v9', willOpen)
  1120.      overlay.classList.toggle('show-v9', willOpen)
  1121.      btn?.setAttribute('aria-expanded', String(willOpen))
  1122.      lockScroll(willOpen)
  1123.  
  1124.      if (willOpen) setTimeout(() => document.getElementById('q-v9')?.focus(), 80)
  1125.    }
  1126.  
  1127.    window.toggleMobileNavV9 = function () {
  1128.      const btn = document.querySelector('[aria-controls="mobileNavV9"]')
  1129.      const willOpen = !mobileNav.classList.contains('show-v9')
  1130.  
  1131.      // close search if open
  1132.      searchPanel.classList.remove('show-v9')
  1133.      document.querySelector('[aria-controls="searchPanelV9"]')?.setAttribute('aria-expanded', 'false')
  1134.  
  1135.      mobileNav.classList.toggle('show-v9', willOpen)
  1136.      overlay.classList.toggle('show-v9', willOpen)
  1137.      btn?.setAttribute('aria-expanded', String(willOpen))
  1138.      lockScroll(willOpen)
  1139.    }
  1140.  
  1141.    window.toggleMobileDropdownV9 = function (id) {
  1142.      const list = document.getElementById(id)
  1143.      const btn = document.querySelector(`[onclick*="${id}"]`)
  1144.      const willOpen = !list.classList.contains('show-v9')
  1145.      // close siblings
  1146.      document.querySelectorAll('.mobile-sublist-v9').forEach((el) => {
  1147.        if (el.id !== id) el.classList.remove('show-v9')
  1148.      })
  1149.      list.classList.toggle('show-v9', willOpen)
  1150.      btn?.setAttribute('aria-expanded', String(willOpen))
  1151.    }
  1152.  
  1153.    window.closeAllV9 = function () {
  1154.      searchPanel.classList.remove('show-v9')
  1155.      mobileNav.classList.remove('show-v9')
  1156.      overlay.classList.remove('show-v9')
  1157.      document.querySelector('[aria-controls="searchPanelV9"]')?.setAttribute('aria-expanded', 'false')
  1158.      document.querySelector('[aria-controls="mobileNavV9"]')?.setAttribute('aria-expanded', 'false')
  1159.      lockScroll(false)
  1160.    }
  1161.  
  1162.    // ESC to close
  1163.    document.addEventListener('keydown', (e) => {
  1164.      if (e.key === 'Escape') window.closeAllV9()
  1165.    })
  1166.  
  1167.    // Sticky shrink on scroll
  1168.    let lastY = window.scrollY
  1169.    const onScroll = () => {
  1170.      const y = window.scrollY
  1171.      header.classList.toggle('is-scrolled', y > 10)
  1172.      lastY = y
  1173.    }
  1174.    onScroll()
  1175.    window.addEventListener('scroll', onScroll, { passive: true })
  1176.  
  1177.    // Suggestions fill
  1178.    document.addEventListener('click', (e) => {
  1179.      const btn = e.target.closest('.suggestion-v9')
  1180.      if (!btn) return
  1181.      const val = btn.getAttribute('data-fill') || ''
  1182.      const input = document.getElementById('q-v9')
  1183.      if (input) input.value = val
  1184.    })
  1185.  
  1186.    // Desktop "More" button a11y: open on focus-within, we just toggle aria
  1187.    const moreBtn = document.querySelector('.nav-more-btn-v9')
  1188.    const moreCard = document.getElementById('more-desktop-v9')
  1189.    if (moreBtn && moreCard) {
  1190.      ;['mouseenter', 'focus'].forEach((evt) => moreBtn.addEventListener(evt, () => moreBtn.setAttribute('aria-expanded', 'true')))
  1191.      ;['mouseleave', 'blur'].forEach((evt) => moreBtn.addEventListener(evt, () => moreBtn.setAttribute('aria-expanded', 'false')))
  1192.    }
  1193.  })()
  1194. </script>
  1195.  
  1196. <script>
  1197.  document.addEventListener("DOMContentLoaded", function () {
  1198.    console.log("loaded");
  1199.  
  1200.     const searchInput = document.getElementById("search-input")
  1201.    const searchResults = document.getElementById("search-results");
  1202.  
  1203.    if (!searchInput || !searchResults) {
  1204.      console.error("Search input/results not found");
  1205.      return;
  1206.    }
  1207.  
  1208.    // Prevent form submission
  1209.    if (searchInput.form) {
  1210.      searchInput.form.addEventListener("submit", function (e) {
  1211.        e.preventDefault();
  1212.      });
  1213.    }
  1214.  
  1215.    // Add event listener for keyup
  1216.    searchInput.addEventListener("keyup", function (e) {
  1217.      console.log("Key pressed:", e.key);
  1218.      e.preventDefault();
  1219.  
  1220.      const query = searchInput.value.trim();
  1221.      console.log("User is typing: " + query);
  1222.  
  1223.      // If empty → clear and hide
  1224.      if (query === "") {
  1225.        searchResults.innerHTML = "";
  1226.        searchResults.style.display = "none";
  1227.        return;
  1228.      }
  1229.  
  1230.      // Show results
  1231.      searchResults.style.display = "block";
  1232.  
  1233.      // Fetch search results
  1234.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1235.        method: "GET",
  1236.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1237.      })
  1238.        .then(response => {
  1239.          console.log("Response Status:", response.status);
  1240.          return response.json();
  1241.        })
  1242.        .then(data => {
  1243.          console.log("Data received:", data);
  1244.          if (data.html) {
  1245.            searchResults.innerHTML = data.html;
  1246.          } else {
  1247.            searchResults.innerHTML = "<p>No results found.</p>";
  1248.          }
  1249.        })
  1250.        .catch(error => {
  1251.          console.error("Error fetching search results:", error);
  1252.        });
  1253.    });
  1254.  
  1255.    // Close results when clicking outside
  1256.    document.addEventListener("click", function (e) {
  1257.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1258.        searchResults.style.display = "none";
  1259.      }
  1260.    });
  1261.  
  1262.    // Close results on ESC key
  1263.    document.addEventListener("keydown", function (e) {
  1264.      if (e.key === "Escape") {
  1265.        searchResults.style.display = "none";
  1266.      }
  1267.    });
  1268.  });
  1269. </script>
  1270.  
  1271.  
  1272.        </header>
  1273.        <!-- end of header -->
  1274.        <!-- start of wpo-blog-hero -->
  1275.        
  1276.  
  1277.  
  1278.  
  1279.  
  1280.  
  1281.  
  1282.  
  1283. <div class="blog-hero-v3 pt-3">
  1284.    <div class="container-fluid fluid-container">
  1285.        <div class="row g-4">
  1286.            
  1287.            
  1288.              
  1289.            <!-- Left Column -->
  1290.            <div class="col-lg-4 col-md-6">
  1291.                <div class="magazine-card tall-card h-100">
  1292.                    <div class="card-image">
  1293.                        
  1294.                            <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1295.                        
  1296.                        <div class="image-overlay"></div>
  1297.                    </div>
  1298.                    <div class="card-content">
  1299.                        <div class="category-pill bg-primary-gradient">News</div>
  1300.                        <h2> <a href="/washing-mushrooms-the-great-debate-expert-tips-for-preparing-your-fungi/">
  1301.                                        Washing Mushrooms: The Great Debate: Expert Tips for Preparing Your Fungi
  1302.                                    </a></h2>
  1303.                        <p></p>
  1304.                        <div class="author-section">
  1305.                            
  1306.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Juan Smith" class="author-img">
  1307.                            
  1308.                            <div class="author-details">
  1309.                                <span class="author-name">Juan Smith</span>
  1310.                                <span class="publish-date">19 May 2026</span>
  1311.                            </div>
  1312.                        </div>
  1313.                    </div>
  1314.                </div>
  1315.            </div>
  1316.  
  1317.            
  1318.            
  1319.  
  1320.            <!-- Center Column -->
  1321.            <div class="col-lg-4 col-md-6">
  1322.                <div class="row g-4">
  1323.                    
  1324.                    <div class="col-12">
  1325.                        <div class="magazine-card square-card">
  1326.                            <div class="card-image">
  1327.                            
  1328.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1329.                                    class="img img-responsive" style="object-fit: cover;" alt="">
  1330.                            
  1331.                                <div class="floating-category bg-primary-gradient">News</div>
  1332.                            </div>
  1333.                            <div class="card-content compact">
  1334.                                <h3> <a href="/remains-of-triathlete-presumably-killed-by-shark-found-on-californian-shore/" >
  1335.                                        Remains of Triathlete Presumably Killed by Shark Found on Californian Shore
  1336.                                    </a></h3>
  1337.                                    
  1338.                                <div class="mini-meta">
  1339.                                    <span>By Juan Smith</span>
  1340.                                    <span class="date-dot">• 19 May 2026</span>
  1341.                                </div>
  1342.                            </div>
  1343.                        </div>
  1344.                    </div>
  1345.                    
  1346.                    <div class="col-12">
  1347.                        <div class="magazine-card square-card">
  1348.                            <div class="card-image">
  1349.                            
  1350.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1351.                                    class="img img-responsive" style="object-fit: cover;" alt="">
  1352.                            
  1353.                                <div class="floating-category bg-primary-gradient">News</div>
  1354.                            </div>
  1355.                            <div class="card-content compact">
  1356.                                <h3> <a href="/iconic-singer-barry-manilow-will-have-an-operation-for-a-lung-cancer-diagnosis/" >
  1357.                                        Iconic Singer Barry Manilow Will Have an Operation for a Lung Cancer Diagnosis.
  1358.                                    </a></h3>
  1359.                                    
  1360.                                <div class="mini-meta">
  1361.                                    <span>By Juan Smith</span>
  1362.                                    <span class="date-dot">• 19 May 2026</span>
  1363.                                </div>
  1364.                            </div>
  1365.                        </div>
  1366.                    </div>
  1367.                    
  1368.  
  1369.                </div>
  1370.            </div>
  1371.            
  1372.            
  1373.              
  1374.            <!-- Right Column -->
  1375.            <div class="col-lg-4 col-md-12">
  1376.                <div class="magazine-card featured-card">
  1377.                    <div class="featured-header">
  1378.                        <h4>Featured Story</h4>
  1379.                        <div class="featured-line"></div>
  1380.                    </div>
  1381.                    <div class="card-image featured-img" >
  1382.                    
  1383.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1384.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1385.                    
  1386.                    </div>
  1387.                    <div class="card-content featured-content">
  1388.                        <div class="category-pill bg-primary-gradient">News</div>
  1389.                        <h2><a href="/ex-uk-serviceman-charged-of-murdering-kenyan-woman-appears-in-courtroom/">
  1390.                                        Ex UK Serviceman Charged of Murdering Kenyan Woman Appears in Courtroom
  1391.                                    </a></h2>
  1392.                        
  1393.                        <div class="author-section featured-author">
  1394.                            
  1395.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;border-radius: 20px; width: 50px;" alt="Juan Smith">
  1396.                            
  1397.                            <div class="author-details">
  1398.                                <span class="author-name">Juan Smith</span>
  1399.                                <!-- <span class="author-title">Business Analyst</span> -->
  1400.                                <span class="publish-date">19 May 2026</span>
  1401.                            </div>
  1402.                        </div>
  1403.                    </div>
  1404.                </div>
  1405.            </div>
  1406.  
  1407.            
  1408.            
  1409.        </div>
  1410.    </div>
  1411. </div>
  1412.  
  1413. <style>
  1414. /* Blog Hero V3 - Magazine Style */
  1415. .blog-hero-v3 {
  1416.    padding: 80px 0;
  1417.    position: relative;
  1418. }
  1419.  
  1420. /* Magazine Cards */
  1421. .magazine-card {
  1422.    background: var(--card-bg);
  1423.    border-radius: 20px;
  1424.    overflow: hidden;
  1425.    position: relative;
  1426.    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  1427.    border: 1px solid var(--border-color);
  1428. }
  1429.  
  1430. .magazine-card:hover {
  1431.    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  1432. }
  1433.  
  1434. /* Tall Card (Left Column) */
  1435. .tall-card {
  1436.    display: flex;
  1437.    flex-direction: column;
  1438. }
  1439.  
  1440. .tall-card .card-image {
  1441.    height: 300px;
  1442.    position: relative;
  1443.    overflow: hidden;
  1444. }
  1445.  
  1446. .tall-card .card-image img {
  1447.    width: 100%;
  1448.    height: 100%;
  1449.    object-fit: cover;
  1450.    transition: transform 0.6s ease;
  1451. }
  1452.  
  1453. .tall-card:hover .card-image img {
  1454.    transform: scale(1.1) rotate(-2deg);
  1455. }
  1456.  
  1457. .image-overlay {
  1458.    position: absolute;
  1459.    top: 0;
  1460.    left: 0;
  1461.    right: 0;
  1462.    bottom: 0;
  1463.    opacity: 0;
  1464.    transition: opacity 0.3s ease;
  1465. }
  1466.  
  1467. .tall-card:hover .image-overlay {
  1468.    opacity: 1;
  1469. }
  1470.  
  1471. .tall-card .card-content {
  1472.    padding: 20px;
  1473.    flex-grow: 1;
  1474.    display: flex;
  1475.    flex-direction: column;
  1476. }
  1477.  
  1478. .tall-card h2 {
  1479.    font-size: 1.5rem;
  1480.    font-weight: 700;
  1481.    color: #2c3e50;
  1482.    margin: 12px 0;
  1483.    line-height: 1.3;
  1484. }
  1485.  
  1486. .tall-card p {
  1487.    color: #7f8c8d;
  1488.    line-height: 1.6;
  1489.    margin-bottom: 1rem;
  1490.    flex-grow: 1;
  1491. }
  1492.  
  1493. /* Square Cards (Center Column) */
  1494. .square-card {
  1495.    position: relative;
  1496.    overflow: hidden;
  1497. }
  1498.  
  1499. .square-card .card-image {
  1500.    height: 180px;
  1501.    position: relative;
  1502. }
  1503.  
  1504. .square-card .card-image img {
  1505.    width: 100%;
  1506.    height: 100%;
  1507.    object-fit: cover;
  1508.    filter: brightness(1.1) saturate(1.2);
  1509.    transition: all 0.4s ease;
  1510. }
  1511.  
  1512. .square-card:hover .card-image img {
  1513.    transform: scale(1.15);
  1514.    filter: brightness(1.2) saturate(1.4);
  1515. }
  1516.  
  1517. .floating-category {
  1518.    position: absolute;
  1519.    top: 15px;
  1520.    right: 15px;
  1521.    padding: 8px 15px;
  1522.    border-radius: 20px;
  1523.    font-size: 0.75rem;
  1524.    text-transform: uppercase;
  1525.    letter-spacing: 1px;
  1526.    backdrop-filter: blur(10px);
  1527.    border: 1px solid rgba(255, 255, 255, 0.3);
  1528. }
  1529.  
  1530. .square-card .card-content.compact {
  1531.    padding: 1.2rem;
  1532. }
  1533.  
  1534. .square-card h3 {
  1535.    font-size: 1.1rem;
  1536.    font-weight: 600;
  1537.    color: #2c3e50;
  1538.    margin-bottom: 10px;
  1539.    line-height: 1.3;
  1540. }
  1541.  
  1542. .mini-meta {
  1543.    font-size: 0.85rem;
  1544.    color: #95a5a6;
  1545. }
  1546.  
  1547. .date-dot {
  1548.    margin-left: 8px;
  1549. }
  1550.  
  1551. /* Featured Card (Right Column) */
  1552. .featured-card {
  1553.    color: white;
  1554.    position: relative;
  1555.    overflow: hidden;
  1556. }
  1557.  
  1558. .featured-card::before {
  1559.    content: '';
  1560.    position: absolute;
  1561.    top: -50%;
  1562.    right: -50%;
  1563.    width: 200%;
  1564.    height: 200%;
  1565.    pointer-events: none;
  1566. }
  1567.  
  1568.  
  1569.  
  1570. .featured-header {
  1571.    padding: 25px 25px 0;
  1572.    position: relative;
  1573. }
  1574.  
  1575. .featured-header h4 {
  1576.    font-size: 0.9rem;
  1577.    text-transform: uppercase;
  1578.    letter-spacing: 2px;
  1579.    margin: 0;
  1580.    opacity: 0.9;
  1581. }
  1582.  
  1583. .featured-line {
  1584.    width: 50px;
  1585.    height: 2px;
  1586.    background: rgba(255, 255, 255, 0.6);
  1587.    margin-top: 10px;
  1588. }
  1589.  
  1590. .featured-img {
  1591.    height: 200px;
  1592.    margin: 1rem;
  1593.    border-radius: 15px;
  1594.    overflow: hidden;
  1595.    position: relative;
  1596. }
  1597.  
  1598. .featured-img img {
  1599.    width: 100%;
  1600.    height: 100%;
  1601.    object-fit: cover;
  1602.    transition: transform 0.5s ease;
  1603. }
  1604.  
  1605. .featured-card:hover .featured-img img {
  1606.    transform: scale(1.1);
  1607. }
  1608.  
  1609. .featured-content {
  1610.    padding: 0 1rem 1.5rem;
  1611. }
  1612.  
  1613. .featured-content h2 {
  1614.    font-size: 1.4rem;
  1615.    font-weight: 700;
  1616.    margin: 15px 0;
  1617.    line-height: 1.3;
  1618. }
  1619.  
  1620. .featured-content p {
  1621.    font-size: 0.95rem;
  1622.    opacity: 0.9;
  1623.    line-height: 1.6;
  1624.    margin-bottom: 1rem;
  1625. }
  1626.  
  1627. /* Category Pills */
  1628. .category-pill {
  1629.    display: inline-block;
  1630.    padding: 6px 16px;
  1631.    border-radius: 20px;
  1632.    font-size: 0.75rem;
  1633.    text-transform: uppercase;
  1634.    letter-spacing: 1px;
  1635.    margin-bottom: 10px;
  1636.    width: fit-content;
  1637. }
  1638.  
  1639. /* Author Sections */
  1640. .author-section {
  1641.    display: flex;
  1642.    align-items: center;
  1643.    gap: 15px;
  1644.    margin-top: auto;
  1645. }
  1646.  
  1647. .author-img {
  1648.    width: 60px;
  1649.    height: 60px;
  1650.    border-radius: 50%;
  1651.    object-fit: cover;
  1652. }
  1653.  
  1654. .author-details {
  1655.    display: flex;
  1656.    flex-direction: column;
  1657. }
  1658.  
  1659. .author-name {
  1660.    font-weight: 600;
  1661. color: #95a5a6;
  1662.    font-size: 16px;
  1663. }
  1664.  
  1665. .author-title {
  1666.    font-size: 0.8rem;
  1667. color: #95a5a6;
  1668.    font-weight: 500;
  1669. }
  1670.  
  1671. .publish-date {
  1672.    font-size: 0.8rem;
  1673.    color: #95a5a6;
  1674.    margin-top: 2px;
  1675. }
  1676.  
  1677. /* Featured Stats */
  1678. .featured-stats {
  1679.    display: flex;
  1680.    gap: 30px;
  1681.    margin: 20px 0;
  1682. }
  1683.  
  1684. .stat-item {
  1685.    text-align: center;
  1686. }
  1687.  
  1688. .stat-number {
  1689.    display: block;
  1690.    font-size: 1.5rem;
  1691.    font-weight: 700;
  1692.    color: white;
  1693. }
  1694.  
  1695. .stat-label {
  1696.    font-size: 0.8rem;
  1697.    opacity: 0.8;
  1698.    text-transform: uppercase;
  1699.    letter-spacing: 1px;
  1700. }
  1701.  
  1702. /* Read More Button */
  1703. .read-more-btn {
  1704.    padding: 0 30px 30px;
  1705. }
  1706.  
  1707. .btn-read {
  1708.    display: inline-block;
  1709.    padding: 12px 30px;
  1710.    background: linear-gradient(45deg, #667eea, #764ba2);
  1711.    color: white;
  1712.    text-decoration: none;
  1713.    border-radius: 20px;
  1714.    font-weight: 600;
  1715.    text-transform: uppercase;
  1716.    letter-spacing: 1px;
  1717.    font-size: 0.85rem;
  1718.    transition: all 0.3s ease;
  1719.    position: relative;
  1720.    overflow: hidden;
  1721. }
  1722.  
  1723. .btn-read::before {
  1724.    content: '';
  1725.    position: absolute;
  1726.    top: 0;
  1727.    left: -100%;
  1728.    width: 100%;
  1729.    height: 100%;
  1730.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  1731.    transition: left 0.5s ease;
  1732. }
  1733.  
  1734. .btn-read:hover::before {
  1735.    left: 100%;
  1736. }
  1737.  
  1738. .btn-read:hover {
  1739.    transform: translateY(-2px);
  1740.    box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
  1741.    color: white;
  1742. }
  1743.  
  1744. /* Trending Bar */
  1745. .trending-bar {
  1746.    background: white;
  1747.    border-radius: 20px;
  1748.    padding: 25px 35px;
  1749.    display: flex;
  1750.    align-items: center;
  1751.    gap: 30px;
  1752.    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  1753.    border-left: 5px solid #667eea;
  1754. }
  1755.  
  1756. .trending-header h5 {
  1757.    margin: 0;
  1758.    font-weight: 700;
  1759.    color: #2c3e50;
  1760.    font-size: 1.1rem;
  1761. }
  1762.  
  1763. .trending-tags {
  1764.    display: flex;
  1765.    flex-wrap: wrap;
  1766.    gap: 15px;
  1767. }
  1768.  
  1769. .trend-tag {
  1770.    padding: 8px 18px;
  1771.    background: #f8f9fa;
  1772.    border: 2px solid #e9ecef;
  1773.    border-radius: 20px;
  1774.    font-size: 0.85rem;
  1775.    font-weight: 500;
  1776.    color: #495057;
  1777.    transition: all 0.3s ease;
  1778.    cursor: pointer;
  1779. }
  1780.  
  1781. .trend-tag:hover {
  1782.    background: #667eea;
  1783.    color: white;
  1784.    border-color: #667eea;
  1785.    transform: translateY(-2px);
  1786. }
  1787.  
  1788. /* Responsive Design */
  1789. @media (max-width: 992px) {
  1790.    .tall-card,
  1791.    .featured-card {
  1792.        height: auto;
  1793.        margin-bottom: 30px;
  1794.    }
  1795.    
  1796.  
  1797.    
  1798.    .trending-bar {
  1799.        flex-direction: column;
  1800.        align-items: flex-start;
  1801.        gap: 20px;
  1802.    }
  1803. }
  1804.  
  1805. @media (max-width: 768px) {
  1806.    .blog-hero-v3 {
  1807.        padding: 40px 0;
  1808.    }
  1809.  
  1810.    
  1811.    .trending-tags {
  1812.        justify-content: center;
  1813.    }
  1814.    
  1815.    .featured-stats {
  1816.        justify-content: center;
  1817.    }
  1818. }
  1819. </style>
  1820.  
  1821.  
  1822.  
  1823.  
  1824.        <!-- end of wpo-blog-hero -->
  1825.  
  1826.        <!-- start of wpo-breacking-news -->
  1827.        
  1828.        <!-- end of wpo-breacking-news -->
  1829.        
  1830.        <!-- start wpo-blog-highlights-section -->
  1831.        
  1832.  
  1833.  
  1834.  
  1835.    
  1836.  
  1837.  
  1838.  
  1839. <style>
  1840.    .blog-highlights-v2 {
  1841.        padding: 60px 0;
  1842.    }
  1843.    
  1844.    .blog-card-v2 {
  1845.        border: none;
  1846.        border-radius: 16px;
  1847.        overflow: hidden;
  1848.        transition: all 0.3s ease;
  1849.        background: white;
  1850.        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  1851.    }
  1852.    
  1853.    .blog-card-v2:hover {
  1854.        transform: translateY(-8px);
  1855.        box-shadow: 0 12px 40px rgba(0,0,0,0.15);
  1856.    }
  1857.    
  1858.    .blog-image-v2 {
  1859.        position: relative;
  1860.        overflow: hidden;
  1861.        height: 220px;
  1862.    }
  1863.    
  1864.    .blog-image-v2 img {
  1865.        width: 100%;
  1866.        height: 100%;
  1867.        object-fit: cover;
  1868.        transition: transform 0.3s ease;
  1869.    }
  1870.    
  1871.    .blog-card-v2:hover .blog-image-v2 img {
  1872.        transform: scale(1.05);
  1873.    }
  1874.    
  1875.    .blog-category-v2 {
  1876.        position: absolute;
  1877.        top: 16px;
  1878.        left: 16px;
  1879.        padding: 6px 14px;
  1880.        border-radius: 20px;
  1881.        font-size: 12px;
  1882.        font-weight: 600;
  1883.        text-transform: uppercase;
  1884.        letter-spacing: 0.5px;
  1885.    }
  1886.    
  1887.    .blog-content-v2 {
  1888.        padding: 24px;
  1889.    }
  1890.    
  1891.    .blog-title-v2 {
  1892.        font-size: 18px;
  1893.        font-weight: 700;
  1894.        line-height: 1.4;
  1895.        margin-bottom: 16px;
  1896.    }
  1897.    
  1898.    .blog-title-v2 a {
  1899.        text-decoration: none;
  1900.        transition: color 0.3s ease;
  1901.    }
  1902.    
  1903.    .blog-meta-v2 {
  1904.        display: flex;
  1905.        align-items: center;
  1906.        gap: 12px;
  1907.        margin-bottom: 12px;
  1908.        font-size: 13px;
  1909.    }
  1910.    
  1911.    .blog-author-img {
  1912.        width: 32px;
  1913.        height: 32px;
  1914.        border-radius: 50%;
  1915.        object-fit: cover;
  1916.    }
  1917.    
  1918.    .blog-excerpt-v2 {
  1919.        font-size: 14px;
  1920.        line-height: 1.6;
  1921.        opacity: 0.8;
  1922.    }
  1923.    
  1924.    .section-title-v2 {
  1925.        font-size: 2.5rem;
  1926.        font-weight: 800;
  1927.        text-align: center;
  1928.        margin-bottom: 50px;
  1929.    }
  1930.  
  1931.    @media (max-width: 768px) {
  1932.        .section-title-v2 {
  1933.            font-size: 2rem;
  1934.        }
  1935.        .blog-highlights-v2 {
  1936.            padding: 40px 0;
  1937.        }
  1938.    }
  1939. </style>
  1940.  
  1941. <section class="blog-highlights-v2">
  1942.    <div class="container-fluid fluid-container">
  1943.        <div class="row">
  1944.            <div class="col-12">
  1945.                <h2 class="section-title-v2 top-color">
  1946.                Today's Top Highlights
  1947.                   </h2>
  1948.            </div>
  1949.            
  1950.        </div>
  1951.        
  1952.        <div class="row">
  1953.            <div class="col-lg-8 col-12">
  1954.                <div class="row g-4">
  1955.                    
  1956.                    <div class="col-lg-6 col-md-6 col-12">
  1957.                        <div class="card blog-card-v2 h-100">
  1958.                            <div class="blog-image-v2">
  1959.                                
  1960.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1961.                                
  1962.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1963.                            </div>
  1964.                            <div class="blog-content-v2">
  1965.                                <h3 class="blog-title-v2">
  1966.                                    <a href="/we-require-a-chopper-to-search-for-them-adolescents-urgent-plea-to-rescue-relatives-adrift-off-australian-coast-disclosed/" class="top-color">
  1967.                                    We Require a Chopper to Search For Them’: Adolescent’s Urgent Plea to Rescue Relatives Adrift Off Australian Coast Disclosed
  1968.                                    </a>
  1969.                                </h3>
  1970.                                <div class="blog-meta-v2">
  1971.                                    
  1972.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Juan Smith" class="blog-author-img">
  1973.                                    
  1974.                                    
  1975.                                    <span class="top-color">By Juan Smith</span>
  1976.                                    <span class="top-color">19 May 2026</span>
  1977.                                </div>
  1978.                                <p class="blog-excerpt-v2 top-color"> </p>
  1979.                            </div>
  1980.                        </div>
  1981.                    </div>
  1982.                    
  1983.                    <div class="col-lg-6 col-md-6 col-12">
  1984.                        <div class="card blog-card-v2 h-100">
  1985.                            <div class="blog-image-v2">
  1986.                                
  1987.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1988.                                
  1989.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1990.                            </div>
  1991.                            <div class="blog-content-v2">
  1992.                                <h3 class="blog-title-v2">
  1993.                                    <a href="/tropical-storm-catastrophe-in-sri-lanka-awakens-a-wave-of-volunteerism/" class="top-color">
  1994.                                    Tropical Storm Catastrophe in Sri Lanka Awakens a Wave of Volunteerism
  1995.                                    </a>
  1996.                                </h3>
  1997.                                <div class="blog-meta-v2">
  1998.                                    
  1999.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Juan Smith" class="blog-author-img">
  2000.                                    
  2001.                                    
  2002.                                    <span class="top-color">By Juan Smith</span>
  2003.                                    <span class="top-color">18 May 2026</span>
  2004.                                </div>
  2005.                                <p class="blog-excerpt-v2 top-color"> </p>
  2006.                            </div>
  2007.                        </div>
  2008.                    </div>
  2009.                    
  2010.                    <div class="col-lg-6 col-md-6 col-12">
  2011.                        <div class="card blog-card-v2 h-100">
  2012.                            <div class="blog-image-v2">
  2013.                                
  2014.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2015.                                
  2016.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2017.                            </div>
  2018.                            <div class="blog-content-v2">
  2019.                                <h3 class="blog-title-v2">
  2020.                                    <a href="/los-blancos-trent-alexander-arnold-could-play-against-liverpool-in-novembers-european-match/" class="top-color">
  2021.                                    Los Blancos&#x27; Trent Alexander-Arnold Could Play Against Liverpool in November&#x27;s European Match
  2022.                                    </a>
  2023.                                </h3>
  2024.                                <div class="blog-meta-v2">
  2025.                                    
  2026.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Juan Smith" class="blog-author-img">
  2027.                                    
  2028.                                    
  2029.                                    <span class="top-color">By Juan Smith</span>
  2030.                                    <span class="top-color">18 May 2026</span>
  2031.                                </div>
  2032.                                <p class="blog-excerpt-v2 top-color"> </p>
  2033.                            </div>
  2034.                        </div>
  2035.                    </div>
  2036.                    
  2037.                    <div class="col-lg-6 col-md-6 col-12">
  2038.                        <div class="card blog-card-v2 h-100">
  2039.                            <div class="blog-image-v2">
  2040.                                
  2041.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2042.                                
  2043.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2044.                            </div>
  2045.                            <div class="blog-content-v2">
  2046.                                <h3 class="blog-title-v2">
  2047.                                    <a href="/disturbing-recollections-reemerge-in-davao-as-authorities-piece-together-bondi-beach-attack-alleged-attackers-time-in-the-city/" class="top-color">
  2048.                                    Disturbing Recollections Reemerge in Davao as Authorities Piece Together Bondi Beach Attack Alleged Attackers&#x27; Time in the City
  2049.                                    </a>
  2050.                                </h3>
  2051.                                <div class="blog-meta-v2">
  2052.                                    
  2053.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Juan Smith" class="blog-author-img">
  2054.                                    
  2055.                                    
  2056.                                    <span class="top-color">By Juan Smith</span>
  2057.                                    <span class="top-color">18 May 2026</span>
  2058.                                </div>
  2059.                                <p class="blog-excerpt-v2 top-color"> </p>
  2060.                            </div>
  2061.                        </div>
  2062.                    </div>
  2063.                    
  2064.                    <div class="col-lg-6 col-md-6 col-12">
  2065.                        <div class="card blog-card-v2 h-100">
  2066.                            <div class="blog-image-v2">
  2067.                                
  2068.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2069.                                
  2070.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2071.                            </div>
  2072.                            <div class="blog-content-v2">
  2073.                                <h3 class="blog-title-v2">
  2074.                                    <a href="/real-southern-portugal-discovering-portugal-past-the-coastline/" class="top-color">
  2075.                                    Real Southern Portugal: Discovering Portugal Past the Coastline
  2076.                                    </a>
  2077.                                </h3>
  2078.                                <div class="blog-meta-v2">
  2079.                                    
  2080.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Juan Smith" class="blog-author-img">
  2081.                                    
  2082.                                    
  2083.                                    <span class="top-color">By Juan Smith</span>
  2084.                                    <span class="top-color">18 May 2026</span>
  2085.                                </div>
  2086.                                <p class="blog-excerpt-v2 top-color"> </p>
  2087.                            </div>
  2088.                        </div>
  2089.                    </div>
  2090.                    
  2091.                    <div class="col-lg-6 col-md-6 col-12">
  2092.                        <div class="card blog-card-v2 h-100">
  2093.                            <div class="blog-image-v2">
  2094.                                
  2095.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2096.                                
  2097.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2098.                            </div>
  2099.                            <div class="blog-content-v2">
  2100.                                <h3 class="blog-title-v2">
  2101.                                    <a href="/david-raya-backs-squad-depth-as-essential-to-multiple-trophy-challenge/" class="top-color">
  2102.                                    David Raya Backs Squad Depth as Essential to Multiple Trophy Challenge
  2103.                                    </a>
  2104.                                </h3>
  2105.                                <div class="blog-meta-v2">
  2106.                                    
  2107.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Juan Smith" class="blog-author-img">
  2108.                                    
  2109.                                    
  2110.                                    <span class="top-color">By Juan Smith</span>
  2111.                                    <span class="top-color">18 May 2026</span>
  2112.                                </div>
  2113.                                <p class="blog-excerpt-v2 top-color"> </p>
  2114.                            </div>
  2115.                        </div>
  2116.                    </div>
  2117.                    
  2118.                    <div class="col-lg-6 col-md-6 col-12">
  2119.                        <div class="card blog-card-v2 h-100">
  2120.                            <div class="blog-image-v2">
  2121.                                
  2122.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2123.                                
  2124.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2125.                            </div>
  2126.                            <div class="blog-content-v2">
  2127.                                <h3 class="blog-title-v2">
  2128.                                    <a href="/can-the-new-zealand-rugby-team-regain-their-magic-in-the-upcoming-matches/" class="top-color">
  2129.                                    Can the New Zealand rugby team regain their magic in the upcoming matches?
  2130.                                    </a>
  2131.                                </h3>
  2132.                                <div class="blog-meta-v2">
  2133.                                    
  2134.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Juan Smith" class="blog-author-img">
  2135.                                    
  2136.                                    
  2137.                                    <span class="top-color">By Juan Smith</span>
  2138.                                    <span class="top-color">18 May 2026</span>
  2139.                                </div>
  2140.                                <p class="blog-excerpt-v2 top-color"> </p>
  2141.                            </div>
  2142.                        </div>
  2143.                    </div>
  2144.                    
  2145.                    <div class="col-lg-6 col-md-6 col-12">
  2146.                        <div class="card blog-card-v2 h-100">
  2147.                            <div class="blog-image-v2">
  2148.                                
  2149.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2150.                                
  2151.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2152.                            </div>
  2153.                            <div class="blog-content-v2">
  2154.                                <h3 class="blog-title-v2">
  2155.                                    <a href="/trumps-unprecedented-influence-in-athletics-reached-a-peak-in-2025-next-year-promises-to-go-further/" class="top-color">
  2156.                                    Trump&#x27;s Unprecedented Influence in Athletics Reached A Peak in 2025. Next Year Promises to Go Further.
  2157.                                    </a>
  2158.                                </h3>
  2159.                                <div class="blog-meta-v2">
  2160.                                    
  2161.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Juan Smith" class="blog-author-img">
  2162.                                    
  2163.                                    
  2164.                                    <span class="top-color">By Juan Smith</span>
  2165.                                    <span class="top-color">18 May 2026</span>
  2166.                                </div>
  2167.                                <p class="blog-excerpt-v2 top-color"> </p>
  2168.                            </div>
  2169.                        </div>
  2170.                    </div>
  2171.                    
  2172.                    <div class="col-lg-6 col-md-6 col-12">
  2173.                        <div class="card blog-card-v2 h-100">
  2174.                            <div class="blog-image-v2">
  2175.                                
  2176.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2177.                                
  2178.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2179.                            </div>
  2180.                            <div class="blog-content-v2">
  2181.                                <h3 class="blog-title-v2">
  2182.                                    <a href="/we-got-fired-and-we-accept-it-this-is-how-to-land-a-new-role-that-fits-your-needs/" class="top-color">
  2183.                                    We Got Fired, and We Accept It – This Is How to Land a New Role That Fits Your Needs
  2184.                                    </a>
  2185.                                </h3>
  2186.                                <div class="blog-meta-v2">
  2187.                                    
  2188.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Juan Smith" class="blog-author-img">
  2189.                                    
  2190.                                    
  2191.                                    <span class="top-color">By Juan Smith</span>
  2192.                                    <span class="top-color">18 May 2026</span>
  2193.                                </div>
  2194.                                <p class="blog-excerpt-v2 top-color"> </p>
  2195.                            </div>
  2196.                        </div>
  2197.                    </div>
  2198.                    
  2199.                    <div class="col-lg-6 col-md-6 col-12">
  2200.                        <div class="card blog-card-v2 h-100">
  2201.                            <div class="blog-image-v2">
  2202.                                
  2203.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2204.                                
  2205.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2206.                            </div>
  2207.                            <div class="blog-content-v2">
  2208.                                <h3 class="blog-title-v2">
  2209.                                    <a href="/over-60000-flee-sudans-city-in-the-wake-of-capture-by-rsf-militia-united-nations-reports/" class="top-color">
  2210.                                    Over 60,000 Flee Sudan&#x27;s City In the wake of Capture by RSF Militia, United Nations Reports
  2211.                                    </a>
  2212.                                </h3>
  2213.                                <div class="blog-meta-v2">
  2214.                                    
  2215.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Juan Smith" class="blog-author-img">
  2216.                                    
  2217.                                    
  2218.                                    <span class="top-color">By Juan Smith</span>
  2219.                                    <span class="top-color">17 May 2026</span>
  2220.                                </div>
  2221.                                <p class="blog-excerpt-v2 top-color"> </p>
  2222.                            </div>
  2223.                        </div>
  2224.                    </div>
  2225.                    
  2226.                    <div class="col-lg-6 col-md-6 col-12">
  2227.                        <div class="card blog-card-v2 h-100">
  2228.                            <div class="blog-image-v2">
  2229.                                
  2230.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2231.                                
  2232.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2233.                            </div>
  2234.                            <div class="blog-content-v2">
  2235.                                <h3 class="blog-title-v2">
  2236.                                    <a href="/exercise-as-you-work-10-muscle-toning-office-movements-you-can-do-in-normal-attire/" class="top-color">
  2237.                                    Exercise as you work? 10 muscle-toning office movements you can do in normal attire
  2238.                                    </a>
  2239.                                </h3>
  2240.                                <div class="blog-meta-v2">
  2241.                                    
  2242.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Juan Smith" class="blog-author-img">
  2243.                                    
  2244.                                    
  2245.                                    <span class="top-color">By Juan Smith</span>
  2246.                                    <span class="top-color">17 May 2026</span>
  2247.                                </div>
  2248.                                <p class="blog-excerpt-v2 top-color"> </p>
  2249.                            </div>
  2250.                        </div>
  2251.                    </div>
  2252.                    
  2253.                    <div class="col-lg-6 col-md-6 col-12">
  2254.                        <div class="card blog-card-v2 h-100">
  2255.                            <div class="blog-image-v2">
  2256.                                
  2257.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2258.                                
  2259.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2260.                            </div>
  2261.                            <div class="blog-content-v2">
  2262.                                <h3 class="blog-title-v2">
  2263.                                    <a href="/anno-117s-pax-romanas-hidden-gem-reveals-itself-as-a-breathtaking-first-person-view/" class="top-color">
  2264.                                    Anno 117&#x27;s Pax Romana&#x27;s Hidden Gem Reveals Itself as a Breathtaking First-Person View.
  2265.                                    </a>
  2266.                                </h3>
  2267.                                <div class="blog-meta-v2">
  2268.                                    
  2269.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Juan Smith" class="blog-author-img">
  2270.                                    
  2271.                                    
  2272.                                    <span class="top-color">By Juan Smith</span>
  2273.                                    <span class="top-color">17 May 2026</span>
  2274.                                </div>
  2275.                                <p class="blog-excerpt-v2 top-color"> </p>
  2276.                            </div>
  2277.                        </div>
  2278.                    </div>
  2279.                    
  2280.                    
  2281.  
  2282.                </div>
  2283.            </div>
  2284.            
  2285.          <div class="col col-lg-4 col-12">
  2286.                
  2287.  
  2288.  
  2289.  
  2290.    
  2291.  
  2292.  
  2293. <!-- Blog Sidebar V2 - Focused Design -->
  2294.  <div class="sidebar mb-3">
  2295.    <!-- Recent Posts Section -->
  2296.    <div class="sidebar-widget mb-4">
  2297.      <div class="widget-title-wrapper mb-3">
  2298.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  2299.          <i class="ti-time me-2"></i>Recent Posts
  2300.          <span class="title-arrow-primary"></span>
  2301.        </h4>
  2302.      </div>
  2303.      <div class="widget-content border border-light  shadow-sm rounded-3 p-4">
  2304.        <div class="recent-post-list">
  2305.          
  2306.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2307.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2308.              
  2309.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2310.              
  2311.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">Others</span>
  2312.            </div>
  2313.            <div class="post-content flex-grow-1">
  2314.              <h6 class="post-title mb-2">
  2315.                <a href="/the-future-of-online-slot-games-trends-to-watch-out-for/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2316.                                            The Future of Online Slot Games: Trends to Watch Out For
  2317.                                            </a>
  2318.              </h6>
  2319.              <div class="post-meta">
  2320.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2321.                <!-- <small class="text-muted">
  2322.                  <i class="ti-eye me-1"></i>348 views
  2323.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2324.                </small> -->
  2325.              </div>
  2326.            </div>
  2327.          </div>
  2328.          
  2329.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2330.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2331.              
  2332.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2333.              
  2334.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">Others</span>
  2335.            </div>
  2336.            <div class="post-content flex-grow-1">
  2337.              <h6 class="post-title mb-2">
  2338.                <a href="/discovering-the-hidden-treasures-of-online-slot-game-bonuses-49c3/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2339.                                            Discovering the Hidden Treasures of Online Slot Game Bonuses
  2340.                                            </a>
  2341.              </h6>
  2342.              <div class="post-meta">
  2343.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2344.                <!-- <small class="text-muted">
  2345.                  <i class="ti-eye me-1"></i>348 views
  2346.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2347.                </small> -->
  2348.              </div>
  2349.            </div>
  2350.          </div>
  2351.          
  2352.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2353.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2354.              
  2355.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2356.              
  2357.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">Others</span>
  2358.            </div>
  2359.            <div class="post-content flex-grow-1">
  2360.              <h6 class="post-title mb-2">
  2361.                <a href="/discovering-the-hidden-treasures-of-online-slot-game-bonuses/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2362.                                            Discovering the Hidden Treasures of Online Slot Game Bonuses
  2363.                                            </a>
  2364.              </h6>
  2365.              <div class="post-meta">
  2366.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2367.                <!-- <small class="text-muted">
  2368.                  <i class="ti-eye me-1"></i>348 views
  2369.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2370.                </small> -->
  2371.              </div>
  2372.            </div>
  2373.          </div>
  2374.          
  2375.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2376.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2377.              
  2378.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2379.              
  2380.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">Others</span>
  2381.            </div>
  2382.            <div class="post-content flex-grow-1">
  2383.              <h6 class="post-title mb-2">
  2384.                <a href="/the-future-of-internet-based-slot-games-exciting-developments-to-keep-an-eye-on/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2385.                                            The Future of Internet-based Slot Games: Exciting Developments to Keep an Eye On
  2386.                                            </a>
  2387.              </h6>
  2388.              <div class="post-meta">
  2389.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2390.                <!-- <small class="text-muted">
  2391.                  <i class="ti-eye me-1"></i>348 views
  2392.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2393.                </small> -->
  2394.              </div>
  2395.            </div>
  2396.          </div>
  2397.          
  2398.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2399.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2400.              
  2401.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2402.              
  2403.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2404.            </div>
  2405.            <div class="post-content flex-grow-1">
  2406.              <h6 class="post-title mb-2">
  2407.                <a href="/us-president-donald-trump-affirms-for-the-most-part-parties-are-aligned-on-next-stages-of-truce-agreement-for-gaza/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2408.                                            US President Donald Trump Affirms &#x27;For the Most Part, Parties Are Aligned&#x27; on Next Stages of Truce Agreement for Gaza
  2409.                                            </a>
  2410.              </h6>
  2411.              <div class="post-meta">
  2412.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2413.                <!-- <small class="text-muted">
  2414.                  <i class="ti-eye me-1"></i>348 views
  2415.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2416.                </small> -->
  2417.              </div>
  2418.            </div>
  2419.          </div>
  2420.          
  2421.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2422.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2423.              
  2424.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2425.              
  2426.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2427.            </div>
  2428.            <div class="post-content flex-grow-1">
  2429.              <h6 class="post-title mb-2">
  2430.                <a href="/crans-montana-blaze-survivors-are-treated-in-specialist-clinics-throughout-the-continent/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2431.                                            Crans-Montana Blaze Survivors Are Treated in Specialist Clinics Throughout the Continent
  2432.                                            </a>
  2433.              </h6>
  2434.              <div class="post-meta">
  2435.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2436.                <!-- <small class="text-muted">
  2437.                  <i class="ti-eye me-1"></i>348 views
  2438.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2439.                </small> -->
  2440.              </div>
  2441.            </div>
  2442.          </div>
  2443.          
  2444.  
  2445.        </div>
  2446.  
  2447.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2448.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2449.        </div> -->
  2450.      </div>
  2451.    </div>
  2452.    
  2453.    
  2454.    <div class="sidebar-widget mb-4">
  2455.      <div class="widget-title-wrapper mb-3">
  2456.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2457.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2458.          <span class="title-arrow"></span>
  2459.        </h4>
  2460.      </div>
  2461.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2462.        <div class="blog-roll-list scrollable-sidebar">
  2463.          
  2464.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2465.            <a href="https://esports-news.co.uk/gambling-sites/ivybet-review/"  rel="dofollow" class="text-decoration-none ">
  2466.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2467.                <i class="ti-angle-right me-2 text-primary"></i>
  2468.                 ivybet review
  2469.              </h6>
  2470.            </a>
  2471.          </div>
  2472.          
  2473.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2474.            <a href="https://esports-news.co.uk/gambling-sites/zoccer-review/"  rel="dofollow" class="text-decoration-none ">
  2475.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2476.                <i class="ti-angle-right me-2 text-primary"></i>
  2477.                 zoccer casino
  2478.              </h6>
  2479.            </a>
  2480.          </div>
  2481.          
  2482.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2483.            <a href="https://www.casquette.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2484.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2485.                <i class="ti-angle-right me-2 text-primary"></i>
  2486.                 online casinos
  2487.              </h6>
  2488.            </a>
  2489.          </div>
  2490.          
  2491.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2492.            <a href="https://www.voiceprint.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2493.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2494.                <i class="ti-angle-right me-2 text-primary"></i>
  2495.                 online casinos
  2496.              </h6>
  2497.            </a>
  2498.          </div>
  2499.          
  2500.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2501.            <a href="https://heyimhome.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2502.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2503.                <i class="ti-angle-right me-2 text-primary"></i>
  2504.                 casino sites
  2505.              </h6>
  2506.            </a>
  2507.          </div>
  2508.          
  2509.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2510.            <a href="https://tescobagsofhelp.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2511.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2512.                <i class="ti-angle-right me-2 text-primary"></i>
  2513.                 non gamstop casino
  2514.              </h6>
  2515.            </a>
  2516.          </div>
  2517.          
  2518.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2519.            <a href="https://www.britishicehockey.co.uk/betting-sites-not-on-gamstop/"  rel="dofollow" class="text-decoration-none ">
  2520.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2521.                <i class="ti-angle-right me-2 text-primary"></i>
  2522.                 best online betting sites uk
  2523.              </h6>
  2524.            </a>
  2525.          </div>
  2526.          
  2527.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2528.            <a href="https://www.socresonline.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2529.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2530.                <i class="ti-angle-right me-2 text-primary"></i>
  2531.                 no kyc casinos
  2532.              </h6>
  2533.            </a>
  2534.          </div>
  2535.          
  2536.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2537.            <a href="https://purpletuesday.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2538.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2539.                <i class="ti-angle-right me-2 text-primary"></i>
  2540.                 best betting sites uk
  2541.              </h6>
  2542.            </a>
  2543.          </div>
  2544.          
  2545.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2546.            <a href="https://www.summerhall.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2547.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2548.                <i class="ti-angle-right me-2 text-primary"></i>
  2549.                 casinos not on gamstop
  2550.              </h6>
  2551.            </a>
  2552.          </div>
  2553.          
  2554.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2555.            <a href="https://www.deakinandblue.com/"  rel="dofollow" class="text-decoration-none ">
  2556.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2557.                <i class="ti-angle-right me-2 text-primary"></i>
  2558.                 casinos not on gamstop
  2559.              </h6>
  2560.            </a>
  2561.          </div>
  2562.          
  2563.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2564.            <a href="https://greenwich-design.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2565.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2566.                <i class="ti-angle-right me-2 text-primary"></i>
  2567.                 list of poker sites not on gamstop
  2568.              </h6>
  2569.            </a>
  2570.          </div>
  2571.          
  2572.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2573.            <a href="https://www.pearlysociety.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2574.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2575.                <i class="ti-angle-right me-2 text-primary"></i>
  2576.                 no verification casino uk
  2577.              </h6>
  2578.            </a>
  2579.          </div>
  2580.          
  2581.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2582.            <a href="https://www.homepointfinancial.com/"  rel="dofollow" class="text-decoration-none ">
  2583.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2584.                <i class="ti-angle-right me-2 text-primary"></i>
  2585.                 casinos not on gamstop
  2586.              </h6>
  2587.            </a>
  2588.          </div>
  2589.          
  2590.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2591.            <a href="https://www.focus12.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2592.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2593.                <i class="ti-angle-right me-2 text-primary"></i>
  2594.                 uk casino
  2595.              </h6>
  2596.            </a>
  2597.          </div>
  2598.          
  2599.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2600.            <a href="https://britishicehockey.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2601.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2602.                <i class="ti-angle-right me-2 text-primary"></i>
  2603.                 uk casino
  2604.              </h6>
  2605.            </a>
  2606.          </div>
  2607.          
  2608.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2609.            <a href="https://esportsinsider.com/uk/gambling/non-gamstop-casinos"  rel="dofollow" class="text-decoration-none ">
  2610.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2611.                <i class="ti-angle-right me-2 text-primary"></i>
  2612.                 non gamstop casinos
  2613.              </h6>
  2614.            </a>
  2615.          </div>
  2616.          
  2617.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2618.            <a href="https://casinobeats.com/uk/online-casinos/casinos-not-on-gamstop/"  rel="dofollow" class="text-decoration-none ">
  2619.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2620.                <i class="ti-angle-right me-2 text-primary"></i>
  2621.                 non gamstop casinos
  2622.              </h6>
  2623.            </a>
  2624.          </div>
  2625.          
  2626.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2627.            <a href="https://ecademy.com/"  rel="dofollow" class="text-decoration-none ">
  2628.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2629.                <i class="ti-angle-right me-2 text-primary"></i>
  2630.                 best non Gamstop casinos
  2631.              </h6>
  2632.            </a>
  2633.          </div>
  2634.          
  2635.  
  2636.        </div>
  2637.  
  2638.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2639.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2640.        </div> -->
  2641.      </div>
  2642.    </div>
  2643.    
  2644.    <div class="sidebar-widget mb-4">
  2645.      <div class="widget-title-wrapper mb-3">
  2646.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2647.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2648.          <span class="title-arrow"></span>
  2649.        </h4>
  2650.      </div>
  2651.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2652.        <div class="blog-roll-list scrollable-sidebar">
  2653.          
  2654.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2655.            <a href="https://www.agediscrimination.info/non-gamstop-casinos"  rel="dofollow" class="text-decoration-none ">
  2656.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2657.                <i class="ti-angle-right me-2 text-primary"></i>
  2658.                 non GamStop casinos
  2659.              </h6>
  2660.            </a>
  2661.          </div>
  2662.          
  2663.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2664.            <a href="https://www.heatonpark.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2665.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2666.                <i class="ti-angle-right me-2 text-primary"></i>
  2667.                 bitcoin casinos
  2668.              </h6>
  2669.            </a>
  2670.          </div>
  2671.          
  2672.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2673.            <a href="https://www.mesaonline.org/"  rel="dofollow" class="text-decoration-none ">
  2674.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2675.                <i class="ti-angle-right me-2 text-primary"></i>
  2676.                 non gamstop casinos
  2677.              </h6>
  2678.            </a>
  2679.          </div>
  2680.          
  2681.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2682.            <a href="https://www.ambiental.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2683.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2684.                <i class="ti-angle-right me-2 text-primary"></i>
  2685.                 casinos not on gamstop
  2686.              </h6>
  2687.            </a>
  2688.          </div>
  2689.          
  2690.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2691.            <a href="https://www.roundhaypark.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2692.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2693.                <i class="ti-angle-right me-2 text-primary"></i>
  2694.                 casino not on gamstop
  2695.              </h6>
  2696.            </a>
  2697.          </div>
  2698.          
  2699.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2700.            <a href="https://www.stmonicas.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2701.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2702.                <i class="ti-angle-right me-2 text-primary"></i>
  2703.                 Casinos Not Signed Up to Gamstop
  2704.              </h6>
  2705.            </a>
  2706.          </div>
  2707.          
  2708.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2709.            <a href="https://www.surfaceview.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2710.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2711.                <i class="ti-angle-right me-2 text-primary"></i>
  2712.                 non gamstop casino sites
  2713.              </h6>
  2714.            </a>
  2715.          </div>
  2716.          
  2717.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2718.            <a href="https://www.london-irish.com/"  rel="dofollow" class="text-decoration-none ">
  2719.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2720.                <i class="ti-angle-right me-2 text-primary"></i>
  2721.                 non gamstop casino sites
  2722.              </h6>
  2723.            </a>
  2724.          </div>
  2725.          
  2726.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2727.            <a href="https://savethedatemagazine.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2728.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2729.                <i class="ti-angle-right me-2 text-primary"></i>
  2730.                 non gamstop casino sites
  2731.              </h6>
  2732.            </a>
  2733.          </div>
  2734.          
  2735.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2736.            <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2737.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2738.                <i class="ti-angle-right me-2 text-primary"></i>
  2739.                 non gamstop casino sites
  2740.              </h6>
  2741.            </a>
  2742.          </div>
  2743.          
  2744.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2745.            <a href="https://internationalschoolmealsday.com/"  rel="dofollow" class="text-decoration-none ">
  2746.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2747.                <i class="ti-angle-right me-2 text-primary"></i>
  2748.                 casino sites
  2749.              </h6>
  2750.            </a>
  2751.          </div>
  2752.          
  2753.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2754.            <a href="https://www.cca-glasgow.com/"  rel="dofollow" class="text-decoration-none ">
  2755.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2756.                <i class="ti-angle-right me-2 text-primary"></i>
  2757.                 non gamstop casino sites
  2758.              </h6>
  2759.            </a>
  2760.          </div>
  2761.          
  2762.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2763.            <a href="https://bereavementcommission.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2764.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2765.                <i class="ti-angle-right me-2 text-primary"></i>
  2766.                 non gamstop casino sites
  2767.              </h6>
  2768.            </a>
  2769.          </div>
  2770.          
  2771.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2772.            <a href="https://www.summerhall.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2773.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2774.                <i class="ti-angle-right me-2 text-primary"></i>
  2775.                 non gamstop casino sites
  2776.              </h6>
  2777.            </a>
  2778.          </div>
  2779.          
  2780.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2781.            <a href="https://unbound.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2782.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2783.                <i class="ti-angle-right me-2 text-primary"></i>
  2784.                 non gamstop casino sites
  2785.              </h6>
  2786.            </a>
  2787.          </div>
  2788.          
  2789.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2790.            <a href="https://www.elthampalace.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2791.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2792.                <i class="ti-angle-right me-2 text-primary"></i>
  2793.                 non gamstop casino sites
  2794.              </h6>
  2795.            </a>
  2796.          </div>
  2797.          
  2798.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2799.            <a href="https://fdncoffee.com"  rel="dofollow" class="text-decoration-none ">
  2800.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2801.                <i class="ti-angle-right me-2 text-primary"></i>
  2802.                 casinos not on GamStop
  2803.              </h6>
  2804.            </a>
  2805.          </div>
  2806.          
  2807.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2808.            <a href="https://www.edinburghfoody.com"  rel="dofollow" class="text-decoration-none ">
  2809.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2810.                <i class="ti-angle-right me-2 text-primary"></i>
  2811.                 casino not on GamStop
  2812.              </h6>
  2813.            </a>
  2814.          </div>
  2815.          
  2816.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2817.            <a href="https://stokecontrent.co.uk"  rel="dofollow" class="text-decoration-none ">
  2818.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2819.                <i class="ti-angle-right me-2 text-primary"></i>
  2820.                 best non uk gambling sites
  2821.              </h6>
  2822.            </a>
  2823.          </div>
  2824.          
  2825.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2826.            <a href="https://israelpremiertech.com"  rel="dofollow" class="text-decoration-none ">
  2827.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2828.                <i class="ti-angle-right me-2 text-primary"></i>
  2829.                 best online casino UK
  2830.              </h6>
  2831.            </a>
  2832.          </div>
  2833.          
  2834.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2835.            <a href="https://cryptomillionslotto.com/"  rel="dofollow" class="text-decoration-none ">
  2836.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2837.                <i class="ti-angle-right me-2 text-primary"></i>
  2838.                 crypto casino
  2839.              </h6>
  2840.            </a>
  2841.          </div>
  2842.          
  2843.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2844.            <a href="https://www.qualityofcarenetwork.org/"  rel="dofollow" class="text-decoration-none ">
  2845.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2846.                <i class="ti-angle-right me-2 text-primary"></i>
  2847.                 is lolajack safe
  2848.              </h6>
  2849.            </a>
  2850.          </div>
  2851.          
  2852.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2853.            <a href="https://qualityofcarenetwork.org/"  rel="dofollow" class="text-decoration-none ">
  2854.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2855.                <i class="ti-angle-right me-2 text-primary"></i>
  2856.                 lolajack non gamstop
  2857.              </h6>
  2858.            </a>
  2859.          </div>
  2860.          
  2861.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2862.            <a href="https://pearlysociety.co.uk"  rel="dofollow" class="text-decoration-none ">
  2863.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2864.                <i class="ti-angle-right me-2 text-primary"></i>
  2865.                 non gamstop casinos
  2866.              </h6>
  2867.            </a>
  2868.          </div>
  2869.          
  2870.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2871.            <a href="https://thehaven.org.uk"  rel="dofollow" class="text-decoration-none ">
  2872.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2873.                <i class="ti-angle-right me-2 text-primary"></i>
  2874.                 non gamstop casino
  2875.              </h6>
  2876.            </a>
  2877.          </div>
  2878.          
  2879.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2880.            <a href="https://knightsof.media"  rel="dofollow" class="text-decoration-none ">
  2881.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2882.                <i class="ti-angle-right me-2 text-primary"></i>
  2883.                 non gamstop casino
  2884.              </h6>
  2885.            </a>
  2886.          </div>
  2887.          
  2888.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2889.            <a href="https://rightly.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2890.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2891.                <i class="ti-angle-right me-2 text-primary"></i>
  2892.                 best betting sites
  2893.              </h6>
  2894.            </a>
  2895.          </div>
  2896.          
  2897.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2898.            <a href="https://mcaleicester.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2899.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2900.                <i class="ti-angle-right me-2 text-primary"></i>
  2901.                 online casinos
  2902.              </h6>
  2903.            </a>
  2904.          </div>
  2905.          
  2906.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2907.            <a href="https://www.cca-glasgow.com/"  rel="dofollow" class="text-decoration-none ">
  2908.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2909.                <i class="ti-angle-right me-2 text-primary"></i>
  2910.                 casino not on gamstop
  2911.              </h6>
  2912.            </a>
  2913.          </div>
  2914.          
  2915.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2916.            <a href="https://www.surfaceview.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2917.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2918.                <i class="ti-angle-right me-2 text-primary"></i>
  2919.                 casino not on gamstop
  2920.              </h6>
  2921.            </a>
  2922.          </div>
  2923.          
  2924.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2925.            <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2926.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2927.                <i class="ti-angle-right me-2 text-primary"></i>
  2928.                 casino not on gamstop
  2929.              </h6>
  2930.            </a>
  2931.          </div>
  2932.          
  2933.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2934.            <a href="https://www.fourpure.com/"  rel="dofollow" class="text-decoration-none ">
  2935.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2936.                <i class="ti-angle-right me-2 text-primary"></i>
  2937.                 casino sites
  2938.              </h6>
  2939.            </a>
  2940.          </div>
  2941.          
  2942.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2943.            <a href="https://www.ehic.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2944.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2945.                <i class="ti-angle-right me-2 text-primary"></i>
  2946.                 best poker sites not on gamstop
  2947.              </h6>
  2948.            </a>
  2949.          </div>
  2950.          
  2951.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2952.            <a href="https://runlastman.com/"  rel="dofollow" class="text-decoration-none ">
  2953.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2954.                <i class="ti-angle-right me-2 text-primary"></i>
  2955.                 non gamstop poker sites
  2956.              </h6>
  2957.            </a>
  2958.          </div>
  2959.          
  2960.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2961.            <a href="https://www.bshg.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2962.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2963.                <i class="ti-angle-right me-2 text-primary"></i>
  2964.                 casino not on gamstop
  2965.              </h6>
  2966.            </a>
  2967.          </div>
  2968.          
  2969.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2970.            <a href="https://www.techcityuk.com/"  rel="dofollow" class="text-decoration-none ">
  2971.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2972.                <i class="ti-angle-right me-2 text-primary"></i>
  2973.                 uk casinos not on gamstop
  2974.              </h6>
  2975.            </a>
  2976.          </div>
  2977.          
  2978.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2979.            <a href="https://www.frn.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2980.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2981.                <i class="ti-angle-right me-2 text-primary"></i>
  2982.                 best betting sites
  2983.              </h6>
  2984.            </a>
  2985.          </div>
  2986.          
  2987.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2988.            <a href="https://www.testandverification.com/"  rel="dofollow" class="text-decoration-none ">
  2989.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2990.                <i class="ti-angle-right me-2 text-primary"></i>
  2991.                 best non gamstop casino uk
  2992.              </h6>
  2993.            </a>
  2994.          </div>
  2995.          
  2996.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2997.            <a href="https://www.homeworkworkspace.com"  rel="dofollow" class="text-decoration-none ">
  2998.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2999.                <i class="ti-angle-right me-2 text-primary"></i>
  3000.                 non GamStop casinos
  3001.              </h6>
  3002.            </a>
  3003.          </div>
  3004.          
  3005.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3006.            <a href="https://llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch.co.uk"  rel="dofollow" class="text-decoration-none ">
  3007.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3008.                <i class="ti-angle-right me-2 text-primary"></i>
  3009.                 non GamStop casino
  3010.              </h6>
  3011.            </a>
  3012.          </div>
  3013.          
  3014.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3015.            <a href="https://www.glasshouserestaurant.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3016.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3017.                <i class="ti-angle-right me-2 text-primary"></i>
  3018.                 bitcoin casinos
  3019.              </h6>
  3020.            </a>
  3021.          </div>
  3022.          
  3023.  
  3024.        </div>
  3025.  
  3026.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3027.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3028.        </div> -->
  3029.      </div>
  3030.    </div>
  3031.    
  3032.    <div class="sidebar-widget mb-4">
  3033.      <div class="widget-title-wrapper mb-3">
  3034.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3035.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  3036.          <span class="title-arrow"></span>
  3037.        </h4>
  3038.      </div>
  3039.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  3040.        <div class="blog-roll-list scrollable-sidebar">
  3041.          
  3042.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3043.            <a href="https://www.mediawise.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3044.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3045.                <i class="ti-angle-right me-2 text-primary"></i>
  3046.                 non GamStop casinos
  3047.              </h6>
  3048.            </a>
  3049.          </div>
  3050.          
  3051.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3052.            <a href="https://socialeatinghouse.com/"  rel="dofollow" class="text-decoration-none ">
  3053.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3054.                <i class="ti-angle-right me-2 text-primary"></i>
  3055.                 new non GamStop casinos
  3056.              </h6>
  3057.            </a>
  3058.          </div>
  3059.          
  3060.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3061.            <a href="https://ola.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3062.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3063.                <i class="ti-angle-right me-2 text-primary"></i>
  3064.                 non GamStop casino UK
  3065.              </h6>
  3066.            </a>
  3067.          </div>
  3068.          
  3069.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3070.            <a href="https://www.durhamminers.org/"  rel="dofollow" class="text-decoration-none ">
  3071.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3072.                <i class="ti-angle-right me-2 text-primary"></i>
  3073.                 non GamStop sites
  3074.              </h6>
  3075.            </a>
  3076.          </div>
  3077.          
  3078.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3079.            <a href="https://www.patients4nhs.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3080.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3081.                <i class="ti-angle-right me-2 text-primary"></i>
  3082.                 non GamStop casino UK
  3083.              </h6>
  3084.            </a>
  3085.          </div>
  3086.          
  3087.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3088.            <a href="https://womeninfinance.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3089.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3090.                <i class="ti-angle-right me-2 text-primary"></i>
  3091.                 casino not on GamStop UK
  3092.              </h6>
  3093.            </a>
  3094.          </div>
  3095.          
  3096.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3097.            <a href="https://www.thekarczma.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3098.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3099.                <i class="ti-angle-right me-2 text-primary"></i>
  3100.                 non UK casino
  3101.              </h6>
  3102.            </a>
  3103.          </div>
  3104.          
  3105.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3106.            <a href="https://www.kysty.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3107.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3108.                <i class="ti-angle-right me-2 text-primary"></i>
  3109.                 Non Gamstop Casinos
  3110.              </h6>
  3111.            </a>
  3112.          </div>
  3113.          
  3114.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3115.            <a href="https://www.nordicresearchnetwork.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3116.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3117.                <i class="ti-angle-right me-2 text-primary"></i>
  3118.                 Non UK Casino Sites
  3119.              </h6>
  3120.            </a>
  3121.          </div>
  3122.          
  3123.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3124.            <a href="https://www.covent-garden.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3125.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3126.                <i class="ti-angle-right me-2 text-primary"></i>
  3127.                 slots not on GamStop
  3128.              </h6>
  3129.            </a>
  3130.          </div>
  3131.          
  3132.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3133.            <a href="https://www.ginspa.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3134.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3135.                <i class="ti-angle-right me-2 text-primary"></i>
  3136.                 casino not on GamStop
  3137.              </h6>
  3138.            </a>
  3139.          </div>
  3140.          
  3141.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3142.            <a href="https://www.llancaiachfawr.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3143.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3144.                <i class="ti-angle-right me-2 text-primary"></i>
  3145.                 non GamStop casinos
  3146.              </h6>
  3147.            </a>
  3148.          </div>
  3149.          
  3150.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3151.            <a href="https://www.mugdock-country-park.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3152.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3153.                <i class="ti-angle-right me-2 text-primary"></i>
  3154.                 non GamStop casinos UK
  3155.              </h6>
  3156.            </a>
  3157.          </div>
  3158.          
  3159.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3160.            <a href="https://stanselmchurchsouthall.com/non-gamstop-casinos/"  rel="dofollow" class="text-decoration-none ">
  3161.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3162.                <i class="ti-angle-right me-2 text-primary"></i>
  3163.                 non GamStop casinos
  3164.              </h6>
  3165.            </a>
  3166.          </div>
  3167.          
  3168.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3169.            <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3170.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3171.                <i class="ti-angle-right me-2 text-primary"></i>
  3172.                 best casinos not on gamstop
  3173.              </h6>
  3174.            </a>
  3175.          </div>
  3176.          
  3177.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3178.            <a href="https://www.falconryforum.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3179.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3180.                <i class="ti-angle-right me-2 text-primary"></i>
  3181.                 non gamstop casino sites uk
  3182.              </h6>
  3183.            </a>
  3184.          </div>
  3185.          
  3186.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3187.            <a href="https://www.ukrmb.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3188.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3189.                <i class="ti-angle-right me-2 text-primary"></i>
  3190.                 non gamstop casinos
  3191.              </h6>
  3192.            </a>
  3193.          </div>
  3194.          
  3195.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3196.            <a href="https://citytosea.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3197.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3198.                <i class="ti-angle-right me-2 text-primary"></i>
  3199.                 casinos
  3200.              </h6>
  3201.            </a>
  3202.          </div>
  3203.          
  3204.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3205.            <a href="https://www.taskforceonshalegas.uk/"  rel="dofollow" class="text-decoration-none ">
  3206.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3207.                <i class="ti-angle-right me-2 text-primary"></i>
  3208.                 new betting sites uk
  3209.              </h6>
  3210.            </a>
  3211.          </div>
  3212.          
  3213.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3214.            <a href="https://www.techcityuk.com/"  rel="dofollow" class="text-decoration-none ">
  3215.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3216.                <i class="ti-angle-right me-2 text-primary"></i>
  3217.                 casinos not on gamstop
  3218.              </h6>
  3219.            </a>
  3220.          </div>
  3221.          
  3222.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3223.            <a href="https://www.doctrineanddevotion.com/"  rel="dofollow" class="text-decoration-none ">
  3224.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3225.                <i class="ti-angle-right me-2 text-primary"></i>
  3226.                 new betting sites uk
  3227.              </h6>
  3228.            </a>
  3229.          </div>
  3230.          
  3231.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3232.            <a href="https://oncallfire.uk/"  rel="dofollow" class="text-decoration-none ">
  3233.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3234.                <i class="ti-angle-right me-2 text-primary"></i>
  3235.                 casinos not on GamStop
  3236.              </h6>
  3237.            </a>
  3238.          </div>
  3239.          
  3240.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3241.            <a href="https://www.toop.eu/"  rel="dofollow" class="text-decoration-none ">
  3242.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3243.                <i class="ti-angle-right me-2 text-primary"></i>
  3244.                 non gamstop casino
  3245.              </h6>
  3246.            </a>
  3247.          </div>
  3248.          
  3249.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3250.            <a href="https://free2learn.org.uk"  rel="dofollow" class="text-decoration-none ">
  3251.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3252.                <i class="ti-angle-right me-2 text-primary"></i>
  3253.                 best uk non gamstop casinos
  3254.              </h6>
  3255.            </a>
  3256.          </div>
  3257.          
  3258.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3259.            <a href="https://www.regionalnetworks.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3260.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3261.                <i class="ti-angle-right me-2 text-primary"></i>
  3262.                 gambling sites not on GAMSTOP
  3263.              </h6>
  3264.            </a>
  3265.          </div>
  3266.          
  3267.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3268.            <a href="https://www.escapistmagazine.com/uk/non-gamstop-casinos/"  rel="dofollow" class="text-decoration-none ">
  3269.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3270.                <i class="ti-angle-right me-2 text-primary"></i>
  3271.                 non gamstop casino
  3272.              </h6>
  3273.            </a>
  3274.          </div>
  3275.          
  3276.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3277.            <a href="https://www.aipce.net/"  rel="dofollow" class="text-decoration-none ">
  3278.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3279.                <i class="ti-angle-right me-2 text-primary"></i>
  3280.                 online casino
  3281.              </h6>
  3282.            </a>
  3283.          </div>
  3284.          
  3285.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3286.            <a href="https://www.roadpeace.org/"  rel="dofollow" class="text-decoration-none ">
  3287.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3288.                <i class="ti-angle-right me-2 text-primary"></i>
  3289.                 online casino
  3290.              </h6>
  3291.            </a>
  3292.          </div>
  3293.          
  3294.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3295.            <a href="https://roadpeace.org/"  rel="dofollow" class="text-decoration-none ">
  3296.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3297.                <i class="ti-angle-right me-2 text-primary"></i>
  3298.                 casinos not on gamstop
  3299.              </h6>
  3300.            </a>
  3301.          </div>
  3302.          
  3303.  
  3304.        </div>
  3305.  
  3306.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3307.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3308.        </div> -->
  3309.      </div>
  3310.    </div>
  3311.    
  3312.    <div class="sidebar-widget mb-4">
  3313.      <div class="widget-title-wrapper mb-3">
  3314.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3315.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3316.          <span class="title-arrow"></span>
  3317.        </h4>
  3318.      </div>
  3319.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  3320.        <div class="blog-roll-list scrollable-sidebar">
  3321.          
  3322.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3323.            <a href="https://authenticnews.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3324.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3325.                <i class="ti-angle-right me-2 text-primary"></i>
  3326.                 no gamstop casino
  3327.              </h6>
  3328.            </a>
  3329.          </div>
  3330.          
  3331.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3332.            <a href="https://glasgowmuseumsslavery.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3333.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3334.                <i class="ti-angle-right me-2 text-primary"></i>
  3335.                 uk online casinos not on gamstop
  3336.              </h6>
  3337.            </a>
  3338.          </div>
  3339.          
  3340.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3341.            <a href="https://taa.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3342.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3343.                <i class="ti-angle-right me-2 text-primary"></i>
  3344.                 new online casinos
  3345.              </h6>
  3346.            </a>
  3347.          </div>
  3348.          
  3349.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3350.            <a href="https://www.bshg.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3351.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3352.                <i class="ti-angle-right me-2 text-primary"></i>
  3353.                 non gamstop casinos
  3354.              </h6>
  3355.            </a>
  3356.          </div>
  3357.          
  3358.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3359.            <a href="https://jst.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3360.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3361.                <i class="ti-angle-right me-2 text-primary"></i>
  3362.                 online casino
  3363.              </h6>
  3364.            </a>
  3365.          </div>
  3366.          
  3367.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3368.            <a href="https://www.techandplay.org/"  rel="dofollow" class="text-decoration-none ">
  3369.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3370.                <i class="ti-angle-right me-2 text-primary"></i>
  3371.                 bookmakers not on gamstop
  3372.              </h6>
  3373.            </a>
  3374.          </div>
  3375.          
  3376.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3377.            <a href="https://unbound.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3378.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3379.                <i class="ti-angle-right me-2 text-primary"></i>
  3380.                 non gamstop casinos
  3381.              </h6>
  3382.            </a>
  3383.          </div>
  3384.          
  3385.  
  3386.        </div>
  3387.  
  3388.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3389.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3390.        </div> -->
  3391.      </div>
  3392.    </div>
  3393.    
  3394.  </div>
  3395.  
  3396. <!-- Sidebar V2 Styles -->
  3397. <style>
  3398.  .sidebar-widget {
  3399.    position: relative;
  3400.  }
  3401.  
  3402.  .widget-title {
  3403.    font-size: 1.1rem;
  3404.    font-weight: 700;
  3405.    display: inline-block;
  3406.    position: relative;
  3407.    z-index: 2;
  3408.    border-radius: 0;
  3409.  }
  3410.  
  3411.  /* Green arrow for August Blog Roll */
  3412.  .title-arrow::after {
  3413.    content: '';
  3414.    position: absolute;
  3415.    top: 0;
  3416.    right: -22px;
  3417.    width: 0;
  3418.    height: 0;
  3419.    border-left: 22px solid var(--bs-primary);
  3420.    border-top: 22px solid transparent;
  3421.    border-bottom: 22px solid transparent;
  3422.    z-index: 1;
  3423.  }
  3424.  
  3425.  /* Blue arrow for Recent Posts */
  3426.  .title-arrow-primary::after {
  3427.    content: '';
  3428.    position: absolute;
  3429.    top: 0;
  3430.    right: -22px;
  3431.    width: 0;
  3432.    height: 0;
  3433.    border-left: 22px solid var(--bs-primary);
  3434.    border-top: 22px solid transparent;
  3435.    border-bottom: 22px solid transparent;
  3436.    z-index: 1;
  3437.  }
  3438.  
  3439.  .widget-content {
  3440.    margin-top: -1px;
  3441.    position: relative;
  3442.    z-index: 1;
  3443.     background-color: var(--card-bg);
  3444.  }
  3445.  
  3446.  /* Blog Roll Items Hover Effects */
  3447.  .blog-roll-item:hover .post-title {
  3448.    color: #198754 !important;
  3449.    transform: translateX(5px);
  3450.    transition: all 0.3s ease;
  3451.  }
  3452.  
  3453.  /* Recent Post Items Hover Effects */
  3454.  .recent-post-item:hover .post-title a {
  3455.    color: #0d6efd !important;
  3456.    transition: color 0.3s ease;
  3457.  }
  3458.  
  3459.  .recent-post-item:hover .post-image img {
  3460.    transform: scale(1.05);
  3461.    transition: transform 0.3s ease;
  3462.  }
  3463.  
  3464.  /* Button Hover Effects */
  3465.  .btn:hover {
  3466.    transform: translateY(-2px);
  3467.    transition: all 0.3s ease;
  3468.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3469.  }
  3470.  
  3471.  /* Badge Hover Effects */
  3472.  .badge:hover {
  3473.    transform: scale(1.05);
  3474.    transition: transform 0.3s ease;
  3475.  }
  3476.  
  3477.  @media (max-width: 991px) {
  3478.    .sidebar {
  3479.      margin-top: 3rem;
  3480.    }
  3481.  }
  3482.  
  3483.  @media (max-width: 576px) {
  3484.    .widget-title {
  3485.      font-size: 1rem;
  3486.      padding: 0.75rem 1rem !important;
  3487.    }
  3488.  
  3489.    .title-arrow::after,
  3490.    .title-arrow-primary::after {
  3491.      right: -18px;
  3492.      border-left-width: 18px;
  3493.      border-top-width: 18px;
  3494.      border-bottom-width: 18px;
  3495.    }
  3496.  
  3497.    .post-image {
  3498.      width: 70px !important;
  3499.      height: 55px !important;
  3500.    }
  3501.  
  3502.    .blog-meta {
  3503.      flex-direction: column !important;
  3504.      align-items: flex-start !important;
  3505.      gap: 0.5rem;
  3506.    }
  3507.  }
  3508. </style>
  3509.  
  3510.    
  3511.            </div>
  3512.        </div>
  3513.    </div>
  3514. </section>
  3515.  
  3516.    
  3517.        
  3518.        <!-- end wpo-blog-highlights-section -->
  3519.        <!-- start wpo-blog-sponsored-section -->
  3520.        
  3521.  
  3522.  
  3523.  
  3524.    
  3525.  
  3526.  
  3527.  
  3528. <style>
  3529.    .sponsored-section-v6 {
  3530.        padding: 45px 0;
  3531.        background: transparent;
  3532.    }
  3533.    
  3534.    .sponsored-card-v6 {
  3535.        background: #ffffff;
  3536.        border: 1px solid #f8f8f8;
  3537.        transition: opacity 0.3s ease;
  3538.        height: 100%;
  3539.    }
  3540.    
  3541.    .sponsored-card-v6:hover {
  3542.        opacity: 0.95;
  3543.    }
  3544.    
  3545.    .sponsored-image-v6 {
  3546.        position: relative;
  3547.        height: 170px;
  3548.    }
  3549.    
  3550.    .sponsored-image-v6 img {
  3551.        width: 100%;
  3552.        height: 100%;
  3553.        object-fit: cover;
  3554.    }
  3555.    
  3556.    .sponsored-image-v6::after {
  3557.        content: '';
  3558.        position: absolute;
  3559.        top: 0;
  3560.        left: 0;
  3561.        right: 0;
  3562.        bottom: 0;
  3563.        background: linear-gradient(to bottom, rgba(0,0,0,0.1), transparent);
  3564.    }
  3565.    
  3566.    .sponsored-badge-v6 {
  3567.        position: absolute;
  3568.        top: 10px;
  3569.        left: 10px;
  3570.        padding: 5px 12px;
  3571.        font-size: 12px;
  3572.        font-weight: 600;
  3573.        text-transform: uppercase;
  3574.        border-radius: 4px;
  3575.        box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  3576.    }
  3577.    
  3578.    .sponsored-content-v6 {
  3579.        padding: 12px;
  3580.    }
  3581.    
  3582.    .sponsored-title-v6 {
  3583.        font-size: 14px;
  3584.        font-weight: 700;
  3585.        line-height: 1.3;
  3586.        margin-bottom: 6px;
  3587.        color: #333;
  3588.    }
  3589.    
  3590.    .sponsored-title-v6 a {
  3591.        text-decoration: none;
  3592.        color: #333;
  3593.    }
  3594.    
  3595.    .sponsored-title-v6 a:hover {
  3596.        color: #fd7e14; /* Orange hover */
  3597.    }
  3598.    
  3599.    .sponsored-excerpt-v6 {
  3600.        font-size: 12px;
  3601.        font-weight: 600;
  3602.        color: #868e96;
  3603.        margin-bottom: 8px;
  3604.        line-height: 1.4;
  3605.    }
  3606.    
  3607.    .sponsored-meta-v6 {
  3608.        font-size: 11px;
  3609.        color: #6c757d;
  3610.    }
  3611.    
  3612.    .author-info-v6 {
  3613.        display: inline;
  3614.        margin-right: 10px;
  3615.    }
  3616.    
  3617.    .sponsored-author-img-v6 {
  3618.        width: 20px;
  3619.        height: 20px;
  3620.        border-radius: 50%;
  3621.        object-fit: cover;
  3622.        vertical-align: middle;
  3623.        margin-right: 4px;
  3624.    }
  3625.    
  3626.    .section-title-sponsored-v6 {
  3627.        font-size: 1.9rem;
  3628.        font-weight: 600;
  3629.        text-align: left;
  3630.        margin-bottom: 25px;
  3631.        color: #333;
  3632.        border-left: 4px solid #fd7e14;
  3633.        padding-left: 15px;
  3634.    }
  3635.  
  3636.    @media (max-width: 768px) {
  3637.        .sponsored-section-v6 {
  3638.            padding: 25px 0;
  3639.        }
  3640.        .sponsored-image-v6 {
  3641.            height: 130px;
  3642.        }
  3643.        .sponsored-content-v6 {
  3644.            padding: 10px;
  3645.        }
  3646.        .sponsored-title-v6 {
  3647.            font-size: 13px;
  3648.        }
  3649.        .sponsored-excerpt-v6 {
  3650.            font-size: 11px;
  3651.        }
  3652.        .section-title-sponsored-v6 {
  3653.            font-size: 1.6rem;
  3654.            padding-left: 10px;
  3655.        }
  3656.    }
  3657. </style>
  3658.  
  3659. <section class="sponsored-section-v6">
  3660.    <div class="container-fluid fluid-container">
  3661.        <div class="row">
  3662.            <div class="col-12">
  3663.                <h2 class="section-title-sponsored-v6">Sponsored News</h2>
  3664.            </div>
  3665.        </div>
  3666.        
  3667.        <div class="row g-3">
  3668.            
  3669.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3670.                <div class="card sponsored-card-v6">
  3671.                    <div class="sponsored-image-v6">
  3672.                        
  3673.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3674.                        
  3675.                        <div class="sponsored-badge-v6 bg-primary-gradient">Others</div>
  3676.                    </div>
  3677.                    <div class="sponsored-content-v6">
  3678.                        <h3 class="sponsored-title-v6">
  3679.                            <a href="/the-future-of-online-slot-games-trends-to-watch-out-for/" >
  3680.                                            The Future of Online Slot Games: Trends to Watch Out For
  3681.                                            </a>
  3682.                        </h3>
  3683.                        <p class="sponsored-excerpt-v6">
  3684.                            
  3685.                        </p>
  3686.                        <div class="sponsored-meta-v6">
  3687.                            <span class="author-info-v6">
  3688.                                
  3689.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Juan Smith" class="sponsored-author-img-v6">
  3690.                                
  3691.                               Juan Smith
  3692.                            </span>
  3693.                            | 17 May 2026
  3694.                        </div>
  3695.                    </div>
  3696.                </div>
  3697.            </div>
  3698.            
  3699.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3700.                <div class="card sponsored-card-v6">
  3701.                    <div class="sponsored-image-v6">
  3702.                        
  3703.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3704.                        
  3705.                        <div class="sponsored-badge-v6 bg-primary-gradient">Others</div>
  3706.                    </div>
  3707.                    <div class="sponsored-content-v6">
  3708.                        <h3 class="sponsored-title-v6">
  3709.                            <a href="/discovering-the-hidden-treasures-of-online-slot-game-bonuses-49c3/" >
  3710.                                            Discovering the Hidden Treasures of Online Slot Game Bonuses
  3711.                                            </a>
  3712.                        </h3>
  3713.                        <p class="sponsored-excerpt-v6">
  3714.                            
  3715.                        </p>
  3716.                        <div class="sponsored-meta-v6">
  3717.                            <span class="author-info-v6">
  3718.                                
  3719.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Juan Smith" class="sponsored-author-img-v6">
  3720.                                
  3721.                               Juan Smith
  3722.                            </span>
  3723.                            | 17 May 2026
  3724.                        </div>
  3725.                    </div>
  3726.                </div>
  3727.            </div>
  3728.            
  3729.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3730.                <div class="card sponsored-card-v6">
  3731.                    <div class="sponsored-image-v6">
  3732.                        
  3733.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3734.                        
  3735.                        <div class="sponsored-badge-v6 bg-primary-gradient">Others</div>
  3736.                    </div>
  3737.                    <div class="sponsored-content-v6">
  3738.                        <h3 class="sponsored-title-v6">
  3739.                            <a href="/discovering-the-hidden-treasures-of-online-slot-game-bonuses/" >
  3740.                                            Discovering the Hidden Treasures of Online Slot Game Bonuses
  3741.                                            </a>
  3742.                        </h3>
  3743.                        <p class="sponsored-excerpt-v6">
  3744.                            
  3745.                        </p>
  3746.                        <div class="sponsored-meta-v6">
  3747.                            <span class="author-info-v6">
  3748.                                
  3749.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Juan Smith" class="sponsored-author-img-v6">
  3750.                                
  3751.                               Juan Smith
  3752.                            </span>
  3753.                            | 17 May 2026
  3754.                        </div>
  3755.                    </div>
  3756.                </div>
  3757.            </div>
  3758.            
  3759.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3760.                <div class="card sponsored-card-v6">
  3761.                    <div class="sponsored-image-v6">
  3762.                        
  3763.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3764.                        
  3765.                        <div class="sponsored-badge-v6 bg-primary-gradient">Others</div>
  3766.                    </div>
  3767.                    <div class="sponsored-content-v6">
  3768.                        <h3 class="sponsored-title-v6">
  3769.                            <a href="/the-future-of-internet-based-slot-games-exciting-developments-to-keep-an-eye-on/" >
  3770.                                            The Future of Internet-based Slot Games: Exciting Developments to Keep an Eye On
  3771.                                            </a>
  3772.                        </h3>
  3773.                        <p class="sponsored-excerpt-v6">
  3774.                            
  3775.                        </p>
  3776.                        <div class="sponsored-meta-v6">
  3777.                            <span class="author-info-v6">
  3778.                                
  3779.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Juan Smith" class="sponsored-author-img-v6">
  3780.                                
  3781.                               Juan Smith
  3782.                            </span>
  3783.                            | 17 May 2026
  3784.                        </div>
  3785.                    </div>
  3786.                </div>
  3787.            </div>
  3788.            
  3789.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3790.                <div class="card sponsored-card-v6">
  3791.                    <div class="sponsored-image-v6">
  3792.                        
  3793.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3794.                        
  3795.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3796.                    </div>
  3797.                    <div class="sponsored-content-v6">
  3798.                        <h3 class="sponsored-title-v6">
  3799.                            <a href="/us-president-donald-trump-affirms-for-the-most-part-parties-are-aligned-on-next-stages-of-truce-agreement-for-gaza/" >
  3800.                                            US President Donald Trump Affirms &#x27;For the Most Part, Parties Are Aligned&#x27; on Next Stages of Truce Agreement for Gaza
  3801.                                            </a>
  3802.                        </h3>
  3803.                        <p class="sponsored-excerpt-v6">
  3804.                            
  3805.                        </p>
  3806.                        <div class="sponsored-meta-v6">
  3807.                            <span class="author-info-v6">
  3808.                                
  3809.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Juan Smith" class="sponsored-author-img-v6">
  3810.                                
  3811.                               Juan Smith
  3812.                            </span>
  3813.                            | 17 May 2026
  3814.                        </div>
  3815.                    </div>
  3816.                </div>
  3817.            </div>
  3818.            
  3819.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3820.                <div class="card sponsored-card-v6">
  3821.                    <div class="sponsored-image-v6">
  3822.                        
  3823.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3824.                        
  3825.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3826.                    </div>
  3827.                    <div class="sponsored-content-v6">
  3828.                        <h3 class="sponsored-title-v6">
  3829.                            <a href="/crans-montana-blaze-survivors-are-treated-in-specialist-clinics-throughout-the-continent/" >
  3830.                                            Crans-Montana Blaze Survivors Are Treated in Specialist Clinics Throughout the Continent
  3831.                                            </a>
  3832.                        </h3>
  3833.                        <p class="sponsored-excerpt-v6">
  3834.                            
  3835.                        </p>
  3836.                        <div class="sponsored-meta-v6">
  3837.                            <span class="author-info-v6">
  3838.                                
  3839.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Juan Smith" class="sponsored-author-img-v6">
  3840.                                
  3841.                               Juan Smith
  3842.                            </span>
  3843.                            | 17 May 2026
  3844.                        </div>
  3845.                    </div>
  3846.                </div>
  3847.            </div>
  3848.            
  3849.        </div>
  3850.    </div>
  3851. </section>
  3852.  
  3853.  
  3854.    
  3855.        <!-- end wpo-blog-sponsored-section -->
  3856.        <!-- start wpo-subscribe-section -->
  3857.        
  3858.        <!-- end subscribe-section -->
  3859.        <!-- start of wpo-site-footer-section -->
  3860.        
  3861.  
  3862.  
  3863.  
  3864.  
  3865.  
  3866. <footer class="wpo-site-footer-v2">
  3867.  <!-- Top Section - Logo & CTA -->
  3868.  <div class="footer-top-section py-3">
  3869.    <div class="container-fluid fluid-container">
  3870.      <div class="row align-items-center">
  3871.        <div class="brand-logo d-flex align-items-center justify-content-center">
  3872.          
  3873.            <h3 class="brand-title">Sonic Zone UK</h3>
  3874.          
  3875.          <div class="brand-info">
  3876.            <h3 class="brand-title">Sonic Zone UK</h3>
  3877.          </div>
  3878.        </div>
  3879.      </div>
  3880.    </div>
  3881.  </div>
  3882.  
  3883.  <!-- Main Content Grid -->
  3884.  <div class="footer-main-content py-4">
  3885.    <div class="container-fluid fluid-container px-3">
  3886.      <div class="d-flex justify-content-between flex-wrap gap-3">
  3887.        <!-- Column 1: Quick Links & Top Categories -->
  3888.        <div class="">
  3889.          <div class="footer-column">
  3890.            <h5 class="column-title">Quick Links</h5>
  3891.            <ul class="footer-menu list-unstyled">
  3892.              
  3893.                <li>
  3894.                  <a class="menu-link" href="/food-benefits-set-to-end-for-41-million-throughout-prolonged-federal-shutdown/">Food Benefits Set to End for 41 Million Throughout Prolonged Federal Shutdown</a>
  3895.                </li>
  3896.              
  3897.                <li>
  3898.                  <a class="menu-link" href="/loss-hits-as-individual-passes-away-after-sea-retrieval-off-british-coast/">Loss Hits as Individual Passes Away After Sea Retrieval Off British Coast</a>
  3899.                </li>
  3900.              
  3901.                <li>
  3902.                  <a class="menu-link" href="/top-blunders-when-steer-clear-of-when-playing-online-gambling-slot-games/">Top Blunders When Steer Clear of When Playing Online Gambling Slot Games</a>
  3903.                </li>
  3904.              
  3905.                <li>
  3906.                  <a class="menu-link" href="/pm-hails-a-proud-day-as-esafety-chief-forecasts-globe-will-emulate-our-lead/">PM Hails a &#x27;Proud Day&#x27; as eSafety Chief Forecasts &#x27;Globe Will Emulate Our Lead&#x27;.</a>
  3907.                </li>
  3908.              
  3909.                <li>
  3910.                  <a class="menu-link" href="/unlocking-the-untold-mysteries-of-advanced-jackpot-slots/">Unlocking the Untold Mysteries of Advanced Jackpot Slots</a>
  3911.                </li>
  3912.              
  3913.                <li>
  3914.                  <a class="menu-link" href="/new-york-city-mayor-eric-adams-to-endorse-former-governor-andrew-cuomo-in-nyc-mayoral-race/">New York City Mayor Eric Adams to Endorse Former Governor Andrew Cuomo in NYC Mayoral Race</a>
  3915.                </li>
  3916.              
  3917.            </ul>
  3918.          </div>
  3919.        </div>
  3920.        <div class="">
  3921.          <div class="footer-column mt-4">
  3922.            <h5 class="column-title">Top Categories</h5>
  3923.            <ul class="footer-menu list-unstyled">
  3924.              
  3925.                <li>
  3926.                  <a class="menu-link" href="/category/all-posts/">All Posts</a>
  3927.                </li>
  3928.              
  3929.                <li>
  3930.                  <a class="menu-link" href="/category/business/">Business</a>
  3931.                </li>
  3932.              
  3933.                <li>
  3934.                  <a class="menu-link" href="/category/esports/">Esports</a>
  3935.                </li>
  3936.              
  3937.                <li>
  3938.                  <a class="menu-link" href="/category/fashion/">Fashion</a>
  3939.                </li>
  3940.              
  3941.                <li>
  3942.                  <a class="menu-link" href="/category/featured/">Featured</a>
  3943.                </li>
  3944.              
  3945.            </ul>
  3946.          </div>
  3947.        </div>
  3948.        <!-- Column 2: Blog Rolls -->
  3949.      <div class="">
  3950.          <div class="footer-column">
  3951.            <h5 class="column-title">Blog Rolls</h5>
  3952.            <ul class="footer-menu list-unstyled" id="blogRollLinks">
  3953.              
  3954.              
  3955.  
  3956.              
  3957.              
  3958.                
  3959.              
  3960.            </ul>
  3961.          </div>
  3962.        </div>
  3963.      </div>
  3964.    </div>
  3965.  </div>
  3966.  
  3967.  <!-- Tagline Section -->
  3968.  <div class="footer-tagline bg-primary-gradient text-center py-3">
  3969.    <div class="container-fluid fluid-container">
  3970.      <p class="mb-0 text-white text-capitalize">Sonic Zone UK brings you the latest updates, news, and discussions on Sonic the Hedgehog games, characters, and fan culture in the UK community.</p>
  3971.    </div>
  3972.  </div>
  3973.  
  3974.  <!-- Footer Bottom -->
  3975.  <div class="footer-bottom py-3">
  3976.    <div class="container-fluid fluid-container">
  3977.      <div class="d-flex flex-column flex-md-row justify-content-between align-items-center text-center">
  3978.        <div class="copyright-info">
  3979.          <p class="mb-0 text-color">
  3980.            &copy; 2026 <strong>Sonic Zone UK</strong>. All rights reserved.
  3981.          </p>
  3982.        </div>
  3983.        <div class="utility-links mt-2 mt-md-0">
  3984.          <a href="/page/write-for-us/" class="utility-link me-3">Write For Us</a>
  3985.          <a href="/page/terms-and-conditions/" class="utility-link me-3">Terms &amp; Conditions</a>
  3986.          <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  3987.        </div>
  3988.      </div>
  3989.    </div>
  3990.  </div>
  3991. </footer>
  3992.  
  3993.  
  3994. <style>
  3995.  
  3996. .footer-top-section {
  3997.    border-bottom: 1px solid var(--border-color);
  3998.    background-color: var(--card-bg) !important;
  3999. }
  4000.  
  4001. .footer-logo {
  4002.    height:50px;
  4003.    width: auto;
  4004. }
  4005. .text-color{
  4006.    color: var(--topbar-color) !important;
  4007. }
  4008. .brand-title {
  4009.    font-size: 20px;
  4010.    font-weight: 600;
  4011.    color: var(--topbar-color);
  4012.    margin: 0;
  4013. }
  4014.  
  4015. .footer-main-content {
  4016.    background: var(--card-bg);
  4017. }
  4018.  
  4019. .column-title {
  4020.    font-size: 16px;
  4021.    font-weight: 600;
  4022.    color: var(--topbar-color) !important;
  4023.    margin-bottom: 15px;
  4024. }
  4025.  
  4026. .footer-menu li {
  4027.    margin-bottom: 8px;
  4028. }
  4029.  
  4030. .menu-link {
  4031.    color: var(--topbar-color) !important;
  4032.    text-decoration: none;
  4033.    font-size: 16px;
  4034.    transition: color 0.3s ease;
  4035. }
  4036.  
  4037. .footer-tagline {
  4038.    font-size: 16px;
  4039. }
  4040.  
  4041. .footer-bottom {
  4042.    font-size: 16px;
  4043.    background-color: var(--card-bg) !important;
  4044. }
  4045.  
  4046. .utility-link {
  4047.    color: var(--topbar-color) !important;
  4048.    text-decoration: none;
  4049.    transition: color 0.3s ease;
  4050. }
  4051.  
  4052. .utility-link:hover {
  4053.    color: var(--secondary-color);
  4054. }
  4055.  
  4056. /* Responsive Design */
  4057. @media (max-width: 992px) {
  4058.    .footer-top-section {
  4059.        text-align: start;
  4060.    }
  4061.    .cta-btn {
  4062.        margin-top: 10px;
  4063.    }
  4064. }
  4065.  
  4066. @media (max-width: 768px) {
  4067.    .footer-column {
  4068.        text-align: start;
  4069.    }
  4070.    .footer-tagline {
  4071.        font-size: 13px;
  4072.    }
  4073. }
  4074.  
  4075. @media (max-width: 576px) {
  4076.    .column-title {
  4077.        font-size: 15px;
  4078.    }
  4079.    .menu-link {
  4080.        font-size: 13px;
  4081.    }
  4082.    .cta-btn {
  4083.        font-size: 13px;
  4084.        padding: 7px 15px;
  4085.    }
  4086. }
  4087. </style>
  4088.  
  4089. <script>
  4090. // Prevent default for placeholder links
  4091. document.addEventListener('DOMContentLoaded', function() {
  4092.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  4093.        anchor.addEventListener('click', function(e) {
  4094.            e.preventDefault();
  4095.        });
  4096.    });
  4097. });
  4098. document.addEventListener('DOMContentLoaded', function () {
  4099.    var btn = document.getElementById('toggleBlogRollLinks');
  4100.    if (!btn) return; // No extra items, no button
  4101.  
  4102.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  4103.  
  4104.    btn.addEventListener('click', function () {
  4105.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4106.            return li.classList.contains('d-none');
  4107.        });
  4108.  
  4109.        extras.forEach(function (li) {
  4110.            if (anyHidden) {
  4111.                li.classList.remove('d-none');
  4112.                li.classList.add('show');
  4113.            } else {
  4114.                li.classList.add('d-none');
  4115.                li.classList.remove('show');
  4116.            }
  4117.        });
  4118.  
  4119.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4120.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4121.    });
  4122. });
  4123.  
  4124. </script>
  4125.  
  4126.        <!-- end of wpo-site-footer-section -->
  4127.    </div>
  4128.    <!-- end of page-wrapper -->
  4129.  
  4130.    <!-- All JavaScript files
  4131.    ================================================== -->
  4132.    
  4133.  
  4134. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4135. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4136. <!-- Plugins for this template -->
  4137. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4138. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4139. <!-- Custom script for this template -->
  4140. <script src="/static/blogapp/assets/js/script.js"></script>
  4141.  
  4142. <script>
  4143. (function () {
  4144. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4145. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4146.  
  4147. function applyFallback(img) {
  4148. if (!img || img.dataset.fallbackApplied === "1") {
  4149. return;
  4150. }
  4151. var failedSrc = img.currentSrc || img.src || "";
  4152. img.dataset.fallbackApplied = "1";
  4153. img.onerror = null;
  4154. img.src = fallbackImageSrc;
  4155. console.warn("[ImageFallback] Replaced broken image:", {
  4156. failedSrc: failedSrc,
  4157. fallbackSrc: fallbackImageSrc,
  4158. alt: img.alt || "",
  4159. });
  4160. }
  4161.  
  4162. document.querySelectorAll("img").forEach(function (img) {
  4163. if (img.complete && img.naturalWidth === 0) {
  4164. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4165. failedSrc: img.currentSrc || img.src || "",
  4166. alt: img.alt || "",
  4167. });
  4168. applyFallback(img);
  4169. }
  4170. });
  4171.  
  4172. document.addEventListener(
  4173. "error",
  4174. function (event) {
  4175. var target = event.target;
  4176. if (target && target.tagName === "IMG") {
  4177. applyFallback(target);
  4178. }
  4179. },
  4180. true
  4181. );
  4182. })();
  4183. </script>
  4184.  
  4185. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4186.  
  4187.  
  4188.  
  4189. <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":"4417332613024920871e06c36a8d2865","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4190. </body>
  4191.  
  4192. </html>
  4193.  
  4194.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda