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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="roboto">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/Untitled_design_-_2025-04-26T150042.672_rXgSoVI_nh1s2Oi_ebXKQMh_WwfN1pj.png">
  14.    
  15.  
  16.    <title>CosmoPlay UK: Discover Creative Play Ideas and Family Activities</title>
  17.    <meta name="description" content="CosmoPlay UK offers innovative play ideas, family activities, and educational resources to inspire creativity and fun for children and parents across the UK.">
  18.    <link href="/static/blogapp/assets/css/themify-icons.css" rel="stylesheet">
  19.    <link href="/static/blogapp/assets/css/flaticon.css" rel="stylesheet">
  20.    <link href="/static/blogapp/assets/css/bootstrap.min.css" rel="stylesheet">
  21.    <link href="/static/blogapp/assets/css/animate.css" rel="stylesheet">
  22.    <link href="/static/blogapp/assets/css/owl.carousel.css" rel="stylesheet">
  23.    <link href="/static/blogapp/assets/css/owl.theme.css" rel="stylesheet">
  24.    <link href="/static/blogapp/assets/css/slick.css" rel="stylesheet">
  25.    <link href="/static/blogapp/assets/css/slick-theme.css" rel="stylesheet">
  26.    <link href="/static/blogapp/assets/css/swiper.min.css" rel="stylesheet">
  27.    <link href="/static/blogapp/assets/css/owl.transitions.css" rel="stylesheet">
  28.    <link href="/static/blogapp/assets/css/jquery.fancybox.css" rel="stylesheet">
  29.    <link href="/static/blogapp/assets/css/odometer-theme-default.css" rel="stylesheet">
  30.    <link href="/static/blogapp/assets/css/component.css" rel="stylesheet">
  31.    <link href="/static/blogapp/assets/sass/style.css" rel="stylesheet">
  32.    <link href="/static/blogapp/assets/sass/layout/navbar.css" rel="stylesheet">
  33.    <link href="/static/blogapp/assets/css/responsive.css" rel="stylesheet">
  34.    <link href="/static/blogapp/assets/sass/fonts.css" rel="stylesheet">
  35.    <link rel="canonical" href="https://cosmoplay.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #10b981;
  42.        --bs-primary-rgb: 10b981;
  43.        --bs-secondary: #64748b;
  44.        --bs-success: #22c55e;
  45.        --bs-danger: #ef4444;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #06b6d4;
  48.        --bs-light: #f0fdf4;
  49.        --bs-dark: #064e3b;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #10b981;
  53.        --theme-primary-color-s2: #10b981;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #0f172a;
  57.        --text-light-color: #676767;
  58.        --heading-color: #0f172a;
  59.        --border-color: #d1fae5;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #ffffff;
  73.        --nav-bg: #ffffff;
  74.        --sub-nav: #ecfdf5;
  75.        --navbar-color: #064e3b;
  76.        --topbar-bg: #f0fdf4;
  77.        --topbar-color: #064e3b;
  78.        --footer-bg: #064e3b;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #d1fae5;
  82.        --card-radius: 12px;
  83.        --link-color: #10b981;
  84.        --link-hover: #059669;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(16, 185, 129, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. <script>
  368.    var _paq = window._paq = window._paq || [];
  369.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  370.    _paq.push(['trackPageView']);
  371.    _paq.push(['enableLinkTracking']);
  372.    (function() {
  373.        var u = "//analytics.tech-vikings.com/";
  374.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  375.        _paq.push(['setSiteId', '2']);
  376.        var d = document,
  377.            g = d.createElement('script'),
  378.            s = d.getElementsByTagName('script')[0];
  379.        g.async = true;
  380.        g.src = u + 'matomo.js';
  381.        s.parentNode.insertBefore(g, s);
  382.    })();
  383. </script>
  384. </head>
  385.  
  386.  
  387.  
  388. <body class="page-blogapp:homepage theme-creative">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395. <div class="preloader" style="z-index: 1025;">
  396.    <div class="angular-shape">
  397.        <div></div>
  398.        <div></div>
  399.        <div></div>
  400.    </div>
  401.    <div class="spinner">
  402.        <div class="double-bounce1"></div>
  403.        <div class="double-bounce2"></div>
  404.    </div>
  405. </div>  
  406.  
  407.            <!-- end preloader -->
  408.        
  409.        <!-- Start header -->
  410.        <header id="header" class="wpo-site-header">
  411.            
  412.  
  413.  
  414.    
  415.  
  416.  
  417. <div class="top-bg">
  418. <div class="unique-header px-3 d-sm-flex d-none container-fluid fluid-container">
  419.    <button class="unique-menu-button bg-primary-gradient">Latest Update</button>
  420.  
  421.    <div class="unique-news-wrapper-container">
  422.        <div class="unique-news-wrapper top-color" id="newsWrapper">
  423.              <marquee direction="left" scrollamount="4" behavior="scroll" class="d-flex ">
  424.            <p class="text-center">
  425.              
  426.              <a href="/disturbing-find-bodies-of-missing-mum-and-daughter-found-in-freezing-units-in-the-alpine-nation/" class="px-5 top-color">
  427.                Disturbing Find: Bodies of Missing Mum and Daughter Found in Freezing Units in the Alpine Nation
  428.              </a>
  429.              
  430.              <a href="/spotify-wrapped-release-timeline-and-key-inquiries-explained/" class="px-5 top-color">
  431.                Spotify Wrapped: Release Timeline and Key Inquiries Explained
  432.              </a>
  433.              
  434.              <a href="/calm-finish-to-messis-visit-to-india-following-disorder-in-kolkata/" class="px-5 top-color">
  435.                Calm Finish to Messi&#x27;s Visit to India Following Disorder in Kolkata
  436.              </a>
  437.              
  438.              <a href="/esteemed-photographer-brian-harris-obituary-a-life-through-the-camera/" class="px-5 top-color">
  439.                Esteemed Photographer Brian Harris Obituary: A Life Through the Camera
  440.              </a>
  441.              
  442.              <a href="/new-yorks-met-museum-faces-lawsuit-over-supposedly-nazi-plundered-van-gogh-masterpiece/" class="px-5 top-color">
  443.                New York&#x27;s Met Museum Faces Lawsuit Over Supposedly Nazi-Plundered Van Gogh Masterpiece
  444.              </a>
  445.              
  446.            </p>
  447.          </marquee>
  448.        </div>
  449.    </div>
  450.  
  451.    <div class="contact-info top-color">
  452.        <ul class="d-flex list-unstyled gap-3 flex-wrap">
  453.            <li><a href="#"><i class="top-color ti-facebook"></i></a></li>
  454.            <li><a href="#"><i class="top-color ti-twitter-alt"></i></a></li>
  455.            <li><a href="#"><i class="top-color ti-instagram"></i></a></li>
  456.            <li><a href="#"><i class="top-color ti-google"></i></a></li>
  457.        </ul>
  458.    </div>
  459. </div>
  460. </div>
  461.  
  462. <script>
  463.    // Build array directly from Django context
  464.    const newsItems = [
  465.        
  466.            { title: "Disturbing Find: Bodies of Missing Mum and Daughter Found in Freezing Units in the Alpine Nation", url: "/disturbing-find-bodies-of-missing-mum-and-daughter-found-in-freezing-units-in-the-alpine-nation/" },
  467.        
  468.            { title: "Spotify Wrapped: Release Timeline and Key Inquiries Explained", url: "/spotify-wrapped-release-timeline-and-key-inquiries-explained/" },
  469.        
  470.            { title: "Calm Finish to Messi\u0027s Visit to India Following Disorder in Kolkata", url: "/calm-finish-to-messis-visit-to-india-following-disorder-in-kolkata/" },
  471.        
  472.            { title: "Esteemed Photographer Brian Harris Obituary: A Life Through the Camera", url: "/esteemed-photographer-brian-harris-obituary-a-life-through-the-camera/" },
  473.        
  474.            { title: "New York\u0027s Met Museum Faces Lawsuit Over Supposedly Nazi\u002DPlundered Van Gogh Masterpiece", url: "/new-yorks-met-museum-faces-lawsuit-over-supposedly-nazi-plundered-van-gogh-masterpiece/" }
  475.        
  476.    ];
  477.  
  478.    let currentNewsIndex = 0;
  479.    const newsWrapper = document.getElementById('newsWrapper');
  480.    let currentNewsElement = null;
  481.    let typingInterval = null;
  482.    let isTyping = false;
  483.  
  484.    function createNewsElement() {
  485.        const newsElement = document.createElement('div');
  486.        newsElement.className = 'unique-news-item top-color active';
  487.        newsWrapper.appendChild(newsElement);
  488.        currentNewsElement = newsElement;
  489.    }
  490.  
  491.    function typeText(news, element, callback) {
  492.        let index = 0;
  493.        element.innerHTML = '<span class="unique-cursor"></span>';
  494.  
  495.        typingInterval = setInterval(() => {
  496.            if (index < news.title.length) {
  497.                const currentText = news.title.substring(0, index + 1);
  498.                element.innerHTML = `<a href="${news.url}" class="top-color">${currentText}</a><span class="unique-cursor"></span>`;
  499.                index++;
  500.            } else {
  501.                clearInterval(typingInterval);
  502.                setTimeout(() => {
  503.                    element.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  504.                    if (callback) callback();
  505.                }, 1000);
  506.            }
  507.        }, 100); // typing speed
  508.    }
  509.  
  510.    function startTyping() {
  511.        if (isTyping) return;
  512.  
  513.        isTyping = true;
  514.        const currentNews = newsItems[currentNewsIndex];
  515.  
  516.        typeText(currentNews, currentNewsElement, () => {
  517.            isTyping = false;
  518.            setTimeout(() => {
  519.                currentNewsIndex = (currentNewsIndex + 1) % newsItems.length;
  520.                startTyping();
  521.            }, 5000); // wait before next headline
  522.        });
  523.    }
  524.  
  525.    window.onload = function() {
  526.        createNewsElement();
  527.        startTyping();
  528.    };
  529. </script>
  530.  
  531.  
  532.  
  533.            
  534.  
  535.  
  536.  
  537.  
  538.  
  539.  
  540. <header class="header-v6 mb-4 nav-bg position-relative">
  541.    <div class="main-header-v6">
  542.        <div class="container-fluid fluid-container">
  543.            <div class="row align-items-center justify-content-between">
  544.                <!-- Left Navigation -->
  545.                <div class="col-lg-5 col-md-3">
  546.                    <nav class="left-nav-v6">
  547.                        <ul class="nav-list-v6">
  548.                            
  549.                            <li class="nav-item-v6">
  550.                                <a href="/" class="nav-link-v6 active-v6">Home</a>
  551.                            </li>
  552.  
  553.                            
  554.                            
  555.                            <li class="nav-item-v6">
  556.                                <a href="/category/all-posts/" class="nav-link-v6">
  557.                                    All Posts
  558.                                </a>
  559.                            </li>
  560.                            
  561.                            <li class="nav-item-v6">
  562.                                <a href="/category/business/" class="nav-link-v6">
  563.                                    Business
  564.                                </a>
  565.                            </li>
  566.                            
  567.                            <li class="nav-item-v6">
  568.                                <a href="/category/esports/" class="nav-link-v6">
  569.                                    Esports
  570.                                </a>
  571.                            </li>
  572.                            
  573.                        </ul>
  574.                    </nav>
  575.                </div>
  576.  
  577.                <!-- Center Logo -->
  578.               <div class="col-lg-2 col-md-6 text-center">
  579.                    <div class="logo-center-v6">
  580.                        <a class="brand-link-v6" href="/">
  581.                            
  582.                                CosmoPlay UK
  583.                            
  584.                        </a>
  585.                    </div>
  586.                </div>
  587.  
  588.                <!-- Right Navigation -->
  589.                <div class="col-lg-5 col-md-3">
  590.                    <nav class="right-nav-v6">
  591.                        <ul class="nav-list-v6 justify-content-end">
  592.  
  593.                            
  594.                            
  595.                            <li class="nav-item-v6">
  596.                                <a href="/category/fashion/" class="nav-link-v6">
  597.                                    Fashion
  598.                                </a>
  599.                            </li>
  600.                            
  601.                            <li class="nav-item-v6">
  602.                                <a href="/category/featured/" class="nav-link-v6">
  603.                                    Featured
  604.                                </a>
  605.                            </li>
  606.                            
  607.  
  608.                            
  609.                            
  610.                            
  611.                            <li class="nav-item-v6 dropdown-container-v6">
  612.                                <a href="#" class="nav-link-v6">More</a>
  613.                                <div class="mega-dropdown-v6">
  614.                                    <div class="dropdown-grid-v6">
  615.                                        <div class="dropdown-column-v6">
  616.                                            
  617.                                            <a href="/category/gaming/"
  618.                                                class="dropdown-link-v6">
  619.                                                Gaming
  620.                                            </a>
  621.                                            
  622.                                            <a href="/category/health/"
  623.                                                class="dropdown-link-v6">
  624.                                                Health
  625.                                            </a>
  626.                                            
  627.                                            <a href="/category/life-fitness/"
  628.                                                class="dropdown-link-v6">
  629.                                                Life &amp; Fitness
  630.                                            </a>
  631.                                            
  632.                                            <a href="/category/lifestyle/"
  633.                                                class="dropdown-link-v6">
  634.                                                Lifestyle
  635.                                            </a>
  636.                                            
  637.                                            <a href="/category/news/"
  638.                                                class="dropdown-link-v6">
  639.                                                News
  640.                                            </a>
  641.                                            
  642.                                            <a href="/category/others/"
  643.                                                class="dropdown-link-v6">
  644.                                                Others
  645.                                            </a>
  646.                                            
  647.                                            <a href="/category/politics/"
  648.                                                class="dropdown-link-v6">
  649.                                                Politics
  650.                                            </a>
  651.                                            
  652.                                            <a href="/category/sports/"
  653.                                                class="dropdown-link-v6">
  654.                                                Sports
  655.                                            </a>
  656.                                            
  657.                                            <a href="/category/tech/"
  658.                                                class="dropdown-link-v6">
  659.                                                Tech
  660.                                            </a>
  661.                                            
  662.                                            <a href="/category/travel/"
  663.                                                class="dropdown-link-v6">
  664.                                                Travel
  665.                                            </a>
  666.                                            
  667.                                        </div>
  668.                                    </div>
  669.                                </div>
  670.                            </li>
  671.                            
  672.                            
  673.                             <li>
  674.                  <a href="/page/contact-us/">
  675.                     Contact Us
  676.                  </a>
  677.              </li>
  678.                        </ul>
  679.                    </nav>
  680.                </div>
  681.            </div>
  682.  
  683.  
  684.            <!-- Search Bar Row -->
  685.            <div class="row mt-md-4 ">
  686.                <div class="col-12">
  687.                    <div class="search-container-v6">
  688.                        <form class="search-form-v6" action="#" method="get">
  689.                            <div class="search-wrapper-v6">
  690.                                <svg class="search-icon-v6" width="20" height="20" viewBox="0 0 24 24" fill="none"
  691.                                    stroke="currentColor" stroke-width="2">
  692.                                    <circle cx="11" cy="11" r="8"></circle>
  693.                                    <path d="m21 21-4.35-4.35"></path>
  694.                                </svg>
  695.                                <input id="search-input" type="search" class="search-input-v6"
  696.                                    placeholder="What are you looking for today?" name="q">
  697.                                <button type="submit" class="search-submit-v6">Search</button>
  698.                            </div>
  699.                        </form>
  700.                         <div id="search-results" class="search-results-container search-v1"></div>
  701.                    </div>
  702.                </div>
  703.            </div>
  704.        </div>
  705.    </div>
  706.  
  707.    <!-- Mobile Menu Button -->
  708.    <button class="mobile-toggle-v6  d-lg-none" type="button" onclick="toggleMenuV6()">
  709.        <span class="hamburger-line-v6 text-link "></span>
  710.        <span class="hamburger-line-v6 text-link "></span>
  711.        <span class="hamburger-line-v6 text-link "></span>
  712.    </button>
  713.  
  714.    <!-- Mobile Menu -->
  715. <div class="mobile-menu-v6 d-lg-none" id="mobileMenuV6">
  716.    <div class="mobile-menu-content-v6">
  717.        <button class="mobile-toggle-v6 text-link d-lg-none" style="font-size: larger;" type="button"
  718.            onclick="toggleMenuV6()">
  719.            X
  720.        </button>
  721.        <ul class="mobile-nav-list-v6">
  722.  
  723.            <!-- Static Home -->
  724.            <li class="mobile-nav-item-v6">
  725.                <a href="/"
  726.                   class="mobile-nav-link-v6 active-v6">
  727.                    Home
  728.                </a>
  729.            </li>
  730.  
  731.            <!-- Dynamic categories -->
  732.            
  733.            <li class="mobile-nav-item-v6">
  734.                <a href="/category/all-posts/"
  735.                   class="mobile-nav-link-v6 ">
  736.                    All Posts
  737.                </a>
  738.            </li>
  739.            
  740.            <li class="mobile-nav-item-v6">
  741.                <a href="/category/business/"
  742.                   class="mobile-nav-link-v6 ">
  743.                    Business
  744.                </a>
  745.            </li>
  746.            
  747.            <li class="mobile-nav-item-v6">
  748.                <a href="/category/esports/"
  749.                   class="mobile-nav-link-v6 ">
  750.                    Esports
  751.                </a>
  752.            </li>
  753.            
  754.            <li class="mobile-nav-item-v6">
  755.                <a href="/category/fashion/"
  756.                   class="mobile-nav-link-v6 ">
  757.                    Fashion
  758.                </a>
  759.            </li>
  760.            
  761.            <li class="mobile-nav-item-v6">
  762.                <a href="/category/featured/"
  763.                   class="mobile-nav-link-v6 ">
  764.                    Featured
  765.                </a>
  766.            </li>
  767.            
  768.            <li class="mobile-nav-item-v6">
  769.                <a href="/category/gaming/"
  770.                   class="mobile-nav-link-v6 ">
  771.                    Gaming
  772.                </a>
  773.            </li>
  774.            
  775.            <li class="mobile-nav-item-v6">
  776.                <a href="/category/health/"
  777.                   class="mobile-nav-link-v6 ">
  778.                    Health
  779.                </a>
  780.            </li>
  781.            
  782.            <li class="mobile-nav-item-v6">
  783.                <a href="/category/life-fitness/"
  784.                   class="mobile-nav-link-v6 ">
  785.                    Life &amp; Fitness
  786.                </a>
  787.            </li>
  788.            
  789.            <li class="mobile-nav-item-v6">
  790.                <a href="/category/lifestyle/"
  791.                   class="mobile-nav-link-v6 ">
  792.                    Lifestyle
  793.                </a>
  794.            </li>
  795.            
  796.            <li class="mobile-nav-item-v6">
  797.                <a href="/category/news/"
  798.                   class="mobile-nav-link-v6 ">
  799.                    News
  800.                </a>
  801.            </li>
  802.            
  803.            <li class="mobile-nav-item-v6">
  804.                <a href="/category/others/"
  805.                   class="mobile-nav-link-v6 ">
  806.                    Others
  807.                </a>
  808.            </li>
  809.            
  810.            <li class="mobile-nav-item-v6">
  811.                <a href="/category/politics/"
  812.                   class="mobile-nav-link-v6 ">
  813.                    Politics
  814.                </a>
  815.            </li>
  816.            
  817.            <li class="mobile-nav-item-v6">
  818.                <a href="/category/sports/"
  819.                   class="mobile-nav-link-v6 ">
  820.                    Sports
  821.                </a>
  822.            </li>
  823.            
  824.            <li class="mobile-nav-item-v6">
  825.                <a href="/category/tech/"
  826.                   class="mobile-nav-link-v6 ">
  827.                    Tech
  828.                </a>
  829.            </li>
  830.            
  831.            <li class="mobile-nav-item-v6">
  832.                <a href="/category/travel/"
  833.                   class="mobile-nav-link-v6 ">
  834.                    Travel
  835.                </a>
  836.            </li>
  837.            
  838.  
  839.            <!-- Static Contact -->
  840.            <li class="mobile-nav-item-v6">
  841.                <a href="/page/contact-us/"
  842.                   class="mobile-nav-link-v6 ">
  843.                    Contact Us
  844.                </a>
  845.            </li>
  846.        </ul>
  847.    </div>
  848. </div>
  849. <div class="sidebar-blur d-lg-none"></div>
  850. </header>
  851.  
  852. <style>
  853.    /* Navbar V6 Styles - Centered Logo with Split Navigation */
  854.  
  855.  
  856.    .main-header-v6 {
  857.        padding: 35px 0;
  858.    }
  859.  
  860.    /* Logo Styles */
  861.    .logo-center-v6 {
  862.        position: relative;
  863.    }
  864.  
  865.    .logo-img-v6 {
  866.        max-height: 100px;
  867.        transition: transform 0.3s ease;
  868.    }
  869.  
  870.    .logo-img-v6:hover {
  871.        transform: scale(1.05);
  872.    }
  873.  
  874.    /* Navigation Styles */
  875.    .nav-list-v6 {
  876.        list-style: none;
  877.        padding: 0;
  878.        margin: 0;
  879.        display: flex;
  880.        align-items: center;
  881.    }
  882.  
  883.    .nav-item-v6 {
  884.        position: relative;
  885.        margin: 0 20px;
  886.    }
  887.  
  888.    .nav-link-v6 {
  889.        color: var(--navbar-color) !important;
  890.        text-decoration: none;
  891.        font-weight: 500;
  892.        font-size: 15px;
  893.        padding: 12px 0;
  894.        position: relative;
  895.        transition: all 0.3s ease;
  896.    }
  897.  
  898.    .nav-link-v6::after {
  899.        content: '';
  900.        position: absolute;
  901.        bottom: 0;
  902.        left: 50%;
  903.        width: 0;
  904.        height: 2px;
  905.        transition: all 0.3s ease;
  906.        transform: translateX(-50%);
  907.    }
  908.  
  909.    .nav-link-v6:hover,
  910.    .nav-link-v6.active-v6 {
  911.        font-weight: 700;
  912.        opacity: 0.75;
  913.    }
  914.  
  915.    .nav-link-v6:hover::after,
  916.    .nav-link-v6.active-v6::after {
  917.        width: 100%;
  918.    }
  919.  
  920.    /* Mega Dropdown Styles */
  921.    .dropdown-container-v6 {
  922.        position: relative;
  923.    }
  924.  
  925.    .mega-dropdown-v6 {
  926.        position: absolute;
  927.        top: 100%;
  928.        left: 50%;
  929.        transform: translateX(-50%);
  930.        background: var(--navbar-bg);
  931.        border-radius: 12px;
  932.        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  933.        opacity: 0;
  934.        visibility: hidden;
  935.        transition: all 0.3s ease;
  936.        padding: 25px;
  937.        min-width: 300px;
  938.        z-index: 1200;
  939.        margin-top: 15px;
  940.    }
  941.  
  942.    .dropdown-container-v6:hover .mega-dropdown-v6 {
  943.        opacity: 1;
  944.        visibility: visible;
  945.        margin-top: 0;
  946.    }
  947.  
  948.    .dropdown-grid-v6 {
  949.        display: grid;
  950.        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  951.        gap: 20px;
  952.    }
  953.  
  954.    .dropdown-title-v6 {
  955.        font-size: 13px;
  956.        font-weight: 600;
  957.        color: #4a5568;
  958.        margin-bottom: 10px;
  959.        text-transform: uppercase;
  960.        letter-spacing: 0.5px;
  961.    }
  962.  
  963.    .dropdown-link-v6 {
  964.        display: block;
  965.        color: #2d3748;
  966.        text-decoration: none;
  967.        font-size: 14px;
  968.        padding: 8px 0;
  969.        transition: all 0.3s ease;
  970.        position: relative;
  971.        padding-left: 15px;
  972.    }
  973.  
  974.    .dropdown-link-v6::before {
  975.        content: '';
  976.        position: absolute;
  977.        left: 0;
  978.        top: 50%;
  979.        width: 6px;
  980.        height: 6px;
  981.        background: #e2e8f0;
  982.        border-radius: 50%;
  983.        transform: translateY(-50%);
  984.        transition: all 0.3s ease;
  985.    }
  986.  
  987.    .dropdown-link-v6:hover {
  988.        color: #667eea;
  989.        padding-left: 20px;
  990.    }
  991.  
  992.    .dropdown-link-v6:hover::before {
  993.        background: #667eea;
  994.    }
  995.  
  996.    /* Search Styles */
  997.    .search-container-v6 {
  998.        max-width: 600px;
  999.        margin: 0 auto;
  1000.    }
  1001.  
  1002.    .search-wrapper-v6 {
  1003.        position: relative;
  1004.        background: #f7fafc;
  1005.        border-radius: 50px;
  1006.        display: flex;
  1007.        align-items: center;
  1008.        transition: all 0.3s ease;
  1009.        border: 2px solid transparent;
  1010.    }
  1011.  
  1012.    .search-wrapper-v6:focus-within {
  1013.        background: #ffffff;
  1014.        border-color: #007bff;
  1015.        box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
  1016.    }
  1017.  
  1018.    .search-icon-v6 {
  1019.        color: #a0aec0;
  1020.        margin: 0 15px;
  1021.        transition: color 0.3s ease;
  1022.    }
  1023.  
  1024.    .search-wrapper-v6:focus-within .search-icon-v6 {
  1025.        color: #007bff;
  1026.    }
  1027.  
  1028.    .search-input-v6 {
  1029.        flex: 1;
  1030.        border: none;
  1031.        background: transparent;
  1032.        font-size: 16px;
  1033.        padding: 10px 0;
  1034.        outline: none;
  1035.        color: #2d3748;
  1036.    }
  1037.  
  1038.    .search-input-v6::placeholder {
  1039.        color: #a0aec0;
  1040.    }
  1041.  
  1042.    .search-submit-v6 {
  1043.        background-color: var(--bs-primary);
  1044.        color: white;
  1045.        border: none;
  1046.        border-radius: 50px;
  1047.        padding: 12px 25px;
  1048.        font-weight: 500;
  1049.        cursor: pointer;
  1050.        transition: all 0.3s ease;
  1051.    }
  1052.  
  1053.    .search-submit-v6:hover {
  1054.        transform: translateY(-2px);
  1055.        box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
  1056.    }
  1057.  
  1058.    /* Mobile Styles */
  1059.    .mobile-toggle-v6 {
  1060.        position: absolute;
  1061.        top: 20px;
  1062.        right: 20px;
  1063.        background: none;
  1064.        border: none;
  1065.        cursor: pointer;
  1066.        z-index: 999;
  1067.        padding: 5px;
  1068.    }
  1069.  
  1070.    .hamburger-line-v6 {
  1071.        display: block;
  1072.        width: 25px;
  1073.        height: 3px;
  1074.        background: var(--navbar-color);
  1075.        margin: 5px 0;
  1076.        transition: all 0.3s ease;
  1077.        border-radius: 2px;
  1078.    }
  1079.  
  1080.    .mobile-menu-v6 {
  1081.        position: fixed;
  1082.        top: 0;
  1083.        right: -100%;
  1084.        width: 300px;
  1085.        height: 100vh;
  1086.        background: var(--navbar-bg) !important;
  1087.        z-index: 1000;
  1088.        transition: right 0.3s ease;
  1089.        box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
  1090.    }
  1091.  
  1092.    .mobile-menu-v6.show-v6 {
  1093.        right: 0;
  1094.    }
  1095.  
  1096.    .mobile-menu-content-v6 {
  1097.        padding: 80px 30px 30px;
  1098.        height: 100%;
  1099.        overflow-y: auto;
  1100.    }
  1101.  
  1102.    .mobile-nav-list-v6 {
  1103.        list-style: none;
  1104.        padding: 0;
  1105.        margin: 0;
  1106.    }
  1107.  
  1108.    .mobile-nav-item-v6 {
  1109.        margin-bottom: 5px;
  1110.    }
  1111.  
  1112.    .mobile-nav-link-v6 {
  1113.        display: flex;
  1114.        align-items: center;
  1115.        justify-content: space-between;
  1116.        color: var(--navbar-color) !important;
  1117.        text-decoration: none;
  1118.        font-size: 16px;
  1119.        font-weight: 500;
  1120.        padding: 15px 0;
  1121.        border-bottom: 1px solid var(--border-color);
  1122.        transition: color 0.3s ease;
  1123.    }
  1124.  
  1125.    .mobile-nav-link-v6:hover,
  1126.    .mobile-nav-link-v6.active-v6 {
  1127.        color: #667eea;
  1128.    }
  1129.  
  1130.    .mobile-dropdown-v6 {
  1131.        list-style: none;
  1132.        padding: 0;
  1133.        margin: 0;
  1134.        max-height: 0;
  1135.        overflow: hidden;
  1136.        transition: max-height 0.3s ease;
  1137.        background: var(--navbar-bg);
  1138.        border-radius: 8px;
  1139.        margin-top: 5px;
  1140.    }
  1141.  
  1142.    .mobile-dropdown-v6.show-v6 {
  1143.        max-height: 300px;
  1144.        padding: 10px 0;
  1145.    }
  1146.  
  1147.    .mobile-dropdown-link-v6 {
  1148.        display: block;
  1149.        color: var(--navbar-color) !important;
  1150.        text-decoration: none;
  1151.        font-size: 14px;
  1152.        padding: 10px 20px;
  1153.        transition: all 0.3s ease;
  1154.    }
  1155.  
  1156.    .mobile-dropdown-link-v6:hover {
  1157.        color: #667eea;
  1158.        opacity: 0.6;
  1159.    }
  1160.  
  1161.    /* Responsive Design */
  1162.    @media (max-width: 991px) {
  1163.  
  1164.        .left-nav-v6,
  1165.        .right-nav-v6 {
  1166.            display: none;
  1167.        }
  1168.  
  1169.        .main-header-v6 {
  1170.            padding: 15px 0;
  1171.        }
  1172.  
  1173.        .search-container-v6 {
  1174.            margin-top: 20px;
  1175.        }
  1176.    }
  1177.  
  1178.    @media (max-width: 768px) {
  1179.        .search-wrapper-v6 {
  1180.            flex-direction: row;
  1181.        }
  1182.  
  1183.        .search-input-v6 {
  1184.            padding: 6px 0;
  1185.            text-align: center;
  1186.            display: flex;
  1187.        }
  1188.  
  1189.  
  1190.        .search-submit-v6 {
  1191.            width: 100%;
  1192.            margin-top: 10px;
  1193.            display: none;
  1194.        }
  1195.    }
  1196. </style>
  1197.  
  1198. <script>
  1199.    function toggleMenuV6() {
  1200.        const mobileMenu = document.getElementById('mobileMenuV6');
  1201.        mobileMenu.classList.toggle('show-v6');
  1202.    }
  1203.  
  1204.    function toggleMobileDropdown(dropdownId) {
  1205.        const dropdown = document.getElementById(dropdownId);
  1206.        dropdown.classList.toggle('show-v6');
  1207.    }
  1208.  
  1209.    // Close mobile menu when clicking outside
  1210.    document.addEventListener('click', function (event) {
  1211.        const mobileMenu = document.getElementById('mobileMenuV6');
  1212.        const mobileToggle = document.querySelector('.mobile-toggle-v6');
  1213.  
  1214.        if (!mobileMenu.contains(event.target) && !mobileToggle.contains(event.target)) {
  1215.            mobileMenu.classList.remove('show-v6');
  1216.        }
  1217.    });
  1218. </script>
  1219.  
  1220. <script>
  1221.  document.addEventListener("DOMContentLoaded", function () {
  1222.    console.log("loaded");
  1223.  
  1224.     const searchInput = document.getElementById("search-input")
  1225.    const searchResults = document.getElementById("search-results");
  1226.  
  1227.    if (!searchInput || !searchResults) {
  1228.      console.error("Search input/results not found");
  1229.      return;
  1230.    }
  1231.  
  1232.    // Prevent form submission
  1233.    if (searchInput.form) {
  1234.      searchInput.form.addEventListener("submit", function (e) {
  1235.        e.preventDefault();
  1236.      });
  1237.    }
  1238.  
  1239.    // Add event listener for keyup
  1240.    searchInput.addEventListener("keyup", function (e) {
  1241.      console.log("Key pressed:", e.key);
  1242.      e.preventDefault();
  1243.  
  1244.      const query = searchInput.value.trim();
  1245.      console.log("User is typing: " + query);
  1246.  
  1247.      // If empty → clear and hide
  1248.      if (query === "") {
  1249.        searchResults.innerHTML = "";
  1250.        searchResults.style.display = "none";
  1251.        return;
  1252.      }
  1253.  
  1254.      // Show results
  1255.      searchResults.style.display = "block";
  1256.  
  1257.      // Fetch search results
  1258.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1259.        method: "GET",
  1260.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1261.      })
  1262.        .then(response => {
  1263.          console.log("Response Status:", response.status);
  1264.          return response.json();
  1265.        })
  1266.        .then(data => {
  1267.          console.log("Data received:", data);
  1268.          if (data.html) {
  1269.            searchResults.innerHTML = data.html;
  1270.          } else {
  1271.            searchResults.innerHTML = "<p>No results found.</p>";
  1272.          }
  1273.        })
  1274.        .catch(error => {
  1275.          console.error("Error fetching search results:", error);
  1276.        });
  1277.    });
  1278.  
  1279.    // Close results when clicking outside
  1280.    document.addEventListener("click", function (e) {
  1281.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1282.        searchResults.style.display = "none";
  1283.      }
  1284.    });
  1285.  
  1286.    // Close results on ESC key
  1287.    document.addEventListener("keydown", function (e) {
  1288.      if (e.key === "Escape") {
  1289.        searchResults.style.display = "none";
  1290.      }
  1291.    });
  1292.  });
  1293. </script>
  1294.  
  1295. <style>
  1296.        /* search field */
  1297.  .search-results-container {
  1298.  position: absolute;
  1299.  top: 100%; /* Position it below the input field */
  1300.  left: 10px;
  1301.  right: 10px;
  1302.  background-color: white;
  1303.  border: 1px solid #ddd;
  1304.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1305.  max-height: 300px;
  1306.  overflow-y: auto;
  1307.  z-index: 1000;
  1308.  display: none; /* Initially hidden */
  1309. }
  1310.  
  1311. .search-results-container p {
  1312.  margin: 0;
  1313. }
  1314.  
  1315. .search-results-container .result-item {
  1316.  padding: 10px;
  1317.  cursor: pointer;
  1318. }
  1319.  
  1320. .search-results-container .result-item:hover {
  1321.  background-color: #f0f0f0;
  1322. }
  1323. </style>
  1324.  
  1325.        </header>
  1326.        <!-- end of header -->
  1327.        <!-- start of wpo-blog-hero -->
  1328.        
  1329.  
  1330.  
  1331.  
  1332.  
  1333.  
  1334.  
  1335.  
  1336. <div class="blog-hero-v5">
  1337.  <div class="container-fluid fluid-container">
  1338.    <!-- Hero Header -->
  1339.  
  1340.    <!-- Main Content Grid -->
  1341.    <div class="row g-4">
  1342.      <!-- Large Featured Post - Left Side -->
  1343.      <div class="col-lg-6 col-md-12">
  1344.        
  1345.        
  1346.          
  1347.        <div class="large-featured-card">
  1348.          <div class="card-image-wrapper">
  1349.            
  1350.                <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" class="card-image">
  1351.            
  1352.            <div class="image-overlay">
  1353.              <span class="category-pill fashion bg-primary-gradient">News</span>
  1354.            </div>
  1355.          </div>
  1356.          <div class="card-content">
  1357.            <h2 class="card-title"><a class="top-color" href="/american-lawmaker-calls-on-former-prince-andrew-to-testify-in-epstein-investigation/">
  1358.                                        American Lawmaker Calls On Former Prince Andrew to Testify in Epstein Investigation
  1359.                                    </a></h2>
  1360.            <p class="card-description"></p>
  1361.            <div class="card-footer">
  1362.              <div class="author-section">
  1363.                <div class="author-avatar">
  1364.                  
  1365.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Gerald Richardson" class="author-img">
  1366.                    
  1367.                </div>
  1368.                <div class="author-details">
  1369.                  <span class="author-name">Gerald Richardson</span>
  1370.                  <span class="publish-date">12 May 2026</span>
  1371.                </div>
  1372.              </div>
  1373.              <div class="read-time">
  1374.                <!-- <span>9 min read</span> -->
  1375.              </div>
  1376.            </div>
  1377.          </div>
  1378.        </div>
  1379.  
  1380.        
  1381.      </div>
  1382.      
  1383.  
  1384.      <!-- Right Side - Grid of Posts -->
  1385.      <div class="col-lg-6 col-md-12">
  1386.        <div class="row h-100">
  1387.          
  1388.          
  1389.            
  1390.          <!-- Medium Featured Post -->
  1391.          <div class="col-12 mb-3">
  1392.            <div class="medium-featured-card h-100">
  1393.              <div class="row g-0 h-100">
  1394.                <div class="col-md-6">
  1395.                  <div class="medium-image-wrapper">
  1396.                    
  1397.                          <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1398.                      
  1399.                    <div class="medium-overlay">
  1400.                      <span class="category-pill travel bg-primary-gradient">News</span>
  1401.                    </div>
  1402.                  </div>
  1403.                </div>
  1404.                <div class="col-md-6">
  1405.                  <div class="medium-content">
  1406.                    <h3 class="medium-title"><a class="top-color" href="/bahrain-to-argue-at-british-highest-court-over-state-immunity-in-surveillance-claims/">
  1407.                                        Bahrain to Argue at British Highest Court Over State Immunity in Surveillance Claims
  1408.                                    </a></h3>
  1409.                    <p class="medium-excerpt"></p>
  1410.                    <div class="medium-meta">
  1411.                      <span class="author">By Gerald Richardson</span>
  1412.                      <span class="date">12 May 2026</span>
  1413.                    </div>
  1414.                  </div>
  1415.                </div>
  1416.              </div>
  1417.            </div>
  1418.          </div>
  1419.  
  1420.          
  1421.          
  1422.  
  1423.          
  1424.            <!-- Small Cards Row -->
  1425.            <div class="col-md-6 col-12 mb-md-0 mb-3">
  1426.              <div class="small-card h-100">
  1427.                <div class="small-image-wrapper">
  1428.                    
  1429.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1430.                            style="object-fit: cover;" alt="">
  1431.                    
  1432.                  <span class="small-category bg-primary-gradient">News</span>
  1433.                </div>
  1434.                <div class="small-content">
  1435.                  <h4 class="small-title"> <a class="top-color" href="/james-cameron-sets-the-record-straight-computers-dont-create-avatar-films/" >
  1436.                                        James Cameron Sets the Record Straight: ‘Computers Don’t Create Avatar Films’
  1437.                                    </a></h4>
  1438.                  <p class="medium-excerpt"></p>
  1439.                  <div class="small-meta">
  1440.                    <span>By Gerald Richardson</span>
  1441.                    <span>11 May 2026</span>
  1442.                  </div>
  1443.                </div>
  1444.              </div>
  1445.            </div>
  1446.            
  1447.            <!-- Small Cards Row -->
  1448.            <div class="col-md-6 col-12 mb-md-0 mb-3">
  1449.              <div class="small-card h-100">
  1450.                <div class="small-image-wrapper">
  1451.                    
  1452.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1453.                            style="object-fit: cover;" alt="">
  1454.                    
  1455.                  <span class="small-category bg-primary-gradient">News</span>
  1456.                </div>
  1457.                <div class="small-content">
  1458.                  <h4 class="small-title"> <a class="top-color" href="/restrained-solitary-and-scared-the-grim-truth-for-female-inmates-made-to-deliver-in-incarceration/" >
  1459.                                        Restrained, Solitary and Scared: The Grim Truth for Female Inmates Made to Deliver in Incarceration.
  1460.                                    </a></h4>
  1461.                  <p class="medium-excerpt"></p>
  1462.                  <div class="small-meta">
  1463.                    <span>By Gerald Richardson</span>
  1464.                    <span>11 May 2026</span>
  1465.                  </div>
  1466.                </div>
  1467.              </div>
  1468.            </div>
  1469.            
  1470.  
  1471.        </div>
  1472.      </div>
  1473.    </div>
  1474.  </div>
  1475. </div>
  1476.  
  1477. <style>
  1478.  /* Blog Hero V5 - Clean Card Grid Design */
  1479.  :root {
  1480.    --shadow-light: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  1481.    --shadow-medium: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  1482.    --shadow-heavy: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  1483.  
  1484.    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  1485.  }
  1486.  
  1487.  .blog-hero-v5 {
  1488.    padding: 4rem 0;
  1489.  }
  1490.  
  1491.  /* Hero Header */
  1492.  .hero-header {
  1493.    margin-bottom: 2rem;
  1494.  }
  1495.  
  1496.  .hero-title {
  1497.    font-size: 3.5rem;
  1498.    font-weight: 800;
  1499.    color: var(--text-dark);
  1500.    margin-bottom: 1rem;
  1501.    letter-spacing: -0.025em;
  1502.    line-height: 1.1;
  1503.  }
  1504.  
  1505.  .hero-subtitle {
  1506.    font-size: 1.25rem;
  1507.    color: var(--text-light);
  1508.    font-weight: 400;
  1509.    max-width: 600px;
  1510.    margin: 0 auto;
  1511.  }
  1512.  
  1513.  /* Large Featured Card */
  1514.  .large-featured-card {
  1515.    background: var(--card-bg);
  1516.    border-radius: var(--border-radius);
  1517.    box-shadow: var(--shadow-medium);
  1518.    overflow: hidden;
  1519.    height: 100%;
  1520.    transition: var(--transition);
  1521.    border: 1px solid var(--border-color);
  1522.  }
  1523.  
  1524.  .large-featured-card:hover {
  1525.    transform: translateY(-8px);
  1526.    box-shadow: var(--shadow-heavy);
  1527.  }
  1528.  
  1529.  .card-image-wrapper {
  1530.    position: relative;
  1531.    height: 280px;
  1532.    overflow: hidden;
  1533.  }
  1534.  
  1535.  .card-image {
  1536.    width: 100%;
  1537.    height: 100%;
  1538.    object-fit: cover;
  1539.    transition: var(--transition);
  1540.  }
  1541.  
  1542.  .large-featured-card:hover .card-image {
  1543.    transform: scale(1.05);
  1544.  }
  1545.  
  1546.  .image-overlay {
  1547.    position: absolute;
  1548.    top: 1.5rem;
  1549.    left: 1.5rem;
  1550.  }
  1551.  
  1552.  .card-content {
  1553.    padding: 2rem;
  1554.  }
  1555.  
  1556.  .card-title {
  1557.    font-size: 1.75rem;
  1558.    font-weight: 700;
  1559.    color: var(--text-dark);
  1560.    margin-bottom: 1rem;
  1561.    line-height: 1.3;
  1562.  }
  1563.  
  1564.  .card-description {
  1565.    color: var(--text-light);
  1566.    font-size: 1rem;
  1567.    line-height: 1.6;
  1568.    margin-bottom: 2rem;
  1569.  }
  1570.  
  1571.  .card-footer {
  1572.    display: flex;
  1573.    align-items: center;
  1574.    justify-content: space-between;
  1575.  }
  1576.  
  1577.  .author-section {
  1578.    display: flex;
  1579.    align-items: center;
  1580.    gap: 1rem;
  1581.  }
  1582.  
  1583.  .author-avatar {
  1584.    width: 48px;
  1585.    height: 48px;
  1586.    border-radius: 50%;
  1587.    overflow: hidden;
  1588.    border: 2px solid var(--border-color);
  1589.  }
  1590.  
  1591.  .author-avatar img {
  1592.    width: 100%;
  1593.    height: 100%;
  1594.    object-fit: cover;
  1595.  }
  1596.  
  1597.  .author-details {
  1598.    display: flex;
  1599.    flex-direction: column;
  1600.  }
  1601.  
  1602.  .author-name {
  1603.    font-weight: 600;
  1604.    color: var(--text-dark);
  1605.    font-size: 0.95rem;
  1606.  }
  1607.  
  1608.  .publish-date {
  1609.    color: var(--text-light);
  1610.    font-size: 0.875rem;
  1611.  }
  1612.  
  1613.  .read-time {
  1614.    background: var(--card-bg);
  1615.    padding: 0.5rem 1rem;
  1616.    border-radius: 20px;
  1617.    font-size: 0.875rem;
  1618.    color: var(--text-light);
  1619.    font-weight: 500;
  1620.  }
  1621.  
  1622.  /* Category Pills */
  1623.  .category-pill {
  1624.    display: inline-block;
  1625.    padding: 0.5rem 1rem;
  1626.    font-size: 0.75rem;
  1627.    font-weight: 600;
  1628.    text-transform: uppercase;
  1629.    letter-spacing: 0.05em;
  1630.    border-radius: 20px;
  1631.    color: white;
  1632.  }
  1633.  
  1634.  
  1635.  /* Medium Featured Card */
  1636.  .medium-featured-card {
  1637.    background: var(--card-bg);
  1638.    border-radius: var(--border-radius);
  1639.    box-shadow: var(--shadow-light);
  1640.    overflow: hidden;
  1641.    height: 220px;
  1642.    transition: var(--transition);
  1643.    border: 1px solid var(--border-color);
  1644.  }
  1645.  
  1646.  .medium-featured-card:hover {
  1647.    transform: translateY(-4px);
  1648.    box-shadow: var(--shadow-medium);
  1649.  }
  1650.  
  1651.  .medium-image-wrapper {
  1652.    position: relative;
  1653.    height: 100%;
  1654.    overflow: hidden;
  1655.  }
  1656.  
  1657.  .medium-image-wrapper img {
  1658.    width: 100%;
  1659.    height: 100%;
  1660.    object-fit: cover;
  1661.    transition: var(--transition);
  1662.  }
  1663.  
  1664.  .medium-featured-card:hover .medium-image-wrapper img {
  1665.    transform: scale(1.05);
  1666.  }
  1667.  
  1668.  .medium-overlay {
  1669.    position: absolute;
  1670.    top: 1rem;
  1671.    left: 1rem;
  1672.  }
  1673.  
  1674.  .medium-content {
  1675.    padding: 1.5rem;
  1676.    display: flex;
  1677.    flex-direction: column;
  1678.    justify-content: space-between;
  1679.    height: 100%;
  1680.  }
  1681.  
  1682.  .medium-title {
  1683.    font-size: 1.25rem;
  1684.    font-weight: 600;
  1685.    color: var(--text-dark);
  1686.    margin-bottom: 0.75rem;
  1687.    line-height: 1.3;
  1688.  }
  1689.  
  1690.  .medium-excerpt {
  1691.    color: var(--text-light);
  1692.    font-size: 0.9rem;
  1693.    line-height: 1.5;
  1694.    margin-bottom: 1rem;
  1695.    flex-grow: 1;
  1696.  }
  1697.  
  1698.  .medium-meta {
  1699.    display: flex;
  1700.    flex-direction: column;
  1701.    gap: 0.25rem;
  1702.    font-size: 0.8rem;
  1703.  }
  1704.  
  1705.  /* Small Cards */
  1706.  .small-card {
  1707.    background: var(--card-bg);
  1708.    border-radius: var(--border-radius);
  1709.    box-shadow: var(--shadow-light);
  1710.    overflow: hidden;
  1711.    transition: var(--transition);
  1712.    border: 1px solid var(--border-color);
  1713.    display: flex;
  1714.    flex-direction: column;
  1715.  }
  1716.  
  1717.  .small-card:hover {
  1718.    transform: translateY(-4px);
  1719.    box-shadow: var(--shadow-medium);
  1720.  }
  1721.  
  1722.  .small-image-wrapper {
  1723.    position: relative;
  1724.    height: 140px;
  1725.    overflow: hidden;
  1726.    flex-shrink: 0;
  1727.  }
  1728.  
  1729.  .small-image-wrapper img {
  1730.    width: 100%;
  1731.    height: 100%;
  1732.    object-fit: cover;
  1733.    transition: var(--transition);
  1734.  }
  1735.  
  1736.  .small-card:hover .small-image-wrapper img {
  1737.    transform: scale(1.05);
  1738.  }
  1739.  
  1740.  .small-category {
  1741.    position: absolute;
  1742.    top: 0.75rem;
  1743.    left: 0.75rem;
  1744.    padding: 0.25rem 0.75rem;
  1745.    font-size: 0.7rem;
  1746.    font-weight: 600;
  1747.    text-transform: uppercase;
  1748.    border-radius: 12px;
  1749.    color: white;
  1750.  }
  1751.  
  1752.  
  1753.  .small-content {
  1754.    padding: 1rem;
  1755.    flex-grow: 1;
  1756.    display: flex;
  1757.    flex-direction: column;
  1758.    justify-content: space-between;
  1759.  }
  1760.  
  1761.  .small-title {
  1762.    font-size: 1rem;
  1763.    font-weight: 600;
  1764.    color: var(--text-dark);
  1765.    margin-bottom: 0.75rem;
  1766.    line-height: 1.3;
  1767.  }
  1768.  
  1769.  .small-meta {
  1770.    display: flex;
  1771.    justify-content: space-between;
  1772.    font-size: 0.75rem;
  1773.    color: var(--text-light);
  1774.  }
  1775.  
  1776.  /* Stats Section - Removed */
  1777.  
  1778.  /* Responsive Design */
  1779.  @media (max-width: 992px) {
  1780.    .hero-title {
  1781.      font-size: 2.5rem;
  1782.    }
  1783.  
  1784.    .card-content {
  1785.      padding: 1.5rem;
  1786.    }
  1787.  
  1788.    .card-title {
  1789.      font-size: 1.5rem;
  1790.    }
  1791.  
  1792.    .medium-featured-card {
  1793.      height: auto;
  1794.    }
  1795.  
  1796.    .medium-content {
  1797.      height: auto;
  1798.    }
  1799.  }
  1800.  
  1801.  @media (max-width: 768px) {
  1802.    .blog-hero-v5 {
  1803.      padding: 2rem 0;
  1804.    }
  1805.  
  1806.    .hero-title {
  1807.      font-size: 2rem;
  1808.    }
  1809.  
  1810.    .hero-subtitle {
  1811.      font-size: 1rem;
  1812.    }
  1813.  
  1814.    .card-image-wrapper {
  1815.      height: 200px;
  1816.    }
  1817.  
  1818.    .medium-featured-card {
  1819.      height: auto;
  1820.    }
  1821.  
  1822.    .medium-image-wrapper {
  1823.      height: 150px;
  1824.    }
  1825.  
  1826.    .small-image-wrapper {
  1827.      height: 120px;
  1828.    }
  1829.  }
  1830.  
  1831.  @media (max-width: 576px) {
  1832.    .card-footer {
  1833.      flex-direction: column;
  1834.      align-items: flex-start;
  1835.      gap: 1rem;
  1836.    }
  1837.  
  1838.    .stat-number {
  1839.      font-size: 1.5rem;
  1840.    }
  1841.  }
  1842. </style>
  1843.  
  1844.  
  1845.  
  1846.  
  1847.  
  1848.        <!-- end of wpo-blog-hero -->
  1849.  
  1850.        <!-- start of wpo-breacking-news -->
  1851.        
  1852.        <!-- end of wpo-breacking-news -->
  1853.        
  1854.        <!-- start wpo-blog-highlights-section -->
  1855.        
  1856.  
  1857.  
  1858.  
  1859.    
  1860.  
  1861.  
  1862.  
  1863. <style>
  1864.    .blog-highlights-v3 {
  1865.        padding: 0px 0;
  1866.    }
  1867.    
  1868.    .blog-card-v3 {
  1869.        border: 1px solid #e9ecef;
  1870.        border-radius: 8px;
  1871.        overflow: hidden;
  1872.        transition: all 0.3s ease;
  1873.        background: white;
  1874.        height: 100%;
  1875.    }
  1876.    
  1877.    .blog-card-v3:hover {
  1878.        box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  1879.    }
  1880.    
  1881.    .blog-image-v3 {
  1882.        position: relative;
  1883.        overflow: hidden;
  1884.        height: 200px;
  1885.    }
  1886.    
  1887.    .blog-image-v3 img {
  1888.        width: 100%;
  1889.        height: 100%;
  1890.        object-fit: cover;
  1891.        transition: opacity 0.3s ease;
  1892.    }
  1893.    
  1894.    .blog-card-v3:hover .blog-image-v3 img {
  1895.        opacity: 0.9;
  1896.    }
  1897.    
  1898.    .blog-category-v3 {
  1899.        position: absolute;
  1900.        top: 12px;
  1901.        right: 12px;
  1902.        padding: 4px 12px;
  1903.        border-radius: 4px;
  1904.        font-size: 11px;
  1905.        font-weight: 600;
  1906.        text-transform: uppercase;
  1907.        letter-spacing: 0.8px;
  1908.    }
  1909.    
  1910.    .blog-content-v3 {
  1911.        padding: 20px;
  1912.    }
  1913.    
  1914.    .blog-title-v3 {
  1915.        font-size: 16px;
  1916.        font-weight: 600;
  1917.        line-height: 1.5;
  1918.        margin-bottom: 12px;
  1919.        min-height: 48px;
  1920.    }
  1921.    
  1922.    .blog-title-v3 a {
  1923.        text-decoration: none;
  1924.        transition: color 0.2s ease;
  1925.    }
  1926.    
  1927.    .blog-meta-v3 {
  1928.        display: flex;
  1929.        align-items: center;
  1930.        gap: 8px;
  1931.        margin-bottom: 10px;
  1932.        font-size: 12px;
  1933.        border-bottom: 1px solid #f1f3f4;
  1934.        padding-bottom: 10px;
  1935.    }
  1936.    
  1937.    .blog-author-img-v3 {
  1938.        width: 24px;
  1939.        height: 24px;
  1940.        border-radius: 50%;
  1941.        object-fit: cover;
  1942.    }
  1943.    
  1944.    .blog-excerpt-v3 {
  1945.        font-size: 13px;
  1946.        line-height: 1.5;
  1947.        opacity: 0.7;
  1948.        display: -webkit-box;
  1949.        -webkit-line-clamp: 2;
  1950.        -webkit-box-orient: vertical;
  1951.        overflow: hidden;
  1952.    }
  1953.    
  1954.    .section-title-v3 {
  1955.        font-size: 2.8rem;
  1956.        font-weight: 700;
  1957.        text-align: center;
  1958.        margin-bottom: 20px;
  1959.    }
  1960.    
  1961.    .section-subtitle-v3 {
  1962.        text-align: center;
  1963.        font-size: 1rem;
  1964.        opacity: 0.7;
  1965.        margin-bottom: 60px;
  1966.    }
  1967.  
  1968.    @media (max-width: 768px) {
  1969.        .section-title-v3 {
  1970.            font-size: 2.2rem;
  1971.        }
  1972.        .blog-highlights-v3 {
  1973.            padding: 0px 0;
  1974.        }
  1975.        .blog-content-v3 {
  1976.            padding: 16px;
  1977.        }
  1978.    }
  1979. </style>
  1980.  
  1981. <section class="blog-highlights-v3">
  1982.    <div class="container-fluid fluid-container">
  1983.        <div class="row">
  1984.            <div class="col-12">
  1985.                <h2 class="section-title-v3 top-color">
  1986.                Today's Top Highlights
  1987.                   </h2>
  1988.                <p class="section-subtitle-v3 top-color">Discover our latest stories and insights from around the world</p>
  1989.            </div>
  1990.        </div>
  1991.        
  1992.        <div class="row">
  1993.            <div class="col-lg-8 col-12">
  1994.                <div class="row g-3">
  1995.                    
  1996.                    <div class="col-lg-6 col-md-6 col-12">
  1997.                        <div class="card blog-card-v3">
  1998.                            <div class="blog-image-v3">
  1999.                                
  2000.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2001.                                
  2002.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2003.                            </div>
  2004.                            <div class="blog-content-v3">
  2005.                                <h3 class="blog-title-v3">
  2006.                                    <a href="/among-those-devastated-debris-of-an-residential-building-i-found-a-book-i-had-translated/" class="top-color">
  2007.                                    Among those Devastated Debris of an Residential Building, I Found a Book I Had Translated
  2008.                                    </a>
  2009.                                </h3>
  2010.                                <div class="blog-meta-v3">
  2011.                                    
  2012.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Gerald Richardson" class="blog-author-img-v3">
  2013.                                    
  2014.                                    
  2015.                                    <span class="top-color">By Gerald Richardson</span>
  2016.                                    <span class="top-color">•</span>
  2017.                                    <span class="top-color">11 May 2026</span>
  2018.                                </div>
  2019.                                <p class="blog-excerpt-v3 top-color"></p>
  2020.                            </div>
  2021.                        </div>
  2022.                    </div>
  2023.                    
  2024.                    <div class="col-lg-6 col-md-6 col-12">
  2025.                        <div class="card blog-card-v3">
  2026.                            <div class="blog-image-v3">
  2027.                                
  2028.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2029.                                
  2030.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2031.                            </div>
  2032.                            <div class="blog-content-v3">
  2033.                                <h3 class="blog-title-v3">
  2034.                                    <a href="/three-xbox-game-pass-games-were-playing-this-weekend-october-10-12/" class="top-color">
  2035.                                    Three Xbox Game Pass Games We&#x27;re Playing This Weekend (October 10-12)
  2036.                                    </a>
  2037.                                </h3>
  2038.                                <div class="blog-meta-v3">
  2039.                                    
  2040.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Gerald Richardson" class="blog-author-img-v3">
  2041.                                    
  2042.                                    
  2043.                                    <span class="top-color">By Gerald Richardson</span>
  2044.                                    <span class="top-color">•</span>
  2045.                                    <span class="top-color">11 May 2026</span>
  2046.                                </div>
  2047.                                <p class="blog-excerpt-v3 top-color"></p>
  2048.                            </div>
  2049.                        </div>
  2050.                    </div>
  2051.                    
  2052.                    <div class="col-lg-6 col-md-6 col-12">
  2053.                        <div class="card blog-card-v3">
  2054.                            <div class="blog-image-v3">
  2055.                                
  2056.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2057.                                
  2058.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2059.                            </div>
  2060.                            <div class="blog-content-v3">
  2061.                                <h3 class="blog-title-v3">
  2062.                                    <a href="/everyday-reality-for-one-hundred-twenty-thousand-asylum-seekers-in-mauritanias-vast-shelter-on-the-malians-frontier/" class="top-color">
  2063.                                    Everyday Reality for one hundred twenty thousand Asylum Seekers in Mauritania&#x27;s Vast Shelter on the Malians Frontier.
  2064.                                    </a>
  2065.                                </h3>
  2066.                                <div class="blog-meta-v3">
  2067.                                    
  2068.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Gerald Richardson" class="blog-author-img-v3">
  2069.                                    
  2070.                                    
  2071.                                    <span class="top-color">By Gerald Richardson</span>
  2072.                                    <span class="top-color">•</span>
  2073.                                    <span class="top-color">11 May 2026</span>
  2074.                                </div>
  2075.                                <p class="blog-excerpt-v3 top-color"></p>
  2076.                            </div>
  2077.                        </div>
  2078.                    </div>
  2079.                    
  2080.                    <div class="col-lg-6 col-md-6 col-12">
  2081.                        <div class="card blog-card-v3">
  2082.                            <div class="blog-image-v3">
  2083.                                
  2084.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2085.                                
  2086.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2087.                            </div>
  2088.                            <div class="blog-content-v3">
  2089.                                <h3 class="blog-title-v3">
  2090.                                    <a href="/how-a-us-military-vet-aided-mar%C3%ADa-corina-machado-escape-her-homeland/" class="top-color">
  2091.                                    How a US Military Vet Aided María Corina Machado Escape Her Homeland
  2092.                                    </a>
  2093.                                </h3>
  2094.                                <div class="blog-meta-v3">
  2095.                                    
  2096.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Gerald Richardson" class="blog-author-img-v3">
  2097.                                    
  2098.                                    
  2099.                                    <span class="top-color">By Gerald Richardson</span>
  2100.                                    <span class="top-color">•</span>
  2101.                                    <span class="top-color">11 May 2026</span>
  2102.                                </div>
  2103.                                <p class="blog-excerpt-v3 top-color"></p>
  2104.                            </div>
  2105.                        </div>
  2106.                    </div>
  2107.                    
  2108.                    <div class="col-lg-6 col-md-6 col-12">
  2109.                        <div class="card blog-card-v3">
  2110.                            <div class="blog-image-v3">
  2111.                                
  2112.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2113.                                
  2114.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2115.                            </div>
  2116.                            <div class="blog-content-v3">
  2117.                                <h3 class="blog-title-v3">
  2118.                                    <a href="/mastering-the-art-of-speak-dating-like-zoomer-51-hyperspecific-terms-for-love-sex-and-bad-behaviour/" class="top-color">
  2119.                                    Mastering the Art of Speak Dating Like Zoomer: 51 Hyperspecific Terms for Love, Sex and Bad Behaviour
  2120.                                    </a>
  2121.                                </h3>
  2122.                                <div class="blog-meta-v3">
  2123.                                    
  2124.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Gerald Richardson" class="blog-author-img-v3">
  2125.                                    
  2126.                                    
  2127.                                    <span class="top-color">By Gerald Richardson</span>
  2128.                                    <span class="top-color">•</span>
  2129.                                    <span class="top-color">11 May 2026</span>
  2130.                                </div>
  2131.                                <p class="blog-excerpt-v3 top-color"></p>
  2132.                            </div>
  2133.                        </div>
  2134.                    </div>
  2135.                    
  2136.                    <div class="col-lg-6 col-md-6 col-12">
  2137.                        <div class="card blog-card-v3">
  2138.                            <div class="blog-image-v3">
  2139.                                
  2140.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2141.                                
  2142.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2143.                            </div>
  2144.                            <div class="blog-content-v3">
  2145.                                <h3 class="blog-title-v3">
  2146.                                    <a href="/trump-and-his-allies-envision-a-world-lacking-international-law-however-they-cannot-achieve-it/" class="top-color">
  2147.                                    Trump and His Allies Envision a World Lacking International Law – However They Cannot Achieve It
  2148.                                    </a>
  2149.                                </h3>
  2150.                                <div class="blog-meta-v3">
  2151.                                    
  2152.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Gerald Richardson" class="blog-author-img-v3">
  2153.                                    
  2154.                                    
  2155.                                    <span class="top-color">By Gerald Richardson</span>
  2156.                                    <span class="top-color">•</span>
  2157.                                    <span class="top-color">10 May 2026</span>
  2158.                                </div>
  2159.                                <p class="blog-excerpt-v3 top-color"></p>
  2160.                            </div>
  2161.                        </div>
  2162.                    </div>
  2163.                    
  2164.                    <div class="col-lg-6 col-md-6 col-12">
  2165.                        <div class="card blog-card-v3">
  2166.                            <div class="blog-image-v3">
  2167.                                
  2168.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2169.                                
  2170.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2171.                            </div>
  2172.                            <div class="blog-content-v3">
  2173.                                <h3 class="blog-title-v3">
  2174.                                    <a href="/swedish-squad-announcement-isak-selected-whereas-viktor-gyokeres-excluded/" class="top-color">
  2175.                                    Swedish Squad Announcement: Isak Selected Whereas Viktor Gyokeres Excluded
  2176.                                    </a>
  2177.                                </h3>
  2178.                                <div class="blog-meta-v3">
  2179.                                    
  2180.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Gerald Richardson" class="blog-author-img-v3">
  2181.                                    
  2182.                                    
  2183.                                    <span class="top-color">By Gerald Richardson</span>
  2184.                                    <span class="top-color">•</span>
  2185.                                    <span class="top-color">10 May 2026</span>
  2186.                                </div>
  2187.                                <p class="blog-excerpt-v3 top-color"></p>
  2188.                            </div>
  2189.                        </div>
  2190.                    </div>
  2191.                    
  2192.                    <div class="col-lg-6 col-md-6 col-12">
  2193.                        <div class="card blog-card-v3">
  2194.                            <div class="blog-image-v3">
  2195.                                
  2196.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2197.                                
  2198.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2199.                            </div>
  2200.                            <div class="blog-content-v3">
  2201.                                <h3 class="blog-title-v3">
  2202.                                    <a href="/united-arab-emirates-refuses-to-participate-in-gazan-security-mission-without-clear-legal-framework/" class="top-color">
  2203.                                    United Arab Emirates Refuses to Participate in Gazan Security Mission Without Clear Legal Framework
  2204.                                    </a>
  2205.                                </h3>
  2206.                                <div class="blog-meta-v3">
  2207.                                    
  2208.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Gerald Richardson" class="blog-author-img-v3">
  2209.                                    
  2210.                                    
  2211.                                    <span class="top-color">By Gerald Richardson</span>
  2212.                                    <span class="top-color">•</span>
  2213.                                    <span class="top-color">10 May 2026</span>
  2214.                                </div>
  2215.                                <p class="blog-excerpt-v3 top-color"></p>
  2216.                            </div>
  2217.                        </div>
  2218.                    </div>
  2219.                    
  2220.                    <div class="col-lg-6 col-md-6 col-12">
  2221.                        <div class="card blog-card-v3">
  2222.                            <div class="blog-image-v3">
  2223.                                
  2224.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2225.                                
  2226.                                <span class="blog-category-v3 bg-primary-gradient text-white">Others</span>
  2227.                            </div>
  2228.                            <div class="blog-content-v3">
  2229.                                <h3 class="blog-title-v3">
  2230.                                    <a href="/diving-into-the-thrilling-world-of-virtual-slot-challenges-a-detailed-overview/" class="top-color">
  2231.                                    Diving into the Thrilling World of Virtual Slot Challenges: A Detailed Overview
  2232.                                    </a>
  2233.                                </h3>
  2234.                                <div class="blog-meta-v3">
  2235.                                    
  2236.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Gerald Richardson" class="blog-author-img-v3">
  2237.                                    
  2238.                                    
  2239.                                    <span class="top-color">By Gerald Richardson</span>
  2240.                                    <span class="top-color">•</span>
  2241.                                    <span class="top-color">10 May 2026</span>
  2242.                                </div>
  2243.                                <p class="blog-excerpt-v3 top-color"></p>
  2244.                            </div>
  2245.                        </div>
  2246.                    </div>
  2247.                    
  2248.                    <div class="col-lg-6 col-md-6 col-12">
  2249.                        <div class="card blog-card-v3">
  2250.                            <div class="blog-image-v3">
  2251.                                
  2252.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2253.                                
  2254.                                <span class="blog-category-v3 bg-primary-gradient text-white">Others</span>
  2255.                            </div>
  2256.                            <div class="blog-content-v3">
  2257.                                <h3 class="blog-title-v3">
  2258.                                    <a href="/increasing-payouts-winning-strategies-for-online-slot-success/" class="top-color">
  2259.                                    Increasing Payouts: Winning Strategies for Online Slot Success
  2260.                                    </a>
  2261.                                </h3>
  2262.                                <div class="blog-meta-v3">
  2263.                                    
  2264.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Gerald Richardson" class="blog-author-img-v3">
  2265.                                    
  2266.                                    
  2267.                                    <span class="top-color">By Gerald Richardson</span>
  2268.                                    <span class="top-color">•</span>
  2269.                                    <span class="top-color">10 May 2026</span>
  2270.                                </div>
  2271.                                <p class="blog-excerpt-v3 top-color"></p>
  2272.                            </div>
  2273.                        </div>
  2274.                    </div>
  2275.                    
  2276.                    <div class="col-lg-6 col-md-6 col-12">
  2277.                        <div class="card blog-card-v3">
  2278.                            <div class="blog-image-v3">
  2279.                                
  2280.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2281.                                
  2282.                                <span class="blog-category-v3 bg-primary-gradient text-white">Others</span>
  2283.                            </div>
  2284.                            <div class="blog-content-v3">
  2285.                                <h3 class="blog-title-v3">
  2286.                                    <a href="/demystifying-rng-how-online-slot-games-maintain-fairness/" class="top-color">
  2287.                                    Demystifying RNG: How Online Slot Games Maintain Fairness
  2288.                                    </a>
  2289.                                </h3>
  2290.                                <div class="blog-meta-v3">
  2291.                                    
  2292.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Gerald Richardson" class="blog-author-img-v3">
  2293.                                    
  2294.                                    
  2295.                                    <span class="top-color">By Gerald Richardson</span>
  2296.                                    <span class="top-color">•</span>
  2297.                                    <span class="top-color">10 May 2026</span>
  2298.                                </div>
  2299.                                <p class="blog-excerpt-v3 top-color"></p>
  2300.                            </div>
  2301.                        </div>
  2302.                    </div>
  2303.                    
  2304.                    <div class="col-lg-6 col-md-6 col-12">
  2305.                        <div class="card blog-card-v3">
  2306.                            <div class="blog-image-v3">
  2307.                                
  2308.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2309.                                
  2310.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2311.                            </div>
  2312.                            <div class="blog-content-v3">
  2313.                                <h3 class="blog-title-v3">
  2314.                                    <a href="/abigail-spanberger-creates-history-as-first-female-state-leader/" class="top-color">
  2315.                                    Abigail Spanberger Creates History as First Female State Leader
  2316.                                    </a>
  2317.                                </h3>
  2318.                                <div class="blog-meta-v3">
  2319.                                    
  2320.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Gerald Richardson" class="blog-author-img-v3">
  2321.                                    
  2322.                                    
  2323.                                    <span class="top-color">By Gerald Richardson</span>
  2324.                                    <span class="top-color">•</span>
  2325.                                    <span class="top-color">10 May 2026</span>
  2326.                                </div>
  2327.                                <p class="blog-excerpt-v3 top-color"></p>
  2328.                            </div>
  2329.                        </div>
  2330.                    </div>
  2331.                    
  2332.                    
  2333.  
  2334.                </div>
  2335.            </div>
  2336.            
  2337.             <div class="col col-lg-4 col-12">
  2338.                
  2339.  
  2340.  
  2341.  
  2342.    
  2343.  
  2344.  
  2345. <!-- Blog Sidebar V2 - Focused Design -->
  2346. <div class="sidebar">
  2347.  <!-- Recent Posts Section -->
  2348.  <div class="sidebar-widget mb-4">
  2349.    <div class="widget-title-wrapper mb-3">
  2350.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2351.        <i class="ti-time me-2"></i>Recent Posts
  2352.        <span class="title-arrow-primary"></span>
  2353.      </h4>
  2354.    </div>
  2355.    <div class="widget-content border mb-3 border-light shadow-sm rounded-3 p-4">
  2356.      <div class="recent-post-list">
  2357.      
  2358.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2359.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2360.              
  2361.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2362.              
  2363.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2364.          </div>
  2365.          <div class="post-content flex-grow-1">
  2366.            <h6 class="post-title mb-2">
  2367.               <a href="/when-did-i-get-that-good-looking-the-rock-legend-on-watching-the-actor-portray-him-in-film/" class="text-decoration-none top-color fw-semibold lh-sm">
  2368.                                            â€˜When Did I Get That Good-Looking?’: The Rock Legend on Watching The Actor Portray Him In Film
  2369.                                            </a>
  2370.            </h6>
  2371.            <div class="post-meta">
  2372.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 May 2026</small>
  2373.              <!-- <small class="text-muted">
  2374.                <i class="ti-eye me-1"></i>348 views
  2375.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2376.              </small> -->
  2377.            </div>
  2378.          </div>
  2379.        </div>
  2380.        
  2381.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2382.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2383.              
  2384.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2385.              
  2386.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2387.          </div>
  2388.          <div class="post-content flex-grow-1">
  2389.            <h6 class="post-title mb-2">
  2390.               <a href="/enhancing-your-fortune-top-strategies-for-online-slots/" class="text-decoration-none top-color fw-semibold lh-sm">
  2391.                                            Enhancing Your Fortune: Top Strategies for Online Slots
  2392.                                            </a>
  2393.            </h6>
  2394.            <div class="post-meta">
  2395.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 May 2026</small>
  2396.              <!-- <small class="text-muted">
  2397.                <i class="ti-eye me-1"></i>348 views
  2398.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2399.              </small> -->
  2400.            </div>
  2401.          </div>
  2402.        </div>
  2403.        
  2404.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2405.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2406.              
  2407.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2408.              
  2409.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2410.          </div>
  2411.          <div class="post-content flex-grow-1">
  2412.            <h6 class="post-title mb-2">
  2413.               <a href="/the-debut-record-daughters-delves-into-sorrow-and-elegance/" class="text-decoration-none top-color fw-semibold lh-sm">
  2414.                                            The Debut Record &quot;Daughters&quot; Delves Into Sorrow and Elegance
  2415.                                            </a>
  2416.            </h6>
  2417.            <div class="post-meta">
  2418.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 May 2026</small>
  2419.              <!-- <small class="text-muted">
  2420.                <i class="ti-eye me-1"></i>348 views
  2421.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2422.              </small> -->
  2423.            </div>
  2424.          </div>
  2425.        </div>
  2426.        
  2427.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2428.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2429.              
  2430.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2431.              
  2432.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2433.          </div>
  2434.          <div class="post-content flex-grow-1">
  2435.            <h6 class="post-title mb-2">
  2436.               <a href="/russian-president-vladimir-putin-pledges-steady-oil-shipments-to-india-in-defiance-of-american-demands/" class="text-decoration-none top-color fw-semibold lh-sm">
  2437.                                            Russian President Vladimir Putin Pledges Steady Oil Shipments to India in Defiance of American Demands
  2438.                                            </a>
  2439.            </h6>
  2440.            <div class="post-meta">
  2441.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 May 2026</small>
  2442.              <!-- <small class="text-muted">
  2443.                <i class="ti-eye me-1"></i>348 views
  2444.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2445.              </small> -->
  2446.            </div>
  2447.          </div>
  2448.        </div>
  2449.        
  2450.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2451.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2452.              
  2453.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2454.              
  2455.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2456.          </div>
  2457.          <div class="post-content flex-grow-1">
  2458.            <h6 class="post-title mb-2">
  2459.               <a href="/gaza-strip-war-in-visualizations-after-two-years-of-fighting/" class="text-decoration-none top-color fw-semibold lh-sm">
  2460.                                            Gaza Strip War in Visualizations After Two Years of Fighting
  2461.                                            </a>
  2462.            </h6>
  2463.            <div class="post-meta">
  2464.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 May 2026</small>
  2465.              <!-- <small class="text-muted">
  2466.                <i class="ti-eye me-1"></i>348 views
  2467.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2468.              </small> -->
  2469.            </div>
  2470.          </div>
  2471.        </div>
  2472.        
  2473.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2474.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2475.              
  2476.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2477.              
  2478.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2479.          </div>
  2480.          <div class="post-content flex-grow-1">
  2481.            <h6 class="post-title mb-2">
  2482.               <a href="/democrats-criticize-trump-after-he-suggests-they-should-face-capital-punishment/" class="text-decoration-none top-color fw-semibold lh-sm">
  2483.                                            Democrats Criticize Trump After He Suggests They Should Face Capital Punishment
  2484.                                            </a>
  2485.            </h6>
  2486.            <div class="post-meta">
  2487.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>09 May 2026</small>
  2488.              <!-- <small class="text-muted">
  2489.                <i class="ti-eye me-1"></i>348 views
  2490.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2491.              </small> -->
  2492.            </div>
  2493.          </div>
  2494.        </div>
  2495.        
  2496.  
  2497.      </div>
  2498.  
  2499.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2500.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2501.      </div> -->
  2502.    </div>
  2503.  </div>
  2504.  
  2505.    
  2506.  <div class="sidebar-widget mb-4">
  2507.    <div class="widget-title-wrapper mb-3">
  2508.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2509.        <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2510.        <span class="title-arrow"></span>
  2511.      </h4>
  2512.    </div>
  2513.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2514.      <div class="blog-roll-list scrollable-sidebar">
  2515.        
  2516.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2517.          <a href="https://straightfromyard.co.uk/" class="text-decoration-none ">
  2518.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2519.              <i class="ti-angle-right me-2 text-primary"></i>
  2520.               uk casinos not on gamstop
  2521.            </h6>
  2522.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2523.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2524.            </div> -->
  2525.          </a>
  2526.        </div>
  2527.          
  2528.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2529.          <a href="https://gamingamerica.com/non-gamstop-casinos" class="text-decoration-none ">
  2530.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2531.              <i class="ti-angle-right me-2 text-primary"></i>
  2532.               non gamstop casino
  2533.            </h6>
  2534.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2535.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2536.            </div> -->
  2537.          </a>
  2538.        </div>
  2539.          
  2540.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2541.          <a href="https://www.mesaonline.org/" class="text-decoration-none ">
  2542.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2543.              <i class="ti-angle-right me-2 text-primary"></i>
  2544.               non gamstop casinos uk
  2545.            </h6>
  2546.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2547.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2548.            </div> -->
  2549.          </a>
  2550.        </div>
  2551.          
  2552.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2553.          <a href="https://www.focus12.co.uk/" class="text-decoration-none ">
  2554.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2555.              <i class="ti-angle-right me-2 text-primary"></i>
  2556.               non gamstop casino
  2557.            </h6>
  2558.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2559.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2560.            </div> -->
  2561.          </a>
  2562.        </div>
  2563.          
  2564.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2565.          <a href="https://britishicehockey.co.uk/" class="text-decoration-none ">
  2566.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2567.              <i class="ti-angle-right me-2 text-primary"></i>
  2568.               non gamstop casino
  2569.            </h6>
  2570.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2571.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2572.            </div> -->
  2573.          </a>
  2574.        </div>
  2575.          
  2576.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2577.          <a href="https://www.gameshub.com/uk/online-casinos/non-gamstop-casinos/" class="text-decoration-none ">
  2578.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2579.              <i class="ti-angle-right me-2 text-primary"></i>
  2580.               casinos not on gamstop
  2581.            </h6>
  2582.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2583.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2584.            </div> -->
  2585.          </a>
  2586.        </div>
  2587.          
  2588.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2589.          <a href="https://bereavementcommission.org.uk/" class="text-decoration-none ">
  2590.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2591.              <i class="ti-angle-right me-2 text-primary"></i>
  2592.               online casinos not on gamstop
  2593.            </h6>
  2594.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2595.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2596.            </div> -->
  2597.          </a>
  2598.        </div>
  2599.          
  2600.      </div>
  2601.  
  2602.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2603.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2604.      </div> -->
  2605.    </div>
  2606.  </div>
  2607.    
  2608.  <div class="sidebar-widget mb-4">
  2609.    <div class="widget-title-wrapper mb-3">
  2610.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2611.        <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2612.        <span class="title-arrow"></span>
  2613.      </h4>
  2614.    </div>
  2615.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2616.      <div class="blog-roll-list scrollable-sidebar">
  2617.        
  2618.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2619.          <a href="https://www.hintsandthings.co.uk/" class="text-decoration-none ">
  2620.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2621.              <i class="ti-angle-right me-2 text-primary"></i>
  2622.               crypto casinos UK
  2623.            </h6>
  2624.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2625.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2626.            </div> -->
  2627.          </a>
  2628.        </div>
  2629.          
  2630.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2631.          <a href="https://fortworden.org/" class="text-decoration-none ">
  2632.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2633.              <i class="ti-angle-right me-2 text-primary"></i>
  2634.               no kyc casinos
  2635.            </h6>
  2636.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2637.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2638.            </div> -->
  2639.          </a>
  2640.        </div>
  2641.          
  2642.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2643.          <a href="https://www.artigiano.co.uk/" class="text-decoration-none ">
  2644.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2645.              <i class="ti-angle-right me-2 text-primary"></i>
  2646.               non gamstop casino
  2647.            </h6>
  2648.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2649.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2650.            </div> -->
  2651.          </a>
  2652.        </div>
  2653.          
  2654.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2655.          <a href="https://www.thecakestore.co.uk/" class="text-decoration-none ">
  2656.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2657.              <i class="ti-angle-right me-2 text-primary"></i>
  2658.               bitcoin casino
  2659.            </h6>
  2660.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2661.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2662.            </div> -->
  2663.          </a>
  2664.        </div>
  2665.          
  2666.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2667.          <a href="https://www.hintsandthings.co.uk/" class="text-decoration-none ">
  2668.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2669.              <i class="ti-angle-right me-2 text-primary"></i>
  2670.               bitcoin casino
  2671.            </h6>
  2672.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2673.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2674.            </div> -->
  2675.          </a>
  2676.        </div>
  2677.          
  2678.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2679.          <a href="https://gamingamerica.com/non-gamstop-casinos" class="text-decoration-none ">
  2680.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2681.              <i class="ti-angle-right me-2 text-primary"></i>
  2682.               casino not on gamstop
  2683.            </h6>
  2684.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2685.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2686.            </div> -->
  2687.          </a>
  2688.        </div>
  2689.          
  2690.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2691.          <a href="https://www.mesaonline.org/" class="text-decoration-none ">
  2692.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2693.              <i class="ti-angle-right me-2 text-primary"></i>
  2694.               casinos not on gamstop
  2695.            </h6>
  2696.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2697.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2698.            </div> -->
  2699.          </a>
  2700.        </div>
  2701.          
  2702.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2703.          <a href="https://www.forcesreunited.co.uk/" class="text-decoration-none ">
  2704.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2705.              <i class="ti-angle-right me-2 text-primary"></i>
  2706.               casinos not on gamstop
  2707.            </h6>
  2708.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2709.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2710.            </div> -->
  2711.          </a>
  2712.        </div>
  2713.          
  2714.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2715.          <a href="https://www.citytosea.org.uk/" class="text-decoration-none ">
  2716.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2717.              <i class="ti-angle-right me-2 text-primary"></i>
  2718.               non gamstop casino
  2719.            </h6>
  2720.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2721.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2722.            </div> -->
  2723.          </a>
  2724.        </div>
  2725.          
  2726.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2727.          <a href="https://www.cca-glasgow.com/" class="text-decoration-none ">
  2728.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2729.              <i class="ti-angle-right me-2 text-primary"></i>
  2730.               casinos not on gamstop
  2731.            </h6>
  2732.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2733.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2734.            </div> -->
  2735.          </a>
  2736.        </div>
  2737.          
  2738.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2739.          <a href="https://www.london-irish.com/" class="text-decoration-none ">
  2740.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2741.              <i class="ti-angle-right me-2 text-primary"></i>
  2742.               casinos not on gamstop
  2743.            </h6>
  2744.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2745.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2746.            </div> -->
  2747.          </a>
  2748.        </div>
  2749.          
  2750.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2751.          <a href="https://straightfromyard.co.uk/" class="text-decoration-none ">
  2752.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2753.              <i class="ti-angle-right me-2 text-primary"></i>
  2754.               casinos not on gamstop
  2755.            </h6>
  2756.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2757.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2758.            </div> -->
  2759.          </a>
  2760.        </div>
  2761.          
  2762.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2763.          <a href="https://internationalschoolmealsday.com/" class="text-decoration-none ">
  2764.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2765.              <i class="ti-angle-right me-2 text-primary"></i>
  2766.               casinos not on gamstop
  2767.            </h6>
  2768.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2769.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2770.            </div> -->
  2771.          </a>
  2772.        </div>
  2773.          
  2774.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2775.          <a href="https://www.citytosea.org.uk/" class="text-decoration-none ">
  2776.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2777.              <i class="ti-angle-right me-2 text-primary"></i>
  2778.               casinos not on gamstop
  2779.            </h6>
  2780.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2781.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2782.            </div> -->
  2783.          </a>
  2784.        </div>
  2785.          
  2786.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2787.          <a href="https://knightsof.media/" class="text-decoration-none ">
  2788.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2789.              <i class="ti-angle-right me-2 text-primary"></i>
  2790.               non gamstop casino
  2791.            </h6>
  2792.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2793.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2794.            </div> -->
  2795.          </a>
  2796.        </div>
  2797.          
  2798.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2799.          <a href="https://unbound.co.uk/" class="text-decoration-none ">
  2800.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2801.              <i class="ti-angle-right me-2 text-primary"></i>
  2802.               casinos not on gamstop
  2803.            </h6>
  2804.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2805.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2806.            </div> -->
  2807.          </a>
  2808.        </div>
  2809.          
  2810.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2811.          <a href="https://savethedatemagazine.co.uk/" class="text-decoration-none ">
  2812.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2813.              <i class="ti-angle-right me-2 text-primary"></i>
  2814.               casinos not on gamstop
  2815.            </h6>
  2816.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2817.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2818.            </div> -->
  2819.          </a>
  2820.        </div>
  2821.          
  2822.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2823.          <a href="https://www.elthampalace.org.uk/" class="text-decoration-none ">
  2824.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2825.              <i class="ti-angle-right me-2 text-primary"></i>
  2826.               casinos not on gamstop
  2827.            </h6>
  2828.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2829.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2830.            </div> -->
  2831.          </a>
  2832.        </div>
  2833.          
  2834.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2835.          <a href="https://israelpremiertech.com" class="text-decoration-none ">
  2836.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2837.              <i class="ti-angle-right me-2 text-primary"></i>
  2838.               non GamStop casinos
  2839.            </h6>
  2840.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2841.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2842.            </div> -->
  2843.          </a>
  2844.        </div>
  2845.          
  2846.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2847.          <a href="https://www.homeworkworkspace.com" class="text-decoration-none ">
  2848.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2849.              <i class="ti-angle-right me-2 text-primary"></i>
  2850.               non GamStop casinos
  2851.            </h6>
  2852.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2853.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2854.            </div> -->
  2855.          </a>
  2856.        </div>
  2857.          
  2858.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2859.          <a href="https://www.fourpure.com/" class="text-decoration-none ">
  2860.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2861.              <i class="ti-angle-right me-2 text-primary"></i>
  2862.               best casino sites uk
  2863.            </h6>
  2864.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2865.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2866.            </div> -->
  2867.          </a>
  2868.        </div>
  2869.          
  2870.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2871.          <a href="https://www.nordicresearchnetwork.co.uk/" class="text-decoration-none ">
  2872.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2873.              <i class="ti-angle-right me-2 text-primary"></i>
  2874.               Non UK Licenced Casinos
  2875.            </h6>
  2876.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2877.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2878.            </div> -->
  2879.          </a>
  2880.        </div>
  2881.          
  2882.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2883.          <a href="https://forcesreunited.org.uk/" class="text-decoration-none ">
  2884.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2885.              <i class="ti-angle-right me-2 text-primary"></i>
  2886.               harry casino login
  2887.            </h6>
  2888.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2889.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2890.            </div> -->
  2891.          </a>
  2892.        </div>
  2893.          
  2894.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2895.          <a href="https://grademiners.co.uk" class="text-decoration-none ">
  2896.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2897.              <i class="ti-angle-right me-2 text-primary"></i>
  2898.               non gamstop casinos
  2899.            </h6>
  2900.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2901.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2902.            </div> -->
  2903.          </a>
  2904.        </div>
  2905.          
  2906.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2907.          <a href="https://broomhillart.co.uk" class="text-decoration-none ">
  2908.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2909.              <i class="ti-angle-right me-2 text-primary"></i>
  2910.               casinos not on gamstop
  2911.            </h6>
  2912.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2913.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2914.            </div> -->
  2915.          </a>
  2916.        </div>
  2917.          
  2918.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2919.          <a href="https://visitfortwilliam.co.uk" class="text-decoration-none ">
  2920.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2921.              <i class="ti-angle-right me-2 text-primary"></i>
  2922.               non gamstop casino
  2923.            </h6>
  2924.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2925.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2926.            </div> -->
  2927.          </a>
  2928.        </div>
  2929.          
  2930.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2931.          <a href="https://sbnn.co.uk" class="text-decoration-none ">
  2932.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2933.              <i class="ti-angle-right me-2 text-primary"></i>
  2934.               non gamstop casino
  2935.            </h6>
  2936.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2937.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2938.            </div> -->
  2939.          </a>
  2940.        </div>
  2941.          
  2942.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2943.          <a href="https://www.thekarczma.co.uk/" class="text-decoration-none ">
  2944.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2945.              <i class="ti-angle-right me-2 text-primary"></i>
  2946.               Non UK Casinos
  2947.            </h6>
  2948.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2949.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2950.            </div> -->
  2951.          </a>
  2952.        </div>
  2953.          
  2954.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2955.          <a href="https://www.ukessaywriters.co.uk/" class="text-decoration-none ">
  2956.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2957.              <i class="ti-angle-right me-2 text-primary"></i>
  2958.               online casinos
  2959.            </h6>
  2960.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2961.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2962.            </div> -->
  2963.          </a>
  2964.        </div>
  2965.          
  2966.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2967.          <a href="https://www.german-embassy.org.uk/" class="text-decoration-none ">
  2968.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2969.              <i class="ti-angle-right me-2 text-primary"></i>
  2970.               best crypto casino
  2971.            </h6>
  2972.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2973.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2974.            </div> -->
  2975.          </a>
  2976.        </div>
  2977.          
  2978.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2979.          <a href="https://diabetologists-abcd.org.uk/" class="text-decoration-none ">
  2980.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2981.              <i class="ti-angle-right me-2 text-primary"></i>
  2982.               casino not on gamstop
  2983.            </h6>
  2984.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2985.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2986.            </div> -->
  2987.          </a>
  2988.        </div>
  2989.          
  2990.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2991.          <a href="https://allcatsrgrey.org.uk/" class="text-decoration-none ">
  2992.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2993.              <i class="ti-angle-right me-2 text-primary"></i>
  2994.               non gamstop casinos
  2995.            </h6>
  2996.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2997.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2998.            </div> -->
  2999.          </a>
  3000.        </div>
  3001.          
  3002.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3003.          <a href="https://www.cca-glasgow.com/" class="text-decoration-none ">
  3004.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3005.              <i class="ti-angle-right me-2 text-primary"></i>
  3006.               non gamstop casinos
  3007.            </h6>
  3008.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3009.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3010.            </div> -->
  3011.          </a>
  3012.        </div>
  3013.          
  3014.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3015.          <a href="https://www.roadpeace.org/" class="text-decoration-none ">
  3016.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3017.              <i class="ti-angle-right me-2 text-primary"></i>
  3018.               casinos not on gamstop
  3019.            </h6>
  3020.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3021.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3022.            </div> -->
  3023.          </a>
  3024.        </div>
  3025.          
  3026.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3027.          <a href="https://www.summerhall.co.uk/" class="text-decoration-none ">
  3028.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3029.              <i class="ti-angle-right me-2 text-primary"></i>
  3030.               casinos not on gamstop
  3031.            </h6>
  3032.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3033.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3034.            </div> -->
  3035.          </a>
  3036.        </div>
  3037.          
  3038.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3039.          <a href="https://knightsof.media/" class="text-decoration-none ">
  3040.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3041.              <i class="ti-angle-right me-2 text-primary"></i>
  3042.               casinos not on gamstop
  3043.            </h6>
  3044.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3045.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3046.            </div> -->
  3047.          </a>
  3048.        </div>
  3049.          
  3050.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3051.          <a href="https://www.cca-glasgow.com/" class="text-decoration-none ">
  3052.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3053.              <i class="ti-angle-right me-2 text-primary"></i>
  3054.               uk casinos
  3055.            </h6>
  3056.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3057.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3058.            </div> -->
  3059.          </a>
  3060.        </div>
  3061.          
  3062.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3063.          <a href="https://www.durhamminers.org/" class="text-decoration-none ">
  3064.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3065.              <i class="ti-angle-right me-2 text-primary"></i>
  3066.               online casinos
  3067.            </h6>
  3068.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3069.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3070.            </div> -->
  3071.          </a>
  3072.        </div>
  3073.          
  3074.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3075.          <a href="https://www.northdevon.com/" class="text-decoration-none ">
  3076.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3077.              <i class="ti-angle-right me-2 text-primary"></i>
  3078.               non gamstop casinos
  3079.            </h6>
  3080.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3081.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3082.            </div> -->
  3083.          </a>
  3084.        </div>
  3085.          
  3086.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3087.          <a href="https://www.gamblinginsider.com/uk/online-casinos" class="text-decoration-none ">
  3088.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3089.              <i class="ti-angle-right me-2 text-primary"></i>
  3090.               online casinos
  3091.            </h6>
  3092.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3093.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3094.            </div> -->
  3095.          </a>
  3096.        </div>
  3097.          
  3098.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3099.          <a href="https://www.mesaonline.org/" class="text-decoration-none ">
  3100.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3101.              <i class="ti-angle-right me-2 text-primary"></i>
  3102.               non gamstop casino
  3103.            </h6>
  3104.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3105.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3106.            </div> -->
  3107.          </a>
  3108.        </div>
  3109.          
  3110.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3111.          <a href="https://ealingnewsextra.co.uk/" class="text-decoration-none ">
  3112.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3113.              <i class="ti-angle-right me-2 text-primary"></i>
  3114.               best betting sites uk
  3115.            </h6>
  3116.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3117.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3118.            </div> -->
  3119.          </a>
  3120.        </div>
  3121.          
  3122.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3123.          <a href="https://internationalschoolmealsday.com/" class="text-decoration-none ">
  3124.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3125.              <i class="ti-angle-right me-2 text-primary"></i>
  3126.               best non Gamstop casinos
  3127.            </h6>
  3128.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3129.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3130.            </div> -->
  3131.          </a>
  3132.        </div>
  3133.          
  3134.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3135.          <a href="https://www.london-irish.com/" class="text-decoration-none ">
  3136.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3137.              <i class="ti-angle-right me-2 text-primary"></i>
  3138.               best non Gamstop casinos
  3139.            </h6>
  3140.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3141.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3142.            </div> -->
  3143.          </a>
  3144.        </div>
  3145.          
  3146.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3147.          <a href="https://www.surfaceview.co.uk/" class="text-decoration-none ">
  3148.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3149.              <i class="ti-angle-right me-2 text-primary"></i>
  3150.               non gamstop casinos
  3151.            </h6>
  3152.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3153.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3154.            </div> -->
  3155.          </a>
  3156.        </div>
  3157.          
  3158.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3159.          <a href="https://www.kysty.co.uk/" class="text-decoration-none ">
  3160.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3161.              <i class="ti-angle-right me-2 text-primary"></i>
  3162.               non Gamstop casinos
  3163.            </h6>
  3164.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3165.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3166.            </div> -->
  3167.          </a>
  3168.        </div>
  3169.          
  3170.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3171.          <a href="https://fdncoffee.com" class="text-decoration-none ">
  3172.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3173.              <i class="ti-angle-right me-2 text-primary"></i>
  3174.               casinos not on GamStop
  3175.            </h6>
  3176.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3177.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3178.            </div> -->
  3179.          </a>
  3180.        </div>
  3181.          
  3182.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3183.          <a href="https://www.costaricanembassy.co.uk" class="text-decoration-none ">
  3184.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3185.              <i class="ti-angle-right me-2 text-primary"></i>
  3186.               non GamStop casino
  3187.            </h6>
  3188.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3189.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3190.            </div> -->
  3191.          </a>
  3192.        </div>
  3193.          
  3194.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3195.          <a href="https://www.healgel.co.uk/" class="text-decoration-none ">
  3196.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3197.              <i class="ti-angle-right me-2 text-primary"></i>
  3198.               no verification betting sites
  3199.            </h6>
  3200.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3201.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3202.            </div> -->
  3203.          </a>
  3204.        </div>
  3205.          
  3206.      </div>
  3207.  
  3208.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3209.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3210.      </div> -->
  3211.    </div>
  3212.  </div>
  3213.    
  3214.  <div class="sidebar-widget mb-4">
  3215.    <div class="widget-title-wrapper mb-3">
  3216.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3217.        <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  3218.        <span class="title-arrow"></span>
  3219.      </h4>
  3220.    </div>
  3221.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  3222.      <div class="blog-roll-list scrollable-sidebar">
  3223.        
  3224.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3225.          <a href="https://www.gullwingbridge.co.uk/" class="text-decoration-none ">
  3226.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3227.              <i class="ti-angle-right me-2 text-primary"></i>
  3228.               slots not on GamStop
  3229.            </h6>
  3230.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3231.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3232.            </div> -->
  3233.          </a>
  3234.        </div>
  3235.          
  3236.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3237.          <a href="https://www.surfaceview.co.uk/" class="text-decoration-none ">
  3238.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3239.              <i class="ti-angle-right me-2 text-primary"></i>
  3240.               non gamstop casino
  3241.            </h6>
  3242.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3243.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3244.            </div> -->
  3245.          </a>
  3246.        </div>
  3247.          
  3248.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3249.          <a href="https://www.bmag.org.uk/" class="text-decoration-none ">
  3250.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3251.              <i class="ti-angle-right me-2 text-primary"></i>
  3252.               casino UK
  3253.            </h6>
  3254.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3255.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3256.            </div> -->
  3257.          </a>
  3258.        </div>
  3259.          
  3260.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3261.          <a href="https://www.spicker.uk/" class="text-decoration-none ">
  3262.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3263.              <i class="ti-angle-right me-2 text-primary"></i>
  3264.               best casinos not on GamStop
  3265.            </h6>
  3266.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3267.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3268.            </div> -->
  3269.          </a>
  3270.        </div>
  3271.          
  3272.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3273.          <a href="https://ola.co.uk/" class="text-decoration-none ">
  3274.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3275.              <i class="ti-angle-right me-2 text-primary"></i>
  3276.               casinos not on GamStop
  3277.            </h6>
  3278.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3279.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3280.            </div> -->
  3281.          </a>
  3282.        </div>
  3283.          
  3284.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3285.          <a href="https://www.swtrains.co.uk/" class="text-decoration-none ">
  3286.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3287.              <i class="ti-angle-right me-2 text-primary"></i>
  3288.               spinshark casino review
  3289.            </h6>
  3290.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3291.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3292.            </div> -->
  3293.          </a>
  3294.        </div>
  3295.          
  3296.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3297.          <a href="https://www.insidewalessport.co.uk/" class="text-decoration-none ">
  3298.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3299.              <i class="ti-angle-right me-2 text-primary"></i>
  3300.               No KYC casinos UK
  3301.            </h6>
  3302.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3303.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3304.            </div> -->
  3305.          </a>
  3306.        </div>
  3307.          
  3308.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3309.          <a href="https://www.culturestreet.org.uk/" class="text-decoration-none ">
  3310.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3311.              <i class="ti-angle-right me-2 text-primary"></i>
  3312.               No KYC casinos UK
  3313.            </h6>
  3314.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3315.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3316.            </div> -->
  3317.          </a>
  3318.        </div>
  3319.          
  3320.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3321.          <a href="https://www.london-irish.com/" class="text-decoration-none ">
  3322.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3323.              <i class="ti-angle-right me-2 text-primary"></i>
  3324.               online casinos
  3325.            </h6>
  3326.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3327.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3328.            </div> -->
  3329.          </a>
  3330.        </div>
  3331.          
  3332.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3333.          <a href="https://www.chromayoga.co.uk/" class="text-decoration-none ">
  3334.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3335.              <i class="ti-angle-right me-2 text-primary"></i>
  3336.               casino not on gamstop
  3337.            </h6>
  3338.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3339.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3340.            </div> -->
  3341.          </a>
  3342.        </div>
  3343.          
  3344.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3345.          <a href="https://www.durhamminers.org/" class="text-decoration-none ">
  3346.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3347.              <i class="ti-angle-right me-2 text-primary"></i>
  3348.               online casino not on GamStop
  3349.            </h6>
  3350.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3351.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3352.            </div> -->
  3353.          </a>
  3354.        </div>
  3355.          
  3356.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3357.          <a href="https://www.covent-garden.co.uk/" class="text-decoration-none ">
  3358.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3359.              <i class="ti-angle-right me-2 text-primary"></i>
  3360.               non GamStop
  3361.            </h6>
  3362.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3363.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3364.            </div> -->
  3365.          </a>
  3366.        </div>
  3367.          
  3368.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3369.          <a href="https://www.llancaiachfawr.co.uk/" class="text-decoration-none ">
  3370.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3371.              <i class="ti-angle-right me-2 text-primary"></i>
  3372.               casino not on gamestop
  3373.            </h6>
  3374.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3375.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3376.            </div> -->
  3377.          </a>
  3378.        </div>
  3379.          
  3380.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3381.          <a href="https://socialeatinghouse.com/" class="text-decoration-none ">
  3382.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3383.              <i class="ti-angle-right me-2 text-primary"></i>
  3384.               casino not on GamStop
  3385.            </h6>
  3386.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3387.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3388.            </div> -->
  3389.          </a>
  3390.        </div>
  3391.          
  3392.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3393.          <a href="https://www.fourpure.com/" class="text-decoration-none ">
  3394.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3395.              <i class="ti-angle-right me-2 text-primary"></i>
  3396.               UK casino not on GamStop
  3397.            </h6>
  3398.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3399.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3400.            </div> -->
  3401.          </a>
  3402.        </div>
  3403.          
  3404.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3405.          <a href="https://www.ginspa.co.uk/" class="text-decoration-none ">
  3406.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3407.              <i class="ti-angle-right me-2 text-primary"></i>
  3408.               non GamStop casino
  3409.            </h6>
  3410.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3411.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3412.            </div> -->
  3413.          </a>
  3414.        </div>
  3415.          
  3416.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3417.          <a href="https://allcatsrgrey.org.uk/" class="text-decoration-none ">
  3418.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3419.              <i class="ti-angle-right me-2 text-primary"></i>
  3420.               casino site
  3421.            </h6>
  3422.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3423.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3424.            </div> -->
  3425.          </a>
  3426.        </div>
  3427.          
  3428.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3429.          <a href="https://www.lgbthistorymonth.org.uk/" class="text-decoration-none ">
  3430.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3431.              <i class="ti-angle-right me-2 text-primary"></i>
  3432.               online casino
  3433.            </h6>
  3434.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3435.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3436.            </div> -->
  3437.          </a>
  3438.        </div>
  3439.          
  3440.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3441.          <a href="https://citytosea.org.uk/" class="text-decoration-none ">
  3442.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3443.              <i class="ti-angle-right me-2 text-primary"></i>
  3444.               UK online casino
  3445.            </h6>
  3446.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3447.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3448.            </div> -->
  3449.          </a>
  3450.        </div>
  3451.          
  3452.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3453.          <a href="https://www.klevermedia.co.uk/" class="text-decoration-none ">
  3454.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3455.              <i class="ti-angle-right me-2 text-primary"></i>
  3456.               online casino uk
  3457.            </h6>
  3458.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3459.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3460.            </div> -->
  3461.          </a>
  3462.        </div>
  3463.          
  3464.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3465.          <a href="https://unbound.co.uk/" class="text-decoration-none ">
  3466.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3467.              <i class="ti-angle-right me-2 text-primary"></i>
  3468.               non gamstop casino uk
  3469.            </h6>
  3470.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3471.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3472.            </div> -->
  3473.          </a>
  3474.        </div>
  3475.          
  3476.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3477.          <a href="https://londonnewsonline.co.uk/en-gb/" class="text-decoration-none ">
  3478.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3479.              <i class="ti-angle-right me-2 text-primary"></i>
  3480.               non gamstop casinos uk
  3481.            </h6>
  3482.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3483.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3484.            </div> -->
  3485.          </a>
  3486.        </div>
  3487.          
  3488.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3489.          <a href="https://oncallfire.uk/" class="text-decoration-none ">
  3490.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3491.              <i class="ti-angle-right me-2 text-primary"></i>
  3492.               Casino Not on GamStop
  3493.            </h6>
  3494.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3495.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3496.            </div> -->
  3497.          </a>
  3498.        </div>
  3499.          
  3500.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3501.          <a href="https://www.regionalnetworks.org.uk/" class="text-decoration-none ">
  3502.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3503.              <i class="ti-angle-right me-2 text-primary"></i>
  3504.               non GamCare casinos
  3505.            </h6>
  3506.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3507.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3508.            </div> -->
  3509.          </a>
  3510.        </div>
  3511.          
  3512.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3513.          <a href="https://www.summerhall.co.uk/" class="text-decoration-none ">
  3514.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3515.              <i class="ti-angle-right me-2 text-primary"></i>
  3516.               casino not on gamstop
  3517.            </h6>
  3518.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3519.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3520.            </div> -->
  3521.          </a>
  3522.        </div>
  3523.          
  3524.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3525.          <a href="https://humanigen.com/" class="text-decoration-none ">
  3526.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3527.              <i class="ti-angle-right me-2 text-primary"></i>
  3528.               casinos not on gamstop
  3529.            </h6>
  3530.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3531.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3532.            </div> -->
  3533.          </a>
  3534.        </div>
  3535.          
  3536.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3537.          <a href="https://www.techcityuk.com/" class="text-decoration-none ">
  3538.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3539.              <i class="ti-angle-right me-2 text-primary"></i>
  3540.               non gamstop casinos
  3541.            </h6>
  3542.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3543.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3544.            </div> -->
  3545.          </a>
  3546.        </div>
  3547.          
  3548.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3549.          <a href="https://www.globalwaters.org/" class="text-decoration-none ">
  3550.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3551.              <i class="ti-angle-right me-2 text-primary"></i>
  3552.               online casinos
  3553.            </h6>
  3554.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3555.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3556.            </div> -->
  3557.          </a>
  3558.        </div>
  3559.          
  3560.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3561.          <a href="https://knightsof.media/" class="text-decoration-none ">
  3562.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3563.              <i class="ti-angle-right me-2 text-primary"></i>
  3564.               non gamstop casinos
  3565.            </h6>
  3566.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3567.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3568.            </div> -->
  3569.          </a>
  3570.        </div>
  3571.          
  3572.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3573.          <a href="https://roadpeace.org/" class="text-decoration-none ">
  3574.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3575.              <i class="ti-angle-right me-2 text-primary"></i>
  3576.               online casino
  3577.            </h6>
  3578.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3579.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3580.            </div> -->
  3581.          </a>
  3582.        </div>
  3583.          
  3584.      </div>
  3585.  
  3586.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3587.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3588.      </div> -->
  3589.    </div>
  3590.  </div>
  3591.    
  3592.  <div class="sidebar-widget mb-4">
  3593.    <div class="widget-title-wrapper mb-3">
  3594.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3595.        <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3596.        <span class="title-arrow"></span>
  3597.      </h4>
  3598.    </div>
  3599.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  3600.      <div class="blog-roll-list scrollable-sidebar">
  3601.        
  3602.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3603.          <a href="https://knightsof.media/" class="text-decoration-none ">
  3604.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3605.              <i class="ti-angle-right me-2 text-primary"></i>
  3606.               uk online casinos list
  3607.            </h6>
  3608.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3609.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3610.            </div> -->
  3611.          </a>
  3612.        </div>
  3613.          
  3614.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3615.          <a href="https://ibrabee.org.uk/" class="text-decoration-none ">
  3616.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3617.              <i class="ti-angle-right me-2 text-primary"></i>
  3618.               best online casino
  3619.            </h6>
  3620.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3621.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3622.            </div> -->
  3623.          </a>
  3624.        </div>
  3625.          
  3626.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3627.          <a href="https://www.roadpeace.org/" class="text-decoration-none ">
  3628.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3629.              <i class="ti-angle-right me-2 text-primary"></i>
  3630.               best online casinos
  3631.            </h6>
  3632.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3633.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3634.            </div> -->
  3635.          </a>
  3636.        </div>
  3637.          
  3638.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3639.          <a href="https://platypuspress.co.uk/" class="text-decoration-none ">
  3640.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3641.              <i class="ti-angle-right me-2 text-primary"></i>
  3642.               online casino
  3643.            </h6>
  3644.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3645.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3646.            </div> -->
  3647.          </a>
  3648.        </div>
  3649.          
  3650.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3651.          <a href="https://plasticoceans.uk/" class="text-decoration-none ">
  3652.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3653.              <i class="ti-angle-right me-2 text-primary"></i>
  3654.               casino not on gamstop
  3655.            </h6>
  3656.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3657.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3658.            </div> -->
  3659.          </a>
  3660.        </div>
  3661.          
  3662.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3663.          <a href="https://www.kylebooks.co.uk/" class="text-decoration-none ">
  3664.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3665.              <i class="ti-angle-right me-2 text-primary"></i>
  3666.               non gamstop casino uk
  3667.            </h6>
  3668.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3669.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3670.            </div> -->
  3671.          </a>
  3672.        </div>
  3673.          
  3674.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3675.          <a href="https://www.mesaonline.org/" class="text-decoration-none ">
  3676.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3677.              <i class="ti-angle-right me-2 text-primary"></i>
  3678.               online casino
  3679.            </h6>
  3680.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3681.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3682.            </div> -->
  3683.          </a>
  3684.        </div>
  3685.          
  3686.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3687.          <a href="https://jst.org.uk/" class="text-decoration-none ">
  3688.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3689.              <i class="ti-angle-right me-2 text-primary"></i>
  3690.               non gamstop casino
  3691.            </h6>
  3692.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3693.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3694.            </div> -->
  3695.          </a>
  3696.        </div>
  3697.          
  3698.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3699.          <a href="https://www.foreignersinuk.co.uk/" class="text-decoration-none ">
  3700.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3701.              <i class="ti-angle-right me-2 text-primary"></i>
  3702.               casinos not on gamstop
  3703.            </h6>
  3704.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3705.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3706.            </div> -->
  3707.          </a>
  3708.        </div>
  3709.          
  3710.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3711.          <a href="https://unbound.co.uk/" class="text-decoration-none ">
  3712.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3713.              <i class="ti-angle-right me-2 text-primary"></i>
  3714.               online casino
  3715.            </h6>
  3716.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3717.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3718.            </div> -->
  3719.          </a>
  3720.        </div>
  3721.          
  3722.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3723.          <a href="https://www.bshg.org.uk/" class="text-decoration-none ">
  3724.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3725.              <i class="ti-angle-right me-2 text-primary"></i>
  3726.               online casino
  3727.            </h6>
  3728.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3729.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3730.            </div> -->
  3731.          </a>
  3732.        </div>
  3733.          
  3734.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3735.          <a href="https://esports-news.co.uk/online-casinos/crypto/" class="text-decoration-none ">
  3736.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3737.              <i class="ti-angle-right me-2 text-primary"></i>
  3738.               crypto casinos
  3739.            </h6>
  3740.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3741.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3742.            </div> -->
  3743.          </a>
  3744.        </div>
  3745.          
  3746.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3747.          <a href="https://www.taysideaviation.co.uk/" class="text-decoration-none ">
  3748.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3749.              <i class="ti-angle-right me-2 text-primary"></i>
  3750.               crypto sports betting
  3751.            </h6>
  3752.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3753.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3754.            </div> -->
  3755.          </a>
  3756.        </div>
  3757.          
  3758.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3759.          <a href="https://www.bshg.org.uk/" class="text-decoration-none ">
  3760.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3761.              <i class="ti-angle-right me-2 text-primary"></i>
  3762.               best casinos not on gamstop
  3763.            </h6>
  3764.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3765.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3766.            </div> -->
  3767.          </a>
  3768.        </div>
  3769.          
  3770.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3771.          <a href="https://www.videogamer.com/uk/online-casinos/non-gamstop/" class="text-decoration-none ">
  3772.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3773.              <i class="ti-angle-right me-2 text-primary"></i>
  3774.               best non gamstop casinos
  3775.            </h6>
  3776.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3777.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3778.            </div> -->
  3779.          </a>
  3780.        </div>
  3781.          
  3782.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3783.          <a href="https://savethedatemagazine.co.uk/" class="text-decoration-none ">
  3784.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3785.              <i class="ti-angle-right me-2 text-primary"></i>
  3786.               non gamstop casinos
  3787.            </h6>
  3788.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3789.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3790.            </div> -->
  3791.          </a>
  3792.        </div>
  3793.          
  3794.      </div>
  3795.  
  3796.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3797.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3798.      </div> -->
  3799.    </div>
  3800.  </div>
  3801.    
  3802.  <!-- <div class="sidebar-widget">
  3803.    <div class="widget-title-wrapper mb-3">
  3804.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3805.        <i class="ti-calendar me-2"></i>August 2025 Blog Roll
  3806.        <span class="title-arrow"></span>
  3807.      </h4>
  3808.    </div>
  3809.    <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3810.      <div class="blog-roll-list">
  3811.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3812.          <a href="#" class="text-decoration-none">
  3813.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3814.              <i class="ti-angle-right me-2 text-primary"></i>
  3815.              Complete Guide to Django REST Framework
  3816.            </h6>
  3817.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3818.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3819.            </div>
  3820.          </a>
  3821.        </div>
  3822.  
  3823.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3824.          <a href="#" class="text-decoration-none">
  3825.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3826.              <i class="ti-angle-right me-2 text-primary"></i>
  3827.              Modern JavaScript ES2025 Features
  3828.            </h6>
  3829.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3830.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 25, 2025</small>
  3831.            </div>
  3832.          </a>
  3833.        </div>
  3834.  
  3835.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3836.          <a href="#" class="text-decoration-none">
  3837.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3838.              <i class="ti-angle-right me-2 text-primary"></i>
  3839.              Digital Marketing Trends in 2025
  3840.            </h6>
  3841.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3842.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 23, 2025</small>
  3843.            </div>
  3844.          </a>
  3845.        </div>
  3846.  
  3847.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3848.          <a href="#" class="text-decoration-none">
  3849.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3850.              <i class="ti-angle-right me-2 text-primary"></i>
  3851.              Remote Work Best Practices
  3852.            </h6>
  3853.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3854.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 20, 2025</small>
  3855.            </div>
  3856.          </a>
  3857.        </div>
  3858.  
  3859.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3860.          <a href="#" class="text-decoration-none">
  3861.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3862.              <i class="ti-angle-right me-2 text-primary"></i>
  3863.              Sustainable Living Tips for Beginners
  3864.            </h6>
  3865.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3866.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 18, 2025</small>
  3867.            </div>
  3868.          </a>
  3869.        </div>
  3870.  
  3871.        <div class="blog-roll-item">
  3872.          <a href="#" class="text-decoration-none">
  3873.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3874.              <i class="ti-angle-right me-2 text-primary"></i>
  3875.              AI and Machine Learning Basics
  3876.            </h6>
  3877.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3878.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 15, 2025</small>
  3879.            </div>
  3880.          </a>
  3881.        </div>
  3882.      </div>
  3883.  
  3884.      <div class="text-center mt-4 pt-3 border-top border-light">
  3885.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3886.      </div>
  3887.    </div>
  3888.  </div> -->
  3889. </div>
  3890.  
  3891. <!-- Sidebar V2 Styles -->
  3892. <style>
  3893.  .sidebar-widget {
  3894.    position: relative;
  3895.  }
  3896.  
  3897.  .widget-title {
  3898.    font-size: 1.1rem;
  3899.    font-weight: 700;
  3900.    display: inline-block;
  3901.    position: relative;
  3902.    z-index: 2;
  3903.    border-radius: 0;
  3904.  }
  3905.  
  3906.  /* Green arrow for August Blog Roll */
  3907.  .title-arrow::after {
  3908.    content: '';
  3909.    position: absolute;
  3910.    top: 0;
  3911.    right: -22px;
  3912.    width: 0;
  3913.    height: 0;
  3914.    border-left: 22px solid var(--bs-primary);
  3915.    border-top: 22px solid transparent;
  3916.    border-bottom: 22px solid transparent;
  3917.    z-index: 1;
  3918.  }
  3919.  
  3920.  /* Blue arrow for Recent Posts */
  3921.  .title-arrow-primary::after {
  3922.    content: '';
  3923.    position: absolute;
  3924.    top: 0;
  3925.    right: -22px;
  3926.    width: 0;
  3927.    height: 0;
  3928.    border-left: 22px solid var(--bs-primary);
  3929.    border-top: 22px solid transparent;
  3930.    border-bottom: 22px solid transparent;
  3931.    z-index: 1;
  3932.  }
  3933.  
  3934.  .widget-content {
  3935.    margin-top: -1px;
  3936.    position: relative;
  3937.    z-index: 1;
  3938.    background-color: var(--card-bg);
  3939.  }
  3940.  
  3941.  /* Blog Roll Items Hover Effects */
  3942.  .blog-roll-item:hover .blog-title {
  3943.    color: #198754 !important;
  3944.    transform: translateX(5px);
  3945.    transition: all 0.3s ease;
  3946.  }
  3947.  
  3948.  /* Recent Post Items Hover Effects */
  3949.  .recent-post-item:hover .post-title a {
  3950.    color: #0d6efd !important;
  3951.    transition: color 0.3s ease;
  3952.  }
  3953.  
  3954.  .recent-post-item:hover .post-image img {
  3955.    transform: scale(1.05);
  3956.    transition: transform 0.3s ease;
  3957.  }
  3958.  
  3959.  /* Button Hover Effects */
  3960.  .btn:hover {
  3961.    transform: translateY(-2px);
  3962.    transition: all 0.3s ease;
  3963.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3964.  }
  3965.  
  3966.  /* Badge Hover Effects */
  3967.  .badge:hover {
  3968.    transform: scale(1.05);
  3969.    transition: transform 0.3s ease;
  3970.  }
  3971.  
  3972.  @media (max-width: 991px) {
  3973.    .sidebar {
  3974.      margin-top: 3rem;
  3975.    }
  3976.  }
  3977.  
  3978.  @media (max-width: 576px) {
  3979.    .widget-title {
  3980.      font-size: 1rem;
  3981.      padding: 0.75rem 1rem !important;
  3982.    }
  3983.  
  3984.    .title-arrow::after,
  3985.    .title-arrow-primary::after {
  3986.      right: -18px;
  3987.      border-left-width: 18px;
  3988.      border-top-width: 18px;
  3989.      border-bottom-width: 18px;
  3990.    }
  3991.  
  3992.    .post-image {
  3993.      width: 70px !important;
  3994.      height: 55px !important;
  3995.    }
  3996.  
  3997.    .blog-meta {
  3998.      flex-direction: column !important;
  3999.      align-items: flex-start !important;
  4000.      gap: 0.5rem;
  4001.    }
  4002.  }
  4003. </style>
  4004.  
  4005.    
  4006.            </div>
  4007.        </div>
  4008.    </div>
  4009. </section>
  4010.  
  4011.    
  4012.        
  4013.        <!-- end wpo-blog-highlights-section -->
  4014.        <!-- start wpo-blog-sponsored-section -->
  4015.        
  4016.  
  4017.  
  4018.  
  4019.    
  4020.  
  4021.  
  4022.  
  4023. <style>
  4024.    .sponsored-section-v5 {
  4025.        padding: 40px 0;
  4026.    }
  4027.    
  4028.    .sponsored-card-v5 {
  4029.        background: var(--card-bg);
  4030.        border: 1px solid #f5f5f5;
  4031.        border-radius: var(--border-radius);
  4032.        transition: border-color 0.3s ease;
  4033.        height: 100%;
  4034.    }
  4035.    
  4036.    .sponsored-card-v5:hover {
  4037.        border-color: var(--bs-primary);
  4038.    }
  4039.    
  4040.    .sponsored-image-v5 {
  4041.        position: relative;
  4042.        background: var(--card-bg);
  4043.        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  4044.        margin: 15px 15px 0;
  4045.    }
  4046.    
  4047.    .sponsored-image-v5 img {
  4048.        width: 100%;
  4049.        height: 140px;
  4050.        object-fit: cover;
  4051.        border-radius: var(--border-radius);
  4052.    }
  4053.    
  4054.    .sponsored-badge-v5 {
  4055.        position: absolute;
  4056.        top: 6px;
  4057.        left: 8px;
  4058.        padding: 4px 10px;
  4059.        font-size: 11px;
  4060.        font-weight: 600;
  4061.        text-transform: uppercase;    
  4062.        border-radius: var(--border-radius);
  4063.    }
  4064.    
  4065.    .sponsored-badge-v5::before {
  4066.        content: '';
  4067.        position: absolute;
  4068.        top: 8px;
  4069.        left: -10px;
  4070.        border-top: 10px solid var(--bs-primary);
  4071.        border-left: 10px solid transparent;
  4072.        transform: rotate(45deg);
  4073.    }
  4074.    
  4075.    .sponsored-content-v5 {
  4076.        padding: 15px;
  4077.    }
  4078.    
  4079.    .sponsored-title-v5 {
  4080.        font-size: 15px;
  4081.        font-weight: 700;
  4082.        line-height: 1.4;
  4083.        margin-bottom: 8px;
  4084.        color: #333;
  4085.    }
  4086.    
  4087.    .sponsored-title-v5 a {
  4088.        text-decoration: none;
  4089.        color: #333;
  4090.    }
  4091.    
  4092.    .sponsored-title-v5 a:hover {
  4093.        color: var(--bs-primary); /* Purple hover */
  4094.    }
  4095.    
  4096.    .sponsored-excerpt-v5 {
  4097.        font-size: 12px;
  4098.        font-style: italic;
  4099.        color: #868e96;
  4100.        margin-bottom: 10px;
  4101.        line-height: 1.5;
  4102.    }
  4103.    
  4104.    .sponsored-meta-v5 {
  4105.        font-size: 11px;
  4106.        color: #6c757d;
  4107.    }
  4108.    
  4109.    .author-info-v5 {
  4110.        margin-bottom: 5px;
  4111.    }
  4112.    
  4113.    .sponsored-author-img-v5 {
  4114.        width: 22px;
  4115.        height: 22px;
  4116.        border-radius: var(--border-radius);
  4117.        object-fit: cover;
  4118.        vertical-align: middle;
  4119.        margin-right: 5px;
  4120.    }
  4121.    
  4122.    .section-title-sponsored-v5 {
  4123.        font-size: 2.1rem;
  4124.        font-weight: 700;
  4125.        text-align: center;
  4126.        margin-bottom: 30px;
  4127.        color: #333;
  4128.        position: relative;
  4129.    }
  4130.    
  4131.    .section-title-sponsored-v5::after {
  4132.        content: '';
  4133.        position: absolute;
  4134.        bottom: -10px;
  4135.        left: 50%;
  4136.        transform: translateX(-50%);
  4137.        width: 80px;
  4138.        height: 2px;
  4139.        background: var(--bs-primary);
  4140.        box-shadow: 0 2px 0 0 var(--bs-primary);
  4141.    }
  4142.  
  4143.    @media (max-width: 768px) {
  4144.        .sponsored-section-v5 {
  4145.            padding: 25px 0;
  4146.        }
  4147.        .sponsored-image-v5 {
  4148.            margin: 10px 10px 0;
  4149.            padding: 8px;
  4150.        }
  4151.        .sponsored-image-v5 img {
  4152.            height: 120px;
  4153.        }
  4154.        .sponsored-content-v5 {
  4155.            padding: 12px;
  4156.        }
  4157.        .sponsored-title-v5 {
  4158.            font-size: 14px;
  4159.        }
  4160.        .sponsored-excerpt-v5 {
  4161.            font-size: 11px;
  4162.        }
  4163.        .section-title-sponsored-v5 {
  4164.            font-size: 1.7rem;
  4165.        }
  4166.    }
  4167. </style>
  4168.  
  4169. <section class="sponsored-section-v5">
  4170.    <div class="container-fluid fluid-container">
  4171.        <div class="row">
  4172.            <div class="col-12">
  4173.                <h2 class="section-title-sponsored-v5">Sponsored News</h2>
  4174.            </div>
  4175.        </div>
  4176.        
  4177.        <div class="row g-3">
  4178.            
  4179.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4180.                <div class="card sponsored-card-v5">
  4181.                    <div class="sponsored-image-v5">
  4182.                        
  4183.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4184.                        
  4185.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  4186.                    </div>
  4187.                    <div class="sponsored-content-v5">
  4188.                        <h3 class="sponsored-title-v5">
  4189.                            <a href="/when-did-i-get-that-good-looking-the-rock-legend-on-watching-the-actor-portray-him-in-film/" >
  4190.                                            â€˜When Did I Get That Good-Looking?’: The Rock Legend on Watching The Actor Portray Him In Film
  4191.                                            </a>
  4192.                        </h3>
  4193.                        <p class="sponsored-excerpt-v5">
  4194.                          
  4195.                        </p>
  4196.                        <div class="sponsored-meta-v5">
  4197.                            <div class="author-info-v5">
  4198.                                
  4199.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Gerald Richardson" class="sponsored-author-img-v5">
  4200.                                
  4201.                                <span>
  4202.                                    Gerald Richardson
  4203.                                </span>
  4204.                            </div>
  4205.                            <div>10 May 2026</div>
  4206.                        </div>
  4207.                    </div>
  4208.                </div>
  4209.            </div>
  4210.            
  4211.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4212.                <div class="card sponsored-card-v5">
  4213.                    <div class="sponsored-image-v5">
  4214.                        
  4215.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4216.                        
  4217.                        <div class="sponsored-badge-v5 bg-primary-gradient">Others</div>
  4218.                    </div>
  4219.                    <div class="sponsored-content-v5">
  4220.                        <h3 class="sponsored-title-v5">
  4221.                            <a href="/enhancing-your-fortune-top-strategies-for-online-slots/" >
  4222.                                            Enhancing Your Fortune: Top Strategies for Online Slots
  4223.                                            </a>
  4224.                        </h3>
  4225.                        <p class="sponsored-excerpt-v5">
  4226.                          
  4227.                        </p>
  4228.                        <div class="sponsored-meta-v5">
  4229.                            <div class="author-info-v5">
  4230.                                
  4231.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Gerald Richardson" class="sponsored-author-img-v5">
  4232.                                
  4233.                                <span>
  4234.                                    Gerald Richardson
  4235.                                </span>
  4236.                            </div>
  4237.                            <div>10 May 2026</div>
  4238.                        </div>
  4239.                    </div>
  4240.                </div>
  4241.            </div>
  4242.            
  4243.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4244.                <div class="card sponsored-card-v5">
  4245.                    <div class="sponsored-image-v5">
  4246.                        
  4247.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4248.                        
  4249.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  4250.                    </div>
  4251.                    <div class="sponsored-content-v5">
  4252.                        <h3 class="sponsored-title-v5">
  4253.                            <a href="/the-debut-record-daughters-delves-into-sorrow-and-elegance/" >
  4254.                                            The Debut Record &quot;Daughters&quot; Delves Into Sorrow and Elegance
  4255.                                            </a>
  4256.                        </h3>
  4257.                        <p class="sponsored-excerpt-v5">
  4258.                          
  4259.                        </p>
  4260.                        <div class="sponsored-meta-v5">
  4261.                            <div class="author-info-v5">
  4262.                                
  4263.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Gerald Richardson" class="sponsored-author-img-v5">
  4264.                                
  4265.                                <span>
  4266.                                    Gerald Richardson
  4267.                                </span>
  4268.                            </div>
  4269.                            <div>10 May 2026</div>
  4270.                        </div>
  4271.                    </div>
  4272.                </div>
  4273.            </div>
  4274.            
  4275.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4276.                <div class="card sponsored-card-v5">
  4277.                    <div class="sponsored-image-v5">
  4278.                        
  4279.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4280.                        
  4281.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  4282.                    </div>
  4283.                    <div class="sponsored-content-v5">
  4284.                        <h3 class="sponsored-title-v5">
  4285.                            <a href="/russian-president-vladimir-putin-pledges-steady-oil-shipments-to-india-in-defiance-of-american-demands/" >
  4286.                                            Russian President Vladimir Putin Pledges Steady Oil Shipments to India in Defiance of American Demands
  4287.                                            </a>
  4288.                        </h3>
  4289.                        <p class="sponsored-excerpt-v5">
  4290.                          
  4291.                        </p>
  4292.                        <div class="sponsored-meta-v5">
  4293.                            <div class="author-info-v5">
  4294.                                
  4295.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Gerald Richardson" class="sponsored-author-img-v5">
  4296.                                
  4297.                                <span>
  4298.                                    Gerald Richardson
  4299.                                </span>
  4300.                            </div>
  4301.                            <div>10 May 2026</div>
  4302.                        </div>
  4303.                    </div>
  4304.                </div>
  4305.            </div>
  4306.            
  4307.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4308.                <div class="card sponsored-card-v5">
  4309.                    <div class="sponsored-image-v5">
  4310.                        
  4311.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4312.                        
  4313.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  4314.                    </div>
  4315.                    <div class="sponsored-content-v5">
  4316.                        <h3 class="sponsored-title-v5">
  4317.                            <a href="/gaza-strip-war-in-visualizations-after-two-years-of-fighting/" >
  4318.                                            Gaza Strip War in Visualizations After Two Years of Fighting
  4319.                                            </a>
  4320.                        </h3>
  4321.                        <p class="sponsored-excerpt-v5">
  4322.                          
  4323.                        </p>
  4324.                        <div class="sponsored-meta-v5">
  4325.                            <div class="author-info-v5">
  4326.                                
  4327.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Gerald Richardson" class="sponsored-author-img-v5">
  4328.                                
  4329.                                <span>
  4330.                                    Gerald Richardson
  4331.                                </span>
  4332.                            </div>
  4333.                            <div>10 May 2026</div>
  4334.                        </div>
  4335.                    </div>
  4336.                </div>
  4337.            </div>
  4338.            
  4339.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4340.                <div class="card sponsored-card-v5">
  4341.                    <div class="sponsored-image-v5">
  4342.                        
  4343.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4344.                        
  4345.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  4346.                    </div>
  4347.                    <div class="sponsored-content-v5">
  4348.                        <h3 class="sponsored-title-v5">
  4349.                            <a href="/democrats-criticize-trump-after-he-suggests-they-should-face-capital-punishment/" >
  4350.                                            Democrats Criticize Trump After He Suggests They Should Face Capital Punishment
  4351.                                            </a>
  4352.                        </h3>
  4353.                        <p class="sponsored-excerpt-v5">
  4354.                          
  4355.                        </p>
  4356.                        <div class="sponsored-meta-v5">
  4357.                            <div class="author-info-v5">
  4358.                                
  4359.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Gerald Richardson" class="sponsored-author-img-v5">
  4360.                                
  4361.                                <span>
  4362.                                    Gerald Richardson
  4363.                                </span>
  4364.                            </div>
  4365.                            <div>09 May 2026</div>
  4366.                        </div>
  4367.                    </div>
  4368.                </div>
  4369.            </div>
  4370.            
  4371.        </div>
  4372.    </div>
  4373. </section>
  4374.  
  4375.  
  4376.    
  4377.        <!-- end wpo-blog-sponsored-section -->
  4378.        <!-- start wpo-subscribe-section -->
  4379.        
  4380.        <!-- end subscribe-section -->
  4381.        <!-- start of wpo-site-footer-section -->
  4382.        
  4383.  
  4384.  
  4385.  
  4386.  
  4387.  
  4388.  
  4389. <!-- Footer V4 - Modern Corporate Design -->
  4390. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  4391.  
  4392.    <div class="container-fluid fluid-container">
  4393.        
  4394.        <!-- Content Sections -->
  4395.        <div class="content-sections">
  4396.            <div class="row g-5">
  4397.                
  4398.                <!-- Brand Column -->
  4399.                <div class="col-lg-4 col-md-12">
  4400.                    <div class="brand-section">
  4401.                        <div class="brand-header">
  4402.                            
  4403.                            <div class="brand-text">
  4404.                                <h3 class="brand-name">CosmoPlay UK</h3>
  4405.                                <span class="brand-type">Digital Publication</span>
  4406.                            </div>
  4407.                        </div>
  4408.                        <p class="brand-description  text-lg-start ">
  4409.                            CosmoPlay UK offers innovative play ideas, family activities, and educational resources to inspire creativity and fun for children and parents across the UK.
  4410.                        </p>
  4411.                    </div>
  4412.                </div>
  4413.  
  4414.                <!-- Quick Links Column -->
  4415.               <div class="col-lg-4 col-md-6">
  4416.                    <div class="links-section">
  4417.                        <div class="section-title">
  4418.                            <h4 class="title-text">Resources</h4>
  4419.                            <div class="title-decoration"></div>
  4420.                        </div>
  4421.                        <div class="links-container">
  4422.                          
  4423. <div class="link-group">
  4424.    <ul class="link-list" id="externalLinks">
  4425.        
  4426.  
  4427.    
  4428.        
  4429.        
  4430.        
  4431.    </ul>
  4432. </div>
  4433.  
  4434.                        </div>
  4435.                    </div>
  4436.                </div>
  4437.  
  4438.                <!-- Categories Column -->
  4439.                <div class="col-lg-4 col-md-6">
  4440.                    <div class="categories-section">
  4441.                        <div class="section-title">
  4442.                            <h4 class="title-text">Explore Topics</h4>
  4443.                            <div class="title-decoration"></div>
  4444.                        </div>
  4445.                        <div class="categories-container">
  4446.                            <p class="categories-intro">Discover content organized by topics that interest you most.</p>
  4447.                            <div class="categories-cloud">
  4448.                                
  4449.                                <a href="/category/all-posts/" class="category-pill">
  4450.                                    All Posts
  4451.                                </a>
  4452.                                
  4453.                                <a href="/category/business/" class="category-pill">
  4454.                                    Business
  4455.                                </a>
  4456.                                
  4457.                                <a href="/category/esports/" class="category-pill">
  4458.                                    Esports
  4459.                                </a>
  4460.                                
  4461.                                <a href="/category/fashion/" class="category-pill">
  4462.                                    Fashion
  4463.                                </a>
  4464.                                
  4465.                                <a href="/category/featured/" class="category-pill">
  4466.                                    Featured
  4467.                                </a>
  4468.                                
  4469.                                <a href="/category/gaming/" class="category-pill">
  4470.                                    Gaming
  4471.                                </a>
  4472.                                
  4473.                                <a href="/category/health/" class="category-pill">
  4474.                                    Health
  4475.                                </a>
  4476.                                
  4477.                                <a href="/category/life-fitness/" class="category-pill">
  4478.                                    Life &amp; Fitness
  4479.                                </a>
  4480.                                
  4481.                            </div>
  4482.                        </div>
  4483.                    </div>
  4484.                </div>
  4485.  
  4486.            </div>
  4487.        </div>
  4488.  
  4489.        <!-- Footer Bottom -->
  4490.        <div class="footer-bottom">
  4491.            <div class="bottom-border"></div>
  4492.            <div class=" d-flex justify-content-between flex-wrap">
  4493.                <div>
  4494.                    <div class="copyright-info">
  4495.                        <p class="copyright-main">
  4496.                            Â© 2026 <span class="brand-highlight">CosmoPlay UK</span>. All rights reserved.
  4497.                        </p>
  4498.                        <p class="copyright-sub">
  4499.                            Thoughtfully crafted content for curious minds worldwide.
  4500.                        </p>
  4501.                    </div>
  4502.                </div>
  4503.                <div>
  4504.                    <div class="footer-actions">
  4505.                        <div class="action-links">
  4506.                            <a href="/page/write-for-us/" class="action-link">
  4507.                                <i class="bi bi-shield-check"></i>
  4508.                                <span>Write For Us</span>
  4509.                            </a>
  4510.                            <a href="/page/terms-and-conditions/" class="action-link">
  4511.                                <i class="bi bi-shield-check"></i>
  4512.                                <span>Terms & Conditions</span>
  4513.                            </a>
  4514.                            <a href="/sitemap.xml" class="action-link">
  4515.                                <i class="bi bi-diagram-3"></i>
  4516.                                <span>Sitemap</span>
  4517.                            </a>
  4518.                        </div>
  4519.  
  4520.                    </div>
  4521.                </div>
  4522.            </div>
  4523.        </div>
  4524.  
  4525.    </div>
  4526.  
  4527.    
  4528.  
  4529. </footer>
  4530.  
  4531.  
  4532. <style>
  4533. /* Footer V4 - Modern Corporate Design */
  4534. .wpo-site-footer-v4 {
  4535.    color: var(--footer-color);
  4536.    margin-top: 100px;
  4537. }
  4538.  
  4539.  
  4540. .accent-line {
  4541.    position: absolute;
  4542.    top: 0;
  4543.    height: 100%;
  4544.    width: 33.333%;
  4545.    opacity: 0.8;
  4546. }
  4547.  
  4548. .accent-1 {
  4549.    left: 0;
  4550.    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
  4551.    animation: slideRight 3s ease-in-out infinite;
  4552. }
  4553.  
  4554. .accent-2 {
  4555.    left: 33.333%;
  4556.    background: linear-gradient(90deg, #8b5cf6, #7c3aed);
  4557.    animation: slideRight 3s ease-in-out infinite 1s;
  4558. }
  4559.  
  4560. .accent-3 {
  4561.    left: 66.666%;
  4562.    background: linear-gradient(90deg, #10b981, #059669);
  4563.    animation: slideRight 3s ease-in-out infinite 2s;
  4564. }
  4565.  
  4566. @keyframes slideRight {
  4567.    0%, 100% { transform: translateX(-10px); opacity: 0.6; }
  4568.    50% { transform: translateX(10px); opacity: 1; }
  4569. }
  4570.  
  4571. /* Content Sections */
  4572. .content-sections {
  4573.    padding: 60px 0;
  4574.    position: relative;
  4575.    z-index: 2;
  4576. }
  4577.  
  4578. /* Brand Section */
  4579. .brand-section {
  4580.    padding-right: 2rem;
  4581. }
  4582.  
  4583. .brand-header {
  4584.    display: flex;
  4585.    align-items: center;
  4586.    margin-bottom: 2rem;
  4587.    gap: 1rem;
  4588. }
  4589.  
  4590. .brand-logo {
  4591.    height: 50px;
  4592.    width: auto;
  4593.    border-radius: 8px;
  4594. }
  4595.  
  4596. .brand-name {
  4597.    font-size: 1.5rem;
  4598.    font-weight: 800;
  4599.    color: var(--footer-color) !important;
  4600.    margin: 0;
  4601. }
  4602.  
  4603. .brand-type {
  4604.    color: var(--footer-color) !important;
  4605.    opacity: 0.8;
  4606.    font-size: 0.85rem;
  4607.    font-weight: 500;
  4608.    text-transform: uppercase;
  4609.    letter-spacing: 0.5px;
  4610. }
  4611.  
  4612. .brand-description {
  4613.    color: var(--footer-color) !important;
  4614.    line-height: 1.7;
  4615.    margin-bottom: 2rem;
  4616.    font-size: 0.95rem;
  4617. }
  4618.  
  4619. .brand-stats {
  4620.    display: flex;
  4621.    align-items: center;
  4622.    gap: 1.5rem;
  4623. }
  4624.  
  4625. .stat-item {
  4626.    text-align: center;
  4627. }
  4628.  
  4629. .stat-number {
  4630.    font-size: 1.5rem;
  4631.    font-weight: 800;
  4632.    color: #3b82f6;
  4633.    display: block;
  4634.    line-height: 1;
  4635. }
  4636.  
  4637. .stat-label {
  4638.    font-size: 0.8rem;
  4639.    color: #94a3b8;
  4640.    margin-top: 0.25rem;
  4641. }
  4642.  
  4643. .stat-divider {
  4644.    width: 1px;
  4645.    height: 40px;
  4646.    background: rgba(255, 255, 255, 0.2);
  4647. }
  4648.  
  4649. /* Links Section */
  4650. .links-section {
  4651.    padding-left: 1rem;
  4652.    padding-right: 1rem;
  4653. }
  4654.  
  4655. .section-title {
  4656.    margin-bottom: 2rem;
  4657.    position: relative;
  4658. }
  4659.  
  4660. .title-text {
  4661.    font-size: 1.3rem;
  4662.    font-weight: 700;
  4663.    color: var(--footer-color) !important;
  4664.    margin-bottom: 0.5rem;
  4665.    text-align: justify !important;
  4666. }
  4667.  
  4668.  
  4669. .link-group {
  4670.    margin-bottom: 2rem;
  4671. }
  4672.  
  4673. .group-title {
  4674.    font-size: 1rem;
  4675.    font-weight: 600;
  4676.    color: #f1f5f9;
  4677.    margin-bottom: 1rem;
  4678.    padding-bottom: 0.5rem;
  4679.    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  4680. }
  4681.  
  4682. .link-list {
  4683.    list-style: none;
  4684.    padding: 0;
  4685.    margin: 0;
  4686. }
  4687.  
  4688. .link-item {
  4689.    margin-bottom: 0.75rem;
  4690. }
  4691.  
  4692. .link-text {
  4693.    color: var(--footer-color) !important;
  4694.    text-decoration: none;
  4695.    font-size: 0.9rem;
  4696.    display: flex;
  4697.    align-items: center;
  4698.    transition: all 0.3s ease;
  4699.    padding: 0.25rem 0;
  4700. }
  4701.  
  4702. .link-text:hover {
  4703.    color: #3b82f6;
  4704.    padding-left: 0.5rem;
  4705. }
  4706.  
  4707. .link-icon {
  4708.    margin-right: 0.5rem;
  4709.    opacity: 0;
  4710.    transition: opacity 0.3s ease;
  4711. }
  4712.  
  4713. .link-text:hover .link-icon {
  4714.    opacity: 1;
  4715. }
  4716.  
  4717. .external-icon {
  4718.    color: #10b981;
  4719. }
  4720.  
  4721. /* Categories Section */
  4722. .categories-section {
  4723.    padding-left: 1rem;
  4724. }
  4725.  
  4726. .categories-intro {
  4727.    color: #cbd5e1;
  4728.    margin-bottom: 1.5rem;
  4729.    font-size: 0.9rem;
  4730. }
  4731.  
  4732. .categories-cloud {
  4733.    display: flex;
  4734.    flex-wrap: wrap;
  4735.    gap: 0.75rem;
  4736. }
  4737.  
  4738. .category-pill {
  4739.    display: inline-block;
  4740.    padding: 0.5rem 1rem;
  4741.    background: rgba(255, 255, 255, 0.1);
  4742.    border: 1px solid rgba(255, 255, 255, 0.2);
  4743.    border-radius: 20px;
  4744.    color:  var(--footer-color) !important;
  4745.    text-decoration: none;
  4746.    font-size: 0.85rem;
  4747.    opacity: 0.7;
  4748.    font-weight: 500;
  4749.    transition: all 0.3s ease;
  4750. }
  4751.  
  4752. .category-pill:hover {
  4753.    background: #3b82f6;
  4754.    border-color: #3b82f6;
  4755.    color: var(--footer-color) !important;
  4756.    opacity: 1;
  4757.    transform: translateY(-1px);
  4758.    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
  4759. }
  4760.  
  4761. /* Footer Bottom */
  4762. .footer-bottom {
  4763.    padding: 2rem 0;
  4764.    position: relative;
  4765.    z-index: 2;
  4766. }
  4767.  
  4768. .bottom-border {
  4769.    height: 1px;
  4770.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  4771.    margin-bottom: 2rem;
  4772. }
  4773.  
  4774. .copyright-main {
  4775.    font-size: 1rem;
  4776.    color: #e2e8f0;
  4777.    margin-bottom: 0.25rem;
  4778. }
  4779.  
  4780. .brand-highlight {
  4781.    color: var(--footer-color);
  4782.    font-weight: 700;
  4783. }
  4784.  
  4785. .copyright-sub {
  4786.    font-size: 0.85rem;
  4787.    color: #94a3b8;
  4788.    margin: 0;
  4789. }
  4790.  
  4791. .footer-actions {
  4792.    display: flex;
  4793.    align-items: center;
  4794.    gap: 2rem;
  4795. }
  4796.  
  4797. .action-links {
  4798.    display: flex;
  4799.    gap: 1.5rem;
  4800. }
  4801.  
  4802. .action-link {
  4803.    display: flex;
  4804.    align-items: center;
  4805.    gap: 0.5rem;
  4806.    color: #cbd5e1;
  4807.    text-decoration: none;
  4808.    font-size: 0.9rem;
  4809.    transition: color 0.3s ease;
  4810. }
  4811.  
  4812. .action-link:hover {
  4813.    color: #3b82f6;
  4814. }
  4815.  
  4816. .scroll-to-top-btn {
  4817.    background: rgba(255, 255, 255, 0.1);
  4818.    border: 1px solid rgba(255, 255, 255, 0.2);
  4819.    color: #cbd5e1;
  4820.    width: 44px;
  4821.    height: 44px;
  4822.    border-radius: 12px;
  4823.    cursor: pointer;
  4824.    transition: all 0.3s ease;
  4825.    display: flex;
  4826.    align-items: center;
  4827.    justify-content: center;
  4828. }
  4829.  
  4830. .scroll-to-top-btn:hover {
  4831.    background: #3b82f6;
  4832.    border-color: #3b82f6;
  4833.    color: white;
  4834.    transform: translateY(-2px);
  4835. }
  4836.  
  4837. /* Background Pattern */
  4838. .footer-pattern {
  4839.    position: absolute;
  4840.    top: 0;
  4841.    left: 0;
  4842.    width: 100%;
  4843.    height: 100%;
  4844.    z-index: 1;
  4845.    overflow: hidden;
  4846. }
  4847.  
  4848. .pattern-grid {
  4849.    position: relative;
  4850.    width: 100%;
  4851.    height: 100%;
  4852. }
  4853.  
  4854. .pattern-dot {
  4855.    position: absolute;
  4856.    width: 2px;
  4857.    height: 2px;
  4858.    background: rgba(255, 255, 255, 0.1);
  4859.    border-radius: 50%;
  4860. }
  4861.  
  4862. .pattern-dot:nth-child(1) { top: 20%; left: 10%; }
  4863. .pattern-dot:nth-child(2) { top: 40%; right: 15%; }
  4864. .pattern-dot:nth-child(3) { top: 60%; left: 70%; }
  4865. .pattern-dot:nth-child(4) { bottom: 30%; right: 30%; }
  4866. .pattern-dot:nth-child(5) { bottom: 50%; left: 40%; }
  4867. .pattern-dot:nth-child(6) { top: 80%; right: 60%; }
  4868.  
  4869. /* Responsive Design */
  4870. @media (max-width: 992px) {
  4871.    .newsletter-heading {
  4872.        font-size: 2rem;
  4873.    }
  4874.    
  4875.    .brand-section {
  4876.        padding-right: 0;
  4877.        margin-bottom: 3rem;
  4878.    }
  4879.    
  4880.    .links-section, .categories-section {
  4881.        padding-left: 0;
  4882.        padding-right: 0;
  4883.    }
  4884.    
  4885.    .brand-stats {
  4886.        justify-content: center;
  4887.        margin-top: 2rem;
  4888.    }
  4889. }
  4890.  
  4891. @media (max-width: 768px) {
  4892.    .newsletter-section {
  4893.        padding: 60px 0 40px;
  4894.    }
  4895.    
  4896.    .newsletter-container {
  4897.        padding: 2rem 1.5rem;
  4898.        margin: 0 1rem;
  4899.    }
  4900.    
  4901.    .newsletter-heading {
  4902.        font-size: 1.75rem;
  4903.    }
  4904.    
  4905.    .content-sections {
  4906.        padding: 40px 0;
  4907.    }
  4908.    
  4909.    .brand-header {
  4910.        flex-direction: column;
  4911.        text-align: center;
  4912.    }
  4913.    
  4914.    .footer-actions {
  4915.        flex-direction: column;
  4916.        gap: 1rem;
  4917.        margin-top: 1.5rem;
  4918.    }
  4919.    
  4920.    .action-links {
  4921.        order: 2;
  4922.    }
  4923.    
  4924.    .scroll-to-top-btn {
  4925.        order: 1;
  4926.    }
  4927. }
  4928.  
  4929. @media (max-width: 576px) {
  4930.    .newsletter-container {
  4931.        padding: 1.5rem 1rem;
  4932.    }
  4933.    
  4934.    .newsletter-heading {
  4935.        font-size: 1.5rem;
  4936.    }
  4937.    
  4938.    .brand-stats {
  4939.        flex-direction: column;
  4940.        gap: 1rem;
  4941.    }
  4942.    
  4943.    .stat-divider {
  4944.        width: 40px;
  4945.        height: 1px;
  4946.    }
  4947.    
  4948.    .action-links {
  4949.        flex-direction: column;
  4950.        gap: 0.75rem;
  4951.        text-align: center;
  4952.    }
  4953.    
  4954.    .pattern-dot {
  4955.        display: none;
  4956.    }
  4957. }
  4958. </style>
  4959.  
  4960. <!-- Bootstrap 5 JS -->
  4961.  
  4962. <script>
  4963. // Scroll to Top Function
  4964. document.addEventListener('DOMContentLoaded', function () {
  4965.    var btn = document.getElementById('toggleExternal');
  4966.    if (!btn) return; // No extra items, no button
  4967.  
  4968.    var extras = document.querySelectorAll('#externalLinks li.extra');
  4969.  
  4970.    btn.addEventListener('click', function () {
  4971.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4972.            return li.classList.contains('d-none');
  4973.        });
  4974.  
  4975.        extras.forEach(function (li) {
  4976.            if (anyHidden) {
  4977.                li.classList.remove('d-none');
  4978.                li.classList.add('show');
  4979.            } else {
  4980.                li.classList.add('d-none');
  4981.                li.classList.remove('show');
  4982.            }
  4983.        });
  4984.  
  4985.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4986.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4987.    });
  4988. });
  4989. function scrollToTop() {
  4990.    window.scrollTo({
  4991.        top: 0,
  4992.        behavior: 'smooth'
  4993.    });
  4994. }
  4995.  
  4996. // Initialize Footer V4 Features
  4997. document.addEventListener('DOMContentLoaded', function() {
  4998.    
  4999.    // Newsletter Form Handling
  5000.    const newsletterForm = document.querySelector('.newsletter-form');
  5001.    const emailInput = document.querySelector('.form-input');
  5002.    const submitButton = document.querySelector('.submit-button');
  5003.    const successMessage = document.querySelector('.success-message');
  5004.    const errorMessage = document.querySelector('.error-message');
  5005.    const infoMessage = document.querySelector('.info-message');
  5006.    
  5007.    if (newsletterForm && emailInput && submitButton) {
  5008.        
  5009.        // Form submission
  5010.        newsletterForm.addEventListener('submit', function(e) {
  5011.            e.preventDefault();
  5012.            
  5013.            const email = emailInput.value.trim();
  5014.            
  5015.            // Validate email
  5016.            if (!email || !isValidEmail(email)) {
  5017.                showMessage('error');
  5018.                emailInput.focus();
  5019.                return;
  5020.            }
  5021.            
  5022.            // Show loading state
  5023.            const originalText = submitButton.querySelector('.button-text').textContent;
  5024.            const originalIcon = submitButton.querySelector('.button-icon').innerHTML;
  5025.            
  5026.            submitButton.disabled = true;
  5027.            submitButton.querySelector('.button-text').textContent = 'Subscribing...';
  5028.            submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-arrow-clockwise"></i>';
  5029.            submitButton.querySelector('.button-icon i').style.animation = 'spin 1s linear infinite';
  5030.            
  5031.            // Simulate API call
  5032.            setTimeout(() => {
  5033.                // Success state
  5034.                submitButton.querySelector('.button-text').textContent = 'Subscribed!';
  5035.                submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-check-lg"></i>';
  5036.                submitButton.querySelector('.button-icon i').style.animation = 'none';
  5037.                submitButton.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  5038.                
  5039.                showMessage('success');
  5040.                
  5041.                // Reset after delay
  5042.                setTimeout(() => {
  5043.                    submitButton.querySelector('.button-text').textContent = originalText;
  5044.                    submitButton.querySelector('.button-icon').innerHTML = originalIcon;
  5045.                    submitButton.style.background = '';
  5046.                    submitButton.disabled = false;
  5047.                    emailInput.value = '';
  5048.                    showMessage('info');
  5049.                }, 3000);
  5050.                
  5051.            }, 2000);
  5052.        });
  5053.        
  5054.        // Input validation
  5055.        emailInput.addEventListener('blur', function() {
  5056.            const email = this.value.trim();
  5057.            if (email && !isValidEmail(email)) {
  5058.                this.style.borderColor = '#ef4444';
  5059.                this.style.boxShadow = '0 0 0 4px rgba(239, 68, 68, 0.2)';
  5060.            } else if (email && isValidEmail(email)) {
  5061.                this.style.borderColor = '#10b981';
  5062.                this.style.boxShadow = '0 0 0 4px rgba(16, 185, 129, 0.2)';
  5063.            }
  5064.        });
  5065.        
  5066.        emailInput.addEventListener('focus', function() {
  5067.            this.style.borderColor = '#3b82f6';
  5068.            this.style.boxShadow = '0 0 0 4px rgba(59, 130, 246, 0.2)';
  5069.        });
  5070.        
  5071.        // Reset validation styling on input
  5072.        emailInput.addEventListener('input', function() {
  5073.            if (this.style.borderColor === 'rgb(239, 68, 68)') {
  5074.                this.style.borderColor = '';
  5075.                this.style.boxShadow = '';
  5076.            }
  5077.        });
  5078.    }
  5079.    
  5080.    // Email validation function
  5081.    function isValidEmail(email) {
  5082.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  5083.        return emailRegex.test(email);
  5084.    }
  5085.    
  5086.    // Message display function
  5087.    function showMessage(type) {
  5088.        // Hide all messages
  5089.        successMessage.style.display = 'none';
  5090.        errorMessage.style.display = 'none';
  5091.        infoMessage.style.display = 'none';
  5092.        
  5093.        // Show specific message
  5094.        if (type === 'success') {
  5095.            successMessage.style.display = 'block';
  5096.        } else if (type === 'error') {
  5097.            errorMessage.style.display = 'block';
  5098.        } else if (type === 'info') {
  5099.            infoMessage.style.display = 'block';
  5100.        }
  5101.    }
  5102.    
  5103.    // Smooth reveal animations
  5104.    const observerOptions = {
  5105.        threshold: 0.1,
  5106.        rootMargin: '0px 0px -30px 0px'
  5107.    };
  5108.    
  5109.    const sectionObserver = new IntersectionObserver((entries) => {
  5110.        entries.forEach(entry => {
  5111.            if (entry.isIntersecting) {
  5112.                entry.target.style.opacity = '1';
  5113.                entry.target.style.transform = 'translateY(0)';
  5114.            }
  5115.        });
  5116.    }, observerOptions);
  5117.    
  5118.    // Animate sections
  5119.    document.querySelectorAll('.brand-section, .links-section, .categories-section').forEach((section, index) => {
  5120.        section.style.opacity = '0';
  5121.        section.style.transform = 'translateY(20px)';
  5122.        section.style.transition = `all 0.6s ease ${index * 0.2}s`;
  5123.        sectionObserver.observe(section);
  5124.    });
  5125.    
  5126.    // Animate category pills
  5127.    document.querySelectorAll('.category-pill').forEach((pill, index) => {
  5128.        pill.style.opacity = '0';
  5129.        pill.style.transform = 'translateY(10px)';
  5130.        pill.style.transition = `all 0.4s ease ${index * 0.1}s`;
  5131.        
  5132.        setTimeout(() => {
  5133.            pill.style.opacity = '1';
  5134.            pill.style.transform = 'translateY(0)';
  5135.        }, 300 + (index * 100));
  5136.    });
  5137.    
  5138.    // Enhanced link hover effects
  5139.    document.querySelectorAll('.link-text').forEach(link => {
  5140.        link.addEventListener('mouseenter', function() {
  5141.            const icon = this.querySelector('.link-icon');
  5142.            if (icon) {
  5143.                icon.style.transform = 'translateX(4px)';
  5144.            }
  5145.        });
  5146.        
  5147.        link.addEventListener('mouseleave', function() {
  5148.            const icon = this.querySelector('.link-icon');
  5149.            if (icon) {
  5150.                icon.style.transform = 'translateX(0)';
  5151.            }
  5152.        });
  5153.    });
  5154.    
  5155.    // Prevent default for demo links
  5156.    document.querySelectorAll('a[href="#"]').forEach(link => {
  5157.        link.addEventListener('click', function(e) {
  5158.            e.preventDefault();
  5159.        });
  5160.    });
  5161.    
  5162.    // Add ripple effect to submit button
  5163.    submitButton.addEventListener('click', function(e) {
  5164.        const ripple = document.createElement('span');
  5165.        const rect = this.getBoundingClientRect();
  5166.        const size = Math.max(rect.width, rect.height);
  5167.        const x = e.clientX - rect.left - size / 2;
  5168.        const y = e.clientY - rect.top - size / 2;
  5169.        
  5170.        ripple.style.cssText = `
  5171.            position: absolute;
  5172.            width: ${size}px;
  5173.            height: ${size}px;
  5174.            left: ${x}px;
  5175.            top: ${y}px;
  5176.            background: rgba(255, 255, 255, 0.3);
  5177.            border-radius: 50%;
  5178.            transform: scale(0);
  5179.            animation: ripple 0.6s ease-out;
  5180.            pointer-events: none;
  5181.        `;
  5182.        
  5183.        this.appendChild(ripple);
  5184.        
  5185.        setTimeout(() => {
  5186.            ripple.remove();
  5187.        }, 600);
  5188.    });
  5189.    
  5190. });
  5191.  
  5192. // Add CSS for ripple animation
  5193. const rippleStyle = document.createElement('style');
  5194. rippleStyle.textContent = `
  5195.    @keyframes ripple {
  5196.        to {
  5197.            transform: scale(2);
  5198.            opacity: 0;
  5199.        }
  5200.    }
  5201.    
  5202.    @keyframes spin {
  5203.        from { transform: rotate(0deg); }
  5204.        to { transform: rotate(360deg); }
  5205.    }
  5206.    
  5207.    .submit-button {
  5208.        position: relative;
  5209.        overflow: hidden;
  5210.    }
  5211. `;
  5212. document.head.appendChild(rippleStyle);
  5213. </script>
  5214.  
  5215.        <!-- end of wpo-site-footer-section -->
  5216.    </div>
  5217.    <!-- end of page-wrapper -->
  5218.  
  5219.    <!-- All JavaScript files
  5220.    ================================================== -->
  5221.    
  5222.  
  5223. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  5224. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  5225. <!-- Plugins for this template -->
  5226. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  5227. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  5228. <!-- Custom script for this template -->
  5229. <script src="/static/blogapp/assets/js/script.js"></script>
  5230.  
  5231. <script>
  5232. (function () {
  5233. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  5234. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  5235.  
  5236. function applyFallback(img) {
  5237. if (!img || img.dataset.fallbackApplied === "1") {
  5238. return;
  5239. }
  5240. var failedSrc = img.currentSrc || img.src || "";
  5241. img.dataset.fallbackApplied = "1";
  5242. img.onerror = null;
  5243. img.src = fallbackImageSrc;
  5244. console.warn("[ImageFallback] Replaced broken image:", {
  5245. failedSrc: failedSrc,
  5246. fallbackSrc: fallbackImageSrc,
  5247. alt: img.alt || "",
  5248. });
  5249. }
  5250.  
  5251. document.querySelectorAll("img").forEach(function (img) {
  5252. if (img.complete && img.naturalWidth === 0) {
  5253. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  5254. failedSrc: img.currentSrc || img.src || "",
  5255. alt: img.alt || "",
  5256. });
  5257. applyFallback(img);
  5258. }
  5259. });
  5260.  
  5261. document.addEventListener(
  5262. "error",
  5263. function (event) {
  5264. var target = event.target;
  5265. if (target && target.tagName === "IMG") {
  5266. applyFallback(target);
  5267. }
  5268. },
  5269. true
  5270. );
  5271. })();
  5272. </script>
  5273.  
  5274. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  5275.  
  5276.  
  5277.  
  5278. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"00c60f86b6434c9e8b31f686997e05cd","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  5279. </body>
  5280.  
  5281. </html>
  5282.  
  5283.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda