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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="cabin">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/Untitled_design_-_2025-04-26T132918.142_6RiQ7e2_82VhBV2_lfD5T3S_EroK4yz.png">
  14.    
  15.  
  16.    <title>Onyx Poker UK | Expert Poker Strategy Guides &amp; Tournament Tips</title>
  17.    <meta name="description" content="Onyx Poker UK provides comprehensive poker strategy guides, tournament analysis, and expert tips for players of all skill levels to improve their game.">
  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://onyxpoker.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ff6b6b;
  42.        --bs-primary-rgb: ff6b6b;
  43.        --bs-secondary: #94a3b8;
  44.        --bs-success: #34d399;
  45.        --bs-danger: #f87171;
  46.        --bs-warning: #fbbf24;
  47.        --bs-info: #60a5fa;
  48.        --bs-light: #e2e8f0;
  49.        --bs-dark: #1e293b;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ff6b6b;
  53.        --theme-primary-color-s2: #ff6b6b;
  54.        --body-bg-color: #111827;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #e2e8f0;
  57.        --text-light-color: #676767;
  58.        --heading-color: #e2e8f0;
  59.        --border-color: #475569;
  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: #1e293b;
  73.        --nav-bg: #1e293b;
  74.        --sub-nav: #475569;
  75.        --navbar-color: #e2e8f0;
  76.        --topbar-bg: #111827;
  77.        --topbar-color: #e2e8f0;
  78.        --footer-bg: #1e293b;
  79.        --footer-color: #e2e8f0;
  80.        --card-bg: rgba(30, 41, 59, 0.8);
  81.        --card-border: #475569;
  82.        --card-radius: 12px;
  83.        --link-color: #ff6b6b;
  84.        --link-hover: #ef4444;
  85.        --blog-color: #e2e8f0;
  86.        --blog-bg: rgba(255, 107, 107, 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: rgba(30, 41, 59, 0.8) !important;
  204.            backdrop-filter: blur(10px);
  205.        
  206.        border: 1px solid var(--border-color) !important;
  207.        transition: all 0.3s ease;
  208.        border-radius: 12px;
  209.        color: var(--text-color) !important;
  210.    }
  211.     .navbar-brand img{
  212.            height: 70px;
  213.            object-fit: contain;
  214.        }
  215.    
  216.    .card:hover {
  217.        transform: translateY(-5px);
  218.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  219.    }
  220.    
  221.    .card-header {
  222.        background-color: var(--section-bg-color) !important;
  223.        border-color: var(--border-color) !important;
  224.        color: var(--text-color) !important;
  225.    }
  226.    
  227.    /* Bootstrap Form Controls */
  228.    .form-control {
  229.        color: var(--text-color) !important;
  230.        background-color: var(--body-bg-color) !important;
  231.        border-color: var(--border-color) !important;
  232.        /* Remove font-family override - let data-font-scheme handle it */
  233.    }
  234.    
  235.    .form-control:focus {
  236.        border-color: var(--bs-primary) !important;
  237.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  238.    }
  239.    
  240.    /* Links throughout site */
  241.  .nav1 a {
  242.        color: var(--link-color) !important;
  243.        text-decoration: none;
  244.        transition: all 0.3s ease;
  245.    }
  246.    
  247.    a:hover {
  248.        color: var(--link-hover) !important;
  249.    }
  250.    
  251.    /* Text color classes */
  252.    .text-muted {
  253.        color: var(--body-color) !important;
  254.    }
  255.    
  256.    .text-light {
  257.        color: var(--light) !important;
  258.    }
  259.    
  260.    /* Section backgrounds */
  261.    .section-bg,
  262.    .bg-light {
  263.        background-color: var(--section-bg-color) !important;
  264.    }
  265.    
  266.    /* Dark sections */
  267.    .bg-dark,
  268.    .dark-section {
  269.        background-color: var(--black-bg-color) !important;
  270.        color: var(--black-section-text-color) !important;
  271.    }
  272.    
  273.    /* Footer styling */
  274.    .footer,
  275.    footer {
  276.        
  277.            background-color: var(--footer-bg) !important;
  278.        
  279.        color: var(--footer-color) !important;
  280.    }
  281.    
  282.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  283.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  284.        color: var(--black-section-text-color) !important;
  285.        /* Remove font-family override - let data-font-scheme handle it */
  286.    }
  287.    
  288.    .footer a, footer a {
  289.        color: var(--black-section-text-color) !important;
  290.    }
  291.    
  292.    .footer a:hover, footer a:hover {
  293.        color: var(--bs-primary) !important;
  294.    }
  295.    
  296.    /* Bootstrap Secondary Colors */
  297.    .btn-secondary {
  298.        background-color: var(--bs-secondary) !important;
  299.        border-color: var(--bs-secondary) !important;
  300.    }
  301.    
  302.    .text-secondary {
  303.        color: var(--bs-secondary) !important;
  304.    }
  305.    
  306.    .bg-secondary {
  307.        background-color: var(--bs-secondary) !important;
  308.    }
  309.    
  310.    /* Bootstrap Success, Danger, Warning, Info */
  311.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  312.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  313.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  314.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  315.    
  316.    .text-success { color: var(--bs-success) !important; }
  317.    .text-danger { color: var(--bs-danger) !important; }
  318.    .text-warning { color: var(--bs-warning) !important; }
  319.    .text-info { color: var(--bs-info) !important; }
  320.    
  321.    .bg-success { background-color: var(--bs-success) !important; }
  322.    .bg-danger { background-color: var(--bs-danger) !important; }
  323.    .bg-warning { background-color: var(--bs-warning) !important; }
  324.    .bg-info { background-color: var(--bs-info) !important; }
  325.    
  326.    /* Mobile menu styling */
  327.    .navbar-toggler,
  328.    .open-btn {
  329.        border-color: var(--navbar-color) !important;
  330.    }
  331.    
  332.    .icon-bar {
  333.        background-color: var(--navbar-color) !important;
  334.    }
  335.    
  336.    /* Smooth Animations */
  337.    .fade-in-up {
  338.        animation: fadeInUp 0.6s ease-out;
  339.    }
  340.    
  341.    @keyframes fadeInUp {
  342.        from {
  343.            opacity: 0;
  344.            transform: translateY(30px);
  345.        }
  346.        to {
  347.            opacity: 1;
  348.            transform: translateY(0);
  349.        }
  350.    }
  351.    
  352.    /* Responsive adjustments */
  353.    @media (max-width: 768px) {
  354.        .navbar {
  355.            padding: 0.5rem 0;
  356.        }
  357.        
  358.        .card:hover {
  359.            transform: none;
  360.        }
  361.    }
  362.    
  363. </style>
  364.    
  365.    
  366.    
  367.  
  368. <script>
  369.    var _paq = window._paq = window._paq || [];
  370.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  371.    _paq.push(['trackPageView']);
  372.    _paq.push(['enableLinkTracking']);
  373.    (function() {
  374.        var u = "//analytics.tech-vikings.com/";
  375.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  376.        _paq.push(['setSiteId', '2']);
  377.        var d = document,
  378.            g = d.createElement('script'),
  379.            s = d.getElementsByTagName('script')[0];
  380.        g.async = true;
  381.        g.src = u + 'matomo.js';
  382.        s.parentNode.insertBefore(g, s);
  383.    })();
  384. </script>
  385. </head>
  386.  
  387.  
  388.  
  389. <body class="page-blogapp:homepage theme-theme_99">
  390.    <div id="healthcheck"></div>
  391.    <!-- start page-wrapper -->
  392.    <div class="page-wrapper">
  393.        
  394.            <!-- start preloader -->
  395.                
  396.            <!-- end preloader -->
  397.        
  398.        <!-- Start header -->
  399.        <header id="header" class="wpo-site-header">
  400.            
  401.  
  402.  
  403.    
  404.  
  405.  
  406. <style>
  407.    /* General styling for top bar */
  408.    .unique-topbar-v7 {
  409.        background-color: var(--topbar-bg);
  410.        color: #fff;
  411.      
  412.    }
  413.    .unique-v7 {
  414.        padding: 10px 30px;
  415.        display: flex;
  416.        align-items: center;
  417.        justify-content: space-between; /* Ensure it stretches across */
  418.    }
  419.  
  420.    .unique-menu-btn-v7 {
  421.        border: none;
  422.        max-width: 145px !important;
  423.        padding: 8px;
  424.        cursor: pointer;
  425.        border-radius: 5px;
  426.    }
  427.  
  428.    .unique-news-container-v7 {
  429.        display: flex;
  430.        align-items: center;
  431.        overflow: hidden;
  432.        width: fit-content;
  433.        flex-grow: 1; /* Take remaining space */
  434.        height: 60px;
  435.    }
  436.  
  437.    .unique-news-wrapper-v7 {
  438.        display: flex;
  439.        flex-direction: row;
  440.        align-items: center;
  441.        padding: 5px;
  442.    }
  443.  
  444.    .unique-news-item-v7 {
  445.        opacity: 0;
  446.        transform: translateX(100px);
  447.        transition: all 0.5s ease;
  448.        font-size: 16px;
  449.        color: var(--topbar-color);
  450.        height: 0;
  451.        width: 0;
  452.    }
  453.    
  454.    .unique-news-item-v7.active-v7 {
  455.        padding: 10px;
  456.        opacity: 1;
  457.          height: auto;
  458.        width: auto;
  459.        margin-right: 20px;
  460.        transform: translateX(0);
  461.    }
  462.  
  463.    .unique-news-item-v7.exit-up-v7 {
  464.        opacity: 0;
  465.        transform: translateX(-100px); /* Move news item left */
  466.    }
  467.  
  468.    /* Social Icons in Inline */
  469.    .contact-info-v7 {
  470.        display: flex;
  471.        gap: 10px;
  472.    }
  473.  
  474.    .contact-info-v7 ul {
  475.        display: flex;
  476.        gap: 15px;
  477.        list-style: none;
  478.    }
  479.  
  480.    .social-icon-v7 {
  481.        color: var(--topbar-color) !important;
  482.        font-size: 20px;
  483.        text-decoration: none;
  484.    }
  485.  
  486.    .social-icon-v7:hover {
  487.        color: #1da1f2;
  488.    }
  489. </style>
  490.  
  491. <div class="unique-topbar-v7">
  492.    <div class="fluid-container unique-v7 container-fluid">
  493.        <button class="unique-menu-btn-v7 bg-primary-gradient w-100 fw-bold">Latest Updates</button>        
  494.      
  495.        <div class="unique-news-container-v7">
  496.            <div class="unique-news-wrapper-v7" id="newsWrapper-v7">
  497.                <!-- News items will be added dynamically -->
  498.            </div>
  499.        </div>
  500.      
  501.        <div class="contact-info-v7">
  502.            <ul>
  503.                <li><a href="#" class="social-icon-v7"><i class="ti-facebook"></i></a></li>
  504.                <li><a href="#" class="social-icon-v7"><i class="ti-twitter-alt"></i></a></li>
  505.                <li><a href="#" class="social-icon-v7"><i class="ti-instagram"></i></a></li>
  506.                <li><a href="#" class="social-icon-v7"><i class="ti-google"></i></a></li>
  507.            </ul>
  508.        </div>
  509.    </div>
  510. </div>
  511.  
  512. <script>
  513.    // Build array dynamically from Django context
  514.    const newsItems = [
  515.        
  516.            { title: "Missing Bach Pieces Performed for First\u002DEver Performance in Three Centuries", url: "/missing-bach-pieces-performed-for-first-ever-performance-in-three-centuries/" },
  517.        
  518.            { title: "Sharing a Dugout with Sir Alex and Getting \u0027Knocked Out\u0027 – A Lenswoman\u0027s Tales", url: "/sharing-a-dugout-with-sir-alex-and-getting-knocked-out-a-lenswomans-tales/" },
  519.        
  520.            { title: "Gavin Newsom Rejects Parole for Cult Member Longtime Inmate", url: "/gavin-newsom-rejects-parole-for-cult-member-longtime-inmate/" },
  521.        
  522.            { title: "Person of Interest in Brown University Shooting Found Discovered Deceased Inside Storage Unit.", url: "/person-of-interest-in-brown-university-shooting-found-discovered-deceased-inside-storage-unit/" },
  523.        
  524.            { title: "The Mushroom Cleaning Controversy: Expert Tips for Preparing Edible Fungi", url: "/the-mushroom-cleaning-controversy-expert-tips-for-preparing-edible-fungi/" }
  525.        
  526.    ];
  527.  
  528.    let currentNewsIndex = 0;
  529.    const newsWrapper = document.getElementById('newsWrapper-v7');
  530.    let newsElements = [];
  531.  
  532.    // Create news elements
  533.    function createNewsElements() {
  534.        newsItems.forEach((news, index) => {
  535.            const newsElement = document.createElement('div');
  536.            newsElement.className = 'unique-news-item-v7';
  537.            newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  538.            newsWrapper.appendChild(newsElement);
  539.            newsElements.push(newsElement);
  540.        });
  541.  
  542.        if (newsElements.length > 0) {
  543.            newsElements[0].classList.add('active-v7');
  544.        }
  545.    }
  546.  
  547.    // Animate news change
  548.    function changeNews() {
  549.        const currentElement = newsElements[currentNewsIndex];
  550.        const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  551.        const nextElement = newsElements[nextIndex];
  552.  
  553.        currentElement.classList.remove('active-v7');
  554.        currentElement.classList.add('exit-up-v7');
  555.  
  556.        setTimeout(() => {
  557.            nextElement.classList.add('active-v7');
  558.            currentNewsIndex = nextIndex;
  559.  
  560.            setTimeout(() => {
  561.                currentElement.classList.remove('exit-up-v7');
  562.            }, 100);
  563.        }, 250);
  564.    }
  565.  
  566.    // Start news rotation
  567.    function startNewsRotation() {
  568.        setInterval(changeNews, 5000);
  569.    }
  570.  
  571.    window.onload = function() {
  572.        createNewsElements();
  573.        startNewsRotation();
  574.    };
  575. </script>
  576.  
  577.  
  578.  
  579.            
  580.  
  581.  
  582.  
  583.  
  584.  
  585.  
  586. <header class="header-v6 mb-4 nav-bg position-relative">
  587.    <div class="main-header-v6">
  588.        <div class="container-fluid fluid-container">
  589.            <div class="row align-items-center justify-content-between">
  590.                <!-- Left Navigation -->
  591.                <div class="col-lg-5 col-md-3">
  592.                    <nav class="left-nav-v6">
  593.                        <ul class="nav-list-v6">
  594.                            
  595.                            <li class="nav-item-v6">
  596.                                <a href="/" class="nav-link-v6 active-v6">Home</a>
  597.                            </li>
  598.  
  599.                            
  600.                            
  601.                            <li class="nav-item-v6">
  602.                                <a href="/category/all-posts/" class="nav-link-v6">
  603.                                    All Posts
  604.                                </a>
  605.                            </li>
  606.                            
  607.                            <li class="nav-item-v6">
  608.                                <a href="/category/business/" class="nav-link-v6">
  609.                                    Business
  610.                                </a>
  611.                            </li>
  612.                            
  613.                            <li class="nav-item-v6">
  614.                                <a href="/category/esports/" class="nav-link-v6">
  615.                                    Esports
  616.                                </a>
  617.                            </li>
  618.                            
  619.                        </ul>
  620.                    </nav>
  621.                </div>
  622.  
  623.                <!-- Center Logo -->
  624.               <div class="col-lg-2 col-md-6 text-center">
  625.                    <div class="logo-center-v6">
  626.                        <a class="brand-link-v6" href="/">
  627.                            
  628.                                Onyx Poker UK
  629.                            
  630.                        </a>
  631.                    </div>
  632.                </div>
  633.  
  634.                <!-- Right Navigation -->
  635.                <div class="col-lg-5 col-md-3">
  636.                    <nav class="right-nav-v6">
  637.                        <ul class="nav-list-v6 justify-content-end">
  638.  
  639.                            
  640.                            
  641.                            <li class="nav-item-v6">
  642.                                <a href="/category/fashion/" class="nav-link-v6">
  643.                                    Fashion
  644.                                </a>
  645.                            </li>
  646.                            
  647.                            <li class="nav-item-v6">
  648.                                <a href="/category/featured/" class="nav-link-v6">
  649.                                    Featured
  650.                                </a>
  651.                            </li>
  652.                            
  653.  
  654.                            
  655.                            
  656.                            
  657.                            <li class="nav-item-v6 dropdown-container-v6">
  658.                                <a href="#" class="nav-link-v6">More</a>
  659.                                <div class="mega-dropdown-v6">
  660.                                    <div class="dropdown-grid-v6">
  661.                                        <div class="dropdown-column-v6">
  662.                                            
  663.                                            <a href="/category/gaming/"
  664.                                                class="dropdown-link-v6">
  665.                                                Gaming
  666.                                            </a>
  667.                                            
  668.                                            <a href="/category/health/"
  669.                                                class="dropdown-link-v6">
  670.                                                Health
  671.                                            </a>
  672.                                            
  673.                                            <a href="/category/life-fitness/"
  674.                                                class="dropdown-link-v6">
  675.                                                Life &amp; Fitness
  676.                                            </a>
  677.                                            
  678.                                            <a href="/category/lifestyle/"
  679.                                                class="dropdown-link-v6">
  680.                                                Lifestyle
  681.                                            </a>
  682.                                            
  683.                                            <a href="/category/news/"
  684.                                                class="dropdown-link-v6">
  685.                                                News
  686.                                            </a>
  687.                                            
  688.                                            <a href="/category/others/"
  689.                                                class="dropdown-link-v6">
  690.                                                Others
  691.                                            </a>
  692.                                            
  693.                                            <a href="/category/politics/"
  694.                                                class="dropdown-link-v6">
  695.                                                Politics
  696.                                            </a>
  697.                                            
  698.                                            <a href="/category/sports/"
  699.                                                class="dropdown-link-v6">
  700.                                                Sports
  701.                                            </a>
  702.                                            
  703.                                            <a href="/category/tech/"
  704.                                                class="dropdown-link-v6">
  705.                                                Tech
  706.                                            </a>
  707.                                            
  708.                                            <a href="/category/travel/"
  709.                                                class="dropdown-link-v6">
  710.                                                Travel
  711.                                            </a>
  712.                                            
  713.                                        </div>
  714.                                    </div>
  715.                                </div>
  716.                            </li>
  717.                            
  718.                            
  719.                             <li>
  720.                  <a href="/page/contact-us/">
  721.                     Contact Us
  722.                  </a>
  723.              </li>
  724.                        </ul>
  725.                    </nav>
  726.                </div>
  727.            </div>
  728.  
  729.  
  730.            <!-- Search Bar Row -->
  731.            <div class="row mt-md-4 ">
  732.                <div class="col-12">
  733.                    <div class="search-container-v6">
  734.                        <form class="search-form-v6" action="#" method="get">
  735.                            <div class="search-wrapper-v6">
  736.                                <svg class="search-icon-v6" width="20" height="20" viewBox="0 0 24 24" fill="none"
  737.                                    stroke="currentColor" stroke-width="2">
  738.                                    <circle cx="11" cy="11" r="8"></circle>
  739.                                    <path d="m21 21-4.35-4.35"></path>
  740.                                </svg>
  741.                                <input id="search-input" type="search" class="search-input-v6"
  742.                                    placeholder="What are you looking for today?" name="q">
  743.                                <button type="submit" class="search-submit-v6">Search</button>
  744.                            </div>
  745.                        </form>
  746.                         <div id="search-results" class="search-results-container search-v1"></div>
  747.                    </div>
  748.                </div>
  749.            </div>
  750.        </div>
  751.    </div>
  752.  
  753.    <!-- Mobile Menu Button -->
  754.    <button class="mobile-toggle-v6  d-lg-none" type="button" onclick="toggleMenuV6()">
  755.        <span class="hamburger-line-v6 text-link "></span>
  756.        <span class="hamburger-line-v6 text-link "></span>
  757.        <span class="hamburger-line-v6 text-link "></span>
  758.    </button>
  759.  
  760.    <!-- Mobile Menu -->
  761. <div class="mobile-menu-v6 d-lg-none" id="mobileMenuV6">
  762.    <div class="mobile-menu-content-v6">
  763.        <button class="mobile-toggle-v6 text-link d-lg-none" style="font-size: larger;" type="button"
  764.            onclick="toggleMenuV6()">
  765.            X
  766.        </button>
  767.        <ul class="mobile-nav-list-v6">
  768.  
  769.            <!-- Static Home -->
  770.            <li class="mobile-nav-item-v6">
  771.                <a href="/"
  772.                   class="mobile-nav-link-v6 active-v6">
  773.                    Home
  774.                </a>
  775.            </li>
  776.  
  777.            <!-- Dynamic categories -->
  778.            
  779.            <li class="mobile-nav-item-v6">
  780.                <a href="/category/all-posts/"
  781.                   class="mobile-nav-link-v6 ">
  782.                    All Posts
  783.                </a>
  784.            </li>
  785.            
  786.            <li class="mobile-nav-item-v6">
  787.                <a href="/category/business/"
  788.                   class="mobile-nav-link-v6 ">
  789.                    Business
  790.                </a>
  791.            </li>
  792.            
  793.            <li class="mobile-nav-item-v6">
  794.                <a href="/category/esports/"
  795.                   class="mobile-nav-link-v6 ">
  796.                    Esports
  797.                </a>
  798.            </li>
  799.            
  800.            <li class="mobile-nav-item-v6">
  801.                <a href="/category/fashion/"
  802.                   class="mobile-nav-link-v6 ">
  803.                    Fashion
  804.                </a>
  805.            </li>
  806.            
  807.            <li class="mobile-nav-item-v6">
  808.                <a href="/category/featured/"
  809.                   class="mobile-nav-link-v6 ">
  810.                    Featured
  811.                </a>
  812.            </li>
  813.            
  814.            <li class="mobile-nav-item-v6">
  815.                <a href="/category/gaming/"
  816.                   class="mobile-nav-link-v6 ">
  817.                    Gaming
  818.                </a>
  819.            </li>
  820.            
  821.            <li class="mobile-nav-item-v6">
  822.                <a href="/category/health/"
  823.                   class="mobile-nav-link-v6 ">
  824.                    Health
  825.                </a>
  826.            </li>
  827.            
  828.            <li class="mobile-nav-item-v6">
  829.                <a href="/category/life-fitness/"
  830.                   class="mobile-nav-link-v6 ">
  831.                    Life &amp; Fitness
  832.                </a>
  833.            </li>
  834.            
  835.            <li class="mobile-nav-item-v6">
  836.                <a href="/category/lifestyle/"
  837.                   class="mobile-nav-link-v6 ">
  838.                    Lifestyle
  839.                </a>
  840.            </li>
  841.            
  842.            <li class="mobile-nav-item-v6">
  843.                <a href="/category/news/"
  844.                   class="mobile-nav-link-v6 ">
  845.                    News
  846.                </a>
  847.            </li>
  848.            
  849.            <li class="mobile-nav-item-v6">
  850.                <a href="/category/others/"
  851.                   class="mobile-nav-link-v6 ">
  852.                    Others
  853.                </a>
  854.            </li>
  855.            
  856.            <li class="mobile-nav-item-v6">
  857.                <a href="/category/politics/"
  858.                   class="mobile-nav-link-v6 ">
  859.                    Politics
  860.                </a>
  861.            </li>
  862.            
  863.            <li class="mobile-nav-item-v6">
  864.                <a href="/category/sports/"
  865.                   class="mobile-nav-link-v6 ">
  866.                    Sports
  867.                </a>
  868.            </li>
  869.            
  870.            <li class="mobile-nav-item-v6">
  871.                <a href="/category/tech/"
  872.                   class="mobile-nav-link-v6 ">
  873.                    Tech
  874.                </a>
  875.            </li>
  876.            
  877.            <li class="mobile-nav-item-v6">
  878.                <a href="/category/travel/"
  879.                   class="mobile-nav-link-v6 ">
  880.                    Travel
  881.                </a>
  882.            </li>
  883.            
  884.  
  885.            <!-- Static Contact -->
  886.            <li class="mobile-nav-item-v6">
  887.                <a href="/page/contact-us/"
  888.                   class="mobile-nav-link-v6 ">
  889.                    Contact Us
  890.                </a>
  891.            </li>
  892.        </ul>
  893.    </div>
  894. </div>
  895. <div class="sidebar-blur d-lg-none"></div>
  896. </header>
  897.  
  898. <style>
  899.    /* Navbar V6 Styles - Centered Logo with Split Navigation */
  900.  
  901.  
  902.    .main-header-v6 {
  903.        padding: 35px 0;
  904.    }
  905.  
  906.    /* Logo Styles */
  907.    .logo-center-v6 {
  908.        position: relative;
  909.    }
  910.  
  911.    .logo-img-v6 {
  912.        max-height: 100px;
  913.        transition: transform 0.3s ease;
  914.    }
  915.  
  916.    .logo-img-v6:hover {
  917.        transform: scale(1.05);
  918.    }
  919.  
  920.    /* Navigation Styles */
  921.    .nav-list-v6 {
  922.        list-style: none;
  923.        padding: 0;
  924.        margin: 0;
  925.        display: flex;
  926.        align-items: center;
  927.    }
  928.  
  929.    .nav-item-v6 {
  930.        position: relative;
  931.        margin: 0 20px;
  932.    }
  933.  
  934.    .nav-link-v6 {
  935.        color: var(--navbar-color) !important;
  936.        text-decoration: none;
  937.        font-weight: 500;
  938.        font-size: 15px;
  939.        padding: 12px 0;
  940.        position: relative;
  941.        transition: all 0.3s ease;
  942.    }
  943.  
  944.    .nav-link-v6::after {
  945.        content: '';
  946.        position: absolute;
  947.        bottom: 0;
  948.        left: 50%;
  949.        width: 0;
  950.        height: 2px;
  951.        transition: all 0.3s ease;
  952.        transform: translateX(-50%);
  953.    }
  954.  
  955.    .nav-link-v6:hover,
  956.    .nav-link-v6.active-v6 {
  957.        font-weight: 700;
  958.        opacity: 0.75;
  959.    }
  960.  
  961.    .nav-link-v6:hover::after,
  962.    .nav-link-v6.active-v6::after {
  963.        width: 100%;
  964.    }
  965.  
  966.    /* Mega Dropdown Styles */
  967.    .dropdown-container-v6 {
  968.        position: relative;
  969.    }
  970.  
  971.    .mega-dropdown-v6 {
  972.        position: absolute;
  973.        top: 100%;
  974.        left: 50%;
  975.        transform: translateX(-50%);
  976.        background: var(--navbar-bg);
  977.        border-radius: 12px;
  978.        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  979.        opacity: 0;
  980.        visibility: hidden;
  981.        transition: all 0.3s ease;
  982.        padding: 25px;
  983.        min-width: 300px;
  984.        z-index: 1200;
  985.        margin-top: 15px;
  986.    }
  987.  
  988.    .dropdown-container-v6:hover .mega-dropdown-v6 {
  989.        opacity: 1;
  990.        visibility: visible;
  991.        margin-top: 0;
  992.    }
  993.  
  994.    .dropdown-grid-v6 {
  995.        display: grid;
  996.        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  997.        gap: 20px;
  998.    }
  999.  
  1000.    .dropdown-title-v6 {
  1001.        font-size: 13px;
  1002.        font-weight: 600;
  1003.        color: #4a5568;
  1004.        margin-bottom: 10px;
  1005.        text-transform: uppercase;
  1006.        letter-spacing: 0.5px;
  1007.    }
  1008.  
  1009.    .dropdown-link-v6 {
  1010.        display: block;
  1011.        color: #2d3748;
  1012.        text-decoration: none;
  1013.        font-size: 14px;
  1014.        padding: 8px 0;
  1015.        transition: all 0.3s ease;
  1016.        position: relative;
  1017.        padding-left: 15px;
  1018.    }
  1019.  
  1020.    .dropdown-link-v6::before {
  1021.        content: '';
  1022.        position: absolute;
  1023.        left: 0;
  1024.        top: 50%;
  1025.        width: 6px;
  1026.        height: 6px;
  1027.        background: #e2e8f0;
  1028.        border-radius: 50%;
  1029.        transform: translateY(-50%);
  1030.        transition: all 0.3s ease;
  1031.    }
  1032.  
  1033.    .dropdown-link-v6:hover {
  1034.        color: #667eea;
  1035.        padding-left: 20px;
  1036.    }
  1037.  
  1038.    .dropdown-link-v6:hover::before {
  1039.        background: #667eea;
  1040.    }
  1041.  
  1042.    /* Search Styles */
  1043.    .search-container-v6 {
  1044.        max-width: 600px;
  1045.        margin: 0 auto;
  1046.    }
  1047.  
  1048.    .search-wrapper-v6 {
  1049.        position: relative;
  1050.        background: #f7fafc;
  1051.        border-radius: 50px;
  1052.        display: flex;
  1053.        align-items: center;
  1054.        transition: all 0.3s ease;
  1055.        border: 2px solid transparent;
  1056.    }
  1057.  
  1058.    .search-wrapper-v6:focus-within {
  1059.        background: #ffffff;
  1060.        border-color: #007bff;
  1061.        box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
  1062.    }
  1063.  
  1064.    .search-icon-v6 {
  1065.        color: #a0aec0;
  1066.        margin: 0 15px;
  1067.        transition: color 0.3s ease;
  1068.    }
  1069.  
  1070.    .search-wrapper-v6:focus-within .search-icon-v6 {
  1071.        color: #007bff;
  1072.    }
  1073.  
  1074.    .search-input-v6 {
  1075.        flex: 1;
  1076.        border: none;
  1077.        background: transparent;
  1078.        font-size: 16px;
  1079.        padding: 10px 0;
  1080.        outline: none;
  1081.        color: #2d3748;
  1082.    }
  1083.  
  1084.    .search-input-v6::placeholder {
  1085.        color: #a0aec0;
  1086.    }
  1087.  
  1088.    .search-submit-v6 {
  1089.        background-color: var(--bs-primary);
  1090.        color: white;
  1091.        border: none;
  1092.        border-radius: 50px;
  1093.        padding: 12px 25px;
  1094.        font-weight: 500;
  1095.        cursor: pointer;
  1096.        transition: all 0.3s ease;
  1097.    }
  1098.  
  1099.    .search-submit-v6:hover {
  1100.        transform: translateY(-2px);
  1101.        box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
  1102.    }
  1103.  
  1104.    /* Mobile Styles */
  1105.    .mobile-toggle-v6 {
  1106.        position: absolute;
  1107.        top: 20px;
  1108.        right: 20px;
  1109.        background: none;
  1110.        border: none;
  1111.        cursor: pointer;
  1112.        z-index: 999;
  1113.        padding: 5px;
  1114.    }
  1115.  
  1116.    .hamburger-line-v6 {
  1117.        display: block;
  1118.        width: 25px;
  1119.        height: 3px;
  1120.        background: var(--navbar-color);
  1121.        margin: 5px 0;
  1122.        transition: all 0.3s ease;
  1123.        border-radius: 2px;
  1124.    }
  1125.  
  1126.    .mobile-menu-v6 {
  1127.        position: fixed;
  1128.        top: 0;
  1129.        right: -100%;
  1130.        width: 300px;
  1131.        height: 100vh;
  1132.        background: var(--navbar-bg) !important;
  1133.        z-index: 1000;
  1134.        transition: right 0.3s ease;
  1135.        box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
  1136.    }
  1137.  
  1138.    .mobile-menu-v6.show-v6 {
  1139.        right: 0;
  1140.    }
  1141.  
  1142.    .mobile-menu-content-v6 {
  1143.        padding: 80px 30px 30px;
  1144.        height: 100%;
  1145.        overflow-y: auto;
  1146.    }
  1147.  
  1148.    .mobile-nav-list-v6 {
  1149.        list-style: none;
  1150.        padding: 0;
  1151.        margin: 0;
  1152.    }
  1153.  
  1154.    .mobile-nav-item-v6 {
  1155.        margin-bottom: 5px;
  1156.    }
  1157.  
  1158.    .mobile-nav-link-v6 {
  1159.        display: flex;
  1160.        align-items: center;
  1161.        justify-content: space-between;
  1162.        color: var(--navbar-color) !important;
  1163.        text-decoration: none;
  1164.        font-size: 16px;
  1165.        font-weight: 500;
  1166.        padding: 15px 0;
  1167.        border-bottom: 1px solid var(--border-color);
  1168.        transition: color 0.3s ease;
  1169.    }
  1170.  
  1171.    .mobile-nav-link-v6:hover,
  1172.    .mobile-nav-link-v6.active-v6 {
  1173.        color: #667eea;
  1174.    }
  1175.  
  1176.    .mobile-dropdown-v6 {
  1177.        list-style: none;
  1178.        padding: 0;
  1179.        margin: 0;
  1180.        max-height: 0;
  1181.        overflow: hidden;
  1182.        transition: max-height 0.3s ease;
  1183.        background: var(--navbar-bg);
  1184.        border-radius: 8px;
  1185.        margin-top: 5px;
  1186.    }
  1187.  
  1188.    .mobile-dropdown-v6.show-v6 {
  1189.        max-height: 300px;
  1190.        padding: 10px 0;
  1191.    }
  1192.  
  1193.    .mobile-dropdown-link-v6 {
  1194.        display: block;
  1195.        color: var(--navbar-color) !important;
  1196.        text-decoration: none;
  1197.        font-size: 14px;
  1198.        padding: 10px 20px;
  1199.        transition: all 0.3s ease;
  1200.    }
  1201.  
  1202.    .mobile-dropdown-link-v6:hover {
  1203.        color: #667eea;
  1204.        opacity: 0.6;
  1205.    }
  1206.  
  1207.    /* Responsive Design */
  1208.    @media (max-width: 991px) {
  1209.  
  1210.        .left-nav-v6,
  1211.        .right-nav-v6 {
  1212.            display: none;
  1213.        }
  1214.  
  1215.        .main-header-v6 {
  1216.            padding: 15px 0;
  1217.        }
  1218.  
  1219.        .search-container-v6 {
  1220.            margin-top: 20px;
  1221.        }
  1222.    }
  1223.  
  1224.    @media (max-width: 768px) {
  1225.        .search-wrapper-v6 {
  1226.            flex-direction: row;
  1227.        }
  1228.  
  1229.        .search-input-v6 {
  1230.            padding: 6px 0;
  1231.            text-align: center;
  1232.            display: flex;
  1233.        }
  1234.  
  1235.  
  1236.        .search-submit-v6 {
  1237.            width: 100%;
  1238.            margin-top: 10px;
  1239.            display: none;
  1240.        }
  1241.    }
  1242. </style>
  1243.  
  1244. <script>
  1245.    function toggleMenuV6() {
  1246.        const mobileMenu = document.getElementById('mobileMenuV6');
  1247.        mobileMenu.classList.toggle('show-v6');
  1248.    }
  1249.  
  1250.    function toggleMobileDropdown(dropdownId) {
  1251.        const dropdown = document.getElementById(dropdownId);
  1252.        dropdown.classList.toggle('show-v6');
  1253.    }
  1254.  
  1255.    // Close mobile menu when clicking outside
  1256.    document.addEventListener('click', function (event) {
  1257.        const mobileMenu = document.getElementById('mobileMenuV6');
  1258.        const mobileToggle = document.querySelector('.mobile-toggle-v6');
  1259.  
  1260.        if (!mobileMenu.contains(event.target) && !mobileToggle.contains(event.target)) {
  1261.            mobileMenu.classList.remove('show-v6');
  1262.        }
  1263.    });
  1264. </script>
  1265.  
  1266. <script>
  1267.  document.addEventListener("DOMContentLoaded", function () {
  1268.    console.log("loaded");
  1269.  
  1270.     const searchInput = document.getElementById("search-input")
  1271.    const searchResults = document.getElementById("search-results");
  1272.  
  1273.    if (!searchInput || !searchResults) {
  1274.      console.error("Search input/results not found");
  1275.      return;
  1276.    }
  1277.  
  1278.    // Prevent form submission
  1279.    if (searchInput.form) {
  1280.      searchInput.form.addEventListener("submit", function (e) {
  1281.        e.preventDefault();
  1282.      });
  1283.    }
  1284.  
  1285.    // Add event listener for keyup
  1286.    searchInput.addEventListener("keyup", function (e) {
  1287.      console.log("Key pressed:", e.key);
  1288.      e.preventDefault();
  1289.  
  1290.      const query = searchInput.value.trim();
  1291.      console.log("User is typing: " + query);
  1292.  
  1293.      // If empty → clear and hide
  1294.      if (query === "") {
  1295.        searchResults.innerHTML = "";
  1296.        searchResults.style.display = "none";
  1297.        return;
  1298.      }
  1299.  
  1300.      // Show results
  1301.      searchResults.style.display = "block";
  1302.  
  1303.      // Fetch search results
  1304.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1305.        method: "GET",
  1306.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1307.      })
  1308.        .then(response => {
  1309.          console.log("Response Status:", response.status);
  1310.          return response.json();
  1311.        })
  1312.        .then(data => {
  1313.          console.log("Data received:", data);
  1314.          if (data.html) {
  1315.            searchResults.innerHTML = data.html;
  1316.          } else {
  1317.            searchResults.innerHTML = "<p>No results found.</p>";
  1318.          }
  1319.        })
  1320.        .catch(error => {
  1321.          console.error("Error fetching search results:", error);
  1322.        });
  1323.    });
  1324.  
  1325.    // Close results when clicking outside
  1326.    document.addEventListener("click", function (e) {
  1327.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1328.        searchResults.style.display = "none";
  1329.      }
  1330.    });
  1331.  
  1332.    // Close results on ESC key
  1333.    document.addEventListener("keydown", function (e) {
  1334.      if (e.key === "Escape") {
  1335.        searchResults.style.display = "none";
  1336.      }
  1337.    });
  1338.  });
  1339. </script>
  1340.  
  1341. <style>
  1342.        /* search field */
  1343.  .search-results-container {
  1344.  position: absolute;
  1345.  top: 100%; /* Position it below the input field */
  1346.  left: 10px;
  1347.  right: 10px;
  1348.  background-color: white;
  1349.  border: 1px solid #ddd;
  1350.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1351.  max-height: 300px;
  1352.  overflow-y: auto;
  1353.  z-index: 1000;
  1354.  display: none; /* Initially hidden */
  1355. }
  1356.  
  1357. .search-results-container p {
  1358.  margin: 0;
  1359. }
  1360.  
  1361. .search-results-container .result-item {
  1362.  padding: 10px;
  1363.  cursor: pointer;
  1364. }
  1365.  
  1366. .search-results-container .result-item:hover {
  1367.  background-color: #f0f0f0;
  1368. }
  1369. </style>
  1370.  
  1371.        </header>
  1372.        <!-- end of header -->
  1373.        <!-- start of wpo-blog-hero -->
  1374.        
  1375.  
  1376.  
  1377.  
  1378.  
  1379.  
  1380.  
  1381.  
  1382. <div class="blog-hero-v2">
  1383.  <div class="container-fluid fluid-container">
  1384.    <div class="row">
  1385.      <!-- Main Featured Post -->
  1386.      <div class="col-lg-8 col-md-12 mb-lg-0 mb-4">
  1387.        
  1388.        
  1389.        
  1390.          
  1391.        <div class="featured-post">
  1392.          <div class="post-image">
  1393.            
  1394.            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;"
  1395.              class="img-fluid" alt="">
  1396.            
  1397.            <div class="post-overlay">
  1398.              <div class="post-content">
  1399.                <span class="category-badge bg-primary-gradient">News</span>
  1400.                <h1 class="post-title1 blog-color">
  1401.                  <a href="/human-remains-of-endurance-athlete-seemingly-attacked-by-shark-located-on-californian-beach/" class="blog-color">
  1402.                    Human Remains of Endurance Athlete Seemingly Attacked by Shark Located on Californian Beach
  1403.                  </a>
  1404.                </h1>
  1405.                <p class="post-excerpt"></p>
  1406.                <div class="post-meta">
  1407.                  <div class="author-info">
  1408.                    
  1409.                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;"
  1410.                      alt="Cindy Wu" class="author-avatar">
  1411.                    
  1412.                    <span class="blog-color">By&nbsp;&nbsp;<a href="#" class="author-name">Cindy Wu</a></span>
  1413.                  </div>
  1414.                  <span class="post-date">19 May 2026</span>
  1415.                </div>
  1416.              </div>
  1417.            </div>
  1418.          </div>
  1419.        </div>
  1420.  
  1421.        
  1422.        
  1423.      </div>
  1424.  
  1425.      <!-- Side Posts -->
  1426.      <div class="col-lg-4 col-md-12">
  1427.        <div class="row h-100">
  1428.        
  1429.  
  1430.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  1431.            <div class="side-post h-100">
  1432.              <div class="row g-0 h-100">
  1433.                <div class="col-5">
  1434.                  <div class="side-post-image">
  1435.                    
  1436.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1437.                      style="object-fit: cover;" alt="">
  1438.                    
  1439.                  </div>
  1440.                </div>
  1441.                <div class="col-7">
  1442.                  <div class="side-post-content">
  1443.                    <div>
  1444.                      <span class="category-badge bg-primary-gradient">News</span>
  1445.                      <h3> <a href="/iconic-singer-barry-manilow-to-undergo-surgery-for-a-lung-cancer-diagnosis/" class="line-clamp-2">
  1446.                          Iconic Singer Barry Manilow to Undergo Surgery for a Lung Cancer Diagnosis.
  1447.                        </a></h3>
  1448.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  1449.                    </div>
  1450.                    <div class="side-post-meta">
  1451.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Cindy Wu</a></span>
  1452.                    </div>
  1453.                  </div>
  1454.                </div>
  1455.              </div>
  1456.            </div>
  1457.          </div>
  1458.  
  1459.          
  1460.  
  1461.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  1462.            <div class="side-post h-100">
  1463.              <div class="row g-0 h-100">
  1464.                <div class="col-5">
  1465.                  <div class="side-post-image">
  1466.                    
  1467.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1468.                      style="object-fit: cover;" alt="">
  1469.                    
  1470.                  </div>
  1471.                </div>
  1472.                <div class="col-7">
  1473.                  <div class="side-post-content">
  1474.                    <div>
  1475.                      <span class="category-badge bg-primary-gradient">News</span>
  1476.                      <h3> <a href="/ex-british-soldier-accused-of-murdering-kenya-female-appears-in-courtroom/" class="line-clamp-2">
  1477.                          Ex British Soldier Accused of Murdering Kenya Female Appears in Courtroom
  1478.                        </a></h3>
  1479.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  1480.                    </div>
  1481.                    <div class="side-post-meta">
  1482.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Cindy Wu</a></span>
  1483.                    </div>
  1484.                  </div>
  1485.                </div>
  1486.              </div>
  1487.            </div>
  1488.          </div>
  1489.  
  1490.          
  1491.  
  1492.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  1493.            <div class="side-post h-100">
  1494.              <div class="row g-0 h-100">
  1495.                <div class="col-5">
  1496.                  <div class="side-post-image">
  1497.                    
  1498.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1499.                      style="object-fit: cover;" alt="">
  1500.                    
  1501.                  </div>
  1502.                </div>
  1503.                <div class="col-7">
  1504.                  <div class="side-post-content">
  1505.                    <div>
  1506.                      <span class="category-badge bg-primary-gradient">News</span>
  1507.                      <h3> <a href="/us-food-and-drug-administration-grants-approval-to-flibanserin-a-desire-boosting-treatment-for-postmenopausal/" class="line-clamp-2">
  1508.                          U.S. Food and Drug Administration Grants Approval to Flibanserin, a Desire-Boosting Treatment for Postmenopausal
  1509.                        </a></h3>
  1510.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  1511.                    </div>
  1512.                    <div class="side-post-meta">
  1513.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Cindy Wu</a></span>
  1514.                    </div>
  1515.                  </div>
  1516.                </div>
  1517.              </div>
  1518.            </div>
  1519.          </div>
  1520.  
  1521.          
  1522.        </div>
  1523.      </div>
  1524.    </div>
  1525.  </div>
  1526. </div>
  1527.  
  1528. <style>
  1529.  /* Blog Hero V2 Styles */
  1530.  .blog-hero-v2 {
  1531.    padding: 60px 0;
  1532.  }
  1533.  
  1534.  /* Featured Post Styles */
  1535.  .featured-post {
  1536.    position: relative;
  1537.    border-radius: 20px;
  1538.    overflow: hidden;
  1539.    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  1540.    transition: transform 0.3s ease, box-shadow 0.3s ease;
  1541.  }
  1542.  
  1543.  .featured-post:hover {
  1544.    transform: translateY(-5px);
  1545.    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
  1546.  }
  1547.  
  1548.  .featured-post .post-image {
  1549.    position: relative;
  1550.    height: 500px;
  1551.    overflow: hidden;
  1552.  }
  1553.  
  1554.  .featured-post .post-image img {
  1555.    width: 100%;
  1556.    height: 100%;
  1557.    object-fit: cover;
  1558.    transition: transform 0.5s ease;
  1559.  }
  1560.  
  1561.  .featured-post:hover .post-image img {
  1562.    transform: scale(1.05);
  1563.  }
  1564.  
  1565.  .post-overlay {
  1566.    position: absolute;
  1567.    top: 0;
  1568.    left: 0;
  1569.    right: 0;
  1570.    bottom: 0;
  1571.    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.1) 100%);
  1572.    display: flex;
  1573.    align-items: flex-end;
  1574.    padding: 40px;
  1575.  }
  1576.  
  1577.  .post-content .post-title1 {
  1578.    color: white;
  1579.    font-size: 2.5rem;
  1580.    font-weight: 700;
  1581.    margin: 15px 0;
  1582.    line-height: 1.2;
  1583.  }
  1584.  
  1585.  .post-content .post-excerpt {
  1586.    color: rgba(255, 255, 255, 0.9);
  1587.    font-size: 1.1rem;
  1588.    margin-bottom: 20px;
  1589.    line-height: 1.6;
  1590.  }
  1591.  
  1592.  /* Category Badges */
  1593.  .category-badge {
  1594.    display: inline-block;
  1595.    padding: 4px 8px;
  1596.    font-size: 0.75rem;
  1597.    font-weight: 600;
  1598.    text-transform: uppercase;
  1599.    letter-spacing: 0.5px;
  1600.    border-radius: 25px;
  1601.    text-align: center;
  1602.    width: fit-content;
  1603.  }
  1604.  
  1605.  /* Post Meta */
  1606.  .post-meta {
  1607.    display: flex;
  1608.    align-items: center;
  1609.    justify-content: space-between;
  1610.    margin-top: 25px;
  1611.  }
  1612.  
  1613.  .author-info {
  1614.    display: flex;
  1615.    align-items: center;
  1616.    gap: 12px;
  1617.  }
  1618.  
  1619.  .author-avatar {
  1620.    width: 45px !important;
  1621.    height: 45px !important;
  1622.    border-radius: 50%;
  1623.    border: 3px solid white;
  1624.  }
  1625.  
  1626.  .author-name,
  1627.  .post-date {
  1628.    color: rgba(255, 255, 255, 0.9);
  1629.    font-weight: 500;
  1630.  }
  1631.  
  1632.  .author-name {
  1633.    text-decoration: none;
  1634.  }
  1635.  
  1636.  .author-name:hover {
  1637.    color: white;
  1638.  }
  1639.  
  1640.  /* Side Posts */
  1641.  .side-post {
  1642.    background: var(--card-bg);
  1643.    border-radius: 15px;
  1644.    border: 1px solid var(--border-color);
  1645.    overflow: hidden;
  1646.    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  1647.    transition: transform 0.3s ease, box-shadow 0.3s ease;
  1648.    height: auto;
  1649.  }
  1650.  
  1651.  .side-post:hover {
  1652.    transform: translateY(-3px);
  1653.    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  1654.  }
  1655.  
  1656.  .side-post-image {
  1657.    max-height: 155px;
  1658.    height: 100%;
  1659.    overflow: hidden;
  1660.  }
  1661.  
  1662.  .side-post-image img {
  1663.    width: 100%;
  1664.    height: 100%;
  1665.    object-fit: cover;
  1666.    transition: transform 0.3s ease;
  1667.  }
  1668.  
  1669.  .side-post:hover .side-post-image img {
  1670.    transform: scale(1.1);
  1671.  }
  1672.  
  1673.  .side-post-content {
  1674.    padding: 8px 16px;
  1675.    display: flex;
  1676.    flex-direction: column;
  1677.    justify-content: space-between;
  1678.    height: 100%;
  1679.  }
  1680.  
  1681.  .side-post-content h3 {
  1682.    font-size: 1rem;
  1683.    font-weight: 600;
  1684.    margin: 8px 0;
  1685.    line-height: 1.4;
  1686.  }
  1687.  
  1688.  .side-post-content h3 a {
  1689.    color: #333;
  1690.    text-decoration: none;
  1691.    transition: color 0.3s ease;
  1692.  }
  1693.  
  1694.  .side-post-content h3 a:hover {
  1695.    color: #007bff;
  1696.  }
  1697.  
  1698.  .side-post-meta {
  1699.    font-size: 0.8rem;
  1700.    color: #666;
  1701.    display: flex;
  1702.    flex-direction: column;
  1703.    gap: 4px;
  1704.  }
  1705.  
  1706.  .side-post-meta a {
  1707.    color: #007bff;
  1708.    text-decoration: none;
  1709.  }
  1710.  
  1711.  .side-post-meta a:hover {
  1712.    text-decoration: underline;
  1713.  }
  1714.  
  1715.  /* Responsive Design */
  1716.  @media (max-width: 768px) {
  1717.    .blog-hero-v2 {
  1718.      padding: 30px 0;
  1719.    }
  1720.  
  1721.    .featured-post .post-image {
  1722.      height: 350px;
  1723.    }
  1724.  
  1725.    .post-overlay {
  1726.      padding: 25px;
  1727.    }
  1728.  
  1729.    .post-content .post-title1 {
  1730.      font-size: 1.8rem;
  1731.    }
  1732.  
  1733.    .post-content .post-excerpt {
  1734.      font-size: 1rem;
  1735.      margin-bottom: 15px;
  1736.    }
  1737.  
  1738.    .post-meta {
  1739.      flex-direction: column;
  1740.      align-items: flex-start;
  1741.      gap: 10px;
  1742.    }
  1743.  
  1744.    .side-post {
  1745.      height: auto;
  1746.    }
  1747.  
  1748.    .side-post-content {
  1749.      height: auto;
  1750.      padding: 15px;
  1751.    }
  1752.  }
  1753.  
  1754.  @media (max-width: 576px) {
  1755.    .post-content .post-title1 {
  1756.      font-size: 1.5rem;
  1757.    }
  1758.  
  1759.    .side-post-content h3 {
  1760.      font-size: 0.9rem;
  1761.    }
  1762.  
  1763.    .side-post-image img {}
  1764.  }
  1765. </style>
  1766.  
  1767.  
  1768.  
  1769.  
  1770.        <!-- end of wpo-blog-hero -->
  1771.  
  1772.        <!-- start of wpo-breacking-news -->
  1773.        
  1774.        <!-- end of wpo-breacking-news -->
  1775.        
  1776.        <!-- start wpo-blog-highlights-section -->
  1777.        
  1778.  
  1779.  
  1780.  
  1781.    
  1782.  
  1783.  
  1784. <section class="wpo-blog-highlights-section">
  1785.    <div class="container-fluid fluid-container">
  1786.        <div class="wpo-section-title">
  1787.            
  1788.                <h2>Today's Top Highlights</h2>
  1789.                    
  1790.        </div>
  1791.        <div class="row">
  1792.            <div class="col col-lg-8 col-12">
  1793.                <!-- start wpo-blog-section -->
  1794.                <div class="wpo-blog-highlights-wrap">
  1795.                    <div class="wpo-blog-items">
  1796.                        <div class="row">
  1797.                            
  1798.                            
  1799.                            <div class="col col-lg-6 col-md-6 col-12">
  1800.                                <div class="wpo-blog-item">
  1801.                                    <div class="wpo-blog-img">
  1802.                                        
  1803.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1804.                                        
  1805.                                        <div class="thumb bg-primary-gradient">News</div>
  1806.                                    </div>
  1807.                                    <div class="wpo-blog-content"  >
  1808.                                        <h2>
  1809.                                            <a href="/cyclone-disaster-in-the-island-nation-awakens-a-wave-of-volunteerism/" class="top-color">
  1810.                                            Cyclone Disaster in the Island Nation Awakens a Wave of Volunteerism
  1811.                                            </a>
  1812.                                        </h2>
  1813.                                        <ul>
  1814.                                            <li>  
  1815.                                                
  1816.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Cindy Wu">
  1817.                                                
  1818.                                            </li>
  1819.                                            <li class="top-color">By Cindy Wu</li>
  1820.                                            <li class="top-color">18 May 2026</li>
  1821.                                        </ul>
  1822.                                        <p class="top-color"> </p>
  1823.                                    </div>
  1824.                                </div>
  1825.                            </div>
  1826.                        
  1827.                            
  1828.                            
  1829.                            <div class="col col-lg-6 col-md-6 col-12">
  1830.                                <div class="wpo-blog-item">
  1831.                                    <div class="wpo-blog-img">
  1832.                                        
  1833.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1834.                                        
  1835.                                        <div class="thumb bg-primary-gradient">News</div>
  1836.                                    </div>
  1837.                                    <div class="wpo-blog-content"  >
  1838.                                        <h2>
  1839.                                            <a href="/real-madrids-alexander-arnold-may-play-against-his-former-club-in-novembers-european-match/" class="top-color">
  1840.                                            Real Madrid&#x27;s Alexander-Arnold May Play Against His Former Club in November&#x27;s European Match
  1841.                                            </a>
  1842.                                        </h2>
  1843.                                        <ul>
  1844.                                            <li>  
  1845.                                                
  1846.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Cindy Wu">
  1847.                                                
  1848.                                            </li>
  1849.                                            <li class="top-color">By Cindy Wu</li>
  1850.                                            <li class="top-color">18 May 2026</li>
  1851.                                        </ul>
  1852.                                        <p class="top-color"> </p>
  1853.                                    </div>
  1854.                                </div>
  1855.                            </div>
  1856.                        
  1857.                            
  1858.                            
  1859.                            <div class="col col-lg-6 col-md-6 col-12">
  1860.                                <div class="wpo-blog-item">
  1861.                                    <div class="wpo-blog-img">
  1862.                                        
  1863.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1864.                                        
  1865.                                        <div class="thumb bg-primary-gradient">News</div>
  1866.                                    </div>
  1867.                                    <div class="wpo-blog-content"  >
  1868.                                        <h2>
  1869.                                            <a href="/worrying-recollections-reemerge-in-davao-city-as-investigators-track-bondi-attack-alleged-attackers-time-in-the-city/" class="top-color">
  1870.                                            Worrying Recollections Reemerge in Davao City as Investigators Track Bondi Attack Alleged Attackers&#x27; Time in the City
  1871.                                            </a>
  1872.                                        </h2>
  1873.                                        <ul>
  1874.                                            <li>  
  1875.                                                
  1876.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Cindy Wu">
  1877.                                                
  1878.                                            </li>
  1879.                                            <li class="top-color">By Cindy Wu</li>
  1880.                                            <li class="top-color">18 May 2026</li>
  1881.                                        </ul>
  1882.                                        <p class="top-color"> </p>
  1883.                                    </div>
  1884.                                </div>
  1885.                            </div>
  1886.                        
  1887.                            
  1888.                            
  1889.                            <div class="col col-lg-6 col-md-6 col-12">
  1890.                                <div class="wpo-blog-item">
  1891.                                    <div class="wpo-blog-img">
  1892.                                        
  1893.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1894.                                        
  1895.                                        <div class="thumb bg-primary-gradient">News</div>
  1896.                                    </div>
  1897.                                    <div class="wpo-blog-content"  >
  1898.                                        <h2>
  1899.                                            <a href="/authentic-southern-portugal-discovering-portugal-beyond-the-beach/" class="top-color">
  1900.                                            Authentic Southern Portugal: Discovering Portugal Beyond the Beach
  1901.                                            </a>
  1902.                                        </h2>
  1903.                                        <ul>
  1904.                                            <li>  
  1905.                                                
  1906.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Cindy Wu">
  1907.                                                
  1908.                                            </li>
  1909.                                            <li class="top-color">By Cindy Wu</li>
  1910.                                            <li class="top-color">18 May 2026</li>
  1911.                                        </ul>
  1912.                                        <p class="top-color"> </p>
  1913.                                    </div>
  1914.                                </div>
  1915.                            </div>
  1916.                        
  1917.                            
  1918.                            
  1919.                            <div class="col col-lg-6 col-md-6 col-12">
  1920.                                <div class="wpo-blog-item">
  1921.                                    <div class="wpo-blog-img">
  1922.                                        
  1923.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1924.                                        
  1925.                                        <div class="thumb bg-primary-gradient">News</div>
  1926.                                    </div>
  1927.                                    <div class="wpo-blog-content"  >
  1928.                                        <h2>
  1929.                                            <a href="/david-raya-backs-teams-strength-as-vital-to-silverware-challenge/" class="top-color">
  1930.                                            David Raya Backs Team&#x27;s Strength as Vital to Silverware Challenge
  1931.                                            </a>
  1932.                                        </h2>
  1933.                                        <ul>
  1934.                                            <li>  
  1935.                                                
  1936.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Cindy Wu">
  1937.                                                
  1938.                                            </li>
  1939.                                            <li class="top-color">By Cindy Wu</li>
  1940.                                            <li class="top-color">18 May 2026</li>
  1941.                                        </ul>
  1942.                                        <p class="top-color"> </p>
  1943.                                    </div>
  1944.                                </div>
  1945.                            </div>
  1946.                        
  1947.                            
  1948.                            
  1949.                            <div class="col col-lg-6 col-md-6 col-12">
  1950.                                <div class="wpo-blog-item">
  1951.                                    <div class="wpo-blog-img">
  1952.                                        
  1953.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1954.                                        
  1955.                                        <div class="thumb bg-primary-gradient">News</div>
  1956.                                    </div>
  1957.                                    <div class="wpo-blog-content"  >
  1958.                                        <h2>
  1959.                                            <a href="/can-the-new-zealand-rugby-team-find-their-winning-form-during-the-fall-tour/" class="top-color">
  1960.                                            Can the New Zealand rugby team find their winning form during the fall tour?
  1961.                                            </a>
  1962.                                        </h2>
  1963.                                        <ul>
  1964.                                            <li>  
  1965.                                                
  1966.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Cindy Wu">
  1967.                                                
  1968.                                            </li>
  1969.                                            <li class="top-color">By Cindy Wu</li>
  1970.                                            <li class="top-color">18 May 2026</li>
  1971.                                        </ul>
  1972.                                        <p class="top-color"> </p>
  1973.                                    </div>
  1974.                                </div>
  1975.                            </div>
  1976.                        
  1977.                            
  1978.                            
  1979.                            <div class="col col-lg-6 col-md-6 col-12">
  1980.                                <div class="wpo-blog-item">
  1981.                                    <div class="wpo-blog-img">
  1982.                                        
  1983.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1984.                                        
  1985.                                        <div class="thumb bg-primary-gradient">News</div>
  1986.                                    </div>
  1987.                                    <div class="wpo-blog-content"  >
  1988.                                        <h2>
  1989.                                            <a href="/the-presidents-unprecedented-shadow-in-sports-hit-an-apex-in-2025-the-coming-year-threatens-to-take-it-further/" class="top-color">
  1990.                                            The President&#x27;s Unprecedented Shadow in Sports Hit An Apex in 2025. The Coming Year Threatens to Take It Further.
  1991.                                            </a>
  1992.                                        </h2>
  1993.                                        <ul>
  1994.                                            <li>  
  1995.                                                
  1996.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Cindy Wu">
  1997.                                                
  1998.                                            </li>
  1999.                                            <li class="top-color">By Cindy Wu</li>
  2000.                                            <li class="top-color">18 May 2026</li>
  2001.                                        </ul>
  2002.                                        <p class="top-color"> </p>
  2003.                                    </div>
  2004.                                </div>
  2005.                            </div>
  2006.                        
  2007.                            
  2008.                            
  2009.                            <div class="col col-lg-6 col-md-6 col-12">
  2010.                                <div class="wpo-blog-item">
  2011.                                    <div class="wpo-blog-img">
  2012.                                        
  2013.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2014.                                        
  2015.                                        <div class="thumb bg-primary-gradient">News</div>
  2016.                                    </div>
  2017.                                    <div class="wpo-blog-content"  >
  2018.                                        <h2>
  2019.                                            <a href="/exercise-as-you-are-working-ten-strength-building-workplace-exercises-you-can-do-in-regular-clothes/" class="top-color">
  2020.                                            Exercise as you are working? Ten strength-building workplace exercises you can do in regular clothes
  2021.                                            </a>
  2022.                                        </h2>
  2023.                                        <ul>
  2024.                                            <li>  
  2025.                                                
  2026.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Cindy Wu">
  2027.                                                
  2028.                                            </li>
  2029.                                            <li class="top-color">By Cindy Wu</li>
  2030.                                            <li class="top-color">17 May 2026</li>
  2031.                                        </ul>
  2032.                                        <p class="top-color"> </p>
  2033.                                    </div>
  2034.                                </div>
  2035.                            </div>
  2036.                        
  2037.                            
  2038.                            
  2039.                            <div class="col col-lg-6 col-md-6 col-12">
  2040.                                <div class="wpo-blog-item">
  2041.                                    <div class="wpo-blog-img">
  2042.                                        
  2043.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2044.                                        
  2045.                                        <div class="thumb bg-primary-gradient">News</div>
  2046.                                    </div>
  2047.                                    <div class="wpo-blog-content"  >
  2048.                                        <h2>
  2049.                                            <a href="/anno-117s-pax-romanas-top-secret-is-a-impressive-first-person-perspective/" class="top-color">
  2050.                                            Anno 117&#x27;s Pax Romana&#x27;s Top Secret Is a Impressive First-Person Perspective.
  2051.                                            </a>
  2052.                                        </h2>
  2053.                                        <ul>
  2054.                                            <li>  
  2055.                                                
  2056.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Cindy Wu">
  2057.                                                
  2058.                                            </li>
  2059.                                            <li class="top-color">By Cindy Wu</li>
  2060.                                            <li class="top-color">17 May 2026</li>
  2061.                                        </ul>
  2062.                                        <p class="top-color"> </p>
  2063.                                    </div>
  2064.                                </div>
  2065.                            </div>
  2066.                        
  2067.                            
  2068.                            
  2069.                            <div class="col col-lg-6 col-md-6 col-12">
  2070.                                <div class="wpo-blog-item">
  2071.                                    <div class="wpo-blog-img">
  2072.                                        
  2073.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2074.                                        
  2075.                                        <div class="thumb bg-primary-gradient">Others</div>
  2076.                                    </div>
  2077.                                    <div class="wpo-blog-content"  >
  2078.                                        <h2>
  2079.                                            <a href="/decoding-the-rng-grasping-online-slot-game-odds/" class="top-color">
  2080.                                            Decoding the RNG: Grasping Online Slot Game Odds
  2081.                                            </a>
  2082.                                        </h2>
  2083.                                        <ul>
  2084.                                            <li>  
  2085.                                                
  2086.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Cindy Wu">
  2087.                                                
  2088.                                            </li>
  2089.                                            <li class="top-color">By Cindy Wu</li>
  2090.                                            <li class="top-color">17 May 2026</li>
  2091.                                        </ul>
  2092.                                        <p class="top-color"> </p>
  2093.                                    </div>
  2094.                                </div>
  2095.                            </div>
  2096.                        
  2097.                            
  2098.                            
  2099.                            <div class="col col-lg-6 col-md-6 col-12">
  2100.                                <div class="wpo-blog-item">
  2101.                                    <div class="wpo-blog-img">
  2102.                                        
  2103.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2104.                                        
  2105.                                        <div class="thumb bg-primary-gradient">News</div>
  2106.                                    </div>
  2107.                                    <div class="wpo-blog-content"  >
  2108.                                        <h2>
  2109.                                            <a href="/us-president-donald-trump-affirms-for-the-most-part-agreement-exists-on-next-stages-of-peace-deal-in-gaza/" class="top-color">
  2110.                                            US President Donald Trump Affirms &#x27;For the Most Part, Agreement Exists&#x27; on Next Stages of Peace Deal in Gaza
  2111.                                            </a>
  2112.                                        </h2>
  2113.                                        <ul>
  2114.                                            <li>  
  2115.                                                
  2116.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Cindy Wu">
  2117.                                                
  2118.                                            </li>
  2119.                                            <li class="top-color">By Cindy Wu</li>
  2120.                                            <li class="top-color">17 May 2026</li>
  2121.                                        </ul>
  2122.                                        <p class="top-color"> </p>
  2123.                                    </div>
  2124.                                </div>
  2125.                            </div>
  2126.                        
  2127.                            
  2128.                            
  2129.                            <div class="col col-lg-6 col-md-6 col-12">
  2130.                                <div class="wpo-blog-item">
  2131.                                    <div class="wpo-blog-img">
  2132.                                        
  2133.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2134.                                        
  2135.                                        <div class="thumb bg-primary-gradient">Others</div>
  2136.                                    </div>
  2137.                                    <div class="wpo-blog-content"  >
  2138.                                        <h2>
  2139.                                            <a href="/perfecting-the-art-of-internet-based-slot-games-a-beginners-guide/" class="top-color">
  2140.                                            Perfecting the Art of Internet-based Slot Games: A Beginner&#x27;s Guide
  2141.                                            </a>
  2142.                                        </h2>
  2143.                                        <ul>
  2144.                                            <li>  
  2145.                                                
  2146.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Cindy Wu">
  2147.                                                
  2148.                                            </li>
  2149.                                            <li class="top-color">By Cindy Wu</li>
  2150.                                            <li class="top-color">17 May 2026</li>
  2151.                                        </ul>
  2152.                                        <p class="top-color"> </p>
  2153.                                    </div>
  2154.                                </div>
  2155.                            </div>
  2156.                        
  2157.                            
  2158.                            
  2159.  
  2160.                        </div>
  2161.                    </div>
  2162.                </div>
  2163.                <!-- end wpo-blog-section -->
  2164.            </div>
  2165.  
  2166.            <div class="col col-lg-4 col-12">
  2167.                
  2168.  
  2169.  
  2170.  
  2171.    
  2172.  
  2173.  
  2174. <!-- Blog Sidebar -->
  2175.  
  2176.    <div class="sidebar mb-3">
  2177.        
  2178.        
  2179.        <div class="sidebar-widget mb-4">
  2180.            <div class="widget-title-wrapper mb-3">
  2181.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2182.                    May 2026 Blog Roll
  2183.                    <span class="title-arrow"></span>
  2184.                </h4>
  2185.            </div>
  2186.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2187.                <ul class="list-unstyled scrollable-sidebar">
  2188.                    
  2189.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2190.                        <a href="https://esports-news.co.uk/gambling-sites/winner-island-review/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2191.                            <i class="ti-angle-right me-2 text-primary"></i>
  2192.                            <span class="fw-semibold">winnerisland casino</span>
  2193.                        </a>
  2194.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2195.                    </li>
  2196.                    
  2197.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2198.                        <a href="https://esports-news.co.uk/gambling-sites/harry-casino-review/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2199.                            <i class="ti-angle-right me-2 text-primary"></i>
  2200.                            <span class="fw-semibold">harry casino</span>
  2201.                        </a>
  2202.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2203.                    </li>
  2204.                    
  2205.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2206.                        <a href="https://www.thehaven.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2207.                            <i class="ti-angle-right me-2 text-primary"></i>
  2208.                            <span class="fw-semibold">casino</span>
  2209.                        </a>
  2210.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2211.                    </li>
  2212.                    
  2213.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2214.                        <a href="https://idolmag.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2215.                            <i class="ti-angle-right me-2 text-primary"></i>
  2216.                            <span class="fw-semibold">casino</span>
  2217.                        </a>
  2218.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2219.                    </li>
  2220.                    
  2221.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2222.                        <a href="https://lagoccia.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2223.                            <i class="ti-angle-right me-2 text-primary"></i>
  2224.                            <span class="fw-semibold">non gamstop casino</span>
  2225.                        </a>
  2226.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2227.                    </li>
  2228.                    
  2229.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2230.                        <a href="https://heyimhome.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2231.                            <i class="ti-angle-right me-2 text-primary"></i>
  2232.                            <span class="fw-semibold">online casino</span>
  2233.                        </a>
  2234.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2235.                    </li>
  2236.                    
  2237.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2238.                        <a href="https://www.britishicehockey.co.uk/betting-sites/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2239.                            <i class="ti-angle-right me-2 text-primary"></i>
  2240.                            <span class="fw-semibold">best betting sites uk</span>
  2241.                        </a>
  2242.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2243.                    </li>
  2244.                    
  2245.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2246.                        <a href="https://nbss.ie/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2247.                            <i class="ti-angle-right me-2 text-primary"></i>
  2248.                            <span class="fw-semibold">casino online ireland</span>
  2249.                        </a>
  2250.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2251.                    </li>
  2252.                    
  2253.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2254.                        <a href="https://gamingamerica.com/non-gamstop-casinos"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2255.                            <i class="ti-angle-right me-2 text-primary"></i>
  2256.                            <span class="fw-semibold">non gamstop casino uk</span>
  2257.                        </a>
  2258.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2259.                    </li>
  2260.                    
  2261.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2262.                        <a href="https://www.cca-glasgow.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2263.                            <i class="ti-angle-right me-2 text-primary"></i>
  2264.                            <span class="fw-semibold">non gamstop casino uk</span>
  2265.                        </a>
  2266.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2267.                    </li>
  2268.                    
  2269.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2270.                        <a href="https://www.kylebooks.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2271.                            <i class="ti-angle-right me-2 text-primary"></i>
  2272.                            <span class="fw-semibold">non gamstop casino</span>
  2273.                        </a>
  2274.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2275.                    </li>
  2276.                    
  2277.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2278.                        <a href="https://www.testandverification.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2279.                            <i class="ti-angle-right me-2 text-primary"></i>
  2280.                            <span class="fw-semibold">best non gamstop casinos uk</span>
  2281.                        </a>
  2282.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2283.                    </li>
  2284.                    
  2285.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2286.                        <a href="https://bvdfree.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2287.                            <i class="ti-angle-right me-2 text-primary"></i>
  2288.                            <span class="fw-semibold">best new betting sites</span>
  2289.                        </a>
  2290.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2291.                    </li>
  2292.                    
  2293.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2294.                        <a href="https://sandbag.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2295.                            <i class="ti-angle-right me-2 text-primary"></i>
  2296.                            <span class="fw-semibold">non gamstop casinos uk</span>
  2297.                        </a>
  2298.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2299.                    </li>
  2300.                    
  2301.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2302.                        <a href="https://www.focus12.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2303.                            <i class="ti-angle-right me-2 text-primary"></i>
  2304.                            <span class="fw-semibold">online casino</span>
  2305.                        </a>
  2306.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2307.                    </li>
  2308.                    
  2309.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2310.                        <a href="https://esports-news.co.uk/online-casinos/non-gamstop/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2311.                            <i class="ti-angle-right me-2 text-primary"></i>
  2312.                            <span class="fw-semibold">casinos not on gamstop</span>
  2313.                        </a>
  2314.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2315.                    </li>
  2316.                    
  2317.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2318.                        <a href="https://www.escapistmagazine.com/uk/non-gamstop-casinos/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2319.                            <i class="ti-angle-right me-2 text-primary"></i>
  2320.                            <span class="fw-semibold">non gamstop casinos</span>
  2321.                        </a>
  2322.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2323.                    </li>
  2324.                    
  2325.                </ul>
  2326.            </div>
  2327.        </div>
  2328.        
  2329.        <div class="sidebar-widget mb-4">
  2330.            <div class="widget-title-wrapper mb-3">
  2331.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2332.                    April 2026 Blog Roll
  2333.                    <span class="title-arrow"></span>
  2334.                </h4>
  2335.            </div>
  2336.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2337.                <ul class="list-unstyled scrollable-sidebar">
  2338.                    
  2339.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2340.                        <a href="https://www.sculleyspeaks.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2341.                            <i class="ti-angle-right me-2 text-primary"></i>
  2342.                            <span class="fw-semibold">lolajack casino</span>
  2343.                        </a>
  2344.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2345.                    </li>
  2346.                    
  2347.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2348.                        <a href="https://www.heatonpark.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2349.                            <i class="ti-angle-right me-2 text-primary"></i>
  2350.                            <span class="fw-semibold">crypto casino</span>
  2351.                        </a>
  2352.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2353.                    </li>
  2354.                    
  2355.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2356.                        <a href="https://casinobeats.com/uk/online-casinos/casinos-not-on-gamstop/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2357.                            <i class="ti-angle-right me-2 text-primary"></i>
  2358.                            <span class="fw-semibold">non gamstop casinos</span>
  2359.                        </a>
  2360.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2361.                    </li>
  2362.                    
  2363.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2364.                        <a href="https://stmargarets.london/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2365.                            <i class="ti-angle-right me-2 text-primary"></i>
  2366.                            <span class="fw-semibold">casino not on gamstop</span>
  2367.                        </a>
  2368.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2369.                    </li>
  2370.                    
  2371.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2372.                        <a href="https://www.richmondreview.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2373.                            <i class="ti-angle-right me-2 text-primary"></i>
  2374.                            <span class="fw-semibold">casinos not on gamstop</span>
  2375.                        </a>
  2376.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2377.                    </li>
  2378.                    
  2379.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2380.                        <a href="https://savethedatemagazine.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2381.                            <i class="ti-angle-right me-2 text-primary"></i>
  2382.                            <span class="fw-semibold">non gamstop casinos</span>
  2383.                        </a>
  2384.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2385.                    </li>
  2386.                    
  2387.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2388.                        <a href="https://internationalschoolmealsday.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2389.                            <i class="ti-angle-right me-2 text-primary"></i>
  2390.                            <span class="fw-semibold">uk casinos not on gamstop</span>
  2391.                        </a>
  2392.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2393.                    </li>
  2394.                    
  2395.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2396.                        <a href="https://straightfromyard.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2397.                            <i class="ti-angle-right me-2 text-primary"></i>
  2398.                            <span class="fw-semibold">online casinos not on gamstop</span>
  2399.                        </a>
  2400.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2401.                    </li>
  2402.                    
  2403.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2404.                        <a href="https://savethedatemagazine.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2405.                            <i class="ti-angle-right me-2 text-primary"></i>
  2406.                            <span class="fw-semibold">online casinos not on gamstop</span>
  2407.                        </a>
  2408.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2409.                    </li>
  2410.                    
  2411.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2412.                        <a href="https://www.summerhall.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2413.                            <i class="ti-angle-right me-2 text-primary"></i>
  2414.                            <span class="fw-semibold">online casinos not on gamstop</span>
  2415.                        </a>
  2416.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2417.                    </li>
  2418.                    
  2419.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2420.                        <a href="https://www.cca-glasgow.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2421.                            <i class="ti-angle-right me-2 text-primary"></i>
  2422.                            <span class="fw-semibold">online casinos not on gamstop</span>
  2423.                        </a>
  2424.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2425.                    </li>
  2426.                    
  2427.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2428.                        <a href="https://www.london-irish.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2429.                            <i class="ti-angle-right me-2 text-primary"></i>
  2430.                            <span class="fw-semibold">online casinos not on gamstop</span>
  2431.                        </a>
  2432.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2433.                    </li>
  2434.                    
  2435.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2436.                        <a href="https://www.citytosea.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2437.                            <i class="ti-angle-right me-2 text-primary"></i>
  2438.                            <span class="fw-semibold">online casinos not on gamstop</span>
  2439.                        </a>
  2440.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2441.                    </li>
  2442.                    
  2443.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2444.                        <a href="https://bereavementcommission.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2445.                            <i class="ti-angle-right me-2 text-primary"></i>
  2446.                            <span class="fw-semibold">online casinos not on gamstop</span>
  2447.                        </a>
  2448.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2449.                    </li>
  2450.                    
  2451.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2452.                        <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2453.                            <i class="ti-angle-right me-2 text-primary"></i>
  2454.                            <span class="fw-semibold">online casinos not on gamstop</span>
  2455.                        </a>
  2456.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2457.                    </li>
  2458.                    
  2459.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2460.                        <a href="https://unbound.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2461.                            <i class="ti-angle-right me-2 text-primary"></i>
  2462.                            <span class="fw-semibold">online casinos not on gamstop</span>
  2463.                        </a>
  2464.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2465.                    </li>
  2466.                    
  2467.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2468.                        <a href="https://www.pgldevonshire.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2469.                            <i class="ti-angle-right me-2 text-primary"></i>
  2470.                            <span class="fw-semibold">casino credit cards</span>
  2471.                        </a>
  2472.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2473.                    </li>
  2474.                    
  2475.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2476.                        <a href="https://tridentcryptofund.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2477.                            <i class="ti-angle-right me-2 text-primary"></i>
  2478.                            <span class="fw-semibold">crypto casino</span>
  2479.                        </a>
  2480.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2481.                    </li>
  2482.                    
  2483.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2484.                        <a href="https://www.qualityofcarenetwork.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2485.                            <i class="ti-angle-right me-2 text-primary"></i>
  2486.                            <span class="fw-semibold">lolajack</span>
  2487.                        </a>
  2488.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2489.                    </li>
  2490.                    
  2491.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2492.                        <a href="https://savethedatemagazine.co.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2493.                            <i class="ti-angle-right me-2 text-primary"></i>
  2494.                            <span class="fw-semibold">casino not on gamstop</span>
  2495.                        </a>
  2496.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2497.                    </li>
  2498.                    
  2499.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2500.                        <a href="https://rpmirailpen.co.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2501.                            <i class="ti-angle-right me-2 text-primary"></i>
  2502.                            <span class="fw-semibold">non gamstop casino</span>
  2503.                        </a>
  2504.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2505.                    </li>
  2506.                    
  2507.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2508.                        <a href="https://rbth.co.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2509.                            <i class="ti-angle-right me-2 text-primary"></i>
  2510.                            <span class="fw-semibold">non gamstop casino</span>
  2511.                        </a>
  2512.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2513.                    </li>
  2514.                    
  2515.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2516.                        <a href="https://superdao.co/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2517.                            <i class="ti-angle-right me-2 text-primary"></i>
  2518.                            <span class="fw-semibold">no verification casinos</span>
  2519.                        </a>
  2520.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2521.                    </li>
  2522.                    
  2523.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2524.                        <a href="https://www.economicjournal.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2525.                            <i class="ti-angle-right me-2 text-primary"></i>
  2526.                            <span class="fw-semibold">football betting sites not on gamstop</span>
  2527.                        </a>
  2528.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2529.                    </li>
  2530.                    
  2531.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2532.                        <a href="https://www.london-irish.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2533.                            <i class="ti-angle-right me-2 text-primary"></i>
  2534.                            <span class="fw-semibold">casino not on gamstop</span>
  2535.                        </a>
  2536.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2537.                    </li>
  2538.                    
  2539.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2540.                        <a href="https://www.roadpeace.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2541.                            <i class="ti-angle-right me-2 text-primary"></i>
  2542.                            <span class="fw-semibold">casino not on gamstop</span>
  2543.                        </a>
  2544.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2545.                    </li>
  2546.                    
  2547.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2548.                        <a href="https://www.nordicresearchnetwork.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2549.                            <i class="ti-angle-right me-2 text-primary"></i>
  2550.                            <span class="fw-semibold">best non UK casino</span>
  2551.                        </a>
  2552.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2553.                    </li>
  2554.                    
  2555.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2556.                        <a href="https://www.bmag.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2557.                            <i class="ti-angle-right me-2 text-primary"></i>
  2558.                            <span class="fw-semibold">top 50 online casinos uk</span>
  2559.                        </a>
  2560.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2561.                    </li>
  2562.                    
  2563.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2564.                        <a href="https://www.gamblinginsider.com/uk/online-casinos"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2565.                            <i class="ti-angle-right me-2 text-primary"></i>
  2566.                            <span class="fw-semibold">online casinos in uk</span>
  2567.                        </a>
  2568.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2569.                    </li>
  2570.                    
  2571.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2572.                        <a href="https://www.invo.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2573.                            <i class="ti-angle-right me-2 text-primary"></i>
  2574.                            <span class="fw-semibold">best non gamstop casinos</span>
  2575.                        </a>
  2576.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2577.                    </li>
  2578.                    
  2579.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2580.                        <a href="https://www.cressbrook.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2581.                            <i class="ti-angle-right me-2 text-primary"></i>
  2582.                            <span class="fw-semibold">casino not on gamstop</span>
  2583.                        </a>
  2584.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2585.                    </li>
  2586.                    
  2587.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2588.                        <a href="https://www.avon-tyres.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2589.                            <i class="ti-angle-right me-2 text-primary"></i>
  2590.                            <span class="fw-semibold">non gamstop casino</span>
  2591.                        </a>
  2592.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2593.                    </li>
  2594.                    
  2595.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2596.                        <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2597.                            <i class="ti-angle-right me-2 text-primary"></i>
  2598.                            <span class="fw-semibold">non gamstop casinos uk</span>
  2599.                        </a>
  2600.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2601.                    </li>
  2602.                    
  2603.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2604.                        <a href="https://www.surfaceview.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2605.                            <i class="ti-angle-right me-2 text-primary"></i>
  2606.                            <span class="fw-semibold">best non gamstop casinos 2026</span>
  2607.                        </a>
  2608.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2609.                    </li>
  2610.                    
  2611.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2612.                        <a href="https://www.kysty.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2613.                            <i class="ti-angle-right me-2 text-primary"></i>
  2614.                            <span class="fw-semibold">UK Non GAMSTOP Casinos</span>
  2615.                        </a>
  2616.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2617.                    </li>
  2618.                    
  2619.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2620.                        <a href="https://fdncoffee.com"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2621.                            <i class="ti-angle-right me-2 text-primary"></i>
  2622.                            <span class="fw-semibold">best casinos not on GamStop</span>
  2623.                        </a>
  2624.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2625.                    </li>
  2626.                    
  2627.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2628.                        <a href="https://www.wildandgame.co.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2629.                            <i class="ti-angle-right me-2 text-primary"></i>
  2630.                            <span class="fw-semibold">casinos not on GamStop</span>
  2631.                        </a>
  2632.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2633.                    </li>
  2634.                    
  2635.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2636.                        <a href="https://israelpremiertech.com"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2637.                            <i class="ti-angle-right me-2 text-primary"></i>
  2638.                            <span class="fw-semibold">non GamStop casino</span>
  2639.                        </a>
  2640.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2641.                    </li>
  2642.                    
  2643.                </ul>
  2644.            </div>
  2645.        </div>
  2646.        
  2647.        <div class="sidebar-widget mb-4">
  2648.            <div class="widget-title-wrapper mb-3">
  2649.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2650.                    March 2026 Blog Roll
  2651.                    <span class="title-arrow"></span>
  2652.                </h4>
  2653.            </div>
  2654.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2655.                <ul class="list-unstyled scrollable-sidebar">
  2656.                    
  2657.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2658.                        <a href="https://www.peckhamaudio.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2659.                            <i class="ti-angle-right me-2 text-primary"></i>
  2660.                            <span class="fw-semibold">online casino not on GamStop</span>
  2661.                        </a>
  2662.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2663.                    </li>
  2664.                    
  2665.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2666.                        <a href="https://www.bmag.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2667.                            <i class="ti-angle-right me-2 text-primary"></i>
  2668.                            <span class="fw-semibold">new online casinos UK</span>
  2669.                        </a>
  2670.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2671.                    </li>
  2672.                    
  2673.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2674.                        <a href="https://www.labodeganegra.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2675.                            <i class="ti-angle-right me-2 text-primary"></i>
  2676.                            <span class="fw-semibold">slots not on GamStop</span>
  2677.                        </a>
  2678.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2679.                    </li>
  2680.                    
  2681.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2682.                        <a href="https://www.llancaiachfawr.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2683.                            <i class="ti-angle-right me-2 text-primary"></i>
  2684.                            <span class="fw-semibold">UK casino sites</span>
  2685.                        </a>
  2686.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2687.                    </li>
  2688.                    
  2689.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2690.                        <a href="https://www.cranleyclinic.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2691.                            <i class="ti-angle-right me-2 text-primary"></i>
  2692.                            <span class="fw-semibold">slots not on GamStop</span>
  2693.                        </a>
  2694.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2695.                    </li>
  2696.                    
  2697.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2698.                        <a href="https://www.thekarczma.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2699.                            <i class="ti-angle-right me-2 text-primary"></i>
  2700.                            <span class="fw-semibold">non UK casinos</span>
  2701.                        </a>
  2702.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2703.                    </li>
  2704.                    
  2705.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2706.                        <a href="https://oncallfire.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2707.                            <i class="ti-angle-right me-2 text-primary"></i>
  2708.                            <span class="fw-semibold">Non GAMSTOP Casinos</span>
  2709.                        </a>
  2710.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2711.                    </li>
  2712.                    
  2713.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2714.                        <a href="https://www.roostblog.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2715.                            <i class="ti-angle-right me-2 text-primary"></i>
  2716.                            <span class="fw-semibold">casino not on gamstop</span>
  2717.                        </a>
  2718.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2719.                    </li>
  2720.                    
  2721.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2722.                        <a href="https://stanselmchurchsouthall.com/non-gamstop-casinos/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2723.                            <i class="ti-angle-right me-2 text-primary"></i>
  2724.                            <span class="fw-semibold">best casinos not on GamStop UK</span>
  2725.                        </a>
  2726.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2727.                    </li>
  2728.                    
  2729.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2730.                        <a href="https://www.falconryforum.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2731.                            <i class="ti-angle-right me-2 text-primary"></i>
  2732.                            <span class="fw-semibold">non gamstop casino</span>
  2733.                        </a>
  2734.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2735.                    </li>
  2736.                    
  2737.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2738.                        <a href="https://robinhoodtax.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2739.                            <i class="ti-angle-right me-2 text-primary"></i>
  2740.                            <span class="fw-semibold">non gamstop casino</span>
  2741.                        </a>
  2742.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2743.                    </li>
  2744.                    
  2745.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2746.                        <a href="https://citytosea.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2747.                            <i class="ti-angle-right me-2 text-primary"></i>
  2748.                            <span class="fw-semibold">casinos not on gamstop</span>
  2749.                        </a>
  2750.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2751.                    </li>
  2752.                    
  2753.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2754.                        <a href="https://www.lgbthistorymonth.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2755.                            <i class="ti-angle-right me-2 text-primary"></i>
  2756.                            <span class="fw-semibold">best non gamstop casinos</span>
  2757.                        </a>
  2758.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2759.                    </li>
  2760.                    
  2761.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2762.                        <a href="https://www.regionalnetworks.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2763.                            <i class="ti-angle-right me-2 text-primary"></i>
  2764.                            <span class="fw-semibold">fair casinos not on GamStop</span>
  2765.                        </a>
  2766.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2767.                    </li>
  2768.                    
  2769.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2770.                        <a href="https://goodsixty.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2771.                            <i class="ti-angle-right me-2 text-primary"></i>
  2772.                            <span class="fw-semibold">non gamstop casinos uk</span>
  2773.                        </a>
  2774.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2775.                    </li>
  2776.                    
  2777.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2778.                        <a href="https://akua.co/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2779.                            <i class="ti-angle-right me-2 text-primary"></i>
  2780.                            <span class="fw-semibold">best online betting sites</span>
  2781.                        </a>
  2782.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2783.                    </li>
  2784.                    
  2785.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2786.                        <a href="https://www.fourpure.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2787.                            <i class="ti-angle-right me-2 text-primary"></i>
  2788.                            <span class="fw-semibold">games not on GamStop</span>
  2789.                        </a>
  2790.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2791.                    </li>
  2792.                    
  2793.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2794.                        <a href="https://www.patients4nhs.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2795.                            <i class="ti-angle-right me-2 text-primary"></i>
  2796.                            <span class="fw-semibold">online casinos not on GamStop</span>
  2797.                        </a>
  2798.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2799.                    </li>
  2800.                    
  2801.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2802.                        <a href="https://socialeatinghouse.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2803.                            <i class="ti-angle-right me-2 text-primary"></i>
  2804.                            <span class="fw-semibold">slots not on GamStop</span>
  2805.                        </a>
  2806.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2807.                    </li>
  2808.                    
  2809.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2810.                        <a href="https://www.durhamminers.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2811.                            <i class="ti-angle-right me-2 text-primary"></i>
  2812.                            <span class="fw-semibold">slot sites not on GamStop</span>
  2813.                        </a>
  2814.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2815.                    </li>
  2816.                    
  2817.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2818.                        <a href="https://www.covent-garden.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2819.                            <i class="ti-angle-right me-2 text-primary"></i>
  2820.                            <span class="fw-semibold">sites not on GamStop</span>
  2821.                        </a>
  2822.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2823.                    </li>
  2824.                    
  2825.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2826.                        <a href="https://www.dinton-pastures.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2827.                            <i class="ti-angle-right me-2 text-primary"></i>
  2828.                            <span class="fw-semibold">gambling sites not on GamStop</span>
  2829.                        </a>
  2830.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2831.                    </li>
  2832.                    
  2833.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2834.                        <a href="https://www.open-money.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2835.                            <i class="ti-angle-right me-2 text-primary"></i>
  2836.                            <span class="fw-semibold">non GamStop UK casinos</span>
  2837.                        </a>
  2838.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2839.                    </li>
  2840.                    
  2841.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2842.                        <a href="https://www.ginspa.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2843.                            <i class="ti-angle-right me-2 text-primary"></i>
  2844.                            <span class="fw-semibold">slot sites not on GamStop</span>
  2845.                        </a>
  2846.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2847.                    </li>
  2848.                    
  2849.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2850.                        <a href="https://epik.org.uk/casinos-not-on-gamstop/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2851.                            <i class="ti-angle-right me-2 text-primary"></i>
  2852.                            <span class="fw-semibold">online casinos</span>
  2853.                        </a>
  2854.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2855.                    </li>
  2856.                    
  2857.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2858.                        <a href="https://www.employersforwork-lifebalance.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2859.                            <i class="ti-angle-right me-2 text-primary"></i>
  2860.                            <span class="fw-semibold">online casino</span>
  2861.                        </a>
  2862.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2863.                    </li>
  2864.                    
  2865.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2866.                        <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2867.                            <i class="ti-angle-right me-2 text-primary"></i>
  2868.                            <span class="fw-semibold">non gamstop casinos</span>
  2869.                        </a>
  2870.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2871.                    </li>
  2872.                    
  2873.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2874.                        <a href="https://www.bttad.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2875.                            <i class="ti-angle-right me-2 text-primary"></i>
  2876.                            <span class="fw-semibold">online casino</span>
  2877.                        </a>
  2878.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2879.                    </li>
  2880.                    
  2881.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2882.                        <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2883.                            <i class="ti-angle-right me-2 text-primary"></i>
  2884.                            <span class="fw-semibold">casino not on gamstop</span>
  2885.                        </a>
  2886.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2887.                    </li>
  2888.                    
  2889.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2890.                        <a href="https://roadpeace.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2891.                            <i class="ti-angle-right me-2 text-primary"></i>
  2892.                            <span class="fw-semibold">non gamstop casinos</span>
  2893.                        </a>
  2894.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2895.                    </li>
  2896.                    
  2897.                </ul>
  2898.            </div>
  2899.        </div>
  2900.        
  2901.        <div class="sidebar-widget mb-4">
  2902.            <div class="widget-title-wrapper mb-3">
  2903.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2904.                    February 2026 Blog Roll
  2905.                    <span class="title-arrow"></span>
  2906.                </h4>
  2907.            </div>
  2908.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2909.                <ul class="list-unstyled scrollable-sidebar">
  2910.                    
  2911.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2912.                        <a href="https://www.ncpqsw.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2913.                            <i class="ti-angle-right me-2 text-primary"></i>
  2914.                            <span class="fw-semibold">casino not on gamstop</span>
  2915.                        </a>
  2916.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2917.                    </li>
  2918.                    
  2919.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2920.                        <a href="https://croftersrights.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2921.                            <i class="ti-angle-right me-2 text-primary"></i>
  2922.                            <span class="fw-semibold">uk casino not on gamstop</span>
  2923.                        </a>
  2924.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2925.                    </li>
  2926.                    
  2927.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2928.                        <a href="https://free2learn.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2929.                            <i class="ti-angle-right me-2 text-primary"></i>
  2930.                            <span class="fw-semibold">non gamstop casinos uk</span>
  2931.                        </a>
  2932.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2933.                    </li>
  2934.                    
  2935.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2936.                        <a href="https://www.casquette.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2937.                            <i class="ti-angle-right me-2 text-primary"></i>
  2938.                            <span class="fw-semibold">casinos not on gamstop</span>
  2939.                        </a>
  2940.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2941.                    </li>
  2942.                    
  2943.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2944.                        <a href="https://jst.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2945.                            <i class="ti-angle-right me-2 text-primary"></i>
  2946.                            <span class="fw-semibold">online casinos</span>
  2947.                        </a>
  2948.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2949.                    </li>
  2950.                    
  2951.                </ul>
  2952.            </div>
  2953.        </div>
  2954.        
  2955.  
  2956.        <!-- Recent Posts Section -->
  2957.        <div class="sidebar-widget mb-3">
  2958.            <div class="widget-title-wrapper mb-3">
  2959.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2960.                    Recent Posts
  2961.                    <span class="title-arrow"></span>
  2962.                </h4>
  2963.            </div>
  2964.            <div class="widget-content border border-light shadow-sm rounded p-4">
  2965.                <div class="recent-post-list">
  2966.                    
  2967.                    
  2968.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2969.                        <div class="post-image me-3 flex-shrink-0">
  2970.                            
  2971.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2972.                            
  2973.                        </div>
  2974.                        <div class="post-content flex-grow-1">
  2975.                            <h6 class="post-title mb-1">
  2976.                                 <a href="/my-fantasy-is-to-ride-a-unicorn-nightly-medieval-metal-group-castle-rat/" class="text-decoration-none top-color fw-semibold">
  2977.                                    ‘My Fantasy Is to Ride a Unicorn Nightly’: Medieval Metal Group Castle Rat
  2978.                                </a>
  2979.                            </h6>
  2980.                            <div class="post-meta">
  2981.                                <small class="text-muted">
  2982.                                    <i class="ti-calendar me-1"></i>17 May 2026
  2983.                                </small>
  2984.                                <!-- <small class="text-muted ms-2">
  2985.                                    <i class="ti-eye me-1"></i>234 views
  2986.                                </small> -->
  2987.                            </div>
  2988.                        </div>
  2989.                    </div>
  2990.                    
  2991.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2992.                        <div class="post-image me-3 flex-shrink-0">
  2993.                            
  2994.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2995.                            
  2996.                        </div>
  2997.                        <div class="post-content flex-grow-1">
  2998.                            <h6 class="post-title mb-1">
  2999.                                 <a href="/swiss-ski-resort-blaze-victims-receive-care-in-burns-units-throughout-the-continent/" class="text-decoration-none top-color fw-semibold">
  3000.                                    Swiss Ski Resort Blaze Victims Receive Care in Burns Units Throughout the Continent
  3001.                                </a>
  3002.                            </h6>
  3003.                            <div class="post-meta">
  3004.                                <small class="text-muted">
  3005.                                    <i class="ti-calendar me-1"></i>17 May 2026
  3006.                                </small>
  3007.                                <!-- <small class="text-muted ms-2">
  3008.                                    <i class="ti-eye me-1"></i>234 views
  3009.                                </small> -->
  3010.                            </div>
  3011.                        </div>
  3012.                    </div>
  3013.                    
  3014.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3015.                        <div class="post-image me-3 flex-shrink-0">
  3016.                            
  3017.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3018.                            
  3019.                        </div>
  3020.                        <div class="post-content flex-grow-1">
  3021.                            <h6 class="post-title mb-1">
  3022.                                 <a href="/queens-salute-titans-as-trump-gives-mamdani-a-cordial-greeting/" class="text-decoration-none top-color fw-semibold">
  3023.                                    Queens Salute Titans as Trump Gives Mamdani a Cordial Greeting
  3024.                                </a>
  3025.                            </h6>
  3026.                            <div class="post-meta">
  3027.                                <small class="text-muted">
  3028.                                    <i class="ti-calendar me-1"></i>17 May 2026
  3029.                                </small>
  3030.                                <!-- <small class="text-muted ms-2">
  3031.                                    <i class="ti-eye me-1"></i>234 views
  3032.                                </small> -->
  3033.                            </div>
  3034.                        </div>
  3035.                    </div>
  3036.                    
  3037.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3038.                        <div class="post-image me-3 flex-shrink-0">
  3039.                            
  3040.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3041.                            
  3042.                        </div>
  3043.                        <div class="post-content flex-grow-1">
  3044.                            <h6 class="post-title mb-1">
  3045.                                 <a href="/a-decade-long-liaison-by-erin-somers-a-midlife-adultery-tale-this-era-needs/" class="text-decoration-none top-color fw-semibold">
  3046.                                    A Decade-Long Liaison by Erin Somers: A Midlife Adultery Tale This Era Needs.
  3047.                                </a>
  3048.                            </h6>
  3049.                            <div class="post-meta">
  3050.                                <small class="text-muted">
  3051.                                    <i class="ti-calendar me-1"></i>16 May 2026
  3052.                                </small>
  3053.                                <!-- <small class="text-muted ms-2">
  3054.                                    <i class="ti-eye me-1"></i>234 views
  3055.                                </small> -->
  3056.                            </div>
  3057.                        </div>
  3058.                    </div>
  3059.                    
  3060.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3061.                        <div class="post-image me-3 flex-shrink-0">
  3062.                            
  3063.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3064.                            
  3065.                        </div>
  3066.                        <div class="post-content flex-grow-1">
  3067.                            <h6 class="post-title mb-1">
  3068.                                 <a href="/leader-zelensky-states-the-nation-was-10-off-from-peace-but-not-at-any-possible-cost/" class="text-decoration-none top-color fw-semibold">
  3069.                                    Leader Zelensky States The Nation Was 10% Off from Peace, But Not at Any Possible Cost
  3070.                                </a>
  3071.                            </h6>
  3072.                            <div class="post-meta">
  3073.                                <small class="text-muted">
  3074.                                    <i class="ti-calendar me-1"></i>16 May 2026
  3075.                                </small>
  3076.                                <!-- <small class="text-muted ms-2">
  3077.                                    <i class="ti-eye me-1"></i>234 views
  3078.                                </small> -->
  3079.                            </div>
  3080.                        </div>
  3081.                    </div>
  3082.                    
  3083.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3084.                        <div class="post-image me-3 flex-shrink-0">
  3085.                            
  3086.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3087.                            
  3088.                        </div>
  3089.                        <div class="post-content flex-grow-1">
  3090.                            <h6 class="post-title mb-1">
  3091.                                 <a href="/the-mighty-neins-opening-sequence-selected-the-wrong-critical-role-song/" class="text-decoration-none top-color fw-semibold">
  3092.                                    The Mighty Nein&#x27;s Opening Sequence Selected the Wrong Critical Role Song
  3093.                                </a>
  3094.                            </h6>
  3095.                            <div class="post-meta">
  3096.                                <small class="text-muted">
  3097.                                    <i class="ti-calendar me-1"></i>16 May 2026
  3098.                                </small>
  3099.                                <!-- <small class="text-muted ms-2">
  3100.                                    <i class="ti-eye me-1"></i>234 views
  3101.                                </small> -->
  3102.                            </div>
  3103.                        </div>
  3104.                    </div>
  3105.                    
  3106.  
  3107.                </div>
  3108.            </div>
  3109.        </div>
  3110.  
  3111.    </div>
  3112.  
  3113.  
  3114. <!-- Sidebar Styles -->
  3115. <style>
  3116.    .sidebar-widget {
  3117.        position: relative;
  3118.    }
  3119.    
  3120.    .widget-title {
  3121.        font-size: 1.1rem;
  3122.        font-weight: 700;
  3123.        display: inline-block;
  3124.        position: relative;
  3125.        z-index: 2;
  3126.        border-radius: 0;
  3127.    }
  3128.    
  3129.    .title-arrow::after {
  3130.        content: '';
  3131.        position: absolute;
  3132.        top: 0;
  3133.        right: -20px;
  3134.        width: 0;
  3135.        height: 0;
  3136.        border-left: 20px solid var(--bs-primary);
  3137.        border-top: 20px solid transparent;
  3138.        border-bottom: 20px solid transparent;
  3139.        z-index: 1;
  3140.    }
  3141.    
  3142.    .widget-content {
  3143.        margin-top: -1px;
  3144.        position: relative;
  3145.        z-index: 1;
  3146.         background-color: var(--card-bg);
  3147.    }
  3148.    
  3149.    .recent-post-item:hover .post-title1 a {
  3150.        color: #dc3545 !important;
  3151.        transition: color 0.3s ease;
  3152.    }
  3153.    
  3154.    .recent-post-item .post-image img {
  3155.        transition: transform 0.3s ease;
  3156.    }
  3157.    
  3158.    .recent-post-item:hover .post-image img {
  3159.        transform: scale(1.05);
  3160.    }
  3161.    
  3162.    .btn:hover {
  3163.        transform: translateY(-1px);
  3164.        transition: all 0.3s ease;
  3165.        box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  3166.    }
  3167.    
  3168.    @media (max-width: 991px) {
  3169.        .sidebar {
  3170.            margin-top: 3rem;
  3171.        }
  3172.    }
  3173.    
  3174.    @media (max-width: 576px) {
  3175.        .widget-title {
  3176.            font-size: 1rem;
  3177.            padding: 0.75rem 1rem !important;
  3178.        }
  3179.        
  3180.        .title-arrow::after {
  3181.            right: -15px;
  3182.            border-left: 15px solid var(--bs-primary);
  3183.            border-top: 15px solid transparent;
  3184.            border-bottom: 15px solid transparent;
  3185.        }
  3186.        
  3187.        .post-image {
  3188.            display: none !important;
  3189.        }
  3190.    }
  3191. </style>
  3192.    
  3193.            </div>
  3194.        </div>
  3195.    </div> <!-- end container -->
  3196. </section>
  3197.  
  3198.    
  3199.        
  3200.        <!-- end wpo-blog-highlights-section -->
  3201.        <!-- start wpo-blog-sponsored-section -->
  3202.        
  3203.  
  3204.  
  3205.  
  3206.    
  3207.  
  3208.  
  3209.  <style>
  3210.    .sponsored-card-v10 {
  3211.      border: 1px solid var(--bs-primary); /* Cyan border */
  3212.      transition: border-color 0.3s ease;
  3213.      min-height: 350px;
  3214.    }
  3215.    
  3216.    .sponsored-content-v10 {
  3217.      flex: 1; /* text area stretch kare */
  3218.    }
  3219.    .sponsored-card-v10:hover {
  3220.      border-color: var(--bs-primary);
  3221.      opacity: 0.8;
  3222.    }
  3223.    
  3224.    .sponsored-content-v10 {
  3225.      padding: 12px;
  3226.      border-radius: 12px 12px 0px 0px;
  3227.      background: var(--card-bg);
  3228.      border-bottom: 2px solid var(--bs-primary); /* Cyan top border for banner */
  3229.    }
  3230.    
  3231.    .sponsored-image-v10 {
  3232.      height: 180px;
  3233.    }
  3234.    
  3235.    .sponsored-image-v10 img {
  3236.      width: 100%;
  3237.      height: 100%;
  3238.      border-radius: 0px 0px 12px 12px;
  3239.      object-fit: cover;
  3240.    }
  3241.    
  3242.    .sponsored-badge-v10 {
  3243.      display: inline-block;
  3244.      position: relative;
  3245.      padding: 4px 8px;
  3246.      border-radius: var(--border-radius);
  3247.      font-size: 11px;
  3248.      font-weight: 600;
  3249.      text-transform: uppercase;
  3250.      color: white;
  3251.      margin-bottom: 8px;
  3252.    }
  3253.    
  3254.    .sponsored-badge-v10::after {
  3255.      content: '';
  3256.      position: absolute;
  3257.      top: 0;
  3258.      right: -8px;
  3259.    }
  3260.    
  3261.    .sponsored-title-v10 {
  3262.      font-size: 14px;
  3263.      font-weight: 700;
  3264.      line-height: 1.3;
  3265.      margin-bottom: 6px;
  3266.      color: #333;
  3267.    }
  3268.    
  3269.    .sponsored-title-v10 a {
  3270.      text-decoration: none;
  3271.      color: var(--topbar-color);
  3272.    }
  3273.    
  3274.    .sponsored-title-v10 a:hover {
  3275.      color: var(--bs-primary); /* Cyan hover */
  3276.    }
  3277.    
  3278.    .sponsored-excerpt-v10 {
  3279.      font-size: 11px;
  3280.      font-weight: 400;
  3281.      color: #6c757d;
  3282.      margin-bottom: 6px;
  3283.      line-height: 1.4;
  3284.    }
  3285.    
  3286.    .sponsored-meta-v10 {
  3287.      font-size: 10px;
  3288.      color: #6c757d;
  3289.    }
  3290.    
  3291.    .author-info-v10 {
  3292.      margin-bottom: 4px;
  3293.    }
  3294.    
  3295.    .sponsored-author-img-v10 {
  3296.      width: 18px;
  3297.      height: 18px;
  3298.      border-radius: 50%;
  3299.      object-fit: cover;
  3300.      vertical-align: middle;
  3301.      margin-right: 4px;
  3302.    }
  3303.    
  3304.    .section-title-sponsored-v10 {
  3305.      font-size: 1.8rem;
  3306.      font-weight: 600;
  3307.      text-align: left;
  3308.      margin-bottom: 25px;
  3309.      color: #333;
  3310.      position: relative;
  3311.    }
  3312.    
  3313.    .section-title-sponsored-v10::after {
  3314.      content: '';
  3315.      position: absolute;
  3316.      bottom: -6px;
  3317.      left: 0;
  3318.      width: 60px;
  3319.      height: 2px;
  3320.      background: var(--bs-primary);
  3321.    }
  3322.    
  3323.    @media (max-width: 768px) {
  3324.      .sponsored-section-v10 {
  3325.        padding: 30px 0;
  3326.      }
  3327.      .sponsored-image-v10 {
  3328.        height: 180px;
  3329.      }
  3330.      .sponsored-content-v10 {
  3331.        padding: 10px;
  3332.      }
  3333.      .sponsored-title-v10 {
  3334.        font-size: 13px;
  3335.      }
  3336.      .sponsored-excerpt-v10 {
  3337.        font-size: 10px;
  3338.      }
  3339.      .sponsored-badge-v10 {
  3340.        font-size: 10px;
  3341.        padding: 3px 6px;
  3342.      }
  3343.      .sponsored-meta-v10 {
  3344.        font-size: 9px;
  3345.      }
  3346.      .section-title-sponsored-v10 {
  3347.        font-size: 1.5rem;
  3348.      }
  3349.    }
  3350.  </style>
  3351.  
  3352.  <section class="sponsored-section-v10 my-5">
  3353.    <div class="container-fluid fluid-container">
  3354.      <div class="row">
  3355.        <div class="col-12">
  3356.          <h2 class="section-title-sponsored-v10">Sponsored News</h2>
  3357.        </div>
  3358.      </div>
  3359.  
  3360.      <div class="row g-3 d-flex align-items-center">
  3361.        
  3362.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3363.            <div class="card sponsored-card-v10 h-100 w-100">
  3364.              <div class="sponsored-content-v10">
  3365.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3366.                <h3 class="sponsored-title-v10"><a href="/my-fantasy-is-to-ride-a-unicorn-nightly-medieval-metal-group-castle-rat/">‘My Fantasy Is to Ride a Unicorn Nightly’: Medieval Metal Group Castle Rat</a></h3>
  3367.                <p class="sponsored-excerpt-v10"></p>
  3368.                <div class="sponsored-meta-v10">
  3369.                  <div class="author-info-v10">
  3370.                    
  3371.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" class="sponsored-author-img-v10" alt="Cindy Wu" />
  3372.                    
  3373.                    <span>Cindy Wu</span>
  3374.                  </div>
  3375.                  <div>17 May 2026</div>
  3376.                </div>
  3377.              </div>
  3378.              <div class="sponsored-image-v10">
  3379.                
  3380.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3381.                
  3382.              </div>
  3383.            </div>
  3384.          </div>
  3385.        
  3386.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3387.            <div class="card sponsored-card-v10 h-100 w-100">
  3388.              <div class="sponsored-content-v10">
  3389.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3390.                <h3 class="sponsored-title-v10"><a href="/swiss-ski-resort-blaze-victims-receive-care-in-burns-units-throughout-the-continent/">Swiss Ski Resort Blaze Victims Receive Care in Burns Units Throughout the Continent</a></h3>
  3391.                <p class="sponsored-excerpt-v10"></p>
  3392.                <div class="sponsored-meta-v10">
  3393.                  <div class="author-info-v10">
  3394.                    
  3395.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" class="sponsored-author-img-v10" alt="Cindy Wu" />
  3396.                    
  3397.                    <span>Cindy Wu</span>
  3398.                  </div>
  3399.                  <div>17 May 2026</div>
  3400.                </div>
  3401.              </div>
  3402.              <div class="sponsored-image-v10">
  3403.                
  3404.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3405.                
  3406.              </div>
  3407.            </div>
  3408.          </div>
  3409.        
  3410.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3411.            <div class="card sponsored-card-v10 h-100 w-100">
  3412.              <div class="sponsored-content-v10">
  3413.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3414.                <h3 class="sponsored-title-v10"><a href="/queens-salute-titans-as-trump-gives-mamdani-a-cordial-greeting/">Queens Salute Titans as Trump Gives Mamdani a Cordial Greeting</a></h3>
  3415.                <p class="sponsored-excerpt-v10"></p>
  3416.                <div class="sponsored-meta-v10">
  3417.                  <div class="author-info-v10">
  3418.                    
  3419.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" class="sponsored-author-img-v10" alt="Cindy Wu" />
  3420.                    
  3421.                    <span>Cindy Wu</span>
  3422.                  </div>
  3423.                  <div>17 May 2026</div>
  3424.                </div>
  3425.              </div>
  3426.              <div class="sponsored-image-v10">
  3427.                
  3428.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3429.                
  3430.              </div>
  3431.            </div>
  3432.          </div>
  3433.        
  3434.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3435.            <div class="card sponsored-card-v10 h-100 w-100">
  3436.              <div class="sponsored-content-v10">
  3437.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3438.                <h3 class="sponsored-title-v10"><a href="/a-decade-long-liaison-by-erin-somers-a-midlife-adultery-tale-this-era-needs/">A Decade-Long Liaison by Erin Somers: A Midlife Adultery Tale This Era Needs.</a></h3>
  3439.                <p class="sponsored-excerpt-v10"></p>
  3440.                <div class="sponsored-meta-v10">
  3441.                  <div class="author-info-v10">
  3442.                    
  3443.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" class="sponsored-author-img-v10" alt="Cindy Wu" />
  3444.                    
  3445.                    <span>Cindy Wu</span>
  3446.                  </div>
  3447.                  <div>16 May 2026</div>
  3448.                </div>
  3449.              </div>
  3450.              <div class="sponsored-image-v10">
  3451.                
  3452.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3453.                
  3454.              </div>
  3455.            </div>
  3456.          </div>
  3457.        
  3458.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3459.            <div class="card sponsored-card-v10 h-100 w-100">
  3460.              <div class="sponsored-content-v10">
  3461.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3462.                <h3 class="sponsored-title-v10"><a href="/leader-zelensky-states-the-nation-was-10-off-from-peace-but-not-at-any-possible-cost/">Leader Zelensky States The Nation Was 10% Off from Peace, But Not at Any Possible Cost</a></h3>
  3463.                <p class="sponsored-excerpt-v10"></p>
  3464.                <div class="sponsored-meta-v10">
  3465.                  <div class="author-info-v10">
  3466.                    
  3467.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" class="sponsored-author-img-v10" alt="Cindy Wu" />
  3468.                    
  3469.                    <span>Cindy Wu</span>
  3470.                  </div>
  3471.                  <div>16 May 2026</div>
  3472.                </div>
  3473.              </div>
  3474.              <div class="sponsored-image-v10">
  3475.                
  3476.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3477.                
  3478.              </div>
  3479.            </div>
  3480.          </div>
  3481.        
  3482.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3483.            <div class="card sponsored-card-v10 h-100 w-100">
  3484.              <div class="sponsored-content-v10">
  3485.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3486.                <h3 class="sponsored-title-v10"><a href="/the-mighty-neins-opening-sequence-selected-the-wrong-critical-role-song/">The Mighty Nein&#x27;s Opening Sequence Selected the Wrong Critical Role Song</a></h3>
  3487.                <p class="sponsored-excerpt-v10"></p>
  3488.                <div class="sponsored-meta-v10">
  3489.                  <div class="author-info-v10">
  3490.                    
  3491.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" class="sponsored-author-img-v10" alt="Cindy Wu" />
  3492.                    
  3493.                    <span>Cindy Wu</span>
  3494.                  </div>
  3495.                  <div>16 May 2026</div>
  3496.                </div>
  3497.              </div>
  3498.              <div class="sponsored-image-v10">
  3499.                
  3500.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3501.                
  3502.              </div>
  3503.            </div>
  3504.          </div>
  3505.        
  3506.      </div>
  3507.    </div>
  3508.  </section>
  3509.  
  3510.  
  3511.    
  3512.        <!-- end wpo-blog-sponsored-section -->
  3513.        <!-- start wpo-subscribe-section -->
  3514.        
  3515.        <!-- end subscribe-section -->
  3516.        <!-- start of wpo-site-footer-section -->
  3517.        
  3518.  
  3519.  
  3520.  
  3521.  
  3522.  
  3523.  
  3524. <!-- Footer V4 - Modern Corporate Design -->
  3525. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  3526.  
  3527.    <div class="container-fluid fluid-container">
  3528.        
  3529.        <!-- Content Sections -->
  3530.        <div class="content-sections">
  3531.            <div class="row g-5">
  3532.                
  3533.                <!-- Brand Column -->
  3534.                <div class="col-lg-4 col-md-12">
  3535.                    <div class="brand-section">
  3536.                        <div class="brand-header">
  3537.                            
  3538.                            <div class="brand-text">
  3539.                                <h3 class="brand-name">Onyx Poker UK</h3>
  3540.                                <span class="brand-type">Digital Publication</span>
  3541.                            </div>
  3542.                        </div>
  3543.                        <p class="brand-description  text-lg-start ">
  3544.                            Onyx Poker UK provides comprehensive poker strategy guides, tournament analysis, and expert tips for players of all skill levels to improve their game.
  3545.                        </p>
  3546.                    </div>
  3547.                </div>
  3548.  
  3549.                <!-- Quick Links Column -->
  3550.               <div class="col-lg-4 col-md-6">
  3551.                    <div class="links-section">
  3552.                        <div class="section-title">
  3553.                            <h4 class="title-text">Resources</h4>
  3554.                            <div class="title-decoration"></div>
  3555.                        </div>
  3556.                        <div class="links-container">
  3557.                          
  3558. <div class="link-group">
  3559.    <ul class="link-list" id="externalLinks">
  3560.        
  3561.  
  3562.    
  3563.        
  3564.        
  3565.        
  3566.    </ul>
  3567. </div>
  3568.  
  3569.                        </div>
  3570.                    </div>
  3571.                </div>
  3572.  
  3573.                <!-- Categories Column -->
  3574.                <div class="col-lg-4 col-md-6">
  3575.                    <div class="categories-section">
  3576.                        <div class="section-title">
  3577.                            <h4 class="title-text">Explore Topics</h4>
  3578.                            <div class="title-decoration"></div>
  3579.                        </div>
  3580.                        <div class="categories-container">
  3581.                            <p class="categories-intro">Discover content organized by topics that interest you most.</p>
  3582.                            <div class="categories-cloud">
  3583.                                
  3584.                                <a href="/category/all-posts/" class="category-pill">
  3585.                                    All Posts
  3586.                                </a>
  3587.                                
  3588.                                <a href="/category/business/" class="category-pill">
  3589.                                    Business
  3590.                                </a>
  3591.                                
  3592.                                <a href="/category/esports/" class="category-pill">
  3593.                                    Esports
  3594.                                </a>
  3595.                                
  3596.                                <a href="/category/fashion/" class="category-pill">
  3597.                                    Fashion
  3598.                                </a>
  3599.                                
  3600.                                <a href="/category/featured/" class="category-pill">
  3601.                                    Featured
  3602.                                </a>
  3603.                                
  3604.                                <a href="/category/gaming/" class="category-pill">
  3605.                                    Gaming
  3606.                                </a>
  3607.                                
  3608.                                <a href="/category/health/" class="category-pill">
  3609.                                    Health
  3610.                                </a>
  3611.                                
  3612.                                <a href="/category/life-fitness/" class="category-pill">
  3613.                                    Life &amp; Fitness
  3614.                                </a>
  3615.                                
  3616.                            </div>
  3617.                        </div>
  3618.                    </div>
  3619.                </div>
  3620.  
  3621.            </div>
  3622.        </div>
  3623.  
  3624.        <!-- Footer Bottom -->
  3625.        <div class="footer-bottom">
  3626.            <div class="bottom-border"></div>
  3627.            <div class=" d-flex justify-content-between flex-wrap">
  3628.                <div>
  3629.                    <div class="copyright-info">
  3630.                        <p class="copyright-main">
  3631.                            © 2026 <span class="brand-highlight">Onyx Poker UK</span>. All rights reserved.
  3632.                        </p>
  3633.                        <p class="copyright-sub">
  3634.                            Thoughtfully crafted content for curious minds worldwide.
  3635.                        </p>
  3636.                    </div>
  3637.                </div>
  3638.                <div>
  3639.                    <div class="footer-actions">
  3640.                        <div class="action-links">
  3641.                            <a href="/page/write-for-us/" class="action-link">
  3642.                                <i class="bi bi-shield-check"></i>
  3643.                                <span>Write For Us</span>
  3644.                            </a>
  3645.                            <a href="/page/terms-and-conditions/" class="action-link">
  3646.                                <i class="bi bi-shield-check"></i>
  3647.                                <span>Terms & Conditions</span>
  3648.                            </a>
  3649.                            <a href="/sitemap.xml" class="action-link">
  3650.                                <i class="bi bi-diagram-3"></i>
  3651.                                <span>Sitemap</span>
  3652.                            </a>
  3653.                        </div>
  3654.  
  3655.                    </div>
  3656.                </div>
  3657.            </div>
  3658.        </div>
  3659.  
  3660.    </div>
  3661.  
  3662.    
  3663.  
  3664. </footer>
  3665.  
  3666.  
  3667. <style>
  3668. /* Footer V4 - Modern Corporate Design */
  3669. .wpo-site-footer-v4 {
  3670.    color: var(--footer-color);
  3671.    margin-top: 100px;
  3672. }
  3673.  
  3674.  
  3675. .accent-line {
  3676.    position: absolute;
  3677.    top: 0;
  3678.    height: 100%;
  3679.    width: 33.333%;
  3680.    opacity: 0.8;
  3681. }
  3682.  
  3683. .accent-1 {
  3684.    left: 0;
  3685.    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
  3686.    animation: slideRight 3s ease-in-out infinite;
  3687. }
  3688.  
  3689. .accent-2 {
  3690.    left: 33.333%;
  3691.    background: linear-gradient(90deg, #8b5cf6, #7c3aed);
  3692.    animation: slideRight 3s ease-in-out infinite 1s;
  3693. }
  3694.  
  3695. .accent-3 {
  3696.    left: 66.666%;
  3697.    background: linear-gradient(90deg, #10b981, #059669);
  3698.    animation: slideRight 3s ease-in-out infinite 2s;
  3699. }
  3700.  
  3701. @keyframes slideRight {
  3702.    0%, 100% { transform: translateX(-10px); opacity: 0.6; }
  3703.    50% { transform: translateX(10px); opacity: 1; }
  3704. }
  3705.  
  3706. /* Content Sections */
  3707. .content-sections {
  3708.    padding: 60px 0;
  3709.    position: relative;
  3710.    z-index: 2;
  3711. }
  3712.  
  3713. /* Brand Section */
  3714. .brand-section {
  3715.    padding-right: 2rem;
  3716. }
  3717.  
  3718. .brand-header {
  3719.    display: flex;
  3720.    align-items: center;
  3721.    margin-bottom: 2rem;
  3722.    gap: 1rem;
  3723. }
  3724.  
  3725. .brand-logo {
  3726.    height: 50px;
  3727.    width: auto;
  3728.    border-radius: 8px;
  3729. }
  3730.  
  3731. .brand-name {
  3732.    font-size: 1.5rem;
  3733.    font-weight: 800;
  3734.    color: var(--footer-color) !important;
  3735.    margin: 0;
  3736. }
  3737.  
  3738. .brand-type {
  3739.    color: var(--footer-color) !important;
  3740.    opacity: 0.8;
  3741.    font-size: 0.85rem;
  3742.    font-weight: 500;
  3743.    text-transform: uppercase;
  3744.    letter-spacing: 0.5px;
  3745. }
  3746.  
  3747. .brand-description {
  3748.    color: var(--footer-color) !important;
  3749.    line-height: 1.7;
  3750.    margin-bottom: 2rem;
  3751.    font-size: 0.95rem;
  3752. }
  3753.  
  3754. .brand-stats {
  3755.    display: flex;
  3756.    align-items: center;
  3757.    gap: 1.5rem;
  3758. }
  3759.  
  3760. .stat-item {
  3761.    text-align: center;
  3762. }
  3763.  
  3764. .stat-number {
  3765.    font-size: 1.5rem;
  3766.    font-weight: 800;
  3767.    color: #3b82f6;
  3768.    display: block;
  3769.    line-height: 1;
  3770. }
  3771.  
  3772. .stat-label {
  3773.    font-size: 0.8rem;
  3774.    color: #94a3b8;
  3775.    margin-top: 0.25rem;
  3776. }
  3777.  
  3778. .stat-divider {
  3779.    width: 1px;
  3780.    height: 40px;
  3781.    background: rgba(255, 255, 255, 0.2);
  3782. }
  3783.  
  3784. /* Links Section */
  3785. .links-section {
  3786.    padding-left: 1rem;
  3787.    padding-right: 1rem;
  3788. }
  3789.  
  3790. .section-title {
  3791.    margin-bottom: 2rem;
  3792.    position: relative;
  3793. }
  3794.  
  3795. .title-text {
  3796.    font-size: 1.3rem;
  3797.    font-weight: 700;
  3798.    color: var(--footer-color) !important;
  3799.    margin-bottom: 0.5rem;
  3800.    text-align: justify !important;
  3801. }
  3802.  
  3803.  
  3804. .link-group {
  3805.    margin-bottom: 2rem;
  3806. }
  3807.  
  3808. .group-title {
  3809.    font-size: 1rem;
  3810.    font-weight: 600;
  3811.    color: #f1f5f9;
  3812.    margin-bottom: 1rem;
  3813.    padding-bottom: 0.5rem;
  3814.    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  3815. }
  3816.  
  3817. .link-list {
  3818.    list-style: none;
  3819.    padding: 0;
  3820.    margin: 0;
  3821. }
  3822.  
  3823. .link-item {
  3824.    margin-bottom: 0.75rem;
  3825. }
  3826.  
  3827. .link-text {
  3828.    color: var(--footer-color) !important;
  3829.    text-decoration: none;
  3830.    font-size: 0.9rem;
  3831.    display: flex;
  3832.    align-items: center;
  3833.    transition: all 0.3s ease;
  3834.    padding: 0.25rem 0;
  3835. }
  3836.  
  3837. .link-text:hover {
  3838.    color: #3b82f6;
  3839.    padding-left: 0.5rem;
  3840. }
  3841.  
  3842. .link-icon {
  3843.    margin-right: 0.5rem;
  3844.    opacity: 0;
  3845.    transition: opacity 0.3s ease;
  3846. }
  3847.  
  3848. .link-text:hover .link-icon {
  3849.    opacity: 1;
  3850. }
  3851.  
  3852. .external-icon {
  3853.    color: #10b981;
  3854. }
  3855.  
  3856. /* Categories Section */
  3857. .categories-section {
  3858.    padding-left: 1rem;
  3859. }
  3860.  
  3861. .categories-intro {
  3862.    color: #cbd5e1;
  3863.    margin-bottom: 1.5rem;
  3864.    font-size: 0.9rem;
  3865. }
  3866.  
  3867. .categories-cloud {
  3868.    display: flex;
  3869.    flex-wrap: wrap;
  3870.    gap: 0.75rem;
  3871. }
  3872.  
  3873. .category-pill {
  3874.    display: inline-block;
  3875.    padding: 0.5rem 1rem;
  3876.    background: rgba(255, 255, 255, 0.1);
  3877.    border: 1px solid rgba(255, 255, 255, 0.2);
  3878.    border-radius: 20px;
  3879.    color:  var(--footer-color) !important;
  3880.    text-decoration: none;
  3881.    font-size: 0.85rem;
  3882.    opacity: 0.7;
  3883.    font-weight: 500;
  3884.    transition: all 0.3s ease;
  3885. }
  3886.  
  3887. .category-pill:hover {
  3888.    background: #3b82f6;
  3889.    border-color: #3b82f6;
  3890.    color: var(--footer-color) !important;
  3891.    opacity: 1;
  3892.    transform: translateY(-1px);
  3893.    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
  3894. }
  3895.  
  3896. /* Footer Bottom */
  3897. .footer-bottom {
  3898.    padding: 2rem 0;
  3899.    position: relative;
  3900.    z-index: 2;
  3901. }
  3902.  
  3903. .bottom-border {
  3904.    height: 1px;
  3905.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  3906.    margin-bottom: 2rem;
  3907. }
  3908.  
  3909. .copyright-main {
  3910.    font-size: 1rem;
  3911.    color: #e2e8f0;
  3912.    margin-bottom: 0.25rem;
  3913. }
  3914.  
  3915. .brand-highlight {
  3916.    color: var(--footer-color);
  3917.    font-weight: 700;
  3918. }
  3919.  
  3920. .copyright-sub {
  3921.    font-size: 0.85rem;
  3922.    color: #94a3b8;
  3923.    margin: 0;
  3924. }
  3925.  
  3926. .footer-actions {
  3927.    display: flex;
  3928.    align-items: center;
  3929.    gap: 2rem;
  3930. }
  3931.  
  3932. .action-links {
  3933.    display: flex;
  3934.    gap: 1.5rem;
  3935. }
  3936.  
  3937. .action-link {
  3938.    display: flex;
  3939.    align-items: center;
  3940.    gap: 0.5rem;
  3941.    color: #cbd5e1;
  3942.    text-decoration: none;
  3943.    font-size: 0.9rem;
  3944.    transition: color 0.3s ease;
  3945. }
  3946.  
  3947. .action-link:hover {
  3948.    color: #3b82f6;
  3949. }
  3950.  
  3951. .scroll-to-top-btn {
  3952.    background: rgba(255, 255, 255, 0.1);
  3953.    border: 1px solid rgba(255, 255, 255, 0.2);
  3954.    color: #cbd5e1;
  3955.    width: 44px;
  3956.    height: 44px;
  3957.    border-radius: 12px;
  3958.    cursor: pointer;
  3959.    transition: all 0.3s ease;
  3960.    display: flex;
  3961.    align-items: center;
  3962.    justify-content: center;
  3963. }
  3964.  
  3965. .scroll-to-top-btn:hover {
  3966.    background: #3b82f6;
  3967.    border-color: #3b82f6;
  3968.    color: white;
  3969.    transform: translateY(-2px);
  3970. }
  3971.  
  3972. /* Background Pattern */
  3973. .footer-pattern {
  3974.    position: absolute;
  3975.    top: 0;
  3976.    left: 0;
  3977.    width: 100%;
  3978.    height: 100%;
  3979.    z-index: 1;
  3980.    overflow: hidden;
  3981. }
  3982.  
  3983. .pattern-grid {
  3984.    position: relative;
  3985.    width: 100%;
  3986.    height: 100%;
  3987. }
  3988.  
  3989. .pattern-dot {
  3990.    position: absolute;
  3991.    width: 2px;
  3992.    height: 2px;
  3993.    background: rgba(255, 255, 255, 0.1);
  3994.    border-radius: 50%;
  3995. }
  3996.  
  3997. .pattern-dot:nth-child(1) { top: 20%; left: 10%; }
  3998. .pattern-dot:nth-child(2) { top: 40%; right: 15%; }
  3999. .pattern-dot:nth-child(3) { top: 60%; left: 70%; }
  4000. .pattern-dot:nth-child(4) { bottom: 30%; right: 30%; }
  4001. .pattern-dot:nth-child(5) { bottom: 50%; left: 40%; }
  4002. .pattern-dot:nth-child(6) { top: 80%; right: 60%; }
  4003.  
  4004. /* Responsive Design */
  4005. @media (max-width: 992px) {
  4006.    .newsletter-heading {
  4007.        font-size: 2rem;
  4008.    }
  4009.    
  4010.    .brand-section {
  4011.        padding-right: 0;
  4012.        margin-bottom: 3rem;
  4013.    }
  4014.    
  4015.    .links-section, .categories-section {
  4016.        padding-left: 0;
  4017.        padding-right: 0;
  4018.    }
  4019.    
  4020.    .brand-stats {
  4021.        justify-content: center;
  4022.        margin-top: 2rem;
  4023.    }
  4024. }
  4025.  
  4026. @media (max-width: 768px) {
  4027.    .newsletter-section {
  4028.        padding: 60px 0 40px;
  4029.    }
  4030.    
  4031.    .newsletter-container {
  4032.        padding: 2rem 1.5rem;
  4033.        margin: 0 1rem;
  4034.    }
  4035.    
  4036.    .newsletter-heading {
  4037.        font-size: 1.75rem;
  4038.    }
  4039.    
  4040.    .content-sections {
  4041.        padding: 40px 0;
  4042.    }
  4043.    
  4044.    .brand-header {
  4045.        flex-direction: column;
  4046.        text-align: center;
  4047.    }
  4048.    
  4049.    .footer-actions {
  4050.        flex-direction: column;
  4051.        gap: 1rem;
  4052.        margin-top: 1.5rem;
  4053.    }
  4054.    
  4055.    .action-links {
  4056.        order: 2;
  4057.    }
  4058.    
  4059.    .scroll-to-top-btn {
  4060.        order: 1;
  4061.    }
  4062. }
  4063.  
  4064. @media (max-width: 576px) {
  4065.    .newsletter-container {
  4066.        padding: 1.5rem 1rem;
  4067.    }
  4068.    
  4069.    .newsletter-heading {
  4070.        font-size: 1.5rem;
  4071.    }
  4072.    
  4073.    .brand-stats {
  4074.        flex-direction: column;
  4075.        gap: 1rem;
  4076.    }
  4077.    
  4078.    .stat-divider {
  4079.        width: 40px;
  4080.        height: 1px;
  4081.    }
  4082.    
  4083.    .action-links {
  4084.        flex-direction: column;
  4085.        gap: 0.75rem;
  4086.        text-align: center;
  4087.    }
  4088.    
  4089.    .pattern-dot {
  4090.        display: none;
  4091.    }
  4092. }
  4093. </style>
  4094.  
  4095. <!-- Bootstrap 5 JS -->
  4096.  
  4097. <script>
  4098. // Scroll to Top Function
  4099. document.addEventListener('DOMContentLoaded', function () {
  4100.    var btn = document.getElementById('toggleExternal');
  4101.    if (!btn) return; // No extra items, no button
  4102.  
  4103.    var extras = document.querySelectorAll('#externalLinks li.extra');
  4104.  
  4105.    btn.addEventListener('click', function () {
  4106.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4107.            return li.classList.contains('d-none');
  4108.        });
  4109.  
  4110.        extras.forEach(function (li) {
  4111.            if (anyHidden) {
  4112.                li.classList.remove('d-none');
  4113.                li.classList.add('show');
  4114.            } else {
  4115.                li.classList.add('d-none');
  4116.                li.classList.remove('show');
  4117.            }
  4118.        });
  4119.  
  4120.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4121.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4122.    });
  4123. });
  4124. function scrollToTop() {
  4125.    window.scrollTo({
  4126.        top: 0,
  4127.        behavior: 'smooth'
  4128.    });
  4129. }
  4130.  
  4131. // Initialize Footer V4 Features
  4132. document.addEventListener('DOMContentLoaded', function() {
  4133.    
  4134.    // Newsletter Form Handling
  4135.    const newsletterForm = document.querySelector('.newsletter-form');
  4136.    const emailInput = document.querySelector('.form-input');
  4137.    const submitButton = document.querySelector('.submit-button');
  4138.    const successMessage = document.querySelector('.success-message');
  4139.    const errorMessage = document.querySelector('.error-message');
  4140.    const infoMessage = document.querySelector('.info-message');
  4141.    
  4142.    if (newsletterForm && emailInput && submitButton) {
  4143.        
  4144.        // Form submission
  4145.        newsletterForm.addEventListener('submit', function(e) {
  4146.            e.preventDefault();
  4147.            
  4148.            const email = emailInput.value.trim();
  4149.            
  4150.            // Validate email
  4151.            if (!email || !isValidEmail(email)) {
  4152.                showMessage('error');
  4153.                emailInput.focus();
  4154.                return;
  4155.            }
  4156.            
  4157.            // Show loading state
  4158.            const originalText = submitButton.querySelector('.button-text').textContent;
  4159.            const originalIcon = submitButton.querySelector('.button-icon').innerHTML;
  4160.            
  4161.            submitButton.disabled = true;
  4162.            submitButton.querySelector('.button-text').textContent = 'Subscribing...';
  4163.            submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-arrow-clockwise"></i>';
  4164.            submitButton.querySelector('.button-icon i').style.animation = 'spin 1s linear infinite';
  4165.            
  4166.            // Simulate API call
  4167.            setTimeout(() => {
  4168.                // Success state
  4169.                submitButton.querySelector('.button-text').textContent = 'Subscribed!';
  4170.                submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-check-lg"></i>';
  4171.                submitButton.querySelector('.button-icon i').style.animation = 'none';
  4172.                submitButton.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  4173.                
  4174.                showMessage('success');
  4175.                
  4176.                // Reset after delay
  4177.                setTimeout(() => {
  4178.                    submitButton.querySelector('.button-text').textContent = originalText;
  4179.                    submitButton.querySelector('.button-icon').innerHTML = originalIcon;
  4180.                    submitButton.style.background = '';
  4181.                    submitButton.disabled = false;
  4182.                    emailInput.value = '';
  4183.                    showMessage('info');
  4184.                }, 3000);
  4185.                
  4186.            }, 2000);
  4187.        });
  4188.        
  4189.        // Input validation
  4190.        emailInput.addEventListener('blur', function() {
  4191.            const email = this.value.trim();
  4192.            if (email && !isValidEmail(email)) {
  4193.                this.style.borderColor = '#ef4444';
  4194.                this.style.boxShadow = '0 0 0 4px rgba(239, 68, 68, 0.2)';
  4195.            } else if (email && isValidEmail(email)) {
  4196.                this.style.borderColor = '#10b981';
  4197.                this.style.boxShadow = '0 0 0 4px rgba(16, 185, 129, 0.2)';
  4198.            }
  4199.        });
  4200.        
  4201.        emailInput.addEventListener('focus', function() {
  4202.            this.style.borderColor = '#3b82f6';
  4203.            this.style.boxShadow = '0 0 0 4px rgba(59, 130, 246, 0.2)';
  4204.        });
  4205.        
  4206.        // Reset validation styling on input
  4207.        emailInput.addEventListener('input', function() {
  4208.            if (this.style.borderColor === 'rgb(239, 68, 68)') {
  4209.                this.style.borderColor = '';
  4210.                this.style.boxShadow = '';
  4211.            }
  4212.        });
  4213.    }
  4214.    
  4215.    // Email validation function
  4216.    function isValidEmail(email) {
  4217.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  4218.        return emailRegex.test(email);
  4219.    }
  4220.    
  4221.    // Message display function
  4222.    function showMessage(type) {
  4223.        // Hide all messages
  4224.        successMessage.style.display = 'none';
  4225.        errorMessage.style.display = 'none';
  4226.        infoMessage.style.display = 'none';
  4227.        
  4228.        // Show specific message
  4229.        if (type === 'success') {
  4230.            successMessage.style.display = 'block';
  4231.        } else if (type === 'error') {
  4232.            errorMessage.style.display = 'block';
  4233.        } else if (type === 'info') {
  4234.            infoMessage.style.display = 'block';
  4235.        }
  4236.    }
  4237.    
  4238.    // Smooth reveal animations
  4239.    const observerOptions = {
  4240.        threshold: 0.1,
  4241.        rootMargin: '0px 0px -30px 0px'
  4242.    };
  4243.    
  4244.    const sectionObserver = new IntersectionObserver((entries) => {
  4245.        entries.forEach(entry => {
  4246.            if (entry.isIntersecting) {
  4247.                entry.target.style.opacity = '1';
  4248.                entry.target.style.transform = 'translateY(0)';
  4249.            }
  4250.        });
  4251.    }, observerOptions);
  4252.    
  4253.    // Animate sections
  4254.    document.querySelectorAll('.brand-section, .links-section, .categories-section').forEach((section, index) => {
  4255.        section.style.opacity = '0';
  4256.        section.style.transform = 'translateY(20px)';
  4257.        section.style.transition = `all 0.6s ease ${index * 0.2}s`;
  4258.        sectionObserver.observe(section);
  4259.    });
  4260.    
  4261.    // Animate category pills
  4262.    document.querySelectorAll('.category-pill').forEach((pill, index) => {
  4263.        pill.style.opacity = '0';
  4264.        pill.style.transform = 'translateY(10px)';
  4265.        pill.style.transition = `all 0.4s ease ${index * 0.1}s`;
  4266.        
  4267.        setTimeout(() => {
  4268.            pill.style.opacity = '1';
  4269.            pill.style.transform = 'translateY(0)';
  4270.        }, 300 + (index * 100));
  4271.    });
  4272.    
  4273.    // Enhanced link hover effects
  4274.    document.querySelectorAll('.link-text').forEach(link => {
  4275.        link.addEventListener('mouseenter', function() {
  4276.            const icon = this.querySelector('.link-icon');
  4277.            if (icon) {
  4278.                icon.style.transform = 'translateX(4px)';
  4279.            }
  4280.        });
  4281.        
  4282.        link.addEventListener('mouseleave', function() {
  4283.            const icon = this.querySelector('.link-icon');
  4284.            if (icon) {
  4285.                icon.style.transform = 'translateX(0)';
  4286.            }
  4287.        });
  4288.    });
  4289.    
  4290.    // Prevent default for demo links
  4291.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4292.        link.addEventListener('click', function(e) {
  4293.            e.preventDefault();
  4294.        });
  4295.    });
  4296.    
  4297.    // Add ripple effect to submit button
  4298.    submitButton.addEventListener('click', function(e) {
  4299.        const ripple = document.createElement('span');
  4300.        const rect = this.getBoundingClientRect();
  4301.        const size = Math.max(rect.width, rect.height);
  4302.        const x = e.clientX - rect.left - size / 2;
  4303.        const y = e.clientY - rect.top - size / 2;
  4304.        
  4305.        ripple.style.cssText = `
  4306.            position: absolute;
  4307.            width: ${size}px;
  4308.            height: ${size}px;
  4309.            left: ${x}px;
  4310.            top: ${y}px;
  4311.            background: rgba(255, 255, 255, 0.3);
  4312.            border-radius: 50%;
  4313.            transform: scale(0);
  4314.            animation: ripple 0.6s ease-out;
  4315.            pointer-events: none;
  4316.        `;
  4317.        
  4318.        this.appendChild(ripple);
  4319.        
  4320.        setTimeout(() => {
  4321.            ripple.remove();
  4322.        }, 600);
  4323.    });
  4324.    
  4325. });
  4326.  
  4327. // Add CSS for ripple animation
  4328. const rippleStyle = document.createElement('style');
  4329. rippleStyle.textContent = `
  4330.    @keyframes ripple {
  4331.        to {
  4332.            transform: scale(2);
  4333.            opacity: 0;
  4334.        }
  4335.    }
  4336.    
  4337.    @keyframes spin {
  4338.        from { transform: rotate(0deg); }
  4339.        to { transform: rotate(360deg); }
  4340.    }
  4341.    
  4342.    .submit-button {
  4343.        position: relative;
  4344.        overflow: hidden;
  4345.    }
  4346. `;
  4347. document.head.appendChild(rippleStyle);
  4348. </script>
  4349.  
  4350.        <!-- end of wpo-site-footer-section -->
  4351.    </div>
  4352.    <!-- end of page-wrapper -->
  4353.  
  4354.    <!-- All JavaScript files
  4355.    ================================================== -->
  4356.    
  4357.  
  4358. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4359. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4360. <!-- Plugins for this template -->
  4361. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4362. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4363. <!-- Custom script for this template -->
  4364. <script src="/static/blogapp/assets/js/script.js"></script>
  4365.  
  4366. <script>
  4367. (function () {
  4368. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4369. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4370.  
  4371. function applyFallback(img) {
  4372. if (!img || img.dataset.fallbackApplied === "1") {
  4373. return;
  4374. }
  4375. var failedSrc = img.currentSrc || img.src || "";
  4376. img.dataset.fallbackApplied = "1";
  4377. img.onerror = null;
  4378. img.src = fallbackImageSrc;
  4379. console.warn("[ImageFallback] Replaced broken image:", {
  4380. failedSrc: failedSrc,
  4381. fallbackSrc: fallbackImageSrc,
  4382. alt: img.alt || "",
  4383. });
  4384. }
  4385.  
  4386. document.querySelectorAll("img").forEach(function (img) {
  4387. if (img.complete && img.naturalWidth === 0) {
  4388. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4389. failedSrc: img.currentSrc || img.src || "",
  4390. alt: img.alt || "",
  4391. });
  4392. applyFallback(img);
  4393. }
  4394. });
  4395.  
  4396. document.addEventListener(
  4397. "error",
  4398. function (event) {
  4399. var target = event.target;
  4400. if (target && target.tagName === "IMG") {
  4401. applyFallback(target);
  4402. }
  4403. },
  4404. true
  4405. );
  4406. })();
  4407. </script>
  4408.  
  4409. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4410.  
  4411.  
  4412.  
  4413. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447" integrity="sha512-57MDmcccJXYtNnH+ZiBwzC4jb2rvgVCEokYN+L/nLlmO8rfYT/gIpW2A569iJ/3b+0UEasghjuZH/ma3wIs/EQ==" data-cf-beacon='{"version":"2024.11.0","token":"73c94bf8e6c641d0bbc6cd7cee117091","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4414. </body>
  4415.  
  4416. </html>
  4417.  
  4418.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda