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

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