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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="lora">
  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_-_2025-04-28T153539.815_JmfcVFQ_aVPNe2I_uxFxx8p_xUczjVW.png">
  14.    
  15.  
  16.    <title>Jackpot Modern Blog: UK Lifestyle, Tech, and Culture Insights</title>
  17.    <meta name="description" content="Explore the latest trends in UK lifestyle, technology, and culture with expert articles and tips from Jackpot Modern Blog. Stay updated with fresh content.">
  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://jackpotmodernblog.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #0288d1;
  42.        --bs-primary-rgb: 0288d1;
  43.        --bs-secondary: #64748b;
  44.        --bs-success: #2dd4bf;
  45.        --bs-danger: #f43f5e;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #60a5fa;
  48.        --bs-light: #e6f4fa;
  49.        --bs-dark: #0a2f3c;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #0288d1;
  53.        --theme-primary-color-s2: #0288d1;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #0a2f3c;
  57.        --text-light-color: #676767;
  58.        --heading-color: #0a2f3c;
  59.        --border-color: #7dd3fc;
  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: #bae6fd;
  75.        --navbar-color: #0a2f3c;
  76.        --topbar-bg: #e6f4fa;
  77.        --topbar-color: #0a2f3c;
  78.        --footer-bg: #0a2f3c;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #7dd3fc;
  82.        --card-radius: 12px;
  83.        --link-color: #0288d1;
  84.        --link-hover: #0273b3;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(2, 136, 209, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. <script>
  368.    var _paq = window._paq = window._paq || [];
  369.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  370.    _paq.push(['trackPageView']);
  371.    _paq.push(['enableLinkTracking']);
  372.    (function() {
  373.        var u = "//analytics.tech-vikings.com/";
  374.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  375.        _paq.push(['setSiteId', '2']);
  376.        var d = document,
  377.            g = d.createElement('script'),
  378.            s = d.getElementsByTagName('script')[0];
  379.        g.async = true;
  380.        g.src = u + 'matomo.js';
  381.        s.parentNode.insertBefore(g, s);
  382.    })();
  383. </script>
  384. </head>
  385.  
  386.  
  387.  
  388. <body class="page-blogapp:homepage theme-theme_78">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.  
  396.  
  397.            <!-- end preloader -->
  398.        
  399.        <!-- Start header -->
  400.        <header id="header" class="wpo-site-header">
  401.            
  402.  
  403.  
  404.    
  405.  
  406.  
  407. <div class="top-bg">
  408.    <div class="unique-topbar d-sm-flex d-none container-fluid fluid-container">
  409.        <button class="unique-menu-btn bg-primary-gradient">Latest Update</button>        
  410.        
  411.        <div class="unique-news-container">
  412.            <div class="unique-news-wrapper" id="newsWrapper">
  413.                <!-- News items injected via JS -->
  414.            </div>
  415.        </div>
  416.    
  417.        <div class="contact-info">
  418.            <ul class="d-flex list-unstyled gap-3 pe-3 flex-wrap">
  419.                <li><a href="#"><i class="top-color ti-facebook"></i></a></li>
  420.                <li><a href="#"><i class="top-color ti-twitter-alt"></i></a></li>
  421.                <li><a href="#"><i class="top-color ti-instagram"></i></a></li>
  422.                <li><a href="#"><i class="top-color ti-google"></i></a></li>
  423.            </ul>
  424.        </div>
  425.    </div>
  426. </div>
  427.  
  428. <script>
  429.    // Build array dynamically from Django context
  430.    const newsItems = [
  431.        
  432.            { title: "Administration Decries \u0027Democrat Hoax\u0027 as Further Epstein Estate Images Made Public", url: "/administration-decries-democrat-hoax-as-further-epstein-estate-images-made-public/" },
  433.        
  434.            { title: "Bright Exits England Scene Long After Her Reputation Was Carved Into Soccer Greats", url: "/bright-exits-england-scene-long-after-her-reputation-was-carved-into-soccer-greats/" },
  435.        
  436.            { title: "The Hit Drama Announced for 7th Series on BBC", url: "/the-hit-drama-announced-for-7th-series-on-bbc/" },
  437.        
  438.            { title: "Emma Raducanu concludes the current season and will keep her coach into the 2026 season.", url: "/emma-raducanu-concludes-the-current-season-and-will-keep-her-coach-into-the-2026-season/" },
  439.        
  440.            { title: "3 Game Pass Games That Will Validate Your Subscription This Weekend (Nov. 21\u002D23)", url: "/3-game-pass-games-that-will-validate-your-subscription-this-weekend-nov-21-23/" }
  441.        
  442.    ];
  443.  
  444.    let currentNewsIndex = 0;
  445.    const newsWrapper = document.getElementById('newsWrapper');
  446.    let newsElements = [];
  447.  
  448.    // Create news elements dynamically with links
  449.    function createNewsElements() {
  450.        newsItems.forEach((news, index) => {
  451.            const newsElement = document.createElement('div');
  452.            newsElement.className = 'unique-news-item';
  453.            newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  454.            newsWrapper.appendChild(newsElement);
  455.            newsElements.push(newsElement);
  456.        });
  457.  
  458.        if (newsElements.length > 0) {
  459.            newsElements[0].classList.add('active');
  460.        }
  461.    }
  462.  
  463.    function changeNews() {
  464.        const currentElement = newsElements[currentNewsIndex];
  465.        const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  466.        const nextElement = newsElements[nextIndex];
  467.  
  468.        currentElement.classList.remove('active');
  469.        currentElement.classList.add('exit-up');
  470.  
  471.        setTimeout(() => {
  472.            nextElement.classList.add('active');
  473.            currentNewsIndex = nextIndex;
  474.  
  475.            setTimeout(() => {
  476.                currentElement.classList.remove('exit-up');
  477.            }, 100);
  478.        }, 250);
  479.    }
  480.  
  481.    function startNewsRotation() {
  482.        setInterval(changeNews, 5000);
  483.    }
  484.  
  485.    window.onload = function() {
  486.        createNewsElements();
  487.        startNewsRotation();
  488.    };
  489. </script>
  490.  
  491.  
  492.  
  493.            
  494.  
  495.  
  496.  
  497.  
  498.  
  499.  
  500. <nav class="navigation navbar navbar-expand-lg mb-4">
  501.  <div class="container-fluid fluid-container">
  502.    <div class=" gap-3 align-items-center pt-md-0 pt-3 justify-content-lg-start justify-content-between flex-wrap d-flex w-100">
  503.      <div class="navbar-header d-md-none mb-0 justify-content-center d-flex w-sm-full">
  504.          <a class="navbar-brand" href="/">
  505.              
  506.                  <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/02da0971-8823-4b4d-b085-ea44083e6b99_logo.png" alt="Jackpot Modern Blog" />
  507.              
  508.          </a>
  509.      </div>
  510.      <div class="">
  511.        <div class="style-card">
  512.          <div class="minimal-search mb-md-4 mb-0">
  513.            <input type="search" class="search-input mt-md-4 mt-0" placeholder="Search..." />
  514.            <svg class="search-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  515.              <circle cx="11" cy="11" r="8"></circle>
  516.              <path d="m21 21-4.35-4.35"></path>
  517.            </svg>
  518.          </div>
  519.          <!-- The search results will be displayed here -->
  520.          <div id="search-results" class="search-results-container search-v1"></div>
  521.        </div>
  522.      </div>
  523.      <div class=" d-flex flex-wrap">
  524.        <div class="navbar-header d-lg-none d-none d-md-flex">
  525.          <a class="navbar-brand" href='/'><img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/02da0971-8823-4b4d-b085-ea44083e6b99_logo.png" alt="" /></a>
  526.        </div>
  527.        <div id="navbar" class="collapse navbar-collapse navigation-holder">
  528.          <button class="menu-close"><i class="ti-close"></i></button>
  529.  
  530.    <ul class="nav navbar-nav mb-2 mb-lg-0 align-items-center">
  531.    <li>
  532.      <a href="/">
  533.        Home
  534.      </a>
  535.    </li>
  536.  
  537.  
  538.    <li>
  539.      <a href="/category/all-posts/">
  540.        All Posts
  541.      </a>
  542.    </li>
  543.  
  544.    <li>
  545.      <a href="/category/business/">
  546.        Business
  547.      </a>
  548.    </li>
  549.  
  550.    <li>
  551.      <a href="/category/esports/">
  552.        Esports
  553.      </a>
  554.    </li>
  555.  
  556.  
  557.  
  558.  <div class="navbar-header d-lg-block d-none">
  559.    <a class="navbar-brand" href="/">
  560.      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/02da0971-8823-4b4d-b085-ea44083e6b99_logo.png" alt="" />
  561.    </a>
  562.  </div>
  563.  
  564.  
  565.  
  566.    
  567.    
  568.    
  569.      <li>
  570.        <a href="/category/fashion/">
  571.          Fashion
  572.        </a>
  573.      </li>
  574.    
  575.      <li>
  576.        <a href="/category/featured/">
  577.          Featured
  578.        </a>
  579.      </li>
  580.    
  581.  
  582.    
  583.    
  584.      <li class="menu-item-has-children">
  585.        <a href="#">More</a>
  586.        <ul class="sub-menu">
  587.          
  588.            <li>
  589.              <a href="/category/gaming/">
  590.                Gaming
  591.              </a>
  592.            </li>
  593.          
  594.            <li>
  595.              <a href="/category/health/">
  596.                Health
  597.              </a>
  598.            </li>
  599.          
  600.            <li>
  601.              <a href="/category/life-fitness/">
  602.                Life &amp; Fitness
  603.              </a>
  604.            </li>
  605.          
  606.            <li>
  607.              <a href="/category/lifestyle/">
  608.                Lifestyle
  609.              </a>
  610.            </li>
  611.          
  612.            <li>
  613.              <a href="/category/news/">
  614.                News
  615.              </a>
  616.            </li>
  617.          
  618.            <li>
  619.              <a href="/category/others/">
  620.                Others
  621.              </a>
  622.            </li>
  623.          
  624.            <li>
  625.              <a href="/category/politics/">
  626.                Politics
  627.              </a>
  628.            </li>
  629.          
  630.            <li>
  631.              <a href="/category/sports/">
  632.                Sports
  633.              </a>
  634.            </li>
  635.          
  636.            <li>
  637.              <a href="/category/tech/">
  638.                Tech
  639.              </a>
  640.            </li>
  641.          
  642.            <li>
  643.              <a href="/category/travel/">
  644.                Travel
  645.              </a>
  646.            </li>
  647.          
  648.        </ul>
  649.      </li>
  650.    
  651.  
  652.  
  653. <li>
  654.                  <a href="/page/contact-us/">
  655.                     Contact Us
  656.                  </a>
  657.              </li>
  658. </ul>
  659.  
  660.        </div>
  661.        <div class="sidebar-blur"></div>
  662.        <!-- end of nav-collapse -->
  663.      </div>
  664.      <div class="me-3">
  665.        <div class="mobail-menu d-xl-none d-block">
  666.          <button type="button" class="navbar-toggler open-btn">
  667.            <span class="sr-only">Toggle navigation</span>
  668.            <span class="icon-bar first-angle"></span>
  669.            <span class="icon-bar middle-angle"></span>
  670.            <span class="icon-bar last-angle"></span>
  671.          </button>
  672.        </div>
  673.        <!-- <div class="header-right">
  674.          <div class="header-right-menu-wrapper d-xl-block d-none">
  675.            <div class="header-right-menu">
  676.              <div class="right-menu-toggle-btn">
  677.                <span></span>
  678.                <span></span>
  679.                <span></span>
  680.              </div>
  681.              <div class="header-right-menu-wrap" style="z-index: 999;">
  682.                <button class="right-menu-close"><i class="ti-close"></i></button>
  683.                <div class="logo">
  684.                  <img src="/static/blogapp/assets/images/logo2.png" alt="" />
  685.                </div>
  686.                <div class="header-right-sec">
  687.                  <div class="project-widget widget">
  688.                    <h3 class="text-white">Our Latest News</h3>
  689.                    <div class="posts">
  690.                      <div class="post">
  691.                        <div class="img-holder">
  692.                          <img src="/static/blogapp/assets/images/recent-posts/img-1.jpg" alt />
  693.                        </div>
  694.                        <div class="details">
  695.                          <span class="date">19 Jun 2022</span>
  696.                          <h4><a href="blog-single.html" class="text-white">Perfect Photo Clicking Idea You Must Know.</a></h4>
  697.                        </div>
  698.                      </div>
  699.                      <div class="post">
  700.                        <div class="img-holder">
  701.                          <img src="/static/blogapp/assets/images/recent-posts/img-2.jpg" alt />
  702.                        </div>
  703.                        <div class="details">
  704.                          <span class="date">22 May 2022</span>
  705.                          <h4><a href="blog-single.html" class="text-white">Best tourism site all over the world.</a></h4>
  706.                        </div>
  707.                      </div>
  708.                      <div class="post">
  709.                        <div class="img-holder">
  710.                          <img src="/static/blogapp/assets/images/recent-posts/img-3.jpg" alt />
  711.                        </div>
  712.                        <div class="details">
  713.                          <span class="date">12 Apr 2022</span>
  714.                          <h4><a href="blog-single.html" class="text-white">Whats In Trend in Now Woman Fashion.</a></h4>
  715.                        </div>
  716.                      </div>
  717.                    </div>
  718.                  </div>
  719.                  <div class="widget wpo-contact-widget">
  720.                    <div class="widget-title">
  721.                      <h3 class="text-white">Contact Us</h3>
  722.                    </div>
  723.                    <div class="contact-ft">
  724.                      <ul>
  725.                        <li>
  726.                          <i class="fi flaticon-location"></i>68D, Belsion Town 2365 <br /> Fna city, LH 3656, USA
  727.                        </li>
  728.                        <li>
  729.                          <i class="fi flaticon-telephone"></i>+ 8 (123) 123 456 789 <br />
  730.                          + 8 (123) 123 456 789
  731.                        </li>
  732.                        <li>
  733.                          <i class="fi flaticon-email"></i>Bloggar@gmail.com
  734.                        </li>
  735.                      </ul>
  736.                    </div>
  737.                  </div>
  738.                </div>
  739.              </div>
  740.              <div class="sidebar-blur"></div>
  741.            </div>
  742.          </div>
  743.        </div> -->
  744.      </div>
  745.    </div>
  746.  </div>
  747.  <!-- end of container -->
  748. </nav>
  749. <style>
  750.  .navbar-brand img{
  751.    height: 70px;
  752.    object-fit: contain;
  753.  }
  754.    /* search field */
  755.  .search-results-container {
  756.  position: absolute;
  757.  top: 100%; /* Position it below the input field */
  758. left: 10px;
  759.  right: 10px;
  760.  background-color: white;
  761.  border: 1px solid #ddd;
  762.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  763.  max-height: 300px;
  764.  overflow-y: auto;
  765.  z-index: 1000;
  766.  display: none; /* Initially hidden */
  767. }
  768.  
  769. .search-results-container p {
  770.  margin: 0;
  771. }
  772.  
  773. .search-results-container .result-item {
  774.  padding: 10px;
  775.  cursor: pointer;
  776. }
  777.  
  778. .search-results-container .result-item:hover {
  779.  background-color: #f0f0f0;
  780. }
  781. @media (max-width:576px) {
  782.  .w-sm-full{
  783.    padding-top: 10px;
  784.    width: 100%;
  785.  }
  786.  .m-s-0{
  787.    margin-top: 0px !important;
  788.  }
  789. }
  790. @media (max-width:768px) {
  791. .search-icon{
  792. top: 50%;
  793. }
  794. }
  795.  
  796.  
  797. </style>
  798. <script>
  799.  const searchInput = document.querySelector(".search-input");
  800.  const searchResults = document.getElementById("search-results");
  801.  
  802.  // Handle typing
  803.  searchInput.addEventListener("keyup", function (e) {
  804.    e.preventDefault();
  805.  
  806.    const query = searchInput.value;
  807.  
  808.    if (query === "") {
  809.      searchResults.innerHTML = "";
  810.      searchResults.style.display = "none";
  811.      return;
  812.    }
  813.  
  814.    searchResults.style.display = "block";
  815.  
  816.    fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  817.      method: "GET",
  818.      headers: {
  819.        "X-Requested-With": "XMLHttpRequest",
  820.      },
  821.    })
  822.      .then(response => response.json())
  823.      .then(data => {
  824.        if (data.html) {
  825.          searchResults.innerHTML = data.html;
  826.        } else {
  827.          searchResults.innerHTML = "<p>No results found.</p>";
  828.        }
  829.      })
  830.      .catch(error => {
  831.        console.error("Error fetching search results:", error);
  832.      });
  833.  });
  834.  
  835.  // Close results when clicking outside
  836.  document.addEventListener("click", function (e) {
  837.    if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  838.      searchResults.style.display = "none";
  839.    }
  840.  });
  841. </script>
  842.  
  843.  
  844.        </header>
  845.        <!-- end of header -->
  846.        <!-- start of wpo-blog-hero -->
  847.        
  848.  
  849.  
  850.  
  851.  
  852.  
  853.  
  854.  
  855. <div class="blog-hero-v5">
  856.  <div class="container-fluid fluid-container">
  857.    <!-- Top Hero Banner -->
  858.    <div class="row hero-banner">
  859.      
  860.      
  861.        
  862.        <div class="col-12">
  863.          <div class="banner-container d-md-flex d-none">
  864.            
  865.                <img   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" class="banner-image">
  866.            
  867.            <div class="banner-overlay">
  868.              <span class="banner-category bg-primary-gradient">News</span>
  869.              <h2 class="banner-title"> <a href="/ashes-pre-series-trash-talk-intensifies-as-broad-labels-australian-team-the-worst-since-2010/" class="blog-color">
  870.                                        Ashes Pre-Series Trash Talk Intensifies as Broad Labels Australian Team the Worst Since 2010
  871.                                    </a></h2>
  872.              <p class="blog-color"></p>
  873.            </div>
  874.          </div>
  875.        </div>
  876.  
  877.      
  878.      
  879.      <!-- <div class="featured-grid">
  880.        <div class="col-12">
  881.          <div class="featured-card d-block d-md-none">
  882.            <img src="/static/blogapp/assets/images/hero/img-1.jpg" alt="Tech Post" class="card-image" />
  883.            <div class="card-content">
  884.              <span class="card-category bg-primary-gradient">Travel & Adventure</span>
  885.              <h2>Journey Through The Swiss Alps: A Complete Guide</h2>
  886.              <p>Discover breathtaking landscapes and hidden trails for an unforgettable adventure.</p>
  887.              <div class="author-info">
  888.                <span class="author-name">Sarah Wilson</span>
  889.                <span class="post-time">2 hours ago</span>
  890.              </div>
  891.            </div>
  892.          </div>
  893.        </div>
  894.      </div> -->
  895.    </div>
  896.  
  897.    <!-- Main Content Row -->
  898.  </div>
  899.  <div class="container-fluid fluid-container">
  900.    <div class="row main-content">
  901.      <!-- Left: Featured Posts Grid -->
  902.      <div class="col-lg-8 col-md-12">
  903.        <h5 class="section-title">Recent Posts</h5>
  904.        <div class="row featured-grid">
  905.          
  906.          <div class="col-md-6">
  907.            <div class="featured-card">
  908.              
  909.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  910.                      class="card-image" style="object-fit: cover;" alt="">
  911.              
  912.              <div class="card-content">
  913.                <span class="card-category bg-primary-gradient">News</span>
  914.                <h4 class="card-title"><a class="top-color" href="/the-greek-tennis-star-seriously-considered-walking-away-during-injury-plagued-2025-season/" >
  915.                                        The Greek tennis star Seriously Considered Walking Away During Injury-Plagued 2025 Season
  916.                                    </a></h4>
  917.                <div class="author-info">
  918.                  <span class="author-name">Carla Townsend</span>
  919.                  <span class="post-time">15 May 2026</span>
  920.                </div>
  921.              </div>
  922.            </div>
  923.          </div>
  924.          
  925.          <div class="col-md-6">
  926.            <div class="featured-card">
  927.              
  928.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  929.                      class="card-image" style="object-fit: cover;" alt="">
  930.              
  931.              <div class="card-content">
  932.                <span class="card-category bg-primary-gradient">News</span>
  933.                <h4 class="card-title"><a class="top-color" href="/tottenham-centre-back-van-de-ven-expresses-surprise-over-postecoglou-sacking/" >
  934.                                        Tottenham Centre-Back Van de Ven Expresses Surprise Over Postecoglou Sacking
  935.                                    </a></h4>
  936.                <div class="author-info">
  937.                  <span class="author-name">Carla Townsend</span>
  938.                  <span class="post-time">14 May 2026</span>
  939.                </div>
  940.              </div>
  941.            </div>
  942.          </div>
  943.          
  944.          <div class="col-md-6">
  945.            <div class="featured-card">
  946.              
  947.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  948.                      class="card-image" style="object-fit: cover;" alt="">
  949.              
  950.              <div class="card-content">
  951.                <span class="card-category bg-primary-gradient">News</span>
  952.                <h4 class="card-title"><a class="top-color" href="/body-or-world-standing-katie-boulters-melbourne-grand-slam-dilemma/" >
  953.                                        Body or World Standing - Katie Boulter&#x27;s Melbourne Grand Slam Dilemma
  954.                                    </a></h4>
  955.                <div class="author-info">
  956.                  <span class="author-name">Carla Townsend</span>
  957.                  <span class="post-time">14 May 2026</span>
  958.                </div>
  959.              </div>
  960.            </div>
  961.          </div>
  962.          
  963.          <div class="col-md-6">
  964.            <div class="featured-card">
  965.              
  966.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  967.                      class="card-image" style="object-fit: cover;" alt="">
  968.              
  969.              <div class="card-content">
  970.                <span class="card-category bg-primary-gradient">News</span>
  971.                <h4 class="card-title"><a class="top-color" href="/tottenham-relieve-pressure-on-thomas-frank-as-xavi-simons-rounds-off-comfortable-win-over-slavia-prague/" >
  972.                                        Tottenham Relieve Pressure on Thomas Frank as Xavi Simons Rounds Off Comfortable Win Over Slavia Prague
  973.                                    </a></h4>
  974.                <div class="author-info">
  975.                  <span class="author-name">Carla Townsend</span>
  976.                  <span class="post-time">14 May 2026</span>
  977.                </div>
  978.              </div>
  979.            </div>
  980.          </div>
  981.          
  982.        </div>
  983.      </div>
  984.  
  985.      <!-- Right: Trending Sidebar -->
  986.      <div class="col-lg-4 col-md-12">
  987.        <h5 class="section-title">Trending</h5>
  988.        <div class="trending-list gap-md-2 gap-lg-0 justify-content-center align-items-center row">
  989.          
  990.  
  991.        </div>
  992.      </div>
  993.    </div>
  994.  </div>
  995. </div>
  996. <style>
  997.  /* Blog Hero V5 - Clean 2-Column Layout */
  998.  
  999.  /* Hero Banner */
  1000.  .hero-banner .banner-container {
  1001.    position: relative;
  1002.    overflow: hidden;
  1003.    border-radius: 8px;
  1004.  }
  1005.  
  1006.  .hero-banner .banner-image {
  1007.    width: 100%;
  1008.    height: 350px;
  1009.    object-fit: cover;
  1010.    transition: all 0.2s ease;
  1011.  }
  1012.  
  1013.  .hero-banner:hover .banner-image {
  1014.    transform: scale(1.02);
  1015.  }
  1016.  
  1017.  .hero-banner .banner-overlay {
  1018.    position: absolute;
  1019.    bottom: 0;
  1020.    left: 0;
  1021.    right: 0;
  1022.    background: var(--blog-bg);
  1023.    color: var(--blog-color);
  1024.    padding: 1.5rem;
  1025.  }
  1026.  
  1027.  .banner-category {
  1028.    padding: 0.25rem 0.75rem;
  1029.    border-radius: 4px;
  1030.    font-size: 16px;
  1031.  }
  1032.  
  1033.  .banner-title {
  1034.    color: var(--blog-color) !important;
  1035.    margin: 0.5rem 0;
  1036.  }
  1037.  
  1038.  .banner-excerpt {
  1039.    font-size: 1rem;
  1040.    margin-bottom: 1rem;
  1041.  }
  1042.  
  1043.  .read-more-btn {
  1044.    background: #007bff;
  1045.    color: white;
  1046.    border: none;
  1047.    padding: 0.5rem 1rem;
  1048.    border-radius: 4px;
  1049.    cursor: pointer;
  1050.  }
  1051.  
  1052.  /* Main Content */
  1053.  .main-content {
  1054.    margin-top: 2rem;
  1055.  }
  1056.  
  1057.  .section-title {
  1058.    font-size: 1.2rem;
  1059.    font-weight: bold;
  1060.    margin-bottom: 1rem;
  1061.    border-bottom: 1px solid var(--border-color);
  1062.    padding-bottom: 0.5rem;
  1063.  }
  1064.  
  1065.  /* Featured Grid */
  1066.  .featured-grid .featured-card {
  1067.    background: var(--card-bg);
  1068.    border: 1px solid var(--border-color);
  1069.    border-radius: 8px;
  1070.    overflow: hidden;
  1071.    margin-bottom: 1.5rem;
  1072.    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  1073.  }
  1074.  
  1075.  .featured-grid .card-image {
  1076.    width: 100%;
  1077.    height: 200px;
  1078.    object-fit: cover;
  1079.    transition: all 0.2s ease;
  1080.  }
  1081.  
  1082.  .featured-grid .featured-card:hover .card-image {
  1083.    transform: scale(1.02);
  1084.  }
  1085.  
  1086.  .featured-grid .card-content {
  1087.    padding: 1rem;
  1088.  }
  1089.  
  1090.  .card-category {
  1091.    padding: 0.25rem 0.75rem;
  1092.    border-radius: 4px;
  1093.    font-size: 0.8rem;
  1094.  }
  1095.  
  1096.  .card-title {
  1097.    font-size: 1.1rem;
  1098.    margin: 0.5rem 0;
  1099.  }
  1100.  
  1101.  .author-info {
  1102.    font-size: 0.8rem;
  1103.    color: #666;
  1104.  }
  1105.  
  1106.  .author-name {
  1107.    font-weight: bold;
  1108.  }
  1109.  
  1110.  /* Trending Sidebar */
  1111.  .trending-list .trending-item {
  1112.    display: flex;
  1113.    margin-bottom: 1rem;
  1114.    padding: 1rem;
  1115.    background: var(--card-bg);
  1116.    border: 1px solid #ddd;
  1117.    border-radius: 8px;
  1118.    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  1119.  }
  1120.  
  1121.  .trending-item .trending-image {
  1122.    width: 115px;
  1123.    height: 115px;
  1124.    object-fit: cover;
  1125.    border-radius: 4px;
  1126.    margin-right: 1rem;
  1127.  }
  1128.  
  1129.  .trending-item .trending-content {
  1130.    flex: 1;
  1131.  }
  1132.  
  1133.  .trending-category {
  1134.    padding: 0.25rem 0.75rem;
  1135.    border-radius: 4px;
  1136.    font-size: 12px;
  1137.  }
  1138.  
  1139.  .trending-title {
  1140.    font-size: 1rem;
  1141.    margin: 0.25rem 0;
  1142.  }
  1143.  
  1144.  .trending-author {
  1145.    font-size: 1rem;
  1146.    color: var(--topbar-color);
  1147.  }
  1148.  
  1149.  /* Responsive */
  1150.  @media (max-width: 992px) {
  1151.    .hero-banner .banner-image {
  1152.      height: 250px;
  1153.    }
  1154.  
  1155.    .featured-grid .card-image {
  1156.      height: 180px;
  1157.    }
  1158.  
  1159.    .trending-item {
  1160.      flex-direction: column;
  1161.      text-align: center;
  1162.    }
  1163.  
  1164.    .trending-item .trending-image {
  1165.      margin-right: 0;
  1166.      margin-bottom: 1rem;
  1167.    }
  1168.  }
  1169.  
  1170.  @media (max-width: 768px) {
  1171.    .banner-title {
  1172.      font-size: 1.5rem;
  1173.    }
  1174.  
  1175.    .banner-excerpt {
  1176.      font-size: 0.9rem;
  1177.    }
  1178.  }
  1179. </style>
  1180.  
  1181.  
  1182.  
  1183.  
  1184.  
  1185.        <!-- end of wpo-blog-hero -->
  1186.  
  1187.        <!-- start of wpo-breacking-news -->
  1188.        
  1189.        <!-- end of wpo-breacking-news -->
  1190.        
  1191.        <!-- start wpo-blog-highlights-section -->
  1192.        
  1193.  
  1194.  
  1195.  
  1196.    
  1197.  
  1198.  
  1199.  <style>
  1200.    /* Section Header */
  1201.    .section-header-v9 {
  1202.      text-align: center;
  1203.      margin-bottom: 20px;
  1204.    }
  1205.    
  1206.    .section-title-v9 {
  1207.      font-size: 3rem;
  1208.      font-weight: 700;
  1209.      color: var(--topbar-color);
  1210.      margin-bottom: 20px;
  1211.      text-transform: uppercase;
  1212.    }
  1213.    
  1214.    .section-subtitle-v9 {
  1215.      font-size: 1.2rem;
  1216.      color: var(--topbar-color);
  1217.      opacity: 0.5;
  1218.      max-width: 800px;
  1219.      margin: 0 auto;
  1220.      line-height: 1.8;
  1221.    }
  1222.        
  1223.    /* Blog Card */
  1224.    .blog-card-v9 {
  1225.      background: var(--card-bg);
  1226.      border: 1px solid var(--border-color);
  1227.      border-radius: 8px;
  1228.      margin-bottom: 30px;
  1229.      overflow: hidden;
  1230.      opacity: 0;
  1231.      transition: opacity 0.5s ease, box-shadow 0.3s ease;
  1232.    }
  1233.    
  1234.    .blog-card-v9.fade-in {
  1235.      opacity: 1;
  1236.    }
  1237.    
  1238.    @keyframes fadeIn {
  1239.      from {
  1240.        opacity: 0;
  1241.      }
  1242.      to {
  1243.        opacity: 1;
  1244.      }
  1245.    }
  1246.    
  1247.    .blog-card-v9:hover {
  1248.      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  1249.    }
  1250.    
  1251.    /* Blog Image */
  1252.    .blog-image-container-v9 {
  1253.      width: 100%;
  1254.      aspect-ratio: 16/9; /* 👈 maintains clean ratio */
  1255.      overflow: hidden;
  1256.    }
  1257.    
  1258.    .blog-image-v9 {
  1259.      width: 100%;
  1260.      height: 100%;
  1261.    }
  1262.    
  1263.    .blog-image-v9 img {
  1264.      width: 100%;
  1265.      height: 100%;
  1266.      object-fit: cover;
  1267.      display: block;
  1268.    }
  1269.    
  1270.    /* Blog Content */
  1271.    .blog-content-v9 {
  1272.      padding: 20px;
  1273.    }
  1274.    
  1275.    .blog-title-v9 {
  1276.      font-size: 1.2rem;
  1277.      font-weight: 600;
  1278.      margin-bottom: 15px;
  1279.      color: var(--topbar-color) !important;
  1280.      text-transform: capitalize;
  1281.    }
  1282.    
  1283.    .blog-meta-v9 {
  1284.      display: flex;
  1285.      align-items: center;
  1286.      gap: 10px;
  1287.      font-size: 0.9rem;
  1288.      color: var(--topbar-color);
  1289.      margin-bottom: 10px;
  1290.    }
  1291.    
  1292.    .blog-meta-v9 span {
  1293.      display: inline-block;
  1294.    }
  1295.    
  1296.    .blog-excerpt-v9 {
  1297.      font-size: 1rem;
  1298.      color: var(--topbar-color);
  1299.      opacity: .6;
  1300.      margin-bottom: 15px;
  1301.      line-height: 1.6;
  1302.    }
  1303.    
  1304.    .blog-actions-v9 {
  1305.      display: flex;
  1306.      justify-content: flex-start;
  1307.    }
  1308.    
  1309.    .blog-read-more-v9 {
  1310.      font-size: 1rem;
  1311.      color: var(--topbar-color);
  1312.      text-decoration: none;
  1313.      transition: color 0.3s ease;
  1314.    }
  1315.    
  1316.    .blog-read-more-v9:hover {
  1317.      color: #2980b9 !important;
  1318.    }
  1319.    
  1320.    /* Responsive Design */
  1321.    @media (max-width: 768px) {
  1322.      .section-title-v9 {
  1323.        font-size: 2.5rem;
  1324.      }
  1325.    
  1326.      .blog-card-v9 {
  1327.        margin-bottom: 20px;
  1328.      }
  1329.    
  1330.      .blog-meta-v9 {
  1331.        font-size: 0.8rem;
  1332.      }
  1333.    
  1334.      .blog-image-container-v9 {
  1335.        aspect-ratio: 4/3; /* 👈 mobile friendly ratio */
  1336.      }
  1337.    }
  1338.  </style>
  1339.  
  1340.  <section class="blog-highlights-v9 mt-5">
  1341.    <div class="container-fluid fluid-container">
  1342.      <!-- Section Header -->
  1343.      <div class="row justify-content-center">
  1344.        <div class="col-12 col-lg-10">
  1345.          <div class="section-header-v9">
  1346.            <h2 class="section-title-v9 mb-0">
  1347.                Today's Top Highlights
  1348.                   </h2>
  1349.            <p class="section-subtitle-v9">Explore the intersection of technology and creativity through storytelling in the digital era.</p>
  1350.          </div>
  1351.        </div>
  1352.      </div>
  1353.  
  1354.      <!-- Blog Grid -->
  1355.      <div class="row ">
  1356.        <div class="col-lg-8">
  1357.          <div class="row d-flex justify-content-center">
  1358.            
  1359.              <div class="col-md-6 pb-3">
  1360.                <article class="blog-card-v9 h-100">
  1361.                  <div class="blog-image-container-v9">
  1362.                    <div class="blog-image-v9">
  1363.                      
  1364.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1365.                      
  1366.                    </div>
  1367.                  </div>
  1368.                  <div class="blog-content-v9">
  1369.                    <h3 class="blog-title-v9 "><a class="top-color" href="/leonard-hungry-paul-review-a-soothing-series-with-narration-from-the-hollywood-star-offers-the-perfect-remedy-to-todays-world/">Leonard &amp; Hungry Paul Review: A Soothing Series With Narration from the Hollywood Star Offers the Perfect Remedy to Today&#x27;s World</a></h3>
  1370.                    <div class="blog-meta-v9">
  1371.                      <span>By <strong>Carla Townsend</strong></span>
  1372.                      <span>•</span>
  1373.                      <span>14 May 2026</span>
  1374.                    </div>
  1375.                    <p class="blog-excerpt-v9"></p>
  1376.                    <div class="blog-actions-v9">
  1377.                      <a href="/leonard-hungry-paul-review-a-soothing-series-with-narration-from-the-hollywood-star-offers-the-perfect-remedy-to-todays-world/" class="blog-read-more-v9">Read More →</a>
  1378.                    </div>
  1379.                  </div>
  1380.                </article>
  1381.              </div>
  1382.            
  1383.              <div class="col-md-6 pb-3">
  1384.                <article class="blog-card-v9 h-100">
  1385.                  <div class="blog-image-container-v9">
  1386.                    <div class="blog-image-v9">
  1387.                      
  1388.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1389.                      
  1390.                    </div>
  1391.                  </div>
  1392.                  <div class="blog-content-v9">
  1393.                    <h3 class="blog-title-v9 "><a class="top-color" href="/how-to-flawless-butter-paneer-cooking-instructions/">How to Flawless Butter Paneer – Cooking Instructions</a></h3>
  1394.                    <div class="blog-meta-v9">
  1395.                      <span>By <strong>Carla Townsend</strong></span>
  1396.                      <span>•</span>
  1397.                      <span>14 May 2026</span>
  1398.                    </div>
  1399.                    <p class="blog-excerpt-v9"></p>
  1400.                    <div class="blog-actions-v9">
  1401.                      <a href="/how-to-flawless-butter-paneer-cooking-instructions/" class="blog-read-more-v9">Read More →</a>
  1402.                    </div>
  1403.                  </div>
  1404.                </article>
  1405.              </div>
  1406.            
  1407.              <div class="col-md-6 pb-3">
  1408.                <article class="blog-card-v9 h-100">
  1409.                  <div class="blog-image-container-v9">
  1410.                    <div class="blog-image-v9">
  1411.                      
  1412.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1413.                      
  1414.                    </div>
  1415.                  </div>
  1416.                  <div class="blog-content-v9">
  1417.                    <h3 class="blog-title-v9 "><a class="top-color" href="/british-and-scottish-governments-clash-over-who-should-pay-the-245m-cost-for-donald-trump-and-vance-trips/">British and Scottish Governments Clash Over Who Should Pay the £24.5m Cost for Donald Trump and Vance Trips</a></h3>
  1418.                    <div class="blog-meta-v9">
  1419.                      <span>By <strong>Carla Townsend</strong></span>
  1420.                      <span>•</span>
  1421.                      <span>14 May 2026</span>
  1422.                    </div>
  1423.                    <p class="blog-excerpt-v9"></p>
  1424.                    <div class="blog-actions-v9">
  1425.                      <a href="/british-and-scottish-governments-clash-over-who-should-pay-the-245m-cost-for-donald-trump-and-vance-trips/" class="blog-read-more-v9">Read More →</a>
  1426.                    </div>
  1427.                  </div>
  1428.                </article>
  1429.              </div>
  1430.            
  1431.              <div class="col-md-6 pb-3">
  1432.                <article class="blog-card-v9 h-100">
  1433.                  <div class="blog-image-container-v9">
  1434.                    <div class="blog-image-v9">
  1435.                      
  1436.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1437.                      
  1438.                    </div>
  1439.                  </div>
  1440.                  <div class="blog-content-v9">
  1441.                    <h3 class="blog-title-v9 "><a class="top-color" href="/nations-highest-court-backs-revised-texas-congressional-maps/">Nation&#x27;s Highest Court Backs Revised Texas Congressional Maps.</a></h3>
  1442.                    <div class="blog-meta-v9">
  1443.                      <span>By <strong>Carla Townsend</strong></span>
  1444.                      <span>•</span>
  1445.                      <span>14 May 2026</span>
  1446.                    </div>
  1447.                    <p class="blog-excerpt-v9"></p>
  1448.                    <div class="blog-actions-v9">
  1449.                      <a href="/nations-highest-court-backs-revised-texas-congressional-maps/" class="blog-read-more-v9">Read More →</a>
  1450.                    </div>
  1451.                  </div>
  1452.                </article>
  1453.              </div>
  1454.            
  1455.              <div class="col-md-6 pb-3">
  1456.                <article class="blog-card-v9 h-100">
  1457.                  <div class="blog-image-container-v9">
  1458.                    <div class="blog-image-v9">
  1459.                      
  1460.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1461.                      
  1462.                    </div>
  1463.                  </div>
  1464.                  <div class="blog-content-v9">
  1465.                    <h3 class="blog-title-v9 "><a class="top-color" href="/medical-experts-from-scotland-and-america-accomplish-historic-stroke-surgery-via-automated-technology/">Medical Experts from Scotland and America Accomplish Historic Stroke Surgery Via Automated Technology</a></h3>
  1466.                    <div class="blog-meta-v9">
  1467.                      <span>By <strong>Carla Townsend</strong></span>
  1468.                      <span>•</span>
  1469.                      <span>14 May 2026</span>
  1470.                    </div>
  1471.                    <p class="blog-excerpt-v9"></p>
  1472.                    <div class="blog-actions-v9">
  1473.                      <a href="/medical-experts-from-scotland-and-america-accomplish-historic-stroke-surgery-via-automated-technology/" class="blog-read-more-v9">Read More →</a>
  1474.                    </div>
  1475.                  </div>
  1476.                </article>
  1477.              </div>
  1478.            
  1479.              <div class="col-md-6 pb-3">
  1480.                <article class="blog-card-v9 h-100">
  1481.                  <div class="blog-image-container-v9">
  1482.                    <div class="blog-image-v9">
  1483.                      
  1484.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1485.                      
  1486.                    </div>
  1487.                  </div>
  1488.                  <div class="blog-content-v9">
  1489.                    <h3 class="blog-title-v9 "><a class="top-color" href="/chinas-new-artificial-intelligence-guidelines-target-on-youth-safeguards-and-suicide-prevention-reduction/">China&#x27;s New Artificial Intelligence Guidelines Target on Youth Safeguards and Suicide Prevention Reduction.</a></h3>
  1490.                    <div class="blog-meta-v9">
  1491.                      <span>By <strong>Carla Townsend</strong></span>
  1492.                      <span>•</span>
  1493.                      <span>13 May 2026</span>
  1494.                    </div>
  1495.                    <p class="blog-excerpt-v9"></p>
  1496.                    <div class="blog-actions-v9">
  1497.                      <a href="/chinas-new-artificial-intelligence-guidelines-target-on-youth-safeguards-and-suicide-prevention-reduction/" class="blog-read-more-v9">Read More →</a>
  1498.                    </div>
  1499.                  </div>
  1500.                </article>
  1501.              </div>
  1502.            
  1503.              <div class="col-md-6 pb-3">
  1504.                <article class="blog-card-v9 h-100">
  1505.                  <div class="blog-image-container-v9">
  1506.                    <div class="blog-image-v9">
  1507.                      
  1508.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1509.                      
  1510.                    </div>
  1511.                  </div>
  1512.                  <div class="blog-content-v9">
  1513.                    <h3 class="blog-title-v9 "><a class="top-color" href="/californias-governor-confirms-he-is-weighing-a-white-house-bid-in-2028/">California&#x27;s Governor Confirms He Is Weighing a White House Bid in 2028</a></h3>
  1514.                    <div class="blog-meta-v9">
  1515.                      <span>By <strong>Carla Townsend</strong></span>
  1516.                      <span>•</span>
  1517.                      <span>13 May 2026</span>
  1518.                    </div>
  1519.                    <p class="blog-excerpt-v9"></p>
  1520.                    <div class="blog-actions-v9">
  1521.                      <a href="/californias-governor-confirms-he-is-weighing-a-white-house-bid-in-2028/" class="blog-read-more-v9">Read More →</a>
  1522.                    </div>
  1523.                  </div>
  1524.                </article>
  1525.              </div>
  1526.            
  1527.              <div class="col-md-6 pb-3">
  1528.                <article class="blog-card-v9 h-100">
  1529.                  <div class="blog-image-container-v9">
  1530.                    <div class="blog-image-v9">
  1531.                      
  1532.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1533.                      
  1534.                    </div>
  1535.                  </div>
  1536.                  <div class="blog-content-v9">
  1537.                    <h3 class="blog-title-v9 "><a class="top-color" href="/certain-factions-on-the-political-spectrum-who-offer-only-complaints-the-government-is-proceeding-with-the-job-of-financial-revitalization/">Certain factions on the political spectrum who offer only complaints: The government is proceeding with the job of financial revitalization.</a></h3>
  1538.                    <div class="blog-meta-v9">
  1539.                      <span>By <strong>Carla Townsend</strong></span>
  1540.                      <span>•</span>
  1541.                      <span>13 May 2026</span>
  1542.                    </div>
  1543.                    <p class="blog-excerpt-v9"></p>
  1544.                    <div class="blog-actions-v9">
  1545.                      <a href="/certain-factions-on-the-political-spectrum-who-offer-only-complaints-the-government-is-proceeding-with-the-job-of-financial-revitalization/" class="blog-read-more-v9">Read More →</a>
  1546.                    </div>
  1547.                  </div>
  1548.                </article>
  1549.              </div>
  1550.            
  1551.              <div class="col-md-6 pb-3">
  1552.                <article class="blog-card-v9 h-100">
  1553.                  <div class="blog-image-container-v9">
  1554.                    <div class="blog-image-v9">
  1555.                      
  1556.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1557.                      
  1558.                    </div>
  1559.                  </div>
  1560.                  <div class="blog-content-v9">
  1561.                    <h3 class="blog-title-v9 "><a class="top-color" href="/the-greater-manchester-mayor-would-probably-have-secured-gorton-and-denton-byelection-states-labour-deputy-leader/">The Greater Manchester Mayor Would &#x27;Probably&#x27; Have Secured Gorton and Denton Byelection, States Labour Deputy Leader</a></h3>
  1562.                    <div class="blog-meta-v9">
  1563.                      <span>By <strong>Carla Townsend</strong></span>
  1564.                      <span>•</span>
  1565.                      <span>13 May 2026</span>
  1566.                    </div>
  1567.                    <p class="blog-excerpt-v9"></p>
  1568.                    <div class="blog-actions-v9">
  1569.                      <a href="/the-greater-manchester-mayor-would-probably-have-secured-gorton-and-denton-byelection-states-labour-deputy-leader/" class="blog-read-more-v9">Read More →</a>
  1570.                    </div>
  1571.                  </div>
  1572.                </article>
  1573.              </div>
  1574.            
  1575.              <div class="col-md-6 pb-3">
  1576.                <article class="blog-card-v9 h-100">
  1577.                  <div class="blog-image-container-v9">
  1578.                    <div class="blog-image-v9">
  1579.                      
  1580.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1581.                      
  1582.                    </div>
  1583.                  </div>
  1584.                  <div class="blog-content-v9">
  1585.                    <h3 class="blog-title-v9 "><a class="top-color" href="/previous-british-broadcasting-corporation-consultants-face-mps-questioning-following-allegations-of-bias-in-leaked-document/">Previous British Broadcasting Corporation Consultants Face MPs&#x27; Questioning Following Allegations of Bias in Leaked Document</a></h3>
  1586.                    <div class="blog-meta-v9">
  1587.                      <span>By <strong>Carla Townsend</strong></span>
  1588.                      <span>•</span>
  1589.                      <span>13 May 2026</span>
  1590.                    </div>
  1591.                    <p class="blog-excerpt-v9"></p>
  1592.                    <div class="blog-actions-v9">
  1593.                      <a href="/previous-british-broadcasting-corporation-consultants-face-mps-questioning-following-allegations-of-bias-in-leaked-document/" class="blog-read-more-v9">Read More →</a>
  1594.                    </div>
  1595.                  </div>
  1596.                </article>
  1597.              </div>
  1598.            
  1599.              <div class="col-md-6 pb-3">
  1600.                <article class="blog-card-v9 h-100">
  1601.                  <div class="blog-image-container-v9">
  1602.                    <div class="blog-image-v9">
  1603.                      
  1604.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1605.                      
  1606.                    </div>
  1607.                  </div>
  1608.                  <div class="blog-content-v9">
  1609.                    <h3 class="blog-title-v9 "><a class="top-color" href="/the-blue-jays-secure-fall-classic-matchup-versus-defending-champion-dodgers/">The Blue Jays Secure Fall Classic Matchup Versus defending champion Dodgers</a></h3>
  1610.                    <div class="blog-meta-v9">
  1611.                      <span>By <strong>Carla Townsend</strong></span>
  1612.                      <span>•</span>
  1613.                      <span>13 May 2026</span>
  1614.                    </div>
  1615.                    <p class="blog-excerpt-v9"></p>
  1616.                    <div class="blog-actions-v9">
  1617.                      <a href="/the-blue-jays-secure-fall-classic-matchup-versus-defending-champion-dodgers/" class="blog-read-more-v9">Read More →</a>
  1618.                    </div>
  1619.                  </div>
  1620.                </article>
  1621.              </div>
  1622.            
  1623.              <div class="col-md-6 pb-3">
  1624.                <article class="blog-card-v9 h-100">
  1625.                  <div class="blog-image-container-v9">
  1626.                    <div class="blog-image-v9">
  1627.                      
  1628.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1629.                      
  1630.                    </div>
  1631.                  </div>
  1632.                  <div class="blog-content-v9">
  1633.                    <h3 class="blog-title-v9 "><a class="top-color" href="/the-english-team-include-the-off-spinner-in-line-up-for-ashes-initial-match/">The English team Include the off-spinner in Line-up for Ashes Initial Match</a></h3>
  1634.                    <div class="blog-meta-v9">
  1635.                      <span>By <strong>Carla Townsend</strong></span>
  1636.                      <span>•</span>
  1637.                      <span>13 May 2026</span>
  1638.                    </div>
  1639.                    <p class="blog-excerpt-v9"></p>
  1640.                    <div class="blog-actions-v9">
  1641.                      <a href="/the-english-team-include-the-off-spinner-in-line-up-for-ashes-initial-match/" class="blog-read-more-v9">Read More →</a>
  1642.                    </div>
  1643.                  </div>
  1644.                </article>
  1645.              </div>
  1646.            
  1647.            
  1648.  
  1649.          </div>
  1650.        </div>
  1651.  
  1652.       <div class="col col-lg-4 col-12">
  1653.                
  1654.  
  1655.  
  1656.  
  1657.    
  1658.  
  1659.  
  1660. <!-- Blog Sidebar V2 - Focused Design -->
  1661.  <div class="sidebar mb-3">
  1662.    <!-- Recent Posts Section -->
  1663.    <div class="sidebar-widget mb-4">
  1664.      <div class="widget-title-wrapper mb-3">
  1665.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  1666.          <i class="ti-time me-2"></i>Recent Posts
  1667.          <span class="title-arrow-primary"></span>
  1668.        </h4>
  1669.      </div>
  1670.      <div class="widget-content border border-light  shadow-sm rounded-3 p-4">
  1671.        <div class="recent-post-list">
  1672.          
  1673.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1674.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1675.              
  1676.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  1677.              
  1678.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1679.            </div>
  1680.            <div class="post-content flex-grow-1">
  1681.              <h6 class="post-title mb-2">
  1682.                <a href="/olympic-athlete-and-several-eritreans-freed-after-nearly-two-decades-without-facing-charges-relatives-say/"  class="text-decoration-none top-color fw-semibold lh-sm">
  1683.                                            Olympic Athlete and Several Eritreans Freed After Nearly Two Decades Without Facing Charges, Relatives Say
  1684.                                            </a>
  1685.              </h6>
  1686.              <div class="post-meta">
  1687.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>13 May 2026</small>
  1688.                <!-- <small class="text-muted">
  1689.                  <i class="ti-eye me-1"></i>348 views
  1690.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1691.                </small> -->
  1692.              </div>
  1693.            </div>
  1694.          </div>
  1695.          
  1696.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1697.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1698.              
  1699.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  1700.              
  1701.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1702.            </div>
  1703.            <div class="post-content flex-grow-1">
  1704.              <h6 class="post-title mb-2">
  1705.                <a href="/kpop-demon-hunters-floats-to-take-center-stage-at-the-iconic-thanksgiving-parade/"  class="text-decoration-none top-color fw-semibold lh-sm">
  1706.                                            KPop Demon Hunters Floats to Take Center Stage at the Iconic Thanksgiving Parade
  1707.                                            </a>
  1708.              </h6>
  1709.              <div class="post-meta">
  1710.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>12 May 2026</small>
  1711.                <!-- <small class="text-muted">
  1712.                  <i class="ti-eye me-1"></i>348 views
  1713.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1714.                </small> -->
  1715.              </div>
  1716.            </div>
  1717.          </div>
  1718.          
  1719.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1720.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1721.              
  1722.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  1723.              
  1724.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1725.            </div>
  1726.            <div class="post-content flex-grow-1">
  1727.              <h6 class="post-title mb-2">
  1728.                <a href="/tragic-unearthing-remains-of-vanished-mother-and-child-located-in-freezing-units-in-austria/"  class="text-decoration-none top-color fw-semibold lh-sm">
  1729.                                            Tragic Unearthing: Remains of Vanished Mother and Child Located in Freezing Units in Austria
  1730.                                            </a>
  1731.              </h6>
  1732.              <div class="post-meta">
  1733.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>12 May 2026</small>
  1734.                <!-- <small class="text-muted">
  1735.                  <i class="ti-eye me-1"></i>348 views
  1736.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1737.                </small> -->
  1738.              </div>
  1739.            </div>
  1740.          </div>
  1741.          
  1742.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1743.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1744.              
  1745.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  1746.              
  1747.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1748.            </div>
  1749.            <div class="post-content flex-grow-1">
  1750.              <h6 class="post-title mb-2">
  1751.                <a href="/the-music-streaming-giants-wrapped-release-timeline-and-your-burning-questions-explained/"  class="text-decoration-none top-color fw-semibold lh-sm">
  1752.                                            The Music Streaming Giant&#x27;s Wrapped: Release Timeline and Your Burning Questions Explained
  1753.                                            </a>
  1754.              </h6>
  1755.              <div class="post-meta">
  1756.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>12 May 2026</small>
  1757.                <!-- <small class="text-muted">
  1758.                  <i class="ti-eye me-1"></i>348 views
  1759.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1760.                </small> -->
  1761.              </div>
  1762.            </div>
  1763.          </div>
  1764.          
  1765.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1766.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1767.              
  1768.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  1769.              
  1770.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1771.            </div>
  1772.            <div class="post-content flex-grow-1">
  1773.              <h6 class="post-title mb-2">
  1774.                <a href="/calm-end-to-lionel-messis-visit-to-india-in-the-wake-of-disorder-in-kolkata/"  class="text-decoration-none top-color fw-semibold lh-sm">
  1775.                                            Calm End to Lionel Messi&#x27;s Visit to India In the Wake of Disorder in Kolkata
  1776.                                            </a>
  1777.              </h6>
  1778.              <div class="post-meta">
  1779.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>12 May 2026</small>
  1780.                <!-- <small class="text-muted">
  1781.                  <i class="ti-eye me-1"></i>348 views
  1782.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1783.                </small> -->
  1784.              </div>
  1785.            </div>
  1786.          </div>
  1787.          
  1788.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1789.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1790.              
  1791.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  1792.              
  1793.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1794.            </div>
  1795.            <div class="post-content flex-grow-1">
  1796.              <h6 class="post-title mb-2">
  1797.                <a href="/metropolitan-museum-faces-lawsuit-over-supposedly-nazi-stolen-van-gogh-artwork/"  class="text-decoration-none top-color fw-semibold lh-sm">
  1798.                                            Metropolitan Museum Faces Lawsuit Over Supposedly Nazi-Stolen Van Gogh Artwork
  1799.                                            </a>
  1800.              </h6>
  1801.              <div class="post-meta">
  1802.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>12 May 2026</small>
  1803.                <!-- <small class="text-muted">
  1804.                  <i class="ti-eye me-1"></i>348 views
  1805.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1806.                </small> -->
  1807.              </div>
  1808.            </div>
  1809.          </div>
  1810.          
  1811.  
  1812.        </div>
  1813.  
  1814.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  1815.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  1816.        </div> -->
  1817.      </div>
  1818.    </div>
  1819.    
  1820.    
  1821.    <div class="sidebar-widget mb-4">
  1822.      <div class="widget-title-wrapper mb-3">
  1823.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  1824.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  1825.          <span class="title-arrow"></span>
  1826.        </h4>
  1827.      </div>
  1828.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  1829.        <div class="blog-roll-list scrollable-sidebar">
  1830.          
  1831.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1832.            <a href="https://prwd.co.uk/"  rel="dofollow" class="text-decoration-none ">
  1833.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  1834.                <i class="ti-angle-right me-2 text-primary"></i>
  1835.                 casino not on gamstop
  1836.              </h6>
  1837.            </a>
  1838.          </div>
  1839.          
  1840.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1841.            <a href="https://gamingamerica.com/non-gamstop-casinos"  rel="dofollow" class="text-decoration-none ">
  1842.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  1843.                <i class="ti-angle-right me-2 text-primary"></i>
  1844.                 casinos not on gamstop
  1845.              </h6>
  1846.            </a>
  1847.          </div>
  1848.          
  1849.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1850.            <a href="https://www.frn.org.uk/"  rel="dofollow" class="text-decoration-none ">
  1851.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  1852.                <i class="ti-angle-right me-2 text-primary"></i>
  1853.                 non gamstop betting sites
  1854.              </h6>
  1855.            </a>
  1856.          </div>
  1857.          
  1858.  
  1859.        </div>
  1860.  
  1861.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  1862.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  1863.        </div> -->
  1864.      </div>
  1865.    </div>
  1866.    
  1867.    <div class="sidebar-widget mb-4">
  1868.      <div class="widget-title-wrapper mb-3">
  1869.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  1870.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  1871.          <span class="title-arrow"></span>
  1872.        </h4>
  1873.      </div>
  1874.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  1875.        <div class="blog-roll-list scrollable-sidebar">
  1876.          
  1877.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1878.            <a href="https://www.foodsofengland.co.uk/"  rel="dofollow" class="text-decoration-none ">
  1879.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  1880.                <i class="ti-angle-right me-2 text-primary"></i>
  1881.                 casinos not on gamstop
  1882.              </h6>
  1883.            </a>
  1884.          </div>
  1885.          
  1886.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1887.            <a href="https://www.makemegenius.com/"  rel="dofollow" class="text-decoration-none ">
  1888.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  1889.                <i class="ti-angle-right me-2 text-primary"></i>
  1890.                 non gamstop casinos
  1891.              </h6>
  1892.            </a>
  1893.          </div>
  1894.          
  1895.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1896.            <a href="https://www.roadpeace.org/"  rel="dofollow" class="text-decoration-none ">
  1897.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  1898.                <i class="ti-angle-right me-2 text-primary"></i>
  1899.                 casino not on gamstop
  1900.              </h6>
  1901.            </a>
  1902.          </div>
  1903.          
  1904.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1905.            <a href="https://heyimhome.co.uk/"  rel="dofollow" class="text-decoration-none ">
  1906.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  1907.                <i class="ti-angle-right me-2 text-primary"></i>
  1908.                 online casino
  1909.              </h6>
  1910.            </a>
  1911.          </div>
  1912.          
  1913.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1914.            <a href="https://thesaracensatbrington.co.uk"  rel="dofollow" class="text-decoration-none ">
  1915.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  1916.                <i class="ti-angle-right me-2 text-primary"></i>
  1917.                 casino non uk
  1918.              </h6>
  1919.            </a>
  1920.          </div>
  1921.          
  1922.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1923.            <a href="https://israelpremiertech.com"  rel="dofollow" class="text-decoration-none ">
  1924.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  1925.                <i class="ti-angle-right me-2 text-primary"></i>
  1926.                 non GamStop casinos
  1927.              </h6>
  1928.            </a>
  1929.          </div>
  1930.          
  1931.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1932.            <a href="https://www.costaricanembassy.co.uk"  rel="dofollow" class="text-decoration-none ">
  1933.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  1934.                <i class="ti-angle-right me-2 text-primary"></i>
  1935.                 online casinos
  1936.              </h6>
  1937.            </a>
  1938.          </div>
  1939.          
  1940.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1941.            <a href="https://fdncoffee.com"  rel="dofollow" class="text-decoration-none ">
  1942.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  1943.                <i class="ti-angle-right me-2 text-primary"></i>
  1944.                 casinos not on GamStop
  1945.              </h6>
  1946.            </a>
  1947.          </div>
  1948.          
  1949.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1950.            <a href="https://unbound.co.uk/"  rel="dofollow" class="text-decoration-none ">
  1951.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  1952.                <i class="ti-angle-right me-2 text-primary"></i>
  1953.                 casino not on gamstop
  1954.              </h6>
  1955.            </a>
  1956.          </div>
  1957.          
  1958.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1959.            <a href="https://www.pgldevonshire.org.uk/"  rel="dofollow" class="text-decoration-none ">
  1960.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  1961.                <i class="ti-angle-right me-2 text-primary"></i>
  1962.                 credit card online casinos
  1963.              </h6>
  1964.            </a>
  1965.          </div>
  1966.          
  1967.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1968.            <a href="https://www.citytosea.org.uk/"  rel="dofollow" class="text-decoration-none ">
  1969.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  1970.                <i class="ti-angle-right me-2 text-primary"></i>
  1971.                 casino not on gamstop
  1972.              </h6>
  1973.            </a>
  1974.          </div>
  1975.          
  1976.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1977.            <a href="https://www.gcaf.co.uk/"  rel="dofollow" class="text-decoration-none ">
  1978.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  1979.                <i class="ti-angle-right me-2 text-primary"></i>
  1980.                 bitcoin sportsbooks
  1981.              </h6>
  1982.            </a>
  1983.          </div>
  1984.          
  1985.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1986.            <a href="https://www.cca-glasgow.com/"  rel="dofollow" class="text-decoration-none ">
  1987.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  1988.                <i class="ti-angle-right me-2 text-primary"></i>
  1989.                 online casinos UK
  1990.              </h6>
  1991.            </a>
  1992.          </div>
  1993.          
  1994.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1995.            <a href="https://www.patients4nhs.org.uk/"  rel="dofollow" class="text-decoration-none ">
  1996.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  1997.                <i class="ti-angle-right me-2 text-primary"></i>
  1998.                 UK casino sites
  1999.              </h6>
  2000.            </a>
  2001.          </div>
  2002.          
  2003.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2004.            <a href="https://www.coexisthouse.org.uk"  rel="dofollow" class="text-decoration-none ">
  2005.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2006.                <i class="ti-angle-right me-2 text-primary"></i>
  2007.                 UK casino sites
  2008.              </h6>
  2009.            </a>
  2010.          </div>
  2011.          
  2012.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2013.            <a href="https://roeparkresort.com"  rel="dofollow" class="text-decoration-none ">
  2014.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2015.                <i class="ti-angle-right me-2 text-primary"></i>
  2016.                 non GamStop casinos
  2017.              </h6>
  2018.            </a>
  2019.          </div>
  2020.          
  2021.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2022.            <a href="https://www.homeworkworkspace.com"  rel="dofollow" class="text-decoration-none ">
  2023.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2024.                <i class="ti-angle-right me-2 text-primary"></i>
  2025.                 casino not on GamStop
  2026.              </h6>
  2027.            </a>
  2028.          </div>
  2029.          
  2030.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2031.            <a href="https://www.kew.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2032.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2033.                <i class="ti-angle-right me-2 text-primary"></i>
  2034.                 betting sites
  2035.              </h6>
  2036.            </a>
  2037.          </div>
  2038.          
  2039.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2040.            <a href="https://oreoandfriends.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2041.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2042.                <i class="ti-angle-right me-2 text-primary"></i>
  2043.                 no limit betting sites
  2044.              </h6>
  2045.            </a>
  2046.          </div>
  2047.          
  2048.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2049.            <a href="https://www.fourpure.com/"  rel="dofollow" class="text-decoration-none ">
  2050.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2051.                <i class="ti-angle-right me-2 text-primary"></i>
  2052.                 non GamStop casinos UK
  2053.              </h6>
  2054.            </a>
  2055.          </div>
  2056.          
  2057.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2058.            <a href="https://llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch.co.uk"  rel="dofollow" class="text-decoration-none ">
  2059.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2060.                <i class="ti-angle-right me-2 text-primary"></i>
  2061.                 casinos not on GamStop
  2062.              </h6>
  2063.            </a>
  2064.          </div>
  2065.          
  2066.  
  2067.        </div>
  2068.  
  2069.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2070.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2071.        </div> -->
  2072.      </div>
  2073.    </div>
  2074.    
  2075.    <div class="sidebar-widget mb-4">
  2076.      <div class="widget-title-wrapper mb-3">
  2077.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2078.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  2079.          <span class="title-arrow"></span>
  2080.        </h4>
  2081.      </div>
  2082.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2083.        <div class="blog-roll-list scrollable-sidebar">
  2084.          
  2085.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2086.            <a href="https://www.drenge.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2087.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2088.                <i class="ti-angle-right me-2 text-primary"></i>
  2089.                 casinos not on GamStop
  2090.              </h6>
  2091.            </a>
  2092.          </div>
  2093.          
  2094.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2095.            <a href="https://www.durhamminers.org/"  rel="dofollow" class="text-decoration-none ">
  2096.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2097.                <i class="ti-angle-right me-2 text-primary"></i>
  2098.                 slot sites not on GamStop
  2099.              </h6>
  2100.            </a>
  2101.          </div>
  2102.          
  2103.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2104.            <a href="https://www.bunker-51.com/"  rel="dofollow" class="text-decoration-none ">
  2105.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2106.                <i class="ti-angle-right me-2 text-primary"></i>
  2107.                 UK casinos not on GamStop
  2108.              </h6>
  2109.            </a>
  2110.          </div>
  2111.          
  2112.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2113.            <a href="https://orangegenie.com"  rel="dofollow" class="text-decoration-none ">
  2114.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2115.                <i class="ti-angle-right me-2 text-primary"></i>
  2116.                 sites not on GamStop
  2117.              </h6>
  2118.            </a>
  2119.          </div>
  2120.          
  2121.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2122.            <a href="https://www.covent-garden.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2123.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2124.                <i class="ti-angle-right me-2 text-primary"></i>
  2125.                 best casino not on GamStop
  2126.              </h6>
  2127.            </a>
  2128.          </div>
  2129.          
  2130.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2131.            <a href="https://www.ginspa.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2132.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2133.                <i class="ti-angle-right me-2 text-primary"></i>
  2134.                 non GamStop casinos
  2135.              </h6>
  2136.            </a>
  2137.          </div>
  2138.          
  2139.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2140.            <a href="https://socialeatinghouse.com/"  rel="dofollow" class="text-decoration-none ">
  2141.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2142.                <i class="ti-angle-right me-2 text-primary"></i>
  2143.                 non GamStop casinos
  2144.              </h6>
  2145.            </a>
  2146.          </div>
  2147.          
  2148.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2149.            <a href="https://socialeatinghouse.com/"  rel="dofollow" class="text-decoration-none ">
  2150.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2151.                <i class="ti-angle-right me-2 text-primary"></i>
  2152.                 best casino not on GamStop
  2153.              </h6>
  2154.            </a>
  2155.          </div>
  2156.          
  2157.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2158.            <a href="https://www.patients4nhs.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2159.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2160.                <i class="ti-angle-right me-2 text-primary"></i>
  2161.                 slot sites not on GamStop
  2162.              </h6>
  2163.            </a>
  2164.          </div>
  2165.          
  2166.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2167.            <a href="https://www.stamina.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2168.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2169.                <i class="ti-angle-right me-2 text-primary"></i>
  2170.                 Gambling Sites Not on GamStop
  2171.              </h6>
  2172.            </a>
  2173.          </div>
  2174.          
  2175.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2176.            <a href="https://www.falconryforum.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2177.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2178.                <i class="ti-angle-right me-2 text-primary"></i>
  2179.                 casino not on gamstop
  2180.              </h6>
  2181.            </a>
  2182.          </div>
  2183.          
  2184.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2185.            <a href="https://www.techandplay.org/"  rel="dofollow" class="text-decoration-none ">
  2186.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2187.                <i class="ti-angle-right me-2 text-primary"></i>
  2188.                 non uk betting sites
  2189.              </h6>
  2190.            </a>
  2191.          </div>
  2192.          
  2193.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2194.            <a href="https://www.kysty.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2195.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2196.                <i class="ti-angle-right me-2 text-primary"></i>
  2197.                 non GamStop casino
  2198.              </h6>
  2199.            </a>
  2200.          </div>
  2201.          
  2202.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2203.            <a href="https://www.brother2brother.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2204.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2205.                <i class="ti-angle-right me-2 text-primary"></i>
  2206.                 non GamStop casinos
  2207.              </h6>
  2208.            </a>
  2209.          </div>
  2210.          
  2211.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2212.            <a href="https://www.nordicresearchnetwork.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2213.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2214.                <i class="ti-angle-right me-2 text-primary"></i>
  2215.                 non UK licensed online casinos
  2216.              </h6>
  2217.            </a>
  2218.          </div>
  2219.          
  2220.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2221.            <a href="https://www.thekarczma.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2222.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2223.                <i class="ti-angle-right me-2 text-primary"></i>
  2224.                 Non UK Registered Gambling Sites
  2225.              </h6>
  2226.            </a>
  2227.          </div>
  2228.          
  2229.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2230.            <a href="https://techweekeurope.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2231.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2232.                <i class="ti-angle-right me-2 text-primary"></i>
  2233.                 casino not on gamstop
  2234.              </h6>
  2235.            </a>
  2236.          </div>
  2237.          
  2238.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2239.            <a href="https://heartofswlep.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2240.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2241.                <i class="ti-angle-right me-2 text-primary"></i>
  2242.                 casino not on gamstop
  2243.              </h6>
  2244.            </a>
  2245.          </div>
  2246.          
  2247.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2248.            <a href="https://roadpeace.org/"  rel="dofollow" class="text-decoration-none ">
  2249.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2250.                <i class="ti-angle-right me-2 text-primary"></i>
  2251.                 non gamstop casino
  2252.              </h6>
  2253.            </a>
  2254.          </div>
  2255.          
  2256.  
  2257.        </div>
  2258.  
  2259.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2260.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2261.        </div> -->
  2262.      </div>
  2263.    </div>
  2264.    
  2265.    <div class="sidebar-widget mb-4">
  2266.      <div class="widget-title-wrapper mb-3">
  2267.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2268.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  2269.          <span class="title-arrow"></span>
  2270.        </h4>
  2271.      </div>
  2272.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2273.        <div class="blog-roll-list scrollable-sidebar">
  2274.          
  2275.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2276.            <a href="https://financialservicescultureboard.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2277.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2278.                <i class="ti-angle-right me-2 text-primary"></i>
  2279.                 non gamstop betting sites
  2280.              </h6>
  2281.            </a>
  2282.          </div>
  2283.          
  2284.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2285.            <a href="https://www.taysideaviation.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2286.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2287.                <i class="ti-angle-right me-2 text-primary"></i>
  2288.                 best online betting sites uk
  2289.              </h6>
  2290.            </a>
  2291.          </div>
  2292.          
  2293.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2294.            <a href="https://www.foreignersinuk.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2295.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2296.                <i class="ti-angle-right me-2 text-primary"></i>
  2297.                 casinos not on gamstop
  2298.              </h6>
  2299.            </a>
  2300.          </div>
  2301.          
  2302.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2303.            <a href="https://tescobagsofhelp.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2304.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2305.                <i class="ti-angle-right me-2 text-primary"></i>
  2306.                 non gamstop casino
  2307.              </h6>
  2308.            </a>
  2309.          </div>
  2310.          
  2311.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2312.            <a href="https://indyonline.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2313.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2314.                <i class="ti-angle-right me-2 text-primary"></i>
  2315.                 non GamStop casinos
  2316.              </h6>
  2317.            </a>
  2318.          </div>
  2319.          
  2320.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2321.            <a href="https://pauljacques.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2322.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2323.                <i class="ti-angle-right me-2 text-primary"></i>
  2324.                 best casinos not on GAMSTOP UK
  2325.              </h6>
  2326.            </a>
  2327.          </div>
  2328.          
  2329.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2330.            <a href="https://www.xn--24-8qizc4j8c.com/"  rel="dofollow" class="text-decoration-none ">
  2331.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2332.                <i class="ti-angle-right me-2 text-primary"></i>
  2333.                 แทงหวย24
  2334.              </h6>
  2335.            </a>
  2336.          </div>
  2337.          
  2338.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2339.            <a href="https://www.regionalnetworks.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2340.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2341.                <i class="ti-angle-right me-2 text-primary"></i>
  2342.                 UK casino not on GAMSTOP
  2343.              </h6>
  2344.            </a>
  2345.          </div>
  2346.          
  2347.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2348.            <a href="https://oncallfire.uk/"  rel="dofollow" class="text-decoration-none ">
  2349.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2350.                <i class="ti-angle-right me-2 text-primary"></i>
  2351.                 UK casino not on GAMSTOP
  2352.              </h6>
  2353.            </a>
  2354.          </div>
  2355.          
  2356.  
  2357.        </div>
  2358.  
  2359.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2360.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2361.        </div> -->
  2362.      </div>
  2363.    </div>
  2364.    
  2365.  </div>
  2366.  
  2367. <!-- Sidebar V2 Styles -->
  2368. <style>
  2369.  .sidebar-widget {
  2370.    position: relative;
  2371.  }
  2372.  
  2373.  .widget-title {
  2374.    font-size: 1.1rem;
  2375.    font-weight: 700;
  2376.    display: inline-block;
  2377.    position: relative;
  2378.    z-index: 2;
  2379.    border-radius: 0;
  2380.  }
  2381.  
  2382.  /* Green arrow for August Blog Roll */
  2383.  .title-arrow::after {
  2384.    content: '';
  2385.    position: absolute;
  2386.    top: 0;
  2387.    right: -22px;
  2388.    width: 0;
  2389.    height: 0;
  2390.    border-left: 22px solid var(--bs-primary);
  2391.    border-top: 22px solid transparent;
  2392.    border-bottom: 22px solid transparent;
  2393.    z-index: 1;
  2394.  }
  2395.  
  2396.  /* Blue arrow for Recent Posts */
  2397.  .title-arrow-primary::after {
  2398.    content: '';
  2399.    position: absolute;
  2400.    top: 0;
  2401.    right: -22px;
  2402.    width: 0;
  2403.    height: 0;
  2404.    border-left: 22px solid var(--bs-primary);
  2405.    border-top: 22px solid transparent;
  2406.    border-bottom: 22px solid transparent;
  2407.    z-index: 1;
  2408.  }
  2409.  
  2410.  .widget-content {
  2411.    margin-top: -1px;
  2412.    position: relative;
  2413.    z-index: 1;
  2414.     background-color: var(--card-bg);
  2415.  }
  2416.  
  2417.  /* Blog Roll Items Hover Effects */
  2418.  .blog-roll-item:hover .post-title {
  2419.    color: #198754 !important;
  2420.    transform: translateX(5px);
  2421.    transition: all 0.3s ease;
  2422.  }
  2423.  
  2424.  /* Recent Post Items Hover Effects */
  2425.  .recent-post-item:hover .post-title a {
  2426.    color: #0d6efd !important;
  2427.    transition: color 0.3s ease;
  2428.  }
  2429.  
  2430.  .recent-post-item:hover .post-image img {
  2431.    transform: scale(1.05);
  2432.    transition: transform 0.3s ease;
  2433.  }
  2434.  
  2435.  /* Button Hover Effects */
  2436.  .btn:hover {
  2437.    transform: translateY(-2px);
  2438.    transition: all 0.3s ease;
  2439.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  2440.  }
  2441.  
  2442.  /* Badge Hover Effects */
  2443.  .badge:hover {
  2444.    transform: scale(1.05);
  2445.    transition: transform 0.3s ease;
  2446.  }
  2447.  
  2448.  @media (max-width: 991px) {
  2449.    .sidebar {
  2450.      margin-top: 3rem;
  2451.    }
  2452.  }
  2453.  
  2454.  @media (max-width: 576px) {
  2455.    .widget-title {
  2456.      font-size: 1rem;
  2457.      padding: 0.75rem 1rem !important;
  2458.    }
  2459.  
  2460.    .title-arrow::after,
  2461.    .title-arrow-primary::after {
  2462.      right: -18px;
  2463.      border-left-width: 18px;
  2464.      border-top-width: 18px;
  2465.      border-bottom-width: 18px;
  2466.    }
  2467.  
  2468.    .post-image {
  2469.      width: 70px !important;
  2470.      height: 55px !important;
  2471.    }
  2472.  
  2473.    .blog-meta {
  2474.      flex-direction: column !important;
  2475.      align-items: flex-start !important;
  2476.      gap: 0.5rem;
  2477.    }
  2478.  }
  2479. </style>
  2480.  
  2481.    
  2482.            </div>
  2483.      </div>
  2484.    </div>
  2485.  </section>
  2486.  
  2487.  <script>
  2488.    // Intersection Observer for Fade-in Effect
  2489.    document.addEventListener('DOMContentLoaded', function () {
  2490.      const observerOptions = {
  2491.        threshold: 0.2,
  2492.        rootMargin: '0px 0px -50px 0px'
  2493.      }
  2494.    
  2495.      const observer = new IntersectionObserver(function (entries, observer) {
  2496.        entries.forEach((entry) => {
  2497.          if (entry.isIntersecting) {
  2498.            entry.target.classList.add('fade-in')
  2499.            observer.unobserve(entry.target)
  2500.          }
  2501.        })
  2502.      }, observerOptions)
  2503.    
  2504.      document.querySelectorAll('.blog-card-v9').forEach((card) => {
  2505.        observer.observe(card)
  2506.      })
  2507.    })
  2508.  </script>
  2509.  
  2510.  
  2511.    
  2512.        
  2513.        <!-- end wpo-blog-highlights-section -->
  2514.        <!-- start wpo-blog-sponsored-section -->
  2515.        
  2516.  
  2517.  
  2518.  
  2519.    
  2520.  
  2521.  
  2522.  
  2523. <style>
  2524.    .sponsored-section-v5 {
  2525.        padding: 40px 0;
  2526.    }
  2527.    
  2528.    .sponsored-card-v5 {
  2529.        background: var(--card-bg);
  2530.        border: 1px solid #f5f5f5;
  2531.        border-radius: var(--border-radius);
  2532.        transition: border-color 0.3s ease;
  2533.        height: 100%;
  2534.    }
  2535.    
  2536.    .sponsored-card-v5:hover {
  2537.        border-color: var(--bs-primary);
  2538.    }
  2539.    
  2540.    .sponsored-image-v5 {
  2541.        position: relative;
  2542.        background: var(--card-bg);
  2543.        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  2544.        margin: 15px 15px 0;
  2545.    }
  2546.    
  2547.    .sponsored-image-v5 img {
  2548.        width: 100%;
  2549.        height: 140px;
  2550.        object-fit: cover;
  2551.        border-radius: var(--border-radius);
  2552.    }
  2553.    
  2554.    .sponsored-badge-v5 {
  2555.        position: absolute;
  2556.        top: 6px;
  2557.        left: 8px;
  2558.        padding: 4px 10px;
  2559.        font-size: 11px;
  2560.        font-weight: 600;
  2561.        text-transform: uppercase;    
  2562.        border-radius: var(--border-radius);
  2563.    }
  2564.    
  2565.    .sponsored-badge-v5::before {
  2566.        content: '';
  2567.        position: absolute;
  2568.        top: 8px;
  2569.        left: -10px;
  2570.        border-top: 10px solid var(--bs-primary);
  2571.        border-left: 10px solid transparent;
  2572.        transform: rotate(45deg);
  2573.    }
  2574.    
  2575.    .sponsored-content-v5 {
  2576.        padding: 15px;
  2577.    }
  2578.    
  2579.    .sponsored-title-v5 {
  2580.        font-size: 15px;
  2581.        font-weight: 700;
  2582.        line-height: 1.4;
  2583.        margin-bottom: 8px;
  2584.        color: #333;
  2585.    }
  2586.    
  2587.    .sponsored-title-v5 a {
  2588.        text-decoration: none;
  2589.        color: #333;
  2590.    }
  2591.    
  2592.    .sponsored-title-v5 a:hover {
  2593.        color: var(--bs-primary); /* Purple hover */
  2594.    }
  2595.    
  2596.    .sponsored-excerpt-v5 {
  2597.        font-size: 12px;
  2598.        font-style: italic;
  2599.        color: #868e96;
  2600.        margin-bottom: 10px;
  2601.        line-height: 1.5;
  2602.    }
  2603.    
  2604.    .sponsored-meta-v5 {
  2605.        font-size: 11px;
  2606.        color: #6c757d;
  2607.    }
  2608.    
  2609.    .author-info-v5 {
  2610.        margin-bottom: 5px;
  2611.    }
  2612.    
  2613.    .sponsored-author-img-v5 {
  2614.        width: 22px;
  2615.        height: 22px;
  2616.        border-radius: var(--border-radius);
  2617.        object-fit: cover;
  2618.        vertical-align: middle;
  2619.        margin-right: 5px;
  2620.    }
  2621.    
  2622.    .section-title-sponsored-v5 {
  2623.        font-size: 2.1rem;
  2624.        font-weight: 700;
  2625.        text-align: center;
  2626.        margin-bottom: 30px;
  2627.        color: #333;
  2628.        position: relative;
  2629.    }
  2630.    
  2631.    .section-title-sponsored-v5::after {
  2632.        content: '';
  2633.        position: absolute;
  2634.        bottom: -10px;
  2635.        left: 50%;
  2636.        transform: translateX(-50%);
  2637.        width: 80px;
  2638.        height: 2px;
  2639.        background: var(--bs-primary);
  2640.        box-shadow: 0 2px 0 0 var(--bs-primary);
  2641.    }
  2642.  
  2643.    @media (max-width: 768px) {
  2644.        .sponsored-section-v5 {
  2645.            padding: 25px 0;
  2646.        }
  2647.        .sponsored-image-v5 {
  2648.            margin: 10px 10px 0;
  2649.            padding: 8px;
  2650.        }
  2651.        .sponsored-image-v5 img {
  2652.            height: 120px;
  2653.        }
  2654.        .sponsored-content-v5 {
  2655.            padding: 12px;
  2656.        }
  2657.        .sponsored-title-v5 {
  2658.            font-size: 14px;
  2659.        }
  2660.        .sponsored-excerpt-v5 {
  2661.            font-size: 11px;
  2662.        }
  2663.        .section-title-sponsored-v5 {
  2664.            font-size: 1.7rem;
  2665.        }
  2666.    }
  2667. </style>
  2668.  
  2669. <section class="sponsored-section-v5">
  2670.    <div class="container-fluid fluid-container">
  2671.        <div class="row">
  2672.            <div class="col-12">
  2673.                <h2 class="section-title-sponsored-v5">Sponsored News</h2>
  2674.            </div>
  2675.        </div>
  2676.        
  2677.        <div class="row g-3">
  2678.            
  2679.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2680.                <div class="card sponsored-card-v5">
  2681.                    <div class="sponsored-image-v5">
  2682.                        
  2683.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2684.                        
  2685.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  2686.                    </div>
  2687.                    <div class="sponsored-content-v5">
  2688.                        <h3 class="sponsored-title-v5">
  2689.                            <a href="/olympic-athlete-and-several-eritreans-freed-after-nearly-two-decades-without-facing-charges-relatives-say/" >
  2690.                                            Olympic Athlete and Several Eritreans Freed After Nearly Two Decades Without Facing Charges, Relatives Say
  2691.                                            </a>
  2692.                        </h3>
  2693.                        <p class="sponsored-excerpt-v5">
  2694.                          
  2695.                        </p>
  2696.                        <div class="sponsored-meta-v5">
  2697.                            <div class="author-info-v5">
  2698.                                
  2699.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d7d95bf2-c59a-411a-86a1-2e0880b91e8d_profile.png" alt="Carla Townsend" style="object-fit: cover;" class="sponsored-author-img-v5">
  2700.                                
  2701.                                <span>
  2702.                                    Carla Townsend
  2703.                                </span>
  2704.                            </div>
  2705.                            <div>13 May 2026</div>
  2706.                        </div>
  2707.                    </div>
  2708.                </div>
  2709.            </div>
  2710.            
  2711.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2712.                <div class="card sponsored-card-v5">
  2713.                    <div class="sponsored-image-v5">
  2714.                        
  2715.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2716.                        
  2717.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  2718.                    </div>
  2719.                    <div class="sponsored-content-v5">
  2720.                        <h3 class="sponsored-title-v5">
  2721.                            <a href="/kpop-demon-hunters-floats-to-take-center-stage-at-the-iconic-thanksgiving-parade/" >
  2722.                                            KPop Demon Hunters Floats to Take Center Stage at the Iconic Thanksgiving Parade
  2723.                                            </a>
  2724.                        </h3>
  2725.                        <p class="sponsored-excerpt-v5">
  2726.                          
  2727.                        </p>
  2728.                        <div class="sponsored-meta-v5">
  2729.                            <div class="author-info-v5">
  2730.                                
  2731.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d7d95bf2-c59a-411a-86a1-2e0880b91e8d_profile.png" alt="Carla Townsend" style="object-fit: cover;" class="sponsored-author-img-v5">
  2732.                                
  2733.                                <span>
  2734.                                    Carla Townsend
  2735.                                </span>
  2736.                            </div>
  2737.                            <div>12 May 2026</div>
  2738.                        </div>
  2739.                    </div>
  2740.                </div>
  2741.            </div>
  2742.            
  2743.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2744.                <div class="card sponsored-card-v5">
  2745.                    <div class="sponsored-image-v5">
  2746.                        
  2747.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2748.                        
  2749.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  2750.                    </div>
  2751.                    <div class="sponsored-content-v5">
  2752.                        <h3 class="sponsored-title-v5">
  2753.                            <a href="/tragic-unearthing-remains-of-vanished-mother-and-child-located-in-freezing-units-in-austria/" >
  2754.                                            Tragic Unearthing: Remains of Vanished Mother and Child Located in Freezing Units in Austria
  2755.                                            </a>
  2756.                        </h3>
  2757.                        <p class="sponsored-excerpt-v5">
  2758.                          
  2759.                        </p>
  2760.                        <div class="sponsored-meta-v5">
  2761.                            <div class="author-info-v5">
  2762.                                
  2763.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d7d95bf2-c59a-411a-86a1-2e0880b91e8d_profile.png" alt="Carla Townsend" style="object-fit: cover;" class="sponsored-author-img-v5">
  2764.                                
  2765.                                <span>
  2766.                                    Carla Townsend
  2767.                                </span>
  2768.                            </div>
  2769.                            <div>12 May 2026</div>
  2770.                        </div>
  2771.                    </div>
  2772.                </div>
  2773.            </div>
  2774.            
  2775.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2776.                <div class="card sponsored-card-v5">
  2777.                    <div class="sponsored-image-v5">
  2778.                        
  2779.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2780.                        
  2781.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  2782.                    </div>
  2783.                    <div class="sponsored-content-v5">
  2784.                        <h3 class="sponsored-title-v5">
  2785.                            <a href="/the-music-streaming-giants-wrapped-release-timeline-and-your-burning-questions-explained/" >
  2786.                                            The Music Streaming Giant&#x27;s Wrapped: Release Timeline and Your Burning Questions Explained
  2787.                                            </a>
  2788.                        </h3>
  2789.                        <p class="sponsored-excerpt-v5">
  2790.                          
  2791.                        </p>
  2792.                        <div class="sponsored-meta-v5">
  2793.                            <div class="author-info-v5">
  2794.                                
  2795.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d7d95bf2-c59a-411a-86a1-2e0880b91e8d_profile.png" alt="Carla Townsend" style="object-fit: cover;" class="sponsored-author-img-v5">
  2796.                                
  2797.                                <span>
  2798.                                    Carla Townsend
  2799.                                </span>
  2800.                            </div>
  2801.                            <div>12 May 2026</div>
  2802.                        </div>
  2803.                    </div>
  2804.                </div>
  2805.            </div>
  2806.            
  2807.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2808.                <div class="card sponsored-card-v5">
  2809.                    <div class="sponsored-image-v5">
  2810.                        
  2811.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2812.                        
  2813.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  2814.                    </div>
  2815.                    <div class="sponsored-content-v5">
  2816.                        <h3 class="sponsored-title-v5">
  2817.                            <a href="/calm-end-to-lionel-messis-visit-to-india-in-the-wake-of-disorder-in-kolkata/" >
  2818.                                            Calm End to Lionel Messi&#x27;s Visit to India In the Wake of Disorder in Kolkata
  2819.                                            </a>
  2820.                        </h3>
  2821.                        <p class="sponsored-excerpt-v5">
  2822.                          
  2823.                        </p>
  2824.                        <div class="sponsored-meta-v5">
  2825.                            <div class="author-info-v5">
  2826.                                
  2827.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d7d95bf2-c59a-411a-86a1-2e0880b91e8d_profile.png" alt="Carla Townsend" style="object-fit: cover;" class="sponsored-author-img-v5">
  2828.                                
  2829.                                <span>
  2830.                                    Carla Townsend
  2831.                                </span>
  2832.                            </div>
  2833.                            <div>12 May 2026</div>
  2834.                        </div>
  2835.                    </div>
  2836.                </div>
  2837.            </div>
  2838.            
  2839.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2840.                <div class="card sponsored-card-v5">
  2841.                    <div class="sponsored-image-v5">
  2842.                        
  2843.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2844.                        
  2845.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  2846.                    </div>
  2847.                    <div class="sponsored-content-v5">
  2848.                        <h3 class="sponsored-title-v5">
  2849.                            <a href="/metropolitan-museum-faces-lawsuit-over-supposedly-nazi-stolen-van-gogh-artwork/" >
  2850.                                            Metropolitan Museum Faces Lawsuit Over Supposedly Nazi-Stolen Van Gogh Artwork
  2851.                                            </a>
  2852.                        </h3>
  2853.                        <p class="sponsored-excerpt-v5">
  2854.                          
  2855.                        </p>
  2856.                        <div class="sponsored-meta-v5">
  2857.                            <div class="author-info-v5">
  2858.                                
  2859.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d7d95bf2-c59a-411a-86a1-2e0880b91e8d_profile.png" alt="Carla Townsend" style="object-fit: cover;" class="sponsored-author-img-v5">
  2860.                                
  2861.                                <span>
  2862.                                    Carla Townsend
  2863.                                </span>
  2864.                            </div>
  2865.                            <div>12 May 2026</div>
  2866.                        </div>
  2867.                    </div>
  2868.                </div>
  2869.            </div>
  2870.            
  2871.        </div>
  2872.    </div>
  2873. </section>
  2874.  
  2875.  
  2876.    
  2877.        <!-- end wpo-blog-sponsored-section -->
  2878.        <!-- start wpo-subscribe-section -->
  2879.        
  2880.        <!-- end subscribe-section -->
  2881.        <!-- start of wpo-site-footer-section -->
  2882.        
  2883.  
  2884.  
  2885.  
  2886.  
  2887.  
  2888.  
  2889. <!-- Footer V5 - Clean Minimalist Bootstrap Design -->
  2890. <footer class="footer-v5 bg-primary-gradient border-top">
  2891.    
  2892.    <!-- Main Footer Content -->
  2893.    <div class="container-fluid py-5">
  2894.        
  2895.        <!-- Top Section with Logo and Description -->
  2896.        <div class="row mb-5">
  2897.            <div class="col-12 text-center">
  2898.                <div class="footer-brand mb-4">
  2899.                    
  2900.                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/02da0971-8823-4b4d-b085-ea44083e6b99_logo.png" alt="Jackpot Modern Blog" class="footer-logo mb-3" height="60">
  2901.                    
  2902.                    <h4 class="fw-bold footer-color mb-2">Jackpot Modern Blog</h4>
  2903.                    <p class="footer-color opacity-50">Explore the latest trends in UK lifestyle, technology, and culture with expert articles and tips from Jackpot Modern Blog. Stay updated with fresh content.</p>
  2904.                </div>
  2905.            </div>
  2906.        </div>
  2907.  
  2908.        <!-- Content Grid -->
  2909.        <div class="d-flex justify-content-between flex-wrap gap-2 px-3">
  2910.            
  2911.            <!-- Quick Links Column -->
  2912.            <div class="">
  2913.                <div class="footer-section">
  2914.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  2915.                        Quick Links
  2916.                    </h6>
  2917.                    <ul class="list-unstyled footer-links">
  2918.                        
  2919.                        <li class="mb-2">
  2920.                            <a href="/amid-those-ruined-remains-of-an-apartment-block-i-encountered-a-volume-i-had-rendered/"
  2921.                               class="text-decoration-none footer-color  d-flex align-items-center">
  2922.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  2923.                                Amid those Ruined Remains of an Apartment Block, I Encountered a Volume I Had Rendered
  2924.                            </a>
  2925.                        </li>
  2926.                        
  2927.                        <li class="mb-2">
  2928.                            <a href="/3-xbox-game-pass-titles-were-playing-this-weekend-oct-10-12/"
  2929.                               class="text-decoration-none footer-color  d-flex align-items-center">
  2930.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  2931.                                3 Xbox Game Pass Titles We&#x27;re Playing This Weekend (Oct. 10-12)
  2932.                            </a>
  2933.                        </li>
  2934.                        
  2935.                        <li class="mb-2">
  2936.                            <a href="/daily-existence-for-one-hundred-twenty-thousand-displaced-people-in-the-extensive-shelter-on-the-malians-frontier/"
  2937.                               class="text-decoration-none footer-color  d-flex align-items-center">
  2938.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  2939.                                Daily Existence for one hundred twenty thousand Displaced People in the Extensive Shelter on the Malians Frontier.
  2940.                            </a>
  2941.                        </li>
  2942.                        
  2943.                        <li class="mb-2">
  2944.                            <a href="/how-a-us-military-vet-aided-the-venezuelan-opposition-leader-escape-venezuela/"
  2945.                               class="text-decoration-none footer-color  d-flex align-items-center">
  2946.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  2947.                                How a US Military Vet Aided the Venezuelan Opposition Leader Escape Venezuela
  2948.                            </a>
  2949.                        </li>
  2950.                        
  2951.                        <li class="mb-2">
  2952.                            <a href="/mastering-the-art-of-speak-romance-like-a-gen-z-51-ultra-specific-terms-for-romance-sex-and-bad-behaviour/"
  2953.                               class="text-decoration-none footer-color  d-flex align-items-center">
  2954.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  2955.                                Mastering the Art of Speak Romance Like a Gen Z: 51 Ultra-Specific Terms for Romance, Sex and Bad Behaviour
  2956.                            </a>
  2957.                        </li>
  2958.                        
  2959.                        <li class="mb-2">
  2960.                            <a href="/trump-and-his-allies-imagine-a-planet-without-global-legal-norms-yet-they-cannot-attain-this-goal/"
  2961.                               class="text-decoration-none footer-color  d-flex align-items-center">
  2962.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  2963.                                Trump and His Allies Imagine a Planet Without Global Legal Norms – Yet They Cannot Attain This Goal
  2964.                            </a>
  2965.                        </li>
  2966.                        
  2967.                    </ul>
  2968.                </div>
  2969.            </div>
  2970.  
  2971.            <!-- Resources Column -->
  2972.            <div class="">
  2973.                <div class="footer-section">
  2974.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  2975.                        Resources
  2976.                    </h6>
  2977.                   <ul class="footer-links" id="footerLinks">
  2978.        
  2979.        
  2980.  
  2981.        
  2982.        
  2983.        
  2984.        
  2985.    </ul>
  2986.                </div>
  2987.            </div>
  2988.  
  2989.            <!-- Categories Column -->
  2990.            <div class="">
  2991.                <div class="footer-section">
  2992.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  2993.                        Categories
  2994.                    </h6>
  2995.                    <div class="category-tags">
  2996.                      
  2997.                                <li>
  2998.                                    <a href="/category/all-posts/" class="footer-link footer-color">
  2999.                                        All Posts
  3000.                                    </a>
  3001.                                </li>
  3002.                                
  3003.                                <li>
  3004.                                    <a href="/category/business/" class="footer-link footer-color">
  3005.                                        Business
  3006.                                    </a>
  3007.                                </li>
  3008.                                
  3009.                                <li>
  3010.                                    <a href="/category/esports/" class="footer-link footer-color">
  3011.                                        Esports
  3012.                                    </a>
  3013.                                </li>
  3014.                                
  3015.                                <li>
  3016.                                    <a href="/category/fashion/" class="footer-link footer-color">
  3017.                                        Fashion
  3018.                                    </a>
  3019.                                </li>
  3020.                                
  3021.                                <li>
  3022.                                    <a href="/category/featured/" class="footer-link footer-color">
  3023.                                        Featured
  3024.                                    </a>
  3025.                                </li>
  3026.                                
  3027.                                <li>
  3028.                                    <a href="/category/gaming/" class="footer-link footer-color">
  3029.                                        Gaming
  3030.                                    </a>
  3031.                                </li>
  3032.                                
  3033.                    </div>
  3034.                </div>
  3035.            </div>
  3036.  
  3037.        </div>
  3038.  
  3039.    </div>
  3040.  
  3041.    <!-- Footer Bottom -->
  3042.    <div class="footer-bottom  border-top py-3">
  3043.        <div class="container-fluid fluid-container">
  3044.            <div class=" d-flex justify-content-between flex-wrap">
  3045.                <div class="">
  3046.                    <p class="mb-0 footer-color  ">
  3047.                        © 2026 <span class="fw-semibold footer-color">Jackpot Modern Blog</span>. All rights reserved.
  3048.                    </p>
  3049.                </div>
  3050.                <div class="">
  3051.                    <div class="footer-nav">
  3052.                        <a href="/page/write-for-us/" class="text-decoration-none   me-3">
  3053.                            <i class="bi bi-file-text me-1"></i>Write For Us
  3054.                        </a>
  3055.                        <a href="/page/terms-and-conditions/" class="text-decoration-none   me-3">
  3056.                            <i class="bi bi-file-text me-1"></i>Terms
  3057.                        </a>
  3058.                        <a href="/sitemap.xml" class="text-decoration-none  ">
  3059.                            <i class="bi bi-diagram-3 me-1"></i>Sitemap
  3060.                        </a>
  3061.                    </div>
  3062.                </div>
  3063.            </div>
  3064.        </div>
  3065.    </div>
  3066.  
  3067. </footer>
  3068.  
  3069. <style>
  3070. /* Footer V5 - Clean Minimalist Bootstrap Design */
  3071.  
  3072.  
  3073.  
  3074.  
  3075. .footer-logo {
  3076.    border-radius: 8px;
  3077. }
  3078.  
  3079. /* Footer Sections */
  3080. .footer-section {
  3081.    padding: 0 15px;
  3082. }
  3083.  
  3084. .footer-section h6 {
  3085.    position: relative;
  3086.    padding-bottom: 8px;
  3087. }
  3088.  
  3089. .footer-section h6::after {
  3090.    content: '';
  3091.    position: absolute;
  3092.    bottom: 0;
  3093.    left: 0;
  3094.    width: 30px;
  3095.    height: 2px;
  3096.    background: linear-gradient(45deg, var(--bs-primary), var(--footer-color));
  3097.    border-radius: 1px;
  3098. }
  3099.  
  3100. /* Links Styling */
  3101. .footer-links a {
  3102.    transition: all 0.3s ease;
  3103.    padding: 4px 0;
  3104.    border-radius: 4px;
  3105. }
  3106.  
  3107. .footer-links a:hover {
  3108.    color: var(--bs-primary) !important;
  3109.    padding-left: 8px;
  3110. }
  3111.  
  3112. .footer-links a:hover i {
  3113.    transform: translateX(2px);
  3114. }
  3115.  
  3116. /* Category Tags */
  3117. .category-tag {
  3118.    transition: all 0.3s ease;
  3119.    padding: 6px 12px !important;
  3120.    font-size: 0.875rem;
  3121. }
  3122.  
  3123.  
  3124.  
  3125. /* Footer Bottom */
  3126. .footer-bottom {
  3127.    backdrop-filter: blur(10px);
  3128. }
  3129.  
  3130. /* Responsive Design */
  3131. @media (max-width: 768px) {
  3132.    .footer-v5 {
  3133.        margin-top: 60px;
  3134.    }
  3135.    
  3136.    .footer-section {
  3137.        text-align:start;
  3138.        margin-bottom: 40px;
  3139.    }
  3140.    
  3141.    .footer-links a,
  3142.    .category-tags {
  3143.        justify-content:start;
  3144.    }
  3145.    
  3146.    .social-links .d-flex {
  3147.        justify-content:start;
  3148.    }
  3149. }
  3150.  
  3151. @media (max-width: 576px) {
  3152.    .footer-brand h4 {
  3153.        font-size: 1.25rem;
  3154.    }
  3155.    
  3156.    .stats-item h5 {
  3157.        font-size: 1.1rem;
  3158.    }
  3159.    
  3160.    .newsletter-form .btn {
  3161.        padding: 8px 12px;
  3162.    }
  3163. }
  3164.  
  3165. /* Animation Classes */
  3166. .fade-in {
  3167.    animation: fadeIn 0.6s ease-in;
  3168. }
  3169.  
  3170. @keyframes fadeIn {
  3171.    from { opacity: 0; transform: translateY(20px); }
  3172.    to { opacity: 1; transform: translateY(0); }
  3173. }
  3174.  
  3175. /* Loading State */
  3176. .loading {
  3177.    pointer-events: none;
  3178.    opacity: 0.7;
  3179. }
  3180.  
  3181. .loading .btn {
  3182.    position: relative;
  3183. }
  3184.  
  3185. .loading .btn::after {
  3186.    content: '';
  3187.    position: absolute;
  3188.    top: 50%;
  3189.    left: 50%;
  3190.    width: 16px;
  3191.    height: 16px;
  3192.    margin: -8px 0 0 -8px;
  3193.    border: 2px solid transparent;
  3194.    border-top-color: currentColor;
  3195.    border-radius: 50%;
  3196.    animation: spin 1s linear infinite;
  3197. }
  3198.  
  3199. @keyframes spin {
  3200.    to { transform: rotate(360deg); }
  3201. }
  3202.  
  3203. /* Utility Classes */
  3204. .text-gradient {
  3205.    background: linear-gradient(45deg, var(--bs-primary), var(--bs-success));
  3206.    -webkit-background-clip: text;
  3207.    -webkit-text-fill-color: transparent;
  3208.    background-clip: text;
  3209. }
  3210.  
  3211. .hover-lift {
  3212.    transition: transform 0.3s ease;
  3213. }
  3214.  
  3215. .hover-lift:hover {
  3216.    transform: translateY(-2px);
  3217. }
  3218. </style>
  3219.  
  3220.  
  3221. <script>
  3222. document.addEventListener('DOMContentLoaded', function() {
  3223.    
  3224.    // Initialize Bootstrap tooltips
  3225.    const tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'));
  3226.    tooltipTriggerList.map(function (tooltipTriggerEl) {
  3227.        return new bootstrap.Tooltip(tooltipTriggerEl);
  3228.    });
  3229.  
  3230.    // Newsletter form handling
  3231.    const newsletterForm = document.querySelector('.newsletter-form');
  3232.    if (newsletterForm) {
  3233.        newsletterForm.addEventListener('submit', function(e) {
  3234.            e.preventDefault();
  3235.            
  3236.            const email = this.querySelector('input[name="email"]').value.trim();
  3237.            const submitBtn = this.querySelector('button[type="submit"]');
  3238.            const originalContent = submitBtn.innerHTML;
  3239.            
  3240.            // Validate email
  3241.            if (!email || !isValidEmail(email)) {
  3242.                showToast('Please enter a valid email address', 'error');
  3243.                return;
  3244.            }
  3245.            
  3246.            // Show loading state
  3247.            this.classList.add('loading');
  3248.            submitBtn.innerHTML = '<span class="spinner-border spinner-border-sm me-1"></span>Subscribing...';
  3249.            submitBtn.disabled = true;
  3250.            
  3251.            // Simulate API call
  3252.            setTimeout(() => {
  3253.                // Success state
  3254.                submitBtn.innerHTML = '<i class="bi bi-check-lg me-1"></i>Subscribed!';
  3255.                submitBtn.classList.remove('btn-primary');
  3256.                submitBtn.classList.add('btn-success');
  3257.                
  3258.                showToast('Successfully subscribed to newsletter!', 'success');
  3259.                
  3260.                // Reset form
  3261.                setTimeout(() => {
  3262.                    this.classList.remove('loading');
  3263.                    submitBtn.innerHTML = originalContent;
  3264.                    submitBtn.classList.remove('btn-success');
  3265.                    submitBtn.classList.add('btn-primary');
  3266.                    submitBtn.disabled = false;
  3267.                    this.reset();
  3268.                }, 2000);
  3269.                
  3270.            }, 1500);
  3271.        });
  3272.    }
  3273.    
  3274.    // Email validation function
  3275.    function isValidEmail(email) {
  3276.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  3277.        return emailRegex.test(email);
  3278.    }
  3279.    
  3280.    // Toast notification function
  3281.    function showToast(message, type = 'info') {
  3282.        // Remove existing toasts
  3283.        const existingToasts = document.querySelectorAll('.custom-toast');
  3284.        existingToasts.forEach(toast => toast.remove());
  3285.        
  3286.        // Create toast
  3287.        const toast = document.createElement('div');
  3288.        toast.className = `custom-toast position-fixed top-0 end-0 m-3 alert alert-${type === 'error' ? 'danger' : type} alert-dismissible fade show`;
  3289.        toast.style.zIndex = '9999';
  3290.        toast.innerHTML = `
  3291.            <div class="d-flex align-items-center">
  3292.                <i class="bi bi-${type === 'success' ? 'check-circle-fill' : type === 'error' ? 'exclamation-triangle-fill' : 'info-circle-fill'} me-2"></i>
  3293.                <span>${message}</span>
  3294.                <button type="button" class="btn-close" data-bs-dismiss="alert"></button>
  3295.            </div>
  3296.        `;
  3297.        
  3298.        document.body.appendChild(toast);
  3299.        
  3300.        // Auto remove after 4 seconds
  3301.        setTimeout(() => {
  3302.            if (toast && toast.parentNode) {
  3303.                toast.remove();
  3304.            }
  3305.        }, 4000);
  3306.    }
  3307.    
  3308.    // Smooth scroll for internal links
  3309.    document.querySelectorAll('a[href^="#"]').forEach(anchor => {
  3310.        anchor.addEventListener('click', function(e) {
  3311.            e.preventDefault();
  3312.            const target = document.querySelector(this.getAttribute('href'));
  3313.            if (target) {
  3314.                target.scrollIntoView({
  3315.                    behavior: 'smooth',
  3316.                    block: 'start'
  3317.                });
  3318.            }
  3319.        });
  3320.    });
  3321.    
  3322.    // Add fade-in animation to footer sections on scroll
  3323.    const observerOptions = {
  3324.        threshold: 0.1,
  3325.        rootMargin: '0px 0px -50px 0px'
  3326.    };
  3327.    
  3328.    const sectionObserver = new IntersectionObserver((entries) => {
  3329.        entries.forEach(entry => {
  3330.            if (entry.isIntersecting) {
  3331.                entry.target.classList.add('fade-in');
  3332.            }
  3333.        });
  3334.    }, observerOptions);
  3335.    
  3336.    // Observe footer sections
  3337.    document.querySelectorAll('.footer-section, .stats-item').forEach(section => {
  3338.        sectionObserver.observe(section);
  3339.    });
  3340.    
  3341.    // Enhanced hover effects for category tags
  3342.    document.querySelectorAll('.category-tag').forEach(tag => {
  3343.        tag.addEventListener('mouseenter', function() {
  3344.            this.style.transform = 'translateY(-2px) scale(1.02)';
  3345.        });
  3346.        
  3347.        tag.addEventListener('mouseleave', function() {
  3348.            this.style.transform = 'translateY(0) scale(1)';
  3349.        });
  3350.    });
  3351.    
  3352.    // Prevent default for demo links
  3353.    document.querySelectorAll('a[href="#"]').forEach(link => {
  3354.        link.addEventListener('click', function(e) {
  3355.            e.preventDefault();
  3356.        });
  3357.    });
  3358.    
  3359.    // Add click ripple effect to buttons
  3360.    document.querySelectorAll('.btn').forEach(btn => {
  3361.        btn.addEventListener('click', function(e) {
  3362.            const ripple = document.createElement('span');
  3363.            const rect = this.getBoundingClientRect();
  3364.            const size = Math.max(rect.width, rect.height);
  3365.            const x = e.clientX - rect.left - size / 2;
  3366.            const y = e.clientY - rect.top - size / 2;
  3367.            
  3368.            ripple.style.cssText = `
  3369.                position: absolute;
  3370.                left: ${x}px;
  3371.                top: ${y}px;
  3372.                width: ${size}px;
  3373.                height: ${size}px;
  3374.                border-radius: 50%;
  3375.                background: rgba(255, 255, 255, 0.4);
  3376.                transform: scale(0);
  3377.                animation: ripple-effect 0.6s linear;
  3378.                pointer-events: none;
  3379.            `;
  3380.            
  3381.            this.style.position = 'relative';
  3382.            this.style.overflow = 'hidden';
  3383.            this.appendChild(ripple);
  3384.            
  3385.            setTimeout(() => ripple.remove(), 600);
  3386.        });
  3387.    });
  3388.    
  3389. });
  3390.  
  3391. // Add ripple animation CSS
  3392. const rippleCSS = document.createElement('style');
  3393. rippleCSS.textContent = `
  3394.    @keyframes ripple-effect {
  3395.        to {
  3396.            transform: scale(4);
  3397.            opacity: 0;
  3398.        }
  3399.    }
  3400. `;
  3401. document.head.appendChild(rippleCSS);
  3402.  
  3403. document.addEventListener('DOMContentLoaded', function () {
  3404.    var btn = document.getElementById('toggleFooterLinks');
  3405.    if (!btn) return; // No extra links, no button
  3406.  
  3407.    var extras = document.querySelectorAll('#footerLinks li.extra');
  3408.  
  3409.    btn.addEventListener('click', function () {
  3410.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3411.            return li.classList.contains('d-none');
  3412.        });
  3413.  
  3414.        extras.forEach(function (li) {
  3415.            if (anyHidden) {
  3416.                li.classList.remove('d-none');
  3417.                li.classList.add('show');
  3418.            } else {
  3419.                li.classList.add('d-none');
  3420.                li.classList.remove('show');
  3421.            }
  3422.        });
  3423.  
  3424.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3425.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3426.    });
  3427. });
  3428.  
  3429. </script>
  3430.  
  3431.        <!-- end of wpo-site-footer-section -->
  3432.    </div>
  3433.    <!-- end of page-wrapper -->
  3434.  
  3435.    <!-- All JavaScript files
  3436.    ================================================== -->
  3437.    
  3438.  
  3439. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3440. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3441. <!-- Plugins for this template -->
  3442. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3443. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3444. <!-- Custom script for this template -->
  3445. <script src="/static/blogapp/assets/js/script.js"></script>
  3446.  
  3447. <script>
  3448. (function () {
  3449. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3450. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3451.  
  3452. function applyFallback(img) {
  3453. if (!img || img.dataset.fallbackApplied === "1") {
  3454. return;
  3455. }
  3456. var failedSrc = img.currentSrc || img.src || "";
  3457. img.dataset.fallbackApplied = "1";
  3458. img.onerror = null;
  3459. img.src = fallbackImageSrc;
  3460. console.warn("[ImageFallback] Replaced broken image:", {
  3461. failedSrc: failedSrc,
  3462. fallbackSrc: fallbackImageSrc,
  3463. alt: img.alt || "",
  3464. });
  3465. }
  3466.  
  3467. document.querySelectorAll("img").forEach(function (img) {
  3468. if (img.complete && img.naturalWidth === 0) {
  3469. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3470. failedSrc: img.currentSrc || img.src || "",
  3471. alt: img.alt || "",
  3472. });
  3473. applyFallback(img);
  3474. }
  3475. });
  3476.  
  3477. document.addEventListener(
  3478. "error",
  3479. function (event) {
  3480. var target = event.target;
  3481. if (target && target.tagName === "IMG") {
  3482. applyFallback(target);
  3483. }
  3484. },
  3485. true
  3486. );
  3487. })();
  3488. </script>
  3489.  
  3490. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3491.  
  3492.  
  3493.  
  3494. <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":"37d9ed649f324523ab372fa26bc1a507","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  3495. </body>
  3496.  
  3497. </html>
  3498.  
  3499.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda