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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="merri">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_82_Kfht4IV_ODBQCZ4.png">
  14.    
  15.  
  16.    <title>Orbit Games UK - Latest Gaming News, Reviews &amp; Industry Insights</title>
  17.    <meta name="description" content="Orbit Games UK delivers expert gaming news, in-depth reviews, and industry insights for gamers and enthusiasts. Stay updated with the latest trends and releases.">
  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://orbitgames.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ff3e4d;
  42.        --bs-primary-rgb: ff3e4d;
  43.        --bs-secondary: #6b7280;
  44.        --bs-success: #22c55e;
  45.        --bs-danger: #ef4444;
  46.        --bs-warning: #eab308;
  47.        --bs-info: #3b82f6;
  48.        --bs-light: #fef2f2;
  49.        --bs-dark: #450a0a;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ff3e4d;
  53.        --theme-primary-color-s2: #ff3e4d;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #450a0a;
  57.        --text-light-color: #676767;
  58.        --heading-color: #450a0a;
  59.        --border-color: #fecaca;
  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: #fee2e2;
  75.        --navbar-color: #450a0a;
  76.        --topbar-bg: #fef2f2;
  77.        --topbar-color: #450a0a;
  78.        --footer-bg: #450a0a;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #fecaca;
  82.        --card-radius: 12px;
  83.        --link-color: #ff3e4d;
  84.        --link-hover: #e02d3c;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(255, 62, 77, 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_51">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405.  
  406. <div class="topbar d-sm-flex d-none">
  407.  <div class="container-fluid fluid-container">
  408.    <div class="row">
  409.      <div>
  410.        <div class="pt-2 d-flex  gap-2   pb-0">
  411.          <div class="bg-primary-gradient d-flex gap-2 mb-2 p-2 ">
  412.            <div class=" d-flex  ">
  413.              <sapn class="fw-bold ">
  414.                Latest
  415.              </sapn>
  416.            </div>
  417.            <div class="d-flex">
  418.              <sapn class="fw-bold ">
  419.                Update
  420.              </sapn>
  421.            </div>
  422.          </div>
  423.          <marquee direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  424.            <p class="text-center">
  425.              
  426.              <a href="/englands-joe-root-voices-dual-opinions-on-pink-ball-test-matches-ahead-of-crucial-ashes-series-clash/" class="px-5 top-color">
  427.                England&#x27;s Joe Root Voices Dual Opinions on Pink-Ball Test Matches Ahead of Crucial Ashes Series Clash
  428.              </a>
  429.              
  430.              <a href="/conversing-over-the-divide-a-meeting-between-opposing-perspectives/" class="px-5 top-color">
  431.                Conversing Over the Divide: A Meeting Between Opposing Perspectives
  432.              </a>
  433.              
  434.              <a href="/womens-tennis-finals-updates-rybakina-takes-on-alexandrova-iga-swiatek-battles-amanda-anisimova/" class="px-5 top-color">
  435.                Women&#x27;s Tennis Finals Updates: Rybakina Takes On Alexandrova, Iga Swiatek Battles Amanda Anisimova
  436.              </a>
  437.              
  438.              <a href="/cameroon-opposition-figure-faces-legal-action-over-post-election-violence-authorities-announces/" class="px-5 top-color">
  439.                Cameroon Opposition Figure Faces Legal Action Over Post-Election Violence, Authorities Announces
  440.              </a>
  441.              
  442.              <a href="/the-big-apple-braces-for-fresh-gambling-establishments-amid-an-american-wagering-boom/" class="px-5 top-color">
  443.                The Big Apple Braces For Fresh Gambling Establishments Amid An American Wagering Boom
  444.              </a>
  445.              
  446.            </p>
  447.          </marquee>
  448.        </div>
  449.      </div>
  450.    </div>
  451.  </div>
  452. </div>
  453.  
  454.  
  455.  
  456.  
  457.            
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464. <header class="header-v8 mb-4">
  465.    <div class="container-fluid fluid-container">
  466.        <!-- Main Navigation Card -->
  467.        <div class="nav-card-v8">
  468.            <div class="row align-items-center justify-content-between">
  469.                <!-- Logo Section -->
  470.               <div class="col-lg-2 col-md-3 col-6">
  471.                    <div class="logo-section-v8">
  472.                        <a class="logo-link-v8" href="/">
  473.                            
  474.                                Orbit Games UK
  475.                            
  476.                        </a>
  477.                    </div>
  478.                </div>
  479.  
  480.                <!-- Navigation Menu -->
  481.                <div class="col-lg-8 col-md-6 d-none d-xl-block">
  482.                    <nav class="main-nav-v8">
  483.                        <ul class="nav-list-v8">
  484.  
  485.                            
  486.                            <li class="nav-item-v8">
  487.                                <a href="/" class="nav-link-v8 active-v8"
  488.                                    data-text="Home">Home</a>
  489.                            </li>
  490.  
  491.                            
  492.                            
  493.                             <li class="nav-item-v8">
  494.                                <a href="/category/all-posts/" class="nav-link-v8"
  495.                                    data-text="All Posts">
  496.                                    All Posts
  497.                                </a>
  498.                                </li>
  499.  
  500.                                
  501.  
  502.                                                
  503.                                                
  504.                                
  505.                             <li class="nav-item-v8">
  506.                                <a href="/category/business/" class="nav-link-v8"
  507.                                    data-text="Business">
  508.                                    Business
  509.                                </a>
  510.                                </li>
  511.  
  512.                                
  513.  
  514.                                                
  515.                                                
  516.                                
  517.                             <li class="nav-item-v8">
  518.                                <a href="/category/esports/" class="nav-link-v8"
  519.                                    data-text="Esports">
  520.                                    Esports
  521.                                </a>
  522.                                </li>
  523.  
  524.                                
  525.  
  526.                                                
  527.                                                
  528.                                
  529.                             <li class="nav-item-v8">
  530.                                <a href="/category/fashion/" class="nav-link-v8"
  531.                                    data-text="Fashion">
  532.                                    Fashion
  533.                                </a>
  534.                                </li>
  535.  
  536.                                
  537.  
  538.                                                
  539.                                                
  540.                                
  541.                             <li class="nav-item-v8">
  542.                                <a href="/category/featured/" class="nav-link-v8"
  543.                                    data-text="Featured">
  544.                                    Featured
  545.                                </a>
  546.                                </li>
  547.  
  548.                                
  549.  
  550.                                                
  551.                                                
  552.                                
  553.                             <li class="nav-item-v8">
  554.                                <a href="/category/gaming/" class="nav-link-v8"
  555.                                    data-text="Gaming">
  556.                                    Gaming
  557.                                </a>
  558.                                </li>
  559.  
  560.                                
  561.  
  562.                                                
  563.                                                
  564.                                
  565.                             <li class="nav-item-v8">
  566.                                <a href="/category/health/" class="nav-link-v8"
  567.                                    data-text="Health">
  568.                                    Health
  569.                                </a>
  570.                                </li>
  571.  
  572.                                
  573.  
  574.                                                
  575.                                                
  576.                                
  577.                            
  578.                                
  579.                                
  580.                                <li class="nav-item-v8 has-dropdown-v8">
  581.                                    <a href="#" class="nav-link-v8" data-text="More">More</a>
  582.                                    <div class="dropdown-card-v8">
  583.                                        <div class="dropdown-grid-v8">
  584.                                            <div class="dropdown-section-v8">
  585.                                                <a href="/category/life-fitness/"
  586.                                                    class="dropdown-link-v8">
  587.                                                    <span class="link-icon-v8"></span> Life &amp; Fitness
  588.                                                </a>
  589.                                                
  590.  
  591.                                                
  592.  
  593.                                                
  594.                                                
  595.                                
  596.                            
  597.                                                <a href="/category/lifestyle/"
  598.                                                    class="dropdown-link-v8">
  599.                                                    <span class="link-icon-v8"></span> Lifestyle
  600.                                                </a>
  601.                                                
  602.  
  603.                                                
  604.                                                
  605.                                
  606.                            
  607.                                                <a href="/category/news/"
  608.                                                    class="dropdown-link-v8">
  609.                                                    <span class="link-icon-v8"></span> News
  610.                                                </a>
  611.                                                
  612.  
  613.                                                
  614.                                                
  615.                                
  616.                            
  617.                                                <a href="/category/others/"
  618.                                                    class="dropdown-link-v8">
  619.                                                    <span class="link-icon-v8"></span> Others
  620.                                                </a>
  621.                                                
  622.  
  623.                                                
  624.                                                
  625.                                
  626.                            
  627.                                                <a href="/category/politics/"
  628.                                                    class="dropdown-link-v8">
  629.                                                    <span class="link-icon-v8"></span> Politics
  630.                                                </a>
  631.                                                
  632.  
  633.                                                
  634.                                                
  635.                                
  636.                            
  637.                                                <a href="/category/sports/"
  638.                                                    class="dropdown-link-v8">
  639.                                                    <span class="link-icon-v8"></span> Sports
  640.                                                </a>
  641.                                                
  642.  
  643.                                                
  644.                                                
  645.                                
  646.                            
  647.                                                <a href="/category/tech/"
  648.                                                    class="dropdown-link-v8">
  649.                                                    <span class="link-icon-v8"></span> Tech
  650.                                                </a>
  651.                                                
  652.  
  653.                                                
  654.                                                
  655.                                
  656.                            
  657.                                                <a href="/category/travel/"
  658.                                                    class="dropdown-link-v8">
  659.                                                    <span class="link-icon-v8"></span> Travel
  660.                                                </a>
  661.                                                
  662.  
  663.                                                
  664.                                                
  665.                                            </div>
  666.                                        </div>
  667.                                    </div>
  668.                                </li>
  669.                                
  670.                                
  671. <li>
  672.                  <a href="/page/contact-us/">
  673.                     Contact Us
  674.                  </a>
  675.              </li>
  676.                        </ul>
  677.                    </nav>
  678.  
  679.                </div>
  680.  
  681.                <!-- Search & Mobile Toggle -->
  682.                <div class="col-lg-2 col-md-3 col-6">
  683.                    <div class="nav-actions-v8">
  684.                        <button class="search-toggle-v8" onclick="toggleSearchV8()">
  685.                            <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  686.                                stroke-width="2">
  687.                                <circle cx="11" cy="11" r="8"></circle>
  688.                                <path d="m21 21-4.35-4.35"></path>
  689.                            </svg>
  690.                        </button>
  691.                        <button class="mobile-toggle-v8 d-xl-none" onclick="toggleMobileNavV8()">
  692.                            <i class="ti-menu fs-5"></i>
  693.                        </button>
  694.                    </div>
  695.                </div>
  696.            </div>
  697.        </div>
  698.  
  699.        <!-- Floating Search Card -->
  700.        <div class="search-card-v8" id="searchCardV8">
  701.            <div class="search-container-v8">
  702.                <form class="search-form-v8" action="#" method="get">
  703.                    <div class="search-input-wrapper-v8">
  704.                        <svg class="search-icon-v8" width="20" height="20" viewBox="0 0 24 24" fill="none"
  705.                            stroke="currentColor" stroke-width="2">
  706.                            <circle cx="11" cy="11" r="8"></circle>
  707.                            <path d="m21 21-4.35-4.35"></path>
  708.                        </svg>
  709.                        <input type="search" class="search-input-v8" id="search-input"
  710.                            placeholder="Search for articles, tutorials, news..." name="q" autocomplete="off">
  711.                        <button type="button" class="search-close-v8" onclick="toggleSearchV8()">
  712.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  713.                                stroke-width="2">
  714.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  715.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  716.                            </svg>
  717.                        </button>
  718.                    </div>
  719.                    <div class="search-suggestions-v8 search-v1" id="search-results">
  720.                        
  721.                        
  722.                    </div>
  723.                </form>
  724.            </div>
  725.        </div>
  726.  
  727.        <!-- Mobile Navigation Card -->
  728.        <div class="mobile-nav-card-v8 d-xl-none" id="mobileNavV8">
  729.            <div class="mobile-nav-content-v8">
  730.                <ul class="mobile-nav-list-v8">
  731.  
  732.                    
  733.                    <li class="mobile-nav-item-v8">
  734.                        <a href="/" class="mobile-nav-link-v8 active-v8">
  735.                            Home
  736.                        </a>
  737.                    </li>
  738.  
  739.                    
  740.                      <li class="mobile-nav-item-v8">
  741.                        <a href="/category/all-posts/" class="mobile-nav-link-v8">
  742.                            All Posts
  743.                        </a>
  744.                        </li>
  745.  
  746.                        
  747.  
  748.                                
  749.                                
  750.                        
  751.                      <li class="mobile-nav-item-v8">
  752.                        <a href="/category/business/" class="mobile-nav-link-v8">
  753.                            Business
  754.                        </a>
  755.                        </li>
  756.  
  757.                        
  758.  
  759.                                
  760.                                
  761.                        
  762.                      <li class="mobile-nav-item-v8">
  763.                        <a href="/category/esports/" class="mobile-nav-link-v8">
  764.                            Esports
  765.                        </a>
  766.                        </li>
  767.  
  768.                        
  769.  
  770.                                
  771.                                
  772.                        
  773.                      <li class="mobile-nav-item-v8">
  774.                        <a href="/category/fashion/" class="mobile-nav-link-v8">
  775.                            Fashion
  776.                        </a>
  777.                        </li>
  778.  
  779.                        
  780.  
  781.                                
  782.                                
  783.                        
  784.                      <li class="mobile-nav-item-v8">
  785.                        <a href="/category/featured/" class="mobile-nav-link-v8">
  786.                            Featured
  787.                        </a>
  788.                        </li>
  789.  
  790.                        
  791.  
  792.                                
  793.                                
  794.                        
  795.                      <li class="mobile-nav-item-v8">
  796.                        <a href="/category/gaming/" class="mobile-nav-link-v8">
  797.                            Gaming
  798.                        </a>
  799.                        </li>
  800.  
  801.                        
  802.  
  803.                                
  804.                                
  805.                        
  806.                      <li class="mobile-nav-item-v8">
  807.                        <a href="/category/health/" class="mobile-nav-link-v8">
  808.                            Health
  809.                        </a>
  810.                        </li>
  811.  
  812.                        
  813.  
  814.                                
  815.                                
  816.                        
  817.                    
  818.                        
  819.                        
  820.                        <li class="mobile-nav-item-v8">
  821.                            <a href="#" class="mobile-nav-link-v8" onclick="toggleMobileDropdownV8('more-mobile-v8')">
  822.                                More
  823.                                <svg class="mobile-arrow-v8" width="16" height="16" viewBox="0 0 24 24" fill="none"
  824.                                    stroke="currentColor" stroke-width="2">
  825.                                    <polyline points="6,9 12,15 18,9"></polyline>
  826.                                </svg>
  827.                            </a>
  828.                            <ul class="mobile-dropdown-v8" id="more-mobile-v8">
  829.                                <li>
  830.                                    <a href="/category/life-fitness/"
  831.                                        class="mobile-sub-link-v8">
  832.                                        Life &amp; Fitness
  833.                                    </a>
  834.                                </li>
  835.                                
  836.  
  837.                                
  838.  
  839.                                
  840.                                
  841.                        
  842.                    
  843.                                
  844.                                <li>
  845.                                    <a href="/category/lifestyle/"
  846.                                        class="mobile-sub-link-v8">
  847.                                        Lifestyle
  848.                                    </a>
  849.                                </li>
  850.                                
  851.  
  852.                                
  853.                                
  854.                        
  855.                    
  856.                                
  857.                                <li>
  858.                                    <a href="/category/news/"
  859.                                        class="mobile-sub-link-v8">
  860.                                        News
  861.                                    </a>
  862.                                </li>
  863.                                
  864.  
  865.                                
  866.                                
  867.                        
  868.                    
  869.                                
  870.                                <li>
  871.                                    <a href="/category/others/"
  872.                                        class="mobile-sub-link-v8">
  873.                                        Others
  874.                                    </a>
  875.                                </li>
  876.                                
  877.  
  878.                                
  879.                                
  880.                        
  881.                    
  882.                                
  883.                                <li>
  884.                                    <a href="/category/politics/"
  885.                                        class="mobile-sub-link-v8">
  886.                                        Politics
  887.                                    </a>
  888.                                </li>
  889.                                
  890.  
  891.                                
  892.                                
  893.                        
  894.                    
  895.                                
  896.                                <li>
  897.                                    <a href="/category/sports/"
  898.                                        class="mobile-sub-link-v8">
  899.                                        Sports
  900.                                    </a>
  901.                                </li>
  902.                                
  903.  
  904.                                
  905.                                
  906.                        
  907.                    
  908.                                
  909.                                <li>
  910.                                    <a href="/category/tech/"
  911.                                        class="mobile-sub-link-v8">
  912.                                        Tech
  913.                                    </a>
  914.                                </li>
  915.                                
  916.  
  917.                                
  918.                                
  919.                        
  920.                    
  921.                                
  922.                                <li>
  923.                                    <a href="/category/travel/"
  924.                                        class="mobile-sub-link-v8">
  925.                                        Travel
  926.                                    </a>
  927.                                </li>
  928.                                
  929.  
  930.                                
  931.                                
  932.                            </ul>
  933.                        </li>
  934.                        
  935.                        
  936.  
  937.                </ul>
  938.  
  939.            </div>
  940.        </div>
  941.    </div>
  942.  
  943.    <!-- Background Overlay -->
  944.    <div class="nav-overlay-v8" id="navOverlayV8" onclick="closeAllV8()"></div>
  945. </header>
  946.  
  947. <style>
  948.    /* Navbar V8 Styles - Card-Based Glassmorphism Navigation */
  949.    .header-v8 {
  950.        padding: 20px 0;
  951.        position: relative;
  952.        min-height: 120px;
  953.    }
  954.  
  955.    /* Main Navigation Card */
  956.    .nav-card-v8 {
  957.        background:var(--navbar-bg);
  958.        backdrop-filter: blur(20px);
  959.        border: 1px solid var(--border-color);
  960.        border-radius: 20px;
  961.        padding: 15px 25px;
  962.        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  963.        position: relative;
  964.        z-index: 100;
  965.    }
  966.  
  967.    /* Logo Styles */
  968.    .logo-img-v8 {
  969.        max-height: 60px;
  970.        transition: all 0.3s ease;
  971.    }
  972.  
  973.    .logo-link-v8:hover .logo-img-v8 {
  974.        transform: scale(1.05) rotate(2deg);
  975.    }
  976.  
  977.    /* Main Navigation */
  978.    .nav-list-v8 {
  979.        list-style: none;
  980.        padding: 0;
  981.        margin: 0;
  982.        display: flex;
  983.        align-items: center;
  984.        justify-content: center;
  985.        gap: 8px;
  986.    }
  987.  
  988.    .nav-item-v8 {
  989.        position: relative;
  990.    }
  991.  
  992.    .nav-link-v8 {
  993.        color: #4a5568;
  994.        text-decoration: none;
  995.        font-weight: 500;
  996.        font-size: 15px;
  997.        padding: 12px 18px;
  998.        border-radius: 12px;
  999.        position: relative;
  1000.        transition: all 0.3s ease;
  1001.        display: block;
  1002.        background: linear-gradient(135deg, transparent 0%, transparent 100%);
  1003.    }
  1004.  
  1005.    .nav-link-v8::before {
  1006.        content: attr(data-text);
  1007.        position: absolute;
  1008.        top: 0;
  1009.        left: 0;
  1010.        right: 0;
  1011.        bottom: 0;
  1012.        display: flex;
  1013.        align-items: center;
  1014.        justify-content: center;
  1015.        background: var(--sub-nav);
  1016.        color: var(--topbar-color);
  1017.        border-radius: 12px;
  1018.        opacity: 0;
  1019.        transform: scale(0.8);
  1020.        transition: all 0.3s ease;
  1021.        font-weight: 600;
  1022.    }
  1023.  
  1024.    .nav-link-v8:hover::before,
  1025.    .nav-link-v8.active-v8::before {
  1026.        opacity: 1;
  1027.        transform: scale(1);
  1028.    }
  1029.  
  1030.    .nav-link-v8:hover,
  1031.    .nav-link-v8.active-v8 {
  1032.        color: transparent;
  1033.        background: rgba(102, 126, 234, 0.1);
  1034.    }
  1035.  
  1036.    /* Dropdown Styles */
  1037.    .dropdown-card-v8 {
  1038.        position: absolute;
  1039.        top: calc(100% + 15px);
  1040.        left: 50%;
  1041.        transform: translateX(-50%);
  1042.        background:var(--navbar-bg);
  1043.        backdrop-filter: blur(20px);
  1044.        border: 1px solid var(--border-color);
  1045.        border-radius: 16px;
  1046.        padding: 25px;
  1047.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1048.        opacity: 0;
  1049.        visibility: hidden;
  1050.        transform: translateX(-50%) translateY(-10px);
  1051.        transition: all 0.3s ease;
  1052.        z-index: 200;
  1053.        min-width: 320px;
  1054.    }
  1055.  
  1056.    .has-dropdown-v8:hover .dropdown-card-v8 {
  1057.        opacity: 1;
  1058.        visibility: visible;
  1059.        transform: translateX(-50%) translateY(0);
  1060.    }
  1061.  
  1062.    .dropdown-grid-v8 {
  1063.        display: grid;
  1064.        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  1065.        gap: 20px;
  1066.    }
  1067.  
  1068.    .dropdown-header-v8 {
  1069.        font-size: 12px;
  1070.        font-weight: 700;
  1071.        color: #667eea;
  1072.        margin-bottom: 12px;
  1073.        text-transform: uppercase;
  1074.        letter-spacing: 1px;
  1075.    }
  1076.  
  1077.    .dropdown-link-v8 {
  1078.        display: flex;
  1079.        align-items: center;
  1080.        color: var(--navbar-color) !important;;
  1081.        text-decoration: none;
  1082.        font-size: 14px;
  1083.        padding: 10px 12px;
  1084.        border-radius: 10px;
  1085.        transition: all 0.3s ease;
  1086.        margin-bottom: 8px;
  1087.    }
  1088.  
  1089.    .dropdown-link-v8:hover {
  1090.        background:var(--bs-primary);
  1091.        color: var(--bs-white) !important;;
  1092.        transform: translateX(5px);
  1093.    }
  1094.  
  1095.    .link-icon-v8 {
  1096.        margin-right: 10px;
  1097.        height: 5px;
  1098.        width: 5px;
  1099.        border: 1px solid #2d3748;
  1100.        border-radius: 50%;
  1101.    }
  1102.  
  1103.    /* Navigation Actions */
  1104.    .nav-actions-v8 {
  1105.        display: flex;
  1106.        align-items: center;
  1107.        justify-content: flex-end;
  1108.        gap: 10px;
  1109.    }
  1110.  
  1111.    .search-toggle-v8,
  1112.    .mobile-toggle-v8 {
  1113.        background: rgba(102, 126, 234, 0.1);
  1114.        border: none;
  1115.        border-radius: 12px;
  1116.        padding: 12px;
  1117.        cursor: pointer;
  1118.        transition: all 0.3s ease;
  1119.        color: var(--bs-white);
  1120.    }
  1121.  
  1122.    .search-toggle-v8:hover,
  1123.    .mobile-toggle-v8:hover {
  1124.        background: var(--sub-nav);
  1125.        color: var(--topbar-color);
  1126.        transform: scale(1.05);
  1127.    }
  1128.  
  1129.    .mobile-toggle-v8 {
  1130.        flex-direction: column;
  1131.        gap: 3px;
  1132.        padding: 10px 12px;
  1133.    }
  1134.  
  1135.    .toggle-line-v8 {
  1136.        width: 20px;
  1137.        height: 2px;
  1138.        background: currentColor;
  1139.        border-radius: 1px;
  1140.        transition: all 0.3s ease;
  1141.    }
  1142.  
  1143.    /* Floating Search Card */
  1144.    .search-card-v8 {
  1145.        position: absolute;
  1146.        top: 100%;
  1147.        left: 50%;
  1148.        transform: translateX(-50%);
  1149.        width: calc(100% - 40px);
  1150.        max-width: 600px;
  1151.        background:var(--navbar-bg);
  1152.        backdrop-filter: blur(20px);
  1153.        border: 1px solid var(--border-color);
  1154.        border-radius: 20px;
  1155.        padding: 25px;
  1156.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1157.        opacity: 0;
  1158.        visibility: hidden;
  1159.        transform: translateX(-50%) translateY(-20px);
  1160.        transition: all 0.4s ease;
  1161.        z-index: 300;
  1162.        margin-top: 15px;
  1163.    }
  1164.  
  1165.    .search-card-v8.show-v8 {
  1166.        opacity: 1;
  1167.        visibility: visible;
  1168.        transform: translateX(-50%) translateY(0);
  1169.    }
  1170.  
  1171.    .search-input-wrapper-v8 {
  1172.        display: flex;
  1173.        align-items: center;
  1174.        background: rgba(248, 250, 252, 0.8);
  1175.        border: 2px solid rgba(102, 126, 234, 0.2);
  1176.        border-radius: 15px;
  1177.        padding: 5px;
  1178.        margin-bottom: 20px;
  1179.        transition: all 0.3s ease;
  1180.    }
  1181.  
  1182.    .search-input-wrapper-v8:focus-within {
  1183.        border-color: #667eea;
  1184.        background: rgba(255, 255, 255, 0.9);
  1185.        box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  1186.    }
  1187.  
  1188.    .search-icon-v8 {
  1189.        color: #a0aec0;
  1190.        margin: 0 15px;
  1191.        transition: color 0.3s ease;
  1192.    }
  1193.  
  1194.    .search-input-wrapper-v8:focus-within .search-icon-v8 {
  1195.        color: #667eea;
  1196.    }
  1197.  
  1198.    .search-input-v8 {
  1199.        flex: 1;
  1200.        border: none;
  1201.        background: transparent;
  1202.        font-size: 16px;
  1203.        padding: 15px 0;
  1204.        outline: none;
  1205.        color: #2d3748;
  1206.    }
  1207.  
  1208.    .search-input-v8::placeholder {
  1209.        color: #a0aec0;
  1210.    }
  1211.  
  1212.    .search-close-v8 {
  1213.        background: rgba(160, 174, 192, 0.2);
  1214.        border: none;
  1215.        border-radius: 10px;
  1216.        padding: 8px;
  1217.        margin-right: 8px;
  1218.        cursor: pointer;
  1219.        transition: all 0.3s ease;
  1220.        color: #a0aec0;
  1221.    }
  1222.  
  1223.    .search-close-v8:hover {
  1224.        background: rgba(229, 62, 62, 0.1);
  1225.        color: #e53e3e;
  1226.    }
  1227.  
  1228.    /* Search Suggestions */
  1229.    .search-suggestions-v8 {
  1230.        display: grid;
  1231.        gap: 8px;
  1232.    }
  1233.  
  1234.    .suggestion-item-v8 {
  1235.        display: flex;
  1236.        align-items: center;
  1237.        padding: 12px 15px;
  1238.        background: rgba(248, 250, 252, 0.1);
  1239.        border-radius: 12px;
  1240.        cursor: pointer;
  1241.        transition: all 0.3s ease;
  1242.    }
  1243.  
  1244.    .suggestion-item-v8:hover {
  1245.        background: linear-gradient(135deg, #667eea 0%, #007bff 100%);
  1246.        color: white;
  1247.        transform: translateX(5px);
  1248.    }
  1249.  
  1250.    .suggestion-icon-v8 {
  1251.        margin-right: 12px;
  1252.        font-size: 16px;
  1253.    }
  1254.  
  1255.    .suggestion-text-v8 {
  1256.        font-size: 14px;
  1257.        font-weight: 500;
  1258.    }
  1259.  
  1260.    /* Mobile Navigation Card */
  1261.    .mobile-nav-card-v8 {
  1262.        position: absolute;
  1263.        top: 100%;
  1264.        left: 50%;
  1265.        transform: translateX(-50%);
  1266.        width: calc(100% - 40px);
  1267.        background:var(--card-bg);
  1268.        backdrop-filter: blur(20px);
  1269.        border: 1px solid var(--border-color);
  1270.        border-radius: 20px;
  1271.        padding: 20px;
  1272.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1273.        opacity: 0;
  1274.        visibility: hidden;
  1275.        transform: translateX(-50%) translateY(-20px);
  1276.        transition: all 0.4s ease;
  1277.        z-index: 300;
  1278.        margin-top: 15px;
  1279.        max-height: 70vh;
  1280.        overflow-y: auto;
  1281.    }
  1282.  
  1283.    .mobile-nav-card-v8.show-v8 {
  1284.        opacity: 1;
  1285.        visibility: visible;
  1286.        transform: translateX(-50%) translateY(0);
  1287.    }
  1288.  
  1289.    .mobile-nav-list-v8 {
  1290.        list-style: none;
  1291.        padding: 0;
  1292.        margin: 0;
  1293.    }
  1294.  
  1295.    .mobile-nav-item-v8 {
  1296.        margin-bottom: 8px;
  1297.    }
  1298.  
  1299.    .mobile-nav-link-v8 {
  1300.        display: flex;
  1301.        align-items: center;
  1302.        color: var(--navbar-color) !important;
  1303.        text-decoration: none;
  1304.        font-weight: 500;
  1305.        font-size: 16px;
  1306.        padding: 15px;
  1307.        border-radius: 12px;
  1308.        justify-content: space-between;
  1309.    }
  1310.  
  1311.    .mobile-nav-link-v8:hover,
  1312.    .mobile-nav-link-v8.active-v8 {
  1313.        background:var(--sub-nav);
  1314.        color: var(--topbar-color) !important;
  1315.    }
  1316.  
  1317.    .mobile-nav-icon-v8 {
  1318.        font-size: 18px;
  1319.        background-color: var(--navbar-bg) !important;
  1320.        margin-right: 12px;
  1321.    }
  1322.  
  1323.    .mobile-arrow-v8 {
  1324.        transition: transform 0.3s ease;
  1325.    }
  1326.  
  1327.    .mobile-nav-item-v8.open-v8 .mobile-arrow-v8 {
  1328.        transform: rotate(180deg);
  1329.    }
  1330.  
  1331.    .mobile-dropdown-v8 {
  1332.        list-style: none;
  1333.        padding: 0;
  1334.        margin: 0;
  1335.        max-height: 0;
  1336.        overflow: hidden;
  1337.        transition: all 0.3s ease;
  1338.        background: rgba(248, 250, 252, 0.5);
  1339.        border-radius: 12px;
  1340.        margin-top: 8px;
  1341.    }
  1342.  
  1343.    .mobile-dropdown-v8.show-v8 {
  1344.        max-height: 300px;
  1345.        background-color: var(--navbar-bg);
  1346.        padding: 10px 0;
  1347.    }
  1348.  
  1349.    .mobile-sub-link-v8 {
  1350.        display: block;
  1351.        color: var(--navbar-color) !important;
  1352.        text-decoration: none;
  1353.        font-size: 14px;
  1354.        padding: 10px 20px;
  1355.        transition: all 0.3s ease;
  1356.    }
  1357.  
  1358.    .mobile-sub-link-v8:hover {
  1359.        color: var(--topbar-color);
  1360.        background: var(--sub-nav);
  1361.        border-radius: 12px;
  1362.    }
  1363.  
  1364.    /* Background Overlay */
  1365.    .nav-overlay-v8 {
  1366.        position: fixed;
  1367.        top: 0;
  1368.        left: 0;
  1369.        right: 0;
  1370.        bottom: 0;
  1371.        background: rgba(0, 0, 0, 0.3);
  1372.        backdrop-filter: blur(5px);
  1373.        z-index: 250;
  1374.        opacity: 0;
  1375.        visibility: hidden;
  1376.        transition: all 0.3s ease;
  1377.    }
  1378.  
  1379.    .nav-overlay-v8.show-v8 {
  1380.        opacity: 1;
  1381.        visibility: visible;
  1382.    }
  1383.  
  1384.    /* Responsive Design */
  1385.    @media (max-width: 1300px) {
  1386.        .header-v8 {
  1387.            padding: 15px 0;
  1388.        }
  1389.  
  1390.        .nav-card-v8 {
  1391.            padding: 12px 20px;
  1392.            border-radius: 15px;
  1393.        }
  1394.  
  1395.        .search-card-v8,
  1396.        .mobile-nav-card-v8 {
  1397.            width: calc(100% - 40px);
  1398.            padding: 20px;
  1399.        }
  1400.    }
  1401.  
  1402.    @media (max-width: 576px) {
  1403.        .nav-card-v8 {
  1404.            padding: 10px 15px;
  1405.        }
  1406.  
  1407.        .logo-img-v8 {
  1408.            max-height: 35px;
  1409.        }
  1410.    }
  1411. </style>
  1412.  
  1413. <script>
  1414.    let activeCard = null;
  1415.  
  1416.    function toggleSearchV8() {
  1417.        const searchCard = document.getElementById('searchCardV8');
  1418.        const overlay = document.getElementById('navOverlayV8');
  1419.        const mobileNav = document.getElementById('mobileNavV8');
  1420.  
  1421.        // Close mobile nav if open
  1422.        mobileNav.classList.remove('show-v8');
  1423.  
  1424.        if (searchCard.classList.contains('show-v8')) {
  1425.            searchCard.classList.remove('show-v8');
  1426.            overlay.classList.remove('show-v8');
  1427.            activeCard = null;
  1428.        } else {
  1429.            searchCard.classList.add('show-v8');
  1430.            overlay.classList.add('show-v8');
  1431.            activeCard = 'search';
  1432.  
  1433.            // Focus on search input
  1434.            setTimeout(() => {
  1435.                const searchInput = document.querySelector('.search-input-v8');
  1436.                if (searchInput) searchInput.focus();
  1437.            }, 100);
  1438.        }
  1439.    }
  1440.  
  1441.    function toggleMobileNavV8() {
  1442.        const mobileNav = document.getElementById('mobileNavV8');
  1443.        const overlay = document.getElementById('navOverlayV8');
  1444.        const searchCard = document.getElementById('searchCardV8');
  1445.  
  1446.        // Close search if open
  1447.        searchCard.classList.remove('show-v8');
  1448.  
  1449.        if (mobileNav.classList.contains('show-v8')) {
  1450.            mobileNav.classList.remove('show-v8');
  1451.            overlay.classList.remove('show-v8');
  1452.            activeCard = null;
  1453.        } else {
  1454.            mobileNav.classList.add('show-v8');
  1455.            overlay.classList.add('show-v8');
  1456.            activeCard = 'mobile';
  1457.        }
  1458.    }
  1459.  
  1460.    function toggleMobileDropdownV8(dropdownId) {
  1461.        const dropdown = document.getElementById(dropdownId);
  1462.        const parentItem = dropdown.closest('.mobile-nav-item-v8');
  1463.  
  1464.        // Close other dropdowns
  1465.        const allDropdowns = document.querySelectorAll('.mobile-dropdown-v8');
  1466.        const allParents = document.querySelectorAll('.mobile-nav-item-v8');
  1467.  
  1468.        allDropdowns.forEach(dd => {
  1469.            if (dd.id !== dropdownId) {
  1470.                dd.classList.remove('show-v8');
  1471.            }
  1472.        });
  1473.  
  1474.        allParents.forEach(parent => {
  1475.            if (parent !== parentItem) {
  1476.                parent.classList.remove('open-v8');
  1477.            }
  1478.        });
  1479.  
  1480.        // Toggle current dropdown
  1481.        dropdown.classList.toggle('show-v8');
  1482.        parentItem.classList.toggle('open-v8');
  1483.    }
  1484.  
  1485.    function closeAllV8() {
  1486.        const searchCard = document.getElementById('searchCardV8');
  1487.        const mobileNav = document.getElementById('mobileNavV8');
  1488.        const overlay = document.getElementById('navOverlayV8');
  1489.  
  1490.        searchCard.classList.remove('show-v8');
  1491.        mobileNav.classList.remove('show-v8');
  1492.        overlay.classList.remove('show-v8');
  1493.        activeCard = null;
  1494.    }
  1495.  
  1496.    // Close on escape key
  1497.    document.addEventListener('keydown', function (e) {
  1498.        if (e.key === 'Escape' && activeCard) {
  1499.            closeAllV8();
  1500.        }
  1501.    });
  1502.  
  1503.    // Handle suggestion clicks
  1504.    document.addEventListener('click', function (e) {
  1505.        if (e.target.closest('.suggestion-item-v8')) {
  1506.            const suggestionText = e.target.closest('.suggestion-item-v8').querySelector('.suggestion-text-v8').textContent;
  1507.            const searchInput = document.querySelector('.search-input-v8');
  1508.            if (searchInput) {
  1509.                searchInput.value = suggestionText.replace(/^(Popular|Trending|Latest): /, '');
  1510.            }
  1511.        }
  1512.    });
  1513. </script>
  1514. <script>
  1515.  document.addEventListener("DOMContentLoaded", function () {
  1516.    console.log("loaded");
  1517.  
  1518.     const searchInput = document.getElementById("search-input")
  1519.    const searchResults = document.getElementById("search-results");
  1520.  
  1521.    if (!searchInput || !searchResults) {
  1522.      console.error("Search input/results not found");
  1523.      return;
  1524.    }
  1525.  
  1526.    // Prevent form submission
  1527.    if (searchInput.form) {
  1528.      searchInput.form.addEventListener("submit", function (e) {
  1529.        e.preventDefault();
  1530.      });
  1531.    }
  1532.  
  1533.    // Add event listener for keyup
  1534.    searchInput.addEventListener("keyup", function (e) {
  1535.      console.log("Key pressed:", e.key);
  1536.      e.preventDefault();
  1537.  
  1538.      const query = searchInput.value.trim();
  1539.      console.log("User is typing: " + query);
  1540.  
  1541.      // If empty → clear and hide
  1542.      if (query === "") {
  1543.        searchResults.innerHTML = "";
  1544.        searchResults.style.display = "none";
  1545.        return;
  1546.      }
  1547.  
  1548.      // Show results
  1549.      searchResults.style.display = "block";
  1550.  
  1551.      // Fetch search results
  1552.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1553.        method: "GET",
  1554.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1555.      })
  1556.        .then(response => {
  1557.          console.log("Response Status:", response.status);
  1558.          return response.json();
  1559.        })
  1560.        .then(data => {
  1561.          console.log("Data received:", data);
  1562.          if (data.html) {
  1563.            searchResults.innerHTML = data.html;
  1564.          } else {
  1565.            searchResults.innerHTML = "<p>No results found.</p>";
  1566.          }
  1567.        })
  1568.        .catch(error => {
  1569.          console.error("Error fetching search results:", error);
  1570.        });
  1571.    });
  1572.  
  1573.    // Close results when clicking outside
  1574.    document.addEventListener("click", function (e) {
  1575.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1576.        searchResults.style.display = "none";
  1577.      }
  1578.    });
  1579.  
  1580.    // Close results on ESC key
  1581.    document.addEventListener("keydown", function (e) {
  1582.      if (e.key === "Escape") {
  1583.        searchResults.style.display = "none";
  1584.      }
  1585.    });
  1586.  });
  1587. </script>
  1588.  
  1589.  
  1590.        </header>
  1591.        <!-- end of header -->
  1592.        <!-- start of wpo-blog-hero -->
  1593.        
  1594.  
  1595.  
  1596.  
  1597.  
  1598.  
  1599.  
  1600.  
  1601. <div class="blog-hero-v8 my-5">
  1602.  <div class="container-fluid fluid-container">
  1603.    <!-- Full-Width Featured Article -->
  1604.    <div class="row g-4 mb-5">
  1605.      <div class="col-12">
  1606.        
  1607.        
  1608.          
  1609.        <article class="full-featured">
  1610.          <div class="featured-image-container">
  1611.            
  1612.              <img src="/static/blogapp/assets/images/breaking-news/img-3.jpg" alt="Finland Stuns Two-Time Defending Champions US in U20 World Championship Quarter-Finals." class="featured-image" />
  1613.            
  1614.            <div class="category-tag bg-primary-gradient news-tag">News</div>
  1615.          </div>
  1616.          <div class="featured-content">
  1617.            <h1 class="featured-title">
  1618.              <a href="/finland-stuns-two-time-defending-champions-us-in-u20-world-championship-quarter-finals/">Finland Stuns Two-Time Defending Champions US in U20 World Championship Quarter-Finals.</a>
  1619.            </h1>
  1620.            <p class="featured-summary">Discover amazing stories and insights from our featured article.</p>
  1621.            <div class="article-meta">
  1622.              <div class="author-info">
  1623.                
  1624.                  <img src="/static/blogapp/assets/images/blog/blog-avater/img-1.jpg" alt="Rebecca Porter's Profile" class="author-pic" />
  1625.                
  1626.                <div class="author-text">
  1627.                  <span class="author-name">Rebecca Porter</span>
  1628.                  
  1629.                  <span class="post-time">May 07, 2026</span>
  1630.                </div>
  1631.              </div>
  1632.              <div class="reading-info">
  1633.                
  1634.              </div>
  1635.            </div>
  1636.          </div>
  1637.        </article>
  1638.  
  1639.        
  1640.        
  1641.      </div>
  1642.    </div>
  1643.  
  1644.    <!-- Bottom Section: Compact Cards and Recent Sidebar -->
  1645.    <div class="row g-4">
  1646.      
  1647.      <div class="col-lg-3 col-md-6 col-12">
  1648.        <article class="compact-card">
  1649.          <div class="compact-image">
  1650.            
  1651.              <img src="/static/blogapp/assets/images/hero/img-3.jpg" alt="Failing to find the time of your life at uni? Many share your feelings." />
  1652.            
  1653.            <div class="category-tag bg-primary-gradient news-cat">News</div>
  1654.          </div>
  1655.          <div class="compact-body">
  1656.            <h3 class="compact-title">
  1657.              <a href="/failing-to-find-the-time-of-your-life-at-uni-many-share-your-feelings/">Failing to find the time of your life at uni? Many share your feelings.</a>
  1658.            </h3>
  1659.            <p class="compact-text"></p>
  1660.            <div class="compact-footer">
  1661.              <div class="compact-author">
  1662.                
  1663.                  <img src="/static/blogapp/assets/images/blog/blog-avater/img-1.jpg" alt="Rebecca Porter's Profile" class="compact-avatar" />
  1664.                
  1665.                <span class="compact-name">Rebecca …</span>
  1666.              </div>
  1667.              <span class="compact-date">May 07</span>
  1668.            </div>
  1669.          </div>
  1670.        </article>
  1671.      </div>
  1672.      
  1673.      <div class="col-lg-3 col-md-6 col-12">
  1674.        <article class="compact-card">
  1675.          <div class="compact-image">
  1676.            
  1677.              <img src="/static/blogapp/assets/images/hero/img-3.jpg" alt="Which Player is Your Personal Favourite Cricketer in the History of the Ashes Series?" />
  1678.            
  1679.            <div class="category-tag bg-primary-gradient news-cat">News</div>
  1680.          </div>
  1681.          <div class="compact-body">
  1682.            <h3 class="compact-title">
  1683.              <a href="/which-player-is-your-personal-favourite-cricketer-in-the-history-of-the-ashes-series/">Which Player is Your Personal Favourite Cricketer in the History of the Ashes Series?</a>
  1684.            </h3>
  1685.            <p class="compact-text"></p>
  1686.            <div class="compact-footer">
  1687.              <div class="compact-author">
  1688.                
  1689.                  <img src="/static/blogapp/assets/images/blog/blog-avater/img-1.jpg" alt="Rebecca Porter's Profile" class="compact-avatar" />
  1690.                
  1691.                <span class="compact-name">Rebecca …</span>
  1692.              </div>
  1693.              <span class="compact-date">May 07</span>
  1694.            </div>
  1695.          </div>
  1696.        </article>
  1697.      </div>
  1698.      
  1699.      <div class="col-lg-3 col-md-6 col-12">
  1700.        <article class="compact-card">
  1701.          <div class="compact-image">
  1702.            
  1703.              <img src="/static/blogapp/assets/images/hero/img-3.jpg" alt="The Manager Claims First Team Victory in 20 Years" />
  1704.            
  1705.            <div class="category-tag bg-primary-gradient news-cat">News</div>
  1706.          </div>
  1707.          <div class="compact-body">
  1708.            <h3 class="compact-title">
  1709.              <a href="/the-manager-claims-first-team-victory-in-20-years/">The Manager Claims First Team Victory in 20 Years</a>
  1710.            </h3>
  1711.            <p class="compact-text"></p>
  1712.            <div class="compact-footer">
  1713.              <div class="compact-author">
  1714.                
  1715.                  <img src="/static/blogapp/assets/images/blog/blog-avater/img-1.jpg" alt="Rebecca Porter's Profile" class="compact-avatar" />
  1716.                
  1717.                <span class="compact-name">Rebecca …</span>
  1718.              </div>
  1719.              <span class="compact-date">May 07</span>
  1720.            </div>
  1721.          </div>
  1722.        </article>
  1723.      </div>
  1724.      
  1725.  
  1726.      <!-- Recent Articles Sidebar -->
  1727.      <div class="col-lg-3 col-md-6 col-12">
  1728.        <div class="recent-section">
  1729.          <h3 class="recent-title">Recent Articles</h3>
  1730.          <div class="recent-list">
  1731.            
  1732.            <div class="recent-item">
  1733.              <div class="recent-content">
  1734.                <h4 class="recent-article-title">
  1735.                  <a href="/outrage-erupts-as-former-president-trumps-social-media-remarks-on-rob-reiner-spurs-widespread-rebuke/">Outrage Erupts as Former President Trump&#x27;s Social Media …</a>
  1736.                </h4>
  1737.                <span class="recent-date">May 07, 2026</span>
  1738.              </div>
  1739.            </div>
  1740.            
  1741.          </div>
  1742.        </div>
  1743.      </div>
  1744.    </div>
  1745.  </div>
  1746. </div>
  1747.  
  1748.  
  1749.  
  1750. <style>
  1751.  /* Full-Width Featured Article */
  1752.  .full-featured {
  1753.    background: var(--card-bg, #ffffff);
  1754.    border-radius: 12px;
  1755.    overflow: hidden;
  1756.    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
  1757.    border: 1px solid var(--border-color, #e5e7eb);
  1758.    transition: box-shadow 0.3s ease;
  1759.  }
  1760.  
  1761.  .full-featured:hover {
  1762.    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  1763.  }
  1764.  
  1765.  .featured-image-container {
  1766.    position: relative;
  1767.    height: 400px;
  1768.    overflow: hidden;
  1769.  }
  1770.  
  1771.  .featured-image {
  1772.    width: 100%;
  1773.    height: 100%;
  1774.    object-fit: cover;
  1775.  }
  1776.  
  1777.  .featured-content {
  1778.    padding: 2rem;
  1779.  }
  1780.  
  1781.  .featured-title {
  1782.    font-size: 2.5rem;
  1783.    font-weight: 700;
  1784.    color: #111827;
  1785.    margin-bottom: 1rem;
  1786.    line-height: 1.2;
  1787.  }
  1788.  
  1789.  .featured-title a {
  1790.    color: inherit;
  1791.    text-decoration: none;
  1792.  }
  1793.  
  1794.  .featured-title a:hover {
  1795.    color: #3b82f6;
  1796.    transition: color 0.3s ease;
  1797.  }
  1798.  
  1799.  .featured-summary {
  1800.    font-size: 1.1rem;
  1801.    color: #4b5563;
  1802.    line-height: 1.6;
  1803.    margin-bottom: 1.5rem;
  1804.  }
  1805.  
  1806.  /* Category Tags - Dynamic Colors */
  1807.  .category-tag {
  1808.    position: absolute;
  1809.    top: 1rem;
  1810.    left: 1rem;
  1811.    padding: 0.4rem 1.2rem;
  1812.    font-size: 0.8rem;
  1813.    font-weight: 600;
  1814.    text-transform: uppercase;
  1815.    color: white;
  1816.    border-radius: 20px;
  1817.    z-index: 2;
  1818.  }
  1819.  
  1820.  /* Category Colors */
  1821.  
  1822.  .business-tag, .business-cat { background-color: #10b981; }
  1823.  
  1824.  .lifestyle-tag, .lifestyle-cat { background-color: #8b5cf6; }
  1825.  .sports-tag, .sports-cat { background-color: #f59e0b; }
  1826.  .travel-tag, .travel-cat { background-color: #06b6d4; }
  1827.  .health-tag, .health-cat { background-color: #84cc16; }
  1828.  
  1829.  /* Article Meta */
  1830.  .article-meta {
  1831.    display: flex;
  1832.    align-items: center;
  1833.    justify-content: space-between;
  1834.    font-size: 0.9rem;
  1835.    color: #6b7280;
  1836.  }
  1837.  
  1838.  .author-info {
  1839.    display: flex;
  1840.    align-items: center;
  1841.    gap: 0.75rem;
  1842.  }
  1843.  
  1844.  .author-pic {
  1845.    width: 40px;
  1846.    height: 40px;
  1847.    border-radius: 50%;
  1848.    object-fit: cover;
  1849.  }
  1850.  
  1851.  .author-name {
  1852.    font-weight: 600;
  1853.    color: var(--topbar-color, #111827);
  1854.  }
  1855.  
  1856.  .post-time {
  1857.    font-size: 0.85rem;
  1858.    color: #6b7280;
  1859.  }
  1860.  
  1861.  .read-time {
  1862.    background: #f3f4f6;
  1863.    padding: 0.25rem 0.75rem;
  1864.    border-radius: 12px;
  1865.    font-size: 0.8rem;
  1866.  }
  1867.  
  1868.  /* Compact Cards */
  1869.  .compact-card {
  1870.    background: var(--card-bg, #ffffff);
  1871.    border-radius: 12px;
  1872.    overflow: hidden;
  1873.    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
  1874.    border: 1px solid var(--border-color, #e5e7eb);
  1875.    transition: box-shadow 0.3s ease;
  1876.    height: 100%;
  1877.  }
  1878.  
  1879.  .compact-card:hover {
  1880.    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  1881.  }
  1882.  
  1883.  .compact-image {
  1884.    position: relative;
  1885.    height: 160px;
  1886.    overflow: hidden;
  1887.  }
  1888.  
  1889.  .compact-image img {
  1890.    width: 100%;
  1891.    height: 100%;
  1892.    object-fit: cover;
  1893.  }
  1894.  
  1895.  .compact-category {
  1896.    position: absolute;
  1897.    top: 0.75rem;
  1898.    left: 0.75rem;
  1899.    padding: 0.3rem 1rem;
  1900.    font-size: 0.75rem;
  1901.    border-radius: 20px;
  1902.    color: white;
  1903.    font-weight: 600;
  1904.    text-transform: uppercase;
  1905.  }
  1906.  
  1907.  .compact-body {
  1908.    padding: 1.25rem;
  1909.  }
  1910.  
  1911.  .compact-title {
  1912.    font-size: 1.1rem;
  1913.    font-weight: 600;
  1914.    color: #111827;
  1915.    margin-bottom: 0.5rem;
  1916.    line-height: 1.3;
  1917.  }
  1918.  
  1919.  .compact-title a {
  1920.    color: inherit;
  1921.    text-decoration: none;
  1922.  }
  1923.  
  1924.  .compact-title a:hover {
  1925.    color: #3b82f6;
  1926.    transition: color 0.3s ease;
  1927.  }
  1928.  
  1929.  .compact-text {
  1930.    font-size: 0.9rem;
  1931.    color: #4b5563;
  1932.    line-height: 1.5;
  1933.  }
  1934.  
  1935.  .compact-footer {
  1936.    display: flex;
  1937.    justify-content: space-between;
  1938.    align-items: center;
  1939.    margin-top: 1rem;
  1940.    font-size: 0.85rem;
  1941.    color: #6b7280;
  1942.  }
  1943.  
  1944.  .compact-author {
  1945.    display: flex;
  1946.    align-items: center;
  1947.    gap: 0.5rem;
  1948.  }
  1949.  
  1950.  .compact-avatar {
  1951.    width: 28px;
  1952.    height: 28px;
  1953.    border-radius: 50%;
  1954.    object-fit: cover;
  1955.  }
  1956.  
  1957.  .compact-name {
  1958.    color: var(--topbar-color, #111827);
  1959.    font-weight: 500;
  1960.  }
  1961.  
  1962.  /* Recent Articles Sidebar */
  1963.  .recent-section {
  1964.    background: var(--card-bg, #ffffff);
  1965.    border-radius: 12px;
  1966.    padding: 1.5rem;
  1967.    border: 1px solid var(--border-color, #e5e7eb);
  1968.    height: 100%;
  1969.  }
  1970.  
  1971.  .recent-title {
  1972.    font-size: 1.2rem;
  1973.    font-weight: 700;
  1974.    color: #111827;
  1975.    margin-bottom: 1rem;
  1976.    border-bottom: 1px solid var(--border-color, #e5e7eb);
  1977.    padding-bottom: 0.5rem;
  1978.  }
  1979.  
  1980.  .recent-list {
  1981.    display: flex;
  1982.    flex-direction: column;
  1983.    gap: 1rem;
  1984.  }
  1985.  
  1986.  .recent-item {
  1987.    padding: 0.75rem;
  1988.    border-radius: 8px;
  1989.    transition: background 0.2s ease;
  1990.    border: 1px solid var(--border-color, #e5e7eb);
  1991.  }
  1992.  
  1993.  .recent-item:hover {
  1994.    background: var(--card-bg);
  1995.  }
  1996.  
  1997.  .recent-article-title {
  1998.    font-size: 0.95rem;
  1999.    font-weight: 500;
  2000.    color: var(--topbar-color, #111827);
  2001.    margin-bottom: 0.25rem;
  2002.  }
  2003.  
  2004.  .recent-article-title a {
  2005.    color: inherit;
  2006.    text-decoration: none;
  2007.  }
  2008.  
  2009.  .recent-article-title a:hover {
  2010.    color: #3b82f6;
  2011.    transition: color 0.3s ease;
  2012.  }
  2013.  
  2014.  .recent-date {
  2015.    font-size: 0.8rem;
  2016.    color: #6b7280;
  2017.  }
  2018.  
  2019.  /* Responsive Design */
  2020.  @media (max-width: 992px) {
  2021.    .featured-image-container {
  2022.      height: 300px;
  2023.    }
  2024.    
  2025.    .featured-title {
  2026.      font-size: 2rem;
  2027.    }
  2028.    
  2029.    .compact-image {
  2030.      height: 140px;
  2031.    }
  2032.  }
  2033.  
  2034.  @media (max-width: 768px) {
  2035.    .featured-content,
  2036.    .compact-body {
  2037.      padding: 1.5rem;
  2038.    }
  2039.    
  2040.    .article-meta {
  2041.      flex-direction: column;
  2042.      align-items: flex-start;
  2043.      gap: 0.75rem;
  2044.    }
  2045.    
  2046.    .recent-section {
  2047.      margin-top: 2rem;
  2048.    }
  2049.  }
  2050.  
  2051.  @media (max-width: 576px) {
  2052.    .featured-title {
  2053.      font-size: 1.8rem;
  2054.    }
  2055.    
  2056.    .compact-title {
  2057.      font-size: 1rem;
  2058.    }
  2059.    
  2060.    .featured-content {
  2061.      padding: 1rem;
  2062.    }
  2063.    
  2064.    .compact-body {
  2065.      padding: 1rem;
  2066.    }
  2067.  }
  2068. </style>
  2069.  
  2070.  
  2071.        <!-- end of wpo-blog-hero -->
  2072.  
  2073.        <!-- start of wpo-breacking-news -->
  2074.        
  2075.        <!-- end of wpo-breacking-news -->
  2076.        
  2077.        <!-- start wpo-blog-highlights-section -->
  2078.        
  2079.  
  2080.  
  2081.  
  2082.    
  2083.  
  2084.  
  2085.  
  2086. <style>
  2087.    .blog-highlights-v4 {
  2088.        padding: 30px 0;
  2089.        position: relative;
  2090.        min-height: 100vh;
  2091.        background: transparent; /* Solid background color */
  2092.    }
  2093.  
  2094.    /* Blog Container */
  2095.    .blog-container-v4 {
  2096.        position: relative;
  2097.        z-index: 10;
  2098.    }
  2099.  
  2100.    /* Card Design */
  2101.    .blog-card-v4 {
  2102.        border-radius: 25px;
  2103.        background: var(--card-bg);
  2104.        border: 1px solid var(--border-color);
  2105.        position: relative;
  2106.        overflow: hidden;
  2107.        transition: opacity 1.2s ease; /* Fade animation for card */
  2108.    }
  2109.  
  2110.    /* Image Container */
  2111.    .blog-image-container-v4 {
  2112.        height: 280px;
  2113.        border-radius: 20px 20px 0 0;
  2114.        overflow: hidden;
  2115.        position: relative;
  2116.        z-index: 2;
  2117.    }
  2118.  
  2119.    .blog-image-v4 {
  2120.        width: 100%;
  2121.        height: 100%;
  2122.        position: relative;
  2123.        overflow: hidden;
  2124.    }
  2125.  
  2126.    .blog-image-v4 img {
  2127.        width: 100%;
  2128.        height: 100%;
  2129.        object-fit: cover;
  2130.    }
  2131.  
  2132.    /* Category Badge */
  2133.    .blog-category-v4 {
  2134.        position: absolute;
  2135.        top: 20px;
  2136.        left: 20px;
  2137.        padding: 10px 18px;
  2138.        border-radius: 20px;
  2139.        font-size: 11px;
  2140.        font-weight: 700;
  2141.        text-transform: uppercase;
  2142.        letter-spacing: 1.2px;
  2143.        z-index: 5;
  2144.        border: 1px solid rgba(255, 255, 255, 0.3);
  2145.        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  2146.    }
  2147.  
  2148.    /* Content Area */
  2149.    .blog-content-v4 {
  2150.        padding: 20px 25px 25px;
  2151.        display: flex;
  2152.        flex-direction: column;
  2153.        justify-content: space-between;
  2154.        position: relative;
  2155.        z-index: 2;
  2156.    }
  2157.  
  2158.    /* Title */
  2159.    .blog-title-v4 {
  2160.        font-size: 20px;
  2161.        font-weight: 800;
  2162.        line-height: 1.3;
  2163.        margin-bottom: 8px;
  2164.    }
  2165.  
  2166.    .blog-title-v4 a {
  2167.        text-decoration: none;
  2168.    }
  2169.  
  2170.    /* Meta Information */
  2171.    .blog-meta-v4 {
  2172.        display: flex;
  2173.        align-items: center;
  2174.        gap: 12px;
  2175.        margin-bottom: 15px;
  2176.        font-size: 13px;
  2177.    }
  2178.  
  2179.    .blog-author-img-v4 {
  2180.        width: 35px;
  2181.        height: 35px;
  2182.        border-radius: 50%;
  2183.        border: 2px solid var(--border-color);
  2184.    }
  2185.  
  2186.    /* Excerpt */
  2187.    .blog-excerpt-v4 {
  2188.        font-size: 14px;
  2189.        line-height: 1.6;
  2190.        margin-bottom: 8px;
  2191.        display: -webkit-box;
  2192.        -webkit-line-clamp: 3;
  2193.        -webkit-box-orient: vertical;
  2194.        overflow: hidden;
  2195.    }
  2196.  
  2197.    /* Actions Area */
  2198.    .blog-actions-v4 {
  2199.        display: flex;
  2200.        justify-content: space-between;
  2201.        align-items: center;
  2202.    }
  2203.  
  2204.    .blog-stats-v4 {
  2205.        display: flex;
  2206.        gap: 20px;
  2207.        align-items: center;
  2208.    }
  2209.  
  2210.    .blog-stat-item-v4 {
  2211.        display: flex;
  2212.        align-items: center;
  2213.        gap: 6px;
  2214.        font-size: 12px;
  2215.    }
  2216.  
  2217.    /* Read More Button */
  2218.    .blog-read-more-v4 {
  2219.        width: 40px;
  2220.        height: 40px;
  2221.        border-radius: 50%;
  2222.        background: var(--border-color);
  2223.        border: 2px solid var(--border-color);
  2224.        display: flex;
  2225.        align-items: center;
  2226.        justify-content: center;
  2227.        text-decoration: none;
  2228.    }
  2229.  
  2230.    ..blog-read-more-v4:hover{
  2231.        background-color: #172133;
  2232.    }
  2233.    /* Section Header */
  2234.    .section-header-v4 {
  2235.        text-align: center;
  2236.        margin-bottom: 40px;
  2237.        position: relative;
  2238.        z-index: 15;
  2239.    }
  2240.  
  2241.    .section-title-v4 {
  2242.        font-size: 3.5rem;
  2243.        font-weight: 900;
  2244.        margin-bottom: .5rem;
  2245.    }
  2246.  
  2247.    .section-subtitle-v4 {
  2248.        font-size: 1.4rem;
  2249.        max-width: 700px;
  2250.        margin: 0 auto;
  2251.        line-height: 1.7;
  2252.        font-weight: 300;
  2253.    }
  2254.  
  2255.    /* Scroll Fade Animation */
  2256.    .scroll-trigger {
  2257.        opacity: 0;
  2258.        transition: opacity 1.2s ease;
  2259.    }
  2260.  
  2261.    .scroll-trigger.active {
  2262.        opacity: 1;
  2263.    }
  2264.  
  2265.    /* Responsive Design */
  2266.    @media (max-width: 768px) {
  2267.        .section-title-v4 {
  2268.            font-size: 3rem;
  2269.        }
  2270.        .blog-highlights-v4 {
  2271.            padding: 80px 0;
  2272.        }
  2273.        .blog-card-v4 {
  2274.            height: 450px;
  2275.        }
  2276.        .blog-content-v4 {
  2277.            padding: 15px 20px 20px;
  2278.        }
  2279.    }
  2280. </style>
  2281.  
  2282. <section class="blog-highlights-v4">
  2283.    <div class="container-fluid fluid-container blog-container-v4">
  2284.        <!-- Section Header -->
  2285.        <div class="row">
  2286.            <div class="col-12">
  2287.                <div class="section-header-v4">
  2288.                    <h2 class="section-title-v4">
  2289.                Today's Top Highlights
  2290.                   </h2>
  2291.                    <p class="section-subtitle-v4">Experience the future of storytelling through immersive digital journeys that blend creativity with cutting-edge technology</p>
  2292.                </div>
  2293.            </div>
  2294.        </div>
  2295.        
  2296.        <!-- Blog Grid -->
  2297.        <div class="row">
  2298.            <div class="col-lg-8">
  2299.                <div class="row g-4">
  2300.                    
  2301.                    <div class="col-lg-6 col-md-6">
  2302.                        <article class="blog-card-v4 scroll-trigger">
  2303.                            <div class="blog-image-container-v4">
  2304.                                <div class="blog-image-v4">
  2305.                                    
  2306.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2307.                                    
  2308.                                </div>
  2309.                                
  2310.                                <span class="blog-category-v4 bg-primary-gradient">
  2311.                                    News
  2312.                                </span>
  2313.                            </div>
  2314.                            
  2315.                            <div class="blog-content-v4">
  2316.                                <h3 class="blog-title-v4">
  2317.                                    <a href="/the-thriller-sequel-eminfluencersem-is-set-to-give-other-streaming-thrillers-serious-fomo/" class="top-color">
  2318.                                    The Thriller Sequel &lt;em&gt;Influencers&lt;/em&gt; Is Set to Give Other Streaming Thrillers Serious FOMO
  2319.                                    </a>
  2320.                                </h3>
  2321.                                <div class="blog-meta-v4">
  2322.                                    
  2323.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Rebecca Porter"  class="blog-author-img-v4">
  2324.                                    
  2325.                                    <span>By <strong>Rebecca Porter</strong></span>
  2326.                                    <span>•</span>
  2327.                                    <span>07 May 2026</span>
  2328.                                </div>
  2329.                                
  2330.                                <p class="blog-excerpt-v4">
  2331.                                    
  2332.                                </p>
  2333.                                
  2334.                                <div class="blog-actions-v4">
  2335.                                    
  2336.                                    <a href="/the-thriller-sequel-eminfluencersem-is-set-to-give-other-streaming-thrillers-serious-fomo/" class="blog-read-more-v4 bg-primary-gradient">
  2337.                                        <i class="ti-arrow-right"></i>
  2338.                                    </a>
  2339.                                </div>
  2340.                            </div>
  2341.                        </article>
  2342.                    </div>
  2343.                    
  2344.                    <div class="col-lg-6 col-md-6">
  2345.                        <article class="blog-card-v4 scroll-trigger">
  2346.                            <div class="blog-image-container-v4">
  2347.                                <div class="blog-image-v4">
  2348.                                    
  2349.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2350.                                    
  2351.                                </div>
  2352.                                
  2353.                                <span class="blog-category-v4 bg-primary-gradient">
  2354.                                    News
  2355.                                </span>
  2356.                            </div>
  2357.                            
  2358.                            <div class="blog-content-v4">
  2359.                                <h3 class="blog-title-v4">
  2360.                                    <a href="/esteemed-performer-pat-finn-a-versatile-actor-known-for-appearances-in-the-middle-and-friends-has-died-at-the-age-of-sixty/" class="top-color">
  2361.                                    Esteemed Performer Pat Finn, a versatile actor, Known For Appearances in The Middle and Friends, Has Died at the Age of Sixty.
  2362.                                    </a>
  2363.                                </h3>
  2364.                                <div class="blog-meta-v4">
  2365.                                    
  2366.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Rebecca Porter"  class="blog-author-img-v4">
  2367.                                    
  2368.                                    <span>By <strong>Rebecca Porter</strong></span>
  2369.                                    <span>•</span>
  2370.                                    <span>07 May 2026</span>
  2371.                                </div>
  2372.                                
  2373.                                <p class="blog-excerpt-v4">
  2374.                                    
  2375.                                </p>
  2376.                                
  2377.                                <div class="blog-actions-v4">
  2378.                                    
  2379.                                    <a href="/esteemed-performer-pat-finn-a-versatile-actor-known-for-appearances-in-the-middle-and-friends-has-died-at-the-age-of-sixty/" class="blog-read-more-v4 bg-primary-gradient">
  2380.                                        <i class="ti-arrow-right"></i>
  2381.                                    </a>
  2382.                                </div>
  2383.                            </div>
  2384.                        </article>
  2385.                    </div>
  2386.                    
  2387.                    <div class="col-lg-6 col-md-6">
  2388.                        <article class="blog-card-v4 scroll-trigger">
  2389.                            <div class="blog-image-container-v4">
  2390.                                <div class="blog-image-v4">
  2391.                                    
  2392.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2393.                                    
  2394.                                </div>
  2395.                                
  2396.                                <span class="blog-category-v4 bg-primary-gradient">
  2397.                                    News
  2398.                                </span>
  2399.                            </div>
  2400.                            
  2401.                            <div class="blog-content-v4">
  2402.                                <h3 class="blog-title-v4">
  2403.                                    <a href="/aryna-sabalenka-ready-to-take-on-nick-kyrgios-in-modern-gender-showdown-exhibition/" class="top-color">
  2404.                                    Aryna Sabalenka Ready to Take On Nick Kyrgios in Modern Gender Showdown Exhibition
  2405.                                    </a>
  2406.                                </h3>
  2407.                                <div class="blog-meta-v4">
  2408.                                    
  2409.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Rebecca Porter"  class="blog-author-img-v4">
  2410.                                    
  2411.                                    <span>By <strong>Rebecca Porter</strong></span>
  2412.                                    <span>•</span>
  2413.                                    <span>06 May 2026</span>
  2414.                                </div>
  2415.                                
  2416.                                <p class="blog-excerpt-v4">
  2417.                                    
  2418.                                </p>
  2419.                                
  2420.                                <div class="blog-actions-v4">
  2421.                                    
  2422.                                    <a href="/aryna-sabalenka-ready-to-take-on-nick-kyrgios-in-modern-gender-showdown-exhibition/" class="blog-read-more-v4 bg-primary-gradient">
  2423.                                        <i class="ti-arrow-right"></i>
  2424.                                    </a>
  2425.                                </div>
  2426.                            </div>
  2427.                        </article>
  2428.                    </div>
  2429.                    
  2430.                    <div class="col-lg-6 col-md-6">
  2431.                        <article class="blog-card-v4 scroll-trigger">
  2432.                            <div class="blog-image-container-v4">
  2433.                                <div class="blog-image-v4">
  2434.                                    
  2435.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2436.                                    
  2437.                                </div>
  2438.                                
  2439.                                <span class="blog-category-v4 bg-primary-gradient">
  2440.                                    News
  2441.                                </span>
  2442.                            </div>
  2443.                            
  2444.                            <div class="blog-content-v4">
  2445.                                <h3 class="blog-title-v4">
  2446.                                    <a href="/netflix-selects-perfect-performer-for-mr-2-in-the-hit-series-third-season/" class="top-color">
  2447.                                    Netflix Selects Perfect Performer for Mr. 2 in the Hit Series Third Season
  2448.                                    </a>
  2449.                                </h3>
  2450.                                <div class="blog-meta-v4">
  2451.                                    
  2452.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Rebecca Porter"  class="blog-author-img-v4">
  2453.                                    
  2454.                                    <span>By <strong>Rebecca Porter</strong></span>
  2455.                                    <span>•</span>
  2456.                                    <span>06 May 2026</span>
  2457.                                </div>
  2458.                                
  2459.                                <p class="blog-excerpt-v4">
  2460.                                    
  2461.                                </p>
  2462.                                
  2463.                                <div class="blog-actions-v4">
  2464.                                    
  2465.                                    <a href="/netflix-selects-perfect-performer-for-mr-2-in-the-hit-series-third-season/" class="blog-read-more-v4 bg-primary-gradient">
  2466.                                        <i class="ti-arrow-right"></i>
  2467.                                    </a>
  2468.                                </div>
  2469.                            </div>
  2470.                        </article>
  2471.                    </div>
  2472.                    
  2473.                    <div class="col-lg-6 col-md-6">
  2474.                        <article class="blog-card-v4 scroll-trigger">
  2475.                            <div class="blog-image-container-v4">
  2476.                                <div class="blog-image-v4">
  2477.                                    
  2478.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2479.                                    
  2480.                                </div>
  2481.                                
  2482.                                <span class="blog-category-v4 bg-primary-gradient">
  2483.                                    News
  2484.                                </span>
  2485.                            </div>
  2486.                            
  2487.                            <div class="blog-content-v4">
  2488.                                <h3 class="blog-title-v4">
  2489.                                    <a href="/this-swine-life-hog-named-six-seven-granted-clemency-by-miami-dade-county-leader/" class="top-color">
  2490.                                    This Swine Life: Hog Named Six Seven Granted Clemency by Miami Dade County Leader.
  2491.                                    </a>
  2492.                                </h3>
  2493.                                <div class="blog-meta-v4">
  2494.                                    
  2495.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Rebecca Porter"  class="blog-author-img-v4">
  2496.                                    
  2497.                                    <span>By <strong>Rebecca Porter</strong></span>
  2498.                                    <span>•</span>
  2499.                                    <span>06 May 2026</span>
  2500.                                </div>
  2501.                                
  2502.                                <p class="blog-excerpt-v4">
  2503.                                    
  2504.                                </p>
  2505.                                
  2506.                                <div class="blog-actions-v4">
  2507.                                    
  2508.                                    <a href="/this-swine-life-hog-named-six-seven-granted-clemency-by-miami-dade-county-leader/" class="blog-read-more-v4 bg-primary-gradient">
  2509.                                        <i class="ti-arrow-right"></i>
  2510.                                    </a>
  2511.                                </div>
  2512.                            </div>
  2513.                        </article>
  2514.                    </div>
  2515.                    
  2516.                    <div class="col-lg-6 col-md-6">
  2517.                        <article class="blog-card-v4 scroll-trigger">
  2518.                            <div class="blog-image-container-v4">
  2519.                                <div class="blog-image-v4">
  2520.                                    
  2521.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2522.                                    
  2523.                                </div>
  2524.                                
  2525.                                <span class="blog-category-v4 bg-primary-gradient">
  2526.                                    News
  2527.                                </span>
  2528.                            </div>
  2529.                            
  2530.                            <div class="blog-content-v4">
  2531.                                <h3 class="blog-title-v4">
  2532.                                    <a href="/trump-invites-relatives-of-shot-guard-members-to-the-white-house/" class="top-color">
  2533.                                    Trump Invites Relatives of Shot Guard Members to the White House
  2534.                                    </a>
  2535.                                </h3>
  2536.                                <div class="blog-meta-v4">
  2537.                                    
  2538.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Rebecca Porter"  class="blog-author-img-v4">
  2539.                                    
  2540.                                    <span>By <strong>Rebecca Porter</strong></span>
  2541.                                    <span>•</span>
  2542.                                    <span>06 May 2026</span>
  2543.                                </div>
  2544.                                
  2545.                                <p class="blog-excerpt-v4">
  2546.                                    
  2547.                                </p>
  2548.                                
  2549.                                <div class="blog-actions-v4">
  2550.                                    
  2551.                                    <a href="/trump-invites-relatives-of-shot-guard-members-to-the-white-house/" class="blog-read-more-v4 bg-primary-gradient">
  2552.                                        <i class="ti-arrow-right"></i>
  2553.                                    </a>
  2554.                                </div>
  2555.                            </div>
  2556.                        </article>
  2557.                    </div>
  2558.                    
  2559.                    <div class="col-lg-6 col-md-6">
  2560.                        <article class="blog-card-v4 scroll-trigger">
  2561.                            <div class="blog-image-container-v4">
  2562.                                <div class="blog-image-v4">
  2563.                                    
  2564.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2565.                                    
  2566.                                </div>
  2567.                                
  2568.                                <span class="blog-category-v4 bg-primary-gradient">
  2569.                                    News
  2570.                                </span>
  2571.                            </div>
  2572.                            
  2573.                            <div class="blog-content-v4">
  2574.                                <h3 class="blog-title-v4">
  2575.                                    <a href="/scream-og-star-matthew-lillard-is-anxious-he-could-spoil-the-series-with-scream-7/" class="top-color">
  2576.                                    Scream OG Star Matthew Lillard Is Anxious He Could Spoil the Series with Scream 7.
  2577.                                    </a>
  2578.                                </h3>
  2579.                                <div class="blog-meta-v4">
  2580.                                    
  2581.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Rebecca Porter"  class="blog-author-img-v4">
  2582.                                    
  2583.                                    <span>By <strong>Rebecca Porter</strong></span>
  2584.                                    <span>•</span>
  2585.                                    <span>06 May 2026</span>
  2586.                                </div>
  2587.                                
  2588.                                <p class="blog-excerpt-v4">
  2589.                                    
  2590.                                </p>
  2591.                                
  2592.                                <div class="blog-actions-v4">
  2593.                                    
  2594.                                    <a href="/scream-og-star-matthew-lillard-is-anxious-he-could-spoil-the-series-with-scream-7/" class="blog-read-more-v4 bg-primary-gradient">
  2595.                                        <i class="ti-arrow-right"></i>
  2596.                                    </a>
  2597.                                </div>
  2598.                            </div>
  2599.                        </article>
  2600.                    </div>
  2601.                    
  2602.                    <div class="col-lg-6 col-md-6">
  2603.                        <article class="blog-card-v4 scroll-trigger">
  2604.                            <div class="blog-image-container-v4">
  2605.                                <div class="blog-image-v4">
  2606.                                    
  2607.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2608.                                    
  2609.                                </div>
  2610.                                
  2611.                                <span class="blog-category-v4 bg-primary-gradient">
  2612.                                    News
  2613.                                </span>
  2614.                            </div>
  2615.                            
  2616.                            <div class="blog-content-v4">
  2617.                                <h3 class="blog-title-v4">
  2618.                                    <a href="/skipper-stokes-is-exhausted-yet-remains-fit-to-bowl/" class="top-color">
  2619.                                    Skipper Stokes Is &#x27;Exhausted&#x27; Yet Remains &#x27;Fit to Bowl&#x27;
  2620.                                    </a>
  2621.                                </h3>
  2622.                                <div class="blog-meta-v4">
  2623.                                    
  2624.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Rebecca Porter"  class="blog-author-img-v4">
  2625.                                    
  2626.                                    <span>By <strong>Rebecca Porter</strong></span>
  2627.                                    <span>•</span>
  2628.                                    <span>06 May 2026</span>
  2629.                                </div>
  2630.                                
  2631.                                <p class="blog-excerpt-v4">
  2632.                                    
  2633.                                </p>
  2634.                                
  2635.                                <div class="blog-actions-v4">
  2636.                                    
  2637.                                    <a href="/skipper-stokes-is-exhausted-yet-remains-fit-to-bowl/" class="blog-read-more-v4 bg-primary-gradient">
  2638.                                        <i class="ti-arrow-right"></i>
  2639.                                    </a>
  2640.                                </div>
  2641.                            </div>
  2642.                        </article>
  2643.                    </div>
  2644.                    
  2645.                    <div class="col-lg-6 col-md-6">
  2646.                        <article class="blog-card-v4 scroll-trigger">
  2647.                            <div class="blog-image-container-v4">
  2648.                                <div class="blog-image-v4">
  2649.                                    
  2650.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2651.                                    
  2652.                                </div>
  2653.                                
  2654.                                <span class="blog-category-v4 bg-primary-gradient">
  2655.                                    News
  2656.                                </span>
  2657.                            </div>
  2658.                            
  2659.                            <div class="blog-content-v4">
  2660.                                <h3 class="blog-title-v4">
  2661.                                    <a href="/from-grudging-admiration-to-unease-russia-weighs-up-the-fall-of-maduro/" class="top-color">
  2662.                                    From Grudging Admiration to Unease: Russia Weighs Up the Fall of Maduro.
  2663.                                    </a>
  2664.                                </h3>
  2665.                                <div class="blog-meta-v4">
  2666.                                    
  2667.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Rebecca Porter"  class="blog-author-img-v4">
  2668.                                    
  2669.                                    <span>By <strong>Rebecca Porter</strong></span>
  2670.                                    <span>•</span>
  2671.                                    <span>06 May 2026</span>
  2672.                                </div>
  2673.                                
  2674.                                <p class="blog-excerpt-v4">
  2675.                                    
  2676.                                </p>
  2677.                                
  2678.                                <div class="blog-actions-v4">
  2679.                                    
  2680.                                    <a href="/from-grudging-admiration-to-unease-russia-weighs-up-the-fall-of-maduro/" class="blog-read-more-v4 bg-primary-gradient">
  2681.                                        <i class="ti-arrow-right"></i>
  2682.                                    </a>
  2683.                                </div>
  2684.                            </div>
  2685.                        </article>
  2686.                    </div>
  2687.                    
  2688.                    <div class="col-lg-6 col-md-6">
  2689.                        <article class="blog-card-v4 scroll-trigger">
  2690.                            <div class="blog-image-container-v4">
  2691.                                <div class="blog-image-v4">
  2692.                                    
  2693.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2694.                                    
  2695.                                </div>
  2696.                                
  2697.                                <span class="blog-category-v4 bg-primary-gradient">
  2698.                                    News
  2699.                                </span>
  2700.                            </div>
  2701.                            
  2702.                            <div class="blog-content-v4">
  2703.                                <h3 class="blog-title-v4">
  2704.                                    <a href="/recent-antibiotics-celebrated-as-a-pivotal-moment-in-treating-drug-resistant-gonorrhoea/" class="top-color">
  2705.                                    Recent Antibiotics Celebrated as a &#x27;Pivotal Moment&#x27; in Treating Drug-Resistant Gonorrhoea
  2706.                                    </a>
  2707.                                </h3>
  2708.                                <div class="blog-meta-v4">
  2709.                                    
  2710.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Rebecca Porter"  class="blog-author-img-v4">
  2711.                                    
  2712.                                    <span>By <strong>Rebecca Porter</strong></span>
  2713.                                    <span>•</span>
  2714.                                    <span>06 May 2026</span>
  2715.                                </div>
  2716.                                
  2717.                                <p class="blog-excerpt-v4">
  2718.                                    
  2719.                                </p>
  2720.                                
  2721.                                <div class="blog-actions-v4">
  2722.                                    
  2723.                                    <a href="/recent-antibiotics-celebrated-as-a-pivotal-moment-in-treating-drug-resistant-gonorrhoea/" class="blog-read-more-v4 bg-primary-gradient">
  2724.                                        <i class="ti-arrow-right"></i>
  2725.                                    </a>
  2726.                                </div>
  2727.                            </div>
  2728.                        </article>
  2729.                    </div>
  2730.                    
  2731.                    <div class="col-lg-6 col-md-6">
  2732.                        <article class="blog-card-v4 scroll-trigger">
  2733.                            <div class="blog-image-container-v4">
  2734.                                <div class="blog-image-v4">
  2735.                                    
  2736.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2737.                                    
  2738.                                </div>
  2739.                                
  2740.                                <span class="blog-category-v4 bg-primary-gradient">
  2741.                                    News
  2742.                                </span>
  2743.                            </div>
  2744.                            
  2745.                            <div class="blog-content-v4">
  2746.                                <h3 class="blog-title-v4">
  2747.                                    <a href="/he-was-a-joy-reflecting-on-snookers-taken-talent-two-decades-on/" class="top-color">
  2748.                                    &#x27;He was a joy&#x27;: Reflecting on snooker&#x27;s taken talent two decades on.
  2749.                                    </a>
  2750.                                </h3>
  2751.                                <div class="blog-meta-v4">
  2752.                                    
  2753.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Rebecca Porter"  class="blog-author-img-v4">
  2754.                                    
  2755.                                    <span>By <strong>Rebecca Porter</strong></span>
  2756.                                    <span>•</span>
  2757.                                    <span>05 May 2026</span>
  2758.                                </div>
  2759.                                
  2760.                                <p class="blog-excerpt-v4">
  2761.                                    
  2762.                                </p>
  2763.                                
  2764.                                <div class="blog-actions-v4">
  2765.                                    
  2766.                                    <a href="/he-was-a-joy-reflecting-on-snookers-taken-talent-two-decades-on/" class="blog-read-more-v4 bg-primary-gradient">
  2767.                                        <i class="ti-arrow-right"></i>
  2768.                                    </a>
  2769.                                </div>
  2770.                            </div>
  2771.                        </article>
  2772.                    </div>
  2773.                    
  2774.                    <div class="col-lg-6 col-md-6">
  2775.                        <article class="blog-card-v4 scroll-trigger">
  2776.                            <div class="blog-image-container-v4">
  2777.                                <div class="blog-image-v4">
  2778.                                    
  2779.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2780.                                    
  2781.                                </div>
  2782.                                
  2783.                                <span class="blog-category-v4 bg-primary-gradient">
  2784.                                    News
  2785.                                </span>
  2786.                            </div>
  2787.                            
  2788.                            <div class="blog-content-v4">
  2789.                                <h3 class="blog-title-v4">
  2790.                                    <a href="/why-los-blancos-possess-total-confidence-in-teenager-pitarch/" class="top-color">
  2791.                                    Why Los Blancos Possess &#x27;Total Confidence&#x27; in Teenager Pitarch
  2792.                                    </a>
  2793.                                </h3>
  2794.                                <div class="blog-meta-v4">
  2795.                                    
  2796.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Rebecca Porter"  class="blog-author-img-v4">
  2797.                                    
  2798.                                    <span>By <strong>Rebecca Porter</strong></span>
  2799.                                    <span>•</span>
  2800.                                    <span>05 May 2026</span>
  2801.                                </div>
  2802.                                
  2803.                                <p class="blog-excerpt-v4">
  2804.                                    
  2805.                                </p>
  2806.                                
  2807.                                <div class="blog-actions-v4">
  2808.                                    
  2809.                                    <a href="/why-los-blancos-possess-total-confidence-in-teenager-pitarch/" class="blog-read-more-v4 bg-primary-gradient">
  2810.                                        <i class="ti-arrow-right"></i>
  2811.                                    </a>
  2812.                                </div>
  2813.                            </div>
  2814.                        </article>
  2815.                    </div>
  2816.                    
  2817.                    
  2818.  
  2819.                </div>
  2820.            </div>
  2821.            
  2822.             <div class="col col-lg-4 col-12">
  2823.                
  2824.  
  2825.  
  2826.  
  2827.    
  2828.  
  2829. <div class="blog-sidebar">
  2830.    
  2831.        <div class="widget category-widget">
  2832.            <h3>May 2026 Blog Roll</h3>
  2833.            <ul class="scrollable-sidebar">
  2834.                
  2835.                    <li>
  2836.                        <a href="https://www.testandverification.com/" class="top-color " rel="dofollow">
  2837.                            non gamstop online casinos uk
  2838.                        </a>
  2839.                    </li>
  2840.                
  2841.                    <li>
  2842.                        <a href="https://www.citytosea.org.uk/" class="top-color " rel="dofollow">
  2843.                            non gamstop casinos
  2844.                        </a>
  2845.                    </li>
  2846.                
  2847.                    <li>
  2848.                        <a href="https://thebrexitparty.org/" class="top-color " rel="dofollow">
  2849.                            non gamstop casinos
  2850.                        </a>
  2851.                    </li>
  2852.                
  2853.                    <li>
  2854.                        <a href="https://www.focus12.co.uk/" class="top-color " rel="dofollow">
  2855.                            online casino
  2856.                        </a>
  2857.                    </li>
  2858.                
  2859.                    <li>
  2860.                        <a href="https://britishicehockey.co.uk/" class="top-color " rel="dofollow">
  2861.                            online casino
  2862.                        </a>
  2863.                    </li>
  2864.                
  2865.                    <li>
  2866.                        <a href="https://esports-news.co.uk/online-casinos/non-gamstop/" class="top-color " rel="dofollow">
  2867.                            casinos not on gamstop
  2868.                        </a>
  2869.                    </li>
  2870.                
  2871.                    <li>
  2872.                        <a href="https://www.escapistmagazine.com/uk/non-gamstop-casinos/" class="top-color " rel="dofollow">
  2873.                            non gamstop casino
  2874.                        </a>
  2875.                    </li>
  2876.                
  2877.                    <li>
  2878.                        <a href="https://internationalschoolmealsday.com/" class="top-color " rel="dofollow">
  2879.                            no gamstop casino
  2880.                        </a>
  2881.                    </li>
  2882.                
  2883.            </ul>
  2884.        </div>
  2885.    
  2886.        <div class="widget category-widget">
  2887.            <h3>April 2026 Blog Roll</h3>
  2888.            <ul class="scrollable-sidebar">
  2889.                
  2890.                    <li>
  2891.                        <a href="https://www.stamina.org.uk/" class="top-color " rel="dofollow">
  2892.                            non Gamstop casinos
  2893.                        </a>
  2894.                    </li>
  2895.                
  2896.                    <li>
  2897.                        <a href="https://www.tamworthinformed.co.uk/" class="top-color " rel="dofollow">
  2898.                            casinos not on gamstop
  2899.                        </a>
  2900.                    </li>
  2901.                
  2902.                    <li>
  2903.                        <a href="https://casinobeats.com/uk/online-casinos/casinos-not-on-gamstop/" class="top-color " rel="dofollow">
  2904.                            non gamstop casinos
  2905.                        </a>
  2906.                    </li>
  2907.                
  2908.                    <li>
  2909.                        <a href="https://www.richmondreview.co.uk/" class="top-color " rel="dofollow">
  2910.                            casinos not on gamstop
  2911.                        </a>
  2912.                    </li>
  2913.                
  2914.                    <li>
  2915.                        <a href="https://savethedatemagazine.co.uk/" class="top-color " rel="dofollow">
  2916.                            casino not on gamstop
  2917.                        </a>
  2918.                    </li>
  2919.                
  2920.                    <li>
  2921.                        <a href="https://bereavementcommission.org.uk/" class="top-color " rel="dofollow">
  2922.                            online casinos not on gamstop
  2923.                        </a>
  2924.                    </li>
  2925.                
  2926.                    <li>
  2927.                        <a href="https://www.surfaceview.co.uk/" class="top-color " rel="dofollow">
  2928.                            online casinos not on gamstop
  2929.                        </a>
  2930.                    </li>
  2931.                
  2932.                    <li>
  2933.                        <a href="https://allcatsrgrey.org.uk/" class="top-color " rel="dofollow">
  2934.                            online casinos not on gamstop
  2935.                        </a>
  2936.                    </li>
  2937.                
  2938.                    <li>
  2939.                        <a href="https://www.cca-glasgow.com/" class="top-color " rel="dofollow">
  2940.                            online casinos not on gamstop
  2941.                        </a>
  2942.                    </li>
  2943.                
  2944.                    <li>
  2945.                        <a href="https://www.citytosea.org.uk/" class="top-color " rel="dofollow">
  2946.                            online casinos not on gamstop
  2947.                        </a>
  2948.                    </li>
  2949.                
  2950.                    <li>
  2951.                        <a href="https://savethedatemagazine.co.uk/" class="top-color " rel="dofollow">
  2952.                            online casinos not on gamstop
  2953.                        </a>
  2954.                    </li>
  2955.                
  2956.                    <li>
  2957.                        <a href="https://straightfromyard.co.uk/" class="top-color " rel="dofollow">
  2958.                            online casinos not on gamstop
  2959.                        </a>
  2960.                    </li>
  2961.                
  2962.                    <li>
  2963.                        <a href="https://www.summerhall.co.uk/" class="top-color " rel="dofollow">
  2964.                            online casinos not on gamstop
  2965.                        </a>
  2966.                    </li>
  2967.                
  2968.                    <li>
  2969.                        <a href="https://internationalschoolmealsday.com/" class="top-color " rel="dofollow">
  2970.                            uk casinos not on gamstop
  2971.                        </a>
  2972.                    </li>
  2973.                
  2974.                    <li>
  2975.                        <a href="https://fishleyhall.co.uk" class="top-color " rel="dofollow">
  2976.                            best non uk casino sites
  2977.                        </a>
  2978.                    </li>
  2979.                
  2980.                    <li>
  2981.                        <a href="https://www.costaricanembassy.co.uk" class="top-color " rel="dofollow">
  2982.                            UK gambling sites
  2983.                        </a>
  2984.                    </li>
  2985.                
  2986.                    <li>
  2987.                        <a href="https://www.impact-awards.co.uk" class="top-color " rel="dofollow">
  2988.                            non GamStop casinos
  2989.                        </a>
  2990.                    </li>
  2991.                
  2992.                    <li>
  2993.                        <a href="https://www.qualityofcarenetwork.org/" class="top-color " rel="dofollow">
  2994.                            lolajack casino
  2995.                        </a>
  2996.                    </li>
  2997.                
  2998.                    <li>
  2999.                        <a href="https://kscience.co.uk" class="top-color " rel="dofollow">
  3000.                            casinos not on gamstop
  3001.                        </a>
  3002.                    </li>
  3003.                
  3004.                    <li>
  3005.                        <a href="https://makemegenius.com" class="top-color " rel="dofollow">
  3006.                            non gamstop casino
  3007.                        </a>
  3008.                    </li>
  3009.                
  3010.                    <li>
  3011.                        <a href="https://bmagic.org.uk" class="top-color " rel="dofollow">
  3012.                            non gamstop casinos
  3013.                        </a>
  3014.                    </li>
  3015.                
  3016.                    <li>
  3017.                        <a href="https://globix.net" class="top-color " rel="dofollow">
  3018.                            non gamstop casinos
  3019.                        </a>
  3020.                    </li>
  3021.                
  3022.                    <li>
  3023.                        <a href="https://superdao.co/" class="top-color " rel="dofollow">
  3024.                            crypto casino uk
  3025.                        </a>
  3026.                    </li>
  3027.                
  3028.                    <li>
  3029.                        <a href="https://www.economicjournal.co.uk/" class="top-color " rel="dofollow">
  3030.                            sports betting sites not on gamstop
  3031.                        </a>
  3032.                    </li>
  3033.                
  3034.                    <li>
  3035.                        <a href="https://phoneweek.co.uk/" class="top-color " rel="dofollow">
  3036.                            best uk non GamStop casinos
  3037.                        </a>
  3038.                    </li>
  3039.                
  3040.                    <li>
  3041.                        <a href="https://www.cca-glasgow.com/" class="top-color " rel="dofollow">
  3042.                            casino not on gamstop
  3043.                        </a>
  3044.                    </li>
  3045.                
  3046.                    <li>
  3047.                        <a href="https://www.surfaceview.co.uk/" class="top-color " rel="dofollow">
  3048.                            casino not on gamstop
  3049.                        </a>
  3050.                    </li>
  3051.                
  3052.                    <li>
  3053.                        <a href="https://allcatsrgrey.org.uk/" class="top-color " rel="dofollow">
  3054.                            casino not on gamstop
  3055.                        </a>
  3056.                    </li>
  3057.                
  3058.                    <li>
  3059.                        <a href="https://www.homeworkworkspace.com" class="top-color " rel="dofollow">
  3060.                            non GamStop casinos UK
  3061.                        </a>
  3062.                    </li>
  3063.                
  3064.                    <li>
  3065.                        <a href="https://www.bmag.org.uk/" class="top-color " rel="dofollow">
  3066.                            top 20 online casinos uk
  3067.                        </a>
  3068.                    </li>
  3069.                
  3070.                    <li>
  3071.                        <a href="https://www.cafebabel.co.uk/" class="top-color " rel="dofollow">
  3072.                            non gamstop casino
  3073.                        </a>
  3074.                    </li>
  3075.                
  3076.                    <li>
  3077.                        <a href="https://letstalkloneliness.co.uk/" class="top-color " rel="dofollow">
  3078.                            casinos not on gamstop
  3079.                        </a>
  3080.                    </li>
  3081.                
  3082.                    <li>
  3083.                        <a href="https://www.avon-tyres.co.uk/" class="top-color " rel="dofollow">
  3084.                            best non Gamstop casinos
  3085.                        </a>
  3086.                    </li>
  3087.                
  3088.                    <li>
  3089.                        <a href="https://knightsof.media/" class="top-color " rel="dofollow">
  3090.                            best non gamstop casinos
  3091.                        </a>
  3092.                    </li>
  3093.                
  3094.                    <li>
  3095.                        <a href="https://www.testandverification.com/" class="top-color " rel="dofollow">
  3096.                            non gamstop casinos uk
  3097.                        </a>
  3098.                    </li>
  3099.                
  3100.                    <li>
  3101.                        <a href="https://llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch.co.uk" class="top-color " rel="dofollow">
  3102.                            best online casinos
  3103.                        </a>
  3104.                    </li>
  3105.                
  3106.            </ul>
  3107.        </div>
  3108.    
  3109.        <div class="widget category-widget">
  3110.            <h3>March 2026 Blog Roll</h3>
  3111.            <ul class="scrollable-sidebar">
  3112.                
  3113.                    <li>
  3114.                        <a href="https://www.drenge.co.uk/" class="top-color " rel="dofollow">
  3115.                            slot sites not on GamStop
  3116.                        </a>
  3117.                    </li>
  3118.                
  3119.                    <li>
  3120.                        <a href="https://www.thekarczma.co.uk/" class="top-color " rel="dofollow">
  3121.                            non UK licenced casino
  3122.                        </a>
  3123.                    </li>
  3124.                
  3125.                    <li>
  3126.                        <a href="https://www.llancaiachfawr.co.uk/" class="top-color " rel="dofollow">
  3127.                            sites not on GamStop
  3128.                        </a>
  3129.                    </li>
  3130.                
  3131.                    <li>
  3132.                        <a href="https://ola.co.uk/" class="top-color " rel="dofollow">
  3133.                            online casino not on GamStop
  3134.                        </a>
  3135.                    </li>
  3136.                
  3137.                    <li>
  3138.                        <a href="https://newsoundgeneration.co.uk/casinos-not-on-gamstop/" class="top-color " rel="dofollow">
  3139.                            Non GamStop Casino
  3140.                        </a>
  3141.                    </li>
  3142.                
  3143.                    <li>
  3144.                        <a href="https://www.kysty.co.uk/" class="top-color " rel="dofollow">
  3145.                            UK non GamStop casinos
  3146.                        </a>
  3147.                    </li>
  3148.                
  3149.                    <li>
  3150.                        <a href="https://www.nordicresearchnetwork.co.uk/" class="top-color " rel="dofollow">
  3151.                            Casinos Not in the UK
  3152.                        </a>
  3153.                    </li>
  3154.                
  3155.                    <li>
  3156.                        <a href="https://www.roostblog.com/" class="top-color " rel="dofollow">
  3157.                            best non gamstop casinos
  3158.                        </a>
  3159.                    </li>
  3160.                
  3161.                    <li>
  3162.                        <a href="https://stanselmchurchsouthall.com/non-gamstop-casinos/" class="top-color " rel="dofollow">
  3163.                            casino not on GamStop
  3164.                        </a>
  3165.                    </li>
  3166.                
  3167.                    <li>
  3168.                        <a href="https://allcatsrgrey.org.uk/" class="top-color " rel="dofollow">
  3169.                            casinos not on gamstop
  3170.                        </a>
  3171.                    </li>
  3172.                
  3173.                    <li>
  3174.                        <a href="https://www.falconryforum.co.uk/" class="top-color " rel="dofollow">
  3175.                            non gamstop casino
  3176.                        </a>
  3177.                    </li>
  3178.                
  3179.                    <li>
  3180.                        <a href="https://robinhoodtax.org/" class="top-color " rel="dofollow">
  3181.                            non gamstop casinos
  3182.                        </a>
  3183.                    </li>
  3184.                
  3185.                    <li>
  3186.                        <a href="https://oncallfire.uk/" class="top-color " rel="dofollow">
  3187.                            casinos not on Gamstop
  3188.                        </a>
  3189.                    </li>
  3190.                
  3191.                    <li>
  3192.                        <a href="https://www.lgbthistorymonth.org.uk/" class="top-color " rel="dofollow">
  3193.                            best uk non gamstop casinos
  3194.                        </a>
  3195.                    </li>
  3196.                
  3197.                    <li>
  3198.                        <a href="https://citytosea.org.uk/" class="top-color " rel="dofollow">
  3199.                            casinos not on gamstop
  3200.                        </a>
  3201.                    </li>
  3202.                
  3203.                    <li>
  3204.                        <a href="https://aboutcookies.org.uk" class="top-color " rel="dofollow">
  3205.                            casinos not on gamstop
  3206.                        </a>
  3207.                    </li>
  3208.                
  3209.                    <li>
  3210.                        <a href="https://www.broomhillart.co.uk/" class="top-color " rel="dofollow">
  3211.                            new uk betting sites
  3212.                        </a>
  3213.                    </li>
  3214.                
  3215.                    <li>
  3216.                        <a href="https://www.regionalnetworks.org.uk/" class="top-color " rel="dofollow">
  3217.                            Non GamStop Casinos
  3218.                        </a>
  3219.                    </li>
  3220.                
  3221.                    <li>
  3222.                        <a href="https://www.durhamminers.org/" class="top-color " rel="dofollow">
  3223.                            casinos not on GamStop
  3224.                        </a>
  3225.                    </li>
  3226.                
  3227.                    <li>
  3228.                        <a href="https://www.dinton-pastures.co.uk/" class="top-color " rel="dofollow">
  3229.                            casino not on GamStop UK
  3230.                        </a>
  3231.                    </li>
  3232.                
  3233.                    <li>
  3234.                        <a href="https://www.fourpure.com/" class="top-color " rel="dofollow">
  3235.                            casinos not on GamStop
  3236.                        </a>
  3237.                    </li>
  3238.                
  3239.                    <li>
  3240.                        <a href="https://www.patients4nhs.org.uk/" class="top-color " rel="dofollow">
  3241.                            best non GamStop casinos
  3242.                        </a>
  3243.                    </li>
  3244.                
  3245.                    <li>
  3246.                        <a href="https://socialeatinghouse.com/" class="top-color " rel="dofollow">
  3247.                            non GamStop
  3248.                        </a>
  3249.                    </li>
  3250.                
  3251.                    <li>
  3252.                        <a href="https://www.ginspa.co.uk/" class="top-color " rel="dofollow">
  3253.                            gambling sites not on GamStop
  3254.                        </a>
  3255.                    </li>
  3256.                
  3257.                    <li>
  3258.                        <a href="https://www.covent-garden.co.uk/" class="top-color " rel="dofollow">
  3259.                            casinos not on GamStop
  3260.                        </a>
  3261.                    </li>
  3262.                
  3263.                    <li>
  3264.                        <a href="https://www.open-money.co.uk/" class="top-color " rel="dofollow">
  3265.                            best non GamStop casinos
  3266.                        </a>
  3267.                    </li>
  3268.                
  3269.                    <li>
  3270.                        <a href="https://www.toop.eu" class="top-color " rel="dofollow">
  3271.                            online casinos
  3272.                        </a>
  3273.                    </li>
  3274.                
  3275.                    <li>
  3276.                        <a href="https://knightsof.media/" class="top-color " rel="dofollow">
  3277.                            non gamstop casinos
  3278.                        </a>
  3279.                    </li>
  3280.                
  3281.                    <li>
  3282.                        <a href="https://www.employersforwork-lifebalance.org.uk/" class="top-color " rel="dofollow">
  3283.                            online casinos
  3284.                        </a>
  3285.                    </li>
  3286.                
  3287.                    <li>
  3288.                        <a href="https://knightsof.media/" class="top-color " rel="dofollow">
  3289.                            casino not on gamstop
  3290.                        </a>
  3291.                    </li>
  3292.                
  3293.                    <li>
  3294.                        <a href="https://roadpeace.org/" class="top-color " rel="dofollow">
  3295.                            non gamstop casinos
  3296.                        </a>
  3297.                    </li>
  3298.                
  3299.                    <li>
  3300.                        <a href="https://www.london-irish.com/" class="top-color " rel="dofollow">
  3301.                            casinos not on gamstop
  3302.                        </a>
  3303.                    </li>
  3304.                
  3305.            </ul>
  3306.        </div>
  3307.    
  3308.        <div class="widget category-widget">
  3309.            <h3>February 2026 Blog Roll</h3>
  3310.            <ul class="scrollable-sidebar">
  3311.                
  3312.                    <li>
  3313.                        <a href="https://croftersrights.co.uk/" class="top-color " rel="dofollow">
  3314.                            online casino
  3315.                        </a>
  3316.                    </li>
  3317.                
  3318.                    <li>
  3319.                        <a href="https://www.ncpqsw.com/" class="top-color " rel="dofollow">
  3320.                            non gamstop casino uk
  3321.                        </a>
  3322.                    </li>
  3323.                
  3324.                    <li>
  3325.                        <a href="https://free2learn.org.uk/" class="top-color " rel="dofollow">
  3326.                            uk casinos not on gamstop
  3327.                        </a>
  3328.                    </li>
  3329.                
  3330.                    <li>
  3331.                        <a href="https://www.casquette.co.uk/" class="top-color " rel="dofollow">
  3332.                            online casinos
  3333.                        </a>
  3334.                    </li>
  3335.                
  3336.                    <li>
  3337.                        <a href="https://www.bshg.org.uk/" class="top-color " rel="dofollow">
  3338.                            non gamstop casino
  3339.                        </a>
  3340.                    </li>
  3341.                
  3342.            </ul>
  3343.        </div>
  3344.    
  3345.  
  3346.    
  3347.    <div class="widget recent-post-widget mb-3">
  3348.        <h3>Popular Post</h3>
  3349.        <div class="posts">
  3350.            
  3351.            <div class="post">
  3352.                <div class="img-holder">
  3353.                    
  3354.                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;  width: 80px;" alt="">
  3355.                    
  3356.                </div>
  3357.                <div class="details">
  3358.                    <span class="date top-color" >05 May 2026 </span>
  3359.                    <h4> <a href="/twitch-broadcaster-introduces-baby-in-the-midst-of-real-time-stream-with-tens-of-thousands-of-viewers/" class="top-color">
  3360.                                            Twitch Broadcaster Introduces Baby In the Midst of Real-Time Stream with Tens of Thousands of Viewers
  3361.                                            </a></h4>
  3362.                </div>
  3363.            </div>
  3364.            
  3365.            <div class="post">
  3366.                <div class="img-holder">
  3367.                    
  3368.                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;  width: 80px;" alt="">
  3369.                    
  3370.                </div>
  3371.                <div class="details">
  3372.                    <span class="date top-color" >05 May 2026 </span>
  3373.                    <h4> <a href="/the-red-devils-poised-to-sign-german-forward-lea-sch%C3%BCller-away-from-bayern-munich/" class="top-color">
  3374.                                            The Red Devils Poised to Sign German Forward Lea Schüller away from Bayern Munich
  3375.                                            </a></h4>
  3376.                </div>
  3377.            </div>
  3378.            
  3379.            <div class="post">
  3380.                <div class="img-holder">
  3381.                    
  3382.                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;  width: 80px;" alt="">
  3383.                    
  3384.                </div>
  3385.                <div class="details">
  3386.                    <span class="date top-color" >05 May 2026 </span>
  3387.                    <h4> <a href="/as-if-she-had-won-the-champions-league-kendalls-special-night-for-england/" class="top-color">
  3388.                                            ‘As if she had won the Champions League’ - Kendall’s special night for England
  3389.                                            </a></h4>
  3390.                </div>
  3391.            </div>
  3392.            
  3393.            <div class="post">
  3394.                <div class="img-holder">
  3395.                    
  3396.                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;  width: 80px;" alt="">
  3397.                    
  3398.                </div>
  3399.                <div class="details">
  3400.                    <span class="date top-color" >05 May 2026 </span>
  3401.                    <h4> <a href="/china-increases-control-on-rare-earth-exports-citing-state-security-worries/" class="top-color">
  3402.                                            China Increases Control on Rare-Earth Exports, Citing State Security Worries
  3403.                                            </a></h4>
  3404.                </div>
  3405.            </div>
  3406.            
  3407.            <div class="post">
  3408.                <div class="img-holder">
  3409.                    
  3410.                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;  width: 80px;" alt="">
  3411.                    
  3412.                </div>
  3413.                <div class="details">
  3414.                    <span class="date top-color" >05 May 2026 </span>
  3415.                    <h4> <a href="/the-renowned-filmmaker-on-his-latest-american-revolution-project-no-project-will-be-more-significant/" class="top-color">
  3416.                                            The Renowned Filmmaker on His Latest American Revolution Project: ‘No Project Will Be More Significant’
  3417.                                            </a></h4>
  3418.                </div>
  3419.            </div>
  3420.            
  3421.            <div class="post">
  3422.                <div class="img-holder">
  3423.                    
  3424.                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;  width: 80px;" alt="">
  3425.                    
  3426.                </div>
  3427.                <div class="details">
  3428.                    <span class="date top-color" >05 May 2026 </span>
  3429.                    <h4> <a href="/orbital-photographs-show-irans-navy-and-nuclear-sites-damaged-by-us-israeli-airstrikes/" class="top-color">
  3430.                                            Orbital Photographs Show Iran&#x27;s Navy and Nuclear Sites Damaged by US-Israeli Airstrikes.
  3431.                                            </a></h4>
  3432.                </div>
  3433.            </div>
  3434.            
  3435.  
  3436.        </div>
  3437.    </div>
  3438.    
  3439. </div>
  3440.    
  3441.            </div>
  3442.        </div>
  3443.    </div>
  3444. </section>
  3445.  
  3446. <script>
  3447. document.addEventListener('DOMContentLoaded', function() {
  3448.    // Intersection Observer for Fade Animation on Scroll Up and Down
  3449.    const observerOptions = {
  3450.        threshold: [0, 0.15], // Trigger at 0% and 15% visibility
  3451.        rootMargin: '0px 0px -100px 0px'
  3452.    };
  3453.  
  3454.    // Group cards into pairs (assuming two cards per row)
  3455.    const cards = document.querySelectorAll('.scroll-trigger');
  3456.    const cardPairs = [];
  3457.    for (let i = 0; i < cards.length; i += 2) {
  3458.        cardPairs.push([cards[i], cards[i + 1]].filter(Boolean)); // Handle odd number of cards
  3459.    }
  3460.  
  3461.    const observer = new IntersectionObserver(function(entries) {
  3462.        entries.forEach(entry => {
  3463.            const card = entry.target;
  3464.            // Find the pair index for the current card
  3465.            const pairIndex = cardPairs.findIndex(pair => pair.includes(card));
  3466.            const pair = cardPairs[pairIndex];
  3467.  
  3468.            if (entry.isIntersecting) {
  3469.                // Fade in the pair with a delay based on pair index
  3470.                pair.forEach((cardInPair, index) => {
  3471.                    setTimeout(() => {
  3472.                        cardInPair.classList.add('active');
  3473.                    }, pairIndex * 300); // 300ms delay between pairs
  3474.                });
  3475.            } else {
  3476.                // Fade out the pair when exiting viewport
  3477.                pair.forEach(cardInPair => {
  3478.                    cardInPair.classList.remove('active');
  3479.                });
  3480.            }
  3481.        });
  3482.    }, observerOptions);
  3483.  
  3484.    // Observe each card individually
  3485.    cards.forEach(card => {
  3486.        observer.observe(card);
  3487.    });
  3488. });
  3489. </script>
  3490.  
  3491.    
  3492.        
  3493.        <!-- end wpo-blog-highlights-section -->
  3494.        <!-- start wpo-blog-sponsored-section -->
  3495.        
  3496.  
  3497.  
  3498.  
  3499.    
  3500.  
  3501.  
  3502.  
  3503. <style>
  3504.    .sponsored-section-v3 {
  3505.        padding: 0 0 50px;
  3506.    }
  3507.    
  3508.    .sponsored-card-v3 {
  3509.        background: white;
  3510.        border: 1px solid var(--border-color);
  3511.        border-radius: 0;
  3512.        overflow: hidden;
  3513.        transition: all 0.3s ease;
  3514.        height: 100%;
  3515.        position: relative;
  3516.    }
  3517.    
  3518.    .sponsored-card-v3:hover {
  3519.        border-color: #dee2e6;
  3520.        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  3521.    }
  3522.    
  3523.    .sponsored-image-v3 {
  3524.        position: relative;
  3525.        overflow: hidden;
  3526.        height: 160px;
  3527.    }
  3528.    
  3529.    .sponsored-image-v3 img {
  3530.        width: 100%;
  3531.        height: 100%;
  3532.        object-fit: cover;
  3533.        filter: grayscale(20%);
  3534.        transition: filter 0.3s ease;
  3535.    }
  3536.    
  3537.    .sponsored-card-v3:hover .sponsored-image-v3 img {
  3538.        filter: grayscale(0%);
  3539.    }
  3540.    
  3541.    .sponsored-badge-v3 {
  3542.        position: absolute;
  3543.        bottom: auto;
  3544.        left: auto;
  3545.        right: 10px;
  3546.        top: 10px;
  3547.        padding: 8px;
  3548.        font-size: 10px;
  3549.        font-weight: 700;
  3550.        text-transform: uppercase;
  3551.        letter-spacing: 1px;
  3552.        text-align: center;
  3553.    }
  3554.    
  3555.    .sponsored-content-v3 {
  3556.        position: relative;
  3557.        padding: 24px 20px;
  3558.    }
  3559.    
  3560.    .sponsored-title-v3 {
  3561.        font-size: 15px;
  3562.        font-weight: 700;
  3563.        line-height: 1.5;
  3564.        margin-bottom: 18px;
  3565.        min-height: 45px;
  3566.        text-transform: uppercase;
  3567.        letter-spacing: 0.5px;
  3568.    }
  3569.    
  3570.    .sponsored-title-v3 a {
  3571.        text-decoration: none;
  3572.        transition: opacity 0.3s ease;
  3573.    }
  3574.    
  3575.    .sponsored-title-v3 a:hover {
  3576.        opacity: 0.8;
  3577.    }
  3578.    
  3579.    .sponsored-meta-v3 {
  3580.        display: flex;
  3581.        align-items: center;
  3582.        justify-content: space-between;
  3583.        font-size: 11px;
  3584.        font-weight: 600;
  3585.        text-transform: uppercase;
  3586.        letter-spacing: 0.5px;
  3587.        padding-top: 12px;
  3588.        border-top: 1px solid #f1f3f4;
  3589.    }
  3590.    
  3591.    .author-info-v3 {
  3592.        display: flex;
  3593.        align-items: center;
  3594.        gap: 8px;
  3595.    }
  3596.    
  3597.    .sponsored-author-img-v3 {
  3598.        width: 30px;
  3599.        height: 30px;
  3600.        border-radius: 50%;
  3601.        object-fit: cover;
  3602.    }
  3603.    
  3604.    .section-title-sponsored-v3 {
  3605.        font-size: 2.5rem;
  3606.        font-weight: 900;
  3607.        text-align: left;
  3608.        margin-bottom: 30px;
  3609.        letter-spacing: 2px;
  3610.        border-left: 8px solid var(--bs-primary);
  3611.        padding-left: 20px;
  3612.    }
  3613.    
  3614.    .sponsored-overlay-v3 {
  3615.        position: absolute;
  3616.        top: 0;
  3617.        left: 0;
  3618.        right: 0;
  3619.        bottom: 0;
  3620.        background: linear-gradient(45deg, transparent 0%, rgba(0,0,0,0.1) 100%);
  3621.        opacity: 0;
  3622.        transition: opacity 0.3s ease;
  3623.    }
  3624.    
  3625.    .sponsored-card-v3:hover .sponsored-overlay-v3 {
  3626.        opacity: 1;
  3627.    }
  3628.  
  3629.    @media (max-width: 768px) {
  3630.        .sponsored-section-v3 {
  3631.            padding: 0px 0 40px;
  3632.        }
  3633.        .section-title-sponsored-v3 {
  3634.            font-size: 2.2rem;
  3635.            text-align: center;
  3636.            border-left: none;
  3637.            border-bottom: 4px solid;
  3638.            padding-left: 0;
  3639.            padding-bottom: 10px;
  3640.        }
  3641.        .sponsored-content-v3 {
  3642.            padding: 20px 16px;
  3643.        }
  3644.    }
  3645. </style>
  3646.  
  3647. <section class="sponsored-section-v3">
  3648.    <div class="container-fluid fluid-container mt-5">
  3649.        <div class="row">
  3650.            <div class="col-12">
  3651.                <h2 class="section-title-sponsored-v3 ">Sponsored News</h2>
  3652.            </div>
  3653.        </div>
  3654.        
  3655.        <div class="row g-3">
  3656.            
  3657.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3658.                <div class="card sponsored-card-v3">
  3659.                    <div class="sponsored-overlay-v3"></div>
  3660.                    <div class="sponsored-image-v3">
  3661.                        
  3662.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3663.                        
  3664.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3665.                    </div>
  3666.                    <div class="sponsored-content-v3">
  3667.                        <h3 class="sponsored-title-v3">
  3668.                            <a href="/twitch-broadcaster-introduces-baby-in-the-midst-of-real-time-stream-with-tens-of-thousands-of-viewers/" class="top-color">
  3669.                            Twitch Broadcaster Introduces Baby In the Midst of Real-Time Stream with Tens of Thousands of Viewers
  3670.                            </a>
  3671.                        </h3>
  3672.                        <div class="sponsored-meta-v3">
  3673.                            <div class="author-info-v3">
  3674.                                
  3675.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Rebecca Porter" class="sponsored-author-img-v3">
  3676.                                
  3677.                                <span class="top-color">
  3678.                                    Rebecca Porter
  3679.                                </span>
  3680.                            </div>
  3681.                            <span class="top-color">05 May 2026</span>
  3682.                        </div>
  3683.                    </div>
  3684.                </div>
  3685.            </div>
  3686.            
  3687.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3688.                <div class="card sponsored-card-v3">
  3689.                    <div class="sponsored-overlay-v3"></div>
  3690.                    <div class="sponsored-image-v3">
  3691.                        
  3692.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3693.                        
  3694.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3695.                    </div>
  3696.                    <div class="sponsored-content-v3">
  3697.                        <h3 class="sponsored-title-v3">
  3698.                            <a href="/the-red-devils-poised-to-sign-german-forward-lea-sch%C3%BCller-away-from-bayern-munich/" class="top-color">
  3699.                            The Red Devils Poised to Sign German Forward Lea Schüller away from Bayern Munich
  3700.                            </a>
  3701.                        </h3>
  3702.                        <div class="sponsored-meta-v3">
  3703.                            <div class="author-info-v3">
  3704.                                
  3705.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Rebecca Porter" class="sponsored-author-img-v3">
  3706.                                
  3707.                                <span class="top-color">
  3708.                                    Rebecca Porter
  3709.                                </span>
  3710.                            </div>
  3711.                            <span class="top-color">05 May 2026</span>
  3712.                        </div>
  3713.                    </div>
  3714.                </div>
  3715.            </div>
  3716.            
  3717.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3718.                <div class="card sponsored-card-v3">
  3719.                    <div class="sponsored-overlay-v3"></div>
  3720.                    <div class="sponsored-image-v3">
  3721.                        
  3722.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3723.                        
  3724.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3725.                    </div>
  3726.                    <div class="sponsored-content-v3">
  3727.                        <h3 class="sponsored-title-v3">
  3728.                            <a href="/as-if-she-had-won-the-champions-league-kendalls-special-night-for-england/" class="top-color">
  3729.                            ‘As if she had won the Champions League’ - Kendall’s special night for England
  3730.                            </a>
  3731.                        </h3>
  3732.                        <div class="sponsored-meta-v3">
  3733.                            <div class="author-info-v3">
  3734.                                
  3735.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Rebecca Porter" class="sponsored-author-img-v3">
  3736.                                
  3737.                                <span class="top-color">
  3738.                                    Rebecca Porter
  3739.                                </span>
  3740.                            </div>
  3741.                            <span class="top-color">05 May 2026</span>
  3742.                        </div>
  3743.                    </div>
  3744.                </div>
  3745.            </div>
  3746.            
  3747.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3748.                <div class="card sponsored-card-v3">
  3749.                    <div class="sponsored-overlay-v3"></div>
  3750.                    <div class="sponsored-image-v3">
  3751.                        
  3752.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3753.                        
  3754.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3755.                    </div>
  3756.                    <div class="sponsored-content-v3">
  3757.                        <h3 class="sponsored-title-v3">
  3758.                            <a href="/china-increases-control-on-rare-earth-exports-citing-state-security-worries/" class="top-color">
  3759.                            China Increases Control on Rare-Earth Exports, Citing State Security Worries
  3760.                            </a>
  3761.                        </h3>
  3762.                        <div class="sponsored-meta-v3">
  3763.                            <div class="author-info-v3">
  3764.                                
  3765.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Rebecca Porter" class="sponsored-author-img-v3">
  3766.                                
  3767.                                <span class="top-color">
  3768.                                    Rebecca Porter
  3769.                                </span>
  3770.                            </div>
  3771.                            <span class="top-color">05 May 2026</span>
  3772.                        </div>
  3773.                    </div>
  3774.                </div>
  3775.            </div>
  3776.            
  3777.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3778.                <div class="card sponsored-card-v3">
  3779.                    <div class="sponsored-overlay-v3"></div>
  3780.                    <div class="sponsored-image-v3">
  3781.                        
  3782.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3783.                        
  3784.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3785.                    </div>
  3786.                    <div class="sponsored-content-v3">
  3787.                        <h3 class="sponsored-title-v3">
  3788.                            <a href="/the-renowned-filmmaker-on-his-latest-american-revolution-project-no-project-will-be-more-significant/" class="top-color">
  3789.                            The Renowned Filmmaker on His Latest American Revolution Project: ‘No Project Will Be More Significant’
  3790.                            </a>
  3791.                        </h3>
  3792.                        <div class="sponsored-meta-v3">
  3793.                            <div class="author-info-v3">
  3794.                                
  3795.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Rebecca Porter" class="sponsored-author-img-v3">
  3796.                                
  3797.                                <span class="top-color">
  3798.                                    Rebecca Porter
  3799.                                </span>
  3800.                            </div>
  3801.                            <span class="top-color">05 May 2026</span>
  3802.                        </div>
  3803.                    </div>
  3804.                </div>
  3805.            </div>
  3806.            
  3807.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3808.                <div class="card sponsored-card-v3">
  3809.                    <div class="sponsored-overlay-v3"></div>
  3810.                    <div class="sponsored-image-v3">
  3811.                        
  3812.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3813.                        
  3814.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3815.                    </div>
  3816.                    <div class="sponsored-content-v3">
  3817.                        <h3 class="sponsored-title-v3">
  3818.                            <a href="/orbital-photographs-show-irans-navy-and-nuclear-sites-damaged-by-us-israeli-airstrikes/" class="top-color">
  3819.                            Orbital Photographs Show Iran&#x27;s Navy and Nuclear Sites Damaged by US-Israeli Airstrikes.
  3820.                            </a>
  3821.                        </h3>
  3822.                        <div class="sponsored-meta-v3">
  3823.                            <div class="author-info-v3">
  3824.                                
  3825.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Rebecca Porter" class="sponsored-author-img-v3">
  3826.                                
  3827.                                <span class="top-color">
  3828.                                    Rebecca Porter
  3829.                                </span>
  3830.                            </div>
  3831.                            <span class="top-color">05 May 2026</span>
  3832.                        </div>
  3833.                    </div>
  3834.                </div>
  3835.            </div>
  3836.            
  3837.        </div>
  3838.    </div>
  3839. </section>
  3840.  
  3841.  
  3842.    
  3843.        <!-- end wpo-blog-sponsored-section -->
  3844.        <!-- start wpo-subscribe-section -->
  3845.        
  3846.        <!-- end subscribe-section -->
  3847.        <!-- start of wpo-site-footer-section -->
  3848.        
  3849.  
  3850.  
  3851.  
  3852.  
  3853.  
  3854.  
  3855. <!-- Footer V5 - Clean Minimalist Bootstrap Design -->
  3856. <footer class="footer-v5 bg-primary-gradient border-top">
  3857.    
  3858.    <!-- Main Footer Content -->
  3859.    <div class="container-fluid py-5">
  3860.        
  3861.        <!-- Top Section with Logo and Description -->
  3862.        <div class="row mb-5">
  3863.            <div class="col-12 text-center">
  3864.                <div class="footer-brand mb-4">
  3865.                    
  3866.                    <h4 class="fw-bold footer-color mb-2">Orbit Games UK</h4>
  3867.                    <p class="footer-color opacity-50">Orbit Games UK delivers expert gaming news, in-depth reviews, and industry insights for gamers and enthusiasts. Stay updated with the latest trends and releases.</p>
  3868.                </div>
  3869.            </div>
  3870.        </div>
  3871.  
  3872.        <!-- Content Grid -->
  3873.        <div class="d-flex justify-content-between flex-wrap gap-2 px-3">
  3874.            
  3875.            <!-- Quick Links Column -->
  3876.            <div class="">
  3877.                <div class="footer-section">
  3878.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3879.                        Quick Links
  3880.                    </h6>
  3881.                    <ul class="list-unstyled footer-links">
  3882.                        
  3883.                        <li class="mb-2">
  3884.                            <a href="/underdog-justin-hood-smashes-record-with-stunning-11-straight-doubles-in-world-championship-thrashing/"
  3885.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3886.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3887.                                Underdog Justin Hood Smashes Record with Stunning 11 Straight Doubles in World Championship Thrashing
  3888.                            </a>
  3889.                        </li>
  3890.                        
  3891.                        <li class="mb-2">
  3892.                            <a href="/the-ongoing-issue-with-edinburghs-plastic-shrouded-hotel/"
  3893.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3894.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3895.                                The Ongoing Issue with Edinburgh&#x27;s Plastic-Shrouded Hotel?
  3896.                            </a>
  3897.                        </li>
  3898.                        
  3899.                        <li class="mb-2">
  3900.                            <a href="/in-the-midst-of-a-fierce-gale-the-panicked-screams-of-children-in-tents-outside-echoed-this-is-christmas-in-gaza/"
  3901.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3902.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3903.                                In the midst of a Fierce Gale, The Panicked Screams of Children in Tents Outside Echoed. This is Christmas in Gaza
  3904.                            </a>
  3905.                        </li>
  3906.                        
  3907.                        <li class="mb-2">
  3908.                            <a href="/a-critical-scenario-conflict-on-iran-squeezes-indias-kitchen-fuel-stock/"
  3909.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3910.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3911.                                ‘A Critical Scenario’: Conflict on Iran Squeezes India&#x27;s Kitchen Fuel Stock.
  3912.                            </a>
  3913.                        </li>
  3914.                        
  3915.                        <li class="mb-2">
  3916.                            <a href="/real-madrid-commanding-but-vinicius-issues-intensify-important-el-clasico-takeaways/"
  3917.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3918.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3919.                                Real Madrid Commanding but Vinicius Issues Intensify – Important El Clasico Takeaways
  3920.                            </a>
  3921.                        </li>
  3922.                        
  3923.                        <li class="mb-2">
  3924.                            <a href="/maga-voters-for-mamdani-and-a-new-left-coalition-the-biggest-surprises-from-new-yorks-election/"
  3925.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3926.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3927.                                MAGA Voters for Mamdani and a New Left Coalition: The Biggest Surprises from New York’s Election
  3928.                            </a>
  3929.                        </li>
  3930.                        
  3931.                    </ul>
  3932.                </div>
  3933.            </div>
  3934.  
  3935.            <!-- Resources Column -->
  3936.            <div class="">
  3937.                <div class="footer-section">
  3938.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3939.                        Resources
  3940.                    </h6>
  3941.                   <ul class="footer-links" id="footerLinks">
  3942.        
  3943.        
  3944.  
  3945.        
  3946.        
  3947.        
  3948.        
  3949.    </ul>
  3950.                </div>
  3951.            </div>
  3952.  
  3953.            <!-- Categories Column -->
  3954.            <div class="">
  3955.                <div class="footer-section">
  3956.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3957.                        Categories
  3958.                    </h6>
  3959.                    <div class="category-tags">
  3960.                      
  3961.                                <li>
  3962.                                    <a href="/category/all-posts/" class="footer-link footer-color">
  3963.                                        All Posts
  3964.                                    </a>
  3965.                                </li>
  3966.                                
  3967.                                <li>
  3968.                                    <a href="/category/business/" class="footer-link footer-color">
  3969.                                        Business
  3970.                                    </a>
  3971.                                </li>
  3972.                                
  3973.                                <li>
  3974.                                    <a href="/category/esports/" class="footer-link footer-color">
  3975.                                        Esports
  3976.                                    </a>
  3977.                                </li>
  3978.                                
  3979.                                <li>
  3980.                                    <a href="/category/fashion/" class="footer-link footer-color">
  3981.                                        Fashion
  3982.                                    </a>
  3983.                                </li>
  3984.                                
  3985.                                <li>
  3986.                                    <a href="/category/featured/" class="footer-link footer-color">
  3987.                                        Featured
  3988.                                    </a>
  3989.                                </li>
  3990.                                
  3991.                                <li>
  3992.                                    <a href="/category/gaming/" class="footer-link footer-color">
  3993.                                        Gaming
  3994.                                    </a>
  3995.                                </li>
  3996.                                
  3997.                    </div>
  3998.                </div>
  3999.            </div>
  4000.  
  4001.        </div>
  4002.  
  4003.    </div>
  4004.  
  4005.    <!-- Footer Bottom -->
  4006.    <div class="footer-bottom  border-top py-3">
  4007.        <div class="container-fluid fluid-container">
  4008.            <div class=" d-flex justify-content-between flex-wrap">
  4009.                <div class="">
  4010.                    <p class="mb-0 footer-color  ">
  4011.                        © 2026 <span class="fw-semibold footer-color">Orbit Games UK</span>. All rights reserved.
  4012.                    </p>
  4013.                </div>
  4014.                <div class="">
  4015.                    <div class="footer-nav">
  4016.                        <a href="/page/write-for-us/" class="text-decoration-none   me-3">
  4017.                            <i class="bi bi-file-text me-1"></i>Write For Us
  4018.                        </a>
  4019.                        <a href="/page/terms-and-conditions/" class="text-decoration-none   me-3">
  4020.                            <i class="bi bi-file-text me-1"></i>Terms
  4021.                        </a>
  4022.                        <a href="/sitemap.xml" class="text-decoration-none  ">
  4023.                            <i class="bi bi-diagram-3 me-1"></i>Sitemap
  4024.                        </a>
  4025.                    </div>
  4026.                </div>
  4027.            </div>
  4028.        </div>
  4029.    </div>
  4030.  
  4031. </footer>
  4032.  
  4033. <style>
  4034. /* Footer V5 - Clean Minimalist Bootstrap Design */
  4035.  
  4036.  
  4037.  
  4038.  
  4039. .footer-logo {
  4040.    border-radius: 8px;
  4041. }
  4042.  
  4043. /* Footer Sections */
  4044. .footer-section {
  4045.    padding: 0 15px;
  4046. }
  4047.  
  4048. .footer-section h6 {
  4049.    position: relative;
  4050.    padding-bottom: 8px;
  4051. }
  4052.  
  4053. .footer-section h6::after {
  4054.    content: '';
  4055.    position: absolute;
  4056.    bottom: 0;
  4057.    left: 0;
  4058.    width: 30px;
  4059.    height: 2px;
  4060.    background: linear-gradient(45deg, var(--bs-primary), var(--footer-color));
  4061.    border-radius: 1px;
  4062. }
  4063.  
  4064. /* Links Styling */
  4065. .footer-links a {
  4066.    transition: all 0.3s ease;
  4067.    padding: 4px 0;
  4068.    border-radius: 4px;
  4069. }
  4070.  
  4071. .footer-links a:hover {
  4072.    color: var(--bs-primary) !important;
  4073.    padding-left: 8px;
  4074. }
  4075.  
  4076. .footer-links a:hover i {
  4077.    transform: translateX(2px);
  4078. }
  4079.  
  4080. /* Category Tags */
  4081. .category-tag {
  4082.    transition: all 0.3s ease;
  4083.    padding: 6px 12px !important;
  4084.    font-size: 0.875rem;
  4085. }
  4086.  
  4087.  
  4088.  
  4089. /* Footer Bottom */
  4090. .footer-bottom {
  4091.    backdrop-filter: blur(10px);
  4092. }
  4093.  
  4094. /* Responsive Design */
  4095. @media (max-width: 768px) {
  4096.    .footer-v5 {
  4097.        margin-top: 60px;
  4098.    }
  4099.    
  4100.    .footer-section {
  4101.        text-align:start;
  4102.        margin-bottom: 40px;
  4103.    }
  4104.    
  4105.    .footer-links a,
  4106.    .category-tags {
  4107.        justify-content:start;
  4108.    }
  4109.    
  4110.    .social-links .d-flex {
  4111.        justify-content:start;
  4112.    }
  4113. }
  4114.  
  4115. @media (max-width: 576px) {
  4116.    .footer-brand h4 {
  4117.        font-size: 1.25rem;
  4118.    }
  4119.    
  4120.    .stats-item h5 {
  4121.        font-size: 1.1rem;
  4122.    }
  4123.    
  4124.    .newsletter-form .btn {
  4125.        padding: 8px 12px;
  4126.    }
  4127. }
  4128.  
  4129. /* Animation Classes */
  4130. .fade-in {
  4131.    animation: fadeIn 0.6s ease-in;
  4132. }
  4133.  
  4134. @keyframes fadeIn {
  4135.    from { opacity: 0; transform: translateY(20px); }
  4136.    to { opacity: 1; transform: translateY(0); }
  4137. }
  4138.  
  4139. /* Loading State */
  4140. .loading {
  4141.    pointer-events: none;
  4142.    opacity: 0.7;
  4143. }
  4144.  
  4145. .loading .btn {
  4146.    position: relative;
  4147. }
  4148.  
  4149. .loading .btn::after {
  4150.    content: '';
  4151.    position: absolute;
  4152.    top: 50%;
  4153.    left: 50%;
  4154.    width: 16px;
  4155.    height: 16px;
  4156.    margin: -8px 0 0 -8px;
  4157.    border: 2px solid transparent;
  4158.    border-top-color: currentColor;
  4159.    border-radius: 50%;
  4160.    animation: spin 1s linear infinite;
  4161. }
  4162.  
  4163. @keyframes spin {
  4164.    to { transform: rotate(360deg); }
  4165. }
  4166.  
  4167. /* Utility Classes */
  4168. .text-gradient {
  4169.    background: linear-gradient(45deg, var(--bs-primary), var(--bs-success));
  4170.    -webkit-background-clip: text;
  4171.    -webkit-text-fill-color: transparent;
  4172.    background-clip: text;
  4173. }
  4174.  
  4175. .hover-lift {
  4176.    transition: transform 0.3s ease;
  4177. }
  4178.  
  4179. .hover-lift:hover {
  4180.    transform: translateY(-2px);
  4181. }
  4182. </style>
  4183.  
  4184.  
  4185. <script>
  4186. document.addEventListener('DOMContentLoaded', function() {
  4187.    
  4188.    // Initialize Bootstrap tooltips
  4189.    const tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'));
  4190.    tooltipTriggerList.map(function (tooltipTriggerEl) {
  4191.        return new bootstrap.Tooltip(tooltipTriggerEl);
  4192.    });
  4193.  
  4194.    // Newsletter form handling
  4195.    const newsletterForm = document.querySelector('.newsletter-form');
  4196.    if (newsletterForm) {
  4197.        newsletterForm.addEventListener('submit', function(e) {
  4198.            e.preventDefault();
  4199.            
  4200.            const email = this.querySelector('input[name="email"]').value.trim();
  4201.            const submitBtn = this.querySelector('button[type="submit"]');
  4202.            const originalContent = submitBtn.innerHTML;
  4203.            
  4204.            // Validate email
  4205.            if (!email || !isValidEmail(email)) {
  4206.                showToast('Please enter a valid email address', 'error');
  4207.                return;
  4208.            }
  4209.            
  4210.            // Show loading state
  4211.            this.classList.add('loading');
  4212.            submitBtn.innerHTML = '<span class="spinner-border spinner-border-sm me-1"></span>Subscribing...';
  4213.            submitBtn.disabled = true;
  4214.            
  4215.            // Simulate API call
  4216.            setTimeout(() => {
  4217.                // Success state
  4218.                submitBtn.innerHTML = '<i class="bi bi-check-lg me-1"></i>Subscribed!';
  4219.                submitBtn.classList.remove('btn-primary');
  4220.                submitBtn.classList.add('btn-success');
  4221.                
  4222.                showToast('Successfully subscribed to newsletter!', 'success');
  4223.                
  4224.                // Reset form
  4225.                setTimeout(() => {
  4226.                    this.classList.remove('loading');
  4227.                    submitBtn.innerHTML = originalContent;
  4228.                    submitBtn.classList.remove('btn-success');
  4229.                    submitBtn.classList.add('btn-primary');
  4230.                    submitBtn.disabled = false;
  4231.                    this.reset();
  4232.                }, 2000);
  4233.                
  4234.            }, 1500);
  4235.        });
  4236.    }
  4237.    
  4238.    // Email validation function
  4239.    function isValidEmail(email) {
  4240.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  4241.        return emailRegex.test(email);
  4242.    }
  4243.    
  4244.    // Toast notification function
  4245.    function showToast(message, type = 'info') {
  4246.        // Remove existing toasts
  4247.        const existingToasts = document.querySelectorAll('.custom-toast');
  4248.        existingToasts.forEach(toast => toast.remove());
  4249.        
  4250.        // Create toast
  4251.        const toast = document.createElement('div');
  4252.        toast.className = `custom-toast position-fixed top-0 end-0 m-3 alert alert-${type === 'error' ? 'danger' : type} alert-dismissible fade show`;
  4253.        toast.style.zIndex = '9999';
  4254.        toast.innerHTML = `
  4255.            <div class="d-flex align-items-center">
  4256.                <i class="bi bi-${type === 'success' ? 'check-circle-fill' : type === 'error' ? 'exclamation-triangle-fill' : 'info-circle-fill'} me-2"></i>
  4257.                <span>${message}</span>
  4258.                <button type="button" class="btn-close" data-bs-dismiss="alert"></button>
  4259.            </div>
  4260.        `;
  4261.        
  4262.        document.body.appendChild(toast);
  4263.        
  4264.        // Auto remove after 4 seconds
  4265.        setTimeout(() => {
  4266.            if (toast && toast.parentNode) {
  4267.                toast.remove();
  4268.            }
  4269.        }, 4000);
  4270.    }
  4271.    
  4272.    // Smooth scroll for internal links
  4273.    document.querySelectorAll('a[href^="#"]').forEach(anchor => {
  4274.        anchor.addEventListener('click', function(e) {
  4275.            e.preventDefault();
  4276.            const target = document.querySelector(this.getAttribute('href'));
  4277.            if (target) {
  4278.                target.scrollIntoView({
  4279.                    behavior: 'smooth',
  4280.                    block: 'start'
  4281.                });
  4282.            }
  4283.        });
  4284.    });
  4285.    
  4286.    // Add fade-in animation to footer sections on scroll
  4287.    const observerOptions = {
  4288.        threshold: 0.1,
  4289.        rootMargin: '0px 0px -50px 0px'
  4290.    };
  4291.    
  4292.    const sectionObserver = new IntersectionObserver((entries) => {
  4293.        entries.forEach(entry => {
  4294.            if (entry.isIntersecting) {
  4295.                entry.target.classList.add('fade-in');
  4296.            }
  4297.        });
  4298.    }, observerOptions);
  4299.    
  4300.    // Observe footer sections
  4301.    document.querySelectorAll('.footer-section, .stats-item').forEach(section => {
  4302.        sectionObserver.observe(section);
  4303.    });
  4304.    
  4305.    // Enhanced hover effects for category tags
  4306.    document.querySelectorAll('.category-tag').forEach(tag => {
  4307.        tag.addEventListener('mouseenter', function() {
  4308.            this.style.transform = 'translateY(-2px) scale(1.02)';
  4309.        });
  4310.        
  4311.        tag.addEventListener('mouseleave', function() {
  4312.            this.style.transform = 'translateY(0) scale(1)';
  4313.        });
  4314.    });
  4315.    
  4316.    // Prevent default for demo links
  4317.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4318.        link.addEventListener('click', function(e) {
  4319.            e.preventDefault();
  4320.        });
  4321.    });
  4322.    
  4323.    // Add click ripple effect to buttons
  4324.    document.querySelectorAll('.btn').forEach(btn => {
  4325.        btn.addEventListener('click', function(e) {
  4326.            const ripple = document.createElement('span');
  4327.            const rect = this.getBoundingClientRect();
  4328.            const size = Math.max(rect.width, rect.height);
  4329.            const x = e.clientX - rect.left - size / 2;
  4330.            const y = e.clientY - rect.top - size / 2;
  4331.            
  4332.            ripple.style.cssText = `
  4333.                position: absolute;
  4334.                left: ${x}px;
  4335.                top: ${y}px;
  4336.                width: ${size}px;
  4337.                height: ${size}px;
  4338.                border-radius: 50%;
  4339.                background: rgba(255, 255, 255, 0.4);
  4340.                transform: scale(0);
  4341.                animation: ripple-effect 0.6s linear;
  4342.                pointer-events: none;
  4343.            `;
  4344.            
  4345.            this.style.position = 'relative';
  4346.            this.style.overflow = 'hidden';
  4347.            this.appendChild(ripple);
  4348.            
  4349.            setTimeout(() => ripple.remove(), 600);
  4350.        });
  4351.    });
  4352.    
  4353. });
  4354.  
  4355. // Add ripple animation CSS
  4356. const rippleCSS = document.createElement('style');
  4357. rippleCSS.textContent = `
  4358.    @keyframes ripple-effect {
  4359.        to {
  4360.            transform: scale(4);
  4361.            opacity: 0;
  4362.        }
  4363.    }
  4364. `;
  4365. document.head.appendChild(rippleCSS);
  4366.  
  4367. document.addEventListener('DOMContentLoaded', function () {
  4368.    var btn = document.getElementById('toggleFooterLinks');
  4369.    if (!btn) return; // No extra links, no button
  4370.  
  4371.    var extras = document.querySelectorAll('#footerLinks li.extra');
  4372.  
  4373.    btn.addEventListener('click', function () {
  4374.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4375.            return li.classList.contains('d-none');
  4376.        });
  4377.  
  4378.        extras.forEach(function (li) {
  4379.            if (anyHidden) {
  4380.                li.classList.remove('d-none');
  4381.                li.classList.add('show');
  4382.            } else {
  4383.                li.classList.add('d-none');
  4384.                li.classList.remove('show');
  4385.            }
  4386.        });
  4387.  
  4388.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4389.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4390.    });
  4391. });
  4392.  
  4393. </script>
  4394.  
  4395.        <!-- end of wpo-site-footer-section -->
  4396.    </div>
  4397.    <!-- end of page-wrapper -->
  4398.  
  4399.    <!-- All JavaScript files
  4400.    ================================================== -->
  4401.    
  4402.  
  4403. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4404. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4405. <!-- Plugins for this template -->
  4406. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4407. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4408. <!-- Custom script for this template -->
  4409. <script src="/static/blogapp/assets/js/script.js"></script>
  4410.  
  4411. <script>
  4412. (function () {
  4413. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4414. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4415.  
  4416. function applyFallback(img) {
  4417. if (!img || img.dataset.fallbackApplied === "1") {
  4418. return;
  4419. }
  4420. var failedSrc = img.currentSrc || img.src || "";
  4421. img.dataset.fallbackApplied = "1";
  4422. img.onerror = null;
  4423. img.src = fallbackImageSrc;
  4424. console.warn("[ImageFallback] Replaced broken image:", {
  4425. failedSrc: failedSrc,
  4426. fallbackSrc: fallbackImageSrc,
  4427. alt: img.alt || "",
  4428. });
  4429. }
  4430.  
  4431. document.querySelectorAll("img").forEach(function (img) {
  4432. if (img.complete && img.naturalWidth === 0) {
  4433. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4434. failedSrc: img.currentSrc || img.src || "",
  4435. alt: img.alt || "",
  4436. });
  4437. applyFallback(img);
  4438. }
  4439. });
  4440.  
  4441. document.addEventListener(
  4442. "error",
  4443. function (event) {
  4444. var target = event.target;
  4445. if (target && target.tagName === "IMG") {
  4446. applyFallback(target);
  4447. }
  4448. },
  4449. true
  4450. );
  4451. })();
  4452. </script>
  4453.  
  4454. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4455.  
  4456.  
  4457.  
  4458. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"b83bb03e2824417c94e90456de3f8155","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4459. </body>
  4460.  
  4461. </html>
  4462.  
  4463.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda