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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="libre">
  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_58_nRhIHUk_vLABVqG_c2xdc6Q_OnLQCd6.png">
  14.    
  15.  
  16.    <title>Vivid Global: UK Digital Marketing &amp; Web Development Insights</title>
  17.    <meta name="description" content="Explore expert articles on digital marketing strategies, web development trends, and business growth tips from Vivid Global, a UK-based agency.">
  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://vividglobal.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #3498db;
  42.        --bs-primary-rgb: 3498db;
  43.        --bs-secondary: #7f8c8d;
  44.        --bs-success: #2ecc71;
  45.        --bs-danger: #c0392b;
  46.        --bs-warning: #f39c12;
  47.        --bs-info: #1abc9c;
  48.        --bs-light: #f0f3f5;
  49.        --bs-dark: #2c3e50;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #3498db;
  53.        --theme-primary-color-s2: #3498db;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #2c3e50;
  57.        --text-light-color: #676767;
  58.        --heading-color: #2c3e50;
  59.        --border-color: #b2bec3;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #ffffff;
  73.        --nav-bg: #ffffff;
  74.        --sub-nav: #dfe6e9;
  75.        --navbar-color: #2c3e50;
  76.        --topbar-bg: #f0f3f5;
  77.        --topbar-color: #2c3e50;
  78.        --footer-bg: #2c3e50;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #b2bec3;
  82.        --card-radius: 14px;
  83.        --link-color: #3498db;
  84.        --link-hover: #2980b9;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(52, 152, 219, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. <script>
  368.    var _paq = window._paq = window._paq || [];
  369.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  370.    _paq.push(['trackPageView']);
  371.    _paq.push(['enableLinkTracking']);
  372.    (function() {
  373.        var u = "//analytics.tech-vikings.com/";
  374.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  375.        _paq.push(['setSiteId', '2']);
  376.        var d = document,
  377.            g = d.createElement('script'),
  378.            s = d.getElementsByTagName('script')[0];
  379.        g.async = true;
  380.        g.src = u + 'matomo.js';
  381.        s.parentNode.insertBefore(g, s);
  382.    })();
  383. </script>
  384. </head>
  385.  
  386.  
  387.  
  388. <body class="page-blogapp:homepage theme-theme_7">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405. <style>
  406.    /* General styling for top bar */
  407.    .unique-topbar-v7 {
  408.        background-color: var(--topbar-bg);
  409.        color: #fff;
  410.      
  411.    }
  412.    .unique-v7 {
  413.        padding: 10px 30px;
  414.        display: flex;
  415.        align-items: center;
  416.        justify-content: space-between; /* Ensure it stretches across */
  417.    }
  418.  
  419.    .unique-menu-btn-v7 {
  420.        border: none;
  421.        max-width: 145px !important;
  422.        padding: 8px;
  423.        cursor: pointer;
  424.        border-radius: 5px;
  425.    }
  426.  
  427.    .unique-news-container-v7 {
  428.        display: flex;
  429.        align-items: center;
  430.        overflow: hidden;
  431.        width: fit-content;
  432.        flex-grow: 1; /* Take remaining space */
  433.        height: 60px;
  434.    }
  435.  
  436.    .unique-news-wrapper-v7 {
  437.        display: flex;
  438.        flex-direction: row;
  439.        align-items: center;
  440.        padding: 5px;
  441.    }
  442.  
  443.    .unique-news-item-v7 {
  444.        opacity: 0;
  445.        transform: translateX(100px);
  446.        transition: all 0.5s ease;
  447.        font-size: 16px;
  448.        color: var(--topbar-color);
  449.        height: 0;
  450.        width: 0;
  451.    }
  452.    
  453.    .unique-news-item-v7.active-v7 {
  454.        padding: 10px;
  455.        opacity: 1;
  456.          height: auto;
  457.        width: auto;
  458.        margin-right: 20px;
  459.        transform: translateX(0);
  460.    }
  461.  
  462.    .unique-news-item-v7.exit-up-v7 {
  463.        opacity: 0;
  464.        transform: translateX(-100px); /* Move news item left */
  465.    }
  466.  
  467.    /* Social Icons in Inline */
  468.    .contact-info-v7 {
  469.        display: flex;
  470.        gap: 10px;
  471.    }
  472.  
  473.    .contact-info-v7 ul {
  474.        display: flex;
  475.        gap: 15px;
  476.        list-style: none;
  477.    }
  478.  
  479.    .social-icon-v7 {
  480.        color: var(--topbar-color) !important;
  481.        font-size: 20px;
  482.        text-decoration: none;
  483.    }
  484.  
  485.    .social-icon-v7:hover {
  486.        color: #1da1f2;
  487.    }
  488. </style>
  489.  
  490. <div class="unique-topbar-v7">
  491.    <div class="fluid-container unique-v7 container-fluid">
  492.        <button class="unique-menu-btn-v7 bg-primary-gradient w-100 fw-bold">Latest Updates</button>        
  493.      
  494.        <div class="unique-news-container-v7">
  495.            <div class="unique-news-wrapper-v7" id="newsWrapper-v7">
  496.                <!-- News items will be added dynamically -->
  497.            </div>
  498.        </div>
  499.      
  500.        <div class="contact-info-v7">
  501.            <ul>
  502.                <li><a href="#" class="social-icon-v7"><i class="ti-facebook"></i></a></li>
  503.                <li><a href="#" class="social-icon-v7"><i class="ti-twitter-alt"></i></a></li>
  504.                <li><a href="#" class="social-icon-v7"><i class="ti-instagram"></i></a></li>
  505.                <li><a href="#" class="social-icon-v7"><i class="ti-google"></i></a></li>
  506.            </ul>
  507.        </div>
  508.    </div>
  509. </div>
  510.  
  511. <script>
  512.    // Build array dynamically from Django context
  513.    const newsItems = [
  514.        
  515.            { title: "Tottenham Relieve Pressure on Frank as Xavi Simons Seals Comfortable Victory Against Slavia Prague", url: "/tottenham-relieve-pressure-on-frank-as-xavi-simons-seals-comfortable-victory-against-slavia-prague/" },
  516.        
  517.            { title: "The Story of Leonard and Hungry Paul Overview: A Calming Series With Narration from the Famous Actress Provides an Ideal Antidote to Today\u0027s World", url: "/the-story-of-leonard-and-hungry-paul-overview-a-calming-series-with-narration-from-the-famous-actress-provides-an-ideal-antidote-to-todays-world/" },
  518.        
  519.            { title: "The Art of Perfect Creamy Paneer Curry – Recipe", url: "/the-art-of-perfect-creamy-paneer-curry-recipe/" },
  520.        
  521.            { title: "British and Scottish Governments Disagree Over Footing the £24.5 million Bill for Trump and Vance Visits", url: "/british-and-scottish-governments-disagree-over-footing-the-245-million-bill-for-trump-and-vance-visits/" },
  522.        
  523.            { title: "Nation\u0027s Highest Court Upholds Newly Drawn Lone Star State House Electoral Boundaries.", url: "/nations-highest-court-upholds-newly-drawn-lone-star-state-house-electoral-boundaries/" }
  524.        
  525.    ];
  526.  
  527.    let currentNewsIndex = 0;
  528.    const newsWrapper = document.getElementById('newsWrapper-v7');
  529.    let newsElements = [];
  530.  
  531.    // Create news elements
  532.    function createNewsElements() {
  533.        newsItems.forEach((news, index) => {
  534.            const newsElement = document.createElement('div');
  535.            newsElement.className = 'unique-news-item-v7';
  536.            newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  537.            newsWrapper.appendChild(newsElement);
  538.            newsElements.push(newsElement);
  539.        });
  540.  
  541.        if (newsElements.length > 0) {
  542.            newsElements[0].classList.add('active-v7');
  543.        }
  544.    }
  545.  
  546.    // Animate news change
  547.    function changeNews() {
  548.        const currentElement = newsElements[currentNewsIndex];
  549.        const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  550.        const nextElement = newsElements[nextIndex];
  551.  
  552.        currentElement.classList.remove('active-v7');
  553.        currentElement.classList.add('exit-up-v7');
  554.  
  555.        setTimeout(() => {
  556.            nextElement.classList.add('active-v7');
  557.            currentNewsIndex = nextIndex;
  558.  
  559.            setTimeout(() => {
  560.                currentElement.classList.remove('exit-up-v7');
  561.            }, 100);
  562.        }, 250);
  563.    }
  564.  
  565.    // Start news rotation
  566.    function startNewsRotation() {
  567.        setInterval(changeNews, 5000);
  568.    }
  569.  
  570.    window.onload = function() {
  571.        createNewsElements();
  572.        startNewsRotation();
  573.    };
  574. </script>
  575.  
  576.  
  577.  
  578.            
  579.  
  580.  
  581.  
  582.  
  583.  
  584.  
  585. <header class="header-v7 py-2 mb-4">
  586.    <!-- Top Bar -->
  587.    <div class="top-bar-v7">
  588.        <div class="container-fluid fluid-container">
  589.            <div class="row align-items-center justify-content-center">
  590.                <div class="col-lg-3 col-md-4">
  591.                    <div class="logo-section-v7">
  592.                        <a class="brand-link-v7" href="/">
  593.                            
  594.                                Vivid Global Blog
  595.                            
  596.                        </a>
  597.                    </div>
  598.                </div>
  599.                <div class="col-lg-6 col-md-5">
  600.                    <div class="search-bar-v7">
  601.                        <form class="search-form-v7" action="#" method="get">
  602.                            <div class="search-container-v7">
  603.                                <input id="search-input" type="search" class="search-input-v7"
  604.                                    placeholder="Search articles, tutorials, news..." name="q">
  605.                                <button type="submit" class="search-btn-v7">
  606.                                    <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  607.                                        stroke-width="2">
  608.                                        <circle cx="11" cy="11" r="8"></circle>
  609.                                        <path d="m21 21-4.35-4.35"></path>
  610.                                    </svg>
  611.                                </button>
  612.                            </div>
  613.                            <div id="search-results" class="search-results-container search-v1"></div>
  614.                        </form>
  615.                    </div>
  616.                </div>
  617.                <div class="col-lg-3 col-md-3">
  618.                    <!-- Empty column for spacing -->
  619.                </div>
  620.            </div>
  621.        </div>
  622.    </div>
  623.  
  624.    <!-- Main Navigation -->
  625.    <div class="main-nav-v7">
  626.        <div class="container-fluid">
  627.            <div class="nav-wrapper-v7">
  628.  
  629.                <!-- Sidebar Navigation -->
  630.                <nav class="sidebar-nav-v7" id="sidebarNavV7">
  631.                    <div class="nav-header-v7">
  632.                        <h6 class="nav-title-v7">Navigation</h6>
  633.                        <button class="sidebar-close-v7 text-link" onclick="closeSidebarV7()">
  634.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  635.                                stroke-width="2">
  636.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  637.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  638.                            </svg>
  639.                        </button>
  640.                    </div>
  641.  
  642.                    <ul class="sidebar-menu-v7">
  643.                        <li class="sidebar-item-v7">
  644.                            <a href='/' class="sidebar-link-v7 active-v7">
  645.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  646.                                    stroke="currentColor" stroke-width="2">
  647.                                    <path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
  648.                                    <polyline points="9,22 9,12 15,12 15,22"></polyline>
  649.                                </svg>
  650.                                Home
  651.                            </a>
  652.                        </li>
  653.  
  654.                        <li class="sidebar-item-v7 has-submenu-v7">
  655.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('tech-submenu-v7')">
  656.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  657.                                    stroke="currentColor" stroke-width="2">
  658.                                    <rect x="2" y="3" width="20" height="14" rx="2" ry="2"></rect>
  659.                                    <line x1="8" y1="21" x2="16" y2="21"></line>
  660.                                    <line x1="12" y1="17" x2="12" y2="21"></line>
  661.                                </svg>
  662.                                Technology
  663.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  664.                                    stroke="currentColor" stroke-width="2">
  665.                                    <polyline points="6,9 12,15 18,9"></polyline>
  666.                                </svg>
  667.                            </a>
  668.                            <ul class="sidebar-submenu-v7" id="tech-submenu-v7">
  669.                                <li><a href="#" class="sidebar-sublink-v7">Web Development</a></li>
  670.                                <li><a href="#" class="sidebar-sublink-v7">Mobile Apps</a></li>
  671.                                <li><a href="#" class="sidebar-sublink-v7">AI & Machine Learning</a></li>
  672.                                <li><a href="#" class="sidebar-sublink-v7">Cybersecurity</a></li>
  673.                            </ul>
  674.                        </li>
  675.  
  676.                        <li class="sidebar-item-v7 has-submenu-v7">
  677.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('business-submenu-v7')">
  678.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  679.                                    stroke="currentColor" stroke-width="2">
  680.                                    <path
  681.                                        d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z">
  682.                                    </path>
  683.                                </svg>
  684.                                Business
  685.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  686.                                    stroke="currentColor" stroke-width="2">
  687.                                    <polyline points="6,9 12,15 18,9"></polyline>
  688.                                </svg>
  689.                            </a>
  690.                            <ul class="sidebar-submenu-v7" id="business-submenu-v7">
  691.                                <li><a href="#" class="sidebar-sublink-v7">Startups</a></li>
  692.                                <li><a href="#" class="sidebar-sublink-v7">Marketing</a></li>
  693.                                <li><a href="#" class="sidebar-sublink-v7">Finance</a></li>
  694.                            </ul>
  695.                        </li>
  696.  
  697.                        <li class="sidebar-item-v7">
  698.                            <a href="#" class="sidebar-link-v7">
  699.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  700.                                    stroke="currentColor" stroke-width="2">
  701.                                    <path d="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"></path>
  702.                                    <path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"></path>
  703.                                </svg>
  704.                                Tutorials
  705.                            </a>
  706.                        </li>
  707.  
  708.                        <li class="sidebar-item-v7">
  709.                            <a href="#" class="sidebar-link-v7">
  710.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  711.                                    stroke="currentColor" stroke-width="2">
  712.                                    <polygon
  713.                                        points="12,2 15.09,8.26 22,9.27 17,14.14 18.18,21.02 12,17.77 5.82,21.02 7,14.14 2,9.27 8.91,8.26">
  714.                                    </polygon>
  715.                                </svg>
  716.                                Reviews
  717.                            </a>
  718.                        </li>
  719.  
  720.                        <li class="sidebar-item-v7">
  721.                            <a href="#" class="sidebar-link-v7">
  722.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  723.                                    stroke="currentColor" stroke-width="2">
  724.                                    <path d="M6 2l3 6 5.5-3-2.5 7h7l-3 6-5.5-3 2.5-7H6z"></path>
  725.                                </svg>
  726.                                News
  727.                            </a>
  728.                        </li>
  729.  
  730.                        <li class="sidebar-item-v7">
  731.                            <a href="#" class="sidebar-link-v7">
  732.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  733.                                    stroke="currentColor" stroke-width="2">
  734.                                    <circle cx="12" cy="12" r="3"></circle>
  735.                                    <path
  736.                                        d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1 1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z">
  737.                                    </path>
  738.                                </svg>
  739.                                About
  740.                            </a>
  741.                        </li>
  742.  
  743.                        <li class="sidebar-item-v7">
  744.                            <a href="#" class="sidebar-link-v7">
  745.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  746.                                    stroke="currentColor" stroke-width="2">
  747.                                    <path
  748.                                        d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z">
  749.                                    </path>
  750.                                    <polyline points="22,6 12,13 2,6"></polyline>
  751.                                </svg>
  752.                                Contact
  753.                            </a>
  754.                        </li>
  755.                    </ul>
  756.                </nav>
  757.                <div class="sidebar-blur"></div>
  758.  
  759.                <!-- Main Content Area -->
  760.                <div class="content-area-v7">
  761.                    <!-- Horizontal Nav for Desktop -->
  762.                    <nav class="horizontal-nav-v7 d-none d-lg-flex">
  763.                        <ul class="horizontal-menu-v7">
  764.  
  765.                            
  766.                            <li class="horizontal-item-v7">
  767.                                <a href="/" class="horizontal-link-v7 active-v7">Home</a>
  768.                            </li>
  769.  
  770.                            
  771.                            
  772.                             <li class="horizontal-item-v7">
  773.                                <a href="/category/all-posts/" class="horizontal-link-v7">
  774.                                    All Posts
  775.                                </a>
  776.                                </li>
  777.  
  778.                                
  779.  
  780.                                        
  781.                                        
  782.                                
  783.                             <li class="horizontal-item-v7">
  784.                                <a href="/category/business/" class="horizontal-link-v7">
  785.                                    Business
  786.                                </a>
  787.                                </li>
  788.  
  789.                                
  790.  
  791.                                        
  792.                                        
  793.                                
  794.                             <li class="horizontal-item-v7">
  795.                                <a href="/category/esports/" class="horizontal-link-v7">
  796.                                    Esports
  797.                                </a>
  798.                                </li>
  799.  
  800.                                
  801.  
  802.                                        
  803.                                        
  804.                                
  805.                             <li class="horizontal-item-v7">
  806.                                <a href="/category/fashion/" class="horizontal-link-v7">
  807.                                    Fashion
  808.                                </a>
  809.                                </li>
  810.  
  811.                                
  812.  
  813.                                        
  814.                                        
  815.                                
  816.                             <li class="horizontal-item-v7">
  817.                                <a href="/category/featured/" class="horizontal-link-v7">
  818.                                    Featured
  819.                                </a>
  820.                                </li>
  821.  
  822.                                
  823.  
  824.                                        
  825.                                        
  826.                                
  827.                             <li class="horizontal-item-v7">
  828.                                <a href="/category/gaming/" class="horizontal-link-v7">
  829.                                    Gaming
  830.                                </a>
  831.                                </li>
  832.  
  833.                                
  834.  
  835.                                        
  836.                                        
  837.                                
  838.                             <li class="horizontal-item-v7">
  839.                                <a href="/category/health/" class="horizontal-link-v7">
  840.                                    Health
  841.                                </a>
  842.                                </li>
  843.  
  844.                                
  845.  
  846.                                        
  847.                                        
  848.                                
  849.                            
  850.                                
  851.                                <li class="horizontal-item-v7 dropdown-v7">
  852.                                    <a href="#" class="horizontal-link-v7">More</a>
  853.                                    <div class="horizontal-dropdown-v7">
  854.                                        <a href="/category/life-fitness/"
  855.                                            class="dropdown-item-v7">
  856.                                            Life &amp; Fitness
  857.                                        </a>
  858.                                        
  859.  
  860.                                        
  861.                                        
  862.                                
  863.                            
  864.                                        <a href="/category/lifestyle/"
  865.                                            class="dropdown-item-v7">
  866.                                            Lifestyle
  867.                                        </a>
  868.                                        
  869.  
  870.                                        
  871.                                        
  872.                                
  873.                            
  874.                                        <a href="/category/news/"
  875.                                            class="dropdown-item-v7">
  876.                                            News
  877.                                        </a>
  878.                                        
  879.  
  880.                                        
  881.                                        
  882.                                
  883.                            
  884.                                        <a href="/category/others/"
  885.                                            class="dropdown-item-v7">
  886.                                            Others
  887.                                        </a>
  888.                                        
  889.  
  890.                                        
  891.                                        
  892.                                
  893.                            
  894.                                        <a href="/category/politics/"
  895.                                            class="dropdown-item-v7">
  896.                                            Politics
  897.                                        </a>
  898.                                        
  899.  
  900.                                        
  901.                                        
  902.                                
  903.                            
  904.                                        <a href="/category/sports/"
  905.                                            class="dropdown-item-v7">
  906.                                            Sports
  907.                                        </a>
  908.                                        
  909.  
  910.                                        
  911.                                        
  912.                                
  913.                            
  914.                                        <a href="/category/tech/"
  915.                                            class="dropdown-item-v7">
  916.                                            Tech
  917.                                        </a>
  918.                                        
  919.  
  920.                                        
  921.                                        
  922.                                
  923.                            
  924.                                        <a href="/category/travel/"
  925.                                            class="dropdown-item-v7">
  926.                                            Travel
  927.                                        </a>
  928.                                        
  929.  
  930.                                        
  931.                                        
  932.                                    </div>
  933.                                </li>
  934.                                
  935.                                
  936. <li>
  937.                  <a href="/page/contact-us/">
  938.                     Contact Us
  939.                  </a>
  940.              </li>
  941.                        </ul>
  942.                    </nav>
  943.  
  944.  
  945.                    <!-- Mobile Menu Button -->
  946.                    <button class="mobile-menu-btn-v7 d-lg-none text-link" onclick="openSidebarV7()">
  947.                        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  948.                            stroke-width="2">
  949.                            <line x1="3" y1="6" x2="21" y2="6"></line>
  950.                            <line x1="3" y1="12" x2="21" y2="12"></line>
  951.                            <line x1="3" y1="18" x2="21" y2="18"></line>
  952.                        </svg>
  953.                        Menu
  954.                    </button>
  955.                </div>
  956.            </div>
  957.        </div>
  958.    </div>
  959.  
  960.    <!-- Overlay for mobile sidebar -->
  961.    <div class="sidebar-overlay-v7" id="sidebarOverlayV7" onclick="closeSidebarV7()"></div>
  962. </header>
  963.  
  964. <style>
  965.    /* Navbar V7 Styles - Vertical Sidebar Navigation */
  966.    .header-v7 {
  967.        position: relative;
  968.        background: var(--navbar-bg);
  969.    }
  970.  
  971.    /* Top Bar Styles */
  972.    .top-bar-v7 {
  973.        padding: 15px 0;
  974.        border-bottom: 1px solid var(--border-color);
  975.        background: var(--navbar-bg);
  976.    }
  977.  
  978.    .logo-img-v7 {
  979.        max-height: 70px;
  980.        transition: transform 0.3s ease;
  981.    }
  982.  
  983.    .logo-img-v7:hover {
  984.        transform: scale(1.05);
  985.    }
  986.  
  987.    /* Search Bar Styles */
  988.    .search-container-v7 {
  989.        position: relative;
  990.        display: flex;
  991.        align-items: center;
  992.        background: transparent;
  993.        border: 2px solid var(--border-color);
  994.        border-radius: 8px;
  995.        overflow: hidden;
  996.        transition: all 0.3s ease;
  997.    }
  998.  
  999.    .search-container-v7:focus-within {
  1000.        border-color: #007bff33;
  1001.        box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.1);
  1002.    }
  1003.  
  1004.    .search-input-v7 {
  1005.        color: var(--topbar-color) !important;
  1006.        flex: 1;
  1007.        border: none;
  1008.        padding: 12px 16px;
  1009.        font-size: 14px;
  1010.        outline: none;
  1011.        background: transparent;
  1012.    }
  1013.  
  1014.    .search-input-v7::placeholder {
  1015.        color: #a0aec0;
  1016.    }
  1017.  
  1018.    .search-btn-v7 {
  1019.        background: var(--bs-primary);
  1020.        color: white;
  1021.        border: none;
  1022.        padding: 12px 16px;
  1023.        cursor: pointer;
  1024.        transition: background 0.3s ease;
  1025.    }
  1026.  
  1027.    .search-btn-v7:hover {
  1028.        background: #3182ce;
  1029.    }
  1030.  
  1031.    /* Header Actions */
  1032.    .header-actions-v7 {
  1033.        display: flex;
  1034.        align-items: center;
  1035.        gap: 15px;
  1036.        justify-content: flex-end;
  1037.    }
  1038.  
  1039.    .notification-btn-v7,
  1040.    .profile-btn-v7 {
  1041.        background: none;
  1042.        border: none;
  1043.        padding: 8px;
  1044.        border-radius: 8px;
  1045.        cursor: pointer;
  1046.        transition: background 0.3s ease;
  1047.        position: relative;
  1048.    }
  1049.  
  1050.    .notification-btn-v7:hover,
  1051.    .profile-btn-v7:hover {
  1052.        background: #f1f5f9;
  1053.    }
  1054.  
  1055.    .notification-badge-v7 {
  1056.        position: absolute;
  1057.        top: 2px;
  1058.        right: 2px;
  1059.        background: #e53e3e;
  1060.        color: white;
  1061.        font-size: 16px;
  1062.        font-weight: 600;
  1063.        width: 16px;
  1064.        height: 16px;
  1065.        border-radius: 50%;
  1066.        display: flex;
  1067.        align-items: center;
  1068.        justify-content: center;
  1069.    }
  1070.  
  1071.    .profile-avatar-v7 {
  1072.        width: 32px;
  1073.        height: 32px;
  1074.        background: var(--border-color);
  1075.        border-radius: 50%;
  1076.        display: flex;
  1077.        align-items: center;
  1078.        justify-content: center;
  1079.    }
  1080.  
  1081.    /* Main Navigation */
  1082.    .main-nav-v7 {
  1083.        background: var(--navbar-bg);
  1084.    }
  1085.  
  1086.    .nav-wrapper-v7 {
  1087.        display: flex;
  1088.        align-items: center;
  1089.        justify-content: center;
  1090.        min-height: 60px;
  1091.    }
  1092.  
  1093.    /* Sidebar Navigation */
  1094.    .sidebar-nav-v7 {
  1095.        position: fixed;
  1096.        top: 0;
  1097.        left: -350px;
  1098.        width: 350px;
  1099.        height: 100vh;
  1100.        background: var(--navbar-bg);
  1101.        z-index: 1000;
  1102.        transition: left 0.3s ease;
  1103.        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  1104.        overflow-y: auto;
  1105.    }
  1106.  
  1107.    .sidebar-nav-v7.show-v7 {
  1108.        left: 0;
  1109.    }
  1110.  
  1111.    .nav-header-v7 {
  1112.        display: flex;
  1113.        align-items: center;
  1114.        justify-content: space-between;
  1115.        padding: 20px 25px;
  1116.        border-bottom: 1px solid var(--border-color);
  1117.        background: var(--navbar-bg);
  1118.    }
  1119.  
  1120.    .nav-title-v7 {
  1121.        font-size: 16px;
  1122.        font-weight: 600;
  1123.        color: #2d3748;
  1124.        margin: 0;
  1125.    }
  1126.  
  1127.    .sidebar-close-v7 {
  1128.        background: none;
  1129.        border: none;
  1130.        padding: 8px;
  1131.        cursor: pointer;
  1132.        border-radius: 6px;
  1133.        transition: background 0.3s ease;
  1134.    }
  1135.  
  1136.    .sidebar-close-v7:hover {
  1137.        background: var(--border-color);
  1138.    }
  1139.  
  1140.    .sidebar-menu-v7 {
  1141.        list-style: none;
  1142.        padding: 20px 0;
  1143.        margin: 0;
  1144.    }
  1145.  
  1146.    .sidebar-item-v7 {
  1147.        margin-bottom: 5px;
  1148.    }
  1149.  
  1150.    .sidebar-link-v7 {
  1151.        display: flex;
  1152.        align-items: center;
  1153.        color: #4a5568;
  1154.        text-decoration: none;
  1155.        padding: 15px 25px;
  1156.        font-size: 15px;
  1157.        font-weight: 500;
  1158.        transition: all 0.3s ease;
  1159.        position: relative;
  1160.    }
  1161.  
  1162.    .sidebar-link-v7:hover,
  1163.    .sidebar-link-v7.active-v7 {
  1164.        color: #007bff;
  1165.        background: var(--border-color);
  1166.    }
  1167.  
  1168.    .sidebar-link-v7.active-v7::before {
  1169.        content: '';
  1170.        position: absolute;
  1171.        left: 0;
  1172.        top: 0;
  1173.        bottom: 0;
  1174.        width: 4px;
  1175.        background: #007bff;
  1176.    }
  1177.  
  1178.    .sidebar-icon-v7 {
  1179.        margin-right: 12px;
  1180.        color: currentColor;
  1181.    }
  1182.  
  1183.    .submenu-arrow-v7 {
  1184.        margin-left: auto;
  1185.        transition: transform 0.3s ease;
  1186.    }
  1187.  
  1188.    .has-submenu-v7.open-v7 .submenu-arrow-v7 {
  1189.        transform: rotate(180deg);
  1190.    }
  1191.  
  1192.    .sidebar-submenu-v7 {
  1193.        list-style: none;
  1194.        padding: 0;
  1195.        margin: 0;
  1196.        max-height: 0;
  1197.        overflow: hidden;
  1198.        transition: max-height 0.3s ease;
  1199.        background: var(--navbar-bg);
  1200.    }
  1201.  
  1202.    .sidebar-submenu-v7.show-v7 {
  1203.        max-height: 300px;
  1204.        padding: 10px 0;
  1205.    }
  1206.  
  1207.    .sidebar-sublink-v7 {
  1208.        display: block;
  1209.        color: #718096;
  1210.        text-decoration: none;
  1211.        padding: 10px 25px 10px 55px;
  1212.        font-size: 14px;
  1213.        transition: all 0.3s ease;
  1214.    }
  1215.  
  1216.    .sidebar-sublink-v7:hover {
  1217.        color: #007bff;
  1218.        background: var(--border-color);
  1219.    }
  1220.  
  1221.    /* Sidebar Footer */
  1222.    .sidebar-footer-v7 {
  1223.        padding: 25px;
  1224.        margin-top: auto;
  1225.        border-top: 1px solid var(--border-color);
  1226.    }
  1227.  
  1228.    .sidebar-cta-v7 {
  1229.        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  1230.        padding: 20px;
  1231.        border-radius: 12px;
  1232.        text-align: center;
  1233.        color: white;
  1234.    }
  1235.  
  1236.    .cta-title-v7 {
  1237.        font-size: 14px;
  1238.        font-weight: 600;
  1239.        margin: 0 0 5px 0;
  1240.    }
  1241.  
  1242.    .cta-text-v7 {
  1243.        font-size: 12px;
  1244.        margin: 0 0 15px 0;
  1245.        opacity: 0.9;
  1246.    }
  1247.  
  1248.    .cta-btn-v7 {
  1249.        background: rgba(255, 255, 255, 0.2);
  1250.        color: white;
  1251.        border: 1px solid rgba(255, 255, 255, 0.3);
  1252.        padding: 8px 20px;
  1253.        border-radius: 20px;
  1254.        font-size: 12px;
  1255.        font-weight: 500;
  1256.        cursor: pointer;
  1257.        transition: all 0.3s ease;
  1258.    }
  1259.  
  1260.    .cta-btn-v7:hover {
  1261.        background: rgba(255, 255, 255, 0.3);
  1262.    }
  1263.  
  1264.    /* Horizontal Navigation for Desktop */
  1265.    .horizontal-nav-v7 {
  1266.        flex: 1;
  1267.        display: flex;
  1268.        justify-content: center;
  1269.    }
  1270.  
  1271.    .horizontal-menu-v7 {
  1272.        list-style: none;
  1273.        padding: 0;
  1274.        margin: 0;
  1275.        display: flex;
  1276.        align-items: center;
  1277.    }
  1278.  
  1279.    .horizontal-item-v7 {
  1280.        position: relative;
  1281.        margin-right: 30px;
  1282.    }
  1283.  
  1284.    .horizontal-link-v7 {
  1285.        color: #4a5568;
  1286.        text-decoration: none;
  1287.        font-size: 16px;
  1288.        font-weight: 500;
  1289.        padding: 20px 0;
  1290.        position: relative;
  1291.        transition: color 0.3s ease;
  1292.    }
  1293.  
  1294.    .horizontal-link-v7::after {
  1295.        content: '';
  1296.        position: absolute;
  1297.        bottom: 0;
  1298.        left: 0;
  1299.        width: 0;
  1300.        height: 2px;
  1301.        background: #007bff;
  1302.        transition: width 0.3s ease;
  1303.    }
  1304.  
  1305.    .horizontal-link-v7:hover,
  1306.    .horizontal-link-v7.active-v7 {
  1307.        color: #007bff;
  1308.        font-weight: 600;
  1309.    }
  1310.  
  1311.    .horizontal-link-v7:hover::after,
  1312.    .horizontal-link-v7.active-v7::after {
  1313.        width: 100%;
  1314.    }
  1315.  
  1316.    /* Horizontal Dropdown */
  1317.    .horizontal-dropdown-v7 {
  1318.        position: absolute;
  1319.        top: 100%;
  1320.        left: 0;
  1321.        background: var(--navbar-bg);
  1322.        min-width: 200px;
  1323.        border-radius: 8px;
  1324.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  1325.        opacity: 0;
  1326.        visibility: hidden;
  1327.        transform: translateY(-10px);
  1328.        transition: all 0.3s ease;
  1329.        padding: 10px 0;
  1330.        z-index: 100;
  1331.    }
  1332.  
  1333.    .dropdown-v7:hover .horizontal-dropdown-v7 {
  1334.        opacity: 1;
  1335.        visibility: visible;
  1336.        transform: translateY(0);
  1337.    }
  1338.  
  1339.    .dropdown-item-v7 {
  1340.        display: block;
  1341.        color: #4a5568;
  1342.        text-decoration: none;
  1343.        padding: 12px 20px;
  1344.        font-size: 14px;
  1345.        transition: all 0.3s ease;
  1346.    }
  1347.  
  1348.    .dropdown-item-v7:hover {
  1349.        color: #007bff;
  1350.        background: #565758ff;
  1351.    }
  1352.  
  1353.    /* Mobile Menu Button */
  1354.    .mobile-menu-btn-v7 {
  1355.        background: none;
  1356.        border: 1px solid var(--border-color);
  1357.        padding: 10px 15px;
  1358.        border-radius: 8px;
  1359.        cursor: pointer;
  1360.        display: flex;
  1361.        align-items: center;
  1362.        gap: 8px;
  1363.        font-size: 14px;
  1364.        font-weight: 500;
  1365.        color: #4a5568;
  1366.        transition: all 0.3s ease;
  1367.        margin: 0 auto;
  1368.    }
  1369.  
  1370.    .mobile-menu-btn-v7:hover {
  1371.        border-color: #cbd5e0;
  1372.        opacity: 0.7;
  1373.    }
  1374.  
  1375.    /* Sidebar Overlay */
  1376.    .sidebar-overlay-v7 {
  1377.        position: fixed;
  1378.        top: 0;
  1379.        left: 0;
  1380.        right: 0;
  1381.        bottom: 0;
  1382.        background: rgba(0, 0, 0, 0.5);
  1383.        z-index: 999;
  1384.        opacity: 0;
  1385.        visibility: hidden;
  1386.        transition: all 0.3s ease;
  1387.    }
  1388.  
  1389.    .sidebar-overlay-v7.show-v7 {
  1390.        opacity: 1;
  1391.        visibility: visible;
  1392.    }
  1393.  
  1394.    /* Responsive Design */
  1395.    @media (max-width: 991px) {
  1396.        .top-bar-v7 .col-lg-6 {
  1397.            order: 3;
  1398.            margin-top: 15px;
  1399.        }
  1400.  
  1401.        .header-actions-v7 {
  1402.            justify-content: flex-start;
  1403.        }
  1404.    }
  1405.  
  1406.    @media (max-width: 768px) {
  1407.        .sidebar-nav-v7 {
  1408.            width: 300px;
  1409.            left: -300px;
  1410.        }
  1411.  
  1412.        .search-container-v7 {
  1413.            margin-top: 10px;
  1414.        }
  1415.    }
  1416. </style>
  1417.  
  1418. <script>
  1419.    function openSidebarV7() {
  1420.        const sidebar = document.getElementById('sidebarNavV7');
  1421.        const overlay = document.getElementById('sidebarOverlayV7');
  1422.  
  1423.        sidebar.classList.add('show-v7');
  1424.        overlay.classList.add('show-v7');
  1425.        document.body.style.overflow = 'hidden';
  1426.    }
  1427.  
  1428.    function closeSidebarV7() {
  1429.        const sidebar = document.getElementById('sidebarNavV7');
  1430.        const overlay = document.getElementById('sidebarOverlayV7');
  1431.  
  1432.        sidebar.classList.remove('show-v7');
  1433.        overlay.classList.remove('show-v7');
  1434.        document.body.style.overflow = '';
  1435.    }
  1436.  
  1437.    function toggleSubmenuV7(submenuId) {
  1438.        const submenu = document.getElementById(submenuId);
  1439.        const parentItem = submenu.closest('.sidebar-item-v7');
  1440.  
  1441.        // Close other open submenus
  1442.        const allSubmenus = document.querySelectorAll('.sidebar-submenu-v7');
  1443.        const allParentItems = document.querySelectorAll('.has-submenu-v7');
  1444.  
  1445.        allSubmenus.forEach(menu => {
  1446.            if (menu.id !== submenuId) {
  1447.                menu.classList.remove('show-v7');
  1448.            }
  1449.        });
  1450.  
  1451.        allParentItems.forEach(item => {
  1452.            if (item !== parentItem) {
  1453.                item.classList.remove('open-v7');
  1454.            }
  1455.        });
  1456.  
  1457.        // Toggle current submenu
  1458.        submenu.classList.toggle('show-v7');
  1459.        parentItem.classList.toggle('open-v7');
  1460.    }
  1461.  
  1462.    // Close sidebar when clicking outside
  1463.    document.addEventListener('click', function (event) {
  1464.        const sidebar = document.getElementById('sidebarNavV7');
  1465.        const mobileBtn = document.querySelector('.mobile-menu-btn-v7');
  1466.  
  1467.        if (!sidebar.contains(event.target) && !mobileBtn.contains(event.target)) {
  1468.            closeSidebarV7();
  1469.        }
  1470.    });
  1471.  
  1472.    // Handle window resize
  1473.    window.addEventListener('resize', function () {
  1474.        if (window.innerWidth >= 992) {
  1475.            closeSidebarV7();
  1476.        }
  1477.    });
  1478. </script>
  1479.  
  1480. <script>
  1481.  document.addEventListener("DOMContentLoaded", function () {
  1482.    console.log("loaded");
  1483.  
  1484.     const searchInput = document.getElementById("search-input")
  1485.    const searchResults = document.getElementById("search-results");
  1486.  
  1487.    if (!searchInput || !searchResults) {
  1488.      console.error("Search input/results not found");
  1489.      return;
  1490.    }
  1491.  
  1492.    // Prevent form submission
  1493.    if (searchInput.form) {
  1494.      searchInput.form.addEventListener("submit", function (e) {
  1495.        e.preventDefault();
  1496.      });
  1497.    }
  1498.  
  1499.    // Add event listener for keyup
  1500.    searchInput.addEventListener("keyup", function (e) {
  1501.      console.log("Key pressed:", e.key);
  1502.      e.preventDefault();
  1503.  
  1504.      const query = searchInput.value.trim();
  1505.      console.log("User is typing: " + query);
  1506.  
  1507.      // If empty → clear and hide
  1508.      if (query === "") {
  1509.        searchResults.innerHTML = "";
  1510.        searchResults.style.display = "none";
  1511.        return;
  1512.      }
  1513.  
  1514.      // Show results
  1515.      searchResults.style.display = "block";
  1516.  
  1517.      // Fetch search results
  1518.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1519.        method: "GET",
  1520.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1521.      })
  1522.        .then(response => {
  1523.          console.log("Response Status:", response.status);
  1524.          return response.json();
  1525.        })
  1526.        .then(data => {
  1527.          console.log("Data received:", data);
  1528.          if (data.html) {
  1529.            searchResults.innerHTML = data.html;
  1530.          } else {
  1531.            searchResults.innerHTML = "<p>No results found.</p>";
  1532.          }
  1533.        })
  1534.        .catch(error => {
  1535.          console.error("Error fetching search results:", error);
  1536.        });
  1537.    });
  1538.  
  1539.    // Close results when clicking outside
  1540.    document.addEventListener("click", function (e) {
  1541.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1542.        searchResults.style.display = "none";
  1543.      }
  1544.    });
  1545.  
  1546.    // Close results on ESC key
  1547.    document.addEventListener("keydown", function (e) {
  1548.      if (e.key === "Escape") {
  1549.        searchResults.style.display = "none";
  1550.      }
  1551.    });
  1552.  });
  1553. </script>
  1554.  
  1555. <style>
  1556.        /* search field */
  1557.  .search-results-container {
  1558.  position: absolute;
  1559.  top: 100%; /* Position it below the input field */
  1560.  left: 10px;
  1561.  right: 10px;
  1562.  background-color: white;
  1563.  border: 1px solid #ddd;
  1564.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1565.  max-height: 300px;
  1566.  overflow-y: auto;
  1567.  z-index: 1000;
  1568.  display: none; /* Initially hidden */
  1569. }
  1570.  
  1571. .search-results-container p {
  1572.  margin: 0;
  1573. }
  1574.  
  1575. .search-results-container .result-item {
  1576.  padding: 10px;
  1577.  cursor: pointer;
  1578. }
  1579.  
  1580. .search-results-container .result-item:hover {
  1581.  background-color: #f0f0f0;
  1582. }
  1583. </style>
  1584.  
  1585.        </header>
  1586.        <!-- end of header -->
  1587.        <!-- start of wpo-blog-hero -->
  1588.        
  1589.  
  1590.  
  1591.  
  1592.  
  1593.  
  1594.  
  1595.  
  1596. <div class="blog-hero-v3 pt-3">
  1597.    <div class="container-fluid fluid-container">
  1598.        <div class="row g-4">
  1599.            
  1600.            
  1601.              
  1602.            <!-- Left Column -->
  1603.            <div class="col-lg-4 col-md-6">
  1604.                <div class="magazine-card tall-card h-100">
  1605.                    <div class="card-image">
  1606.                        
  1607.                            <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1608.                        
  1609.                        <div class="image-overlay"></div>
  1610.                    </div>
  1611.                    <div class="card-content">
  1612.                        <div class="category-pill bg-primary-gradient">News</div>
  1613.                        <h2> <a href="/medical-experts-from-the-scottish-region-and-america-achieve-groundbreaking-stroke-procedure-using-robot/">
  1614.                                        Medical Experts from the Scottish region and America Achieve Groundbreaking Stroke Procedure Using Robot
  1615.                                    </a></h2>
  1616.                        <p></p>
  1617.                        <div class="author-section">
  1618.                            
  1619.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Crystal Shields" class="author-img">
  1620.                            
  1621.                            <div class="author-details">
  1622.                                <span class="author-name">Crystal Shields</span>
  1623.                                <span class="publish-date">14 May 2026</span>
  1624.                            </div>
  1625.                        </div>
  1626.                    </div>
  1627.                </div>
  1628.            </div>
  1629.  
  1630.            
  1631.            
  1632.  
  1633.            <!-- Center Column -->
  1634.            <div class="col-lg-4 col-md-6">
  1635.                <div class="row g-4">
  1636.                    
  1637.                    <div class="col-12">
  1638.                        <div class="magazine-card square-card">
  1639.                            <div class="card-image">
  1640.                            
  1641.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1642.                                    class="img img-responsive" style="object-fit: cover;" alt="">
  1643.                            
  1644.                                <div class="floating-category bg-primary-gradient">News</div>
  1645.                            </div>
  1646.                            <div class="card-content compact">
  1647.                                <h3> <a href="/gavin-newsom-confirms-he-is-evaluating-a-presidential-campaign-for-2028/" >
  1648.                                        Gavin Newsom Confirms He Is Evaluating a Presidential Campaign for 2028
  1649.                                    </a></h3>
  1650.                                    
  1651.                                <div class="mini-meta">
  1652.                                    <span>By Crystal Shields</span>
  1653.                                    <span class="date-dot">• 13 May 2026</span>
  1654.                                </div>
  1655.                            </div>
  1656.                        </div>
  1657.                    </div>
  1658.                    
  1659.                    <div class="col-12">
  1660.                        <div class="magazine-card square-card">
  1661.                            <div class="card-image">
  1662.                            
  1663.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1664.                                    class="img img-responsive" style="object-fit: cover;" alt="">
  1665.                            
  1666.                                <div class="floating-category bg-primary-gradient">News</div>
  1667.                            </div>
  1668.                            <div class="card-content compact">
  1669.                                <h3> <a href="/there-are-those-on-the-left-and-right-who-offer-only-discontent-labour-is-getting-on-with-the-job-of-financial-revitalization/" >
  1670.                                        There are those on the left and right who offer only discontent: Labour is getting on with the job of financial revitalization.
  1671.                                    </a></h3>
  1672.                                    
  1673.                                <div class="mini-meta">
  1674.                                    <span>By Crystal Shields</span>
  1675.                                    <span class="date-dot">• 13 May 2026</span>
  1676.                                </div>
  1677.                            </div>
  1678.                        </div>
  1679.                    </div>
  1680.                    
  1681.  
  1682.                </div>
  1683.            </div>
  1684.            
  1685.            
  1686.              
  1687.            <!-- Right Column -->
  1688.            <div class="col-lg-4 col-md-12">
  1689.                <div class="magazine-card featured-card">
  1690.                    <div class="featured-header">
  1691.                        <h4>Featured Story</h4>
  1692.                        <div class="featured-line"></div>
  1693.                    </div>
  1694.                    <div class="card-image featured-img" >
  1695.                    
  1696.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1697.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1698.                    
  1699.                    </div>
  1700.                    <div class="card-content featured-content">
  1701.                        <div class="category-pill bg-primary-gradient">News</div>
  1702.                        <h2><a href="/the-greater-manchester-mayor-was-likely-to-have-secured-gorton-and-denton-byelection-states-labour-number-two/">
  1703.                                        The Greater Manchester Mayor Was &#x27;Likely&#x27; to Have Secured Gorton and Denton Byelection, States Labour Number Two
  1704.                                    </a></h2>
  1705.                        
  1706.                        <div class="author-section featured-author">
  1707.                            
  1708.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;border-radius: 20px; width: 50px;" alt="Crystal Shields">
  1709.                            
  1710.                            <div class="author-details">
  1711.                                <span class="author-name">Crystal Shields</span>
  1712.                                <!-- <span class="author-title">Business Analyst</span> -->
  1713.                                <span class="publish-date">13 May 2026</span>
  1714.                            </div>
  1715.                        </div>
  1716.                    </div>
  1717.                </div>
  1718.            </div>
  1719.  
  1720.            
  1721.            
  1722.        </div>
  1723.    </div>
  1724. </div>
  1725.  
  1726. <style>
  1727. /* Blog Hero V3 - Magazine Style */
  1728. .blog-hero-v3 {
  1729.    padding: 80px 0;
  1730.    position: relative;
  1731. }
  1732.  
  1733. /* Magazine Cards */
  1734. .magazine-card {
  1735.    background: var(--card-bg);
  1736.    border-radius: 20px;
  1737.    overflow: hidden;
  1738.    position: relative;
  1739.    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  1740.    border: 1px solid var(--border-color);
  1741. }
  1742.  
  1743. .magazine-card:hover {
  1744.    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  1745. }
  1746.  
  1747. /* Tall Card (Left Column) */
  1748. .tall-card {
  1749.    display: flex;
  1750.    flex-direction: column;
  1751. }
  1752.  
  1753. .tall-card .card-image {
  1754.    height: 300px;
  1755.    position: relative;
  1756.    overflow: hidden;
  1757. }
  1758.  
  1759. .tall-card .card-image img {
  1760.    width: 100%;
  1761.    height: 100%;
  1762.    object-fit: cover;
  1763.    transition: transform 0.6s ease;
  1764. }
  1765.  
  1766. .tall-card:hover .card-image img {
  1767.    transform: scale(1.1) rotate(-2deg);
  1768. }
  1769.  
  1770. .image-overlay {
  1771.    position: absolute;
  1772.    top: 0;
  1773.    left: 0;
  1774.    right: 0;
  1775.    bottom: 0;
  1776.    opacity: 0;
  1777.    transition: opacity 0.3s ease;
  1778. }
  1779.  
  1780. .tall-card:hover .image-overlay {
  1781.    opacity: 1;
  1782. }
  1783.  
  1784. .tall-card .card-content {
  1785.    padding: 20px;
  1786.    flex-grow: 1;
  1787.    display: flex;
  1788.    flex-direction: column;
  1789. }
  1790.  
  1791. .tall-card h2 {
  1792.    font-size: 1.5rem;
  1793.    font-weight: 700;
  1794.    color: #2c3e50;
  1795.    margin: 12px 0;
  1796.    line-height: 1.3;
  1797. }
  1798.  
  1799. .tall-card p {
  1800.    color: #7f8c8d;
  1801.    line-height: 1.6;
  1802.    margin-bottom: 1rem;
  1803.    flex-grow: 1;
  1804. }
  1805.  
  1806. /* Square Cards (Center Column) */
  1807. .square-card {
  1808.    position: relative;
  1809.    overflow: hidden;
  1810. }
  1811.  
  1812. .square-card .card-image {
  1813.    height: 180px;
  1814.    position: relative;
  1815. }
  1816.  
  1817. .square-card .card-image img {
  1818.    width: 100%;
  1819.    height: 100%;
  1820.    object-fit: cover;
  1821.    filter: brightness(1.1) saturate(1.2);
  1822.    transition: all 0.4s ease;
  1823. }
  1824.  
  1825. .square-card:hover .card-image img {
  1826.    transform: scale(1.15);
  1827.    filter: brightness(1.2) saturate(1.4);
  1828. }
  1829.  
  1830. .floating-category {
  1831.    position: absolute;
  1832.    top: 15px;
  1833.    right: 15px;
  1834.    padding: 8px 15px;
  1835.    border-radius: 20px;
  1836.    font-size: 0.75rem;
  1837.    text-transform: uppercase;
  1838.    letter-spacing: 1px;
  1839.    backdrop-filter: blur(10px);
  1840.    border: 1px solid rgba(255, 255, 255, 0.3);
  1841. }
  1842.  
  1843. .square-card .card-content.compact {
  1844.    padding: 1.2rem;
  1845. }
  1846.  
  1847. .square-card h3 {
  1848.    font-size: 1.1rem;
  1849.    font-weight: 600;
  1850.    color: #2c3e50;
  1851.    margin-bottom: 10px;
  1852.    line-height: 1.3;
  1853. }
  1854.  
  1855. .mini-meta {
  1856.    font-size: 0.85rem;
  1857.    color: #95a5a6;
  1858. }
  1859.  
  1860. .date-dot {
  1861.    margin-left: 8px;
  1862. }
  1863.  
  1864. /* Featured Card (Right Column) */
  1865. .featured-card {
  1866.    color: white;
  1867.    position: relative;
  1868.    overflow: hidden;
  1869. }
  1870.  
  1871. .featured-card::before {
  1872.    content: '';
  1873.    position: absolute;
  1874.    top: -50%;
  1875.    right: -50%;
  1876.    width: 200%;
  1877.    height: 200%;
  1878.    pointer-events: none;
  1879. }
  1880.  
  1881.  
  1882.  
  1883. .featured-header {
  1884.    padding: 25px 25px 0;
  1885.    position: relative;
  1886. }
  1887.  
  1888. .featured-header h4 {
  1889.    font-size: 0.9rem;
  1890.    text-transform: uppercase;
  1891.    letter-spacing: 2px;
  1892.    margin: 0;
  1893.    opacity: 0.9;
  1894. }
  1895.  
  1896. .featured-line {
  1897.    width: 50px;
  1898.    height: 2px;
  1899.    background: rgba(255, 255, 255, 0.6);
  1900.    margin-top: 10px;
  1901. }
  1902.  
  1903. .featured-img {
  1904.    height: 200px;
  1905.    margin: 1rem;
  1906.    border-radius: 15px;
  1907.    overflow: hidden;
  1908.    position: relative;
  1909. }
  1910.  
  1911. .featured-img img {
  1912.    width: 100%;
  1913.    height: 100%;
  1914.    object-fit: cover;
  1915.    transition: transform 0.5s ease;
  1916. }
  1917.  
  1918. .featured-card:hover .featured-img img {
  1919.    transform: scale(1.1);
  1920. }
  1921.  
  1922. .featured-content {
  1923.    padding: 0 1rem 1.5rem;
  1924. }
  1925.  
  1926. .featured-content h2 {
  1927.    font-size: 1.4rem;
  1928.    font-weight: 700;
  1929.    margin: 15px 0;
  1930.    line-height: 1.3;
  1931. }
  1932.  
  1933. .featured-content p {
  1934.    font-size: 0.95rem;
  1935.    opacity: 0.9;
  1936.    line-height: 1.6;
  1937.    margin-bottom: 1rem;
  1938. }
  1939.  
  1940. /* Category Pills */
  1941. .category-pill {
  1942.    display: inline-block;
  1943.    padding: 6px 16px;
  1944.    border-radius: 20px;
  1945.    font-size: 0.75rem;
  1946.    text-transform: uppercase;
  1947.    letter-spacing: 1px;
  1948.    margin-bottom: 10px;
  1949.    width: fit-content;
  1950. }
  1951.  
  1952. /* Author Sections */
  1953. .author-section {
  1954.    display: flex;
  1955.    align-items: center;
  1956.    gap: 15px;
  1957.    margin-top: auto;
  1958. }
  1959.  
  1960. .author-img {
  1961.    width: 60px;
  1962.    height: 60px;
  1963.    border-radius: 50%;
  1964.    object-fit: cover;
  1965. }
  1966.  
  1967. .author-details {
  1968.    display: flex;
  1969.    flex-direction: column;
  1970. }
  1971.  
  1972. .author-name {
  1973.    font-weight: 600;
  1974. color: #95a5a6;
  1975.    font-size: 16px;
  1976. }
  1977.  
  1978. .author-title {
  1979.    font-size: 0.8rem;
  1980. color: #95a5a6;
  1981.    font-weight: 500;
  1982. }
  1983.  
  1984. .publish-date {
  1985.    font-size: 0.8rem;
  1986.    color: #95a5a6;
  1987.    margin-top: 2px;
  1988. }
  1989.  
  1990. /* Featured Stats */
  1991. .featured-stats {
  1992.    display: flex;
  1993.    gap: 30px;
  1994.    margin: 20px 0;
  1995. }
  1996.  
  1997. .stat-item {
  1998.    text-align: center;
  1999. }
  2000.  
  2001. .stat-number {
  2002.    display: block;
  2003.    font-size: 1.5rem;
  2004.    font-weight: 700;
  2005.    color: white;
  2006. }
  2007.  
  2008. .stat-label {
  2009.    font-size: 0.8rem;
  2010.    opacity: 0.8;
  2011.    text-transform: uppercase;
  2012.    letter-spacing: 1px;
  2013. }
  2014.  
  2015. /* Read More Button */
  2016. .read-more-btn {
  2017.    padding: 0 30px 30px;
  2018. }
  2019.  
  2020. .btn-read {
  2021.    display: inline-block;
  2022.    padding: 12px 30px;
  2023.    background: linear-gradient(45deg, #667eea, #764ba2);
  2024.    color: white;
  2025.    text-decoration: none;
  2026.    border-radius: 20px;
  2027.    font-weight: 600;
  2028.    text-transform: uppercase;
  2029.    letter-spacing: 1px;
  2030.    font-size: 0.85rem;
  2031.    transition: all 0.3s ease;
  2032.    position: relative;
  2033.    overflow: hidden;
  2034. }
  2035.  
  2036. .btn-read::before {
  2037.    content: '';
  2038.    position: absolute;
  2039.    top: 0;
  2040.    left: -100%;
  2041.    width: 100%;
  2042.    height: 100%;
  2043.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  2044.    transition: left 0.5s ease;
  2045. }
  2046.  
  2047. .btn-read:hover::before {
  2048.    left: 100%;
  2049. }
  2050.  
  2051. .btn-read:hover {
  2052.    transform: translateY(-2px);
  2053.    box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
  2054.    color: white;
  2055. }
  2056.  
  2057. /* Trending Bar */
  2058. .trending-bar {
  2059.    background: white;
  2060.    border-radius: 20px;
  2061.    padding: 25px 35px;
  2062.    display: flex;
  2063.    align-items: center;
  2064.    gap: 30px;
  2065.    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  2066.    border-left: 5px solid #667eea;
  2067. }
  2068.  
  2069. .trending-header h5 {
  2070.    margin: 0;
  2071.    font-weight: 700;
  2072.    color: #2c3e50;
  2073.    font-size: 1.1rem;
  2074. }
  2075.  
  2076. .trending-tags {
  2077.    display: flex;
  2078.    flex-wrap: wrap;
  2079.    gap: 15px;
  2080. }
  2081.  
  2082. .trend-tag {
  2083.    padding: 8px 18px;
  2084.    background: #f8f9fa;
  2085.    border: 2px solid #e9ecef;
  2086.    border-radius: 20px;
  2087.    font-size: 0.85rem;
  2088.    font-weight: 500;
  2089.    color: #495057;
  2090.    transition: all 0.3s ease;
  2091.    cursor: pointer;
  2092. }
  2093.  
  2094. .trend-tag:hover {
  2095.    background: #667eea;
  2096.    color: white;
  2097.    border-color: #667eea;
  2098.    transform: translateY(-2px);
  2099. }
  2100.  
  2101. /* Responsive Design */
  2102. @media (max-width: 992px) {
  2103.    .tall-card,
  2104.    .featured-card {
  2105.        height: auto;
  2106.        margin-bottom: 30px;
  2107.    }
  2108.    
  2109.  
  2110.    
  2111.    .trending-bar {
  2112.        flex-direction: column;
  2113.        align-items: flex-start;
  2114.        gap: 20px;
  2115.    }
  2116. }
  2117.  
  2118. @media (max-width: 768px) {
  2119.    .blog-hero-v3 {
  2120.        padding: 40px 0;
  2121.    }
  2122.  
  2123.    
  2124.    .trending-tags {
  2125.        justify-content: center;
  2126.    }
  2127.    
  2128.    .featured-stats {
  2129.        justify-content: center;
  2130.    }
  2131. }
  2132. </style>
  2133.  
  2134.  
  2135.  
  2136.  
  2137.        <!-- end of wpo-blog-hero -->
  2138.  
  2139.        <!-- start of wpo-breacking-news -->
  2140.        
  2141.        <!-- end of wpo-breacking-news -->
  2142.        
  2143.        <!-- start wpo-blog-highlights-section -->
  2144.        
  2145.  
  2146.  
  2147.  
  2148.    
  2149.  
  2150.  
  2151.  <style>
  2152.    .blog-section {
  2153.      padding: 60px 0;
  2154.    }
  2155.  
  2156.    .blog-card {
  2157.      background: var(--card-bg);
  2158.      border-radius: 12px;
  2159.      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  2160.      transition: box-shadow 0.3s ease, transform 0.3s ease;
  2161.      margin-bottom: 30px;
  2162.      overflow: hidden;
  2163.      border: none;
  2164.    }
  2165.  
  2166.    .blog-card-body {
  2167.      padding: 30px;
  2168.    }
  2169.  
  2170.    .blog-category {
  2171.      display: inline-block;
  2172.      padding: 6px 16px;
  2173.      border-radius: 20px;
  2174.      font-size: 12px;
  2175.      font-weight: 600;
  2176.      text-transform: uppercase;
  2177.      letter-spacing: 0.5px;
  2178.      margin-bottom: 20px;
  2179.    }
  2180.  
  2181.    .blog-title {
  2182.      font-weight: 700;
  2183.      color: var(--topbar-color);
  2184.      margin-bottom: 20px;
  2185.      line-height: 1.4;
  2186.      text-decoration: none;
  2187.    }
  2188.  
  2189.    .blog-title:hover {
  2190.      color: #1e40af !important;
  2191.      text-decoration: none;
  2192.    }
  2193.  
  2194.    .blog-meta {
  2195.      display: flex;
  2196.      align-items: center;
  2197.      margin-bottom: 20px;
  2198.      color: var(--topbar-color);
  2199.      font-size: 14px;
  2200.    }
  2201.  
  2202.    .blog-meta img {
  2203.      width: 35px;
  2204.      height: 35px;
  2205.      border-radius: 50%;
  2206.      object-fit: cover;
  2207.      display: block;
  2208.    }
  2209.  
  2210.    .blog-meta .meta-info {
  2211.      display: flex;
  2212.      align-items: center;
  2213.      gap: 15px;
  2214.    }
  2215.  
  2216.    .blog-description {
  2217.      color: var(--topbar-color);
  2218.      line-height: 1.7;
  2219.      margin-bottom: 25px;
  2220.      font-size: 15px;
  2221.    }
  2222.  
  2223.    .read-more-btn {
  2224.      background: transparent;
  2225.      border: 2px solid var(--bs-primary);
  2226.      color: var(--bs-primary);
  2227.      padding: 12px 30px;
  2228.      border-radius: 6px;
  2229.      font-weight: 600;
  2230.      text-transform: uppercase;
  2231.      letter-spacing: 0.5px;
  2232.      transition: all 0.3s ease;
  2233.      text-decoration: none;
  2234.      display: inline-block;
  2235.      font-size: 13px;
  2236.    }
  2237.  
  2238.    .read-more-btn:hover {
  2239.      background: var(--bs-primary);
  2240.      color: var(--bs-white) !important;
  2241.      text-decoration: none;
  2242.    }
  2243.  
  2244.    .section-title {
  2245.      text-align: center;
  2246.      margin-bottom: 50px;
  2247.    }
  2248.  
  2249.    .section-title h2 {
  2250.      font-size: 42px;
  2251.      font-weight: 800;
  2252.      color: #2c3e50;
  2253.      margin-bottom: 15px;
  2254.    }
  2255.  
  2256.    .section-title p {
  2257.      color: #6c757d;
  2258.      font-size: 18px;
  2259.      max-width: 600px;
  2260.      margin: 0 auto;
  2261.    }
  2262.  
  2263.    .avatar-placeholder {
  2264.      width: 35px;
  2265.      height: 35px;
  2266.      border-radius: 50%;
  2267.      background: linear-gradient(45deg, var(--bs-primary), #20c997);
  2268.      display: flex;
  2269.      align-items: center;
  2270.      justify-content: center;
  2271.      color: var(--bs-white);
  2272.      font-weight: bold;
  2273.      margin-right: 12px;
  2274.      overflow: hidden;
  2275.    }
  2276.  
  2277.    @media (max-width: 768px) {
  2278.  
  2279.  
  2280.      .section-title h2 {
  2281.        font-size: 32px;
  2282.      }
  2283.  
  2284.      .blog-card-body {
  2285.        padding: 20px;
  2286.      }
  2287.    }
  2288.  
  2289.    /* ===== Smooth Fade on Scroll (Up & Down) ===== */
  2290.    :root{
  2291.      --fade-distance: 28px;
  2292.      --fade-duration: 700ms;
  2293.      --fade-ease: cubic-bezier(0.16,1,0.3,1);
  2294.    }
  2295.  
  2296.    .fade-base{
  2297.      opacity: 0;
  2298.      filter: blur(2px);
  2299.      transform: translateY(var(--y,0)) translateZ(0); /* GPU hint */
  2300.      transition:
  2301.        opacity var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms),
  2302.        transform var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms),
  2303.        filter var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms);
  2304.      will-change: transform, opacity, filter;
  2305.    }
  2306.    .fade-up   { --y: var(--fade-distance); }          /* when entering on scroll down */
  2307.    .fade-down { --y: calc(var(--fade-distance) * -1); }/* when entering on scroll up */
  2308.  
  2309.    .fade-show{
  2310.      opacity: 1;
  2311.      filter: blur(0);
  2312.      transform: translateY(0) translateZ(0);
  2313.    }
  2314.  
  2315.    /* Hover should still work after fade-in */
  2316.    .blog-card.fade-show:hover{
  2317.      transform: translateY(-5px) translateZ(0);
  2318.      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  2319.    }
  2320.  
  2321.    /* Reduced motion */
  2322.    @media (prefers-reduced-motion: reduce){
  2323.      .fade-base{
  2324.        transition: none !important;
  2325.        transform: none !important;
  2326.        opacity: 1 !important;
  2327.        filter: none !important;
  2328.      }
  2329.      .blog-card.fade-show:hover{
  2330.        transform: none !important;
  2331.        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  2332.      }
  2333.    }
  2334.  </style>
  2335.  
  2336.  <section class="blog-section">
  2337.    <div class="container-fluid fluid-container">
  2338.      <div class="row">
  2339.        <div class="section-title ">
  2340.          <h2>
  2341.                Today's Top Highlights
  2342.                   </h2>
  2343.          <p>Stay updated with the latest insights and trends in online gaming</p>
  2344.        </div>
  2345.  
  2346.        <div class="col-lg-8 col-12">
  2347.          
  2348.            <div class="blog-card fade-base">
  2349.              <div class="blog-card-body">
  2350.                <span class="blog-category bg-primary-gradient">News</span>
  2351.                <h3>
  2352.                  <a href="/the-blue-jays-claim-world-series-meeting-versus-los-angeles-dodgers/" class="blog-title">
  2353.                    The Blue Jays Claim World Series Meeting Versus Los Angeles Dodgers
  2354.                  </a>
  2355.                </h3>
  2356.                <div class="blog-meta">
  2357.                  <div class="avatar-placeholder">
  2358.                    
  2359.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Crystal Shields" />
  2360.                    
  2361.                  </div>
  2362.                  <div class="meta-info">
  2363.                    <span>Crystal Shields</span>
  2364.                    <span><i class="far fa-clock"></i> 13 May 2026</span>
  2365.                  </div>
  2366.                </div>
  2367.                <p class="blog-description"></p>
  2368.                <a href="/the-blue-jays-claim-world-series-meeting-versus-los-angeles-dodgers/" class="read-more-btn">READ MORE</a>
  2369.              </div>
  2370.            </div>
  2371.          
  2372.            <div class="blog-card fade-base">
  2373.              <div class="blog-card-body">
  2374.                <span class="blog-category bg-primary-gradient">News</span>
  2375.                <h3>
  2376.                  <a href="/the-visitors-select-the-off-spinner-in-squad-for-ashes-initial-match/" class="blog-title">
  2377.                    The visitors Select the off-spinner in Squad for Ashes Initial Match
  2378.                  </a>
  2379.                </h3>
  2380.                <div class="blog-meta">
  2381.                  <div class="avatar-placeholder">
  2382.                    
  2383.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Crystal Shields" />
  2384.                    
  2385.                  </div>
  2386.                  <div class="meta-info">
  2387.                    <span>Crystal Shields</span>
  2388.                    <span><i class="far fa-clock"></i> 13 May 2026</span>
  2389.                  </div>
  2390.                </div>
  2391.                <p class="blog-description"></p>
  2392.                <a href="/the-visitors-select-the-off-spinner-in-squad-for-ashes-initial-match/" class="read-more-btn">READ MORE</a>
  2393.              </div>
  2394.            </div>
  2395.          
  2396.            <div class="blog-card fade-base">
  2397.              <div class="blog-card-body">
  2398.                <span class="blog-category bg-primary-gradient">News</span>
  2399.                <h3>
  2400.                  <a href="/olympian-and-other-eritreans-freed-after-nearly-two-decades-without-facing-charges-relatives-report/" class="blog-title">
  2401.                    Olympian and Other Eritreans Freed After Nearly Two Decades Without Facing Charges, Relatives Report
  2402.                  </a>
  2403.                </h3>
  2404.                <div class="blog-meta">
  2405.                  <div class="avatar-placeholder">
  2406.                    
  2407.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Crystal Shields" />
  2408.                    
  2409.                  </div>
  2410.                  <div class="meta-info">
  2411.                    <span>Crystal Shields</span>
  2412.                    <span><i class="far fa-clock"></i> 13 May 2026</span>
  2413.                  </div>
  2414.                </div>
  2415.                <p class="blog-description"></p>
  2416.                <a href="/olympian-and-other-eritreans-freed-after-nearly-two-decades-without-facing-charges-relatives-report/" class="read-more-btn">READ MORE</a>
  2417.              </div>
  2418.            </div>
  2419.          
  2420.            <div class="blog-card fade-base">
  2421.              <div class="blog-card-body">
  2422.                <span class="blog-category bg-primary-gradient">News</span>
  2423.                <h3>
  2424.                  <a href="/kpop-demon-hunters-balloons-to-make-a-grand-appearance-at-the-iconic-thanksgiving-parade/" class="blog-title">
  2425.                    KPop Demon Hunters Balloons to Make a Grand Appearance at the Iconic Thanksgiving Parade
  2426.                  </a>
  2427.                </h3>
  2428.                <div class="blog-meta">
  2429.                  <div class="avatar-placeholder">
  2430.                    
  2431.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Crystal Shields" />
  2432.                    
  2433.                  </div>
  2434.                  <div class="meta-info">
  2435.                    <span>Crystal Shields</span>
  2436.                    <span><i class="far fa-clock"></i> 12 May 2026</span>
  2437.                  </div>
  2438.                </div>
  2439.                <p class="blog-description"></p>
  2440.                <a href="/kpop-demon-hunters-balloons-to-make-a-grand-appearance-at-the-iconic-thanksgiving-parade/" class="read-more-btn">READ MORE</a>
  2441.              </div>
  2442.            </div>
  2443.          
  2444.            <div class="blog-card fade-base">
  2445.              <div class="blog-card-body">
  2446.                <span class="blog-category bg-primary-gradient">News</span>
  2447.                <h3>
  2448.                  <a href="/tragic-unearthing-bodies-of-missing-mother-and-child-located-in-freezing-units-in-austria/" class="blog-title">
  2449.                    Tragic Unearthing: Bodies of Missing Mother and Child Located in Freezing Units in Austria
  2450.                  </a>
  2451.                </h3>
  2452.                <div class="blog-meta">
  2453.                  <div class="avatar-placeholder">
  2454.                    
  2455.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Crystal Shields" />
  2456.                    
  2457.                  </div>
  2458.                  <div class="meta-info">
  2459.                    <span>Crystal Shields</span>
  2460.                    <span><i class="far fa-clock"></i> 12 May 2026</span>
  2461.                  </div>
  2462.                </div>
  2463.                <p class="blog-description"></p>
  2464.                <a href="/tragic-unearthing-bodies-of-missing-mother-and-child-located-in-freezing-units-in-austria/" class="read-more-btn">READ MORE</a>
  2465.              </div>
  2466.            </div>
  2467.          
  2468.            <div class="blog-card fade-base">
  2469.              <div class="blog-card-body">
  2470.                <span class="blog-category bg-primary-gradient">News</span>
  2471.                <h3>
  2472.                  <a href="/the-music-streaming-giants-year-end-recap-release-timeline-and-your-burning-questions-answered/" class="blog-title">
  2473.                    The Music Streaming Giant&#x27;s Year-End Recap: Release Timeline and Your Burning Questions Answered
  2474.                  </a>
  2475.                </h3>
  2476.                <div class="blog-meta">
  2477.                  <div class="avatar-placeholder">
  2478.                    
  2479.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Crystal Shields" />
  2480.                    
  2481.                  </div>
  2482.                  <div class="meta-info">
  2483.                    <span>Crystal Shields</span>
  2484.                    <span><i class="far fa-clock"></i> 12 May 2026</span>
  2485.                  </div>
  2486.                </div>
  2487.                <p class="blog-description"></p>
  2488.                <a href="/the-music-streaming-giants-year-end-recap-release-timeline-and-your-burning-questions-answered/" class="read-more-btn">READ MORE</a>
  2489.              </div>
  2490.            </div>
  2491.          
  2492.            <div class="blog-card fade-base">
  2493.              <div class="blog-card-body">
  2494.                <span class="blog-category bg-primary-gradient">News</span>
  2495.                <h3>
  2496.                  <a href="/peaceful-end-to-lionel-messis-india-tour-in-the-wake-of-disorder-in-kolkata/" class="blog-title">
  2497.                    Peaceful End to Lionel Messi&#x27;s India Tour In the Wake of Disorder in Kolkata
  2498.                  </a>
  2499.                </h3>
  2500.                <div class="blog-meta">
  2501.                  <div class="avatar-placeholder">
  2502.                    
  2503.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Crystal Shields" />
  2504.                    
  2505.                  </div>
  2506.                  <div class="meta-info">
  2507.                    <span>Crystal Shields</span>
  2508.                    <span><i class="far fa-clock"></i> 12 May 2026</span>
  2509.                  </div>
  2510.                </div>
  2511.                <p class="blog-description"></p>
  2512.                <a href="/peaceful-end-to-lionel-messis-india-tour-in-the-wake-of-disorder-in-kolkata/" class="read-more-btn">READ MORE</a>
  2513.              </div>
  2514.            </div>
  2515.          
  2516.            <div class="blog-card fade-base">
  2517.              <div class="blog-card-body">
  2518.                <span class="blog-category bg-primary-gradient">News</span>
  2519.                <h3>
  2520.                  <a href="/esteemed-photographer-brian-harris-life-story-a-life-behind-the-lens/" class="blog-title">
  2521.                    Esteemed Photographer Brian Harris Life Story: A Life Behind the Lens
  2522.                  </a>
  2523.                </h3>
  2524.                <div class="blog-meta">
  2525.                  <div class="avatar-placeholder">
  2526.                    
  2527.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Crystal Shields" />
  2528.                    
  2529.                  </div>
  2530.                  <div class="meta-info">
  2531.                    <span>Crystal Shields</span>
  2532.                    <span><i class="far fa-clock"></i> 12 May 2026</span>
  2533.                  </div>
  2534.                </div>
  2535.                <p class="blog-description"></p>
  2536.                <a href="/esteemed-photographer-brian-harris-life-story-a-life-behind-the-lens/" class="read-more-btn">READ MORE</a>
  2537.              </div>
  2538.            </div>
  2539.          
  2540.            <div class="blog-card fade-base">
  2541.              <div class="blog-card-body">
  2542.                <span class="blog-category bg-primary-gradient">News</span>
  2543.                <h3>
  2544.                  <a href="/the-met-responds-to-lawsuit-over-reportedly-nazi-stolen-van-gogh-artwork/" class="blog-title">
  2545.                    The Met Responds to Lawsuit Over Reportedly Nazi-Stolen Van Gogh Artwork
  2546.                  </a>
  2547.                </h3>
  2548.                <div class="blog-meta">
  2549.                  <div class="avatar-placeholder">
  2550.                    
  2551.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Crystal Shields" />
  2552.                    
  2553.                  </div>
  2554.                  <div class="meta-info">
  2555.                    <span>Crystal Shields</span>
  2556.                    <span><i class="far fa-clock"></i> 12 May 2026</span>
  2557.                  </div>
  2558.                </div>
  2559.                <p class="blog-description"></p>
  2560.                <a href="/the-met-responds-to-lawsuit-over-reportedly-nazi-stolen-van-gogh-artwork/" class="read-more-btn">READ MORE</a>
  2561.              </div>
  2562.            </div>
  2563.          
  2564.            <div class="blog-card fade-base">
  2565.              <div class="blog-card-body">
  2566.                <span class="blog-category bg-primary-gradient">News</span>
  2567.                <h3>
  2568.                  <a href="/us-lawmaker-calls-on-ex-royal-andrew-to-testify-in-jeffrey-epstein-investigation/" class="blog-title">
  2569.                    US Lawmaker Calls On Ex-Royal Andrew to Testify in Jeffrey Epstein Investigation
  2570.                  </a>
  2571.                </h3>
  2572.                <div class="blog-meta">
  2573.                  <div class="avatar-placeholder">
  2574.                    
  2575.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Crystal Shields" />
  2576.                    
  2577.                  </div>
  2578.                  <div class="meta-info">
  2579.                    <span>Crystal Shields</span>
  2580.                    <span><i class="far fa-clock"></i> 12 May 2026</span>
  2581.                  </div>
  2582.                </div>
  2583.                <p class="blog-description"></p>
  2584.                <a href="/us-lawmaker-calls-on-ex-royal-andrew-to-testify-in-jeffrey-epstein-investigation/" class="read-more-btn">READ MORE</a>
  2585.              </div>
  2586.            </div>
  2587.          
  2588.            <div class="blog-card fade-base">
  2589.              <div class="blog-card-body">
  2590.                <span class="blog-category bg-primary-gradient">News</span>
  2591.                <h3>
  2592.                  <a href="/the-gulf-nation-to-argue-at-uk-supreme-court-over-sovereign-immunity-in-surveillance-claims/" class="blog-title">
  2593.                    The Gulf nation to Argue at UK Supreme Court Over Sovereign Immunity in Surveillance Claims
  2594.                  </a>
  2595.                </h3>
  2596.                <div class="blog-meta">
  2597.                  <div class="avatar-placeholder">
  2598.                    
  2599.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Crystal Shields" />
  2600.                    
  2601.                  </div>
  2602.                  <div class="meta-info">
  2603.                    <span>Crystal Shields</span>
  2604.                    <span><i class="far fa-clock"></i> 12 May 2026</span>
  2605.                  </div>
  2606.                </div>
  2607.                <p class="blog-description"></p>
  2608.                <a href="/the-gulf-nation-to-argue-at-uk-supreme-court-over-sovereign-immunity-in-surveillance-claims/" class="read-more-btn">READ MORE</a>
  2609.              </div>
  2610.            </div>
  2611.          
  2612.            <div class="blog-card fade-base">
  2613.              <div class="blog-card-body">
  2614.                <span class="blog-category bg-primary-gradient">News</span>
  2615.                <h3>
  2616.                  <a href="/the-renowned-director-clarifies-avatar-movies-are-not-made-by-computers/" class="blog-title">
  2617.                    The Renowned Director Clarifies: ‘Avatar Movies Are Not Made By Computers’
  2618.                  </a>
  2619.                </h3>
  2620.                <div class="blog-meta">
  2621.                  <div class="avatar-placeholder">
  2622.                    
  2623.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Crystal Shields" />
  2624.                    
  2625.                  </div>
  2626.                  <div class="meta-info">
  2627.                    <span>Crystal Shields</span>
  2628.                    <span><i class="far fa-clock"></i> 11 May 2026</span>
  2629.                  </div>
  2630.                </div>
  2631.                <p class="blog-description"></p>
  2632.                <a href="/the-renowned-director-clarifies-avatar-movies-are-not-made-by-computers/" class="read-more-btn">READ MORE</a>
  2633.              </div>
  2634.            </div>
  2635.          
  2636.          
  2637.  
  2638.        </div>
  2639.  
  2640.         <div class="col col-lg-4 col-12">
  2641.                
  2642.  
  2643.  
  2644.  
  2645.    
  2646.  
  2647.    
  2648.    <!-- Search Widget -->
  2649.    <!-- <div class="pulse-sidebar-widget">
  2650.        <div class="pulse-widget-header pulse-search-header">
  2651.            <i class="fas fa-search"></i> SEARCH
  2652.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  2653.        </div>
  2654.        <div class="pulse-widget-body">
  2655.            <form class="pulse-search-form" method="GET">
  2656.                <div class="position-relative">
  2657.                    <input type="text" name="search" class="pulse-search-input-sidebar"
  2658.                           placeholder="Search" value="">
  2659.                    <button type="submit" class="pulse-search-btn-sidebar">
  2660.                        <i class="fas fa-search"></i>
  2661.                    </button>
  2662.                </div>
  2663.            </form>
  2664.        </div>
  2665.    </div> -->
  2666.    
  2667.    <!-- Recent Posts Widget -->
  2668.    <div class="pulse-sidebar-widget mb-3">
  2669.        <div class="pulse-widget-header pulse-recent-header">
  2670.            <i class="fas fa-clock"></i> RECENT POSTS
  2671.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  2672.        </div>
  2673.        <div class="pulse-widget-body mb-3">
  2674.            
  2675.            <div class="pulse-recent-post-item">
  2676.                <a href="/shackled-alone-and-frightened-the-harsh-reality-for-women-made-to-give-birth-in-incarceration/" class="pulse-recent-title">
  2677.                                            Shackled, Alone and Frightened: The Harsh Reality for Women Made to Give Birth in Incarceration.
  2678.                                            </a>
  2679.                <div class="pulse-recent-meta">
  2680.                    <span><i class="far fa-calendar"></i> 11 May 2026</span>
  2681.                    <span><i class="far fa-user"></i> Crystal Shields</span>
  2682.                </div>
  2683.            </div>
  2684.            
  2685.            <div class="pulse-recent-post-item">
  2686.                <a href="/a-account-of-surprising-generosity-when-a-student-let-me-sleep-on-her-dormitory-floor/" class="pulse-recent-title">
  2687.                                            A Account of Surprising Generosity: When a Student Let Me Sleep on Her Dormitory Floor
  2688.                                            </a>
  2689.                <div class="pulse-recent-meta">
  2690.                    <span><i class="far fa-calendar"></i> 11 May 2026</span>
  2691.                    <span><i class="far fa-user"></i> Crystal Shields</span>
  2692.                </div>
  2693.            </div>
  2694.            
  2695.            <div class="pulse-recent-post-item">
  2696.                <a href="/among-those-bombed-out-remains-of-an-residential-building-i-saw-a-book-i-had-rendered/" class="pulse-recent-title">
  2697.                                            Among those Bombed-Out Remains of an Residential Building, I Saw a Book I Had Rendered
  2698.                                            </a>
  2699.                <div class="pulse-recent-meta">
  2700.                    <span><i class="far fa-calendar"></i> 11 May 2026</span>
  2701.                    <span><i class="far fa-user"></i> Crystal Shields</span>
  2702.                </div>
  2703.            </div>
  2704.            
  2705.            <div class="pulse-recent-post-item">
  2706.                <a href="/three-xbox-game-pass-games-were-playing-this-weekend-oct-10-12/" class="pulse-recent-title">
  2707.                                            Three Xbox Game Pass Games We&#x27;re Playing This Weekend (Oct. 10-12)
  2708.                                            </a>
  2709.                <div class="pulse-recent-meta">
  2710.                    <span><i class="far fa-calendar"></i> 11 May 2026</span>
  2711.                    <span><i class="far fa-user"></i> Crystal Shields</span>
  2712.                </div>
  2713.            </div>
  2714.            
  2715.            <div class="pulse-recent-post-item">
  2716.                <a href="/daily-existence-for-120000-asylum-seekers-in-mauritanias-extensive-shelter-on-the-mali-border/" class="pulse-recent-title">
  2717.                                            Daily Existence for 120,000 Asylum Seekers in Mauritania&#x27;s Extensive Shelter on the Mali Border.
  2718.                                            </a>
  2719.                <div class="pulse-recent-meta">
  2720.                    <span><i class="far fa-calendar"></i> 11 May 2026</span>
  2721.                    <span><i class="far fa-user"></i> Crystal Shields</span>
  2722.                </div>
  2723.            </div>
  2724.            
  2725.            <div class="pulse-recent-post-item">
  2726.                <a href="/the-way-a-american-military-vet-aided-mar%C3%ADa-corina-machado-escape-venezuela/" class="pulse-recent-title">
  2727.                                            The Way a American Military Vet Aided María Corina Machado Escape Venezuela
  2728.                                            </a>
  2729.                <div class="pulse-recent-meta">
  2730.                    <span><i class="far fa-calendar"></i> 11 May 2026</span>
  2731.                    <span><i class="far fa-user"></i> Crystal Shields</span>
  2732.                </div>
  2733.            </div>
  2734.            
  2735.            <!-- Django Template for Recent Posts -->
  2736.            <!--
  2737.            
  2738.            -->
  2739.            
  2740.        </div>
  2741.    </div>
  2742.    
  2743.    <div class="pulse-sidebar-widget mb-3">
  2744.        <div class="pulse-widget-header pulse-recent-header">
  2745.            <i class="fas fa-clock"></i> May 2026 Blog Roll
  2746.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  2747.        </div>
  2748.        <div class="pulse-widget-body scrollable-sidebar">
  2749.            
  2750.            <div class="pulse-recent-post-item ">
  2751.                <a href="https://www.heatonpark.org.uk/" rel="dofollow" class="pulse-recent-title ">
  2752.                                            crypto casino
  2753.                                            </a>
  2754.            </div>
  2755.            
  2756.            <div class="pulse-recent-post-item ">
  2757.                <a href="https://www.tourofbritain.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2758.                                            non gamstop casino
  2759.                                            </a>
  2760.            </div>
  2761.            
  2762.            <div class="pulse-recent-post-item ">
  2763.                <a href="https://www.outset.org/" rel="dofollow" class="pulse-recent-title ">
  2764.                                            best betting sites uk
  2765.                                            </a>
  2766.            </div>
  2767.            
  2768.            <div class="pulse-recent-post-item ">
  2769.                <a href="https://www.deakinandblue.com/" rel="dofollow" class="pulse-recent-title ">
  2770.                                            non gamstop online casinos
  2771.                                            </a>
  2772.            </div>
  2773.            
  2774.            <div class="pulse-recent-post-item ">
  2775.                <a href="https://www.toop.eu/" rel="dofollow" class="pulse-recent-title ">
  2776.                                            best uk non gamstop casinos
  2777.                                            </a>
  2778.            </div>
  2779.            
  2780.            <div class="pulse-recent-post-item ">
  2781.                <a href="https://www.roundhaypark.org.uk/" rel="dofollow" class="pulse-recent-title ">
  2782.                                            best non gamstop casinos
  2783.                                            </a>
  2784.            </div>
  2785.            
  2786.            <div class="pulse-recent-post-item ">
  2787.                <a href="https://www.focus12.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2788.                                            slots not on gamstop
  2789.                                            </a>
  2790.            </div>
  2791.            
  2792.            <div class="pulse-recent-post-item ">
  2793.                <a href="https://britishicehockey.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2794.                                            slots not on gamstop
  2795.                                            </a>
  2796.            </div>
  2797.            
  2798.            <div class="pulse-recent-post-item ">
  2799.                <a href="https://esportsinsider.com/uk/gambling/non-gamstop-casinos" rel="dofollow" class="pulse-recent-title ">
  2800.                                            casino not on gamstop
  2801.                                            </a>
  2802.            </div>
  2803.            
  2804.            <div class="pulse-recent-post-item ">
  2805.                <a href="https://casinobeats.com/uk/online-casinos/casinos-not-on-gamstop/" rel="dofollow" class="pulse-recent-title ">
  2806.                                            casino not on gamstop
  2807.                                            </a>
  2808.            </div>
  2809.            
  2810.            <div class="pulse-recent-post-item ">
  2811.                <a href="https://tescobagsofhelp.org.uk/" rel="dofollow" class="pulse-recent-title ">
  2812.                                            casino not on gamstop
  2813.                                            </a>
  2814.            </div>
  2815.            
  2816.        </div>
  2817.    </div>
  2818.    
  2819.    <div class="pulse-sidebar-widget mb-3">
  2820.        <div class="pulse-widget-header pulse-recent-header">
  2821.            <i class="fas fa-clock"></i> April 2026 Blog Roll
  2822.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  2823.        </div>
  2824.        <div class="pulse-widget-body scrollable-sidebar">
  2825.            
  2826.            <div class="pulse-recent-post-item ">
  2827.                <a href="https://tdlwebsolutions.com/" rel="dofollow" class="pulse-recent-title ">
  2828.                                            official lolajack crypto
  2829.                                            </a>
  2830.            </div>
  2831.            
  2832.            <div class="pulse-recent-post-item ">
  2833.                <a href="https://belgo-restaurants.co.uk" rel="dofollow" class="pulse-recent-title ">
  2834.                                            non GamStop UK casino
  2835.                                            </a>
  2836.            </div>
  2837.            
  2838.            <div class="pulse-recent-post-item ">
  2839.                <a href="https://adventuregamers.com/online-casinos/non-gamstop" rel="dofollow" class="pulse-recent-title ">
  2840.                                            casinos not on gamstop
  2841.                                            </a>
  2842.            </div>
  2843.            
  2844.            <div class="pulse-recent-post-item ">
  2845.                <a href="https://www.chemical-records.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2846.                                            casino not on gamstop
  2847.                                            </a>
  2848.            </div>
  2849.            
  2850.            <div class="pulse-recent-post-item ">
  2851.                <a href="https://www.oceanacidification.org.uk/" rel="dofollow" class="pulse-recent-title ">
  2852.                                            casino not on gamstop
  2853.                                            </a>
  2854.            </div>
  2855.            
  2856.            <div class="pulse-recent-post-item ">
  2857.                <a href="https://www.geekgirlmeetup.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2858.                                            casino not on gamstop
  2859.                                            </a>
  2860.            </div>
  2861.            
  2862.            <div class="pulse-recent-post-item ">
  2863.                <a href="https://allcatsrgrey.org.uk/" rel="dofollow" class="pulse-recent-title ">
  2864.                                            best online casinos
  2865.                                            </a>
  2866.            </div>
  2867.            
  2868.            <div class="pulse-recent-post-item ">
  2869.                <a href="https://www.surfaceview.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2870.                                            best online casinos
  2871.                                            </a>
  2872.            </div>
  2873.            
  2874.            <div class="pulse-recent-post-item ">
  2875.                <a href="https://www.summerhall.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2876.                                            best online casinos
  2877.                                            </a>
  2878.            </div>
  2879.            
  2880.            <div class="pulse-recent-post-item ">
  2881.                <a href="https://straightfromyard.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2882.                                            best online casinos
  2883.                                            </a>
  2884.            </div>
  2885.            
  2886.            <div class="pulse-recent-post-item ">
  2887.                <a href="https://savethedatemagazine.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2888.                                            best online casinos
  2889.                                            </a>
  2890.            </div>
  2891.            
  2892.            <div class="pulse-recent-post-item ">
  2893.                <a href="https://www.cca-glasgow.com/" rel="dofollow" class="pulse-recent-title ">
  2894.                                            best online casinos
  2895.                                            </a>
  2896.            </div>
  2897.            
  2898.            <div class="pulse-recent-post-item ">
  2899.                <a href="https://www.citytosea.org.uk/" rel="dofollow" class="pulse-recent-title ">
  2900.                                            best online casinos
  2901.                                            </a>
  2902.            </div>
  2903.            
  2904.            <div class="pulse-recent-post-item ">
  2905.                <a href="https://bereavementcommission.org.uk/" rel="dofollow" class="pulse-recent-title ">
  2906.                                            best online casinos
  2907.                                            </a>
  2908.            </div>
  2909.            
  2910.            <div class="pulse-recent-post-item ">
  2911.                <a href="https://unbound.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2912.                                            best online casinos
  2913.                                            </a>
  2914.            </div>
  2915.            
  2916.            <div class="pulse-recent-post-item ">
  2917.                <a href="https://www.elthampalace.org.uk/" rel="dofollow" class="pulse-recent-title ">
  2918.                                            casino games
  2919.                                            </a>
  2920.            </div>
  2921.            
  2922.            <div class="pulse-recent-post-item ">
  2923.                <a href="https://israelpremiertech.com" rel="dofollow" class="pulse-recent-title ">
  2924.                                            best non GamStop casinos
  2925.                                            </a>
  2926.            </div>
  2927.            
  2928.            <div class="pulse-recent-post-item ">
  2929.                <a href="https://www.durhamminers.org/" rel="dofollow" class="pulse-recent-title ">
  2930.                                            non GamStop casinos UK
  2931.                                            </a>
  2932.            </div>
  2933.            
  2934.            <div class="pulse-recent-post-item ">
  2935.                <a href="https://qualityofcarenetwork.org/" rel="dofollow" class="pulse-recent-title ">
  2936.                                            lolajack welcome offer
  2937.                                            </a>
  2938.            </div>
  2939.            
  2940.            <div class="pulse-recent-post-item ">
  2941.                <a href="https://oxfordgoldgroup.com" rel="dofollow" class="pulse-recent-title ">
  2942.                                            casino not on gamstop
  2943.                                            </a>
  2944.            </div>
  2945.            
  2946.            <div class="pulse-recent-post-item ">
  2947.                <a href="https://forjimmy.org" rel="dofollow" class="pulse-recent-title ">
  2948.                                            casinos not on gamstop
  2949.                                            </a>
  2950.            </div>
  2951.            
  2952.            <div class="pulse-recent-post-item ">
  2953.                <a href="https://appleiphoneunlock.uk/" rel="dofollow" class="pulse-recent-title ">
  2954.                                            crypto casino uk
  2955.                                            </a>
  2956.            </div>
  2957.            
  2958.            <div class="pulse-recent-post-item ">
  2959.                <a href="https://mcaleicester.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2960.                                            new online casinos uk
  2961.                                            </a>
  2962.            </div>
  2963.            
  2964.            <div class="pulse-recent-post-item ">
  2965.                <a href="https://www.thekarczma.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2966.                                            Non UK Licenced Casinos
  2967.                                            </a>
  2968.            </div>
  2969.            
  2970.            <div class="pulse-recent-post-item ">
  2971.                <a href="https://www.executive-shaving.co.uk" rel="dofollow" class="pulse-recent-title ">
  2972.                                            online casinos
  2973.                                            </a>
  2974.            </div>
  2975.            
  2976.            <div class="pulse-recent-post-item ">
  2977.                <a href="https://www.fourpure.com/" rel="dofollow" class="pulse-recent-title ">
  2978.                                            best online casinos
  2979.                                            </a>
  2980.            </div>
  2981.            
  2982.            <div class="pulse-recent-post-item ">
  2983.                <a href="https://hapihemp.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2984.                                            best online betting sites uk
  2985.                                            </a>
  2986.            </div>
  2987.            
  2988.            <div class="pulse-recent-post-item ">
  2989.                <a href="https://www.thehaven.org.uk/" rel="dofollow" class="pulse-recent-title ">
  2990.                                            non gamstop casinos
  2991.                                            </a>
  2992.            </div>
  2993.            
  2994.            <div class="pulse-recent-post-item ">
  2995.                <a href="https://www.citygateway.org.uk/" rel="dofollow" class="pulse-recent-title ">
  2996.                                            uk casinos not on gamstop
  2997.                                            </a>
  2998.            </div>
  2999.            
  3000.            <div class="pulse-recent-post-item ">
  3001.                <a href="https://www.techandplay.org/" rel="dofollow" class="pulse-recent-title ">
  3002.                                            best new betting sites
  3003.                                            </a>
  3004.            </div>
  3005.            
  3006.            <div class="pulse-recent-post-item ">
  3007.                <a href="https://www.deakinandblue.com/" rel="dofollow" class="pulse-recent-title ">
  3008.                                            uk online casinos not on gamstop
  3009.                                            </a>
  3010.            </div>
  3011.            
  3012.            <div class="pulse-recent-post-item ">
  3013.                <a href="https://www.no-deportations.org.uk" rel="dofollow" class="pulse-recent-title ">
  3014.                                            slot sites not on GamStop
  3015.                                            </a>
  3016.            </div>
  3017.            
  3018.        </div>
  3019.    </div>
  3020.    
  3021.    <div class="pulse-sidebar-widget mb-3">
  3022.        <div class="pulse-widget-header pulse-recent-header">
  3023.            <i class="fas fa-clock"></i> March 2026 Blog Roll
  3024.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  3025.        </div>
  3026.        <div class="pulse-widget-body scrollable-sidebar">
  3027.            
  3028.            <div class="pulse-recent-post-item ">
  3029.                <a href="https://letsmush.com/" rel="dofollow" class="pulse-recent-title ">
  3030.                                            casino sites not on GamStop
  3031.                                            </a>
  3032.            </div>
  3033.            
  3034.            <div class="pulse-recent-post-item ">
  3035.                <a href="https://www.nordicresearchnetwork.co.uk/" rel="dofollow" class="pulse-recent-title ">
  3036.                                            Non UK Casino
  3037.                                            </a>
  3038.            </div>
  3039.            
  3040.            <div class="pulse-recent-post-item ">
  3041.                <a href="https://www.labodeganegra.com/" rel="dofollow" class="pulse-recent-title ">
  3042.                                            UK casinos not on GamStop
  3043.                                            </a>
  3044.            </div>
  3045.            
  3046.            <div class="pulse-recent-post-item ">
  3047.                <a href="https://www.bunker-51.com/" rel="dofollow" class="pulse-recent-title ">
  3048.                                            casino sites not on GamStop
  3049.                                            </a>
  3050.            </div>
  3051.            
  3052.            <div class="pulse-recent-post-item ">
  3053.                <a href="https://newsoundgeneration.co.uk/casinos-not-on-gamstop/" rel="dofollow" class="pulse-recent-title ">
  3054.                                            Non Gamban Casino
  3055.                                            </a>
  3056.            </div>
  3057.            
  3058.            <div class="pulse-recent-post-item ">
  3059.                <a href="https://www.kysty.co.uk/" rel="dofollow" class="pulse-recent-title ">
  3060.                                            Non GAMSTOP Casinos
  3061.                                            </a>
  3062.            </div>
  3063.            
  3064.            <div class="pulse-recent-post-item ">
  3065.                <a href="https://www.illinoistech.org/" rel="dofollow" class="pulse-recent-title ">
  3066.                                            anonymous crypto casinos
  3067.                                            </a>
  3068.            </div>
  3069.            
  3070.            <div class="pulse-recent-post-item ">
  3071.                <a href="https://www.llancaiachfawr.co.uk/" rel="dofollow" class="pulse-recent-title ">
  3072.                                            non GamStop casino
  3073.                                            </a>
  3074.            </div>
  3075.            
  3076.            <div class="pulse-recent-post-item ">
  3077.                <a href="https://www.covent-garden.co.uk/" rel="dofollow" class="pulse-recent-title ">
  3078.                                            casino not on GamStop
  3079.                                            </a>
  3080.            </div>
  3081.            
  3082.            <div class="pulse-recent-post-item ">
  3083.                <a href="https://www.patients4nhs.org.uk/" rel="dofollow" class="pulse-recent-title ">
  3084.                                            gambling sites not on GamStop
  3085.                                            </a>
  3086.            </div>
  3087.            
  3088.            <div class="pulse-recent-post-item ">
  3089.                <a href="https://www.ginspa.co.uk/" rel="dofollow" class="pulse-recent-title ">
  3090.                                            casino not on GamStop
  3091.                                            </a>
  3092.            </div>
  3093.            
  3094.            <div class="pulse-recent-post-item ">
  3095.                <a href="https://www.falconryforum.co.uk/" rel="dofollow" class="pulse-recent-title ">
  3096.                                            casino not on gamstop uk
  3097.                                            </a>
  3098.            </div>
  3099.            
  3100.            <div class="pulse-recent-post-item ">
  3101.                <a href="https://hisbe.co.uk/" rel="dofollow" class="pulse-recent-title ">
  3102.                                            casinos not on gamstop
  3103.                                            </a>
  3104.            </div>
  3105.            
  3106.            <div class="pulse-recent-post-item ">
  3107.                <a href="https://thisables.com/" rel="dofollow" class="pulse-recent-title ">
  3108.                                            non gamstop bingo
  3109.                                            </a>
  3110.            </div>
  3111.            
  3112.            <div class="pulse-recent-post-item ">
  3113.                <a href="https://citytosea.org.uk/" rel="dofollow" class="pulse-recent-title ">
  3114.                                            betting sites not on gamstop
  3115.                                            </a>
  3116.            </div>
  3117.            
  3118.            <div class="pulse-recent-post-item ">
  3119.                <a href="https://www.canoe-england.org.uk/" rel="dofollow" class="pulse-recent-title ">
  3120.                                            best betting sites
  3121.                                            </a>
  3122.            </div>
  3123.            
  3124.            <div class="pulse-recent-post-item ">
  3125.                <a href="https://www.regionalnetworks.org.uk/" rel="dofollow" class="pulse-recent-title ">
  3126.                                            Non GamCare Casinos
  3127.                                            </a>
  3128.            </div>
  3129.            
  3130.            <div class="pulse-recent-post-item ">
  3131.                <a href="https://oncallfire.uk/" rel="dofollow" class="pulse-recent-title ">
  3132.                                            Non GAMSTOP Casinos
  3133.                                            </a>
  3134.            </div>
  3135.            
  3136.            <div class="pulse-recent-post-item ">
  3137.                <a href="https://free2learn.org.uk" rel="dofollow" class="pulse-recent-title ">
  3138.                                            best casino not on gamstop
  3139.                                            </a>
  3140.            </div>
  3141.            
  3142.            <div class="pulse-recent-post-item ">
  3143.                <a href="https://www.toop.eu" rel="dofollow" class="pulse-recent-title ">
  3144.                                            online casinos UK
  3145.                                            </a>
  3146.            </div>
  3147.            
  3148.            <div class="pulse-recent-post-item ">
  3149.                <a href="https://www.roadpeace.org/" rel="dofollow" class="pulse-recent-title ">
  3150.                                            casinos not on gamstop
  3151.                                            </a>
  3152.            </div>
  3153.            
  3154.            <div class="pulse-recent-post-item ">
  3155.                <a href="https://dickensworld.co.uk/" rel="dofollow" class="pulse-recent-title ">
  3156.                                            online casinos
  3157.                                            </a>
  3158.            </div>
  3159.            
  3160.            <div class="pulse-recent-post-item ">
  3161.                <a href="https://www.money-mentor.org/" rel="dofollow" class="pulse-recent-title ">
  3162.                                            anonymous casino
  3163.                                            </a>
  3164.            </div>
  3165.            
  3166.            <div class="pulse-recent-post-item ">
  3167.                <a href="https://roadpeace.org/" rel="dofollow" class="pulse-recent-title ">
  3168.                                            casino
  3169.                                            </a>
  3170.            </div>
  3171.            
  3172.            <div class="pulse-recent-post-item ">
  3173.                <a href="https://www.taysideaviation.co.uk/" rel="dofollow" class="pulse-recent-title ">
  3174.                                            non gamstop bookies
  3175.                                            </a>
  3176.            </div>
  3177.            
  3178.            <div class="pulse-recent-post-item ">
  3179.                <a href="https://financialservicescultureboard.org.uk/" rel="dofollow" class="pulse-recent-title ">
  3180.                                            non gamstop sports betting sites
  3181.                                            </a>
  3182.            </div>
  3183.            
  3184.            <div class="pulse-recent-post-item ">
  3185.                <a href="https://itechlabs.co.uk/" rel="dofollow" class="pulse-recent-title ">
  3186.                                            non gamstop sports betting
  3187.                                            </a>
  3188.            </div>
  3189.            
  3190.        </div>
  3191.    </div>
  3192.    
  3193.    <div class="pulse-sidebar-widget mb-3">
  3194.        <div class="pulse-widget-header pulse-recent-header">
  3195.            <i class="fas fa-clock"></i> February 2026 Blog Roll
  3196.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  3197.        </div>
  3198.        <div class="pulse-widget-body scrollable-sidebar">
  3199.            
  3200.            <div class="pulse-recent-post-item ">
  3201.                <a href="https://kam-media.co.uk/" rel="dofollow" class="pulse-recent-title ">
  3202.                                            top 20 online casinos uk
  3203.                                            </a>
  3204.            </div>
  3205.            
  3206.            <div class="pulse-recent-post-item ">
  3207.                <a href="https://glasgowmuseumsslavery.co.uk/" rel="dofollow" class="pulse-recent-title ">
  3208.                                            top 10 online casinos
  3209.                                            </a>
  3210.            </div>
  3211.            
  3212.            <div class="pulse-recent-post-item ">
  3213.                <a href="https://www.voiceprint.co.uk/" rel="dofollow" class="pulse-recent-title ">
  3214.                                            best non gamstop casinos
  3215.                                            </a>
  3216.            </div>
  3217.            
  3218.            <div class="pulse-recent-post-item ">
  3219.                <a href="https://www.techandplay.org/" rel="dofollow" class="pulse-recent-title ">
  3220.                                            uk betting sites
  3221.                                            </a>
  3222.            </div>
  3223.            
  3224.            <div class="pulse-recent-post-item ">
  3225.                <a href="https://jst.org.uk/" rel="dofollow" class="pulse-recent-title ">
  3226.                                            casino sites not on gamstop
  3227.                                            </a>
  3228.            </div>
  3229.            
  3230.            <div class="pulse-recent-post-item ">
  3231.                <a href="https://unbound.co.uk/" rel="dofollow" class="pulse-recent-title ">
  3232.                                            casinos not on gamstop
  3233.                                            </a>
  3234.            </div>
  3235.            
  3236.            <div class="pulse-recent-post-item ">
  3237.                <a href="https://itechlabs.co.uk/" rel="dofollow" class="pulse-recent-title ">
  3238.                                            new betting sites uk
  3239.                                            </a>
  3240.            </div>
  3241.            
  3242.            <div class="pulse-recent-post-item ">
  3243.                <a href="https://esports-news.co.uk/betting-sites/non-gamstop/" rel="dofollow" class="pulse-recent-title ">
  3244.                                            betting sites not on gamstop
  3245.                                            </a>
  3246.            </div>
  3247.            
  3248.            <div class="pulse-recent-post-item ">
  3249.                <a href="https://www.mesaonline.org/" rel="dofollow" class="pulse-recent-title ">
  3250.                                            casinos not on gamstop
  3251.                                            </a>
  3252.            </div>
  3253.            
  3254.        </div>
  3255.    </div>
  3256.    
  3257.    
  3258.  
  3259. <!-- CSS Styles -->
  3260. <style>
  3261. /* Sidebar Widget Base */
  3262. .pulse-sidebar-widget {
  3263.    background: var(--card-bg, white);
  3264.    border-radius: 12px;
  3265.    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  3266.    margin-bottom: 30px;
  3267.    overflow: hidden;
  3268.    border: 1px solid var(--border-color);
  3269. }
  3270.  
  3271. .pulse-widget-header {
  3272.    background: var(--bs-primary);
  3273.    color: var(--bs-white);
  3274.    padding: 15px 20px;
  3275.    font-weight: 700;
  3276.    font-size: 13px;
  3277.    text-transform: uppercase;
  3278.    letter-spacing: 1px;
  3279.    position: relative;
  3280.    display: flex;
  3281.    align-items: center;
  3282.    justify-content: space-between;
  3283.    gap: 8px;
  3284. }
  3285.  
  3286. .pulse-header-arrow {
  3287.    font-size: 12px;
  3288.    opacity: 0.8;
  3289. }
  3290.  
  3291.  
  3292.  
  3293.  
  3294.  
  3295. .pulse-widget-body {
  3296.    padding: 25px 20px;
  3297. }
  3298.  
  3299. /* Search Widget */
  3300. .pulse-search-form {
  3301.    position: relative;
  3302. }
  3303.  
  3304. .pulse-search-input-sidebar {
  3305.    width: 100%;
  3306.    padding: 12px 45px 12px 15px;
  3307.    border: 2px solid #e9ecef;
  3308.    border-radius: 8px;
  3309.    font-size: 14px;
  3310.    transition: all 0.3s ease;
  3311.    background: var(--card-bg, white);
  3312.    color: var(--topbar-color, #333);
  3313. }
  3314.  
  3315. .pulse-search-input-sidebar:focus {
  3316.    border-color: var(--topbar-color, #6f42c1);
  3317.    box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.1);
  3318.    outline: none;
  3319. }
  3320.  
  3321. .pulse-search-btn-sidebar {
  3322.    position: absolute;
  3323.    right: 5px;
  3324.    top: 50%;
  3325.    transform: translateY(-50%);
  3326.    background: var(--bs-primary, #6f42c1);
  3327.    border: none;
  3328.    color: var(--bs-white);
  3329.    padding: 8px 12px;
  3330.    border-radius: 6px;
  3331.    cursor: pointer;
  3332.    transition: all 0.3s ease;
  3333. }
  3334.  
  3335. .pulse-search-btn-sidebar:hover {
  3336.    background: var(--topbar-color, #5a359a);
  3337.    opacity: 0.9;
  3338. }
  3339.  
  3340. /* Recent Posts Widget */
  3341. .pulse-recent-post-item {
  3342.    padding: 10px 0;
  3343.    border-bottom: 1px solid var(--border-color);
  3344.    transition: all 0.3s ease;
  3345. }
  3346.  
  3347. .pulse-recent-post-item:last-child {
  3348.    border-bottom: none;
  3349.    padding-bottom: 0;
  3350. }
  3351.  
  3352. .pulse-recent-post-item:hover {
  3353.    background: rgba(248, 249, 250,0.1);
  3354.    padding-left: 20px;
  3355.    padding-right: 20px;
  3356.    border-radius: 8px;
  3357. }
  3358.  
  3359. .pulse-recent-title {
  3360.    font-size: 15px;
  3361.    font-weight: 600;
  3362.    color: var(--topbar-color, #2c3e50);
  3363.    line-height: 1.4;
  3364.    margin-bottom: 8px;
  3365.    text-decoration: none;
  3366.    display: block;
  3367. }
  3368.  
  3369. .pulse-recent-title:hover {
  3370.    color: var(--topbar-color, #e83e8c);
  3371.    text-decoration: none;
  3372.    opacity: 0.8;
  3373. }
  3374.  
  3375. .pulse-recent-meta {
  3376.    font-size: 12px;
  3377.    color: #6c757d;
  3378.    display: flex;
  3379.    align-items: center;
  3380.    gap: 10px;
  3381. }
  3382.  
  3383.  
  3384. /* Responsive Design */
  3385. @media (max-width: 768px) {
  3386.    .pulse-widget-body {
  3387.        padding: 20px 15px;
  3388.    }
  3389.    
  3390.    .pulse-recent-title {
  3391.        font-size: 14px;
  3392.    }
  3393. }
  3394.  
  3395. @media (max-width: 992px) {
  3396.    .pulse-sidebar-widget {
  3397.        margin-bottom: 25px;
  3398.    }
  3399. }
  3400. </style>
  3401.  
  3402.    
  3403.            </div>
  3404.      </div>
  3405.    </div>
  3406.  </section>
  3407.  
  3408.  <script>
  3409.    // Smooth fade on scroll (adds .fade-up on downward scroll, .fade-down on upward scroll)
  3410.    document.addEventListener('DOMContentLoaded', function () {
  3411.      // Fallback if IntersectionObserver unavailable
  3412.      if (!('IntersectionObserver' in window)) {
  3413.        document.querySelectorAll('.fade-base').forEach(el => el.classList.add('fade-show'));
  3414.        return;
  3415.      }
  3416.  
  3417.      let lastY = window.pageYOffset || 0;
  3418.      let scrollDir = 'down';
  3419.      let ticking = false;
  3420.  
  3421.      // Jank-free scroll direction tracking
  3422.      window.addEventListener('scroll', () => {
  3423.        const y = window.pageYOffset || 0;
  3424.        if (!ticking) {
  3425.          requestAnimationFrame(() => {
  3426.            scrollDir = y > lastY ? 'down' : 'up';
  3427.            lastY = y <= 0 ? 0 : y;
  3428.            ticking = false;
  3429.          });
  3430.          ticking = true;
  3431.        }
  3432.      }, { passive: true });
  3433.  
  3434.      const options = {
  3435.        threshold: 0.18,
  3436.        rootMargin: '0px 0px -8% 0px'
  3437.      };
  3438.  
  3439.      const io = new IntersectionObserver((entries) => {
  3440.        entries.forEach((entry) => {
  3441.          const el = entry.target;
  3442.  
  3443.          if (entry.isIntersecting) {
  3444.            // direction-based class
  3445.            el.classList.remove('fade-up', 'fade-down');
  3446.            el.classList.add(scrollDir === 'down' ? 'fade-up' : 'fade-down');
  3447.  
  3448.            // smooth timing (override-able per element via CSS vars)
  3449.            if (!el.style.getPropertyValue('--dur')) {
  3450.              el.style.setProperty('--dur', '700ms');
  3451.            }
  3452.            if (!el.style.getPropertyValue('--ease')) {
  3453.              el.style.setProperty('--ease', 'cubic-bezier(0.16,1,0.3,1)');
  3454.            }
  3455.  
  3456.            el.classList.add('fade-show');
  3457.          } else {
  3458.            // re-animate when re-entering
  3459.            el.classList.remove('fade-show');
  3460.          }
  3461.        });
  3462.      }, options);
  3463.  
  3464.      // Observe all fade targets with a light stagger
  3465.      const nodes = Array.from(document.querySelectorAll('.fade-base'));
  3466.      nodes.forEach((el, i) => {
  3467.        // 0–5 -> 0–300ms stagger (loops every 6)
  3468.        el.style.setProperty('--stagger', `${(i % 6) * 60}ms`);
  3469.        io.observe(el);
  3470.      });
  3471.    });
  3472.  </script>
  3473.  
  3474.  
  3475.    
  3476.        
  3477.        <!-- end wpo-blog-highlights-section -->
  3478.        <!-- start wpo-blog-sponsored-section -->
  3479.        
  3480.  
  3481.  
  3482.  
  3483.    
  3484.  
  3485.  
  3486.  
  3487. <style>
  3488.    .sponsored-section-v6 {
  3489.        padding: 45px 0;
  3490.        background: transparent;
  3491.    }
  3492.    
  3493.    .sponsored-card-v6 {
  3494.        background: #ffffff;
  3495.        border: 1px solid #f8f8f8;
  3496.        transition: opacity 0.3s ease;
  3497.        height: 100%;
  3498.    }
  3499.    
  3500.    .sponsored-card-v6:hover {
  3501.        opacity: 0.95;
  3502.    }
  3503.    
  3504.    .sponsored-image-v6 {
  3505.        position: relative;
  3506.        height: 170px;
  3507.    }
  3508.    
  3509.    .sponsored-image-v6 img {
  3510.        width: 100%;
  3511.        height: 100%;
  3512.        object-fit: cover;
  3513.    }
  3514.    
  3515.    .sponsored-image-v6::after {
  3516.        content: '';
  3517.        position: absolute;
  3518.        top: 0;
  3519.        left: 0;
  3520.        right: 0;
  3521.        bottom: 0;
  3522.        background: linear-gradient(to bottom, rgba(0,0,0,0.1), transparent);
  3523.    }
  3524.    
  3525.    .sponsored-badge-v6 {
  3526.        position: absolute;
  3527.        top: 10px;
  3528.        left: 10px;
  3529.        padding: 5px 12px;
  3530.        font-size: 12px;
  3531.        font-weight: 600;
  3532.        text-transform: uppercase;
  3533.        border-radius: 4px;
  3534.        box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  3535.    }
  3536.    
  3537.    .sponsored-content-v6 {
  3538.        padding: 12px;
  3539.    }
  3540.    
  3541.    .sponsored-title-v6 {
  3542.        font-size: 14px;
  3543.        font-weight: 700;
  3544.        line-height: 1.3;
  3545.        margin-bottom: 6px;
  3546.        color: #333;
  3547.    }
  3548.    
  3549.    .sponsored-title-v6 a {
  3550.        text-decoration: none;
  3551.        color: #333;
  3552.    }
  3553.    
  3554.    .sponsored-title-v6 a:hover {
  3555.        color: #fd7e14; /* Orange hover */
  3556.    }
  3557.    
  3558.    .sponsored-excerpt-v6 {
  3559.        font-size: 12px;
  3560.        font-weight: 600;
  3561.        color: #868e96;
  3562.        margin-bottom: 8px;
  3563.        line-height: 1.4;
  3564.    }
  3565.    
  3566.    .sponsored-meta-v6 {
  3567.        font-size: 11px;
  3568.        color: #6c757d;
  3569.    }
  3570.    
  3571.    .author-info-v6 {
  3572.        display: inline;
  3573.        margin-right: 10px;
  3574.    }
  3575.    
  3576.    .sponsored-author-img-v6 {
  3577.        width: 20px;
  3578.        height: 20px;
  3579.        border-radius: 50%;
  3580.        object-fit: cover;
  3581.        vertical-align: middle;
  3582.        margin-right: 4px;
  3583.    }
  3584.    
  3585.    .section-title-sponsored-v6 {
  3586.        font-size: 1.9rem;
  3587.        font-weight: 600;
  3588.        text-align: left;
  3589.        margin-bottom: 25px;
  3590.        color: #333;
  3591.        border-left: 4px solid #fd7e14;
  3592.        padding-left: 15px;
  3593.    }
  3594.  
  3595.    @media (max-width: 768px) {
  3596.        .sponsored-section-v6 {
  3597.            padding: 25px 0;
  3598.        }
  3599.        .sponsored-image-v6 {
  3600.            height: 130px;
  3601.        }
  3602.        .sponsored-content-v6 {
  3603.            padding: 10px;
  3604.        }
  3605.        .sponsored-title-v6 {
  3606.            font-size: 13px;
  3607.        }
  3608.        .sponsored-excerpt-v6 {
  3609.            font-size: 11px;
  3610.        }
  3611.        .section-title-sponsored-v6 {
  3612.            font-size: 1.6rem;
  3613.            padding-left: 10px;
  3614.        }
  3615.    }
  3616. </style>
  3617.  
  3618. <section class="sponsored-section-v6">
  3619.    <div class="container-fluid fluid-container">
  3620.        <div class="row">
  3621.            <div class="col-12">
  3622.                <h2 class="section-title-sponsored-v6">Sponsored News</h2>
  3623.            </div>
  3624.        </div>
  3625.        
  3626.        <div class="row g-3">
  3627.            
  3628.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3629.                <div class="card sponsored-card-v6">
  3630.                    <div class="sponsored-image-v6">
  3631.                        
  3632.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3633.                        
  3634.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3635.                    </div>
  3636.                    <div class="sponsored-content-v6">
  3637.                        <h3 class="sponsored-title-v6">
  3638.                            <a href="/shackled-alone-and-frightened-the-harsh-reality-for-women-made-to-give-birth-in-incarceration/" >
  3639.                                            Shackled, Alone and Frightened: The Harsh Reality for Women Made to Give Birth in Incarceration.
  3640.                                            </a>
  3641.                        </h3>
  3642.                        <p class="sponsored-excerpt-v6">
  3643.                            
  3644.                        </p>
  3645.                        <div class="sponsored-meta-v6">
  3646.                            <span class="author-info-v6">
  3647.                                
  3648.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Crystal Shields" class="sponsored-author-img-v6">
  3649.                                
  3650.                               Crystal Shields
  3651.                            </span>
  3652.                            | 11 May 2026
  3653.                        </div>
  3654.                    </div>
  3655.                </div>
  3656.            </div>
  3657.            
  3658.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3659.                <div class="card sponsored-card-v6">
  3660.                    <div class="sponsored-image-v6">
  3661.                        
  3662.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3663.                        
  3664.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3665.                    </div>
  3666.                    <div class="sponsored-content-v6">
  3667.                        <h3 class="sponsored-title-v6">
  3668.                            <a href="/a-account-of-surprising-generosity-when-a-student-let-me-sleep-on-her-dormitory-floor/" >
  3669.                                            A Account of Surprising Generosity: When a Student Let Me Sleep on Her Dormitory Floor
  3670.                                            </a>
  3671.                        </h3>
  3672.                        <p class="sponsored-excerpt-v6">
  3673.                            
  3674.                        </p>
  3675.                        <div class="sponsored-meta-v6">
  3676.                            <span class="author-info-v6">
  3677.                                
  3678.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Crystal Shields" class="sponsored-author-img-v6">
  3679.                                
  3680.                               Crystal Shields
  3681.                            </span>
  3682.                            | 11 May 2026
  3683.                        </div>
  3684.                    </div>
  3685.                </div>
  3686.            </div>
  3687.            
  3688.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3689.                <div class="card sponsored-card-v6">
  3690.                    <div class="sponsored-image-v6">
  3691.                        
  3692.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3693.                        
  3694.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3695.                    </div>
  3696.                    <div class="sponsored-content-v6">
  3697.                        <h3 class="sponsored-title-v6">
  3698.                            <a href="/among-those-bombed-out-remains-of-an-residential-building-i-saw-a-book-i-had-rendered/" >
  3699.                                            Among those Bombed-Out Remains of an Residential Building, I Saw a Book I Had Rendered
  3700.                                            </a>
  3701.                        </h3>
  3702.                        <p class="sponsored-excerpt-v6">
  3703.                            
  3704.                        </p>
  3705.                        <div class="sponsored-meta-v6">
  3706.                            <span class="author-info-v6">
  3707.                                
  3708.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Crystal Shields" class="sponsored-author-img-v6">
  3709.                                
  3710.                               Crystal Shields
  3711.                            </span>
  3712.                            | 11 May 2026
  3713.                        </div>
  3714.                    </div>
  3715.                </div>
  3716.            </div>
  3717.            
  3718.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3719.                <div class="card sponsored-card-v6">
  3720.                    <div class="sponsored-image-v6">
  3721.                        
  3722.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3723.                        
  3724.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3725.                    </div>
  3726.                    <div class="sponsored-content-v6">
  3727.                        <h3 class="sponsored-title-v6">
  3728.                            <a href="/three-xbox-game-pass-games-were-playing-this-weekend-oct-10-12/" >
  3729.                                            Three Xbox Game Pass Games We&#x27;re Playing This Weekend (Oct. 10-12)
  3730.                                            </a>
  3731.                        </h3>
  3732.                        <p class="sponsored-excerpt-v6">
  3733.                            
  3734.                        </p>
  3735.                        <div class="sponsored-meta-v6">
  3736.                            <span class="author-info-v6">
  3737.                                
  3738.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Crystal Shields" class="sponsored-author-img-v6">
  3739.                                
  3740.                               Crystal Shields
  3741.                            </span>
  3742.                            | 11 May 2026
  3743.                        </div>
  3744.                    </div>
  3745.                </div>
  3746.            </div>
  3747.            
  3748.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3749.                <div class="card sponsored-card-v6">
  3750.                    <div class="sponsored-image-v6">
  3751.                        
  3752.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3753.                        
  3754.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3755.                    </div>
  3756.                    <div class="sponsored-content-v6">
  3757.                        <h3 class="sponsored-title-v6">
  3758.                            <a href="/daily-existence-for-120000-asylum-seekers-in-mauritanias-extensive-shelter-on-the-mali-border/" >
  3759.                                            Daily Existence for 120,000 Asylum Seekers in Mauritania&#x27;s Extensive Shelter on the Mali Border.
  3760.                                            </a>
  3761.                        </h3>
  3762.                        <p class="sponsored-excerpt-v6">
  3763.                            
  3764.                        </p>
  3765.                        <div class="sponsored-meta-v6">
  3766.                            <span class="author-info-v6">
  3767.                                
  3768.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Crystal Shields" class="sponsored-author-img-v6">
  3769.                                
  3770.                               Crystal Shields
  3771.                            </span>
  3772.                            | 11 May 2026
  3773.                        </div>
  3774.                    </div>
  3775.                </div>
  3776.            </div>
  3777.            
  3778.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3779.                <div class="card sponsored-card-v6">
  3780.                    <div class="sponsored-image-v6">
  3781.                        
  3782.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3783.                        
  3784.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3785.                    </div>
  3786.                    <div class="sponsored-content-v6">
  3787.                        <h3 class="sponsored-title-v6">
  3788.                            <a href="/the-way-a-american-military-vet-aided-mar%C3%ADa-corina-machado-escape-venezuela/" >
  3789.                                            The Way a American Military Vet Aided María Corina Machado Escape Venezuela
  3790.                                            </a>
  3791.                        </h3>
  3792.                        <p class="sponsored-excerpt-v6">
  3793.                            
  3794.                        </p>
  3795.                        <div class="sponsored-meta-v6">
  3796.                            <span class="author-info-v6">
  3797.                                
  3798.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Crystal Shields" class="sponsored-author-img-v6">
  3799.                                
  3800.                               Crystal Shields
  3801.                            </span>
  3802.                            | 11 May 2026
  3803.                        </div>
  3804.                    </div>
  3805.                </div>
  3806.            </div>
  3807.            
  3808.        </div>
  3809.    </div>
  3810. </section>
  3811.  
  3812.  
  3813.    
  3814.        <!-- end wpo-blog-sponsored-section -->
  3815.        <!-- start wpo-subscribe-section -->
  3816.        
  3817.        <!-- end subscribe-section -->
  3818.        <!-- start of wpo-site-footer-section -->
  3819.        
  3820.  
  3821.  
  3822.  
  3823.  
  3824.  
  3825. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  3826.  <!-- Main Content: Asymmetrical Layout -->
  3827.  <div class="footer-main-content py-5">
  3828.    <div class="container-fluid fluid-container">
  3829.      <div class="row">
  3830.        <!-- Left: Logo & Tagline (Narrow, Skewed) -->
  3831.        <div class="col-lg-3 col-md-4 col-12 mb-4 skewed-section">
  3832.          <div class="brand-logo text-center text-lg-start">
  3833.            
  3834.              <h3 class="brand-title">Vivid Global Blog</h3>
  3835.            
  3836.            <p class="brand-tagline mt-2">Explore expert articles on digital marketing strategies, web development trends, and business growth tips from Vivid Global, a UK-based agency.</p>
  3837.          </div>
  3838.        </div>
  3839.        <!-- Right: Staggered Links -->
  3840.        <div class="col-lg-9 col-md-8 col-12">
  3841.          <div class="d-flex flex-column gap-4">
  3842.            <!-- Quick Links -->
  3843.            <div class="footer-column offset-content">
  3844.              <h5 class="column-title">Quick Links</h5>
  3845.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3">
  3846.                
  3847.                  <li>
  3848.                    <a class="menu-link" href="/when-did-i-get-that-attractive-the-rock-legend-on-seeing-jeremy-allen-white-portray-him-in-film/">‘When Did I Get That Attractive?’: The Rock Legend on Seeing Jeremy Allen White Portray Him In Film</a>
  3849.                  </li>
  3850.                
  3851.                  <li>
  3852.                    <a class="menu-link" href="/the-first-album-daughters-delves-into-grief-and-elegance/">The First Album &quot;Daughters&quot; Delves Into Grief and Elegance</a>
  3853.                  </li>
  3854.                
  3855.                  <li>
  3856.                    <a class="menu-link" href="/putin-assures-continuous-crude-oil-supplies-to-the-indian-nation-in-rebuff-of-us-demands/">Putin Assures Continuous Crude Oil Supplies to the Indian Nation in Rebuff of US Demands</a>
  3857.                  </li>
  3858.                
  3859.                  <li>
  3860.                    <a class="menu-link" href="/gaza-war-in-maps-after-24-months-of-fighting/">Gaza War in Maps After 24 Months of Fighting</a>
  3861.                  </li>
  3862.                
  3863.                  <li>
  3864.                    <a class="menu-link" href="/democrats-denounce-trump-after-he-states-they-should-face-execution/">Democrats Denounce Trump After He States They Should Face Execution</a>
  3865.                  </li>
  3866.                
  3867.                  <li>
  3868.                    <a class="menu-link" href="/the-players-and-coaches-born-outside-in-the-usa/">The Players and Coaches Born Outside in the USA</a>
  3869.                  </li>
  3870.                
  3871.              </ul>
  3872.            </div>
  3873.            <!-- Top Categories -->
  3874.            <div class="footer-column offset-content offset-right">
  3875.              <h5 class="column-title">Top Categories</h5>
  3876.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3">
  3877.                
  3878.                  <li>
  3879.                    <a class="menu-link" href="/category/all-posts/">All Posts</a>
  3880.                  </li>
  3881.                
  3882.                  <li>
  3883.                    <a class="menu-link" href="/category/business/">Business</a>
  3884.                  </li>
  3885.                
  3886.                  <li>
  3887.                    <a class="menu-link" href="/category/esports/">Esports</a>
  3888.                  </li>
  3889.                
  3890.                  <li>
  3891.                    <a class="menu-link" href="/category/fashion/">Fashion</a>
  3892.                  </li>
  3893.                
  3894.                  <li>
  3895.                    <a class="menu-link" href="/category/featured/">Featured</a>
  3896.                  </li>
  3897.                
  3898.              </ul>
  3899.            </div>
  3900.            <!-- Blog Rolls -->
  3901.           <div class="footer-column offset-content">
  3902.              <h5 class="column-title">Blog Rolls</h5>
  3903.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3" id="blogRollLinks">
  3904.                
  3905.                
  3906.  
  3907.                
  3908.                
  3909.                  
  3910.                
  3911.              </ul>
  3912.            </div>
  3913.          </div>
  3914.        </div>
  3915.      </div>
  3916.    </div>
  3917.  </div>
  3918.  
  3919.  <!-- Bottom Section -->
  3920.  <div class="footer-bottom bg-primary text-white py-3">
  3921.    <div class="container-fluid fluid-container">
  3922.      <div class="row justify-content-center">
  3923.        <div class="col-12 text-center">
  3924.          <div class="bottom-content">
  3925.            <div class="utility-links d-flex flex-wrap justify-content-center gap-3 mb-3">
  3926.              <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  3927.              <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  3928.              <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  3929.            </div>
  3930.            <div class="copyright-info ">
  3931.              <p class="mb-0 text-white">
  3932.                &copy; 2026 <strong>Vivid Global Blog</strong>. All rights reserved.
  3933.              </p>
  3934.            </div>
  3935.          </div>
  3936.        </div>
  3937.      </div>
  3938.    </div>
  3939.  </div>
  3940. </footer>
  3941.  
  3942.  
  3943.  
  3944. <style>
  3945. .footer-logo {
  3946.    height: 60px;
  3947.    width: auto;
  3948. }
  3949.  
  3950. .brand-title {
  3951.    font-size: 24px;
  3952.    font-weight: 700;
  3953.    color: white  !important;
  3954.    margin: 0;
  3955. }
  3956.  
  3957. .brand-tagline {
  3958.    font-size: 14px;
  3959.    color: white  !important;
  3960.    margin: 0;
  3961. }
  3962.  
  3963. .column-title {
  3964.    font-size: 16px;
  3965.    font-weight: 600;
  3966.    color: white !important;
  3967.    margin-bottom: 12px;
  3968. }
  3969.  
  3970. .footer-menu {
  3971.    margin: 0;
  3972. }
  3973.  
  3974. .menu-link {
  3975.    color: white !important;
  3976.    text-decoration: none;
  3977.    font-size: 14px;
  3978.    transition: color 0.3s ease, transform 0.3s ease;
  3979. }
  3980.  
  3981. .menu-link:hover {
  3982.    color: var(--primary-color);
  3983.    transform: scale(1.05);
  3984. }
  3985.  
  3986. .offset-content {
  3987.    margin-left: 20px;
  3988. }
  3989.  
  3990. .footer-bottom {
  3991.    font-size: 13px;
  3992. }
  3993.  
  3994. .utility-link {
  3995.    color: white  !important;
  3996.    text-decoration: none;
  3997.    font-size: 13px;
  3998.    transition: color 0.3s ease;
  3999. }
  4000.  
  4001. .utility-link:hover {
  4002.    color: var(--primary-color);
  4003. }
  4004.  
  4005. .copyright-info p {
  4006.    font-size: 13px;
  4007. }
  4008.  
  4009. /* Responsive Design */
  4010. @media (max-width: 1024px) {
  4011.   .footer-logo{
  4012.    height: 40px;
  4013.    width: auto;
  4014.   }
  4015. }
  4016.  
  4017. @media (max-width: 768px) {
  4018.    .footer-logo {
  4019.        height: 60px;
  4020.    }
  4021.    
  4022.    .column-title {
  4023.        font-size: 15px;
  4024.        text-align: center;
  4025.    }
  4026.    
  4027.    .footer-menu {
  4028.        justify-content: center;
  4029.    }
  4030.    
  4031.    .menu-link {
  4032.        font-size: 13px;
  4033.    }
  4034. }
  4035.  
  4036. @media (max-width: 576px) {
  4037.    .brand-title {
  4038.        font-size: 20px;
  4039.    }
  4040.    
  4041.    .brand-tagline {
  4042.        font-size: 12px;
  4043.    }
  4044.    
  4045.    .cta-btn {
  4046.        font-size: 12px;
  4047.        padding: 5px 12px;
  4048.    }
  4049. }
  4050. </style>
  4051.  
  4052. <script>
  4053. // Prevent default for placeholder links
  4054. document.addEventListener('DOMContentLoaded', function() {
  4055.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  4056.        anchor.addEventListener('click', function(e) {
  4057.            e.preventDefault();
  4058.        });
  4059.    });
  4060. });
  4061. document.addEventListener('DOMContentLoaded', function () {
  4062.    var btn = document.getElementById('toggleBlogRollLinks');
  4063.    if (!btn) return; // No extra items, no button
  4064.  
  4065.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  4066.  
  4067.    btn.addEventListener('click', function () {
  4068.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4069.            return li.classList.contains('d-none');
  4070.        });
  4071.  
  4072.        extras.forEach(function (li) {
  4073.            if (anyHidden) {
  4074.                li.classList.remove('d-none');
  4075.                li.classList.add('show');
  4076.            } else {
  4077.                li.classList.add('d-none');
  4078.                li.classList.remove('show');
  4079.            }
  4080.        });
  4081.  
  4082.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4083.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4084.    });
  4085. });
  4086.  
  4087. </script>
  4088.  
  4089.        <!-- end of wpo-site-footer-section -->
  4090.    </div>
  4091.    <!-- end of page-wrapper -->
  4092.  
  4093.    <!-- All JavaScript files
  4094.    ================================================== -->
  4095.    
  4096.  
  4097. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4098. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4099. <!-- Plugins for this template -->
  4100. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4101. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4102. <!-- Custom script for this template -->
  4103. <script src="/static/blogapp/assets/js/script.js"></script>
  4104.  
  4105. <script>
  4106. (function () {
  4107. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4108. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4109.  
  4110. function applyFallback(img) {
  4111. if (!img || img.dataset.fallbackApplied === "1") {
  4112. return;
  4113. }
  4114. var failedSrc = img.currentSrc || img.src || "";
  4115. img.dataset.fallbackApplied = "1";
  4116. img.onerror = null;
  4117. img.src = fallbackImageSrc;
  4118. console.warn("[ImageFallback] Replaced broken image:", {
  4119. failedSrc: failedSrc,
  4120. fallbackSrc: fallbackImageSrc,
  4121. alt: img.alt || "",
  4122. });
  4123. }
  4124.  
  4125. document.querySelectorAll("img").forEach(function (img) {
  4126. if (img.complete && img.naturalWidth === 0) {
  4127. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4128. failedSrc: img.currentSrc || img.src || "",
  4129. alt: img.alt || "",
  4130. });
  4131. applyFallback(img);
  4132. }
  4133. });
  4134.  
  4135. document.addEventListener(
  4136. "error",
  4137. function (event) {
  4138. var target = event.target;
  4139. if (target && target.tagName === "IMG") {
  4140. applyFallback(target);
  4141. }
  4142. },
  4143. true
  4144. );
  4145. })();
  4146. </script>
  4147.  
  4148. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4149.  
  4150.  
  4151.  
  4152. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"65e18ce508d84776b771c470bd6e0f3e","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4153. </body>
  4154.  
  4155. </html>
  4156.  
  4157.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda