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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="fira">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/Untitled_design_-_2025-04-26T132513.104_CX1wh5B_TV8M5hJ_Xs4nbO2.png">
  14.    
  15.  
  16.    <title>WinPrimeNews UK: Latest UK News, Politics and Business Updates</title>
  17.    <meta name="description" content="Stay informed with WinPrimeNews UK&#x27;s coverage of breaking news, political developments, and business trends across the United Kingdom. Trusted insights daily.">
  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://winprimenews.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ff6d00;
  42.        --bs-primary-rgb: ff6d00;
  43.        --bs-secondary: #6b7280;
  44.        --bs-success: #10b981;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #0284c7;
  48.        --bs-light: #fff7ed;
  49.        --bs-dark: #431407;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ff6d00;
  53.        --theme-primary-color-s2: #ff6d00;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #431407;
  57.        --text-light-color: #676767;
  58.        --heading-color: #431407;
  59.        --border-color: #fed7aa;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #ffffff;
  73.        --nav-bg: #ffffff;
  74.        --sub-nav: #fed7aa;
  75.        --navbar-color: #431407;
  76.        --topbar-bg: #fff7ed;
  77.        --topbar-color: #431407;
  78.        --footer-bg: #431407;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #fed7aa;
  82.        --card-radius: 12px;
  83.        --link-color: #ff6d00;
  84.        --link-hover: #e35a00;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(255, 109, 0, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. <script>
  368.    var _paq = window._paq = window._paq || [];
  369.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  370.    _paq.push(['trackPageView']);
  371.    _paq.push(['enableLinkTracking']);
  372.    (function() {
  373.        var u = "//analytics.tech-vikings.com/";
  374.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  375.        _paq.push(['setSiteId', '2']);
  376.        var d = document,
  377.            g = d.createElement('script'),
  378.            s = d.getElementsByTagName('script')[0];
  379.        g.async = true;
  380.        g.src = u + 'matomo.js';
  381.        s.parentNode.insertBefore(g, s);
  382.    })();
  383. </script>
  384. </head>
  385.  
  386.  
  387.  
  388. <body class="page-blogapp:homepage theme-theme_31">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.  
  396.  
  397.            <!-- end preloader -->
  398.        
  399.        <!-- Start header -->
  400.        <header id="header" class="wpo-site-header">
  401.            
  402.  
  403.  
  404.    
  405.  
  406.  
  407. <div class="top-bg">
  408.    <div class="unique-topbar3 container-fluid fluid-container d-sm-flex d-none align-items-center justify-content-between">
  409.        <!-- Date/Time -->
  410.        <span id="current-time" class="text-nowrap"></span>
  411.    
  412.        <!-- Marquee News -->
  413.        <marquee direction="left" scrollamount="4" behavior="scroll" class="topbar-marquee flex-grow-1 ms-3">
  414.            
  415.                <a href="/californias-governor-acknowledges-he-is-evaluating-a-2028-presidential-run/" class="px-4 top-color">
  416.                    California&#x27;s Governor Acknowledges He Is Evaluating a 2028 Presidential Run
  417.                </a>
  418.            
  419.                <a href="/some-groups-on-the-political-spectrum-who-offer-only-complaints-labour-is-getting-on-with-the-job-of-economic-rejuvenation/" class="px-4 top-color">
  420.                    Some groups on the political spectrum who offer only complaints: Labour is getting on with the job of economic rejuvenation.
  421.                </a>
  422.            
  423.                <a href="/the-greater-manchester-mayor-would-probably-have-won-the-recent-byelection-says-labour-deputy-leader/" class="px-4 top-color">
  424.                    The Greater Manchester Mayor Would &#x27;Probably&#x27; Have Won the Recent Byelection, Says Labour Deputy Leader
  425.                </a>
  426.            
  427.                <a href="/ex-bbc-specialists-face-parliamentary-questioning-in-the-wake-of-claims-of-prejudice-in-leaked-memo/" class="px-4 top-color">
  428.                    Ex- BBC Specialists Face Parliamentary Questioning In the Wake of Claims of Prejudice in Leaked Memo
  429.                </a>
  430.            
  431.                <a href="/toronto-blue-jays-secure-fall-classic-meeting-with-defending-champion-dodgers/" class="px-4 top-color">
  432.                    Toronto Blue Jays Secure Fall Classic Meeting With defending champion Dodgers
  433.                </a>
  434.            
  435.        </marquee>
  436.    </div>
  437. </div>
  438.  
  439. <script>
  440. function updateCurrentTime() {
  441.    const currentDate = new Date();
  442.  
  443.    // Day Names
  444.    const dayNames = ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'];
  445.    const day = dayNames[currentDate.getDay()];
  446.  
  447.    // Date Formatting
  448.    const dayNumber = currentDate.getDate().toString().padStart(2, '0');
  449.    const monthNames = ["January", "February", "March", "April", "May", "June",
  450.                        "July", "August", "September", "October", "November", "December"];
  451.    const month = monthNames[currentDate.getMonth()];
  452.    const year = currentDate.getFullYear();
  453.  
  454.    // Final string
  455.    const dateString = `${day}, ${month} ${dayNumber}, ${year}`;
  456.  
  457.    document.getElementById('current-time').innerHTML = `
  458.        <span class='bg-primary-gradient p-2 '>
  459.            <span class="fw-bold">${dateString}</span>
  460.        </span>
  461.    `;
  462. }
  463. updateCurrentTime();
  464. </script>
  465.  
  466.  
  467.  
  468.            
  469.  
  470.  
  471.  
  472.  
  473.  
  474.  
  475. <header class="header-v10 mb-4">
  476.    <div class="container-fluid fluid-container">
  477.        <!-- Top Bar -->
  478.        <div class="top-bar-v10">
  479.            <div
  480.                class="row align-items-center gap-3 justify-content-lg-between justify-content-center align-items-center d-flex flex-wrap">
  481.               <div class="col-lg-3 col-md-12 col-12">
  482.                    <div class="brand-section-v10">
  483.                        <a class="logo-link-v9" href="/">
  484.                            
  485.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/88695460-0723-4983-9596-fb69f94e15ff_logo.png" alt="WinPrimeNews UK" class="logo-img-v9" />
  486.                            
  487.                        </a>
  488.                    </div>
  489.                </div>
  490.                <div class="col-lg-6 col-md-12 d-inline-block">
  491.                    <div class="search-container-v10">
  492.                        <form class="search-form-v10" action="#" method="get">
  493.                            <div class="search-group-v10">
  494.                                <input type="search" id="search-input" class="search-field-v10 ps-3"
  495.                                    placeholder="Discover articles, tutorials & insights..." name="q">
  496.                                <button type="submit" class="search-button-v10">
  497.                                    <i class="ti-search"></i>
  498.                                </button>
  499.                            </div>
  500.                            <div id="search-results" class="search-results-container search-v1"></div>
  501.                        </form>
  502.                    </div>
  503.                </div>
  504.                <div class="col-12 ">
  505.                    <div class="header-utilities-v10">
  506.                        <div class="utility-item-v10 d-lg-none">
  507.                            <button class="menu-trigger-v10" onclick="toggleMenuV10()">
  508.                                <div class="menu-icon-v10">
  509.                                    <span class="menu-bar-v10"></span>
  510.                                    <span class="menu-bar-v10"></span>
  511.                                    <span class="menu-bar-v10"></span>
  512.                                </div>
  513.                            </button>
  514.                        </div>
  515.                    </div>
  516.                </div>
  517.            </div>
  518.        </div>
  519.  
  520.        <!-- Navigation Bar -->
  521.    <nav class="navigation-v10 d-none d-lg-block">
  522.    <div class="nav-container-v10">
  523.        <ul class="nav-menu-v10">
  524.  
  525.            
  526.            <li class="nav-item-v10">
  527.                <a href="/" class="nav-link-v10 active-v10">
  528.                    <div class="link-content-v10">
  529.                        <span class="link-text-v10">Home</span>
  530.                        <div class="link-indicator-v10"></div>
  531.                    </div>
  532.                </a>
  533.            </li>
  534.  
  535.            
  536.            
  537.                
  538.                    
  539.                    
  540.                        <li class="nav-item-v10">
  541.                            <a href="/category/all-posts/" class="nav-link-v10">
  542.                                <div class="link-content-v10">
  543.                                    <span class="link-text-v10">All Posts</span>
  544.                                    <div class="link-indicator-v10"></div>
  545.                                </div>
  546.                            </a>
  547.                        </li>
  548.                    
  549.  
  550.                
  551.  
  552.                
  553.                
  554.            
  555.                
  556.                    
  557.                    
  558.                        <li class="nav-item-v10">
  559.                            <a href="/category/business/" class="nav-link-v10">
  560.                                <div class="link-content-v10">
  561.                                    <span class="link-text-v10">Business</span>
  562.                                    <div class="link-indicator-v10"></div>
  563.                                </div>
  564.                            </a>
  565.                        </li>
  566.                    
  567.  
  568.                
  569.  
  570.                
  571.                
  572.            
  573.                
  574.                    
  575.                    
  576.                        <li class="nav-item-v10">
  577.                            <a href="/category/esports/" class="nav-link-v10">
  578.                                <div class="link-content-v10">
  579.                                    <span class="link-text-v10">Esports</span>
  580.                                    <div class="link-indicator-v10"></div>
  581.                                </div>
  582.                            </a>
  583.                        </li>
  584.                    
  585.  
  586.                
  587.  
  588.                
  589.                
  590.            
  591.                
  592.                    
  593.                    
  594.                        <li class="nav-item-v10">
  595.                            <a href="/category/fashion/" class="nav-link-v10">
  596.                                <div class="link-content-v10">
  597.                                    <span class="link-text-v10">Fashion</span>
  598.                                    <div class="link-indicator-v10"></div>
  599.                                </div>
  600.                            </a>
  601.                        </li>
  602.                    
  603.  
  604.                
  605.  
  606.                
  607.                
  608.            
  609.                
  610.                    
  611.                    
  612.                        <li class="nav-item-v10">
  613.                            <a href="/category/featured/" class="nav-link-v10">
  614.                                <div class="link-content-v10">
  615.                                    <span class="link-text-v10">Featured</span>
  616.                                    <div class="link-indicator-v10"></div>
  617.                                </div>
  618.                            </a>
  619.                        </li>
  620.                    
  621.  
  622.                
  623.  
  624.                
  625.                
  626.            
  627.                
  628.                    
  629.                    
  630.                        <li class="nav-item-v10">
  631.                            <a href="/category/gaming/" class="nav-link-v10">
  632.                                <div class="link-content-v10">
  633.                                    <span class="link-text-v10">Gaming</span>
  634.                                    <div class="link-indicator-v10"></div>
  635.                                </div>
  636.                            </a>
  637.                        </li>
  638.                    
  639.  
  640.                
  641.  
  642.                
  643.                
  644.            
  645.                
  646.                    
  647.                    
  648.                        <li class="nav-item-v10">
  649.                            <a href="/category/health/" class="nav-link-v10">
  650.                                <div class="link-content-v10">
  651.                                    <span class="link-text-v10">Health</span>
  652.                                    <div class="link-indicator-v10"></div>
  653.                                </div>
  654.                            </a>
  655.                        </li>
  656.                    
  657.  
  658.                
  659.  
  660.                
  661.                
  662.            
  663.                
  664.                    
  665.                    
  666.                        <li class="nav-item-v10">
  667.                            <a href="/category/life-fitness/" class="nav-link-v10">
  668.                                <div class="link-content-v10">
  669.                                    <span class="link-text-v10">Life &amp; Fitness</span>
  670.                                    <div class="link-indicator-v10"></div>
  671.                                </div>
  672.                            </a>
  673.                        </li>
  674.                    
  675.  
  676.                
  677.  
  678.                
  679.                
  680.            
  681.                
  682.                    
  683.                    
  684.                        <li class="nav-item-v10">
  685.                            <a href="/category/lifestyle/" class="nav-link-v10">
  686.                                <div class="link-content-v10">
  687.                                    <span class="link-text-v10">Lifestyle</span>
  688.                                    <div class="link-indicator-v10"></div>
  689.                                </div>
  690.                            </a>
  691.                        </li>
  692.                    
  693.  
  694.                
  695.  
  696.                
  697.                
  698.            
  699.                
  700.                    
  701.                    <li class="nav-item-v10 has-submenu-v10">
  702.                        <a href="#" class="nav-link-v10">
  703.                            <div class="link-content-v10">
  704.                                <span class="link-text-v10">More</span>
  705.                                <div class="link-arrow-v10"></div>
  706.                                <div class="link-indicator-v10"></div>
  707.                            </div>
  708.                        </a>
  709.                        <div class="submenu-v10">
  710.                            <div class="submenu-content-v10">
  711.                                <div class="submenu-column-v10">
  712.                                    <ul class="submenu-links-v10">
  713.                                        <li>
  714.                                            <a href="/category/news/" class="submenu-link-v10">
  715.                                                News
  716.                                            </a>
  717.                                        </li>
  718.                
  719.  
  720.                
  721.                
  722.            
  723.                
  724.                                        <li>
  725.                                            <a href="/category/others/" class="submenu-link-v10">
  726.                                                Others
  727.                                            </a>
  728.                                        </li>
  729.                
  730.  
  731.                
  732.                
  733.            
  734.                
  735.                                        <li>
  736.                                            <a href="/category/politics/" class="submenu-link-v10">
  737.                                                Politics
  738.                                            </a>
  739.                                        </li>
  740.                
  741.  
  742.                
  743.                
  744.            
  745.                
  746.                                        <li>
  747.                                            <a href="/category/sports/" class="submenu-link-v10">
  748.                                                Sports
  749.                                            </a>
  750.                                        </li>
  751.                
  752.  
  753.                
  754.                
  755.            
  756.                
  757.                                        <li>
  758.                                            <a href="/category/tech/" class="submenu-link-v10">
  759.                                                Tech
  760.                                            </a>
  761.                                        </li>
  762.                
  763.  
  764.                
  765.                
  766.            
  767.                
  768.                                        <li>
  769.                                            <a href="/category/travel/" class="submenu-link-v10">
  770.                                                Travel
  771.                                            </a>
  772.                                        </li>
  773.                
  774.  
  775.                
  776.                
  777.                                    </ul>
  778.                                </div>
  779.                            </div>
  780.                        </div>
  781.                    </li>
  782.                
  783.            
  784.            <li class="nav-item-v10">
  785.                <a href="/page/contact-us/" class="nav-link-v10">
  786.                    <div class="link-content-v10">
  787.                        <span class="link-text-v10">Contact Us</span>
  788.                        <div class="link-indicator-v10"></div>
  789.                    </div>
  790.                </a>
  791.            </li>
  792.        </ul>
  793.    </div>
  794. </nav>
  795.  
  796.        <!-- Mobile Menu -->
  797.        <div class="mobile-menu-v10 d-lg-none" id="mobileMenuV10">
  798.            <div class="mobile-menu-content-v10">
  799.                <ul class="mobile-menu-list-v10">
  800.  
  801.                    
  802.                    <li class="mobile-menu-item-v10">
  803.                        <a href="/" class="mobile-menu-link-v10 active-v10">
  804.                            <span class="mobile-link-text-v10">Home</span>
  805.                        </a>
  806.                    </li>
  807.  
  808.                    
  809.                    
  810.                    
  811.                    <li class="mobile-menu-item-v10">
  812.                        <a href="/category/all-posts/" class="mobile-menu-link-v10">
  813.                            <span class="mobile-link-text-v10">All Posts</span>
  814.                        </a>
  815.                    </li>
  816.                    
  817.                    
  818.                    
  819.                    <li class="mobile-menu-item-v10">
  820.                        <a href="/category/business/" class="mobile-menu-link-v10">
  821.                            <span class="mobile-link-text-v10">Business</span>
  822.                        </a>
  823.                    </li>
  824.                    
  825.                    
  826.                    
  827.                    <li class="mobile-menu-item-v10">
  828.                        <a href="/category/esports/" class="mobile-menu-link-v10">
  829.                            <span class="mobile-link-text-v10">Esports</span>
  830.                        </a>
  831.                    </li>
  832.                    
  833.                    
  834.                    
  835.                    <li class="mobile-menu-item-v10">
  836.                        <a href="/category/fashion/" class="mobile-menu-link-v10">
  837.                            <span class="mobile-link-text-v10">Fashion</span>
  838.                        </a>
  839.                    </li>
  840.                    
  841.                    
  842.                    
  843.                    <li class="mobile-menu-item-v10">
  844.                        <a href="/category/featured/" class="mobile-menu-link-v10">
  845.                            <span class="mobile-link-text-v10">Featured</span>
  846.                        </a>
  847.                    </li>
  848.                    
  849.                    
  850.                    
  851.                    <li class="mobile-menu-item-v10">
  852.                        <a href="/category/gaming/" class="mobile-menu-link-v10">
  853.                            <span class="mobile-link-text-v10">Gaming</span>
  854.                        </a>
  855.                    </li>
  856.                    
  857.                    
  858.                    
  859.                    <li class="mobile-menu-item-v10">
  860.                        <a href="/category/health/" class="mobile-menu-link-v10">
  861.                            <span class="mobile-link-text-v10">Health</span>
  862.                        </a>
  863.                    </li>
  864.                    
  865.                    
  866.                    
  867.                    <li class="mobile-menu-item-v10">
  868.                        <a href="/category/life-fitness/" class="mobile-menu-link-v10">
  869.                            <span class="mobile-link-text-v10">Life &amp; Fitness</span>
  870.                        </a>
  871.                    </li>
  872.                    
  873.                    
  874.                    
  875.                    <li class="mobile-menu-item-v10">
  876.                        <a href="/category/lifestyle/" class="mobile-menu-link-v10">
  877.                            <span class="mobile-link-text-v10">Lifestyle</span>
  878.                        </a>
  879.                    </li>
  880.                    
  881.                    
  882.                    
  883.                    <li class="mobile-menu-item-v10">
  884.                        <a href="/category/news/" class="mobile-menu-link-v10">
  885.                            <span class="mobile-link-text-v10">News</span>
  886.                        </a>
  887.                    </li>
  888.                    
  889.                    
  890.                    
  891.                    <li class="mobile-menu-item-v10">
  892.                        <a href="/category/others/" class="mobile-menu-link-v10">
  893.                            <span class="mobile-link-text-v10">Others</span>
  894.                        </a>
  895.                    </li>
  896.                    
  897.                    
  898.                    
  899.                    <li class="mobile-menu-item-v10">
  900.                        <a href="/category/politics/" class="mobile-menu-link-v10">
  901.                            <span class="mobile-link-text-v10">Politics</span>
  902.                        </a>
  903.                    </li>
  904.                    
  905.                    
  906.                    
  907.                    <li class="mobile-menu-item-v10">
  908.                        <a href="/category/sports/" class="mobile-menu-link-v10">
  909.                            <span class="mobile-link-text-v10">Sports</span>
  910.                        </a>
  911.                    </li>
  912.                    
  913.                    
  914.                    
  915.                    <li class="mobile-menu-item-v10">
  916.                        <a href="/category/tech/" class="mobile-menu-link-v10">
  917.                            <span class="mobile-link-text-v10">Tech</span>
  918.                        </a>
  919.                    </li>
  920.                    
  921.                    
  922.                    
  923.                    <li class="mobile-menu-item-v10">
  924.                        <a href="/category/travel/" class="mobile-menu-link-v10">
  925.                            <span class="mobile-link-text-v10">Travel</span>
  926.                        </a>
  927.                    </li>
  928.                    
  929.                    
  930.  
  931.                </ul>
  932.            </div>
  933.        </div>
  934.  
  935.    </div>
  936. </header>
  937.  
  938. <style>
  939.    .logo-link-v9 img{
  940.        height: 70px;
  941.        width: auto;
  942.        object-fit: cover;
  943.    }
  944.    /* Navbar V10 Styles - Modern Two-Tier Design */
  945.    .header-v10 {
  946.        background: var(--navbar-bg);
  947.        margin-bottom: 10px;
  948.        position: relative;
  949.    }
  950.  
  951.    /* Top Bar */
  952.    .top-bar-v10 {
  953.        padding: 16px 0;
  954.    }
  955.  
  956.    /* Brand Section */
  957.    .brand-section-v10 {
  958.        display: flex;
  959.        align-items: center;
  960.    }
  961.  
  962.    .brand-link-v10 {
  963.        display: flex;
  964.        align-items: center;
  965.        text-decoration: none;
  966.    }
  967.  
  968.    .brand-icon-v10 {
  969.        width: 48px;
  970.        height: 48px;
  971.        background:  linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  972.        border-radius: 12px;
  973.        display: flex;
  974.        align-items: center;
  975.        justify-content: center;
  976.        padding: 8px;
  977.    }
  978.  
  979.    .brand-img-v10 {
  980.        max-width: 100%;
  981.        max-height: 100%;
  982.        filter: brightness(0) invert(1);
  983.    }
  984.  
  985.    /* Search Container */
  986.    .search-container-v10 {
  987.        max-width: 500px;
  988.        margin-left: auto;
  989.    }
  990.  
  991.    .search-group-v10 {
  992.        display: flex;
  993.        align-items: center;
  994.        background: #f9fafb;
  995.        border: 2px solid #e5e7eb;
  996.        border-radius: 12px;
  997.        overflow: hidden;
  998.        transition: all 0.3s ease;
  999.    }
  1000.  
  1001.    .search-group-v10:focus-within {
  1002.        background: #ffffff;
  1003.        border-color: #3b82f6;
  1004.        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
  1005.    }
  1006.  
  1007.    .search-icon-wrapper-v10 {
  1008.        padding: 12px 16px;
  1009.        display: flex;
  1010.        align-items: center;
  1011.    }
  1012.  
  1013.    .search-icon-v10 {
  1014.        width: 16px;
  1015.        height: 16px;
  1016.        background: #9ca3af;
  1017.        border-radius: 50%;
  1018.        position: relative;
  1019.    }
  1020.  
  1021.    .search-icon-v10::after {
  1022.        content: '';
  1023.        position: absolute;
  1024.        top: 12px;
  1025.        left: 12px;
  1026.        width: 6px;
  1027.        height: 1px;
  1028.        background: #9ca3af;
  1029.        transform: rotate(45deg);
  1030.    }
  1031.  
  1032.    .search-field-v10 {
  1033.        flex: 1;
  1034.        border: none;
  1035.        background: transparent;
  1036.        font-size: 15px;
  1037.        padding: 12px 0;
  1038.        outline: none;
  1039.        color: #1f2937;
  1040.    }
  1041.  
  1042.    .search-field-v10::placeholder {
  1043.        color: #9ca3af;
  1044.    }
  1045.  
  1046.    .search-button-v10 {
  1047.        background:  linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1048.        color: white;
  1049.        border: none;
  1050.        padding: 14px 15px;
  1051.        font-weight: 600;
  1052.        cursor: pointer;
  1053.        transition: all 0.3s ease;
  1054.    }
  1055.  
  1056.    .search-button-v10:hover {
  1057.        background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
  1058.    }
  1059.  
  1060.    /* Header Utilities */
  1061.    .header-utilities-v10 {
  1062.        display: flex;
  1063.        align-items: center;
  1064.        justify-content: flex-end;
  1065.        gap: 8px;
  1066.    }
  1067.  
  1068.    .utility-item-v10 {
  1069.        display: flex;
  1070.    }
  1071.  
  1072.    .theme-toggle-v10,
  1073.    .mobile-search-v10,
  1074.    .menu-trigger-v10 {
  1075.        background: #f9fafb;
  1076.        border: 1px solid #e5e7eb;
  1077.        border-radius: 8px;
  1078.        padding: 10px;
  1079.        cursor: pointer;
  1080.        transition: all 0.3s ease;
  1081.    }
  1082.  
  1083.    .mobile-search-v10:hover,
  1084.    .menu-trigger-v10:hover {
  1085.        background: #f3f4f6;
  1086.        border-color: #d1d5db;
  1087.    }
  1088.  
  1089.    .mobile-search-icon-v10 {
  1090.        width: 16px;
  1091.        height: 16px;
  1092.        background: #6b7280;
  1093.        border-radius: 50%;
  1094.    }
  1095.  
  1096.    .menu-icon-v10 {
  1097.        display: flex;
  1098.        flex-direction: column;
  1099.        gap: 3px;
  1100.        width: 16px;
  1101.    }
  1102.  
  1103.    .menu-bar-v10 {
  1104.        height: 2px;
  1105.        background: #6b7280;
  1106.        border-radius: 1px;
  1107.        transition: all 0.3s ease;
  1108.    }
  1109.  
  1110.    .menu-trigger-v10.active-v10 .menu-bar-v10:nth-child(1) {
  1111.        transform: rotate(45deg) translate(4px, 4px);
  1112.    }
  1113.  
  1114.    .menu-trigger-v10.active-v10 .menu-bar-v10:nth-child(2) {
  1115.        opacity: 0;
  1116.    }
  1117.  
  1118.    .menu-trigger-v10.active-v10 .menu-bar-v10:nth-child(3) {
  1119.        transform: rotate(-45deg) translate(6px, -6px);
  1120.    }
  1121.  
  1122.    /* Navigation */
  1123.    .navigation-v10 {
  1124.        background: var(--navbar-bg);
  1125.    }
  1126.  
  1127.    .nav-container-v10 {
  1128.        padding: 0;
  1129.        display: flex;
  1130.        justify-content: flex-end;
  1131.    }
  1132.  
  1133.    .nav-menu-v10 {
  1134.        list-style: none;
  1135.        padding: 0;
  1136.        margin: 0;
  1137.        display: flex;
  1138.        align-items: stretch;
  1139.    }
  1140.  
  1141.    .nav-item-v10 {
  1142.        position: relative;
  1143.    }
  1144.  
  1145.    .nav-link-v10 {
  1146.        color: #374151;
  1147.        text-decoration: none;
  1148.        display: block;
  1149.        transition: all 0.3s ease;
  1150.    }
  1151.  
  1152.    .link-content-v10 {
  1153.        padding: 16px 20px;
  1154.        display: flex;
  1155.        align-items: center;
  1156.        gap: 6px;
  1157.        position: relative;
  1158.    }
  1159.  
  1160.    .link-text-v10 {
  1161.        font-size: 15px;
  1162.        font-weight: 600;
  1163.    }
  1164.  
  1165.    .link-arrow-v10 {
  1166.        width: 0;
  1167.        height: 0;
  1168.        border-left: 3px solid transparent;
  1169.        border-right: 3px solid transparent;
  1170.        border-top: 3px solid currentColor;
  1171.        transition: transform 0.3s ease;
  1172.    }
  1173.  
  1174.    .link-indicator-v10 {
  1175.        position: absolute;
  1176.        bottom: 0;
  1177.        left: 0;
  1178.        right: 0;
  1179.        height: 3px;
  1180.        background:  linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1181.        transform: scaleX(0);
  1182.        transition: transform 0.3s ease;
  1183.    }
  1184.  
  1185.    .nav-link-v10:hover,
  1186.    .nav-link-v10.active-v10 {
  1187.        color: white !important;
  1188.        background: var(--bs-primary);
  1189.    }
  1190.  
  1191.    .nav-link-v10:hover .link-indicator-v10,
  1192.    .nav-link-v10.active-v10 .link-indicator-v10 {
  1193.        transform: scaleX(1);
  1194.    }
  1195.  
  1196.    .has-submenu-v10:hover .link-arrow-v10 {
  1197.        transform: rotate(180deg);
  1198.    }
  1199.  
  1200.    /* Submenu */
  1201.    .submenu-v10 {
  1202.        position: absolute;
  1203.        top: 100%;
  1204.        left: 0;
  1205.        background: #ffffff;
  1206.        border: 1px solid #e5e7eb;
  1207.        border-radius: 12px;
  1208.        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  1209.        opacity: 0;
  1210.        visibility: hidden;
  1211.        transform: translateY(-8px);
  1212.        transition: all 0.3s ease;
  1213.        z-index: 1000;
  1214.        min-width: 400px;
  1215.        padding: 24px;
  1216.        margin-top: 8px;
  1217.    }
  1218.  
  1219.    .has-submenu-v10:hover .submenu-v10 {
  1220.        opacity: 1;
  1221.        visibility: visible;
  1222.        transform: translateY(0);
  1223.    }
  1224.  
  1225.    .submenu-content-v10 {
  1226.        display: grid;
  1227.        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  1228.        gap: 24px;
  1229.    }
  1230.  
  1231.    .submenu-title-v10 {
  1232.        font-size: 13px;
  1233.        font-weight: 700;
  1234.        color: #3b82f6;
  1235.        margin-bottom: 12px;
  1236.        text-transform: uppercase;
  1237.        letter-spacing: 0.5px;
  1238.    }
  1239.  
  1240.    .submenu-links-v10 {
  1241.        list-style: none;
  1242.        padding: 0;
  1243.        margin: 0;
  1244.    }
  1245.  
  1246.    .submenu-link-v10 {
  1247.        display: block;
  1248.        color: #6b7280 !important;
  1249.        text-decoration: none;
  1250.        font-size: 14px;
  1251.        padding: 8px 0;
  1252.        transition: color 0.3s ease;
  1253.    }
  1254.  
  1255.    .submenu-link-v10:hover {
  1256.        color: #3b82f6 !important;
  1257.    }
  1258.  
  1259.    /* Mobile Search Panel */
  1260.    .mobile-search-panel-v10 {
  1261.        background: #f9fafb;
  1262.        border-bottom: 1px solid #e5e7eb;
  1263.        padding: 12px 0;
  1264.        max-height: 0;
  1265.        overflow: hidden;
  1266.        transition: all 0.3s ease;
  1267.    }
  1268.  
  1269.    .mobile-search-panel-v10.show-v10 {
  1270.        max-height: 80px;
  1271.    }
  1272.  
  1273.    .mobile-search-wrapper-v10 {
  1274.        display: flex;
  1275.        align-items: center;
  1276.        background: #ffffff;
  1277.        border: 1px solid #e5e7eb;
  1278.        border-radius: 8px;
  1279.        overflow: hidden;
  1280.    }
  1281.  
  1282.    .mobile-search-input-v10 {
  1283.        flex: 1;
  1284.        border: none;
  1285.        padding: 12px 16px;
  1286.        font-size: 15px;
  1287.        outline: none;
  1288.        background: transparent;
  1289.    }
  1290.  
  1291.    .mobile-search-btn-v10 {
  1292.        background: #3b82f6;
  1293.        border: none;
  1294.        padding: 12px 16px;
  1295.        cursor: pointer;
  1296.    }
  1297.  
  1298.    .mobile-search-btn-v10 .mobile-search-icon-v10 {
  1299.        background: white;
  1300.    }
  1301.  
  1302.    /* Mobile Menu */
  1303.    .mobile-menu-v10 {
  1304.        background: #ffffff;
  1305.        border-bottom: 1px solid #e5e7eb;
  1306.        max-height: 0;
  1307.        overflow: hidden;
  1308.        transition: all 0.4s ease;
  1309.    }
  1310.  
  1311.    .mobile-menu-v10.show-v10 {
  1312.        max-height: 500px;
  1313.    }
  1314.  
  1315.    .mobile-menu-content-v10 {
  1316.        padding: 16px 30px;
  1317.    }
  1318.  
  1319.    .mobile-menu-list-v10 {
  1320.        list-style: none;
  1321.        padding: 0;
  1322.        margin: 0;
  1323.    }
  1324.  
  1325.    .mobile-menu-item-v10 {
  1326.        border-bottom: 1px solid #f3f4f6;
  1327.    }
  1328.  
  1329.    .mobile-menu-link-v10,
  1330.    .mobile-menu-toggle-v10 {
  1331.        display: flex;
  1332.        align-items: center;
  1333.        justify-content: space-between;
  1334.        color: #374151;
  1335.        text-decoration: none;
  1336.        font-size: 16px;
  1337.        font-weight: 600;
  1338.        padding: 16px 0;
  1339.        transition: color 0.3s ease;
  1340.        background: none;
  1341.        border: none;
  1342.        width: 100%;
  1343.        cursor: pointer;
  1344.    }
  1345.  
  1346.    .mobile-menu-link-v10:hover,
  1347.    .mobile-menu-toggle-v10:hover,
  1348.    .mobile-menu-link-v10.active-v10 {
  1349.        color: var(--bs-light);
  1350.    }
  1351.  
  1352.    .mobile-toggle-arrow-v10 {
  1353.        width: 0;
  1354.        height: 0;
  1355.        border-left: 4px solid transparent;
  1356.        border-right: 4px solid transparent;
  1357.        border-top: 4px solid currentColor;
  1358.        transition: transform 0.3s ease;
  1359.    }
  1360.  
  1361.    .mobile-menu-item-v10.open-v10 .mobile-toggle-arrow-v10 {
  1362.        transform: rotate(180deg);
  1363.    }
  1364.  
  1365.    .mobile-submenu-v10 {
  1366.        list-style: none;
  1367.        padding: 0;
  1368.        margin: 0;
  1369.        max-height: 0;
  1370.        overflow: hidden;
  1371.        transition: all 0.3s ease;
  1372.        background: #f9fafb;
  1373.    }
  1374.  
  1375.    .mobile-submenu-v10.show-v10 {
  1376.        max-height: 200px;
  1377.        padding: 8px 0;
  1378.    }
  1379.  
  1380.    .mobile-submenu-link-v10 {
  1381.        display: block;
  1382.        color: #6b7280;
  1383.        text-decoration: none;
  1384.        font-size: 14px;
  1385.        padding: 10px 20px;
  1386.        transition: color 0.3s ease;
  1387.    }
  1388.  
  1389.    .mobile-submenu-link-v10:hover {
  1390.        color: #3b82f6;
  1391.    }
  1392.  
  1393.    /* Responsive Design */
  1394.    @media (max-width: 768px) {
  1395.        .top-bar-v10 {
  1396.            padding: 12px 0;
  1397.        }
  1398.  
  1399.        .brand-icon-v10 {
  1400.            width: 40px;
  1401.            height: 40px;
  1402.        }
  1403.  
  1404.        .brand-name-v10 {
  1405.            font-size: 18px;
  1406.        }
  1407.  
  1408.        .brand-tagline-v10 {
  1409.            font-size: 11px;
  1410.        }
  1411.    }
  1412.  
  1413.    @media (max-width: 576px) {
  1414.        .brand-text-v10 {
  1415.            display: none;
  1416.        }
  1417.    }
  1418. </style>
  1419.  
  1420. <script>
  1421.    function toggleMobileSearchV10() {
  1422.        const searchPanel = document.getElementById('mobileSearchV10');
  1423.        const searchBtn = document.querySelector('.mobile-search-v10');
  1424.  
  1425.        if (searchPanel) {
  1426.            searchPanel.classList.toggle('show-v10');
  1427.  
  1428.            if (searchPanel.classList.contains('show-v10')) {
  1429.                setTimeout(() => {
  1430.                    const input = searchPanel.querySelector('.mobile-search-input-v10');
  1431.                    if (input) input.focus();
  1432.                }, 100);
  1433.            }
  1434.        }
  1435.    }
  1436.  
  1437.    function toggleMenuV10() {
  1438.        const mobileMenu = document.getElementById('mobileMenuV10');
  1439.        const menuBtn = document.querySelector('.menu-trigger-v10');
  1440.  
  1441.        if (mobileMenu && menuBtn) {
  1442.            mobileMenu.classList.toggle('show-v10');
  1443.            menuBtn.classList.toggle('active-v10');
  1444.        }
  1445.    }
  1446.  
  1447.    function toggleMobileSubmenuV10(submenuId) {
  1448.        const submenu = document.getElementById(submenuId);
  1449.        if (!submenu) return;
  1450.  
  1451.        const parentItem = submenu.closest('.mobile-menu-item-v10');
  1452.  
  1453.        // Close other submenus
  1454.        const allSubmenus = document.querySelectorAll('.mobile-submenu-v10');
  1455.        const allParents = document.querySelectorAll('.mobile-menu-item-v10.has-mobile-submenu-v10');
  1456.  
  1457.        allSubmenus.forEach(menu => {
  1458.            if (menu.id !== submenuId) {
  1459.                menu.classList.remove('show-v10');
  1460.            }
  1461.        });
  1462.  
  1463.        allParents.forEach(parent => {
  1464.            if (parent !== parentItem) {
  1465.                parent.classList.remove('open-v10');
  1466.            }
  1467.        });
  1468.  
  1469.        // Toggle current submenu
  1470.        submenu.classList.toggle('show-v10');
  1471.        if (parentItem) {
  1472.            parentItem.classList.toggle('open-v10');
  1473.        }
  1474.    }
  1475.  
  1476.    // Close menus when clicking outside
  1477.    document.addEventListener('click', function (e) {
  1478.        const mobileMenu = document.getElementById('mobileMenuV10');
  1479.        const mobileSearch = document.getElementById('mobileSearchV10');
  1480.        const menuBtn = document.querySelector('.menu-trigger-v10');
  1481.        const searchBtn = document.querySelector('.mobile-search-v10');
  1482.  
  1483.        // Close mobile menu
  1484.        if (mobileMenu && menuBtn &&
  1485.            !mobileMenu.contains(e.target) &&
  1486.            !menuBtn.contains(e.target)) {
  1487.            mobileMenu.classList.remove('show-v10');
  1488.            menuBtn.classList.remove('active-v10');
  1489.        }
  1490.  
  1491.        // Close mobile search
  1492.        if (mobileSearch && searchBtn &&
  1493.            !mobileSearch.contains(e.target) &&
  1494.            !searchBtn.contains(e.target)) {
  1495.            mobileSearch.classList.remove('show-v10');
  1496.        }
  1497.    });
  1498. </script>
  1499.  
  1500. <script>
  1501.  document.addEventListener("DOMContentLoaded", function () {
  1502.    console.log("loaded");
  1503.  
  1504.     const searchInput = document.getElementById("search-input")
  1505.    const searchResults = document.getElementById("search-results");
  1506.  
  1507.    if (!searchInput || !searchResults) {
  1508.      console.error("Search input/results not found");
  1509.      return;
  1510.    }
  1511.  
  1512.    // Prevent form submission
  1513.    if (searchInput.form) {
  1514.      searchInput.form.addEventListener("submit", function (e) {
  1515.        e.preventDefault();
  1516.      });
  1517.    }
  1518.  
  1519.    // Add event listener for keyup
  1520.    searchInput.addEventListener("keyup", function (e) {
  1521.      console.log("Key pressed:", e.key);
  1522.      e.preventDefault();
  1523.  
  1524.      const query = searchInput.value.trim();
  1525.      console.log("User is typing: " + query);
  1526.  
  1527.      // If empty → clear and hide
  1528.      if (query === "") {
  1529.        searchResults.innerHTML = "";
  1530.        searchResults.style.display = "none";
  1531.        return;
  1532.      }
  1533.  
  1534.      // Show results
  1535.      searchResults.style.display = "block";
  1536.  
  1537.      // Fetch search results
  1538.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1539.        method: "GET",
  1540.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1541.      })
  1542.        .then(response => {
  1543.          console.log("Response Status:", response.status);
  1544.          return response.json();
  1545.        })
  1546.        .then(data => {
  1547.          console.log("Data received:", data);
  1548.          if (data.html) {
  1549.            searchResults.innerHTML = data.html;
  1550.          } else {
  1551.            searchResults.innerHTML = "<p>No results found.</p>";
  1552.          }
  1553.        })
  1554.        .catch(error => {
  1555.          console.error("Error fetching search results:", error);
  1556.        });
  1557.    });
  1558.  
  1559.    // Close results when clicking outside
  1560.    document.addEventListener("click", function (e) {
  1561.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1562.        searchResults.style.display = "none";
  1563.      }
  1564.    });
  1565.  
  1566.    // Close results on ESC key
  1567.    document.addEventListener("keydown", function (e) {
  1568.      if (e.key === "Escape") {
  1569.        searchResults.style.display = "none";
  1570.      }
  1571.    });
  1572.  });
  1573. </script>
  1574.  
  1575. <style>
  1576.        /* search field */
  1577.  .search-results-container {
  1578.  position: absolute;
  1579.  top: 60%; /* Position it below the input field */
  1580.  left: 10px;
  1581.  right: 10px;
  1582.  background-color: white;
  1583.  border: 1px solid #ddd;
  1584.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1585.  max-height: 300px;
  1586.  overflow-y: auto;
  1587.  z-index: 1000;
  1588.  display: none; /* Initially hidden */
  1589. }
  1590.  
  1591. .search-results-container p {
  1592.  margin: 0;
  1593. }
  1594.  
  1595. .search-results-container .result-item {
  1596.  padding: 10px;
  1597.  cursor: pointer;
  1598. }
  1599.  
  1600. .search-results-container .result-item:hover {
  1601.  background-color: #f0f0f0;
  1602. }
  1603. @media (max-width: 992px) {
  1604.  .search-results-container {
  1605.    top: 70%;
  1606.  }
  1607.    
  1608. }
  1609. </style>
  1610.  
  1611.        </header>
  1612.        <!-- end of header -->
  1613.        <!-- start of wpo-blog-hero -->
  1614.        
  1615.  
  1616.  
  1617.  
  1618.  
  1619.  
  1620.  
  1621.  
  1622. <div class="blog-hero-v10">
  1623.    <div class="container-fluid fluid-container">
  1624.        
  1625.        <!-- Top Section: Three Equal Featured Articles -->
  1626.  
  1627.        <div class="row g-4 mb-5">
  1628.            
  1629.            <div class="col-lg-4 col-md-6 col-12">
  1630.                <article class="featured-article">
  1631.                    <div class="featured-image-container">
  1632.                        
  1633.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="The visitors Select Shoaib Bashir in Squad for The Ashes series Opener" class="featured-image">
  1634.                            
  1635.                        <div class="category-tag bg-primary-gradient">News</div>
  1636.                    </div>
  1637.                    <div class="featured-content">
  1638.                        <h2 class="featured-title"><a href="/the-visitors-select-shoaib-bashir-in-squad-for-the-ashes-series-opener/">
  1639.                                    The visitors Select Shoaib Bashir in Squad for The Ashes series Opener
  1640.                                </a></h2>
  1641.                        <p class="featured-summary"></p>
  1642.                        <div class="article-meta">
  1643.                            <span class="author-name">Bradley Warren</span>
  1644.                            <span class="post-time">May 13</span>
  1645.                        </div>
  1646.                    </div>
  1647.                </article>
  1648.            </div>
  1649.            
  1650.            <div class="col-lg-4 col-md-6 col-12">
  1651.                <article class="featured-article">
  1652.                    <div class="featured-image-container">
  1653.                        
  1654.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Olympian and Other Eritreans Released After 18 Years Without Trial, Relatives Report" class="featured-image">
  1655.                            
  1656.                        <div class="category-tag bg-primary-gradient">News</div>
  1657.                    </div>
  1658.                    <div class="featured-content">
  1659.                        <h2 class="featured-title"><a href="/olympian-and-other-eritreans-released-after-18-years-without-trial-relatives-report/">
  1660.                                    Olympian and Other Eritreans Released After 18 Years Without Trial, Relatives Report
  1661.                                </a></h2>
  1662.                        <p class="featured-summary"></p>
  1663.                        <div class="article-meta">
  1664.                            <span class="author-name">Bradley Warren</span>
  1665.                            <span class="post-time">May 13</span>
  1666.                        </div>
  1667.                    </div>
  1668.                </article>
  1669.            </div>
  1670.            
  1671.            <div class="col-lg-4 col-md-6 col-12">
  1672.                <article class="featured-article">
  1673.                    <div class="featured-image-container">
  1674.                        
  1675.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="The KPop Demon Hunters Series Floats to Make a Grand Appearance at Macy&#x27;s Thanksgiving Day Parade" class="featured-image">
  1676.                            
  1677.                        <div class="category-tag bg-primary-gradient">News</div>
  1678.                    </div>
  1679.                    <div class="featured-content">
  1680.                        <h2 class="featured-title"><a href="/the-kpop-demon-hunters-series-floats-to-make-a-grand-appearance-at-macys-thanksgiving-day-parade/">
  1681.                                    The KPop Demon Hunters Series Floats to Make a Grand Appearance at Macy&#x27;s Thanksgiving Day Parade
  1682.                                </a></h2>
  1683.                        <p class="featured-summary"></p>
  1684.                        <div class="article-meta">
  1685.                            <span class="author-name">Bradley Warren</span>
  1686.                            <span class="post-time">May 12</span>
  1687.                        </div>
  1688.                    </div>
  1689.                </article>
  1690.            </div>
  1691.            
  1692.        </div>
  1693.  
  1694.        <!-- Bottom Section: Full-Width Recent Articles List -->
  1695.        <div class="row g-4">
  1696.            <div class="col-12">
  1697.                <div class="recent-section">
  1698.                    <h3 class="recent-title">Recent Articles</h3>
  1699.                    <div class="recent-list">
  1700.                        
  1701.                        <div class="recent-item">
  1702.                            <h4 class="recent-article-title"> <a href="/shocking-discovery-remains-of-vanished-mum-and-daughter-found-in-freezers-in-the-alpine-nation/">
  1703.                                    Shocking Discovery: Remains of Vanished Mum and Daughter Found in Freezers in the Alpine Nation
  1704.                                </a></h4>
  1705.                            <span class="recent-meta">News • Bradley Warren • May 12</span>
  1706.                        </div>
  1707.                        
  1708.                        <div class="recent-item">
  1709.                            <h4 class="recent-article-title"> <a href="/spotify-wrapped-release-timeline-and-your-burning-questions-answered/">
  1710.                                    Spotify Wrapped: Release Timeline and Your Burning Questions Answered
  1711.                                </a></h4>
  1712.                            <span class="recent-meta">News • Bradley Warren • May 12</span>
  1713.                        </div>
  1714.                        
  1715.                    </div>
  1716.                </div>
  1717.            </div>
  1718.        </div>
  1719.    </div>
  1720. </div>
  1721.  
  1722. <style>
  1723. /* Blog Hero V10 - Balanced Three-Column Featured with Full-Width Recent List */
  1724. .blog-hero-v10 {
  1725.    padding: 4rem 0;
  1726. }
  1727.  
  1728. /* Featured Article */
  1729. .featured-article {
  1730.    background: var(--card-bg, #ffffff);
  1731.    border-radius: 8px;
  1732.    transition: box-shadow 0.3s ease;
  1733. }
  1734.  
  1735. .featured-article:hover {
  1736.    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  1737. }
  1738.  
  1739. .featured-image-container {
  1740.    position: relative;
  1741.    height: 220px;
  1742. }
  1743.  
  1744. .featured-image {
  1745.    width: 100%;
  1746.    height: 100%;
  1747.    object-fit: cover;
  1748.    border-radius: 8px 8px 0 0;
  1749. }
  1750.  
  1751. .featured-content {
  1752.    padding: 1.5rem;
  1753. }
  1754.  
  1755. .featured-title {
  1756.    font-size: 1.4rem;
  1757.    font-weight: 800;
  1758.    color: #111827;
  1759.    margin-bottom: 0.5rem;
  1760.    line-height: 1.3;
  1761. }
  1762.  
  1763. .featured-summary {
  1764.    font-size: 0.95rem;
  1765.    color: #4b5563;
  1766.    line-height: 1.5;
  1767.    margin-bottom: 1rem;
  1768. }
  1769.  
  1770. .article-meta {
  1771.    display: flex;
  1772.    gap: 0.5rem;
  1773.    font-size: 0.85rem;
  1774.    color: #6b7280;
  1775. }
  1776.  
  1777. .author-name {
  1778.    font-weight: 600;
  1779.    color: #374151;
  1780. }
  1781.  
  1782. /* Category Tags - Outlined for Difference */
  1783. .category-tag {
  1784.    position: absolute;
  1785.    bottom: 1rem;
  1786.    left: 1rem;
  1787.    padding: 0.25rem 0.75rem;
  1788.    font-size: 0.75rem;
  1789.    font-weight: 600;
  1790.    text-transform: uppercase;
  1791.    border-radius: 4px;
  1792.    z-index: 2;
  1793. }
  1794.  
  1795. /* Recent Articles Section */
  1796. .recent-section {
  1797.    background: var(--card-bg, #ffffff);
  1798.    border-radius: 8px;
  1799.    padding: 2rem;
  1800. }
  1801.  
  1802. .recent-title {
  1803.    font-size: 1.3rem;
  1804.    font-weight: 700;
  1805.    color: #111827;
  1806.    margin-bottom: 1.25rem;
  1807.    border-bottom: 1px solid #e5e7eb;
  1808.    padding-bottom: 0.75rem;
  1809. }
  1810.  
  1811. .recent-list {
  1812.    display: flex;
  1813.    flex-direction: column;
  1814.    gap: 1rem;
  1815. }
  1816.  
  1817. .recent-item {
  1818.    padding: 1rem 0;
  1819.    border-bottom: 1px solid #f3f4f6;
  1820.    transition: background 0.2s ease;
  1821. }
  1822.  
  1823. .recent-item:last-child {
  1824.    border-bottom: none;
  1825. }
  1826.  
  1827. .recent-item:hover {
  1828.    background: #f9fafb;
  1829. }
  1830.  
  1831. .recent-article-title {
  1832.    font-size: 1rem;
  1833.    font-weight: 600;
  1834.    color: #111827;
  1835.    margin-bottom: 0.25rem;
  1836. }
  1837.  
  1838. .recent-meta {
  1839.    font-size: 0.8rem;
  1840.    color: #6b7280;
  1841. }
  1842.  
  1843. /* Responsive Design */
  1844. @media (max-width: 992px) {
  1845.    .featured-image-container {
  1846.        height: 200px;
  1847.    }
  1848.    
  1849.    .featured-title {
  1850.        font-size: 1.2rem;
  1851.    }
  1852. }
  1853.  
  1854. @media (max-width: 768px) {
  1855.    .featured-content {
  1856.        padding: 1.25rem;
  1857.    }
  1858.    
  1859.    .recent-section {
  1860.        padding: 1.5rem;
  1861.    }
  1862. }
  1863.  
  1864. @media (max-width: 576px) {
  1865.    .featured-title {
  1866.        font-size: 1.1rem;
  1867.    }
  1868.    
  1869.    .recent-article-title {
  1870.        font-size: 0.95rem;
  1871.    }
  1872. }
  1873. </style>
  1874.  
  1875.  
  1876.  
  1877.  
  1878.        <!-- end of wpo-blog-hero -->
  1879.  
  1880.        <!-- start of wpo-breacking-news -->
  1881.        
  1882.        <!-- end of wpo-breacking-news -->
  1883.        
  1884.        <!-- start wpo-blog-highlights-section -->
  1885.        
  1886.  
  1887.  
  1888.  
  1889.    
  1890.  
  1891.  
  1892.  <style>
  1893.    .blog-section {
  1894.      padding: 60px 0;
  1895.    }
  1896.  
  1897.    .blog-card {
  1898.      background: var(--card-bg);
  1899.      border-radius: 12px;
  1900.      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  1901.      transition: box-shadow 0.3s ease, transform 0.3s ease;
  1902.      margin-bottom: 30px;
  1903.      overflow: hidden;
  1904.      border: none;
  1905.    }
  1906.  
  1907.    .blog-card-body {
  1908.      padding: 30px;
  1909.    }
  1910.  
  1911.    .blog-category {
  1912.      display: inline-block;
  1913.      padding: 6px 16px;
  1914.      border-radius: 20px;
  1915.      font-size: 12px;
  1916.      font-weight: 600;
  1917.      text-transform: uppercase;
  1918.      letter-spacing: 0.5px;
  1919.      margin-bottom: 20px;
  1920.    }
  1921.  
  1922.    .blog-title {
  1923.      font-weight: 700;
  1924.      color: var(--topbar-color);
  1925.      margin-bottom: 20px;
  1926.      line-height: 1.4;
  1927.      text-decoration: none;
  1928.    }
  1929.  
  1930.    .blog-title:hover {
  1931.      color: #1e40af !important;
  1932.      text-decoration: none;
  1933.    }
  1934.  
  1935.    .blog-meta {
  1936.      display: flex;
  1937.      align-items: center;
  1938.      margin-bottom: 20px;
  1939.      color: var(--topbar-color);
  1940.      font-size: 14px;
  1941.    }
  1942.  
  1943.    .blog-meta img {
  1944.      width: 35px;
  1945.      height: 35px;
  1946.      border-radius: 50%;
  1947.      object-fit: cover;
  1948.      display: block;
  1949.    }
  1950.  
  1951.    .blog-meta .meta-info {
  1952.      display: flex;
  1953.      align-items: center;
  1954.      gap: 15px;
  1955.    }
  1956.  
  1957.    .blog-description {
  1958.      color: var(--topbar-color);
  1959.      line-height: 1.7;
  1960.      margin-bottom: 25px;
  1961.      font-size: 15px;
  1962.    }
  1963.  
  1964.    .read-more-btn {
  1965.      background: transparent;
  1966.      border: 2px solid var(--bs-primary);
  1967.      color: var(--bs-primary);
  1968.      padding: 12px 30px;
  1969.      border-radius: 6px;
  1970.      font-weight: 600;
  1971.      text-transform: uppercase;
  1972.      letter-spacing: 0.5px;
  1973.      transition: all 0.3s ease;
  1974.      text-decoration: none;
  1975.      display: inline-block;
  1976.      font-size: 13px;
  1977.    }
  1978.  
  1979.    .read-more-btn:hover {
  1980.      background: var(--bs-primary);
  1981.      color: var(--bs-white) !important;
  1982.      text-decoration: none;
  1983.    }
  1984.  
  1985.    .section-title {
  1986.      text-align: center;
  1987.      margin-bottom: 50px;
  1988.    }
  1989.  
  1990.    .section-title h2 {
  1991.      font-size: 42px;
  1992.      font-weight: 800;
  1993.      color: #2c3e50;
  1994.      margin-bottom: 15px;
  1995.    }
  1996.  
  1997.    .section-title p {
  1998.      color: #6c757d;
  1999.      font-size: 18px;
  2000.      max-width: 600px;
  2001.      margin: 0 auto;
  2002.    }
  2003.  
  2004.    .avatar-placeholder {
  2005.      width: 35px;
  2006.      height: 35px;
  2007.      border-radius: 50%;
  2008.      background: linear-gradient(45deg, var(--bs-primary), #20c997);
  2009.      display: flex;
  2010.      align-items: center;
  2011.      justify-content: center;
  2012.      color: var(--bs-white);
  2013.      font-weight: bold;
  2014.      margin-right: 12px;
  2015.      overflow: hidden;
  2016.    }
  2017.  
  2018.    @media (max-width: 768px) {
  2019.  
  2020.  
  2021.      .section-title h2 {
  2022.        font-size: 32px;
  2023.      }
  2024.  
  2025.      .blog-card-body {
  2026.        padding: 20px;
  2027.      }
  2028.    }
  2029.  
  2030.    /* ===== Smooth Fade on Scroll (Up & Down) ===== */
  2031.    :root{
  2032.      --fade-distance: 28px;
  2033.      --fade-duration: 700ms;
  2034.      --fade-ease: cubic-bezier(0.16,1,0.3,1);
  2035.    }
  2036.  
  2037.    .fade-base{
  2038.      opacity: 0;
  2039.      filter: blur(2px);
  2040.      transform: translateY(var(--y,0)) translateZ(0); /* GPU hint */
  2041.      transition:
  2042.        opacity var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms),
  2043.        transform var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms),
  2044.        filter var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms);
  2045.      will-change: transform, opacity, filter;
  2046.    }
  2047.    .fade-up   { --y: var(--fade-distance); }          /* when entering on scroll down */
  2048.    .fade-down { --y: calc(var(--fade-distance) * -1); }/* when entering on scroll up */
  2049.  
  2050.    .fade-show{
  2051.      opacity: 1;
  2052.      filter: blur(0);
  2053.      transform: translateY(0) translateZ(0);
  2054.    }
  2055.  
  2056.    /* Hover should still work after fade-in */
  2057.    .blog-card.fade-show:hover{
  2058.      transform: translateY(-5px) translateZ(0);
  2059.      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  2060.    }
  2061.  
  2062.    /* Reduced motion */
  2063.    @media (prefers-reduced-motion: reduce){
  2064.      .fade-base{
  2065.        transition: none !important;
  2066.        transform: none !important;
  2067.        opacity: 1 !important;
  2068.        filter: none !important;
  2069.      }
  2070.      .blog-card.fade-show:hover{
  2071.        transform: none !important;
  2072.        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  2073.      }
  2074.    }
  2075.  </style>
  2076.  
  2077.  <section class="blog-section">
  2078.    <div class="container-fluid fluid-container">
  2079.      <div class="row">
  2080.        <div class="section-title ">
  2081.          <h2>
  2082.                Today's Top Highlights
  2083.                   </h2>
  2084.          <p>Stay updated with the latest insights and trends in online gaming</p>
  2085.        </div>
  2086.  
  2087.        <div class="col-lg-8 col-12">
  2088.          
  2089.            <div class="blog-card fade-base">
  2090.              <div class="blog-card-body">
  2091.                <span class="blog-category bg-primary-gradient">News</span>
  2092.                <h3>
  2093.                  <a href="/peaceful-finish-to-lionel-messis-india-tour-after-disorder-in-kolkata/" class="blog-title">
  2094.                    Peaceful Finish to Lionel Messi&#x27;s India Tour After Disorder in Kolkata
  2095.                  </a>
  2096.                </h3>
  2097.                <div class="blog-meta">
  2098.                  <div class="avatar-placeholder">
  2099.                    
  2100.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/56513038-3853-4cb8-9a59-ade316416c7d_profile.png" alt="Bradley Warren" />
  2101.                    
  2102.                  </div>
  2103.                  <div class="meta-info">
  2104.                    <span>Bradley Warren</span>
  2105.                    <span><i class="far fa-clock"></i> 12 May 2026</span>
  2106.                  </div>
  2107.                </div>
  2108.                <p class="blog-description"></p>
  2109.                <a href="/peaceful-finish-to-lionel-messis-india-tour-after-disorder-in-kolkata/" class="read-more-btn">READ MORE</a>
  2110.              </div>
  2111.            </div>
  2112.          
  2113.            <div class="blog-card fade-base">
  2114.              <div class="blog-card-body">
  2115.                <span class="blog-category bg-primary-gradient">News</span>
  2116.                <h3>
  2117.                  <a href="/brian-harris-life-story-an-existence-behind-the-lens/" class="blog-title">
  2118.                    Brian Harris Life Story: An Existence Behind the Lens
  2119.                  </a>
  2120.                </h3>
  2121.                <div class="blog-meta">
  2122.                  <div class="avatar-placeholder">
  2123.                    
  2124.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/56513038-3853-4cb8-9a59-ade316416c7d_profile.png" alt="Bradley Warren" />
  2125.                    
  2126.                  </div>
  2127.                  <div class="meta-info">
  2128.                    <span>Bradley Warren</span>
  2129.                    <span><i class="far fa-clock"></i> 12 May 2026</span>
  2130.                  </div>
  2131.                </div>
  2132.                <p class="blog-description"></p>
  2133.                <a href="/brian-harris-life-story-an-existence-behind-the-lens/" class="read-more-btn">READ MORE</a>
  2134.              </div>
  2135.            </div>
  2136.          
  2137.            <div class="blog-card fade-base">
  2138.              <div class="blog-card-body">
  2139.                <span class="blog-category bg-primary-gradient">News</span>
  2140.                <h3>
  2141.                  <a href="/new-yorks-met-museum-responds-to-legal-action-over-allegedly-nazi-stolen-van-gogh-masterpiece/" class="blog-title">
  2142.                    New York&#x27;s Met Museum Responds to Legal Action Over Allegedly Nazi-Stolen Van Gogh Masterpiece
  2143.                  </a>
  2144.                </h3>
  2145.                <div class="blog-meta">
  2146.                  <div class="avatar-placeholder">
  2147.                    
  2148.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/56513038-3853-4cb8-9a59-ade316416c7d_profile.png" alt="Bradley Warren" />
  2149.                    
  2150.                  </div>
  2151.                  <div class="meta-info">
  2152.                    <span>Bradley Warren</span>
  2153.                    <span><i class="far fa-clock"></i> 12 May 2026</span>
  2154.                  </div>
  2155.                </div>
  2156.                <p class="blog-description"></p>
  2157.                <a href="/new-yorks-met-museum-responds-to-legal-action-over-allegedly-nazi-stolen-van-gogh-masterpiece/" class="read-more-btn">READ MORE</a>
  2158.              </div>
  2159.            </div>
  2160.          
  2161.            <div class="blog-card fade-base">
  2162.              <div class="blog-card-body">
  2163.                <span class="blog-category bg-primary-gradient">News</span>
  2164.                <h3>
  2165.                  <a href="/american-lawmaker-urges-ex-royal-andrew-to-provide-testimony-in-epstein-investigation/" class="blog-title">
  2166.                    American Lawmaker Urges Ex-Royal Andrew to Provide Testimony in Epstein Investigation
  2167.                  </a>
  2168.                </h3>
  2169.                <div class="blog-meta">
  2170.                  <div class="avatar-placeholder">
  2171.                    
  2172.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/56513038-3853-4cb8-9a59-ade316416c7d_profile.png" alt="Bradley Warren" />
  2173.                    
  2174.                  </div>
  2175.                  <div class="meta-info">
  2176.                    <span>Bradley Warren</span>
  2177.                    <span><i class="far fa-clock"></i> 12 May 2026</span>
  2178.                  </div>
  2179.                </div>
  2180.                <p class="blog-description"></p>
  2181.                <a href="/american-lawmaker-urges-ex-royal-andrew-to-provide-testimony-in-epstein-investigation/" class="read-more-btn">READ MORE</a>
  2182.              </div>
  2183.            </div>
  2184.          
  2185.            <div class="blog-card fade-base">
  2186.              <div class="blog-card-body">
  2187.                <span class="blog-category bg-primary-gradient">News</span>
  2188.                <h3>
  2189.                  <a href="/the-gulf-nation-to-argue-at-british-highest-court-over-state-immunity-in-surveillance-claims/" class="blog-title">
  2190.                    The Gulf nation to Argue at British Highest Court Over State Immunity in Surveillance Claims
  2191.                  </a>
  2192.                </h3>
  2193.                <div class="blog-meta">
  2194.                  <div class="avatar-placeholder">
  2195.                    
  2196.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/56513038-3853-4cb8-9a59-ade316416c7d_profile.png" alt="Bradley Warren" />
  2197.                    
  2198.                  </div>
  2199.                  <div class="meta-info">
  2200.                    <span>Bradley Warren</span>
  2201.                    <span><i class="far fa-clock"></i> 12 May 2026</span>
  2202.                  </div>
  2203.                </div>
  2204.                <p class="blog-description"></p>
  2205.                <a href="/the-gulf-nation-to-argue-at-british-highest-court-over-state-immunity-in-surveillance-claims/" class="read-more-btn">READ MORE</a>
  2206.              </div>
  2207.            </div>
  2208.          
  2209.            <div class="blog-card fade-base">
  2210.              <div class="blog-card-body">
  2211.                <span class="blog-category bg-primary-gradient">News</span>
  2212.                <h3>
  2213.                  <a href="/the-renowned-director-makes-it-clear-computers-dont-create-avatar-films/" class="blog-title">
  2214.                    The Renowned Director Makes It Clear: ‘Computers Don’t Create Avatar Films’
  2215.                  </a>
  2216.                </h3>
  2217.                <div class="blog-meta">
  2218.                  <div class="avatar-placeholder">
  2219.                    
  2220.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/56513038-3853-4cb8-9a59-ade316416c7d_profile.png" alt="Bradley Warren" />
  2221.                    
  2222.                  </div>
  2223.                  <div class="meta-info">
  2224.                    <span>Bradley Warren</span>
  2225.                    <span><i class="far fa-clock"></i> 11 May 2026</span>
  2226.                  </div>
  2227.                </div>
  2228.                <p class="blog-description"></p>
  2229.                <a href="/the-renowned-director-makes-it-clear-computers-dont-create-avatar-films/" class="read-more-btn">READ MORE</a>
  2230.              </div>
  2231.            </div>
  2232.          
  2233.            <div class="blog-card fade-base">
  2234.              <div class="blog-card-body">
  2235.                <span class="blog-category bg-primary-gradient">News</span>
  2236.                <h3>
  2237.                  <a href="/bound-solitary-and-terrified-the-harsh-reality-for-female-inmates-made-to-have-their-babies-in-incarceration/" class="blog-title">
  2238.                    Bound, Solitary and Terrified: The Harsh Reality for Female Inmates Made to Have Their Babies in Incarceration.
  2239.                  </a>
  2240.                </h3>
  2241.                <div class="blog-meta">
  2242.                  <div class="avatar-placeholder">
  2243.                    
  2244.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/56513038-3853-4cb8-9a59-ade316416c7d_profile.png" alt="Bradley Warren" />
  2245.                    
  2246.                  </div>
  2247.                  <div class="meta-info">
  2248.                    <span>Bradley Warren</span>
  2249.                    <span><i class="far fa-clock"></i> 11 May 2026</span>
  2250.                  </div>
  2251.                </div>
  2252.                <p class="blog-description"></p>
  2253.                <a href="/bound-solitary-and-terrified-the-harsh-reality-for-female-inmates-made-to-have-their-babies-in-incarceration/" class="read-more-btn">READ MORE</a>
  2254.              </div>
  2255.            </div>
  2256.          
  2257.            <div class="blog-card fade-base">
  2258.              <div class="blog-card-body">
  2259.                <span class="blog-category bg-primary-gradient">News</span>
  2260.                <h3>
  2261.                  <a href="/an-story-of-unexpected-generosity-when-a-university-student-let-me-stay-on-her-dorm-floor/" class="blog-title">
  2262.                    An Story of Unexpected Generosity: When a University Student Let Me Stay on Her Dorm Floor
  2263.                  </a>
  2264.                </h3>
  2265.                <div class="blog-meta">
  2266.                  <div class="avatar-placeholder">
  2267.                    
  2268.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/56513038-3853-4cb8-9a59-ade316416c7d_profile.png" alt="Bradley Warren" />
  2269.                    
  2270.                  </div>
  2271.                  <div class="meta-info">
  2272.                    <span>Bradley Warren</span>
  2273.                    <span><i class="far fa-clock"></i> 11 May 2026</span>
  2274.                  </div>
  2275.                </div>
  2276.                <p class="blog-description"></p>
  2277.                <a href="/an-story-of-unexpected-generosity-when-a-university-student-let-me-stay-on-her-dorm-floor/" class="read-more-btn">READ MORE</a>
  2278.              </div>
  2279.            </div>
  2280.          
  2281.            <div class="blog-card fade-base">
  2282.              <div class="blog-card-body">
  2283.                <span class="blog-category bg-primary-gradient">News</span>
  2284.                <h3>
  2285.                  <a href="/among-those-devastated-debris-of-an-apartment-block-i-found-a-book-i-had-translated/" class="blog-title">
  2286.                    Among those Devastated Debris of an Apartment Block, I Found a Book I Had Translated
  2287.                  </a>
  2288.                </h3>
  2289.                <div class="blog-meta">
  2290.                  <div class="avatar-placeholder">
  2291.                    
  2292.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/56513038-3853-4cb8-9a59-ade316416c7d_profile.png" alt="Bradley Warren" />
  2293.                    
  2294.                  </div>
  2295.                  <div class="meta-info">
  2296.                    <span>Bradley Warren</span>
  2297.                    <span><i class="far fa-clock"></i> 11 May 2026</span>
  2298.                  </div>
  2299.                </div>
  2300.                <p class="blog-description"></p>
  2301.                <a href="/among-those-devastated-debris-of-an-apartment-block-i-found-a-book-i-had-translated/" class="read-more-btn">READ MORE</a>
  2302.              </div>
  2303.            </div>
  2304.          
  2305.            <div class="blog-card fade-base">
  2306.              <div class="blog-card-body">
  2307.                <span class="blog-category bg-primary-gradient">News</span>
  2308.                <h3>
  2309.                  <a href="/3-xbox-game-pass-games-we-are-enjoying-over-the-weekend-oct-10-12/" class="blog-title">
  2310.                    3 Xbox Game Pass Games We Are Enjoying Over the Weekend (Oct. 10-12)
  2311.                  </a>
  2312.                </h3>
  2313.                <div class="blog-meta">
  2314.                  <div class="avatar-placeholder">
  2315.                    
  2316.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/56513038-3853-4cb8-9a59-ade316416c7d_profile.png" alt="Bradley Warren" />
  2317.                    
  2318.                  </div>
  2319.                  <div class="meta-info">
  2320.                    <span>Bradley Warren</span>
  2321.                    <span><i class="far fa-clock"></i> 11 May 2026</span>
  2322.                  </div>
  2323.                </div>
  2324.                <p class="blog-description"></p>
  2325.                <a href="/3-xbox-game-pass-games-we-are-enjoying-over-the-weekend-oct-10-12/" class="read-more-btn">READ MORE</a>
  2326.              </div>
  2327.            </div>
  2328.          
  2329.            <div class="blog-card fade-base">
  2330.              <div class="blog-card-body">
  2331.                <span class="blog-category bg-primary-gradient">News</span>
  2332.                <h3>
  2333.                  <a href="/everyday-reality-for-120000-refugees-in-the-extensive-mbera-camp-on-the-mali-border/" class="blog-title">
  2334.                    Everyday Reality for 120,000 Refugees in the Extensive Mbera Camp on the Mali Border.
  2335.                  </a>
  2336.                </h3>
  2337.                <div class="blog-meta">
  2338.                  <div class="avatar-placeholder">
  2339.                    
  2340.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/56513038-3853-4cb8-9a59-ade316416c7d_profile.png" alt="Bradley Warren" />
  2341.                    
  2342.                  </div>
  2343.                  <div class="meta-info">
  2344.                    <span>Bradley Warren</span>
  2345.                    <span><i class="far fa-clock"></i> 11 May 2026</span>
  2346.                  </div>
  2347.                </div>
  2348.                <p class="blog-description"></p>
  2349.                <a href="/everyday-reality-for-120000-refugees-in-the-extensive-mbera-camp-on-the-mali-border/" class="read-more-btn">READ MORE</a>
  2350.              </div>
  2351.            </div>
  2352.          
  2353.            <div class="blog-card fade-base">
  2354.              <div class="blog-card-body">
  2355.                <span class="blog-category bg-primary-gradient">News</span>
  2356.                <h3>
  2357.                  <a href="/mastering-the-art-of-talk-dating-like-generation-z-51-ultra-specific-phrases-for-love-sex-and-questionable-conduct/" class="blog-title">
  2358.                    Mastering the Art of Talk Dating Like Generation Z: 51 Ultra-Specific Phrases for Love, Sex and Questionable Conduct
  2359.                  </a>
  2360.                </h3>
  2361.                <div class="blog-meta">
  2362.                  <div class="avatar-placeholder">
  2363.                    
  2364.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/56513038-3853-4cb8-9a59-ade316416c7d_profile.png" alt="Bradley Warren" />
  2365.                    
  2366.                  </div>
  2367.                  <div class="meta-info">
  2368.                    <span>Bradley Warren</span>
  2369.                    <span><i class="far fa-clock"></i> 11 May 2026</span>
  2370.                  </div>
  2371.                </div>
  2372.                <p class="blog-description"></p>
  2373.                <a href="/mastering-the-art-of-talk-dating-like-generation-z-51-ultra-specific-phrases-for-love-sex-and-questionable-conduct/" class="read-more-btn">READ MORE</a>
  2374.              </div>
  2375.            </div>
  2376.          
  2377.          
  2378.  
  2379.        </div>
  2380.  
  2381.         <div class="col col-lg-4 col-12">
  2382.                
  2383.  
  2384.  
  2385.  
  2386.    
  2387.  
  2388. <!-- Curved Heading Sidebar -->
  2389.    <div class="sidebar">
  2390.        
  2391.       <div class="sidebar-widget mb-4">
  2392.            <div class="widget-title-wrapper mb-3">
  2393.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2394.                    <div class="title-border"></div>
  2395.                    <i class="ti-folder me-2"></i>May 2026 Blog Roll
  2396.                </h4>
  2397.            </div>
  2398.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  2399.                <div class="archives-list scrollable-sidebar">
  2400.                    
  2401.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2402.                        <a href="https://casinobeats.com/uk/online-casinos/casinos-not-on-gamstop/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2403.                            <i class="ti-angle-right me-2 text-primary"></i>
  2404.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  2405.                        </a>
  2406.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2407.                    </div>
  2408.                
  2409.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2410.                        <a href="https://www.thecontentmarketingacademy.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2411.                            <i class="ti-angle-right me-2 text-primary"></i>
  2412.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  2413.                        </a>
  2414.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2415.                    </div>
  2416.                
  2417.                </div>
  2418.                
  2419.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  2420.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2421.                        <i class="ti-archive me-1"></i>View All Archives
  2422.                    </a>
  2423.                </div> -->
  2424.            </div>
  2425.        </div>
  2426.        
  2427.       <div class="sidebar-widget mb-4">
  2428.            <div class="widget-title-wrapper mb-3">
  2429.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2430.                    <div class="title-border"></div>
  2431.                    <i class="ti-folder me-2"></i>April 2026 Blog Roll
  2432.                </h4>
  2433.            </div>
  2434.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  2435.                <div class="archives-list scrollable-sidebar">
  2436.                    
  2437.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2438.                        <a href="https://ahwla.org.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2439.                            <i class="ti-angle-right me-2 text-primary"></i>
  2440.                            <span class="archive-link top-color fw-semibold"> non gamstop bookies</span>
  2441.                        </a>
  2442.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2443.                    </div>
  2444.                
  2445.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2446.                        <a href="https://thegoldenfleeceyork.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2447.                            <i class="ti-angle-right me-2 text-primary"></i>
  2448.                            <span class="archive-link top-color fw-semibold"> best online casinos</span>
  2449.                        </a>
  2450.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2451.                    </div>
  2452.                
  2453.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2454.                        <a href="https://www.makemegenius.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2455.                            <i class="ti-angle-right me-2 text-primary"></i>
  2456.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  2457.                        </a>
  2458.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2459.                    </div>
  2460.                
  2461.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2462.                        <a href="https://heyimhome.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2463.                            <i class="ti-angle-right me-2 text-primary"></i>
  2464.                            <span class="archive-link top-color fw-semibold"> uk casino sites</span>
  2465.                        </a>
  2466.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2467.                    </div>
  2468.                
  2469.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2470.                        <a href="https://sunnyloansuk.co.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2471.                            <i class="ti-angle-right me-2 text-primary"></i>
  2472.                            <span class="archive-link top-color fw-semibold"> new betting sites</span>
  2473.                        </a>
  2474.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2475.                    </div>
  2476.                
  2477.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2478.                        <a href="https://llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch.co.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2479.                            <i class="ti-angle-right me-2 text-primary"></i>
  2480.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  2481.                        </a>
  2482.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2483.                    </div>
  2484.                
  2485.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2486.                        <a href="https://www.impact-awards.co.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2487.                            <i class="ti-angle-right me-2 text-primary"></i>
  2488.                            <span class="archive-link top-color fw-semibold"> casino sites</span>
  2489.                        </a>
  2490.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2491.                    </div>
  2492.                
  2493.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2494.                        <a href="https://www.executive-shaving.co.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2495.                            <i class="ti-angle-right me-2 text-primary"></i>
  2496.                            <span class="archive-link top-color fw-semibold"> UK casino sites</span>
  2497.                        </a>
  2498.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2499.                    </div>
  2500.                
  2501.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2502.                        <a href="https://www.londonart.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2503.                            <i class="ti-angle-right me-2 text-primary"></i>
  2504.                            <span class="archive-link top-color fw-semibold"> best escorts</span>
  2505.                        </a>
  2506.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2507.                    </div>
  2508.                
  2509.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2510.                        <a href="https://www.llancaiachfawr.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2511.                            <i class="ti-angle-right me-2 text-primary"></i>
  2512.                            <span class="archive-link top-color fw-semibold"> casinos not on GamStop</span>
  2513.                        </a>
  2514.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2515.                    </div>
  2516.                
  2517.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2518.                        <a href="https://roeparkresort.com"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2519.                            <i class="ti-angle-right me-2 text-primary"></i>
  2520.                            <span class="archive-link top-color fw-semibold"> casino not on GamStop</span>
  2521.                        </a>
  2522.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2523.                    </div>
  2524.                
  2525.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2526.                        <a href="https://www.cyclechic.co.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2527.                            <i class="ti-angle-right me-2 text-primary"></i>
  2528.                            <span class="archive-link top-color fw-semibold"> UK casino sites</span>
  2529.                        </a>
  2530.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2531.                    </div>
  2532.                
  2533.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2534.                        <a href="https://www.homeworkworkspace.com"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2535.                            <i class="ti-angle-right me-2 text-primary"></i>
  2536.                            <span class="archive-link top-color fw-semibold"> new non GamStop casinos</span>
  2537.                        </a>
  2538.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2539.                    </div>
  2540.                
  2541.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2542.                        <a href="https://www.kew.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2543.                            <i class="ti-angle-right me-2 text-primary"></i>
  2544.                            <span class="archive-link top-color fw-semibold"> betting sites not on GamStop</span>
  2545.                        </a>
  2546.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2547.                    </div>
  2548.                
  2549.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2550.                        <a href="https://www.fourpure.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2551.                            <i class="ti-angle-right me-2 text-primary"></i>
  2552.                            <span class="archive-link top-color fw-semibold"> online casinos not on GamStop</span>
  2553.                        </a>
  2554.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2555.                    </div>
  2556.                
  2557.                </div>
  2558.                
  2559.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  2560.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2561.                        <i class="ti-archive me-1"></i>View All Archives
  2562.                    </a>
  2563.                </div> -->
  2564.            </div>
  2565.        </div>
  2566.        
  2567.       <div class="sidebar-widget mb-4">
  2568.            <div class="widget-title-wrapper mb-3">
  2569.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2570.                    <div class="title-border"></div>
  2571.                    <i class="ti-folder me-2"></i>March 2026 Blog Roll
  2572.                </h4>
  2573.            </div>
  2574.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  2575.                <div class="archives-list scrollable-sidebar">
  2576.                    
  2577.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2578.                        <a href="https://letsmush.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2579.                            <i class="ti-angle-right me-2 text-primary"></i>
  2580.                            <span class="archive-link top-color fw-semibold"> non GamStop UK casinos</span>
  2581.                        </a>
  2582.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2583.                    </div>
  2584.                
  2585.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2586.                        <a href="https://marketingstudylab.co.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2587.                            <i class="ti-angle-right me-2 text-primary"></i>
  2588.                            <span class="archive-link top-color fw-semibold"> trusted betting sites UK credit card</span>
  2589.                        </a>
  2590.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2591.                    </div>
  2592.                
  2593.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2594.                        <a href="https://www.bwacademy.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2595.                            <i class="ti-angle-right me-2 text-primary"></i>
  2596.                            <span class="archive-link top-color fw-semibold"> best payout online casino</span>
  2597.                        </a>
  2598.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2599.                    </div>
  2600.                
  2601.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2602.                        <a href="https://www.glasshouserestaurant.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2603.                            <i class="ti-angle-right me-2 text-primary"></i>
  2604.                            <span class="archive-link top-color fw-semibold"> crypto casino</span>
  2605.                        </a>
  2606.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2607.                    </div>
  2608.                
  2609.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2610.                        <a href="https://ola.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2611.                            <i class="ti-angle-right me-2 text-primary"></i>
  2612.                            <span class="archive-link top-color fw-semibold"> non GamStop casinos</span>
  2613.                        </a>
  2614.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2615.                    </div>
  2616.                
  2617.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2618.                        <a href="https://www.durhamminers.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2619.                            <i class="ti-angle-right me-2 text-primary"></i>
  2620.                            <span class="archive-link top-color fw-semibold"> casino not on GamStop</span>
  2621.                        </a>
  2622.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2623.                    </div>
  2624.                
  2625.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2626.                        <a href="https://www.cranleyclinic.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2627.                            <i class="ti-angle-right me-2 text-primary"></i>
  2628.                            <span class="archive-link top-color fw-semibold"> casinos not on GamStop</span>
  2629.                        </a>
  2630.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2631.                    </div>
  2632.                
  2633.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2634.                        <a href="https://www.covent-garden.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2635.                            <i class="ti-angle-right me-2 text-primary"></i>
  2636.                            <span class="archive-link top-color fw-semibold"> non GamStop casinos</span>
  2637.                        </a>
  2638.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2639.                    </div>
  2640.                
  2641.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2642.                        <a href="https://socialeatinghouse.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2643.                            <i class="ti-angle-right me-2 text-primary"></i>
  2644.                            <span class="archive-link top-color fw-semibold"> non GamStop UK casinos</span>
  2645.                        </a>
  2646.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2647.                    </div>
  2648.                
  2649.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2650.                        <a href="https://www.bunker-51.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2651.                            <i class="ti-angle-right me-2 text-primary"></i>
  2652.                            <span class="archive-link top-color fw-semibold"> non GamStop casinos UK</span>
  2653.                        </a>
  2654.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2655.                    </div>
  2656.                
  2657.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2658.                        <a href="https://www.stamina.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2659.                            <i class="ti-angle-right me-2 text-primary"></i>
  2660.                            <span class="archive-link top-color fw-semibold"> Slots Not on GamStop</span>
  2661.                        </a>
  2662.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2663.                    </div>
  2664.                
  2665.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2666.                        <a href="https://www.falconryforum.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2667.                            <i class="ti-angle-right me-2 text-primary"></i>
  2668.                            <span class="archive-link top-color fw-semibold"> sites not on gamstop</span>
  2669.                        </a>
  2670.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2671.                    </div>
  2672.                
  2673.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2674.                        <a href="https://www.oceanacidification.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2675.                            <i class="ti-angle-right me-2 text-primary"></i>
  2676.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2677.                        </a>
  2678.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2679.                    </div>
  2680.                
  2681.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2682.                        <a href="https://www.nordicresearchnetwork.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2683.                            <i class="ti-angle-right me-2 text-primary"></i>
  2684.                            <span class="archive-link top-color fw-semibold"> Non UK Casinos</span>
  2685.                        </a>
  2686.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2687.                    </div>
  2688.                
  2689.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2690.                        <a href="https://www.rescueglobal.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2691.                            <i class="ti-angle-right me-2 text-primary"></i>
  2692.                            <span class="archive-link top-color fw-semibold"> casinos not on GamStop</span>
  2693.                        </a>
  2694.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2695.                    </div>
  2696.                
  2697.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2698.                        <a href="https://www.thekarczma.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2699.                            <i class="ti-angle-right me-2 text-primary"></i>
  2700.                            <span class="archive-link top-color fw-semibold"> Non UK Casino</span>
  2701.                        </a>
  2702.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2703.                    </div>
  2704.                
  2705.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2706.                        <a href="https://www.kysty.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2707.                            <i class="ti-angle-right me-2 text-primary"></i>
  2708.                            <span class="archive-link top-color fw-semibold"> gambling sites not on GAMSTOP</span>
  2709.                        </a>
  2710.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2711.                    </div>
  2712.                
  2713.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2714.                        <a href="http://ukfreespinsnotongamstop.in.net/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2715.                            <i class="ti-angle-right me-2 text-primary"></i>
  2716.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2717.                        </a>
  2718.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2719.                    </div>
  2720.                
  2721.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2722.                        <a href="https://dickensworld.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2723.                            <i class="ti-angle-right me-2 text-primary"></i>
  2724.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2725.                        </a>
  2726.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2727.                    </div>
  2728.                
  2729.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2730.                        <a href="https://roadpeace.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2731.                            <i class="ti-angle-right me-2 text-primary"></i>
  2732.                            <span class="archive-link top-color fw-semibold"> casino</span>
  2733.                        </a>
  2734.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2735.                    </div>
  2736.                
  2737.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2738.                        <a href="https://financialservicescultureboard.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2739.                            <i class="ti-angle-right me-2 text-primary"></i>
  2740.                            <span class="archive-link top-color fw-semibold"> non gamstop betting sites uk</span>
  2741.                        </a>
  2742.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2743.                    </div>
  2744.                
  2745.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2746.                        <a href="https://www.taysideaviation.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2747.                            <i class="ti-angle-right me-2 text-primary"></i>
  2748.                            <span class="archive-link top-color fw-semibold"> non gamstop sports betting</span>
  2749.                        </a>
  2750.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2751.                    </div>
  2752.                
  2753.                </div>
  2754.                
  2755.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  2756.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2757.                        <i class="ti-archive me-1"></i>View All Archives
  2758.                    </a>
  2759.                </div> -->
  2760.            </div>
  2761.        </div>
  2762.        
  2763.       <div class="sidebar-widget mb-4">
  2764.            <div class="widget-title-wrapper mb-3">
  2765.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2766.                    <div class="title-border"></div>
  2767.                    <i class="ti-folder me-2"></i>February 2026 Blog Roll
  2768.                </h4>
  2769.            </div>
  2770.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  2771.                <div class="archives-list scrollable-sidebar">
  2772.                    
  2773.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2774.                        <a href="https://itechlabs.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2775.                            <i class="ti-angle-right me-2 text-primary"></i>
  2776.                            <span class="archive-link top-color fw-semibold"> non gamstop betting sites</span>
  2777.                        </a>
  2778.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2779.                    </div>
  2780.                
  2781.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2782.                        <a href="https://thedabbler.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2783.                            <i class="ti-angle-right me-2 text-primary"></i>
  2784.                            <span class="archive-link top-color fw-semibold"> best online betting sites</span>
  2785.                        </a>
  2786.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2787.                    </div>
  2788.                
  2789.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2790.                        <a href="https://www.regionalnetworks.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2791.                            <i class="ti-angle-right me-2 text-primary"></i>
  2792.                            <span class="archive-link top-color fw-semibold"> UK Online Casinos Not on GamStop</span>
  2793.                        </a>
  2794.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2795.                    </div>
  2796.                
  2797.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2798.                        <a href="https://oncallfire.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2799.                            <i class="ti-angle-right me-2 text-primary"></i>
  2800.                            <span class="archive-link top-color fw-semibold"> Casinos Not on Gamstop</span>
  2801.                        </a>
  2802.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2803.                    </div>
  2804.                
  2805.                </div>
  2806.                
  2807.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  2808.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2809.                        <i class="ti-archive me-1"></i>View All Archives
  2810.                    </a>
  2811.                </div> -->
  2812.            </div>
  2813.        </div>
  2814.        
  2815.  
  2816.       <!-- <div class="sidebar-widget mb-5">
  2817.            <div class="widget-title-wrapper mb-3">
  2818.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2819.                    <div class="title-border"></div>
  2820.                    <i class="ti-folder me-2"></i>Blog Archives
  2821.                </h4>
  2822.            </div>
  2823.            <div class="widget-content border border-color shadow-sm rounded-3 p-4">
  2824.                <div class="archives-list">
  2825.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2826.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2827.                            <i class="ti-angle-right me-2 text-primary"></i>
  2828.                            <span class="archive-link top-color fw-semibold">August 2025</span>
  2829.                        </a>
  2830.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span>
  2831.                    </div>
  2832.  
  2833.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2834.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2835.                            <i class="ti-angle-right me-2 text-primary"></i>
  2836.                            <span class="archive-link top-color fw-semibold">July 2025</span>
  2837.                        </a>
  2838.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">31 posts</span>
  2839.                    </div>
  2840.  
  2841.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2842.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2843.                            <i class="ti-angle-right me-2 text-primary"></i>
  2844.                            <span class="archive-link top-color fw-semibold">June 2025</span>
  2845.                        </a>
  2846.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">28 posts</span>
  2847.                    </div>
  2848.  
  2849.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2850.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2851.                            <i class="ti-angle-right me-2 text-primary"></i>
  2852.                            <span class="archive-link top-color fw-semibold">May 2025</span>
  2853.                        </a>
  2854.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">35 posts</span>
  2855.                    </div>
  2856.  
  2857.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2858.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2859.                            <i class="ti-angle-right me-2 text-primary"></i>
  2860.                            <span class="archive-link top-color fw-semibold">April 2025</span>
  2861.                        </a>
  2862.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">29 posts</span>
  2863.                    </div>
  2864.  
  2865.                    <div class="archive-item d-flex justify-content-between align-items-center">
  2866.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2867.                            <i class="ti-angle-right me-2 text-primary"></i>
  2868.                            <span class="archive-link top-color fw-semibold">March 2025</span>
  2869.                        </a>
  2870.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">27 posts</span>
  2871.                    </div>
  2872.                </div>
  2873.                
  2874.                <div class="text-center mt-4 pt-3 border-top border-color">
  2875.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2876.                        <i class="ti-archive me-1"></i>View All Archives
  2877.                    </a>
  2878.                </div>
  2879.            </div>
  2880.        </div> -->
  2881.  
  2882.        <div class="sidebar-widget mb-4">
  2883.            <div class="widget-title-wrapper mb-3">
  2884.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2885.                    <div class="title-border-primary"></div>
  2886.                    <i class="ti-star me-2"></i>Popular Posts
  2887.                </h4>
  2888.            </div>
  2889.            <div class="widget-content border border-color shadow-sm rounded-3 p-4">
  2890.                <div class="popular-post-list">
  2891.                    
  2892.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2893.                        <div class="post-content flex-grow-1">
  2894.                            <h6 class="post-title mb-1">
  2895.                                 <a href="/donald-trump-and-his-followers-envision-a-planet-devoid-of-global-legal-norms-yet-they-are-unlikely-to-succeed/" class="text-decoration-none top-color fw-semibold lh-sm">
  2896.                                            Donald Trump and His Followers Envision a Planet Devoid of Global Legal Norms – Yet They Are Unlikely to Succeed
  2897.                                            </a>
  2898.                            </h6>
  2899.                            <div class="post-meta">
  2900.                                <small class="text-muted">
  2901.                                    <i class="ti-calendar me-1"></i>10 May 2026
  2902.                                </small>
  2903.                                <!-- <small class="text-muted ms-3">
  2904.                                    <i class="ti-eye me-1"></i>1,234 views
  2905.                                </small> -->
  2906.                            </div>
  2907.                        </div>
  2908.                    </div>
  2909.                    
  2910.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2911.                        <div class="post-content flex-grow-1">
  2912.                            <h6 class="post-title mb-1">
  2913.                                 <a href="/sweden-squad-reveal-isak-selected-whereas-gyokeres-omitted/" class="text-decoration-none top-color fw-semibold lh-sm">
  2914.                                            Sweden Squad Reveal: Isak Selected Whereas Gyokeres Omitted
  2915.                                            </a>
  2916.                            </h6>
  2917.                            <div class="post-meta">
  2918.                                <small class="text-muted">
  2919.                                    <i class="ti-calendar me-1"></i>10 May 2026
  2920.                                </small>
  2921.                                <!-- <small class="text-muted ms-3">
  2922.                                    <i class="ti-eye me-1"></i>1,234 views
  2923.                                </small> -->
  2924.                            </div>
  2925.                        </div>
  2926.                    </div>
  2927.                    
  2928.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2929.                        <div class="post-content flex-grow-1">
  2930.                            <h6 class="post-title mb-1">
  2931.                                 <a href="/united-arab-emirates-declines-to-participate-in-gazan-stabilisation-force-without-defined-juridical-structure/" class="text-decoration-none top-color fw-semibold lh-sm">
  2932.                                            United Arab Emirates Declines to Participate in Gazan Stabilisation Force Without Defined Juridical Structure
  2933.                                            </a>
  2934.                            </h6>
  2935.                            <div class="post-meta">
  2936.                                <small class="text-muted">
  2937.                                    <i class="ti-calendar me-1"></i>10 May 2026
  2938.                                </small>
  2939.                                <!-- <small class="text-muted ms-3">
  2940.                                    <i class="ti-eye me-1"></i>1,234 views
  2941.                                </small> -->
  2942.                            </div>
  2943.                        </div>
  2944.                    </div>
  2945.                    
  2946.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2947.                        <div class="post-content flex-grow-1">
  2948.                            <h6 class="post-title mb-1">
  2949.                                 <a href="/virginias-new-governor-creates-a-landmark-as-first-female-governor/" class="text-decoration-none top-color fw-semibold lh-sm">
  2950.                                            Virginia&#x27;s New Governor Creates a Landmark as First Female Governor
  2951.                                            </a>
  2952.                            </h6>
  2953.                            <div class="post-meta">
  2954.                                <small class="text-muted">
  2955.                                    <i class="ti-calendar me-1"></i>10 May 2026
  2956.                                </small>
  2957.                                <!-- <small class="text-muted ms-3">
  2958.                                    <i class="ti-eye me-1"></i>1,234 views
  2959.                                </small> -->
  2960.                            </div>
  2961.                        </div>
  2962.                    </div>
  2963.                    
  2964.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2965.                        <div class="post-content flex-grow-1">
  2966.                            <h6 class="post-title mb-1">
  2967.                                 <a href="/when-did-i-get-that-handsome-bruce-springsteen-on-watching-the-actor-play-him-on-screen/" class="text-decoration-none top-color fw-semibold lh-sm">
  2968.                                            ‘When Did I Get That Handsome?’: Bruce Springsteen on Watching The Actor Play Him On Screen
  2969.                                            </a>
  2970.                            </h6>
  2971.                            <div class="post-meta">
  2972.                                <small class="text-muted">
  2973.                                    <i class="ti-calendar me-1"></i>10 May 2026
  2974.                                </small>
  2975.                                <!-- <small class="text-muted ms-3">
  2976.                                    <i class="ti-eye me-1"></i>1,234 views
  2977.                                </small> -->
  2978.                            </div>
  2979.                        </div>
  2980.                    </div>
  2981.                    
  2982.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2983.                        <div class="post-content flex-grow-1">
  2984.                            <h6 class="post-title mb-1">
  2985.                                 <a href="/jennifer-waltons-first-album-daughters-explores-grief-and-style/" class="text-decoration-none top-color fw-semibold lh-sm">
  2986.                                            Jennifer Walton&#x27;s First Album &quot;Daughters&quot; Explores Grief and Style
  2987.                                            </a>
  2988.                            </h6>
  2989.                            <div class="post-meta">
  2990.                                <small class="text-muted">
  2991.                                    <i class="ti-calendar me-1"></i>10 May 2026
  2992.                                </small>
  2993.                                <!-- <small class="text-muted ms-3">
  2994.                                    <i class="ti-eye me-1"></i>1,234 views
  2995.                                </small> -->
  2996.                            </div>
  2997.                        </div>
  2998.                    </div>
  2999.                    
  3000.  
  3001.                </div>
  3002.                
  3003.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3004.                    <a href="#" class="btn btn-primary top-color btn-sm px-whtext-white rounded-pill">
  3005.                        <i class="ti-trophy me-1"></i>View All Popular
  3006.                    </a>
  3007.                </div> -->
  3008.            </div>
  3009.        </div>
  3010.  
  3011. </div>
  3012.  
  3013. <style>
  3014.     .widget-content {
  3015.        margin-top: -1px;
  3016.        position: relative;
  3017.        z-index: 1;
  3018.         background-color: var(--card-bg);
  3019.    }
  3020. </style>
  3021.  
  3022.    
  3023.            </div>
  3024.      </div>
  3025.    </div>
  3026.  </section>
  3027.  
  3028.  <script>
  3029.    // Smooth fade on scroll (adds .fade-up on downward scroll, .fade-down on upward scroll)
  3030.    document.addEventListener('DOMContentLoaded', function () {
  3031.      // Fallback if IntersectionObserver unavailable
  3032.      if (!('IntersectionObserver' in window)) {
  3033.        document.querySelectorAll('.fade-base').forEach(el => el.classList.add('fade-show'));
  3034.        return;
  3035.      }
  3036.  
  3037.      let lastY = window.pageYOffset || 0;
  3038.      let scrollDir = 'down';
  3039.      let ticking = false;
  3040.  
  3041.      // Jank-free scroll direction tracking
  3042.      window.addEventListener('scroll', () => {
  3043.        const y = window.pageYOffset || 0;
  3044.        if (!ticking) {
  3045.          requestAnimationFrame(() => {
  3046.            scrollDir = y > lastY ? 'down' : 'up';
  3047.            lastY = y <= 0 ? 0 : y;
  3048.            ticking = false;
  3049.          });
  3050.          ticking = true;
  3051.        }
  3052.      }, { passive: true });
  3053.  
  3054.      const options = {
  3055.        threshold: 0.18,
  3056.        rootMargin: '0px 0px -8% 0px'
  3057.      };
  3058.  
  3059.      const io = new IntersectionObserver((entries) => {
  3060.        entries.forEach((entry) => {
  3061.          const el = entry.target;
  3062.  
  3063.          if (entry.isIntersecting) {
  3064.            // direction-based class
  3065.            el.classList.remove('fade-up', 'fade-down');
  3066.            el.classList.add(scrollDir === 'down' ? 'fade-up' : 'fade-down');
  3067.  
  3068.            // smooth timing (override-able per element via CSS vars)
  3069.            if (!el.style.getPropertyValue('--dur')) {
  3070.              el.style.setProperty('--dur', '700ms');
  3071.            }
  3072.            if (!el.style.getPropertyValue('--ease')) {
  3073.              el.style.setProperty('--ease', 'cubic-bezier(0.16,1,0.3,1)');
  3074.            }
  3075.  
  3076.            el.classList.add('fade-show');
  3077.          } else {
  3078.            // re-animate when re-entering
  3079.            el.classList.remove('fade-show');
  3080.          }
  3081.        });
  3082.      }, options);
  3083.  
  3084.      // Observe all fade targets with a light stagger
  3085.      const nodes = Array.from(document.querySelectorAll('.fade-base'));
  3086.      nodes.forEach((el, i) => {
  3087.        // 0–5 -> 0–300ms stagger (loops every 6)
  3088.        el.style.setProperty('--stagger', `${(i % 6) * 60}ms`);
  3089.        io.observe(el);
  3090.      });
  3091.    });
  3092.  </script>
  3093.  
  3094.  
  3095.    
  3096.        
  3097.        <!-- end wpo-blog-highlights-section -->
  3098.        <!-- start wpo-blog-sponsored-section -->
  3099.        
  3100.  
  3101.  
  3102.  
  3103.    
  3104.  
  3105.  
  3106.  
  3107. <style>
  3108.    .sponsored-section-v2 {
  3109.        padding: 40px 0;
  3110.        background: var(--body-bg);
  3111.    }
  3112.    
  3113.    .sponsored-card-v2 {
  3114.        background: var(--body-bg);
  3115.        border: 1px solid #f0f0f0;
  3116.        border-radius: 8px;
  3117.        transition: box-shadow 0.3s ease;
  3118.        height: 100%;
  3119.        position: relative;
  3120.    }
  3121.    
  3122.    .sponsored-card-v2:hover {
  3123.        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  3124.    }
  3125.    
  3126.    .sponsored-image-v2 {
  3127.        position: relative;
  3128.        height: 200px;
  3129.    }
  3130.    
  3131.    .sponsored-image-v2 img {
  3132.        width: 100%;
  3133.        height: 100%;
  3134.        object-fit: cover;
  3135.    }
  3136.    
  3137.    .sponsored-badge-v2 {
  3138.        position: absolute;
  3139.        bottom: 10px;
  3140.        left: 10px;
  3141.        padding: 6px 10px;
  3142.        font-size: 12px;
  3143.        font-weight: 600;
  3144.        text-transform: uppercase;
  3145.        border-radius: 4px;
  3146.    }
  3147.    
  3148.    .sponsored-content-v2 {
  3149.        padding: 20px;
  3150.    }
  3151.    
  3152.    .sponsored-title-v2 {
  3153.        font-size: 18px;
  3154.        font-weight: 600;
  3155.        line-height: 1.4;
  3156.        margin-bottom: 10px;
  3157.    }
  3158.    
  3159.    .sponsored-title-v2 a {
  3160.        text-decoration: none;
  3161.        transition: color 0.3s ease;
  3162.    }
  3163.    
  3164.    .sponsored-title-v2 a:hover {
  3165.        color: #007bff; /* Blue hover for variety */
  3166.    }
  3167.    
  3168.    .sponsored-excerpt-v2 {
  3169.        font-size: 14px;
  3170.        color: #6c757d;
  3171.        margin-bottom: 15px;
  3172.        line-height: 1.6;
  3173.    }
  3174.    
  3175.    .sponsored-meta-v2 {
  3176.        display: flex;
  3177.        align-items: center;
  3178.        justify-content: space-between;
  3179.        font-size: 12px;
  3180.        color: #6c757d;
  3181.    }
  3182.    
  3183.    .author-info-v2 {
  3184.        display: flex;
  3185.        align-items: center;
  3186.        gap: 8px;
  3187.    }
  3188.    
  3189.    .sponsored-author-img-v2 {
  3190.        width: 28px;
  3191.        height: 28px;
  3192.        border-radius: 50%;
  3193.        object-fit: cover;
  3194.    }
  3195.    
  3196.    .section-title-sponsored-v2 {
  3197.        font-size: 2.2rem;
  3198.        font-weight: 700;
  3199.        text-align: center;
  3200.        margin-bottom: 30px;
  3201.        color: #333;
  3202.    }
  3203.  
  3204.    @media (max-width: 768px) {
  3205.        .sponsored-section-v2 {
  3206.            padding: 30px 0;
  3207.        }
  3208.        .sponsored-content-v2 {
  3209.            padding: 15px;
  3210.        }
  3211.        .sponsored-title-v2 {
  3212.            font-size: 16px;
  3213.        }
  3214.        .sponsored-excerpt-v2 {
  3215.            font-size: 13px;
  3216.        }
  3217.    }
  3218. </style>
  3219.  
  3220. <section class="sponsored-section-v2">
  3221.    <div class="container-fluid fluid-container">
  3222.        <div class="row">
  3223.            <div class="col-12">
  3224.                <h2 class="section-title-sponsored-v2">Sponsored News</h2>
  3225.            </div>
  3226.        </div>
  3227.        
  3228.        <div class="row g-4">
  3229.            
  3230.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3231.                <div class="card sponsored-card-v2">
  3232.                    <div class="sponsored-image-v2">
  3233.                        
  3234.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3235.                        
  3236.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3237.                    </div>
  3238.                    <div class="sponsored-content-v2">
  3239.                        <h3 class="sponsored-title-v2">
  3240.                            <a href="/donald-trump-and-his-followers-envision-a-planet-devoid-of-global-legal-norms-yet-they-are-unlikely-to-succeed/" class="top-color">
  3241.                            Donald Trump and His Followers Envision a Planet Devoid of Global Legal Norms – Yet They Are Unlikely to Succeed
  3242.                            </a>
  3243.                        </h3>
  3244.                        <p class="sponsored-excerpt-v2">
  3245.                            
  3246.                        </p>
  3247.                        <div class="sponsored-meta-v2">
  3248.                            <div class="author-info-v2">
  3249.                                
  3250.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/56513038-3853-4cb8-9a59-ade316416c7d_profile.png" alt="Bradley Warren" style="object-fit: cover;" class="sponsored-author-img-v2">
  3251.                                
  3252.                                <span>
  3253.                                    Bradley Warren
  3254.                                </span>
  3255.                            </div>
  3256.                            <span>10 May 2026</span>
  3257.                        </div>
  3258.                    </div>
  3259.                </div>
  3260.            </div>
  3261.            
  3262.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3263.                <div class="card sponsored-card-v2">
  3264.                    <div class="sponsored-image-v2">
  3265.                        
  3266.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3267.                        
  3268.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3269.                    </div>
  3270.                    <div class="sponsored-content-v2">
  3271.                        <h3 class="sponsored-title-v2">
  3272.                            <a href="/sweden-squad-reveal-isak-selected-whereas-gyokeres-omitted/" class="top-color">
  3273.                            Sweden Squad Reveal: Isak Selected Whereas Gyokeres Omitted
  3274.                            </a>
  3275.                        </h3>
  3276.                        <p class="sponsored-excerpt-v2">
  3277.                            
  3278.                        </p>
  3279.                        <div class="sponsored-meta-v2">
  3280.                            <div class="author-info-v2">
  3281.                                
  3282.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/56513038-3853-4cb8-9a59-ade316416c7d_profile.png" alt="Bradley Warren" style="object-fit: cover;" class="sponsored-author-img-v2">
  3283.                                
  3284.                                <span>
  3285.                                    Bradley Warren
  3286.                                </span>
  3287.                            </div>
  3288.                            <span>10 May 2026</span>
  3289.                        </div>
  3290.                    </div>
  3291.                </div>
  3292.            </div>
  3293.            
  3294.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3295.                <div class="card sponsored-card-v2">
  3296.                    <div class="sponsored-image-v2">
  3297.                        
  3298.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3299.                        
  3300.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3301.                    </div>
  3302.                    <div class="sponsored-content-v2">
  3303.                        <h3 class="sponsored-title-v2">
  3304.                            <a href="/united-arab-emirates-declines-to-participate-in-gazan-stabilisation-force-without-defined-juridical-structure/" class="top-color">
  3305.                            United Arab Emirates Declines to Participate in Gazan Stabilisation Force Without Defined Juridical Structure
  3306.                            </a>
  3307.                        </h3>
  3308.                        <p class="sponsored-excerpt-v2">
  3309.                            
  3310.                        </p>
  3311.                        <div class="sponsored-meta-v2">
  3312.                            <div class="author-info-v2">
  3313.                                
  3314.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/56513038-3853-4cb8-9a59-ade316416c7d_profile.png" alt="Bradley Warren" style="object-fit: cover;" class="sponsored-author-img-v2">
  3315.                                
  3316.                                <span>
  3317.                                    Bradley Warren
  3318.                                </span>
  3319.                            </div>
  3320.                            <span>10 May 2026</span>
  3321.                        </div>
  3322.                    </div>
  3323.                </div>
  3324.            </div>
  3325.            
  3326.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3327.                <div class="card sponsored-card-v2">
  3328.                    <div class="sponsored-image-v2">
  3329.                        
  3330.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3331.                        
  3332.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3333.                    </div>
  3334.                    <div class="sponsored-content-v2">
  3335.                        <h3 class="sponsored-title-v2">
  3336.                            <a href="/virginias-new-governor-creates-a-landmark-as-first-female-governor/" class="top-color">
  3337.                            Virginia&#x27;s New Governor Creates a Landmark as First Female Governor
  3338.                            </a>
  3339.                        </h3>
  3340.                        <p class="sponsored-excerpt-v2">
  3341.                            
  3342.                        </p>
  3343.                        <div class="sponsored-meta-v2">
  3344.                            <div class="author-info-v2">
  3345.                                
  3346.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/56513038-3853-4cb8-9a59-ade316416c7d_profile.png" alt="Bradley Warren" style="object-fit: cover;" class="sponsored-author-img-v2">
  3347.                                
  3348.                                <span>
  3349.                                    Bradley Warren
  3350.                                </span>
  3351.                            </div>
  3352.                            <span>10 May 2026</span>
  3353.                        </div>
  3354.                    </div>
  3355.                </div>
  3356.            </div>
  3357.            
  3358.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3359.                <div class="card sponsored-card-v2">
  3360.                    <div class="sponsored-image-v2">
  3361.                        
  3362.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3363.                        
  3364.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3365.                    </div>
  3366.                    <div class="sponsored-content-v2">
  3367.                        <h3 class="sponsored-title-v2">
  3368.                            <a href="/when-did-i-get-that-handsome-bruce-springsteen-on-watching-the-actor-play-him-on-screen/" class="top-color">
  3369.                            ‘When Did I Get That Handsome?’: Bruce Springsteen on Watching The Actor Play Him On Screen
  3370.                            </a>
  3371.                        </h3>
  3372.                        <p class="sponsored-excerpt-v2">
  3373.                            
  3374.                        </p>
  3375.                        <div class="sponsored-meta-v2">
  3376.                            <div class="author-info-v2">
  3377.                                
  3378.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/56513038-3853-4cb8-9a59-ade316416c7d_profile.png" alt="Bradley Warren" style="object-fit: cover;" class="sponsored-author-img-v2">
  3379.                                
  3380.                                <span>
  3381.                                    Bradley Warren
  3382.                                </span>
  3383.                            </div>
  3384.                            <span>10 May 2026</span>
  3385.                        </div>
  3386.                    </div>
  3387.                </div>
  3388.            </div>
  3389.            
  3390.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3391.                <div class="card sponsored-card-v2">
  3392.                    <div class="sponsored-image-v2">
  3393.                        
  3394.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3395.                        
  3396.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3397.                    </div>
  3398.                    <div class="sponsored-content-v2">
  3399.                        <h3 class="sponsored-title-v2">
  3400.                            <a href="/jennifer-waltons-first-album-daughters-explores-grief-and-style/" class="top-color">
  3401.                            Jennifer Walton&#x27;s First Album &quot;Daughters&quot; Explores Grief and Style
  3402.                            </a>
  3403.                        </h3>
  3404.                        <p class="sponsored-excerpt-v2">
  3405.                            
  3406.                        </p>
  3407.                        <div class="sponsored-meta-v2">
  3408.                            <div class="author-info-v2">
  3409.                                
  3410.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/56513038-3853-4cb8-9a59-ade316416c7d_profile.png" alt="Bradley Warren" style="object-fit: cover;" class="sponsored-author-img-v2">
  3411.                                
  3412.                                <span>
  3413.                                    Bradley Warren
  3414.                                </span>
  3415.                            </div>
  3416.                            <span>10 May 2026</span>
  3417.                        </div>
  3418.                    </div>
  3419.                </div>
  3420.            </div>
  3421.            
  3422.        </div>
  3423.    </div>
  3424. </section>
  3425.  
  3426.  
  3427.    
  3428.        <!-- end wpo-blog-sponsored-section -->
  3429.        <!-- start wpo-subscribe-section -->
  3430.        
  3431.        <!-- end subscribe-section -->
  3432.        <!-- start of wpo-site-footer-section -->
  3433.        
  3434.  
  3435.  
  3436.  
  3437.  
  3438.  
  3439.  
  3440. <!-- Footer V5 - Clean Minimalist Bootstrap Design -->
  3441. <footer class="footer-v5 bg-primary-gradient border-top">
  3442.    
  3443.    <!-- Main Footer Content -->
  3444.    <div class="container-fluid py-5">
  3445.        
  3446.        <!-- Top Section with Logo and Description -->
  3447.        <div class="row mb-5">
  3448.            <div class="col-12 text-center">
  3449.                <div class="footer-brand mb-4">
  3450.                    
  3451.                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/88695460-0723-4983-9596-fb69f94e15ff_logo.png" alt="WinPrimeNews UK" class="footer-logo mb-3" height="60">
  3452.                    
  3453.                    <h4 class="fw-bold footer-color mb-2">WinPrimeNews UK</h4>
  3454.                    <p class="footer-color opacity-50">Stay informed with WinPrimeNews UK&#x27;s coverage of breaking news, political developments, and business trends across the United Kingdom. Trusted insights daily.</p>
  3455.                </div>
  3456.            </div>
  3457.        </div>
  3458.  
  3459.        <!-- Content Grid -->
  3460.        <div class="d-flex justify-content-between flex-wrap gap-2 px-3">
  3461.            
  3462.            <!-- Quick Links Column -->
  3463.            <div class="">
  3464.                <div class="footer-section">
  3465.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3466.                        Quick Links
  3467.                    </h6>
  3468.                    <ul class="list-unstyled footer-links">
  3469.                        
  3470.                        <li class="mb-2">
  3471.                            <a href="/chornobyl-disaster-shelter-can-no-longer-blocks-radiation-needs-major-restoration-international-atomic-energy-agency/"
  3472.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3473.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3474.                                Chornobyl Disaster Shelter Can No Longer Blocks Radiation, Needs Major Restoration – International Atomic Energy Agency
  3475.                            </a>
  3476.                        </li>
  3477.                        
  3478.                        <li class="mb-2">
  3479.                            <a href="/the-gunners-host-wolves-in-crucial-top-flight-encounter/"
  3480.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3481.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3482.                                The Gunners Host Wolves in Crucial Top-Flight Encounter
  3483.                            </a>
  3484.                        </li>
  3485.                        
  3486.                        <li class="mb-2">
  3487.                            <a href="/ancient-hominins-and-early-humans-were-likely-kissing-scientists-propose/"
  3488.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3489.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3490.                                Ancient Hominins and Early Humans Were Likely Kissing, Scientists Propose
  3491.                            </a>
  3492.                        </li>
  3493.                        
  3494.                        <li class="mb-2">
  3495.                            <a href="/actor-refutes-anti-vax-views-following-lending-his-voice-to-disputed-pandemic-feature/"
  3496.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3497.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3498.                                Actor Refutes Anti-Vax Views Following Lending His Voice To Disputed Pandemic Feature
  3499.                            </a>
  3500.                        </li>
  3501.                        
  3502.                        <li class="mb-2">
  3503.                            <a href="/volcano-semeru-outburst-in-indonesia-prompts-emergency-relocations/"
  3504.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3505.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3506.                                Volcano Semeru Outburst in Indonesia Prompts Emergency Relocations
  3507.                            </a>
  3508.                        </li>
  3509.                        
  3510.                        <li class="mb-2">
  3511.                            <a href="/billionaire-j-isaacman-confirmed-as-us-space-agency-chief-after-rocky-confirmation-process/"
  3512.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3513.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3514.                                Billionaire J. Isaacman Confirmed as U.S. Space Agency Chief After Rocky Confirmation Process
  3515.                            </a>
  3516.                        </li>
  3517.                        
  3518.                    </ul>
  3519.                </div>
  3520.            </div>
  3521.  
  3522.            <!-- Resources Column -->
  3523.            <div class="">
  3524.                <div class="footer-section">
  3525.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3526.                        Resources
  3527.                    </h6>
  3528.                   <ul class="footer-links" id="footerLinks">
  3529.        
  3530.        
  3531.  
  3532.        
  3533.        
  3534.        
  3535.        
  3536.    </ul>
  3537.                </div>
  3538.            </div>
  3539.  
  3540.            <!-- Categories Column -->
  3541.            <div class="">
  3542.                <div class="footer-section">
  3543.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3544.                        Categories
  3545.                    </h6>
  3546.                    <div class="category-tags">
  3547.                      
  3548.                                <li>
  3549.                                    <a href="/category/all-posts/" class="footer-link footer-color">
  3550.                                        All Posts
  3551.                                    </a>
  3552.                                </li>
  3553.                                
  3554.                                <li>
  3555.                                    <a href="/category/business/" class="footer-link footer-color">
  3556.                                        Business
  3557.                                    </a>
  3558.                                </li>
  3559.                                
  3560.                                <li>
  3561.                                    <a href="/category/esports/" class="footer-link footer-color">
  3562.                                        Esports
  3563.                                    </a>
  3564.                                </li>
  3565.                                
  3566.                                <li>
  3567.                                    <a href="/category/fashion/" class="footer-link footer-color">
  3568.                                        Fashion
  3569.                                    </a>
  3570.                                </li>
  3571.                                
  3572.                                <li>
  3573.                                    <a href="/category/featured/" class="footer-link footer-color">
  3574.                                        Featured
  3575.                                    </a>
  3576.                                </li>
  3577.                                
  3578.                                <li>
  3579.                                    <a href="/category/gaming/" class="footer-link footer-color">
  3580.                                        Gaming
  3581.                                    </a>
  3582.                                </li>
  3583.                                
  3584.                    </div>
  3585.                </div>
  3586.            </div>
  3587.  
  3588.        </div>
  3589.  
  3590.    </div>
  3591.  
  3592.    <!-- Footer Bottom -->
  3593.    <div class="footer-bottom  border-top py-3">
  3594.        <div class="container-fluid fluid-container">
  3595.            <div class=" d-flex justify-content-between flex-wrap">
  3596.                <div class="">
  3597.                    <p class="mb-0 footer-color  ">
  3598.                        © 2026 <span class="fw-semibold footer-color">WinPrimeNews UK</span>. All rights reserved.
  3599.                    </p>
  3600.                </div>
  3601.                <div class="">
  3602.                    <div class="footer-nav">
  3603.                        <a href="/page/write-for-us/" class="text-decoration-none   me-3">
  3604.                            <i class="bi bi-file-text me-1"></i>Write For Us
  3605.                        </a>
  3606.                        <a href="/page/terms-and-conditions/" class="text-decoration-none   me-3">
  3607.                            <i class="bi bi-file-text me-1"></i>Terms
  3608.                        </a>
  3609.                        <a href="/sitemap.xml" class="text-decoration-none  ">
  3610.                            <i class="bi bi-diagram-3 me-1"></i>Sitemap
  3611.                        </a>
  3612.                    </div>
  3613.                </div>
  3614.            </div>
  3615.        </div>
  3616.    </div>
  3617.  
  3618. </footer>
  3619.  
  3620. <style>
  3621. /* Footer V5 - Clean Minimalist Bootstrap Design */
  3622.  
  3623.  
  3624.  
  3625.  
  3626. .footer-logo {
  3627.    border-radius: 8px;
  3628. }
  3629.  
  3630. /* Footer Sections */
  3631. .footer-section {
  3632.    padding: 0 15px;
  3633. }
  3634.  
  3635. .footer-section h6 {
  3636.    position: relative;
  3637.    padding-bottom: 8px;
  3638. }
  3639.  
  3640. .footer-section h6::after {
  3641.    content: '';
  3642.    position: absolute;
  3643.    bottom: 0;
  3644.    left: 0;
  3645.    width: 30px;
  3646.    height: 2px;
  3647.    background: linear-gradient(45deg, var(--bs-primary), var(--footer-color));
  3648.    border-radius: 1px;
  3649. }
  3650.  
  3651. /* Links Styling */
  3652. .footer-links a {
  3653.    transition: all 0.3s ease;
  3654.    padding: 4px 0;
  3655.    border-radius: 4px;
  3656. }
  3657.  
  3658. .footer-links a:hover {
  3659.    color: var(--bs-primary) !important;
  3660.    padding-left: 8px;
  3661. }
  3662.  
  3663. .footer-links a:hover i {
  3664.    transform: translateX(2px);
  3665. }
  3666.  
  3667. /* Category Tags */
  3668. .category-tag {
  3669.    transition: all 0.3s ease;
  3670.    padding: 6px 12px !important;
  3671.    font-size: 0.875rem;
  3672. }
  3673.  
  3674.  
  3675.  
  3676. /* Footer Bottom */
  3677. .footer-bottom {
  3678.    backdrop-filter: blur(10px);
  3679. }
  3680.  
  3681. /* Responsive Design */
  3682. @media (max-width: 768px) {
  3683.    .footer-v5 {
  3684.        margin-top: 60px;
  3685.    }
  3686.    
  3687.    .footer-section {
  3688.        text-align:start;
  3689.        margin-bottom: 40px;
  3690.    }
  3691.    
  3692.    .footer-links a,
  3693.    .category-tags {
  3694.        justify-content:start;
  3695.    }
  3696.    
  3697.    .social-links .d-flex {
  3698.        justify-content:start;
  3699.    }
  3700. }
  3701.  
  3702. @media (max-width: 576px) {
  3703.    .footer-brand h4 {
  3704.        font-size: 1.25rem;
  3705.    }
  3706.    
  3707.    .stats-item h5 {
  3708.        font-size: 1.1rem;
  3709.    }
  3710.    
  3711.    .newsletter-form .btn {
  3712.        padding: 8px 12px;
  3713.    }
  3714. }
  3715.  
  3716. /* Animation Classes */
  3717. .fade-in {
  3718.    animation: fadeIn 0.6s ease-in;
  3719. }
  3720.  
  3721. @keyframes fadeIn {
  3722.    from { opacity: 0; transform: translateY(20px); }
  3723.    to { opacity: 1; transform: translateY(0); }
  3724. }
  3725.  
  3726. /* Loading State */
  3727. .loading {
  3728.    pointer-events: none;
  3729.    opacity: 0.7;
  3730. }
  3731.  
  3732. .loading .btn {
  3733.    position: relative;
  3734. }
  3735.  
  3736. .loading .btn::after {
  3737.    content: '';
  3738.    position: absolute;
  3739.    top: 50%;
  3740.    left: 50%;
  3741.    width: 16px;
  3742.    height: 16px;
  3743.    margin: -8px 0 0 -8px;
  3744.    border: 2px solid transparent;
  3745.    border-top-color: currentColor;
  3746.    border-radius: 50%;
  3747.    animation: spin 1s linear infinite;
  3748. }
  3749.  
  3750. @keyframes spin {
  3751.    to { transform: rotate(360deg); }
  3752. }
  3753.  
  3754. /* Utility Classes */
  3755. .text-gradient {
  3756.    background: linear-gradient(45deg, var(--bs-primary), var(--bs-success));
  3757.    -webkit-background-clip: text;
  3758.    -webkit-text-fill-color: transparent;
  3759.    background-clip: text;
  3760. }
  3761.  
  3762. .hover-lift {
  3763.    transition: transform 0.3s ease;
  3764. }
  3765.  
  3766. .hover-lift:hover {
  3767.    transform: translateY(-2px);
  3768. }
  3769. </style>
  3770.  
  3771.  
  3772. <script>
  3773. document.addEventListener('DOMContentLoaded', function() {
  3774.    
  3775.    // Initialize Bootstrap tooltips
  3776.    const tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'));
  3777.    tooltipTriggerList.map(function (tooltipTriggerEl) {
  3778.        return new bootstrap.Tooltip(tooltipTriggerEl);
  3779.    });
  3780.  
  3781.    // Newsletter form handling
  3782.    const newsletterForm = document.querySelector('.newsletter-form');
  3783.    if (newsletterForm) {
  3784.        newsletterForm.addEventListener('submit', function(e) {
  3785.            e.preventDefault();
  3786.            
  3787.            const email = this.querySelector('input[name="email"]').value.trim();
  3788.            const submitBtn = this.querySelector('button[type="submit"]');
  3789.            const originalContent = submitBtn.innerHTML;
  3790.            
  3791.            // Validate email
  3792.            if (!email || !isValidEmail(email)) {
  3793.                showToast('Please enter a valid email address', 'error');
  3794.                return;
  3795.            }
  3796.            
  3797.            // Show loading state
  3798.            this.classList.add('loading');
  3799.            submitBtn.innerHTML = '<span class="spinner-border spinner-border-sm me-1"></span>Subscribing...';
  3800.            submitBtn.disabled = true;
  3801.            
  3802.            // Simulate API call
  3803.            setTimeout(() => {
  3804.                // Success state
  3805.                submitBtn.innerHTML = '<i class="bi bi-check-lg me-1"></i>Subscribed!';
  3806.                submitBtn.classList.remove('btn-primary');
  3807.                submitBtn.classList.add('btn-success');
  3808.                
  3809.                showToast('Successfully subscribed to newsletter!', 'success');
  3810.                
  3811.                // Reset form
  3812.                setTimeout(() => {
  3813.                    this.classList.remove('loading');
  3814.                    submitBtn.innerHTML = originalContent;
  3815.                    submitBtn.classList.remove('btn-success');
  3816.                    submitBtn.classList.add('btn-primary');
  3817.                    submitBtn.disabled = false;
  3818.                    this.reset();
  3819.                }, 2000);
  3820.                
  3821.            }, 1500);
  3822.        });
  3823.    }
  3824.    
  3825.    // Email validation function
  3826.    function isValidEmail(email) {
  3827.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  3828.        return emailRegex.test(email);
  3829.    }
  3830.    
  3831.    // Toast notification function
  3832.    function showToast(message, type = 'info') {
  3833.        // Remove existing toasts
  3834.        const existingToasts = document.querySelectorAll('.custom-toast');
  3835.        existingToasts.forEach(toast => toast.remove());
  3836.        
  3837.        // Create toast
  3838.        const toast = document.createElement('div');
  3839.        toast.className = `custom-toast position-fixed top-0 end-0 m-3 alert alert-${type === 'error' ? 'danger' : type} alert-dismissible fade show`;
  3840.        toast.style.zIndex = '9999';
  3841.        toast.innerHTML = `
  3842.            <div class="d-flex align-items-center">
  3843.                <i class="bi bi-${type === 'success' ? 'check-circle-fill' : type === 'error' ? 'exclamation-triangle-fill' : 'info-circle-fill'} me-2"></i>
  3844.                <span>${message}</span>
  3845.                <button type="button" class="btn-close" data-bs-dismiss="alert"></button>
  3846.            </div>
  3847.        `;
  3848.        
  3849.        document.body.appendChild(toast);
  3850.        
  3851.        // Auto remove after 4 seconds
  3852.        setTimeout(() => {
  3853.            if (toast && toast.parentNode) {
  3854.                toast.remove();
  3855.            }
  3856.        }, 4000);
  3857.    }
  3858.    
  3859.    // Smooth scroll for internal links
  3860.    document.querySelectorAll('a[href^="#"]').forEach(anchor => {
  3861.        anchor.addEventListener('click', function(e) {
  3862.            e.preventDefault();
  3863.            const target = document.querySelector(this.getAttribute('href'));
  3864.            if (target) {
  3865.                target.scrollIntoView({
  3866.                    behavior: 'smooth',
  3867.                    block: 'start'
  3868.                });
  3869.            }
  3870.        });
  3871.    });
  3872.    
  3873.    // Add fade-in animation to footer sections on scroll
  3874.    const observerOptions = {
  3875.        threshold: 0.1,
  3876.        rootMargin: '0px 0px -50px 0px'
  3877.    };
  3878.    
  3879.    const sectionObserver = new IntersectionObserver((entries) => {
  3880.        entries.forEach(entry => {
  3881.            if (entry.isIntersecting) {
  3882.                entry.target.classList.add('fade-in');
  3883.            }
  3884.        });
  3885.    }, observerOptions);
  3886.    
  3887.    // Observe footer sections
  3888.    document.querySelectorAll('.footer-section, .stats-item').forEach(section => {
  3889.        sectionObserver.observe(section);
  3890.    });
  3891.    
  3892.    // Enhanced hover effects for category tags
  3893.    document.querySelectorAll('.category-tag').forEach(tag => {
  3894.        tag.addEventListener('mouseenter', function() {
  3895.            this.style.transform = 'translateY(-2px) scale(1.02)';
  3896.        });
  3897.        
  3898.        tag.addEventListener('mouseleave', function() {
  3899.            this.style.transform = 'translateY(0) scale(1)';
  3900.        });
  3901.    });
  3902.    
  3903.    // Prevent default for demo links
  3904.    document.querySelectorAll('a[href="#"]').forEach(link => {
  3905.        link.addEventListener('click', function(e) {
  3906.            e.preventDefault();
  3907.        });
  3908.    });
  3909.    
  3910.    // Add click ripple effect to buttons
  3911.    document.querySelectorAll('.btn').forEach(btn => {
  3912.        btn.addEventListener('click', function(e) {
  3913.            const ripple = document.createElement('span');
  3914.            const rect = this.getBoundingClientRect();
  3915.            const size = Math.max(rect.width, rect.height);
  3916.            const x = e.clientX - rect.left - size / 2;
  3917.            const y = e.clientY - rect.top - size / 2;
  3918.            
  3919.            ripple.style.cssText = `
  3920.                position: absolute;
  3921.                left: ${x}px;
  3922.                top: ${y}px;
  3923.                width: ${size}px;
  3924.                height: ${size}px;
  3925.                border-radius: 50%;
  3926.                background: rgba(255, 255, 255, 0.4);
  3927.                transform: scale(0);
  3928.                animation: ripple-effect 0.6s linear;
  3929.                pointer-events: none;
  3930.            `;
  3931.            
  3932.            this.style.position = 'relative';
  3933.            this.style.overflow = 'hidden';
  3934.            this.appendChild(ripple);
  3935.            
  3936.            setTimeout(() => ripple.remove(), 600);
  3937.        });
  3938.    });
  3939.    
  3940. });
  3941.  
  3942. // Add ripple animation CSS
  3943. const rippleCSS = document.createElement('style');
  3944. rippleCSS.textContent = `
  3945.    @keyframes ripple-effect {
  3946.        to {
  3947.            transform: scale(4);
  3948.            opacity: 0;
  3949.        }
  3950.    }
  3951. `;
  3952. document.head.appendChild(rippleCSS);
  3953.  
  3954. document.addEventListener('DOMContentLoaded', function () {
  3955.    var btn = document.getElementById('toggleFooterLinks');
  3956.    if (!btn) return; // No extra links, no button
  3957.  
  3958.    var extras = document.querySelectorAll('#footerLinks li.extra');
  3959.  
  3960.    btn.addEventListener('click', function () {
  3961.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3962.            return li.classList.contains('d-none');
  3963.        });
  3964.  
  3965.        extras.forEach(function (li) {
  3966.            if (anyHidden) {
  3967.                li.classList.remove('d-none');
  3968.                li.classList.add('show');
  3969.            } else {
  3970.                li.classList.add('d-none');
  3971.                li.classList.remove('show');
  3972.            }
  3973.        });
  3974.  
  3975.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3976.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3977.    });
  3978. });
  3979.  
  3980. </script>
  3981.  
  3982.        <!-- end of wpo-site-footer-section -->
  3983.    </div>
  3984.    <!-- end of page-wrapper -->
  3985.  
  3986.    <!-- All JavaScript files
  3987.    ================================================== -->
  3988.    
  3989.  
  3990. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3991. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3992. <!-- Plugins for this template -->
  3993. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3994. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3995. <!-- Custom script for this template -->
  3996. <script src="/static/blogapp/assets/js/script.js"></script>
  3997.  
  3998. <script>
  3999. (function () {
  4000. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4001. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4002.  
  4003. function applyFallback(img) {
  4004. if (!img || img.dataset.fallbackApplied === "1") {
  4005. return;
  4006. }
  4007. var failedSrc = img.currentSrc || img.src || "";
  4008. img.dataset.fallbackApplied = "1";
  4009. img.onerror = null;
  4010. img.src = fallbackImageSrc;
  4011. console.warn("[ImageFallback] Replaced broken image:", {
  4012. failedSrc: failedSrc,
  4013. fallbackSrc: fallbackImageSrc,
  4014. alt: img.alt || "",
  4015. });
  4016. }
  4017.  
  4018. document.querySelectorAll("img").forEach(function (img) {
  4019. if (img.complete && img.naturalWidth === 0) {
  4020. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4021. failedSrc: img.currentSrc || img.src || "",
  4022. alt: img.alt || "",
  4023. });
  4024. applyFallback(img);
  4025. }
  4026. });
  4027.  
  4028. document.addEventListener(
  4029. "error",
  4030. function (event) {
  4031. var target = event.target;
  4032. if (target && target.tagName === "IMG") {
  4033. applyFallback(target);
  4034. }
  4035. },
  4036. true
  4037. );
  4038. })();
  4039. </script>
  4040.  
  4041. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4042.  
  4043.  
  4044.  
  4045. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"d54280a90de9433499c0b2fc41b73946","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4046. </body>
  4047.  
  4048. </html>
  4049.  
  4050.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda