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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="quicksand">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_-_2025-04-28T172626.263_jnRY8Ru_7AsmVqB_ckbZKzH_TGIAgaM.png">
  14.    
  15.  
  16.    <title>VividScope UK: Expert Insights on Digital Trends &amp; Innovation</title>
  17.    <meta name="description" content="VividScope UK offers in-depth analysis and articles on the latest digital trends, technology innovations, and business strategies for modern professionals.">
  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://vividscope.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #38bdf8;
  42.        --bs-primary-rgb: 38bdf8;
  43.        --bs-secondary: #94a3b8;
  44.        --bs-success: #34d399;
  45.        --bs-danger: #f87171;
  46.        --bs-warning: #fbbf24;
  47.        --bs-info: #60a5fa;
  48.        --bs-light: #e2e8f0;
  49.        --bs-dark: #1e293b;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #38bdf8;
  53.        --theme-primary-color-s2: #38bdf8;
  54.        --body-bg-color: #111827;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #e2e8f0;
  57.        --text-light-color: #676767;
  58.        --heading-color: #e2e8f0;
  59.        --border-color: #475569;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #1e293b;
  73.        --nav-bg: #1e293b;
  74.        --sub-nav: #475569;
  75.        --navbar-color: #e2e8f0;
  76.        --topbar-bg: #111827;
  77.        --topbar-color: #e2e8f0;
  78.        --footer-bg: #1e293b;
  79.        --footer-color: #e2e8f0;
  80.        --card-bg: rgba(30, 41, 59, 0.8);
  81.        --card-border: #475569;
  82.        --card-radius: 12px;
  83.        --link-color: #38bdf8;
  84.        --link-hover: #0ea5e9;
  85.        --blog-color: #e2e8f0;
  86.        --blog-bg: rgba(56, 189, 248, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background: rgba(30, 41, 59, 0.8) !important;
  204.            backdrop-filter: blur(10px);
  205.        
  206.        border: 1px solid var(--border-color) !important;
  207.        transition: all 0.3s ease;
  208.        border-radius: 12px;
  209.        color: var(--text-color) !important;
  210.    }
  211.     .navbar-brand img{
  212.            height: 70px;
  213.            object-fit: contain;
  214.        }
  215.    
  216.    .card:hover {
  217.        transform: translateY(-5px);
  218.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  219.    }
  220.    
  221.    .card-header {
  222.        background-color: var(--section-bg-color) !important;
  223.        border-color: var(--border-color) !important;
  224.        color: var(--text-color) !important;
  225.    }
  226.    
  227.    /* Bootstrap Form Controls */
  228.    .form-control {
  229.        color: var(--text-color) !important;
  230.        background-color: var(--body-bg-color) !important;
  231.        border-color: var(--border-color) !important;
  232.        /* Remove font-family override - let data-font-scheme handle it */
  233.    }
  234.    
  235.    .form-control:focus {
  236.        border-color: var(--bs-primary) !important;
  237.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  238.    }
  239.    
  240.    /* Links throughout site */
  241.  .nav1 a {
  242.        color: var(--link-color) !important;
  243.        text-decoration: none;
  244.        transition: all 0.3s ease;
  245.    }
  246.    
  247.    a:hover {
  248.        color: var(--link-hover) !important;
  249.    }
  250.    
  251.    /* Text color classes */
  252.    .text-muted {
  253.        color: var(--body-color) !important;
  254.    }
  255.    
  256.    .text-light {
  257.        color: var(--light) !important;
  258.    }
  259.    
  260.    /* Section backgrounds */
  261.    .section-bg,
  262.    .bg-light {
  263.        background-color: var(--section-bg-color) !important;
  264.    }
  265.    
  266.    /* Dark sections */
  267.    .bg-dark,
  268.    .dark-section {
  269.        background-color: var(--black-bg-color) !important;
  270.        color: var(--black-section-text-color) !important;
  271.    }
  272.    
  273.    /* Footer styling */
  274.    .footer,
  275.    footer {
  276.        
  277.            background-color: var(--footer-bg) !important;
  278.        
  279.        color: var(--footer-color) !important;
  280.    }
  281.    
  282.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  283.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  284.        color: var(--black-section-text-color) !important;
  285.        /* Remove font-family override - let data-font-scheme handle it */
  286.    }
  287.    
  288.    .footer a, footer a {
  289.        color: var(--black-section-text-color) !important;
  290.    }
  291.    
  292.    .footer a:hover, footer a:hover {
  293.        color: var(--bs-primary) !important;
  294.    }
  295.    
  296.    /* Bootstrap Secondary Colors */
  297.    .btn-secondary {
  298.        background-color: var(--bs-secondary) !important;
  299.        border-color: var(--bs-secondary) !important;
  300.    }
  301.    
  302.    .text-secondary {
  303.        color: var(--bs-secondary) !important;
  304.    }
  305.    
  306.    .bg-secondary {
  307.        background-color: var(--bs-secondary) !important;
  308.    }
  309.    
  310.    /* Bootstrap Success, Danger, Warning, Info */
  311.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  312.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  313.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  314.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  315.    
  316.    .text-success { color: var(--bs-success) !important; }
  317.    .text-danger { color: var(--bs-danger) !important; }
  318.    .text-warning { color: var(--bs-warning) !important; }
  319.    .text-info { color: var(--bs-info) !important; }
  320.    
  321.    .bg-success { background-color: var(--bs-success) !important; }
  322.    .bg-danger { background-color: var(--bs-danger) !important; }
  323.    .bg-warning { background-color: var(--bs-warning) !important; }
  324.    .bg-info { background-color: var(--bs-info) !important; }
  325.    
  326.    /* Mobile menu styling */
  327.    .navbar-toggler,
  328.    .open-btn {
  329.        border-color: var(--navbar-color) !important;
  330.    }
  331.    
  332.    .icon-bar {
  333.        background-color: var(--navbar-color) !important;
  334.    }
  335.    
  336.    /* Smooth Animations */
  337.    .fade-in-up {
  338.        animation: fadeInUp 0.6s ease-out;
  339.    }
  340.    
  341.    @keyframes fadeInUp {
  342.        from {
  343.            opacity: 0;
  344.            transform: translateY(30px);
  345.        }
  346.        to {
  347.            opacity: 1;
  348.            transform: translateY(0);
  349.        }
  350.    }
  351.    
  352.    /* Responsive adjustments */
  353.    @media (max-width: 768px) {
  354.        .navbar {
  355.            padding: 0.5rem 0;
  356.        }
  357.        
  358.        .card:hover {
  359.            transform: none;
  360.        }
  361.    }
  362.    
  363. </style>
  364.    
  365.    
  366.    
  367.  
  368. <script>
  369.    var _paq = window._paq = window._paq || [];
  370.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  371.    _paq.push(['trackPageView']);
  372.    _paq.push(['enableLinkTracking']);
  373.    (function() {
  374.        var u = "//analytics.tech-vikings.com/";
  375.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  376.        _paq.push(['setSiteId', '2']);
  377.        var d = document,
  378.            g = d.createElement('script'),
  379.            s = d.getElementsByTagName('script')[0];
  380.        g.async = true;
  381.        g.src = u + 'matomo.js';
  382.        s.parentNode.insertBefore(g, s);
  383.    })();
  384. </script>
  385. </head>
  386.  
  387.  
  388.  
  389. <body class="page-blogapp:homepage theme-theme_40">
  390.    <div id="healthcheck"></div>
  391.    <!-- start page-wrapper -->
  392.    <div class="page-wrapper">
  393.        
  394.            <!-- start preloader -->
  395.                
  396. <div class="preloader" style="z-index: 1025;">
  397.    <div class="angular-shape">
  398.        <div></div>
  399.        <div></div>
  400.        <div></div>
  401.    </div>
  402.    <div class="spinner">
  403.        <div class="double-bounce1"></div>
  404.        <div class="double-bounce2"></div>
  405.    </div>
  406. </div>  
  407.  
  408.            <!-- end preloader -->
  409.        
  410.        <!-- Start header -->
  411.        <header id="header" class="wpo-site-header">
  412.            
  413.  
  414.  
  415.    
  416.  
  417.  
  418. <div class="top-bg">
  419. <div class="unique-header px-3 d-sm-flex d-none container-fluid fluid-container">
  420.    <button class="unique-menu-button bg-primary-gradient">Latest Update</button>
  421.  
  422.    <div class="unique-news-wrapper-container">
  423.        <div class="unique-news-wrapper top-color" id="newsWrapper">
  424.              <marquee direction="left" scrollamount="4" behavior="scroll" class="d-flex ">
  425.            <p class="text-center">
  426.              
  427.              <a href="/tottenham-relieve-strain-on-frank-as-simons-seals-comfortable-win-against-slavia-prague/" class="px-5 top-color">
  428.                Tottenham Relieve Strain on Frank as Simons Seals Comfortable Win Against Slavia Prague
  429.              </a>
  430.              
  431.              <a href="/the-art-of-ideal-butter-paneer-cooking-instructions/" class="px-5 top-color">
  432.                The Art of Ideal Butter Paneer – Cooking Instructions
  433.              </a>
  434.              
  435.              <a href="/british-and-scottish-authorities-clash-over-who-should-pay-the-245m-cost-for-trump-and-vance-visits/" class="px-5 top-color">
  436.                British and Scottish Authorities Clash Over Who Should Pay the £24.5m Cost for Trump and Vance Visits
  437.              </a>
  438.              
  439.              <a href="/high-court-upholds-redrawn-texas-congressional-electoral-boundaries/" class="px-5 top-color">
  440.                High Court Upholds Redrawn Texas Congressional Electoral Boundaries.
  441.              </a>
  442.              
  443.              <a href="/surgeons-from-the-scottish-region-and-the-us-achieve-world-first-stroke-procedure-via-automated-technology/" class="px-5 top-color">
  444.                Surgeons from the Scottish region and the US Achieve World-First Stroke Procedure Via Automated Technology
  445.              </a>
  446.              
  447.            </p>
  448.          </marquee>
  449.        </div>
  450.    </div>
  451.  
  452.    <div class="contact-info top-color">
  453.        <ul class="d-flex list-unstyled gap-3 flex-wrap">
  454.            <li><a href="#"><i class="top-color ti-facebook"></i></a></li>
  455.            <li><a href="#"><i class="top-color ti-twitter-alt"></i></a></li>
  456.            <li><a href="#"><i class="top-color ti-instagram"></i></a></li>
  457.            <li><a href="#"><i class="top-color ti-google"></i></a></li>
  458.        </ul>
  459.    </div>
  460. </div>
  461. </div>
  462.  
  463. <script>
  464.    // Build array directly from Django context
  465.    const newsItems = [
  466.        
  467.            { title: "Tottenham Relieve Strain on Frank as Simons Seals Comfortable Win Against Slavia Prague", url: "/tottenham-relieve-strain-on-frank-as-simons-seals-comfortable-win-against-slavia-prague/" },
  468.        
  469.            { title: "The Art of Ideal Butter Paneer – Cooking Instructions", url: "/the-art-of-ideal-butter-paneer-cooking-instructions/" },
  470.        
  471.            { title: "British and Scottish Authorities Clash Over Who Should Pay the £24.5m Cost for Trump and Vance Visits", url: "/british-and-scottish-authorities-clash-over-who-should-pay-the-245m-cost-for-trump-and-vance-visits/" },
  472.        
  473.            { title: "High Court Upholds Redrawn Texas Congressional Electoral Boundaries.", url: "/high-court-upholds-redrawn-texas-congressional-electoral-boundaries/" },
  474.        
  475.            { title: "Surgeons from the Scottish region and the US Achieve World\u002DFirst Stroke Procedure Via Automated Technology", url: "/surgeons-from-the-scottish-region-and-the-us-achieve-world-first-stroke-procedure-via-automated-technology/" }
  476.        
  477.    ];
  478.  
  479.    let currentNewsIndex = 0;
  480.    const newsWrapper = document.getElementById('newsWrapper');
  481.    let currentNewsElement = null;
  482.    let typingInterval = null;
  483.    let isTyping = false;
  484.  
  485.    function createNewsElement() {
  486.        const newsElement = document.createElement('div');
  487.        newsElement.className = 'unique-news-item top-color active';
  488.        newsWrapper.appendChild(newsElement);
  489.        currentNewsElement = newsElement;
  490.    }
  491.  
  492.    function typeText(news, element, callback) {
  493.        let index = 0;
  494.        element.innerHTML = '<span class="unique-cursor"></span>';
  495.  
  496.        typingInterval = setInterval(() => {
  497.            if (index < news.title.length) {
  498.                const currentText = news.title.substring(0, index + 1);
  499.                element.innerHTML = `<a href="${news.url}" class="top-color">${currentText}</a><span class="unique-cursor"></span>`;
  500.                index++;
  501.            } else {
  502.                clearInterval(typingInterval);
  503.                setTimeout(() => {
  504.                    element.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  505.                    if (callback) callback();
  506.                }, 1000);
  507.            }
  508.        }, 100); // typing speed
  509.    }
  510.  
  511.    function startTyping() {
  512.        if (isTyping) return;
  513.  
  514.        isTyping = true;
  515.        const currentNews = newsItems[currentNewsIndex];
  516.  
  517.        typeText(currentNews, currentNewsElement, () => {
  518.            isTyping = false;
  519.            setTimeout(() => {
  520.                currentNewsIndex = (currentNewsIndex + 1) % newsItems.length;
  521.                startTyping();
  522.            }, 5000); // wait before next headline
  523.        });
  524.    }
  525.  
  526.    window.onload = function() {
  527.        createNewsElement();
  528.        startTyping();
  529.    };
  530. </script>
  531.  
  532.  
  533.  
  534.            
  535.  
  536.  
  537.  
  538.  
  539.  
  540.  
  541. <header class="header-v9 mb-4" role="banner">
  542.  <div class="container-fluid fluid-container">
  543.    <!-- Sticky/Glass Nav Card -->
  544.    <div class="nav-card-v9" role="navigation" aria-label="Primary">
  545.      <div class="row align-items-center justify-content-between g-3">
  546.        <!-- Logo -->
  547.       <div class="col-6 col-md-3 col-lg-2">
  548.          <a class="logo-link-v9 d-inline-flex align-items-center gap-2" href="/">
  549.            
  550.              <span class="site-name">My Site</span>
  551.            
  552.          </a>
  553.        </div>
  554.  
  555.        <!-- Desktop Nav -->
  556.        <div class="col d-none d-xl-block">
  557.          <nav class="main-nav-v9">
  558.            <ul class="nav-list-v9">
  559.              <!-- Home (static) -->
  560.              <li class="nav-item-v9">
  561.                <a href="/" class="nav-link-v9 active-v9">Home</a>
  562.              </li >
  563.          
  564.              
  565.                
  566.                  <li class="nav-item-v9">
  567.                    <a href="/category/all-posts/" class="nav-link-v9">All Posts</a>
  568.                  </li>
  569.                
  570.                  <li class="nav-item-v9">
  571.                    <a href="/category/business/" class="nav-link-v9">Business</a>
  572.                  </li>
  573.                
  574.                  <li class="nav-item-v9">
  575.                    <a href="/category/esports/" class="nav-link-v9">Esports</a>
  576.                  </li>
  577.                
  578.                  <li class="nav-item-v9">
  579.                    <a href="/category/fashion/" class="nav-link-v9">Fashion</a>
  580.                  </li>
  581.                
  582.                  <li class="nav-item-v9">
  583.                    <a href="/category/featured/" class="nav-link-v9">Featured</a>
  584.                  </li>
  585.                
  586.                  <li class="nav-item-v9">
  587.                    <a href="/category/gaming/" class="nav-link-v9">Gaming</a>
  588.                  </li>
  589.                
  590.                  <li class="nav-item-v9">
  591.                    <a href="/category/health/" class="nav-link-v9">Health</a>
  592.                  </li>
  593.                
  594.                  <li class="nav-item-v9">
  595.                    <a href="/category/life-fitness/" class="nav-link-v9">Life &amp; Fitness</a>
  596.                  </li>
  597.                
  598.  
  599.                
  600.                  <li class="nav-item-v9 has-dropdown-v9">
  601.                    <button class="nav-link-v9 bg-transparent border-0 nav-more-btn-v9" type="button" aria-haspopup="true" aria-expanded="false" aria-controls="more-desktop-v9">
  602.                      More<svg class="chev-v9" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  603.                        <polyline points="6,9 12,15 18,9"></polyline>
  604.                      </svg>
  605.                    </button>
  606.                    <div class="dropdown-card-v9" id="more-desktop-v9" role="menu">
  607.                      <div class="dropdown-grid-v9">
  608.                        <div class="dropdown-section-v9">
  609.                          
  610.                            <a href="/category/lifestyle/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Lifestyle</a>
  611.                          
  612.                            <a href="/category/news/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> News</a>
  613.                          
  614.                            <a href="/category/others/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Others</a>
  615.                          
  616.                            <a href="/category/politics/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Politics</a>
  617.                          
  618.                            <a href="/category/sports/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Sports</a>
  619.                          
  620.                            <a href="/category/tech/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Tech</a>
  621.                          
  622.                            <a href="/category/travel/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Travel</a>
  623.                          
  624.                        </div>
  625.                      </div>
  626.                    </div>
  627.                  </li>
  628.                
  629.              
  630.                <li class="nav-item-v9">
  631.                <a href="/page/contact-us/" class="nav-link-v9">Contact Us</a>
  632.              </li >
  633.            </ul>
  634.          </nav>
  635.        </div>
  636.  
  637.        <!-- Actions -->
  638.        <div class="col-6 col-md-3 col-lg-2">
  639.          <div class="nav-actions-v9">
  640.            <button class="icon-btn-v9" aria-controls="searchPanelV9" aria-expanded="false" aria-label="Open search" onclick="toggleSearchV9()">
  641.              <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  642.                <circle cx="11" cy="11" r="8"></circle>
  643.                <path d="m21 21-4.35-4.35"></path>
  644.              </svg>
  645.            </button>
  646.            <button class="icon-btn-v9 d-xl-none" aria-controls="mobileNavV9" aria-expanded="false" aria-label="Open menu" onclick="toggleMobileNavV9()">
  647.              <svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  648.                <line x1="3" y1="6" x2="21" y2="6" />
  649.                <line x1="3" y1="12" x2="21" y2="12" />
  650.                <line x1="3" y1="18" x2="21" y2="18" />
  651.              </svg>
  652.            </button>
  653.          </div>
  654.        </div>
  655.      </div>
  656.  
  657.      <!-- Active underline (animated) -->
  658.      <span class="active-rail-v9" aria-hidden="true"></span>
  659.    </div>
  660.  
  661.    <!-- Search Panel -->
  662.    <div class="search-panel-v9" id="searchPanelV9" role="dialog" aria-label="Site search" aria-modal="true">
  663.      <form class="search-form-v9" action="" method="get" role="search">
  664.        <label for="q-v9" class="visually-hidden">Search</label>
  665.        <div class="search-input-wrap-v9">
  666.          <svg class="search-icn-v9" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  667.            <circle cx="11" cy="11" r="8"></circle>
  668.            <path d="m21 21-4.35-4.35"></path>
  669.          </svg>
  670.          <input id="search-input" name="q" type="search"  class="search-input-v9" placeholder="Search articles, tutorials, news…" autocomplete="off" />
  671.          <button type="button" class="icon-btn-v9 ghost" aria-label="Close search" onclick="toggleSearchV9()">
  672.            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  673.              <line x1="18" y1="6" x2="6" y2="18" />
  674.              <line x1="6" y1="6" x2="18" y2="18" />
  675.            </svg>
  676.          </button>
  677.        </div>
  678.        <div class="search-suggest-v9 search-v1" id="search-results">
  679.          
  680.        </div>
  681.      </form>
  682.    </div>
  683.  
  684.    <!-- Mobile Offcanvas -->
  685.    <aside class="mobile-nav-v9 d-xl-none" id="mobileNavV9" role="dialog" aria-label="Mobile navigation" aria-modal="true">
  686.      <div class="mobile-wrap-v9">
  687.        <div class="mobile-head-v9">
  688.          <span class="mobile-title-v9">Menu</span>
  689.          <button class="icon-btn-v9 ghost" aria-label="Close menu" onclick="toggleMobileNavV9()">
  690.            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  691.              <line x1="18" y1="6" x2="6" y2="18" />
  692.              <line x1="6" y1="6" x2="18" y2="18" />
  693.            </svg>
  694.          </button>
  695.        </div>
  696.  
  697.        <ul class="mobile-list-v9">
  698.          <li>
  699.            <a class="mobile-link-v9 active-v9" href="/">Home</a>
  700.          </li>
  701.          <li class="">
  702.                <a href="/page/contact-us/" class="mobile-link-v9">Contact Us</a>
  703.          </li >
  704.          
  705.            
  706.              <li>
  707.                <a class="mobile-link-v9" href="/category/all-posts/">All Posts</a>
  708.              </li>
  709.            
  710.              <li>
  711.                <a class="mobile-link-v9" href="/category/business/">Business</a>
  712.              </li>
  713.            
  714.              <li>
  715.                <a class="mobile-link-v9" href="/category/esports/">Esports</a>
  716.              </li>
  717.            
  718.              <li>
  719.                <a class="mobile-link-v9" href="/category/fashion/">Fashion</a>
  720.              </li>
  721.            
  722.              <li>
  723.                <a class="mobile-link-v9" href="/category/featured/">Featured</a>
  724.              </li>
  725.            
  726.  
  727.            
  728.          
  729.        </ul>
  730.      </div>
  731.    </aside>
  732.  </div>
  733.  
  734.  <!-- Overlay -->
  735.  <div class="nav-overlay-v9" id="navOverlayV9" onclick="closeAllV9()" aria-hidden="true"></div>
  736. </header>
  737.  
  738. <style>
  739.  
  740.  .header-v9 {
  741.    position: relative;
  742.    padding: 14px 0;
  743.    z-index: 50;
  744.  }
  745.  .header-v9.is-scrolled .nav-card-v9 {
  746.    padding: 10px 18px;
  747.    border-radius: 14px;
  748.    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  749.  }
  750.  .header-v9.is-scrolled .logo-img-v9 {
  751.    transform: scale(0.92);
  752.  }
  753.  
  754.  /* Card */
  755.  .nav-card-v9 {
  756.    background: var(--navbar-bg);
  757.    backdrop-filter: blur(18px);
  758.    border: 1px solid var(--border-color);
  759.    border-radius: 18px;
  760.    padding: 14px 22px;
  761.    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  762.    position: sticky;
  763.    top: 10px;
  764.  }
  765.  
  766.  /* Logo */
  767.  .logo-img-v9 {
  768.    max-height: 60px;
  769.    width: auto;
  770.    transition: transform 0.25s ease, opacity 0.25s ease;
  771.  }
  772.  .logo-link-v9:hover .logo-img-v9 {
  773.    transform: translateY(-1px) scale(1.03);
  774.  }
  775.  
  776.  /* Desktop nav */
  777.  .main-nav-v9 {
  778.    display: flex;
  779.    justify-content: center;
  780.  }
  781.  .nav-list-v9 {
  782.    display: flex;
  783.    gap: 6px;
  784.    list-style: none;
  785.    margin: 0;
  786.    padding: 0;
  787.  }
  788.  .nav-item-v9 {
  789.    position: relative;
  790.  }
  791.  .nav-link-v9 {
  792.    position: relative;
  793.    display: inline-flex;
  794.    align-items: center;
  795.    justify-content: center;
  796.    padding: 10px 10px;
  797.    border-radius: 12px;
  798.    color: var(--navbar-color);
  799.    text-decoration: none;
  800.    font-weight: 500;
  801.    font-size: 15px;
  802.    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
  803.  }
  804.  .nav-link-v9:hover {
  805.    background: rgba(102, 126, 234, 0.1);
  806.    color: var(--topbar-color);
  807.    transform: translateY(-1px);
  808.  }
  809.  .nav-link-v9.active-v9 {
  810.    color: transparent;
  811.  }
  812.  .nav-link-v9.active-v9::after {
  813.    content: '';
  814.    position: absolute;
  815.    left: 12px;
  816.    right: 12px;
  817.    bottom: 6px;
  818.    height: 3px;
  819.    border-radius: 3px;
  820.    background: var(--sub-nav);
  821.  }
  822.  
  823.  /* Dropdown */
  824.  .has-dropdown-v9 {
  825.    position: relative;
  826.  }
  827.  .nav-more-btn-v9 {
  828.    display: inline-flex;
  829.    gap: 6px;
  830.    align-items: center;
  831.  }
  832.  .chev-v9 {
  833.    transition: transform 0.2s ease;
  834.  }
  835.  .has-dropdown-v9:focus-within .chev-v9,
  836.  .has-dropdown-v9:hover .chev-v9 {
  837.    transform: rotate(180deg);
  838.  }
  839.  
  840.  .dropdown-card-v9 {
  841.    position: absolute;
  842.    top: calc(100% + 14px);
  843.    left: 50%;
  844.    transform: translateX(-50%) translateY(-6px);
  845.    background: var(--navbar-bg);
  846.    border: 1px solid var(--border-color);
  847.    border-radius: 14px;
  848.    padding: 18px;
  849.    min-width: 280px;
  850.    z-index: 200;
  851.    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  852.    opacity: 0;
  853.    visibility: hidden;
  854.    transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
  855.  }
  856.  .has-dropdown-v9:hover .dropdown-card-v9,
  857.  .has-dropdown-v9:focus-within .dropdown-card-v9 {
  858.    opacity: 1;
  859.    visibility: visible;
  860.    transform: translateX(-50%) translateY(0);
  861.  }
  862.  
  863.  .dropdown-grid-v9 {
  864.    display: grid;
  865.    grid-template-columns: 1fr;
  866.    gap: 10px;
  867.  }
  868.  .dropdown-section-v9 {
  869.    display: grid;
  870.    gap: 6px;
  871.  }
  872.  .dropdown-link-v9 {
  873.    display: flex;
  874.    align-items: center;
  875.    gap: 10px;
  876.    padding: 10px 12px;
  877.    border-radius: 10px;
  878.    text-decoration: none;
  879.    font-size: 14px;
  880.    color: var(--navbar-color);
  881.    transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
  882.  }
  883.  .dropdown-link-v9:hover {
  884.    background: var(--bs-primary);
  885.    color: var(--bs-white);
  886.    transform: translateX(4px);
  887.  }
  888.  .link-dot-v9 {
  889.    width: 6px;
  890.    height: 6px;
  891.    border-radius: 50%;
  892.    border: 1px solid currentColor;
  893.  }
  894.  
  895.  /* Actions */
  896.  .nav-actions-v9 {
  897.    display: flex;
  898.    justify-content: flex-end;
  899.    align-items: center;
  900.    gap: 8px;
  901.  }
  902.  .icon-btn-v9 {
  903.    border: 1px solid var(--border-color);
  904.    background: rgba(102, 126, 234, 0.1);
  905.    color: var(--navbar-color);
  906.    padding: 8px;
  907.    border-radius: 12px;
  908.    cursor: pointer;
  909.    transition: transform 0.2s, background 0.2s, color 0.2s;
  910.  }
  911.  .icon-btn-v9:hover {
  912.    background: var(--sub-nav);
  913.    color: var(--topbar-color) !important;
  914.    transform: translateY(-1px);
  915.  }
  916.  .icon-btn-v9.ghost {
  917.    background: transparent;
  918.  }
  919.  
  920.  /* Search Panel */
  921.  .search-panel-v9 {
  922.    position: fixed;
  923.    top: 14px;
  924.    left: 50%;
  925.    transform: translateX(-50%) translateY(-16px);
  926.    width: min(720px, calc(100% - 40px));
  927.    background: var(--navbar-bg);
  928.    border: 1px solid var(--border-color);
  929.    border-radius: 16px;
  930.    padding: 16px;
  931.    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  932.    opacity: 0;
  933.    visibility: hidden;
  934.    z-index: 300;
  935.    transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
  936.  }
  937.  .search-panel-v9.show-v9 {
  938.    opacity: 1;
  939.    visibility: visible;
  940.    transform: translateX(-50%) translateY(0);
  941.  }
  942.  .search-input-wrap-v9 {
  943.    display: flex;
  944.    align-items: center;
  945.    gap: 10px;
  946.    background: rgba(248, 250, 252, 0.8);
  947.    border: 2px solid rgba(102, 126, 234, 0.2);
  948.    border-radius: 12px;
  949.    padding: 6px 8px;
  950.    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  951.  }
  952.  .search-input-wrap-v9:focus-within {
  953.    border-color: #667eea;
  954.    background: rgba(255, 255, 255, 0.9);
  955.    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  956.  }
  957.  .search-icn-v9 {
  958.    color: #a0aec0;
  959.    margin-left: 6px;
  960.  }
  961.  .search-input-v9 {
  962.    flex: 1;
  963.    border: 0;
  964.    background: transparent;
  965.    outline: none;
  966.    padding: 12px 4px;
  967.    font-size: 16px;
  968.    color: #2d3748;
  969.  }
  970.  .search-suggest-v9 {
  971.    display: grid;
  972.    grid-template-columns: repeat(3, minmax(0, 1fr));
  973.    gap: 8px;
  974.    margin-top: 10px;
  975.  }
  976.  .suggestion-v9 {
  977.    border: 1px solid var(--border-color);
  978.    background: rgba(248, 250, 252, 0.5);
  979.    color: var(--navbar-color);
  980.    padding: 10px 12px;
  981.    border-radius: 10px;
  982.    font-size: 14px;
  983.    text-align: left;
  984.    cursor: pointer;
  985.    transition: background 0.2s, color 0.2s, transform 0.2s;
  986.  }
  987.  .suggestion-v9:hover {
  988.    background: var(--bs-primary) !important ;
  989.    color: var(--bs-white)  !important;
  990.    transform: translateY(-1px);
  991.  }
  992.  
  993.  /* Mobile */
  994.  .mobile-nav-v9 {
  995.    position: fixed;
  996.    right: 0;
  997.    top: 0;
  998.    height: 100vh;
  999.    width: min(86vw, 420px);
  1000.    background: var(--card-bg);
  1001.    border-left: 1px solid var(--border-color);
  1002.    transform: translateX(100%);
  1003.    transition: transform 0.3s ease;
  1004.    z-index: 350;
  1005.    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.15);
  1006.  }
  1007.  .mobile-nav-v9.show-v9 {
  1008.    transform: translateX(0);
  1009.  }
  1010.  .mobile-wrap-v9 {
  1011.    display: flex;
  1012.    flex-direction: column;
  1013.    height: 100%;
  1014.  }
  1015.  .mobile-head-v9 {
  1016.    display: flex;
  1017.    align-items: center;
  1018.    justify-content: space-between;
  1019.    padding: 16px;
  1020.    background: var(--navbar-bg);
  1021.  }
  1022.  .mobile-title-v9 {
  1023.    font-weight: 600;
  1024.  }
  1025.  .mobile-list-v9 {
  1026.    list-style: none;
  1027.    padding: 10px 12px 20px;
  1028.    margin: 0;
  1029.    overflow-y: auto;
  1030.  }
  1031.  .mobile-link-v9 {
  1032.    display: flex;
  1033.    align-items: center;
  1034.    justify-content: space-between;
  1035.    padding: 14px 12px;
  1036.    border-radius: 12px;
  1037.    text-decoration: none;
  1038.    color: var(--navbar-color);
  1039.    font-weight: 500;
  1040.    transition: background 0.2s, color 0.2s;
  1041.  }
  1042.  .mobile-link-v9:hover,
  1043.  .mobile-link-v9.active-v9 {
  1044.    background: var(--sub-nav);
  1045.    color: var(--topbar-color);
  1046.  }
  1047.  .mobile-group-v9 {
  1048.    margin-top: 4px;
  1049.  }
  1050.  .mobile-sublist-v9 {
  1051.    list-style: none;
  1052.    margin: 0;
  1053.    padding: 0;
  1054.    max-height: 0;
  1055.    overflow: auto;
  1056.    transition: max-height 0.25s ease;
  1057.    background:var(--navbar-bg);
  1058.    border-radius: 12px;
  1059.    margin-top: 6px;
  1060.  }
  1061.  .mobile-sublist-v9.show-v9 {
  1062.    max-height: 360px;
  1063.    background: var(--navbar-bg);
  1064.    padding: 6px 0;
  1065.  }
  1066.  .mobile-sublink-v9 {
  1067.    display: block;
  1068.    padding: 10px 16px;
  1069.    text-decoration: none;
  1070.    color: var(--navbar-color);
  1071.    border-radius: 10px;
  1072.    font-size: 14px;
  1073.  }
  1074.  .mobile-sublink-v9:hover {
  1075.    background: var(--sub-nav);
  1076.    color: var(--topbar-color);
  1077.  }
  1078.  .mobile-arrow-v9 {
  1079.    transition: transform 0.2s ease;
  1080.  }
  1081.  .mobile-link-v9.has-arrow-v9[aria-expanded='true'] .mobile-arrow-v9 {
  1082.    transform: rotate(180deg);
  1083.  }
  1084.  
  1085.  /* Overlay */
  1086.  .nav-overlay-v9 {
  1087.    position: fixed;
  1088.    inset: 0;
  1089.    background: rgba(0, 0, 0, 0.35);
  1090.    backdrop-filter: blur(4px);
  1091.    opacity: 0;
  1092.    visibility: hidden;
  1093.    transition: opacity 0.25s, visibility 0.25s;
  1094.    z-index: 200;
  1095.  }
  1096.  .nav-overlay-v9.show-v9 {
  1097.    opacity: 1;
  1098.    visibility: visible;
  1099.  }
  1100.  
  1101.  
  1102.  /* Utils */
  1103.  .visually-hidden {
  1104.    position: absolute !important;
  1105.    height: 1px;
  1106.    width: 1px;
  1107.    overflow: hidden;
  1108.    clip: rect(1px, 1px, 1px, 1px);
  1109.    white-space: nowrap;
  1110.  }
  1111.  
  1112.  /* Responsive tweaks */
  1113.  @media (max-width: 1300px) {
  1114.    .nav-card-v9 {
  1115.      padding: 12px 18px;
  1116.      border-radius: 16px;
  1117.    }
  1118.    .search-panel-v9 {
  1119.      width: calc(100% - 32px);
  1120.    }
  1121.  }
  1122.  @media (max-width: 576px) {
  1123.    .logo-img-v9 {
  1124.      max-height: 38px;
  1125.    }
  1126.  }
  1127. </style>
  1128.  
  1129. <script>
  1130.  /* ============ V9 JS ============ */
  1131.  ;(function () {
  1132.    const overlay = document.getElementById('navOverlayV9')
  1133.    const searchPanel = document.getElementById('searchPanelV9')
  1134.    const mobileNav = document.getElementById('mobileNavV9')
  1135.    const header = document.querySelector('.header-v9')
  1136.  
  1137.    function lockScroll(lock) {
  1138.      document.body.style.overflow = lock ? 'hidden' : ''
  1139.    }
  1140.  
  1141.    window.toggleSearchV9 = function () {
  1142.      const btn = document.querySelector('[aria-controls="searchPanelV9"]')
  1143.      const willOpen = !searchPanel.classList.contains('show-v9')
  1144.  
  1145.      // close mobile if open
  1146.      mobileNav.classList.remove('show-v9')
  1147.      document.querySelector('[aria-controls="mobileNavV9"]')?.setAttribute('aria-expanded', 'false')
  1148.  
  1149.      searchPanel.classList.toggle('show-v9', willOpen)
  1150.      overlay.classList.toggle('show-v9', willOpen)
  1151.      btn?.setAttribute('aria-expanded', String(willOpen))
  1152.      lockScroll(willOpen)
  1153.  
  1154.      if (willOpen) setTimeout(() => document.getElementById('q-v9')?.focus(), 80)
  1155.    }
  1156.  
  1157.    window.toggleMobileNavV9 = function () {
  1158.      const btn = document.querySelector('[aria-controls="mobileNavV9"]')
  1159.      const willOpen = !mobileNav.classList.contains('show-v9')
  1160.  
  1161.      // close search if open
  1162.      searchPanel.classList.remove('show-v9')
  1163.      document.querySelector('[aria-controls="searchPanelV9"]')?.setAttribute('aria-expanded', 'false')
  1164.  
  1165.      mobileNav.classList.toggle('show-v9', willOpen)
  1166.      overlay.classList.toggle('show-v9', willOpen)
  1167.      btn?.setAttribute('aria-expanded', String(willOpen))
  1168.      lockScroll(willOpen)
  1169.    }
  1170.  
  1171.    window.toggleMobileDropdownV9 = function (id) {
  1172.      const list = document.getElementById(id)
  1173.      const btn = document.querySelector(`[onclick*="${id}"]`)
  1174.      const willOpen = !list.classList.contains('show-v9')
  1175.      // close siblings
  1176.      document.querySelectorAll('.mobile-sublist-v9').forEach((el) => {
  1177.        if (el.id !== id) el.classList.remove('show-v9')
  1178.      })
  1179.      list.classList.toggle('show-v9', willOpen)
  1180.      btn?.setAttribute('aria-expanded', String(willOpen))
  1181.    }
  1182.  
  1183.    window.closeAllV9 = function () {
  1184.      searchPanel.classList.remove('show-v9')
  1185.      mobileNav.classList.remove('show-v9')
  1186.      overlay.classList.remove('show-v9')
  1187.      document.querySelector('[aria-controls="searchPanelV9"]')?.setAttribute('aria-expanded', 'false')
  1188.      document.querySelector('[aria-controls="mobileNavV9"]')?.setAttribute('aria-expanded', 'false')
  1189.      lockScroll(false)
  1190.    }
  1191.  
  1192.    // ESC to close
  1193.    document.addEventListener('keydown', (e) => {
  1194.      if (e.key === 'Escape') window.closeAllV9()
  1195.    })
  1196.  
  1197.    // Sticky shrink on scroll
  1198.    let lastY = window.scrollY
  1199.    const onScroll = () => {
  1200.      const y = window.scrollY
  1201.      header.classList.toggle('is-scrolled', y > 10)
  1202.      lastY = y
  1203.    }
  1204.    onScroll()
  1205.    window.addEventListener('scroll', onScroll, { passive: true })
  1206.  
  1207.    // Suggestions fill
  1208.    document.addEventListener('click', (e) => {
  1209.      const btn = e.target.closest('.suggestion-v9')
  1210.      if (!btn) return
  1211.      const val = btn.getAttribute('data-fill') || ''
  1212.      const input = document.getElementById('q-v9')
  1213.      if (input) input.value = val
  1214.    })
  1215.  
  1216.    // Desktop "More" button a11y: open on focus-within, we just toggle aria
  1217.    const moreBtn = document.querySelector('.nav-more-btn-v9')
  1218.    const moreCard = document.getElementById('more-desktop-v9')
  1219.    if (moreBtn && moreCard) {
  1220.      ;['mouseenter', 'focus'].forEach((evt) => moreBtn.addEventListener(evt, () => moreBtn.setAttribute('aria-expanded', 'true')))
  1221.      ;['mouseleave', 'blur'].forEach((evt) => moreBtn.addEventListener(evt, () => moreBtn.setAttribute('aria-expanded', 'false')))
  1222.    }
  1223.  })()
  1224. </script>
  1225.  
  1226. <script>
  1227.  document.addEventListener("DOMContentLoaded", function () {
  1228.    console.log("loaded");
  1229.  
  1230.     const searchInput = document.getElementById("search-input")
  1231.    const searchResults = document.getElementById("search-results");
  1232.  
  1233.    if (!searchInput || !searchResults) {
  1234.      console.error("Search input/results not found");
  1235.      return;
  1236.    }
  1237.  
  1238.    // Prevent form submission
  1239.    if (searchInput.form) {
  1240.      searchInput.form.addEventListener("submit", function (e) {
  1241.        e.preventDefault();
  1242.      });
  1243.    }
  1244.  
  1245.    // Add event listener for keyup
  1246.    searchInput.addEventListener("keyup", function (e) {
  1247.      console.log("Key pressed:", e.key);
  1248.      e.preventDefault();
  1249.  
  1250.      const query = searchInput.value.trim();
  1251.      console.log("User is typing: " + query);
  1252.  
  1253.      // If empty → clear and hide
  1254.      if (query === "") {
  1255.        searchResults.innerHTML = "";
  1256.        searchResults.style.display = "none";
  1257.        return;
  1258.      }
  1259.  
  1260.      // Show results
  1261.      searchResults.style.display = "block";
  1262.  
  1263.      // Fetch search results
  1264.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1265.        method: "GET",
  1266.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1267.      })
  1268.        .then(response => {
  1269.          console.log("Response Status:", response.status);
  1270.          return response.json();
  1271.        })
  1272.        .then(data => {
  1273.          console.log("Data received:", data);
  1274.          if (data.html) {
  1275.            searchResults.innerHTML = data.html;
  1276.          } else {
  1277.            searchResults.innerHTML = "<p>No results found.</p>";
  1278.          }
  1279.        })
  1280.        .catch(error => {
  1281.          console.error("Error fetching search results:", error);
  1282.        });
  1283.    });
  1284.  
  1285.    // Close results when clicking outside
  1286.    document.addEventListener("click", function (e) {
  1287.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1288.        searchResults.style.display = "none";
  1289.      }
  1290.    });
  1291.  
  1292.    // Close results on ESC key
  1293.    document.addEventListener("keydown", function (e) {
  1294.      if (e.key === "Escape") {
  1295.        searchResults.style.display = "none";
  1296.      }
  1297.    });
  1298.  });
  1299. </script>
  1300.  
  1301.  
  1302.        </header>
  1303.        <!-- end of header -->
  1304.        <!-- start of wpo-blog-hero -->
  1305.        
  1306.  
  1307.  
  1308.  
  1309.  
  1310.  
  1311.  
  1312.  
  1313. <div class="blog-hero-v5">
  1314.  <div class="container-fluid fluid-container">
  1315.    <!-- Hero Header -->
  1316.  
  1317.    <!-- Main Content Grid -->
  1318.    <div class="row g-4">
  1319.      <!-- Large Featured Post - Left Side -->
  1320.      <div class="col-lg-6 col-md-12">
  1321.        
  1322.        
  1323.          
  1324.        <div class="large-featured-card">
  1325.          <div class="card-image-wrapper">
  1326.            
  1327.                <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" class="card-image">
  1328.            
  1329.            <div class="image-overlay">
  1330.              <span class="category-pill fashion bg-primary-gradient">News</span>
  1331.            </div>
  1332.          </div>
  1333.          <div class="card-content">
  1334.            <h2 class="card-title"><a class="top-color" href="/beijings-draft-artificial-intelligence-guidelines-target-to-provide-minors-safeguards-and-suicide-prevention-management/">
  1335.                                        Beijing&#x27;s Draft Artificial Intelligence Guidelines Target to Provide Minors Safeguards and Suicide Prevention Management.
  1336.                                    </a></h2>
  1337.            <p class="card-description"></p>
  1338.            <div class="card-footer">
  1339.              <div class="author-section">
  1340.                <div class="author-avatar">
  1341.                  
  1342.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Sarah Cruz" class="author-img">
  1343.                    
  1344.                </div>
  1345.                <div class="author-details">
  1346.                  <span class="author-name">Sarah Cruz</span>
  1347.                  <span class="publish-date">13 May 2026</span>
  1348.                </div>
  1349.              </div>
  1350.              <div class="read-time">
  1351.                <!-- <span>9 min read</span> -->
  1352.              </div>
  1353.            </div>
  1354.          </div>
  1355.        </div>
  1356.  
  1357.        
  1358.      </div>
  1359.      
  1360.  
  1361.      <!-- Right Side - Grid of Posts -->
  1362.      <div class="col-lg-6 col-md-12">
  1363.        <div class="row h-100">
  1364.          
  1365.          
  1366.            
  1367.          <!-- Medium Featured Post -->
  1368.          <div class="col-12 mb-3">
  1369.            <div class="medium-featured-card h-100">
  1370.              <div class="row g-0 h-100">
  1371.                <div class="col-md-6">
  1372.                  <div class="medium-image-wrapper">
  1373.                    
  1374.                          <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1375.                      
  1376.                    <div class="medium-overlay">
  1377.                      <span class="category-pill travel bg-primary-gradient">News</span>
  1378.                    </div>
  1379.                  </div>
  1380.                </div>
  1381.                <div class="col-md-6">
  1382.                  <div class="medium-content">
  1383.                    <h3 class="medium-title"><a class="top-color" href="/gavin-newsom-acknowledges-he-is-considering-a-white-house-bid-in-2028/">
  1384.                                        Gavin Newsom Acknowledges He Is Considering a White House Bid in 2028
  1385.                                    </a></h3>
  1386.                    <p class="medium-excerpt"></p>
  1387.                    <div class="medium-meta">
  1388.                      <span class="author">By Sarah Cruz</span>
  1389.                      <span class="date">13 May 2026</span>
  1390.                    </div>
  1391.                  </div>
  1392.                </div>
  1393.              </div>
  1394.            </div>
  1395.          </div>
  1396.  
  1397.          
  1398.          
  1399.  
  1400.          
  1401.            <!-- Small Cards Row -->
  1402.            <div class="col-md-6 col-12 mb-md-0 mb-3">
  1403.              <div class="small-card h-100">
  1404.                <div class="small-image-wrapper">
  1405.                    
  1406.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1407.                            style="object-fit: cover;" alt="">
  1408.                    
  1409.                  <span class="small-category bg-primary-gradient">News</span>
  1410.                </div>
  1411.                <div class="small-content">
  1412.                  <h4 class="small-title"> <a class="top-color" href="/there-are-those-on-the-left-and-right-who-offer-only-complaints-labour-is-getting-on-with-the-job-of-financial-revitalization/" >
  1413.                                        There are those on the left and right who offer only complaints: Labour is getting on with the job of financial revitalization.
  1414.                                    </a></h4>
  1415.                  <p class="medium-excerpt"></p>
  1416.                  <div class="small-meta">
  1417.                    <span>By Sarah Cruz</span>
  1418.                    <span>13 May 2026</span>
  1419.                  </div>
  1420.                </div>
  1421.              </div>
  1422.            </div>
  1423.            
  1424.            <!-- Small Cards Row -->
  1425.            <div class="col-md-6 col-12 mb-md-0 mb-3">
  1426.              <div class="small-card h-100">
  1427.                <div class="small-image-wrapper">
  1428.                    
  1429.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1430.                            style="object-fit: cover;" alt="">
  1431.                    
  1432.                  <span class="small-category bg-primary-gradient">News</span>
  1433.                </div>
  1434.                <div class="small-content">
  1435.                  <h4 class="small-title"> <a class="top-color" href="/the-greater-manchester-mayor-was-likely-to-have-won-the-recent-byelection-states-labour-deputy-leader/" >
  1436.                                        The Greater Manchester Mayor Was &#x27;Likely&#x27; to Have Won the Recent Byelection, States Labour Deputy Leader
  1437.                                    </a></h4>
  1438.                  <p class="medium-excerpt"></p>
  1439.                  <div class="small-meta">
  1440.                    <span>By Sarah Cruz</span>
  1441.                    <span>13 May 2026</span>
  1442.                  </div>
  1443.                </div>
  1444.              </div>
  1445.            </div>
  1446.            
  1447.  
  1448.        </div>
  1449.      </div>
  1450.    </div>
  1451.  </div>
  1452. </div>
  1453.  
  1454. <style>
  1455.  /* Blog Hero V5 - Clean Card Grid Design */
  1456.  :root {
  1457.    --shadow-light: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  1458.    --shadow-medium: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  1459.    --shadow-heavy: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  1460.  
  1461.    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  1462.  }
  1463.  
  1464.  .blog-hero-v5 {
  1465.    padding: 4rem 0;
  1466.  }
  1467.  
  1468.  /* Hero Header */
  1469.  .hero-header {
  1470.    margin-bottom: 2rem;
  1471.  }
  1472.  
  1473.  .hero-title {
  1474.    font-size: 3.5rem;
  1475.    font-weight: 800;
  1476.    color: var(--text-dark);
  1477.    margin-bottom: 1rem;
  1478.    letter-spacing: -0.025em;
  1479.    line-height: 1.1;
  1480.  }
  1481.  
  1482.  .hero-subtitle {
  1483.    font-size: 1.25rem;
  1484.    color: var(--text-light);
  1485.    font-weight: 400;
  1486.    max-width: 600px;
  1487.    margin: 0 auto;
  1488.  }
  1489.  
  1490.  /* Large Featured Card */
  1491.  .large-featured-card {
  1492.    background: var(--card-bg);
  1493.    border-radius: var(--border-radius);
  1494.    box-shadow: var(--shadow-medium);
  1495.    overflow: hidden;
  1496.    height: 100%;
  1497.    transition: var(--transition);
  1498.    border: 1px solid var(--border-color);
  1499.  }
  1500.  
  1501.  .large-featured-card:hover {
  1502.    transform: translateY(-8px);
  1503.    box-shadow: var(--shadow-heavy);
  1504.  }
  1505.  
  1506.  .card-image-wrapper {
  1507.    position: relative;
  1508.    height: 280px;
  1509.    overflow: hidden;
  1510.  }
  1511.  
  1512.  .card-image {
  1513.    width: 100%;
  1514.    height: 100%;
  1515.    object-fit: cover;
  1516.    transition: var(--transition);
  1517.  }
  1518.  
  1519.  .large-featured-card:hover .card-image {
  1520.    transform: scale(1.05);
  1521.  }
  1522.  
  1523.  .image-overlay {
  1524.    position: absolute;
  1525.    top: 1.5rem;
  1526.    left: 1.5rem;
  1527.  }
  1528.  
  1529.  .card-content {
  1530.    padding: 2rem;
  1531.  }
  1532.  
  1533.  .card-title {
  1534.    font-size: 1.75rem;
  1535.    font-weight: 700;
  1536.    color: var(--text-dark);
  1537.    margin-bottom: 1rem;
  1538.    line-height: 1.3;
  1539.  }
  1540.  
  1541.  .card-description {
  1542.    color: var(--text-light);
  1543.    font-size: 1rem;
  1544.    line-height: 1.6;
  1545.    margin-bottom: 2rem;
  1546.  }
  1547.  
  1548.  .card-footer {
  1549.    display: flex;
  1550.    align-items: center;
  1551.    justify-content: space-between;
  1552.  }
  1553.  
  1554.  .author-section {
  1555.    display: flex;
  1556.    align-items: center;
  1557.    gap: 1rem;
  1558.  }
  1559.  
  1560.  .author-avatar {
  1561.    width: 48px;
  1562.    height: 48px;
  1563.    border-radius: 50%;
  1564.    overflow: hidden;
  1565.    border: 2px solid var(--border-color);
  1566.  }
  1567.  
  1568.  .author-avatar img {
  1569.    width: 100%;
  1570.    height: 100%;
  1571.    object-fit: cover;
  1572.  }
  1573.  
  1574.  .author-details {
  1575.    display: flex;
  1576.    flex-direction: column;
  1577.  }
  1578.  
  1579.  .author-name {
  1580.    font-weight: 600;
  1581.    color: var(--text-dark);
  1582.    font-size: 0.95rem;
  1583.  }
  1584.  
  1585.  .publish-date {
  1586.    color: var(--text-light);
  1587.    font-size: 0.875rem;
  1588.  }
  1589.  
  1590.  .read-time {
  1591.    background: var(--card-bg);
  1592.    padding: 0.5rem 1rem;
  1593.    border-radius: 20px;
  1594.    font-size: 0.875rem;
  1595.    color: var(--text-light);
  1596.    font-weight: 500;
  1597.  }
  1598.  
  1599.  /* Category Pills */
  1600.  .category-pill {
  1601.    display: inline-block;
  1602.    padding: 0.5rem 1rem;
  1603.    font-size: 0.75rem;
  1604.    font-weight: 600;
  1605.    text-transform: uppercase;
  1606.    letter-spacing: 0.05em;
  1607.    border-radius: 20px;
  1608.    color: white;
  1609.  }
  1610.  
  1611.  
  1612.  /* Medium Featured Card */
  1613.  .medium-featured-card {
  1614.    background: var(--card-bg);
  1615.    border-radius: var(--border-radius);
  1616.    box-shadow: var(--shadow-light);
  1617.    overflow: hidden;
  1618.    height: 220px;
  1619.    transition: var(--transition);
  1620.    border: 1px solid var(--border-color);
  1621.  }
  1622.  
  1623.  .medium-featured-card:hover {
  1624.    transform: translateY(-4px);
  1625.    box-shadow: var(--shadow-medium);
  1626.  }
  1627.  
  1628.  .medium-image-wrapper {
  1629.    position: relative;
  1630.    height: 100%;
  1631.    overflow: hidden;
  1632.  }
  1633.  
  1634.  .medium-image-wrapper img {
  1635.    width: 100%;
  1636.    height: 100%;
  1637.    object-fit: cover;
  1638.    transition: var(--transition);
  1639.  }
  1640.  
  1641.  .medium-featured-card:hover .medium-image-wrapper img {
  1642.    transform: scale(1.05);
  1643.  }
  1644.  
  1645.  .medium-overlay {
  1646.    position: absolute;
  1647.    top: 1rem;
  1648.    left: 1rem;
  1649.  }
  1650.  
  1651.  .medium-content {
  1652.    padding: 1.5rem;
  1653.    display: flex;
  1654.    flex-direction: column;
  1655.    justify-content: space-between;
  1656.    height: 100%;
  1657.  }
  1658.  
  1659.  .medium-title {
  1660.    font-size: 1.25rem;
  1661.    font-weight: 600;
  1662.    color: var(--text-dark);
  1663.    margin-bottom: 0.75rem;
  1664.    line-height: 1.3;
  1665.  }
  1666.  
  1667.  .medium-excerpt {
  1668.    color: var(--text-light);
  1669.    font-size: 0.9rem;
  1670.    line-height: 1.5;
  1671.    margin-bottom: 1rem;
  1672.    flex-grow: 1;
  1673.  }
  1674.  
  1675.  .medium-meta {
  1676.    display: flex;
  1677.    flex-direction: column;
  1678.    gap: 0.25rem;
  1679.    font-size: 0.8rem;
  1680.  }
  1681.  
  1682.  /* Small Cards */
  1683.  .small-card {
  1684.    background: var(--card-bg);
  1685.    border-radius: var(--border-radius);
  1686.    box-shadow: var(--shadow-light);
  1687.    overflow: hidden;
  1688.    transition: var(--transition);
  1689.    border: 1px solid var(--border-color);
  1690.    display: flex;
  1691.    flex-direction: column;
  1692.  }
  1693.  
  1694.  .small-card:hover {
  1695.    transform: translateY(-4px);
  1696.    box-shadow: var(--shadow-medium);
  1697.  }
  1698.  
  1699.  .small-image-wrapper {
  1700.    position: relative;
  1701.    height: 140px;
  1702.    overflow: hidden;
  1703.    flex-shrink: 0;
  1704.  }
  1705.  
  1706.  .small-image-wrapper img {
  1707.    width: 100%;
  1708.    height: 100%;
  1709.    object-fit: cover;
  1710.    transition: var(--transition);
  1711.  }
  1712.  
  1713.  .small-card:hover .small-image-wrapper img {
  1714.    transform: scale(1.05);
  1715.  }
  1716.  
  1717.  .small-category {
  1718.    position: absolute;
  1719.    top: 0.75rem;
  1720.    left: 0.75rem;
  1721.    padding: 0.25rem 0.75rem;
  1722.    font-size: 0.7rem;
  1723.    font-weight: 600;
  1724.    text-transform: uppercase;
  1725.    border-radius: 12px;
  1726.    color: white;
  1727.  }
  1728.  
  1729.  
  1730.  .small-content {
  1731.    padding: 1rem;
  1732.    flex-grow: 1;
  1733.    display: flex;
  1734.    flex-direction: column;
  1735.    justify-content: space-between;
  1736.  }
  1737.  
  1738.  .small-title {
  1739.    font-size: 1rem;
  1740.    font-weight: 600;
  1741.    color: var(--text-dark);
  1742.    margin-bottom: 0.75rem;
  1743.    line-height: 1.3;
  1744.  }
  1745.  
  1746.  .small-meta {
  1747.    display: flex;
  1748.    justify-content: space-between;
  1749.    font-size: 0.75rem;
  1750.    color: var(--text-light);
  1751.  }
  1752.  
  1753.  /* Stats Section - Removed */
  1754.  
  1755.  /* Responsive Design */
  1756.  @media (max-width: 992px) {
  1757.    .hero-title {
  1758.      font-size: 2.5rem;
  1759.    }
  1760.  
  1761.    .card-content {
  1762.      padding: 1.5rem;
  1763.    }
  1764.  
  1765.    .card-title {
  1766.      font-size: 1.5rem;
  1767.    }
  1768.  
  1769.    .medium-featured-card {
  1770.      height: auto;
  1771.    }
  1772.  
  1773.    .medium-content {
  1774.      height: auto;
  1775.    }
  1776.  }
  1777.  
  1778.  @media (max-width: 768px) {
  1779.    .blog-hero-v5 {
  1780.      padding: 2rem 0;
  1781.    }
  1782.  
  1783.    .hero-title {
  1784.      font-size: 2rem;
  1785.    }
  1786.  
  1787.    .hero-subtitle {
  1788.      font-size: 1rem;
  1789.    }
  1790.  
  1791.    .card-image-wrapper {
  1792.      height: 200px;
  1793.    }
  1794.  
  1795.    .medium-featured-card {
  1796.      height: auto;
  1797.    }
  1798.  
  1799.    .medium-image-wrapper {
  1800.      height: 150px;
  1801.    }
  1802.  
  1803.    .small-image-wrapper {
  1804.      height: 120px;
  1805.    }
  1806.  }
  1807.  
  1808.  @media (max-width: 576px) {
  1809.    .card-footer {
  1810.      flex-direction: column;
  1811.      align-items: flex-start;
  1812.      gap: 1rem;
  1813.    }
  1814.  
  1815.    .stat-number {
  1816.      font-size: 1.5rem;
  1817.    }
  1818.  }
  1819. </style>
  1820.  
  1821.  
  1822.  
  1823.  
  1824.  
  1825.        <!-- end of wpo-blog-hero -->
  1826.  
  1827.        <!-- start of wpo-breacking-news -->
  1828.        
  1829.        <!-- end of wpo-breacking-news -->
  1830.        
  1831.        <!-- start wpo-blog-highlights-section -->
  1832.        
  1833.  
  1834.  
  1835.  
  1836.    
  1837.  
  1838.  
  1839.  
  1840. <style>
  1841.    .blog-highlights-v4 {
  1842.        padding: 30px 0;
  1843.        position: relative;
  1844.        min-height: 100vh;
  1845.        background: transparent; /* Solid background color */
  1846.    }
  1847.  
  1848.    /* Blog Container */
  1849.    .blog-container-v4 {
  1850.        position: relative;
  1851.        z-index: 10;
  1852.    }
  1853.  
  1854.    /* Card Design */
  1855.    .blog-card-v4 {
  1856.        border-radius: 25px;
  1857.        background: var(--card-bg);
  1858.        border: 1px solid var(--border-color);
  1859.        position: relative;
  1860.        overflow: hidden;
  1861.        transition: opacity 1.2s ease; /* Fade animation for card */
  1862.    }
  1863.  
  1864.    /* Image Container */
  1865.    .blog-image-container-v4 {
  1866.        height: 280px;
  1867.        border-radius: 20px 20px 0 0;
  1868.        overflow: hidden;
  1869.        position: relative;
  1870.        z-index: 2;
  1871.    }
  1872.  
  1873.    .blog-image-v4 {
  1874.        width: 100%;
  1875.        height: 100%;
  1876.        position: relative;
  1877.        overflow: hidden;
  1878.    }
  1879.  
  1880.    .blog-image-v4 img {
  1881.        width: 100%;
  1882.        height: 100%;
  1883.        object-fit: cover;
  1884.    }
  1885.  
  1886.    /* Category Badge */
  1887.    .blog-category-v4 {
  1888.        position: absolute;
  1889.        top: 20px;
  1890.        left: 20px;
  1891.        padding: 10px 18px;
  1892.        border-radius: 20px;
  1893.        font-size: 11px;
  1894.        font-weight: 700;
  1895.        text-transform: uppercase;
  1896.        letter-spacing: 1.2px;
  1897.        z-index: 5;
  1898.        border: 1px solid rgba(255, 255, 255, 0.3);
  1899.        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  1900.    }
  1901.  
  1902.    /* Content Area */
  1903.    .blog-content-v4 {
  1904.        padding: 20px 25px 25px;
  1905.        display: flex;
  1906.        flex-direction: column;
  1907.        justify-content: space-between;
  1908.        position: relative;
  1909.        z-index: 2;
  1910.    }
  1911.  
  1912.    /* Title */
  1913.    .blog-title-v4 {
  1914.        font-size: 20px;
  1915.        font-weight: 800;
  1916.        line-height: 1.3;
  1917.        margin-bottom: 8px;
  1918.    }
  1919.  
  1920.    .blog-title-v4 a {
  1921.        text-decoration: none;
  1922.    }
  1923.  
  1924.    /* Meta Information */
  1925.    .blog-meta-v4 {
  1926.        display: flex;
  1927.        align-items: center;
  1928.        gap: 12px;
  1929.        margin-bottom: 15px;
  1930.        font-size: 13px;
  1931.    }
  1932.  
  1933.    .blog-author-img-v4 {
  1934.        width: 35px;
  1935.        height: 35px;
  1936.        border-radius: 50%;
  1937.        border: 2px solid var(--border-color);
  1938.    }
  1939.  
  1940.    /* Excerpt */
  1941.    .blog-excerpt-v4 {
  1942.        font-size: 14px;
  1943.        line-height: 1.6;
  1944.        margin-bottom: 8px;
  1945.        display: -webkit-box;
  1946.        -webkit-line-clamp: 3;
  1947.        -webkit-box-orient: vertical;
  1948.        overflow: hidden;
  1949.    }
  1950.  
  1951.    /* Actions Area */
  1952.    .blog-actions-v4 {
  1953.        display: flex;
  1954.        justify-content: space-between;
  1955.        align-items: center;
  1956.    }
  1957.  
  1958.    .blog-stats-v4 {
  1959.        display: flex;
  1960.        gap: 20px;
  1961.        align-items: center;
  1962.    }
  1963.  
  1964.    .blog-stat-item-v4 {
  1965.        display: flex;
  1966.        align-items: center;
  1967.        gap: 6px;
  1968.        font-size: 12px;
  1969.    }
  1970.  
  1971.    /* Read More Button */
  1972.    .blog-read-more-v4 {
  1973.        width: 40px;
  1974.        height: 40px;
  1975.        border-radius: 50%;
  1976.        background: var(--border-color);
  1977.        border: 2px solid var(--border-color);
  1978.        display: flex;
  1979.        align-items: center;
  1980.        justify-content: center;
  1981.        text-decoration: none;
  1982.    }
  1983.  
  1984.    ..blog-read-more-v4:hover{
  1985.        background-color: #172133;
  1986.    }
  1987.    /* Section Header */
  1988.    .section-header-v4 {
  1989.        text-align: center;
  1990.        margin-bottom: 40px;
  1991.        position: relative;
  1992.        z-index: 15;
  1993.    }
  1994.  
  1995.    .section-title-v4 {
  1996.        font-size: 3.5rem;
  1997.        font-weight: 900;
  1998.        margin-bottom: .5rem;
  1999.    }
  2000.  
  2001.    .section-subtitle-v4 {
  2002.        font-size: 1.4rem;
  2003.        max-width: 700px;
  2004.        margin: 0 auto;
  2005.        line-height: 1.7;
  2006.        font-weight: 300;
  2007.    }
  2008.  
  2009.    /* Scroll Fade Animation */
  2010.    .scroll-trigger {
  2011.        opacity: 0;
  2012.        transition: opacity 1.2s ease;
  2013.    }
  2014.  
  2015.    .scroll-trigger.active {
  2016.        opacity: 1;
  2017.    }
  2018.  
  2019.    /* Responsive Design */
  2020.    @media (max-width: 768px) {
  2021.        .section-title-v4 {
  2022.            font-size: 3rem;
  2023.        }
  2024.        .blog-highlights-v4 {
  2025.            padding: 80px 0;
  2026.        }
  2027.        .blog-card-v4 {
  2028.            height: 450px;
  2029.        }
  2030.        .blog-content-v4 {
  2031.            padding: 15px 20px 20px;
  2032.        }
  2033.    }
  2034. </style>
  2035.  
  2036. <section class="blog-highlights-v4">
  2037.    <div class="container-fluid fluid-container blog-container-v4">
  2038.        <!-- Section Header -->
  2039.        <div class="row">
  2040.            <div class="col-12">
  2041.                <div class="section-header-v4">
  2042.                    <h2 class="section-title-v4">
  2043.                Today's Top Highlights
  2044.                   </h2>
  2045.                    <p class="section-subtitle-v4">Experience the future of storytelling through immersive digital journeys that blend creativity with cutting-edge technology</p>
  2046.                </div>
  2047.            </div>
  2048.        </div>
  2049.        
  2050.        <!-- Blog Grid -->
  2051.        <div class="row">
  2052.            <div class="col-lg-8">
  2053.                <div class="row g-4">
  2054.                    
  2055.                    <div class="col-lg-6 col-md-6">
  2056.                        <article class="blog-card-v4 scroll-trigger">
  2057.                            <div class="blog-image-container-v4">
  2058.                                <div class="blog-image-v4">
  2059.                                    
  2060.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2061.                                    
  2062.                                </div>
  2063.                                
  2064.                                <span class="blog-category-v4 bg-primary-gradient">
  2065.                                    News
  2066.                                </span>
  2067.                            </div>
  2068.                            
  2069.                            <div class="blog-content-v4">
  2070.                                <h3 class="blog-title-v4">
  2071.                                    <a href="/the-blue-jays-secure-fall-classic-meeting-against-los-angeles-dodgers/" class="top-color">
  2072.                                    The Blue Jays Secure Fall Classic Meeting Against Los Angeles Dodgers
  2073.                                    </a>
  2074.                                </h3>
  2075.                                <div class="blog-meta-v4">
  2076.                                    
  2077.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Sarah Cruz"  class="blog-author-img-v4">
  2078.                                    
  2079.                                    <span>By <strong>Sarah Cruz</strong></span>
  2080.                                    <span>•</span>
  2081.                                    <span>13 May 2026</span>
  2082.                                </div>
  2083.                                
  2084.                                <p class="blog-excerpt-v4">
  2085.                                    
  2086.                                </p>
  2087.                                
  2088.                                <div class="blog-actions-v4">
  2089.                                    
  2090.                                    <a href="/the-blue-jays-secure-fall-classic-meeting-against-los-angeles-dodgers/" class="blog-read-more-v4 bg-primary-gradient">
  2091.                                        <i class="ti-arrow-right"></i>
  2092.                                    </a>
  2093.                                </div>
  2094.                            </div>
  2095.                        </article>
  2096.                    </div>
  2097.                    
  2098.                    <div class="col-lg-6 col-md-6">
  2099.                        <article class="blog-card-v4 scroll-trigger">
  2100.                            <div class="blog-image-container-v4">
  2101.                                <div class="blog-image-v4">
  2102.                                    
  2103.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2104.                                    
  2105.                                </div>
  2106.                                
  2107.                                <span class="blog-category-v4 bg-primary-gradient">
  2108.                                    News
  2109.                                </span>
  2110.                            </div>
  2111.                            
  2112.                            <div class="blog-content-v4">
  2113.                                <h3 class="blog-title-v4">
  2114.                                    <a href="/england-name-bashir-in-line-up-for-ashes-opener/" class="top-color">
  2115.                                    England Name Bashir in Line-up for Ashes Opener
  2116.                                    </a>
  2117.                                </h3>
  2118.                                <div class="blog-meta-v4">
  2119.                                    
  2120.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Sarah Cruz"  class="blog-author-img-v4">
  2121.                                    
  2122.                                    <span>By <strong>Sarah Cruz</strong></span>
  2123.                                    <span>•</span>
  2124.                                    <span>13 May 2026</span>
  2125.                                </div>
  2126.                                
  2127.                                <p class="blog-excerpt-v4">
  2128.                                    
  2129.                                </p>
  2130.                                
  2131.                                <div class="blog-actions-v4">
  2132.                                    
  2133.                                    <a href="/england-name-bashir-in-line-up-for-ashes-opener/" class="blog-read-more-v4 bg-primary-gradient">
  2134.                                        <i class="ti-arrow-right"></i>
  2135.                                    </a>
  2136.                                </div>
  2137.                            </div>
  2138.                        </article>
  2139.                    </div>
  2140.                    
  2141.                    <div class="col-lg-6 col-md-6">
  2142.                        <article class="blog-card-v4 scroll-trigger">
  2143.                            <div class="blog-image-container-v4">
  2144.                                <div class="blog-image-v4">
  2145.                                    
  2146.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2147.                                    
  2148.                                </div>
  2149.                                
  2150.                                <span class="blog-category-v4 bg-primary-gradient">
  2151.                                    News
  2152.                                </span>
  2153.                            </div>
  2154.                            
  2155.                            <div class="blog-content-v4">
  2156.                                <h3 class="blog-title-v4">
  2157.                                    <a href="/olympic-athlete-and-other-eritreans-released-after-nearly-two-decades-without-trial-family-members-report/" class="top-color">
  2158.                                    Olympic Athlete and Other Eritreans Released After Nearly Two Decades Without Trial, Family Members Report
  2159.                                    </a>
  2160.                                </h3>
  2161.                                <div class="blog-meta-v4">
  2162.                                    
  2163.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Sarah Cruz"  class="blog-author-img-v4">
  2164.                                    
  2165.                                    <span>By <strong>Sarah Cruz</strong></span>
  2166.                                    <span>•</span>
  2167.                                    <span>13 May 2026</span>
  2168.                                </div>
  2169.                                
  2170.                                <p class="blog-excerpt-v4">
  2171.                                    
  2172.                                </p>
  2173.                                
  2174.                                <div class="blog-actions-v4">
  2175.                                    
  2176.                                    <a href="/olympic-athlete-and-other-eritreans-released-after-nearly-two-decades-without-trial-family-members-report/" class="blog-read-more-v4 bg-primary-gradient">
  2177.                                        <i class="ti-arrow-right"></i>
  2178.                                    </a>
  2179.                                </div>
  2180.                            </div>
  2181.                        </article>
  2182.                    </div>
  2183.                    
  2184.                    <div class="col-lg-6 col-md-6">
  2185.                        <article class="blog-card-v4 scroll-trigger">
  2186.                            <div class="blog-image-container-v4">
  2187.                                <div class="blog-image-v4">
  2188.                                    
  2189.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2190.                                    
  2191.                                </div>
  2192.                                
  2193.                                <span class="blog-category-v4 bg-primary-gradient">
  2194.                                    News
  2195.                                </span>
  2196.                            </div>
  2197.                            
  2198.                            <div class="blog-content-v4">
  2199.                                <h3 class="blog-title-v4">
  2200.                                    <a href="/kpop-demon-hunters-floats-to-make-a-grand-appearance-at-the-iconic-thanksgiving-parade/" class="top-color">
  2201.                                    KPop Demon Hunters Floats to Make a Grand Appearance at the Iconic Thanksgiving Parade
  2202.                                    </a>
  2203.                                </h3>
  2204.                                <div class="blog-meta-v4">
  2205.                                    
  2206.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Sarah Cruz"  class="blog-author-img-v4">
  2207.                                    
  2208.                                    <span>By <strong>Sarah Cruz</strong></span>
  2209.                                    <span>•</span>
  2210.                                    <span>12 May 2026</span>
  2211.                                </div>
  2212.                                
  2213.                                <p class="blog-excerpt-v4">
  2214.                                    
  2215.                                </p>
  2216.                                
  2217.                                <div class="blog-actions-v4">
  2218.                                    
  2219.                                    <a href="/kpop-demon-hunters-floats-to-make-a-grand-appearance-at-the-iconic-thanksgiving-parade/" class="blog-read-more-v4 bg-primary-gradient">
  2220.                                        <i class="ti-arrow-right"></i>
  2221.                                    </a>
  2222.                                </div>
  2223.                            </div>
  2224.                        </article>
  2225.                    </div>
  2226.                    
  2227.                    <div class="col-lg-6 col-md-6">
  2228.                        <article class="blog-card-v4 scroll-trigger">
  2229.                            <div class="blog-image-container-v4">
  2230.                                <div class="blog-image-v4">
  2231.                                    
  2232.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2233.                                    
  2234.                                </div>
  2235.                                
  2236.                                <span class="blog-category-v4 bg-primary-gradient">
  2237.                                    News
  2238.                                </span>
  2239.                            </div>
  2240.                            
  2241.                            <div class="blog-content-v4">
  2242.                                <h3 class="blog-title-v4">
  2243.                                    <a href="/tragic-discovery-bodies-of-vanished-mum-and-daughter-located-in-freezers-in-the-alpine-nation/" class="top-color">
  2244.                                    Tragic Discovery: Bodies of Vanished Mum and Daughter Located in Freezers in the Alpine Nation
  2245.                                    </a>
  2246.                                </h3>
  2247.                                <div class="blog-meta-v4">
  2248.                                    
  2249.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Sarah Cruz"  class="blog-author-img-v4">
  2250.                                    
  2251.                                    <span>By <strong>Sarah Cruz</strong></span>
  2252.                                    <span>•</span>
  2253.                                    <span>12 May 2026</span>
  2254.                                </div>
  2255.                                
  2256.                                <p class="blog-excerpt-v4">
  2257.                                    
  2258.                                </p>
  2259.                                
  2260.                                <div class="blog-actions-v4">
  2261.                                    
  2262.                                    <a href="/tragic-discovery-bodies-of-vanished-mum-and-daughter-located-in-freezers-in-the-alpine-nation/" class="blog-read-more-v4 bg-primary-gradient">
  2263.                                        <i class="ti-arrow-right"></i>
  2264.                                    </a>
  2265.                                </div>
  2266.                            </div>
  2267.                        </article>
  2268.                    </div>
  2269.                    
  2270.                    <div class="col-lg-6 col-md-6">
  2271.                        <article class="blog-card-v4 scroll-trigger">
  2272.                            <div class="blog-image-container-v4">
  2273.                                <div class="blog-image-v4">
  2274.                                    
  2275.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2276.                                    
  2277.                                </div>
  2278.                                
  2279.                                <span class="blog-category-v4 bg-primary-gradient">
  2280.                                    News
  2281.                                </span>
  2282.                            </div>
  2283.                            
  2284.                            <div class="blog-content-v4">
  2285.                                <h3 class="blog-title-v4">
  2286.                                    <a href="/spotify-wrapped-release-timeline-and-key-inquiries-explained/" class="top-color">
  2287.                                    Spotify Wrapped: Release Timeline and Key Inquiries Explained
  2288.                                    </a>
  2289.                                </h3>
  2290.                                <div class="blog-meta-v4">
  2291.                                    
  2292.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Sarah Cruz"  class="blog-author-img-v4">
  2293.                                    
  2294.                                    <span>By <strong>Sarah Cruz</strong></span>
  2295.                                    <span>•</span>
  2296.                                    <span>12 May 2026</span>
  2297.                                </div>
  2298.                                
  2299.                                <p class="blog-excerpt-v4">
  2300.                                    
  2301.                                </p>
  2302.                                
  2303.                                <div class="blog-actions-v4">
  2304.                                    
  2305.                                    <a href="/spotify-wrapped-release-timeline-and-key-inquiries-explained/" class="blog-read-more-v4 bg-primary-gradient">
  2306.                                        <i class="ti-arrow-right"></i>
  2307.                                    </a>
  2308.                                </div>
  2309.                            </div>
  2310.                        </article>
  2311.                    </div>
  2312.                    
  2313.                    <div class="col-lg-6 col-md-6">
  2314.                        <article class="blog-card-v4 scroll-trigger">
  2315.                            <div class="blog-image-container-v4">
  2316.                                <div class="blog-image-v4">
  2317.                                    
  2318.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2319.                                    
  2320.                                </div>
  2321.                                
  2322.                                <span class="blog-category-v4 bg-primary-gradient">
  2323.                                    News
  2324.                                </span>
  2325.                            </div>
  2326.                            
  2327.                            <div class="blog-content-v4">
  2328.                                <h3 class="blog-title-v4">
  2329.                                    <a href="/calm-finish-to-messis-visit-to-india-after-disorder-in-kolkata/" class="top-color">
  2330.                                    Calm Finish to Messi&#x27;s Visit to India After Disorder in Kolkata
  2331.                                    </a>
  2332.                                </h3>
  2333.                                <div class="blog-meta-v4">
  2334.                                    
  2335.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Sarah Cruz"  class="blog-author-img-v4">
  2336.                                    
  2337.                                    <span>By <strong>Sarah Cruz</strong></span>
  2338.                                    <span>•</span>
  2339.                                    <span>12 May 2026</span>
  2340.                                </div>
  2341.                                
  2342.                                <p class="blog-excerpt-v4">
  2343.                                    
  2344.                                </p>
  2345.                                
  2346.                                <div class="blog-actions-v4">
  2347.                                    
  2348.                                    <a href="/calm-finish-to-messis-visit-to-india-after-disorder-in-kolkata/" class="blog-read-more-v4 bg-primary-gradient">
  2349.                                        <i class="ti-arrow-right"></i>
  2350.                                    </a>
  2351.                                </div>
  2352.                            </div>
  2353.                        </article>
  2354.                    </div>
  2355.                    
  2356.                    <div class="col-lg-6 col-md-6">
  2357.                        <article class="blog-card-v4 scroll-trigger">
  2358.                            <div class="blog-image-container-v4">
  2359.                                <div class="blog-image-v4">
  2360.                                    
  2361.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2362.                                    
  2363.                                </div>
  2364.                                
  2365.                                <span class="blog-category-v4 bg-primary-gradient">
  2366.                                    News
  2367.                                </span>
  2368.                            </div>
  2369.                            
  2370.                            <div class="blog-content-v4">
  2371.                                <h3 class="blog-title-v4">
  2372.                                    <a href="/esteemed-photographer-brian-harris-life-story-an-existence-behind-the-camera/" class="top-color">
  2373.                                    Esteemed Photographer Brian Harris Life Story: An Existence Behind the Camera
  2374.                                    </a>
  2375.                                </h3>
  2376.                                <div class="blog-meta-v4">
  2377.                                    
  2378.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Sarah Cruz"  class="blog-author-img-v4">
  2379.                                    
  2380.                                    <span>By <strong>Sarah Cruz</strong></span>
  2381.                                    <span>•</span>
  2382.                                    <span>12 May 2026</span>
  2383.                                </div>
  2384.                                
  2385.                                <p class="blog-excerpt-v4">
  2386.                                    
  2387.                                </p>
  2388.                                
  2389.                                <div class="blog-actions-v4">
  2390.                                    
  2391.                                    <a href="/esteemed-photographer-brian-harris-life-story-an-existence-behind-the-camera/" class="blog-read-more-v4 bg-primary-gradient">
  2392.                                        <i class="ti-arrow-right"></i>
  2393.                                    </a>
  2394.                                </div>
  2395.                            </div>
  2396.                        </article>
  2397.                    </div>
  2398.                    
  2399.                    <div class="col-lg-6 col-md-6">
  2400.                        <article class="blog-card-v4 scroll-trigger">
  2401.                            <div class="blog-image-container-v4">
  2402.                                <div class="blog-image-v4">
  2403.                                    
  2404.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2405.                                    
  2406.                                </div>
  2407.                                
  2408.                                <span class="blog-category-v4 bg-primary-gradient">
  2409.                                    News
  2410.                                </span>
  2411.                            </div>
  2412.                            
  2413.                            <div class="blog-content-v4">
  2414.                                <h3 class="blog-title-v4">
  2415.                                    <a href="/new-yorks-met-museum-confronts-legal-action-over-supposedly-nazi-looted-van-gogh-artwork/" class="top-color">
  2416.                                    New York&#x27;s Met Museum Confronts Legal Action Over Supposedly Nazi-Looted Van Gogh Artwork
  2417.                                    </a>
  2418.                                </h3>
  2419.                                <div class="blog-meta-v4">
  2420.                                    
  2421.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Sarah Cruz"  class="blog-author-img-v4">
  2422.                                    
  2423.                                    <span>By <strong>Sarah Cruz</strong></span>
  2424.                                    <span>•</span>
  2425.                                    <span>12 May 2026</span>
  2426.                                </div>
  2427.                                
  2428.                                <p class="blog-excerpt-v4">
  2429.                                    
  2430.                                </p>
  2431.                                
  2432.                                <div class="blog-actions-v4">
  2433.                                    
  2434.                                    <a href="/new-yorks-met-museum-confronts-legal-action-over-supposedly-nazi-looted-van-gogh-artwork/" class="blog-read-more-v4 bg-primary-gradient">
  2435.                                        <i class="ti-arrow-right"></i>
  2436.                                    </a>
  2437.                                </div>
  2438.                            </div>
  2439.                        </article>
  2440.                    </div>
  2441.                    
  2442.                    <div class="col-lg-6 col-md-6">
  2443.                        <article class="blog-card-v4 scroll-trigger">
  2444.                            <div class="blog-image-container-v4">
  2445.                                <div class="blog-image-v4">
  2446.                                    
  2447.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2448.                                    
  2449.                                </div>
  2450.                                
  2451.                                <span class="blog-category-v4 bg-primary-gradient">
  2452.                                    News
  2453.                                </span>
  2454.                            </div>
  2455.                            
  2456.                            <div class="blog-content-v4">
  2457.                                <h3 class="blog-title-v4">
  2458.                                    <a href="/us-lawmaker-urges-ex-royal-andrew-to-provide-testimony-in-jeffrey-epstein-inquiry/" class="top-color">
  2459.                                    US Lawmaker Urges Ex-Royal Andrew to Provide Testimony in Jeffrey Epstein Inquiry
  2460.                                    </a>
  2461.                                </h3>
  2462.                                <div class="blog-meta-v4">
  2463.                                    
  2464.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Sarah Cruz"  class="blog-author-img-v4">
  2465.                                    
  2466.                                    <span>By <strong>Sarah Cruz</strong></span>
  2467.                                    <span>•</span>
  2468.                                    <span>12 May 2026</span>
  2469.                                </div>
  2470.                                
  2471.                                <p class="blog-excerpt-v4">
  2472.                                    
  2473.                                </p>
  2474.                                
  2475.                                <div class="blog-actions-v4">
  2476.                                    
  2477.                                    <a href="/us-lawmaker-urges-ex-royal-andrew-to-provide-testimony-in-jeffrey-epstein-inquiry/" class="blog-read-more-v4 bg-primary-gradient">
  2478.                                        <i class="ti-arrow-right"></i>
  2479.                                    </a>
  2480.                                </div>
  2481.                            </div>
  2482.                        </article>
  2483.                    </div>
  2484.                    
  2485.                    <div class="col-lg-6 col-md-6">
  2486.                        <article class="blog-card-v4 scroll-trigger">
  2487.                            <div class="blog-image-container-v4">
  2488.                                <div class="blog-image-v4">
  2489.                                    
  2490.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2491.                                    
  2492.                                </div>
  2493.                                
  2494.                                <span class="blog-category-v4 bg-primary-gradient">
  2495.                                    News
  2496.                                </span>
  2497.                            </div>
  2498.                            
  2499.                            <div class="blog-content-v4">
  2500.                                <h3 class="blog-title-v4">
  2501.                                    <a href="/the-gulf-nation-to-present-case-at-uk-supreme-court-over-state-immunity-in-spyware-allegations/" class="top-color">
  2502.                                    The Gulf nation to Present Case at UK Supreme Court Over State Immunity in Spyware Allegations
  2503.                                    </a>
  2504.                                </h3>
  2505.                                <div class="blog-meta-v4">
  2506.                                    
  2507.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Sarah Cruz"  class="blog-author-img-v4">
  2508.                                    
  2509.                                    <span>By <strong>Sarah Cruz</strong></span>
  2510.                                    <span>•</span>
  2511.                                    <span>12 May 2026</span>
  2512.                                </div>
  2513.                                
  2514.                                <p class="blog-excerpt-v4">
  2515.                                    
  2516.                                </p>
  2517.                                
  2518.                                <div class="blog-actions-v4">
  2519.                                    
  2520.                                    <a href="/the-gulf-nation-to-present-case-at-uk-supreme-court-over-state-immunity-in-spyware-allegations/" class="blog-read-more-v4 bg-primary-gradient">
  2521.                                        <i class="ti-arrow-right"></i>
  2522.                                    </a>
  2523.                                </div>
  2524.                            </div>
  2525.                        </article>
  2526.                    </div>
  2527.                    
  2528.                    <div class="col-lg-6 col-md-6">
  2529.                        <article class="blog-card-v4 scroll-trigger">
  2530.                            <div class="blog-image-container-v4">
  2531.                                <div class="blog-image-v4">
  2532.                                    
  2533.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2534.                                    
  2535.                                </div>
  2536.                                
  2537.                                <span class="blog-category-v4 bg-primary-gradient">
  2538.                                    News
  2539.                                </span>
  2540.                            </div>
  2541.                            
  2542.                            <div class="blog-content-v4">
  2543.                                <h3 class="blog-title-v4">
  2544.                                    <a href="/the-visionary-filmmaker-clarifies-avatar-movies-are-not-made-by-computers/" class="top-color">
  2545.                                    The Visionary Filmmaker Clarifies: ‘Avatar Movies Are Not Made By Computers’
  2546.                                    </a>
  2547.                                </h3>
  2548.                                <div class="blog-meta-v4">
  2549.                                    
  2550.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Sarah Cruz"  class="blog-author-img-v4">
  2551.                                    
  2552.                                    <span>By <strong>Sarah Cruz</strong></span>
  2553.                                    <span>•</span>
  2554.                                    <span>11 May 2026</span>
  2555.                                </div>
  2556.                                
  2557.                                <p class="blog-excerpt-v4">
  2558.                                    
  2559.                                </p>
  2560.                                
  2561.                                <div class="blog-actions-v4">
  2562.                                    
  2563.                                    <a href="/the-visionary-filmmaker-clarifies-avatar-movies-are-not-made-by-computers/" class="blog-read-more-v4 bg-primary-gradient">
  2564.                                        <i class="ti-arrow-right"></i>
  2565.                                    </a>
  2566.                                </div>
  2567.                            </div>
  2568.                        </article>
  2569.                    </div>
  2570.                    
  2571.                    
  2572.  
  2573.                </div>
  2574.            </div>
  2575.            
  2576.             <div class="col col-lg-4 col-12">
  2577.                
  2578.  
  2579.  
  2580.  
  2581.    
  2582.  
  2583.  
  2584. <!-- Blog Sidebar V2 - Focused Design -->
  2585.  <div class="sidebar mb-3">
  2586.    <!-- Recent Posts Section -->
  2587.    <div class="sidebar-widget mb-4">
  2588.      <div class="widget-title-wrapper mb-3">
  2589.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  2590.          <i class="ti-time me-2"></i>Recent Posts
  2591.          <span class="title-arrow-primary"></span>
  2592.        </h4>
  2593.      </div>
  2594.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2595.        <div class="recent-post-list">
  2596.          
  2597.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2598.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2599.                
  2600.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2601.                
  2602.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2603.            </div>
  2604.            <div class="post-content flex-grow-1">
  2605.              <h6 class="post-title mb-2">
  2606.                 <a href="/restrained-alone-and-scared-the-grim-situation-for-female-prisoners-compelled-to-give-birth-in-prison/" class="text-decoration-none top-color fw-semibold lh-sm">
  2607.                                            Restrained, Alone and Scared: The Grim Situation for Female Prisoners Compelled to Give Birth in Prison.
  2608.                                            </a>
  2609.              </h6>
  2610.              <div class="post-meta mb-3">
  2611.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2612.                <!-- <small class="text-muted">
  2613.                  <i class="ti-eye me-1"></i>348 views
  2614.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2615.                </small> -->
  2616.              </div>
  2617.            </div>
  2618.          </div>
  2619.          
  2620.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2621.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2622.                
  2623.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2624.                
  2625.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2626.            </div>
  2627.            <div class="post-content flex-grow-1">
  2628.              <h6 class="post-title mb-2">
  2629.                 <a href="/an-story-of-surprising-kindness-when-a-university-student-let-me-stay-on-her-dorm-ground/" class="text-decoration-none top-color fw-semibold lh-sm">
  2630.                                            An Story of Surprising Kindness: When a University Student Let Me Stay on Her Dorm Ground
  2631.                                            </a>
  2632.              </h6>
  2633.              <div class="post-meta mb-3">
  2634.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2635.                <!-- <small class="text-muted">
  2636.                  <i class="ti-eye me-1"></i>348 views
  2637.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2638.                </small> -->
  2639.              </div>
  2640.            </div>
  2641.          </div>
  2642.          
  2643.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2644.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2645.                
  2646.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2647.                
  2648.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2649.            </div>
  2650.            <div class="post-content flex-grow-1">
  2651.              <h6 class="post-title mb-2">
  2652.                 <a href="/among-the-devastated-debris-of-an-apartment-block-i-encountered-a-book-id-rendered/" class="text-decoration-none top-color fw-semibold lh-sm">
  2653.                                            Among the Devastated Debris of an Apartment Block, I Encountered a Book I’d Rendered
  2654.                                            </a>
  2655.              </h6>
  2656.              <div class="post-meta mb-3">
  2657.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2658.                <!-- <small class="text-muted">
  2659.                  <i class="ti-eye me-1"></i>348 views
  2660.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2661.                </small> -->
  2662.              </div>
  2663.            </div>
  2664.          </div>
  2665.          
  2666.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2667.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2668.                
  2669.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2670.                
  2671.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2672.            </div>
  2673.            <div class="post-content flex-grow-1">
  2674.              <h6 class="post-title mb-2">
  2675.                 <a href="/three-game-pass-games-we-are-enjoying-this-weekend-october-10-12/" class="text-decoration-none top-color fw-semibold lh-sm">
  2676.                                            Three Game Pass Games We Are Enjoying This Weekend (October 10-12)
  2677.                                            </a>
  2678.              </h6>
  2679.              <div class="post-meta mb-3">
  2680.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2681.                <!-- <small class="text-muted">
  2682.                  <i class="ti-eye me-1"></i>348 views
  2683.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2684.                </small> -->
  2685.              </div>
  2686.            </div>
  2687.          </div>
  2688.          
  2689.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2690.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2691.                
  2692.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2693.                
  2694.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2695.            </div>
  2696.            <div class="post-content flex-grow-1">
  2697.              <h6 class="post-title mb-2">
  2698.                 <a href="/daily-existence-for-120000-displaced-people-in-the-extensive-refugee-camp-on-the-mali-border/" class="text-decoration-none top-color fw-semibold lh-sm">
  2699.                                            Daily Existence for 120,000 Displaced People in the Extensive Refugee Camp on the Mali Border.
  2700.                                            </a>
  2701.              </h6>
  2702.              <div class="post-meta mb-3">
  2703.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2704.                <!-- <small class="text-muted">
  2705.                  <i class="ti-eye me-1"></i>348 views
  2706.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2707.                </small> -->
  2708.              </div>
  2709.            </div>
  2710.          </div>
  2711.          
  2712.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2713.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2714.                
  2715.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2716.                
  2717.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2718.            </div>
  2719.            <div class="post-content flex-grow-1">
  2720.              <h6 class="post-title mb-2">
  2721.                 <a href="/mastering-the-art-of-talk-romance-like-a-zoomer-51-hyperspecific-words-for-love-sex-and-questionable-conduct/" class="text-decoration-none top-color fw-semibold lh-sm">
  2722.                                            Mastering the Art of Talk Romance Like a Zoomer: 51 Hyperspecific Words for Love, Sex and Questionable Conduct
  2723.                                            </a>
  2724.              </h6>
  2725.              <div class="post-meta mb-3">
  2726.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2727.                <!-- <small class="text-muted">
  2728.                  <i class="ti-eye me-1"></i>348 views
  2729.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2730.                </small> -->
  2731.              </div>
  2732.            </div>
  2733.          </div>
  2734.          
  2735.  
  2736.        </div>
  2737.  
  2738.        <div class="text-center mt-4 pt-3 border-top border-light">
  2739.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2740.        </div>
  2741.      </div>
  2742.    </div>
  2743.  
  2744.    
  2745.    <div class="sidebar-widget mb-4">
  2746.      <div class="widget-title-wrapper mb-3">
  2747.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2748.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2749.          <span class="title-arrow"></span>
  2750.        </h4>
  2751.      </div>
  2752.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2753.        <div class="blog-roll-list scrollable-sidebar">
  2754.          
  2755.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2756.            <a href="https://www.cevicheuk.com/" rel="dofollow" class="text-decoration-none ">
  2757.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2758.                <i class="ti-angle-right me-2 text-primary"></i>
  2759.                non gamstop casinos
  2760.              </h6>
  2761.            </a>
  2762.          </div>
  2763.          
  2764.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2765.            <a href="https://www.testandverification.com/" rel="dofollow" class="text-decoration-none ">
  2766.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2767.                <i class="ti-angle-right me-2 text-primary"></i>
  2768.                best non gamstop casinos
  2769.              </h6>
  2770.            </a>
  2771.          </div>
  2772.          
  2773.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2774.            <a href="https://www.tourofbritain.co.uk/" rel="dofollow" class="text-decoration-none ">
  2775.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2776.                <i class="ti-angle-right me-2 text-primary"></i>
  2777.                non gamstop casino
  2778.              </h6>
  2779.            </a>
  2780.          </div>
  2781.          
  2782.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2783.            <a href="https://www.outset.org/" rel="dofollow" class="text-decoration-none ">
  2784.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2785.                <i class="ti-angle-right me-2 text-primary"></i>
  2786.                best betting sites uk
  2787.              </h6>
  2788.            </a>
  2789.          </div>
  2790.          
  2791.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2792.            <a href="https://www.casquette.co.uk/" rel="dofollow" class="text-decoration-none ">
  2793.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2794.                <i class="ti-angle-right me-2 text-primary"></i>
  2795.                online casino
  2796.              </h6>
  2797.            </a>
  2798.          </div>
  2799.          
  2800.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2801.            <a href="https://www.deakinandblue.com/" rel="dofollow" class="text-decoration-none ">
  2802.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2803.                <i class="ti-angle-right me-2 text-primary"></i>
  2804.                non gamstop online casinos
  2805.              </h6>
  2806.            </a>
  2807.          </div>
  2808.          
  2809.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2810.            <a href="https://www.ukrmb.co.uk/" rel="dofollow" class="text-decoration-none ">
  2811.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2812.                <i class="ti-angle-right me-2 text-primary"></i>
  2813.                non gamstop casino uk
  2814.              </h6>
  2815.            </a>
  2816.          </div>
  2817.          
  2818.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2819.            <a href="https://www.roundhaypark.org.uk/" rel="dofollow" class="text-decoration-none ">
  2820.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2821.                <i class="ti-angle-right me-2 text-primary"></i>
  2822.                best uk non gamstop casinos
  2823.              </h6>
  2824.            </a>
  2825.          </div>
  2826.          
  2827.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2828.            <a href="https://www.focus12.co.uk/" rel="dofollow" class="text-decoration-none ">
  2829.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2830.                <i class="ti-angle-right me-2 text-primary"></i>
  2831.                slots not on gamstop
  2832.              </h6>
  2833.            </a>
  2834.          </div>
  2835.          
  2836.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2837.            <a href="https://britishicehockey.co.uk/" rel="dofollow" class="text-decoration-none ">
  2838.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2839.                <i class="ti-angle-right me-2 text-primary"></i>
  2840.                slots not on gamstop
  2841.              </h6>
  2842.            </a>
  2843.          </div>
  2844.          
  2845.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2846.            <a href="https://casinobeats.com/uk/online-casinos/casinos-not-on-gamstop/" rel="dofollow" class="text-decoration-none ">
  2847.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2848.                <i class="ti-angle-right me-2 text-primary"></i>
  2849.                casino not on gamstop
  2850.              </h6>
  2851.            </a>
  2852.          </div>
  2853.          
  2854.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2855.            <a href="https://tescobagsofhelp.org.uk/" rel="dofollow" class="text-decoration-none ">
  2856.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2857.                <i class="ti-angle-right me-2 text-primary"></i>
  2858.                non gamstop casinos uk
  2859.              </h6>
  2860.            </a>
  2861.          </div>
  2862.          
  2863.      </div>
  2864.    </div>
  2865.    
  2866.    <div class="sidebar-widget mb-4">
  2867.      <div class="widget-title-wrapper mb-3">
  2868.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2869.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2870.          <span class="title-arrow"></span>
  2871.        </h4>
  2872.      </div>
  2873.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2874.        <div class="blog-roll-list scrollable-sidebar">
  2875.          
  2876.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2877.            <a href="https://tdlwebsolutions.com/" rel="dofollow" class="text-decoration-none ">
  2878.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2879.                <i class="ti-angle-right me-2 text-primary"></i>
  2880.                official lolajack crypto
  2881.              </h6>
  2882.            </a>
  2883.          </div>
  2884.          
  2885.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2886.            <a href="https://www.ergodesktop.com" rel="dofollow" class="text-decoration-none ">
  2887.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2888.                <i class="ti-angle-right me-2 text-primary"></i>
  2889.                online casinos not on GamStop
  2890.              </h6>
  2891.            </a>
  2892.          </div>
  2893.          
  2894.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2895.            <a href="https://www.skydiveukltd.com" rel="dofollow" class="text-decoration-none ">
  2896.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2897.                <i class="ti-angle-right me-2 text-primary"></i>
  2898.                casinos not on GamStop
  2899.              </h6>
  2900.            </a>
  2901.          </div>
  2902.          
  2903.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2904.            <a href="https://adventuregamers.com/online-casinos/non-gamstop" rel="dofollow" class="text-decoration-none ">
  2905.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2906.                <i class="ti-angle-right me-2 text-primary"></i>
  2907.                casinos not on gamstop
  2908.              </h6>
  2909.            </a>
  2910.          </div>
  2911.          
  2912.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2913.            <a href="https://nva.org.uk/" rel="dofollow" class="text-decoration-none ">
  2914.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2915.                <i class="ti-angle-right me-2 text-primary"></i>
  2916.                casinos not on gamstop
  2917.              </h6>
  2918.            </a>
  2919.          </div>
  2920.          
  2921.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2922.            <a href="https://www.mesaonline.org/" rel="dofollow" class="text-decoration-none ">
  2923.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2924.                <i class="ti-angle-right me-2 text-primary"></i>
  2925.                non gamstop casinos
  2926.              </h6>
  2927.            </a>
  2928.          </div>
  2929.          
  2930.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2931.            <a href="https://www.oceanacidification.org.uk/" rel="dofollow" class="text-decoration-none ">
  2932.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2933.                <i class="ti-angle-right me-2 text-primary"></i>
  2934.                casino not on gamstop
  2935.              </h6>
  2936.            </a>
  2937.          </div>
  2938.          
  2939.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2940.            <a href="https://www.geekgirlmeetup.co.uk/" rel="dofollow" class="text-decoration-none ">
  2941.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2942.                <i class="ti-angle-right me-2 text-primary"></i>
  2943.                casino not on gamstop
  2944.              </h6>
  2945.            </a>
  2946.          </div>
  2947.          
  2948.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2949.            <a href="https://allcatsrgrey.org.uk/" rel="dofollow" class="text-decoration-none ">
  2950.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2951.                <i class="ti-angle-right me-2 text-primary"></i>
  2952.                best online casinos
  2953.              </h6>
  2954.            </a>
  2955.          </div>
  2956.          
  2957.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2958.            <a href="https://bereavementcommission.org.uk/" rel="dofollow" class="text-decoration-none ">
  2959.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2960.                <i class="ti-angle-right me-2 text-primary"></i>
  2961.                best online casinos
  2962.              </h6>
  2963.            </a>
  2964.          </div>
  2965.          
  2966.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2967.            <a href="https://www.surfaceview.co.uk/" rel="dofollow" class="text-decoration-none ">
  2968.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2969.                <i class="ti-angle-right me-2 text-primary"></i>
  2970.                best online casinos
  2971.              </h6>
  2972.            </a>
  2973.          </div>
  2974.          
  2975.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2976.            <a href="https://straightfromyard.co.uk/" rel="dofollow" class="text-decoration-none ">
  2977.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2978.                <i class="ti-angle-right me-2 text-primary"></i>
  2979.                best online casinos
  2980.              </h6>
  2981.            </a>
  2982.          </div>
  2983.          
  2984.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2985.            <a href="https://www.cca-glasgow.com/" rel="dofollow" class="text-decoration-none ">
  2986.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2987.                <i class="ti-angle-right me-2 text-primary"></i>
  2988.                best online casinos
  2989.              </h6>
  2990.            </a>
  2991.          </div>
  2992.          
  2993.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2994.            <a href="https://www.citytosea.org.uk/" rel="dofollow" class="text-decoration-none ">
  2995.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2996.                <i class="ti-angle-right me-2 text-primary"></i>
  2997.                best online casinos
  2998.              </h6>
  2999.            </a>
  3000.          </div>
  3001.          
  3002.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3003.            <a href="https://www.london-irish.com/" rel="dofollow" class="text-decoration-none ">
  3004.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3005.                <i class="ti-angle-right me-2 text-primary"></i>
  3006.                best online casinos
  3007.              </h6>
  3008.            </a>
  3009.          </div>
  3010.          
  3011.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3012.            <a href="https://unbound.co.uk/" rel="dofollow" class="text-decoration-none ">
  3013.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3014.                <i class="ti-angle-right me-2 text-primary"></i>
  3015.                best online casinos
  3016.              </h6>
  3017.            </a>
  3018.          </div>
  3019.          
  3020.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3021.            <a href="https://www.elthampalace.org.uk/" rel="dofollow" class="text-decoration-none ">
  3022.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3023.                <i class="ti-angle-right me-2 text-primary"></i>
  3024.                casino games
  3025.              </h6>
  3026.            </a>
  3027.          </div>
  3028.          
  3029.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3030.            <a href="https://letseatperth.co.uk" rel="dofollow" class="text-decoration-none ">
  3031.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3032.                <i class="ti-angle-right me-2 text-primary"></i>
  3033.                best non uk casino sites
  3034.              </h6>
  3035.            </a>
  3036.          </div>
  3037.          
  3038.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3039.            <a href="https://www.stmonicas.co.uk/" rel="dofollow" class="text-decoration-none ">
  3040.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3041.                <i class="ti-angle-right me-2 text-primary"></i>
  3042.                Best Non Gamstop Casinos
  3043.              </h6>
  3044.            </a>
  3045.          </div>
  3046.          
  3047.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3048.            <a href="https://ncpqsw.com" rel="dofollow" class="text-decoration-none ">
  3049.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3050.                <i class="ti-angle-right me-2 text-primary"></i>
  3051.                casinos not on gamstop
  3052.              </h6>
  3053.            </a>
  3054.          </div>
  3055.          
  3056.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3057.            <a href="https://oxfordgoldgroup.com" rel="dofollow" class="text-decoration-none ">
  3058.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3059.                <i class="ti-angle-right me-2 text-primary"></i>
  3060.                casino not on gamstop
  3061.              </h6>
  3062.            </a>
  3063.          </div>
  3064.          
  3065.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3066.            <a href="https://forjimmy.org" rel="dofollow" class="text-decoration-none ">
  3067.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3068.                <i class="ti-angle-right me-2 text-primary"></i>
  3069.                casinos not on gamstop
  3070.              </h6>
  3071.            </a>
  3072.          </div>
  3073.          
  3074.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3075.            <a href="https://invo.org.uk" rel="dofollow" class="text-decoration-none ">
  3076.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3077.                <i class="ti-angle-right me-2 text-primary"></i>
  3078.                casinos not on gamstop
  3079.              </h6>
  3080.            </a>
  3081.          </div>
  3082.          
  3083.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3084.            <a href="https://mcaleicester.co.uk/" rel="dofollow" class="text-decoration-none ">
  3085.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3086.                <i class="ti-angle-right me-2 text-primary"></i>
  3087.                online casinos not on gamstop
  3088.              </h6>
  3089.            </a>
  3090.          </div>
  3091.          
  3092.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3093.            <a href="https://appleiphoneunlock.uk/" rel="dofollow" class="text-decoration-none ">
  3094.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3095.                <i class="ti-angle-right me-2 text-primary"></i>
  3096.                anonymous crypto casino
  3097.              </h6>
  3098.            </a>
  3099.          </div>
  3100.          
  3101.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3102.            <a href="https://www.nordicresearchnetwork.co.uk/" rel="dofollow" class="text-decoration-none ">
  3103.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3104.                <i class="ti-angle-right me-2 text-primary"></i>
  3105.                non UK casino sites
  3106.              </h6>
  3107.            </a>
  3108.          </div>
  3109.          
  3110.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3111.            <a href="https://midnightcity.co/" rel="dofollow" class="text-decoration-none ">
  3112.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3113.                <i class="ti-angle-right me-2 text-primary"></i>
  3114.                slot sites
  3115.              </h6>
  3116.            </a>
  3117.          </div>
  3118.          
  3119.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3120.            <a href="https://www.fourpure.com/" rel="dofollow" class="text-decoration-none ">
  3121.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3122.                <i class="ti-angle-right me-2 text-primary"></i>
  3123.                best online casinos
  3124.              </h6>
  3125.            </a>
  3126.          </div>
  3127.          
  3128.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3129.            <a href="https://hapihemp.co.uk/" rel="dofollow" class="text-decoration-none ">
  3130.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3131.                <i class="ti-angle-right me-2 text-primary"></i>
  3132.                best online betting sites uk
  3133.              </h6>
  3134.            </a>
  3135.          </div>
  3136.          
  3137.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3138.            <a href="https://www.thehaven.org.uk/" rel="dofollow" class="text-decoration-none ">
  3139.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3140.                <i class="ti-angle-right me-2 text-primary"></i>
  3141.                casino not on gamstop
  3142.              </h6>
  3143.            </a>
  3144.          </div>
  3145.          
  3146.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3147.            <a href="https://www.citygateway.org.uk/" rel="dofollow" class="text-decoration-none ">
  3148.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3149.                <i class="ti-angle-right me-2 text-primary"></i>
  3150.                best uk non gamstop casinos
  3151.              </h6>
  3152.            </a>
  3153.          </div>
  3154.          
  3155.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3156.            <a href="https://www.techandplay.org/" rel="dofollow" class="text-decoration-none ">
  3157.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3158.                <i class="ti-angle-right me-2 text-primary"></i>
  3159.                best new betting sites
  3160.              </h6>
  3161.            </a>
  3162.          </div>
  3163.          
  3164.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3165.            <a href="https://www.deakinandblue.com/" rel="dofollow" class="text-decoration-none ">
  3166.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3167.                <i class="ti-angle-right me-2 text-primary"></i>
  3168.                no gamstop casino
  3169.              </h6>
  3170.            </a>
  3171.          </div>
  3172.          
  3173.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3174.            <a href="https://cloistersbistro.com/" rel="dofollow" class="text-decoration-none ">
  3175.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3176.                <i class="ti-angle-right me-2 text-primary"></i>
  3177.                new casino
  3178.              </h6>
  3179.            </a>
  3180.          </div>
  3181.          
  3182.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3183.            <a href="https://www.no-deportations.org.uk" rel="dofollow" class="text-decoration-none ">
  3184.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3185.                <i class="ti-angle-right me-2 text-primary"></i>
  3186.                online casino UK
  3187.              </h6>
  3188.            </a>
  3189.          </div>
  3190.          
  3191.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3192.            <a href="https://www.antiquesforeveryone.co.uk/" rel="dofollow" class="text-decoration-none ">
  3193.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3194.                <i class="ti-angle-right me-2 text-primary"></i>
  3195.                betting sites
  3196.              </h6>
  3197.            </a>
  3198.          </div>
  3199.          
  3200.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3201.            <a href="https://www.coexisthouse.org.uk" rel="dofollow" class="text-decoration-none ">
  3202.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3203.                <i class="ti-angle-right me-2 text-primary"></i>
  3204.                online casino not on GamStop
  3205.              </h6>
  3206.            </a>
  3207.          </div>
  3208.          
  3209.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3210.            <a href="https://www.executive-shaving.co.uk" rel="dofollow" class="text-decoration-none ">
  3211.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3212.                <i class="ti-angle-right me-2 text-primary"></i>
  3213.                slot sites not on GamStop
  3214.              </h6>
  3215.            </a>
  3216.          </div>
  3217.          
  3218.      </div>
  3219.    </div>
  3220.    
  3221.    <div class="sidebar-widget mb-4">
  3222.      <div class="widget-title-wrapper mb-3">
  3223.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3224.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  3225.          <span class="title-arrow"></span>
  3226.        </h4>
  3227.      </div>
  3228.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3229.        <div class="blog-roll-list scrollable-sidebar">
  3230.          
  3231.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3232.            <a href="https://letsmush.com/" rel="dofollow" class="text-decoration-none ">
  3233.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3234.                <i class="ti-angle-right me-2 text-primary"></i>
  3235.                casinos not on GamStop
  3236.              </h6>
  3237.            </a>
  3238.          </div>
  3239.          
  3240.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3241.            <a href="https://www.thekarczma.co.uk/" rel="dofollow" class="text-decoration-none ">
  3242.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3243.                <i class="ti-angle-right me-2 text-primary"></i>
  3244.                Non UK Regulated Casino
  3245.              </h6>
  3246.            </a>
  3247.          </div>
  3248.          
  3249.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3250.            <a href="https://socialeatinghouse.com/" rel="dofollow" class="text-decoration-none ">
  3251.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3252.                <i class="ti-angle-right me-2 text-primary"></i>
  3253.                casino not on gamestop
  3254.              </h6>
  3255.            </a>
  3256.          </div>
  3257.          
  3258.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3259.            <a href="https://www.dinton-pastures.co.uk/" rel="dofollow" class="text-decoration-none ">
  3260.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3261.                <i class="ti-angle-right me-2 text-primary"></i>
  3262.                UK casinos not on GamStop
  3263.              </h6>
  3264.            </a>
  3265.          </div>
  3266.          
  3267.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3268.            <a href="https://www.patients4nhs.org.uk/" rel="dofollow" class="text-decoration-none ">
  3269.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3270.                <i class="ti-angle-right me-2 text-primary"></i>
  3271.                casino not on GamStop
  3272.              </h6>
  3273.            </a>
  3274.          </div>
  3275.          
  3276.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3277.            <a href="https://www.covent-garden.co.uk/" rel="dofollow" class="text-decoration-none ">
  3278.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3279.                <i class="ti-angle-right me-2 text-primary"></i>
  3280.                online casinos
  3281.              </h6>
  3282.            </a>
  3283.          </div>
  3284.          
  3285.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3286.            <a href="https://www.ginspa.co.uk/" rel="dofollow" class="text-decoration-none ">
  3287.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3288.                <i class="ti-angle-right me-2 text-primary"></i>
  3289.                new non GamStop casinos
  3290.              </h6>
  3291.            </a>
  3292.          </div>
  3293.          
  3294.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3295.            <a href="https://www.cranleyclinic.com/" rel="dofollow" class="text-decoration-none ">
  3296.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3297.                <i class="ti-angle-right me-2 text-primary"></i>
  3298.                UK casinos not on GamStop
  3299.              </h6>
  3300.            </a>
  3301.          </div>
  3302.          
  3303.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3304.            <a href="https://www.kysty.co.uk/" rel="dofollow" class="text-decoration-none ">
  3305.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3306.                <i class="ti-angle-right me-2 text-primary"></i>
  3307.                trusted non Gamstop casinos
  3308.              </h6>
  3309.            </a>
  3310.          </div>
  3311.          
  3312.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3313.            <a href="https://www.illinoistech.org/" rel="dofollow" class="text-decoration-none ">
  3314.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3315.                <i class="ti-angle-right me-2 text-primary"></i>
  3316.                crypto casinos no kyc
  3317.              </h6>
  3318.            </a>
  3319.          </div>
  3320.          
  3321.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3322.            <a href="https://www.falconryforum.co.uk/" rel="dofollow" class="text-decoration-none ">
  3323.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3324.                <i class="ti-angle-right me-2 text-primary"></i>
  3325.                uk online casino not on gamstop
  3326.              </h6>
  3327.            </a>
  3328.          </div>
  3329.          
  3330.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3331.            <a href="https://hisbe.co.uk/" rel="dofollow" class="text-decoration-none ">
  3332.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3333.                <i class="ti-angle-right me-2 text-primary"></i>
  3334.                casinos not on gamstop
  3335.              </h6>
  3336.            </a>
  3337.          </div>
  3338.          
  3339.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3340.            <a href="https://thisables.com/" rel="dofollow" class="text-decoration-none ">
  3341.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3342.                <i class="ti-angle-right me-2 text-primary"></i>
  3343.                non gamstop bingo sites
  3344.              </h6>
  3345.            </a>
  3346.          </div>
  3347.          
  3348.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3349.            <a href="https://citytosea.org.uk/" rel="dofollow" class="text-decoration-none ">
  3350.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3351.                <i class="ti-angle-right me-2 text-primary"></i>
  3352.                betting sites not on gamstop
  3353.              </h6>
  3354.            </a>
  3355.          </div>
  3356.          
  3357.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3358.            <a href="https://www.canoe-england.org.uk/" rel="dofollow" class="text-decoration-none ">
  3359.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3360.                <i class="ti-angle-right me-2 text-primary"></i>
  3361.                betting sites not on gamstop
  3362.              </h6>
  3363.            </a>
  3364.          </div>
  3365.          
  3366.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3367.            <a href="https://www.geekgirlmeetup.co.uk/" rel="dofollow" class="text-decoration-none ">
  3368.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3369.                <i class="ti-angle-right me-2 text-primary"></i>
  3370.                casinos not on gamstop
  3371.              </h6>
  3372.            </a>
  3373.          </div>
  3374.          
  3375.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3376.            <a href="https://oncallfire.uk/" rel="dofollow" class="text-decoration-none ">
  3377.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3378.                <i class="ti-angle-right me-2 text-primary"></i>
  3379.                Casino Not on Gamblock
  3380.              </h6>
  3381.            </a>
  3382.          </div>
  3383.          
  3384.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3385.            <a href="https://www.regionalnetworks.org.uk/" rel="dofollow" class="text-decoration-none ">
  3386.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3387.                <i class="ti-angle-right me-2 text-primary"></i>
  3388.                casinos not on GamCare
  3389.              </h6>
  3390.            </a>
  3391.          </div>
  3392.          
  3393.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3394.            <a href="https://www.roadpeace.org/" rel="dofollow" class="text-decoration-none ">
  3395.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3396.                <i class="ti-angle-right me-2 text-primary"></i>
  3397.                casinos not on gamstop
  3398.              </h6>
  3399.            </a>
  3400.          </div>
  3401.          
  3402.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3403.            <a href="http://ukfreespinsnotongamstop.in.net/" rel="dofollow" class="text-decoration-none ">
  3404.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3405.                <i class="ti-angle-right me-2 text-primary"></i>
  3406.                online casinos
  3407.              </h6>
  3408.            </a>
  3409.          </div>
  3410.          
  3411.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3412.            <a href="https://dickensworld.co.uk/" rel="dofollow" class="text-decoration-none ">
  3413.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3414.                <i class="ti-angle-right me-2 text-primary"></i>
  3415.                online casinos
  3416.              </h6>
  3417.            </a>
  3418.          </div>
  3419.          
  3420.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3421.            <a href="https://roadpeace.org/" rel="dofollow" class="text-decoration-none ">
  3422.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3423.                <i class="ti-angle-right me-2 text-primary"></i>
  3424.                casino
  3425.              </h6>
  3426.            </a>
  3427.          </div>
  3428.          
  3429.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3430.            <a href="https://www.taysideaviation.co.uk/" rel="dofollow" class="text-decoration-none ">
  3431.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3432.                <i class="ti-angle-right me-2 text-primary"></i>
  3433.                non gamstop bookies
  3434.              </h6>
  3435.            </a>
  3436.          </div>
  3437.          
  3438.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3439.            <a href="https://financialservicescultureboard.org.uk/" rel="dofollow" class="text-decoration-none ">
  3440.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3441.                <i class="ti-angle-right me-2 text-primary"></i>
  3442.                non gamstop sports betting
  3443.              </h6>
  3444.            </a>
  3445.          </div>
  3446.          
  3447.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3448.            <a href="https://itechlabs.co.uk/" rel="dofollow" class="text-decoration-none ">
  3449.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3450.                <i class="ti-angle-right me-2 text-primary"></i>
  3451.                non gamstop sports betting
  3452.              </h6>
  3453.            </a>
  3454.          </div>
  3455.          
  3456.      </div>
  3457.    </div>
  3458.    
  3459.    <div class="sidebar-widget mb-4">
  3460.      <div class="widget-title-wrapper mb-3">
  3461.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3462.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3463.          <span class="title-arrow"></span>
  3464.        </h4>
  3465.      </div>
  3466.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3467.        <div class="blog-roll-list scrollable-sidebar">
  3468.          
  3469.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3470.            <a href="https://glasgowmuseumsslavery.co.uk/" rel="dofollow" class="text-decoration-none ">
  3471.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3472.                <i class="ti-angle-right me-2 text-primary"></i>
  3473.                top 100 online casinos uk
  3474.              </h6>
  3475.            </a>
  3476.          </div>
  3477.          
  3478.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3479.            <a href="https://www.roadpeace.org/" rel="dofollow" class="text-decoration-none ">
  3480.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3481.                <i class="ti-angle-right me-2 text-primary"></i>
  3482.                slots
  3483.              </h6>
  3484.            </a>
  3485.          </div>
  3486.          
  3487.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3488.            <a href="https://www.voiceprint.co.uk/" rel="dofollow" class="text-decoration-none ">
  3489.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3490.                <i class="ti-angle-right me-2 text-primary"></i>
  3491.                uk casinos not on gamstop
  3492.              </h6>
  3493.            </a>
  3494.          </div>
  3495.          
  3496.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3497.            <a href="https://bereavementcommission.org.uk/" rel="dofollow" class="text-decoration-none ">
  3498.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3499.                <i class="ti-angle-right me-2 text-primary"></i>
  3500.                casinos not on gamstop
  3501.              </h6>
  3502.            </a>
  3503.          </div>
  3504.          
  3505.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3506.            <a href="https://jst.org.uk/" rel="dofollow" class="text-decoration-none ">
  3507.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3508.                <i class="ti-angle-right me-2 text-primary"></i>
  3509.                casino sites not on gamstop
  3510.              </h6>
  3511.            </a>
  3512.          </div>
  3513.          
  3514.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3515.            <a href="https://unbound.co.uk/" rel="dofollow" class="text-decoration-none ">
  3516.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3517.                <i class="ti-angle-right me-2 text-primary"></i>
  3518.                casinos not on gamstop
  3519.              </h6>
  3520.            </a>
  3521.          </div>
  3522.          
  3523.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3524.            <a href="https://itechlabs.co.uk/" rel="dofollow" class="text-decoration-none ">
  3525.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3526.                <i class="ti-angle-right me-2 text-primary"></i>
  3527.                new betting sites uk
  3528.              </h6>
  3529.            </a>
  3530.          </div>
  3531.          
  3532.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3533.            <a href="https://esports-news.co.uk/betting-sites/non-gamstop/" rel="dofollow" class="text-decoration-none ">
  3534.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3535.                <i class="ti-angle-right me-2 text-primary"></i>
  3536.                best sports betting sites uk
  3537.              </h6>
  3538.            </a>
  3539.          </div>
  3540.          
  3541.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3542.            <a href="https://www.mesaonline.org/" rel="dofollow" class="text-decoration-none ">
  3543.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3544.                <i class="ti-angle-right me-2 text-primary"></i>
  3545.                casinos not on gamstop
  3546.              </h6>
  3547.            </a>
  3548.          </div>
  3549.          
  3550.      </div>
  3551.    </div>
  3552.    
  3553.  </div>
  3554.  
  3555. <!-- Sidebar V2 Styles -->
  3556. <style>
  3557.  .sidebar-widget {
  3558.    position: relative;
  3559.  }
  3560.  
  3561.  .widget-title {
  3562.    font-size: 1.1rem;
  3563.    font-weight: 700;
  3564.    display: inline-block;
  3565.    position: relative;
  3566.    z-index: 2;
  3567.    border-radius: 0;
  3568.  }
  3569.  
  3570.  /* Green arrow for August Blog Roll */
  3571.  .title-arrow::after {
  3572.    content: '';
  3573.    position: absolute;
  3574.    top: 0;
  3575.    right: -22px;
  3576.    width: 0;
  3577.    height: 0;
  3578.    border-left: 22px solid var(--bs-primary);
  3579.    border-top: 22px solid transparent;
  3580.    border-bottom: 22px solid transparent;
  3581.    z-index: 1;
  3582.  }
  3583.  
  3584.  /* Blue arrow for Recent Posts */
  3585.  .title-arrow-primary::after {
  3586.    content: '';
  3587.    position: absolute;
  3588.    top: 0;
  3589.    right: -22px;
  3590.    width: 0;
  3591.    height: 0;
  3592.    border-left: 22px solid var(--bs-primary);
  3593.    border-top: 22px solid transparent;
  3594.    border-bottom: 22px solid transparent;
  3595.    z-index: 1;
  3596.  }
  3597.  
  3598.  .widget-content {
  3599.    margin-top: -1px;
  3600.    position: relative;
  3601.    z-index: 1;
  3602.     background-color: var(--card-bg);
  3603.  }
  3604.  
  3605.  /* Blog Roll Items Hover Effects */
  3606.  .blog-roll-item:hover .blog-title {
  3607.    color: #198754 !important;
  3608.    transform: translateX(5px);
  3609.    transition: all 0.3s ease;
  3610.  }
  3611.  
  3612.  /* Recent Post Items Hover Effects */
  3613.  .recent-post-item:hover .post-title a {
  3614.    color: #0d6efd !important;
  3615.    transition: color 0.3s ease;
  3616.  }
  3617.  
  3618.  .recent-post-item:hover .post-image img {
  3619.    transform: scale(1.05);
  3620.    transition: transform 0.3s ease;
  3621.  }
  3622.  
  3623.  /* Button Hover Effects */
  3624.  .btn:hover {
  3625.    transform: translateY(-2px);
  3626.    transition: all 0.3s ease;
  3627.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3628.  }
  3629.  
  3630.  /* Badge Hover Effects */
  3631.  .badge:hover {
  3632.    transform: scale(1.05);
  3633.    transition: transform 0.3s ease;
  3634.  }
  3635.  
  3636.  @media (max-width: 991px) {
  3637.    .sidebar {
  3638.      margin-top: 3rem;
  3639.    }
  3640.  }
  3641.  
  3642.  @media (max-width: 576px) {
  3643.    .widget-title {
  3644.      font-size: 1rem;
  3645.      padding: 0.75rem 1rem !important;
  3646.    }
  3647.  
  3648.    .title-arrow::after,
  3649.    .title-arrow-primary::after {
  3650.      right: -18px;
  3651.      border-left-width: 18px;
  3652.      border-top-width: 18px;
  3653.      border-bottom-width: 18px;
  3654.    }
  3655.  
  3656.    .post-image {
  3657.      width: 70px !important;
  3658.      height: 55px !important;
  3659.    }
  3660.  
  3661.    .blog-meta {
  3662.      flex-direction: column !important;
  3663.      align-items: flex-start !important;
  3664.      gap: 0.5rem;
  3665.    }
  3666.  }
  3667. </style>
  3668.  
  3669.    
  3670.            </div>
  3671.        </div>
  3672.    </div>
  3673. </section>
  3674.  
  3675. <script>
  3676. document.addEventListener('DOMContentLoaded', function() {
  3677.    // Intersection Observer for Fade Animation on Scroll Up and Down
  3678.    const observerOptions = {
  3679.        threshold: [0, 0.15], // Trigger at 0% and 15% visibility
  3680.        rootMargin: '0px 0px -100px 0px'
  3681.    };
  3682.  
  3683.    // Group cards into pairs (assuming two cards per row)
  3684.    const cards = document.querySelectorAll('.scroll-trigger');
  3685.    const cardPairs = [];
  3686.    for (let i = 0; i < cards.length; i += 2) {
  3687.        cardPairs.push([cards[i], cards[i + 1]].filter(Boolean)); // Handle odd number of cards
  3688.    }
  3689.  
  3690.    const observer = new IntersectionObserver(function(entries) {
  3691.        entries.forEach(entry => {
  3692.            const card = entry.target;
  3693.            // Find the pair index for the current card
  3694.            const pairIndex = cardPairs.findIndex(pair => pair.includes(card));
  3695.            const pair = cardPairs[pairIndex];
  3696.  
  3697.            if (entry.isIntersecting) {
  3698.                // Fade in the pair with a delay based on pair index
  3699.                pair.forEach((cardInPair, index) => {
  3700.                    setTimeout(() => {
  3701.                        cardInPair.classList.add('active');
  3702.                    }, pairIndex * 300); // 300ms delay between pairs
  3703.                });
  3704.            } else {
  3705.                // Fade out the pair when exiting viewport
  3706.                pair.forEach(cardInPair => {
  3707.                    cardInPair.classList.remove('active');
  3708.                });
  3709.            }
  3710.        });
  3711.    }, observerOptions);
  3712.  
  3713.    // Observe each card individually
  3714.    cards.forEach(card => {
  3715.        observer.observe(card);
  3716.    });
  3717. });
  3718. </script>
  3719.  
  3720.    
  3721.        
  3722.        <!-- end wpo-blog-highlights-section -->
  3723.        <!-- start wpo-blog-sponsored-section -->
  3724.        
  3725.  
  3726.  
  3727.  
  3728.    
  3729.  
  3730.  
  3731.  
  3732. <style>
  3733.    .sponsored-section-v4 {
  3734.        padding: 50px 0;
  3735.    }
  3736.    
  3737.    .sponsored-card-v4 {
  3738.        background: var(--card-bg);
  3739.        border: 1px solid var(--border-color);
  3740.        border-radius: 4px;
  3741.        transition: border-color 0.3s ease;
  3742.        height: 100%;
  3743.        padding: 15px;
  3744.    }
  3745.    
  3746.    .sponsored-card-v4:hover {
  3747.        border-color: #adb5bd;
  3748.    }
  3749.    
  3750.    .sponsored-image-v4 {
  3751.        width: 150px;
  3752.        height: 150px;
  3753.        margin: 10px auto;
  3754.        border-radius: 50%;
  3755.        shape-outside: circle(50%);
  3756.        float: left;
  3757.    }
  3758.    
  3759.    .sponsored-image-v4 img {
  3760.        width: 100%;
  3761.        height: 100%;
  3762.        object-fit: cover;
  3763.        border-radius: 50%;
  3764.    }
  3765.    
  3766.    .sponsored-content-v4 {
  3767.        padding: 10px;
  3768.        overflow: hidden; /* Clearfix for floated image */
  3769.    }
  3770.    
  3771.    .sponsored-title-v4 {
  3772.        font-size: 15px;
  3773.        font-weight: 700;
  3774.        line-height: 1.4;
  3775.        margin-bottom: 8px;
  3776.        color: #333;
  3777.        position: relative;
  3778.        display: inline-block;
  3779.    }
  3780.    
  3781.    .sponsored-title-v4 a {
  3782.        text-decoration: none;
  3783.        color: var(--topbar-color) !important;
  3784.        margin: 10px 0px;
  3785.    }
  3786.    
  3787.    .sponsored-title-v4 a:hover {
  3788.        color: #6f42c1 !important; /* Purple hover */
  3789.    }
  3790.    
  3791.    .sponsored-title-v4::after {
  3792.        content: '';
  3793.        position: absolute;
  3794.        bottom: -2px;
  3795.        left: 0;
  3796.        width: 100%;
  3797.        height: 2px;
  3798.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark))
  3799.    }
  3800.    
  3801.    .sponsored-excerpt-v4 {
  3802.        font-size: 12px;
  3803.        font-weight: 400;
  3804.        color: #6c757d;
  3805.        margin-bottom: 10px;
  3806.        line-height: 1.5;
  3807.    }
  3808.    
  3809.    .sponsored-meta-v4 {
  3810.        font-size: 11px;
  3811.        color: #6c757d;
  3812.    }
  3813.    
  3814.    .author-info-v4 {
  3815.        margin-bottom: 5px;
  3816.    }
  3817.    
  3818.    .sponsored-author-img-v4 {
  3819.        width: 20px;
  3820.        height: 20px;
  3821.        border-radius: 50%;
  3822.        object-fit: cover;
  3823.        vertical-align: middle;
  3824.        margin-right: 5px;
  3825.    }
  3826.    
  3827.    .section-title-sponsored-v4 {
  3828.        font-size: 1.9rem;
  3829.        font-weight: 600;
  3830.        text-align: center;
  3831.        margin-bottom: 30px;
  3832.        color: #333;
  3833.        position: relative;
  3834.    }
  3835.    
  3836.    .section-title-sponsored-v4::after {
  3837.        content: '';
  3838.        position: absolute;
  3839.        bottom: -8px;
  3840.        left: 50%;
  3841.        transform: translateX(-50%);
  3842.        width: 80px;
  3843.        height: 3px;
  3844.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  3845.    }
  3846.  
  3847.    @media (max-width: 768px) {
  3848.        .sponsored-section-v4 {
  3849.            padding: 30px 0;
  3850.        }
  3851.        .sponsored-image-v4 {
  3852.            width: 120px;
  3853.            height: 120px;
  3854.            float: none;
  3855.            margin: 10px auto;
  3856.        }
  3857.        .sponsored-content-v4 {
  3858.            padding: 12px;
  3859.            text-align: center;
  3860.        }
  3861.        .sponsored-title-v4 {
  3862.            font-size: 14px;
  3863.        }
  3864.        .sponsored-excerpt-v4 {
  3865.            font-size: 11px;
  3866.        }
  3867.        .sponsored-meta-v4 {
  3868.            font-size: 10px;
  3869.        }
  3870.        .section-title-sponsored-v4 {
  3871.            font-size: 1.6rem;
  3872.        }
  3873.    }
  3874. </style>
  3875.  
  3876. <section class="sponsored-section-v4">
  3877.    <div class="container-fluid fluid-container">
  3878.        <div class="row">
  3879.            <div class="col-12">
  3880.                <h2 class="section-title-sponsored-v4">Sponsored News</h2>
  3881.            </div>
  3882.        </div>
  3883.        
  3884.        <div class="row g-4">
  3885.            
  3886.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3887.                <div class="card sponsored-card-v4">
  3888.                    <div class="sponsored-image-v4">
  3889.                        
  3890.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3891.                        
  3892.                    </div>
  3893.                    <div class="sponsored-content-v4">
  3894.                        <h3 class="sponsored-title-v4">
  3895.                            <a href="/restrained-alone-and-scared-the-grim-situation-for-female-prisoners-compelled-to-give-birth-in-prison/" >
  3896.                                            Restrained, Alone and Scared: The Grim Situation for Female Prisoners Compelled to Give Birth in Prison.
  3897.                                            </a>
  3898.                        </h3>
  3899.                        <p class="sponsored-excerpt-v4">
  3900.                          
  3901.                        </p>
  3902.                        <div class="sponsored-meta-v4">
  3903.                            <div class="author-info-v4">
  3904.                                
  3905.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Sarah Cruz" class="sponsored-author-img-v4">
  3906.                                
  3907.                                <span>
  3908.                                    Sarah Cruz
  3909.                                </span>
  3910.                            </div>
  3911.                            <div>11 May 2026</div>
  3912.                        </div>
  3913.                    </div>
  3914.                </div>
  3915.            </div>
  3916.            
  3917.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3918.                <div class="card sponsored-card-v4">
  3919.                    <div class="sponsored-image-v4">
  3920.                        
  3921.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3922.                        
  3923.                    </div>
  3924.                    <div class="sponsored-content-v4">
  3925.                        <h3 class="sponsored-title-v4">
  3926.                            <a href="/an-story-of-surprising-kindness-when-a-university-student-let-me-stay-on-her-dorm-ground/" >
  3927.                                            An Story of Surprising Kindness: When a University Student Let Me Stay on Her Dorm Ground
  3928.                                            </a>
  3929.                        </h3>
  3930.                        <p class="sponsored-excerpt-v4">
  3931.                          
  3932.                        </p>
  3933.                        <div class="sponsored-meta-v4">
  3934.                            <div class="author-info-v4">
  3935.                                
  3936.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Sarah Cruz" class="sponsored-author-img-v4">
  3937.                                
  3938.                                <span>
  3939.                                    Sarah Cruz
  3940.                                </span>
  3941.                            </div>
  3942.                            <div>11 May 2026</div>
  3943.                        </div>
  3944.                    </div>
  3945.                </div>
  3946.            </div>
  3947.            
  3948.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3949.                <div class="card sponsored-card-v4">
  3950.                    <div class="sponsored-image-v4">
  3951.                        
  3952.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3953.                        
  3954.                    </div>
  3955.                    <div class="sponsored-content-v4">
  3956.                        <h3 class="sponsored-title-v4">
  3957.                            <a href="/among-the-devastated-debris-of-an-apartment-block-i-encountered-a-book-id-rendered/" >
  3958.                                            Among the Devastated Debris of an Apartment Block, I Encountered a Book I’d Rendered
  3959.                                            </a>
  3960.                        </h3>
  3961.                        <p class="sponsored-excerpt-v4">
  3962.                          
  3963.                        </p>
  3964.                        <div class="sponsored-meta-v4">
  3965.                            <div class="author-info-v4">
  3966.                                
  3967.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Sarah Cruz" class="sponsored-author-img-v4">
  3968.                                
  3969.                                <span>
  3970.                                    Sarah Cruz
  3971.                                </span>
  3972.                            </div>
  3973.                            <div>11 May 2026</div>
  3974.                        </div>
  3975.                    </div>
  3976.                </div>
  3977.            </div>
  3978.            
  3979.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3980.                <div class="card sponsored-card-v4">
  3981.                    <div class="sponsored-image-v4">
  3982.                        
  3983.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3984.                        
  3985.                    </div>
  3986.                    <div class="sponsored-content-v4">
  3987.                        <h3 class="sponsored-title-v4">
  3988.                            <a href="/three-game-pass-games-we-are-enjoying-this-weekend-october-10-12/" >
  3989.                                            Three Game Pass Games We Are Enjoying This Weekend (October 10-12)
  3990.                                            </a>
  3991.                        </h3>
  3992.                        <p class="sponsored-excerpt-v4">
  3993.                          
  3994.                        </p>
  3995.                        <div class="sponsored-meta-v4">
  3996.                            <div class="author-info-v4">
  3997.                                
  3998.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Sarah Cruz" class="sponsored-author-img-v4">
  3999.                                
  4000.                                <span>
  4001.                                    Sarah Cruz
  4002.                                </span>
  4003.                            </div>
  4004.                            <div>11 May 2026</div>
  4005.                        </div>
  4006.                    </div>
  4007.                </div>
  4008.            </div>
  4009.            
  4010.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4011.                <div class="card sponsored-card-v4">
  4012.                    <div class="sponsored-image-v4">
  4013.                        
  4014.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4015.                        
  4016.                    </div>
  4017.                    <div class="sponsored-content-v4">
  4018.                        <h3 class="sponsored-title-v4">
  4019.                            <a href="/daily-existence-for-120000-displaced-people-in-the-extensive-refugee-camp-on-the-mali-border/" >
  4020.                                            Daily Existence for 120,000 Displaced People in the Extensive Refugee Camp on the Mali Border.
  4021.                                            </a>
  4022.                        </h3>
  4023.                        <p class="sponsored-excerpt-v4">
  4024.                          
  4025.                        </p>
  4026.                        <div class="sponsored-meta-v4">
  4027.                            <div class="author-info-v4">
  4028.                                
  4029.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Sarah Cruz" class="sponsored-author-img-v4">
  4030.                                
  4031.                                <span>
  4032.                                    Sarah Cruz
  4033.                                </span>
  4034.                            </div>
  4035.                            <div>11 May 2026</div>
  4036.                        </div>
  4037.                    </div>
  4038.                </div>
  4039.            </div>
  4040.            
  4041.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4042.                <div class="card sponsored-card-v4">
  4043.                    <div class="sponsored-image-v4">
  4044.                        
  4045.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4046.                        
  4047.                    </div>
  4048.                    <div class="sponsored-content-v4">
  4049.                        <h3 class="sponsored-title-v4">
  4050.                            <a href="/mastering-the-art-of-talk-romance-like-a-zoomer-51-hyperspecific-words-for-love-sex-and-questionable-conduct/" >
  4051.                                            Mastering the Art of Talk Romance Like a Zoomer: 51 Hyperspecific Words for Love, Sex and Questionable Conduct
  4052.                                            </a>
  4053.                        </h3>
  4054.                        <p class="sponsored-excerpt-v4">
  4055.                          
  4056.                        </p>
  4057.                        <div class="sponsored-meta-v4">
  4058.                            <div class="author-info-v4">
  4059.                                
  4060.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Sarah Cruz" class="sponsored-author-img-v4">
  4061.                                
  4062.                                <span>
  4063.                                    Sarah Cruz
  4064.                                </span>
  4065.                            </div>
  4066.                            <div>11 May 2026</div>
  4067.                        </div>
  4068.                    </div>
  4069.                </div>
  4070.            </div>
  4071.            
  4072.        </div>
  4073.    </div>
  4074. </section>
  4075.  
  4076.  
  4077.    
  4078.        <!-- end wpo-blog-sponsored-section -->
  4079.        <!-- start wpo-subscribe-section -->
  4080.        
  4081.        <!-- end subscribe-section -->
  4082.        <!-- start of wpo-site-footer-section -->
  4083.        
  4084.  
  4085.  
  4086.  
  4087.  
  4088.  
  4089.  
  4090. <footer class="wpo-site-footer-v2 ">
  4091.    
  4092.    <!-- Main Footer Content -->
  4093.    <div class="container-fluid fluid-container">
  4094.        
  4095.        <!-- Step 1: Brand Section -->
  4096.        <div class="footer-brand-section">
  4097.            <div class="row justify-content-center">
  4098.                <div class="col-lg-8 col-md-10 col-12 text-center">
  4099.                    <div class="brand-wrapper">
  4100.                        
  4101.                        <h2 class="brand-title">VividScope UK</h2>
  4102.                        <p class="brand-description">VividScope UK offers in-depth analysis and articles on the latest digital trends, technology innovations, and business strategies for modern professionals.</p>
  4103.                        
  4104.                    </div>
  4105.                </div>
  4106.            </div>
  4107.        </div>
  4108.  
  4109.        <!-- Step 2: Content Columns with Separators -->
  4110.        <div class="footer-content-section">
  4111.            <div class="content-divider"></div>
  4112.            
  4113.            <div class="row">
  4114.                
  4115.                <!-- Column 1: Important Links -->
  4116.                <div class="col-lg-6 col-md-6 col-12">
  4117.                    <div class="footer-column">
  4118.                        <div class="column-header">
  4119.                            <span class="column-number bg-primary-gradient">01</span>
  4120.                            <h6 class="column-title">Important Pages</h6>
  4121.                        </div>
  4122.                        <div class="column-content">
  4123.                            <ul class="footer-links">
  4124.                                
  4125.                                <li>
  4126.                                    <a href="/the-debut-record-daughters-explores-sorrow-and-style/" class="footer-link">
  4127.                                        The Debut Record &quot;Daughters&quot; Explores Sorrow and Style
  4128.                                    </a>
  4129.                                </li>
  4130.                                
  4131.                                <li>
  4132.                                    <a href="/putin-assures-uninterrupted-oil-shipments-to-the-indian-nation-in-defiance-of-washington-sanctions/" class="footer-link">
  4133.                                        Putin Assures Uninterrupted Oil Shipments to the Indian Nation in Defiance of Washington Sanctions
  4134.                                    </a>
  4135.                                </li>
  4136.                                
  4137.                                <li>
  4138.                                    <a href="/gaza-conflict-in-visualizations-after-24-months-of-fighting/" class="footer-link">
  4139.                                        Gaza Conflict in Visualizations After 24 Months of Fighting
  4140.                                    </a>
  4141.                                </li>
  4142.                                
  4143.                                <li>
  4144.                                    <a href="/democratic-lawmakers-denounce-trump-after-he-states-they-should-face-execution/" class="footer-link">
  4145.                                        Democratic lawmakers Denounce Trump After He States They Should Face Execution
  4146.                                    </a>
  4147.                                </li>
  4148.                                
  4149.                                <li>
  4150.                                    <a href="/the-players-and-trainers-not-born-in-the-usa/" class="footer-link">
  4151.                                        The Players and Trainers Not Born in the USA
  4152.                                    </a>
  4153.                                </li>
  4154.                                
  4155.                                <li>
  4156.                                    <a href="/russia-restricts-snapchat-and-limits-apples-facetime-state-media-report/" class="footer-link">
  4157.                                        Russia Restricts Snapchat and Limits Apple&#x27;s FaceTime, State Media Report
  4158.                                    </a>
  4159.                                </li>
  4160.                                
  4161.                            </ul>
  4162.                        </div>
  4163.                    </div>
  4164.                </div>
  4165.  
  4166.                <!-- Column 2: External Links -->
  4167.                 <div class="col-lg-6 col-md-6 col-12">
  4168.                    <div class="footer-column">
  4169.                        <div class="column-header">
  4170.                            <span class="column-number bg-primary-gradient">02</span>
  4171.                            <h6 class="column-title">External Resources</h6>
  4172.                        </div>
  4173.                       <div class="column-content">
  4174.    <ul class="footer-links" id="footerLinks">
  4175.        
  4176.        
  4177.  
  4178.        
  4179.        
  4180.        
  4181.        
  4182.    </ul>
  4183. </div>
  4184.  
  4185.                    </div>
  4186.                </div>
  4187.  
  4188.                <!-- Column 3: Categories -->
  4189.                <div class="col-lg-6 col-md-6 col-12">
  4190.                    <div class="footer-column">
  4191.                        <div class="column-header">
  4192.                            <span class="column-number bg-primary-gradient">02</span>
  4193.                            <h6 class="column-title">Categories</h6>
  4194.                        </div>
  4195.                        <div class="column-content">
  4196.                            <ul class="footer-links">
  4197.                                
  4198.                                <li>
  4199.                                    <a href="/category/all-posts/" class="footer-link">
  4200.                                        All Posts
  4201.                                    </a>
  4202.                                </li>
  4203.                                
  4204.                                <li>
  4205.                                    <a href="/category/business/" class="footer-link">
  4206.                                        Business
  4207.                                    </a>
  4208.                                </li>
  4209.                                
  4210.                                <li>
  4211.                                    <a href="/category/esports/" class="footer-link">
  4212.                                        Esports
  4213.                                    </a>
  4214.                                </li>
  4215.                                
  4216.                                <li>
  4217.                                    <a href="/category/fashion/" class="footer-link">
  4218.                                        Fashion
  4219.                                    </a>
  4220.                                </li>
  4221.                                
  4222.                                <li>
  4223.                                    <a href="/category/featured/" class="footer-link">
  4224.                                        Featured
  4225.                                    </a>
  4226.                                </li>
  4227.                                
  4228.                                <li>
  4229.                                    <a href="/category/gaming/" class="footer-link">
  4230.                                        Gaming
  4231.                                    </a>
  4232.                                </li>
  4233.                                
  4234.                            </ul>
  4235.                        </div>
  4236.                    </div>
  4237.                </div>
  4238.  
  4239.            </div>
  4240.        </div>
  4241.  
  4242.        <!-- Step 3: Footer Bottom -->
  4243.        <div class="footer-bottom-section">
  4244.            <div class="bottom-divider"></div>
  4245.            <div class="d-flex justify-content-between flex-wrap">
  4246.                <div class="">
  4247.                    <p class="copyright-text">
  4248.                        &copy; 2026 <strong>VividScope UK</strong> • All rights reserved
  4249.                    </p>
  4250.                </div>
  4251.                <div class="">
  4252.                    <nav class="footer-nav">
  4253.                        <a href="/page/write-for-us/" class="footer-nav-link">Write For Us</a>
  4254.                        <a href="/page/terms-and-conditions/" class="footer-nav-link">Terms</a>
  4255.                        <a href="/sitemap.xml" class="footer-nav-link">Sitemap</a>
  4256.                    </nav>
  4257.                </div>
  4258.            </div>
  4259.        </div>
  4260.  
  4261.    </div>
  4262.  
  4263.    <!-- Background Elements -->
  4264.    <div class="footer-bg-elements">
  4265.        <div class="bg-circle circle-1"></div>
  4266.        <div class="bg-circle circle-2"></div>
  4267.        <div class="bg-line line-1"></div>
  4268.        <div class="bg-line line-2"></div>
  4269.    </div>
  4270.  
  4271. </footer>
  4272.  
  4273. <style>
  4274. /* Footer V2 - Clean Blog Design */
  4275. .wpo-site-footer-v2 {
  4276.    color: var(--footer-color);
  4277.    background-color: var(--card-bg);
  4278.    margin-top: 100px;
  4279. }
  4280.  
  4281.  
  4282.  
  4283. /* Step 2: Brand Section */
  4284. .footer-brand-section {
  4285.    position: relative;
  4286.    z-index: 2;
  4287.    padding: 120px 0 60px;
  4288. }
  4289.  
  4290. .brand-wrapper {
  4291.    max-width: 600px;
  4292.    margin: 0 auto;
  4293. }
  4294.  
  4295. .footer-logo {
  4296.    max-height: 60px;
  4297.    width: auto;
  4298.    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
  4299. }
  4300.  
  4301. .brand-title {
  4302.    font-size: 2.2rem;
  4303.    font-weight: 800;
  4304.    color: var(--footer-color);
  4305.    margin-bottom: 1rem;
  4306.    letter-spacing: -0.02em;
  4307. }
  4308.  
  4309. .brand-description {
  4310.    font-size: 1.1rem;
  4311.    color: var(--footer-color);
  4312.    line-height: 1.6;
  4313.    opacity: .7;
  4314.    margin-bottom: 0;
  4315. }
  4316.  
  4317. /* Step 3: Content Section */
  4318. .footer-content-section {
  4319.    position: relative;
  4320.    z-index: 2;
  4321.    padding: 60px 0;
  4322. }
  4323.  
  4324.  
  4325. .footer-column {
  4326.    margin-bottom: 40px;
  4327.    padding: 0 20px;
  4328. }
  4329.  
  4330. .column-header {
  4331.    display: flex;
  4332.    align-items: center;
  4333.    margin-bottom: 25px;
  4334.    padding-bottom: 15px;
  4335.    border-bottom: 2px solid var(--border-color);
  4336. }
  4337.  
  4338. .column-number {
  4339.    width: 35px;
  4340.    height: 35px;
  4341.    border-radius: 10px;
  4342.    display: flex;
  4343.    align-items: center;
  4344.    justify-content: center;
  4345.    font-weight: 700;
  4346.    font-size: 0.9rem;
  4347.    margin-right: 15px;
  4348. }
  4349.  
  4350. .column-title {
  4351.    font-size: 1.1rem;
  4352.    font-weight: 700;
  4353.    color: var(--footer-color) !important;
  4354.    margin: 0;
  4355. }
  4356.  
  4357. .column-content {
  4358.    padding-left: 50px;
  4359. }
  4360.  
  4361. /* Footer Links */
  4362. .footer-links {
  4363.    list-style: none;
  4364.    padding: 0;
  4365.    margin: 0;
  4366. }
  4367.  
  4368. .footer-links li {
  4369.    margin-bottom: 12px;
  4370.    position: relative;
  4371. }
  4372.  
  4373. .footer-link {
  4374.    color: var(--footer-color) !important;
  4375.    text-decoration: none;
  4376.    font-size: 0.95rem;
  4377.    line-height: 1.5;
  4378.    transition: all 0.8s ease;
  4379.    position: relative;
  4380.    display: inline-flex;
  4381.    align-items: center;
  4382. }
  4383.  
  4384. .footer-link:hover {
  4385.    color: var(--bs-primary);
  4386.    padding-left: 8px;
  4387. }
  4388.  
  4389. .footer-link::before {
  4390.    content: '';
  4391.    position: absolute;
  4392.    left: -15px;
  4393.    top: 50%;
  4394.    transform: translateY(-50%);
  4395.    width: 4px;
  4396.    height: 4px;
  4397.    background: var(--bs-primary);
  4398.    border-radius: 50%;
  4399.    opacity: 0;
  4400.    transition: opacity 0.3s ease;
  4401. }
  4402.  
  4403. .footer-link:hover::before {
  4404.    opacity: 1;
  4405. }
  4406.  
  4407. /* Step 4: Footer Bottom */
  4408. .footer-bottom-section {
  4409.    position: relative;
  4410.    z-index: 2;
  4411.    padding: 30px 0;
  4412. }
  4413.  
  4414. .bottom-divider {
  4415.    width: 100%;
  4416.    height: 1px;
  4417.    background: linear-gradient(90deg, transparent 0%,var(--footer-color) ,var(--border-color) ,  transparent 100%);
  4418.    margin-bottom: 30px;
  4419. }
  4420.  
  4421. .copyright-text {
  4422.    color: var(--footer-color);
  4423.    font-size: 0.9rem;
  4424.    margin: 0;
  4425.    line-height: 1.6;
  4426. }
  4427.  
  4428. .footer-nav {
  4429.    display: flex;
  4430.    align-items: center;
  4431.    gap: 20px;
  4432.    justify-content: center;
  4433. }
  4434.  
  4435. .footer-nav-link {
  4436.    color: var(--footer-color) !important;
  4437.    text-decoration: none;
  4438.    font-size: 0.9rem;
  4439.    font-weight: 500;
  4440.    transition: color 0.3s ease;
  4441.    position: relative;
  4442. }
  4443.  
  4444. .footer-nav-link:hover {
  4445.    color: var(--bs-primary);
  4446. }
  4447.  
  4448. .footer-nav-link::after {
  4449.    content: '';
  4450.    position: absolute;
  4451.    bottom: -5px;
  4452.    left: 0;
  4453.    width: 0;
  4454.    height: 2px;
  4455.    background: var(--bs-primary) !important;
  4456.    transition: width 0.3s ease;
  4457. }
  4458.  
  4459. .footer-nav-link:hover::after {
  4460.    width: 100%;
  4461. }
  4462.  
  4463. /* Responsive Design */
  4464. @media (max-width: 992px) {
  4465.    .footer-brand-section {
  4466.        padding: 100px 0 50px;
  4467.    }
  4468.    
  4469.    .brand-title {
  4470.        font-size: 1.8rem;
  4471.    }
  4472.    
  4473.    .column-content {
  4474.        padding-left: 0;
  4475.        padding-top: 10px;
  4476.    }
  4477.    
  4478.    .column-header {
  4479.        flex-direction: column;
  4480.        align-items: flex-start;
  4481.        gap: 10px;
  4482.    }
  4483.    
  4484.    .column-number {
  4485.        align-self: center;
  4486.    }
  4487. }
  4488.  
  4489. @media (max-width: 768px) {
  4490.    .footer-brand-section {
  4491.        padding: 80px 0 40px;
  4492.    }
  4493.    
  4494.    .brand-title {
  4495.        font-size: 1.6rem;
  4496.    }
  4497.    
  4498.    .newsletter-inline {
  4499.        padding: 1.5rem;
  4500.        margin: 0 15px;
  4501.    }
  4502.    
  4503.    .newsletter-form .input-group {
  4504.        flex-direction: column;
  4505.    }
  4506.    
  4507.    .btn-newsletter {
  4508.        border-radius: 0 0 12px 12px;
  4509.    }
  4510.    
  4511.    .newsletter-input {
  4512.        border-radius: 12px 12px 0 0;
  4513.    }
  4514.    
  4515.    .footer-column {
  4516.        padding: 0 15px;
  4517.        margin-bottom: 35px;
  4518.    }
  4519.    
  4520.    .footer-nav {
  4521.        flex-direction: column;
  4522.        gap: 15px;
  4523.        margin-top: 20px;
  4524.    }
  4525. }
  4526.  
  4527. @media (max-width: 576px) {
  4528.    .footer-brand-section {
  4529.        padding: 60px 0 30px;
  4530.    }
  4531.    
  4532.    .brand-title {
  4533.        font-size: 1.4rem;
  4534.    }
  4535.    
  4536.    .brand-description {
  4537.        font-size: 1rem;
  4538.    }
  4539.    
  4540.    .newsletter-title {
  4541.        font-size: 1.1rem;
  4542.    }
  4543.    
  4544.    .column-title {
  4545.        font-size: 1rem;
  4546.    }
  4547.    
  4548.    .footer-column {
  4549.        padding: 0 10px;
  4550.    }
  4551.    
  4552.    .bg-circle, .bg-line {
  4553.        display: none;
  4554.    }
  4555. }
  4556.  
  4557. /* Minimal Animation */
  4558. .footer-column {
  4559.    transition: opacity 0.3s ease;
  4560. }
  4561.  
  4562. .footer-column:hover {
  4563.    opacity: 0.9;
  4564. }
  4565. </style>
  4566.  
  4567. <!-- Bootstrap 5 JS -->
  4568.  
  4569. <script>
  4570. // Scroll to Top Function
  4571. function scrollToTop() {
  4572.    window.scrollTo({
  4573.        top: 0,
  4574.        behavior: 'smooth'
  4575.    });
  4576. }
  4577.  
  4578. // Initialize Footer V2 Features
  4579. document.addEventListener('DOMContentLoaded', function() {
  4580.    
  4581.    // Newsletter Form Enhancement
  4582.    const newsletterForm = document.querySelector('.newsletter-form');
  4583.    if (newsletterForm) {
  4584.        newsletterForm.addEventListener('submit', function(e) {
  4585.            e.preventDefault(); // Remove this in actual implementation
  4586.            
  4587.            const submitBtn = this.querySelector('.btn-newsletter');
  4588.            const originalText = submitBtn.textContent;
  4589.            
  4590.            submitBtn.textContent = 'Subscribing...';
  4591.            submitBtn.disabled = true;
  4592.            
  4593.            // Simulate form processing
  4594.            setTimeout(() => {
  4595.                submitBtn.textContent = 'Subscribed!';
  4596.                submitBtn.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  4597.                
  4598.                setTimeout(() => {
  4599.                    submitBtn.textContent = originalText;
  4600.                    submitBtn.disabled = false;
  4601.                    submitBtn.style.background = '';
  4602.                    this.reset();
  4603.                }, 2000);
  4604.            }, 1500);
  4605.        });
  4606.    }
  4607.    
  4608.    // Smooth reveal for columns on scroll
  4609.    const observerOptions = {
  4610.        threshold: 0.1,
  4611.        rootMargin: '0px 0px -50px 0px'
  4612.    };
  4613.    
  4614.    const observer = new IntersectionObserver((entries) => {
  4615.        entries.forEach(entry => {
  4616.            if (entry.isIntersecting) {
  4617.                entry.target.style.opacity = '1';
  4618.                entry.target.style.transform = 'translateY(0)';
  4619.            }
  4620.        });
  4621.    }, observerOptions);
  4622.    
  4623.    // Initially hide columns for animation
  4624.    document.querySelectorAll('.footer-column').forEach((column, index) => {
  4625.        column.style.opacity = '0';
  4626.        column.style.transform = 'translateY(20px)';
  4627.        column.style.transition = `all 0.6s ease ${index * 0.1}s`;
  4628.        observer.observe(column);
  4629.    });
  4630.    
  4631.    // Prevent default for placeholder links
  4632.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4633.        link.addEventListener('click', function(e) {
  4634.            e.preventDefault();
  4635.        });
  4636.    });
  4637. });
  4638.  
  4639. document.addEventListener('DOMContentLoaded', function () {
  4640.    var btn = document.getElementById('toggleFooterLinks');
  4641.    if (!btn) return; // No extra links, no button
  4642.  
  4643.    var extras = document.querySelectorAll('#footerLinks li.extra');
  4644.  
  4645.    btn.addEventListener('click', function () {
  4646.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4647.            return li.classList.contains('d-none');
  4648.        });
  4649.  
  4650.        extras.forEach(function (li) {
  4651.            if (anyHidden) {
  4652.                li.classList.remove('d-none');
  4653.                li.classList.add('show');
  4654.            } else {
  4655.                li.classList.add('d-none');
  4656.                li.classList.remove('show');
  4657.            }
  4658.        });
  4659.  
  4660.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4661.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4662.    });
  4663. });
  4664.  
  4665. </script>
  4666.  
  4667.        <!-- end of wpo-site-footer-section -->
  4668.    </div>
  4669.    <!-- end of page-wrapper -->
  4670.  
  4671.    <!-- All JavaScript files
  4672.    ================================================== -->
  4673.    
  4674.  
  4675. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4676. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4677. <!-- Plugins for this template -->
  4678. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4679. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4680. <!-- Custom script for this template -->
  4681. <script src="/static/blogapp/assets/js/script.js"></script>
  4682.  
  4683. <script>
  4684. (function () {
  4685. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4686. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4687.  
  4688. function applyFallback(img) {
  4689. if (!img || img.dataset.fallbackApplied === "1") {
  4690. return;
  4691. }
  4692. var failedSrc = img.currentSrc || img.src || "";
  4693. img.dataset.fallbackApplied = "1";
  4694. img.onerror = null;
  4695. img.src = fallbackImageSrc;
  4696. console.warn("[ImageFallback] Replaced broken image:", {
  4697. failedSrc: failedSrc,
  4698. fallbackSrc: fallbackImageSrc,
  4699. alt: img.alt || "",
  4700. });
  4701. }
  4702.  
  4703. document.querySelectorAll("img").forEach(function (img) {
  4704. if (img.complete && img.naturalWidth === 0) {
  4705. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4706. failedSrc: img.currentSrc || img.src || "",
  4707. alt: img.alt || "",
  4708. });
  4709. applyFallback(img);
  4710. }
  4711. });
  4712.  
  4713. document.addEventListener(
  4714. "error",
  4715. function (event) {
  4716. var target = event.target;
  4717. if (target && target.tagName === "IMG") {
  4718. applyFallback(target);
  4719. }
  4720. },
  4721. true
  4722. );
  4723. })();
  4724. </script>
  4725.  
  4726. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4727.  
  4728.  
  4729.  
  4730. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"46ed8cb9159f4942914b77c221ffe901","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4731. </body>
  4732.  
  4733. </html>
  4734.  
  4735.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda