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

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