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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="libre">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_77_rOyWlv1_7NRNARA_lujnNSR_FIXdqGu.png">
  14.    
  15.  
  16.    <title>Stride Arena: UK&#x27;s Premier Running &amp; Fitness Blog for Athletes</title>
  17.    <meta name="description" content="Stride Arena offers expert running tips, fitness guides, and athlete interviews to help you improve performance and achieve your health goals in the UK.">
  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://stridearena.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #8b5cf6;
  42.        --bs-primary-rgb: 8b5cf6;
  43.        --bs-secondary: #a3bffa;
  44.        --bs-success: #2dd4bf;
  45.        --bs-danger: #f43f5e;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #60a5fa;
  48.        --bs-light: #ede9fe;
  49.        --bs-dark: #2e1065;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #8b5cf6;
  53.        --theme-primary-color-s2: #8b5cf6;
  54.        --body-bg-color: #0f172a;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #ede9fe;
  57.        --text-light-color: #676767;
  58.        --heading-color: #ede9fe;
  59.        --border-color: #6d28d9;
  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: #2e1065;
  73.        --nav-bg: #2e1065;
  74.        --sub-nav: #4c1d95;
  75.        --navbar-color: #ede9fe;
  76.        --topbar-bg: #0f172a;
  77.        --topbar-color: #ede9fe;
  78.        --footer-bg: #2e1065;
  79.        --footer-color: #ede9fe;
  80.        --card-bg: rgba(46, 16, 101, 0.8);
  81.        --card-border: #6d28d9;
  82.        --card-radius: 14px;
  83.        --link-color: #8b5cf6;
  84.        --link-hover: #7c3aed;
  85.        --blog-color: #ede9fe;
  86.        --blog-bg: rgba(139, 92, 246, 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(46, 16, 101, 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_49">
  390.    <div id="healthcheck"></div>
  391.    <!-- start page-wrapper -->
  392.    <div class="page-wrapper">
  393.        
  394.            <!-- start preloader -->
  395.                
  396.            <!-- end preloader -->
  397.        
  398.        <!-- Start header -->
  399.        <header id="header" class="wpo-site-header">
  400.            
  401.  
  402.  
  403.    
  404.  
  405.  
  406.  
  407. <div class="topbar d-sm-flex d-none">
  408.  <div class="container-fluid fluid-container">
  409.    <div class="row  ">
  410.      <div>
  411.        <div class="pt-2 d-flex gap-2 pb-0">
  412.          <div class="">
  413.            <div class="tilt-button bg-primary-gradient">Latest Update</div>
  414.          </div>
  415.  
  416.          <!-- Add an id to the marquee -->
  417.          <marquee id="newsMarquee" direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  418.            <p class="text-center">
  419.              
  420.               <a href="/tottenham-ease-pressure-on-frank-as-xavi-simons-rounds-off-comfortable-win-against-slavia-prague/" class="px-5 top-color">
  421.                    Tottenham Ease Pressure on Frank as Xavi Simons Rounds Off Comfortable Win Against Slavia Prague
  422.                  </a>
  423.              
  424.               <a href="/leonard-hungry-paul-analysis-a-soothing-series-with-narration-from-julia-roberts-provides-an-ideal-cure-to-todays-world/" class="px-5 top-color">
  425.                    Leonard &amp; Hungry Paul Analysis: A Soothing Series With Narration from Julia Roberts Provides an Ideal Cure to Today&#x27;s World
  426.                  </a>
  427.              
  428.               <a href="/how-to-perfect-butter-paneer-cooking-instructions/" class="px-5 top-color">
  429.                    How to Perfect Butter Paneer – Cooking Instructions
  430.                  </a>
  431.              
  432.               <a href="/uk-and-scottish-government-governments-disagree-over-who-should-pay-the-245m-bill-for-trump-and-vance-trips/" class="px-5 top-color">
  433.                    UK and Scottish government Governments Disagree Over Who Should Pay the £24.5m Bill for Trump and Vance Trips
  434.                  </a>
  435.              
  436.               <a href="/high-court-backs-newly-drawn-texas-congressional-districts/" class="px-5 top-color">
  437.                    High Court Backs Newly Drawn Texas Congressional Districts.
  438.                  </a>
  439.              
  440.            </p>
  441.          </marquee>
  442.        </div>
  443.      </div>
  444.    </div>
  445.  </div>
  446. </div>
  447. <style>
  448.  .tilt-button {
  449.  padding: 0.5rem 1rem;
  450.  white-space: nowrap;
  451.  font-weight: bold;
  452.  display: inline-block;
  453.  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0% 100%);
  454.  transition: background 0.3s ease;
  455. }
  456.  
  457.  
  458. </style>
  459. <script>
  460.  // Stop/start marquee when hovering or focusing links inside it
  461.  document.addEventListener("DOMContentLoaded", function () {
  462.    const marquee = document.getElementById("newsMarquee");
  463.    if (!marquee) return;
  464.  
  465.    marquee.querySelectorAll("a").forEach((link) => {
  466.      link.addEventListener("mouseenter", () => marquee.stop());
  467.      link.addEventListener("mouseleave", () => marquee.start());
  468.      // keyboard accessibility
  469.      link.addEventListener("focus", () => marquee.stop());
  470.      link.addEventListener("blur", () => marquee.start());
  471.    });
  472.  });
  473. </script>
  474.  
  475.  
  476.  
  477.            
  478.  
  479.  
  480.  
  481.  
  482.  
  483.  
  484. <header class="header-v7 py-2 mb-4">
  485.    <!-- Top Bar -->
  486.    <div class="top-bar-v7">
  487.        <div class="container-fluid fluid-container">
  488.            <div class="row align-items-center justify-content-center">
  489.                <div class="col-lg-3 col-md-4">
  490.                    <div class="logo-section-v7">
  491.                        <a class="brand-link-v7" href="/">
  492.                            
  493.                                Stride Arena
  494.                            
  495.                        </a>
  496.                    </div>
  497.                </div>
  498.                <div class="col-lg-6 col-md-5">
  499.                    <div class="search-bar-v7">
  500.                        <form class="search-form-v7" action="#" method="get">
  501.                            <div class="search-container-v7">
  502.                                <input id="search-input" type="search" class="search-input-v7"
  503.                                    placeholder="Search articles, tutorials, news..." name="q">
  504.                                <button type="submit" class="search-btn-v7">
  505.                                    <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  506.                                        stroke-width="2">
  507.                                        <circle cx="11" cy="11" r="8"></circle>
  508.                                        <path d="m21 21-4.35-4.35"></path>
  509.                                    </svg>
  510.                                </button>
  511.                            </div>
  512.                            <div id="search-results" class="search-results-container search-v1"></div>
  513.                        </form>
  514.                    </div>
  515.                </div>
  516.                <div class="col-lg-3 col-md-3">
  517.                    <!-- Empty column for spacing -->
  518.                </div>
  519.            </div>
  520.        </div>
  521.    </div>
  522.  
  523.    <!-- Main Navigation -->
  524.    <div class="main-nav-v7">
  525.        <div class="container-fluid">
  526.            <div class="nav-wrapper-v7">
  527.  
  528.                <!-- Sidebar Navigation -->
  529.                <nav class="sidebar-nav-v7" id="sidebarNavV7">
  530.                    <div class="nav-header-v7">
  531.                        <h6 class="nav-title-v7">Navigation</h6>
  532.                        <button class="sidebar-close-v7 text-link" onclick="closeSidebarV7()">
  533.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  534.                                stroke-width="2">
  535.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  536.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  537.                            </svg>
  538.                        </button>
  539.                    </div>
  540.  
  541.                    <ul class="sidebar-menu-v7">
  542.                        <li class="sidebar-item-v7">
  543.                            <a href='/' class="sidebar-link-v7 active-v7">
  544.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  545.                                    stroke="currentColor" stroke-width="2">
  546.                                    <path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
  547.                                    <polyline points="9,22 9,12 15,12 15,22"></polyline>
  548.                                </svg>
  549.                                Home
  550.                            </a>
  551.                        </li>
  552.  
  553.                        <li class="sidebar-item-v7 has-submenu-v7">
  554.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('tech-submenu-v7')">
  555.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  556.                                    stroke="currentColor" stroke-width="2">
  557.                                    <rect x="2" y="3" width="20" height="14" rx="2" ry="2"></rect>
  558.                                    <line x1="8" y1="21" x2="16" y2="21"></line>
  559.                                    <line x1="12" y1="17" x2="12" y2="21"></line>
  560.                                </svg>
  561.                                Technology
  562.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  563.                                    stroke="currentColor" stroke-width="2">
  564.                                    <polyline points="6,9 12,15 18,9"></polyline>
  565.                                </svg>
  566.                            </a>
  567.                            <ul class="sidebar-submenu-v7" id="tech-submenu-v7">
  568.                                <li><a href="#" class="sidebar-sublink-v7">Web Development</a></li>
  569.                                <li><a href="#" class="sidebar-sublink-v7">Mobile Apps</a></li>
  570.                                <li><a href="#" class="sidebar-sublink-v7">AI & Machine Learning</a></li>
  571.                                <li><a href="#" class="sidebar-sublink-v7">Cybersecurity</a></li>
  572.                            </ul>
  573.                        </li>
  574.  
  575.                        <li class="sidebar-item-v7 has-submenu-v7">
  576.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('business-submenu-v7')">
  577.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  578.                                    stroke="currentColor" stroke-width="2">
  579.                                    <path
  580.                                        d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z">
  581.                                    </path>
  582.                                </svg>
  583.                                Business
  584.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  585.                                    stroke="currentColor" stroke-width="2">
  586.                                    <polyline points="6,9 12,15 18,9"></polyline>
  587.                                </svg>
  588.                            </a>
  589.                            <ul class="sidebar-submenu-v7" id="business-submenu-v7">
  590.                                <li><a href="#" class="sidebar-sublink-v7">Startups</a></li>
  591.                                <li><a href="#" class="sidebar-sublink-v7">Marketing</a></li>
  592.                                <li><a href="#" class="sidebar-sublink-v7">Finance</a></li>
  593.                            </ul>
  594.                        </li>
  595.  
  596.                        <li class="sidebar-item-v7">
  597.                            <a href="#" class="sidebar-link-v7">
  598.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  599.                                    stroke="currentColor" stroke-width="2">
  600.                                    <path d="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"></path>
  601.                                    <path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"></path>
  602.                                </svg>
  603.                                Tutorials
  604.                            </a>
  605.                        </li>
  606.  
  607.                        <li class="sidebar-item-v7">
  608.                            <a href="#" class="sidebar-link-v7">
  609.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  610.                                    stroke="currentColor" stroke-width="2">
  611.                                    <polygon
  612.                                        points="12,2 15.09,8.26 22,9.27 17,14.14 18.18,21.02 12,17.77 5.82,21.02 7,14.14 2,9.27 8.91,8.26">
  613.                                    </polygon>
  614.                                </svg>
  615.                                Reviews
  616.                            </a>
  617.                        </li>
  618.  
  619.                        <li class="sidebar-item-v7">
  620.                            <a href="#" class="sidebar-link-v7">
  621.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  622.                                    stroke="currentColor" stroke-width="2">
  623.                                    <path d="M6 2l3 6 5.5-3-2.5 7h7l-3 6-5.5-3 2.5-7H6z"></path>
  624.                                </svg>
  625.                                News
  626.                            </a>
  627.                        </li>
  628.  
  629.                        <li class="sidebar-item-v7">
  630.                            <a href="#" class="sidebar-link-v7">
  631.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  632.                                    stroke="currentColor" stroke-width="2">
  633.                                    <circle cx="12" cy="12" r="3"></circle>
  634.                                    <path
  635.                                        d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1 1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z">
  636.                                    </path>
  637.                                </svg>
  638.                                About
  639.                            </a>
  640.                        </li>
  641.  
  642.                        <li class="sidebar-item-v7">
  643.                            <a href="#" class="sidebar-link-v7">
  644.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  645.                                    stroke="currentColor" stroke-width="2">
  646.                                    <path
  647.                                        d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z">
  648.                                    </path>
  649.                                    <polyline points="22,6 12,13 2,6"></polyline>
  650.                                </svg>
  651.                                Contact
  652.                            </a>
  653.                        </li>
  654.                    </ul>
  655.                </nav>
  656.                <div class="sidebar-blur"></div>
  657.  
  658.                <!-- Main Content Area -->
  659.                <div class="content-area-v7">
  660.                    <!-- Horizontal Nav for Desktop -->
  661.                    <nav class="horizontal-nav-v7 d-none d-lg-flex">
  662.                        <ul class="horizontal-menu-v7">
  663.  
  664.                            
  665.                            <li class="horizontal-item-v7">
  666.                                <a href="/" class="horizontal-link-v7 active-v7">Home</a>
  667.                            </li>
  668.  
  669.                            
  670.                            
  671.                             <li class="horizontal-item-v7">
  672.                                <a href="/category/all-posts/" class="horizontal-link-v7">
  673.                                    All Posts
  674.                                </a>
  675.                                </li>
  676.  
  677.                                
  678.  
  679.                                        
  680.                                        
  681.                                
  682.                             <li class="horizontal-item-v7">
  683.                                <a href="/category/business/" class="horizontal-link-v7">
  684.                                    Business
  685.                                </a>
  686.                                </li>
  687.  
  688.                                
  689.  
  690.                                        
  691.                                        
  692.                                
  693.                             <li class="horizontal-item-v7">
  694.                                <a href="/category/esports/" class="horizontal-link-v7">
  695.                                    Esports
  696.                                </a>
  697.                                </li>
  698.  
  699.                                
  700.  
  701.                                        
  702.                                        
  703.                                
  704.                             <li class="horizontal-item-v7">
  705.                                <a href="/category/fashion/" class="horizontal-link-v7">
  706.                                    Fashion
  707.                                </a>
  708.                                </li>
  709.  
  710.                                
  711.  
  712.                                        
  713.                                        
  714.                                
  715.                             <li class="horizontal-item-v7">
  716.                                <a href="/category/featured/" class="horizontal-link-v7">
  717.                                    Featured
  718.                                </a>
  719.                                </li>
  720.  
  721.                                
  722.  
  723.                                        
  724.                                        
  725.                                
  726.                             <li class="horizontal-item-v7">
  727.                                <a href="/category/gaming/" class="horizontal-link-v7">
  728.                                    Gaming
  729.                                </a>
  730.                                </li>
  731.  
  732.                                
  733.  
  734.                                        
  735.                                        
  736.                                
  737.                             <li class="horizontal-item-v7">
  738.                                <a href="/category/health/" class="horizontal-link-v7">
  739.                                    Health
  740.                                </a>
  741.                                </li>
  742.  
  743.                                
  744.  
  745.                                        
  746.                                        
  747.                                
  748.                            
  749.                                
  750.                                <li class="horizontal-item-v7 dropdown-v7">
  751.                                    <a href="#" class="horizontal-link-v7">More</a>
  752.                                    <div class="horizontal-dropdown-v7">
  753.                                        <a href="/category/life-fitness/"
  754.                                            class="dropdown-item-v7">
  755.                                            Life &amp; Fitness
  756.                                        </a>
  757.                                        
  758.  
  759.                                        
  760.                                        
  761.                                
  762.                            
  763.                                        <a href="/category/lifestyle/"
  764.                                            class="dropdown-item-v7">
  765.                                            Lifestyle
  766.                                        </a>
  767.                                        
  768.  
  769.                                        
  770.                                        
  771.                                
  772.                            
  773.                                        <a href="/category/news/"
  774.                                            class="dropdown-item-v7">
  775.                                            News
  776.                                        </a>
  777.                                        
  778.  
  779.                                        
  780.                                        
  781.                                
  782.                            
  783.                                        <a href="/category/others/"
  784.                                            class="dropdown-item-v7">
  785.                                            Others
  786.                                        </a>
  787.                                        
  788.  
  789.                                        
  790.                                        
  791.                                
  792.                            
  793.                                        <a href="/category/politics/"
  794.                                            class="dropdown-item-v7">
  795.                                            Politics
  796.                                        </a>
  797.                                        
  798.  
  799.                                        
  800.                                        
  801.                                
  802.                            
  803.                                        <a href="/category/sports/"
  804.                                            class="dropdown-item-v7">
  805.                                            Sports
  806.                                        </a>
  807.                                        
  808.  
  809.                                        
  810.                                        
  811.                                
  812.                            
  813.                                        <a href="/category/tech/"
  814.                                            class="dropdown-item-v7">
  815.                                            Tech
  816.                                        </a>
  817.                                        
  818.  
  819.                                        
  820.                                        
  821.                                
  822.                            
  823.                                        <a href="/category/travel/"
  824.                                            class="dropdown-item-v7">
  825.                                            Travel
  826.                                        </a>
  827.                                        
  828.  
  829.                                        
  830.                                        
  831.                                    </div>
  832.                                </li>
  833.                                
  834.                                
  835. <li>
  836.                  <a href="/page/contact-us/">
  837.                     Contact Us
  838.                  </a>
  839.              </li>
  840.                        </ul>
  841.                    </nav>
  842.  
  843.  
  844.                    <!-- Mobile Menu Button -->
  845.                    <button class="mobile-menu-btn-v7 d-lg-none text-link" onclick="openSidebarV7()">
  846.                        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  847.                            stroke-width="2">
  848.                            <line x1="3" y1="6" x2="21" y2="6"></line>
  849.                            <line x1="3" y1="12" x2="21" y2="12"></line>
  850.                            <line x1="3" y1="18" x2="21" y2="18"></line>
  851.                        </svg>
  852.                        Menu
  853.                    </button>
  854.                </div>
  855.            </div>
  856.        </div>
  857.    </div>
  858.  
  859.    <!-- Overlay for mobile sidebar -->
  860.    <div class="sidebar-overlay-v7" id="sidebarOverlayV7" onclick="closeSidebarV7()"></div>
  861. </header>
  862.  
  863. <style>
  864.    /* Navbar V7 Styles - Vertical Sidebar Navigation */
  865.    .header-v7 {
  866.        position: relative;
  867.        background: var(--navbar-bg);
  868.    }
  869.  
  870.    /* Top Bar Styles */
  871.    .top-bar-v7 {
  872.        padding: 15px 0;
  873.        border-bottom: 1px solid var(--border-color);
  874.        background: var(--navbar-bg);
  875.    }
  876.  
  877.    .logo-img-v7 {
  878.        max-height: 70px;
  879.        transition: transform 0.3s ease;
  880.    }
  881.  
  882.    .logo-img-v7:hover {
  883.        transform: scale(1.05);
  884.    }
  885.  
  886.    /* Search Bar Styles */
  887.    .search-container-v7 {
  888.        position: relative;
  889.        display: flex;
  890.        align-items: center;
  891.        background: transparent;
  892.        border: 2px solid var(--border-color);
  893.        border-radius: 8px;
  894.        overflow: hidden;
  895.        transition: all 0.3s ease;
  896.    }
  897.  
  898.    .search-container-v7:focus-within {
  899.        border-color: #007bff33;
  900.        box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.1);
  901.    }
  902.  
  903.    .search-input-v7 {
  904.        color: var(--topbar-color) !important;
  905.        flex: 1;
  906.        border: none;
  907.        padding: 12px 16px;
  908.        font-size: 14px;
  909.        outline: none;
  910.        background: transparent;
  911.    }
  912.  
  913.    .search-input-v7::placeholder {
  914.        color: #a0aec0;
  915.    }
  916.  
  917.    .search-btn-v7 {
  918.        background: var(--bs-primary);
  919.        color: white;
  920.        border: none;
  921.        padding: 12px 16px;
  922.        cursor: pointer;
  923.        transition: background 0.3s ease;
  924.    }
  925.  
  926.    .search-btn-v7:hover {
  927.        background: #3182ce;
  928.    }
  929.  
  930.    /* Header Actions */
  931.    .header-actions-v7 {
  932.        display: flex;
  933.        align-items: center;
  934.        gap: 15px;
  935.        justify-content: flex-end;
  936.    }
  937.  
  938.    .notification-btn-v7,
  939.    .profile-btn-v7 {
  940.        background: none;
  941.        border: none;
  942.        padding: 8px;
  943.        border-radius: 8px;
  944.        cursor: pointer;
  945.        transition: background 0.3s ease;
  946.        position: relative;
  947.    }
  948.  
  949.    .notification-btn-v7:hover,
  950.    .profile-btn-v7:hover {
  951.        background: #f1f5f9;
  952.    }
  953.  
  954.    .notification-badge-v7 {
  955.        position: absolute;
  956.        top: 2px;
  957.        right: 2px;
  958.        background: #e53e3e;
  959.        color: white;
  960.        font-size: 16px;
  961.        font-weight: 600;
  962.        width: 16px;
  963.        height: 16px;
  964.        border-radius: 50%;
  965.        display: flex;
  966.        align-items: center;
  967.        justify-content: center;
  968.    }
  969.  
  970.    .profile-avatar-v7 {
  971.        width: 32px;
  972.        height: 32px;
  973.        background: var(--border-color);
  974.        border-radius: 50%;
  975.        display: flex;
  976.        align-items: center;
  977.        justify-content: center;
  978.    }
  979.  
  980.    /* Main Navigation */
  981.    .main-nav-v7 {
  982.        background: var(--navbar-bg);
  983.    }
  984.  
  985.    .nav-wrapper-v7 {
  986.        display: flex;
  987.        align-items: center;
  988.        justify-content: center;
  989.        min-height: 60px;
  990.    }
  991.  
  992.    /* Sidebar Navigation */
  993.    .sidebar-nav-v7 {
  994.        position: fixed;
  995.        top: 0;
  996.        left: -350px;
  997.        width: 350px;
  998.        height: 100vh;
  999.        background: var(--navbar-bg);
  1000.        z-index: 1000;
  1001.        transition: left 0.3s ease;
  1002.        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  1003.        overflow-y: auto;
  1004.    }
  1005.  
  1006.    .sidebar-nav-v7.show-v7 {
  1007.        left: 0;
  1008.    }
  1009.  
  1010.    .nav-header-v7 {
  1011.        display: flex;
  1012.        align-items: center;
  1013.        justify-content: space-between;
  1014.        padding: 20px 25px;
  1015.        border-bottom: 1px solid var(--border-color);
  1016.        background: var(--navbar-bg);
  1017.    }
  1018.  
  1019.    .nav-title-v7 {
  1020.        font-size: 16px;
  1021.        font-weight: 600;
  1022.        color: #2d3748;
  1023.        margin: 0;
  1024.    }
  1025.  
  1026.    .sidebar-close-v7 {
  1027.        background: none;
  1028.        border: none;
  1029.        padding: 8px;
  1030.        cursor: pointer;
  1031.        border-radius: 6px;
  1032.        transition: background 0.3s ease;
  1033.    }
  1034.  
  1035.    .sidebar-close-v7:hover {
  1036.        background: var(--border-color);
  1037.    }
  1038.  
  1039.    .sidebar-menu-v7 {
  1040.        list-style: none;
  1041.        padding: 20px 0;
  1042.        margin: 0;
  1043.    }
  1044.  
  1045.    .sidebar-item-v7 {
  1046.        margin-bottom: 5px;
  1047.    }
  1048.  
  1049.    .sidebar-link-v7 {
  1050.        display: flex;
  1051.        align-items: center;
  1052.        color: #4a5568;
  1053.        text-decoration: none;
  1054.        padding: 15px 25px;
  1055.        font-size: 15px;
  1056.        font-weight: 500;
  1057.        transition: all 0.3s ease;
  1058.        position: relative;
  1059.    }
  1060.  
  1061.    .sidebar-link-v7:hover,
  1062.    .sidebar-link-v7.active-v7 {
  1063.        color: #007bff;
  1064.        background: var(--border-color);
  1065.    }
  1066.  
  1067.    .sidebar-link-v7.active-v7::before {
  1068.        content: '';
  1069.        position: absolute;
  1070.        left: 0;
  1071.        top: 0;
  1072.        bottom: 0;
  1073.        width: 4px;
  1074.        background: #007bff;
  1075.    }
  1076.  
  1077.    .sidebar-icon-v7 {
  1078.        margin-right: 12px;
  1079.        color: currentColor;
  1080.    }
  1081.  
  1082.    .submenu-arrow-v7 {
  1083.        margin-left: auto;
  1084.        transition: transform 0.3s ease;
  1085.    }
  1086.  
  1087.    .has-submenu-v7.open-v7 .submenu-arrow-v7 {
  1088.        transform: rotate(180deg);
  1089.    }
  1090.  
  1091.    .sidebar-submenu-v7 {
  1092.        list-style: none;
  1093.        padding: 0;
  1094.        margin: 0;
  1095.        max-height: 0;
  1096.        overflow: hidden;
  1097.        transition: max-height 0.3s ease;
  1098.        background: var(--navbar-bg);
  1099.    }
  1100.  
  1101.    .sidebar-submenu-v7.show-v7 {
  1102.        max-height: 300px;
  1103.        padding: 10px 0;
  1104.    }
  1105.  
  1106.    .sidebar-sublink-v7 {
  1107.        display: block;
  1108.        color: #718096;
  1109.        text-decoration: none;
  1110.        padding: 10px 25px 10px 55px;
  1111.        font-size: 14px;
  1112.        transition: all 0.3s ease;
  1113.    }
  1114.  
  1115.    .sidebar-sublink-v7:hover {
  1116.        color: #007bff;
  1117.        background: var(--border-color);
  1118.    }
  1119.  
  1120.    /* Sidebar Footer */
  1121.    .sidebar-footer-v7 {
  1122.        padding: 25px;
  1123.        margin-top: auto;
  1124.        border-top: 1px solid var(--border-color);
  1125.    }
  1126.  
  1127.    .sidebar-cta-v7 {
  1128.        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  1129.        padding: 20px;
  1130.        border-radius: 12px;
  1131.        text-align: center;
  1132.        color: white;
  1133.    }
  1134.  
  1135.    .cta-title-v7 {
  1136.        font-size: 14px;
  1137.        font-weight: 600;
  1138.        margin: 0 0 5px 0;
  1139.    }
  1140.  
  1141.    .cta-text-v7 {
  1142.        font-size: 12px;
  1143.        margin: 0 0 15px 0;
  1144.        opacity: 0.9;
  1145.    }
  1146.  
  1147.    .cta-btn-v7 {
  1148.        background: rgba(255, 255, 255, 0.2);
  1149.        color: white;
  1150.        border: 1px solid rgba(255, 255, 255, 0.3);
  1151.        padding: 8px 20px;
  1152.        border-radius: 20px;
  1153.        font-size: 12px;
  1154.        font-weight: 500;
  1155.        cursor: pointer;
  1156.        transition: all 0.3s ease;
  1157.    }
  1158.  
  1159.    .cta-btn-v7:hover {
  1160.        background: rgba(255, 255, 255, 0.3);
  1161.    }
  1162.  
  1163.    /* Horizontal Navigation for Desktop */
  1164.    .horizontal-nav-v7 {
  1165.        flex: 1;
  1166.        display: flex;
  1167.        justify-content: center;
  1168.    }
  1169.  
  1170.    .horizontal-menu-v7 {
  1171.        list-style: none;
  1172.        padding: 0;
  1173.        margin: 0;
  1174.        display: flex;
  1175.        align-items: center;
  1176.    }
  1177.  
  1178.    .horizontal-item-v7 {
  1179.        position: relative;
  1180.        margin-right: 30px;
  1181.    }
  1182.  
  1183.    .horizontal-link-v7 {
  1184.        color: #4a5568;
  1185.        text-decoration: none;
  1186.        font-size: 16px;
  1187.        font-weight: 500;
  1188.        padding: 20px 0;
  1189.        position: relative;
  1190.        transition: color 0.3s ease;
  1191.    }
  1192.  
  1193.    .horizontal-link-v7::after {
  1194.        content: '';
  1195.        position: absolute;
  1196.        bottom: 0;
  1197.        left: 0;
  1198.        width: 0;
  1199.        height: 2px;
  1200.        background: #007bff;
  1201.        transition: width 0.3s ease;
  1202.    }
  1203.  
  1204.    .horizontal-link-v7:hover,
  1205.    .horizontal-link-v7.active-v7 {
  1206.        color: #007bff;
  1207.        font-weight: 600;
  1208.    }
  1209.  
  1210.    .horizontal-link-v7:hover::after,
  1211.    .horizontal-link-v7.active-v7::after {
  1212.        width: 100%;
  1213.    }
  1214.  
  1215.    /* Horizontal Dropdown */
  1216.    .horizontal-dropdown-v7 {
  1217.        position: absolute;
  1218.        top: 100%;
  1219.        left: 0;
  1220.        background: var(--navbar-bg);
  1221.        min-width: 200px;
  1222.        border-radius: 8px;
  1223.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  1224.        opacity: 0;
  1225.        visibility: hidden;
  1226.        transform: translateY(-10px);
  1227.        transition: all 0.3s ease;
  1228.        padding: 10px 0;
  1229.        z-index: 100;
  1230.    }
  1231.  
  1232.    .dropdown-v7:hover .horizontal-dropdown-v7 {
  1233.        opacity: 1;
  1234.        visibility: visible;
  1235.        transform: translateY(0);
  1236.    }
  1237.  
  1238.    .dropdown-item-v7 {
  1239.        display: block;
  1240.        color: #4a5568;
  1241.        text-decoration: none;
  1242.        padding: 12px 20px;
  1243.        font-size: 14px;
  1244.        transition: all 0.3s ease;
  1245.    }
  1246.  
  1247.    .dropdown-item-v7:hover {
  1248.        color: #007bff;
  1249.        background: #565758ff;
  1250.    }
  1251.  
  1252.    /* Mobile Menu Button */
  1253.    .mobile-menu-btn-v7 {
  1254.        background: none;
  1255.        border: 1px solid var(--border-color);
  1256.        padding: 10px 15px;
  1257.        border-radius: 8px;
  1258.        cursor: pointer;
  1259.        display: flex;
  1260.        align-items: center;
  1261.        gap: 8px;
  1262.        font-size: 14px;
  1263.        font-weight: 500;
  1264.        color: #4a5568;
  1265.        transition: all 0.3s ease;
  1266.        margin: 0 auto;
  1267.    }
  1268.  
  1269.    .mobile-menu-btn-v7:hover {
  1270.        border-color: #cbd5e0;
  1271.        opacity: 0.7;
  1272.    }
  1273.  
  1274.    /* Sidebar Overlay */
  1275.    .sidebar-overlay-v7 {
  1276.        position: fixed;
  1277.        top: 0;
  1278.        left: 0;
  1279.        right: 0;
  1280.        bottom: 0;
  1281.        background: rgba(0, 0, 0, 0.5);
  1282.        z-index: 999;
  1283.        opacity: 0;
  1284.        visibility: hidden;
  1285.        transition: all 0.3s ease;
  1286.    }
  1287.  
  1288.    .sidebar-overlay-v7.show-v7 {
  1289.        opacity: 1;
  1290.        visibility: visible;
  1291.    }
  1292.  
  1293.    /* Responsive Design */
  1294.    @media (max-width: 991px) {
  1295.        .top-bar-v7 .col-lg-6 {
  1296.            order: 3;
  1297.            margin-top: 15px;
  1298.        }
  1299.  
  1300.        .header-actions-v7 {
  1301.            justify-content: flex-start;
  1302.        }
  1303.    }
  1304.  
  1305.    @media (max-width: 768px) {
  1306.        .sidebar-nav-v7 {
  1307.            width: 300px;
  1308.            left: -300px;
  1309.        }
  1310.  
  1311.        .search-container-v7 {
  1312.            margin-top: 10px;
  1313.        }
  1314.    }
  1315. </style>
  1316.  
  1317. <script>
  1318.    function openSidebarV7() {
  1319.        const sidebar = document.getElementById('sidebarNavV7');
  1320.        const overlay = document.getElementById('sidebarOverlayV7');
  1321.  
  1322.        sidebar.classList.add('show-v7');
  1323.        overlay.classList.add('show-v7');
  1324.        document.body.style.overflow = 'hidden';
  1325.    }
  1326.  
  1327.    function closeSidebarV7() {
  1328.        const sidebar = document.getElementById('sidebarNavV7');
  1329.        const overlay = document.getElementById('sidebarOverlayV7');
  1330.  
  1331.        sidebar.classList.remove('show-v7');
  1332.        overlay.classList.remove('show-v7');
  1333.        document.body.style.overflow = '';
  1334.    }
  1335.  
  1336.    function toggleSubmenuV7(submenuId) {
  1337.        const submenu = document.getElementById(submenuId);
  1338.        const parentItem = submenu.closest('.sidebar-item-v7');
  1339.  
  1340.        // Close other open submenus
  1341.        const allSubmenus = document.querySelectorAll('.sidebar-submenu-v7');
  1342.        const allParentItems = document.querySelectorAll('.has-submenu-v7');
  1343.  
  1344.        allSubmenus.forEach(menu => {
  1345.            if (menu.id !== submenuId) {
  1346.                menu.classList.remove('show-v7');
  1347.            }
  1348.        });
  1349.  
  1350.        allParentItems.forEach(item => {
  1351.            if (item !== parentItem) {
  1352.                item.classList.remove('open-v7');
  1353.            }
  1354.        });
  1355.  
  1356.        // Toggle current submenu
  1357.        submenu.classList.toggle('show-v7');
  1358.        parentItem.classList.toggle('open-v7');
  1359.    }
  1360.  
  1361.    // Close sidebar when clicking outside
  1362.    document.addEventListener('click', function (event) {
  1363.        const sidebar = document.getElementById('sidebarNavV7');
  1364.        const mobileBtn = document.querySelector('.mobile-menu-btn-v7');
  1365.  
  1366.        if (!sidebar.contains(event.target) && !mobileBtn.contains(event.target)) {
  1367.            closeSidebarV7();
  1368.        }
  1369.    });
  1370.  
  1371.    // Handle window resize
  1372.    window.addEventListener('resize', function () {
  1373.        if (window.innerWidth >= 992) {
  1374.            closeSidebarV7();
  1375.        }
  1376.    });
  1377. </script>
  1378.  
  1379. <script>
  1380.  document.addEventListener("DOMContentLoaded", function () {
  1381.    console.log("loaded");
  1382.  
  1383.     const searchInput = document.getElementById("search-input")
  1384.    const searchResults = document.getElementById("search-results");
  1385.  
  1386.    if (!searchInput || !searchResults) {
  1387.      console.error("Search input/results not found");
  1388.      return;
  1389.    }
  1390.  
  1391.    // Prevent form submission
  1392.    if (searchInput.form) {
  1393.      searchInput.form.addEventListener("submit", function (e) {
  1394.        e.preventDefault();
  1395.      });
  1396.    }
  1397.  
  1398.    // Add event listener for keyup
  1399.    searchInput.addEventListener("keyup", function (e) {
  1400.      console.log("Key pressed:", e.key);
  1401.      e.preventDefault();
  1402.  
  1403.      const query = searchInput.value.trim();
  1404.      console.log("User is typing: " + query);
  1405.  
  1406.      // If empty → clear and hide
  1407.      if (query === "") {
  1408.        searchResults.innerHTML = "";
  1409.        searchResults.style.display = "none";
  1410.        return;
  1411.      }
  1412.  
  1413.      // Show results
  1414.      searchResults.style.display = "block";
  1415.  
  1416.      // Fetch search results
  1417.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1418.        method: "GET",
  1419.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1420.      })
  1421.        .then(response => {
  1422.          console.log("Response Status:", response.status);
  1423.          return response.json();
  1424.        })
  1425.        .then(data => {
  1426.          console.log("Data received:", data);
  1427.          if (data.html) {
  1428.            searchResults.innerHTML = data.html;
  1429.          } else {
  1430.            searchResults.innerHTML = "<p>No results found.</p>";
  1431.          }
  1432.        })
  1433.        .catch(error => {
  1434.          console.error("Error fetching search results:", error);
  1435.        });
  1436.    });
  1437.  
  1438.    // Close results when clicking outside
  1439.    document.addEventListener("click", function (e) {
  1440.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1441.        searchResults.style.display = "none";
  1442.      }
  1443.    });
  1444.  
  1445.    // Close results on ESC key
  1446.    document.addEventListener("keydown", function (e) {
  1447.      if (e.key === "Escape") {
  1448.        searchResults.style.display = "none";
  1449.      }
  1450.    });
  1451.  });
  1452. </script>
  1453.  
  1454. <style>
  1455.        /* search field */
  1456.  .search-results-container {
  1457.  position: absolute;
  1458.  top: 100%; /* Position it below the input field */
  1459.  left: 10px;
  1460.  right: 10px;
  1461.  background-color: white;
  1462.  border: 1px solid #ddd;
  1463.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1464.  max-height: 300px;
  1465.  overflow-y: auto;
  1466.  z-index: 1000;
  1467.  display: none; /* Initially hidden */
  1468. }
  1469.  
  1470. .search-results-container p {
  1471.  margin: 0;
  1472. }
  1473.  
  1474. .search-results-container .result-item {
  1475.  padding: 10px;
  1476.  cursor: pointer;
  1477. }
  1478.  
  1479. .search-results-container .result-item:hover {
  1480.  background-color: #f0f0f0;
  1481. }
  1482. </style>
  1483.  
  1484.        </header>
  1485.        <!-- end of header -->
  1486.        <!-- start of wpo-blog-hero -->
  1487.        
  1488.  
  1489.  
  1490.  
  1491.  
  1492.  
  1493.  
  1494.  
  1495. <div class="blog-hero-v6">
  1496.    <div class="container-fluid fluid-container">
  1497.        
  1498.        <!-- Top Section - Two Column Layout -->
  1499.        <div class="row g-4 mb-5">
  1500.            <!-- Main Featured Article - Left -->
  1501.            
  1502.  
  1503.            <div class="col-lg-6 col-md-12">
  1504.                <article class="main-featured">
  1505.                    <div class="featured-image-container">
  1506.                        
  1507.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1508.                                class="featured-image" style="object-fit: cover;" alt="">
  1509.                        
  1510.                        <div class="category-tag bg-primary-gradient">News</div>
  1511.                    </div>
  1512.                    <div class="featured-content">
  1513.                        <h1 class="featured-title"><a class="top-color" href="/doctors-from-the-scottish-region-and-america-achieve-groundbreaking-stroke-procedure-using-automated-technology/" >
  1514.                                        Doctors from the Scottish region and America Achieve Groundbreaking Stroke Procedure Using Automated Technology
  1515.                                    </a></h1>
  1516.                        <p class="featured-summary"></p>
  1517.                        <div class="article-meta">
  1518.                            <div class="author-info">
  1519.                                
  1520.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joseph Randolph" class="author-pic">
  1521.                                
  1522.                                <div class="author-text">
  1523.                                    <span class="author-name">Joseph Randolph</span>
  1524.                                    <span class="post-time">14 May 2026</span>
  1525.                                    
  1526.                                </div>
  1527.                            </div>
  1528.                            <div class="reading-info">
  1529.                                <!-- <span class="read-time">4 min read</span> -->
  1530.                            </div>
  1531.                        </div>
  1532.                    </div>
  1533.                </article>
  1534.            </div>
  1535.            
  1536.  
  1537.            <div class="col-lg-6 col-md-12">
  1538.                <article class="main-featured">
  1539.                    <div class="featured-image-container">
  1540.                        
  1541.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1542.                                class="featured-image" style="object-fit: cover;" alt="">
  1543.                        
  1544.                        <div class="category-tag bg-primary-gradient">News</div>
  1545.                    </div>
  1546.                    <div class="featured-content">
  1547.                        <h1 class="featured-title"><a class="top-color" href="/beijings-proposed-ai-guidelines-target-on-youth-safeguards-and-suicide-prevention-mitigation/" >
  1548.                                        Beijing&#x27;s Proposed AI Guidelines Target on Youth Safeguards and Suicide Prevention Mitigation.
  1549.                                    </a></h1>
  1550.                        <p class="featured-summary"></p>
  1551.                        <div class="article-meta">
  1552.                            <div class="author-info">
  1553.                                
  1554.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joseph Randolph" class="author-pic">
  1555.                                
  1556.                                <div class="author-text">
  1557.                                    <span class="author-name">Joseph Randolph</span>
  1558.                                    <span class="post-time">13 May 2026</span>
  1559.                                    
  1560.                                </div>
  1561.                            </div>
  1562.                            <div class="reading-info">
  1563.                                <!-- <span class="read-time">4 min read</span> -->
  1564.                            </div>
  1565.                        </div>
  1566.                    </div>
  1567.                </article>
  1568.            </div>
  1569.            
  1570.  
  1571.        </div>
  1572.  
  1573.        <!-- Bottom Section - Three Column Grid -->
  1574.        <div class="row g-4">
  1575.            
  1576.                <div class="col-lg-4 col-md-6 col-12">
  1577.                    <article class="compact-card">
  1578.                        <div class="compact-image">
  1579.                            
  1580.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1581.                                   style="object-fit: cover;" alt="">
  1582.                            
  1583.                            <div class="compact-category bg-primary-gradient">News</div>
  1584.                        </div>
  1585.                        <div class="compact-body">
  1586.                            <h3 class="compact-title"> <a class="top-color" href="/californias-governor-confirms-he-is-weighing-a-white-house-bid-in-2028/" >
  1587.                                        California&#x27;s Governor Confirms He Is Weighing a White House Bid in 2028
  1588.                                    </a></h3>
  1589.                            <p class="compact-text"></p>
  1590.                            <div class="compact-footer">
  1591.                                <div class="compact-author">
  1592.                                    
  1593.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" class="compact-avatar">
  1594.                                    
  1595.                                    <span class="compact-name">Joseph Randolph</span>
  1596.                                </div>
  1597.                                <span class="compact-date">13 May 2026</span>
  1598.                            </div>
  1599.                        </div>
  1600.                    </article>
  1601.                </div>
  1602.            
  1603.                <div class="col-lg-4 col-md-6 col-12">
  1604.                    <article class="compact-card">
  1605.                        <div class="compact-image">
  1606.                            
  1607.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1608.                                   style="object-fit: cover;" alt="">
  1609.                            
  1610.                            <div class="compact-category bg-primary-gradient">News</div>
  1611.                        </div>
  1612.                        <div class="compact-body">
  1613.                            <h3 class="compact-title"> <a class="top-color" href="/there-are-those-on-the-opposing-sides-who-offer-only-complaints-labour-is-getting-on-with-the-job-of-economic-rejuvenation/" >
  1614.                                        There are those on the opposing sides who offer only complaints: Labour is getting on with the job of economic rejuvenation.
  1615.                                    </a></h3>
  1616.                            <p class="compact-text"></p>
  1617.                            <div class="compact-footer">
  1618.                                <div class="compact-author">
  1619.                                    
  1620.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" class="compact-avatar">
  1621.                                    
  1622.                                    <span class="compact-name">Joseph Randolph</span>
  1623.                                </div>
  1624.                                <span class="compact-date">13 May 2026</span>
  1625.                            </div>
  1626.                        </div>
  1627.                    </article>
  1628.                </div>
  1629.            
  1630.  
  1631.            <div class="col-lg-4 col-md-12 col-12">
  1632.                <!-- Recent Articles Sidebar -->
  1633.                <div class="recent-section">
  1634.                    <h3 class="recent-title">Recent Articles</h3>
  1635.                    <div class="recent-list">
  1636.                        
  1637.                        <div class="recent-item">
  1638.                            <div class="recent-content">
  1639.                                <h4 class="recent-article-title"><a class="top-color" href="/the-greater-manchester-mayor-would-probably-have-secured-gorton-and-denton-byelection-states-labour-number-two/" >
  1640.                                        The Greater Manchester Mayor Would &#x27;Probably&#x27; Have Secured Gorton and Denton Byelection, States Labour Number Two
  1641.                                    </a></h4>
  1642.                                <span class="recent-date">13 May 2026</span>
  1643.                            </div>
  1644.                        </div>
  1645.                        
  1646.                    </div>
  1647.                </div>
  1648.            </div>
  1649.        </div>
  1650.    </div>
  1651. </div>
  1652.  
  1653. <style>
  1654. /* Blog Hero V6 - Magazine Style with White Background */
  1655. .blog-hero-v6 {
  1656.    padding: 3rem 0;
  1657.    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  1658. }
  1659.  
  1660. /* Main Featured Article */
  1661. .main-featured {
  1662.    background: var(--card-bg);
  1663.    border-radius: 16px;
  1664.    overflow: hidden;
  1665.    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  1666.    border: 1px solid var(--border-color);
  1667.    transition: all 0.3s ease;
  1668. }
  1669.  
  1670. .main-featured:hover {
  1671.    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  1672.    transform: translateY(-2px);
  1673. }
  1674.  
  1675. .featured-image-container {
  1676.    position: relative;
  1677.    height: 300px;
  1678.    overflow: hidden;
  1679. }
  1680.  
  1681. .featured-image {
  1682.    width: 100%;
  1683.    height: 100%;
  1684.    object-fit: cover;
  1685.    transition: transform 0.4s ease;
  1686. }
  1687.  
  1688. .main-featured:hover .featured-image {
  1689.    transform: scale(1.03);
  1690. }
  1691.  
  1692. .featured-content {
  1693.    padding: 2.5rem;
  1694. }
  1695.  
  1696. .featured-title {
  1697.    font-size: 2rem;
  1698.    font-weight: 700;
  1699.    color: #1a202c;
  1700.    margin-bottom: 1rem;
  1701.    line-height: 1.25;
  1702.    letter-spacing: -0.025em;
  1703. }
  1704.  
  1705. .featured-summary {
  1706.    font-size: 1.1rem;
  1707.    color: #4a5568;
  1708.    line-height: 1.6;
  1709.    margin-bottom: 2rem;
  1710. }
  1711.  
  1712. /* Category Tags */
  1713. .category-tag {
  1714.    position: absolute;
  1715.    top: 1.5rem;
  1716.    left: 1.5rem;
  1717.    padding: 0.5rem 1rem;
  1718.    font-size: 0.75rem;
  1719.    font-weight: 600;
  1720.    text-transform: uppercase;
  1721.    letter-spacing: 0.1em;
  1722.    color: white;
  1723.    border-radius: 6px;
  1724.    z-index: 2;
  1725. }
  1726.  
  1727.  
  1728. /* Article Meta */
  1729. .article-meta {
  1730.    display: flex;
  1731.    align-items: center;
  1732.    justify-content: space-between;
  1733. }
  1734.  
  1735. .author-info {
  1736.    display: flex;
  1737.    align-items: center;
  1738.    gap: 1rem;
  1739. }
  1740.  
  1741. .author-pic {
  1742.    width: 48px;
  1743.    height: 48px;
  1744.    border-radius: 50%;
  1745.    object-fit: cover;
  1746.    border: 2px solid #e2e8f0;
  1747. }
  1748.  
  1749. .author-text {
  1750.    display: flex;
  1751.    flex-direction: column;
  1752. }
  1753.  
  1754. .author-name {
  1755.    font-weight: 600;
  1756.    color: #2d3748;
  1757.    font-size: 0.95rem;
  1758. }
  1759.  
  1760. .post-time {
  1761.    font-size: 0.85rem;
  1762.    color: #718096;
  1763. }
  1764.  
  1765. .reading-info {
  1766.    display: flex;
  1767.    align-items: center;
  1768. }
  1769.  
  1770. .read-time {
  1771.    font-size: 0.9rem;
  1772.    color: #718096;
  1773.    padding: 0.25rem 0.75rem;
  1774.    background: #f7fafc;
  1775.    border-radius: 15px;
  1776.    font-weight: 500;
  1777. }
  1778.  
  1779. /* Secondary Featured */
  1780. .secondary-featured {
  1781.    background: var(--card-bg);
  1782.    border-radius: 16px;
  1783.    overflow: hidden;
  1784.    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  1785.    border: 1px solid var(--border-color);
  1786.    height: 100%;
  1787.    transition: all 0.3s ease;
  1788. }
  1789.  
  1790. .secondary-featured:hover {
  1791.    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  1792.    transform: translateY(-2px);
  1793. }
  1794.  
  1795. .secondary-image-wrapper {
  1796.    position: relative;
  1797.    height: 200px;
  1798.    overflow: hidden;
  1799. }
  1800.  
  1801. .secondary-image-wrapper img {
  1802.    width: 100%;
  1803.    height: 100%;
  1804.    object-fit: cover;
  1805.    transition: transform 0.4s ease;
  1806. }
  1807.  
  1808. .secondary-featured:hover .secondary-image-wrapper img {
  1809.    transform: scale(1.03);
  1810. }
  1811.  
  1812. .secondary-content {
  1813.    padding: 2rem;
  1814. }
  1815.  
  1816. .secondary-title {
  1817.    font-size: 1.5rem;
  1818.    font-weight: 600;
  1819.    color: #1a202c;
  1820.    margin-bottom: 1rem;
  1821.    line-height: 1.3;
  1822. }
  1823.  
  1824. .secondary-excerpt {
  1825.    font-size: 0.95rem;
  1826.    color: #4a5568;
  1827.    line-height: 1.6;
  1828.    margin-bottom: 1.5rem;
  1829. }
  1830.  
  1831. .secondary-meta {
  1832.    display: flex;
  1833.    align-items: center;
  1834.    gap: 0.5rem;
  1835.    font-size: 0.85rem;
  1836.    color: #718096;
  1837. }
  1838.  
  1839. .meta-divider {
  1840.    color: #cbd5e0;
  1841. }
  1842.  
  1843. /* Compact Cards */
  1844. .compact-card {
  1845.    background: var(--card-bg);
  1846.    border-radius: 12px;
  1847.    overflow: hidden;
  1848.    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
  1849.    border: 1px solid var(--border-color);
  1850.    transition: all 0.3s ease;
  1851.    height: 100%;
  1852.    display: flex;
  1853.    flex-direction: column;
  1854. }
  1855.  
  1856. .compact-card:hover {
  1857.    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
  1858.    transform: translateY(-3px);
  1859. }
  1860.  
  1861. .compact-image {
  1862.    position: relative;
  1863.    height: 180px;
  1864.    overflow: hidden;
  1865. }
  1866.  
  1867. .compact-image img {
  1868.    width: 100%;
  1869.    height: 100%;
  1870.    object-fit: cover;
  1871.    transition: transform 0.4s ease;
  1872. }
  1873.  
  1874. .compact-card:hover .compact-image img {
  1875.    transform: scale(1.05);
  1876. }
  1877.  
  1878. .compact-category {
  1879.    position: absolute;
  1880.    top: 1rem;
  1881.    left: 1rem;
  1882.    padding: 0.25rem 0.75rem;
  1883.    font-size: 0.7rem;
  1884.    font-weight: 600;
  1885.    text-transform: uppercase;
  1886.    color: white;
  1887.    border-radius: 4px;
  1888. }
  1889.  
  1890. .compact-body {
  1891.    padding: 1.5rem;
  1892.    flex-grow: 1;
  1893.    display: flex;
  1894.    flex-direction: column;
  1895. }
  1896.  
  1897. .compact-title {
  1898.    font-size: 1.1rem;
  1899.    font-weight: 600;
  1900.    color: #1a202c;
  1901.    margin-bottom: 0.75rem;
  1902.    line-height: 1.4;
  1903. }
  1904.  
  1905. .compact-text {
  1906.    font-size: 0.9rem;
  1907.    color: #4a5568;
  1908.    line-height: 1.5;
  1909.    margin-bottom: 1.5rem;
  1910.    flex-grow: 1;
  1911. }
  1912.  
  1913. .compact-footer {
  1914.    display: flex;
  1915.    align-items: center;
  1916.    justify-content: space-between;
  1917.    margin-top: auto;
  1918. }
  1919.  
  1920. .compact-author {
  1921.    display: flex;
  1922.    align-items: center;
  1923.    gap: 0.5rem;
  1924. }
  1925.  
  1926. .compact-avatar {
  1927.    width: 32px;
  1928.    height: 32px;
  1929.    border-radius: 50%;
  1930.    object-fit: cover;
  1931. }
  1932.  
  1933. .compact-name {
  1934.    font-size: 0.85rem;
  1935.    font-weight: 500;
  1936.    color: #2d3748;
  1937. }
  1938.  
  1939. .compact-date {
  1940.    font-size: 0.8rem;
  1941.    color: #718096;
  1942. }
  1943.  
  1944. /* Recent Articles Section */
  1945. .recent-section {
  1946.    background: var(--card-bg);
  1947.    border-radius: 12px;
  1948.    padding: 2rem;
  1949.    border: 1px solid var(--border-color);
  1950.    height: 100%;
  1951. }
  1952.  
  1953. .recent-title {
  1954.    font-size: 1.25rem;
  1955.    font-weight: 700;
  1956.    color: #1a202c;
  1957.    margin-bottom: 1.5rem;
  1958.    padding-bottom: 0.75rem;
  1959.    border-bottom: 2px solid var(--border-color);
  1960. }
  1961.  
  1962. .recent-list {
  1963.    display: flex;
  1964.    flex-direction: column;
  1965.    gap: 1.25rem;
  1966. }
  1967.  
  1968. .recent-item {
  1969.    display: flex;
  1970.    align-items: center;
  1971.    gap: 1rem;
  1972.    padding: 0.8rem;
  1973.    background: var(--card-bg);
  1974.    border-radius: 8px;
  1975.    transition: all 0.2s ease;
  1976.    border: 1px solid var(--border-color);
  1977. }
  1978.  
  1979. .recent-item:hover {
  1980.    transform: translateX(4px);
  1981.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  1982. }
  1983.  
  1984. .recent-content {
  1985.    flex-grow: 1;
  1986. }
  1987.  
  1988. .recent-article-title {
  1989.    font-size: 0.95rem;
  1990.    font-weight: 600;
  1991.    color: #1a202c;
  1992.    margin-bottom: 0rem;
  1993.    line-height: 1.3;
  1994. }
  1995.  
  1996. .recent-date {
  1997.    font-size: 0.8rem;
  1998.    color: #718096;
  1999. }
  2000.  
  2001. /* Responsive Design */
  2002. @media (max-width: 992px) {
  2003.    .blog-hero-v6 {
  2004.        padding: 2rem 0;
  2005.    }
  2006.    
  2007.    .featured-title {
  2008.        font-size: 1.75rem;
  2009.    }
  2010.    
  2011.    .secondary-title {
  2012.        font-size: 1.3rem;
  2013.    }
  2014.    
  2015.    .article-meta {
  2016.        flex-direction: column;
  2017.        align-items: flex-start;
  2018.        gap: 1rem;
  2019.    }
  2020. }
  2021.  
  2022. @media (max-width: 768px) {
  2023.    .featured-content,
  2024.    .secondary-content {
  2025.        padding: 1.5rem;
  2026.    }
  2027.    
  2028.    .featured-title {
  2029.        font-size: 1.5rem;
  2030.    }
  2031.    
  2032.    .featured-image-container,
  2033.    .secondary-image-wrapper {
  2034.        height: 200px;
  2035.    }
  2036.    
  2037.    .compact-image {
  2038.        height: 150px;
  2039.    }
  2040.    
  2041.    .recent-section {
  2042.        margin-top: 2rem;
  2043.    }
  2044. }
  2045.  
  2046. @media (max-width: 576px) {
  2047.    .reading-info {
  2048.        margin-top: 1rem;
  2049.    }
  2050.    
  2051.    .secondary-meta {
  2052.        flex-wrap: wrap;
  2053.    }
  2054.    
  2055.    .recent-item {
  2056.        padding: 0.75rem;
  2057.    }
  2058. }
  2059. </style>
  2060.  
  2061.  
  2062.  
  2063.  
  2064.        <!-- end of wpo-blog-hero -->
  2065.  
  2066.        <!-- start of wpo-breacking-news -->
  2067.        
  2068.        <!-- end of wpo-breacking-news -->
  2069.        
  2070.        <!-- start wpo-blog-highlights-section -->
  2071.        
  2072.  
  2073.  
  2074.  
  2075.    
  2076.  
  2077.  
  2078.  
  2079. <style>
  2080.    .blog-highlights-v2 {
  2081.        padding: 60px 0;
  2082.        position: relative;
  2083.        overflow: hidden;
  2084.    }
  2085.    
  2086.    .blog-highlights-v2::before {
  2087.        content: '';
  2088.        position: absolute;
  2089.        top: 0;
  2090.        left: 0;
  2091.        width: 100%;
  2092.        height: 100%;
  2093.        background: var(--body-bg);
  2094.        pointer-events: none;
  2095.    }
  2096.    
  2097.    .blog-card-v2 {
  2098.        border: none;
  2099.        border-radius: 20px;
  2100.        overflow: hidden;
  2101.        background: white;
  2102.        height: 100%;
  2103.        position: relative;
  2104.        transform: translateY(0);
  2105.        transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  2106.        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  2107.        will-change: transform;
  2108.    }
  2109.    
  2110.    .blog-card-v2::before {
  2111.        content: '';
  2112.        position: absolute;
  2113.        top: 0;
  2114.        left: 0;
  2115.        width: 100%;
  2116.        height: 100%;
  2117.        background: linear-gradient(45deg, transparent 0%, rgba(255,255,255,0.1) 50%, transparent 100%);
  2118.        transform: translateX(-100%);
  2119.        transition: transform 0.6s ease;
  2120.        z-index: 1;
  2121.    }
  2122.    
  2123.    .blog-card-v2:hover {
  2124.        transform: translateY(-15px) scale(1.02);
  2125.        box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  2126.    }
  2127.    
  2128.    .blog-card-v2:hover::before {
  2129.        transform: translateX(100%);
  2130.    }
  2131.    
  2132.    .blog-image-v2 {
  2133.        position: relative;
  2134.        overflow: hidden;
  2135.        height: 250px;
  2136.        background: linear-gradient(45deg, #667eea 0%, #764ba2 100%);
  2137.    }
  2138.    
  2139.    .blog-image-v2::after {
  2140.        content: '';
  2141.        position: absolute;
  2142.        top: 0;
  2143.        left: 0;
  2144.        width: 100%;
  2145.        height: 100%;
  2146.        background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.3) 100%);
  2147.        z-index: 2;
  2148.    }
  2149.    
  2150.    .blog-image-v2 img {
  2151.        width: 100%;
  2152.        height: 100%;
  2153.        object-fit: cover;
  2154.        transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  2155.        transform: scale(1);
  2156.    }
  2157.    
  2158.    .blog-card-v2:hover .blog-image-v2 img {
  2159.        transform: scale(1.1) rotate(2deg);
  2160.    }
  2161.    
  2162.    .blog-category-v2 {
  2163.        position: absolute;
  2164.        top: 20px;
  2165.        left: 20px;
  2166.        padding: 8px 16px;
  2167.        border-radius: 50px;
  2168.        font-size: 12px;
  2169.        font-weight: 700;
  2170.        text-transform: uppercase;
  2171.        letter-spacing: 1px;
  2172.      
  2173.        z-index: 3;
  2174.        transform: translateY(0);
  2175.        transition: all 0.3s ease;
  2176.        box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
  2177.    }
  2178.    
  2179.    .blog-card-v2:hover .blog-category-v2 {
  2180.        transform: translateY(-5px);
  2181.        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
  2182.    }
  2183.    
  2184.    .blog-content-v2 {
  2185.        padding: 30px 25px;
  2186.        position: relative;
  2187.        z-index: 2;
  2188.    }
  2189.    
  2190.    .blog-title-v2 {
  2191.        font-size: 18px;
  2192.        font-weight: 700;
  2193.        line-height: 1.4;
  2194.        margin-bottom: 15px;
  2195.        min-height: 50px;
  2196.        position: relative;
  2197.        overflow: hidden;
  2198.    }
  2199.    
  2200.    .blog-title-v2 a {
  2201.        text-decoration: none;
  2202.        position: relative;
  2203.        transition: all 0.3s ease;
  2204.        background-clip: text;
  2205.        -webkit-background-clip: text;
  2206.    }
  2207.    
  2208.    .blog-title-v2 a::after {
  2209.        content: '';
  2210.        position: absolute;
  2211.        bottom: -2px;
  2212.        left: 0;
  2213.        width: 0;
  2214.        height: 2px;
  2215.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2216.        transition: width 0.4s ease;
  2217.    }
  2218.    
  2219.    .blog-card-v2:hover .blog-title-v2 a::after {
  2220.        width: 100%;
  2221.    }
  2222.    
  2223.    .blog-meta-v2 {
  2224.        display: flex;
  2225.        align-items: center;
  2226.        gap: 12px;
  2227.        margin-bottom: 15px;
  2228.        font-size: 13px;
  2229.        padding-bottom: 15px;
  2230.        border-bottom: 2px solid rgba(102, 126, 234, 0.1);
  2231.        position: relative;
  2232.    }
  2233.    
  2234.    .blog-meta-v2::after {
  2235.        content: '';
  2236.        position: absolute;
  2237.        bottom: -2px;
  2238.        left: 0;
  2239.        width: 0;
  2240.        height: 2px;
  2241.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2242.        transition: width 0.5s ease 0.2s;
  2243.    }
  2244.    
  2245.    .blog-card-v2:hover .blog-meta-v2::after {
  2246.        width: 60px;
  2247.    }
  2248.    
  2249.    .blog-author-img-v2 {
  2250.        width: 32px;
  2251.        height: 32px;
  2252.        border-radius: 50%;
  2253.        object-fit: cover;
  2254.        border: 3px solid white;
  2255.        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  2256.        transition: all 0.3s ease;
  2257.    }
  2258.    
  2259.    .blog-card-v2:hover .blog-author-img-v2 {
  2260.        transform: scale(1.1);
  2261.        box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
  2262.    }
  2263.    
  2264.    .blog-excerpt-v2 {
  2265.        font-size: 14px;
  2266.        line-height: 1.6;
  2267.        color: #666;
  2268.        display: -webkit-box;
  2269.        -webkit-line-clamp: 3;
  2270.        -webkit-box-orient: vertical;
  2271.        overflow: hidden;
  2272.        position: relative;
  2273.        opacity: 0.8;
  2274.        transition: opacity 0.3s ease;
  2275.    }
  2276.    
  2277.    .blog-card-v2:hover .blog-excerpt-v2 {
  2278.        opacity: 1;
  2279.    }
  2280.    
  2281.    .section-header-v2 {
  2282.        text-align: center;
  2283.        margin-bottom: 70px;
  2284.        position: relative;
  2285.    }
  2286.    
  2287.    .section-title-v2 {
  2288.        font-size: 3.2rem;
  2289.        font-weight: 800;
  2290.        margin-bottom: 20px;
  2291.        position: relative;
  2292.    }
  2293.    
  2294.    .section-title-v2::after {
  2295.        content: '';
  2296.        position: absolute;
  2297.        bottom: -10px;
  2298.        left: 50%;
  2299.        transform: translateX(-50%);
  2300.        width: 80px;
  2301.        height: 4px;
  2302.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2303.        border-radius: 2px;
  2304.    }
  2305.    
  2306.    .section-subtitle-v2 {
  2307.        font-size: 1.1rem;
  2308.        color: #666;
  2309.        max-width: 600px;
  2310.        margin: 0 auto;
  2311.        line-height: 1.6;
  2312.    }
  2313.    
  2314.    .blog-read-more-v2 {
  2315.        position: absolute;
  2316.        bottom: 25px;
  2317.        right: 25px;
  2318.        width: 45px;
  2319.        height: 45px;
  2320.        border-radius: 50%;
  2321.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2322.        display: flex;
  2323.        align-items: center;
  2324.        justify-content: center;
  2325.        color: white;
  2326.        text-decoration: none;
  2327.        transition: all 0.4s ease;
  2328.        transform: scale(0);
  2329.        opacity: 0;
  2330.        box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
  2331.    }
  2332.    
  2333.    .blog-card-v2:hover .blog-read-more-v2 {
  2334.        transform: scale(1);
  2335.        opacity: 1;
  2336.    }
  2337.    
  2338.    .blog-read-more-v2:hover {
  2339.        transform: scale(1.1);
  2340.        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
  2341.    }
  2342.    
  2343.    /* Animation Classes */
  2344.    .animate-on-scroll {
  2345.        opacity: 0;
  2346.        transform: translateY(30px);
  2347.        transition: all 0.6s ease;
  2348.    }
  2349.    
  2350.    .animate-on-scroll.animated {
  2351.        opacity: 1;
  2352.        transform: translateY(0);
  2353.    }
  2354.    
  2355.    /* Staggered Animation */
  2356.    .blog-card-v2:nth-child(1) { animation-delay: 0.1s; }
  2357.    .blog-card-v2:nth-child(2) { animation-delay: 0.2s; }
  2358.    .blog-card-v2:nth-child(3) { animation-delay: 0.3s; }
  2359.    .blog-card-v2:nth-child(4) { animation-delay: 0.4s; }
  2360.    .blog-card-v2:nth-child(5) { animation-delay: 0.5s; }
  2361.    .blog-card-v2:nth-child(6) { animation-delay: 0.6s; }
  2362.  
  2363.    @media (max-width: 768px) {
  2364.        .section-title-v2 {
  2365.            font-size: 2.5rem;
  2366.        }
  2367.        .blog-highlights-v2 {
  2368.            padding: 40px 0;
  2369.        }
  2370.        .blog-content-v2 {
  2371.            padding: 25px 20px;
  2372.        }
  2373.        .blog-card-v2:hover {
  2374.            transform: translateY(-10px) scale(1.01);
  2375.        }
  2376.    }
  2377. </style>
  2378.  
  2379. <section class="blog-highlights-v2">
  2380.    <div class="container-fluid fluid-container">
  2381.        <div class="row">
  2382.            <div class="col-12">
  2383.                <div class="section-header-v2 animate-on-scroll">
  2384.                    <h2 class="section-title-v2 text-primary-gradient">
  2385.                Today's Top Highlights
  2386.                   </h2>
  2387.                    <p class="section-subtitle-v2">Discover our latest stories and insights from around the world</p>
  2388.                </div>
  2389.            </div>
  2390.        </div>
  2391.        
  2392.        <div class="row">
  2393.            <div class="col-lg-8 col-12">
  2394.                <div class="row g-4">
  2395.                    
  2396.                    <div class="col-lg-6 col-md-6 col-12">
  2397.                        <div class="card blog-card-v2 animate-on-scroll">
  2398.                            <div class="blog-image-v2">
  2399.                                
  2400.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2401.                                
  2402.                                <span class="blog-category-v2 bg-primary-gradient">
  2403.                                    News
  2404.                                </span>
  2405.                            </div>
  2406.                            <div class="blog-content-v2">
  2407.                                <h3 class="blog-title-v2">
  2408.                                    <a class="top-color" href="/previous-bbc-specialists-participate-in-members-of-parliaments-grilling-following-claims-of-prejudice-in-leaked-document/">
  2409.                                    Previous BBC Specialists Participate in Members of Parliament&#x27;s Grilling Following Claims of Prejudice in Leaked Document
  2410.                                    </a>
  2411.                                </h3>
  2412.                                <div class="blog-meta-v2">
  2413.                                    
  2414.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joseph Randolph" class="blog-author-img-v2">
  2415.                                    
  2416.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2417.                                    <span>By Joseph Randolph</span>
  2418.                                    <span style="color: #ccc;">•</span>
  2419.                                    <span style="color: #999;">13 May 2026</span>
  2420.                                </div>
  2421.                                <p class="blog-excerpt-v2"></p>
  2422.                              
  2423.                            </div>
  2424.                        </div>
  2425.                    </div>
  2426.                    
  2427.                    <div class="col-lg-6 col-md-6 col-12">
  2428.                        <div class="card blog-card-v2 animate-on-scroll">
  2429.                            <div class="blog-image-v2">
  2430.                                
  2431.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2432.                                
  2433.                                <span class="blog-category-v2 bg-primary-gradient">
  2434.                                    News
  2435.                                </span>
  2436.                            </div>
  2437.                            <div class="blog-content-v2">
  2438.                                <h3 class="blog-title-v2">
  2439.                                    <a class="top-color" href="/the-blue-jays-earn-fall-classic-meeting-with-the-dodgers/">
  2440.                                    The Blue Jays Earn Fall Classic Meeting With the Dodgers
  2441.                                    </a>
  2442.                                </h3>
  2443.                                <div class="blog-meta-v2">
  2444.                                    
  2445.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joseph Randolph" class="blog-author-img-v2">
  2446.                                    
  2447.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2448.                                    <span>By Joseph Randolph</span>
  2449.                                    <span style="color: #ccc;">•</span>
  2450.                                    <span style="color: #999;">13 May 2026</span>
  2451.                                </div>
  2452.                                <p class="blog-excerpt-v2"></p>
  2453.                              
  2454.                            </div>
  2455.                        </div>
  2456.                    </div>
  2457.                    
  2458.                    <div class="col-lg-6 col-md-6 col-12">
  2459.                        <div class="card blog-card-v2 animate-on-scroll">
  2460.                            <div class="blog-image-v2">
  2461.                                
  2462.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2463.                                
  2464.                                <span class="blog-category-v2 bg-primary-gradient">
  2465.                                    News
  2466.                                </span>
  2467.                            </div>
  2468.                            <div class="blog-content-v2">
  2469.                                <h3 class="blog-title-v2">
  2470.                                    <a class="top-color" href="/the-visitors-select-shoaib-bashir-in-team-for-the-ashes-series-opener/">
  2471.                                    The visitors Select Shoaib Bashir in Team for The Ashes series Opener
  2472.                                    </a>
  2473.                                </h3>
  2474.                                <div class="blog-meta-v2">
  2475.                                    
  2476.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joseph Randolph" class="blog-author-img-v2">
  2477.                                    
  2478.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2479.                                    <span>By Joseph Randolph</span>
  2480.                                    <span style="color: #ccc;">•</span>
  2481.                                    <span style="color: #999;">13 May 2026</span>
  2482.                                </div>
  2483.                                <p class="blog-excerpt-v2"></p>
  2484.                              
  2485.                            </div>
  2486.                        </div>
  2487.                    </div>
  2488.                    
  2489.                    <div class="col-lg-6 col-md-6 col-12">
  2490.                        <div class="card blog-card-v2 animate-on-scroll">
  2491.                            <div class="blog-image-v2">
  2492.                                
  2493.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2494.                                
  2495.                                <span class="blog-category-v2 bg-primary-gradient">
  2496.                                    News
  2497.                                </span>
  2498.                            </div>
  2499.                            <div class="blog-content-v2">
  2500.                                <h3 class="blog-title-v2">
  2501.                                    <a class="top-color" href="/olympic-athlete-and-several-eritreans-released-after-nearly-two-decades-without-facing-charges-family-members-say/">
  2502.                                    Olympic Athlete and Several Eritreans Released After Nearly Two Decades Without Facing Charges, Family Members Say
  2503.                                    </a>
  2504.                                </h3>
  2505.                                <div class="blog-meta-v2">
  2506.                                    
  2507.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joseph Randolph" class="blog-author-img-v2">
  2508.                                    
  2509.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2510.                                    <span>By Joseph Randolph</span>
  2511.                                    <span style="color: #ccc;">•</span>
  2512.                                    <span style="color: #999;">13 May 2026</span>
  2513.                                </div>
  2514.                                <p class="blog-excerpt-v2"></p>
  2515.                              
  2516.                            </div>
  2517.                        </div>
  2518.                    </div>
  2519.                    
  2520.                    <div class="col-lg-6 col-md-6 col-12">
  2521.                        <div class="card blog-card-v2 animate-on-scroll">
  2522.                            <div class="blog-image-v2">
  2523.                                
  2524.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2525.                                
  2526.                                <span class="blog-category-v2 bg-primary-gradient">
  2527.                                    News
  2528.                                </span>
  2529.                            </div>
  2530.                            <div class="blog-content-v2">
  2531.                                <h3 class="blog-title-v2">
  2532.                                    <a class="top-color" href="/kpop-demon-hunters-balloons-to-make-a-grand-appearance-at-the-iconic-thanksgiving-parade/">
  2533.                                    KPop Demon Hunters Balloons to Make a Grand Appearance at the Iconic Thanksgiving Parade
  2534.                                    </a>
  2535.                                </h3>
  2536.                                <div class="blog-meta-v2">
  2537.                                    
  2538.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joseph Randolph" class="blog-author-img-v2">
  2539.                                    
  2540.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2541.                                    <span>By Joseph Randolph</span>
  2542.                                    <span style="color: #ccc;">•</span>
  2543.                                    <span style="color: #999;">12 May 2026</span>
  2544.                                </div>
  2545.                                <p class="blog-excerpt-v2"></p>
  2546.                              
  2547.                            </div>
  2548.                        </div>
  2549.                    </div>
  2550.                    
  2551.                    <div class="col-lg-6 col-md-6 col-12">
  2552.                        <div class="card blog-card-v2 animate-on-scroll">
  2553.                            <div class="blog-image-v2">
  2554.                                
  2555.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2556.                                
  2557.                                <span class="blog-category-v2 bg-primary-gradient">
  2558.                                    News
  2559.                                </span>
  2560.                            </div>
  2561.                            <div class="blog-content-v2">
  2562.                                <h3 class="blog-title-v2">
  2563.                                    <a class="top-color" href="/tragic-find-bodies-of-missing-mother-and-child-located-in-freezers-in-austria/">
  2564.                                    Tragic Find: Bodies of Missing Mother and Child Located in Freezers in Austria
  2565.                                    </a>
  2566.                                </h3>
  2567.                                <div class="blog-meta-v2">
  2568.                                    
  2569.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joseph Randolph" class="blog-author-img-v2">
  2570.                                    
  2571.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2572.                                    <span>By Joseph Randolph</span>
  2573.                                    <span style="color: #ccc;">•</span>
  2574.                                    <span style="color: #999;">12 May 2026</span>
  2575.                                </div>
  2576.                                <p class="blog-excerpt-v2"></p>
  2577.                              
  2578.                            </div>
  2579.                        </div>
  2580.                    </div>
  2581.                    
  2582.                    <div class="col-lg-6 col-md-6 col-12">
  2583.                        <div class="card blog-card-v2 animate-on-scroll">
  2584.                            <div class="blog-image-v2">
  2585.                                
  2586.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2587.                                
  2588.                                <span class="blog-category-v2 bg-primary-gradient">
  2589.                                    News
  2590.                                </span>
  2591.                            </div>
  2592.                            <div class="blog-content-v2">
  2593.                                <h3 class="blog-title-v2">
  2594.                                    <a class="top-color" href="/the-music-streaming-giants-wrapped-launch-date-and-your-burning-questions-answered/">
  2595.                                    The Music Streaming Giant&#x27;s Wrapped: Launch Date and Your Burning Questions Answered
  2596.                                    </a>
  2597.                                </h3>
  2598.                                <div class="blog-meta-v2">
  2599.                                    
  2600.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joseph Randolph" class="blog-author-img-v2">
  2601.                                    
  2602.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2603.                                    <span>By Joseph Randolph</span>
  2604.                                    <span style="color: #ccc;">•</span>
  2605.                                    <span style="color: #999;">12 May 2026</span>
  2606.                                </div>
  2607.                                <p class="blog-excerpt-v2"></p>
  2608.                              
  2609.                            </div>
  2610.                        </div>
  2611.                    </div>
  2612.                    
  2613.                    <div class="col-lg-6 col-md-6 col-12">
  2614.                        <div class="card blog-card-v2 animate-on-scroll">
  2615.                            <div class="blog-image-v2">
  2616.                                
  2617.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2618.                                
  2619.                                <span class="blog-category-v2 bg-primary-gradient">
  2620.                                    News
  2621.                                </span>
  2622.                            </div>
  2623.                            <div class="blog-content-v2">
  2624.                                <h3 class="blog-title-v2">
  2625.                                    <a class="top-color" href="/smooth-conclusion-to-lionel-messis-visit-to-india-after-disorder-in-kolkata/">
  2626.                                    Smooth Conclusion to Lionel Messi&#x27;s Visit to India After Disorder in Kolkata
  2627.                                    </a>
  2628.                                </h3>
  2629.                                <div class="blog-meta-v2">
  2630.                                    
  2631.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joseph Randolph" class="blog-author-img-v2">
  2632.                                    
  2633.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2634.                                    <span>By Joseph Randolph</span>
  2635.                                    <span style="color: #ccc;">•</span>
  2636.                                    <span style="color: #999;">12 May 2026</span>
  2637.                                </div>
  2638.                                <p class="blog-excerpt-v2"></p>
  2639.                              
  2640.                            </div>
  2641.                        </div>
  2642.                    </div>
  2643.                    
  2644.                    <div class="col-lg-6 col-md-6 col-12">
  2645.                        <div class="card blog-card-v2 animate-on-scroll">
  2646.                            <div class="blog-image-v2">
  2647.                                
  2648.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2649.                                
  2650.                                <span class="blog-category-v2 bg-primary-gradient">
  2651.                                    News
  2652.                                </span>
  2653.                            </div>
  2654.                            <div class="blog-content-v2">
  2655.                                <h3 class="blog-title-v2">
  2656.                                    <a class="top-color" href="/brian-harris-obituary-a-life-through-the-camera/">
  2657.                                    Brian Harris Obituary: A Life Through the Camera
  2658.                                    </a>
  2659.                                </h3>
  2660.                                <div class="blog-meta-v2">
  2661.                                    
  2662.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joseph Randolph" class="blog-author-img-v2">
  2663.                                    
  2664.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2665.                                    <span>By Joseph Randolph</span>
  2666.                                    <span style="color: #ccc;">•</span>
  2667.                                    <span style="color: #999;">12 May 2026</span>
  2668.                                </div>
  2669.                                <p class="blog-excerpt-v2"></p>
  2670.                              
  2671.                            </div>
  2672.                        </div>
  2673.                    </div>
  2674.                    
  2675.                    <div class="col-lg-6 col-md-6 col-12">
  2676.                        <div class="card blog-card-v2 animate-on-scroll">
  2677.                            <div class="blog-image-v2">
  2678.                                
  2679.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2680.                                
  2681.                                <span class="blog-category-v2 bg-primary-gradient">
  2682.                                    News
  2683.                                </span>
  2684.                            </div>
  2685.                            <div class="blog-content-v2">
  2686.                                <h3 class="blog-title-v2">
  2687.                                    <a class="top-color" href="/the-met-faces-lawsuit-over-reportedly-nazi-plundered-van-gogh-artwork/">
  2688.                                    The Met Faces Lawsuit Over Reportedly Nazi-Plundered Van Gogh Artwork
  2689.                                    </a>
  2690.                                </h3>
  2691.                                <div class="blog-meta-v2">
  2692.                                    
  2693.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joseph Randolph" class="blog-author-img-v2">
  2694.                                    
  2695.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2696.                                    <span>By Joseph Randolph</span>
  2697.                                    <span style="color: #ccc;">•</span>
  2698.                                    <span style="color: #999;">12 May 2026</span>
  2699.                                </div>
  2700.                                <p class="blog-excerpt-v2"></p>
  2701.                              
  2702.                            </div>
  2703.                        </div>
  2704.                    </div>
  2705.                    
  2706.                    <div class="col-lg-6 col-md-6 col-12">
  2707.                        <div class="card blog-card-v2 animate-on-scroll">
  2708.                            <div class="blog-image-v2">
  2709.                                
  2710.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2711.                                
  2712.                                <span class="blog-category-v2 bg-primary-gradient">
  2713.                                    News
  2714.                                </span>
  2715.                            </div>
  2716.                            <div class="blog-content-v2">
  2717.                                <h3 class="blog-title-v2">
  2718.                                    <a class="top-color" href="/us-lawmaker-urges-ex-royal-andrew-to-provide-testimony-in-epstein-investigation/">
  2719.                                    US Lawmaker Urges Ex-Royal Andrew to Provide Testimony in Epstein Investigation
  2720.                                    </a>
  2721.                                </h3>
  2722.                                <div class="blog-meta-v2">
  2723.                                    
  2724.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joseph Randolph" class="blog-author-img-v2">
  2725.                                    
  2726.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2727.                                    <span>By Joseph Randolph</span>
  2728.                                    <span style="color: #ccc;">•</span>
  2729.                                    <span style="color: #999;">12 May 2026</span>
  2730.                                </div>
  2731.                                <p class="blog-excerpt-v2"></p>
  2732.                              
  2733.                            </div>
  2734.                        </div>
  2735.                    </div>
  2736.                    
  2737.                    <div class="col-lg-6 col-md-6 col-12">
  2738.                        <div class="card blog-card-v2 animate-on-scroll">
  2739.                            <div class="blog-image-v2">
  2740.                                
  2741.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2742.                                
  2743.                                <span class="blog-category-v2 bg-primary-gradient">
  2744.                                    News
  2745.                                </span>
  2746.                            </div>
  2747.                            <div class="blog-content-v2">
  2748.                                <h3 class="blog-title-v2">
  2749.                                    <a class="top-color" href="/bahrain-to-present-case-at-british-highest-court-over-sovereign-immunity-in-surveillance-claims/">
  2750.                                    Bahrain to Present Case at British Highest Court Over Sovereign Immunity in Surveillance Claims
  2751.                                    </a>
  2752.                                </h3>
  2753.                                <div class="blog-meta-v2">
  2754.                                    
  2755.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joseph Randolph" class="blog-author-img-v2">
  2756.                                    
  2757.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2758.                                    <span>By Joseph Randolph</span>
  2759.                                    <span style="color: #ccc;">•</span>
  2760.                                    <span style="color: #999;">12 May 2026</span>
  2761.                                </div>
  2762.                                <p class="blog-excerpt-v2"></p>
  2763.                              
  2764.                            </div>
  2765.                        </div>
  2766.                    </div>
  2767.                    
  2768.                    
  2769.  
  2770.                </div>
  2771.            </div>
  2772.            
  2773.               <div class="col col-lg-4 col-12">
  2774.                
  2775.  
  2776.  
  2777.  
  2778.    
  2779.  
  2780. <div class="blog-sidebar">
  2781.    
  2782.        <div class="widget category-widget">
  2783.            <h3>May 2026 Blog Roll</h3>
  2784.            <ul class="scrollable-sidebar">
  2785.                
  2786.                    <li>
  2787.                        <a href="https://www.britishicehockey.co.uk/crypto-casinos/" class="top-color " rel="dofollow">
  2788.                            crypto casinos
  2789.                        </a>
  2790.                    </li>
  2791.                
  2792.                    <li>
  2793.                        <a href="https://www.cryptomillionslotto.com/" class="top-color " rel="dofollow">
  2794.                            no verification casinos
  2795.                        </a>
  2796.                    </li>
  2797.                
  2798.                    <li>
  2799.                        <a href="https://ealingnewsextra.co.uk/" class="top-color " rel="dofollow">
  2800.                            new betting sites uk
  2801.                        </a>
  2802.                    </li>
  2803.                
  2804.                    <li>
  2805.                        <a href="https://www.summerhall.co.uk/" class="top-color " rel="dofollow">
  2806.                            no gamstop casino
  2807.                        </a>
  2808.                    </li>
  2809.                
  2810.                    <li>
  2811.                        <a href="https://greenwich-design.co.uk/" class="top-color " rel="dofollow">
  2812.                            non gamstop poker sites
  2813.                        </a>
  2814.                    </li>
  2815.                
  2816.                    <li>
  2817.                        <a href="https://www.casquette.co.uk/" class="top-color " rel="dofollow">
  2818.                            casinos not on gamstop
  2819.                        </a>
  2820.                    </li>
  2821.                
  2822.                    <li>
  2823.                        <a href="https://www.testandverification.com/" class="top-color " rel="dofollow">
  2824.                            new non gamstop casinos
  2825.                        </a>
  2826.                    </li>
  2827.                
  2828.                    <li>
  2829.                        <a href="https://www.phoenix-trading.co.uk/" class="top-color " rel="dofollow">
  2830.                            no kyc crypto casinos
  2831.                        </a>
  2832.                    </li>
  2833.                
  2834.                    <li>
  2835.                        <a href="https://www.dvwa.co.uk/" class="top-color " rel="dofollow">
  2836.                            non gamstop casino
  2837.                        </a>
  2838.                    </li>
  2839.                
  2840.                    <li>
  2841.                        <a href="https://www.focus12.co.uk/" class="top-color " rel="dofollow">
  2842.                            online casinos not on gamstop
  2843.                        </a>
  2844.                    </li>
  2845.                
  2846.                    <li>
  2847.                        <a href="https://britishicehockey.co.uk/" class="top-color " rel="dofollow">
  2848.                            online casinos not on gamstop
  2849.                        </a>
  2850.                    </li>
  2851.                
  2852.                    <li>
  2853.                        <a href="https://casinobeats.com/uk/online-casinos/casinos-not-on-gamstop/" class="top-color " rel="dofollow">
  2854.                            non gamstop casino
  2855.                        </a>
  2856.                    </li>
  2857.                
  2858.                    <li>
  2859.                        <a href="https://esportsinsider.com/uk/gambling/non-gamstop-casinos" class="top-color " rel="dofollow">
  2860.                            non gamstop casino
  2861.                        </a>
  2862.                    </li>
  2863.                
  2864.                    <li>
  2865.                        <a href="https://www.livingcoasts.org.uk/" class="top-color " rel="dofollow">
  2866.                            no gamstop casino
  2867.                        </a>
  2868.                    </li>
  2869.                
  2870.            </ul>
  2871.        </div>
  2872.    
  2873.        <div class="widget category-widget">
  2874.            <h3>April 2026 Blog Roll</h3>
  2875.            <ul class="scrollable-sidebar">
  2876.                
  2877.                    <li>
  2878.                        <a href="https://www.tamworthinformed.co.uk/" class="top-color " rel="dofollow">
  2879.                            casino sites not on gamstop
  2880.                        </a>
  2881.                    </li>
  2882.                
  2883.                    <li>
  2884.                        <a href="https://adventuregamers.com/online-casinos/non-gamstop" class="top-color " rel="dofollow">
  2885.                            non gamstop casinos
  2886.                        </a>
  2887.                    </li>
  2888.                
  2889.                    <li>
  2890.                        <a href="https://www.mesaonline.org/" class="top-color " rel="dofollow">
  2891.                            casino not on gamstop
  2892.                        </a>
  2893.                    </li>
  2894.                
  2895.                    <li>
  2896.                        <a href="https://www.surfaceview.co.uk/" class="top-color " rel="dofollow">
  2897.                            uk casinos
  2898.                        </a>
  2899.                    </li>
  2900.                
  2901.                    <li>
  2902.                        <a href="https://allcatsrgrey.org.uk/" class="top-color " rel="dofollow">
  2903.                            uk casinos
  2904.                        </a>
  2905.                    </li>
  2906.                
  2907.                    <li>
  2908.                        <a href="https://www.london-irish.com/" class="top-color " rel="dofollow">
  2909.                            uk casinos
  2910.                        </a>
  2911.                    </li>
  2912.                
  2913.                    <li>
  2914.                        <a href="https://bereavementcommission.org.uk/" class="top-color " rel="dofollow">
  2915.                            uk casinos
  2916.                        </a>
  2917.                    </li>
  2918.                
  2919.                    <li>
  2920.                        <a href="https://www.citytosea.org.uk/" class="top-color " rel="dofollow">
  2921.                            uk casinos
  2922.                        </a>
  2923.                    </li>
  2924.                
  2925.                    <li>
  2926.                        <a href="https://internationalschoolmealsday.com/" class="top-color " rel="dofollow">
  2927.                            casino
  2928.                        </a>
  2929.                    </li>
  2930.                
  2931.                    <li>
  2932.                        <a href="https://straightfromyard.co.uk/" class="top-color " rel="dofollow">
  2933.                            uk casinos
  2934.                        </a>
  2935.                    </li>
  2936.                
  2937.                    <li>
  2938.                        <a href="https://www.cca-glasgow.com/" class="top-color " rel="dofollow">
  2939.                            uk casinos
  2940.                        </a>
  2941.                    </li>
  2942.                
  2943.                    <li>
  2944.                        <a href="https://savethedatemagazine.co.uk/" class="top-color " rel="dofollow">
  2945.                            uk casinos
  2946.                        </a>
  2947.                    </li>
  2948.                
  2949.                    <li>
  2950.                        <a href="https://www.summerhall.co.uk/" class="top-color " rel="dofollow">
  2951.                            uk casinos
  2952.                        </a>
  2953.                    </li>
  2954.                
  2955.                    <li>
  2956.                        <a href="https://unbound.co.uk/" class="top-color " rel="dofollow">
  2957.                            uk casinos
  2958.                        </a>
  2959.                    </li>
  2960.                
  2961.                    <li>
  2962.                        <a href="https://www.elthampalace.org.uk/" class="top-color " rel="dofollow">
  2963.                            uk casinos
  2964.                        </a>
  2965.                    </li>
  2966.                
  2967.                    <li>
  2968.                        <a href="https://www.autoidlabs.org.uk/" class="top-color " rel="dofollow">
  2969.                            non uk bookmakers
  2970.                        </a>
  2971.                    </li>
  2972.                
  2973.                    <li>
  2974.                        <a href="https://www.fourpure.com/" class="top-color " rel="dofollow">
  2975.                            best UK casino sites
  2976.                        </a>
  2977.                    </li>
  2978.                
  2979.                    <li>
  2980.                        <a href="https://cryptomillionslotto.com/" class="top-color " rel="dofollow">
  2981.                            bitcoin casinos UK
  2982.                        </a>
  2983.                    </li>
  2984.                
  2985.                    <li>
  2986.                        <a href="https://itechlabs.co.uk" class="top-color " rel="dofollow">
  2987.                            non gamstop casinos
  2988.                        </a>
  2989.                    </li>
  2990.                
  2991.                    <li>
  2992.                        <a href="https://snowdonpartnership.co.uk" class="top-color " rel="dofollow">
  2993.                            non gamstop casino
  2994.                        </a>
  2995.                    </li>
  2996.                
  2997.                    <li>
  2998.                        <a href="https://cielivestock.co.uk" class="top-color " rel="dofollow">
  2999.                            non gamstop casino
  3000.                        </a>
  3001.                    </li>
  3002.                
  3003.                    <li>
  3004.                        <a href="https://newsoundgeneration.co.uk/casinos-not-on-gamstop/" class="top-color " rel="dofollow">
  3005.                            casinos not on GAMSTOP
  3006.                        </a>
  3007.                    </li>
  3008.                
  3009.                    <li>
  3010.                        <a href="https://www.botanical-society-scotland.org.uk" class="top-color " rel="dofollow">
  3011.                            new bookmakers
  3012.                        </a>
  3013.                    </li>
  3014.                
  3015.                    <li>
  3016.                        <a href="https://www.nouvelle-europe.eu" class="top-color " rel="dofollow">
  3017.                            nouveau site de casino en ligne
  3018.                        </a>
  3019.                    </li>
  3020.                
  3021.                    <li>
  3022.                        <a href="https://rightly.co.uk/" class="top-color " rel="dofollow">
  3023.                            non gamstop betting
  3024.                        </a>
  3025.                    </li>
  3026.                
  3027.                    <li>
  3028.                        <a href="https://mcaleicester.co.uk/" class="top-color " rel="dofollow">
  3029.                            top 50 online casinos uk
  3030.                        </a>
  3031.                    </li>
  3032.                
  3033.                    <li>
  3034.                        <a href="https://www.thekarczma.co.uk/" class="top-color " rel="dofollow">
  3035.                            non UK casinos for UK players
  3036.                        </a>
  3037.                    </li>
  3038.                
  3039.                    <li>
  3040.                        <a href="https://fdncoffee.com" class="top-color " rel="dofollow">
  3041.                            casinos not on GamStop
  3042.                        </a>
  3043.                    </li>
  3044.                
  3045.                    <li>
  3046.                        <a href="https://thepearlyqueen.com/" class="top-color " rel="dofollow">
  3047.                            online casino
  3048.                        </a>
  3049.                    </li>
  3050.                
  3051.                    <li>
  3052.                        <a href="https://www.virginiawoolfsociety.co.uk/" class="top-color " rel="dofollow">
  3053.                            non gamstop betting sites uk
  3054.                        </a>
  3055.                    </li>
  3056.                
  3057.                    <li>
  3058.                        <a href="https://esports-news.co.uk/betting-sites/non-gamstop/" class="top-color " rel="dofollow">
  3059.                            best betting sites
  3060.                        </a>
  3061.                    </li>
  3062.                
  3063.                    <li>
  3064.                        <a href="https://www.frn.org.uk/" class="top-color " rel="dofollow">
  3065.                            best new betting sites
  3066.                        </a>
  3067.                    </li>
  3068.                
  3069.                    <li>
  3070.                        <a href="https://www.deakinandblue.com/" class="top-color " rel="dofollow">
  3071.                            casinos not on gamstop
  3072.                        </a>
  3073.                    </li>
  3074.                
  3075.                    <li>
  3076.                        <a href="https://www.nordicresearchnetwork.co.uk/" class="top-color " rel="dofollow">
  3077.                            non UK licence casino
  3078.                        </a>
  3079.                    </li>
  3080.                
  3081.                    <li>
  3082.                        <a href="https://israelpremiertech.com" class="top-color " rel="dofollow">
  3083.                            non GamStop casino
  3084.                        </a>
  3085.                    </li>
  3086.                
  3087.                    <li>
  3088.                        <a href="https://www.executive-shaving.co.uk" class="top-color " rel="dofollow">
  3089.                            non GamStop casinos
  3090.                        </a>
  3091.                    </li>
  3092.                
  3093.            </ul>
  3094.        </div>
  3095.    
  3096.        <div class="widget category-widget">
  3097.            <h3>March 2026 Blog Roll</h3>
  3098.            <ul class="scrollable-sidebar">
  3099.                
  3100.                    <li>
  3101.                        <a href="https://www.drenge.co.uk/" class="top-color " rel="dofollow">
  3102.                            casinos not on GamStop
  3103.                        </a>
  3104.                    </li>
  3105.                
  3106.                    <li>
  3107.                        <a href="https://www.labodeganegra.com/" class="top-color " rel="dofollow">
  3108.                            non GamStop casino
  3109.                        </a>
  3110.                    </li>
  3111.                
  3112.                    <li>
  3113.                        <a href="https://www.durhamminers.org/" class="top-color " rel="dofollow">
  3114.                            casinos not on GamStop
  3115.                        </a>
  3116.                    </li>
  3117.                
  3118.                    <li>
  3119.                        <a href="https://socialeatinghouse.com/" class="top-color " rel="dofollow">
  3120.                            UK casino not on GamStop
  3121.                        </a>
  3122.                    </li>
  3123.                
  3124.                    <li>
  3125.                        <a href="https://www.covent-garden.co.uk/" class="top-color " rel="dofollow">
  3126.                            online casinos
  3127.                        </a>
  3128.                    </li>
  3129.                
  3130.                    <li>
  3131.                        <a href="https://www.llancaiachfawr.co.uk/" class="top-color " rel="dofollow">
  3132.                            casinos not on GamStop
  3133.                        </a>
  3134.                    </li>
  3135.                
  3136.                    <li>
  3137.                        <a href="https://www.kysty.co.uk/" class="top-color " rel="dofollow">
  3138.                            Non GAMSTOP Casino
  3139.                        </a>
  3140.                    </li>
  3141.                
  3142.                    <li>
  3143.                        <a href="https://www.interimpartners.com/" class="top-color " rel="dofollow">
  3144.                            best online betting sites uk
  3145.                        </a>
  3146.                    </li>
  3147.                
  3148.                    <li>
  3149.                        <a href="https://allcatsrgrey.org.uk/" class="top-color " rel="dofollow">
  3150.                            games not on gamstop
  3151.                        </a>
  3152.                    </li>
  3153.                
  3154.                    <li>
  3155.                        <a href="https://www.falconryforum.co.uk/" class="top-color " rel="dofollow">
  3156.                            no gamstop casino
  3157.                        </a>
  3158.                    </li>
  3159.                
  3160.                    <li>
  3161.                        <a href="https://hisbe.co.uk/" class="top-color " rel="dofollow">
  3162.                            online casino
  3163.                        </a>
  3164.                    </li>
  3165.                
  3166.                    <li>
  3167.                        <a href="https://citytosea.org.uk/" class="top-color " rel="dofollow">
  3168.                            casino sites
  3169.                        </a>
  3170.                    </li>
  3171.                
  3172.                    <li>
  3173.                        <a href="https://cricgate.com/" class="top-color " rel="dofollow">
  3174.                            best sports betting sites uk
  3175.                        </a>
  3176.                    </li>
  3177.                
  3178.                    <li>
  3179.                        <a href="https://www.taysideaviation.co.uk/" class="top-color " rel="dofollow">
  3180.                            best online betting sites
  3181.                        </a>
  3182.                    </li>
  3183.                
  3184.                    <li>
  3185.                        <a href="https://www.rochdaleonline.co.uk/" class="top-color " rel="dofollow">
  3186.                            best uk non gamstop casinos
  3187.                        </a>
  3188.                    </li>
  3189.                
  3190.                    <li>
  3191.                        <a href="https://www.regionalnetworks.org.uk/" class="top-color " rel="dofollow">
  3192.                            Casinos Not on Gamstop
  3193.                        </a>
  3194.                    </li>
  3195.                
  3196.                    <li>
  3197.                        <a href="https://free2learn.org.uk" class="top-color " rel="dofollow">
  3198.                            uk online casinos not on gamstop
  3199.                        </a>
  3200.                    </li>
  3201.                
  3202.                    <li>
  3203.                        <a href="https://oncallfire.uk/" class="top-color " rel="dofollow">
  3204.                            casinos not on Gamban
  3205.                        </a>
  3206.                    </li>
  3207.                
  3208.                    <li>
  3209.                        <a href="https://www.escapistmagazine.com/uk/non-gamstop-casinos/" class="top-color " rel="dofollow">
  3210.                            casino not on gamstop
  3211.                        </a>
  3212.                    </li>
  3213.                
  3214.                    <li>
  3215.                        <a href="https://www.aipce.net/" class="top-color " rel="dofollow">
  3216.                            online casinos
  3217.                        </a>
  3218.                    </li>
  3219.                
  3220.                    <li>
  3221.                        <a href="https://stallion-theme.co.uk/" class="top-color " rel="dofollow">
  3222.                            online casinos
  3223.                        </a>
  3224.                    </li>
  3225.                
  3226.                    <li>
  3227.                        <a href="https://www.roadpeace.org/" class="top-color " rel="dofollow">
  3228.                            online casinos
  3229.                        </a>
  3230.                    </li>
  3231.                
  3232.                    <li>
  3233.                        <a href="https://www.money-mentor.org/" class="top-color " rel="dofollow">
  3234.                            no kyc casino
  3235.                        </a>
  3236.                    </li>
  3237.                
  3238.                    <li>
  3239.                        <a href="https://knightsof.media/" class="top-color " rel="dofollow">
  3240.                            non gamstop casino
  3241.                        </a>
  3242.                    </li>
  3243.                
  3244.                    <li>
  3245.                        <a href="https://roadpeace.org/" class="top-color " rel="dofollow">
  3246.                            casino not on gamstop
  3247.                        </a>
  3248.                    </li>
  3249.                
  3250.            </ul>
  3251.        </div>
  3252.    
  3253.        <div class="widget category-widget">
  3254.            <h3>February 2026 Blog Roll</h3>
  3255.            <ul class="scrollable-sidebar">
  3256.                
  3257.                    <li>
  3258.                        <a href="https://itechlabs.co.uk/" class="top-color " rel="dofollow">
  3259.                            football betting sites not on gamstop
  3260.                        </a>
  3261.                    </li>
  3262.                
  3263.                    <li>
  3264.                        <a href="https://financialservicescultureboard.org.uk/" class="top-color " rel="dofollow">
  3265.                            sportsbook not on gamstop
  3266.                        </a>
  3267.                    </li>
  3268.                
  3269.                    <li>
  3270.                        <a href="https://www.taysideaviation.co.uk/" class="top-color " rel="dofollow">
  3271.                            bookies not on gamstop
  3272.                        </a>
  3273.                    </li>
  3274.                
  3275.                    <li>
  3276.                        <a href="https://authenticnews.co.uk/" class="top-color " rel="dofollow">
  3277.                            top 20 online casinos uk
  3278.                        </a>
  3279.                    </li>
  3280.                
  3281.                    <li>
  3282.                        <a href="https://glasgowmuseumsslavery.co.uk/" class="top-color " rel="dofollow">
  3283.                            non gamstop uk casinos
  3284.                        </a>
  3285.                    </li>
  3286.                
  3287.                    <li>
  3288.                        <a href="https://www.roadpeace.org/" class="top-color " rel="dofollow">
  3289.                            best casinos not on gamstop
  3290.                        </a>
  3291.                    </li>
  3292.                
  3293.                    <li>
  3294.                        <a href="https://www.money-mentor.org/" class="top-color " rel="dofollow">
  3295.                            no kyc casinos UK
  3296.                        </a>
  3297.                    </li>
  3298.                
  3299.                    <li>
  3300.                        <a href="https://www.studyquran.co.uk/" class="top-color " rel="dofollow">
  3301.                            non gamstop casinos uk
  3302.                        </a>
  3303.                    </li>
  3304.                
  3305.                    <li>
  3306.                        <a href="https://bereavementcommission.org.uk/" class="top-color " rel="dofollow">
  3307.                            casino not on gamstop
  3308.                        </a>
  3309.                    </li>
  3310.                
  3311.                    <li>
  3312.                        <a href="https://jst.org.uk/" class="top-color " rel="dofollow">
  3313.                            online casino
  3314.                        </a>
  3315.                    </li>
  3316.                
  3317.                    <li>
  3318.                        <a href="https://www.techandplay.org/" class="top-color " rel="dofollow">
  3319.                            bookmakers not on gamstop
  3320.                        </a>
  3321.                    </li>
  3322.                
  3323.                    <li>
  3324.                        <a href="https://financialservicescultureboard.org.uk/" class="top-color " rel="dofollow">
  3325.                            best betting sites
  3326.                        </a>
  3327.                    </li>
  3328.                
  3329.                    <li>
  3330.                        <a href="https://www.outset.org/" class="top-color " rel="dofollow">
  3331.                            betting sites not on gamstop
  3332.                        </a>
  3333.                    </li>
  3334.                
  3335.                    <li>
  3336.                        <a href="https://esports-news.co.uk/online-casinos/non-gamstop/" class="top-color " rel="dofollow">
  3337.                            casinos not on gamstop
  3338.                        </a>
  3339.                    </li>
  3340.                
  3341.            </ul>
  3342.        </div>
  3343.    
  3344.  
  3345.    
  3346.    <div class="widget recent-post-widget mb-3">
  3347.        <h3>Popular Post</h3>
  3348.        <div class="posts">
  3349.            
  3350.            <div class="post">
  3351.                <div class="img-holder">
  3352.                    
  3353.                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;  width: 80px;" alt="">
  3354.                    
  3355.                </div>
  3356.                <div class="details">
  3357.                    <span class="date top-color" >11 May 2026 </span>
  3358.                    <h4> <a href="/james-cameron-clarifies-computers-dont-create-avatar-films/" class="top-color">
  3359.                                            James Cameron Clarifies: ‘Computers Don’t Create Avatar Films’
  3360.                                            </a></h4>
  3361.                </div>
  3362.            </div>
  3363.            
  3364.            <div class="post">
  3365.                <div class="img-holder">
  3366.                    
  3367.                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;  width: 80px;" alt="">
  3368.                    
  3369.                </div>
  3370.                <div class="details">
  3371.                    <span class="date top-color" >11 May 2026 </span>
  3372.                    <h4> <a href="/bound-isolated-and-terrified-the-bleak-truth-for-women-compelled-to-give-birth-in-detention/" class="top-color">
  3373.                                            Bound, Isolated and Terrified: The Bleak Truth for Women Compelled to Give Birth in Detention.
  3374.                                            </a></h4>
  3375.                </div>
  3376.            </div>
  3377.            
  3378.            <div class="post">
  3379.                <div class="img-holder">
  3380.                    
  3381.                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;  width: 80px;" alt="">
  3382.                    
  3383.                </div>
  3384.                <div class="details">
  3385.                    <span class="date top-color" >11 May 2026 </span>
  3386.                    <h4> <a href="/a-story-of-unexpected-generosity-when-a-university-student-let-me-sleep-on-her-dormitory-ground/" class="top-color">
  3387.                                            A Story of Unexpected Generosity: When a University Student Let Me Sleep on Her Dormitory Ground
  3388.                                            </a></h4>
  3389.                </div>
  3390.            </div>
  3391.            
  3392.            <div class="post">
  3393.                <div class="img-holder">
  3394.                    
  3395.                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;  width: 80px;" alt="">
  3396.                    
  3397.                </div>
  3398.                <div class="details">
  3399.                    <span class="date top-color" >11 May 2026 </span>
  3400.                    <h4> <a href="/within-those-bombed-out-remains-of-an-residential-building-i-found-a-volume-i-had-translated/" class="top-color">
  3401.                                            Within those Bombed-Out Remains of an Residential Building, I Found a Volume I Had Translated
  3402.                                            </a></h4>
  3403.                </div>
  3404.            </div>
  3405.            
  3406.            <div class="post">
  3407.                <div class="img-holder">
  3408.                    
  3409.                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;  width: 80px;" alt="">
  3410.                    
  3411.                </div>
  3412.                <div class="details">
  3413.                    <span class="date top-color" >11 May 2026 </span>
  3414.                    <h4> <a href="/three-xbox-game-pass-titles-were-enjoying-over-the-weekend-oct-10-12/" class="top-color">
  3415.                                            Three Xbox Game Pass Titles We&#x27;re Enjoying Over the Weekend (Oct. 10-12)
  3416.                                            </a></h4>
  3417.                </div>
  3418.            </div>
  3419.            
  3420.            <div class="post">
  3421.                <div class="img-holder">
  3422.                    
  3423.                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;  width: 80px;" alt="">
  3424.                    
  3425.                </div>
  3426.                <div class="details">
  3427.                    <span class="date top-color" >11 May 2026 </span>
  3428.                    <h4> <a href="/daily-existence-for-120000-asylum-seekers-in-the-extensive-refugee-camp-on-the-mali-border/" class="top-color">
  3429.                                            Daily Existence for 120,000 Asylum Seekers in the Extensive Refugee Camp on the Mali Border.
  3430.                                            </a></h4>
  3431.                </div>
  3432.            </div>
  3433.            
  3434.  
  3435.        </div>
  3436.    </div>
  3437.    
  3438. </div>
  3439.    
  3440.            </div>
  3441.        </div>
  3442.    </div>
  3443. </section>
  3444.  
  3445. <script>
  3446. // Intersection Observer for scroll animations
  3447. document.addEventListener('DOMContentLoaded', function() {
  3448.    const observerOptions = {
  3449.        threshold: 0.1,
  3450.        rootMargin: '0px 0px -50px 0px'
  3451.    };
  3452.  
  3453.    const observer = new IntersectionObserver(function(entries) {
  3454.        entries.forEach(entry => {
  3455.            if (entry.isIntersecting) {
  3456.                entry.target.classList.add('animated');
  3457.            }
  3458.        });
  3459.    }, observerOptions);
  3460.  
  3461.    document.querySelectorAll('.animate-on-scroll').forEach(el => {
  3462.        observer.observe(el);
  3463.    });
  3464. });
  3465. </script>
  3466.  
  3467.    
  3468.        
  3469.        <!-- end wpo-blog-highlights-section -->
  3470.        <!-- start wpo-blog-sponsored-section -->
  3471.        
  3472.  
  3473.  
  3474.  
  3475.    
  3476.  
  3477.  
  3478.  <style>
  3479.    .sponsored-card-v10 {
  3480.      border: 1px solid var(--bs-primary); /* Cyan border */
  3481.      transition: border-color 0.3s ease;
  3482.      min-height: 350px;
  3483.    }
  3484.    
  3485.    .sponsored-content-v10 {
  3486.      flex: 1; /* text area stretch kare */
  3487.    }
  3488.    .sponsored-card-v10:hover {
  3489.      border-color: var(--bs-primary);
  3490.      opacity: 0.8;
  3491.    }
  3492.    
  3493.    .sponsored-content-v10 {
  3494.      padding: 12px;
  3495.      border-radius: 12px 12px 0px 0px;
  3496.      background: var(--card-bg);
  3497.      border-bottom: 2px solid var(--bs-primary); /* Cyan top border for banner */
  3498.    }
  3499.    
  3500.    .sponsored-image-v10 {
  3501.      height: 180px;
  3502.    }
  3503.    
  3504.    .sponsored-image-v10 img {
  3505.      width: 100%;
  3506.      height: 100%;
  3507.      border-radius: 0px 0px 12px 12px;
  3508.      object-fit: cover;
  3509.    }
  3510.    
  3511.    .sponsored-badge-v10 {
  3512.      display: inline-block;
  3513.      position: relative;
  3514.      padding: 4px 8px;
  3515.      border-radius: var(--border-radius);
  3516.      font-size: 11px;
  3517.      font-weight: 600;
  3518.      text-transform: uppercase;
  3519.      color: white;
  3520.      margin-bottom: 8px;
  3521.    }
  3522.    
  3523.    .sponsored-badge-v10::after {
  3524.      content: '';
  3525.      position: absolute;
  3526.      top: 0;
  3527.      right: -8px;
  3528.    }
  3529.    
  3530.    .sponsored-title-v10 {
  3531.      font-size: 14px;
  3532.      font-weight: 700;
  3533.      line-height: 1.3;
  3534.      margin-bottom: 6px;
  3535.      color: #333;
  3536.    }
  3537.    
  3538.    .sponsored-title-v10 a {
  3539.      text-decoration: none;
  3540.      color: var(--topbar-color);
  3541.    }
  3542.    
  3543.    .sponsored-title-v10 a:hover {
  3544.      color: var(--bs-primary); /* Cyan hover */
  3545.    }
  3546.    
  3547.    .sponsored-excerpt-v10 {
  3548.      font-size: 11px;
  3549.      font-weight: 400;
  3550.      color: #6c757d;
  3551.      margin-bottom: 6px;
  3552.      line-height: 1.4;
  3553.    }
  3554.    
  3555.    .sponsored-meta-v10 {
  3556.      font-size: 10px;
  3557.      color: #6c757d;
  3558.    }
  3559.    
  3560.    .author-info-v10 {
  3561.      margin-bottom: 4px;
  3562.    }
  3563.    
  3564.    .sponsored-author-img-v10 {
  3565.      width: 18px;
  3566.      height: 18px;
  3567.      border-radius: 50%;
  3568.      object-fit: cover;
  3569.      vertical-align: middle;
  3570.      margin-right: 4px;
  3571.    }
  3572.    
  3573.    .section-title-sponsored-v10 {
  3574.      font-size: 1.8rem;
  3575.      font-weight: 600;
  3576.      text-align: left;
  3577.      margin-bottom: 25px;
  3578.      color: #333;
  3579.      position: relative;
  3580.    }
  3581.    
  3582.    .section-title-sponsored-v10::after {
  3583.      content: '';
  3584.      position: absolute;
  3585.      bottom: -6px;
  3586.      left: 0;
  3587.      width: 60px;
  3588.      height: 2px;
  3589.      background: var(--bs-primary);
  3590.    }
  3591.    
  3592.    @media (max-width: 768px) {
  3593.      .sponsored-section-v10 {
  3594.        padding: 30px 0;
  3595.      }
  3596.      .sponsored-image-v10 {
  3597.        height: 180px;
  3598.      }
  3599.      .sponsored-content-v10 {
  3600.        padding: 10px;
  3601.      }
  3602.      .sponsored-title-v10 {
  3603.        font-size: 13px;
  3604.      }
  3605.      .sponsored-excerpt-v10 {
  3606.        font-size: 10px;
  3607.      }
  3608.      .sponsored-badge-v10 {
  3609.        font-size: 10px;
  3610.        padding: 3px 6px;
  3611.      }
  3612.      .sponsored-meta-v10 {
  3613.        font-size: 9px;
  3614.      }
  3615.      .section-title-sponsored-v10 {
  3616.        font-size: 1.5rem;
  3617.      }
  3618.    }
  3619.  </style>
  3620.  
  3621.  <section class="sponsored-section-v10 my-5">
  3622.    <div class="container-fluid fluid-container">
  3623.      <div class="row">
  3624.        <div class="col-12">
  3625.          <h2 class="section-title-sponsored-v10">Sponsored News</h2>
  3626.        </div>
  3627.      </div>
  3628.  
  3629.      <div class="row g-3 d-flex align-items-center">
  3630.        
  3631.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3632.            <div class="card sponsored-card-v10 h-100 w-100">
  3633.              <div class="sponsored-content-v10">
  3634.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3635.                <h3 class="sponsored-title-v10"><a href="/james-cameron-clarifies-computers-dont-create-avatar-films/">James Cameron Clarifies: ‘Computers Don’t Create Avatar Films’</a></h3>
  3636.                <p class="sponsored-excerpt-v10"></p>
  3637.                <div class="sponsored-meta-v10">
  3638.                  <div class="author-info-v10">
  3639.                    
  3640.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" class="sponsored-author-img-v10" alt="Joseph Randolph" />
  3641.                    
  3642.                    <span>Joseph Randolph</span>
  3643.                  </div>
  3644.                  <div>11 May 2026</div>
  3645.                </div>
  3646.              </div>
  3647.              <div class="sponsored-image-v10">
  3648.                
  3649.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3650.                
  3651.              </div>
  3652.            </div>
  3653.          </div>
  3654.        
  3655.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3656.            <div class="card sponsored-card-v10 h-100 w-100">
  3657.              <div class="sponsored-content-v10">
  3658.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3659.                <h3 class="sponsored-title-v10"><a href="/bound-isolated-and-terrified-the-bleak-truth-for-women-compelled-to-give-birth-in-detention/">Bound, Isolated and Terrified: The Bleak Truth for Women Compelled to Give Birth in Detention.</a></h3>
  3660.                <p class="sponsored-excerpt-v10"></p>
  3661.                <div class="sponsored-meta-v10">
  3662.                  <div class="author-info-v10">
  3663.                    
  3664.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" class="sponsored-author-img-v10" alt="Joseph Randolph" />
  3665.                    
  3666.                    <span>Joseph Randolph</span>
  3667.                  </div>
  3668.                  <div>11 May 2026</div>
  3669.                </div>
  3670.              </div>
  3671.              <div class="sponsored-image-v10">
  3672.                
  3673.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3674.                
  3675.              </div>
  3676.            </div>
  3677.          </div>
  3678.        
  3679.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3680.            <div class="card sponsored-card-v10 h-100 w-100">
  3681.              <div class="sponsored-content-v10">
  3682.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3683.                <h3 class="sponsored-title-v10"><a href="/a-story-of-unexpected-generosity-when-a-university-student-let-me-sleep-on-her-dormitory-ground/">A Story of Unexpected Generosity: When a University Student Let Me Sleep on Her Dormitory Ground</a></h3>
  3684.                <p class="sponsored-excerpt-v10"></p>
  3685.                <div class="sponsored-meta-v10">
  3686.                  <div class="author-info-v10">
  3687.                    
  3688.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" class="sponsored-author-img-v10" alt="Joseph Randolph" />
  3689.                    
  3690.                    <span>Joseph Randolph</span>
  3691.                  </div>
  3692.                  <div>11 May 2026</div>
  3693.                </div>
  3694.              </div>
  3695.              <div class="sponsored-image-v10">
  3696.                
  3697.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3698.                
  3699.              </div>
  3700.            </div>
  3701.          </div>
  3702.        
  3703.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3704.            <div class="card sponsored-card-v10 h-100 w-100">
  3705.              <div class="sponsored-content-v10">
  3706.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3707.                <h3 class="sponsored-title-v10"><a href="/within-those-bombed-out-remains-of-an-residential-building-i-found-a-volume-i-had-translated/">Within those Bombed-Out Remains of an Residential Building, I Found a Volume I Had Translated</a></h3>
  3708.                <p class="sponsored-excerpt-v10"></p>
  3709.                <div class="sponsored-meta-v10">
  3710.                  <div class="author-info-v10">
  3711.                    
  3712.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" class="sponsored-author-img-v10" alt="Joseph Randolph" />
  3713.                    
  3714.                    <span>Joseph Randolph</span>
  3715.                  </div>
  3716.                  <div>11 May 2026</div>
  3717.                </div>
  3718.              </div>
  3719.              <div class="sponsored-image-v10">
  3720.                
  3721.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3722.                
  3723.              </div>
  3724.            </div>
  3725.          </div>
  3726.        
  3727.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3728.            <div class="card sponsored-card-v10 h-100 w-100">
  3729.              <div class="sponsored-content-v10">
  3730.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3731.                <h3 class="sponsored-title-v10"><a href="/three-xbox-game-pass-titles-were-enjoying-over-the-weekend-oct-10-12/">Three Xbox Game Pass Titles We&#x27;re Enjoying Over the Weekend (Oct. 10-12)</a></h3>
  3732.                <p class="sponsored-excerpt-v10"></p>
  3733.                <div class="sponsored-meta-v10">
  3734.                  <div class="author-info-v10">
  3735.                    
  3736.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" class="sponsored-author-img-v10" alt="Joseph Randolph" />
  3737.                    
  3738.                    <span>Joseph Randolph</span>
  3739.                  </div>
  3740.                  <div>11 May 2026</div>
  3741.                </div>
  3742.              </div>
  3743.              <div class="sponsored-image-v10">
  3744.                
  3745.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3746.                
  3747.              </div>
  3748.            </div>
  3749.          </div>
  3750.        
  3751.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3752.            <div class="card sponsored-card-v10 h-100 w-100">
  3753.              <div class="sponsored-content-v10">
  3754.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3755.                <h3 class="sponsored-title-v10"><a href="/daily-existence-for-120000-asylum-seekers-in-the-extensive-refugee-camp-on-the-mali-border/">Daily Existence for 120,000 Asylum Seekers in the Extensive Refugee Camp on the Mali Border.</a></h3>
  3756.                <p class="sponsored-excerpt-v10"></p>
  3757.                <div class="sponsored-meta-v10">
  3758.                  <div class="author-info-v10">
  3759.                    
  3760.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" class="sponsored-author-img-v10" alt="Joseph Randolph" />
  3761.                    
  3762.                    <span>Joseph Randolph</span>
  3763.                  </div>
  3764.                  <div>11 May 2026</div>
  3765.                </div>
  3766.              </div>
  3767.              <div class="sponsored-image-v10">
  3768.                
  3769.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3770.                
  3771.              </div>
  3772.            </div>
  3773.          </div>
  3774.        
  3775.      </div>
  3776.    </div>
  3777.  </section>
  3778.  
  3779.  
  3780.    
  3781.        <!-- end wpo-blog-sponsored-section -->
  3782.        <!-- start wpo-subscribe-section -->
  3783.        
  3784.        <!-- end subscribe-section -->
  3785.        <!-- start of wpo-site-footer-section -->
  3786.        
  3787.  
  3788.  
  3789.  
  3790.  
  3791.  
  3792. <footer class="wpo-site-footer-v6 bg-primary-gradient">
  3793.  <!-- Main Footer Content -->
  3794.  <div class="footer-main-content">
  3795.    <div class="container-fluid fluid-container">
  3796.      <!-- Top Section - Centered Logo & Tagline -->
  3797.      <div class="footer-top-section text-center">
  3798.        <div class="brand-logo">
  3799.          
  3800.            <h3 class="brand-title">Stride Arena</h3>
  3801.          
  3802.        </div>
  3803.      </div>
  3804.  
  3805.      <!-- Content Grid -->
  3806.      <div class="footer-content-grid">
  3807.        <div class="d-flex justify-content-between flex-wrap gap-3 px-3">
  3808.          <!-- Column 1: Navigation & Categories (Merged) -->
  3809.          <div class="">
  3810.            <div class="footer-column">
  3811.              <h5 class="column-title">Quick Links</h5>
  3812.              <ul class="footer-menu">
  3813.                
  3814.                  <li>
  3815.                    <a class="menu-link" href="/the-former-congresswoman-makes-a-landmark-as-virginias-initial-woman-governor/">The Former Congresswoman Makes a Landmark as Virginia&#x27;s Initial Woman Governor</a>
  3816.                  </li>
  3817.                
  3818.                  <li>
  3819.                    <a class="menu-link" href="/when-did-i-get-that-handsome-bruce-springsteen-on-watching-jeremy-allen-white-play-him-on-screen/">‘When Did I Get That Handsome?’: Bruce Springsteen on Watching Jeremy Allen White Play Him On Screen</a>
  3820.                  </li>
  3821.                
  3822.                  <li>
  3823.                    <a class="menu-link" href="/the-first-record-daughters-delves-into-sorrow-and-style/">The First Record &quot;Daughters&quot; Delves Into Sorrow and Style</a>
  3824.                  </li>
  3825.                
  3826.                  <li>
  3827.                    <a class="menu-link" href="/russian-president-vladimir-putin-pledges-continuous-energy-deliveries-to-the-indian-nation-in-defiance-of-us-sanctions/">Russian President Vladimir Putin Pledges Continuous Energy Deliveries to the Indian Nation in Defiance of US Sanctions</a>
  3828.                  </li>
  3829.                
  3830.                  <li>
  3831.                    <a class="menu-link" href="/gaza-conflict-in-visualizations-after-24-months-of-hostilities/">Gaza Conflict in Visualizations After 24 Months of Hostilities</a>
  3832.                  </li>
  3833.                
  3834.                  <li>
  3835.                    <a class="menu-link" href="/democrats-denounce-trump-after-he-claims-they-should-face-death-penalty/">Democrats Denounce Trump After He Claims They Should Face Death Penalty</a>
  3836.                  </li>
  3837.                
  3838.              </ul>
  3839.            </div>
  3840.          </div>
  3841.  
  3842.          <!-- Column 2: Resources -->
  3843.          <div class="">
  3844.            <div class="footer-column">
  3845.              <h5 class="column-title">Blog Rolls</h5>
  3846.              <ul class="footer-menu" id="blogRollLinks">
  3847.                
  3848.                
  3849.  
  3850.                
  3851.                
  3852.                  
  3853.                
  3854.              </ul>
  3855.            </div>
  3856.          </div>
  3857.  
  3858.          <!-- Column 2: Resources -->
  3859.          <div class="">
  3860.            <div class="footer-column">
  3861.              <h5 class="column-title">Categories</h5>
  3862.              <ul class="footer-menu">
  3863.                
  3864.                  <li>
  3865.                    <a class="menu-link" href="/category/all-posts/">All Posts</a>
  3866.                  </li>
  3867.                
  3868.                  <li>
  3869.                    <a class="menu-link" href="/category/business/">Business</a>
  3870.                  </li>
  3871.                
  3872.                  <li>
  3873.                    <a class="menu-link" href="/category/esports/">Esports</a>
  3874.                  </li>
  3875.                
  3876.                  <li>
  3877.                    <a class="menu-link" href="/category/fashion/">Fashion</a>
  3878.                  </li>
  3879.                
  3880.                  <li>
  3881.                    <a class="menu-link" href="/category/featured/">Featured</a>
  3882.                  </li>
  3883.                
  3884.              </ul>
  3885.            </div>
  3886.          </div>
  3887.        </div>
  3888.      </div>
  3889.    </div>
  3890.  </div>
  3891.  
  3892.  <!-- Footer Bottom -->
  3893.  <div class="footer-bottom">
  3894.    <div class="container-fluid fluid-container">
  3895.      <div class="bottom-content text-center">
  3896.        <!-- Copyright -->
  3897.        <div class="copyright-info">
  3898.          <p>
  3899.            &copy; 2026 <strong>Stride Arena</strong>. All rights reserved.
  3900.          </p>
  3901.        </div>
  3902.  
  3903.        <!-- Footer Links -->
  3904.        <div class="utility-links">
  3905.          <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  3906.          <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  3907.          <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  3908.        </div>
  3909.      </div>
  3910.    </div>
  3911.  </div>
  3912. </footer>
  3913.  
  3914. <style>
  3915.    .wpo-site-footer-v6{
  3916.        border-radius: 60px 60px 0px 0px !important;
  3917.    }
  3918.  
  3919. .footer-main-content {
  3920.    padding: 60px 0 40px;
  3921. }
  3922.  
  3923. /* Top Section */
  3924. .footer-top-section {
  3925.    margin-bottom: 40px;
  3926.    padding-bottom: 30px;
  3927.    border-bottom: 1px solid #dee2e6;
  3928. }
  3929.  
  3930. .brand-logo {
  3931.    display: flex;
  3932.    align-items: center;
  3933.    justify-content: center;
  3934.    gap: 15px;
  3935. }
  3936.  
  3937.  
  3938. .brand-title {
  3939.    font-size: 26px;
  3940.    font-weight: 700;
  3941.    margin: 0;
  3942. }
  3943.  
  3944. .brand-tagline {
  3945.    font-size: 15px;
  3946.    color: var(--footer-color) !important;
  3947.    margin: 0;
  3948. }
  3949.  
  3950. /* Content Grid */
  3951. .footer-column {
  3952.    margin-bottom: 30px;
  3953. }
  3954.  
  3955. .column-title {
  3956.    font-size: 17px;
  3957.    font-weight: 600;
  3958.    color: var(--footer-color) !important;
  3959.    margin-bottom: 20px;
  3960. }
  3961.  
  3962. /* Footer Menu */
  3963. .footer-menu {
  3964.    list-style: none;
  3965.    padding: 0;
  3966.    margin: 0;
  3967.    color: var(--footer-color) !important;
  3968. }
  3969.  
  3970. .footer-menu li {
  3971.    margin-bottom: 10px;
  3972.  
  3973. }
  3974.  
  3975. .menu-link {
  3976.    color: var(--footer-color) !important;
  3977.    text-decoration: none;
  3978.    font-size: 15px;
  3979.    transition: color 0.3s ease;
  3980. }
  3981.  
  3982. .menu-link:hover {
  3983.    color: #007bff;
  3984. }
  3985.  
  3986. /* Footer Bottom */
  3987. .footer-bottom {
  3988.    border-top: 1px solid var(--border-color);
  3989.    padding: 20px 0;
  3990. }
  3991.  
  3992. .copyright-info p {
  3993.    margin: 0 0 10px;
  3994.    color: var(--footer-color) !important;
  3995. }
  3996.  
  3997. .utility-links {
  3998.    display: flex;
  3999.    justify-content: center;
  4000.    gap: 15px;
  4001. }
  4002.  
  4003. .utility-link {
  4004.    color: #666;
  4005.    text-decoration: none;
  4006.    transition: color 0.3s ease;
  4007. }
  4008.  
  4009. .utility-link:hover {
  4010.    color: #007bff;
  4011. }
  4012.  
  4013. /* Responsive Design */
  4014. @media (max-width: 992px) {
  4015.    .footer-column {
  4016.        text-align: start;
  4017.    }
  4018.    
  4019.    .social-buttons {
  4020.        justify-content: start;
  4021.    }
  4022. }
  4023.  
  4024. @media (max-width: 768px) {
  4025.    .footer-top-section {
  4026.        margin-bottom: 30px;
  4027.    }
  4028.    
  4029.    .brand-logo {
  4030.        flex-direction: column;
  4031.    }
  4032.    
  4033.    .footer-bottom .bottom-content {
  4034.        padding: 0 15px;
  4035.    }
  4036. }
  4037.  
  4038. @media (max-width: 576px) {
  4039.    .column-title {
  4040.        font-size: 16px;
  4041.    }
  4042.    
  4043.    .menu-link {
  4044.        font-size: 14px;
  4045.    }
  4046. }
  4047. </style>
  4048.  
  4049. <script>
  4050. // Newsletter Form Enhancement
  4051. document.addEventListener('DOMContentLoaded', function() {
  4052.    const newsletterForm = document.querySelector('.newsletter-form');
  4053.    if (newsletterForm) {
  4054.        newsletterForm.addEventListener('submit', function(e) {
  4055.            const submitBtn = this.querySelector('.newsletter-submit');
  4056.            const originalHTML = submitBtn.innerHTML;
  4057.            
  4058.            submitBtn.innerHTML = '<i class="fas fa-spinner fa-spin"></i>';
  4059.            submitBtn.disabled = true;
  4060.            
  4061.            // Re-enable after form processing (simulate for now)
  4062.            setTimeout(() => {
  4063.                submitBtn.innerHTML = originalHTML;
  4064.                submitBtn.disabled = false;
  4065.            }, 2000);
  4066.        });
  4067.    }
  4068.  
  4069.    // Add prevent default to placeholder links
  4070.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  4071.        anchor.addEventListener('click', function (e) {
  4072.            e.preventDefault();
  4073.        });
  4074.    });
  4075. });
  4076. document.addEventListener('DOMContentLoaded', function () {
  4077.    var btn = document.getElementById('toggleBlogRollLinks');
  4078.    if (!btn) return; // No extra items, no button
  4079.  
  4080.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  4081.  
  4082.    btn.addEventListener('click', function () {
  4083.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4084.            return li.classList.contains('d-none');
  4085.        });
  4086.  
  4087.        extras.forEach(function (li) {
  4088.            if (anyHidden) {
  4089.                li.classList.remove('d-none');
  4090.                li.classList.add('show');
  4091.            } else {
  4092.                li.classList.add('d-none');
  4093.                li.classList.remove('show');
  4094.            }
  4095.        });
  4096.  
  4097.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4098.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4099.    });
  4100. });
  4101.  
  4102. </script>
  4103.  
  4104.        <!-- end of wpo-site-footer-section -->
  4105.    </div>
  4106.    <!-- end of page-wrapper -->
  4107.  
  4108.    <!-- All JavaScript files
  4109.    ================================================== -->
  4110.    
  4111.  
  4112. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4113. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4114. <!-- Plugins for this template -->
  4115. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4116. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4117. <!-- Custom script for this template -->
  4118. <script src="/static/blogapp/assets/js/script.js"></script>
  4119.  
  4120. <script>
  4121. (function () {
  4122. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4123. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4124.  
  4125. function applyFallback(img) {
  4126. if (!img || img.dataset.fallbackApplied === "1") {
  4127. return;
  4128. }
  4129. var failedSrc = img.currentSrc || img.src || "";
  4130. img.dataset.fallbackApplied = "1";
  4131. img.onerror = null;
  4132. img.src = fallbackImageSrc;
  4133. console.warn("[ImageFallback] Replaced broken image:", {
  4134. failedSrc: failedSrc,
  4135. fallbackSrc: fallbackImageSrc,
  4136. alt: img.alt || "",
  4137. });
  4138. }
  4139.  
  4140. document.querySelectorAll("img").forEach(function (img) {
  4141. if (img.complete && img.naturalWidth === 0) {
  4142. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4143. failedSrc: img.currentSrc || img.src || "",
  4144. alt: img.alt || "",
  4145. });
  4146. applyFallback(img);
  4147. }
  4148. });
  4149.  
  4150. document.addEventListener(
  4151. "error",
  4152. function (event) {
  4153. var target = event.target;
  4154. if (target && target.tagName === "IMG") {
  4155. applyFallback(target);
  4156. }
  4157. },
  4158. true
  4159. );
  4160. })();
  4161. </script>
  4162.  
  4163. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4164.  
  4165.  
  4166.  
  4167. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"47460cd6a9d94e6f8c5518b13610f35d","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4168. </body>
  4169.  
  4170. </html>
  4171.  
  4172.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda