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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="source">
  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_57_MUFFjFd_kxE103X_eVaeOO2_OfI1dxL.png">
  14.    
  15.  
  16.    <title>FieldExConnect: UK Agricultural Technology &amp; Farming Innovations</title>
  17.    <meta name="description" content="FieldExConnect provides UK farmers with the latest agricultural technology, precision farming solutions, and sustainable practices to enhance productivity and efficiency.">
  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://fieldexconnect.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ff2d55;
  42.        --bs-primary-rgb: ff2d55;
  43.        --bs-secondary: #6b6e74;
  44.        --bs-success: #10b981;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #0284c7;
  48.        --bs-light: #fff0f5;
  49.        --bs-dark: #4a0e1a;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ff2d55;
  53.        --theme-primary-color-s2: #ff2d55;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #4a0e1a;
  57.        --text-light-color: #676767;
  58.        --heading-color: #4a0e1a;
  59.        --border-color: #f9a8b8;
  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: #fed7de;
  75.        --navbar-color: #4a0e1a;
  76.        --topbar-bg: #fff0f5;
  77.        --topbar-color: #4a0e1a;
  78.        --footer-bg: #4a0e1a;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #f9a8b8;
  82.        --card-radius: 10px;
  83.        --link-color: #ff2d55;
  84.        --link-hover: #e0264b;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(255, 45, 85, 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_97">
  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: "The Mushroom Cleaning Controversy: A Guide to Preparing Edible Fungi", url: "/the-mushroom-cleaning-controversy-a-guide-to-preparing-edible-fungi/" },
  447.    
  448.      { title: "Remains of Endurance Athlete Seemingly Taken by Predator Found on California Shore", url: "/remains-of-endurance-athlete-seemingly-taken-by-predator-found-on-california-shore/" },
  449.    
  450.      { title: "Barry Manilow Will Have Surgery for Cancer in His Lung.", url: "/barry-manilow-will-have-surgery-for-cancer-in-his-lung/" },
  451.    
  452.      { title: "Former British Soldier Charged of Murdering Kenyan Female Shows Up in Courtroom", url: "/former-british-soldier-charged-of-murdering-kenyan-female-shows-up-in-courtroom/" },
  453.    
  454.      { title: "U.S. Food and Drug Administration Clears Addyi, a Libido\u002DEnhancing Medication for Postmenopausal", url: "/us-food-and-drug-administration-clears-addyi-a-libido-enhancing-medication-for-postmenopausal/" }
  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-v2 mb-4">
  512.    <div class="main-header-v2">
  513.        <div class="container-fluid fluid-container">
  514.            <div class="row align-items-center">
  515.                <div class="col-lg-3 col-md-4 col-6">
  516.                   <div class="logo-area-v2">
  517.                        <a class="navbar-brand" href="/">
  518.                            
  519.                                FieldExConnect
  520.                            
  521.                        </a>
  522.                    </div>
  523.                </div>
  524.  
  525.                <div class="col-lg-6 col-md-8 col-6 d-none d-md-block">
  526.                    <div class="search-area-v2">
  527.                        <form class="search-wrapper-v2" action="#" method="get">
  528.                            <input type="search" class="search-field-v2"
  529.                                placeholder="Search articles, news, tutorials..." name="q" id="search-input1">
  530.                            <!-- <button type="submit" class="search-button-v2">
  531.                                <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  532.                                    stroke-width="2">
  533.                                    <circle cx="11" cy="11" r="8"></circle>
  534.                                    <path d="m21 21-4.35-4.35"></path>
  535.                                </svg>
  536.                                <span>Search</span>
  537.                            </button> -->
  538.                            <!-- The search results will be displayed here -->
  539.                        </form>
  540.                        <div id="search-results1" class="search-results-container search-v1"></div>
  541.                    </div>
  542.                </div>
  543.            </div>
  544.  
  545.            <!-- Mobile Search -->
  546.            <div class="row d-md-none">
  547.                <div class="col-12">
  548.                    <div class="search-area-v2">
  549.                        <form class="search-wrapper-v2" action="#" method="get">
  550.                            <input type="search" class="search-field-v2" placeholder="Search..." name="q" id="search-input">
  551.                            <!-- <button type="submit" class="search-button-v2">
  552.                                <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  553.                                    stroke-width="2">
  554.                                    <circle cx="11" cy="11" r="8"></circle>
  555.                                    <path d="m21 21-4.35-4.35"></path>
  556.                                </svg>
  557.                                <span>Search</span>
  558.                            </button> -->
  559.                        <!-- The search results will be displayed here -->
  560.                    </form>
  561.                    <div id="search-results12" class="search-results-container search-v1"></div>
  562.                    </div>
  563.                </div>
  564.            </div>
  565.        </div>
  566.    </div>
  567.  
  568.    <!-- Navigation Bar -->
  569.    <nav class="nav-bar-v2">
  570.        <div class="container-fluid fluid-container">
  571.            <div class="nav-container-v2 py-2">
  572.  
  573.                <!-- Mobile Menu Toggle -->
  574.                <button class="mobile-toggle d-lg-none" type="button" onclick="toggleMobileMenu()">
  575.                    <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  576.                        <line x1="3" y1="6" x2="21" y2="6"></line>
  577.                        <line x1="3" y1="12" x2="21" y2="12"></line>
  578.                        <line x1="3" y1="18" x2="21" y2="18"></line>
  579.                    </svg>
  580.                    Menu
  581.                </button>
  582.  
  583.                <!-- Navigation Menu -->
  584.                <ul class="nav-menu-v2" id="navMenu">
  585.  
  586.                    
  587.                    <li class="nav-item-v2">
  588.                        <a href="/" class="nav-link-v2 active-v2">Home</a>
  589.                    </li>
  590.  
  591.                    
  592.                    
  593.                     <li class="nav-item-v2">
  594.                        <a href="/category/all-posts/" class="nav-link-v2">
  595.                            All Posts
  596.                        </a>
  597.                        </li>
  598.  
  599.                        
  600.  
  601.                                
  602.                                
  603.                        
  604.                     <li class="nav-item-v2">
  605.                        <a href="/category/business/" class="nav-link-v2">
  606.                            Business
  607.                        </a>
  608.                        </li>
  609.  
  610.                        
  611.  
  612.                                
  613.                                
  614.                        
  615.                     <li class="nav-item-v2">
  616.                        <a href="/category/esports/" class="nav-link-v2">
  617.                            Esports
  618.                        </a>
  619.                        </li>
  620.  
  621.                        
  622.  
  623.                                
  624.                                
  625.                        
  626.                     <li class="nav-item-v2">
  627.                        <a href="/category/fashion/" class="nav-link-v2">
  628.                            Fashion
  629.                        </a>
  630.                        </li>
  631.  
  632.                        
  633.  
  634.                                
  635.                                
  636.                        
  637.                     <li class="nav-item-v2">
  638.                        <a href="/category/featured/" class="nav-link-v2">
  639.                            Featured
  640.                        </a>
  641.                        </li>
  642.  
  643.                        
  644.  
  645.                                
  646.                                
  647.                        
  648.                    
  649.                        
  650.                        <li class="nav-item-v2" onclick="toggleDropdown(this, event)">
  651.                            <a href="#" class="nav-link-v2">
  652.                                More
  653.                                <svg class="d-lg-none" width="12" height="12" style="margin-left: 5px;"
  654.                                    viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  655.                                    <path d="m6 9 6 6 6-6"></path>
  656.                                </svg>
  657.                            </a>
  658.                            <div class="dropdown-v2">
  659.                                <a href="/category/gaming/" class="dropdown-link-v2">
  660.                                    Gaming
  661.                                </a>
  662.                                
  663.  
  664.                                
  665.                                
  666.                        
  667.                    
  668.                                <a href="/category/health/" class="dropdown-link-v2">
  669.                                    Health
  670.                                </a>
  671.                                
  672.  
  673.                                
  674.                                
  675.                        
  676.                    
  677.                                <a href="/category/life-fitness/" class="dropdown-link-v2">
  678.                                    Life &amp; Fitness
  679.                                </a>
  680.                                
  681.  
  682.                                
  683.                                
  684.                        
  685.                    
  686.                                <a href="/category/lifestyle/" class="dropdown-link-v2">
  687.                                    Lifestyle
  688.                                </a>
  689.                                
  690.  
  691.                                
  692.                                
  693.                        
  694.                    
  695.                                <a href="/category/news/" class="dropdown-link-v2">
  696.                                    News
  697.                                </a>
  698.                                
  699.  
  700.                                
  701.                                
  702.                        
  703.                    
  704.                                <a href="/category/others/" class="dropdown-link-v2">
  705.                                    Others
  706.                                </a>
  707.                                
  708.  
  709.                                
  710.                                
  711.                        
  712.                    
  713.                                <a href="/category/politics/" class="dropdown-link-v2">
  714.                                    Politics
  715.                                </a>
  716.                                
  717.  
  718.                                
  719.                                
  720.                        
  721.                    
  722.                                <a href="/category/sports/" class="dropdown-link-v2">
  723.                                    Sports
  724.                                </a>
  725.                                
  726.  
  727.                                
  728.                                
  729.                        
  730.                    
  731.                                <a href="/category/tech/" class="dropdown-link-v2">
  732.                                    Tech
  733.                                </a>
  734.                                
  735.  
  736.                                
  737.                                
  738.                        
  739.                    
  740.                                <a href="/category/travel/" class="dropdown-link-v2">
  741.                                    Travel
  742.                                </a>
  743.                                
  744.  
  745.                                
  746.                                
  747.                            </div>
  748.                        </li>
  749.                        
  750.                        
  751. <li>
  752.                  <a href="/page/contact-us/">
  753.                     Contact Us
  754.                  </a>
  755.              </li>
  756.                </ul>
  757.  
  758.            </div>
  759.        </div>
  760.    </nav>
  761. </header>
  762.  
  763. <script>
  764.    function toggleMobileMenu() {
  765.        const navMenu = document.getElementById('navMenu');
  766.        navMenu.classList.toggle('show');
  767.    }
  768.  
  769.    function toggleDropdown(element, event) {
  770.        // Only handle dropdown toggle on mobile
  771.        if (window.innerWidth < 992) {
  772.            event.preventDefault();
  773.            element.classList.toggle('dropdown-open');
  774.        }
  775.    }
  776.  
  777.    // Close mobile menu when clicking outside
  778.    document.addEventListener('click', function (event) {
  779.        const navMenu = document.getElementById('navMenu');
  780.        const mobileToggle = document.querySelector('.mobile-toggle');
  781.  
  782.        if (!navMenu.contains(event.target) && !mobileToggle.contains(event.target)) {
  783.            navMenu.classList.remove('show');
  784.        }
  785.    });
  786.  
  787.    // Handle window resize
  788.    window.addEventListener('resize', function () {
  789.        const navMenu = document.getElementById('navMenu');
  790.        if (window.innerWidth >= 992) {
  791.            navMenu.classList.remove('show');
  792.            // Remove all dropdown-open classes
  793.            document.querySelectorAll('.dropdown-open').forEach(item => {
  794.                item.classList.remove('dropdown-open');
  795.            });
  796.        }
  797.    });
  798. </script>
  799.  
  800. <script>
  801.  document.addEventListener("DOMContentLoaded", function () {
  802.    console.log("loaded");
  803.  
  804.    //const searchInput = document.getElementById("search-input1");
  805.     const searchInput = window.innerWidth <= 991
  806.      ? document.getElementById("search-input")
  807.      : document.getElementById("search-input1");
  808.    const searchResults = window.innerWidth <= 991
  809.      ? document.getElementById("search-results12") :document.getElementById("search-results1");
  810.  
  811.    if (!searchInput || !searchResults) {
  812.      console.error("Search input/results not found");
  813.      return;
  814.    }
  815.  
  816.    // Prevent form submission
  817.    if (searchInput.form) {
  818.      searchInput.form.addEventListener("submit", function (e) {
  819.        e.preventDefault();
  820.      });
  821.    }
  822.  
  823.    // Add event listener for keyup
  824.    searchInput.addEventListener("keyup", function (e) {
  825.      console.log("Key pressed:", e.key);
  826.      e.preventDefault();
  827.  
  828.      const query = searchInput.value.trim();
  829.      console.log("User is typing: " + query);
  830.  
  831.      // If empty → clear and hide
  832.      if (query === "") {
  833.        searchResults.innerHTML = "";
  834.        searchResults.style.display = "none";
  835.        return;
  836.      }
  837.  
  838.      // Show results
  839.      searchResults.style.display = "block";
  840.  
  841.      // Fetch search results
  842.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  843.        method: "GET",
  844.        headers: { "X-Requested-With": "XMLHttpRequest" },
  845.      })
  846.        .then(response => {
  847.          console.log("Response Status:", response.status);
  848.          return response.json();
  849.        })
  850.        .then(data => {
  851.          console.log("Data received:", data);
  852.          if (data.html) {
  853.            searchResults.innerHTML = data.html;
  854.          } else {
  855.            searchResults.innerHTML = "<p>No results found.</p>";
  856.          }
  857.        })
  858.        .catch(error => {
  859.          console.error("Error fetching search results:", error);
  860.        });
  861.    });
  862.  
  863.    // Close results when clicking outside
  864.    document.addEventListener("click", function (e) {
  865.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  866.        searchResults.style.display = "none";
  867.      }
  868.    });
  869.  
  870.    // Close results on ESC key
  871.    document.addEventListener("keydown", function (e) {
  872.      if (e.key === "Escape") {
  873.        searchResults.style.display = "none";
  874.      }
  875.    });
  876.  });
  877. </script>
  878.  
  879. <style>
  880.        /* search field */
  881.  .search-results-container {
  882.  position: absolute;
  883.  top: 100%; /* Position it below the input field */
  884.  left: 10px;
  885.  right: 10px;
  886.  background-color: white;
  887.  border: 1px solid #ddd;
  888.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  889.  max-height: 300px;
  890.  overflow-y: auto;
  891.  z-index: 1000;
  892.  display: none; /* Initially hidden */
  893. }
  894.  
  895. .search-results-container p {
  896.  margin: 0;
  897. }
  898.  
  899. .search-results-container .result-item {
  900.  padding: 10px;
  901.  cursor: pointer;
  902. }
  903.  
  904. .search-results-container .result-item:hover {
  905.  background-color: #f0f0f0;
  906. }
  907. </style>
  908.  
  909.        </header>
  910.        <!-- end of header -->
  911.        <!-- start of wpo-blog-hero -->
  912.        
  913.  
  914.  
  915.  
  916.  
  917.  
  918.  
  919.  
  920. <div class="blog-hero-v5">
  921.  <div class="container-fluid fluid-container">
  922.    <!-- Top Hero Banner -->
  923.    <div class="row hero-banner">
  924.      
  925.      
  926.        
  927.        <div class="col-12">
  928.          <div class="banner-container d-md-flex d-none">
  929.            
  930.                <img   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" class="banner-image">
  931.            
  932.            <div class="banner-overlay">
  933.              <span class="banner-category bg-primary-gradient">News</span>
  934.              <h2 class="banner-title"> <a href="/we-must-have-a-aircraft-to-locate-them-13-year-olds-urgent-plea-to-aid-loved-ones-adrift-off-aussie-coast-revealed/" class="blog-color">
  935.                                        We Must Have a Aircraft to Locate Them’: 13-Year-Old’s Urgent Plea to Aid Loved Ones Adrift Off Aussie Coast Revealed
  936.                                    </a></h2>
  937.              <p class="blog-color"></p>
  938.            </div>
  939.          </div>
  940.        </div>
  941.  
  942.      
  943.      
  944.      <!-- <div class="featured-grid">
  945.        <div class="col-12">
  946.          <div class="featured-card d-block d-md-none">
  947.            <img src="/static/blogapp/assets/images/hero/img-1.jpg" alt="Tech Post" class="card-image" />
  948.            <div class="card-content">
  949.              <span class="card-category bg-primary-gradient">Travel & Adventure</span>
  950.              <h2>Journey Through The Swiss Alps: A Complete Guide</h2>
  951.              <p>Discover breathtaking landscapes and hidden trails for an unforgettable adventure.</p>
  952.              <div class="author-info">
  953.                <span class="author-name">Sarah Wilson</span>
  954.                <span class="post-time">2 hours ago</span>
  955.              </div>
  956.            </div>
  957.          </div>
  958.        </div>
  959.      </div> -->
  960.    </div>
  961.  
  962.    <!-- Main Content Row -->
  963.  </div>
  964.  <div class="container-fluid fluid-container">
  965.    <div class="row main-content">
  966.      <!-- Left: Featured Posts Grid -->
  967.      <div class="col-lg-8 col-md-12">
  968.        <h5 class="section-title">Recent Posts</h5>
  969.        <div class="row featured-grid">
  970.          
  971.          <div class="col-md-6">
  972.            <div class="featured-card">
  973.              
  974.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  975.                      class="card-image" style="object-fit: cover;" alt="">
  976.              
  977.              <div class="card-content">
  978.                <span class="card-category bg-primary-gradient">News</span>
  979.                <h4 class="card-title"><a class="top-color" href="/cyclone-catastrophe-in-the-island-nation-ignites-a-spirit-of-community-action/" >
  980.                                        Cyclone Catastrophe in the Island Nation Ignites a Spirit of Community Action
  981.                                    </a></h4>
  982.                <div class="author-info">
  983.                  <span class="author-name">Stephen Pacheco</span>
  984.                  <span class="post-time">18 May 2026</span>
  985.                </div>
  986.              </div>
  987.            </div>
  988.          </div>
  989.          
  990.          <div class="col-md-6">
  991.            <div class="featured-card">
  992.              
  993.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  994.                      class="card-image" style="object-fit: cover;" alt="">
  995.              
  996.              <div class="card-content">
  997.                <span class="card-category bg-primary-gradient">News</span>
  998.                <h4 class="card-title"><a class="top-color" href="/real-madrids-alexander-arnold-might-face-his-former-club-in-upcoming-european-clash/" >
  999.                                        Real Madrid&#x27;s Alexander-Arnold Might Face His Former Club in Upcoming European Clash
  1000.                                    </a></h4>
  1001.                <div class="author-info">
  1002.                  <span class="author-name">Stephen Pacheco</span>
  1003.                  <span class="post-time">18 May 2026</span>
  1004.                </div>
  1005.              </div>
  1006.            </div>
  1007.          </div>
  1008.          
  1009.          <div class="col-md-6">
  1010.            <div class="featured-card">
  1011.              
  1012.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1013.                      class="card-image" style="object-fit: cover;" alt="">
  1014.              
  1015.              <div class="card-content">
  1016.                <span class="card-category bg-primary-gradient">News</span>
  1017.                <h4 class="card-title"><a class="top-color" href="/disturbing-recollections-resurface-in-davao-city-as-investigators-piece-together-bondi-shooting-alleged-attackers-activities/" >
  1018.                                        Disturbing Recollections Resurface in Davao City as Investigators Piece Together Bondi Shooting Alleged Attackers&#x27; Activities
  1019.                                    </a></h4>
  1020.                <div class="author-info">
  1021.                  <span class="author-name">Stephen Pacheco</span>
  1022.                  <span class="post-time">18 May 2026</span>
  1023.                </div>
  1024.              </div>
  1025.            </div>
  1026.          </div>
  1027.          
  1028.          <div class="col-md-6">
  1029.            <div class="featured-card">
  1030.              
  1031.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1032.                      class="card-image" style="object-fit: cover;" alt="">
  1033.              
  1034.              <div class="card-content">
  1035.                <span class="card-category bg-primary-gradient">News</span>
  1036.                <h4 class="card-title"><a class="top-color" href="/genuine-southern-portugal-exploring-portugal-away-from-the-shoreline/" >
  1037.                                        Genuine Southern Portugal: Exploring Portugal Away from the Shoreline
  1038.                                    </a></h4>
  1039.                <div class="author-info">
  1040.                  <span class="author-name">Stephen Pacheco</span>
  1041.                  <span class="post-time">18 May 2026</span>
  1042.                </div>
  1043.              </div>
  1044.            </div>
  1045.          </div>
  1046.          
  1047.        </div>
  1048.      </div>
  1049.  
  1050.      <!-- Right: Trending Sidebar -->
  1051.      <div class="col-lg-4 col-md-12">
  1052.        <h5 class="section-title">Trending</h5>
  1053.        <div class="trending-list gap-md-2 gap-lg-0 justify-content-center align-items-center row">
  1054.          
  1055.  
  1056.        </div>
  1057.      </div>
  1058.    </div>
  1059.  </div>
  1060. </div>
  1061. <style>
  1062.  /* Blog Hero V5 - Clean 2-Column Layout */
  1063.  
  1064.  /* Hero Banner */
  1065.  .hero-banner .banner-container {
  1066.    position: relative;
  1067.    overflow: hidden;
  1068.    border-radius: 8px;
  1069.  }
  1070.  
  1071.  .hero-banner .banner-image {
  1072.    width: 100%;
  1073.    height: 350px;
  1074.    object-fit: cover;
  1075.    transition: all 0.2s ease;
  1076.  }
  1077.  
  1078.  .hero-banner:hover .banner-image {
  1079.    transform: scale(1.02);
  1080.  }
  1081.  
  1082.  .hero-banner .banner-overlay {
  1083.    position: absolute;
  1084.    bottom: 0;
  1085.    left: 0;
  1086.    right: 0;
  1087.    background: var(--blog-bg);
  1088.    color: var(--blog-color);
  1089.    padding: 1.5rem;
  1090.  }
  1091.  
  1092.  .banner-category {
  1093.    padding: 0.25rem 0.75rem;
  1094.    border-radius: 4px;
  1095.    font-size: 16px;
  1096.  }
  1097.  
  1098.  .banner-title {
  1099.    color: var(--blog-color) !important;
  1100.    margin: 0.5rem 0;
  1101.  }
  1102.  
  1103.  .banner-excerpt {
  1104.    font-size: 1rem;
  1105.    margin-bottom: 1rem;
  1106.  }
  1107.  
  1108.  .read-more-btn {
  1109.    background: #007bff;
  1110.    color: white;
  1111.    border: none;
  1112.    padding: 0.5rem 1rem;
  1113.    border-radius: 4px;
  1114.    cursor: pointer;
  1115.  }
  1116.  
  1117.  /* Main Content */
  1118.  .main-content {
  1119.    margin-top: 2rem;
  1120.  }
  1121.  
  1122.  .section-title {
  1123.    font-size: 1.2rem;
  1124.    font-weight: bold;
  1125.    margin-bottom: 1rem;
  1126.    border-bottom: 1px solid var(--border-color);
  1127.    padding-bottom: 0.5rem;
  1128.  }
  1129.  
  1130.  /* Featured Grid */
  1131.  .featured-grid .featured-card {
  1132.    background: var(--card-bg);
  1133.    border: 1px solid var(--border-color);
  1134.    border-radius: 8px;
  1135.    overflow: hidden;
  1136.    margin-bottom: 1.5rem;
  1137.    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  1138.  }
  1139.  
  1140.  .featured-grid .card-image {
  1141.    width: 100%;
  1142.    height: 200px;
  1143.    object-fit: cover;
  1144.    transition: all 0.2s ease;
  1145.  }
  1146.  
  1147.  .featured-grid .featured-card:hover .card-image {
  1148.    transform: scale(1.02);
  1149.  }
  1150.  
  1151.  .featured-grid .card-content {
  1152.    padding: 1rem;
  1153.  }
  1154.  
  1155.  .card-category {
  1156.    padding: 0.25rem 0.75rem;
  1157.    border-radius: 4px;
  1158.    font-size: 0.8rem;
  1159.  }
  1160.  
  1161.  .card-title {
  1162.    font-size: 1.1rem;
  1163.    margin: 0.5rem 0;
  1164.  }
  1165.  
  1166.  .author-info {
  1167.    font-size: 0.8rem;
  1168.    color: #666;
  1169.  }
  1170.  
  1171.  .author-name {
  1172.    font-weight: bold;
  1173.  }
  1174.  
  1175.  /* Trending Sidebar */
  1176.  .trending-list .trending-item {
  1177.    display: flex;
  1178.    margin-bottom: 1rem;
  1179.    padding: 1rem;
  1180.    background: var(--card-bg);
  1181.    border: 1px solid #ddd;
  1182.    border-radius: 8px;
  1183.    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  1184.  }
  1185.  
  1186.  .trending-item .trending-image {
  1187.    width: 115px;
  1188.    height: 115px;
  1189.    object-fit: cover;
  1190.    border-radius: 4px;
  1191.    margin-right: 1rem;
  1192.  }
  1193.  
  1194.  .trending-item .trending-content {
  1195.    flex: 1;
  1196.  }
  1197.  
  1198.  .trending-category {
  1199.    padding: 0.25rem 0.75rem;
  1200.    border-radius: 4px;
  1201.    font-size: 12px;
  1202.  }
  1203.  
  1204.  .trending-title {
  1205.    font-size: 1rem;
  1206.    margin: 0.25rem 0;
  1207.  }
  1208.  
  1209.  .trending-author {
  1210.    font-size: 1rem;
  1211.    color: var(--topbar-color);
  1212.  }
  1213.  
  1214.  /* Responsive */
  1215.  @media (max-width: 992px) {
  1216.    .hero-banner .banner-image {
  1217.      height: 250px;
  1218.    }
  1219.  
  1220.    .featured-grid .card-image {
  1221.      height: 180px;
  1222.    }
  1223.  
  1224.    .trending-item {
  1225.      flex-direction: column;
  1226.      text-align: center;
  1227.    }
  1228.  
  1229.    .trending-item .trending-image {
  1230.      margin-right: 0;
  1231.      margin-bottom: 1rem;
  1232.    }
  1233.  }
  1234.  
  1235.  @media (max-width: 768px) {
  1236.    .banner-title {
  1237.      font-size: 1.5rem;
  1238.    }
  1239.  
  1240.    .banner-excerpt {
  1241.      font-size: 0.9rem;
  1242.    }
  1243.  }
  1244. </style>
  1245.  
  1246.  
  1247.  
  1248.  
  1249.  
  1250.        <!-- end of wpo-blog-hero -->
  1251.  
  1252.        <!-- start of wpo-breacking-news -->
  1253.        
  1254.        <!-- end of wpo-breacking-news -->
  1255.        
  1256.        <!-- start wpo-blog-highlights-section -->
  1257.        
  1258.  
  1259.  
  1260.  
  1261.    
  1262.  
  1263.  
  1264. <style>
  1265.  
  1266.    .blog-highlights-section {
  1267.        padding: 30px 0;
  1268.    }
  1269.  
  1270.    .blog-cards-grid {
  1271.        display: grid;
  1272.        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  1273.        gap: 30px;
  1274.    }
  1275.  
  1276.    .blog-card {
  1277.        background: var(--card-bg);
  1278.        border: 1px solid var(--card-border);
  1279.        border-radius: var(--border-radius);
  1280.        overflow: hidden;
  1281.        transition: all 0.3s ease;
  1282.        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  1283.    }
  1284.  
  1285.    .blog-card:hover {
  1286.        transform: translateY(-8px);
  1287.        box-shadow: 0 12px 35px rgba(0,0,0,0.1);
  1288.        border-color: var(--theme-primary-color);
  1289.    }
  1290.  
  1291.    .blog-card-image {
  1292.        position: relative;
  1293.        height: 220px;
  1294.        overflow: hidden;
  1295.    }
  1296.  
  1297.    .blog-card-image img {
  1298.        width: 100%;
  1299.        height: 100%;
  1300.        object-fit: cover;
  1301.        transition: transform 0.3s ease;
  1302.    }
  1303.  
  1304.    .blog-card:hover .blog-card-image img {
  1305.        transform: scale(1.05);
  1306.    }
  1307.  
  1308.    .blog-category {
  1309.        position: absolute;
  1310.        top: 15px;
  1311.        right: 15px;
  1312.        color: white;
  1313.        padding: 6px 12px;
  1314.        border-radius: 20px;
  1315.        font-size: 12px;
  1316.        font-weight: 600;
  1317.        text-transform: uppercase;
  1318.        letter-spacing: 0.5px;
  1319.    }
  1320.  
  1321.    .blog-card-content {
  1322.        padding: 25px;
  1323.    }
  1324.  
  1325.    .blog-card-title {
  1326.        font-family: var(--heading-font);
  1327.        font-size: 1.3rem;
  1328.        font-weight: var(--heading-weight);
  1329.        color: var(--top-color);
  1330.        margin-bottom: 15px;
  1331.        line-height: 1.4;
  1332.    }
  1333.  
  1334.    .blog-card-title a {
  1335.        color: inherit !important;
  1336.        text-decoration: none;
  1337.        transition: color 0.3s ease;
  1338.    }
  1339.  
  1340.    .blog-card-title a:hover {
  1341.        color: var(--theme-primary-color);
  1342.    }
  1343.  
  1344.    .blog-card-meta {
  1345.        display: flex;
  1346.        align-items: center;
  1347.        gap: 15px;
  1348.        margin-bottom: 15px;
  1349.        font-size: 14px;
  1350.        color: var(--text-light-color);
  1351.    }
  1352.  
  1353.    .blog-author-img {
  1354.        width: 30px;
  1355.        height: 30px;
  1356.        border-radius: 50%;
  1357.        object-fit: cover;
  1358.    }
  1359.  
  1360.    .blog-card-excerpt {
  1361.        color: var(--body-color);
  1362.        font-size: 15px;
  1363.        line-height: 1.6;
  1364.        margin-bottom: 20px;
  1365.        display: -webkit-box;
  1366.        -webkit-line-clamp: 3;
  1367.        -webkit-box-orient: vertical;
  1368.        overflow: hidden;
  1369.    }
  1370.  
  1371.    .blog-card-footer {
  1372.        display: flex;
  1373.        justify-content: space-between;
  1374.        align-items: center;
  1375.        padding-top: 15px;
  1376.        border-top: 1px solid var(--border-color-s2);
  1377.    }
  1378.  
  1379.    .blog-read-time {
  1380.        font-size: 13px;
  1381.        color: var(--light);
  1382.    }
  1383.  
  1384.    .blog-read-more {
  1385.        color: var(--top-color) !important;
  1386.        text-decoration: none;
  1387.        font-weight: 600;
  1388.        font-size: 14px;
  1389.        transition: all 0.3s ease;
  1390.    }
  1391.  
  1392.    .blog-read-more:hover {
  1393.        color: var(--theme-primary-color-s2);
  1394.        text-decoration: underline;
  1395.    }
  1396.  
  1397.    .section-title {
  1398.        font-family: var(--heading-font);
  1399.        font-size: 2.5rem;
  1400.        font-weight: var(--heading-weight);
  1401.        color: var(--heading-color);
  1402.        text-align: center;
  1403.        margin-bottom: 20px;
  1404.    }
  1405.  
  1406.    .section-subtitle {
  1407.        text-align: center;
  1408.        color: var(--text-light-color);
  1409.        font-size: 1.1rem;
  1410.        max-width: 600px;
  1411.        margin: 0 auto;
  1412.    }
  1413.  
  1414.    @media (max-width: 768px) {
  1415.        .blog-cards-grid {
  1416.            grid-template-columns: 1fr;
  1417.            gap: 20px;
  1418.        }
  1419.        
  1420.        .section-title {
  1421.            font-size: 2rem;
  1422.        }
  1423.        
  1424.        .blog-highlights-section {
  1425.            padding: 60px 0;
  1426.        }
  1427.    }
  1428. </style>
  1429.  
  1430. <section class="blog-highlights-section">
  1431.     <div class="container-fluid fluid-container">
  1432.      
  1433.            <div class="section-title">
  1434.                <h2>
  1435.                Today's Top Highlights
  1436.                   </h2>
  1437.                <p class="section-subtitle">Discover the latest stories and insights from our community</p>
  1438.    </div>
  1439.        
  1440.        <div class="row">
  1441.            <div class="col-lg-8 col-12">
  1442.                <div class="blog-cards-grid">
  1443.                    
  1444.                    <article class="blog-card">
  1445.                        <div class="blog-card-image">
  1446.                          
  1447.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1448.                            
  1449.                            <span class="blog-category bg-primary-gradient">
  1450.                                News
  1451.                            </span>
  1452.                        </div>
  1453.                        <div class="blog-card-content">
  1454.                            <h3 class="blog-card-title">
  1455.                                <a href="/arsenals-goalkeeper-highlights-squad-depth-as-key-to-silverware-pursuit/" >
  1456.                                Arsenal&#x27;s goalkeeper Highlights Squad Depth as Key to Silverware Pursuit
  1457.                                </a>
  1458.                            </h3>
  1459.                            <div class="blog-card-meta">
  1460.                                
  1461.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Stephen Pacheco" class="blog-author-img">
  1462.                                
  1463.                                <span>By <strong>Stephen Pacheco</strong></span>
  1464.                                <span>•</span>
  1465.                                <span>18 May 2026</span>
  1466.                            </div>
  1467.                            <p class="blog-card-excerpt">
  1468.                                
  1469.                            </p>
  1470.                            <div class="blog-card-footer">
  1471.                                <div class="blog-read-time">
  1472.                                    📖 5 min read
  1473.                                </div>
  1474.                                <a href="/arsenals-goalkeeper-highlights-squad-depth-as-key-to-silverware-pursuit/" class="blog-read-more">
  1475.                                    Read More →
  1476.                                </a>
  1477.                            </div>
  1478.                        </div>
  1479.                    </article>
  1480.                    
  1481.                    <article class="blog-card">
  1482.                        <div class="blog-card-image">
  1483.                          
  1484.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1485.                            
  1486.                            <span class="blog-category bg-primary-gradient">
  1487.                                News
  1488.                            </span>
  1489.                        </div>
  1490.                        <div class="blog-card-content">
  1491.                            <h3 class="blog-card-title">
  1492.                                <a href="/can-the-new-zealand-rugby-team-find-their-magic-this-autumn/" >
  1493.                                Can the New Zealand rugby team find their magic this autumn?
  1494.                                </a>
  1495.                            </h3>
  1496.                            <div class="blog-card-meta">
  1497.                                
  1498.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Stephen Pacheco" class="blog-author-img">
  1499.                                
  1500.                                <span>By <strong>Stephen Pacheco</strong></span>
  1501.                                <span>•</span>
  1502.                                <span>18 May 2026</span>
  1503.                            </div>
  1504.                            <p class="blog-card-excerpt">
  1505.                                
  1506.                            </p>
  1507.                            <div class="blog-card-footer">
  1508.                                <div class="blog-read-time">
  1509.                                    📖 5 min read
  1510.                                </div>
  1511.                                <a href="/can-the-new-zealand-rugby-team-find-their-magic-this-autumn/" class="blog-read-more">
  1512.                                    Read More →
  1513.                                </a>
  1514.                            </div>
  1515.                        </div>
  1516.                    </article>
  1517.                    
  1518.                    <article class="blog-card">
  1519.                        <div class="blog-card-image">
  1520.                          
  1521.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1522.                            
  1523.                            <span class="blog-category bg-primary-gradient">
  1524.                                News
  1525.                            </span>
  1526.                        </div>
  1527.                        <div class="blog-card-content">
  1528.                            <h3 class="blog-card-title">
  1529.                                <a href="/trumps-dominant-shadow-in-sports-achieved-an-apex-in-2025-2026-threatens-to-be-even-bigger/" >
  1530.                                Trump&#x27;s Dominant Shadow in Sports Achieved An Apex in 2025. 2026 Threatens to Be Even Bigger.
  1531.                                </a>
  1532.                            </h3>
  1533.                            <div class="blog-card-meta">
  1534.                                
  1535.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Stephen Pacheco" class="blog-author-img">
  1536.                                
  1537.                                <span>By <strong>Stephen Pacheco</strong></span>
  1538.                                <span>•</span>
  1539.                                <span>18 May 2026</span>
  1540.                            </div>
  1541.                            <p class="blog-card-excerpt">
  1542.                                
  1543.                            </p>
  1544.                            <div class="blog-card-footer">
  1545.                                <div class="blog-read-time">
  1546.                                    📖 5 min read
  1547.                                </div>
  1548.                                <a href="/trumps-dominant-shadow-in-sports-achieved-an-apex-in-2025-2026-threatens-to-be-even-bigger/" class="blog-read-more">
  1549.                                    Read More →
  1550.                                </a>
  1551.                            </div>
  1552.                        </div>
  1553.                    </article>
  1554.                    
  1555.                    <article class="blog-card">
  1556.                        <div class="blog-card-image">
  1557.                          
  1558.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1559.                            
  1560.                            <span class="blog-category bg-primary-gradient">
  1561.                                News
  1562.                            </span>
  1563.                        </div>
  1564.                        <div class="blog-card-content">
  1565.                            <h3 class="blog-card-title">
  1566.                                <a href="/exercise-as-you-are-working-a-dozen-fitness-enhancing-workplace-movements-you-can-do-in-normal-clothes/" >
  1567.                                Exercise as you are working? A dozen fitness-enhancing workplace movements you can do in normal clothes
  1568.                                </a>
  1569.                            </h3>
  1570.                            <div class="blog-card-meta">
  1571.                                
  1572.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Stephen Pacheco" class="blog-author-img">
  1573.                                
  1574.                                <span>By <strong>Stephen Pacheco</strong></span>
  1575.                                <span>•</span>
  1576.                                <span>17 May 2026</span>
  1577.                            </div>
  1578.                            <p class="blog-card-excerpt">
  1579.                                
  1580.                            </p>
  1581.                            <div class="blog-card-footer">
  1582.                                <div class="blog-read-time">
  1583.                                    📖 5 min read
  1584.                                </div>
  1585.                                <a href="/exercise-as-you-are-working-a-dozen-fitness-enhancing-workplace-movements-you-can-do-in-normal-clothes/" class="blog-read-more">
  1586.                                    Read More →
  1587.                                </a>
  1588.                            </div>
  1589.                        </div>
  1590.                    </article>
  1591.                    
  1592.                    <article class="blog-card">
  1593.                        <div class="blog-card-image">
  1594.                          
  1595.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1596.                            
  1597.                            <span class="blog-category bg-primary-gradient">
  1598.                                News
  1599.                            </span>
  1600.                        </div>
  1601.                        <div class="blog-card-content">
  1602.                            <h3 class="blog-card-title">
  1603.                                <a href="/anno-117-pax-romanas-best-kept-secret-is-a-stunning-first-person-view/" >
  1604.                                Anno 117: Pax Romana&#x27;s Best-Kept Secret Is a Stunning First-Person View.
  1605.                                </a>
  1606.                            </h3>
  1607.                            <div class="blog-card-meta">
  1608.                                
  1609.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Stephen Pacheco" class="blog-author-img">
  1610.                                
  1611.                                <span>By <strong>Stephen Pacheco</strong></span>
  1612.                                <span>•</span>
  1613.                                <span>17 May 2026</span>
  1614.                            </div>
  1615.                            <p class="blog-card-excerpt">
  1616.                                
  1617.                            </p>
  1618.                            <div class="blog-card-footer">
  1619.                                <div class="blog-read-time">
  1620.                                    📖 5 min read
  1621.                                </div>
  1622.                                <a href="/anno-117-pax-romanas-best-kept-secret-is-a-stunning-first-person-view/" class="blog-read-more">
  1623.                                    Read More →
  1624.                                </a>
  1625.                            </div>
  1626.                        </div>
  1627.                    </article>
  1628.                    
  1629.                    <article class="blog-card">
  1630.                        <div class="blog-card-image">
  1631.                          
  1632.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1633.                            
  1634.                            <span class="blog-category bg-primary-gradient">
  1635.                                Others
  1636.                            </span>
  1637.                        </div>
  1638.                        <div class="blog-card-content">
  1639.                            <h3 class="blog-card-title">
  1640.                                <a href="/exploring-the-history-of-online-slot-games-in-casinos-and-beyond/" >
  1641.                                Exploring the History of Online Slot Games in Casinos and Beyond
  1642.                                </a>
  1643.                            </h3>
  1644.                            <div class="blog-card-meta">
  1645.                                
  1646.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Stephen Pacheco" class="blog-author-img">
  1647.                                
  1648.                                <span>By <strong>Stephen Pacheco</strong></span>
  1649.                                <span>•</span>
  1650.                                <span>17 May 2026</span>
  1651.                            </div>
  1652.                            <p class="blog-card-excerpt">
  1653.                                
  1654.                            </p>
  1655.                            <div class="blog-card-footer">
  1656.                                <div class="blog-read-time">
  1657.                                    📖 5 min read
  1658.                                </div>
  1659.                                <a href="/exploring-the-history-of-online-slot-games-in-casinos-and-beyond/" class="blog-read-more">
  1660.                                    Read More →
  1661.                                </a>
  1662.                            </div>
  1663.                        </div>
  1664.                    </article>
  1665.                    
  1666.                    <article class="blog-card">
  1667.                        <div class="blog-card-image">
  1668.                          
  1669.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1670.                            
  1671.                            <span class="blog-category bg-primary-gradient">
  1672.                                Others
  1673.                            </span>
  1674.                        </div>
  1675.                        <div class="blog-card-content">
  1676.                            <h3 class="blog-card-title">
  1677.                                <a href="/the-ultimate-guide-to-enjoying-virtual-casino-slot-games-online/" >
  1678.                                The Ultimate Guide to Enjoying Virtual Casino Slot Games Online
  1679.                                </a>
  1680.                            </h3>
  1681.                            <div class="blog-card-meta">
  1682.                                
  1683.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Stephen Pacheco" class="blog-author-img">
  1684.                                
  1685.                                <span>By <strong>Stephen Pacheco</strong></span>
  1686.                                <span>•</span>
  1687.                                <span>17 May 2026</span>
  1688.                            </div>
  1689.                            <p class="blog-card-excerpt">
  1690.                                
  1691.                            </p>
  1692.                            <div class="blog-card-footer">
  1693.                                <div class="blog-read-time">
  1694.                                    📖 5 min read
  1695.                                </div>
  1696.                                <a href="/the-ultimate-guide-to-enjoying-virtual-casino-slot-games-online/" class="blog-read-more">
  1697.                                    Read More →
  1698.                                </a>
  1699.                            </div>
  1700.                        </div>
  1701.                    </article>
  1702.                    
  1703.                    <article class="blog-card">
  1704.                        <div class="blog-card-image">
  1705.                          
  1706.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1707.                            
  1708.                            <span class="blog-category bg-primary-gradient">
  1709.                                News
  1710.                            </span>
  1711.                        </div>
  1712.                        <div class="blog-card-content">
  1713.                            <h3 class="blog-card-title">
  1714.                                <a href="/us-president-donald-trump-states-largely-agreement-exists-on-following-steps-of-truce-agreement-for-gaza/" >
  1715.                                US President Donald Trump States &#x27;Largely, Agreement Exists&#x27; on Following Steps of Truce Agreement for Gaza
  1716.                                </a>
  1717.                            </h3>
  1718.                            <div class="blog-card-meta">
  1719.                                
  1720.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Stephen Pacheco" class="blog-author-img">
  1721.                                
  1722.                                <span>By <strong>Stephen Pacheco</strong></span>
  1723.                                <span>•</span>
  1724.                                <span>17 May 2026</span>
  1725.                            </div>
  1726.                            <p class="blog-card-excerpt">
  1727.                                
  1728.                            </p>
  1729.                            <div class="blog-card-footer">
  1730.                                <div class="blog-read-time">
  1731.                                    📖 5 min read
  1732.                                </div>
  1733.                                <a href="/us-president-donald-trump-states-largely-agreement-exists-on-following-steps-of-truce-agreement-for-gaza/" class="blog-read-more">
  1734.                                    Read More →
  1735.                                </a>
  1736.                            </div>
  1737.                        </div>
  1738.                    </article>
  1739.                    
  1740.                    <article class="blog-card">
  1741.                        <div class="blog-card-image">
  1742.                          
  1743.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1744.                            
  1745.                            <span class="blog-category bg-primary-gradient">
  1746.                                News
  1747.                            </span>
  1748.                        </div>
  1749.                        <div class="blog-card-content">
  1750.                            <h3 class="blog-card-title">
  1751.                                <a href="/every-night-i-dream-of-riding-a-unicorn-medieval-heavy-metal-group-castle-rat/" >
  1752.                                ‘Every Night, I Dream of Riding a Unicorn’: Medieval Heavy Metal Group Castle Rat
  1753.                                </a>
  1754.                            </h3>
  1755.                            <div class="blog-card-meta">
  1756.                                
  1757.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Stephen Pacheco" class="blog-author-img">
  1758.                                
  1759.                                <span>By <strong>Stephen Pacheco</strong></span>
  1760.                                <span>•</span>
  1761.                                <span>17 May 2026</span>
  1762.                            </div>
  1763.                            <p class="blog-card-excerpt">
  1764.                                
  1765.                            </p>
  1766.                            <div class="blog-card-footer">
  1767.                                <div class="blog-read-time">
  1768.                                    📖 5 min read
  1769.                                </div>
  1770.                                <a href="/every-night-i-dream-of-riding-a-unicorn-medieval-heavy-metal-group-castle-rat/" class="blog-read-more">
  1771.                                    Read More →
  1772.                                </a>
  1773.                            </div>
  1774.                        </div>
  1775.                    </article>
  1776.                    
  1777.                    <article class="blog-card">
  1778.                        <div class="blog-card-image">
  1779.                          
  1780.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1781.                            
  1782.                            <span class="blog-category bg-primary-gradient">
  1783.                                News
  1784.                            </span>
  1785.                        </div>
  1786.                        <div class="blog-card-content">
  1787.                            <h3 class="blog-card-title">
  1788.                                <a href="/swiss-ski-resort-blaze-survivors-receive-care-in-specialist-clinics-across-europe/" >
  1789.                                Swiss Ski Resort Blaze Survivors Receive Care in Specialist Clinics Across Europe
  1790.                                </a>
  1791.                            </h3>
  1792.                            <div class="blog-card-meta">
  1793.                                
  1794.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Stephen Pacheco" class="blog-author-img">
  1795.                                
  1796.                                <span>By <strong>Stephen Pacheco</strong></span>
  1797.                                <span>•</span>
  1798.                                <span>17 May 2026</span>
  1799.                            </div>
  1800.                            <p class="blog-card-excerpt">
  1801.                                
  1802.                            </p>
  1803.                            <div class="blog-card-footer">
  1804.                                <div class="blog-read-time">
  1805.                                    📖 5 min read
  1806.                                </div>
  1807.                                <a href="/swiss-ski-resort-blaze-survivors-receive-care-in-specialist-clinics-across-europe/" class="blog-read-more">
  1808.                                    Read More →
  1809.                                </a>
  1810.                            </div>
  1811.                        </div>
  1812.                    </article>
  1813.                    
  1814.                    <article class="blog-card">
  1815.                        <div class="blog-card-image">
  1816.                          
  1817.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1818.                            
  1819.                            <span class="blog-category bg-primary-gradient">
  1820.                                Others
  1821.                            </span>
  1822.                        </div>
  1823.                        <div class="blog-card-content">
  1824.                            <h3 class="blog-card-title">
  1825.                                <a href="/exploring-the-fun-a-novices-guide-to-casino-slot-games/" >
  1826.                                Exploring the Fun: A Novice&#x27;s Guide to Casino Slot Games
  1827.                                </a>
  1828.                            </h3>
  1829.                            <div class="blog-card-meta">
  1830.                                
  1831.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Stephen Pacheco" class="blog-author-img">
  1832.                                
  1833.                                <span>By <strong>Stephen Pacheco</strong></span>
  1834.                                <span>•</span>
  1835.                                <span>17 May 2026</span>
  1836.                            </div>
  1837.                            <p class="blog-card-excerpt">
  1838.                                
  1839.                            </p>
  1840.                            <div class="blog-card-footer">
  1841.                                <div class="blog-read-time">
  1842.                                    📖 5 min read
  1843.                                </div>
  1844.                                <a href="/exploring-the-fun-a-novices-guide-to-casino-slot-games/" class="blog-read-more">
  1845.                                    Read More →
  1846.                                </a>
  1847.                            </div>
  1848.                        </div>
  1849.                    </article>
  1850.                    
  1851.                    <article class="blog-card">
  1852.                        <div class="blog-card-image">
  1853.                          
  1854.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1855.                            
  1856.                            <span class="blog-category bg-primary-gradient">
  1857.                                News
  1858.                            </span>
  1859.                        </div>
  1860.                        <div class="blog-card-content">
  1861.                            <h3 class="blog-card-title">
  1862.                                <a href="/titans-salute-queens-as-the-president-extends-mamdani-a-cordial-reception/" >
  1863.                                Titans Salute Queens as The President Extends Mamdani a Cordial Reception
  1864.                                </a>
  1865.                            </h3>
  1866.                            <div class="blog-card-meta">
  1867.                                
  1868.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Stephen Pacheco" class="blog-author-img">
  1869.                                
  1870.                                <span>By <strong>Stephen Pacheco</strong></span>
  1871.                                <span>•</span>
  1872.                                <span>17 May 2026</span>
  1873.                            </div>
  1874.                            <p class="blog-card-excerpt">
  1875.                                
  1876.                            </p>
  1877.                            <div class="blog-card-footer">
  1878.                                <div class="blog-read-time">
  1879.                                    📖 5 min read
  1880.                                </div>
  1881.                                <a href="/titans-salute-queens-as-the-president-extends-mamdani-a-cordial-reception/" class="blog-read-more">
  1882.                                    Read More →
  1883.                                </a>
  1884.                            </div>
  1885.                        </div>
  1886.                    </article>
  1887.                    
  1888.                    
  1889.  
  1890.                </div>
  1891.            </div>
  1892.            
  1893.              <div class="col col-lg-4 col-12">
  1894.                
  1895.  
  1896.  
  1897.  
  1898.    
  1899.  
  1900. <!-- Curved Heading Sidebar -->
  1901.    <div class="sidebar">
  1902.        
  1903.       <div class="sidebar-widget mb-4">
  1904.            <div class="widget-title-wrapper mb-3">
  1905.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  1906.                    <div class="title-border"></div>
  1907.                    <i class="ti-folder me-2"></i>May 2026 Blog Roll
  1908.                </h4>
  1909.            </div>
  1910.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  1911.                <div class="archives-list scrollable-sidebar">
  1912.                    
  1913.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1914.                        <a href="https://esports-news.co.uk/gambling-sites/mafia-casino-review/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1915.                            <i class="ti-angle-right me-2 text-primary"></i>
  1916.                            <span class="archive-link top-color fw-semibold"> mafia review</span>
  1917.                        </a>
  1918.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  1919.                    </div>
  1920.                
  1921.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1922.                        <a href="https://esports-news.co.uk/gambling-sites/dudespin-review/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1923.                            <i class="ti-angle-right me-2 text-primary"></i>
  1924.                            <span class="archive-link top-color fw-semibold"> dudespin review</span>
  1925.                        </a>
  1926.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  1927.                    </div>
  1928.                
  1929.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1930.                        <a href="https://www.lattitude.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1931.                            <i class="ti-angle-right me-2 text-primary"></i>
  1932.                            <span class="archive-link top-color fw-semibold"> online casinos not on gamstop</span>
  1933.                        </a>
  1934.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  1935.                    </div>
  1936.                
  1937.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1938.                        <a href="https://heyimhome.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1939.                            <i class="ti-angle-right me-2 text-primary"></i>
  1940.                            <span class="archive-link top-color fw-semibold"> best non gamstop casinos</span>
  1941.                        </a>
  1942.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  1943.                    </div>
  1944.                
  1945.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1946.                        <a href="https://www.kylebooks.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1947.                            <i class="ti-angle-right me-2 text-primary"></i>
  1948.                            <span class="archive-link top-color fw-semibold"> best non gamstop casinos</span>
  1949.                        </a>
  1950.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  1951.                    </div>
  1952.                
  1953.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1954.                        <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1955.                            <i class="ti-angle-right me-2 text-primary"></i>
  1956.                            <span class="archive-link top-color fw-semibold"> best non gamstop casinos</span>
  1957.                        </a>
  1958.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  1959.                    </div>
  1960.                
  1961.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1962.                        <a href="https://heyimhome.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1963.                            <i class="ti-angle-right me-2 text-primary"></i>
  1964.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  1965.                        </a>
  1966.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  1967.                    </div>
  1968.                
  1969.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1970.                        <a href="https://bottlebling.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1971.                            <i class="ti-angle-right me-2 text-primary"></i>
  1972.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  1973.                        </a>
  1974.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  1975.                    </div>
  1976.                
  1977.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1978.                        <a href="https://www.kibera.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1979.                            <i class="ti-angle-right me-2 text-primary"></i>
  1980.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  1981.                        </a>
  1982.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  1983.                    </div>
  1984.                
  1985.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1986.                        <a href="https://jeremyforlabour.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1987.                            <i class="ti-angle-right me-2 text-primary"></i>
  1988.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  1989.                        </a>
  1990.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  1991.                    </div>
  1992.                
  1993.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1994.                        <a href="https://unbound.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1995.                            <i class="ti-angle-right me-2 text-primary"></i>
  1996.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  1997.                        </a>
  1998.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  1999.                    </div>
  2000.                
  2001.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2002.                        <a href="https://www.hintsandthings.co.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2003.                            <i class="ti-angle-right me-2 text-primary"></i>
  2004.                            <span class="archive-link top-color fw-semibold"> crypto casinos</span>
  2005.                        </a>
  2006.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2007.                    </div>
  2008.                
  2009.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2010.                        <a href="https://nursingnotes.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2011.                            <i class="ti-angle-right me-2 text-primary"></i>
  2012.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  2013.                        </a>
  2014.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2015.                    </div>
  2016.                
  2017.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2018.                        <a href="https://www.cca-glasgow.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2019.                            <i class="ti-angle-right me-2 text-primary"></i>
  2020.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  2021.                        </a>
  2022.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2023.                    </div>
  2024.                
  2025.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2026.                        <a href="https://techweekeurope.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2027.                            <i class="ti-angle-right me-2 text-primary"></i>
  2028.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2029.                        </a>
  2030.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2031.                    </div>
  2032.                
  2033.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2034.                        <a href="https://www.farma.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2035.                            <i class="ti-angle-right me-2 text-primary"></i>
  2036.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2037.                        </a>
  2038.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2039.                    </div>
  2040.                
  2041.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2042.                        <a href="https://n4g.com/articles/articles/bitcoin-casinos/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2043.                            <i class="ti-angle-right me-2 text-primary"></i>
  2044.                            <span class="archive-link top-color fw-semibold"> crypto casino</span>
  2045.                        </a>
  2046.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2047.                    </div>
  2048.                
  2049.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2050.                        <a href="https://www.focus12.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2051.                            <i class="ti-angle-right me-2 text-primary"></i>
  2052.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  2053.                        </a>
  2054.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2055.                    </div>
  2056.                
  2057.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2058.                        <a href="https://www.gameshub.com/uk/online-casinos/non-gamstop-casinos/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2059.                            <i class="ti-angle-right me-2 text-primary"></i>
  2060.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  2061.                        </a>
  2062.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2063.                    </div>
  2064.                
  2065.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2066.                        <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2067.                            <i class="ti-angle-right me-2 text-primary"></i>
  2068.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2069.                        </a>
  2070.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2071.                    </div>
  2072.                
  2073.                </div>
  2074.                
  2075.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  2076.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2077.                        <i class="ti-archive me-1"></i>View All Archives
  2078.                    </a>
  2079.                </div> -->
  2080.            </div>
  2081.        </div>
  2082.        
  2083.       <div class="sidebar-widget mb-4">
  2084.            <div class="widget-title-wrapper mb-3">
  2085.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2086.                    <div class="title-border"></div>
  2087.                    <i class="ti-folder me-2"></i>April 2026 Blog Roll
  2088.                </h4>
  2089.            </div>
  2090.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  2091.                <div class="archives-list scrollable-sidebar">
  2092.                    
  2093.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2094.                        <a href="https://tdlwebsolutions.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2095.                            <i class="ti-angle-right me-2 text-primary"></i>
  2096.                            <span class="archive-link top-color fw-semibold"> lolajack casino</span>
  2097.                        </a>
  2098.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2099.                    </div>
  2100.                
  2101.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2102.                        <a href="https://www.artigiano.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2103.                            <i class="ti-angle-right me-2 text-primary"></i>
  2104.                            <span class="archive-link top-color fw-semibold"> slots not on gamstop</span>
  2105.                        </a>
  2106.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2107.                    </div>
  2108.                
  2109.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2110.                        <a href="https://www.thecakestore.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2111.                            <i class="ti-angle-right me-2 text-primary"></i>
  2112.                            <span class="archive-link top-color fw-semibold"> bitcoin casino</span>
  2113.                        </a>
  2114.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2115.                    </div>
  2116.                
  2117.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2118.                        <a href="https://www.hintsandthings.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2119.                            <i class="ti-angle-right me-2 text-primary"></i>
  2120.                            <span class="archive-link top-color fw-semibold"> bitcoin casino</span>
  2121.                        </a>
  2122.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2123.                    </div>
  2124.                
  2125.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2126.                        <a href="https://gamingamerica.com/non-gamstop-casinos"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2127.                            <i class="ti-angle-right me-2 text-primary"></i>
  2128.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  2129.                        </a>
  2130.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2131.                    </div>
  2132.                
  2133.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2134.                        <a href="https://www.foodsofengland.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2135.                            <i class="ti-angle-right me-2 text-primary"></i>
  2136.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2137.                        </a>
  2138.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2139.                    </div>
  2140.                
  2141.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2142.                        <a href="https://www.citytosea.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2143.                            <i class="ti-angle-right me-2 text-primary"></i>
  2144.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2145.                        </a>
  2146.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2147.                    </div>
  2148.                
  2149.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2150.                        <a href="https://straightfromyard.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2151.                            <i class="ti-angle-right me-2 text-primary"></i>
  2152.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2153.                        </a>
  2154.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2155.                    </div>
  2156.                
  2157.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2158.                        <a href="https://www.cca-glasgow.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2159.                            <i class="ti-angle-right me-2 text-primary"></i>
  2160.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2161.                        </a>
  2162.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2163.                    </div>
  2164.                
  2165.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2166.                        <a href="https://internationalschoolmealsday.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2167.                            <i class="ti-angle-right me-2 text-primary"></i>
  2168.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2169.                        </a>
  2170.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2171.                    </div>
  2172.                
  2173.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2174.                        <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2175.                            <i class="ti-angle-right me-2 text-primary"></i>
  2176.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2177.                        </a>
  2178.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2179.                    </div>
  2180.                
  2181.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2182.                        <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2183.                            <i class="ti-angle-right me-2 text-primary"></i>
  2184.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  2185.                        </a>
  2186.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2187.                    </div>
  2188.                
  2189.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2190.                        <a href="https://www.london-irish.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2191.                            <i class="ti-angle-right me-2 text-primary"></i>
  2192.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2193.                        </a>
  2194.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2195.                    </div>
  2196.                
  2197.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2198.                        <a href="https://www.citytosea.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2199.                            <i class="ti-angle-right me-2 text-primary"></i>
  2200.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2201.                        </a>
  2202.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2203.                    </div>
  2204.                
  2205.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2206.                        <a href="https://bereavementcommission.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2207.                            <i class="ti-angle-right me-2 text-primary"></i>
  2208.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2209.                        </a>
  2210.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2211.                    </div>
  2212.                
  2213.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2214.                        <a href="https://www.summerhall.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2215.                            <i class="ti-angle-right me-2 text-primary"></i>
  2216.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2217.                        </a>
  2218.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2219.                    </div>
  2220.                
  2221.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2222.                        <a href="https://savethedatemagazine.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2223.                            <i class="ti-angle-right me-2 text-primary"></i>
  2224.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2225.                        </a>
  2226.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2227.                    </div>
  2228.                
  2229.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2230.                        <a href="https://unbound.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2231.                            <i class="ti-angle-right me-2 text-primary"></i>
  2232.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2233.                        </a>
  2234.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2235.                    </div>
  2236.                
  2237.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2238.                        <a href="https://www.elthampalace.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2239.                            <i class="ti-angle-right me-2 text-primary"></i>
  2240.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2241.                        </a>
  2242.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2243.                    </div>
  2244.                
  2245.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2246.                        <a href="https://www.durhamminers.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2247.                            <i class="ti-angle-right me-2 text-primary"></i>
  2248.                            <span class="archive-link top-color fw-semibold"> UK gambling sites</span>
  2249.                        </a>
  2250.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2251.                    </div>
  2252.                
  2253.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2254.                        <a href="https://apva.org.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2255.                            <i class="ti-angle-right me-2 text-primary"></i>
  2256.                            <span class="archive-link top-color fw-semibold"> best non uk gambling sites</span>
  2257.                        </a>
  2258.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2259.                    </div>
  2260.                
  2261.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2262.                        <a href="https://www.nhsborders.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2263.                            <i class="ti-angle-right me-2 text-primary"></i>
  2264.                            <span class="archive-link top-color fw-semibold"> crypto casino</span>
  2265.                        </a>
  2266.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2267.                    </div>
  2268.                
  2269.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2270.                        <a href="https://swtrains.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2271.                            <i class="ti-angle-right me-2 text-primary"></i>
  2272.                            <span class="archive-link top-color fw-semibold"> spinshark</span>
  2273.                        </a>
  2274.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2275.                    </div>
  2276.                
  2277.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2278.                        <a href="https://qualityofcarenetwork.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2279.                            <i class="ti-angle-right me-2 text-primary"></i>
  2280.                            <span class="archive-link top-color fw-semibold"> Lolajack</span>
  2281.                        </a>
  2282.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2283.                    </div>
  2284.                
  2285.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2286.                        <a href="https://aipce.net"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2287.                            <i class="ti-angle-right me-2 text-primary"></i>
  2288.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2289.                        </a>
  2290.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2291.                    </div>
  2292.                
  2293.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2294.                        <a href="https://humanigen.com"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2295.                            <i class="ti-angle-right me-2 text-primary"></i>
  2296.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  2297.                        </a>
  2298.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2299.                    </div>
  2300.                
  2301.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2302.                        <a href="https://assignmentassistance.co.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2303.                            <i class="ti-angle-right me-2 text-primary"></i>
  2304.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2305.                        </a>
  2306.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2307.                    </div>
  2308.                
  2309.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2310.                        <a href="https://weascotland.org.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2311.                            <i class="ti-angle-right me-2 text-primary"></i>
  2312.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  2313.                        </a>
  2314.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2315.                    </div>
  2316.                
  2317.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2318.                        <a href="https://newsoundgeneration.co.uk/casinos-not-on-gamstop/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2319.                            <i class="ti-angle-right me-2 text-primary"></i>
  2320.                            <span class="archive-link top-color fw-semibold"> Casino Not on GamStop</span>
  2321.                        </a>
  2322.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2323.                    </div>
  2324.                
  2325.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2326.                        <a href="https://www.ukessaywriters.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2327.                            <i class="ti-angle-right me-2 text-primary"></i>
  2328.                            <span class="archive-link top-color fw-semibold"> online casinos uk</span>
  2329.                        </a>
  2330.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2331.                    </div>
  2332.                
  2333.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2334.                        <a href="https://www.german-embassy.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2335.                            <i class="ti-angle-right me-2 text-primary"></i>
  2336.                            <span class="archive-link top-color fw-semibold"> crypto casino no deposit bonus</span>
  2337.                        </a>
  2338.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2339.                    </div>
  2340.                
  2341.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2342.                        <a href="https://www.peelengineering.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2343.                            <i class="ti-angle-right me-2 text-primary"></i>
  2344.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2345.                        </a>
  2346.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2347.                    </div>
  2348.                
  2349.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2350.                        <a href="https://www.summerhall.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2351.                            <i class="ti-angle-right me-2 text-primary"></i>
  2352.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  2353.                        </a>
  2354.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2355.                    </div>
  2356.                
  2357.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2358.                        <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2359.                            <i class="ti-angle-right me-2 text-primary"></i>
  2360.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2361.                        </a>
  2362.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2363.                    </div>
  2364.                
  2365.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2366.                        <a href="https://www.thekarczma.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2367.                            <i class="ti-angle-right me-2 text-primary"></i>
  2368.                            <span class="archive-link top-color fw-semibold"> Non UK Online Casinos</span>
  2369.                        </a>
  2370.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2371.                    </div>
  2372.                
  2373.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2374.                        <a href="https://www.cca-glasgow.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2375.                            <i class="ti-angle-right me-2 text-primary"></i>
  2376.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2377.                        </a>
  2378.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2379.                    </div>
  2380.                
  2381.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2382.                        <a href="https://www.fourpure.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2383.                            <i class="ti-angle-right me-2 text-primary"></i>
  2384.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  2385.                        </a>
  2386.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2387.                    </div>
  2388.                
  2389.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2390.                        <a href="https://fdncoffee.com"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2391.                            <i class="ti-angle-right me-2 text-primary"></i>
  2392.                            <span class="archive-link top-color fw-semibold"> best online casinos</span>
  2393.                        </a>
  2394.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2395.                    </div>
  2396.                
  2397.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2398.                        <a href="https://www.cultinformation.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2399.                            <i class="ti-angle-right me-2 text-primary"></i>
  2400.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  2401.                        </a>
  2402.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2403.                    </div>
  2404.                
  2405.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2406.                        <a href="https://www.gamblinginsider.com/uk/online-casinos"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2407.                            <i class="ti-angle-right me-2 text-primary"></i>
  2408.                            <span class="archive-link top-color fw-semibold"> online casinos uk</span>
  2409.                        </a>
  2410.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2411.                    </div>
  2412.                
  2413.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2414.                        <a href="https://datamagazine.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2415.                            <i class="ti-angle-right me-2 text-primary"></i>
  2416.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  2417.                        </a>
  2418.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2419.                    </div>
  2420.                
  2421.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2422.                        <a href="https://www.geomatics-world.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2423.                            <i class="ti-angle-right me-2 text-primary"></i>
  2424.                            <span class="archive-link top-color fw-semibold"> betting sites not on gamstop</span>
  2425.                        </a>
  2426.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2427.                    </div>
  2428.                
  2429.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2430.                        <a href="https://unbound.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2431.                            <i class="ti-angle-right me-2 text-primary"></i>
  2432.                            <span class="archive-link top-color fw-semibold"> uk casinos not on gamstop</span>
  2433.                        </a>
  2434.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2435.                    </div>
  2436.                
  2437.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2438.                        <a href="https://www.roadpeace.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2439.                            <i class="ti-angle-right me-2 text-primary"></i>
  2440.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2441.                        </a>
  2442.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2443.                    </div>
  2444.                
  2445.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2446.                        <a href="https://www.surfaceview.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2447.                            <i class="ti-angle-right me-2 text-primary"></i>
  2448.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos uk</span>
  2449.                        </a>
  2450.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2451.                    </div>
  2452.                
  2453.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2454.                        <a href="https://bereavementcommission.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2455.                            <i class="ti-angle-right me-2 text-primary"></i>
  2456.                            <span class="archive-link top-color fw-semibold"> beste online casino nederland</span>
  2457.                        </a>
  2458.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2459.                    </div>
  2460.                
  2461.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2462.                        <a href="https://www.executive-shaving.co.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2463.                            <i class="ti-angle-right me-2 text-primary"></i>
  2464.                            <span class="archive-link top-color fw-semibold"> non GamStop UK casinos</span>
  2465.                        </a>
  2466.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2467.                    </div>
  2468.                
  2469.                </div>
  2470.                
  2471.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  2472.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2473.                        <i class="ti-archive me-1"></i>View All Archives
  2474.                    </a>
  2475.                </div> -->
  2476.            </div>
  2477.        </div>
  2478.        
  2479.       <div class="sidebar-widget mb-4">
  2480.            <div class="widget-title-wrapper mb-3">
  2481.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2482.                    <div class="title-border"></div>
  2483.                    <i class="ti-folder me-2"></i>March 2026 Blog Roll
  2484.                </h4>
  2485.            </div>
  2486.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  2487.                <div class="archives-list scrollable-sidebar">
  2488.                    
  2489.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2490.                        <a href="https://www.peckhamaudio.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2491.                            <i class="ti-angle-right me-2 text-primary"></i>
  2492.                            <span class="archive-link top-color fw-semibold"> UK casinos not on GamStop</span>
  2493.                        </a>
  2494.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2495.                    </div>
  2496.                
  2497.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2498.                        <a href="https://www.surfaceview.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2499.                            <i class="ti-angle-right me-2 text-primary"></i>
  2500.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2501.                        </a>
  2502.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2503.                    </div>
  2504.                
  2505.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2506.                        <a href="https://www.bmag.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2507.                            <i class="ti-angle-right me-2 text-primary"></i>
  2508.                            <span class="archive-link top-color fw-semibold"> casino site</span>
  2509.                        </a>
  2510.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2511.                    </div>
  2512.                
  2513.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2514.                        <a href="https://whitestarrunning.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2515.                            <i class="ti-angle-right me-2 text-primary"></i>
  2516.                            <span class="archive-link top-color fw-semibold"> casino sites not on GamStop</span>
  2517.                        </a>
  2518.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2519.                    </div>
  2520.                
  2521.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2522.                        <a href="https://www.ginspa.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2523.                            <i class="ti-angle-right me-2 text-primary"></i>
  2524.                            <span class="archive-link top-color fw-semibold"> best non GamStop casinos</span>
  2525.                        </a>
  2526.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2527.                    </div>
  2528.                
  2529.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2530.                        <a href="https://www.nordicresearchnetwork.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2531.                            <i class="ti-angle-right me-2 text-primary"></i>
  2532.                            <span class="archive-link top-color fw-semibold"> non UK gambling sites</span>
  2533.                        </a>
  2534.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2535.                    </div>
  2536.                
  2537.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2538.                        <a href="https://forcesreunited.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2539.                            <i class="ti-angle-right me-2 text-primary"></i>
  2540.                            <span class="archive-link top-color fw-semibold"> Harry Casino reviews</span>
  2541.                        </a>
  2542.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2543.                    </div>
  2544.                
  2545.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2546.                        <a href="https://www.london-irish.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2547.                            <i class="ti-angle-right me-2 text-primary"></i>
  2548.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  2549.                        </a>
  2550.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2551.                    </div>
  2552.                
  2553.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2554.                        <a href="https://www.gcaf.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2555.                            <i class="ti-angle-right me-2 text-primary"></i>
  2556.                            <span class="archive-link top-color fw-semibold"> crypto betting sites</span>
  2557.                        </a>
  2558.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2559.                    </div>
  2560.                
  2561.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2562.                        <a href="https://www.sepho.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2563.                            <i class="ti-angle-right me-2 text-primary"></i>
  2564.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  2565.                        </a>
  2566.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2567.                    </div>
  2568.                
  2569.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2570.                        <a href="https://www.durhamminers.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2571.                            <i class="ti-angle-right me-2 text-primary"></i>
  2572.                            <span class="archive-link top-color fw-semibold"> casinos not on GamStop</span>
  2573.                        </a>
  2574.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2575.                    </div>
  2576.                
  2577.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2578.                        <a href="https://www.llancaiachfawr.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2579.                            <i class="ti-angle-right me-2 text-primary"></i>
  2580.                            <span class="archive-link top-color fw-semibold"> non GamStop casinos</span>
  2581.                        </a>
  2582.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2583.                    </div>
  2584.                
  2585.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2586.                        <a href="https://www.ginspa.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2587.                            <i class="ti-angle-right me-2 text-primary"></i>
  2588.                            <span class="archive-link top-color fw-semibold"> non GamStop casino</span>
  2589.                        </a>
  2590.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2591.                    </div>
  2592.                
  2593.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2594.                        <a href="https://www.patients4nhs.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2595.                            <i class="ti-angle-right me-2 text-primary"></i>
  2596.                            <span class="archive-link top-color fw-semibold"> casino not on GamStop</span>
  2597.                        </a>
  2598.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2599.                    </div>
  2600.                
  2601.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2602.                        <a href="https://socialeatinghouse.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2603.                            <i class="ti-angle-right me-2 text-primary"></i>
  2604.                            <span class="archive-link top-color fw-semibold"> games not on GamStop</span>
  2605.                        </a>
  2606.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2607.                    </div>
  2608.                
  2609.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2610.                        <a href="https://www.covent-garden.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2611.                            <i class="ti-angle-right me-2 text-primary"></i>
  2612.                            <span class="archive-link top-color fw-semibold"> non GamStop casino</span>
  2613.                        </a>
  2614.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2615.                    </div>
  2616.                
  2617.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2618.                        <a href="https://www.kysty.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2619.                            <i class="ti-angle-right me-2 text-primary"></i>
  2620.                            <span class="archive-link top-color fw-semibold"> Non Gamstop Casino</span>
  2621.                        </a>
  2622.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2623.                    </div>
  2624.                
  2625.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2626.                        <a href="https://www.falconryforum.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2627.                            <i class="ti-angle-right me-2 text-primary"></i>
  2628.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2629.                        </a>
  2630.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2631.                    </div>
  2632.                
  2633.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2634.                        <a href="https://www.dumpaday.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2635.                            <i class="ti-angle-right me-2 text-primary"></i>
  2636.                            <span class="archive-link top-color fw-semibold"> online casino uk</span>
  2637.                        </a>
  2638.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2639.                    </div>
  2640.                
  2641.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2642.                        <a href="https://citytosea.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2643.                            <i class="ti-angle-right me-2 text-primary"></i>
  2644.                            <span class="archive-link top-color fw-semibold"> UK online casinos</span>
  2645.                        </a>
  2646.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2647.                    </div>
  2648.                
  2649.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2650.                        <a href="https://botafogo.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2651.                            <i class="ti-angle-right me-2 text-primary"></i>
  2652.                            <span class="archive-link top-color fw-semibold"> best non Gamstop casinos</span>
  2653.                        </a>
  2654.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2655.                    </div>
  2656.                
  2657.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2658.                        <a href="https://www.ineosbritannia.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2659.                            <i class="ti-angle-right me-2 text-primary"></i>
  2660.                            <span class="archive-link top-color fw-semibold"> best uk non gamstop casinos</span>
  2661.                        </a>
  2662.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2663.                    </div>
  2664.                
  2665.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2666.                        <a href="https://www.regionalnetworks.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2667.                            <i class="ti-angle-right me-2 text-primary"></i>
  2668.                            <span class="archive-link top-color fw-semibold"> Non GAMSTOP Casino</span>
  2669.                        </a>
  2670.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2671.                    </div>
  2672.                
  2673.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2674.                        <a href="https://www.socresonline.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2675.                            <i class="ti-angle-right me-2 text-primary"></i>
  2676.                            <span class="archive-link top-color fw-semibold"> crypto casinos</span>
  2677.                        </a>
  2678.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2679.                    </div>
  2680.                
  2681.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2682.                        <a href="https://www.welcometoportsmouth.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2683.                            <i class="ti-angle-right me-2 text-primary"></i>
  2684.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2685.                        </a>
  2686.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2687.                    </div>
  2688.                
  2689.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2690.                        <a href="https://internationalschoolmealsday.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2691.                            <i class="ti-angle-right me-2 text-primary"></i>
  2692.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2693.                        </a>
  2694.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2695.                    </div>
  2696.                
  2697.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2698.                        <a href="https://oncallfire.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2699.                            <i class="ti-angle-right me-2 text-primary"></i>
  2700.                            <span class="archive-link top-color fw-semibold"> Non Gamstop UK Casinos</span>
  2701.                        </a>
  2702.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2703.                    </div>
  2704.                
  2705.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2706.                        <a href="https://www.wildaboutbritain.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2707.                            <i class="ti-angle-right me-2 text-primary"></i>
  2708.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2709.                        </a>
  2710.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2711.                    </div>
  2712.                
  2713.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2714.                        <a href="https://www.goodsixty.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2715.                            <i class="ti-angle-right me-2 text-primary"></i>
  2716.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2717.                        </a>
  2718.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2719.                    </div>
  2720.                
  2721.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2722.                        <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2723.                            <i class="ti-angle-right me-2 text-primary"></i>
  2724.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  2725.                        </a>
  2726.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2727.                    </div>
  2728.                
  2729.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2730.                        <a href="https://roadpeace.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2731.                            <i class="ti-angle-right me-2 text-primary"></i>
  2732.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  2733.                        </a>
  2734.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2735.                    </div>
  2736.                
  2737.                </div>
  2738.                
  2739.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  2740.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2741.                        <i class="ti-archive me-1"></i>View All Archives
  2742.                    </a>
  2743.                </div> -->
  2744.            </div>
  2745.        </div>
  2746.        
  2747.       <div class="sidebar-widget mb-4">
  2748.            <div class="widget-title-wrapper mb-3">
  2749.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2750.                    <div class="title-border"></div>
  2751.                    <i class="ti-folder me-2"></i>February 2026 Blog Roll
  2752.                </h4>
  2753.            </div>
  2754.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  2755.                <div class="archives-list scrollable-sidebar">
  2756.                    
  2757.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2758.                        <a href="https://www.welcometoportsmouth.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2759.                            <i class="ti-angle-right me-2 text-primary"></i>
  2760.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2761.                        </a>
  2762.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2763.                    </div>
  2764.                
  2765.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2766.                        <a href="https://thecharliegardfoundation.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2767.                            <i class="ti-angle-right me-2 text-primary"></i>
  2768.                            <span class="archive-link top-color fw-semibold"> online casinos not on gamstop</span>
  2769.                        </a>
  2770.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2771.                    </div>
  2772.                
  2773.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2774.                        <a href="https://www.roadpeace.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2775.                            <i class="ti-angle-right me-2 text-primary"></i>
  2776.                            <span class="archive-link top-color fw-semibold"> gambling site</span>
  2777.                        </a>
  2778.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2779.                    </div>
  2780.                
  2781.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2782.                        <a href="https://platypuspress.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2783.                            <i class="ti-angle-right me-2 text-primary"></i>
  2784.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  2785.                        </a>
  2786.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2787.                    </div>
  2788.                
  2789.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2790.                        <a href="https://www.money-mentor.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2791.                            <i class="ti-angle-right me-2 text-primary"></i>
  2792.                            <span class="archive-link top-color fw-semibold"> crypto casinos UK</span>
  2793.                        </a>
  2794.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2795.                    </div>
  2796.                
  2797.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2798.                        <a href="https://plasticoceans.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2799.                            <i class="ti-angle-right me-2 text-primary"></i>
  2800.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  2801.                        </a>
  2802.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2803.                    </div>
  2804.                
  2805.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2806.                        <a href="https://rbth.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2807.                            <i class="ti-angle-right me-2 text-primary"></i>
  2808.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  2809.                        </a>
  2810.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2811.                    </div>
  2812.                
  2813.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2814.                        <a href="https://www.mesaonline.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2815.                            <i class="ti-angle-right me-2 text-primary"></i>
  2816.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  2817.                        </a>
  2818.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2819.                    </div>
  2820.                
  2821.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2822.                        <a href="https://www.foreignersinuk.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2823.                            <i class="ti-angle-right me-2 text-primary"></i>
  2824.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  2825.                        </a>
  2826.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2827.                    </div>
  2828.                
  2829.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2830.                        <a href="https://www.bshg.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2831.                            <i class="ti-angle-right me-2 text-primary"></i>
  2832.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  2833.                        </a>
  2834.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2835.                    </div>
  2836.                
  2837.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2838.                        <a href="https://www.lsx.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2839.                            <i class="ti-angle-right me-2 text-primary"></i>
  2840.                            <span class="archive-link top-color fw-semibold"> betting sites not on gamstop</span>
  2841.                        </a>
  2842.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2843.                    </div>
  2844.                
  2845.                </div>
  2846.                
  2847.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  2848.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2849.                        <i class="ti-archive me-1"></i>View All Archives
  2850.                    </a>
  2851.                </div> -->
  2852.            </div>
  2853.        </div>
  2854.        
  2855.  
  2856.       <!-- <div class="sidebar-widget mb-5">
  2857.            <div class="widget-title-wrapper mb-3">
  2858.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2859.                    <div class="title-border"></div>
  2860.                    <i class="ti-folder me-2"></i>Blog Archives
  2861.                </h4>
  2862.            </div>
  2863.            <div class="widget-content border border-color shadow-sm rounded-3 p-4">
  2864.                <div class="archives-list">
  2865.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2866.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2867.                            <i class="ti-angle-right me-2 text-primary"></i>
  2868.                            <span class="archive-link top-color fw-semibold">August 2025</span>
  2869.                        </a>
  2870.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span>
  2871.                    </div>
  2872.  
  2873.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2874.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2875.                            <i class="ti-angle-right me-2 text-primary"></i>
  2876.                            <span class="archive-link top-color fw-semibold">July 2025</span>
  2877.                        </a>
  2878.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">31 posts</span>
  2879.                    </div>
  2880.  
  2881.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2882.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2883.                            <i class="ti-angle-right me-2 text-primary"></i>
  2884.                            <span class="archive-link top-color fw-semibold">June 2025</span>
  2885.                        </a>
  2886.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">28 posts</span>
  2887.                    </div>
  2888.  
  2889.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2890.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2891.                            <i class="ti-angle-right me-2 text-primary"></i>
  2892.                            <span class="archive-link top-color fw-semibold">May 2025</span>
  2893.                        </a>
  2894.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">35 posts</span>
  2895.                    </div>
  2896.  
  2897.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2898.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2899.                            <i class="ti-angle-right me-2 text-primary"></i>
  2900.                            <span class="archive-link top-color fw-semibold">April 2025</span>
  2901.                        </a>
  2902.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">29 posts</span>
  2903.                    </div>
  2904.  
  2905.                    <div class="archive-item d-flex justify-content-between align-items-center">
  2906.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2907.                            <i class="ti-angle-right me-2 text-primary"></i>
  2908.                            <span class="archive-link top-color fw-semibold">March 2025</span>
  2909.                        </a>
  2910.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">27 posts</span>
  2911.                    </div>
  2912.                </div>
  2913.                
  2914.                <div class="text-center mt-4 pt-3 border-top border-color">
  2915.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2916.                        <i class="ti-archive me-1"></i>View All Archives
  2917.                    </a>
  2918.                </div>
  2919.            </div>
  2920.        </div> -->
  2921.  
  2922.        <div class="sidebar-widget mb-4">
  2923.            <div class="widget-title-wrapper mb-3">
  2924.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2925.                    <div class="title-border-primary"></div>
  2926.                    <i class="ti-star me-2"></i>Popular Posts
  2927.                </h4>
  2928.            </div>
  2929.            <div class="widget-content border border-color shadow-sm rounded-3 p-4">
  2930.                <div class="popular-post-list">
  2931.                    
  2932.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2933.                        <div class="post-content flex-grow-1">
  2934.                            <h6 class="post-title mb-1">
  2935.                                 <a href="/the-ten-year-affair-from-erin-somers-the-midlife-adultery-tale-this-era-needs/" class="text-decoration-none top-color fw-semibold lh-sm">
  2936.                                            The Ten Year Affair from Erin Somers: The Midlife Adultery Tale This Era Needs.
  2937.                                            </a>
  2938.                            </h6>
  2939.                            <div class="post-meta">
  2940.                                <small class="text-muted">
  2941.                                    <i class="ti-calendar me-1"></i>16 May 2026
  2942.                                </small>
  2943.                                <!-- <small class="text-muted ms-3">
  2944.                                    <i class="ti-eye me-1"></i>1,234 views
  2945.                                </small> -->
  2946.                            </div>
  2947.                        </div>
  2948.                    </div>
  2949.                    
  2950.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2951.                        <div class="post-content flex-grow-1">
  2952.                            <h6 class="post-title mb-1">
  2953.                                 <a href="/president-zelenskyy-says-the-nation-was-ten-percent-away-from-peace-yet-not-at-any-price/" class="text-decoration-none top-color fw-semibold lh-sm">
  2954.                                            President Zelenskyy Says The Nation Was Ten Percent Away from Peace, Yet Not at Any Price
  2955.                                            </a>
  2956.                            </h6>
  2957.                            <div class="post-meta">
  2958.                                <small class="text-muted">
  2959.                                    <i class="ti-calendar me-1"></i>16 May 2026
  2960.                                </small>
  2961.                                <!-- <small class="text-muted ms-3">
  2962.                                    <i class="ti-eye me-1"></i>1,234 views
  2963.                                </small> -->
  2964.                            </div>
  2965.                        </div>
  2966.                    </div>
  2967.                    
  2968.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2969.                        <div class="post-content flex-grow-1">
  2970.                            <h6 class="post-title mb-1">
  2971.                                 <a href="/the-mighty-neins-introductory-sequence-selected-the-wrong-popular-rpg-show-track/" class="text-decoration-none top-color fw-semibold lh-sm">
  2972.                                            The Mighty Nein&#x27;s Introductory Sequence Selected the Wrong Popular RPG Show Track
  2973.                                            </a>
  2974.                            </h6>
  2975.                            <div class="post-meta">
  2976.                                <small class="text-muted">
  2977.                                    <i class="ti-calendar me-1"></i>16 May 2026
  2978.                                </small>
  2979.                                <!-- <small class="text-muted ms-3">
  2980.                                    <i class="ti-eye me-1"></i>1,234 views
  2981.                                </small> -->
  2982.                            </div>
  2983.                        </div>
  2984.                    </div>
  2985.                    
  2986.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2987.                        <div class="post-content flex-grow-1">
  2988.                            <h6 class="post-title mb-1">
  2989.                                 <a href="/leadership-changes-war-absent-media-key-challenges-to-global-warming-solutions-that-plagued-climate-summit/" class="text-decoration-none top-color fw-semibold lh-sm">
  2990.                                            Leadership Changes, War, Absent Media: Key Challenges to Global Warming Solutions That Plagued Climate Summit
  2991.                                            </a>
  2992.                            </h6>
  2993.                            <div class="post-meta">
  2994.                                <small class="text-muted">
  2995.                                    <i class="ti-calendar me-1"></i>16 May 2026
  2996.                                </small>
  2997.                                <!-- <small class="text-muted ms-3">
  2998.                                    <i class="ti-eye me-1"></i>1,234 views
  2999.                                </small> -->
  3000.                            </div>
  3001.                        </div>
  3002.                    </div>
  3003.                    
  3004.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3005.                        <div class="post-content flex-grow-1">
  3006.                            <h6 class="post-title mb-1">
  3007.                                 <a href="/food-benefits-set-to-expire-for-over-40-million-amid-ongoing-federal-shutdown/" class="text-decoration-none top-color fw-semibold lh-sm">
  3008.                                            Food Benefits Set to Expire for Over 40 Million Amid Ongoing Federal Shutdown
  3009.                                            </a>
  3010.                            </h6>
  3011.                            <div class="post-meta">
  3012.                                <small class="text-muted">
  3013.                                    <i class="ti-calendar me-1"></i>16 May 2026
  3014.                                </small>
  3015.                                <!-- <small class="text-muted ms-3">
  3016.                                    <i class="ti-eye me-1"></i>1,234 views
  3017.                                </small> -->
  3018.                            </div>
  3019.                        </div>
  3020.                    </div>
  3021.                    
  3022.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3023.                        <div class="post-content flex-grow-1">
  3024.                            <h6 class="post-title mb-1">
  3025.                                 <a href="/loss-hits-as-person-dies-after-sea-recovery-off-uk-shoreline/" class="text-decoration-none top-color fw-semibold lh-sm">
  3026.                                            Loss Hits as Person Dies After Sea Recovery Off UK Shoreline
  3027.                                            </a>
  3028.                            </h6>
  3029.                            <div class="post-meta">
  3030.                                <small class="text-muted">
  3031.                                    <i class="ti-calendar me-1"></i>16 May 2026
  3032.                                </small>
  3033.                                <!-- <small class="text-muted ms-3">
  3034.                                    <i class="ti-eye me-1"></i>1,234 views
  3035.                                </small> -->
  3036.                            </div>
  3037.                        </div>
  3038.                    </div>
  3039.                    
  3040.  
  3041.                </div>
  3042.                
  3043.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3044.                    <a href="#" class="btn btn-primary top-color btn-sm px-whtext-white rounded-pill">
  3045.                        <i class="ti-trophy me-1"></i>View All Popular
  3046.                    </a>
  3047.                </div> -->
  3048.            </div>
  3049.        </div>
  3050.  
  3051. </div>
  3052.  
  3053. <style>
  3054.     .widget-content {
  3055.        margin-top: -1px;
  3056.        position: relative;
  3057.        z-index: 1;
  3058.         background-color: var(--card-bg);
  3059.    }
  3060. </style>
  3061.  
  3062.    
  3063.            </div>
  3064.        </div>
  3065.    </div>
  3066. </section>
  3067.  
  3068. <script>
  3069. document.addEventListener('DOMContentLoaded', function() {
  3070.    // Simple scroll animation
  3071.    const cards = document.querySelectorAll('.blog-card');
  3072.    
  3073.    const observer = new IntersectionObserver(function(entries) {
  3074.        entries.forEach(entry => {
  3075.            if (entry.isIntersecting) {
  3076.                entry.target.style.opacity = '1';
  3077.                entry.target.style.transform = 'translateY(0)';
  3078.            }
  3079.        });
  3080.    }, {
  3081.        threshold: 0.1
  3082.    });
  3083.  
  3084.    cards.forEach((card, index) => {
  3085.        card.style.opacity = '0';
  3086.        card.style.transform = 'translateY(30px)';
  3087.        card.style.transition = `opacity 0.6s ease ${index * 0.1}s, transform 0.6s ease ${index * 0.1}s`;
  3088.        observer.observe(card);
  3089.    });
  3090. });
  3091. </script>
  3092.  
  3093.    
  3094.        
  3095.        <!-- end wpo-blog-highlights-section -->
  3096.        <!-- start wpo-blog-sponsored-section -->
  3097.        
  3098.  
  3099.  
  3100.  
  3101.    
  3102.  
  3103.  
  3104.  <style>
  3105.    .sponsored-card-v10 {
  3106.      border: 1px solid var(--bs-primary); /* Cyan border */
  3107.      transition: border-color 0.3s ease;
  3108.      min-height: 350px;
  3109.    }
  3110.    
  3111.    .sponsored-content-v10 {
  3112.      flex: 1; /* text area stretch kare */
  3113.    }
  3114.    .sponsored-card-v10:hover {
  3115.      border-color: var(--bs-primary);
  3116.      opacity: 0.8;
  3117.    }
  3118.    
  3119.    .sponsored-content-v10 {
  3120.      padding: 12px;
  3121.      border-radius: 12px 12px 0px 0px;
  3122.      background: var(--card-bg);
  3123.      border-bottom: 2px solid var(--bs-primary); /* Cyan top border for banner */
  3124.    }
  3125.    
  3126.    .sponsored-image-v10 {
  3127.      height: 180px;
  3128.    }
  3129.    
  3130.    .sponsored-image-v10 img {
  3131.      width: 100%;
  3132.      height: 100%;
  3133.      border-radius: 0px 0px 12px 12px;
  3134.      object-fit: cover;
  3135.    }
  3136.    
  3137.    .sponsored-badge-v10 {
  3138.      display: inline-block;
  3139.      position: relative;
  3140.      padding: 4px 8px;
  3141.      border-radius: var(--border-radius);
  3142.      font-size: 11px;
  3143.      font-weight: 600;
  3144.      text-transform: uppercase;
  3145.      color: white;
  3146.      margin-bottom: 8px;
  3147.    }
  3148.    
  3149.    .sponsored-badge-v10::after {
  3150.      content: '';
  3151.      position: absolute;
  3152.      top: 0;
  3153.      right: -8px;
  3154.    }
  3155.    
  3156.    .sponsored-title-v10 {
  3157.      font-size: 14px;
  3158.      font-weight: 700;
  3159.      line-height: 1.3;
  3160.      margin-bottom: 6px;
  3161.      color: #333;
  3162.    }
  3163.    
  3164.    .sponsored-title-v10 a {
  3165.      text-decoration: none;
  3166.      color: var(--topbar-color);
  3167.    }
  3168.    
  3169.    .sponsored-title-v10 a:hover {
  3170.      color: var(--bs-primary); /* Cyan hover */
  3171.    }
  3172.    
  3173.    .sponsored-excerpt-v10 {
  3174.      font-size: 11px;
  3175.      font-weight: 400;
  3176.      color: #6c757d;
  3177.      margin-bottom: 6px;
  3178.      line-height: 1.4;
  3179.    }
  3180.    
  3181.    .sponsored-meta-v10 {
  3182.      font-size: 10px;
  3183.      color: #6c757d;
  3184.    }
  3185.    
  3186.    .author-info-v10 {
  3187.      margin-bottom: 4px;
  3188.    }
  3189.    
  3190.    .sponsored-author-img-v10 {
  3191.      width: 18px;
  3192.      height: 18px;
  3193.      border-radius: 50%;
  3194.      object-fit: cover;
  3195.      vertical-align: middle;
  3196.      margin-right: 4px;
  3197.    }
  3198.    
  3199.    .section-title-sponsored-v10 {
  3200.      font-size: 1.8rem;
  3201.      font-weight: 600;
  3202.      text-align: left;
  3203.      margin-bottom: 25px;
  3204.      color: #333;
  3205.      position: relative;
  3206.    }
  3207.    
  3208.    .section-title-sponsored-v10::after {
  3209.      content: '';
  3210.      position: absolute;
  3211.      bottom: -6px;
  3212.      left: 0;
  3213.      width: 60px;
  3214.      height: 2px;
  3215.      background: var(--bs-primary);
  3216.    }
  3217.    
  3218.    @media (max-width: 768px) {
  3219.      .sponsored-section-v10 {
  3220.        padding: 30px 0;
  3221.      }
  3222.      .sponsored-image-v10 {
  3223.        height: 180px;
  3224.      }
  3225.      .sponsored-content-v10 {
  3226.        padding: 10px;
  3227.      }
  3228.      .sponsored-title-v10 {
  3229.        font-size: 13px;
  3230.      }
  3231.      .sponsored-excerpt-v10 {
  3232.        font-size: 10px;
  3233.      }
  3234.      .sponsored-badge-v10 {
  3235.        font-size: 10px;
  3236.        padding: 3px 6px;
  3237.      }
  3238.      .sponsored-meta-v10 {
  3239.        font-size: 9px;
  3240.      }
  3241.      .section-title-sponsored-v10 {
  3242.        font-size: 1.5rem;
  3243.      }
  3244.    }
  3245.  </style>
  3246.  
  3247.  <section class="sponsored-section-v10 my-5">
  3248.    <div class="container-fluid fluid-container">
  3249.      <div class="row">
  3250.        <div class="col-12">
  3251.          <h2 class="section-title-sponsored-v10">Sponsored News</h2>
  3252.        </div>
  3253.      </div>
  3254.  
  3255.      <div class="row g-3 d-flex align-items-center">
  3256.        
  3257.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3258.            <div class="card sponsored-card-v10 h-100 w-100">
  3259.              <div class="sponsored-content-v10">
  3260.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3261.                <h3 class="sponsored-title-v10"><a href="/the-ten-year-affair-from-erin-somers-the-midlife-adultery-tale-this-era-needs/">The Ten Year Affair from Erin Somers: The Midlife Adultery Tale This Era Needs.</a></h3>
  3262.                <p class="sponsored-excerpt-v10"></p>
  3263.                <div class="sponsored-meta-v10">
  3264.                  <div class="author-info-v10">
  3265.                    
  3266.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" class="sponsored-author-img-v10" alt="Stephen Pacheco" />
  3267.                    
  3268.                    <span>Stephen Pacheco</span>
  3269.                  </div>
  3270.                  <div>16 May 2026</div>
  3271.                </div>
  3272.              </div>
  3273.              <div class="sponsored-image-v10">
  3274.                
  3275.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3276.                
  3277.              </div>
  3278.            </div>
  3279.          </div>
  3280.        
  3281.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3282.            <div class="card sponsored-card-v10 h-100 w-100">
  3283.              <div class="sponsored-content-v10">
  3284.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3285.                <h3 class="sponsored-title-v10"><a href="/president-zelenskyy-says-the-nation-was-ten-percent-away-from-peace-yet-not-at-any-price/">President Zelenskyy Says The Nation Was Ten Percent Away from Peace, Yet Not at Any Price</a></h3>
  3286.                <p class="sponsored-excerpt-v10"></p>
  3287.                <div class="sponsored-meta-v10">
  3288.                  <div class="author-info-v10">
  3289.                    
  3290.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" class="sponsored-author-img-v10" alt="Stephen Pacheco" />
  3291.                    
  3292.                    <span>Stephen Pacheco</span>
  3293.                  </div>
  3294.                  <div>16 May 2026</div>
  3295.                </div>
  3296.              </div>
  3297.              <div class="sponsored-image-v10">
  3298.                
  3299.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3300.                
  3301.              </div>
  3302.            </div>
  3303.          </div>
  3304.        
  3305.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3306.            <div class="card sponsored-card-v10 h-100 w-100">
  3307.              <div class="sponsored-content-v10">
  3308.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3309.                <h3 class="sponsored-title-v10"><a href="/the-mighty-neins-introductory-sequence-selected-the-wrong-popular-rpg-show-track/">The Mighty Nein&#x27;s Introductory Sequence Selected the Wrong Popular RPG Show Track</a></h3>
  3310.                <p class="sponsored-excerpt-v10"></p>
  3311.                <div class="sponsored-meta-v10">
  3312.                  <div class="author-info-v10">
  3313.                    
  3314.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" class="sponsored-author-img-v10" alt="Stephen Pacheco" />
  3315.                    
  3316.                    <span>Stephen Pacheco</span>
  3317.                  </div>
  3318.                  <div>16 May 2026</div>
  3319.                </div>
  3320.              </div>
  3321.              <div class="sponsored-image-v10">
  3322.                
  3323.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3324.                
  3325.              </div>
  3326.            </div>
  3327.          </div>
  3328.        
  3329.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3330.            <div class="card sponsored-card-v10 h-100 w-100">
  3331.              <div class="sponsored-content-v10">
  3332.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3333.                <h3 class="sponsored-title-v10"><a href="/leadership-changes-war-absent-media-key-challenges-to-global-warming-solutions-that-plagued-climate-summit/">Leadership Changes, War, Absent Media: Key Challenges to Global Warming Solutions That Plagued Climate Summit</a></h3>
  3334.                <p class="sponsored-excerpt-v10"></p>
  3335.                <div class="sponsored-meta-v10">
  3336.                  <div class="author-info-v10">
  3337.                    
  3338.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" class="sponsored-author-img-v10" alt="Stephen Pacheco" />
  3339.                    
  3340.                    <span>Stephen Pacheco</span>
  3341.                  </div>
  3342.                  <div>16 May 2026</div>
  3343.                </div>
  3344.              </div>
  3345.              <div class="sponsored-image-v10">
  3346.                
  3347.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3348.                
  3349.              </div>
  3350.            </div>
  3351.          </div>
  3352.        
  3353.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3354.            <div class="card sponsored-card-v10 h-100 w-100">
  3355.              <div class="sponsored-content-v10">
  3356.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3357.                <h3 class="sponsored-title-v10"><a href="/food-benefits-set-to-expire-for-over-40-million-amid-ongoing-federal-shutdown/">Food Benefits Set to Expire for Over 40 Million Amid Ongoing Federal Shutdown</a></h3>
  3358.                <p class="sponsored-excerpt-v10"></p>
  3359.                <div class="sponsored-meta-v10">
  3360.                  <div class="author-info-v10">
  3361.                    
  3362.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" class="sponsored-author-img-v10" alt="Stephen Pacheco" />
  3363.                    
  3364.                    <span>Stephen Pacheco</span>
  3365.                  </div>
  3366.                  <div>16 May 2026</div>
  3367.                </div>
  3368.              </div>
  3369.              <div class="sponsored-image-v10">
  3370.                
  3371.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3372.                
  3373.              </div>
  3374.            </div>
  3375.          </div>
  3376.        
  3377.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3378.            <div class="card sponsored-card-v10 h-100 w-100">
  3379.              <div class="sponsored-content-v10">
  3380.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3381.                <h3 class="sponsored-title-v10"><a href="/loss-hits-as-person-dies-after-sea-recovery-off-uk-shoreline/">Loss Hits as Person Dies After Sea Recovery Off UK Shoreline</a></h3>
  3382.                <p class="sponsored-excerpt-v10"></p>
  3383.                <div class="sponsored-meta-v10">
  3384.                  <div class="author-info-v10">
  3385.                    
  3386.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" class="sponsored-author-img-v10" alt="Stephen Pacheco" />
  3387.                    
  3388.                    <span>Stephen Pacheco</span>
  3389.                  </div>
  3390.                  <div>16 May 2026</div>
  3391.                </div>
  3392.              </div>
  3393.              <div class="sponsored-image-v10">
  3394.                
  3395.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3396.                
  3397.              </div>
  3398.            </div>
  3399.          </div>
  3400.        
  3401.      </div>
  3402.    </div>
  3403.  </section>
  3404.  
  3405.  
  3406.    
  3407.        <!-- end wpo-blog-sponsored-section -->
  3408.        <!-- start wpo-subscribe-section -->
  3409.        
  3410.        <!-- end subscribe-section -->
  3411.        <!-- start of wpo-site-footer-section -->
  3412.        
  3413.  
  3414.  
  3415.  
  3416.  
  3417.  
  3418.  
  3419. <footer class="wpo-site-footer-v2 ">
  3420.    
  3421.    <!-- Main Footer Content -->
  3422.    <div class="container-fluid fluid-container">
  3423.        
  3424.        <!-- Step 1: Brand Section -->
  3425.        <div class="footer-brand-section">
  3426.            <div class="row justify-content-center">
  3427.                <div class="col-lg-8 col-md-10 col-12 text-center">
  3428.                    <div class="brand-wrapper">
  3429.                        
  3430.                        <h2 class="brand-title">FieldExConnect</h2>
  3431.                        <p class="brand-description">FieldExConnect provides UK farmers with the latest agricultural technology, precision farming solutions, and sustainable practices to enhance productivity and efficiency.</p>
  3432.                        
  3433.                    </div>
  3434.                </div>
  3435.            </div>
  3436.        </div>
  3437.  
  3438.        <!-- Step 2: Content Columns with Separators -->
  3439.        <div class="footer-content-section">
  3440.            <div class="content-divider"></div>
  3441.            
  3442.            <div class="row">
  3443.                
  3444.                <!-- Column 1: Important Links -->
  3445.                <div class="col-lg-6 col-md-6 col-12">
  3446.                    <div class="footer-column">
  3447.                        <div class="column-header">
  3448.                            <span class="column-number bg-primary-gradient">01</span>
  3449.                            <h6 class="column-title">Important Pages</h6>
  3450.                        </div>
  3451.                        <div class="column-content">
  3452.                            <ul class="footer-links">
  3453.                                
  3454.                                <li>
  3455.                                    <a href="/millie-bright-leaves-international-arena-well-after-her-legacy-was-carved-within-soccer-legends/" class="footer-link">
  3456.                                        Millie Bright Leaves International Arena Well After Her Legacy Was Carved Within Soccer Legends
  3457.                                    </a>
  3458.                                </li>
  3459.                                
  3460.                                <li>
  3461.                                    <a href="/the-story-of-casino-slot-games-how-traditional-machines-evolved-into-online-wonders/" class="footer-link">
  3462.                                        The Story of Casino Slot Games: How Traditional Machines Evolved into Online Wonders
  3463.                                    </a>
  3464.                                </li>
  3465.                                
  3466.                                <li>
  3467.                                    <a href="/the-hit-drama-announced-for-seventh-series-on-bbc/" class="footer-link">
  3468.                                        The Hit Drama Announced for Seventh Series on BBC
  3469.                                    </a>
  3470.                                </li>
  3471.                                
  3472.                                <li>
  3473.                                    <a href="/enhancing-your-wins-effective-strategies-for-online-slot-games/" class="footer-link">
  3474.                                        Enhancing Your Wins: Effective Strategies for Online Slot Games
  3475.                                    </a>
  3476.                                </li>
  3477.                                
  3478.                                <li>
  3479.                                    <a href="/emma-raducanu-wraps-up-her-season-and-will-keep-trainer-through-next-year/" class="footer-link">
  3480.                                        Emma Raducanu wraps up her season and will keep trainer through next year.
  3481.                                    </a>
  3482.                                </li>
  3483.                                
  3484.                                <li>
  3485.                                    <a href="/three-xbox-game-pass-games-that-can-justify-your-membership-this-weekend-nov-21-23/" class="footer-link">
  3486.                                        Three Xbox Game Pass Games That Can Justify Your Membership This Weekend (Nov. 21-23)
  3487.                                    </a>
  3488.                                </li>
  3489.                                
  3490.                            </ul>
  3491.                        </div>
  3492.                    </div>
  3493.                </div>
  3494.  
  3495.                <!-- Column 2: External Links -->
  3496.                 <div class="col-lg-6 col-md-6 col-12">
  3497.                    <div class="footer-column">
  3498.                        <div class="column-header">
  3499.                            <span class="column-number bg-primary-gradient">02</span>
  3500.                            <h6 class="column-title">External Resources</h6>
  3501.                        </div>
  3502.                       <div class="column-content">
  3503.    <ul class="footer-links" id="footerLinks">
  3504.        
  3505.        
  3506.  
  3507.        
  3508.        
  3509.        
  3510.        
  3511.    </ul>
  3512. </div>
  3513.  
  3514.                    </div>
  3515.                </div>
  3516.  
  3517.                <!-- Column 3: Categories -->
  3518.                <div class="col-lg-6 col-md-6 col-12">
  3519.                    <div class="footer-column">
  3520.                        <div class="column-header">
  3521.                            <span class="column-number bg-primary-gradient">02</span>
  3522.                            <h6 class="column-title">Categories</h6>
  3523.                        </div>
  3524.                        <div class="column-content">
  3525.                            <ul class="footer-links">
  3526.                                
  3527.                                <li>
  3528.                                    <a href="/category/all-posts/" class="footer-link">
  3529.                                        All Posts
  3530.                                    </a>
  3531.                                </li>
  3532.                                
  3533.                                <li>
  3534.                                    <a href="/category/business/" class="footer-link">
  3535.                                        Business
  3536.                                    </a>
  3537.                                </li>
  3538.                                
  3539.                                <li>
  3540.                                    <a href="/category/esports/" class="footer-link">
  3541.                                        Esports
  3542.                                    </a>
  3543.                                </li>
  3544.                                
  3545.                                <li>
  3546.                                    <a href="/category/fashion/" class="footer-link">
  3547.                                        Fashion
  3548.                                    </a>
  3549.                                </li>
  3550.                                
  3551.                                <li>
  3552.                                    <a href="/category/featured/" class="footer-link">
  3553.                                        Featured
  3554.                                    </a>
  3555.                                </li>
  3556.                                
  3557.                                <li>
  3558.                                    <a href="/category/gaming/" class="footer-link">
  3559.                                        Gaming
  3560.                                    </a>
  3561.                                </li>
  3562.                                
  3563.                            </ul>
  3564.                        </div>
  3565.                    </div>
  3566.                </div>
  3567.  
  3568.            </div>
  3569.        </div>
  3570.  
  3571.        <!-- Step 3: Footer Bottom -->
  3572.        <div class="footer-bottom-section">
  3573.            <div class="bottom-divider"></div>
  3574.            <div class="d-flex justify-content-between flex-wrap">
  3575.                <div class="">
  3576.                    <p class="copyright-text">
  3577.                        &copy; 2026 <strong>FieldExConnect</strong> • All rights reserved
  3578.                    </p>
  3579.                </div>
  3580.                <div class="">
  3581.                    <nav class="footer-nav">
  3582.                        <a href="/page/write-for-us/" class="footer-nav-link">Write For Us</a>
  3583.                        <a href="/page/terms-and-conditions/" class="footer-nav-link">Terms</a>
  3584.                        <a href="/sitemap.xml" class="footer-nav-link">Sitemap</a>
  3585.                    </nav>
  3586.                </div>
  3587.            </div>
  3588.        </div>
  3589.  
  3590.    </div>
  3591.  
  3592.    <!-- Background Elements -->
  3593.    <div class="footer-bg-elements">
  3594.        <div class="bg-circle circle-1"></div>
  3595.        <div class="bg-circle circle-2"></div>
  3596.        <div class="bg-line line-1"></div>
  3597.        <div class="bg-line line-2"></div>
  3598.    </div>
  3599.  
  3600. </footer>
  3601.  
  3602. <style>
  3603. /* Footer V2 - Clean Blog Design */
  3604. .wpo-site-footer-v2 {
  3605.    color: var(--footer-color);
  3606.    background-color: var(--card-bg);
  3607.    margin-top: 100px;
  3608. }
  3609.  
  3610.  
  3611.  
  3612. /* Step 2: Brand Section */
  3613. .footer-brand-section {
  3614.    position: relative;
  3615.    z-index: 2;
  3616.    padding: 120px 0 60px;
  3617. }
  3618.  
  3619. .brand-wrapper {
  3620.    max-width: 600px;
  3621.    margin: 0 auto;
  3622. }
  3623.  
  3624. .footer-logo {
  3625.    max-height: 60px;
  3626.    width: auto;
  3627.    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
  3628. }
  3629.  
  3630. .brand-title {
  3631.    font-size: 2.2rem;
  3632.    font-weight: 800;
  3633.    color: var(--footer-color);
  3634.    margin-bottom: 1rem;
  3635.    letter-spacing: -0.02em;
  3636. }
  3637.  
  3638. .brand-description {
  3639.    font-size: 1.1rem;
  3640.    color: var(--footer-color);
  3641.    line-height: 1.6;
  3642.    opacity: .7;
  3643.    margin-bottom: 0;
  3644. }
  3645.  
  3646. /* Step 3: Content Section */
  3647. .footer-content-section {
  3648.    position: relative;
  3649.    z-index: 2;
  3650.    padding: 60px 0;
  3651. }
  3652.  
  3653.  
  3654. .footer-column {
  3655.    margin-bottom: 40px;
  3656.    padding: 0 20px;
  3657. }
  3658.  
  3659. .column-header {
  3660.    display: flex;
  3661.    align-items: center;
  3662.    margin-bottom: 25px;
  3663.    padding-bottom: 15px;
  3664.    border-bottom: 2px solid var(--border-color);
  3665. }
  3666.  
  3667. .column-number {
  3668.    width: 35px;
  3669.    height: 35px;
  3670.    border-radius: 10px;
  3671.    display: flex;
  3672.    align-items: center;
  3673.    justify-content: center;
  3674.    font-weight: 700;
  3675.    font-size: 0.9rem;
  3676.    margin-right: 15px;
  3677. }
  3678.  
  3679. .column-title {
  3680.    font-size: 1.1rem;
  3681.    font-weight: 700;
  3682.    color: var(--footer-color) !important;
  3683.    margin: 0;
  3684. }
  3685.  
  3686. .column-content {
  3687.    padding-left: 50px;
  3688. }
  3689.  
  3690. /* Footer Links */
  3691. .footer-links {
  3692.    list-style: none;
  3693.    padding: 0;
  3694.    margin: 0;
  3695. }
  3696.  
  3697. .footer-links li {
  3698.    margin-bottom: 12px;
  3699.    position: relative;
  3700. }
  3701.  
  3702. .footer-link {
  3703.    color: var(--footer-color) !important;
  3704.    text-decoration: none;
  3705.    font-size: 0.95rem;
  3706.    line-height: 1.5;
  3707.    transition: all 0.8s ease;
  3708.    position: relative;
  3709.    display: inline-flex;
  3710.    align-items: center;
  3711. }
  3712.  
  3713. .footer-link:hover {
  3714.    color: var(--bs-primary);
  3715.    padding-left: 8px;
  3716. }
  3717.  
  3718. .footer-link::before {
  3719.    content: '';
  3720.    position: absolute;
  3721.    left: -15px;
  3722.    top: 50%;
  3723.    transform: translateY(-50%);
  3724.    width: 4px;
  3725.    height: 4px;
  3726.    background: var(--bs-primary);
  3727.    border-radius: 50%;
  3728.    opacity: 0;
  3729.    transition: opacity 0.3s ease;
  3730. }
  3731.  
  3732. .footer-link:hover::before {
  3733.    opacity: 1;
  3734. }
  3735.  
  3736. /* Step 4: Footer Bottom */
  3737. .footer-bottom-section {
  3738.    position: relative;
  3739.    z-index: 2;
  3740.    padding: 30px 0;
  3741. }
  3742.  
  3743. .bottom-divider {
  3744.    width: 100%;
  3745.    height: 1px;
  3746.    background: linear-gradient(90deg, transparent 0%,var(--footer-color) ,var(--border-color) ,  transparent 100%);
  3747.    margin-bottom: 30px;
  3748. }
  3749.  
  3750. .copyright-text {
  3751.    color: var(--footer-color);
  3752.    font-size: 0.9rem;
  3753.    margin: 0;
  3754.    line-height: 1.6;
  3755. }
  3756.  
  3757. .footer-nav {
  3758.    display: flex;
  3759.    align-items: center;
  3760.    gap: 20px;
  3761.    justify-content: center;
  3762. }
  3763.  
  3764. .footer-nav-link {
  3765.    color: var(--footer-color) !important;
  3766.    text-decoration: none;
  3767.    font-size: 0.9rem;
  3768.    font-weight: 500;
  3769.    transition: color 0.3s ease;
  3770.    position: relative;
  3771. }
  3772.  
  3773. .footer-nav-link:hover {
  3774.    color: var(--bs-primary);
  3775. }
  3776.  
  3777. .footer-nav-link::after {
  3778.    content: '';
  3779.    position: absolute;
  3780.    bottom: -5px;
  3781.    left: 0;
  3782.    width: 0;
  3783.    height: 2px;
  3784.    background: var(--bs-primary) !important;
  3785.    transition: width 0.3s ease;
  3786. }
  3787.  
  3788. .footer-nav-link:hover::after {
  3789.    width: 100%;
  3790. }
  3791.  
  3792. /* Responsive Design */
  3793. @media (max-width: 992px) {
  3794.    .footer-brand-section {
  3795.        padding: 100px 0 50px;
  3796.    }
  3797.    
  3798.    .brand-title {
  3799.        font-size: 1.8rem;
  3800.    }
  3801.    
  3802.    .column-content {
  3803.        padding-left: 0;
  3804.        padding-top: 10px;
  3805.    }
  3806.    
  3807.    .column-header {
  3808.        flex-direction: column;
  3809.        align-items: flex-start;
  3810.        gap: 10px;
  3811.    }
  3812.    
  3813.    .column-number {
  3814.        align-self: center;
  3815.    }
  3816. }
  3817.  
  3818. @media (max-width: 768px) {
  3819.    .footer-brand-section {
  3820.        padding: 80px 0 40px;
  3821.    }
  3822.    
  3823.    .brand-title {
  3824.        font-size: 1.6rem;
  3825.    }
  3826.    
  3827.    .newsletter-inline {
  3828.        padding: 1.5rem;
  3829.        margin: 0 15px;
  3830.    }
  3831.    
  3832.    .newsletter-form .input-group {
  3833.        flex-direction: column;
  3834.    }
  3835.    
  3836.    .btn-newsletter {
  3837.        border-radius: 0 0 12px 12px;
  3838.    }
  3839.    
  3840.    .newsletter-input {
  3841.        border-radius: 12px 12px 0 0;
  3842.    }
  3843.    
  3844.    .footer-column {
  3845.        padding: 0 15px;
  3846.        margin-bottom: 35px;
  3847.    }
  3848.    
  3849.    .footer-nav {
  3850.        flex-direction: column;
  3851.        gap: 15px;
  3852.        margin-top: 20px;
  3853.    }
  3854. }
  3855.  
  3856. @media (max-width: 576px) {
  3857.    .footer-brand-section {
  3858.        padding: 60px 0 30px;
  3859.    }
  3860.    
  3861.    .brand-title {
  3862.        font-size: 1.4rem;
  3863.    }
  3864.    
  3865.    .brand-description {
  3866.        font-size: 1rem;
  3867.    }
  3868.    
  3869.    .newsletter-title {
  3870.        font-size: 1.1rem;
  3871.    }
  3872.    
  3873.    .column-title {
  3874.        font-size: 1rem;
  3875.    }
  3876.    
  3877.    .footer-column {
  3878.        padding: 0 10px;
  3879.    }
  3880.    
  3881.    .bg-circle, .bg-line {
  3882.        display: none;
  3883.    }
  3884. }
  3885.  
  3886. /* Minimal Animation */
  3887. .footer-column {
  3888.    transition: opacity 0.3s ease;
  3889. }
  3890.  
  3891. .footer-column:hover {
  3892.    opacity: 0.9;
  3893. }
  3894. </style>
  3895.  
  3896. <!-- Bootstrap 5 JS -->
  3897.  
  3898. <script>
  3899. // Scroll to Top Function
  3900. function scrollToTop() {
  3901.    window.scrollTo({
  3902.        top: 0,
  3903.        behavior: 'smooth'
  3904.    });
  3905. }
  3906.  
  3907. // Initialize Footer V2 Features
  3908. document.addEventListener('DOMContentLoaded', function() {
  3909.    
  3910.    // Newsletter Form Enhancement
  3911.    const newsletterForm = document.querySelector('.newsletter-form');
  3912.    if (newsletterForm) {
  3913.        newsletterForm.addEventListener('submit', function(e) {
  3914.            e.preventDefault(); // Remove this in actual implementation
  3915.            
  3916.            const submitBtn = this.querySelector('.btn-newsletter');
  3917.            const originalText = submitBtn.textContent;
  3918.            
  3919.            submitBtn.textContent = 'Subscribing...';
  3920.            submitBtn.disabled = true;
  3921.            
  3922.            // Simulate form processing
  3923.            setTimeout(() => {
  3924.                submitBtn.textContent = 'Subscribed!';
  3925.                submitBtn.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  3926.                
  3927.                setTimeout(() => {
  3928.                    submitBtn.textContent = originalText;
  3929.                    submitBtn.disabled = false;
  3930.                    submitBtn.style.background = '';
  3931.                    this.reset();
  3932.                }, 2000);
  3933.            }, 1500);
  3934.        });
  3935.    }
  3936.    
  3937.    // Smooth reveal for columns on scroll
  3938.    const observerOptions = {
  3939.        threshold: 0.1,
  3940.        rootMargin: '0px 0px -50px 0px'
  3941.    };
  3942.    
  3943.    const observer = new IntersectionObserver((entries) => {
  3944.        entries.forEach(entry => {
  3945.            if (entry.isIntersecting) {
  3946.                entry.target.style.opacity = '1';
  3947.                entry.target.style.transform = 'translateY(0)';
  3948.            }
  3949.        });
  3950.    }, observerOptions);
  3951.    
  3952.    // Initially hide columns for animation
  3953.    document.querySelectorAll('.footer-column').forEach((column, index) => {
  3954.        column.style.opacity = '0';
  3955.        column.style.transform = 'translateY(20px)';
  3956.        column.style.transition = `all 0.6s ease ${index * 0.1}s`;
  3957.        observer.observe(column);
  3958.    });
  3959.    
  3960.    // Prevent default for placeholder links
  3961.    document.querySelectorAll('a[href="#"]').forEach(link => {
  3962.        link.addEventListener('click', function(e) {
  3963.            e.preventDefault();
  3964.        });
  3965.    });
  3966. });
  3967.  
  3968. document.addEventListener('DOMContentLoaded', function () {
  3969.    var btn = document.getElementById('toggleFooterLinks');
  3970.    if (!btn) return; // No extra links, no button
  3971.  
  3972.    var extras = document.querySelectorAll('#footerLinks li.extra');
  3973.  
  3974.    btn.addEventListener('click', function () {
  3975.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3976.            return li.classList.contains('d-none');
  3977.        });
  3978.  
  3979.        extras.forEach(function (li) {
  3980.            if (anyHidden) {
  3981.                li.classList.remove('d-none');
  3982.                li.classList.add('show');
  3983.            } else {
  3984.                li.classList.add('d-none');
  3985.                li.classList.remove('show');
  3986.            }
  3987.        });
  3988.  
  3989.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3990.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3991.    });
  3992. });
  3993.  
  3994. </script>
  3995.  
  3996.        <!-- end of wpo-site-footer-section -->
  3997.    </div>
  3998.    <!-- end of page-wrapper -->
  3999.  
  4000.    <!-- All JavaScript files
  4001.    ================================================== -->
  4002.    
  4003.  
  4004. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4005. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4006. <!-- Plugins for this template -->
  4007. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4008. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4009. <!-- Custom script for this template -->
  4010. <script src="/static/blogapp/assets/js/script.js"></script>
  4011.  
  4012. <script>
  4013. (function () {
  4014. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4015. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4016.  
  4017. function applyFallback(img) {
  4018. if (!img || img.dataset.fallbackApplied === "1") {
  4019. return;
  4020. }
  4021. var failedSrc = img.currentSrc || img.src || "";
  4022. img.dataset.fallbackApplied = "1";
  4023. img.onerror = null;
  4024. img.src = fallbackImageSrc;
  4025. console.warn("[ImageFallback] Replaced broken image:", {
  4026. failedSrc: failedSrc,
  4027. fallbackSrc: fallbackImageSrc,
  4028. alt: img.alt || "",
  4029. });
  4030. }
  4031.  
  4032. document.querySelectorAll("img").forEach(function (img) {
  4033. if (img.complete && img.naturalWidth === 0) {
  4034. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4035. failedSrc: img.currentSrc || img.src || "",
  4036. alt: img.alt || "",
  4037. });
  4038. applyFallback(img);
  4039. }
  4040. });
  4041.  
  4042. document.addEventListener(
  4043. "error",
  4044. function (event) {
  4045. var target = event.target;
  4046. if (target && target.tagName === "IMG") {
  4047. applyFallback(target);
  4048. }
  4049. },
  4050. true
  4051. );
  4052. })();
  4053. </script>
  4054.  
  4055. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4056.  
  4057.  
  4058.  
  4059. <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":"84be3dac290d4082bad970feec85e54f","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4060. </body>
  4061.  
  4062. </html>
  4063.  
  4064.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda