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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="roboto">
  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_72_nAsDQ4F_Ktj8qxd_JENcfrk.png">
  14.    
  15.  
  16.    <title>Bonus Drive UK: Car Finance Deals and Insurance Offers</title>
  17.    <meta name="description" content="Discover exclusive car finance deals, insurance offers, and automotive tips at Bonus Drive UK. Get expert advice on saving money on your next vehicle purchase.">
  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://bonusdrive.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #10b981;
  42.        --bs-primary-rgb: 10b981;
  43.        --bs-secondary: #64748b;
  44.        --bs-success: #22c55e;
  45.        --bs-danger: #ef4444;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #06b6d4;
  48.        --bs-light: #f0fdf4;
  49.        --bs-dark: #064e3b;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #10b981;
  53.        --theme-primary-color-s2: #10b981;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #0f172a;
  57.        --text-light-color: #676767;
  58.        --heading-color: #0f172a;
  59.        --border-color: #d1fae5;
  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: #ecfdf5;
  75.        --navbar-color: #064e3b;
  76.        --topbar-bg: #f0fdf4;
  77.        --topbar-color: #064e3b;
  78.        --footer-bg: #064e3b;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #d1fae5;
  82.        --card-radius: 12px;
  83.        --link-color: #10b981;
  84.        --link-hover: #059669;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(16, 185, 129, 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-creative">
  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-topbar d-sm-flex d-none container-fluid fluid-container">
  407.        <button class="unique-menu-btn bg-primary-gradient">Latest Update</button>        
  408.        
  409.        <div class="unique-news-container">
  410.            <div class="unique-news-wrapper" id="newsWrapper">
  411.                <!-- News items injected via JS -->
  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.    // Build array dynamically from Django context
  428.    const newsItems = [
  429.        
  430.            { title: "To Rinse or Not to Rinse: A Guide to Preparing Mushrooms", url: "/to-rinse-or-not-to-rinse-a-guide-to-preparing-mushrooms/" },
  431.        
  432.            { title: "Remains of Competitive Swimmer Apparently Taken by Great White Found on Californian Coastline", url: "/remains-of-competitive-swimmer-apparently-taken-by-great-white-found-on-californian-coastline/" },
  433.        
  434.            { title: "Iconic Singer Barry Manilow Scheduled for a Procedure for Cancer in His Lung.", url: "/iconic-singer-barry-manilow-scheduled-for-a-procedure-for-cancer-in-his-lung/" },
  435.        
  436.            { title: "Ex UK Soldier Charged of Murdering Kenyan Female Appears in Court", url: "/ex-uk-soldier-charged-of-murdering-kenyan-female-appears-in-court/" },
  437.        
  438.            { title: "U.S. Food and Drug Administration Clears Flibanserin, a Libido\u002DEnhancing Medication for Females Beyond Menopause", url: "/us-food-and-drug-administration-clears-flibanserin-a-libido-enhancing-medication-for-females-beyond-menopause/" }
  439.        
  440.    ];
  441.  
  442.    let currentNewsIndex = 0;
  443.    const newsWrapper = document.getElementById('newsWrapper');
  444.    let newsElements = [];
  445.  
  446.    // Create news elements dynamically with links
  447.    function createNewsElements() {
  448.        newsItems.forEach((news, index) => {
  449.            const newsElement = document.createElement('div');
  450.            newsElement.className = 'unique-news-item';
  451.            newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  452.            newsWrapper.appendChild(newsElement);
  453.            newsElements.push(newsElement);
  454.        });
  455.  
  456.        if (newsElements.length > 0) {
  457.            newsElements[0].classList.add('active');
  458.        }
  459.    }
  460.  
  461.    function changeNews() {
  462.        const currentElement = newsElements[currentNewsIndex];
  463.        const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  464.        const nextElement = newsElements[nextIndex];
  465.  
  466.        currentElement.classList.remove('active');
  467.        currentElement.classList.add('exit-up');
  468.  
  469.        setTimeout(() => {
  470.            nextElement.classList.add('active');
  471.            currentNewsIndex = nextIndex;
  472.  
  473.            setTimeout(() => {
  474.                currentElement.classList.remove('exit-up');
  475.            }, 100);
  476.        }, 250);
  477.    }
  478.  
  479.    function startNewsRotation() {
  480.        setInterval(changeNews, 5000);
  481.    }
  482.  
  483.    window.onload = function() {
  484.        createNewsElements();
  485.        startNewsRotation();
  486.    };
  487. </script>
  488.  
  489.  
  490.  
  491.            
  492.  
  493.  
  494.  
  495.  
  496.  
  497. <header class="sticky-top mb-sm-5 mb-4  nav-bg">
  498.  <div class="container-fluid fluid-container  ">
  499.    <nav class="nav-v1 navbar custom-nav navbar-expand-xl" role="navigation" aria-label="Main Navigation">
  500.      <div class="py-2 d-flex gap-2 justify-content-between align-items-center nav-width">
  501.        <!-- Mobile Brand & Search -->
  502.        <a class="brand-1 navbar-brand d-xl-none" href="/" aria-label="Home">
  503.          
  504.          Bonus Drive UK
  505.          
  506.        </a>
  507.        <div class="flex-grow-1 d-xl-none d-flex">
  508.          <form class="search-wrapper-v1">
  509.            <input type="search" class="form-control search-input-v1" id="search-input"
  510.              placeholder="Search articles..." aria-label="Search content" />
  511.            <svg class="search-icon-v1" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  512.              <circle cx="11" cy="11" r="8"></circle>
  513.              <path d="m21 21-4.35-4.35"></path>
  514.            </svg>
  515.          </form>
  516.          <!-- The search results will be displayed here -->
  517.          <div id="search-results" class="search-results-container"></div>
  518.        </div>
  519.  
  520.        <button class="navbar-toggler border-0 text-link" type="button" data-bs-toggle="collapse"
  521.          data-bs-target="#navCollapse-v1" aria-controls="navCollapse-v1" aria-expanded="false"
  522.          aria-label="Toggle navigation">
  523.          <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  524.            <line x1="3" y1="6" x2="21" y2="6"></line>
  525.            <line x1="3" y1="12" x2="21" y2="12"></line>
  526.            <line x1="3" y1="18" x2="21" y2="18"></line>
  527.          </svg>
  528.        </button>
  529.  
  530.        <!-- Desktop Layout -->
  531.        <a class="brandv1 navbar-brand d-none d-xl-block me-4" href='/' aria-label="Home">
  532.          <img src="" alt="" />
  533.        </a>
  534.  
  535.        <div class="d-none d-xl-flex flex-grow-1 flex-wrap">
  536.          <form class="search-wrapper-v1" action="#" method="get" role="search">
  537.            <input type="text" id="search-input1" class="form-control search-input-v1" placeholder="Search articles..." />
  538.            <svg class="search-icon-v1" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  539.              <circle cx="11" cy="11" r="8"></circle>
  540.              <path d="m21 21-4.35-4.35"></path>
  541.            </svg>
  542.          </form>
  543.           <!-- The search results will be displayed here -->
  544.          <div id="search-results1" class="search-results-container search-v1"></div>
  545.        </div>
  546.        <!-- Navigation Menu -->
  547.      </div>
  548.      <div class="collapse justify-content-end" id="navCollapse-v1">
  549.        <ul class="navbar-nav gap-2 pt-3 mb-lg-0 align-items-xl-center">
  550.          <!-- <li class="nav-item d-xl-block d-none mb-3">
  551.            <div class="d-xl-flex align-items-center gap-2">
  552.              <button class="btn menu-btn-v1 d-none d-xl-flex align-items-center gap-2" type="button"
  553.                data-bs-toggle="offcanvas" data-bs-target="#sidebar-v1" aria-controls="sidebar-v1">
  554.                <span>More</span>
  555.                <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  556.                  <circle cx="12" cy="12" r="1"></circle>
  557.                  <circle cx="19" cy="12" r="1"></circle>
  558.                  <circle cx="5" cy="12" r="1"></circle>
  559.                </svg>
  560.              </button>
  561.            </div>
  562.          </li> -->
  563.          <li class="nav-item mb-3">
  564.            <a class="navlink-v1" href="/">
  565.              Home
  566.            </a>
  567.          </li>
  568.          
  569.           <li class="nav-item mb-3">
  570.            <a class="navlink-v1" href="/category/all-posts/">
  571.              All Posts
  572.            </a>
  573.            </li>
  574.            
  575.  
  576.                
  577.                
  578.            
  579.           <li class="nav-item mb-3">
  580.            <a class="navlink-v1" href="/category/business/">
  581.              Business
  582.            </a>
  583.            </li>
  584.            
  585.  
  586.                
  587.                
  588.            
  589.           <li class="nav-item mb-3">
  590.            <a class="navlink-v1" href="/category/esports/">
  591.              Esports
  592.            </a>
  593.            </li>
  594.            
  595.  
  596.                
  597.                
  598.            
  599.           <li class="nav-item mb-3">
  600.            <a class="navlink-v1" href="/category/fashion/">
  601.              Fashion
  602.            </a>
  603.            </li>
  604.            
  605.  
  606.                
  607.                
  608.            
  609.           <li class="nav-item mb-3">
  610.            <a class="navlink-v1" href="/category/featured/">
  611.              Featured
  612.            </a>
  613.            </li>
  614.            
  615.  
  616.                
  617.                
  618.            
  619.          
  620.            <li class="nav-item mb-3 dropdown">
  621.              <a class="navlink-v1 dropdown-toggle" href="#" id="moreDropdown-v1" role="button"
  622.                data-bs-toggle="dropdown" aria-expanded="false">More</a>
  623.              <ul class="dropdown-menu dropdown-v1" aria-labelledby="moreDropdown-v1">
  624.                <li>
  625.                  <a class="dropdown-item dropdown-item-v1" href="/category/gaming/">
  626.                    Gaming
  627.                  </a>
  628.                </li>
  629.                
  630.  
  631.                
  632.                
  633.            
  634.          
  635.                <li>
  636.                  <a class="dropdown-item dropdown-item-v1" href="/category/health/">
  637.                    Health
  638.                  </a>
  639.                </li>
  640.                
  641.  
  642.                
  643.                
  644.            
  645.          
  646.                <li>
  647.                  <a class="dropdown-item dropdown-item-v1" href="/category/life-fitness/">
  648.                    Life &amp; Fitness
  649.                  </a>
  650.                </li>
  651.                
  652.  
  653.                
  654.                
  655.            
  656.          
  657.                <li>
  658.                  <a class="dropdown-item dropdown-item-v1" href="/category/lifestyle/">
  659.                    Lifestyle
  660.                  </a>
  661.                </li>
  662.                
  663.  
  664.                
  665.                
  666.            
  667.          
  668.                <li>
  669.                  <a class="dropdown-item dropdown-item-v1" href="/category/news/">
  670.                    News
  671.                  </a>
  672.                </li>
  673.                
  674.  
  675.                
  676.                
  677.            
  678.          
  679.                <li>
  680.                  <a class="dropdown-item dropdown-item-v1" href="/category/others/">
  681.                    Others
  682.                  </a>
  683.                </li>
  684.                
  685.  
  686.                
  687.                
  688.            
  689.          
  690.                <li>
  691.                  <a class="dropdown-item dropdown-item-v1" href="/category/politics/">
  692.                    Politics
  693.                  </a>
  694.                </li>
  695.                
  696.  
  697.                
  698.                
  699.            
  700.          
  701.                <li>
  702.                  <a class="dropdown-item dropdown-item-v1" href="/category/sports/">
  703.                    Sports
  704.                  </a>
  705.                </li>
  706.                
  707.  
  708.                
  709.                
  710.            
  711.          
  712.                <li>
  713.                  <a class="dropdown-item dropdown-item-v1" href="/category/tech/">
  714.                    Tech
  715.                  </a>
  716.                </li>
  717.                
  718.  
  719.                
  720.                
  721.            
  722.          
  723.                <li>
  724.                  <a class="dropdown-item dropdown-item-v1" href="/category/travel/">
  725.                    Travel
  726.                  </a>
  727.                </li>
  728.                
  729.  
  730.                
  731.                
  732.              </ul>
  733.            </li>
  734.            
  735.            
  736.            <li class="nav-item mb-3">
  737.              <a class="navlink-v1" href="/page/contact-us/">
  738.                Contact Us
  739.              </a>
  740.            </li>
  741.            <li class="nav-item d-xl-none mt-2">
  742.              <button class="btn menu-btn-v1 w-100" type="button" data-bs-toggle="offcanvas"
  743.                data-bs-target="#sidebar-v1">
  744.                More Options
  745.              </button>
  746.            </li>
  747.        </ul>
  748.      </div>
  749.    </nav>
  750.  </div>
  751.  
  752. </header>
  753.  
  754. <!-- Sidebar -->
  755. <div class="offcanvas offcanvas-end offcanvas-v1" tabindex="-1" id="sidebar-v1" aria-labelledby="sidebarLabel-v1">
  756.  <div class="offcanvas-header border-bottom">
  757.    <h5 class="offcanvas-title fw-semibold" id="sidebarLabel-v1">
  758.      Latest Updates
  759.    </h5>
  760.    <button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
  761.  </div>
  762.  <div class="offcanvas-body p-3">
  763.    <div class="mb-4">
  764.      <h6 class="fw-semibold mb-3 text-muted">Featured Posts</h6>
  765.      <div class="vstack gap-3">
  766.        <article class="post-card-v1 d-flex gap-3">
  767.          <img src="https://picsum.photos/seed/tech1/80/64" alt="" class="post-img-v1" width="80" height="64" />
  768.          <div class="flex-grow-1">
  769.            <small class="text-muted">2 hours ago</small>
  770.            <h6 class="mb-1 lh-sm">
  771.              <a href="#" class="text-decoration-none text-dark">Modern Web Development Trends</a>
  772.            </h6>
  773.            <small class="text-muted">Technology</small>
  774.          </div>
  775.        </article>
  776.  
  777.        <article class="post-card-v1 d-flex gap-3">
  778.          <img src="https://picsum.photos/seed/design1/80/64" alt="" class="post-img-v1" width="80" height="64" />
  779.          <div class="flex-grow-1">
  780.            <small class="text-muted">5 hours ago</small>
  781.            <h6 class="mb-1 lh-sm">
  782.              <a href="#" class="text-decoration-none text-dark">UI Design Best Practices</a>
  783.            </h6>
  784.            <small class="text-muted">Design</small>
  785.          </div>
  786.        </article>
  787.  
  788.        <article class="post-card-v1 d-flex gap-3">
  789.          <img src="https://picsum.photos/seed/life1/80/64" alt="" class="post-img-v1" width="80" height="64" />
  790.          <div class="flex-grow-1">
  791.            <small class="text-muted">1 day ago</small>
  792.            <h6 class="mb-1 lh-sm">
  793.              <a href="#" class="text-decoration-none text-dark">Minimalist Living Tips</a>
  794.            </h6>
  795.            <small class="text-muted">Lifestyle</small>
  796.          </div>
  797.        </article>
  798.      </div>
  799.    </div>
  800.  
  801.    <hr />
  802.  
  803.    <div class="contact-info-v1">
  804.      <h6 class="fw-semibold mb-3">Get in Touch</h6>
  805.      <div class="small text-muted lh-lg">
  806.        <div class="mb-2">
  807.          <strong>Location:</strong><br />
  808.          123 Innovation Street<br />
  809.          Tech District, CA 94105
  810.        </div>
  811.        <div class="mb-2">
  812.          <strong>Email:</strong><br />
  813.          <a href="/cdn-cgi/l/email-protection#254d4049494a654757444b410b464a48" class="text-decoration-none"><span class="__cf_email__" data-cfemail="741c1118181b341606151a105a171b19">[email&#160;protected]</span></a>
  814.        </div>
  815.        <div>
  816.          <strong>Phone:</strong><br />
  817.          <a href="tel:+1234567890" class="text-decoration-none">+1 (234) 567-890</a>
  818.        </div>
  819.      </div>
  820.    </div>
  821.  </div>
  822. </div>
  823.  
  824. <!-- Custom CSS -->
  825. <style>
  826.  .navbar {
  827.    padding-inline: 20px;
  828.  }
  829.  
  830.  .nav-v1 {
  831.    backdrop-filter: blur(12px);
  832.  }
  833.  
  834.  .brand-v1 img {
  835.    height: 32px;
  836.    transition: transform 0.3s ease;
  837.  }
  838.  
  839.  .brand-v1:hover img {
  840.    transform: scale(1.05);
  841.  }
  842.  
  843.  .search-wrapper-v1 {
  844.    max-width: 600px;
  845.    position: relative;
  846.  }
  847.  
  848.  .search-input-v1 {
  849.    padding: 10px 16px 10px 42px;
  850.    border: 1px solid #e2e8f0;
  851.    border-radius: 24px;
  852.    font-size: 14px;
  853.    transition: all 0.3s ease;
  854.    background: white;
  855.    width: 100%;
  856.    max-width: 400px;
  857.  }
  858.  
  859.  .search-input-v1:focus {
  860.    border-color: #2563eb;
  861.    outline: none;
  862.    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
  863.    transform: translateY(-1px);
  864.  }
  865.  
  866.  .search-icon-v1 {
  867.    position: absolute;
  868.    left: 14px;
  869.    top: 50%;
  870.    transform: translateY(-50%);
  871.    color: #64748b;
  872.    width: 16px;
  873.    height: 16px;
  874.  }
  875.  
  876.  .navlink-v1 {
  877.    color: #374151;
  878.    font-weight: 500;
  879.    font-size: 15px;
  880.    padding: 8px 16px;
  881.    border-radius: 12px;
  882.    transition: all 0.2s ease;
  883.    text-decoration: none;
  884.    position: relative;
  885.  }
  886.  
  887.  .navlink-v1:hover {
  888.    background: rgba(37, 99, 235, 0.1);
  889.    color: #2563eb;
  890.    transform: translateY(-1px);
  891.  }
  892.  
  893.  .navlink-v1.active-v1 {
  894.    background: #2563eb;
  895.    color: white !important;
  896.  }
  897.  
  898.  .dropdown-v1 {
  899.    border: 1px solid #e2e8f0;
  900.    border-radius: 16px;
  901.    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  902.    backdrop-filter: blur(8px);
  903.    background: rgba(255, 255, 255, 0.98);
  904.    padding: 8px 0;
  905.  }
  906.  
  907.  .dropdown-item-v1 {
  908.    padding: 8px 20px;
  909.    font-size: 14px;
  910.    color: #374151 !important;
  911.    transition: all 0.2s ease;
  912.    border-radius: 8px;
  913.    margin: 2px 0px;
  914.  }
  915.  
  916.  .dropdown-item-v1:hover {
  917.    background: rgba(37, 99, 235, 0.1);
  918.    color: #2563eb !important;
  919.  }
  920.  
  921.  .menu-btn-v1 {
  922.    padding: 8px 16px;
  923.    border: 1px solid #e2e8f0;
  924.    border-radius: 12px;
  925.    background: white;
  926.    color: #374151;
  927.    font-weight: 500;
  928.    transition: all 0.2s ease;
  929.  }
  930.  
  931.  .menu-btn-v1:hover {
  932.    border-color: #2563eb;
  933.    color: #2563eb;
  934.    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.15);
  935.  }
  936.  
  937.  .offcanvas-v1 {
  938.    width: min(360px, 90vw);
  939.    background: white;
  940.    z-index: 1050;
  941.  }
  942.  
  943.  .post-card-v1 {
  944.    padding: 12px;
  945.    border-radius: 12px;
  946.    transition: all 0.2s ease;
  947.    border: 1px solid transparent;
  948.  }
  949.  
  950.  .post-card-v1:hover {
  951.    background: #f8fafc;
  952.    border-color: #e2e8f0;
  953.  }
  954.  
  955.  .post-img-v1 {
  956.    border-radius: 8px;
  957.    transition: transform 0.3s ease;
  958.  }
  959.  
  960.  .post-card-v1:hover .post-img-v1 {
  961.    transform: scale(1.02);
  962.  }
  963.  
  964.  .contact-info-v1 {
  965.    background: #f8fafc;
  966.    padding: 16px;
  967.    border-radius: 12px;
  968.    border: 1px solid #e2e8f0;
  969.  }
  970.  
  971.  @media (max-width: 1200px) {
  972.    .nav-width {
  973.      width: 100%;
  974.    }
  975.  }
  976.  
  977.  @media (max-width: 991px) {
  978.    .navlink-v1 {
  979.      padding: 12px 16px;
  980.      margin: 2px 0;
  981.    }
  982.  
  983.    .search-wrapper-v1 {
  984.      margin: 12px 0;
  985.    }
  986.  }
  987.  
  988.  /* search field */
  989.  .search-results-container {
  990.    position: absolute;
  991.    top: 100%;
  992.    /* Position it below the input field */
  993. left: 10px;
  994.  right: 10px;
  995.    background-color: white;
  996.    border: 1px solid #ddd;
  997.    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  998.    max-height: 300px;
  999.    overflow-y: auto;
  1000.    z-index: 1000;
  1001.    display: none;
  1002.    /* Initially hidden */
  1003.  }
  1004.  
  1005.  .search-results-container p {
  1006.    margin: 0;
  1007.  }
  1008.  
  1009.  .search-results-container .result-item {
  1010.    padding: 10px;
  1011.    cursor: pointer;
  1012.  }
  1013.  
  1014.  .search-results-container .result-item:hover {
  1015.    background-color: #f0f0f0;
  1016.  }
  1017. </style>
  1018. <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>
  1019.  document.addEventListener("DOMContentLoaded", function () {
  1020.    console.error("loaded");
  1021.  
  1022.    // Pick input depending on screen size
  1023.    const searchInput = window.innerWidth <= 991
  1024.      ? document.getElementById("search-input")
  1025.      : document.getElementById("search-input1");
  1026.  
  1027.    if (searchInput) {
  1028.      console.log("inside");
  1029.  
  1030.      // Add event listener for keyup
  1031.      searchInput.addEventListener("keyup", function (e) {
  1032.        console.log('test');
  1033.        console.log("Key pressed:", e.key);
  1034.        e.preventDefault();
  1035.  
  1036.        const query = searchInput.value;
  1037.        const searchResults = window.innerWidth <= 991
  1038.          ? document.getElementById("search-results")
  1039.          : document.getElementById("search-results1");
  1040.  
  1041.        console.log("User is typing: " + query);
  1042.  
  1043.        if (query === "") {
  1044.          searchResults.innerHTML = "";
  1045.          searchResults.style.display = "none";
  1046.          return;
  1047.        }
  1048.  
  1049.        searchResults.style.display = "block";
  1050.  
  1051.        fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1052.          method: "GET",
  1053.          headers: {
  1054.            "X-Requested-With": "XMLHttpRequest",
  1055.          },
  1056.        })
  1057.          .then(response => {
  1058.            console.log("Response Status:", response.status);
  1059.            return response.json();
  1060.          })
  1061.          .then(data => {
  1062.            console.log("Data received:", data);
  1063.            if (data.html) {
  1064.              searchResults.innerHTML = data.html;
  1065.            } else {
  1066.              searchResults.innerHTML = "<p>No results found.</p>";
  1067.            }
  1068.          })
  1069.          .catch(error => {
  1070.            console.error("Error fetching search results:", error);
  1071.          });
  1072.      });
  1073.  
  1074.      // 🔹 Close results when clicking outside
  1075.      document.addEventListener("click", function (e) {
  1076.        const searchResults = window.innerWidth <= 991
  1077.          ? document.getElementById("search-results")
  1078.          : document.getElementById("search-results1");
  1079.  
  1080.        if (searchResults && !searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1081.          searchResults.style.display = "none";
  1082.        }
  1083.      });
  1084.  
  1085.    } else {
  1086.      console.error("Search input not found");
  1087.    }
  1088.  });
  1089. </script>
  1090. <script>
  1091.  // Function to check screen size and remove 'navbar-collapse' class
  1092.  function removeNavbarCollapseClass() {
  1093.    const navbar = document.getElementById('navCollapse-v1');
  1094.    // Check if screen width is greater than or equal to 1024px (Bootstrap's lg breakpoint)
  1095.    if (window.innerWidth <= 1100) {
  1096.      if (navbar) {
  1097.        navbar.classList.remove('navbar-collapse');
  1098.      }
  1099.    } else {
  1100.      // You can re-add the class if the screen is smaller than 'lg' size
  1101.      if (navbar) {
  1102.        navbar.classList.add('navbar-collapse');
  1103.      }
  1104.    }
  1105.  }
  1106.  
  1107.  // Run the function on page load
  1108.  window.addEventListener('load', removeNavbarCollapseClass);
  1109.  
  1110.  // Also, run the function on window resize to check screen size dynamically
  1111.  window.addEventListener('resize', removeNavbarCollapseClass);
  1112.  
  1113.  
  1114. </script>
  1115.  
  1116.        </header>
  1117.        <!-- end of header -->
  1118.        <!-- start of wpo-blog-hero -->
  1119.        
  1120.  
  1121.  
  1122.  
  1123.  
  1124.  
  1125.  
  1126.  
  1127. <div class="blog-hero-v8 my-5">
  1128.  <div class="container-fluid fluid-container">
  1129.    <!-- Full-Width Featured Article -->
  1130.    <div class="row g-4 mb-5">
  1131.      <div class="col-12">
  1132.        
  1133.        
  1134.          
  1135.        <article class="full-featured">
  1136.          <div class="featured-image-container">
  1137.            
  1138.              <img src="/static/blogapp/assets/images/breaking-news/img-3.jpg" alt="‘We Need a Chopper to Locate Them’: 13-Year-Old’s Emergency Call to Aid Relatives Lost Off Down Under Coast Disclosed" class="featured-image" />
  1139.            
  1140.            <div class="category-tag bg-primary-gradient news-tag">News</div>
  1141.          </div>
  1142.          <div class="featured-content">
  1143.            <h1 class="featured-title">
  1144.              <a href="/we-need-a-chopper-to-locate-them-13-year-olds-emergency-call-to-aid-relatives-lost-off-down-under-coast-disclosed/">‘We Need a Chopper to Locate Them’: 13-Year-Old’s Emergency Call to Aid Relatives Lost Off Down Under Coast Disclosed</a>
  1145.            </h1>
  1146.            <p class="featured-summary">Discover amazing stories and insights from our featured article.</p>
  1147.            <div class="article-meta">
  1148.              <div class="author-info">
  1149.                
  1150.                  <img src="/static/blogapp/assets/images/blog/blog-avater/img-1.jpg" alt="Collin Mathews's Profile" class="author-pic" />
  1151.                
  1152.                <div class="author-text">
  1153.                  <span class="author-name">Collin Mathews</span>
  1154.                  
  1155.                  <span class="post-time">May 19, 2026</span>
  1156.                </div>
  1157.              </div>
  1158.              <div class="reading-info">
  1159.                
  1160.              </div>
  1161.            </div>
  1162.          </div>
  1163.        </article>
  1164.  
  1165.        
  1166.        
  1167.      </div>
  1168.    </div>
  1169.  
  1170.    <!-- Bottom Section: Compact Cards and Recent Sidebar -->
  1171.    <div class="row g-4">
  1172.      
  1173.      <div class="col-lg-3 col-md-6 col-12">
  1174.        <article class="compact-card">
  1175.          <div class="compact-image">
  1176.            
  1177.              <img src="/static/blogapp/assets/images/hero/img-3.jpg" alt="Cyclone Catastrophe in Sri Lanka Unleashes a Spirit of Volunteerism" />
  1178.            
  1179.            <div class="category-tag bg-primary-gradient news-cat">News</div>
  1180.          </div>
  1181.          <div class="compact-body">
  1182.            <h3 class="compact-title">
  1183.              <a href="/cyclone-catastrophe-in-sri-lanka-unleashes-a-spirit-of-volunteerism/">Cyclone Catastrophe in Sri Lanka Unleashes a Spirit of Volunteerism</a>
  1184.            </h3>
  1185.            <p class="compact-text"></p>
  1186.            <div class="compact-footer">
  1187.              <div class="compact-author">
  1188.                
  1189.                  <img src="/static/blogapp/assets/images/blog/blog-avater/img-1.jpg" alt="Collin Mathews's Profile" class="compact-avatar" />
  1190.                
  1191.                <span class="compact-name">Collin …</span>
  1192.              </div>
  1193.              <span class="compact-date">May 18</span>
  1194.            </div>
  1195.          </div>
  1196.        </article>
  1197.      </div>
  1198.      
  1199.      <div class="col-lg-3 col-md-6 col-12">
  1200.        <article class="compact-card">
  1201.          <div class="compact-image">
  1202.            
  1203.              <img src="/static/blogapp/assets/images/hero/img-3.jpg" alt="Los Blancos&#x27; Alexander-Arnold Could Return to Face Liverpool in Upcoming European Fixture" />
  1204.            
  1205.            <div class="category-tag bg-primary-gradient news-cat">News</div>
  1206.          </div>
  1207.          <div class="compact-body">
  1208.            <h3 class="compact-title">
  1209.              <a href="/los-blancos-alexander-arnold-could-return-to-face-liverpool-in-upcoming-european-fixture/">Los Blancos&#x27; Alexander-Arnold Could Return to Face Liverpool in Upcoming European Fixture</a>
  1210.            </h3>
  1211.            <p class="compact-text"></p>
  1212.            <div class="compact-footer">
  1213.              <div class="compact-author">
  1214.                
  1215.                  <img src="/static/blogapp/assets/images/blog/blog-avater/img-1.jpg" alt="Collin Mathews's Profile" class="compact-avatar" />
  1216.                
  1217.                <span class="compact-name">Collin …</span>
  1218.              </div>
  1219.              <span class="compact-date">May 18</span>
  1220.            </div>
  1221.          </div>
  1222.        </article>
  1223.      </div>
  1224.      
  1225.      <div class="col-lg-3 col-md-6 col-12">
  1226.        <article class="compact-card">
  1227.          <div class="compact-image">
  1228.            
  1229.              <img src="/static/blogapp/assets/images/hero/img-3.jpg" alt="Troubling Memories Return in Davao as Authorities Trace Bondi Beach Shooting Suspects’ Activities" />
  1230.            
  1231.            <div class="category-tag bg-primary-gradient news-cat">News</div>
  1232.          </div>
  1233.          <div class="compact-body">
  1234.            <h3 class="compact-title">
  1235.              <a href="/troubling-memories-return-in-davao-as-authorities-trace-bondi-beach-shooting-suspects-activities/">Troubling Memories Return in Davao as Authorities Trace Bondi Beach Shooting Suspects’ Activities</a>
  1236.            </h3>
  1237.            <p class="compact-text"></p>
  1238.            <div class="compact-footer">
  1239.              <div class="compact-author">
  1240.                
  1241.                  <img src="/static/blogapp/assets/images/blog/blog-avater/img-1.jpg" alt="Collin Mathews's Profile" class="compact-avatar" />
  1242.                
  1243.                <span class="compact-name">Collin …</span>
  1244.              </div>
  1245.              <span class="compact-date">May 18</span>
  1246.            </div>
  1247.          </div>
  1248.        </article>
  1249.      </div>
  1250.      
  1251.  
  1252.      <!-- Recent Articles Sidebar -->
  1253.      <div class="col-lg-3 col-md-6 col-12">
  1254.        <div class="recent-section">
  1255.          <h3 class="recent-title">Recent Articles</h3>
  1256.          <div class="recent-list">
  1257.            
  1258.            <div class="recent-item">
  1259.              <div class="recent-content">
  1260.                <h4 class="recent-article-title">
  1261.                  <a href="/real-southern-portugal-discovering-portugal-away-from-the-beach/">Real Southern Portugal: Discovering Portugal Away from the …</a>
  1262.                </h4>
  1263.                <span class="recent-date">May 18, 2026</span>
  1264.              </div>
  1265.            </div>
  1266.            
  1267.          </div>
  1268.        </div>
  1269.      </div>
  1270.    </div>
  1271.  </div>
  1272. </div>
  1273.  
  1274.  
  1275.  
  1276. <style>
  1277.  /* Full-Width Featured Article */
  1278.  .full-featured {
  1279.    background: var(--card-bg, #ffffff);
  1280.    border-radius: 12px;
  1281.    overflow: hidden;
  1282.    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
  1283.    border: 1px solid var(--border-color, #e5e7eb);
  1284.    transition: box-shadow 0.3s ease;
  1285.  }
  1286.  
  1287.  .full-featured:hover {
  1288.    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  1289.  }
  1290.  
  1291.  .featured-image-container {
  1292.    position: relative;
  1293.    height: 400px;
  1294.    overflow: hidden;
  1295.  }
  1296.  
  1297.  .featured-image {
  1298.    width: 100%;
  1299.    height: 100%;
  1300.    object-fit: cover;
  1301.  }
  1302.  
  1303.  .featured-content {
  1304.    padding: 2rem;
  1305.  }
  1306.  
  1307.  .featured-title {
  1308.    font-size: 2.5rem;
  1309.    font-weight: 700;
  1310.    color: #111827;
  1311.    margin-bottom: 1rem;
  1312.    line-height: 1.2;
  1313.  }
  1314.  
  1315.  .featured-title a {
  1316.    color: inherit;
  1317.    text-decoration: none;
  1318.  }
  1319.  
  1320.  .featured-title a:hover {
  1321.    color: #3b82f6;
  1322.    transition: color 0.3s ease;
  1323.  }
  1324.  
  1325.  .featured-summary {
  1326.    font-size: 1.1rem;
  1327.    color: #4b5563;
  1328.    line-height: 1.6;
  1329.    margin-bottom: 1.5rem;
  1330.  }
  1331.  
  1332.  /* Category Tags - Dynamic Colors */
  1333.  .category-tag {
  1334.    position: absolute;
  1335.    top: 1rem;
  1336.    left: 1rem;
  1337.    padding: 0.4rem 1.2rem;
  1338.    font-size: 0.8rem;
  1339.    font-weight: 600;
  1340.    text-transform: uppercase;
  1341.    color: white;
  1342.    border-radius: 20px;
  1343.    z-index: 2;
  1344.  }
  1345.  
  1346.  /* Category Colors */
  1347.  
  1348.  .business-tag, .business-cat { background-color: #10b981; }
  1349.  
  1350.  .lifestyle-tag, .lifestyle-cat { background-color: #8b5cf6; }
  1351.  .sports-tag, .sports-cat { background-color: #f59e0b; }
  1352.  .travel-tag, .travel-cat { background-color: #06b6d4; }
  1353.  .health-tag, .health-cat { background-color: #84cc16; }
  1354.  
  1355.  /* Article Meta */
  1356.  .article-meta {
  1357.    display: flex;
  1358.    align-items: center;
  1359.    justify-content: space-between;
  1360.    font-size: 0.9rem;
  1361.    color: #6b7280;
  1362.  }
  1363.  
  1364.  .author-info {
  1365.    display: flex;
  1366.    align-items: center;
  1367.    gap: 0.75rem;
  1368.  }
  1369.  
  1370.  .author-pic {
  1371.    width: 40px;
  1372.    height: 40px;
  1373.    border-radius: 50%;
  1374.    object-fit: cover;
  1375.  }
  1376.  
  1377.  .author-name {
  1378.    font-weight: 600;
  1379.    color: var(--topbar-color, #111827);
  1380.  }
  1381.  
  1382.  .post-time {
  1383.    font-size: 0.85rem;
  1384.    color: #6b7280;
  1385.  }
  1386.  
  1387.  .read-time {
  1388.    background: #f3f4f6;
  1389.    padding: 0.25rem 0.75rem;
  1390.    border-radius: 12px;
  1391.    font-size: 0.8rem;
  1392.  }
  1393.  
  1394.  /* Compact Cards */
  1395.  .compact-card {
  1396.    background: var(--card-bg, #ffffff);
  1397.    border-radius: 12px;
  1398.    overflow: hidden;
  1399.    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
  1400.    border: 1px solid var(--border-color, #e5e7eb);
  1401.    transition: box-shadow 0.3s ease;
  1402.    height: 100%;
  1403.  }
  1404.  
  1405.  .compact-card:hover {
  1406.    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  1407.  }
  1408.  
  1409.  .compact-image {
  1410.    position: relative;
  1411.    height: 160px;
  1412.    overflow: hidden;
  1413.  }
  1414.  
  1415.  .compact-image img {
  1416.    width: 100%;
  1417.    height: 100%;
  1418.    object-fit: cover;
  1419.  }
  1420.  
  1421.  .compact-category {
  1422.    position: absolute;
  1423.    top: 0.75rem;
  1424.    left: 0.75rem;
  1425.    padding: 0.3rem 1rem;
  1426.    font-size: 0.75rem;
  1427.    border-radius: 20px;
  1428.    color: white;
  1429.    font-weight: 600;
  1430.    text-transform: uppercase;
  1431.  }
  1432.  
  1433.  .compact-body {
  1434.    padding: 1.25rem;
  1435.  }
  1436.  
  1437.  .compact-title {
  1438.    font-size: 1.1rem;
  1439.    font-weight: 600;
  1440.    color: #111827;
  1441.    margin-bottom: 0.5rem;
  1442.    line-height: 1.3;
  1443.  }
  1444.  
  1445.  .compact-title a {
  1446.    color: inherit;
  1447.    text-decoration: none;
  1448.  }
  1449.  
  1450.  .compact-title a:hover {
  1451.    color: #3b82f6;
  1452.    transition: color 0.3s ease;
  1453.  }
  1454.  
  1455.  .compact-text {
  1456.    font-size: 0.9rem;
  1457.    color: #4b5563;
  1458.    line-height: 1.5;
  1459.  }
  1460.  
  1461.  .compact-footer {
  1462.    display: flex;
  1463.    justify-content: space-between;
  1464.    align-items: center;
  1465.    margin-top: 1rem;
  1466.    font-size: 0.85rem;
  1467.    color: #6b7280;
  1468.  }
  1469.  
  1470.  .compact-author {
  1471.    display: flex;
  1472.    align-items: center;
  1473.    gap: 0.5rem;
  1474.  }
  1475.  
  1476.  .compact-avatar {
  1477.    width: 28px;
  1478.    height: 28px;
  1479.    border-radius: 50%;
  1480.    object-fit: cover;
  1481.  }
  1482.  
  1483.  .compact-name {
  1484.    color: var(--topbar-color, #111827);
  1485.    font-weight: 500;
  1486.  }
  1487.  
  1488.  /* Recent Articles Sidebar */
  1489.  .recent-section {
  1490.    background: var(--card-bg, #ffffff);
  1491.    border-radius: 12px;
  1492.    padding: 1.5rem;
  1493.    border: 1px solid var(--border-color, #e5e7eb);
  1494.    height: 100%;
  1495.  }
  1496.  
  1497.  .recent-title {
  1498.    font-size: 1.2rem;
  1499.    font-weight: 700;
  1500.    color: #111827;
  1501.    margin-bottom: 1rem;
  1502.    border-bottom: 1px solid var(--border-color, #e5e7eb);
  1503.    padding-bottom: 0.5rem;
  1504.  }
  1505.  
  1506.  .recent-list {
  1507.    display: flex;
  1508.    flex-direction: column;
  1509.    gap: 1rem;
  1510.  }
  1511.  
  1512.  .recent-item {
  1513.    padding: 0.75rem;
  1514.    border-radius: 8px;
  1515.    transition: background 0.2s ease;
  1516.    border: 1px solid var(--border-color, #e5e7eb);
  1517.  }
  1518.  
  1519.  .recent-item:hover {
  1520.    background: var(--card-bg);
  1521.  }
  1522.  
  1523.  .recent-article-title {
  1524.    font-size: 0.95rem;
  1525.    font-weight: 500;
  1526.    color: var(--topbar-color, #111827);
  1527.    margin-bottom: 0.25rem;
  1528.  }
  1529.  
  1530.  .recent-article-title a {
  1531.    color: inherit;
  1532.    text-decoration: none;
  1533.  }
  1534.  
  1535.  .recent-article-title a:hover {
  1536.    color: #3b82f6;
  1537.    transition: color 0.3s ease;
  1538.  }
  1539.  
  1540.  .recent-date {
  1541.    font-size: 0.8rem;
  1542.    color: #6b7280;
  1543.  }
  1544.  
  1545.  /* Responsive Design */
  1546.  @media (max-width: 992px) {
  1547.    .featured-image-container {
  1548.      height: 300px;
  1549.    }
  1550.    
  1551.    .featured-title {
  1552.      font-size: 2rem;
  1553.    }
  1554.    
  1555.    .compact-image {
  1556.      height: 140px;
  1557.    }
  1558.  }
  1559.  
  1560.  @media (max-width: 768px) {
  1561.    .featured-content,
  1562.    .compact-body {
  1563.      padding: 1.5rem;
  1564.    }
  1565.    
  1566.    .article-meta {
  1567.      flex-direction: column;
  1568.      align-items: flex-start;
  1569.      gap: 0.75rem;
  1570.    }
  1571.    
  1572.    .recent-section {
  1573.      margin-top: 2rem;
  1574.    }
  1575.  }
  1576.  
  1577.  @media (max-width: 576px) {
  1578.    .featured-title {
  1579.      font-size: 1.8rem;
  1580.    }
  1581.    
  1582.    .compact-title {
  1583.      font-size: 1rem;
  1584.    }
  1585.    
  1586.    .featured-content {
  1587.      padding: 1rem;
  1588.    }
  1589.    
  1590.    .compact-body {
  1591.      padding: 1rem;
  1592.    }
  1593.  }
  1594. </style>
  1595.  
  1596.  
  1597.        <!-- end of wpo-blog-hero -->
  1598.  
  1599.        <!-- start of wpo-breacking-news -->
  1600.        
  1601.        <!-- end of wpo-breacking-news -->
  1602.        
  1603.        <!-- start wpo-blog-highlights-section -->
  1604.        
  1605.  
  1606.  
  1607.  
  1608.    
  1609.  
  1610.  
  1611.  
  1612. <style>
  1613.    .blog-highlights-v3 {
  1614.        padding: 0px 0;
  1615.    }
  1616.    
  1617.    .blog-card-v3 {
  1618.        border: 1px solid #e9ecef;
  1619.        border-radius: 8px;
  1620.        overflow: hidden;
  1621.        transition: all 0.3s ease;
  1622.        background: white;
  1623.        height: 100%;
  1624.    }
  1625.    
  1626.    .blog-card-v3:hover {
  1627.        box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  1628.    }
  1629.    
  1630.    .blog-image-v3 {
  1631.        position: relative;
  1632.        overflow: hidden;
  1633.        height: 200px;
  1634.    }
  1635.    
  1636.    .blog-image-v3 img {
  1637.        width: 100%;
  1638.        height: 100%;
  1639.        object-fit: cover;
  1640.        transition: opacity 0.3s ease;
  1641.    }
  1642.    
  1643.    .blog-card-v3:hover .blog-image-v3 img {
  1644.        opacity: 0.9;
  1645.    }
  1646.    
  1647.    .blog-category-v3 {
  1648.        position: absolute;
  1649.        top: 12px;
  1650.        right: 12px;
  1651.        padding: 4px 12px;
  1652.        border-radius: 4px;
  1653.        font-size: 11px;
  1654.        font-weight: 600;
  1655.        text-transform: uppercase;
  1656.        letter-spacing: 0.8px;
  1657.    }
  1658.    
  1659.    .blog-content-v3 {
  1660.        padding: 20px;
  1661.    }
  1662.    
  1663.    .blog-title-v3 {
  1664.        font-size: 16px;
  1665.        font-weight: 600;
  1666.        line-height: 1.5;
  1667.        margin-bottom: 12px;
  1668.        min-height: 48px;
  1669.    }
  1670.    
  1671.    .blog-title-v3 a {
  1672.        text-decoration: none;
  1673.        transition: color 0.2s ease;
  1674.    }
  1675.    
  1676.    .blog-meta-v3 {
  1677.        display: flex;
  1678.        align-items: center;
  1679.        gap: 8px;
  1680.        margin-bottom: 10px;
  1681.        font-size: 12px;
  1682.        border-bottom: 1px solid #f1f3f4;
  1683.        padding-bottom: 10px;
  1684.    }
  1685.    
  1686.    .blog-author-img-v3 {
  1687.        width: 24px;
  1688.        height: 24px;
  1689.        border-radius: 50%;
  1690.        object-fit: cover;
  1691.    }
  1692.    
  1693.    .blog-excerpt-v3 {
  1694.        font-size: 13px;
  1695.        line-height: 1.5;
  1696.        opacity: 0.7;
  1697.        display: -webkit-box;
  1698.        -webkit-line-clamp: 2;
  1699.        -webkit-box-orient: vertical;
  1700.        overflow: hidden;
  1701.    }
  1702.    
  1703.    .section-title-v3 {
  1704.        font-size: 2.8rem;
  1705.        font-weight: 700;
  1706.        text-align: center;
  1707.        margin-bottom: 20px;
  1708.    }
  1709.    
  1710.    .section-subtitle-v3 {
  1711.        text-align: center;
  1712.        font-size: 1rem;
  1713.        opacity: 0.7;
  1714.        margin-bottom: 60px;
  1715.    }
  1716.  
  1717.    @media (max-width: 768px) {
  1718.        .section-title-v3 {
  1719.            font-size: 2.2rem;
  1720.        }
  1721.        .blog-highlights-v3 {
  1722.            padding: 0px 0;
  1723.        }
  1724.        .blog-content-v3 {
  1725.            padding: 16px;
  1726.        }
  1727.    }
  1728. </style>
  1729.  
  1730. <section class="blog-highlights-v3">
  1731.    <div class="container-fluid fluid-container">
  1732.        <div class="row">
  1733.            <div class="col-12">
  1734.                <h2 class="section-title-v3 top-color">
  1735.                Today's Top Highlights
  1736.                   </h2>
  1737.                <p class="section-subtitle-v3 top-color">Discover our latest stories and insights from around the world</p>
  1738.            </div>
  1739.        </div>
  1740.        
  1741.        <div class="row">
  1742.            <div class="col-lg-8 col-12">
  1743.                <div class="row g-3">
  1744.                    
  1745.                    <div class="col-lg-6 col-md-6 col-12">
  1746.                        <div class="card blog-card-v3">
  1747.                            <div class="blog-image-v3">
  1748.                                
  1749.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1750.                                
  1751.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1752.                            </div>
  1753.                            <div class="blog-content-v3">
  1754.                                <h3 class="blog-title-v3">
  1755.                                    <a href="/arsenals-goalkeeper-praises-teams-strength-as-essential-to-silverware-ambitions/" class="top-color">
  1756.                                    Arsenal&#x27;s goalkeeper Praises Team&#x27;s Strength as Essential to Silverware Ambitions
  1757.                                    </a>
  1758.                                </h3>
  1759.                                <div class="blog-meta-v3">
  1760.                                    
  1761.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Collin Mathews" class="blog-author-img-v3">
  1762.                                    
  1763.                                    
  1764.                                    <span class="top-color">By Collin Mathews</span>
  1765.                                    <span class="top-color">•</span>
  1766.                                    <span class="top-color">18 May 2026</span>
  1767.                                </div>
  1768.                                <p class="blog-excerpt-v3 top-color"></p>
  1769.                            </div>
  1770.                        </div>
  1771.                    </div>
  1772.                    
  1773.                    <div class="col-lg-6 col-md-6 col-12">
  1774.                        <div class="card blog-card-v3">
  1775.                            <div class="blog-image-v3">
  1776.                                
  1777.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1778.                                
  1779.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1780.                            </div>
  1781.                            <div class="blog-content-v3">
  1782.                                <h3 class="blog-title-v3">
  1783.                                    <a href="/can-the-new-zealand-rugby-team-regain-their-magic-during-the-fall-tour/" class="top-color">
  1784.                                    Can the New Zealand rugby team regain their magic during the fall tour?
  1785.                                    </a>
  1786.                                </h3>
  1787.                                <div class="blog-meta-v3">
  1788.                                    
  1789.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Collin Mathews" class="blog-author-img-v3">
  1790.                                    
  1791.                                    
  1792.                                    <span class="top-color">By Collin Mathews</span>
  1793.                                    <span class="top-color">•</span>
  1794.                                    <span class="top-color">18 May 2026</span>
  1795.                                </div>
  1796.                                <p class="blog-excerpt-v3 top-color"></p>
  1797.                            </div>
  1798.                        </div>
  1799.                    </div>
  1800.                    
  1801.                    <div class="col-lg-6 col-md-6 col-12">
  1802.                        <div class="card blog-card-v3">
  1803.                            <div class="blog-image-v3">
  1804.                                
  1805.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1806.                                
  1807.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1808.                            </div>
  1809.                            <div class="blog-content-v3">
  1810.                                <h3 class="blog-title-v3">
  1811.                                    <a href="/trumps-dominant-shadow-in-athletics-reached-a-peak-in-last-year-the-coming-year-promises-to-go-further/" class="top-color">
  1812.                                    Trump&#x27;s Dominant Shadow in Athletics Reached A Peak in Last Year. The Coming Year Promises to Go Further.
  1813.                                    </a>
  1814.                                </h3>
  1815.                                <div class="blog-meta-v3">
  1816.                                    
  1817.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Collin Mathews" class="blog-author-img-v3">
  1818.                                    
  1819.                                    
  1820.                                    <span class="top-color">By Collin Mathews</span>
  1821.                                    <span class="top-color">•</span>
  1822.                                    <span class="top-color">18 May 2026</span>
  1823.                                </div>
  1824.                                <p class="blog-excerpt-v3 top-color"></p>
  1825.                            </div>
  1826.                        </div>
  1827.                    </div>
  1828.                    
  1829.                    <div class="col-lg-6 col-md-6 col-12">
  1830.                        <div class="card blog-card-v3">
  1831.                            <div class="blog-image-v3">
  1832.                                
  1833.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1834.                                
  1835.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1836.                            </div>
  1837.                            <div class="blog-content-v3">
  1838.                                <h3 class="blog-title-v3">
  1839.                                    <a href="/we-got-fired-and-we-accept-it-heres-how-to-land-a-new-job-that-works-for-you/" class="top-color">
  1840.                                    We Got Fired, and We Accept It – Here&#x27;s How to Land a New Job That Works for You
  1841.                                    </a>
  1842.                                </h3>
  1843.                                <div class="blog-meta-v3">
  1844.                                    
  1845.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Collin Mathews" class="blog-author-img-v3">
  1846.                                    
  1847.                                    
  1848.                                    <span class="top-color">By Collin Mathews</span>
  1849.                                    <span class="top-color">•</span>
  1850.                                    <span class="top-color">18 May 2026</span>
  1851.                                </div>
  1852.                                <p class="blog-excerpt-v3 top-color"></p>
  1853.                            </div>
  1854.                        </div>
  1855.                    </div>
  1856.                    
  1857.                    <div class="col-lg-6 col-md-6 col-12">
  1858.                        <div class="card blog-card-v3">
  1859.                            <div class="blog-image-v3">
  1860.                                
  1861.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1862.                                
  1863.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1864.                            </div>
  1865.                            <div class="blog-content-v3">
  1866.                                <h3 class="blog-title-v3">
  1867.                                    <a href="/work-out-as-you-are-working-a-dozen-muscle-toning-desk-movements-you-can-do-in-regular-clothes/" class="top-color">
  1868.                                    Work out as you are working? A dozen muscle-toning desk movements you can do in regular clothes
  1869.                                    </a>
  1870.                                </h3>
  1871.                                <div class="blog-meta-v3">
  1872.                                    
  1873.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Collin Mathews" class="blog-author-img-v3">
  1874.                                    
  1875.                                    
  1876.                                    <span class="top-color">By Collin Mathews</span>
  1877.                                    <span class="top-color">•</span>
  1878.                                    <span class="top-color">17 May 2026</span>
  1879.                                </div>
  1880.                                <p class="blog-excerpt-v3 top-color"></p>
  1881.                            </div>
  1882.                        </div>
  1883.                    </div>
  1884.                    
  1885.                    <div class="col-lg-6 col-md-6 col-12">
  1886.                        <div class="card blog-card-v3">
  1887.                            <div class="blog-image-v3">
  1888.                                
  1889.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1890.                                
  1891.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1892.                            </div>
  1893.                            <div class="blog-content-v3">
  1894.                                <h3 class="blog-title-v3">
  1895.                                    <a href="/anno-117s-pax-romanas-top-secret-turns-out-to-be-a-breathtaking-first-person-view/" class="top-color">
  1896.                                    Anno 117&#x27;s Pax Romana&#x27;s Top Secret Turns Out to Be a Breathtaking First-Person View.
  1897.                                    </a>
  1898.                                </h3>
  1899.                                <div class="blog-meta-v3">
  1900.                                    
  1901.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Collin Mathews" class="blog-author-img-v3">
  1902.                                    
  1903.                                    
  1904.                                    <span class="top-color">By Collin Mathews</span>
  1905.                                    <span class="top-color">•</span>
  1906.                                    <span class="top-color">17 May 2026</span>
  1907.                                </div>
  1908.                                <p class="blog-excerpt-v3 top-color"></p>
  1909.                            </div>
  1910.                        </div>
  1911.                    </div>
  1912.                    
  1913.                    <div class="col-lg-6 col-md-6 col-12">
  1914.                        <div class="card blog-card-v3">
  1915.                            <div class="blog-image-v3">
  1916.                                
  1917.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1918.                                
  1919.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1920.                            </div>
  1921.                            <div class="blog-content-v3">
  1922.                                <h3 class="blog-title-v3">
  1923.                                    <a href="/trump-says-for-the-most-part-there-is-consensus-on-following-steps-of-truce-agreement-for-gaza/" class="top-color">
  1924.                                    Trump Says &#x27;For the Most Part, There Is Consensus&#x27; on Following Steps of Truce Agreement for Gaza
  1925.                                    </a>
  1926.                                </h3>
  1927.                                <div class="blog-meta-v3">
  1928.                                    
  1929.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Collin Mathews" class="blog-author-img-v3">
  1930.                                    
  1931.                                    
  1932.                                    <span class="top-color">By Collin Mathews</span>
  1933.                                    <span class="top-color">•</span>
  1934.                                    <span class="top-color">17 May 2026</span>
  1935.                                </div>
  1936.                                <p class="blog-excerpt-v3 top-color"></p>
  1937.                            </div>
  1938.                        </div>
  1939.                    </div>
  1940.                    
  1941.                    <div class="col-lg-6 col-md-6 col-12">
  1942.                        <div class="card blog-card-v3">
  1943.                            <div class="blog-image-v3">
  1944.                                
  1945.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1946.                                
  1947.                                <span class="blog-category-v3 bg-primary-gradient text-white">Others</span>
  1948.                            </div>
  1949.                            <div class="blog-content-v3">
  1950.                                <h3 class="blog-title-v3">
  1951.                                    <a href="/exploring-the-thrilling-realm-of-virtual-slot-game-bonuses/" class="top-color">
  1952.                                    Exploring the Thrilling Realm of Virtual Slot Game Bonuses
  1953.                                    </a>
  1954.                                </h3>
  1955.                                <div class="blog-meta-v3">
  1956.                                    
  1957.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Collin Mathews" class="blog-author-img-v3">
  1958.                                    
  1959.                                    
  1960.                                    <span class="top-color">By Collin Mathews</span>
  1961.                                    <span class="top-color">•</span>
  1962.                                    <span class="top-color">17 May 2026</span>
  1963.                                </div>
  1964.                                <p class="blog-excerpt-v3 top-color"></p>
  1965.                            </div>
  1966.                        </div>
  1967.                    </div>
  1968.                    
  1969.                    <div class="col-lg-6 col-md-6 col-12">
  1970.                        <div class="card blog-card-v3">
  1971.                            <div class="blog-image-v3">
  1972.                                
  1973.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1974.                                
  1975.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1976.                            </div>
  1977.                            <div class="blog-content-v3">
  1978.                                <h3 class="blog-title-v3">
  1979.                                    <a href="/my-fantasy-is-to-ride-a-unicorn-nightly-swordsnsorcery-metal-group-castle-rat/" class="top-color">
  1980.                                    â€˜My Fantasy Is to Ride a Unicorn Nightly’: Swords’n’Sorcery Metal Group Castle Rat
  1981.                                    </a>
  1982.                                </h3>
  1983.                                <div class="blog-meta-v3">
  1984.                                    
  1985.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Collin Mathews" class="blog-author-img-v3">
  1986.                                    
  1987.                                    
  1988.                                    <span class="top-color">By Collin Mathews</span>
  1989.                                    <span class="top-color">•</span>
  1990.                                    <span class="top-color">17 May 2026</span>
  1991.                                </div>
  1992.                                <p class="blog-excerpt-v3 top-color"></p>
  1993.                            </div>
  1994.                        </div>
  1995.                    </div>
  1996.                    
  1997.                    <div class="col-lg-6 col-md-6 col-12">
  1998.                        <div class="card blog-card-v3">
  1999.                            <div class="blog-image-v3">
  2000.                                
  2001.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2002.                                
  2003.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2004.                            </div>
  2005.                            <div class="blog-content-v3">
  2006.                                <h3 class="blog-title-v3">
  2007.                                    <a href="/crans-montana-fire-victims-are-treated-in-specialist-clinics-across-europe/" class="top-color">
  2008.                                    Crans-Montana Fire Victims Are Treated in Specialist Clinics Across Europe
  2009.                                    </a>
  2010.                                </h3>
  2011.                                <div class="blog-meta-v3">
  2012.                                    
  2013.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Collin Mathews" class="blog-author-img-v3">
  2014.                                    
  2015.                                    
  2016.                                    <span class="top-color">By Collin Mathews</span>
  2017.                                    <span class="top-color">•</span>
  2018.                                    <span class="top-color">17 May 2026</span>
  2019.                                </div>
  2020.                                <p class="blog-excerpt-v3 top-color"></p>
  2021.                            </div>
  2022.                        </div>
  2023.                    </div>
  2024.                    
  2025.                    <div class="col-lg-6 col-md-6 col-12">
  2026.                        <div class="card blog-card-v3">
  2027.                            <div class="blog-image-v3">
  2028.                                
  2029.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2030.                                
  2031.                                <span class="blog-category-v3 bg-primary-gradient text-white">Others</span>
  2032.                            </div>
  2033.                            <div class="blog-content-v3">
  2034.                                <h3 class="blog-title-v3">
  2035.                                    <a href="/master-the-art-of-winning-top-10-tips-for-playing-casino-slot-games/" class="top-color">
  2036.                                    Master the Art of Winning: Top 10 Tips for Playing Casino Slot Games
  2037.                                    </a>
  2038.                                </h3>
  2039.                                <div class="blog-meta-v3">
  2040.                                    
  2041.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Collin Mathews" class="blog-author-img-v3">
  2042.                                    
  2043.                                    
  2044.                                    <span class="top-color">By Collin Mathews</span>
  2045.                                    <span class="top-color">•</span>
  2046.                                    <span class="top-color">17 May 2026</span>
  2047.                                </div>
  2048.                                <p class="blog-excerpt-v3 top-color"></p>
  2049.                            </div>
  2050.                        </div>
  2051.                    </div>
  2052.                    
  2053.                    <div class="col-lg-6 col-md-6 col-12">
  2054.                        <div class="card blog-card-v3">
  2055.                            <div class="blog-image-v3">
  2056.                                
  2057.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2058.                                
  2059.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2060.                            </div>
  2061.                            <div class="blog-content-v3">
  2062.                                <h3 class="blog-title-v3">
  2063.                                    <a href="/leaders-acknowledge-leaders-as-the-president-gives-mamdani-a-warm-reception/" class="top-color">
  2064.                                    Leaders Acknowledge Leaders as The President Gives Mamdani a Warm Reception
  2065.                                    </a>
  2066.                                </h3>
  2067.                                <div class="blog-meta-v3">
  2068.                                    
  2069.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Collin Mathews" class="blog-author-img-v3">
  2070.                                    
  2071.                                    
  2072.                                    <span class="top-color">By Collin Mathews</span>
  2073.                                    <span class="top-color">•</span>
  2074.                                    <span class="top-color">17 May 2026</span>
  2075.                                </div>
  2076.                                <p class="blog-excerpt-v3 top-color"></p>
  2077.                            </div>
  2078.                        </div>
  2079.                    </div>
  2080.                    
  2081.                    
  2082.  
  2083.                </div>
  2084.            </div>
  2085.            
  2086.             <div class="col col-lg-4 col-12">
  2087.                
  2088.  
  2089.  
  2090.  
  2091.    
  2092.  
  2093. <!-- Curved Heading Sidebar -->
  2094.    <div class="sidebar">
  2095.        
  2096.       <div class="sidebar-widget mb-4">
  2097.            <div class="widget-title-wrapper mb-3">
  2098.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2099.                    <div class="title-border"></div>
  2100.                    <i class="ti-folder me-2"></i>May 2026 Blog Roll
  2101.                </h4>
  2102.            </div>
  2103.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  2104.                <div class="archives-list scrollable-sidebar">
  2105.                    
  2106.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2107.                        <a href="https://esports-news.co.uk/gambling-sites/lolajack-review/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2108.                            <i class="ti-angle-right me-2 text-primary"></i>
  2109.                            <span class="archive-link top-color fw-semibold"> lolajack review</span>
  2110.                        </a>
  2111.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2112.                    </div>
  2113.                
  2114.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2115.                        <a href="https://esports-news.co.uk/gambling-sites/betninja-review/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2116.                            <i class="ti-angle-right me-2 text-primary"></i>
  2117.                            <span class="archive-link top-color fw-semibold"> betninja review</span>
  2118.                        </a>
  2119.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2120.                    </div>
  2121.                
  2122.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2123.                        <a href="https://www.lattitude.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2124.                            <i class="ti-angle-right me-2 text-primary"></i>
  2125.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  2126.                        </a>
  2127.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2128.                    </div>
  2129.                
  2130.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2131.                        <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2132.                            <i class="ti-angle-right me-2 text-primary"></i>
  2133.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  2134.                        </a>
  2135.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2136.                    </div>
  2137.                
  2138.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2139.                        <a href="https://www.kylebooks.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2140.                            <i class="ti-angle-right me-2 text-primary"></i>
  2141.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  2142.                        </a>
  2143.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2144.                    </div>
  2145.                
  2146.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2147.                        <a href="https://heyimhome.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2148.                            <i class="ti-angle-right me-2 text-primary"></i>
  2149.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2150.                        </a>
  2151.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2152.                    </div>
  2153.                
  2154.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2155.                        <a href="https://www.csip.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2156.                            <i class="ti-angle-right me-2 text-primary"></i>
  2157.                            <span class="archive-link top-color fw-semibold"> best non gamstop casinos</span>
  2158.                        </a>
  2159.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2160.                    </div>
  2161.                
  2162.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2163.                        <a href="https://hisbe.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2164.                            <i class="ti-angle-right me-2 text-primary"></i>
  2165.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2166.                        </a>
  2167.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2168.                    </div>
  2169.                
  2170.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2171.                        <a href="https://straightfromyard.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2172.                            <i class="ti-angle-right me-2 text-primary"></i>
  2173.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2174.                        </a>
  2175.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2176.                    </div>
  2177.                
  2178.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2179.                        <a href="https://thelincolnite.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2180.                            <i class="ti-angle-right me-2 text-primary"></i>
  2181.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2182.                        </a>
  2183.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2184.                    </div>
  2185.                
  2186.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2187.                        <a href="https://www.thefaithfulmufc.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2188.                            <i class="ti-angle-right me-2 text-primary"></i>
  2189.                            <span class="archive-link top-color fw-semibold"> best betting sites</span>
  2190.                        </a>
  2191.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2192.                    </div>
  2193.                
  2194.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2195.                        <a href="https://heyimhome.co.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2196.                            <i class="ti-angle-right me-2 text-primary"></i>
  2197.                            <span class="archive-link top-color fw-semibold"> best online casinos</span>
  2198.                        </a>
  2199.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2200.                    </div>
  2201.                
  2202.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2203.                        <a href="https://nursingnotes.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2204.                            <i class="ti-angle-right me-2 text-primary"></i>
  2205.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2206.                        </a>
  2207.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2208.                    </div>
  2209.                
  2210.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2211.                        <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2212.                            <i class="ti-angle-right me-2 text-primary"></i>
  2213.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2214.                        </a>
  2215.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2216.                    </div>
  2217.                
  2218.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2219.                        <a href="https://runlastman.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2220.                            <i class="ti-angle-right me-2 text-primary"></i>
  2221.                            <span class="archive-link top-color fw-semibold"> non gamstop poker</span>
  2222.                        </a>
  2223.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2224.                    </div>
  2225.                
  2226.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2227.                        <a href="https://www.hdra.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2228.                            <i class="ti-angle-right me-2 text-primary"></i>
  2229.                            <span class="archive-link top-color fw-semibold"> betting sites not on gamstop</span>
  2230.                        </a>
  2231.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2232.                    </div>
  2233.                
  2234.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2235.                        <a href="https://stmargarets.london/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2236.                            <i class="ti-angle-right me-2 text-primary"></i>
  2237.                            <span class="archive-link top-color fw-semibold"> non gamstop casino uk</span>
  2238.                        </a>
  2239.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2240.                    </div>
  2241.                
  2242.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2243.                        <a href="https://britishicehockey.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2244.                            <i class="ti-angle-right me-2 text-primary"></i>
  2245.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2246.                        </a>
  2247.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2248.                    </div>
  2249.                
  2250.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2251.                        <a href="https://www.gameshub.com/uk/online-casinos/non-gamstop-casinos/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2252.                            <i class="ti-angle-right me-2 text-primary"></i>
  2253.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2254.                        </a>
  2255.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2256.                    </div>
  2257.                
  2258.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2259.                        <a href="https://adventuregamers.com/online-casinos/non-gamstop"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2260.                            <i class="ti-angle-right me-2 text-primary"></i>
  2261.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2262.                        </a>
  2263.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2264.                    </div>
  2265.                
  2266.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2267.                        <a href="https://www.london-irish.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2268.                            <i class="ti-angle-right me-2 text-primary"></i>
  2269.                            <span class="archive-link top-color fw-semibold"> best non Gamstop casinos</span>
  2270.                        </a>
  2271.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2272.                    </div>
  2273.                
  2274.                </div>
  2275.                
  2276.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  2277.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2278.                        <i class="ti-archive me-1"></i>View All Archives
  2279.                    </a>
  2280.                </div> -->
  2281.            </div>
  2282.        </div>
  2283.        
  2284.       <div class="sidebar-widget mb-4">
  2285.            <div class="widget-title-wrapper mb-3">
  2286.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2287.                    <div class="title-border"></div>
  2288.                    <i class="ti-folder me-2"></i>April 2026 Blog Roll
  2289.                </h4>
  2290.            </div>
  2291.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  2292.                <div class="archives-list scrollable-sidebar">
  2293.                    
  2294.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2295.                        <a href="https://www.hintsandthings.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2296.                            <i class="ti-angle-right me-2 text-primary"></i>
  2297.                            <span class="archive-link top-color fw-semibold"> bitcoin casino</span>
  2298.                        </a>
  2299.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2300.                    </div>
  2301.                
  2302.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2303.                        <a href="https://www.artigiano.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2304.                            <i class="ti-angle-right me-2 text-primary"></i>
  2305.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  2306.                        </a>
  2307.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2308.                    </div>
  2309.                
  2310.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2311.                        <a href="https://www.thecakestore.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2312.                            <i class="ti-angle-right me-2 text-primary"></i>
  2313.                            <span class="archive-link top-color fw-semibold"> crypto casino</span>
  2314.                        </a>
  2315.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2316.                    </div>
  2317.                
  2318.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2319.                        <a href="https://gamingamerica.com/non-gamstop-casinos"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2320.                            <i class="ti-angle-right me-2 text-primary"></i>
  2321.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2322.                        </a>
  2323.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2324.                    </div>
  2325.                
  2326.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2327.                        <a href="https://www.forcesreunited.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2328.                            <i class="ti-angle-right me-2 text-primary"></i>
  2329.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2330.                        </a>
  2331.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2332.                    </div>
  2333.                
  2334.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2335.                        <a href="https://internationalschoolmealsday.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2336.                            <i class="ti-angle-right me-2 text-primary"></i>
  2337.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  2338.                        </a>
  2339.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2340.                    </div>
  2341.                
  2342.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2343.                        <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2344.                            <i class="ti-angle-right me-2 text-primary"></i>
  2345.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2346.                        </a>
  2347.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2348.                    </div>
  2349.                
  2350.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2351.                        <a href="https://bereavementcommission.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2352.                            <i class="ti-angle-right me-2 text-primary"></i>
  2353.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2354.                        </a>
  2355.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2356.                    </div>
  2357.                
  2358.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2359.                        <a href="https://www.surfaceview.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2360.                            <i class="ti-angle-right me-2 text-primary"></i>
  2361.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2362.                        </a>
  2363.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2364.                    </div>
  2365.                
  2366.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2367.                        <a href="https://www.london-irish.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2368.                            <i class="ti-angle-right me-2 text-primary"></i>
  2369.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2370.                        </a>
  2371.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2372.                    </div>
  2373.                
  2374.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2375.                        <a href="https://www.citytosea.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2376.                            <i class="ti-angle-right me-2 text-primary"></i>
  2377.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2378.                        </a>
  2379.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2380.                    </div>
  2381.                
  2382.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2383.                        <a href="https://www.cca-glasgow.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2384.                            <i class="ti-angle-right me-2 text-primary"></i>
  2385.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2386.                        </a>
  2387.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2388.                    </div>
  2389.                
  2390.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2391.                        <a href="https://savethedatemagazine.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2392.                            <i class="ti-angle-right me-2 text-primary"></i>
  2393.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2394.                        </a>
  2395.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2396.                    </div>
  2397.                
  2398.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2399.                        <a href="https://internationalschoolmealsday.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2400.                            <i class="ti-angle-right me-2 text-primary"></i>
  2401.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  2402.                        </a>
  2403.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2404.                    </div>
  2405.                
  2406.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2407.                        <a href="https://unbound.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2408.                            <i class="ti-angle-right me-2 text-primary"></i>
  2409.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2410.                        </a>
  2411.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2412.                    </div>
  2413.                
  2414.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2415.                        <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2416.                            <i class="ti-angle-right me-2 text-primary"></i>
  2417.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  2418.                        </a>
  2419.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2420.                    </div>
  2421.                
  2422.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2423.                        <a href="https://www.elthampalace.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2424.                            <i class="ti-angle-right me-2 text-primary"></i>
  2425.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2426.                        </a>
  2427.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2428.                    </div>
  2429.                
  2430.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2431.                        <a href="https://www.nhsborders.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2432.                            <i class="ti-angle-right me-2 text-primary"></i>
  2433.                            <span class="archive-link top-color fw-semibold"> crypto casinos</span>
  2434.                        </a>
  2435.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2436.                    </div>
  2437.                
  2438.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2439.                        <a href="https://forcesreunited.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2440.                            <i class="ti-angle-right me-2 text-primary"></i>
  2441.                            <span class="archive-link top-color fw-semibold"> harrycasino</span>
  2442.                        </a>
  2443.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2444.                    </div>
  2445.                
  2446.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2447.                        <a href="https://maianscriptworld.co.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2448.                            <i class="ti-angle-right me-2 text-primary"></i>
  2449.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2450.                        </a>
  2451.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2452.                    </div>
  2453.                
  2454.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2455.                        <a href="https://trada.co.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2456.                            <i class="ti-angle-right me-2 text-primary"></i>
  2457.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  2458.                        </a>
  2459.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2460.                    </div>
  2461.                
  2462.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2463.                        <a href="https://transpositions.co.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2464.                            <i class="ti-angle-right me-2 text-primary"></i>
  2465.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2466.                        </a>
  2467.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2468.                    </div>
  2469.                
  2470.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2471.                        <a href="https://pastillesetpetitspois.fr/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2472.                            <i class="ti-angle-right me-2 text-primary"></i>
  2473.                            <span class="archive-link top-color fw-semibold"> casino en ligne francais</span>
  2474.                        </a>
  2475.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2476.                    </div>
  2477.                
  2478.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2479.                        <a href="https://artsincarehomes.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2480.                            <i class="ti-angle-right me-2 text-primary"></i>
  2481.                            <span class="archive-link top-color fw-semibold"> anonymous crypto casinos</span>
  2482.                        </a>
  2483.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2484.                    </div>
  2485.                
  2486.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2487.                        <a href="https://recruitmentbuzz.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2488.                            <i class="ti-angle-right me-2 text-primary"></i>
  2489.                            <span class="archive-link top-color fw-semibold"> best non Gamstop casinos</span>
  2490.                        </a>
  2491.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2492.                    </div>
  2493.                
  2494.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2495.                        <a href="https://www.roadpeace.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2496.                            <i class="ti-angle-right me-2 text-primary"></i>
  2497.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2498.                        </a>
  2499.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2500.                    </div>
  2501.                
  2502.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2503.                        <a href="https://www.summerhall.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2504.                            <i class="ti-angle-right me-2 text-primary"></i>
  2505.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2506.                        </a>
  2507.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2508.                    </div>
  2509.                
  2510.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2511.                        <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2512.                            <i class="ti-angle-right me-2 text-primary"></i>
  2513.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2514.                        </a>
  2515.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2516.                    </div>
  2517.                
  2518.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2519.                        <a href="https://www.fourpure.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2520.                            <i class="ti-angle-right me-2 text-primary"></i>
  2521.                            <span class="archive-link top-color fw-semibold"> online casinos UK</span>
  2522.                        </a>
  2523.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2524.                    </div>
  2525.                
  2526.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2527.                        <a href="https://www.homeworkworkspace.com"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2528.                            <i class="ti-angle-right me-2 text-primary"></i>
  2529.                            <span class="archive-link top-color fw-semibold"> UK casinos not on GamStop</span>
  2530.                        </a>
  2531.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2532.                    </div>
  2533.                
  2534.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2535.                        <a href="https://www.llancaiachfawr.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2536.                            <i class="ti-angle-right me-2 text-primary"></i>
  2537.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  2538.                        </a>
  2539.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2540.                    </div>
  2541.                
  2542.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2543.                        <a href="https://www.durhamminers.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2544.                            <i class="ti-angle-right me-2 text-primary"></i>
  2545.                            <span class="archive-link top-color fw-semibold"> best online casinos</span>
  2546.                        </a>
  2547.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2548.                    </div>
  2549.                
  2550.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2551.                        <a href="https://focus12.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2552.                            <i class="ti-angle-right me-2 text-primary"></i>
  2553.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  2554.                        </a>
  2555.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2556.                    </div>
  2557.                
  2558.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2559.                        <a href="https://esports-news.co.uk/online-casinos/poker/not-on-gamstop/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2560.                            <i class="ti-angle-right me-2 text-primary"></i>
  2561.                            <span class="archive-link top-color fw-semibold"> online poker not on gamstop</span>
  2562.                        </a>
  2563.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2564.                    </div>
  2565.                
  2566.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2567.                        <a href="https://transpositions.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2568.                            <i class="ti-angle-right me-2 text-primary"></i>
  2569.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2570.                        </a>
  2571.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2572.                    </div>
  2573.                
  2574.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2575.                        <a href="https://www.doctrineanddevotion.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2576.                            <i class="ti-angle-right me-2 text-primary"></i>
  2577.                            <span class="archive-link top-color fw-semibold"> betting sites not on gamstop</span>
  2578.                        </a>
  2579.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2580.                    </div>
  2581.                
  2582.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2583.                        <a href="https://www.outset.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2584.                            <i class="ti-angle-right me-2 text-primary"></i>
  2585.                            <span class="archive-link top-color fw-semibold"> non gamstop betting</span>
  2586.                        </a>
  2587.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2588.                    </div>
  2589.                
  2590.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2591.                        <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2592.                            <i class="ti-angle-right me-2 text-primary"></i>
  2593.                            <span class="archive-link top-color fw-semibold"> uk online casinos not on gamstop</span>
  2594.                        </a>
  2595.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2596.                    </div>
  2597.                
  2598.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2599.                        <a href="https://www.surfaceview.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2600.                            <i class="ti-angle-right me-2 text-primary"></i>
  2601.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  2602.                        </a>
  2603.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2604.                    </div>
  2605.                
  2606.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2607.                        <a href="https://www.nordicresearchnetwork.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2608.                            <i class="ti-angle-right me-2 text-primary"></i>
  2609.                            <span class="archive-link top-color fw-semibold"> non UK casinos</span>
  2610.                        </a>
  2611.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2612.                    </div>
  2613.                
  2614.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2615.                        <a href="https://bereavementcommission.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2616.                            <i class="ti-angle-right me-2 text-primary"></i>
  2617.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  2618.                        </a>
  2619.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2620.                    </div>
  2621.                
  2622.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2623.                        <a href="https://www.zigzagfootwear.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2624.                            <i class="ti-angle-right me-2 text-primary"></i>
  2625.                            <span class="archive-link top-color fw-semibold"> no verification casino</span>
  2626.                        </a>
  2627.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2628.                    </div>
  2629.                
  2630.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2631.                        <a href="https://www.costaricanembassy.co.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2632.                            <i class="ti-angle-right me-2 text-primary"></i>
  2633.                            <span class="archive-link top-color fw-semibold"> online casinos not on GamStop</span>
  2634.                        </a>
  2635.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2636.                    </div>
  2637.                
  2638.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2639.                        <a href="https://www.coexisthouse.org.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2640.                            <i class="ti-angle-right me-2 text-primary"></i>
  2641.                            <span class="archive-link top-color fw-semibold"> online casinos not on GamStop</span>
  2642.                        </a>
  2643.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2644.                    </div>
  2645.                
  2646.                </div>
  2647.                
  2648.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  2649.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2650.                        <i class="ti-archive me-1"></i>View All Archives
  2651.                    </a>
  2652.                </div> -->
  2653.            </div>
  2654.        </div>
  2655.        
  2656.       <div class="sidebar-widget mb-4">
  2657.            <div class="widget-title-wrapper mb-3">
  2658.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2659.                    <div class="title-border"></div>
  2660.                    <i class="ti-folder me-2"></i>March 2026 Blog Roll
  2661.                </h4>
  2662.            </div>
  2663.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  2664.                <div class="archives-list scrollable-sidebar">
  2665.                    
  2666.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2667.                        <a href="https://www.drenge.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2668.                            <i class="ti-angle-right me-2 text-primary"></i>
  2669.                            <span class="archive-link top-color fw-semibold"> casinos not on GamStop</span>
  2670.                        </a>
  2671.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2672.                    </div>
  2673.                
  2674.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2675.                        <a href="https://www.kysty.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2676.                            <i class="ti-angle-right me-2 text-primary"></i>
  2677.                            <span class="archive-link top-color fw-semibold"> Casinos Not on GAMSTOP</span>
  2678.                        </a>
  2679.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2680.                    </div>
  2681.                
  2682.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2683.                        <a href="https://www.bmag.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2684.                            <i class="ti-angle-right me-2 text-primary"></i>
  2685.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  2686.                        </a>
  2687.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2688.                    </div>
  2689.                
  2690.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2691.                        <a href="https://www.surfaceview.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2692.                            <i class="ti-angle-right me-2 text-primary"></i>
  2693.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  2694.                        </a>
  2695.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2696.                    </div>
  2697.                
  2698.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2699.                        <a href="https://ola.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2700.                            <i class="ti-angle-right me-2 text-primary"></i>
  2701.                            <span class="archive-link top-color fw-semibold"> non GamStop casino</span>
  2702.                        </a>
  2703.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2704.                    </div>
  2705.                
  2706.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2707.                        <a href="https://www.bunker-51.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2708.                            <i class="ti-angle-right me-2 text-primary"></i>
  2709.                            <span class="archive-link top-color fw-semibold"> non GamStop casinos</span>
  2710.                        </a>
  2711.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2712.                    </div>
  2713.                
  2714.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2715.                        <a href="https://www.swtrains.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2716.                            <i class="ti-angle-right me-2 text-primary"></i>
  2717.                            <span class="archive-link top-color fw-semibold"> spinshark casino</span>
  2718.                        </a>
  2719.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2720.                    </div>
  2721.                
  2722.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2723.                        <a href="https://esports-news.co.uk/online-casinos/poker/not-on-gamstop/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2724.                            <i class="ti-angle-right me-2 text-primary"></i>
  2725.                            <span class="archive-link top-color fw-semibold"> non gamstop poker sites</span>
  2726.                        </a>
  2727.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2728.                    </div>
  2729.                
  2730.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2731.                        <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2732.                            <i class="ti-angle-right me-2 text-primary"></i>
  2733.                            <span class="archive-link top-color fw-semibold"> uk casino</span>
  2734.                        </a>
  2735.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2736.                    </div>
  2737.                
  2738.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2739.                        <a href="https://www.gamblinginsider.com/uk/online-casinos"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2740.                            <i class="ti-angle-right me-2 text-primary"></i>
  2741.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  2742.                        </a>
  2743.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2744.                    </div>
  2745.                
  2746.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2747.                        <a href="https://www.testandverification.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2748.                            <i class="ti-angle-right me-2 text-primary"></i>
  2749.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2750.                        </a>
  2751.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2752.                    </div>
  2753.                
  2754.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2755.                        <a href="https://www.ginspa.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2756.                            <i class="ti-angle-right me-2 text-primary"></i>
  2757.                            <span class="archive-link top-color fw-semibold"> casino not on gamestop</span>
  2758.                        </a>
  2759.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2760.                    </div>
  2761.                
  2762.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2763.                        <a href="https://www.durhamminers.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2764.                            <i class="ti-angle-right me-2 text-primary"></i>
  2765.                            <span class="archive-link top-color fw-semibold"> best casinos not on GamStop</span>
  2766.                        </a>
  2767.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2768.                    </div>
  2769.                
  2770.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2771.                        <a href="https://www.fourpure.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2772.                            <i class="ti-angle-right me-2 text-primary"></i>
  2773.                            <span class="archive-link top-color fw-semibold"> games not on GamStop</span>
  2774.                        </a>
  2775.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2776.                    </div>
  2777.                
  2778.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2779.                        <a href="https://socialeatinghouse.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2780.                            <i class="ti-angle-right me-2 text-primary"></i>
  2781.                            <span class="archive-link top-color fw-semibold"> sites not on GamStop</span>
  2782.                        </a>
  2783.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2784.                    </div>
  2785.                
  2786.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2787.                        <a href="https://www.thekarczma.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2788.                            <i class="ti-angle-right me-2 text-primary"></i>
  2789.                            <span class="archive-link top-color fw-semibold"> Non UK Gambling Sites</span>
  2790.                        </a>
  2791.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2792.                    </div>
  2793.                
  2794.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2795.                        <a href="https://oncallfire.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2796.                            <i class="ti-angle-right me-2 text-primary"></i>
  2797.                            <span class="archive-link top-color fw-semibold"> non Gamban casino</span>
  2798.                        </a>
  2799.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2800.                    </div>
  2801.                
  2802.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2803.                        <a href="https://www.falconryforum.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2804.                            <i class="ti-angle-right me-2 text-primary"></i>
  2805.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  2806.                        </a>
  2807.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2808.                    </div>
  2809.                
  2810.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2811.                        <a href="https://www.cevicheuk.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2812.                            <i class="ti-angle-right me-2 text-primary"></i>
  2813.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2814.                        </a>
  2815.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2816.                    </div>
  2817.                
  2818.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2819.                        <a href="https://robinhoodtax.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2820.                            <i class="ti-angle-right me-2 text-primary"></i>
  2821.                            <span class="archive-link top-color fw-semibold"> online casino uk</span>
  2822.                        </a>
  2823.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2824.                    </div>
  2825.                
  2826.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2827.                        <a href="https://www.regionalnetworks.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2828.                            <i class="ti-angle-right me-2 text-primary"></i>
  2829.                            <span class="archive-link top-color fw-semibold"> non GamStop casinos</span>
  2830.                        </a>
  2831.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2832.                    </div>
  2833.                
  2834.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2835.                        <a href="https://citytosea.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2836.                            <i class="ti-angle-right me-2 text-primary"></i>
  2837.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  2838.                        </a>
  2839.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2840.                    </div>
  2841.                
  2842.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2843.                        <a href="https://www.summerhall.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2844.                            <i class="ti-angle-right me-2 text-primary"></i>
  2845.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  2846.                        </a>
  2847.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2848.                    </div>
  2849.                
  2850.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2851.                        <a href="https://www.charlesjencks.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2852.                            <i class="ti-angle-right me-2 text-primary"></i>
  2853.                            <span class="archive-link top-color fw-semibold"> uk casinos not on gamstop</span>
  2854.                        </a>
  2855.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2856.                    </div>
  2857.                
  2858.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2859.                        <a href="https://letstalkloneliness.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2860.                            <i class="ti-angle-right me-2 text-primary"></i>
  2861.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2862.                        </a>
  2863.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2864.                    </div>
  2865.                
  2866.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2867.                        <a href="https://adventuregamers.com/online-casinos/non-gamstop"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2868.                            <i class="ti-angle-right me-2 text-primary"></i>
  2869.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  2870.                        </a>
  2871.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2872.                    </div>
  2873.                
  2874.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2875.                        <a href="https://cryptoblox.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2876.                            <i class="ti-angle-right me-2 text-primary"></i>
  2877.                            <span class="archive-link top-color fw-semibold"> crypto casinos</span>
  2878.                        </a>
  2879.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2880.                    </div>
  2881.                
  2882.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2883.                        <a href="https://esports-news.co.uk/online-casinos/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2884.                            <i class="ti-angle-right me-2 text-primary"></i>
  2885.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  2886.                        </a>
  2887.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2888.                    </div>
  2889.                
  2890.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2891.                        <a href="https://www.monsterpetsupplies.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2892.                            <i class="ti-angle-right me-2 text-primary"></i>
  2893.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  2894.                        </a>
  2895.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2896.                    </div>
  2897.                
  2898.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2899.                        <a href="https://www.money-mentor.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2900.                            <i class="ti-angle-right me-2 text-primary"></i>
  2901.                            <span class="archive-link top-color fw-semibold"> crypto casino</span>
  2902.                        </a>
  2903.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2904.                    </div>
  2905.                
  2906.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2907.                        <a href="https://www.ginx.tv/en/casino/best-payout"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2908.                            <i class="ti-angle-right me-2 text-primary"></i>
  2909.                            <span class="archive-link top-color fw-semibold"> best paying online casino</span>
  2910.                        </a>
  2911.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2912.                    </div>
  2913.                
  2914.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2915.                        <a href="https://roadpeace.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2916.                            <i class="ti-angle-right me-2 text-primary"></i>
  2917.                            <span class="archive-link top-color fw-semibold"> casino</span>
  2918.                        </a>
  2919.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2920.                    </div>
  2921.                
  2922.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2923.                        <a href="https://roadpeace.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2924.                            <i class="ti-angle-right me-2 text-primary"></i>
  2925.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  2926.                        </a>
  2927.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2928.                    </div>
  2929.                
  2930.                </div>
  2931.                
  2932.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  2933.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2934.                        <i class="ti-archive me-1"></i>View All Archives
  2935.                    </a>
  2936.                </div> -->
  2937.            </div>
  2938.        </div>
  2939.        
  2940.       <div class="sidebar-widget mb-4">
  2941.            <div class="widget-title-wrapper mb-3">
  2942.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2943.                    <div class="title-border"></div>
  2944.                    <i class="ti-folder me-2"></i>February 2026 Blog Roll
  2945.                </h4>
  2946.            </div>
  2947.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  2948.                <div class="archives-list scrollable-sidebar">
  2949.                    
  2950.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2951.                        <a href="https://ibrabee.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2952.                            <i class="ti-angle-right me-2 text-primary"></i>
  2953.                            <span class="archive-link top-color fw-semibold"> online casinos not on gamstop</span>
  2954.                        </a>
  2955.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2956.                    </div>
  2957.                
  2958.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2959.                        <a href="https://www.roadpeace.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2960.                            <i class="ti-angle-right me-2 text-primary"></i>
  2961.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  2962.                        </a>
  2963.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2964.                    </div>
  2965.                
  2966.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2967.                        <a href="https://www.money-mentor.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2968.                            <i class="ti-angle-right me-2 text-primary"></i>
  2969.                            <span class="archive-link top-color fw-semibold"> crypto casino UK</span>
  2970.                        </a>
  2971.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2972.                    </div>
  2973.                
  2974.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2975.                        <a href="https://plasticoceans.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2976.                            <i class="ti-angle-right me-2 text-primary"></i>
  2977.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2978.                        </a>
  2979.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2980.                    </div>
  2981.                
  2982.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2983.                        <a href="https://letstalkloneliness.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2984.                            <i class="ti-angle-right me-2 text-primary"></i>
  2985.                            <span class="archive-link top-color fw-semibold"> top 20 online casinos uk</span>
  2986.                        </a>
  2987.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2988.                    </div>
  2989.                
  2990.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2991.                        <a href="https://www.mesaonline.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2992.                            <i class="ti-angle-right me-2 text-primary"></i>
  2993.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  2994.                        </a>
  2995.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2996.                    </div>
  2997.                
  2998.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2999.                        <a href="https://www.lsx.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3000.                            <i class="ti-angle-right me-2 text-primary"></i>
  3001.                            <span class="archive-link top-color fw-semibold"> betting sites</span>
  3002.                        </a>
  3003.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3004.                    </div>
  3005.                
  3006.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3007.                        <a href="https://www.foreignersinuk.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3008.                            <i class="ti-angle-right me-2 text-primary"></i>
  3009.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  3010.                        </a>
  3011.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3012.                    </div>
  3013.                
  3014.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3015.                        <a href="https://unbound.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3016.                            <i class="ti-angle-right me-2 text-primary"></i>
  3017.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  3018.                        </a>
  3019.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3020.                    </div>
  3021.                
  3022.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3023.                        <a href="https://financialservicescultureboard.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3024.                            <i class="ti-angle-right me-2 text-primary"></i>
  3025.                            <span class="archive-link top-color fw-semibold"> crypto betting</span>
  3026.                        </a>
  3027.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3028.                    </div>
  3029.                
  3030.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3031.                        <a href="https://www.taysideaviation.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3032.                            <i class="ti-angle-right me-2 text-primary"></i>
  3033.                            <span class="archive-link top-color fw-semibold"> crypto betting sites</span>
  3034.                        </a>
  3035.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3036.                    </div>
  3037.                
  3038.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3039.                        <a href="https://jst.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3040.                            <i class="ti-angle-right me-2 text-primary"></i>
  3041.                            <span class="archive-link top-color fw-semibold"> uk casinos not on gamstop</span>
  3042.                        </a>
  3043.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3044.                    </div>
  3045.                
  3046.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3047.                        <a href="https://itechlabs.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3048.                            <i class="ti-angle-right me-2 text-primary"></i>
  3049.                            <span class="archive-link top-color fw-semibold"> crypto betting sites</span>
  3050.                        </a>
  3051.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3052.                    </div>
  3053.                
  3054.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3055.                        <a href="https://www.squarebox.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3056.                            <i class="ti-angle-right me-2 text-primary"></i>
  3057.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  3058.                        </a>
  3059.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3060.                    </div>
  3061.                
  3062.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3063.                        <a href="https://esports-news.co.uk/online-casinos/non-gamstop/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3064.                            <i class="ti-angle-right me-2 text-primary"></i>
  3065.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  3066.                        </a>
  3067.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3068.                    </div>
  3069.                
  3070.                </div>
  3071.                
  3072.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3073.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3074.                        <i class="ti-archive me-1"></i>View All Archives
  3075.                    </a>
  3076.                </div> -->
  3077.            </div>
  3078.        </div>
  3079.        
  3080.  
  3081.       <!-- <div class="sidebar-widget mb-5">
  3082.            <div class="widget-title-wrapper mb-3">
  3083.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3084.                    <div class="title-border"></div>
  3085.                    <i class="ti-folder me-2"></i>Blog Archives
  3086.                </h4>
  3087.            </div>
  3088.            <div class="widget-content border border-color shadow-sm rounded-3 p-4">
  3089.                <div class="archives-list">
  3090.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3091.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3092.                            <i class="ti-angle-right me-2 text-primary"></i>
  3093.                            <span class="archive-link top-color fw-semibold">August 2025</span>
  3094.                        </a>
  3095.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span>
  3096.                    </div>
  3097.  
  3098.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3099.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3100.                            <i class="ti-angle-right me-2 text-primary"></i>
  3101.                            <span class="archive-link top-color fw-semibold">July 2025</span>
  3102.                        </a>
  3103.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">31 posts</span>
  3104.                    </div>
  3105.  
  3106.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3107.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3108.                            <i class="ti-angle-right me-2 text-primary"></i>
  3109.                            <span class="archive-link top-color fw-semibold">June 2025</span>
  3110.                        </a>
  3111.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">28 posts</span>
  3112.                    </div>
  3113.  
  3114.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3115.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3116.                            <i class="ti-angle-right me-2 text-primary"></i>
  3117.                            <span class="archive-link top-color fw-semibold">May 2025</span>
  3118.                        </a>
  3119.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">35 posts</span>
  3120.                    </div>
  3121.  
  3122.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3123.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3124.                            <i class="ti-angle-right me-2 text-primary"></i>
  3125.                            <span class="archive-link top-color fw-semibold">April 2025</span>
  3126.                        </a>
  3127.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">29 posts</span>
  3128.                    </div>
  3129.  
  3130.                    <div class="archive-item d-flex justify-content-between align-items-center">
  3131.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3132.                            <i class="ti-angle-right me-2 text-primary"></i>
  3133.                            <span class="archive-link top-color fw-semibold">March 2025</span>
  3134.                        </a>
  3135.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">27 posts</span>
  3136.                    </div>
  3137.                </div>
  3138.                
  3139.                <div class="text-center mt-4 pt-3 border-top border-color">
  3140.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3141.                        <i class="ti-archive me-1"></i>View All Archives
  3142.                    </a>
  3143.                </div>
  3144.            </div>
  3145.        </div> -->
  3146.  
  3147.        <div class="sidebar-widget mb-4">
  3148.            <div class="widget-title-wrapper mb-3">
  3149.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3150.                    <div class="title-border-primary"></div>
  3151.                    <i class="ti-star me-2"></i>Popular Posts
  3152.                </h4>
  3153.            </div>
  3154.            <div class="widget-content border border-color shadow-sm rounded-3 p-4">
  3155.                <div class="popular-post-list">
  3156.                    
  3157.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3158.                        <div class="post-content flex-grow-1">
  3159.                            <h6 class="post-title mb-1">
  3160.                                 <a href="/a-decade-long-liaison-from-author-erin-somers-a-middle-aged-infidelity-story-this-era-has-earned/" class="text-decoration-none top-color fw-semibold lh-sm">
  3161.                                            A Decade-Long Liaison from author Erin Somers: A Middle-Aged Infidelity Story This Era Has Earned.
  3162.                                            </a>
  3163.                            </h6>
  3164.                            <div class="post-meta">
  3165.                                <small class="text-muted">
  3166.                                    <i class="ti-calendar me-1"></i>16 May 2026
  3167.                                </small>
  3168.                                <!-- <small class="text-muted ms-3">
  3169.                                    <i class="ti-eye me-1"></i>1,234 views
  3170.                                </small> -->
  3171.                            </div>
  3172.                        </div>
  3173.                    </div>
  3174.                    
  3175.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3176.                        <div class="post-content flex-grow-1">
  3177.                            <h6 class="post-title mb-1">
  3178.                                 <a href="/president-zelenskyy-states-ukraine-was-ten-percent-off-from-a-peace-deal-but-not-at-any-possible-price/" class="text-decoration-none top-color fw-semibold lh-sm">
  3179.                                            President Zelenskyy States Ukraine Was Ten Percent Off from a Peace Deal, But Not at Any Possible Price
  3180.                                            </a>
  3181.                            </h6>
  3182.                            <div class="post-meta">
  3183.                                <small class="text-muted">
  3184.                                    <i class="ti-calendar me-1"></i>16 May 2026
  3185.                                </small>
  3186.                                <!-- <small class="text-muted ms-3">
  3187.                                    <i class="ti-eye me-1"></i>1,234 views
  3188.                                </small> -->
  3189.                            </div>
  3190.                        </div>
  3191.                    </div>
  3192.                    
  3193.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3194.                        <div class="post-content flex-grow-1">
  3195.                            <h6 class="post-title mb-1">
  3196.                                 <a href="/the-new-animated-series-opening-sequence-selected-the-incorrect-popular-rpg-show-track/" class="text-decoration-none top-color fw-semibold lh-sm">
  3197.                                            The New Animated Series&#x27; Opening Sequence Selected the Incorrect Popular RPG Show Track
  3198.                                            </a>
  3199.                            </h6>
  3200.                            <div class="post-meta">
  3201.                                <small class="text-muted">
  3202.                                    <i class="ti-calendar me-1"></i>16 May 2026
  3203.                                </small>
  3204.                                <!-- <small class="text-muted ms-3">
  3205.                                    <i class="ti-eye me-1"></i>1,234 views
  3206.                                </small> -->
  3207.                            </div>
  3208.                        </div>
  3209.                    </div>
  3210.                    
  3211.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3212.                        <div class="post-content flex-grow-1">
  3213.                            <h6 class="post-title mb-1">
  3214.                                 <a href="/trump-international-tensions-sparse-reporting-key-threats-to-environmental-advancement-that-plagued-climate-summit/" class="text-decoration-none top-color fw-semibold lh-sm">
  3215.                                            Trump, International Tensions, Sparse Reporting: Key Threats to Environmental Advancement That Plagued Climate Summit
  3216.                                            </a>
  3217.                            </h6>
  3218.                            <div class="post-meta">
  3219.                                <small class="text-muted">
  3220.                                    <i class="ti-calendar me-1"></i>16 May 2026
  3221.                                </small>
  3222.                                <!-- <small class="text-muted ms-3">
  3223.                                    <i class="ti-eye me-1"></i>1,234 views
  3224.                                </small> -->
  3225.                            </div>
  3226.                        </div>
  3227.                    </div>
  3228.                    
  3229.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3230.                        <div class="post-content flex-grow-1">
  3231.                            <h6 class="post-title mb-1">
  3232.                                 <a href="/nutrition-assistance-expected-to-end-for-tens-of-millions-amid-ongoing-government-closure/" class="text-decoration-none top-color fw-semibold lh-sm">
  3233.                                            Nutrition Assistance Expected to End for Tens of Millions Amid Ongoing Government Closure
  3234.                                            </a>
  3235.                            </h6>
  3236.                            <div class="post-meta">
  3237.                                <small class="text-muted">
  3238.                                    <i class="ti-calendar me-1"></i>16 May 2026
  3239.                                </small>
  3240.                                <!-- <small class="text-muted ms-3">
  3241.                                    <i class="ti-eye me-1"></i>1,234 views
  3242.                                </small> -->
  3243.                            </div>
  3244.                        </div>
  3245.                    </div>
  3246.                    
  3247.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3248.                        <div class="post-content flex-grow-1">
  3249.                            <h6 class="post-title mb-1">
  3250.                                 <a href="/revealing-hidden-secrets-of-advanced-jackpot-slot-games/" class="text-decoration-none top-color fw-semibold lh-sm">
  3251.                                            Revealing hidden Secrets of Advanced Jackpot Slot Games
  3252.                                            </a>
  3253.                            </h6>
  3254.                            <div class="post-meta">
  3255.                                <small class="text-muted">
  3256.                                    <i class="ti-calendar me-1"></i>16 May 2026
  3257.                                </small>
  3258.                                <!-- <small class="text-muted ms-3">
  3259.                                    <i class="ti-eye me-1"></i>1,234 views
  3260.                                </small> -->
  3261.                            </div>
  3262.                        </div>
  3263.                    </div>
  3264.                    
  3265.  
  3266.                </div>
  3267.                
  3268.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3269.                    <a href="#" class="btn btn-primary top-color btn-sm px-whtext-white rounded-pill">
  3270.                        <i class="ti-trophy me-1"></i>View All Popular
  3271.                    </a>
  3272.                </div> -->
  3273.            </div>
  3274.        </div>
  3275.  
  3276. </div>
  3277.  
  3278. <style>
  3279.     .widget-content {
  3280.        margin-top: -1px;
  3281.        position: relative;
  3282.        z-index: 1;
  3283.         background-color: var(--card-bg);
  3284.    }
  3285. </style>
  3286.  
  3287.    
  3288.            </div>
  3289.        </div>
  3290.    </div>
  3291. </section>
  3292.  
  3293.    
  3294.        
  3295.        <!-- end wpo-blog-highlights-section -->
  3296.        <!-- start wpo-blog-sponsored-section -->
  3297.        
  3298.  
  3299.  
  3300.  
  3301.    
  3302.  
  3303.  
  3304.  <style>
  3305.    .sponsored-section-v7 {
  3306.      padding: 50px 0;
  3307.    }
  3308.    
  3309.    .sponsored-card-v7 {
  3310.      background: #fafafa;
  3311.      border: none;
  3312.      transition: transform 0.3s ease;
  3313.      height: 100%;
  3314.    }
  3315.    
  3316.    .sponsored-card-v7:hover {
  3317.      transform: translateY(-3px);
  3318.    }
  3319.    
  3320.    .sponsored-image-v7 {
  3321.      position: relative;
  3322.      height: 160px;
  3323.    }
  3324.    
  3325.    .sponsored-image-v7 img {
  3326.      width: 100%;
  3327.      height: 100%;
  3328.      object-fit: cover;
  3329.      border-radius: 10px; /* Apply curve to image */
  3330.    }
  3331.    
  3332.    .sponsored-badge-v7 {
  3333.      position: absolute;
  3334.      bottom: 10px; /* pehle -30px tha; need be adjust kar lena */
  3335.      left: 10px;
  3336.      z-index: 10;
  3337.    
  3338.      /* pill look */
  3339.      display: inline-flex; /* vertical centering */
  3340.      align-items: center;
  3341.      justify-content: center;
  3342.      padding: 8px 16px; /* width = content + padding */
  3343.      border-radius: 999px; /* full pill */
  3344.      white-space: nowrap; /* ek hi line me rahe */
  3345.      /* text */
  3346.      font-size: 12px;
  3347.      text-transform: uppercase;
  3348.      letter-spacing: 0.5px;
  3349.      line-height: 1;
  3350.      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  3351.    }
  3352.    
  3353.    /* optional: icon ke saath thoda gap */
  3354.    .sponsored-badge-v7 i,
  3355.    .sponsored-badge-v7 .icon {
  3356.      margin-right: 8px;
  3357.      font-size: 14px;
  3358.      line-height: 1;
  3359.    }
  3360.    
  3361.    .sponsored-content-v7 {
  3362.      padding: 40px 15px 15px; /* Increased top padding to accommodate larger badge */
  3363.    }
  3364.    
  3365.    .sponsored-title-v7 {
  3366.      font-size: 15px;
  3367.      font-weight: 700;
  3368.      line-height: 1.4;
  3369.      margin-bottom: 8px;
  3370.      color: #333;
  3371.    }
  3372.    
  3373.    .sponsored-title-v7 a {
  3374.      text-decoration: none;
  3375.      font-size: 16px;
  3376.      color: var(--topbar-color);
  3377.    }
  3378.    
  3379.    .sponsored-title-v7 a:hover {
  3380.      color: var(--bs-primary); /* Green hover */
  3381.    }
  3382.    
  3383.    .sponsored-excerpt-v7 {
  3384.      font-size: 12px;
  3385.      font-weight: 400;
  3386.      color:  var(--topbar-color);;
  3387.      margin-bottom: 10px;
  3388.      line-height: 1.5;
  3389.    }
  3390.    
  3391.    .sponsored-meta-v7 {
  3392.      font-size: 11px;
  3393.       color: var(--topbar-color);;
  3394.    }
  3395.    
  3396.    .author-info-v7 {
  3397.      margin-bottom: 5px;
  3398.    }
  3399.    
  3400.    .sponsored-author-img-v7 {
  3401.      width: 30px;
  3402.      height: 30px;
  3403.      border-radius: 50%;
  3404.      object-fit: cover;
  3405.      vertical-align: middle;
  3406.      margin-right: 5px;
  3407.    }
  3408.    
  3409.    .section-title-sponsored-v7 {
  3410.      font-size: 1.9rem;
  3411.      font-weight: 600;
  3412.      text-align: center;
  3413.      margin-bottom: 30px;
  3414.      color: #333;
  3415.      position: relative;
  3416.    }
  3417.    
  3418.    .section-title-sponsored-v7::after {
  3419.      content: '';
  3420.      position: absolute;
  3421.      bottom: -8px;
  3422.      left: 50%;
  3423.      transform: translateX(-50%);
  3424.      width: 100px;
  3425.      height: 3px;
  3426.      background: var(--bs-primary);
  3427.    }
  3428.    
  3429.    @media (max-width: 768px) {
  3430.      .sponsored-section-v7 {
  3431.        padding: 30px 0;
  3432.      }
  3433.      .sponsored-image-v7 {
  3434.        height: 120px;
  3435.      }
  3436.      .sponsored-content-v7 {
  3437.        padding: 35px 12px 12px;
  3438.      }
  3439.  
  3440.      .sponsored-title-v7 {
  3441.        font-size: 14px;
  3442.      }
  3443.      .sponsored-excerpt-v7 {
  3444.        font-size: 11px;
  3445.      }
  3446.      .section-title-sponsored-v7 {
  3447.        font-size: 1.6rem;
  3448.      }
  3449.    }
  3450.  </style>
  3451.  
  3452.  <section class="sponsored-section-v7">
  3453.    <div class="container-fluid fluid-container">
  3454.      <div class="row mb-3">
  3455.        <div class="col-12">
  3456.          <h2 class="section-title-sponsored-v7">Sponsored News</h2>
  3457.        </div>
  3458.      </div>
  3459.  
  3460.      <div class="row g-3 d-flex justify-content-center">
  3461.        
  3462.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3463.            <div class="card sponsored-card-v7">
  3464.              <div class="sponsored-image-v7">
  3465.                
  3466.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3467.                
  3468.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3469.              </div>
  3470.              <div class="sponsored-content-v7">
  3471.                <h3 class="sponsored-title-v7"><a href="/a-decade-long-liaison-from-author-erin-somers-a-middle-aged-infidelity-story-this-era-has-earned/">A Decade-Long Liaison from author Erin Somers: A Middle-Aged Infidelity Story This Era Has Earned.</a></h3>
  3472.                <p class="sponsored-excerpt-v7 "></p>
  3473.                <div class="sponsored-meta-v7">
  3474.                  <div class="author-info-v7">
  3475.                    
  3476.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Collin Mathews" class="sponsored-author-img-v7" />
  3477.                    
  3478.                    <span>Collin Mathews</span>
  3479.                  </div>
  3480.                  <div>16 May 2026</div>
  3481.                </div>
  3482.              </div>
  3483.            </div>
  3484.          </div>
  3485.        
  3486.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3487.            <div class="card sponsored-card-v7">
  3488.              <div class="sponsored-image-v7">
  3489.                
  3490.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3491.                
  3492.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3493.              </div>
  3494.              <div class="sponsored-content-v7">
  3495.                <h3 class="sponsored-title-v7"><a href="/president-zelenskyy-states-ukraine-was-ten-percent-off-from-a-peace-deal-but-not-at-any-possible-price/">President Zelenskyy States Ukraine Was Ten Percent Off from a Peace Deal, But Not at Any Possible Price</a></h3>
  3496.                <p class="sponsored-excerpt-v7 "></p>
  3497.                <div class="sponsored-meta-v7">
  3498.                  <div class="author-info-v7">
  3499.                    
  3500.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Collin Mathews" class="sponsored-author-img-v7" />
  3501.                    
  3502.                    <span>Collin Mathews</span>
  3503.                  </div>
  3504.                  <div>16 May 2026</div>
  3505.                </div>
  3506.              </div>
  3507.            </div>
  3508.          </div>
  3509.        
  3510.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3511.            <div class="card sponsored-card-v7">
  3512.              <div class="sponsored-image-v7">
  3513.                
  3514.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3515.                
  3516.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3517.              </div>
  3518.              <div class="sponsored-content-v7">
  3519.                <h3 class="sponsored-title-v7"><a href="/the-new-animated-series-opening-sequence-selected-the-incorrect-popular-rpg-show-track/">The New Animated Series&#x27; Opening Sequence Selected the Incorrect Popular RPG Show Track</a></h3>
  3520.                <p class="sponsored-excerpt-v7 "></p>
  3521.                <div class="sponsored-meta-v7">
  3522.                  <div class="author-info-v7">
  3523.                    
  3524.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Collin Mathews" class="sponsored-author-img-v7" />
  3525.                    
  3526.                    <span>Collin Mathews</span>
  3527.                  </div>
  3528.                  <div>16 May 2026</div>
  3529.                </div>
  3530.              </div>
  3531.            </div>
  3532.          </div>
  3533.        
  3534.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3535.            <div class="card sponsored-card-v7">
  3536.              <div class="sponsored-image-v7">
  3537.                
  3538.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3539.                
  3540.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3541.              </div>
  3542.              <div class="sponsored-content-v7">
  3543.                <h3 class="sponsored-title-v7"><a href="/trump-international-tensions-sparse-reporting-key-threats-to-environmental-advancement-that-plagued-climate-summit/">Trump, International Tensions, Sparse Reporting: Key Threats to Environmental Advancement That Plagued Climate Summit</a></h3>
  3544.                <p class="sponsored-excerpt-v7 "></p>
  3545.                <div class="sponsored-meta-v7">
  3546.                  <div class="author-info-v7">
  3547.                    
  3548.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Collin Mathews" class="sponsored-author-img-v7" />
  3549.                    
  3550.                    <span>Collin Mathews</span>
  3551.                  </div>
  3552.                  <div>16 May 2026</div>
  3553.                </div>
  3554.              </div>
  3555.            </div>
  3556.          </div>
  3557.        
  3558.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3559.            <div class="card sponsored-card-v7">
  3560.              <div class="sponsored-image-v7">
  3561.                
  3562.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3563.                
  3564.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3565.              </div>
  3566.              <div class="sponsored-content-v7">
  3567.                <h3 class="sponsored-title-v7"><a href="/nutrition-assistance-expected-to-end-for-tens-of-millions-amid-ongoing-government-closure/">Nutrition Assistance Expected to End for Tens of Millions Amid Ongoing Government Closure</a></h3>
  3568.                <p class="sponsored-excerpt-v7 "></p>
  3569.                <div class="sponsored-meta-v7">
  3570.                  <div class="author-info-v7">
  3571.                    
  3572.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Collin Mathews" class="sponsored-author-img-v7" />
  3573.                    
  3574.                    <span>Collin Mathews</span>
  3575.                  </div>
  3576.                  <div>16 May 2026</div>
  3577.                </div>
  3578.              </div>
  3579.            </div>
  3580.          </div>
  3581.        
  3582.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3583.            <div class="card sponsored-card-v7">
  3584.              <div class="sponsored-image-v7">
  3585.                
  3586.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3587.                
  3588.                <div class="sponsored-badge-v7 bg-primary-gradient">Others</div>
  3589.              </div>
  3590.              <div class="sponsored-content-v7">
  3591.                <h3 class="sponsored-title-v7"><a href="/revealing-hidden-secrets-of-advanced-jackpot-slot-games/">Revealing hidden Secrets of Advanced Jackpot Slot Games</a></h3>
  3592.                <p class="sponsored-excerpt-v7 "></p>
  3593.                <div class="sponsored-meta-v7">
  3594.                  <div class="author-info-v7">
  3595.                    
  3596.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Collin Mathews" class="sponsored-author-img-v7" />
  3597.                    
  3598.                    <span>Collin Mathews</span>
  3599.                  </div>
  3600.                  <div>16 May 2026</div>
  3601.                </div>
  3602.              </div>
  3603.            </div>
  3604.          </div>
  3605.        
  3606.      </div>
  3607.    </div>
  3608.  </section>
  3609.  
  3610.  
  3611.    
  3612.        <!-- end wpo-blog-sponsored-section -->
  3613.        <!-- start wpo-subscribe-section -->
  3614.        
  3615.        <!-- end subscribe-section -->
  3616.        <!-- start of wpo-site-footer-section -->
  3617.        
  3618.  
  3619.  
  3620.  
  3621.  
  3622.  
  3623.  
  3624. <!-- Footer V4 - Modern Corporate Design -->
  3625. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  3626.  
  3627.    <div class="container-fluid fluid-container">
  3628.        
  3629.        <!-- Content Sections -->
  3630.        <div class="content-sections">
  3631.            <div class="row g-5">
  3632.                
  3633.                <!-- Brand Column -->
  3634.                <div class="col-lg-4 col-md-12">
  3635.                    <div class="brand-section">
  3636.                        <div class="brand-header">
  3637.                            
  3638.                            <div class="brand-text">
  3639.                                <h3 class="brand-name">Bonus Drive UK</h3>
  3640.                                <span class="brand-type">Digital Publication</span>
  3641.                            </div>
  3642.                        </div>
  3643.                        <p class="brand-description  text-lg-start ">
  3644.                            Discover exclusive car finance deals, insurance offers, and automotive tips at Bonus Drive UK. Get expert advice on saving money on your next vehicle purchase.
  3645.                        </p>
  3646.                    </div>
  3647.                </div>
  3648.  
  3649.                <!-- Quick Links Column -->
  3650.               <div class="col-lg-4 col-md-6">
  3651.                    <div class="links-section">
  3652.                        <div class="section-title">
  3653.                            <h4 class="title-text">Resources</h4>
  3654.                            <div class="title-decoration"></div>
  3655.                        </div>
  3656.                        <div class="links-container">
  3657.                          
  3658. <div class="link-group">
  3659.    <ul class="link-list" id="externalLinks">
  3660.        
  3661.  
  3662.    
  3663.        
  3664.        
  3665.        
  3666.    </ul>
  3667. </div>
  3668.  
  3669.                        </div>
  3670.                    </div>
  3671.                </div>
  3672.  
  3673.                <!-- Categories Column -->
  3674.                <div class="col-lg-4 col-md-6">
  3675.                    <div class="categories-section">
  3676.                        <div class="section-title">
  3677.                            <h4 class="title-text">Explore Topics</h4>
  3678.                            <div class="title-decoration"></div>
  3679.                        </div>
  3680.                        <div class="categories-container">
  3681.                            <p class="categories-intro">Discover content organized by topics that interest you most.</p>
  3682.                            <div class="categories-cloud">
  3683.                                
  3684.                                <a href="/category/all-posts/" class="category-pill">
  3685.                                    All Posts
  3686.                                </a>
  3687.                                
  3688.                                <a href="/category/business/" class="category-pill">
  3689.                                    Business
  3690.                                </a>
  3691.                                
  3692.                                <a href="/category/esports/" class="category-pill">
  3693.                                    Esports
  3694.                                </a>
  3695.                                
  3696.                                <a href="/category/fashion/" class="category-pill">
  3697.                                    Fashion
  3698.                                </a>
  3699.                                
  3700.                                <a href="/category/featured/" class="category-pill">
  3701.                                    Featured
  3702.                                </a>
  3703.                                
  3704.                                <a href="/category/gaming/" class="category-pill">
  3705.                                    Gaming
  3706.                                </a>
  3707.                                
  3708.                                <a href="/category/health/" class="category-pill">
  3709.                                    Health
  3710.                                </a>
  3711.                                
  3712.                                <a href="/category/life-fitness/" class="category-pill">
  3713.                                    Life &amp; Fitness
  3714.                                </a>
  3715.                                
  3716.                            </div>
  3717.                        </div>
  3718.                    </div>
  3719.                </div>
  3720.  
  3721.            </div>
  3722.        </div>
  3723.  
  3724.        <!-- Footer Bottom -->
  3725.        <div class="footer-bottom">
  3726.            <div class="bottom-border"></div>
  3727.            <div class=" d-flex justify-content-between flex-wrap">
  3728.                <div>
  3729.                    <div class="copyright-info">
  3730.                        <p class="copyright-main">
  3731.                            Â© 2026 <span class="brand-highlight">Bonus Drive UK</span>. All rights reserved.
  3732.                        </p>
  3733.                        <p class="copyright-sub">
  3734.                            Thoughtfully crafted content for curious minds worldwide.
  3735.                        </p>
  3736.                    </div>
  3737.                </div>
  3738.                <div>
  3739.                    <div class="footer-actions">
  3740.                        <div class="action-links">
  3741.                            <a href="/page/write-for-us/" class="action-link">
  3742.                                <i class="bi bi-shield-check"></i>
  3743.                                <span>Write For Us</span>
  3744.                            </a>
  3745.                            <a href="/page/terms-and-conditions/" class="action-link">
  3746.                                <i class="bi bi-shield-check"></i>
  3747.                                <span>Terms & Conditions</span>
  3748.                            </a>
  3749.                            <a href="/sitemap.xml" class="action-link">
  3750.                                <i class="bi bi-diagram-3"></i>
  3751.                                <span>Sitemap</span>
  3752.                            </a>
  3753.                        </div>
  3754.  
  3755.                    </div>
  3756.                </div>
  3757.            </div>
  3758.        </div>
  3759.  
  3760.    </div>
  3761.  
  3762.    
  3763.  
  3764. </footer>
  3765.  
  3766.  
  3767. <style>
  3768. /* Footer V4 - Modern Corporate Design */
  3769. .wpo-site-footer-v4 {
  3770.    color: var(--footer-color);
  3771.    margin-top: 100px;
  3772. }
  3773.  
  3774.  
  3775. .accent-line {
  3776.    position: absolute;
  3777.    top: 0;
  3778.    height: 100%;
  3779.    width: 33.333%;
  3780.    opacity: 0.8;
  3781. }
  3782.  
  3783. .accent-1 {
  3784.    left: 0;
  3785.    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
  3786.    animation: slideRight 3s ease-in-out infinite;
  3787. }
  3788.  
  3789. .accent-2 {
  3790.    left: 33.333%;
  3791.    background: linear-gradient(90deg, #8b5cf6, #7c3aed);
  3792.    animation: slideRight 3s ease-in-out infinite 1s;
  3793. }
  3794.  
  3795. .accent-3 {
  3796.    left: 66.666%;
  3797.    background: linear-gradient(90deg, #10b981, #059669);
  3798.    animation: slideRight 3s ease-in-out infinite 2s;
  3799. }
  3800.  
  3801. @keyframes slideRight {
  3802.    0%, 100% { transform: translateX(-10px); opacity: 0.6; }
  3803.    50% { transform: translateX(10px); opacity: 1; }
  3804. }
  3805.  
  3806. /* Content Sections */
  3807. .content-sections {
  3808.    padding: 60px 0;
  3809.    position: relative;
  3810.    z-index: 2;
  3811. }
  3812.  
  3813. /* Brand Section */
  3814. .brand-section {
  3815.    padding-right: 2rem;
  3816. }
  3817.  
  3818. .brand-header {
  3819.    display: flex;
  3820.    align-items: center;
  3821.    margin-bottom: 2rem;
  3822.    gap: 1rem;
  3823. }
  3824.  
  3825. .brand-logo {
  3826.    height: 50px;
  3827.    width: auto;
  3828.    border-radius: 8px;
  3829. }
  3830.  
  3831. .brand-name {
  3832.    font-size: 1.5rem;
  3833.    font-weight: 800;
  3834.    color: var(--footer-color) !important;
  3835.    margin: 0;
  3836. }
  3837.  
  3838. .brand-type {
  3839.    color: var(--footer-color) !important;
  3840.    opacity: 0.8;
  3841.    font-size: 0.85rem;
  3842.    font-weight: 500;
  3843.    text-transform: uppercase;
  3844.    letter-spacing: 0.5px;
  3845. }
  3846.  
  3847. .brand-description {
  3848.    color: var(--footer-color) !important;
  3849.    line-height: 1.7;
  3850.    margin-bottom: 2rem;
  3851.    font-size: 0.95rem;
  3852. }
  3853.  
  3854. .brand-stats {
  3855.    display: flex;
  3856.    align-items: center;
  3857.    gap: 1.5rem;
  3858. }
  3859.  
  3860. .stat-item {
  3861.    text-align: center;
  3862. }
  3863.  
  3864. .stat-number {
  3865.    font-size: 1.5rem;
  3866.    font-weight: 800;
  3867.    color: #3b82f6;
  3868.    display: block;
  3869.    line-height: 1;
  3870. }
  3871.  
  3872. .stat-label {
  3873.    font-size: 0.8rem;
  3874.    color: #94a3b8;
  3875.    margin-top: 0.25rem;
  3876. }
  3877.  
  3878. .stat-divider {
  3879.    width: 1px;
  3880.    height: 40px;
  3881.    background: rgba(255, 255, 255, 0.2);
  3882. }
  3883.  
  3884. /* Links Section */
  3885. .links-section {
  3886.    padding-left: 1rem;
  3887.    padding-right: 1rem;
  3888. }
  3889.  
  3890. .section-title {
  3891.    margin-bottom: 2rem;
  3892.    position: relative;
  3893. }
  3894.  
  3895. .title-text {
  3896.    font-size: 1.3rem;
  3897.    font-weight: 700;
  3898.    color: var(--footer-color) !important;
  3899.    margin-bottom: 0.5rem;
  3900.    text-align: justify !important;
  3901. }
  3902.  
  3903.  
  3904. .link-group {
  3905.    margin-bottom: 2rem;
  3906. }
  3907.  
  3908. .group-title {
  3909.    font-size: 1rem;
  3910.    font-weight: 600;
  3911.    color: #f1f5f9;
  3912.    margin-bottom: 1rem;
  3913.    padding-bottom: 0.5rem;
  3914.    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  3915. }
  3916.  
  3917. .link-list {
  3918.    list-style: none;
  3919.    padding: 0;
  3920.    margin: 0;
  3921. }
  3922.  
  3923. .link-item {
  3924.    margin-bottom: 0.75rem;
  3925. }
  3926.  
  3927. .link-text {
  3928.    color: var(--footer-color) !important;
  3929.    text-decoration: none;
  3930.    font-size: 0.9rem;
  3931.    display: flex;
  3932.    align-items: center;
  3933.    transition: all 0.3s ease;
  3934.    padding: 0.25rem 0;
  3935. }
  3936.  
  3937. .link-text:hover {
  3938.    color: #3b82f6;
  3939.    padding-left: 0.5rem;
  3940. }
  3941.  
  3942. .link-icon {
  3943.    margin-right: 0.5rem;
  3944.    opacity: 0;
  3945.    transition: opacity 0.3s ease;
  3946. }
  3947.  
  3948. .link-text:hover .link-icon {
  3949.    opacity: 1;
  3950. }
  3951.  
  3952. .external-icon {
  3953.    color: #10b981;
  3954. }
  3955.  
  3956. /* Categories Section */
  3957. .categories-section {
  3958.    padding-left: 1rem;
  3959. }
  3960.  
  3961. .categories-intro {
  3962.    color: #cbd5e1;
  3963.    margin-bottom: 1.5rem;
  3964.    font-size: 0.9rem;
  3965. }
  3966.  
  3967. .categories-cloud {
  3968.    display: flex;
  3969.    flex-wrap: wrap;
  3970.    gap: 0.75rem;
  3971. }
  3972.  
  3973. .category-pill {
  3974.    display: inline-block;
  3975.    padding: 0.5rem 1rem;
  3976.    background: rgba(255, 255, 255, 0.1);
  3977.    border: 1px solid rgba(255, 255, 255, 0.2);
  3978.    border-radius: 20px;
  3979.    color:  var(--footer-color) !important;
  3980.    text-decoration: none;
  3981.    font-size: 0.85rem;
  3982.    opacity: 0.7;
  3983.    font-weight: 500;
  3984.    transition: all 0.3s ease;
  3985. }
  3986.  
  3987. .category-pill:hover {
  3988.    background: #3b82f6;
  3989.    border-color: #3b82f6;
  3990.    color: var(--footer-color) !important;
  3991.    opacity: 1;
  3992.    transform: translateY(-1px);
  3993.    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
  3994. }
  3995.  
  3996. /* Footer Bottom */
  3997. .footer-bottom {
  3998.    padding: 2rem 0;
  3999.    position: relative;
  4000.    z-index: 2;
  4001. }
  4002.  
  4003. .bottom-border {
  4004.    height: 1px;
  4005.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  4006.    margin-bottom: 2rem;
  4007. }
  4008.  
  4009. .copyright-main {
  4010.    font-size: 1rem;
  4011.    color: #e2e8f0;
  4012.    margin-bottom: 0.25rem;
  4013. }
  4014.  
  4015. .brand-highlight {
  4016.    color: var(--footer-color);
  4017.    font-weight: 700;
  4018. }
  4019.  
  4020. .copyright-sub {
  4021.    font-size: 0.85rem;
  4022.    color: #94a3b8;
  4023.    margin: 0;
  4024. }
  4025.  
  4026. .footer-actions {
  4027.    display: flex;
  4028.    align-items: center;
  4029.    gap: 2rem;
  4030. }
  4031.  
  4032. .action-links {
  4033.    display: flex;
  4034.    gap: 1.5rem;
  4035. }
  4036.  
  4037. .action-link {
  4038.    display: flex;
  4039.    align-items: center;
  4040.    gap: 0.5rem;
  4041.    color: #cbd5e1;
  4042.    text-decoration: none;
  4043.    font-size: 0.9rem;
  4044.    transition: color 0.3s ease;
  4045. }
  4046.  
  4047. .action-link:hover {
  4048.    color: #3b82f6;
  4049. }
  4050.  
  4051. .scroll-to-top-btn {
  4052.    background: rgba(255, 255, 255, 0.1);
  4053.    border: 1px solid rgba(255, 255, 255, 0.2);
  4054.    color: #cbd5e1;
  4055.    width: 44px;
  4056.    height: 44px;
  4057.    border-radius: 12px;
  4058.    cursor: pointer;
  4059.    transition: all 0.3s ease;
  4060.    display: flex;
  4061.    align-items: center;
  4062.    justify-content: center;
  4063. }
  4064.  
  4065. .scroll-to-top-btn:hover {
  4066.    background: #3b82f6;
  4067.    border-color: #3b82f6;
  4068.    color: white;
  4069.    transform: translateY(-2px);
  4070. }
  4071.  
  4072. /* Background Pattern */
  4073. .footer-pattern {
  4074.    position: absolute;
  4075.    top: 0;
  4076.    left: 0;
  4077.    width: 100%;
  4078.    height: 100%;
  4079.    z-index: 1;
  4080.    overflow: hidden;
  4081. }
  4082.  
  4083. .pattern-grid {
  4084.    position: relative;
  4085.    width: 100%;
  4086.    height: 100%;
  4087. }
  4088.  
  4089. .pattern-dot {
  4090.    position: absolute;
  4091.    width: 2px;
  4092.    height: 2px;
  4093.    background: rgba(255, 255, 255, 0.1);
  4094.    border-radius: 50%;
  4095. }
  4096.  
  4097. .pattern-dot:nth-child(1) { top: 20%; left: 10%; }
  4098. .pattern-dot:nth-child(2) { top: 40%; right: 15%; }
  4099. .pattern-dot:nth-child(3) { top: 60%; left: 70%; }
  4100. .pattern-dot:nth-child(4) { bottom: 30%; right: 30%; }
  4101. .pattern-dot:nth-child(5) { bottom: 50%; left: 40%; }
  4102. .pattern-dot:nth-child(6) { top: 80%; right: 60%; }
  4103.  
  4104. /* Responsive Design */
  4105. @media (max-width: 992px) {
  4106.    .newsletter-heading {
  4107.        font-size: 2rem;
  4108.    }
  4109.    
  4110.    .brand-section {
  4111.        padding-right: 0;
  4112.        margin-bottom: 3rem;
  4113.    }
  4114.    
  4115.    .links-section, .categories-section {
  4116.        padding-left: 0;
  4117.        padding-right: 0;
  4118.    }
  4119.    
  4120.    .brand-stats {
  4121.        justify-content: center;
  4122.        margin-top: 2rem;
  4123.    }
  4124. }
  4125.  
  4126. @media (max-width: 768px) {
  4127.    .newsletter-section {
  4128.        padding: 60px 0 40px;
  4129.    }
  4130.    
  4131.    .newsletter-container {
  4132.        padding: 2rem 1.5rem;
  4133.        margin: 0 1rem;
  4134.    }
  4135.    
  4136.    .newsletter-heading {
  4137.        font-size: 1.75rem;
  4138.    }
  4139.    
  4140.    .content-sections {
  4141.        padding: 40px 0;
  4142.    }
  4143.    
  4144.    .brand-header {
  4145.        flex-direction: column;
  4146.        text-align: center;
  4147.    }
  4148.    
  4149.    .footer-actions {
  4150.        flex-direction: column;
  4151.        gap: 1rem;
  4152.        margin-top: 1.5rem;
  4153.    }
  4154.    
  4155.    .action-links {
  4156.        order: 2;
  4157.    }
  4158.    
  4159.    .scroll-to-top-btn {
  4160.        order: 1;
  4161.    }
  4162. }
  4163.  
  4164. @media (max-width: 576px) {
  4165.    .newsletter-container {
  4166.        padding: 1.5rem 1rem;
  4167.    }
  4168.    
  4169.    .newsletter-heading {
  4170.        font-size: 1.5rem;
  4171.    }
  4172.    
  4173.    .brand-stats {
  4174.        flex-direction: column;
  4175.        gap: 1rem;
  4176.    }
  4177.    
  4178.    .stat-divider {
  4179.        width: 40px;
  4180.        height: 1px;
  4181.    }
  4182.    
  4183.    .action-links {
  4184.        flex-direction: column;
  4185.        gap: 0.75rem;
  4186.        text-align: center;
  4187.    }
  4188.    
  4189.    .pattern-dot {
  4190.        display: none;
  4191.    }
  4192. }
  4193. </style>
  4194.  
  4195. <!-- Bootstrap 5 JS -->
  4196.  
  4197. <script>
  4198. // Scroll to Top Function
  4199. document.addEventListener('DOMContentLoaded', function () {
  4200.    var btn = document.getElementById('toggleExternal');
  4201.    if (!btn) return; // No extra items, no button
  4202.  
  4203.    var extras = document.querySelectorAll('#externalLinks li.extra');
  4204.  
  4205.    btn.addEventListener('click', function () {
  4206.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4207.            return li.classList.contains('d-none');
  4208.        });
  4209.  
  4210.        extras.forEach(function (li) {
  4211.            if (anyHidden) {
  4212.                li.classList.remove('d-none');
  4213.                li.classList.add('show');
  4214.            } else {
  4215.                li.classList.add('d-none');
  4216.                li.classList.remove('show');
  4217.            }
  4218.        });
  4219.  
  4220.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4221.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4222.    });
  4223. });
  4224. function scrollToTop() {
  4225.    window.scrollTo({
  4226.        top: 0,
  4227.        behavior: 'smooth'
  4228.    });
  4229. }
  4230.  
  4231. // Initialize Footer V4 Features
  4232. document.addEventListener('DOMContentLoaded', function() {
  4233.    
  4234.    // Newsletter Form Handling
  4235.    const newsletterForm = document.querySelector('.newsletter-form');
  4236.    const emailInput = document.querySelector('.form-input');
  4237.    const submitButton = document.querySelector('.submit-button');
  4238.    const successMessage = document.querySelector('.success-message');
  4239.    const errorMessage = document.querySelector('.error-message');
  4240.    const infoMessage = document.querySelector('.info-message');
  4241.    
  4242.    if (newsletterForm && emailInput && submitButton) {
  4243.        
  4244.        // Form submission
  4245.        newsletterForm.addEventListener('submit', function(e) {
  4246.            e.preventDefault();
  4247.            
  4248.            const email = emailInput.value.trim();
  4249.            
  4250.            // Validate email
  4251.            if (!email || !isValidEmail(email)) {
  4252.                showMessage('error');
  4253.                emailInput.focus();
  4254.                return;
  4255.            }
  4256.            
  4257.            // Show loading state
  4258.            const originalText = submitButton.querySelector('.button-text').textContent;
  4259.            const originalIcon = submitButton.querySelector('.button-icon').innerHTML;
  4260.            
  4261.            submitButton.disabled = true;
  4262.            submitButton.querySelector('.button-text').textContent = 'Subscribing...';
  4263.            submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-arrow-clockwise"></i>';
  4264.            submitButton.querySelector('.button-icon i').style.animation = 'spin 1s linear infinite';
  4265.            
  4266.            // Simulate API call
  4267.            setTimeout(() => {
  4268.                // Success state
  4269.                submitButton.querySelector('.button-text').textContent = 'Subscribed!';
  4270.                submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-check-lg"></i>';
  4271.                submitButton.querySelector('.button-icon i').style.animation = 'none';
  4272.                submitButton.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  4273.                
  4274.                showMessage('success');
  4275.                
  4276.                // Reset after delay
  4277.                setTimeout(() => {
  4278.                    submitButton.querySelector('.button-text').textContent = originalText;
  4279.                    submitButton.querySelector('.button-icon').innerHTML = originalIcon;
  4280.                    submitButton.style.background = '';
  4281.                    submitButton.disabled = false;
  4282.                    emailInput.value = '';
  4283.                    showMessage('info');
  4284.                }, 3000);
  4285.                
  4286.            }, 2000);
  4287.        });
  4288.        
  4289.        // Input validation
  4290.        emailInput.addEventListener('blur', function() {
  4291.            const email = this.value.trim();
  4292.            if (email && !isValidEmail(email)) {
  4293.                this.style.borderColor = '#ef4444';
  4294.                this.style.boxShadow = '0 0 0 4px rgba(239, 68, 68, 0.2)';
  4295.            } else if (email && isValidEmail(email)) {
  4296.                this.style.borderColor = '#10b981';
  4297.                this.style.boxShadow = '0 0 0 4px rgba(16, 185, 129, 0.2)';
  4298.            }
  4299.        });
  4300.        
  4301.        emailInput.addEventListener('focus', function() {
  4302.            this.style.borderColor = '#3b82f6';
  4303.            this.style.boxShadow = '0 0 0 4px rgba(59, 130, 246, 0.2)';
  4304.        });
  4305.        
  4306.        // Reset validation styling on input
  4307.        emailInput.addEventListener('input', function() {
  4308.            if (this.style.borderColor === 'rgb(239, 68, 68)') {
  4309.                this.style.borderColor = '';
  4310.                this.style.boxShadow = '';
  4311.            }
  4312.        });
  4313.    }
  4314.    
  4315.    // Email validation function
  4316.    function isValidEmail(email) {
  4317.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  4318.        return emailRegex.test(email);
  4319.    }
  4320.    
  4321.    // Message display function
  4322.    function showMessage(type) {
  4323.        // Hide all messages
  4324.        successMessage.style.display = 'none';
  4325.        errorMessage.style.display = 'none';
  4326.        infoMessage.style.display = 'none';
  4327.        
  4328.        // Show specific message
  4329.        if (type === 'success') {
  4330.            successMessage.style.display = 'block';
  4331.        } else if (type === 'error') {
  4332.            errorMessage.style.display = 'block';
  4333.        } else if (type === 'info') {
  4334.            infoMessage.style.display = 'block';
  4335.        }
  4336.    }
  4337.    
  4338.    // Smooth reveal animations
  4339.    const observerOptions = {
  4340.        threshold: 0.1,
  4341.        rootMargin: '0px 0px -30px 0px'
  4342.    };
  4343.    
  4344.    const sectionObserver = new IntersectionObserver((entries) => {
  4345.        entries.forEach(entry => {
  4346.            if (entry.isIntersecting) {
  4347.                entry.target.style.opacity = '1';
  4348.                entry.target.style.transform = 'translateY(0)';
  4349.            }
  4350.        });
  4351.    }, observerOptions);
  4352.    
  4353.    // Animate sections
  4354.    document.querySelectorAll('.brand-section, .links-section, .categories-section').forEach((section, index) => {
  4355.        section.style.opacity = '0';
  4356.        section.style.transform = 'translateY(20px)';
  4357.        section.style.transition = `all 0.6s ease ${index * 0.2}s`;
  4358.        sectionObserver.observe(section);
  4359.    });
  4360.    
  4361.    // Animate category pills
  4362.    document.querySelectorAll('.category-pill').forEach((pill, index) => {
  4363.        pill.style.opacity = '0';
  4364.        pill.style.transform = 'translateY(10px)';
  4365.        pill.style.transition = `all 0.4s ease ${index * 0.1}s`;
  4366.        
  4367.        setTimeout(() => {
  4368.            pill.style.opacity = '1';
  4369.            pill.style.transform = 'translateY(0)';
  4370.        }, 300 + (index * 100));
  4371.    });
  4372.    
  4373.    // Enhanced link hover effects
  4374.    document.querySelectorAll('.link-text').forEach(link => {
  4375.        link.addEventListener('mouseenter', function() {
  4376.            const icon = this.querySelector('.link-icon');
  4377.            if (icon) {
  4378.                icon.style.transform = 'translateX(4px)';
  4379.            }
  4380.        });
  4381.        
  4382.        link.addEventListener('mouseleave', function() {
  4383.            const icon = this.querySelector('.link-icon');
  4384.            if (icon) {
  4385.                icon.style.transform = 'translateX(0)';
  4386.            }
  4387.        });
  4388.    });
  4389.    
  4390.    // Prevent default for demo links
  4391.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4392.        link.addEventListener('click', function(e) {
  4393.            e.preventDefault();
  4394.        });
  4395.    });
  4396.    
  4397.    // Add ripple effect to submit button
  4398.    submitButton.addEventListener('click', function(e) {
  4399.        const ripple = document.createElement('span');
  4400.        const rect = this.getBoundingClientRect();
  4401.        const size = Math.max(rect.width, rect.height);
  4402.        const x = e.clientX - rect.left - size / 2;
  4403.        const y = e.clientY - rect.top - size / 2;
  4404.        
  4405.        ripple.style.cssText = `
  4406.            position: absolute;
  4407.            width: ${size}px;
  4408.            height: ${size}px;
  4409.            left: ${x}px;
  4410.            top: ${y}px;
  4411.            background: rgba(255, 255, 255, 0.3);
  4412.            border-radius: 50%;
  4413.            transform: scale(0);
  4414.            animation: ripple 0.6s ease-out;
  4415.            pointer-events: none;
  4416.        `;
  4417.        
  4418.        this.appendChild(ripple);
  4419.        
  4420.        setTimeout(() => {
  4421.            ripple.remove();
  4422.        }, 600);
  4423.    });
  4424.    
  4425. });
  4426.  
  4427. // Add CSS for ripple animation
  4428. const rippleStyle = document.createElement('style');
  4429. rippleStyle.textContent = `
  4430.    @keyframes ripple {
  4431.        to {
  4432.            transform: scale(2);
  4433.            opacity: 0;
  4434.        }
  4435.    }
  4436.    
  4437.    @keyframes spin {
  4438.        from { transform: rotate(0deg); }
  4439.        to { transform: rotate(360deg); }
  4440.    }
  4441.    
  4442.    .submit-button {
  4443.        position: relative;
  4444.        overflow: hidden;
  4445.    }
  4446. `;
  4447. document.head.appendChild(rippleStyle);
  4448. </script>
  4449.  
  4450.        <!-- end of wpo-site-footer-section -->
  4451.    </div>
  4452.    <!-- end of page-wrapper -->
  4453.  
  4454.    <!-- All JavaScript files
  4455.    ================================================== -->
  4456.    
  4457.  
  4458. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4459. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4460. <!-- Plugins for this template -->
  4461. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4462. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4463. <!-- Custom script for this template -->
  4464. <script src="/static/blogapp/assets/js/script.js"></script>
  4465.  
  4466. <script>
  4467. (function () {
  4468. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4469. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4470.  
  4471. function applyFallback(img) {
  4472. if (!img || img.dataset.fallbackApplied === "1") {
  4473. return;
  4474. }
  4475. var failedSrc = img.currentSrc || img.src || "";
  4476. img.dataset.fallbackApplied = "1";
  4477. img.onerror = null;
  4478. img.src = fallbackImageSrc;
  4479. console.warn("[ImageFallback] Replaced broken image:", {
  4480. failedSrc: failedSrc,
  4481. fallbackSrc: fallbackImageSrc,
  4482. alt: img.alt || "",
  4483. });
  4484. }
  4485.  
  4486. document.querySelectorAll("img").forEach(function (img) {
  4487. if (img.complete && img.naturalWidth === 0) {
  4488. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4489. failedSrc: img.currentSrc || img.src || "",
  4490. alt: img.alt || "",
  4491. });
  4492. applyFallback(img);
  4493. }
  4494. });
  4495.  
  4496. document.addEventListener(
  4497. "error",
  4498. function (event) {
  4499. var target = event.target;
  4500. if (target && target.tagName === "IMG") {
  4501. applyFallback(target);
  4502. }
  4503. },
  4504. true
  4505. );
  4506. })();
  4507. </script>
  4508.  
  4509. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4510.  
  4511.  
  4512.  
  4513. <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":"4d2a9bdf41c64a1a9ca3cfabb355785c","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4514. </body>
  4515.  
  4516. </html>
  4517.  
  4518.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda