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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="mulish">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_-_2025-04-28T172732.972_veDC0os_pNjjT45_TOtEBju.png">
  14.    
  15.  
  16.    <title>Media Modern Plus: UK&#x27;s Premier Digital Media &amp; Marketing Blog</title>
  17.    <meta name="description" content="Explore the latest trends in digital media, marketing strategies, and technology insights from the UK&#x27;s leading experts. Stay updated with practical tips and industry news.">
  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://mediamodernplus.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #7e57c2;
  42.        --bs-primary-rgb: 7e57c2;
  43.        --bs-secondary: #6b7280;
  44.        --bs-success: #2dd4bf;
  45.        --bs-danger: #f43f5e;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #60a5fa;
  48.        --bs-light: #f2e9ff;
  49.        --bs-dark: #2e1065;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #7e57c2;
  53.        --theme-primary-color-s2: #7e57c2;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #2e1065;
  57.        --text-light-color: #676767;
  58.        --heading-color: #2e1065;
  59.        --border-color: #d6bcfa;
  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: #e9d5ff;
  75.        --navbar-color: #2e1065;
  76.        --topbar-bg: #f2e9ff;
  77.        --topbar-color: #2e1065;
  78.        --footer-bg: #2e1065;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #d6bcfa;
  82.        --card-radius: 14px;
  83.        --link-color: #7e57c2;
  84.        --link-hover: #6b46a3;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(126, 87, 194, 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. </head>
  368.  
  369.  
  370.  
  371. <body class="page-blogapp:homepage theme-theme_94">
  372.    <div id="healthcheck"></div>
  373.    <!-- start page-wrapper -->
  374.    <div class="page-wrapper">
  375.        
  376.            <!-- start preloader -->
  377.                
  378.            <!-- end preloader -->
  379.        
  380.        <!-- Start header -->
  381.        <header id="header" class="wpo-site-header">
  382.            
  383.  
  384.  
  385.    
  386.  
  387.  
  388. <div class="topbar d-sm-flex d-none">
  389.  <div class="container-fluid fluid-container">
  390.    <div class="row  ">
  391.      <div>
  392.        <div class="pt-2 d-flex gap-2 pb-0">
  393.          <div class="bg-primary-gradient d-flex gap-2 mb-2 p-2">
  394.            <div class="d-flex">
  395.              <span class="fw-bold">Latest</span>
  396.            </div>
  397.            <div class="d-flex">
  398.              <span class="fw-bold">Update</span>
  399.            </div>
  400.          </div>
  401.  
  402.          <!-- Add an id to the marquee -->
  403.          <marquee id="newsMarquee" direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  404.            <p class="text-center">
  405.              
  406.               <a href="/escalating-verbal-conflict-between-ethiopian-government-and-eritrea-sparks-anxieties-of-armed-clash/" class="px-5 top-color">
  407.                    Escalating Verbal Conflict Between Ethiopian Government and Eritrea Sparks Anxieties of Armed Clash
  408.                  </a>
  409.              
  410.               <a href="/jets-icon-nick-mangold-dies-at-41-while-seeking-kidney-transplant/" class="px-5 top-color">
  411.                    Jets Icon Nick Mangold Dies at 41 While Seeking Kidney Transplant
  412.                  </a>
  413.              
  414.               <a href="/honduran-contender-alleges-vote-has-been-manipulated/" class="px-5 top-color">
  415.                    Honduran Contender Alleges Vote Has Been &#x27;Manipulated&#x27;
  416.                  </a>
  417.              
  418.               <a href="/tesla-investors-to-cast-their-ballots-on-mammoth-1-trillion-compensation-package-for-ceo-elon-musk/" class="px-5 top-color">
  419.                    Tesla Investors to Cast Their Ballots on Mammoth $1 Trillion Compensation Package for CEO Elon Musk
  420.                  </a>
  421.              
  422.               <a href="/strictly-champions-announced-in-spectacular-live-final/" class="px-5 top-color">
  423.                    Strictly Champions Announced in Spectacular Live Final
  424.                  </a>
  425.              
  426.            </p>
  427.          </marquee>
  428.        </div>
  429.      </div>
  430.    </div>
  431.  </div>
  432. </div>
  433.  
  434. <script>
  435.  // Stop/start marquee when hovering or focusing links inside it
  436.  document.addEventListener("DOMContentLoaded", function () {
  437.    const marquee = document.getElementById("newsMarquee");
  438.    if (!marquee) return;
  439.  
  440.    marquee.querySelectorAll("a").forEach((link) => {
  441.      link.addEventListener("mouseenter", () => marquee.stop());
  442.      link.addEventListener("mouseleave", () => marquee.start());
  443.      // keyboard accessibility
  444.      link.addEventListener("focus", () => marquee.stop());
  445.      link.addEventListener("blur", () => marquee.start());
  446.    });
  447.  });
  448. </script>
  449.  
  450.  
  451.  
  452.            
  453.  
  454.  
  455.  
  456.  
  457.  
  458.  
  459. <header class="header-v8 mb-4">
  460.    <div class="container-fluid fluid-container">
  461.        <!-- Main Navigation Card -->
  462.        <div class="nav-card-v8">
  463.            <div class="row align-items-center justify-content-between">
  464.                <!-- Logo Section -->
  465.               <div class="col-lg-2 col-md-3 col-6">
  466.                    <div class="logo-section-v8">
  467.                        <a class="logo-link-v8" href="/">
  468.                            
  469.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/c65d15ba-7afc-4993-bc13-ecdc004ddd69_logo.png" alt="Media Modern Plus" class="logo-img-v8" />
  470.                            
  471.                        </a>
  472.                    </div>
  473.                </div>
  474.  
  475.                <!-- Navigation Menu -->
  476.                <div class="col-lg-8 col-md-6 d-none d-xl-block">
  477.                    <nav class="main-nav-v8">
  478.                        <ul class="nav-list-v8">
  479.  
  480.                            
  481.                            <li class="nav-item-v8">
  482.                                <a href="/" class="nav-link-v8 active-v8"
  483.                                    data-text="Home">Home</a>
  484.                            </li>
  485.  
  486.                            
  487.                            
  488.                             <li class="nav-item-v8">
  489.                                <a href="/category/all-posts/" class="nav-link-v8"
  490.                                    data-text="All Posts">
  491.                                    All Posts
  492.                                </a>
  493.                                </li>
  494.  
  495.                                
  496.  
  497.                                                
  498.                                                
  499.                                
  500.                             <li class="nav-item-v8">
  501.                                <a href="/category/business/" class="nav-link-v8"
  502.                                    data-text="Business">
  503.                                    Business
  504.                                </a>
  505.                                </li>
  506.  
  507.                                
  508.  
  509.                                                
  510.                                                
  511.                                
  512.                             <li class="nav-item-v8">
  513.                                <a href="/category/esports/" class="nav-link-v8"
  514.                                    data-text="Esports">
  515.                                    Esports
  516.                                </a>
  517.                                </li>
  518.  
  519.                                
  520.  
  521.                                                
  522.                                                
  523.                                
  524.                             <li class="nav-item-v8">
  525.                                <a href="/category/fashion/" class="nav-link-v8"
  526.                                    data-text="Fashion">
  527.                                    Fashion
  528.                                </a>
  529.                                </li>
  530.  
  531.                                
  532.  
  533.                                                
  534.                                                
  535.                                
  536.                             <li class="nav-item-v8">
  537.                                <a href="/category/featured/" class="nav-link-v8"
  538.                                    data-text="Featured">
  539.                                    Featured
  540.                                </a>
  541.                                </li>
  542.  
  543.                                
  544.  
  545.                                                
  546.                                                
  547.                                
  548.                             <li class="nav-item-v8">
  549.                                <a href="/category/gaming/" class="nav-link-v8"
  550.                                    data-text="Gaming">
  551.                                    Gaming
  552.                                </a>
  553.                                </li>
  554.  
  555.                                
  556.  
  557.                                                
  558.                                                
  559.                                
  560.                             <li class="nav-item-v8">
  561.                                <a href="/category/health/" class="nav-link-v8"
  562.                                    data-text="Health">
  563.                                    Health
  564.                                </a>
  565.                                </li>
  566.  
  567.                                
  568.  
  569.                                                
  570.                                                
  571.                                
  572.                            
  573.                                
  574.                                
  575.                                <li class="nav-item-v8 has-dropdown-v8">
  576.                                    <a href="#" class="nav-link-v8" data-text="More">More</a>
  577.                                    <div class="dropdown-card-v8">
  578.                                        <div class="dropdown-grid-v8">
  579.                                            <div class="dropdown-section-v8">
  580.                                                <a href="/category/life-fitness/"
  581.                                                    class="dropdown-link-v8">
  582.                                                    <span class="link-icon-v8"></span> Life &amp; Fitness
  583.                                                </a>
  584.                                                
  585.  
  586.                                                
  587.  
  588.                                                
  589.                                                
  590.                                
  591.                            
  592.                                                <a href="/category/lifestyle/"
  593.                                                    class="dropdown-link-v8">
  594.                                                    <span class="link-icon-v8"></span> Lifestyle
  595.                                                </a>
  596.                                                
  597.  
  598.                                                
  599.                                                
  600.                                
  601.                            
  602.                                                <a href="/category/news/"
  603.                                                    class="dropdown-link-v8">
  604.                                                    <span class="link-icon-v8"></span> News
  605.                                                </a>
  606.                                                
  607.  
  608.                                                
  609.                                                
  610.                                
  611.                            
  612.                                                <a href="/category/others/"
  613.                                                    class="dropdown-link-v8">
  614.                                                    <span class="link-icon-v8"></span> Others
  615.                                                </a>
  616.                                                
  617.  
  618.                                                
  619.                                                
  620.                                
  621.                            
  622.                                                <a href="/category/politics/"
  623.                                                    class="dropdown-link-v8">
  624.                                                    <span class="link-icon-v8"></span> Politics
  625.                                                </a>
  626.                                                
  627.  
  628.                                                
  629.                                                
  630.                                
  631.                            
  632.                                                <a href="/category/sports/"
  633.                                                    class="dropdown-link-v8">
  634.                                                    <span class="link-icon-v8"></span> Sports
  635.                                                </a>
  636.                                                
  637.  
  638.                                                
  639.                                                
  640.                                
  641.                            
  642.                                                <a href="/category/tech/"
  643.                                                    class="dropdown-link-v8">
  644.                                                    <span class="link-icon-v8"></span> Tech
  645.                                                </a>
  646.                                                
  647.  
  648.                                                
  649.                                                
  650.                                
  651.                            
  652.                                                <a href="/category/travel/"
  653.                                                    class="dropdown-link-v8">
  654.                                                    <span class="link-icon-v8"></span> Travel
  655.                                                </a>
  656.                                                
  657.  
  658.                                                
  659.                                                
  660.                                            </div>
  661.                                        </div>
  662.                                    </div>
  663.                                </li>
  664.                                
  665.                                
  666. <li>
  667.                  <a href="/page/contact-us/">
  668.                     Contact Us
  669.                  </a>
  670.              </li>
  671.                        </ul>
  672.                    </nav>
  673.  
  674.                </div>
  675.  
  676.                <!-- Search & Mobile Toggle -->
  677.                <div class="col-lg-2 col-md-3 col-6">
  678.                    <div class="nav-actions-v8">
  679.                        <button class="search-toggle-v8" onclick="toggleSearchV8()">
  680.                            <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  681.                                stroke-width="2">
  682.                                <circle cx="11" cy="11" r="8"></circle>
  683.                                <path d="m21 21-4.35-4.35"></path>
  684.                            </svg>
  685.                        </button>
  686.                        <button class="mobile-toggle-v8 d-xl-none" onclick="toggleMobileNavV8()">
  687.                            <i class="ti-menu fs-5"></i>
  688.                        </button>
  689.                    </div>
  690.                </div>
  691.            </div>
  692.        </div>
  693.  
  694.        <!-- Floating Search Card -->
  695.        <div class="search-card-v8" id="searchCardV8">
  696.            <div class="search-container-v8">
  697.                <form class="search-form-v8" action="#" method="get">
  698.                    <div class="search-input-wrapper-v8">
  699.                        <svg class="search-icon-v8" width="20" height="20" viewBox="0 0 24 24" fill="none"
  700.                            stroke="currentColor" stroke-width="2">
  701.                            <circle cx="11" cy="11" r="8"></circle>
  702.                            <path d="m21 21-4.35-4.35"></path>
  703.                        </svg>
  704.                        <input type="search" class="search-input-v8" id="search-input"
  705.                            placeholder="Search for articles, tutorials, news..." name="q" autocomplete="off">
  706.                        <button type="button" class="search-close-v8" onclick="toggleSearchV8()">
  707.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  708.                                stroke-width="2">
  709.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  710.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  711.                            </svg>
  712.                        </button>
  713.                    </div>
  714.                    <div class="search-suggestions-v8 search-v1" id="search-results">
  715.                        
  716.                        
  717.                    </div>
  718.                </form>
  719.            </div>
  720.        </div>
  721.  
  722.        <!-- Mobile Navigation Card -->
  723.        <div class="mobile-nav-card-v8 d-xl-none" id="mobileNavV8">
  724.            <div class="mobile-nav-content-v8">
  725.                <ul class="mobile-nav-list-v8">
  726.  
  727.                    
  728.                    <li class="mobile-nav-item-v8">
  729.                        <a href="/" class="mobile-nav-link-v8 active-v8">
  730.                            Home
  731.                        </a>
  732.                    </li>
  733.  
  734.                    
  735.                      <li class="mobile-nav-item-v8">
  736.                        <a href="/category/all-posts/" class="mobile-nav-link-v8">
  737.                            All Posts
  738.                        </a>
  739.                        </li>
  740.  
  741.                        
  742.  
  743.                                
  744.                                
  745.                        
  746.                      <li class="mobile-nav-item-v8">
  747.                        <a href="/category/business/" class="mobile-nav-link-v8">
  748.                            Business
  749.                        </a>
  750.                        </li>
  751.  
  752.                        
  753.  
  754.                                
  755.                                
  756.                        
  757.                      <li class="mobile-nav-item-v8">
  758.                        <a href="/category/esports/" class="mobile-nav-link-v8">
  759.                            Esports
  760.                        </a>
  761.                        </li>
  762.  
  763.                        
  764.  
  765.                                
  766.                                
  767.                        
  768.                      <li class="mobile-nav-item-v8">
  769.                        <a href="/category/fashion/" class="mobile-nav-link-v8">
  770.                            Fashion
  771.                        </a>
  772.                        </li>
  773.  
  774.                        
  775.  
  776.                                
  777.                                
  778.                        
  779.                      <li class="mobile-nav-item-v8">
  780.                        <a href="/category/featured/" class="mobile-nav-link-v8">
  781.                            Featured
  782.                        </a>
  783.                        </li>
  784.  
  785.                        
  786.  
  787.                                
  788.                                
  789.                        
  790.                      <li class="mobile-nav-item-v8">
  791.                        <a href="/category/gaming/" class="mobile-nav-link-v8">
  792.                            Gaming
  793.                        </a>
  794.                        </li>
  795.  
  796.                        
  797.  
  798.                                
  799.                                
  800.                        
  801.                      <li class="mobile-nav-item-v8">
  802.                        <a href="/category/health/" class="mobile-nav-link-v8">
  803.                            Health
  804.                        </a>
  805.                        </li>
  806.  
  807.                        
  808.  
  809.                                
  810.                                
  811.                        
  812.                    
  813.                        
  814.                        
  815.                        <li class="mobile-nav-item-v8">
  816.                            <a href="#" class="mobile-nav-link-v8" onclick="toggleMobileDropdownV8('more-mobile-v8')">
  817.                                More
  818.                                <svg class="mobile-arrow-v8" width="16" height="16" viewBox="0 0 24 24" fill="none"
  819.                                    stroke="currentColor" stroke-width="2">
  820.                                    <polyline points="6,9 12,15 18,9"></polyline>
  821.                                </svg>
  822.                            </a>
  823.                            <ul class="mobile-dropdown-v8" id="more-mobile-v8">
  824.                                <li>
  825.                                    <a href="/category/life-fitness/"
  826.                                        class="mobile-sub-link-v8">
  827.                                        Life &amp; Fitness
  828.                                    </a>
  829.                                </li>
  830.                                
  831.  
  832.                                
  833.  
  834.                                
  835.                                
  836.                        
  837.                    
  838.                                
  839.                                <li>
  840.                                    <a href="/category/lifestyle/"
  841.                                        class="mobile-sub-link-v8">
  842.                                        Lifestyle
  843.                                    </a>
  844.                                </li>
  845.                                
  846.  
  847.                                
  848.                                
  849.                        
  850.                    
  851.                                
  852.                                <li>
  853.                                    <a href="/category/news/"
  854.                                        class="mobile-sub-link-v8">
  855.                                        News
  856.                                    </a>
  857.                                </li>
  858.                                
  859.  
  860.                                
  861.                                
  862.                        
  863.                    
  864.                                
  865.                                <li>
  866.                                    <a href="/category/others/"
  867.                                        class="mobile-sub-link-v8">
  868.                                        Others
  869.                                    </a>
  870.                                </li>
  871.                                
  872.  
  873.                                
  874.                                
  875.                        
  876.                    
  877.                                
  878.                                <li>
  879.                                    <a href="/category/politics/"
  880.                                        class="mobile-sub-link-v8">
  881.                                        Politics
  882.                                    </a>
  883.                                </li>
  884.                                
  885.  
  886.                                
  887.                                
  888.                        
  889.                    
  890.                                
  891.                                <li>
  892.                                    <a href="/category/sports/"
  893.                                        class="mobile-sub-link-v8">
  894.                                        Sports
  895.                                    </a>
  896.                                </li>
  897.                                
  898.  
  899.                                
  900.                                
  901.                        
  902.                    
  903.                                
  904.                                <li>
  905.                                    <a href="/category/tech/"
  906.                                        class="mobile-sub-link-v8">
  907.                                        Tech
  908.                                    </a>
  909.                                </li>
  910.                                
  911.  
  912.                                
  913.                                
  914.                        
  915.                    
  916.                                
  917.                                <li>
  918.                                    <a href="/category/travel/"
  919.                                        class="mobile-sub-link-v8">
  920.                                        Travel
  921.                                    </a>
  922.                                </li>
  923.                                
  924.  
  925.                                
  926.                                
  927.                            </ul>
  928.                        </li>
  929.                        
  930.                        
  931.  
  932.                </ul>
  933.  
  934.            </div>
  935.        </div>
  936.    </div>
  937.  
  938.    <!-- Background Overlay -->
  939.    <div class="nav-overlay-v8" id="navOverlayV8" onclick="closeAllV8()"></div>
  940. </header>
  941.  
  942. <style>
  943.    /* Navbar V8 Styles - Card-Based Glassmorphism Navigation */
  944.    .header-v8 {
  945.        padding: 20px 0;
  946.        position: relative;
  947.        min-height: 120px;
  948.    }
  949.  
  950.    /* Main Navigation Card */
  951.    .nav-card-v8 {
  952.        background:var(--navbar-bg);
  953.        backdrop-filter: blur(20px);
  954.        border: 1px solid var(--border-color);
  955.        border-radius: 20px;
  956.        padding: 15px 25px;
  957.        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  958.        position: relative;
  959.        z-index: 100;
  960.    }
  961.  
  962.    /* Logo Styles */
  963.    .logo-img-v8 {
  964.        max-height: 60px;
  965.        transition: all 0.3s ease;
  966.    }
  967.  
  968.    .logo-link-v8:hover .logo-img-v8 {
  969.        transform: scale(1.05) rotate(2deg);
  970.    }
  971.  
  972.    /* Main Navigation */
  973.    .nav-list-v8 {
  974.        list-style: none;
  975.        padding: 0;
  976.        margin: 0;
  977.        display: flex;
  978.        align-items: center;
  979.        justify-content: center;
  980.        gap: 8px;
  981.    }
  982.  
  983.    .nav-item-v8 {
  984.        position: relative;
  985.    }
  986.  
  987.    .nav-link-v8 {
  988.        color: #4a5568;
  989.        text-decoration: none;
  990.        font-weight: 500;
  991.        font-size: 15px;
  992.        padding: 12px 18px;
  993.        border-radius: 12px;
  994.        position: relative;
  995.        transition: all 0.3s ease;
  996.        display: block;
  997.        background: linear-gradient(135deg, transparent 0%, transparent 100%);
  998.    }
  999.  
  1000.    .nav-link-v8::before {
  1001.        content: attr(data-text);
  1002.        position: absolute;
  1003.        top: 0;
  1004.        left: 0;
  1005.        right: 0;
  1006.        bottom: 0;
  1007.        display: flex;
  1008.        align-items: center;
  1009.        justify-content: center;
  1010.        background: var(--sub-nav);
  1011.        color: var(--topbar-color);
  1012.        border-radius: 12px;
  1013.        opacity: 0;
  1014.        transform: scale(0.8);
  1015.        transition: all 0.3s ease;
  1016.        font-weight: 600;
  1017.    }
  1018.  
  1019.    .nav-link-v8:hover::before,
  1020.    .nav-link-v8.active-v8::before {
  1021.        opacity: 1;
  1022.        transform: scale(1);
  1023.    }
  1024.  
  1025.    .nav-link-v8:hover,
  1026.    .nav-link-v8.active-v8 {
  1027.        color: transparent;
  1028.        background: rgba(102, 126, 234, 0.1);
  1029.    }
  1030.  
  1031.    /* Dropdown Styles */
  1032.    .dropdown-card-v8 {
  1033.        position: absolute;
  1034.        top: calc(100% + 15px);
  1035.        left: 50%;
  1036.        transform: translateX(-50%);
  1037.        background:var(--navbar-bg);
  1038.        backdrop-filter: blur(20px);
  1039.        border: 1px solid var(--border-color);
  1040.        border-radius: 16px;
  1041.        padding: 25px;
  1042.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1043.        opacity: 0;
  1044.        visibility: hidden;
  1045.        transform: translateX(-50%) translateY(-10px);
  1046.        transition: all 0.3s ease;
  1047.        z-index: 200;
  1048.        min-width: 320px;
  1049.    }
  1050.  
  1051.    .has-dropdown-v8:hover .dropdown-card-v8 {
  1052.        opacity: 1;
  1053.        visibility: visible;
  1054.        transform: translateX(-50%) translateY(0);
  1055.    }
  1056.  
  1057.    .dropdown-grid-v8 {
  1058.        display: grid;
  1059.        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  1060.        gap: 20px;
  1061.    }
  1062.  
  1063.    .dropdown-header-v8 {
  1064.        font-size: 12px;
  1065.        font-weight: 700;
  1066.        color: #667eea;
  1067.        margin-bottom: 12px;
  1068.        text-transform: uppercase;
  1069.        letter-spacing: 1px;
  1070.    }
  1071.  
  1072.    .dropdown-link-v8 {
  1073.        display: flex;
  1074.        align-items: center;
  1075.        color: var(--navbar-color) !important;;
  1076.        text-decoration: none;
  1077.        font-size: 14px;
  1078.        padding: 10px 12px;
  1079.        border-radius: 10px;
  1080.        transition: all 0.3s ease;
  1081.        margin-bottom: 8px;
  1082.    }
  1083.  
  1084.    .dropdown-link-v8:hover {
  1085.        background:var(--bs-primary);
  1086.        color: var(--bs-white) !important;;
  1087.        transform: translateX(5px);
  1088.    }
  1089.  
  1090.    .link-icon-v8 {
  1091.        margin-right: 10px;
  1092.        height: 5px;
  1093.        width: 5px;
  1094.        border: 1px solid #2d3748;
  1095.        border-radius: 50%;
  1096.    }
  1097.  
  1098.    /* Navigation Actions */
  1099.    .nav-actions-v8 {
  1100.        display: flex;
  1101.        align-items: center;
  1102.        justify-content: flex-end;
  1103.        gap: 10px;
  1104.    }
  1105.  
  1106.    .search-toggle-v8,
  1107.    .mobile-toggle-v8 {
  1108.        background: rgba(102, 126, 234, 0.1);
  1109.        border: none;
  1110.        border-radius: 12px;
  1111.        padding: 12px;
  1112.        cursor: pointer;
  1113.        transition: all 0.3s ease;
  1114.        color: var(--bs-white);
  1115.    }
  1116.  
  1117.    .search-toggle-v8:hover,
  1118.    .mobile-toggle-v8:hover {
  1119.        background: var(--sub-nav);
  1120.        color: var(--topbar-color);
  1121.        transform: scale(1.05);
  1122.    }
  1123.  
  1124.    .mobile-toggle-v8 {
  1125.        flex-direction: column;
  1126.        gap: 3px;
  1127.        padding: 10px 12px;
  1128.    }
  1129.  
  1130.    .toggle-line-v8 {
  1131.        width: 20px;
  1132.        height: 2px;
  1133.        background: currentColor;
  1134.        border-radius: 1px;
  1135.        transition: all 0.3s ease;
  1136.    }
  1137.  
  1138.    /* Floating Search Card */
  1139.    .search-card-v8 {
  1140.        position: absolute;
  1141.        top: 100%;
  1142.        left: 50%;
  1143.        transform: translateX(-50%);
  1144.        width: calc(100% - 40px);
  1145.        max-width: 600px;
  1146.        background:var(--navbar-bg);
  1147.        backdrop-filter: blur(20px);
  1148.        border: 1px solid var(--border-color);
  1149.        border-radius: 20px;
  1150.        padding: 25px;
  1151.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1152.        opacity: 0;
  1153.        visibility: hidden;
  1154.        transform: translateX(-50%) translateY(-20px);
  1155.        transition: all 0.4s ease;
  1156.        z-index: 300;
  1157.        margin-top: 15px;
  1158.    }
  1159.  
  1160.    .search-card-v8.show-v8 {
  1161.        opacity: 1;
  1162.        visibility: visible;
  1163.        transform: translateX(-50%) translateY(0);
  1164.    }
  1165.  
  1166.    .search-input-wrapper-v8 {
  1167.        display: flex;
  1168.        align-items: center;
  1169.        background: rgba(248, 250, 252, 0.8);
  1170.        border: 2px solid rgba(102, 126, 234, 0.2);
  1171.        border-radius: 15px;
  1172.        padding: 5px;
  1173.        margin-bottom: 20px;
  1174.        transition: all 0.3s ease;
  1175.    }
  1176.  
  1177.    .search-input-wrapper-v8:focus-within {
  1178.        border-color: #667eea;
  1179.        background: rgba(255, 255, 255, 0.9);
  1180.        box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  1181.    }
  1182.  
  1183.    .search-icon-v8 {
  1184.        color: #a0aec0;
  1185.        margin: 0 15px;
  1186.        transition: color 0.3s ease;
  1187.    }
  1188.  
  1189.    .search-input-wrapper-v8:focus-within .search-icon-v8 {
  1190.        color: #667eea;
  1191.    }
  1192.  
  1193.    .search-input-v8 {
  1194.        flex: 1;
  1195.        border: none;
  1196.        background: transparent;
  1197.        font-size: 16px;
  1198.        padding: 15px 0;
  1199.        outline: none;
  1200.        color: #2d3748;
  1201.    }
  1202.  
  1203.    .search-input-v8::placeholder {
  1204.        color: #a0aec0;
  1205.    }
  1206.  
  1207.    .search-close-v8 {
  1208.        background: rgba(160, 174, 192, 0.2);
  1209.        border: none;
  1210.        border-radius: 10px;
  1211.        padding: 8px;
  1212.        margin-right: 8px;
  1213.        cursor: pointer;
  1214.        transition: all 0.3s ease;
  1215.        color: #a0aec0;
  1216.    }
  1217.  
  1218.    .search-close-v8:hover {
  1219.        background: rgba(229, 62, 62, 0.1);
  1220.        color: #e53e3e;
  1221.    }
  1222.  
  1223.    /* Search Suggestions */
  1224.    .search-suggestions-v8 {
  1225.        display: grid;
  1226.        gap: 8px;
  1227.    }
  1228.  
  1229.    .suggestion-item-v8 {
  1230.        display: flex;
  1231.        align-items: center;
  1232.        padding: 12px 15px;
  1233.        background: rgba(248, 250, 252, 0.1);
  1234.        border-radius: 12px;
  1235.        cursor: pointer;
  1236.        transition: all 0.3s ease;
  1237.    }
  1238.  
  1239.    .suggestion-item-v8:hover {
  1240.        background: linear-gradient(135deg, #667eea 0%, #007bff 100%);
  1241.        color: white;
  1242.        transform: translateX(5px);
  1243.    }
  1244.  
  1245.    .suggestion-icon-v8 {
  1246.        margin-right: 12px;
  1247.        font-size: 16px;
  1248.    }
  1249.  
  1250.    .suggestion-text-v8 {
  1251.        font-size: 14px;
  1252.        font-weight: 500;
  1253.    }
  1254.  
  1255.    /* Mobile Navigation Card */
  1256.    .mobile-nav-card-v8 {
  1257.        position: absolute;
  1258.        top: 100%;
  1259.        left: 50%;
  1260.        transform: translateX(-50%);
  1261.        width: calc(100% - 40px);
  1262.        background:var(--card-bg);
  1263.        backdrop-filter: blur(20px);
  1264.        border: 1px solid var(--border-color);
  1265.        border-radius: 20px;
  1266.        padding: 20px;
  1267.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1268.        opacity: 0;
  1269.        visibility: hidden;
  1270.        transform: translateX(-50%) translateY(-20px);
  1271.        transition: all 0.4s ease;
  1272.        z-index: 300;
  1273.        margin-top: 15px;
  1274.        max-height: 70vh;
  1275.        overflow-y: auto;
  1276.    }
  1277.  
  1278.    .mobile-nav-card-v8.show-v8 {
  1279.        opacity: 1;
  1280.        visibility: visible;
  1281.        transform: translateX(-50%) translateY(0);
  1282.    }
  1283.  
  1284.    .mobile-nav-list-v8 {
  1285.        list-style: none;
  1286.        padding: 0;
  1287.        margin: 0;
  1288.    }
  1289.  
  1290.    .mobile-nav-item-v8 {
  1291.        margin-bottom: 8px;
  1292.    }
  1293.  
  1294.    .mobile-nav-link-v8 {
  1295.        display: flex;
  1296.        align-items: center;
  1297.        color: var(--navbar-color) !important;
  1298.        text-decoration: none;
  1299.        font-weight: 500;
  1300.        font-size: 16px;
  1301.        padding: 15px;
  1302.        border-radius: 12px;
  1303.        justify-content: space-between;
  1304.    }
  1305.  
  1306.    .mobile-nav-link-v8:hover,
  1307.    .mobile-nav-link-v8.active-v8 {
  1308.        background:var(--sub-nav);
  1309.        color: var(--topbar-color) !important;
  1310.    }
  1311.  
  1312.    .mobile-nav-icon-v8 {
  1313.        font-size: 18px;
  1314.        background-color: var(--navbar-bg) !important;
  1315.        margin-right: 12px;
  1316.    }
  1317.  
  1318.    .mobile-arrow-v8 {
  1319.        transition: transform 0.3s ease;
  1320.    }
  1321.  
  1322.    .mobile-nav-item-v8.open-v8 .mobile-arrow-v8 {
  1323.        transform: rotate(180deg);
  1324.    }
  1325.  
  1326.    .mobile-dropdown-v8 {
  1327.        list-style: none;
  1328.        padding: 0;
  1329.        margin: 0;
  1330.        max-height: 0;
  1331.        overflow: hidden;
  1332.        transition: all 0.3s ease;
  1333.        background: rgba(248, 250, 252, 0.5);
  1334.        border-radius: 12px;
  1335.        margin-top: 8px;
  1336.    }
  1337.  
  1338.    .mobile-dropdown-v8.show-v8 {
  1339.        max-height: 300px;
  1340.        background-color: var(--navbar-bg);
  1341.        padding: 10px 0;
  1342.    }
  1343.  
  1344.    .mobile-sub-link-v8 {
  1345.        display: block;
  1346.        color: var(--navbar-color) !important;
  1347.        text-decoration: none;
  1348.        font-size: 14px;
  1349.        padding: 10px 20px;
  1350.        transition: all 0.3s ease;
  1351.    }
  1352.  
  1353.    .mobile-sub-link-v8:hover {
  1354.        color: var(--topbar-color);
  1355.        background: var(--sub-nav);
  1356.        border-radius: 12px;
  1357.    }
  1358.  
  1359.    /* Background Overlay */
  1360.    .nav-overlay-v8 {
  1361.        position: fixed;
  1362.        top: 0;
  1363.        left: 0;
  1364.        right: 0;
  1365.        bottom: 0;
  1366.        background: rgba(0, 0, 0, 0.3);
  1367.        backdrop-filter: blur(5px);
  1368.        z-index: 250;
  1369.        opacity: 0;
  1370.        visibility: hidden;
  1371.        transition: all 0.3s ease;
  1372.    }
  1373.  
  1374.    .nav-overlay-v8.show-v8 {
  1375.        opacity: 1;
  1376.        visibility: visible;
  1377.    }
  1378.  
  1379.    /* Responsive Design */
  1380.    @media (max-width: 1300px) {
  1381.        .header-v8 {
  1382.            padding: 15px 0;
  1383.        }
  1384.  
  1385.        .nav-card-v8 {
  1386.            padding: 12px 20px;
  1387.            border-radius: 15px;
  1388.        }
  1389.  
  1390.        .search-card-v8,
  1391.        .mobile-nav-card-v8 {
  1392.            width: calc(100% - 40px);
  1393.            padding: 20px;
  1394.        }
  1395.    }
  1396.  
  1397.    @media (max-width: 576px) {
  1398.        .nav-card-v8 {
  1399.            padding: 10px 15px;
  1400.        }
  1401.  
  1402.        .logo-img-v8 {
  1403.            max-height: 35px;
  1404.        }
  1405.    }
  1406. </style>
  1407.  
  1408. <script>
  1409.    let activeCard = null;
  1410.  
  1411.    function toggleSearchV8() {
  1412.        const searchCard = document.getElementById('searchCardV8');
  1413.        const overlay = document.getElementById('navOverlayV8');
  1414.        const mobileNav = document.getElementById('mobileNavV8');
  1415.  
  1416.        // Close mobile nav if open
  1417.        mobileNav.classList.remove('show-v8');
  1418.  
  1419.        if (searchCard.classList.contains('show-v8')) {
  1420.            searchCard.classList.remove('show-v8');
  1421.            overlay.classList.remove('show-v8');
  1422.            activeCard = null;
  1423.        } else {
  1424.            searchCard.classList.add('show-v8');
  1425.            overlay.classList.add('show-v8');
  1426.            activeCard = 'search';
  1427.  
  1428.            // Focus on search input
  1429.            setTimeout(() => {
  1430.                const searchInput = document.querySelector('.search-input-v8');
  1431.                if (searchInput) searchInput.focus();
  1432.            }, 100);
  1433.        }
  1434.    }
  1435.  
  1436.    function toggleMobileNavV8() {
  1437.        const mobileNav = document.getElementById('mobileNavV8');
  1438.        const overlay = document.getElementById('navOverlayV8');
  1439.        const searchCard = document.getElementById('searchCardV8');
  1440.  
  1441.        // Close search if open
  1442.        searchCard.classList.remove('show-v8');
  1443.  
  1444.        if (mobileNav.classList.contains('show-v8')) {
  1445.            mobileNav.classList.remove('show-v8');
  1446.            overlay.classList.remove('show-v8');
  1447.            activeCard = null;
  1448.        } else {
  1449.            mobileNav.classList.add('show-v8');
  1450.            overlay.classList.add('show-v8');
  1451.            activeCard = 'mobile';
  1452.        }
  1453.    }
  1454.  
  1455.    function toggleMobileDropdownV8(dropdownId) {
  1456.        const dropdown = document.getElementById(dropdownId);
  1457.        const parentItem = dropdown.closest('.mobile-nav-item-v8');
  1458.  
  1459.        // Close other dropdowns
  1460.        const allDropdowns = document.querySelectorAll('.mobile-dropdown-v8');
  1461.        const allParents = document.querySelectorAll('.mobile-nav-item-v8');
  1462.  
  1463.        allDropdowns.forEach(dd => {
  1464.            if (dd.id !== dropdownId) {
  1465.                dd.classList.remove('show-v8');
  1466.            }
  1467.        });
  1468.  
  1469.        allParents.forEach(parent => {
  1470.            if (parent !== parentItem) {
  1471.                parent.classList.remove('open-v8');
  1472.            }
  1473.        });
  1474.  
  1475.        // Toggle current dropdown
  1476.        dropdown.classList.toggle('show-v8');
  1477.        parentItem.classList.toggle('open-v8');
  1478.    }
  1479.  
  1480.    function closeAllV8() {
  1481.        const searchCard = document.getElementById('searchCardV8');
  1482.        const mobileNav = document.getElementById('mobileNavV8');
  1483.        const overlay = document.getElementById('navOverlayV8');
  1484.  
  1485.        searchCard.classList.remove('show-v8');
  1486.        mobileNav.classList.remove('show-v8');
  1487.        overlay.classList.remove('show-v8');
  1488.        activeCard = null;
  1489.    }
  1490.  
  1491.    // Close on escape key
  1492.    document.addEventListener('keydown', function (e) {
  1493.        if (e.key === 'Escape' && activeCard) {
  1494.            closeAllV8();
  1495.        }
  1496.    });
  1497.  
  1498.    // Handle suggestion clicks
  1499.    document.addEventListener('click', function (e) {
  1500.        if (e.target.closest('.suggestion-item-v8')) {
  1501.            const suggestionText = e.target.closest('.suggestion-item-v8').querySelector('.suggestion-text-v8').textContent;
  1502.            const searchInput = document.querySelector('.search-input-v8');
  1503.            if (searchInput) {
  1504.                searchInput.value = suggestionText.replace(/^(Popular|Trending|Latest): /, '');
  1505.            }
  1506.        }
  1507.    });
  1508. </script>
  1509. <script>
  1510.  document.addEventListener("DOMContentLoaded", function () {
  1511.    console.log("loaded");
  1512.  
  1513.     const searchInput = document.getElementById("search-input")
  1514.    const searchResults = document.getElementById("search-results");
  1515.  
  1516.    if (!searchInput || !searchResults) {
  1517.      console.error("Search input/results not found");
  1518.      return;
  1519.    }
  1520.  
  1521.    // Prevent form submission
  1522.    if (searchInput.form) {
  1523.      searchInput.form.addEventListener("submit", function (e) {
  1524.        e.preventDefault();
  1525.      });
  1526.    }
  1527.  
  1528.    // Add event listener for keyup
  1529.    searchInput.addEventListener("keyup", function (e) {
  1530.      console.log("Key pressed:", e.key);
  1531.      e.preventDefault();
  1532.  
  1533.      const query = searchInput.value.trim();
  1534.      console.log("User is typing: " + query);
  1535.  
  1536.      // If empty → clear and hide
  1537.      if (query === "") {
  1538.        searchResults.innerHTML = "";
  1539.        searchResults.style.display = "none";
  1540.        return;
  1541.      }
  1542.  
  1543.      // Show results
  1544.      searchResults.style.display = "block";
  1545.  
  1546.      // Fetch search results
  1547.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1548.        method: "GET",
  1549.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1550.      })
  1551.        .then(response => {
  1552.          console.log("Response Status:", response.status);
  1553.          return response.json();
  1554.        })
  1555.        .then(data => {
  1556.          console.log("Data received:", data);
  1557.          if (data.html) {
  1558.            searchResults.innerHTML = data.html;
  1559.          } else {
  1560.            searchResults.innerHTML = "<p>No results found.</p>";
  1561.          }
  1562.        })
  1563.        .catch(error => {
  1564.          console.error("Error fetching search results:", error);
  1565.        });
  1566.    });
  1567.  
  1568.    // Close results when clicking outside
  1569.    document.addEventListener("click", function (e) {
  1570.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1571.        searchResults.style.display = "none";
  1572.      }
  1573.    });
  1574.  
  1575.    // Close results on ESC key
  1576.    document.addEventListener("keydown", function (e) {
  1577.      if (e.key === "Escape") {
  1578.        searchResults.style.display = "none";
  1579.      }
  1580.    });
  1581.  });
  1582. </script>
  1583.  
  1584.  
  1585.        </header>
  1586.        <!-- end of header -->
  1587.        <!-- start of wpo-blog-hero -->
  1588.        
  1589.  
  1590.  
  1591.  
  1592.  
  1593.  
  1594.  
  1595.  
  1596. <style>
  1597. .blog-hero-section {
  1598.    padding: 3rem 0;
  1599. }
  1600.  
  1601.  
  1602. .hero-grid {
  1603.    display: grid;
  1604.    grid-template-columns: 2fr 1fr 1fr;
  1605.    grid-template-rows: 1fr 1fr;
  1606.    gap: 1.5rem;
  1607.    height: 500px;
  1608. }
  1609.  
  1610. .hero-card {
  1611.    background: var(--card-bg);
  1612.    border-radius: 12px;
  1613.    overflow: hidden;
  1614.    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  1615.    transition: all 0.3s ease;
  1616.    position: relative;
  1617. }
  1618.  
  1619. .hero-card:hover {
  1620.    transform: translateY(-8px);
  1621.    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  1622. }
  1623.  
  1624. .main-hero {
  1625.    grid-row: 1 / -1;
  1626.    grid-column: 1;
  1627. }
  1628.  
  1629. .card-image {
  1630.    width: 100%;
  1631.    height: 60%;
  1632.    object-fit: cover;
  1633.    transition: transform 0.3s ease;
  1634. }
  1635.  
  1636. .main-hero .card-image {
  1637.    height: 65%;
  1638. }
  1639.  
  1640. .hero-card:hover .card-image {
  1641.    transform: scale(1.05);
  1642. }
  1643.  
  1644. .card-content {
  1645.    padding: 1.5rem;
  1646.    height: 40%;
  1647.    display: flex;
  1648.    flex-direction: column;
  1649.    justify-content: space-between;
  1650. }
  1651.  
  1652. .main-hero .card-content {
  1653.    height: 35%;
  1654. }
  1655.  
  1656. .category-badge {
  1657.    display: inline-block;
  1658.    background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1659.    color: white;
  1660.    padding: 0.4rem 1rem;
  1661.    border-radius: 20px;
  1662.    font-size: 0.8rem;
  1663.    font-weight: 600;
  1664.    text-transform: uppercase;
  1665.    letter-spacing: 0.5px;
  1666.    margin-bottom: 0.8rem;
  1667.    width: fit-content;
  1668. }
  1669.  
  1670. .card-title {
  1671.    font-size: 1.1rem;
  1672.    font-weight: 700;
  1673.    line-height: 1.4;
  1674.    margin-bottom: 0.5rem;
  1675. }
  1676.  
  1677. .main-hero .card-title {
  1678.    font-size: 1.6rem;
  1679.    line-height: 1.3;
  1680.    margin-bottom: 0.8rem;
  1681. }
  1682.  
  1683. .card-title a {
  1684.    color: var(--top-color);
  1685.    text-decoration: none;
  1686.    transition: color 0.3s ease;
  1687. }
  1688.  
  1689.  
  1690. .card-description {
  1691.    color: var(--top-color);
  1692.    line-height: 1.6;
  1693.    margin-bottom: 1rem;
  1694.    display: -webkit-box;
  1695.    -webkit-line-clamp: 2;
  1696.    -webkit-box-orient: vertical;
  1697.    overflow: hidden;
  1698. }
  1699.  
  1700. .main-hero .card-description {
  1701.    -webkit-line-clamp: 3;
  1702. }
  1703.  
  1704. .card-meta {
  1705.    display: flex;
  1706.    align-items: center;
  1707.    justify-content: space-between;
  1708.    margin-top: auto;
  1709. }
  1710.  
  1711. .author-section {
  1712.    display: flex;
  1713.    align-items: center;
  1714.    gap: 0.8rem;
  1715. }
  1716.  
  1717. .author-avatar {
  1718.    width: 35px;
  1719.    height: 35px;
  1720.    border-radius: 50%;
  1721.    object-fit: cover;
  1722.    border: 2px solid #f8f9fa;
  1723. }
  1724.  
  1725. .author-name {
  1726.    color: #667eea;
  1727.    text-decoration: none;
  1728.    font-weight: 600;
  1729.    font-size: 0.9rem;
  1730. }
  1731.  
  1732. .author-name:hover {
  1733.    text-decoration: underline;
  1734. }
  1735.  
  1736. .publish-date {
  1737.    color: #95a5a6;
  1738.    font-size: 0.85rem;
  1739.    font-weight: 500;
  1740. }
  1741.  
  1742. .side-card-1 {
  1743.    grid-column: 2;
  1744.    grid-row: 1;
  1745. }
  1746.  
  1747. .side-card-2 {
  1748.    grid-column: 3;
  1749.    grid-row: 1;
  1750. }
  1751.  
  1752. .side-card-3 {
  1753.    grid-column: 2 / 4;
  1754.    grid-row: 2;
  1755. }
  1756.  
  1757. /* Desktop: Cards 1, 2 & 3 with overlay text */
  1758. @media (min-width: 992px) {
  1759.    
  1760.    .main-hero .card-image,
  1761.    .side-card-1 .card-image,
  1762.    .side-card-2 .card-image {
  1763.        height: 100%;
  1764.    }
  1765.    
  1766.    .main-hero .card-content,
  1767.    .side-card-1 .card-content,
  1768.    .side-card-2 .card-content {
  1769.        position: absolute;
  1770.        bottom: 0;
  1771.        left: 0;
  1772.        right: 0;
  1773.        background: linear-gradient(transparent, rgba(0,0,0,0.8));
  1774.        color: white;
  1775.        padding: 2rem 1.5rem 1.5rem;
  1776.        height: auto;
  1777.    }
  1778.    
  1779.    .main-hero .card-content {
  1780.        padding: 3rem 2rem 2rem;
  1781.    }
  1782.    
  1783.    .main-hero .category-badge,
  1784.    .side-card-1 .category-badge,
  1785.    .side-card-2 .category-badge {
  1786.      
  1787.        margin-bottom: 0.8rem;
  1788.    }
  1789.    
  1790.    .main-hero .card-title a,
  1791.    .side-card-1 .card-title a,
  1792.    .side-card-2 .card-title a {
  1793.        color: white;
  1794.    }
  1795.    
  1796.    .main-hero .card-description {
  1797.        color: #f8f9fa;
  1798.    }
  1799.    
  1800.    .main-hero .author-name,
  1801.    .side-card-1 .author-name,
  1802.    .side-card-2 .author-name {
  1803.        color: #f8f9fa;
  1804.    }
  1805.    
  1806.    .main-hero .publish-date,
  1807.    .side-card-1 .publish-date,
  1808.    .side-card-2 .publish-date {
  1809.        color: #e9ecef;
  1810.    }
  1811. }
  1812.  
  1813. .side-card-3 {
  1814.    display: flex;
  1815.    flex-direction: row;
  1816. }
  1817.  
  1818. .side-card-3 .card-image {
  1819.    width: 40%;
  1820.    height: 100%;
  1821. }
  1822.  
  1823. .side-card-3 .card-content {
  1824.    width: 60%;
  1825.    height: 100%;
  1826.    padding: 1.5rem;
  1827. }
  1828.  
  1829. /* Mobile Responsive */
  1830. @media (max-width: 992px) {
  1831.    .hero-grid {
  1832.        grid-template-columns: 1fr;
  1833.        grid-template-rows: auto;
  1834.        height: auto;
  1835.        gap: 1rem;
  1836.    }
  1837.    
  1838.    .main-hero {
  1839.        grid-row: 1;
  1840.        grid-column: 1;
  1841.    }
  1842.    
  1843.    .side-card-1, .side-card-2, .side-card-3 {
  1844.        grid-column: 1;
  1845.        grid-row: auto;
  1846.    }
  1847.    
  1848.    /* Mobile: Cards 1, 2 & 3 normal layout (not overlay) */
  1849.    .main-hero .card-content,
  1850.    .side-card-1 .card-content,
  1851.    .side-card-2 .card-content {
  1852.        position: relative;
  1853.        background: var(--card-bg);
  1854.        color: inherit;
  1855.        padding: 1.5rem;
  1856.        height: auto;
  1857.    }
  1858.    
  1859.    .main-hero .card-image,
  1860.    .side-card-1 .card-image,
  1861.    .side-card-2 .card-image {
  1862.        height: 200px;
  1863.    }
  1864.    
  1865.    .main-hero .card-image {
  1866.        height: 250px;
  1867.    }
  1868.    
  1869.    .main-hero .category-badge,
  1870.    .side-card-1 .category-badge,
  1871.    .side-card-2 .category-badge {
  1872.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1873.        color: white;
  1874.    }
  1875.    
  1876.    .main-hero .card-title a,
  1877.    .side-card-1 .card-title a,
  1878.    .side-card-2 .card-title a {
  1879.        color: var(--top-color);
  1880.    }
  1881.    
  1882.    .main-hero .card-description {
  1883.        color: #7f8c8d;
  1884.    }
  1885.    
  1886.    .main-hero .author-name,
  1887.    .side-card-1 .author-name,
  1888.    .side-card-2 .author-name {
  1889.        color: #667eea;
  1890.    }
  1891.    
  1892.    .main-hero .publish-date,
  1893.    .side-card-1 .publish-date,
  1894.    .side-card-2 .publish-date {
  1895.        color: #95a5a6;
  1896.    }
  1897.    
  1898.    .side-card-3 {
  1899.        flex-direction: column;
  1900.    }
  1901.    
  1902.    .side-card-3 .card-image {
  1903.        width: 100%;
  1904.        height: 200px;
  1905.    }
  1906.    
  1907.    .side-card-3 .card-content {
  1908.        width: 100%;
  1909.        height: auto;
  1910.    }
  1911.    
  1912.    .card-image {
  1913.        height: 200px;
  1914.    }
  1915.    
  1916.    .main-hero .card-image {
  1917.        height: 250px;
  1918.    }
  1919.    
  1920.    .main-hero .card-content {
  1921.        height: auto;
  1922.    }
  1923. }
  1924. </style>
  1925.  
  1926. <div class="blog-hero-section">
  1927.    <div class="container-fluid fluid-container">
  1928.        <div class="hero-grid">
  1929.            <!-- Main Featured Post -->
  1930.            
  1931.                              
  1932.                    <article class="hero-card main-hero">
  1933.                        
  1934.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Waist-to-Stature Measurement Beats BMI for Predicting Heart Disease Risk" class="card-image">
  1935.                        
  1936.                        
  1937.                        <div class="card-content">
  1938.                            <div>
  1939.                                <span class="category-badge">News</span>
  1940.                                <h2 class="card-title">
  1941.                                    <a href="/waist-to-stature-measurement-beats-bmi-for-predicting-heart-disease-risk/">
  1942.                                        Waist-to-Stature Measurement Beats BMI for Predicting Heart Disease Risk
  1943.                                    </a>
  1944.                                </h2>
  1945.                                <p class="card-description"></p>
  1946.                            </div>
  1947.                            
  1948.                            <div class="card-meta">
  1949.                                <div class="author-section">
  1950.                                    
  1951.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/33ed51cd-9e46-449e-b4cb-09936fd7544c_profile.png" alt="Joshua Gonzales" class="author-avatar">
  1952.                                    
  1953.                                    <a href="#" class="author-name">Joshua Gonzales</a>
  1954.                                </div>
  1955.                                <span class="publish-date">Aug 18, 2026</span>
  1956.                            </div>
  1957.                        </div>
  1958.                    </article>
  1959.                
  1960.            
  1961.  
  1962.            <!-- Side Cards -->
  1963.            
  1964.                <article class="hero-card side-card-1">
  1965.                    
  1966.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Ecological Disaster Concerns as Millions of Plastic Beads Wash Up on Camber Sands" class="card-image">
  1967.                    
  1968.                    
  1969.                    <div class="card-content">
  1970.                        <div>
  1971.                            <span class="category-badge">News</span>
  1972.                            <h3 class="card-title">
  1973.                                <a href="/ecological-disaster-concerns-as-millions-of-plastic-beads-wash-up-on-camber-sands/">
  1974.                                    Ecological Disaster Concerns as Millions of Plastic Beads Wash Up on Camber Sands
  1975.                                </a>
  1976.                            </h3>
  1977.                            <p class="card-description"></p>
  1978.                        </div>
  1979.                        
  1980.                        <div class="card-meta">
  1981.                            <div class="author-section">
  1982.                                <a href="#" class="author-name">Joshua Gonzales</a>
  1983.                            </div>
  1984.                            <span class="publish-date">Aug 17</span>
  1985.                        </div>
  1986.                    </div>
  1987.                </article>
  1988.            
  1989.                <article class="hero-card side-card-2">
  1990.                    
  1991.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Your Complete Cop30 Jargon Buster" class="card-image">
  1992.                    
  1993.                    
  1994.                    <div class="card-content">
  1995.                        <div>
  1996.                            <span class="category-badge">News</span>
  1997.                            <h3 class="card-title">
  1998.                                <a href="/your-complete-cop30-jargon-buster/">
  1999.                                    Your Complete Cop30 Jargon Buster
  2000.                                </a>
  2001.                            </h3>
  2002.                            <p class="card-description"></p>
  2003.                        </div>
  2004.                        
  2005.                        <div class="card-meta">
  2006.                            <div class="author-section">
  2007.                                <a href="#" class="author-name">Joshua Gonzales</a>
  2008.                            </div>
  2009.                            <span class="publish-date">Aug 17</span>
  2010.                        </div>
  2011.                    </div>
  2012.                </article>
  2013.            
  2014.                <article class="hero-card side-card-3">
  2015.                    
  2016.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Ndiaye, Globetrotters-Level Skills and Revealing Soccer Statistics" class="card-image">
  2017.                    
  2018.                    
  2019.                    <div class="card-content">
  2020.                        <div>
  2021.                            <span class="category-badge">News</span>
  2022.                            <h3 class="card-title">
  2023.                                <a href="/ndiaye-globetrotters-level-skills-and-revealing-soccer-statistics/">
  2024.                                    Ndiaye, Globetrotters-Level Skills and Revealing Soccer Statistics
  2025.                                </a>
  2026.                            </h3>
  2027.                            <p class="card-description"></p>
  2028.                        </div>
  2029.                        
  2030.                        <div class="card-meta">
  2031.                            <div class="author-section">
  2032.                                <a href="#" class="author-name">Joshua Gonzales</a>
  2033.                            </div>
  2034.                            <span class="publish-date">Aug 17</span>
  2035.                        </div>
  2036.                    </div>
  2037.                </article>
  2038.            
  2039.        </div>
  2040.    </div>
  2041. </div>
  2042.  
  2043.  
  2044.  
  2045.  
  2046.        <!-- end of wpo-blog-hero -->
  2047.  
  2048.        <!-- start of wpo-breacking-news -->
  2049.        
  2050.        <!-- end of wpo-breacking-news -->
  2051.        
  2052.        <!-- start wpo-blog-highlights-section -->
  2053.        
  2054.  
  2055.  
  2056.  
  2057.    
  2058.  
  2059.  
  2060.  <style>
  2061.    .blog-section {
  2062.      padding: 60px 0;
  2063.    }
  2064.  
  2065.    .blog-card {
  2066.      background: var(--card-bg);
  2067.      border-radius: 12px;
  2068.      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  2069.      transition: box-shadow 0.3s ease, transform 0.3s ease;
  2070.      margin-bottom: 30px;
  2071.      overflow: hidden;
  2072.      border: none;
  2073.    }
  2074.  
  2075.    .blog-card-body {
  2076.      padding: 30px;
  2077.    }
  2078.  
  2079.    .blog-category {
  2080.      display: inline-block;
  2081.      padding: 6px 16px;
  2082.      border-radius: 20px;
  2083.      font-size: 12px;
  2084.      font-weight: 600;
  2085.      text-transform: uppercase;
  2086.      letter-spacing: 0.5px;
  2087.      margin-bottom: 20px;
  2088.    }
  2089.  
  2090.    .blog-title {
  2091.      font-weight: 700;
  2092.      color: var(--topbar-color);
  2093.      margin-bottom: 20px;
  2094.      line-height: 1.4;
  2095.      text-decoration: none;
  2096.    }
  2097.  
  2098.    .blog-title:hover {
  2099.      color: #1e40af !important;
  2100.      text-decoration: none;
  2101.    }
  2102.  
  2103.    .blog-meta {
  2104.      display: flex;
  2105.      align-items: center;
  2106.      margin-bottom: 20px;
  2107.      color: var(--topbar-color);
  2108.      font-size: 14px;
  2109.    }
  2110.  
  2111.    .blog-meta img {
  2112.      width: 35px;
  2113.      height: 35px;
  2114.      border-radius: 50%;
  2115.      object-fit: cover;
  2116.      display: block;
  2117.    }
  2118.  
  2119.    .blog-meta .meta-info {
  2120.      display: flex;
  2121.      align-items: center;
  2122.      gap: 15px;
  2123.    }
  2124.  
  2125.    .blog-description {
  2126.      color: var(--topbar-color);
  2127.      line-height: 1.7;
  2128.      margin-bottom: 25px;
  2129.      font-size: 15px;
  2130.    }
  2131.  
  2132.    .read-more-btn {
  2133.      background: transparent;
  2134.      border: 2px solid var(--bs-primary);
  2135.      color: var(--bs-primary);
  2136.      padding: 12px 30px;
  2137.      border-radius: 6px;
  2138.      font-weight: 600;
  2139.      text-transform: uppercase;
  2140.      letter-spacing: 0.5px;
  2141.      transition: all 0.3s ease;
  2142.      text-decoration: none;
  2143.      display: inline-block;
  2144.      font-size: 13px;
  2145.    }
  2146.  
  2147.    .read-more-btn:hover {
  2148.      background: var(--bs-primary);
  2149.      color: var(--bs-white) !important;
  2150.      text-decoration: none;
  2151.    }
  2152.  
  2153.    .section-title {
  2154.      text-align: center;
  2155.      margin-bottom: 50px;
  2156.    }
  2157.  
  2158.    .section-title h2 {
  2159.      font-size: 42px;
  2160.      font-weight: 800;
  2161.      color: #2c3e50;
  2162.      margin-bottom: 15px;
  2163.    }
  2164.  
  2165.    .section-title p {
  2166.      color: #6c757d;
  2167.      font-size: 18px;
  2168.      max-width: 600px;
  2169.      margin: 0 auto;
  2170.    }
  2171.  
  2172.    .avatar-placeholder {
  2173.      width: 35px;
  2174.      height: 35px;
  2175.      border-radius: 50%;
  2176.      background: linear-gradient(45deg, var(--bs-primary), #20c997);
  2177.      display: flex;
  2178.      align-items: center;
  2179.      justify-content: center;
  2180.      color: var(--bs-white);
  2181.      font-weight: bold;
  2182.      margin-right: 12px;
  2183.      overflow: hidden;
  2184.    }
  2185.  
  2186.    @media (max-width: 768px) {
  2187.  
  2188.  
  2189.      .section-title h2 {
  2190.        font-size: 32px;
  2191.      }
  2192.  
  2193.      .blog-card-body {
  2194.        padding: 20px;
  2195.      }
  2196.    }
  2197.  
  2198.    /* ===== Smooth Fade on Scroll (Up & Down) ===== */
  2199.    :root{
  2200.      --fade-distance: 28px;
  2201.      --fade-duration: 700ms;
  2202.      --fade-ease: cubic-bezier(0.16,1,0.3,1);
  2203.    }
  2204.  
  2205.    .fade-base{
  2206.      opacity: 0;
  2207.      filter: blur(2px);
  2208.      transform: translateY(var(--y,0)) translateZ(0); /* GPU hint */
  2209.      transition:
  2210.        opacity var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms),
  2211.        transform var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms),
  2212.        filter var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms);
  2213.      will-change: transform, opacity, filter;
  2214.    }
  2215.    .fade-up   { --y: var(--fade-distance); }          /* when entering on scroll down */
  2216.    .fade-down { --y: calc(var(--fade-distance) * -1); }/* when entering on scroll up */
  2217.  
  2218.    .fade-show{
  2219.      opacity: 1;
  2220.      filter: blur(0);
  2221.      transform: translateY(0) translateZ(0);
  2222.    }
  2223.  
  2224.    /* Hover should still work after fade-in */
  2225.    .blog-card.fade-show:hover{
  2226.      transform: translateY(-5px) translateZ(0);
  2227.      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  2228.    }
  2229.  
  2230.    /* Reduced motion */
  2231.    @media (prefers-reduced-motion: reduce){
  2232.      .fade-base{
  2233.        transition: none !important;
  2234.        transform: none !important;
  2235.        opacity: 1 !important;
  2236.        filter: none !important;
  2237.      }
  2238.      .blog-card.fade-show:hover{
  2239.        transform: none !important;
  2240.        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  2241.      }
  2242.    }
  2243.  </style>
  2244.  
  2245.  <section class="blog-section">
  2246.    <div class="container-fluid fluid-container">
  2247.      <div class="row">
  2248.        <div class="section-title ">
  2249.          <h2>
  2250.                Today's Top Highlights
  2251.                   </h2>
  2252.          <p>Stay updated with the latest insights and trends in online gaming</p>
  2253.        </div>
  2254.  
  2255.        <div class="col-lg-8 col-12">
  2256.          
  2257.            <div class="blog-card fade-base">
  2258.              <div class="blog-card-body">
  2259.                <span class="blog-category bg-primary-gradient">News</span>
  2260.                <h3>
  2261.                  <a href="/beijing-dispatches-coast-guard-vessels-to-senkaku-islands-during-dispute-with-japan/" class="blog-title">
  2262.                    Beijing Dispatches Coast Guard Vessels to Senkaku Islands During Dispute with Japan
  2263.                  </a>
  2264.                </h3>
  2265.                <div class="blog-meta">
  2266.                  <div class="avatar-placeholder">
  2267.                    
  2268.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/33ed51cd-9e46-449e-b4cb-09936fd7544c_profile.png" alt="Joshua Gonzales" />
  2269.                    
  2270.                  </div>
  2271.                  <div class="meta-info">
  2272.                    <span>Joshua Gonzales</span>
  2273.                    <span><i class="far fa-clock"></i> 17 Aug 2026</span>
  2274.                  </div>
  2275.                </div>
  2276.                <p class="blog-description"></p>
  2277.                <a href="/beijing-dispatches-coast-guard-vessels-to-senkaku-islands-during-dispute-with-japan/" class="read-more-btn">READ MORE</a>
  2278.              </div>
  2279.            </div>
  2280.          
  2281.            <div class="blog-card fade-base">
  2282.              <div class="blog-card-body">
  2283.                <span class="blog-category bg-primary-gradient">News</span>
  2284.                <h3>
  2285.                  <a href="/families-heartache-regarding-shoreline-degradation-threatening-coastal-norfolk-burial-sites/" class="blog-title">
  2286.                    Families&#x27; Heartache Regarding Shoreline Degradation Threatening Coastal Norfolk Burial Sites
  2287.                  </a>
  2288.                </h3>
  2289.                <div class="blog-meta">
  2290.                  <div class="avatar-placeholder">
  2291.                    
  2292.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/33ed51cd-9e46-449e-b4cb-09936fd7544c_profile.png" alt="Joshua Gonzales" />
  2293.                    
  2294.                  </div>
  2295.                  <div class="meta-info">
  2296.                    <span>Joshua Gonzales</span>
  2297.                    <span><i class="far fa-clock"></i> 17 Aug 2026</span>
  2298.                  </div>
  2299.                </div>
  2300.                <p class="blog-description"></p>
  2301.                <a href="/families-heartache-regarding-shoreline-degradation-threatening-coastal-norfolk-burial-sites/" class="read-more-btn">READ MORE</a>
  2302.              </div>
  2303.            </div>
  2304.          
  2305.            <div class="blog-card fade-base">
  2306.              <div class="blog-card-body">
  2307.                <span class="blog-category bg-primary-gradient">News</span>
  2308.                <h3>
  2309.                  <a href="/wolverhampton-wanderers-rout-sorry-west-ham-to-register-maiden-league-win-of-the-campaign/" class="blog-title">
  2310.                    Wolverhampton Wanderers Rout Sorry West Ham to Register Maiden League Win of the Campaign
  2311.                  </a>
  2312.                </h3>
  2313.                <div class="blog-meta">
  2314.                  <div class="avatar-placeholder">
  2315.                    
  2316.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/33ed51cd-9e46-449e-b4cb-09936fd7544c_profile.png" alt="Joshua Gonzales" />
  2317.                    
  2318.                  </div>
  2319.                  <div class="meta-info">
  2320.                    <span>Joshua Gonzales</span>
  2321.                    <span><i class="far fa-clock"></i> 17 Aug 2026</span>
  2322.                  </div>
  2323.                </div>
  2324.                <p class="blog-description"></p>
  2325.                <a href="/wolverhampton-wanderers-rout-sorry-west-ham-to-register-maiden-league-win-of-the-campaign/" class="read-more-btn">READ MORE</a>
  2326.              </div>
  2327.            </div>
  2328.          
  2329.            <div class="blog-card fade-base">
  2330.              <div class="blog-card-body">
  2331.                <span class="blog-category bg-primary-gradient">News</span>
  2332.                <h3>
  2333.                  <a href="/plug-in-hybrid-vehicles-emit-nearly-as-much-as-petrol-vehicles-report-finds/" class="blog-title">
  2334.                    Plug-in Hybrid Vehicles Emit Nearly as Much as Petrol Vehicles, Report Finds
  2335.                  </a>
  2336.                </h3>
  2337.                <div class="blog-meta">
  2338.                  <div class="avatar-placeholder">
  2339.                    
  2340.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/33ed51cd-9e46-449e-b4cb-09936fd7544c_profile.png" alt="Joshua Gonzales" />
  2341.                    
  2342.                  </div>
  2343.                  <div class="meta-info">
  2344.                    <span>Joshua Gonzales</span>
  2345.                    <span><i class="far fa-clock"></i> 16 Aug 2026</span>
  2346.                  </div>
  2347.                </div>
  2348.                <p class="blog-description"></p>
  2349.                <a href="/plug-in-hybrid-vehicles-emit-nearly-as-much-as-petrol-vehicles-report-finds/" class="read-more-btn">READ MORE</a>
  2350.              </div>
  2351.            </div>
  2352.          
  2353.            <div class="blog-card fade-base">
  2354.              <div class="blog-card-body">
  2355.                <span class="blog-category bg-primary-gradient">News</span>
  2356.                <h3>
  2357.                  <a href="/it-is-deeply-saddening-how-thirty-confined-beluga-whales-have-become-tools-in-row-over-animal-cruelty/" class="blog-title">
  2358.                    It is deeply saddening’: how thirty confined beluga whales have become tools in row over animal cruelty.
  2359.                  </a>
  2360.                </h3>
  2361.                <div class="blog-meta">
  2362.                  <div class="avatar-placeholder">
  2363.                    
  2364.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/33ed51cd-9e46-449e-b4cb-09936fd7544c_profile.png" alt="Joshua Gonzales" />
  2365.                    
  2366.                  </div>
  2367.                  <div class="meta-info">
  2368.                    <span>Joshua Gonzales</span>
  2369.                    <span><i class="far fa-clock"></i> 16 Aug 2026</span>
  2370.                  </div>
  2371.                </div>
  2372.                <p class="blog-description"></p>
  2373.                <a href="/it-is-deeply-saddening-how-thirty-confined-beluga-whales-have-become-tools-in-row-over-animal-cruelty/" class="read-more-btn">READ MORE</a>
  2374.              </div>
  2375.            </div>
  2376.          
  2377.            <div class="blog-card fade-base">
  2378.              <div class="blog-card-body">
  2379.                <span class="blog-category bg-primary-gradient">News</span>
  2380.                <h3>
  2381.                  <a href="/major-problems-in-miniature-berlin-the-minuscule-village-separated-in-two-by-the-cold-war/" class="blog-title">
  2382.                    Major Problems in ‘Miniature Berlin’: The Minuscule Village Separated in Two by the Cold War
  2383.                  </a>
  2384.                </h3>
  2385.                <div class="blog-meta">
  2386.                  <div class="avatar-placeholder">
  2387.                    
  2388.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/33ed51cd-9e46-449e-b4cb-09936fd7544c_profile.png" alt="Joshua Gonzales" />
  2389.                    
  2390.                  </div>
  2391.                  <div class="meta-info">
  2392.                    <span>Joshua Gonzales</span>
  2393.                    <span><i class="far fa-clock"></i> 16 Aug 2026</span>
  2394.                  </div>
  2395.                </div>
  2396.                <p class="blog-description"></p>
  2397.                <a href="/major-problems-in-miniature-berlin-the-minuscule-village-separated-in-two-by-the-cold-war/" class="read-more-btn">READ MORE</a>
  2398.              </div>
  2399.            </div>
  2400.          
  2401.            <div class="blog-card fade-base">
  2402.              <div class="blog-card-body">
  2403.                <span class="blog-category bg-primary-gradient">News</span>
  2404.                <h3>
  2405.                  <a href="/qatars-short-race-and-grand-prix-qualifying-live-updates/" class="blog-title">
  2406.                    Qatar&#x27;s Short Race and Grand Prix Qualifying: Live Updates
  2407.                  </a>
  2408.                </h3>
  2409.                <div class="blog-meta">
  2410.                  <div class="avatar-placeholder">
  2411.                    
  2412.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/33ed51cd-9e46-449e-b4cb-09936fd7544c_profile.png" alt="Joshua Gonzales" />
  2413.                    
  2414.                  </div>
  2415.                  <div class="meta-info">
  2416.                    <span>Joshua Gonzales</span>
  2417.                    <span><i class="far fa-clock"></i> 16 Aug 2026</span>
  2418.                  </div>
  2419.                </div>
  2420.                <p class="blog-description"></p>
  2421.                <a href="/qatars-short-race-and-grand-prix-qualifying-live-updates/" class="read-more-btn">READ MORE</a>
  2422.              </div>
  2423.            </div>
  2424.          
  2425.            <div class="blog-card fade-base">
  2426.              <div class="blog-card-body">
  2427.                <span class="blog-category bg-primary-gradient">News</span>
  2428.                <h3>
  2429.                  <a href="/rhythm-and-blues-xmas-ball-recap-a-heartfelt-trip-back-to-the-90s/" class="blog-title">
  2430.                    Rhythm and Blues Xmas Ball Recap: A Heartfelt Trip Back to the 90s
  2431.                  </a>
  2432.                </h3>
  2433.                <div class="blog-meta">
  2434.                  <div class="avatar-placeholder">
  2435.                    
  2436.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/33ed51cd-9e46-449e-b4cb-09936fd7544c_profile.png" alt="Joshua Gonzales" />
  2437.                    
  2438.                  </div>
  2439.                  <div class="meta-info">
  2440.                    <span>Joshua Gonzales</span>
  2441.                    <span><i class="far fa-clock"></i> 16 Aug 2026</span>
  2442.                  </div>
  2443.                </div>
  2444.                <p class="blog-description"></p>
  2445.                <a href="/rhythm-and-blues-xmas-ball-recap-a-heartfelt-trip-back-to-the-90s/" class="read-more-btn">READ MORE</a>
  2446.              </div>
  2447.            </div>
  2448.          
  2449.            <div class="blog-card fade-base">
  2450.              <div class="blog-card-body">
  2451.                <span class="blog-category bg-primary-gradient">News</span>
  2452.                <h3>
  2453.                  <a href="/italys-tennis-great-nicola-pietrangeli-passes-away-at-the-age-of-92/" class="blog-title">
  2454.                    Italy&#x27;s Tennis Great Nicola Pietrangeli Passes Away at the Age of 92
  2455.                  </a>
  2456.                </h3>
  2457.                <div class="blog-meta">
  2458.                  <div class="avatar-placeholder">
  2459.                    
  2460.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/33ed51cd-9e46-449e-b4cb-09936fd7544c_profile.png" alt="Joshua Gonzales" />
  2461.                    
  2462.                  </div>
  2463.                  <div class="meta-info">
  2464.                    <span>Joshua Gonzales</span>
  2465.                    <span><i class="far fa-clock"></i> 16 Aug 2026</span>
  2466.                  </div>
  2467.                </div>
  2468.                <p class="blog-description"></p>
  2469.                <a href="/italys-tennis-great-nicola-pietrangeli-passes-away-at-the-age-of-92/" class="read-more-btn">READ MORE</a>
  2470.              </div>
  2471.            </div>
  2472.          
  2473.            <div class="blog-card fade-base">
  2474.              <div class="blog-card-body">
  2475.                <span class="blog-category bg-primary-gradient">News</span>
  2476.                <h3>
  2477.                  <a href="/convicted-sex-trafficker-ghislaine-maxwell-allegedly-seeking-clemency-insider-claims-to-congressional-democrats/" class="blog-title">
  2478.                    Convicted sex trafficker Ghislaine Maxwell Allegedly Seeking Clemency, Insider Claims to Congressional Democrats
  2479.                  </a>
  2480.                </h3>
  2481.                <div class="blog-meta">
  2482.                  <div class="avatar-placeholder">
  2483.                    
  2484.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/33ed51cd-9e46-449e-b4cb-09936fd7544c_profile.png" alt="Joshua Gonzales" />
  2485.                    
  2486.                  </div>
  2487.                  <div class="meta-info">
  2488.                    <span>Joshua Gonzales</span>
  2489.                    <span><i class="far fa-clock"></i> 16 Aug 2026</span>
  2490.                  </div>
  2491.                </div>
  2492.                <p class="blog-description"></p>
  2493.                <a href="/convicted-sex-trafficker-ghislaine-maxwell-allegedly-seeking-clemency-insider-claims-to-congressional-democrats/" class="read-more-btn">READ MORE</a>
  2494.              </div>
  2495.            </div>
  2496.          
  2497.            <div class="blog-card fade-base">
  2498.              <div class="blog-card-body">
  2499.                <span class="blog-category bg-primary-gradient">News</span>
  2500.                <h3>
  2501.                  <a href="/hurricane-the-storm-grows-stronger-as-it-moves-in-the-direction-of-jamaica/" class="blog-title">
  2502.                    Hurricane the storm Grows Stronger As It Moves In the Direction of Jamaica
  2503.                  </a>
  2504.                </h3>
  2505.                <div class="blog-meta">
  2506.                  <div class="avatar-placeholder">
  2507.                    
  2508.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/33ed51cd-9e46-449e-b4cb-09936fd7544c_profile.png" alt="Joshua Gonzales" />
  2509.                    
  2510.                  </div>
  2511.                  <div class="meta-info">
  2512.                    <span>Joshua Gonzales</span>
  2513.                    <span><i class="far fa-clock"></i> 16 Aug 2026</span>
  2514.                  </div>
  2515.                </div>
  2516.                <p class="blog-description"></p>
  2517.                <a href="/hurricane-the-storm-grows-stronger-as-it-moves-in-the-direction-of-jamaica/" class="read-more-btn">READ MORE</a>
  2518.              </div>
  2519.            </div>
  2520.          
  2521.            <div class="blog-card fade-base">
  2522.              <div class="blog-card-body">
  2523.                <span class="blog-category bg-primary-gradient">News</span>
  2524.                <h3>
  2525.                  <a href="/premier-league-ten-key-points-to-watch-for-this-matchday/" class="blog-title">
  2526.                    Premier League: ten key points to watch for this matchday
  2527.                  </a>
  2528.                </h3>
  2529.                <div class="blog-meta">
  2530.                  <div class="avatar-placeholder">
  2531.                    
  2532.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/33ed51cd-9e46-449e-b4cb-09936fd7544c_profile.png" alt="Joshua Gonzales" />
  2533.                    
  2534.                  </div>
  2535.                  <div class="meta-info">
  2536.                    <span>Joshua Gonzales</span>
  2537.                    <span><i class="far fa-clock"></i> 15 Aug 2026</span>
  2538.                  </div>
  2539.                </div>
  2540.                <p class="blog-description"></p>
  2541.                <a href="/premier-league-ten-key-points-to-watch-for-this-matchday/" class="read-more-btn">READ MORE</a>
  2542.              </div>
  2543.            </div>
  2544.          
  2545.          
  2546.  
  2547.        </div>
  2548.  
  2549.         <div class="col col-lg-4 col-12">
  2550.                
  2551.  
  2552.  
  2553.  
  2554.    
  2555.  
  2556. <!-- Curved Heading Sidebar -->
  2557.    <div class="sidebar mb-3">
  2558.        
  2559.       <div class="sidebar-widget mb-5">
  2560.            <div class="widget-title-wrapper mb-3">
  2561.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2562.                    <div class="title-border"></div>
  2563.                    <i class="ti-folder me-2"></i>July 2026 Blog Roll
  2564.                </h4>
  2565.            </div>
  2566.            <div class="widget-content shadow-sm rounded-3 p-4">
  2567.                <div class="archives-list scrollable-sidebar">
  2568.                    
  2569.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2570.                        <a href="https://knightsof.media/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2571.                            <i class="ti-angle-right me-2 text-primary"></i>
  2572.                            <span class="archive-link top-color fw-semibold">casino no gamstop</span>
  2573.                        </a>
  2574.                    </div>
  2575.                    
  2576.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2577.                        <a href="https://www.london-irish.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2578.                            <i class="ti-angle-right me-2 text-primary"></i>
  2579.                            <span class="archive-link top-color fw-semibold">no gamestop casinos</span>
  2580.                        </a>
  2581.                    </div>
  2582.                    
  2583.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2584.                        <a href="https://www.summerhall.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2585.                            <i class="ti-angle-right me-2 text-primary"></i>
  2586.                            <span class="archive-link top-color fw-semibold">no gamestop casinos</span>
  2587.                        </a>
  2588.                    </div>
  2589.                    
  2590.  
  2591.                </div>
  2592.            </div>
  2593.        </div>
  2594.        
  2595.       <div class="sidebar-widget mb-5">
  2596.            <div class="widget-title-wrapper mb-3">
  2597.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2598.                    <div class="title-border"></div>
  2599.                    <i class="ti-folder me-2"></i>May 2026 Blog Roll
  2600.                </h4>
  2601.            </div>
  2602.            <div class="widget-content shadow-sm rounded-3 p-4">
  2603.                <div class="archives-list scrollable-sidebar">
  2604.                    
  2605.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2606.                        <a href="https://prwd.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2607.                            <i class="ti-angle-right me-2 text-primary"></i>
  2608.                            <span class="archive-link top-color fw-semibold">non gamstop casinos uk</span>
  2609.                        </a>
  2610.                    </div>
  2611.                    
  2612.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2613.                        <a href="https://wallaseycemetery.co.uk" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2614.                            <i class="ti-angle-right me-2 text-primary"></i>
  2615.                            <span class="archive-link top-color fw-semibold">non gamstop betting</span>
  2616.                        </a>
  2617.                    </div>
  2618.                    
  2619.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2620.                        <a href="https://gamingamerica.com/non-gamstop-casinos" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2621.                            <i class="ti-angle-right me-2 text-primary"></i>
  2622.                            <span class="archive-link top-color fw-semibold">casino not on gamstop</span>
  2623.                        </a>
  2624.                    </div>
  2625.                    
  2626.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2627.                        <a href="https://www.outset.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2628.                            <i class="ti-angle-right me-2 text-primary"></i>
  2629.                            <span class="archive-link top-color fw-semibold">best uk betting sites</span>
  2630.                        </a>
  2631.                    </div>
  2632.                    
  2633.  
  2634.                </div>
  2635.            </div>
  2636.        </div>
  2637.        
  2638.       <div class="sidebar-widget mb-5">
  2639.            <div class="widget-title-wrapper mb-3">
  2640.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2641.                    <div class="title-border"></div>
  2642.                    <i class="ti-folder me-2"></i>April 2026 Blog Roll
  2643.                </h4>
  2644.            </div>
  2645.            <div class="widget-content shadow-sm rounded-3 p-4">
  2646.                <div class="archives-list scrollable-sidebar">
  2647.                    
  2648.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2649.                        <a href="https://www.agediscrimination.info/non-gamstop-casinos" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2650.                            <i class="ti-angle-right me-2 text-primary"></i>
  2651.                            <span class="archive-link top-color fw-semibold">online casinos UK</span>
  2652.                        </a>
  2653.                    </div>
  2654.                    
  2655.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2656.                        <a href="https://www.remoteyear.com" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2657.                            <i class="ti-angle-right me-2 text-primary"></i>
  2658.                            <span class="archive-link top-color fw-semibold">non gamstop</span>
  2659.                        </a>
  2660.                    </div>
  2661.                    
  2662.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2663.                        <a href="https://www.stmonicas.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2664.                            <i class="ti-angle-right me-2 text-primary"></i>
  2665.                            <span class="archive-link top-color fw-semibold">Online Casinos Not on Gamstop</span>
  2666.                        </a>
  2667.                    </div>
  2668.                    
  2669.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2670.                        <a href="https://cobdenchambers.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2671.                            <i class="ti-angle-right me-2 text-primary"></i>
  2672.                            <span class="archive-link top-color fw-semibold">european casinos for uk players</span>
  2673.                        </a>
  2674.                    </div>
  2675.                    
  2676.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2677.                        <a href="https://lagoccia.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2678.                            <i class="ti-angle-right me-2 text-primary"></i>
  2679.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2680.                        </a>
  2681.                    </div>
  2682.                    
  2683.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2684.                        <a href="https://www.richmondreview.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2685.                            <i class="ti-angle-right me-2 text-primary"></i>
  2686.                            <span class="archive-link top-color fw-semibold">non gamstop casinos</span>
  2687.                        </a>
  2688.                    </div>
  2689.                    
  2690.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2691.                        <a href="https://www.helptobuy.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2692.                            <i class="ti-angle-right me-2 text-primary"></i>
  2693.                            <span class="archive-link top-color fw-semibold">non gamstop casino</span>
  2694.                        </a>
  2695.                    </div>
  2696.                    
  2697.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2698.                        <a href="https://www.roadpeace.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2699.                            <i class="ti-angle-right me-2 text-primary"></i>
  2700.                            <span class="archive-link top-color fw-semibold">gambling sites not on gamstop</span>
  2701.                        </a>
  2702.                    </div>
  2703.                    
  2704.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2705.                        <a href="https://heyimhome.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2706.                            <i class="ti-angle-right me-2 text-primary"></i>
  2707.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2708.                        </a>
  2709.                    </div>
  2710.                    
  2711.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2712.                        <a href="https://www.stamina.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2713.                            <i class="ti-angle-right me-2 text-primary"></i>
  2714.                            <span class="archive-link top-color fw-semibold">GAMSTOP excluded sites</span>
  2715.                        </a>
  2716.                    </div>
  2717.                    
  2718.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2719.                        <a href="https://www.autoidlabs.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2720.                            <i class="ti-angle-right me-2 text-primary"></i>
  2721.                            <span class="archive-link top-color fw-semibold">best non uk betting sites</span>
  2722.                        </a>
  2723.                    </div>
  2724.                    
  2725.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2726.                        <a href="https://www.pgldevonshire.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2727.                            <i class="ti-angle-right me-2 text-primary"></i>
  2728.                            <span class="archive-link top-color fw-semibold">casino sites that accept credit cards</span>
  2729.                        </a>
  2730.                    </div>
  2731.                    
  2732.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2733.                        <a href="https://www.citytosea.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2734.                            <i class="ti-angle-right me-2 text-primary"></i>
  2735.                            <span class="archive-link top-color fw-semibold">casino not on gamstop</span>
  2736.                        </a>
  2737.                    </div>
  2738.                    
  2739.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2740.                        <a href="https://www.gcaf.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2741.                            <i class="ti-angle-right me-2 text-primary"></i>
  2742.                            <span class="archive-link top-color fw-semibold">bitcoin sportsbooks</span>
  2743.                        </a>
  2744.                    </div>
  2745.                    
  2746.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2747.                        <a href="https://www.cca-glasgow.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2748.                            <i class="ti-angle-right me-2 text-primary"></i>
  2749.                            <span class="archive-link top-color fw-semibold">gambling sites not on gamstop</span>
  2750.                        </a>
  2751.                    </div>
  2752.                    
  2753.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2754.                        <a href="https://www.executive-shaving.co.uk" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2755.                            <i class="ti-angle-right me-2 text-primary"></i>
  2756.                            <span class="archive-link top-color fw-semibold">non GamStop casinos</span>
  2757.                        </a>
  2758.                    </div>
  2759.                    
  2760.  
  2761.                </div>
  2762.            </div>
  2763.        </div>
  2764.        
  2765.       <div class="sidebar-widget mb-5">
  2766.            <div class="widget-title-wrapper mb-3">
  2767.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2768.                    <div class="title-border"></div>
  2769.                    <i class="ti-folder me-2"></i>March 2026 Blog Roll
  2770.                </h4>
  2771.            </div>
  2772.            <div class="widget-content shadow-sm rounded-3 p-4">
  2773.                <div class="archives-list scrollable-sidebar">
  2774.                    
  2775.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2776.                        <a href="https://letsmush.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2777.                            <i class="ti-angle-right me-2 text-primary"></i>
  2778.                            <span class="archive-link top-color fw-semibold">casinos not on GamStop</span>
  2779.                        </a>
  2780.                    </div>
  2781.                    
  2782.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2783.                        <a href="https://www.llancaiachfawr.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2784.                            <i class="ti-angle-right me-2 text-primary"></i>
  2785.                            <span class="archive-link top-color fw-semibold">best non GamStop casinos</span>
  2786.                        </a>
  2787.                    </div>
  2788.                    
  2789.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2790.                        <a href="https://www.labodeganegra.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2791.                            <i class="ti-angle-right me-2 text-primary"></i>
  2792.                            <span class="archive-link top-color fw-semibold">best casino not on GamStop</span>
  2793.                        </a>
  2794.                    </div>
  2795.                    
  2796.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2797.                        <a href="https://socialeatinghouse.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2798.                            <i class="ti-angle-right me-2 text-primary"></i>
  2799.                            <span class="archive-link top-color fw-semibold">casinos not on GamStop</span>
  2800.                        </a>
  2801.                    </div>
  2802.                    
  2803.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2804.                        <a href="https://www.falconryforum.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2805.                            <i class="ti-angle-right me-2 text-primary"></i>
  2806.                            <span class="archive-link top-color fw-semibold">non gamstop casino</span>
  2807.                        </a>
  2808.                    </div>
  2809.                    
  2810.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2811.                        <a href="https://santanderjobs.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2812.                            <i class="ti-angle-right me-2 text-primary"></i>
  2813.                            <span class="archive-link top-color fw-semibold">best new betting sites</span>
  2814.                        </a>
  2815.                    </div>
  2816.                    
  2817.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2818.                        <a href="https://www.ginspa.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2819.                            <i class="ti-angle-right me-2 text-primary"></i>
  2820.                            <span class="archive-link top-color fw-semibold">non GamStop sites</span>
  2821.                        </a>
  2822.                    </div>
  2823.                    
  2824.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2825.                        <a href="https://www.kysty.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2826.                            <i class="ti-angle-right me-2 text-primary"></i>
  2827.                            <span class="archive-link top-color fw-semibold">Non Gamstop Casino</span>
  2828.                        </a>
  2829.                    </div>
  2830.                    
  2831.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2832.                        <a href="https://www.dinton-pastures.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2833.                            <i class="ti-angle-right me-2 text-primary"></i>
  2834.                            <span class="archive-link top-color fw-semibold">gambling sites not on GamStop</span>
  2835.                        </a>
  2836.                    </div>
  2837.                    
  2838.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2839.                        <a href="https://www.nordicresearchnetwork.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2840.                            <i class="ti-angle-right me-2 text-primary"></i>
  2841.                            <span class="archive-link top-color fw-semibold">non UK gambling sites</span>
  2842.                        </a>
  2843.                    </div>
  2844.                    
  2845.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2846.                        <a href="https://www.snapphotofestival.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2847.                            <i class="ti-angle-right me-2 text-primary"></i>
  2848.                            <span class="archive-link top-color fw-semibold">non GamStop</span>
  2849.                        </a>
  2850.                    </div>
  2851.                    
  2852.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2853.                        <a href="https://www.morethanfootball.eu/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2854.                            <i class="ti-angle-right me-2 text-primary"></i>
  2855.                            <span class="archive-link top-color fw-semibold">casinos not on GamStop</span>
  2856.                        </a>
  2857.                    </div>
  2858.                    
  2859.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2860.                        <a href="https://www.teapotisland.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2861.                            <i class="ti-angle-right me-2 text-primary"></i>
  2862.                            <span class="archive-link top-color fw-semibold">non GamStop</span>
  2863.                        </a>
  2864.                    </div>
  2865.                    
  2866.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2867.                        <a href="https://www.durhamminers.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2868.                            <i class="ti-angle-right me-2 text-primary"></i>
  2869.                            <span class="archive-link top-color fw-semibold">gambling sites not on GamStop</span>
  2870.                        </a>
  2871.                    </div>
  2872.                    
  2873.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2874.                        <a href="https://www.patients4nhs.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2875.                            <i class="ti-angle-right me-2 text-primary"></i>
  2876.                            <span class="archive-link top-color fw-semibold">casino sites not on GamStop</span>
  2877.                        </a>
  2878.                    </div>
  2879.                    
  2880.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2881.                        <a href="https://www.covent-garden.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2882.                            <i class="ti-angle-right me-2 text-primary"></i>
  2883.                            <span class="archive-link top-color fw-semibold">non GamStop casino UK</span>
  2884.                        </a>
  2885.                    </div>
  2886.                    
  2887.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2888.                        <a href="https://www.open-money.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2889.                            <i class="ti-angle-right me-2 text-primary"></i>
  2890.                            <span class="archive-link top-color fw-semibold">UK casino sites</span>
  2891.                        </a>
  2892.                    </div>
  2893.                    
  2894.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2895.                        <a href="https://www.fourpure.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2896.                            <i class="ti-angle-right me-2 text-primary"></i>
  2897.                            <span class="archive-link top-color fw-semibold">UK casino not on GamStop</span>
  2898.                        </a>
  2899.                    </div>
  2900.                    
  2901.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2902.                        <a href="https://www.thekarczma.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2903.                            <i class="ti-angle-right me-2 text-primary"></i>
  2904.                            <span class="archive-link top-color fw-semibold">best non UK casinos</span>
  2905.                        </a>
  2906.                    </div>
  2907.                    
  2908.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2909.                        <a href="https://www.helloitscraig.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2910.                            <i class="ti-angle-right me-2 text-primary"></i>
  2911.                            <span class="archive-link top-color fw-semibold">casinos not on gamstop</span>
  2912.                        </a>
  2913.                    </div>
  2914.                    
  2915.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2916.                        <a href="https://www.aboutcookies.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2917.                            <i class="ti-angle-right me-2 text-primary"></i>
  2918.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2919.                        </a>
  2920.                    </div>
  2921.                    
  2922.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2923.                        <a href="https://roadpeace.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2924.                            <i class="ti-angle-right me-2 text-primary"></i>
  2925.                            <span class="archive-link top-color fw-semibold">non gamstop casinos</span>
  2926.                        </a>
  2927.                    </div>
  2928.                    
  2929.  
  2930.                </div>
  2931.            </div>
  2932.        </div>
  2933.        
  2934.       <div class="sidebar-widget mb-5">
  2935.            <div class="widget-title-wrapper mb-3">
  2936.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2937.                    <div class="title-border"></div>
  2938.                    <i class="ti-folder me-2"></i>February 2026 Blog Roll
  2939.                </h4>
  2940.            </div>
  2941.            <div class="widget-content shadow-sm rounded-3 p-4">
  2942.                <div class="archives-list scrollable-sidebar">
  2943.                    
  2944.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2945.                        <a href="https://www.taysideaviation.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2946.                            <i class="ti-angle-right me-2 text-primary"></i>
  2947.                            <span class="archive-link top-color fw-semibold">non gamstop betting sites</span>
  2948.                        </a>
  2949.                    </div>
  2950.                    
  2951.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2952.                        <a href="https://financialservicescultureboard.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2953.                            <i class="ti-angle-right me-2 text-primary"></i>
  2954.                            <span class="archive-link top-color fw-semibold">betting sites not on gamstop</span>
  2955.                        </a>
  2956.                    </div>
  2957.                    
  2958.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2959.                        <a href="https://www.goodclub.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2960.                            <i class="ti-angle-right me-2 text-primary"></i>
  2961.                            <span class="archive-link top-color fw-semibold">casinos not on gamstop</span>
  2962.                        </a>
  2963.                    </div>
  2964.                    
  2965.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2966.                        <a href="https://indyonline.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2967.                            <i class="ti-angle-right me-2 text-primary"></i>
  2968.                            <span class="archive-link top-color fw-semibold">non Gamstop casinos</span>
  2969.                        </a>
  2970.                    </div>
  2971.                    
  2972.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2973.                        <a href="https://www.regionalnetworks.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2974.                            <i class="ti-angle-right me-2 text-primary"></i>
  2975.                            <span class="archive-link top-color fw-semibold">casino sites not on Gamstop</span>
  2976.                        </a>
  2977.                    </div>
  2978.                    
  2979.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2980.                        <a href="https://oncallfire.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2981.                            <i class="ti-angle-right me-2 text-primary"></i>
  2982.                            <span class="archive-link top-color fw-semibold">casino sites not on Gamstop</span>
  2983.                        </a>
  2984.                    </div>
  2985.                    
  2986.  
  2987.                </div>
  2988.            </div>
  2989.        </div>
  2990.        
  2991. <!--        
  2992.       <div class="sidebar-widget mb-5">
  2993.            <div class="widget-title-wrapper mb-3">
  2994.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2995.                    <div class="title-border"></div>
  2996.                    <i class="ti-folder me-2"></i>Blog Archives
  2997.                </h4>
  2998.            </div>
  2999.            <div class="widget-content shadow-sm rounded-3 p-4">
  3000.                <div class="archives-list">
  3001.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3002.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3003.                            <i class="ti-angle-right me-2 text-primary"></i>
  3004.                            <span class="archive-link top-color fw-semibold">August 2025</span>
  3005.                        </a>
  3006.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span>
  3007.                    </div>
  3008.  
  3009.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3010.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3011.                            <i class="ti-angle-right me-2 text-primary"></i>
  3012.                            <span class="archive-link top-color fw-semibold">July 2025</span>
  3013.                        </a>
  3014.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">31 posts</span>
  3015.                    </div>
  3016.  
  3017.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3018.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3019.                            <i class="ti-angle-right me-2 text-primary"></i>
  3020.                            <span class="archive-link top-color fw-semibold">June 2025</span>
  3021.                        </a>
  3022.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">28 posts</span>
  3023.                    </div>
  3024.  
  3025.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3026.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3027.                            <i class="ti-angle-right me-2 text-primary"></i>
  3028.                            <span class="archive-link top-color fw-semibold">May 2025</span>
  3029.                        </a>
  3030.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">35 posts</span>
  3031.                    </div>
  3032.  
  3033.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3034.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3035.                            <i class="ti-angle-right me-2 text-primary"></i>
  3036.                            <span class="archive-link top-color fw-semibold">April 2025</span>
  3037.                        </a>
  3038.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">29 posts</span>
  3039.                    </div>
  3040.  
  3041.                    <div class="archive-item d-flex justify-content-between align-items-center">
  3042.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3043.                            <i class="ti-angle-right me-2 text-primary"></i>
  3044.                            <span class="archive-link top-color fw-semibold">March 2025</span>
  3045.                        </a>
  3046.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">27 posts</span>
  3047.                    </div>
  3048.                </div>
  3049.                
  3050.                <div class="text-center mt-4 pt-3 border-top border-color">
  3051.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3052.                        <i class="ti-archive me-1"></i>View All Archives
  3053.                    </a>
  3054.                </div>
  3055.            </div>
  3056.        </div> -->
  3057.        <div class="sidebar-widget mb-4">
  3058.            <div class="widget-title-wrapper mb-3">
  3059.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3060.                    <div class="title-border-primary"></div>
  3061.                    <i class="ti-star me-2"></i>Popular Posts
  3062.                </h4>
  3063.            </div>
  3064.            <div class="widget-content mb-3 shadow-sm rounded-3 p-4">
  3065.                <div class="popular-post-list">
  3066.                    
  3067.                    
  3068.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3069.                        <div class="post-content flex-grow-1">
  3070.                            <h6 class="post-title mb-1">
  3071.                                 <a href="/the-new-mayor-promises-a-dawn-for-new-york-city-in-inaugural-address/" class="text-decoration-none top-color fw-semibold lh-sm">
  3072.                                            The New Mayor Promises a &#x27;Dawn&#x27; for New York City in Inaugural Address
  3073.                                            </a>
  3074.                            </h6>
  3075.                            <div class="post-meta">
  3076.                                <small class="text-muted">
  3077.                                    <i class="ti-calendar me-1"></i>15 Aug 2026
  3078.                                </small>
  3079.                                <!-- <small class="text-muted ms-3">
  3080.                                    <i class="ti-eye me-1"></i>1,234 views
  3081.                                </small> -->
  3082.                            </div>
  3083.                        </div>
  3084.                    </div>
  3085.                    
  3086.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3087.                        <div class="post-content flex-grow-1">
  3088.                            <h6 class="post-title mb-1">
  3089.                                 <a href="/a-rising-posh-poor-divide-how-prosperity-and-hardship-are-found-side-by-side-in-england/" class="text-decoration-none top-color fw-semibold lh-sm">
  3090.                                            A Rising ‘Posh-Poor Divide’: How Prosperity and Hardship Are Found Side by Side in England.
  3091.                                            </a>
  3092.                            </h6>
  3093.                            <div class="post-meta">
  3094.                                <small class="text-muted">
  3095.                                    <i class="ti-calendar me-1"></i>15 Aug 2026
  3096.                                </small>
  3097.                                <!-- <small class="text-muted ms-3">
  3098.                                    <i class="ti-eye me-1"></i>1,234 views
  3099.                                </small> -->
  3100.                            </div>
  3101.                        </div>
  3102.                    </div>
  3103.                    
  3104.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3105.                        <div class="post-content flex-grow-1">
  3106.                            <h6 class="post-title mb-1">
  3107.                                 <a href="/several-within-the-labour-party-desire-keir-starmer-removed-he-assures-me-hell-survive-and-britains-economic-outlook-is-set-to-improve/" class="text-decoration-none top-color fw-semibold lh-sm">
  3108.                                            Several within the Labour Party Desire Keir Starmer Removed. He Assures Me He&#x27;ll Survive – and Britain&#x27;s Economic Outlook Is Set to Improve.
  3109.                                            </a>
  3110.                            </h6>
  3111.                            <div class="post-meta">
  3112.                                <small class="text-muted">
  3113.                                    <i class="ti-calendar me-1"></i>15 Aug 2026
  3114.                                </small>
  3115.                                <!-- <small class="text-muted ms-3">
  3116.                                    <i class="ti-eye me-1"></i>1,234 views
  3117.                                </small> -->
  3118.                            </div>
  3119.                        </div>
  3120.                    </div>
  3121.                    
  3122.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3123.                        <div class="post-content flex-grow-1">
  3124.                            <h6 class="post-title mb-1">
  3125.                                 <a href="/calls-for-fresh-immediacy-in-global-warming-talks-as-analyses-indicate-planetary-heating-may-attain-25c/" class="text-decoration-none top-color fw-semibold lh-sm">
  3126.                                            Calls for Fresh Immediacy in Global Warming Talks as Analyses Indicate Planetary Heating May Attain 2.5C
  3127.                                            </a>
  3128.                            </h6>
  3129.                            <div class="post-meta">
  3130.                                <small class="text-muted">
  3131.                                    <i class="ti-calendar me-1"></i>15 Aug 2026
  3132.                                </small>
  3133.                                <!-- <small class="text-muted ms-3">
  3134.                                    <i class="ti-eye me-1"></i>1,234 views
  3135.                                </small> -->
  3136.                            </div>
  3137.                        </div>
  3138.                    </div>
  3139.                    
  3140.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3141.                        <div class="post-content flex-grow-1">
  3142.                            <h6 class="post-title mb-1">
  3143.                                 <a href="/every-chef-must-train-at-this-spot-modest-turkish-restaurant-secures-fourth-on-ranking-of-londons-best-food-spots/" class="text-decoration-none top-color fw-semibold lh-sm">
  3144.                                            ‘Every Chef Must Train At This Spot’: Modest Turkish Restaurant Secures Fourth on Ranking of London’s Best Food Spots.
  3145.                                            </a>
  3146.                            </h6>
  3147.                            <div class="post-meta">
  3148.                                <small class="text-muted">
  3149.                                    <i class="ti-calendar me-1"></i>15 Aug 2026
  3150.                                </small>
  3151.                                <!-- <small class="text-muted ms-3">
  3152.                                    <i class="ti-eye me-1"></i>1,234 views
  3153.                                </small> -->
  3154.                            </div>
  3155.                        </div>
  3156.                    </div>
  3157.                    
  3158.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3159.                        <div class="post-content flex-grow-1">
  3160.                            <h6 class="post-title mb-1">
  3161.                                 <a href="/the-way-undercover-filming-uncovered-a-multi-million-pound-timeshare-scam/" class="text-decoration-none top-color fw-semibold lh-sm">
  3162.                                            The Way Undercover Filming Uncovered a Multi-Million Pound Timeshare Scam
  3163.                                            </a>
  3164.                            </h6>
  3165.                            <div class="post-meta">
  3166.                                <small class="text-muted">
  3167.                                    <i class="ti-calendar me-1"></i>15 Aug 2026
  3168.                                </small>
  3169.                                <!-- <small class="text-muted ms-3">
  3170.                                    <i class="ti-eye me-1"></i>1,234 views
  3171.                                </small> -->
  3172.                            </div>
  3173.                        </div>
  3174.                    </div>
  3175.                    
  3176.  
  3177.                </div>
  3178.                
  3179.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3180.                    <a href="#" class="btn btn-primary top-color btn-sm px-whtext-white rounded-pill">
  3181.                        <i class="ti-trophy me-1"></i>View All Popular
  3182.                    </a>
  3183.                </div> -->
  3184.            </div>
  3185.        </div>
  3186.  
  3187. </div>
  3188. <style>
  3189.    
  3190.  .widget-content {
  3191.    background-color: var(--card-bg);
  3192.    border: 1px solid var(--border-color);
  3193.  }
  3194. </style>
  3195.  
  3196.    
  3197.            </div>
  3198.      </div>
  3199.    </div>
  3200.  </section>
  3201.  
  3202.  <script>
  3203.    // Smooth fade on scroll (adds .fade-up on downward scroll, .fade-down on upward scroll)
  3204.    document.addEventListener('DOMContentLoaded', function () {
  3205.      // Fallback if IntersectionObserver unavailable
  3206.      if (!('IntersectionObserver' in window)) {
  3207.        document.querySelectorAll('.fade-base').forEach(el => el.classList.add('fade-show'));
  3208.        return;
  3209.      }
  3210.  
  3211.      let lastY = window.pageYOffset || 0;
  3212.      let scrollDir = 'down';
  3213.      let ticking = false;
  3214.  
  3215.      // Jank-free scroll direction tracking
  3216.      window.addEventListener('scroll', () => {
  3217.        const y = window.pageYOffset || 0;
  3218.        if (!ticking) {
  3219.          requestAnimationFrame(() => {
  3220.            scrollDir = y > lastY ? 'down' : 'up';
  3221.            lastY = y <= 0 ? 0 : y;
  3222.            ticking = false;
  3223.          });
  3224.          ticking = true;
  3225.        }
  3226.      }, { passive: true });
  3227.  
  3228.      const options = {
  3229.        threshold: 0.18,
  3230.        rootMargin: '0px 0px -8% 0px'
  3231.      };
  3232.  
  3233.      const io = new IntersectionObserver((entries) => {
  3234.        entries.forEach((entry) => {
  3235.          const el = entry.target;
  3236.  
  3237.          if (entry.isIntersecting) {
  3238.            // direction-based class
  3239.            el.classList.remove('fade-up', 'fade-down');
  3240.            el.classList.add(scrollDir === 'down' ? 'fade-up' : 'fade-down');
  3241.  
  3242.            // smooth timing (override-able per element via CSS vars)
  3243.            if (!el.style.getPropertyValue('--dur')) {
  3244.              el.style.setProperty('--dur', '700ms');
  3245.            }
  3246.            if (!el.style.getPropertyValue('--ease')) {
  3247.              el.style.setProperty('--ease', 'cubic-bezier(0.16,1,0.3,1)');
  3248.            }
  3249.  
  3250.            el.classList.add('fade-show');
  3251.          } else {
  3252.            // re-animate when re-entering
  3253.            el.classList.remove('fade-show');
  3254.          }
  3255.        });
  3256.      }, options);
  3257.  
  3258.      // Observe all fade targets with a light stagger
  3259.      const nodes = Array.from(document.querySelectorAll('.fade-base'));
  3260.      nodes.forEach((el, i) => {
  3261.        // 0–5 -> 0–300ms stagger (loops every 6)
  3262.        el.style.setProperty('--stagger', `${(i % 6) * 60}ms`);
  3263.        io.observe(el);
  3264.      });
  3265.    });
  3266.  </script>
  3267.  
  3268.  
  3269.    
  3270.        
  3271.        <!-- end wpo-blog-highlights-section -->
  3272.        <!-- start wpo-blog-sponsored-section -->
  3273.        
  3274.  
  3275.  
  3276.  
  3277.    
  3278.  
  3279.  
  3280.  
  3281. <style>
  3282.    .sponsored-section-v2 {
  3283.        padding: 40px 0;
  3284.        background: var(--body-bg);
  3285.    }
  3286.    
  3287.    .sponsored-card-v2 {
  3288.        background: var(--body-bg);
  3289.        border: 1px solid #f0f0f0;
  3290.        border-radius: 8px;
  3291.        transition: box-shadow 0.3s ease;
  3292.        height: 100%;
  3293.        position: relative;
  3294.    }
  3295.    
  3296.    .sponsored-card-v2:hover {
  3297.        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  3298.    }
  3299.    
  3300.    .sponsored-image-v2 {
  3301.        position: relative;
  3302.        height: 200px;
  3303.    }
  3304.    
  3305.    .sponsored-image-v2 img {
  3306.        width: 100%;
  3307.        height: 100%;
  3308.        object-fit: cover;
  3309.    }
  3310.    
  3311.    .sponsored-badge-v2 {
  3312.        position: absolute;
  3313.        bottom: 10px;
  3314.        left: 10px;
  3315.        padding: 6px 10px;
  3316.        font-size: 12px;
  3317.        font-weight: 600;
  3318.        text-transform: uppercase;
  3319.        border-radius: 4px;
  3320.    }
  3321.    
  3322.    .sponsored-content-v2 {
  3323.        padding: 20px;
  3324.    }
  3325.    
  3326.    .sponsored-title-v2 {
  3327.        font-size: 18px;
  3328.        font-weight: 600;
  3329.        line-height: 1.4;
  3330.        margin-bottom: 10px;
  3331.    }
  3332.    
  3333.    .sponsored-title-v2 a {
  3334.        text-decoration: none;
  3335.        transition: color 0.3s ease;
  3336.    }
  3337.    
  3338.    .sponsored-title-v2 a:hover {
  3339.        color: #007bff; /* Blue hover for variety */
  3340.    }
  3341.    
  3342.    .sponsored-excerpt-v2 {
  3343.        font-size: 14px;
  3344.        color: #6c757d;
  3345.        margin-bottom: 15px;
  3346.        line-height: 1.6;
  3347.    }
  3348.    
  3349.    .sponsored-meta-v2 {
  3350.        display: flex;
  3351.        align-items: center;
  3352.        justify-content: space-between;
  3353.        font-size: 12px;
  3354.        color: #6c757d;
  3355.    }
  3356.    
  3357.    .author-info-v2 {
  3358.        display: flex;
  3359.        align-items: center;
  3360.        gap: 8px;
  3361.    }
  3362.    
  3363.    .sponsored-author-img-v2 {
  3364.        width: 28px;
  3365.        height: 28px;
  3366.        border-radius: 50%;
  3367.        object-fit: cover;
  3368.    }
  3369.    
  3370.    .section-title-sponsored-v2 {
  3371.        font-size: 2.2rem;
  3372.        font-weight: 700;
  3373.        text-align: center;
  3374.        margin-bottom: 30px;
  3375.        color: #333;
  3376.    }
  3377.  
  3378.    @media (max-width: 768px) {
  3379.        .sponsored-section-v2 {
  3380.            padding: 30px 0;
  3381.        }
  3382.        .sponsored-content-v2 {
  3383.            padding: 15px;
  3384.        }
  3385.        .sponsored-title-v2 {
  3386.            font-size: 16px;
  3387.        }
  3388.        .sponsored-excerpt-v2 {
  3389.            font-size: 13px;
  3390.        }
  3391.    }
  3392. </style>
  3393.  
  3394. <section class="sponsored-section-v2">
  3395.    <div class="container-fluid fluid-container">
  3396.        <div class="row">
  3397.            <div class="col-12">
  3398.                <h2 class="section-title-sponsored-v2">Sponsored News</h2>
  3399.            </div>
  3400.        </div>
  3401.        
  3402.        <div class="row g-4">
  3403.            
  3404.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3405.                <div class="card sponsored-card-v2">
  3406.                    <div class="sponsored-image-v2">
  3407.                        
  3408.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3409.                        
  3410.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3411.                    </div>
  3412.                    <div class="sponsored-content-v2">
  3413.                        <h3 class="sponsored-title-v2">
  3414.                            <a href="/the-new-mayor-promises-a-dawn-for-new-york-city-in-inaugural-address/" class="top-color">
  3415.                            The New Mayor Promises a &#x27;Dawn&#x27; for New York City in Inaugural Address
  3416.                            </a>
  3417.                        </h3>
  3418.                        <p class="sponsored-excerpt-v2">
  3419.                            
  3420.                        </p>
  3421.                        <div class="sponsored-meta-v2">
  3422.                            <div class="author-info-v2">
  3423.                                
  3424.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/33ed51cd-9e46-449e-b4cb-09936fd7544c_profile.png" alt="Joshua Gonzales" style="object-fit: cover;" class="sponsored-author-img-v2">
  3425.                                
  3426.                                <span>
  3427.                                    Joshua Gonzales
  3428.                                </span>
  3429.                            </div>
  3430.                            <span>15 Aug 2026</span>
  3431.                        </div>
  3432.                    </div>
  3433.                </div>
  3434.            </div>
  3435.            
  3436.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3437.                <div class="card sponsored-card-v2">
  3438.                    <div class="sponsored-image-v2">
  3439.                        
  3440.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3441.                        
  3442.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3443.                    </div>
  3444.                    <div class="sponsored-content-v2">
  3445.                        <h3 class="sponsored-title-v2">
  3446.                            <a href="/a-rising-posh-poor-divide-how-prosperity-and-hardship-are-found-side-by-side-in-england/" class="top-color">
  3447.                            A Rising ‘Posh-Poor Divide’: How Prosperity and Hardship Are Found Side by Side in England.
  3448.                            </a>
  3449.                        </h3>
  3450.                        <p class="sponsored-excerpt-v2">
  3451.                            
  3452.                        </p>
  3453.                        <div class="sponsored-meta-v2">
  3454.                            <div class="author-info-v2">
  3455.                                
  3456.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/33ed51cd-9e46-449e-b4cb-09936fd7544c_profile.png" alt="Joshua Gonzales" style="object-fit: cover;" class="sponsored-author-img-v2">
  3457.                                
  3458.                                <span>
  3459.                                    Joshua Gonzales
  3460.                                </span>
  3461.                            </div>
  3462.                            <span>15 Aug 2026</span>
  3463.                        </div>
  3464.                    </div>
  3465.                </div>
  3466.            </div>
  3467.            
  3468.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3469.                <div class="card sponsored-card-v2">
  3470.                    <div class="sponsored-image-v2">
  3471.                        
  3472.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3473.                        
  3474.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3475.                    </div>
  3476.                    <div class="sponsored-content-v2">
  3477.                        <h3 class="sponsored-title-v2">
  3478.                            <a href="/several-within-the-labour-party-desire-keir-starmer-removed-he-assures-me-hell-survive-and-britains-economic-outlook-is-set-to-improve/" class="top-color">
  3479.                            Several within the Labour Party Desire Keir Starmer Removed. He Assures Me He&#x27;ll Survive – and Britain&#x27;s Economic Outlook Is Set to Improve.
  3480.                            </a>
  3481.                        </h3>
  3482.                        <p class="sponsored-excerpt-v2">
  3483.                            
  3484.                        </p>
  3485.                        <div class="sponsored-meta-v2">
  3486.                            <div class="author-info-v2">
  3487.                                
  3488.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/33ed51cd-9e46-449e-b4cb-09936fd7544c_profile.png" alt="Joshua Gonzales" style="object-fit: cover;" class="sponsored-author-img-v2">
  3489.                                
  3490.                                <span>
  3491.                                    Joshua Gonzales
  3492.                                </span>
  3493.                            </div>
  3494.                            <span>15 Aug 2026</span>
  3495.                        </div>
  3496.                    </div>
  3497.                </div>
  3498.            </div>
  3499.            
  3500.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3501.                <div class="card sponsored-card-v2">
  3502.                    <div class="sponsored-image-v2">
  3503.                        
  3504.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3505.                        
  3506.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3507.                    </div>
  3508.                    <div class="sponsored-content-v2">
  3509.                        <h3 class="sponsored-title-v2">
  3510.                            <a href="/calls-for-fresh-immediacy-in-global-warming-talks-as-analyses-indicate-planetary-heating-may-attain-25c/" class="top-color">
  3511.                            Calls for Fresh Immediacy in Global Warming Talks as Analyses Indicate Planetary Heating May Attain 2.5C
  3512.                            </a>
  3513.                        </h3>
  3514.                        <p class="sponsored-excerpt-v2">
  3515.                            
  3516.                        </p>
  3517.                        <div class="sponsored-meta-v2">
  3518.                            <div class="author-info-v2">
  3519.                                
  3520.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/33ed51cd-9e46-449e-b4cb-09936fd7544c_profile.png" alt="Joshua Gonzales" style="object-fit: cover;" class="sponsored-author-img-v2">
  3521.                                
  3522.                                <span>
  3523.                                    Joshua Gonzales
  3524.                                </span>
  3525.                            </div>
  3526.                            <span>15 Aug 2026</span>
  3527.                        </div>
  3528.                    </div>
  3529.                </div>
  3530.            </div>
  3531.            
  3532.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3533.                <div class="card sponsored-card-v2">
  3534.                    <div class="sponsored-image-v2">
  3535.                        
  3536.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3537.                        
  3538.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3539.                    </div>
  3540.                    <div class="sponsored-content-v2">
  3541.                        <h3 class="sponsored-title-v2">
  3542.                            <a href="/every-chef-must-train-at-this-spot-modest-turkish-restaurant-secures-fourth-on-ranking-of-londons-best-food-spots/" class="top-color">
  3543.                            ‘Every Chef Must Train At This Spot’: Modest Turkish Restaurant Secures Fourth on Ranking of London’s Best Food Spots.
  3544.                            </a>
  3545.                        </h3>
  3546.                        <p class="sponsored-excerpt-v2">
  3547.                            
  3548.                        </p>
  3549.                        <div class="sponsored-meta-v2">
  3550.                            <div class="author-info-v2">
  3551.                                
  3552.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/33ed51cd-9e46-449e-b4cb-09936fd7544c_profile.png" alt="Joshua Gonzales" style="object-fit: cover;" class="sponsored-author-img-v2">
  3553.                                
  3554.                                <span>
  3555.                                    Joshua Gonzales
  3556.                                </span>
  3557.                            </div>
  3558.                            <span>15 Aug 2026</span>
  3559.                        </div>
  3560.                    </div>
  3561.                </div>
  3562.            </div>
  3563.            
  3564.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3565.                <div class="card sponsored-card-v2">
  3566.                    <div class="sponsored-image-v2">
  3567.                        
  3568.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3569.                        
  3570.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3571.                    </div>
  3572.                    <div class="sponsored-content-v2">
  3573.                        <h3 class="sponsored-title-v2">
  3574.                            <a href="/the-way-undercover-filming-uncovered-a-multi-million-pound-timeshare-scam/" class="top-color">
  3575.                            The Way Undercover Filming Uncovered a Multi-Million Pound Timeshare Scam
  3576.                            </a>
  3577.                        </h3>
  3578.                        <p class="sponsored-excerpt-v2">
  3579.                            
  3580.                        </p>
  3581.                        <div class="sponsored-meta-v2">
  3582.                            <div class="author-info-v2">
  3583.                                
  3584.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/33ed51cd-9e46-449e-b4cb-09936fd7544c_profile.png" alt="Joshua Gonzales" style="object-fit: cover;" class="sponsored-author-img-v2">
  3585.                                
  3586.                                <span>
  3587.                                    Joshua Gonzales
  3588.                                </span>
  3589.                            </div>
  3590.                            <span>15 Aug 2026</span>
  3591.                        </div>
  3592.                    </div>
  3593.                </div>
  3594.            </div>
  3595.            
  3596.        </div>
  3597.    </div>
  3598. </section>
  3599.  
  3600.  
  3601.    
  3602.        <!-- end wpo-blog-sponsored-section -->
  3603.        <!-- start wpo-subscribe-section -->
  3604.        
  3605.        <!-- end subscribe-section -->
  3606.        <!-- start of wpo-site-footer-section -->
  3607.        
  3608.  
  3609.  
  3610.  
  3611.  
  3612.  
  3613.  
  3614. <footer class="wpo-site-footer-v2 ">
  3615.    
  3616.    <!-- Main Footer Content -->
  3617.    <div class="container-fluid fluid-container">
  3618.        
  3619.        <!-- Step 1: Brand Section -->
  3620.        <div class="footer-brand-section">
  3621.            <div class="row justify-content-center">
  3622.                <div class="col-lg-8 col-md-10 col-12 text-center">
  3623.                    <div class="brand-wrapper">
  3624.                        
  3625.                            <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/c65d15ba-7afc-4993-bc13-ecdc004ddd69_logo.png" alt="Media Modern Plus" class="footer-logo mb-3" loading="lazy">
  3626.                        
  3627.                        <h2 class="brand-title">Media Modern Plus</h2>
  3628.                        <p class="brand-description">Explore the latest trends in digital media, marketing strategies, and technology insights from the UK&#x27;s leading experts. Stay updated with practical tips and industry news.</p>
  3629.                        
  3630.                    </div>
  3631.                </div>
  3632.            </div>
  3633.        </div>
  3634.  
  3635.        <!-- Step 2: Content Columns with Separators -->
  3636.        <div class="footer-content-section">
  3637.            <div class="content-divider"></div>
  3638.            
  3639.            <div class="row">
  3640.                
  3641.                <!-- Column 1: Important Links -->
  3642.                <div class="col-lg-6 col-md-6 col-12">
  3643.                    <div class="footer-column">
  3644.                        <div class="column-header">
  3645.                            <span class="column-number bg-primary-gradient">01</span>
  3646.                            <h6 class="column-title">Important Pages</h6>
  3647.                        </div>
  3648.                        <div class="column-content">
  3649.                            <ul class="footer-links">
  3650.                                
  3651.                                <li>
  3652.                                    <a href="/amazing-30-cartography-software-bundle-is-a-virtual-tabletop-gms-dream/" class="footer-link">
  3653.                                        Amazing $30 Cartography Software Bundle Is a Virtual Tabletop GM&#x27;s Dream
  3654.                                    </a>
  3655.                                </li>
  3656.                                
  3657.                                <li>
  3658.                                    <a href="/south-africas-president-brings-to-a-close-g20-summit-following-us-boycott-and-handover-dispute/" class="footer-link">
  3659.                                        South Africa&#x27;s President Brings to a Close G20 Summit Following US Boycott and Handover Dispute
  3660.                                    </a>
  3661.                                </li>
  3662.                                
  3663.                                <li>
  3664.                                    <a href="/australia-sets-a-new-benchmark-as-healy-has-one-peak-left-to-climb/" class="footer-link">
  3665.                                        Australia Sets a New Benchmark as Healy Has One Peak Left to Climb.
  3666.                                    </a>
  3667.                                </li>
  3668.                                
  3669.                                <li>
  3670.                                    <a href="/female-suspect-evades-law-enforcement-following-high-speed-pursuit-from-california-into-mexico/" class="footer-link">
  3671.                                        Female Suspect Evades Law Enforcement Following High-Speed Pursuit from California into Mexico
  3672.                                    </a>
  3673.                                </li>
  3674.                                
  3675.                                <li>
  3676.                                    <a href="/uk-and-ireland-box-office-earnings-hit-a-post-covid-peak-as-the-minecraft-film-leads-2025-charts/" class="footer-link">
  3677.                                        UK and Ireland Box Office Earnings Hit a Post-Covid Peak as The Minecraft Film Leads 2025 Charts
  3678.                                    </a>
  3679.                                </li>
  3680.                                
  3681.                                <li>
  3682.                                    <a href="/calamity-occurs-as-four-die-during-mourning-for-kenyan-opposition-leader-raila-odinga/" class="footer-link">
  3683.                                        Calamity Occurs as Four Die During Mourning for Kenyan Opposition Leader Raila Odinga
  3684.                                    </a>
  3685.                                </li>
  3686.                                
  3687.                            </ul>
  3688.                        </div>
  3689.                    </div>
  3690.                </div>
  3691.  
  3692.                <!-- Column 2: External Links -->
  3693.                 <div class="col-lg-6 col-md-6 col-12">
  3694.                    <div class="footer-column">
  3695.                        <div class="column-header">
  3696.                            <span class="column-number bg-primary-gradient">02</span>
  3697.                            <h6 class="column-title">External Resources</h6>
  3698.                        </div>
  3699.                       <div class="column-content">
  3700.    <ul class="footer-links" id="footerLinks">
  3701.        
  3702.        
  3703.  
  3704.        
  3705.        
  3706.        
  3707.        
  3708.    </ul>
  3709. </div>
  3710.  
  3711.                    </div>
  3712.                </div>
  3713.  
  3714.                <!-- Column 3: Categories -->
  3715.                <div class="col-lg-6 col-md-6 col-12">
  3716.                    <div class="footer-column">
  3717.                        <div class="column-header">
  3718.                            <span class="column-number bg-primary-gradient">02</span>
  3719.                            <h6 class="column-title">Categories</h6>
  3720.                        </div>
  3721.                        <div class="column-content">
  3722.                            <ul class="footer-links">
  3723.                                
  3724.                                <li>
  3725.                                    <a href="/category/all-posts/" class="footer-link">
  3726.                                        All Posts
  3727.                                    </a>
  3728.                                </li>
  3729.                                
  3730.                                <li>
  3731.                                    <a href="/category/business/" class="footer-link">
  3732.                                        Business
  3733.                                    </a>
  3734.                                </li>
  3735.                                
  3736.                                <li>
  3737.                                    <a href="/category/esports/" class="footer-link">
  3738.                                        Esports
  3739.                                    </a>
  3740.                                </li>
  3741.                                
  3742.                                <li>
  3743.                                    <a href="/category/fashion/" class="footer-link">
  3744.                                        Fashion
  3745.                                    </a>
  3746.                                </li>
  3747.                                
  3748.                                <li>
  3749.                                    <a href="/category/featured/" class="footer-link">
  3750.                                        Featured
  3751.                                    </a>
  3752.                                </li>
  3753.                                
  3754.                                <li>
  3755.                                    <a href="/category/gaming/" class="footer-link">
  3756.                                        Gaming
  3757.                                    </a>
  3758.                                </li>
  3759.                                
  3760.                            </ul>
  3761.                        </div>
  3762.                    </div>
  3763.                </div>
  3764.  
  3765.            </div>
  3766.        </div>
  3767.  
  3768.        <!-- Step 3: Footer Bottom -->
  3769.        <div class="footer-bottom-section">
  3770.            <div class="bottom-divider"></div>
  3771.            <div class="d-flex justify-content-between flex-wrap">
  3772.                <div class="">
  3773.                    <p class="copyright-text">
  3774.                        &copy; 2026 <strong>Media Modern Plus</strong> • All rights reserved
  3775.                    </p>
  3776.                </div>
  3777.                <div class="">
  3778.                    <nav class="footer-nav">
  3779.                        <a href="/page/write-for-us/" class="footer-nav-link">Write For Us</a>
  3780.                        <a href="/page/terms-and-conditions/" class="footer-nav-link">Terms</a>
  3781.                        <a href="/sitemap.xml" class="footer-nav-link">Sitemap</a>
  3782.                    </nav>
  3783.                </div>
  3784.            </div>
  3785.        </div>
  3786.  
  3787.    </div>
  3788.  
  3789.    <!-- Background Elements -->
  3790.    <div class="footer-bg-elements">
  3791.        <div class="bg-circle circle-1"></div>
  3792.        <div class="bg-circle circle-2"></div>
  3793.        <div class="bg-line line-1"></div>
  3794.        <div class="bg-line line-2"></div>
  3795.    </div>
  3796.  
  3797. </footer>
  3798.  
  3799. <style>
  3800. /* Footer V2 - Clean Blog Design */
  3801. .wpo-site-footer-v2 {
  3802.    color: var(--footer-color);
  3803.    background-color: var(--card-bg);
  3804.    margin-top: 100px;
  3805. }
  3806.  
  3807.  
  3808.  
  3809. /* Step 2: Brand Section */
  3810. .footer-brand-section {
  3811.    position: relative;
  3812.    z-index: 2;
  3813.    padding: 120px 0 60px;
  3814. }
  3815.  
  3816. .brand-wrapper {
  3817.    max-width: 600px;
  3818.    margin: 0 auto;
  3819. }
  3820.  
  3821. .footer-logo {
  3822.    max-height: 60px;
  3823.    width: auto;
  3824.    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
  3825. }
  3826.  
  3827. .brand-title {
  3828.    font-size: 2.2rem;
  3829.    font-weight: 800;
  3830.    color: var(--footer-color);
  3831.    margin-bottom: 1rem;
  3832.    letter-spacing: -0.02em;
  3833. }
  3834.  
  3835. .brand-description {
  3836.    font-size: 1.1rem;
  3837.    color: var(--footer-color);
  3838.    line-height: 1.6;
  3839.    opacity: .7;
  3840.    margin-bottom: 0;
  3841. }
  3842.  
  3843. /* Step 3: Content Section */
  3844. .footer-content-section {
  3845.    position: relative;
  3846.    z-index: 2;
  3847.    padding: 60px 0;
  3848. }
  3849.  
  3850.  
  3851. .footer-column {
  3852.    margin-bottom: 40px;
  3853.    padding: 0 20px;
  3854. }
  3855.  
  3856. .column-header {
  3857.    display: flex;
  3858.    align-items: center;
  3859.    margin-bottom: 25px;
  3860.    padding-bottom: 15px;
  3861.    border-bottom: 2px solid var(--border-color);
  3862. }
  3863.  
  3864. .column-number {
  3865.    width: 35px;
  3866.    height: 35px;
  3867.    border-radius: 10px;
  3868.    display: flex;
  3869.    align-items: center;
  3870.    justify-content: center;
  3871.    font-weight: 700;
  3872.    font-size: 0.9rem;
  3873.    margin-right: 15px;
  3874. }
  3875.  
  3876. .column-title {
  3877.    font-size: 1.1rem;
  3878.    font-weight: 700;
  3879.    color: var(--footer-color) !important;
  3880.    margin: 0;
  3881. }
  3882.  
  3883. .column-content {
  3884.    padding-left: 50px;
  3885. }
  3886.  
  3887. /* Footer Links */
  3888. .footer-links {
  3889.    list-style: none;
  3890.    padding: 0;
  3891.    margin: 0;
  3892. }
  3893.  
  3894. .footer-links li {
  3895.    margin-bottom: 12px;
  3896.    position: relative;
  3897. }
  3898.  
  3899. .footer-link {
  3900.    color: var(--footer-color) !important;
  3901.    text-decoration: none;
  3902.    font-size: 0.95rem;
  3903.    line-height: 1.5;
  3904.    transition: all 0.8s ease;
  3905.    position: relative;
  3906.    display: inline-flex;
  3907.    align-items: center;
  3908. }
  3909.  
  3910. .footer-link:hover {
  3911.    color: var(--bs-primary);
  3912.    padding-left: 8px;
  3913. }
  3914.  
  3915. .footer-link::before {
  3916.    content: '';
  3917.    position: absolute;
  3918.    left: -15px;
  3919.    top: 50%;
  3920.    transform: translateY(-50%);
  3921.    width: 4px;
  3922.    height: 4px;
  3923.    background: var(--bs-primary);
  3924.    border-radius: 50%;
  3925.    opacity: 0;
  3926.    transition: opacity 0.3s ease;
  3927. }
  3928.  
  3929. .footer-link:hover::before {
  3930.    opacity: 1;
  3931. }
  3932.  
  3933. /* Step 4: Footer Bottom */
  3934. .footer-bottom-section {
  3935.    position: relative;
  3936.    z-index: 2;
  3937.    padding: 30px 0;
  3938. }
  3939.  
  3940. .bottom-divider {
  3941.    width: 100%;
  3942.    height: 1px;
  3943.    background: linear-gradient(90deg, transparent 0%,var(--footer-color) ,var(--border-color) ,  transparent 100%);
  3944.    margin-bottom: 30px;
  3945. }
  3946.  
  3947. .copyright-text {
  3948.    color: var(--footer-color);
  3949.    font-size: 0.9rem;
  3950.    margin: 0;
  3951.    line-height: 1.6;
  3952. }
  3953.  
  3954. .footer-nav {
  3955.    display: flex;
  3956.    align-items: center;
  3957.    gap: 20px;
  3958.    justify-content: center;
  3959. }
  3960.  
  3961. .footer-nav-link {
  3962.    color: var(--footer-color) !important;
  3963.    text-decoration: none;
  3964.    font-size: 0.9rem;
  3965.    font-weight: 500;
  3966.    transition: color 0.3s ease;
  3967.    position: relative;
  3968. }
  3969.  
  3970. .footer-nav-link:hover {
  3971.    color: var(--bs-primary);
  3972. }
  3973.  
  3974. .footer-nav-link::after {
  3975.    content: '';
  3976.    position: absolute;
  3977.    bottom: -5px;
  3978.    left: 0;
  3979.    width: 0;
  3980.    height: 2px;
  3981.    background: var(--bs-primary) !important;
  3982.    transition: width 0.3s ease;
  3983. }
  3984.  
  3985. .footer-nav-link:hover::after {
  3986.    width: 100%;
  3987. }
  3988.  
  3989. /* Responsive Design */
  3990. @media (max-width: 992px) {
  3991.    .footer-brand-section {
  3992.        padding: 100px 0 50px;
  3993.    }
  3994.    
  3995.    .brand-title {
  3996.        font-size: 1.8rem;
  3997.    }
  3998.    
  3999.    .column-content {
  4000.        padding-left: 0;
  4001.        padding-top: 10px;
  4002.    }
  4003.    
  4004.    .column-header {
  4005.        flex-direction: column;
  4006.        align-items: flex-start;
  4007.        gap: 10px;
  4008.    }
  4009.    
  4010.    .column-number {
  4011.        align-self: center;
  4012.    }
  4013. }
  4014.  
  4015. @media (max-width: 768px) {
  4016.    .footer-brand-section {
  4017.        padding: 80px 0 40px;
  4018.    }
  4019.    
  4020.    .brand-title {
  4021.        font-size: 1.6rem;
  4022.    }
  4023.    
  4024.    .newsletter-inline {
  4025.        padding: 1.5rem;
  4026.        margin: 0 15px;
  4027.    }
  4028.    
  4029.    .newsletter-form .input-group {
  4030.        flex-direction: column;
  4031.    }
  4032.    
  4033.    .btn-newsletter {
  4034.        border-radius: 0 0 12px 12px;
  4035.    }
  4036.    
  4037.    .newsletter-input {
  4038.        border-radius: 12px 12px 0 0;
  4039.    }
  4040.    
  4041.    .footer-column {
  4042.        padding: 0 15px;
  4043.        margin-bottom: 35px;
  4044.    }
  4045.    
  4046.    .footer-nav {
  4047.        flex-direction: column;
  4048.        gap: 15px;
  4049.        margin-top: 20px;
  4050.    }
  4051. }
  4052.  
  4053. @media (max-width: 576px) {
  4054.    .footer-brand-section {
  4055.        padding: 60px 0 30px;
  4056.    }
  4057.    
  4058.    .brand-title {
  4059.        font-size: 1.4rem;
  4060.    }
  4061.    
  4062.    .brand-description {
  4063.        font-size: 1rem;
  4064.    }
  4065.    
  4066.    .newsletter-title {
  4067.        font-size: 1.1rem;
  4068.    }
  4069.    
  4070.    .column-title {
  4071.        font-size: 1rem;
  4072.    }
  4073.    
  4074.    .footer-column {
  4075.        padding: 0 10px;
  4076.    }
  4077.    
  4078.    .bg-circle, .bg-line {
  4079.        display: none;
  4080.    }
  4081. }
  4082.  
  4083. /* Minimal Animation */
  4084. .footer-column {
  4085.    transition: opacity 0.3s ease;
  4086. }
  4087.  
  4088. .footer-column:hover {
  4089.    opacity: 0.9;
  4090. }
  4091. </style>
  4092.  
  4093. <!-- Bootstrap 5 JS -->
  4094.  
  4095. <script>
  4096. // Scroll to Top Function
  4097. function scrollToTop() {
  4098.    window.scrollTo({
  4099.        top: 0,
  4100.        behavior: 'smooth'
  4101.    });
  4102. }
  4103.  
  4104. // Initialize Footer V2 Features
  4105. document.addEventListener('DOMContentLoaded', function() {
  4106.    
  4107.    // Newsletter Form Enhancement
  4108.    const newsletterForm = document.querySelector('.newsletter-form');
  4109.    if (newsletterForm) {
  4110.        newsletterForm.addEventListener('submit', function(e) {
  4111.            e.preventDefault(); // Remove this in actual implementation
  4112.            
  4113.            const submitBtn = this.querySelector('.btn-newsletter');
  4114.            const originalText = submitBtn.textContent;
  4115.            
  4116.            submitBtn.textContent = 'Subscribing...';
  4117.            submitBtn.disabled = true;
  4118.            
  4119.            // Simulate form processing
  4120.            setTimeout(() => {
  4121.                submitBtn.textContent = 'Subscribed!';
  4122.                submitBtn.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  4123.                
  4124.                setTimeout(() => {
  4125.                    submitBtn.textContent = originalText;
  4126.                    submitBtn.disabled = false;
  4127.                    submitBtn.style.background = '';
  4128.                    this.reset();
  4129.                }, 2000);
  4130.            }, 1500);
  4131.        });
  4132.    }
  4133.    
  4134.    // Smooth reveal for columns on scroll
  4135.    const observerOptions = {
  4136.        threshold: 0.1,
  4137.        rootMargin: '0px 0px -50px 0px'
  4138.    };
  4139.    
  4140.    const observer = new IntersectionObserver((entries) => {
  4141.        entries.forEach(entry => {
  4142.            if (entry.isIntersecting) {
  4143.                entry.target.style.opacity = '1';
  4144.                entry.target.style.transform = 'translateY(0)';
  4145.            }
  4146.        });
  4147.    }, observerOptions);
  4148.    
  4149.    // Initially hide columns for animation
  4150.    document.querySelectorAll('.footer-column').forEach((column, index) => {
  4151.        column.style.opacity = '0';
  4152.        column.style.transform = 'translateY(20px)';
  4153.        column.style.transition = `all 0.6s ease ${index * 0.1}s`;
  4154.        observer.observe(column);
  4155.    });
  4156.    
  4157.    // Prevent default for placeholder links
  4158.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4159.        link.addEventListener('click', function(e) {
  4160.            e.preventDefault();
  4161.        });
  4162.    });
  4163. });
  4164.  
  4165. document.addEventListener('DOMContentLoaded', function () {
  4166.    var btn = document.getElementById('toggleFooterLinks');
  4167.    if (!btn) return; // No extra links, no button
  4168.  
  4169.    var extras = document.querySelectorAll('#footerLinks li.extra');
  4170.  
  4171.    btn.addEventListener('click', function () {
  4172.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4173.            return li.classList.contains('d-none');
  4174.        });
  4175.  
  4176.        extras.forEach(function (li) {
  4177.            if (anyHidden) {
  4178.                li.classList.remove('d-none');
  4179.                li.classList.add('show');
  4180.            } else {
  4181.                li.classList.add('d-none');
  4182.                li.classList.remove('show');
  4183.            }
  4184.        });
  4185.  
  4186.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4187.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4188.    });
  4189. });
  4190.  
  4191. </script>
  4192.  
  4193.        <!-- end of wpo-site-footer-section -->
  4194.    </div>
  4195.    <!-- end of page-wrapper -->
  4196.  
  4197.    <!-- All JavaScript files
  4198.    ================================================== -->
  4199.    
  4200.  
  4201. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4202. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4203. <!-- Plugins for this template -->
  4204. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4205. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4206. <!-- Custom script for this template -->
  4207. <script src="/static/blogapp/assets/js/script.js"></script>
  4208.  
  4209. <script>
  4210. (function () {
  4211. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4212. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4213.  
  4214. function applyFallback(img) {
  4215. if (!img || img.dataset.fallbackApplied === "1") {
  4216. return;
  4217. }
  4218. var failedSrc = img.currentSrc || img.src || "";
  4219. img.dataset.fallbackApplied = "1";
  4220. img.onerror = null;
  4221. img.src = fallbackImageSrc;
  4222. console.warn("[ImageFallback] Replaced broken image:", {
  4223. failedSrc: failedSrc,
  4224. fallbackSrc: fallbackImageSrc,
  4225. alt: img.alt || "",
  4226. });
  4227. }
  4228.  
  4229. document.querySelectorAll("img").forEach(function (img) {
  4230. if (img.complete && img.naturalWidth === 0) {
  4231. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4232. failedSrc: img.currentSrc || img.src || "",
  4233. alt: img.alt || "",
  4234. });
  4235. applyFallback(img);
  4236. }
  4237. });
  4238.  
  4239. document.addEventListener(
  4240. "error",
  4241. function (event) {
  4242. var target = event.target;
  4243. if (target && target.tagName === "IMG") {
  4244. applyFallback(target);
  4245. }
  4246. },
  4247. true
  4248. );
  4249. })();
  4250. </script>
  4251.  
  4252. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4253.  
  4254.  
  4255.  
  4256. <script type="module" src="https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496" integrity="sha512-ZE9pZaUXND66v380QUtch/5sE9tPFh2zg45pR2PB0CVkCtOREv2AJKkSidISWkysEuQ0EH8faUU5du78bx87UQ==" data-cf-beacon='{"version":"2024.11.0","token":"adb9b3a2ae4c4564a5e6f13c8cb66528","r":1}' crossorigin="anonymous"></script>
  4257. </body>
  4258.  
  4259. </html>
  4260.  
  4261.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda