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: "Los Angeles Faces Unprecedented Heat Only Days Following Severe Winter Weather.", url: "/los-angeles-faces-unprecedented-heat-only-days-following-severe-winter-weather/" },
  516.        
  517.            { title: "Stuck in a Rut \u002D The Magpies Need to End Their Away\u002DDay Struggles", url: "/stuck-in-a-rut-the-magpies-need-to-end-their-away-day-struggles/" },
  518.        
  519.            { title: "From Online Commentator to Political Lightning Rod: The Rise of Hasan Piker", url: "/from-online-commentator-to-political-lightning-rod-the-rise-of-hasan-piker/" },
  520.        
  521.            { title: "The Actor\u0027s Jesus\u002DThemed Thriller Film Isn\u0027t as Wild Than Expected", url: "/the-actors-jesus-themed-thriller-film-isnt-as-wild-than-expected/" },
  522.        
  523.            { title: "The Burgeoning Passion for Football: What a Mayor\u002DElect\u0027s Fandom Unveils", url: "/the-burgeoning-passion-for-football-what-a-mayor-elects-fandom-unveils/" }
  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="/some-like-it-hot-the-argument-against-frosty-festivities-pale-in-comparison-to-celebrating-in-summer/">
  1744.                                        Some Like It Hot: The Argument Against Frosty Festivities Pale in Comparison to Celebrating in Summer.
  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">11 Jul 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="/is-it-possible-im-hooked-on-my-fitness-tracker/">
  1793.                                        Is It Possible I&#x27;m Hooked on My Fitness Tracker?
  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">11 Jul 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="/alleged-bondi-beach-gunmen-acted-independently-and-did-not-undergo-instruction-in-the-philippines-authorities-state/" >
  1822.                                        Alleged Bondi Beach Gunmen Acted Independently and Did Not Undergo Instruction in the Philippines, Authorities State.
  1823.                                    </a></h4>
  1824.                  <p class="medium-excerpt"></p>
  1825.                  <div class="small-meta">
  1826.                    <span>By Andrew Chambers</span>
  1827.                    <span>10 Jul 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="/pupils-push-back-against-ai-led-college-module-we-might-have-just-asked-chatgpt/" >
  1845.                                        Pupils Push Back Against AI-Led College Module: &quot;We Might Have Just Asked ChatGPT&quot;
  1846.                                    </a></h4>
  1847.                  <p class="medium-excerpt"></p>
  1848.                  <div class="small-meta">
  1849.                    <span>By Andrew Chambers</span>
  1850.                    <span>10 Jul 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="/covert-dna-examination-proved-alleged-stalker-could-not-be-madeleine-mccann-says-detective/">
  2579.                                    Covert DNA Examination Proved Alleged Stalker Could Not Be Madeleine McCann, Says Detective
  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;">10 Jul 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="/where-does-a-western-manufacturing-facility-which-polluted-drinking-water-move-on-heading-to-india/">
  2610.                                    Where Does a Western Manufacturing Facility Which Polluted Drinking Water Move On? Heading to India
  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;">10 Jul 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="/xboxs-2025-was-a-year-of-turmoil/">
  2641.                                    Xbox&#x27;s 2025 Was a Year of Turmoil.
  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;">10 Jul 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="/the-harlem-artistic-revival-exploring-the-studio-museum-in-harlems-160m-new-home/">
  2672.                                    The Harlem Artistic Revival: Exploring the Studio Museum in Harlem&#x27;s $160M New Home
  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;">10 Jul 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="/being-gay-in-mens-football-an-unwelcoming-atmosphere/">
  2703.                                    Being Gay in Men&#x27;s Football: An Unwelcoming Atmosphere
  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;">10 Jul 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="/religion-and-politics-could-the-conservative-christian-wing-on-the-rise-in-british-political-life/">
  2734.                                    Religion and Politics: Could the Conservative Christian Wing on the Rise in British Political Life?
  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;">09 Jul 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="/the-way-jamaat-nusrat-ul-islam-wa-al-muslimin-is-pushing-the-west-african-nation-to-its-knees/">
  2765.                                    The Way Jama&#x27;at Nusrat ul-Islam wa al-Muslimin Is Pushing the West African Nation to Its Knees
  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;">09 Jul 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="/saturday-soccer-live-updates-liverpool-vs-brighton-chelsea-vs-the-toffees-and-further-action/">
  2796.                                    Saturday Soccer Live Updates: Liverpool vs Brighton, Chelsea vs The Toffees and Further Action
  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;">09 Jul 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="/prolonged-chill-tightens-hold-on-canada-as-us-records-warmest-christmas-on-record/">
  2827.                                    Prolonged Chill Tightens Hold on Canada as US Records Warmest Christmas on Record.
  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;">09 Jul 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="/dana-schutz-review-a-feast-of-thick-paint-from-the-painter-who-outraged-new-york/">
  2858.                                    Dana Schutz Review: A Feast of Thick Paint from the Painter Who Outraged New York
  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;">09 Jul 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="/the-latest-jujutsu-kaisen-most-recent-episode-reveals-the-tragic-paradox-of-the-culling-game-ritual/">
  2889.                                    The Latest Jujutsu Kaisen Most Recent Episode Reveals the Tragic Paradox of the Culling Game Ritual
  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;">09 Jul 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="/van-dijk-admits-team-is-in-a-mess-questions-players-on-responsibility/">
  2920.                                    Van Dijk Admits Team is in a Mess, Questions Players on Responsibility
  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;">09 Jul 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>July 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://howtobuybitcoins.info/"  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 forex broker</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://knightsof.media/"  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"> online casinos</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://www.summerhall.co.uk/"  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"> online casinos</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.london-irish.com/"  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"> online casinos</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://chelsea.news/online-casinos/non-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"> non gamstop casinos uk</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 casino uk</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>
  3012.                
  3013.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3014.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3015.                        <i class="ti-archive me-1"></i>View All Archives
  3016.                    </a>
  3017.                </div> -->
  3018.            </div>
  3019.        </div>
  3020.        
  3021.       <div class="sidebar-widget mb-4">
  3022.            <div class="widget-title-wrapper mb-3">
  3023.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3024.                    <div class="title-border"></div>
  3025.                    <i class="ti-folder me-2"></i>June 2026 Blog Roll
  3026.                </h4>
  3027.            </div>
  3028.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  3029.                <div class="archives-list scrollable-sidebar">
  3030.                    
  3031.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3032.                        <a href="https://www.cardplayer.com/uk/online-casinos/bitcoin-casinos"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3033.                            <i class="ti-angle-right me-2 text-primary"></i>
  3034.                            <span class="archive-link top-color fw-semibold"> Bitcoin casinos in the UK</span>
  3035.                        </a>
  3036.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3037.                    </div>
  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.esportsbets.com/betting/uk/not-on-gamstop/"  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"> betting sites not on Gamstop UK</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://casinobeats.com/uk/betting-sites/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"> new 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.gamblinginsider.com/uk/non-gamstop-betting-sites"  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"> sports betting sites not on Gamstop</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://esports-news.co.uk/online-casinos/non-gamstop/"  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 casinos UK</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://www.frn.org.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"> best betting sites not on gamstop</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://www.moneymakesense.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"> casinos not on GamStop</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://esportsinsider.com/uk/bitcoin-casinos"  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"> scroll down to Сrypto Сasinos</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://www.esportsbets.com/betting/uk/not-on-gamstop/"  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"> click here for best betting sites not on Gamstop</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://casinobeats.com/uk/online-casinos/casinos-not-on-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"> uk casinos not on gamstop update [2026]</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 class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3112.                        <a href="https://heyimhome.co.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3113.                            <i class="ti-angle-right me-2 text-primary"></i>
  3114.                            <span class="archive-link top-color fw-semibold"> best online casinos uk directory</span>
  3115.                        </a>
  3116.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3117.                    </div>
  3118.                
  3119.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3120.                        <a href="https://dcuwater.ie/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3121.                            <i class="ti-angle-right me-2 text-primary"></i>
  3122.                            <span class="archive-link top-color fw-semibold"> my best online casino</span>
  3123.                        </a>
  3124.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3125.                    </div>
  3126.                
  3127.                </div>
  3128.                
  3129.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3130.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3131.                        <i class="ti-archive me-1"></i>View All Archives
  3132.                    </a>
  3133.                </div> -->
  3134.            </div>
  3135.        </div>
  3136.        
  3137.       <div class="sidebar-widget mb-4">
  3138.            <div class="widget-title-wrapper mb-3">
  3139.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3140.                    <div class="title-border"></div>
  3141.                    <i class="ti-folder me-2"></i>May 2026 Blog Roll
  3142.                </h4>
  3143.            </div>
  3144.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  3145.                <div class="archives-list scrollable-sidebar">
  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.gamblinginsider.com/uk/online-casinos"  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"> casino sites</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://www.pokerstrategy.com/betting-sites/uk/non-gamstop-betting-sites/"  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"> betting sites not on gamstop</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.merchantstavern.co.uk/"  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 casino uk</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.hospitaldr.co.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"> non GAMSTOP casino</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://lagoccia.co.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"> online casinos</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://heyimhome.co.uk/"  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"> online casino</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://esports-news.co.uk/gambling-sites/lizaro-review/"  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"> lizaro review</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://esports-news.co.uk/gambling-sites/lolajack-review/"  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"> lolajack review</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://esports-news.co.uk/online-casinos/non-gamstop/"  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"> casino not on gamstop</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>
  3220.                
  3221.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3222.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3223.                        <i class="ti-archive me-1"></i>View All Archives
  3224.                    </a>
  3225.                </div> -->
  3226.            </div>
  3227.        </div>
  3228.        
  3229.       <div class="sidebar-widget mb-4">
  3230.            <div class="widget-title-wrapper mb-3">
  3231.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3232.                    <div class="title-border"></div>
  3233.                    <i class="ti-folder me-2"></i>April 2026 Blog Roll
  3234.                </h4>
  3235.            </div>
  3236.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  3237.                <div class="archives-list scrollable-sidebar">
  3238.                    
  3239.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3240.                        <a href="https://feralhorses.co.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3241.                            <i class="ti-angle-right me-2 text-primary"></i>
  3242.                            <span class="archive-link top-color fw-semibold"> uk betting sites not on gamstop</span>
  3243.                        </a>
  3244.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3245.                    </div>
  3246.                
  3247.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3248.                        <a href="https://savethedatemagazine.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3249.                            <i class="ti-angle-right me-2 text-primary"></i>
  3250.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  3251.                        </a>
  3252.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3253.                    </div>
  3254.                
  3255.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3256.                        <a href="https://www.roadpeace.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3257.                            <i class="ti-angle-right me-2 text-primary"></i>
  3258.                            <span class="archive-link top-color fw-semibold"> uk casinos not on gamstop</span>
  3259.                        </a>
  3260.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3261.                    </div>
  3262.                
  3263.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3264.                        <a href="https://thesaracensatbrington.co.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3265.                            <i class="ti-angle-right me-2 text-primary"></i>
  3266.                            <span class="archive-link top-color fw-semibold"> best non uk gambling sites</span>
  3267.                        </a>
  3268.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3269.                    </div>
  3270.                
  3271.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3272.                        <a href="https://www.durhamminers.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3273.                            <i class="ti-angle-right me-2 text-primary"></i>
  3274.                            <span class="archive-link top-color fw-semibold"> non GamStop casinos</span>
  3275.                        </a>
  3276.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3277.                    </div>
  3278.                
  3279.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3280.                        <a href="https://www.pgldevonshire.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3281.                            <i class="ti-angle-right me-2 text-primary"></i>
  3282.                            <span class="archive-link top-color fw-semibold"> best online casinos that accept credit cards</span>
  3283.                        </a>
  3284.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3285.                    </div>
  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.autoidlabs.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"> non uk based betting 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.fourpure.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"> best 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://editorialintelligence.com"  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"> non gamstop casino</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://bonhillevents.com"  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://casino.blackcurve.com/"  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"> best uk casinos not on gamblock</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.stamina.org.uk/"  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"> new casinos not blocked by Gamstop</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://www.llancaiachfawr.co.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"> online casinos</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.drakebell.com/"  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"> best online betting sites</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.patients4nhs.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"> online casinos UK</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.peterbrett.com/"  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"> casinos 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://llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch.co.uk"  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"> casinos not on GamStop</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>
  3376.                
  3377.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3378.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3379.                        <i class="ti-archive me-1"></i>View All Archives
  3380.                    </a>
  3381.                </div> -->
  3382.            </div>
  3383.        </div>
  3384.        
  3385.       <div class="sidebar-widget mb-4">
  3386.            <div class="widget-title-wrapper mb-3">
  3387.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3388.                    <div class="title-border"></div>
  3389.                    <i class="ti-folder me-2"></i>March 2026 Blog Roll
  3390.                </h4>
  3391.            </div>
  3392.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  3393.                <div class="archives-list scrollable-sidebar">
  3394.                    
  3395.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3396.                        <a href="https://www.mediawise.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3397.                            <i class="ti-angle-right me-2 text-primary"></i>
  3398.                            <span class="archive-link top-color fw-semibold"> UK casino sites</span>
  3399.                        </a>
  3400.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3401.                    </div>
  3402.                
  3403.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3404.                        <a href="https://www.bunker-51.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3405.                            <i class="ti-angle-right me-2 text-primary"></i>
  3406.                            <span class="archive-link top-color fw-semibold"> non GamStop casinos</span>
  3407.                        </a>
  3408.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3409.                    </div>
  3410.                
  3411.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3412.                        <a href="https://www.ginspa.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3413.                            <i class="ti-angle-right me-2 text-primary"></i>
  3414.                            <span class="archive-link top-color fw-semibold"> casino not on gamestop</span>
  3415.                        </a>
  3416.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3417.                    </div>
  3418.                
  3419.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3420.                        <a href="https://www.caerphilly.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3421.                            <i class="ti-angle-right me-2 text-primary"></i>
  3422.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  3423.                        </a>
  3424.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3425.                    </div>
  3426.                
  3427.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3428.                        <a href="https://shopy.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3429.                            <i class="ti-angle-right me-2 text-primary"></i>
  3430.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  3431.                        </a>
  3432.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3433.                    </div>
  3434.                
  3435.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3436.                        <a href="https://www.roostblog.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3437.                            <i class="ti-angle-right me-2 text-primary"></i>
  3438.                            <span class="archive-link top-color fw-semibold"> crypto casinos no kyc</span>
  3439.                        </a>
  3440.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3441.                    </div>
  3442.                
  3443.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3444.                        <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3445.                            <i class="ti-angle-right me-2 text-primary"></i>
  3446.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  3447.                        </a>
  3448.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3449.                    </div>
  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.falconryforum.co.uk/"  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"> non gamstop casino</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://www.lgbthistorymonth.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"> best casinos not on gamstop</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.squarebox.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"> casino not on gamstop</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://www.voteleavetakecontrol.org/"  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"> non GamStop casino UK</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.kysty.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"> Casinos Not on GAMSTOP</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"> casino not on gamstop</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.toop.eu"  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 casino</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.nordicresearchnetwork.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"> Non UK Casinos</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.employersforwork-lifebalance.org.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"> casino 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.bttad.org/"  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"> casino 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://roadpeace.org/"  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"> non gamstop 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>
  3540.                
  3541.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3542.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3543.                        <i class="ti-archive me-1"></i>View All Archives
  3544.                    </a>
  3545.                </div> -->
  3546.            </div>
  3547.        </div>
  3548.        
  3549.       <div class="sidebar-widget mb-4">
  3550.            <div class="widget-title-wrapper mb-3">
  3551.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3552.                    <div class="title-border"></div>
  3553.                    <i class="ti-folder me-2"></i>February 2026 Blog Roll
  3554.                </h4>
  3555.            </div>
  3556.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  3557.                <div class="archives-list scrollable-sidebar">
  3558.                    
  3559.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3560.                        <a href="https://www.ncpqsw.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3561.                            <i class="ti-angle-right me-2 text-primary"></i>
  3562.                            <span class="archive-link top-color fw-semibold"> casino sites not on gamstop</span>
  3563.                        </a>
  3564.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3565.                    </div>
  3566.                
  3567.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3568.                        <a href="https://financialservicescultureboard.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3569.                            <i class="ti-angle-right me-2 text-primary"></i>
  3570.                            <span class="archive-link top-color fw-semibold"> non gamstop sports betting</span>
  3571.                        </a>
  3572.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3573.                    </div>
  3574.                
  3575.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3576.                        <a href="https://www.taysideaviation.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3577.                            <i class="ti-angle-right me-2 text-primary"></i>
  3578.                            <span class="archive-link top-color fw-semibold"> non gamstop betting</span>
  3579.                        </a>
  3580.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3581.                    </div>
  3582.                
  3583.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3584.                        <a href="https://itechlabs.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3585.                            <i class="ti-angle-right me-2 text-primary"></i>
  3586.                            <span class="archive-link top-color fw-semibold"> betting sites not on gamstop</span>
  3587.                        </a>
  3588.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3589.                    </div>
  3590.                
  3591.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3592.                        <a href="https://www.thekarczma.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3593.                            <i class="ti-angle-right me-2 text-primary"></i>
  3594.                            <span class="archive-link top-color fw-semibold"> Non UK Registered Casinos</span>
  3595.                        </a>
  3596.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3597.                    </div>
  3598.                
  3599.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3600.                        <a href="https://free2learn.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3601.                            <i class="ti-angle-right me-2 text-primary"></i>
  3602.                            <span class="archive-link top-color fw-semibold"> top online casinos</span>
  3603.                        </a>
  3604.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3605.                    </div>
  3606.                
  3607.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3608.                        <a href="https://www.casquette.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3609.                            <i class="ti-angle-right me-2 text-primary"></i>
  3610.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  3611.                        </a>
  3612.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3613.                    </div>
  3614.                
  3615.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3616.                        <a href="https://www.gifmania.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3617.                            <i class="ti-angle-right me-2 text-primary"></i>
  3618.                            <span class="archive-link top-color fw-semibold"> best non gamstop casino</span>
  3619.                        </a>
  3620.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3621.                    </div>
  3622.                
  3623.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3624.                        <a href="https://www.tourofbritain.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3625.                            <i class="ti-angle-right me-2 text-primary"></i>
  3626.                            <span class="archive-link top-color fw-semibold"> online casinos not on gamstop</span>
  3627.                        </a>
  3628.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3629.                    </div>
  3630.                
  3631.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3632.                        <a href="https://www.summerhall.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3633.                            <i class="ti-angle-right me-2 text-primary"></i>
  3634.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  3635.                        </a>
  3636.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3637.                    </div>
  3638.                
  3639.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3640.                        <a href="https://www.summerhall.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3641.                            <i class="ti-angle-right me-2 text-primary"></i>
  3642.                            <span class="archive-link top-color fw-semibold"> uk online casinos</span>
  3643.                        </a>
  3644.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3645.                    </div>
  3646.                
  3647.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3648.                        <a href="https://www.runningbuggies.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3649.                            <i class="ti-angle-right me-2 text-primary"></i>
  3650.                            <span class="archive-link top-color fw-semibold"> casino sites UK</span>
  3651.                        </a>
  3652.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3653.                    </div>
  3654.                
  3655.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3656.                        <a href="https://www.peckhamaudio.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3657.                            <i class="ti-angle-right me-2 text-primary"></i>
  3658.                            <span class="archive-link top-color fw-semibold"> non GamStop sites</span>
  3659.                        </a>
  3660.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3661.                    </div>
  3662.                
  3663.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3664.                        <a href="https://www.mugdock-country-park.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3665.                            <i class="ti-angle-right me-2 text-primary"></i>
  3666.                            <span class="archive-link top-color fw-semibold"> casinos not on GamStop</span>
  3667.                        </a>
  3668.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3669.                    </div>
  3670.                
  3671.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3672.                        <a href="https://www.moretonmotormuseum.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3673.                            <i class="ti-angle-right me-2 text-primary"></i>
  3674.                            <span class="archive-link top-color fw-semibold"> casino sites not on GamStop</span>
  3675.                        </a>
  3676.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3677.                    </div>
  3678.                
  3679.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3680.                        <a href="https://www.mediawise.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3681.                            <i class="ti-angle-right me-2 text-primary"></i>
  3682.                            <span class="archive-link top-color fw-semibold"> non GamStop casino</span>
  3683.                        </a>
  3684.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3685.                    </div>
  3686.                
  3687.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3688.                        <a href="https://www.llancaiachfawr.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3689.                            <i class="ti-angle-right me-2 text-primary"></i>
  3690.                            <span class="archive-link top-color fw-semibold"> non GamStop sites</span>
  3691.                        </a>
  3692.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3693.                    </div>
  3694.                
  3695.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3696.                        <a href="https://www.littleshipsramsgate.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3697.                            <i class="ti-angle-right me-2 text-primary"></i>
  3698.                            <span class="archive-link top-color fw-semibold"> best non GamStop casinos</span>
  3699.                        </a>
  3700.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3701.                    </div>
  3702.                
  3703.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3704.                        <a href="https://www.drinksandco.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3705.                            <i class="ti-angle-right me-2 text-primary"></i>
  3706.                            <span class="archive-link top-color fw-semibold"> casino sites not on GamStop</span>
  3707.                        </a>
  3708.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3709.                    </div>
  3710.                
  3711.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3712.                        <a href="https://www.bunker-51.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3713.                            <i class="ti-angle-right me-2 text-primary"></i>
  3714.                            <span class="archive-link top-color fw-semibold"> slots not on GamStop</span>
  3715.                        </a>
  3716.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3717.                    </div>
  3718.                
  3719.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3720.                        <a href="https://womeninfinance.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3721.                            <i class="ti-angle-right me-2 text-primary"></i>
  3722.                            <span class="archive-link top-color fw-semibold"> non GamStop casino UK</span>
  3723.                        </a>
  3724.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3725.                    </div>
  3726.                
  3727.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3728.                        <a href="https://reflowfilament.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3729.                            <i class="ti-angle-right me-2 text-primary"></i>
  3730.                            <span class="archive-link top-color fw-semibold"> sites not on GamStop</span>
  3731.                        </a>
  3732.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3733.                    </div>
  3734.                
  3735.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3736.                        <a href="https://www.london-irish.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3737.                            <i class="ti-angle-right me-2 text-primary"></i>
  3738.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  3739.                        </a>
  3740.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3741.                    </div>
  3742.                
  3743.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3744.                        <a href="https://savethedatemagazine.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3745.                            <i class="ti-angle-right me-2 text-primary"></i>
  3746.                            <span class="archive-link top-color fw-semibold"> best uk non gamstop casinos</span>
  3747.                        </a>
  3748.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3749.                    </div>
  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://bereavementcommission.org.uk/"  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://www.mesaonline.org/"  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"> online casino</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://www.makemegenius.com/"  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"> online casino</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://blitab.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"> best crypto casinos</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://hetv.org/"  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"> non gamstop sports betting</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.paghat.com/"  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"> uk casino not on gamstop</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://datamagazine.co.uk"  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"> casino sites not on gamstop</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://littlewhitelies.co.uk/"  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"> casino sites not on gamstop</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.regionalnetworks.org.uk/"  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"> casino not on GAMSTOP</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://oncallfire.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"> casino not on GAMSTOP</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.londonart.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"> escorts</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>
  3840.                
  3841.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3842.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3843.                        <i class="ti-archive me-1"></i>View All Archives
  3844.                    </a>
  3845.                </div> -->
  3846.            </div>
  3847.        </div>
  3848.        
  3849.       <div class="sidebar-widget mb-4">
  3850.            <div class="widget-title-wrapper mb-3">
  3851.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3852.                    <div class="title-border"></div>
  3853.                    <i class="ti-folder me-2"></i>January 2026 Blog Roll
  3854.                </h4>
  3855.            </div>
  3856.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  3857.                <div class="archives-list scrollable-sidebar">
  3858.                    
  3859.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3860.                        <a href="https://esports-news.co.uk/online-casinos/non-gamstop/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3861.                            <i class="ti-angle-right me-2 text-primary"></i>
  3862.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  3863.                        </a>
  3864.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3865.                    </div>
  3866.                
  3867.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3868.                        <a href="https://newhorrizon.eu/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3869.                            <i class="ti-angle-right me-2 text-primary"></i>
  3870.                            <span class="archive-link top-color fw-semibold"> uk casinos not on gamstop</span>
  3871.                        </a>
  3872.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3873.                    </div>
  3874.                
  3875.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3876.                        <a href="https://openidentityexchange.org/"  rel="dofollow" 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"> non gamstop casinos uk</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="https://peterbrett.com/"  rel="dofollow" 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"> non gamstop casino</span>
  3887.                        </a>
  3888.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 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="https://chargeyourcar.org.uk/"  rel="dofollow" 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"> best betting sites</span>
  3895.                        </a>
  3896.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 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="https://www.frn.org.uk/"  rel="dofollow" 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"> best betting sites uk</span>
  3903.                        </a>
  3904.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 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="https://theemon.com/"  rel="dofollow" 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"> best betting sites</span>
  3911.                        </a>
  3912.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3913.                    </div>
  3914.                
  3915.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3916.                        <a href="https://aircargoeye.com/"  rel="dofollow" 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"> non gamstop casino</span>
  3919.                        </a>
  3920.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3921.                    </div>
  3922.                
  3923.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3924.                        <a href="https://www.fishonline.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3925.                            <i class="ti-angle-right me-2 text-primary"></i>
  3926.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  3927.                        </a>
  3928.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3929.                    </div>
  3930.                
  3931.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3932.                        <a href="https://www.forcesreunited.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3933.                            <i class="ti-angle-right me-2 text-primary"></i>
  3934.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  3935.                        </a>
  3936.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3937.                    </div>
  3938.                
  3939.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3940.                        <a href="https://www.chemical-records.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3941.                            <i class="ti-angle-right me-2 text-primary"></i>
  3942.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  3943.                        </a>
  3944.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3945.                    </div>
  3946.                
  3947.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3948.                        <a href="https://www.scva.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3949.                            <i class="ti-angle-right me-2 text-primary"></i>
  3950.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  3951.                        </a>
  3952.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3953.                    </div>
  3954.                
  3955.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3956.                        <a href="https://esports-news.co.uk/online-casinos/non-gamstop/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3957.                            <i class="ti-angle-right me-2 text-primary"></i>
  3958.                            <span class="archive-link top-color fw-semibold"> best non gamstop casinos</span>
  3959.                        </a>
  3960.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3961.                    </div>
  3962.                
  3963.                </div>
  3964.                
  3965.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3966.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3967.                        <i class="ti-archive me-1"></i>View All Archives
  3968.                    </a>
  3969.                </div> -->
  3970.            </div>
  3971.        </div>
  3972.        
  3973.  
  3974.       <!-- <div class="sidebar-widget mb-5">
  3975.            <div class="widget-title-wrapper mb-3">
  3976.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3977.                    <div class="title-border"></div>
  3978.                    <i class="ti-folder me-2"></i>Blog Archives
  3979.                </h4>
  3980.            </div>
  3981.            <div class="widget-content border border-color shadow-sm rounded-3 p-4">
  3982.                <div class="archives-list">
  3983.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3984.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3985.                            <i class="ti-angle-right me-2 text-primary"></i>
  3986.                            <span class="archive-link top-color fw-semibold">August 2025</span>
  3987.                        </a>
  3988.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span>
  3989.                    </div>
  3990.  
  3991.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3992.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3993.                            <i class="ti-angle-right me-2 text-primary"></i>
  3994.                            <span class="archive-link top-color fw-semibold">July 2025</span>
  3995.                        </a>
  3996.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">31 posts</span>
  3997.                    </div>
  3998.  
  3999.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  4000.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  4001.                            <i class="ti-angle-right me-2 text-primary"></i>
  4002.                            <span class="archive-link top-color fw-semibold">June 2025</span>
  4003.                        </a>
  4004.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">28 posts</span>
  4005.                    </div>
  4006.  
  4007.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  4008.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  4009.                            <i class="ti-angle-right me-2 text-primary"></i>
  4010.                            <span class="archive-link top-color fw-semibold">May 2025</span>
  4011.                        </a>
  4012.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">35 posts</span>
  4013.                    </div>
  4014.  
  4015.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  4016.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  4017.                            <i class="ti-angle-right me-2 text-primary"></i>
  4018.                            <span class="archive-link top-color fw-semibold">April 2025</span>
  4019.                        </a>
  4020.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">29 posts</span>
  4021.                    </div>
  4022.  
  4023.                    <div class="archive-item d-flex justify-content-between align-items-center">
  4024.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  4025.                            <i class="ti-angle-right me-2 text-primary"></i>
  4026.                            <span class="archive-link top-color fw-semibold">March 2025</span>
  4027.                        </a>
  4028.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">27 posts</span>
  4029.                    </div>
  4030.                </div>
  4031.                
  4032.                <div class="text-center mt-4 pt-3 border-top border-color">
  4033.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  4034.                        <i class="ti-archive me-1"></i>View All Archives
  4035.                    </a>
  4036.                </div>
  4037.            </div>
  4038.        </div> -->
  4039.  
  4040.        <div class="sidebar-widget mb-4">
  4041.            <div class="widget-title-wrapper mb-3">
  4042.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  4043.                    <div class="title-border-primary"></div>
  4044.                    <i class="ti-star me-2"></i>Popular Posts
  4045.                </h4>
  4046.            </div>
  4047.            <div class="widget-content border border-color shadow-sm rounded-3 p-4">
  4048.                <div class="popular-post-list">
  4049.                    
  4050.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  4051.                        <div class="post-content flex-grow-1">
  4052.                            <h6 class="post-title mb-1">
  4053.                                 <a href="/trumps-capture-of-maduro-turning-a-global-superpower-into-a-lawless-actor/" class="text-decoration-none top-color fw-semibold lh-sm">
  4054.                                            Trump&#x27;s Capture of Maduro: Turning a Global Superpower into a Lawless Actor
  4055.                                            </a>
  4056.                            </h6>
  4057.                            <div class="post-meta">
  4058.                                <small class="text-muted">
  4059.                                    <i class="ti-calendar me-1"></i>08 Jul 2026
  4060.                                </small>
  4061.                                <!-- <small class="text-muted ms-3">
  4062.                                    <i class="ti-eye me-1"></i>1,234 views
  4063.                                </small> -->
  4064.                            </div>
  4065.                        </div>
  4066.                    </div>
  4067.                    
  4068.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  4069.                        <div class="post-content flex-grow-1">
  4070.                            <h6 class="post-title mb-1">
  4071.                                 <a href="/alcaraz-ready-to-battle-non-professionals-in-1-million-winner-takes-all-event/" class="text-decoration-none top-color fw-semibold lh-sm">
  4072.                                            Alcaraz Ready to Battle Non-Professionals in $1 Million Winner-Takes-All Event
  4073.                                            </a>
  4074.                            </h6>
  4075.                            <div class="post-meta">
  4076.                                <small class="text-muted">
  4077.                                    <i class="ti-calendar me-1"></i>08 Jul 2026
  4078.                                </small>
  4079.                                <!-- <small class="text-muted ms-3">
  4080.                                    <i class="ti-eye me-1"></i>1,234 views
  4081.                                </small> -->
  4082.                            </div>
  4083.                        </div>
  4084.                    </div>
  4085.                    
  4086.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  4087.                        <div class="post-content flex-grow-1">
  4088.                            <h6 class="post-title mb-1">
  4089.                                 <a href="/new-years-revelers-told-to-dress-warmly-with-snow-forecast-across-the-uk/" class="text-decoration-none top-color fw-semibold lh-sm">
  4090.                                            New Year&#x27;s Revelers Told to Dress Warmly with Snow Forecast Across the UK
  4091.                                            </a>
  4092.                            </h6>
  4093.                            <div class="post-meta">
  4094.                                <small class="text-muted">
  4095.                                    <i class="ti-calendar me-1"></i>08 Jul 2026
  4096.                                </small>
  4097.                                <!-- <small class="text-muted ms-3">
  4098.                                    <i class="ti-eye me-1"></i>1,234 views
  4099.                                </small> -->
  4100.                            </div>
  4101.                        </div>
  4102.                    </div>
  4103.                    
  4104.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  4105.                        <div class="post-content flex-grow-1">
  4106.                            <h6 class="post-title mb-1">
  4107.                                 <a href="/ways-zohran-mamdani-might-fund-his-bold-agenda-for-nyc-a-detailed-breakdown/" class="text-decoration-none top-color fw-semibold lh-sm">
  4108.                                            Ways Zohran Mamdani Might Fund His Bold Agenda for NYC: A Detailed Breakdown
  4109.                                            </a>
  4110.                            </h6>
  4111.                            <div class="post-meta">
  4112.                                <small class="text-muted">
  4113.                                    <i class="ti-calendar me-1"></i>08 Jul 2026
  4114.                                </small>
  4115.                                <!-- <small class="text-muted ms-3">
  4116.                                    <i class="ti-eye me-1"></i>1,234 views
  4117.                                </small> -->
  4118.                            </div>
  4119.                        </div>
  4120.                    </div>
  4121.                    
  4122.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  4123.                        <div class="post-content flex-grow-1">
  4124.                            <h6 class="post-title mb-1">
  4125.                                 <a href="/rachel-reeves-grapples-with-a-major-issue-this-brexit-conundrum/" class="text-decoration-none top-color fw-semibold lh-sm">
  4126.                                            Rachel Reeves Grapples with A Major Issue: This Brexit Conundrum
  4127.                                            </a>
  4128.                            </h6>
  4129.                            <div class="post-meta">
  4130.                                <small class="text-muted">
  4131.                                    <i class="ti-calendar me-1"></i>08 Jul 2026
  4132.                                </small>
  4133.                                <!-- <small class="text-muted ms-3">
  4134.                                    <i class="ti-eye me-1"></i>1,234 views
  4135.                                </small> -->
  4136.                            </div>
  4137.                        </div>
  4138.                    </div>
  4139.                    
  4140.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  4141.                        <div class="post-content flex-grow-1">
  4142.                            <h6 class="post-title mb-1">
  4143.                                 <a href="/formula-1-leader-norris-remains-guarded-in-spite-of-las-vegas-grand-prix-championship-advantage/" class="text-decoration-none top-color fw-semibold lh-sm">
  4144.                                            Formula 1 Leader Norris Remains Guarded In Spite Of Las Vegas Grand Prix Championship Advantage
  4145.                                            </a>
  4146.                            </h6>
  4147.                            <div class="post-meta">
  4148.                                <small class="text-muted">
  4149.                                    <i class="ti-calendar me-1"></i>08 Jul 2026
  4150.                                </small>
  4151.                                <!-- <small class="text-muted ms-3">
  4152.                                    <i class="ti-eye me-1"></i>1,234 views
  4153.                                </small> -->
  4154.                            </div>
  4155.                        </div>
  4156.                    </div>
  4157.                    
  4158.  
  4159.                </div>
  4160.                
  4161.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  4162.                    <a href="#" class="btn btn-primary top-color btn-sm px-whtext-white rounded-pill">
  4163.                        <i class="ti-trophy me-1"></i>View All Popular
  4164.                    </a>
  4165.                </div> -->
  4166.            </div>
  4167.        </div>
  4168.  
  4169. </div>
  4170.  
  4171. <style>
  4172.     .widget-content {
  4173.        margin-top: -1px;
  4174.        position: relative;
  4175.        z-index: 1;
  4176.         background-color: var(--card-bg);
  4177.    }
  4178. </style>
  4179.  
  4180.    
  4181.            </div>
  4182.        </div>
  4183.    </div>
  4184. </section>
  4185.  
  4186. <script>
  4187. // Intersection Observer for scroll animations
  4188. document.addEventListener('DOMContentLoaded', function() {
  4189.    const observerOptions = {
  4190.        threshold: 0.1,
  4191.        rootMargin: '0px 0px -50px 0px'
  4192.    };
  4193.  
  4194.    const observer = new IntersectionObserver(function(entries) {
  4195.        entries.forEach(entry => {
  4196.            if (entry.isIntersecting) {
  4197.                entry.target.classList.add('animated');
  4198.            }
  4199.        });
  4200.    }, observerOptions);
  4201.  
  4202.    document.querySelectorAll('.animate-on-scroll').forEach(el => {
  4203.        observer.observe(el);
  4204.    });
  4205. });
  4206. </script>
  4207.  
  4208.    
  4209.        
  4210.        <!-- end wpo-blog-highlights-section -->
  4211.        <!-- start wpo-blog-sponsored-section -->
  4212.        
  4213.  
  4214.  
  4215.  
  4216.    
  4217.  
  4218.  
  4219.  
  4220. <style>
  4221.    .sponsored-section-v2 {
  4222.        padding: 40px 0;
  4223.        background: var(--body-bg);
  4224.    }
  4225.    
  4226.    .sponsored-card-v2 {
  4227.        background: var(--body-bg);
  4228.        border: 1px solid #f0f0f0;
  4229.        border-radius: 8px;
  4230.        transition: box-shadow 0.3s ease;
  4231.        height: 100%;
  4232.        position: relative;
  4233.    }
  4234.    
  4235.    .sponsored-card-v2:hover {
  4236.        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  4237.    }
  4238.    
  4239.    .sponsored-image-v2 {
  4240.        position: relative;
  4241.        height: 200px;
  4242.    }
  4243.    
  4244.    .sponsored-image-v2 img {
  4245.        width: 100%;
  4246.        height: 100%;
  4247.        object-fit: cover;
  4248.    }
  4249.    
  4250.    .sponsored-badge-v2 {
  4251.        position: absolute;
  4252.        bottom: 10px;
  4253.        left: 10px;
  4254.        padding: 6px 10px;
  4255.        font-size: 12px;
  4256.        font-weight: 600;
  4257.        text-transform: uppercase;
  4258.        border-radius: 4px;
  4259.    }
  4260.    
  4261.    .sponsored-content-v2 {
  4262.        padding: 20px;
  4263.    }
  4264.    
  4265.    .sponsored-title-v2 {
  4266.        font-size: 18px;
  4267.        font-weight: 600;
  4268.        line-height: 1.4;
  4269.        margin-bottom: 10px;
  4270.    }
  4271.    
  4272.    .sponsored-title-v2 a {
  4273.        text-decoration: none;
  4274.        transition: color 0.3s ease;
  4275.    }
  4276.    
  4277.    .sponsored-title-v2 a:hover {
  4278.        color: #007bff; /* Blue hover for variety */
  4279.    }
  4280.    
  4281.    .sponsored-excerpt-v2 {
  4282.        font-size: 14px;
  4283.        color: #6c757d;
  4284.        margin-bottom: 15px;
  4285.        line-height: 1.6;
  4286.    }
  4287.    
  4288.    .sponsored-meta-v2 {
  4289.        display: flex;
  4290.        align-items: center;
  4291.        justify-content: space-between;
  4292.        font-size: 12px;
  4293.        color: #6c757d;
  4294.    }
  4295.    
  4296.    .author-info-v2 {
  4297.        display: flex;
  4298.        align-items: center;
  4299.        gap: 8px;
  4300.    }
  4301.    
  4302.    .sponsored-author-img-v2 {
  4303.        width: 28px;
  4304.        height: 28px;
  4305.        border-radius: 50%;
  4306.        object-fit: cover;
  4307.    }
  4308.    
  4309.    .section-title-sponsored-v2 {
  4310.        font-size: 2.2rem;
  4311.        font-weight: 700;
  4312.        text-align: center;
  4313.        margin-bottom: 30px;
  4314.        color: #333;
  4315.    }
  4316.  
  4317.    @media (max-width: 768px) {
  4318.        .sponsored-section-v2 {
  4319.            padding: 30px 0;
  4320.        }
  4321.        .sponsored-content-v2 {
  4322.            padding: 15px;
  4323.        }
  4324.        .sponsored-title-v2 {
  4325.            font-size: 16px;
  4326.        }
  4327.        .sponsored-excerpt-v2 {
  4328.            font-size: 13px;
  4329.        }
  4330.    }
  4331. </style>
  4332.  
  4333. <section class="sponsored-section-v2">
  4334.    <div class="container-fluid fluid-container">
  4335.        <div class="row">
  4336.            <div class="col-12">
  4337.                <h2 class="section-title-sponsored-v2">Sponsored News</h2>
  4338.            </div>
  4339.        </div>
  4340.        
  4341.        <div class="row g-4">
  4342.            
  4343.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  4344.                <div class="card sponsored-card-v2">
  4345.                    <div class="sponsored-image-v2">
  4346.                        
  4347.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4348.                        
  4349.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  4350.                    </div>
  4351.                    <div class="sponsored-content-v2">
  4352.                        <h3 class="sponsored-title-v2">
  4353.                            <a href="/trumps-capture-of-maduro-turning-a-global-superpower-into-a-lawless-actor/" class="top-color">
  4354.                            Trump&#x27;s Capture of Maduro: Turning a Global Superpower into a Lawless Actor
  4355.                            </a>
  4356.                        </h3>
  4357.                        <p class="sponsored-excerpt-v2">
  4358.                            
  4359.                        </p>
  4360.                        <div class="sponsored-meta-v2">
  4361.                            <div class="author-info-v2">
  4362.                                
  4363.                                    <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">
  4364.                                
  4365.                                <span>
  4366.                                    Andrew Chambers
  4367.                                </span>
  4368.                            </div>
  4369.                            <span>08 Jul 2026</span>
  4370.                        </div>
  4371.                    </div>
  4372.                </div>
  4373.            </div>
  4374.            
  4375.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  4376.                <div class="card sponsored-card-v2">
  4377.                    <div class="sponsored-image-v2">
  4378.                        
  4379.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4380.                        
  4381.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  4382.                    </div>
  4383.                    <div class="sponsored-content-v2">
  4384.                        <h3 class="sponsored-title-v2">
  4385.                            <a href="/alcaraz-ready-to-battle-non-professionals-in-1-million-winner-takes-all-event/" class="top-color">
  4386.                            Alcaraz Ready to Battle Non-Professionals in $1 Million Winner-Takes-All Event
  4387.                            </a>
  4388.                        </h3>
  4389.                        <p class="sponsored-excerpt-v2">
  4390.                            
  4391.                        </p>
  4392.                        <div class="sponsored-meta-v2">
  4393.                            <div class="author-info-v2">
  4394.                                
  4395.                                    <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">
  4396.                                
  4397.                                <span>
  4398.                                    Andrew Chambers
  4399.                                </span>
  4400.                            </div>
  4401.                            <span>08 Jul 2026</span>
  4402.                        </div>
  4403.                    </div>
  4404.                </div>
  4405.            </div>
  4406.            
  4407.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  4408.                <div class="card sponsored-card-v2">
  4409.                    <div class="sponsored-image-v2">
  4410.                        
  4411.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4412.                        
  4413.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  4414.                    </div>
  4415.                    <div class="sponsored-content-v2">
  4416.                        <h3 class="sponsored-title-v2">
  4417.                            <a href="/new-years-revelers-told-to-dress-warmly-with-snow-forecast-across-the-uk/" class="top-color">
  4418.                            New Year&#x27;s Revelers Told to Dress Warmly with Snow Forecast Across the UK
  4419.                            </a>
  4420.                        </h3>
  4421.                        <p class="sponsored-excerpt-v2">
  4422.                            
  4423.                        </p>
  4424.                        <div class="sponsored-meta-v2">
  4425.                            <div class="author-info-v2">
  4426.                                
  4427.                                    <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">
  4428.                                
  4429.                                <span>
  4430.                                    Andrew Chambers
  4431.                                </span>
  4432.                            </div>
  4433.                            <span>08 Jul 2026</span>
  4434.                        </div>
  4435.                    </div>
  4436.                </div>
  4437.            </div>
  4438.            
  4439.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  4440.                <div class="card sponsored-card-v2">
  4441.                    <div class="sponsored-image-v2">
  4442.                        
  4443.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4444.                        
  4445.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  4446.                    </div>
  4447.                    <div class="sponsored-content-v2">
  4448.                        <h3 class="sponsored-title-v2">
  4449.                            <a href="/ways-zohran-mamdani-might-fund-his-bold-agenda-for-nyc-a-detailed-breakdown/" class="top-color">
  4450.                            Ways Zohran Mamdani Might Fund His Bold Agenda for NYC: A Detailed Breakdown
  4451.                            </a>
  4452.                        </h3>
  4453.                        <p class="sponsored-excerpt-v2">
  4454.                            
  4455.                        </p>
  4456.                        <div class="sponsored-meta-v2">
  4457.                            <div class="author-info-v2">
  4458.                                
  4459.                                    <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">
  4460.                                
  4461.                                <span>
  4462.                                    Andrew Chambers
  4463.                                </span>
  4464.                            </div>
  4465.                            <span>08 Jul 2026</span>
  4466.                        </div>
  4467.                    </div>
  4468.                </div>
  4469.            </div>
  4470.            
  4471.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  4472.                <div class="card sponsored-card-v2">
  4473.                    <div class="sponsored-image-v2">
  4474.                        
  4475.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4476.                        
  4477.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  4478.                    </div>
  4479.                    <div class="sponsored-content-v2">
  4480.                        <h3 class="sponsored-title-v2">
  4481.                            <a href="/rachel-reeves-grapples-with-a-major-issue-this-brexit-conundrum/" class="top-color">
  4482.                            Rachel Reeves Grapples with A Major Issue: This Brexit Conundrum
  4483.                            </a>
  4484.                        </h3>
  4485.                        <p class="sponsored-excerpt-v2">
  4486.                            
  4487.                        </p>
  4488.                        <div class="sponsored-meta-v2">
  4489.                            <div class="author-info-v2">
  4490.                                
  4491.                                    <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">
  4492.                                
  4493.                                <span>
  4494.                                    Andrew Chambers
  4495.                                </span>
  4496.                            </div>
  4497.                            <span>08 Jul 2026</span>
  4498.                        </div>
  4499.                    </div>
  4500.                </div>
  4501.            </div>
  4502.            
  4503.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  4504.                <div class="card sponsored-card-v2">
  4505.                    <div class="sponsored-image-v2">
  4506.                        
  4507.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4508.                        
  4509.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  4510.                    </div>
  4511.                    <div class="sponsored-content-v2">
  4512.                        <h3 class="sponsored-title-v2">
  4513.                            <a href="/formula-1-leader-norris-remains-guarded-in-spite-of-las-vegas-grand-prix-championship-advantage/" class="top-color">
  4514.                            Formula 1 Leader Norris Remains Guarded In Spite Of Las Vegas Grand Prix Championship Advantage
  4515.                            </a>
  4516.                        </h3>
  4517.                        <p class="sponsored-excerpt-v2">
  4518.                            
  4519.                        </p>
  4520.                        <div class="sponsored-meta-v2">
  4521.                            <div class="author-info-v2">
  4522.                                
  4523.                                    <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">
  4524.                                
  4525.                                <span>
  4526.                                    Andrew Chambers
  4527.                                </span>
  4528.                            </div>
  4529.                            <span>08 Jul 2026</span>
  4530.                        </div>
  4531.                    </div>
  4532.                </div>
  4533.            </div>
  4534.            
  4535.        </div>
  4536.    </div>
  4537. </section>
  4538.  
  4539.  
  4540.    
  4541.        <!-- end wpo-blog-sponsored-section -->
  4542.        <!-- start wpo-subscribe-section -->
  4543.        
  4544.        <!-- end subscribe-section -->
  4545.        <!-- start of wpo-site-footer-section -->
  4546.        
  4547.  
  4548.  
  4549.  
  4550.  
  4551.  
  4552.  
  4553. <!-- Footer V4 - Modern Corporate Design -->
  4554. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  4555.  
  4556.    <div class="container-fluid fluid-container">
  4557.        
  4558.        <!-- Content Sections -->
  4559.        <div class="content-sections">
  4560.            <div class="row g-5">
  4561.                
  4562.                <!-- Brand Column -->
  4563.                <div class="col-lg-4 col-md-12">
  4564.                    <div class="brand-section">
  4565.                        <div class="brand-header">
  4566.                            
  4567.                                <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">
  4568.                            
  4569.                            <div class="brand-text">
  4570.                                <h3 class="brand-name">Point Life Blog</h3>
  4571.                                <span class="brand-type">Digital Publication</span>
  4572.                            </div>
  4573.                        </div>
  4574.                        <p class="brand-description  text-lg-start ">
  4575.                            Explore inspiring articles on lifestyle, travel, and personal growth from the UK. Discover tips, stories, and advice to enhance your daily life and journey.
  4576.                        </p>
  4577.                    </div>
  4578.                </div>
  4579.  
  4580.                <!-- Quick Links Column -->
  4581.               <div class="col-lg-4 col-md-6">
  4582.                    <div class="links-section">
  4583.                        <div class="section-title">
  4584.                            <h4 class="title-text">Resources</h4>
  4585.                            <div class="title-decoration"></div>
  4586.                        </div>
  4587.                        <div class="links-container">
  4588.                          
  4589. <div class="link-group">
  4590.    <ul class="link-list" id="externalLinks">
  4591.        
  4592.  
  4593.    
  4594.        
  4595.        
  4596.        
  4597.    </ul>
  4598. </div>
  4599.  
  4600.                        </div>
  4601.                    </div>
  4602.                </div>
  4603.  
  4604.                <!-- Categories Column -->
  4605.                <div class="col-lg-4 col-md-6">
  4606.                    <div class="categories-section">
  4607.                        <div class="section-title">
  4608.                            <h4 class="title-text">Explore Topics</h4>
  4609.                            <div class="title-decoration"></div>
  4610.                        </div>
  4611.                        <div class="categories-container">
  4612.                            <p class="categories-intro">Discover content organized by topics that interest you most.</p>
  4613.                            <div class="categories-cloud">
  4614.                                
  4615.                                <a href="/category/all-posts/" class="category-pill">
  4616.                                    All Posts
  4617.                                </a>
  4618.                                
  4619.                                <a href="/category/business/" class="category-pill">
  4620.                                    Business
  4621.                                </a>
  4622.                                
  4623.                                <a href="/category/esports/" class="category-pill">
  4624.                                    Esports
  4625.                                </a>
  4626.                                
  4627.                                <a href="/category/fashion/" class="category-pill">
  4628.                                    Fashion
  4629.                                </a>
  4630.                                
  4631.                                <a href="/category/featured/" class="category-pill">
  4632.                                    Featured
  4633.                                </a>
  4634.                                
  4635.                                <a href="/category/gaming/" class="category-pill">
  4636.                                    Gaming
  4637.                                </a>
  4638.                                
  4639.                                <a href="/category/health/" class="category-pill">
  4640.                                    Health
  4641.                                </a>
  4642.                                
  4643.                                <a href="/category/life-fitness/" class="category-pill">
  4644.                                    Life &amp; Fitness
  4645.                                </a>
  4646.                                
  4647.                            </div>
  4648.                        </div>
  4649.                    </div>
  4650.                </div>
  4651.  
  4652.            </div>
  4653.        </div>
  4654.  
  4655.        <!-- Footer Bottom -->
  4656.        <div class="footer-bottom">
  4657.            <div class="bottom-border"></div>
  4658.            <div class=" d-flex justify-content-between flex-wrap">
  4659.                <div>
  4660.                    <div class="copyright-info">
  4661.                        <p class="copyright-main">
  4662.                            Â© 2026 <span class="brand-highlight">Point Life Blog</span>. All rights reserved.
  4663.                        </p>
  4664.                        <p class="copyright-sub">
  4665.                            Thoughtfully crafted content for curious minds worldwide.
  4666.                        </p>
  4667.                    </div>
  4668.                </div>
  4669.                <div>
  4670.                    <div class="footer-actions">
  4671.                        <div class="action-links">
  4672.                            <a href="/page/write-for-us/" class="action-link">
  4673.                                <i class="bi bi-shield-check"></i>
  4674.                                <span>Write For Us</span>
  4675.                            </a>
  4676.                            <a href="/page/terms-and-conditions/" class="action-link">
  4677.                                <i class="bi bi-shield-check"></i>
  4678.                                <span>Terms & Conditions</span>
  4679.                            </a>
  4680.                            <a href="/sitemap.xml" class="action-link">
  4681.                                <i class="bi bi-diagram-3"></i>
  4682.                                <span>Sitemap</span>
  4683.                            </a>
  4684.                        </div>
  4685.  
  4686.                    </div>
  4687.                </div>
  4688.            </div>
  4689.        </div>
  4690.  
  4691.    </div>
  4692.  
  4693.    
  4694.  
  4695. </footer>
  4696.  
  4697.  
  4698. <style>
  4699. /* Footer V4 - Modern Corporate Design */
  4700. .wpo-site-footer-v4 {
  4701.    color: var(--footer-color);
  4702.    margin-top: 100px;
  4703. }
  4704.  
  4705.  
  4706. .accent-line {
  4707.    position: absolute;
  4708.    top: 0;
  4709.    height: 100%;
  4710.    width: 33.333%;
  4711.    opacity: 0.8;
  4712. }
  4713.  
  4714. .accent-1 {
  4715.    left: 0;
  4716.    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
  4717.    animation: slideRight 3s ease-in-out infinite;
  4718. }
  4719.  
  4720. .accent-2 {
  4721.    left: 33.333%;
  4722.    background: linear-gradient(90deg, #8b5cf6, #7c3aed);
  4723.    animation: slideRight 3s ease-in-out infinite 1s;
  4724. }
  4725.  
  4726. .accent-3 {
  4727.    left: 66.666%;
  4728.    background: linear-gradient(90deg, #10b981, #059669);
  4729.    animation: slideRight 3s ease-in-out infinite 2s;
  4730. }
  4731.  
  4732. @keyframes slideRight {
  4733.    0%, 100% { transform: translateX(-10px); opacity: 0.6; }
  4734.    50% { transform: translateX(10px); opacity: 1; }
  4735. }
  4736.  
  4737. /* Content Sections */
  4738. .content-sections {
  4739.    padding: 60px 0;
  4740.    position: relative;
  4741.    z-index: 2;
  4742. }
  4743.  
  4744. /* Brand Section */
  4745. .brand-section {
  4746.    padding-right: 2rem;
  4747. }
  4748.  
  4749. .brand-header {
  4750.    display: flex;
  4751.    align-items: center;
  4752.    margin-bottom: 2rem;
  4753.    gap: 1rem;
  4754. }
  4755.  
  4756. .brand-logo {
  4757.    height: 50px;
  4758.    width: auto;
  4759.    border-radius: 8px;
  4760. }
  4761.  
  4762. .brand-name {
  4763.    font-size: 1.5rem;
  4764.    font-weight: 800;
  4765.    color: var(--footer-color) !important;
  4766.    margin: 0;
  4767. }
  4768.  
  4769. .brand-type {
  4770.    color: var(--footer-color) !important;
  4771.    opacity: 0.8;
  4772.    font-size: 0.85rem;
  4773.    font-weight: 500;
  4774.    text-transform: uppercase;
  4775.    letter-spacing: 0.5px;
  4776. }
  4777.  
  4778. .brand-description {
  4779.    color: var(--footer-color) !important;
  4780.    line-height: 1.7;
  4781.    margin-bottom: 2rem;
  4782.    font-size: 0.95rem;
  4783. }
  4784.  
  4785. .brand-stats {
  4786.    display: flex;
  4787.    align-items: center;
  4788.    gap: 1.5rem;
  4789. }
  4790.  
  4791. .stat-item {
  4792.    text-align: center;
  4793. }
  4794.  
  4795. .stat-number {
  4796.    font-size: 1.5rem;
  4797.    font-weight: 800;
  4798.    color: #3b82f6;
  4799.    display: block;
  4800.    line-height: 1;
  4801. }
  4802.  
  4803. .stat-label {
  4804.    font-size: 0.8rem;
  4805.    color: #94a3b8;
  4806.    margin-top: 0.25rem;
  4807. }
  4808.  
  4809. .stat-divider {
  4810.    width: 1px;
  4811.    height: 40px;
  4812.    background: rgba(255, 255, 255, 0.2);
  4813. }
  4814.  
  4815. /* Links Section */
  4816. .links-section {
  4817.    padding-left: 1rem;
  4818.    padding-right: 1rem;
  4819. }
  4820.  
  4821. .section-title {
  4822.    margin-bottom: 2rem;
  4823.    position: relative;
  4824. }
  4825.  
  4826. .title-text {
  4827.    font-size: 1.3rem;
  4828.    font-weight: 700;
  4829.    color: var(--footer-color) !important;
  4830.    margin-bottom: 0.5rem;
  4831.    text-align: justify !important;
  4832. }
  4833.  
  4834.  
  4835. .link-group {
  4836.    margin-bottom: 2rem;
  4837. }
  4838.  
  4839. .group-title {
  4840.    font-size: 1rem;
  4841.    font-weight: 600;
  4842.    color: #f1f5f9;
  4843.    margin-bottom: 1rem;
  4844.    padding-bottom: 0.5rem;
  4845.    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  4846. }
  4847.  
  4848. .link-list {
  4849.    list-style: none;
  4850.    padding: 0;
  4851.    margin: 0;
  4852. }
  4853.  
  4854. .link-item {
  4855.    margin-bottom: 0.75rem;
  4856. }
  4857.  
  4858. .link-text {
  4859.    color: var(--footer-color) !important;
  4860.    text-decoration: none;
  4861.    font-size: 0.9rem;
  4862.    display: flex;
  4863.    align-items: center;
  4864.    transition: all 0.3s ease;
  4865.    padding: 0.25rem 0;
  4866. }
  4867.  
  4868. .link-text:hover {
  4869.    color: #3b82f6;
  4870.    padding-left: 0.5rem;
  4871. }
  4872.  
  4873. .link-icon {
  4874.    margin-right: 0.5rem;
  4875.    opacity: 0;
  4876.    transition: opacity 0.3s ease;
  4877. }
  4878.  
  4879. .link-text:hover .link-icon {
  4880.    opacity: 1;
  4881. }
  4882.  
  4883. .external-icon {
  4884.    color: #10b981;
  4885. }
  4886.  
  4887. /* Categories Section */
  4888. .categories-section {
  4889.    padding-left: 1rem;
  4890. }
  4891.  
  4892. .categories-intro {
  4893.    color: #cbd5e1;
  4894.    margin-bottom: 1.5rem;
  4895.    font-size: 0.9rem;
  4896. }
  4897.  
  4898. .categories-cloud {
  4899.    display: flex;
  4900.    flex-wrap: wrap;
  4901.    gap: 0.75rem;
  4902. }
  4903.  
  4904. .category-pill {
  4905.    display: inline-block;
  4906.    padding: 0.5rem 1rem;
  4907.    background: rgba(255, 255, 255, 0.1);
  4908.    border: 1px solid rgba(255, 255, 255, 0.2);
  4909.    border-radius: 20px;
  4910.    color:  var(--footer-color) !important;
  4911.    text-decoration: none;
  4912.    font-size: 0.85rem;
  4913.    opacity: 0.7;
  4914.    font-weight: 500;
  4915.    transition: all 0.3s ease;
  4916. }
  4917.  
  4918. .category-pill:hover {
  4919.    background: #3b82f6;
  4920.    border-color: #3b82f6;
  4921.    color: var(--footer-color) !important;
  4922.    opacity: 1;
  4923.    transform: translateY(-1px);
  4924.    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
  4925. }
  4926.  
  4927. /* Footer Bottom */
  4928. .footer-bottom {
  4929.    padding: 2rem 0;
  4930.    position: relative;
  4931.    z-index: 2;
  4932. }
  4933.  
  4934. .bottom-border {
  4935.    height: 1px;
  4936.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  4937.    margin-bottom: 2rem;
  4938. }
  4939.  
  4940. .copyright-main {
  4941.    font-size: 1rem;
  4942.    color: #e2e8f0;
  4943.    margin-bottom: 0.25rem;
  4944. }
  4945.  
  4946. .brand-highlight {
  4947.    color: var(--footer-color);
  4948.    font-weight: 700;
  4949. }
  4950.  
  4951. .copyright-sub {
  4952.    font-size: 0.85rem;
  4953.    color: #94a3b8;
  4954.    margin: 0;
  4955. }
  4956.  
  4957. .footer-actions {
  4958.    display: flex;
  4959.    align-items: center;
  4960.    gap: 2rem;
  4961. }
  4962.  
  4963. .action-links {
  4964.    display: flex;
  4965.    gap: 1.5rem;
  4966. }
  4967.  
  4968. .action-link {
  4969.    display: flex;
  4970.    align-items: center;
  4971.    gap: 0.5rem;
  4972.    color: #cbd5e1;
  4973.    text-decoration: none;
  4974.    font-size: 0.9rem;
  4975.    transition: color 0.3s ease;
  4976. }
  4977.  
  4978. .action-link:hover {
  4979.    color: #3b82f6;
  4980. }
  4981.  
  4982. .scroll-to-top-btn {
  4983.    background: rgba(255, 255, 255, 0.1);
  4984.    border: 1px solid rgba(255, 255, 255, 0.2);
  4985.    color: #cbd5e1;
  4986.    width: 44px;
  4987.    height: 44px;
  4988.    border-radius: 12px;
  4989.    cursor: pointer;
  4990.    transition: all 0.3s ease;
  4991.    display: flex;
  4992.    align-items: center;
  4993.    justify-content: center;
  4994. }
  4995.  
  4996. .scroll-to-top-btn:hover {
  4997.    background: #3b82f6;
  4998.    border-color: #3b82f6;
  4999.    color: white;
  5000.    transform: translateY(-2px);
  5001. }
  5002.  
  5003. /* Background Pattern */
  5004. .footer-pattern {
  5005.    position: absolute;
  5006.    top: 0;
  5007.    left: 0;
  5008.    width: 100%;
  5009.    height: 100%;
  5010.    z-index: 1;
  5011.    overflow: hidden;
  5012. }
  5013.  
  5014. .pattern-grid {
  5015.    position: relative;
  5016.    width: 100%;
  5017.    height: 100%;
  5018. }
  5019.  
  5020. .pattern-dot {
  5021.    position: absolute;
  5022.    width: 2px;
  5023.    height: 2px;
  5024.    background: rgba(255, 255, 255, 0.1);
  5025.    border-radius: 50%;
  5026. }
  5027.  
  5028. .pattern-dot:nth-child(1) { top: 20%; left: 10%; }
  5029. .pattern-dot:nth-child(2) { top: 40%; right: 15%; }
  5030. .pattern-dot:nth-child(3) { top: 60%; left: 70%; }
  5031. .pattern-dot:nth-child(4) { bottom: 30%; right: 30%; }
  5032. .pattern-dot:nth-child(5) { bottom: 50%; left: 40%; }
  5033. .pattern-dot:nth-child(6) { top: 80%; right: 60%; }
  5034.  
  5035. /* Responsive Design */
  5036. @media (max-width: 992px) {
  5037.    .newsletter-heading {
  5038.        font-size: 2rem;
  5039.    }
  5040.    
  5041.    .brand-section {
  5042.        padding-right: 0;
  5043.        margin-bottom: 3rem;
  5044.    }
  5045.    
  5046.    .links-section, .categories-section {
  5047.        padding-left: 0;
  5048.        padding-right: 0;
  5049.    }
  5050.    
  5051.    .brand-stats {
  5052.        justify-content: center;
  5053.        margin-top: 2rem;
  5054.    }
  5055. }
  5056.  
  5057. @media (max-width: 768px) {
  5058.    .newsletter-section {
  5059.        padding: 60px 0 40px;
  5060.    }
  5061.    
  5062.    .newsletter-container {
  5063.        padding: 2rem 1.5rem;
  5064.        margin: 0 1rem;
  5065.    }
  5066.    
  5067.    .newsletter-heading {
  5068.        font-size: 1.75rem;
  5069.    }
  5070.    
  5071.    .content-sections {
  5072.        padding: 40px 0;
  5073.    }
  5074.    
  5075.    .brand-header {
  5076.        flex-direction: column;
  5077.        text-align: center;
  5078.    }
  5079.    
  5080.    .footer-actions {
  5081.        flex-direction: column;
  5082.        gap: 1rem;
  5083.        margin-top: 1.5rem;
  5084.    }
  5085.    
  5086.    .action-links {
  5087.        order: 2;
  5088.    }
  5089.    
  5090.    .scroll-to-top-btn {
  5091.        order: 1;
  5092.    }
  5093. }
  5094.  
  5095. @media (max-width: 576px) {
  5096.    .newsletter-container {
  5097.        padding: 1.5rem 1rem;
  5098.    }
  5099.    
  5100.    .newsletter-heading {
  5101.        font-size: 1.5rem;
  5102.    }
  5103.    
  5104.    .brand-stats {
  5105.        flex-direction: column;
  5106.        gap: 1rem;
  5107.    }
  5108.    
  5109.    .stat-divider {
  5110.        width: 40px;
  5111.        height: 1px;
  5112.    }
  5113.    
  5114.    .action-links {
  5115.        flex-direction: column;
  5116.        gap: 0.75rem;
  5117.        text-align: center;
  5118.    }
  5119.    
  5120.    .pattern-dot {
  5121.        display: none;
  5122.    }
  5123. }
  5124. </style>
  5125.  
  5126. <!-- Bootstrap 5 JS -->
  5127.  
  5128. <script>
  5129. // Scroll to Top Function
  5130. document.addEventListener('DOMContentLoaded', function () {
  5131.    var btn = document.getElementById('toggleExternal');
  5132.    if (!btn) return; // No extra items, no button
  5133.  
  5134.    var extras = document.querySelectorAll('#externalLinks li.extra');
  5135.  
  5136.    btn.addEventListener('click', function () {
  5137.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  5138.            return li.classList.contains('d-none');
  5139.        });
  5140.  
  5141.        extras.forEach(function (li) {
  5142.            if (anyHidden) {
  5143.                li.classList.remove('d-none');
  5144.                li.classList.add('show');
  5145.            } else {
  5146.                li.classList.add('d-none');
  5147.                li.classList.remove('show');
  5148.            }
  5149.        });
  5150.  
  5151.        btn.textContent = anyHidden ? 'View less' : 'View more';
  5152.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  5153.    });
  5154. });
  5155. function scrollToTop() {
  5156.    window.scrollTo({
  5157.        top: 0,
  5158.        behavior: 'smooth'
  5159.    });
  5160. }
  5161.  
  5162. // Initialize Footer V4 Features
  5163. document.addEventListener('DOMContentLoaded', function() {
  5164.    
  5165.    // Newsletter Form Handling
  5166.    const newsletterForm = document.querySelector('.newsletter-form');
  5167.    const emailInput = document.querySelector('.form-input');
  5168.    const submitButton = document.querySelector('.submit-button');
  5169.    const successMessage = document.querySelector('.success-message');
  5170.    const errorMessage = document.querySelector('.error-message');
  5171.    const infoMessage = document.querySelector('.info-message');
  5172.    
  5173.    if (newsletterForm && emailInput && submitButton) {
  5174.        
  5175.        // Form submission
  5176.        newsletterForm.addEventListener('submit', function(e) {
  5177.            e.preventDefault();
  5178.            
  5179.            const email = emailInput.value.trim();
  5180.            
  5181.            // Validate email
  5182.            if (!email || !isValidEmail(email)) {
  5183.                showMessage('error');
  5184.                emailInput.focus();
  5185.                return;
  5186.            }
  5187.            
  5188.            // Show loading state
  5189.            const originalText = submitButton.querySelector('.button-text').textContent;
  5190.            const originalIcon = submitButton.querySelector('.button-icon').innerHTML;
  5191.            
  5192.            submitButton.disabled = true;
  5193.            submitButton.querySelector('.button-text').textContent = 'Subscribing...';
  5194.            submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-arrow-clockwise"></i>';
  5195.            submitButton.querySelector('.button-icon i').style.animation = 'spin 1s linear infinite';
  5196.            
  5197.            // Simulate API call
  5198.            setTimeout(() => {
  5199.                // Success state
  5200.                submitButton.querySelector('.button-text').textContent = 'Subscribed!';
  5201.                submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-check-lg"></i>';
  5202.                submitButton.querySelector('.button-icon i').style.animation = 'none';
  5203.                submitButton.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  5204.                
  5205.                showMessage('success');
  5206.                
  5207.                // Reset after delay
  5208.                setTimeout(() => {
  5209.                    submitButton.querySelector('.button-text').textContent = originalText;
  5210.                    submitButton.querySelector('.button-icon').innerHTML = originalIcon;
  5211.                    submitButton.style.background = '';
  5212.                    submitButton.disabled = false;
  5213.                    emailInput.value = '';
  5214.                    showMessage('info');
  5215.                }, 3000);
  5216.                
  5217.            }, 2000);
  5218.        });
  5219.        
  5220.        // Input validation
  5221.        emailInput.addEventListener('blur', function() {
  5222.            const email = this.value.trim();
  5223.            if (email && !isValidEmail(email)) {
  5224.                this.style.borderColor = '#ef4444';
  5225.                this.style.boxShadow = '0 0 0 4px rgba(239, 68, 68, 0.2)';
  5226.            } else if (email && isValidEmail(email)) {
  5227.                this.style.borderColor = '#10b981';
  5228.                this.style.boxShadow = '0 0 0 4px rgba(16, 185, 129, 0.2)';
  5229.            }
  5230.        });
  5231.        
  5232.        emailInput.addEventListener('focus', function() {
  5233.            this.style.borderColor = '#3b82f6';
  5234.            this.style.boxShadow = '0 0 0 4px rgba(59, 130, 246, 0.2)';
  5235.        });
  5236.        
  5237.        // Reset validation styling on input
  5238.        emailInput.addEventListener('input', function() {
  5239.            if (this.style.borderColor === 'rgb(239, 68, 68)') {
  5240.                this.style.borderColor = '';
  5241.                this.style.boxShadow = '';
  5242.            }
  5243.        });
  5244.    }
  5245.    
  5246.    // Email validation function
  5247.    function isValidEmail(email) {
  5248.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  5249.        return emailRegex.test(email);
  5250.    }
  5251.    
  5252.    // Message display function
  5253.    function showMessage(type) {
  5254.        // Hide all messages
  5255.        successMessage.style.display = 'none';
  5256.        errorMessage.style.display = 'none';
  5257.        infoMessage.style.display = 'none';
  5258.        
  5259.        // Show specific message
  5260.        if (type === 'success') {
  5261.            successMessage.style.display = 'block';
  5262.        } else if (type === 'error') {
  5263.            errorMessage.style.display = 'block';
  5264.        } else if (type === 'info') {
  5265.            infoMessage.style.display = 'block';
  5266.        }
  5267.    }
  5268.    
  5269.    // Smooth reveal animations
  5270.    const observerOptions = {
  5271.        threshold: 0.1,
  5272.        rootMargin: '0px 0px -30px 0px'
  5273.    };
  5274.    
  5275.    const sectionObserver = new IntersectionObserver((entries) => {
  5276.        entries.forEach(entry => {
  5277.            if (entry.isIntersecting) {
  5278.                entry.target.style.opacity = '1';
  5279.                entry.target.style.transform = 'translateY(0)';
  5280.            }
  5281.        });
  5282.    }, observerOptions);
  5283.    
  5284.    // Animate sections
  5285.    document.querySelectorAll('.brand-section, .links-section, .categories-section').forEach((section, index) => {
  5286.        section.style.opacity = '0';
  5287.        section.style.transform = 'translateY(20px)';
  5288.        section.style.transition = `all 0.6s ease ${index * 0.2}s`;
  5289.        sectionObserver.observe(section);
  5290.    });
  5291.    
  5292.    // Animate category pills
  5293.    document.querySelectorAll('.category-pill').forEach((pill, index) => {
  5294.        pill.style.opacity = '0';
  5295.        pill.style.transform = 'translateY(10px)';
  5296.        pill.style.transition = `all 0.4s ease ${index * 0.1}s`;
  5297.        
  5298.        setTimeout(() => {
  5299.            pill.style.opacity = '1';
  5300.            pill.style.transform = 'translateY(0)';
  5301.        }, 300 + (index * 100));
  5302.    });
  5303.    
  5304.    // Enhanced link hover effects
  5305.    document.querySelectorAll('.link-text').forEach(link => {
  5306.        link.addEventListener('mouseenter', function() {
  5307.            const icon = this.querySelector('.link-icon');
  5308.            if (icon) {
  5309.                icon.style.transform = 'translateX(4px)';
  5310.            }
  5311.        });
  5312.        
  5313.        link.addEventListener('mouseleave', function() {
  5314.            const icon = this.querySelector('.link-icon');
  5315.            if (icon) {
  5316.                icon.style.transform = 'translateX(0)';
  5317.            }
  5318.        });
  5319.    });
  5320.    
  5321.    // Prevent default for demo links
  5322.    document.querySelectorAll('a[href="#"]').forEach(link => {
  5323.        link.addEventListener('click', function(e) {
  5324.            e.preventDefault();
  5325.        });
  5326.    });
  5327.    
  5328.    // Add ripple effect to submit button
  5329.    submitButton.addEventListener('click', function(e) {
  5330.        const ripple = document.createElement('span');
  5331.        const rect = this.getBoundingClientRect();
  5332.        const size = Math.max(rect.width, rect.height);
  5333.        const x = e.clientX - rect.left - size / 2;
  5334.        const y = e.clientY - rect.top - size / 2;
  5335.        
  5336.        ripple.style.cssText = `
  5337.            position: absolute;
  5338.            width: ${size}px;
  5339.            height: ${size}px;
  5340.            left: ${x}px;
  5341.            top: ${y}px;
  5342.            background: rgba(255, 255, 255, 0.3);
  5343.            border-radius: 50%;
  5344.            transform: scale(0);
  5345.            animation: ripple 0.6s ease-out;
  5346.            pointer-events: none;
  5347.        `;
  5348.        
  5349.        this.appendChild(ripple);
  5350.        
  5351.        setTimeout(() => {
  5352.            ripple.remove();
  5353.        }, 600);
  5354.    });
  5355.    
  5356. });
  5357.  
  5358. // Add CSS for ripple animation
  5359. const rippleStyle = document.createElement('style');
  5360. rippleStyle.textContent = `
  5361.    @keyframes ripple {
  5362.        to {
  5363.            transform: scale(2);
  5364.            opacity: 0;
  5365.        }
  5366.    }
  5367.    
  5368.    @keyframes spin {
  5369.        from { transform: rotate(0deg); }
  5370.        to { transform: rotate(360deg); }
  5371.    }
  5372.    
  5373.    .submit-button {
  5374.        position: relative;
  5375.        overflow: hidden;
  5376.    }
  5377. `;
  5378. document.head.appendChild(rippleStyle);
  5379. </script>
  5380.  
  5381.        <!-- end of wpo-site-footer-section -->
  5382.    </div>
  5383.    <!-- end of page-wrapper -->
  5384.  
  5385.    <!-- All JavaScript files
  5386.    ================================================== -->
  5387.    
  5388.  
  5389. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  5390. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  5391. <!-- Plugins for this template -->
  5392. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  5393. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  5394. <!-- Custom script for this template -->
  5395. <script src="/static/blogapp/assets/js/script.js"></script>
  5396.  
  5397. <script>
  5398. (function () {
  5399. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  5400. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  5401.  
  5402. function applyFallback(img) {
  5403. if (!img || img.dataset.fallbackApplied === "1") {
  5404. return;
  5405. }
  5406. var failedSrc = img.currentSrc || img.src || "";
  5407. img.dataset.fallbackApplied = "1";
  5408. img.onerror = null;
  5409. img.src = fallbackImageSrc;
  5410. console.warn("[ImageFallback] Replaced broken image:", {
  5411. failedSrc: failedSrc,
  5412. fallbackSrc: fallbackImageSrc,
  5413. alt: img.alt || "",
  5414. });
  5415. }
  5416.  
  5417. document.querySelectorAll("img").forEach(function (img) {
  5418. if (img.complete && img.naturalWidth === 0) {
  5419. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  5420. failedSrc: img.currentSrc || img.src || "",
  5421. alt: img.alt || "",
  5422. });
  5423. applyFallback(img);
  5424. }
  5425. });
  5426.  
  5427. document.addEventListener(
  5428. "error",
  5429. function (event) {
  5430. var target = event.target;
  5431. if (target && target.tagName === "IMG") {
  5432. applyFallback(target);
  5433. }
  5434. },
  5435. true
  5436. );
  5437. })();
  5438. </script>
  5439.  
  5440. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  5441.  
  5442.  
  5443.  
  5444. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496" integrity="sha512-ZE9pZaUXND66v380QUtch/5sE9tPFh2zg45pR2PB0CVkCtOREv2AJKkSidISWkysEuQ0EH8faUU5du78bx87UQ==" 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>
  5445. </body>
  5446.  
  5447. </html>
  5448.  
  5449.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda