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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="ibmp">
  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/Web_Buzz_Horizon_3_rVT4iIn_5IN7mkd_i2wSbi4_cJ1yajg.png">
  14.    
  15.  
  16.    <title>Update Online UK: Tech News, Digital Trends &amp; Online Insights</title>
  17.    <meta name="description" content="Stay informed with the latest tech updates, digital marketing trends, and online business insights from the UK. Expert analysis for professionals and enthusiasts.">
  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://updateonlineonline.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #9b59b6;
  42.        --bs-primary-rgb: 9b59b6;
  43.        --bs-secondary: #8395a7;
  44.        --bs-success: #2ecc71;
  45.        --bs-danger: #e74c3c;
  46.        --bs-warning: #f1c40f;
  47.        --bs-info: #3498db;
  48.        --bs-light: #f5f6fa;
  49.        --bs-dark: #2c2c54;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #9b59b6;
  53.        --theme-primary-color-s2: #9b59b6;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #2c2c54;
  57.        --text-light-color: #676767;
  58.        --heading-color: #2c2c54;
  59.        --border-color: #d0d8e6;
  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: #e2e5ec;
  75.        --navbar-color: #2c2c54;
  76.        --topbar-bg: #f5f6fa;
  77.        --topbar-color: #2c2c54;
  78.        --footer-bg: #2c2c54;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #d0d8e6;
  82.        --card-radius: 10px;
  83.        --link-color: #9b59b6;
  84.        --link-hover: #8e44ad;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(155, 89, 182, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. <script>
  368.    var _paq = window._paq = window._paq || [];
  369.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  370.    _paq.push(['trackPageView']);
  371.    _paq.push(['enableLinkTracking']);
  372.    (function() {
  373.        var u = "//analytics.tech-vikings.com/";
  374.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  375.        _paq.push(['setSiteId', '2']);
  376.        var d = document,
  377.            g = d.createElement('script'),
  378.            s = d.getElementsByTagName('script')[0];
  379.        g.async = true;
  380.        g.src = u + 'matomo.js';
  381.        s.parentNode.insertBefore(g, s);
  382.    })();
  383. </script>
  384. </head>
  385.  
  386.  
  387.  
  388. <body class="page-blogapp:homepage theme-theme_5">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.  
  396.  
  397.            <!-- end preloader -->
  398.        
  399.        <!-- Start header -->
  400.        <header id="header" class="wpo-site-header">
  401.            
  402.  
  403.  
  404.    
  405.  
  406.  
  407.  
  408. <div class="topbar d-sm-flex d-none">
  409.  <div class="container-fluid fluid-container">
  410.    <div class="row  ">
  411.      <div>
  412.        <div class="pt-2 d-flex gap-2 pb-0">
  413.          <div class="">
  414.            <div class="tilt-button bg-primary-gradient">Latest Update</div>
  415.          </div>
  416.  
  417.          <!-- Add an id to the marquee -->
  418.          <marquee id="newsMarquee" direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  419.            <p class="text-center">
  420.              
  421.               <a href="/the-reason-psg-are-focusing-on-homegrown-talent-to-protect-their-european-crown/" class="px-5 top-color">
  422.                    The Reason PSG Are Focusing On Homegrown Talent to Protect Their European Crown
  423.                  </a>
  424.              
  425.               <a href="/democrats-allege-trump-of-intimidation-campaign-as-fbi-seeks-meetings/" class="px-5 top-color">
  426.                    Democrats Allege Trump of ‘Intimidation’ Campaign as FBI Seeks Meetings
  427.                  </a>
  428.              
  429.               <a href="/a-banner-year-for-launching-the-sphere/" class="px-5 top-color">
  430.                    A Banner Year for Launching The Sphere
  431.                  </a>
  432.              
  433.               <a href="/a-gripping-journey-food-delivery-from-the-west-philippine-sea-a-compelling-journey-through-resupply-routes-in-the-china-standoff/" class="px-5 top-color">
  434.                    A Gripping Journey: Food Delivery from the West Philippine Sea – A Compelling Journey Through Resupply Routes in the China Standoff.
  435.                  </a>
  436.              
  437.               <a href="/celebrity-traitors-finale-accidentally-made-available-24-hours-prematurely-beyond-the-uk/" class="px-5 top-color">
  438.                    Celebrity Traitors Finale Accidentally Made Available 24 Hours Prematurely Beyond the UK
  439.                  </a>
  440.              
  441.            </p>
  442.          </marquee>
  443.        </div>
  444.      </div>
  445.    </div>
  446.  </div>
  447. </div>
  448. <style>
  449.  .tilt-button {
  450.  padding: 0.5rem 1rem;
  451.  white-space: nowrap;
  452.  font-weight: bold;
  453.  display: inline-block;
  454.  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0% 100%);
  455.  transition: background 0.3s ease;
  456. }
  457.  
  458.  
  459. </style>
  460. <script>
  461.  // Stop/start marquee when hovering or focusing links inside it
  462.  document.addEventListener("DOMContentLoaded", function () {
  463.    const marquee = document.getElementById("newsMarquee");
  464.    if (!marquee) return;
  465.  
  466.    marquee.querySelectorAll("a").forEach((link) => {
  467.      link.addEventListener("mouseenter", () => marquee.stop());
  468.      link.addEventListener("mouseleave", () => marquee.start());
  469.      // keyboard accessibility
  470.      link.addEventListener("focus", () => marquee.stop());
  471.      link.addEventListener("blur", () => marquee.start());
  472.    });
  473.  });
  474. </script>
  475.  
  476.  
  477.  
  478.            
  479.  
  480.  
  481.  
  482.  
  483.  
  484.  
  485. <header class="header-v6 mb-4 nav-bg position-relative">
  486.    <div class="main-header-v6">
  487.        <div class="container-fluid fluid-container">
  488.            <div class="row align-items-center justify-content-between">
  489.                <!-- Left Navigation -->
  490.                <div class="col-lg-5 col-md-3">
  491.                    <nav class="left-nav-v6">
  492.                        <ul class="nav-list-v6">
  493.                            
  494.                            <li class="nav-item-v6">
  495.                                <a href="/" class="nav-link-v6 active-v6">Home</a>
  496.                            </li>
  497.  
  498.                            
  499.                            
  500.                            <li class="nav-item-v6">
  501.                                <a href="/category/all-posts/" class="nav-link-v6">
  502.                                    All Posts
  503.                                </a>
  504.                            </li>
  505.                            
  506.                            <li class="nav-item-v6">
  507.                                <a href="/category/business/" class="nav-link-v6">
  508.                                    Business
  509.                                </a>
  510.                            </li>
  511.                            
  512.                            <li class="nav-item-v6">
  513.                                <a href="/category/esports/" class="nav-link-v6">
  514.                                    Esports
  515.                                </a>
  516.                            </li>
  517.                            
  518.                        </ul>
  519.                    </nav>
  520.                </div>
  521.  
  522.                <!-- Center Logo -->
  523.               <div class="col-lg-2 col-md-6 text-center">
  524.                    <div class="logo-center-v6">
  525.                        <a class="brand-link-v6" href="/">
  526.                            
  527.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/738639c2-ff65-4ccb-846c-69595b72ec4c_logo.png" alt="Update Online UK" class="logo-img-v6" />
  528.                            
  529.                        </a>
  530.                    </div>
  531.                </div>
  532.  
  533.                <!-- Right Navigation -->
  534.                <div class="col-lg-5 col-md-3">
  535.                    <nav class="right-nav-v6">
  536.                        <ul class="nav-list-v6 justify-content-end">
  537.  
  538.                            
  539.                            
  540.                            <li class="nav-item-v6">
  541.                                <a href="/category/fashion/" class="nav-link-v6">
  542.                                    Fashion
  543.                                </a>
  544.                            </li>
  545.                            
  546.                            <li class="nav-item-v6">
  547.                                <a href="/category/featured/" class="nav-link-v6">
  548.                                    Featured
  549.                                </a>
  550.                            </li>
  551.                            
  552.  
  553.                            
  554.                            
  555.                            
  556.                            <li class="nav-item-v6 dropdown-container-v6">
  557.                                <a href="#" class="nav-link-v6">More</a>
  558.                                <div class="mega-dropdown-v6">
  559.                                    <div class="dropdown-grid-v6">
  560.                                        <div class="dropdown-column-v6">
  561.                                            
  562.                                            <a href="/category/gaming/"
  563.                                                class="dropdown-link-v6">
  564.                                                Gaming
  565.                                            </a>
  566.                                            
  567.                                            <a href="/category/health/"
  568.                                                class="dropdown-link-v6">
  569.                                                Health
  570.                                            </a>
  571.                                            
  572.                                            <a href="/category/life-fitness/"
  573.                                                class="dropdown-link-v6">
  574.                                                Life &amp; Fitness
  575.                                            </a>
  576.                                            
  577.                                            <a href="/category/lifestyle/"
  578.                                                class="dropdown-link-v6">
  579.                                                Lifestyle
  580.                                            </a>
  581.                                            
  582.                                            <a href="/category/news/"
  583.                                                class="dropdown-link-v6">
  584.                                                News
  585.                                            </a>
  586.                                            
  587.                                            <a href="/category/others/"
  588.                                                class="dropdown-link-v6">
  589.                                                Others
  590.                                            </a>
  591.                                            
  592.                                            <a href="/category/politics/"
  593.                                                class="dropdown-link-v6">
  594.                                                Politics
  595.                                            </a>
  596.                                            
  597.                                            <a href="/category/sports/"
  598.                                                class="dropdown-link-v6">
  599.                                                Sports
  600.                                            </a>
  601.                                            
  602.                                            <a href="/category/tech/"
  603.                                                class="dropdown-link-v6">
  604.                                                Tech
  605.                                            </a>
  606.                                            
  607.                                            <a href="/category/travel/"
  608.                                                class="dropdown-link-v6">
  609.                                                Travel
  610.                                            </a>
  611.                                            
  612.                                        </div>
  613.                                    </div>
  614.                                </div>
  615.                            </li>
  616.                            
  617.                            
  618.                             <li>
  619.                  <a href="/page/contact-us/">
  620.                     Contact Us
  621.                  </a>
  622.              </li>
  623.                        </ul>
  624.                    </nav>
  625.                </div>
  626.            </div>
  627.  
  628.  
  629.            <!-- Search Bar Row -->
  630.            <div class="row mt-md-4 ">
  631.                <div class="col-12">
  632.                    <div class="search-container-v6">
  633.                        <form class="search-form-v6" action="#" method="get">
  634.                            <div class="search-wrapper-v6">
  635.                                <svg class="search-icon-v6" width="20" height="20" viewBox="0 0 24 24" fill="none"
  636.                                    stroke="currentColor" stroke-width="2">
  637.                                    <circle cx="11" cy="11" r="8"></circle>
  638.                                    <path d="m21 21-4.35-4.35"></path>
  639.                                </svg>
  640.                                <input id="search-input" type="search" class="search-input-v6"
  641.                                    placeholder="What are you looking for today?" name="q">
  642.                                <button type="submit" class="search-submit-v6">Search</button>
  643.                            </div>
  644.                        </form>
  645.                         <div id="search-results" class="search-results-container search-v1"></div>
  646.                    </div>
  647.                </div>
  648.            </div>
  649.        </div>
  650.    </div>
  651.  
  652.    <!-- Mobile Menu Button -->
  653.    <button class="mobile-toggle-v6  d-lg-none" type="button" onclick="toggleMenuV6()">
  654.        <span class="hamburger-line-v6 text-link "></span>
  655.        <span class="hamburger-line-v6 text-link "></span>
  656.        <span class="hamburger-line-v6 text-link "></span>
  657.    </button>
  658.  
  659.    <!-- Mobile Menu -->
  660. <div class="mobile-menu-v6 d-lg-none" id="mobileMenuV6">
  661.    <div class="mobile-menu-content-v6">
  662.        <button class="mobile-toggle-v6 text-link d-lg-none" style="font-size: larger;" type="button"
  663.            onclick="toggleMenuV6()">
  664.            X
  665.        </button>
  666.        <ul class="mobile-nav-list-v6">
  667.  
  668.            <!-- Static Home -->
  669.            <li class="mobile-nav-item-v6">
  670.                <a href="/"
  671.                   class="mobile-nav-link-v6 active-v6">
  672.                    Home
  673.                </a>
  674.            </li>
  675.  
  676.            <!-- Dynamic categories -->
  677.            
  678.            <li class="mobile-nav-item-v6">
  679.                <a href="/category/all-posts/"
  680.                   class="mobile-nav-link-v6 ">
  681.                    All Posts
  682.                </a>
  683.            </li>
  684.            
  685.            <li class="mobile-nav-item-v6">
  686.                <a href="/category/business/"
  687.                   class="mobile-nav-link-v6 ">
  688.                    Business
  689.                </a>
  690.            </li>
  691.            
  692.            <li class="mobile-nav-item-v6">
  693.                <a href="/category/esports/"
  694.                   class="mobile-nav-link-v6 ">
  695.                    Esports
  696.                </a>
  697.            </li>
  698.            
  699.            <li class="mobile-nav-item-v6">
  700.                <a href="/category/fashion/"
  701.                   class="mobile-nav-link-v6 ">
  702.                    Fashion
  703.                </a>
  704.            </li>
  705.            
  706.            <li class="mobile-nav-item-v6">
  707.                <a href="/category/featured/"
  708.                   class="mobile-nav-link-v6 ">
  709.                    Featured
  710.                </a>
  711.            </li>
  712.            
  713.            <li class="mobile-nav-item-v6">
  714.                <a href="/category/gaming/"
  715.                   class="mobile-nav-link-v6 ">
  716.                    Gaming
  717.                </a>
  718.            </li>
  719.            
  720.            <li class="mobile-nav-item-v6">
  721.                <a href="/category/health/"
  722.                   class="mobile-nav-link-v6 ">
  723.                    Health
  724.                </a>
  725.            </li>
  726.            
  727.            <li class="mobile-nav-item-v6">
  728.                <a href="/category/life-fitness/"
  729.                   class="mobile-nav-link-v6 ">
  730.                    Life &amp; Fitness
  731.                </a>
  732.            </li>
  733.            
  734.            <li class="mobile-nav-item-v6">
  735.                <a href="/category/lifestyle/"
  736.                   class="mobile-nav-link-v6 ">
  737.                    Lifestyle
  738.                </a>
  739.            </li>
  740.            
  741.            <li class="mobile-nav-item-v6">
  742.                <a href="/category/news/"
  743.                   class="mobile-nav-link-v6 ">
  744.                    News
  745.                </a>
  746.            </li>
  747.            
  748.            <li class="mobile-nav-item-v6">
  749.                <a href="/category/others/"
  750.                   class="mobile-nav-link-v6 ">
  751.                    Others
  752.                </a>
  753.            </li>
  754.            
  755.            <li class="mobile-nav-item-v6">
  756.                <a href="/category/politics/"
  757.                   class="mobile-nav-link-v6 ">
  758.                    Politics
  759.                </a>
  760.            </li>
  761.            
  762.            <li class="mobile-nav-item-v6">
  763.                <a href="/category/sports/"
  764.                   class="mobile-nav-link-v6 ">
  765.                    Sports
  766.                </a>
  767.            </li>
  768.            
  769.            <li class="mobile-nav-item-v6">
  770.                <a href="/category/tech/"
  771.                   class="mobile-nav-link-v6 ">
  772.                    Tech
  773.                </a>
  774.            </li>
  775.            
  776.            <li class="mobile-nav-item-v6">
  777.                <a href="/category/travel/"
  778.                   class="mobile-nav-link-v6 ">
  779.                    Travel
  780.                </a>
  781.            </li>
  782.            
  783.  
  784.            <!-- Static Contact -->
  785.            <li class="mobile-nav-item-v6">
  786.                <a href="/page/contact-us/"
  787.                   class="mobile-nav-link-v6 ">
  788.                    Contact Us
  789.                </a>
  790.            </li>
  791.        </ul>
  792.    </div>
  793. </div>
  794. <div class="sidebar-blur d-lg-none"></div>
  795. </header>
  796.  
  797. <style>
  798.    /* Navbar V6 Styles - Centered Logo with Split Navigation */
  799.  
  800.  
  801.    .main-header-v6 {
  802.        padding: 35px 0;
  803.    }
  804.  
  805.    /* Logo Styles */
  806.    .logo-center-v6 {
  807.        position: relative;
  808.    }
  809.  
  810.    .logo-img-v6 {
  811.        max-height: 100px;
  812.        transition: transform 0.3s ease;
  813.    }
  814.  
  815.    .logo-img-v6:hover {
  816.        transform: scale(1.05);
  817.    }
  818.  
  819.    /* Navigation Styles */
  820.    .nav-list-v6 {
  821.        list-style: none;
  822.        padding: 0;
  823.        margin: 0;
  824.        display: flex;
  825.        align-items: center;
  826.    }
  827.  
  828.    .nav-item-v6 {
  829.        position: relative;
  830.        margin: 0 20px;
  831.    }
  832.  
  833.    .nav-link-v6 {
  834.        color: var(--navbar-color) !important;
  835.        text-decoration: none;
  836.        font-weight: 500;
  837.        font-size: 15px;
  838.        padding: 12px 0;
  839.        position: relative;
  840.        transition: all 0.3s ease;
  841.    }
  842.  
  843.    .nav-link-v6::after {
  844.        content: '';
  845.        position: absolute;
  846.        bottom: 0;
  847.        left: 50%;
  848.        width: 0;
  849.        height: 2px;
  850.        transition: all 0.3s ease;
  851.        transform: translateX(-50%);
  852.    }
  853.  
  854.    .nav-link-v6:hover,
  855.    .nav-link-v6.active-v6 {
  856.        font-weight: 700;
  857.        opacity: 0.75;
  858.    }
  859.  
  860.    .nav-link-v6:hover::after,
  861.    .nav-link-v6.active-v6::after {
  862.        width: 100%;
  863.    }
  864.  
  865.    /* Mega Dropdown Styles */
  866.    .dropdown-container-v6 {
  867.        position: relative;
  868.    }
  869.  
  870.    .mega-dropdown-v6 {
  871.        position: absolute;
  872.        top: 100%;
  873.        left: 50%;
  874.        transform: translateX(-50%);
  875.        background: var(--navbar-bg);
  876.        border-radius: 12px;
  877.        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  878.        opacity: 0;
  879.        visibility: hidden;
  880.        transition: all 0.3s ease;
  881.        padding: 25px;
  882.        min-width: 300px;
  883.        z-index: 1200;
  884.        margin-top: 15px;
  885.    }
  886.  
  887.    .dropdown-container-v6:hover .mega-dropdown-v6 {
  888.        opacity: 1;
  889.        visibility: visible;
  890.        margin-top: 0;
  891.    }
  892.  
  893.    .dropdown-grid-v6 {
  894.        display: grid;
  895.        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  896.        gap: 20px;
  897.    }
  898.  
  899.    .dropdown-title-v6 {
  900.        font-size: 13px;
  901.        font-weight: 600;
  902.        color: #4a5568;
  903.        margin-bottom: 10px;
  904.        text-transform: uppercase;
  905.        letter-spacing: 0.5px;
  906.    }
  907.  
  908.    .dropdown-link-v6 {
  909.        display: block;
  910.        color: #2d3748;
  911.        text-decoration: none;
  912.        font-size: 14px;
  913.        padding: 8px 0;
  914.        transition: all 0.3s ease;
  915.        position: relative;
  916.        padding-left: 15px;
  917.    }
  918.  
  919.    .dropdown-link-v6::before {
  920.        content: '';
  921.        position: absolute;
  922.        left: 0;
  923.        top: 50%;
  924.        width: 6px;
  925.        height: 6px;
  926.        background: #e2e8f0;
  927.        border-radius: 50%;
  928.        transform: translateY(-50%);
  929.        transition: all 0.3s ease;
  930.    }
  931.  
  932.    .dropdown-link-v6:hover {
  933.        color: #667eea;
  934.        padding-left: 20px;
  935.    }
  936.  
  937.    .dropdown-link-v6:hover::before {
  938.        background: #667eea;
  939.    }
  940.  
  941.    /* Search Styles */
  942.    .search-container-v6 {
  943.        max-width: 600px;
  944.        margin: 0 auto;
  945.    }
  946.  
  947.    .search-wrapper-v6 {
  948.        position: relative;
  949.        background: #f7fafc;
  950.        border-radius: 50px;
  951.        display: flex;
  952.        align-items: center;
  953.        transition: all 0.3s ease;
  954.        border: 2px solid transparent;
  955.    }
  956.  
  957.    .search-wrapper-v6:focus-within {
  958.        background: #ffffff;
  959.        border-color: #007bff;
  960.        box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
  961.    }
  962.  
  963.    .search-icon-v6 {
  964.        color: #a0aec0;
  965.        margin: 0 15px;
  966.        transition: color 0.3s ease;
  967.    }
  968.  
  969.    .search-wrapper-v6:focus-within .search-icon-v6 {
  970.        color: #007bff;
  971.    }
  972.  
  973.    .search-input-v6 {
  974.        flex: 1;
  975.        border: none;
  976.        background: transparent;
  977.        font-size: 16px;
  978.        padding: 10px 0;
  979.        outline: none;
  980.        color: #2d3748;
  981.    }
  982.  
  983.    .search-input-v6::placeholder {
  984.        color: #a0aec0;
  985.    }
  986.  
  987.    .search-submit-v6 {
  988.        background-color: var(--bs-primary);
  989.        color: white;
  990.        border: none;
  991.        border-radius: 50px;
  992.        padding: 12px 25px;
  993.        font-weight: 500;
  994.        cursor: pointer;
  995.        transition: all 0.3s ease;
  996.    }
  997.  
  998.    .search-submit-v6:hover {
  999.        transform: translateY(-2px);
  1000.        box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
  1001.    }
  1002.  
  1003.    /* Mobile Styles */
  1004.    .mobile-toggle-v6 {
  1005.        position: absolute;
  1006.        top: 20px;
  1007.        right: 20px;
  1008.        background: none;
  1009.        border: none;
  1010.        cursor: pointer;
  1011.        z-index: 999;
  1012.        padding: 5px;
  1013.    }
  1014.  
  1015.    .hamburger-line-v6 {
  1016.        display: block;
  1017.        width: 25px;
  1018.        height: 3px;
  1019.        background: var(--navbar-color);
  1020.        margin: 5px 0;
  1021.        transition: all 0.3s ease;
  1022.        border-radius: 2px;
  1023.    }
  1024.  
  1025.    .mobile-menu-v6 {
  1026.        position: fixed;
  1027.        top: 0;
  1028.        right: -100%;
  1029.        width: 300px;
  1030.        height: 100vh;
  1031.        background: var(--navbar-bg) !important;
  1032.        z-index: 1000;
  1033.        transition: right 0.3s ease;
  1034.        box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
  1035.    }
  1036.  
  1037.    .mobile-menu-v6.show-v6 {
  1038.        right: 0;
  1039.    }
  1040.  
  1041.    .mobile-menu-content-v6 {
  1042.        padding: 80px 30px 30px;
  1043.        height: 100%;
  1044.        overflow-y: auto;
  1045.    }
  1046.  
  1047.    .mobile-nav-list-v6 {
  1048.        list-style: none;
  1049.        padding: 0;
  1050.        margin: 0;
  1051.    }
  1052.  
  1053.    .mobile-nav-item-v6 {
  1054.        margin-bottom: 5px;
  1055.    }
  1056.  
  1057.    .mobile-nav-link-v6 {
  1058.        display: flex;
  1059.        align-items: center;
  1060.        justify-content: space-between;
  1061.        color: var(--navbar-color) !important;
  1062.        text-decoration: none;
  1063.        font-size: 16px;
  1064.        font-weight: 500;
  1065.        padding: 15px 0;
  1066.        border-bottom: 1px solid var(--border-color);
  1067.        transition: color 0.3s ease;
  1068.    }
  1069.  
  1070.    .mobile-nav-link-v6:hover,
  1071.    .mobile-nav-link-v6.active-v6 {
  1072.        color: #667eea;
  1073.    }
  1074.  
  1075.    .mobile-dropdown-v6 {
  1076.        list-style: none;
  1077.        padding: 0;
  1078.        margin: 0;
  1079.        max-height: 0;
  1080.        overflow: hidden;
  1081.        transition: max-height 0.3s ease;
  1082.        background: var(--navbar-bg);
  1083.        border-radius: 8px;
  1084.        margin-top: 5px;
  1085.    }
  1086.  
  1087.    .mobile-dropdown-v6.show-v6 {
  1088.        max-height: 300px;
  1089.        padding: 10px 0;
  1090.    }
  1091.  
  1092.    .mobile-dropdown-link-v6 {
  1093.        display: block;
  1094.        color: var(--navbar-color) !important;
  1095.        text-decoration: none;
  1096.        font-size: 14px;
  1097.        padding: 10px 20px;
  1098.        transition: all 0.3s ease;
  1099.    }
  1100.  
  1101.    .mobile-dropdown-link-v6:hover {
  1102.        color: #667eea;
  1103.        opacity: 0.6;
  1104.    }
  1105.  
  1106.    /* Responsive Design */
  1107.    @media (max-width: 991px) {
  1108.  
  1109.        .left-nav-v6,
  1110.        .right-nav-v6 {
  1111.            display: none;
  1112.        }
  1113.  
  1114.        .main-header-v6 {
  1115.            padding: 15px 0;
  1116.        }
  1117.  
  1118.        .search-container-v6 {
  1119.            margin-top: 20px;
  1120.        }
  1121.    }
  1122.  
  1123.    @media (max-width: 768px) {
  1124.        .search-wrapper-v6 {
  1125.            flex-direction: row;
  1126.        }
  1127.  
  1128.        .search-input-v6 {
  1129.            padding: 6px 0;
  1130.            text-align: center;
  1131.            display: flex;
  1132.        }
  1133.  
  1134.  
  1135.        .search-submit-v6 {
  1136.            width: 100%;
  1137.            margin-top: 10px;
  1138.            display: none;
  1139.        }
  1140.    }
  1141. </style>
  1142.  
  1143. <script>
  1144.    function toggleMenuV6() {
  1145.        const mobileMenu = document.getElementById('mobileMenuV6');
  1146.        mobileMenu.classList.toggle('show-v6');
  1147.    }
  1148.  
  1149.    function toggleMobileDropdown(dropdownId) {
  1150.        const dropdown = document.getElementById(dropdownId);
  1151.        dropdown.classList.toggle('show-v6');
  1152.    }
  1153.  
  1154.    // Close mobile menu when clicking outside
  1155.    document.addEventListener('click', function (event) {
  1156.        const mobileMenu = document.getElementById('mobileMenuV6');
  1157.        const mobileToggle = document.querySelector('.mobile-toggle-v6');
  1158.  
  1159.        if (!mobileMenu.contains(event.target) && !mobileToggle.contains(event.target)) {
  1160.            mobileMenu.classList.remove('show-v6');
  1161.        }
  1162.    });
  1163. </script>
  1164.  
  1165. <script>
  1166.  document.addEventListener("DOMContentLoaded", function () {
  1167.    console.log("loaded");
  1168.  
  1169.     const searchInput = document.getElementById("search-input")
  1170.    const searchResults = document.getElementById("search-results");
  1171.  
  1172.    if (!searchInput || !searchResults) {
  1173.      console.error("Search input/results not found");
  1174.      return;
  1175.    }
  1176.  
  1177.    // Prevent form submission
  1178.    if (searchInput.form) {
  1179.      searchInput.form.addEventListener("submit", function (e) {
  1180.        e.preventDefault();
  1181.      });
  1182.    }
  1183.  
  1184.    // Add event listener for keyup
  1185.    searchInput.addEventListener("keyup", function (e) {
  1186.      console.log("Key pressed:", e.key);
  1187.      e.preventDefault();
  1188.  
  1189.      const query = searchInput.value.trim();
  1190.      console.log("User is typing: " + query);
  1191.  
  1192.      // If empty → clear and hide
  1193.      if (query === "") {
  1194.        searchResults.innerHTML = "";
  1195.        searchResults.style.display = "none";
  1196.        return;
  1197.      }
  1198.  
  1199.      // Show results
  1200.      searchResults.style.display = "block";
  1201.  
  1202.      // Fetch search results
  1203.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1204.        method: "GET",
  1205.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1206.      })
  1207.        .then(response => {
  1208.          console.log("Response Status:", response.status);
  1209.          return response.json();
  1210.        })
  1211.        .then(data => {
  1212.          console.log("Data received:", data);
  1213.          if (data.html) {
  1214.            searchResults.innerHTML = data.html;
  1215.          } else {
  1216.            searchResults.innerHTML = "<p>No results found.</p>";
  1217.          }
  1218.        })
  1219.        .catch(error => {
  1220.          console.error("Error fetching search results:", error);
  1221.        });
  1222.    });
  1223.  
  1224.    // Close results when clicking outside
  1225.    document.addEventListener("click", function (e) {
  1226.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1227.        searchResults.style.display = "none";
  1228.      }
  1229.    });
  1230.  
  1231.    // Close results on ESC key
  1232.    document.addEventListener("keydown", function (e) {
  1233.      if (e.key === "Escape") {
  1234.        searchResults.style.display = "none";
  1235.      }
  1236.    });
  1237.  });
  1238. </script>
  1239.  
  1240. <style>
  1241.        /* search field */
  1242.  .search-results-container {
  1243.  position: absolute;
  1244.  top: 100%; /* Position it below the input field */
  1245.  left: 10px;
  1246.  right: 10px;
  1247.  background-color: white;
  1248.  border: 1px solid #ddd;
  1249.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1250.  max-height: 300px;
  1251.  overflow-y: auto;
  1252.  z-index: 1000;
  1253.  display: none; /* Initially hidden */
  1254. }
  1255.  
  1256. .search-results-container p {
  1257.  margin: 0;
  1258. }
  1259.  
  1260. .search-results-container .result-item {
  1261.  padding: 10px;
  1262.  cursor: pointer;
  1263. }
  1264.  
  1265. .search-results-container .result-item:hover {
  1266.  background-color: #f0f0f0;
  1267. }
  1268. </style>
  1269.  
  1270.        </header>
  1271.        <!-- end of header -->
  1272.        <!-- start of wpo-blog-hero -->
  1273.        
  1274.  
  1275.  
  1276.  
  1277.  
  1278.  
  1279.  
  1280.  
  1281. <div class="blog-hero-v5">
  1282.  <div class="container-fluid fluid-container">
  1283.    <!-- Hero Header -->
  1284.  
  1285.    <!-- Main Content Grid -->
  1286.    <div class="row g-4">
  1287.      <!-- Large Featured Post - Left Side -->
  1288.      <div class="col-lg-6 col-md-12">
  1289.        
  1290.        
  1291.          
  1292.        <div class="large-featured-card">
  1293.          <div class="card-image-wrapper">
  1294.            
  1295.                <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" class="card-image">
  1296.            
  1297.            <div class="image-overlay">
  1298.              <span class="category-pill fashion bg-primary-gradient">News</span>
  1299.            </div>
  1300.          </div>
  1301.          <div class="card-content">
  1302.            <h2 class="card-title"><a class="top-color" href="/jamaican-icon-jimmy-cliff-reggae-legend-and-cultural-figure-passes-away-at-81-years-of-age/">
  1303.                                        Jamaican Icon Jimmy Cliff, Reggae Legend and Cultural Figure, Passes Away at 81 Years of Age
  1304.                                    </a></h2>
  1305.            <p class="card-description"></p>
  1306.            <div class="card-footer">
  1307.              <div class="author-section">
  1308.                <div class="author-avatar">
  1309.                  
  1310.                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3a5546db-3613-406c-93e9-c805c1ce29d5_profile.png" alt="Samuel Taylor" style="object-fit: cover;" class="author-img">
  1311.                    
  1312.                </div>
  1313.                <div class="author-details">
  1314.                  <span class="author-name">Samuel Taylor</span>
  1315.                  <span class="publish-date">20 May 2026</span>
  1316.                </div>
  1317.              </div>
  1318.              <div class="read-time">
  1319.                <!-- <span>9 min read</span> -->
  1320.              </div>
  1321.            </div>
  1322.          </div>
  1323.        </div>
  1324.  
  1325.        
  1326.      </div>
  1327.      
  1328.  
  1329.      <!-- Right Side - Grid of Posts -->
  1330.      <div class="col-lg-6 col-md-12">
  1331.        <div class="row h-100">
  1332.          
  1333.          
  1334.            
  1335.          <!-- Medium Featured Post -->
  1336.          <div class="col-12 mb-3">
  1337.            <div class="medium-featured-card h-100">
  1338.              <div class="row g-0 h-100">
  1339.                <div class="col-md-6">
  1340.                  <div class="medium-image-wrapper">
  1341.                    
  1342.                          <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1343.                      
  1344.                    <div class="medium-overlay">
  1345.                      <span class="category-pill travel bg-primary-gradient">News</span>
  1346.                    </div>
  1347.                  </div>
  1348.                </div>
  1349.                <div class="col-md-6">
  1350.                  <div class="medium-content">
  1351.                    <h3 class="medium-title"><a class="top-color" href="/detonations-hit-kyiv-claiming-a-soldiers-life-and-wounding-four-in-militant-attack/">
  1352.                                        Detonations Hit Kyiv, Claiming a Soldier&#x27;s Life and Wounding Four in Militant Attack
  1353.                                    </a></h3>
  1354.                    <p class="medium-excerpt"></p>
  1355.                    <div class="medium-meta">
  1356.                      <span class="author">By Samuel Taylor</span>
  1357.                      <span class="date">20 May 2026</span>
  1358.                    </div>
  1359.                  </div>
  1360.                </div>
  1361.              </div>
  1362.            </div>
  1363.          </div>
  1364.  
  1365.          
  1366.          
  1367.  
  1368.          
  1369.            <!-- Small Cards Row -->
  1370.            <div class="col-md-6 col-12 mb-md-0 mb-3">
  1371.              <div class="small-card h-100">
  1372.                <div class="small-image-wrapper">
  1373.                    
  1374.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1375.                            style="object-fit: cover;" alt="">
  1376.                    
  1377.                  <span class="small-category bg-primary-gradient">News</span>
  1378.                </div>
  1379.                <div class="small-content">
  1380.                  <h4 class="small-title"> <a class="top-color" href="/unwavering-remarks-defends-narcotics-vessel-operations-amidst-scrutiny/" >
  1381.                                        Unwavering Remarks Defends Narcotics Vessel Operations Amidst Scrutiny
  1382.                                    </a></h4>
  1383.                  <p class="medium-excerpt"></p>
  1384.                  <div class="small-meta">
  1385.                    <span>By Samuel Taylor</span>
  1386.                    <span>20 May 2026</span>
  1387.                  </div>
  1388.                </div>
  1389.              </div>
  1390.            </div>
  1391.            
  1392.            <!-- Small Cards Row -->
  1393.            <div class="col-md-6 col-12 mb-md-0 mb-3">
  1394.              <div class="small-card h-100">
  1395.                <div class="small-image-wrapper">
  1396.                    
  1397.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1398.                            style="object-fit: cover;" alt="">
  1399.                    
  1400.                  <span class="small-category bg-primary-gradient">News</span>
  1401.                </div>
  1402.                <div class="small-content">
  1403.                  <h4 class="small-title"> <a class="top-color" href="/correctional-facility-phone-call-audio-spark-concerns-regarding-ex-abercrombie-ceos-competency-for-trial/" >
  1404.                                        Correctional Facility Phone Call Audio Spark Concerns Regarding Ex-Abercrombie CEO&#x27;s Competency for Trial
  1405.                                    </a></h4>
  1406.                  <p class="medium-excerpt"></p>
  1407.                  <div class="small-meta">
  1408.                    <span>By Samuel Taylor</span>
  1409.                    <span>20 May 2026</span>
  1410.                  </div>
  1411.                </div>
  1412.              </div>
  1413.            </div>
  1414.            
  1415.  
  1416.        </div>
  1417.      </div>
  1418.    </div>
  1419.  </div>
  1420. </div>
  1421.  
  1422. <style>
  1423.  /* Blog Hero V5 - Clean Card Grid Design */
  1424.  :root {
  1425.    --shadow-light: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  1426.    --shadow-medium: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  1427.    --shadow-heavy: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  1428.  
  1429.    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  1430.  }
  1431.  
  1432.  .blog-hero-v5 {
  1433.    padding: 4rem 0;
  1434.  }
  1435.  
  1436.  /* Hero Header */
  1437.  .hero-header {
  1438.    margin-bottom: 2rem;
  1439.  }
  1440.  
  1441.  .hero-title {
  1442.    font-size: 3.5rem;
  1443.    font-weight: 800;
  1444.    color: var(--text-dark);
  1445.    margin-bottom: 1rem;
  1446.    letter-spacing: -0.025em;
  1447.    line-height: 1.1;
  1448.  }
  1449.  
  1450.  .hero-subtitle {
  1451.    font-size: 1.25rem;
  1452.    color: var(--text-light);
  1453.    font-weight: 400;
  1454.    max-width: 600px;
  1455.    margin: 0 auto;
  1456.  }
  1457.  
  1458.  /* Large Featured Card */
  1459.  .large-featured-card {
  1460.    background: var(--card-bg);
  1461.    border-radius: var(--border-radius);
  1462.    box-shadow: var(--shadow-medium);
  1463.    overflow: hidden;
  1464.    height: 100%;
  1465.    transition: var(--transition);
  1466.    border: 1px solid var(--border-color);
  1467.  }
  1468.  
  1469.  .large-featured-card:hover {
  1470.    transform: translateY(-8px);
  1471.    box-shadow: var(--shadow-heavy);
  1472.  }
  1473.  
  1474.  .card-image-wrapper {
  1475.    position: relative;
  1476.    height: 280px;
  1477.    overflow: hidden;
  1478.  }
  1479.  
  1480.  .card-image {
  1481.    width: 100%;
  1482.    height: 100%;
  1483.    object-fit: cover;
  1484.    transition: var(--transition);
  1485.  }
  1486.  
  1487.  .large-featured-card:hover .card-image {
  1488.    transform: scale(1.05);
  1489.  }
  1490.  
  1491.  .image-overlay {
  1492.    position: absolute;
  1493.    top: 1.5rem;
  1494.    left: 1.5rem;
  1495.  }
  1496.  
  1497.  .card-content {
  1498.    padding: 2rem;
  1499.  }
  1500.  
  1501.  .card-title {
  1502.    font-size: 1.75rem;
  1503.    font-weight: 700;
  1504.    color: var(--text-dark);
  1505.    margin-bottom: 1rem;
  1506.    line-height: 1.3;
  1507.  }
  1508.  
  1509.  .card-description {
  1510.    color: var(--text-light);
  1511.    font-size: 1rem;
  1512.    line-height: 1.6;
  1513.    margin-bottom: 2rem;
  1514.  }
  1515.  
  1516.  .card-footer {
  1517.    display: flex;
  1518.    align-items: center;
  1519.    justify-content: space-between;
  1520.  }
  1521.  
  1522.  .author-section {
  1523.    display: flex;
  1524.    align-items: center;
  1525.    gap: 1rem;
  1526.  }
  1527.  
  1528.  .author-avatar {
  1529.    width: 48px;
  1530.    height: 48px;
  1531.    border-radius: 50%;
  1532.    overflow: hidden;
  1533.    border: 2px solid var(--border-color);
  1534.  }
  1535.  
  1536.  .author-avatar img {
  1537.    width: 100%;
  1538.    height: 100%;
  1539.    object-fit: cover;
  1540.  }
  1541.  
  1542.  .author-details {
  1543.    display: flex;
  1544.    flex-direction: column;
  1545.  }
  1546.  
  1547.  .author-name {
  1548.    font-weight: 600;
  1549.    color: var(--text-dark);
  1550.    font-size: 0.95rem;
  1551.  }
  1552.  
  1553.  .publish-date {
  1554.    color: var(--text-light);
  1555.    font-size: 0.875rem;
  1556.  }
  1557.  
  1558.  .read-time {
  1559.    background: var(--card-bg);
  1560.    padding: 0.5rem 1rem;
  1561.    border-radius: 20px;
  1562.    font-size: 0.875rem;
  1563.    color: var(--text-light);
  1564.    font-weight: 500;
  1565.  }
  1566.  
  1567.  /* Category Pills */
  1568.  .category-pill {
  1569.    display: inline-block;
  1570.    padding: 0.5rem 1rem;
  1571.    font-size: 0.75rem;
  1572.    font-weight: 600;
  1573.    text-transform: uppercase;
  1574.    letter-spacing: 0.05em;
  1575.    border-radius: 20px;
  1576.    color: white;
  1577.  }
  1578.  
  1579.  
  1580.  /* Medium Featured Card */
  1581.  .medium-featured-card {
  1582.    background: var(--card-bg);
  1583.    border-radius: var(--border-radius);
  1584.    box-shadow: var(--shadow-light);
  1585.    overflow: hidden;
  1586.    height: 220px;
  1587.    transition: var(--transition);
  1588.    border: 1px solid var(--border-color);
  1589.  }
  1590.  
  1591.  .medium-featured-card:hover {
  1592.    transform: translateY(-4px);
  1593.    box-shadow: var(--shadow-medium);
  1594.  }
  1595.  
  1596.  .medium-image-wrapper {
  1597.    position: relative;
  1598.    height: 100%;
  1599.    overflow: hidden;
  1600.  }
  1601.  
  1602.  .medium-image-wrapper img {
  1603.    width: 100%;
  1604.    height: 100%;
  1605.    object-fit: cover;
  1606.    transition: var(--transition);
  1607.  }
  1608.  
  1609.  .medium-featured-card:hover .medium-image-wrapper img {
  1610.    transform: scale(1.05);
  1611.  }
  1612.  
  1613.  .medium-overlay {
  1614.    position: absolute;
  1615.    top: 1rem;
  1616.    left: 1rem;
  1617.  }
  1618.  
  1619.  .medium-content {
  1620.    padding: 1.5rem;
  1621.    display: flex;
  1622.    flex-direction: column;
  1623.    justify-content: space-between;
  1624.    height: 100%;
  1625.  }
  1626.  
  1627.  .medium-title {
  1628.    font-size: 1.25rem;
  1629.    font-weight: 600;
  1630.    color: var(--text-dark);
  1631.    margin-bottom: 0.75rem;
  1632.    line-height: 1.3;
  1633.  }
  1634.  
  1635.  .medium-excerpt {
  1636.    color: var(--text-light);
  1637.    font-size: 0.9rem;
  1638.    line-height: 1.5;
  1639.    margin-bottom: 1rem;
  1640.    flex-grow: 1;
  1641.  }
  1642.  
  1643.  .medium-meta {
  1644.    display: flex;
  1645.    flex-direction: column;
  1646.    gap: 0.25rem;
  1647.    font-size: 0.8rem;
  1648.  }
  1649.  
  1650.  /* Small Cards */
  1651.  .small-card {
  1652.    background: var(--card-bg);
  1653.    border-radius: var(--border-radius);
  1654.    box-shadow: var(--shadow-light);
  1655.    overflow: hidden;
  1656.    transition: var(--transition);
  1657.    border: 1px solid var(--border-color);
  1658.    display: flex;
  1659.    flex-direction: column;
  1660.  }
  1661.  
  1662.  .small-card:hover {
  1663.    transform: translateY(-4px);
  1664.    box-shadow: var(--shadow-medium);
  1665.  }
  1666.  
  1667.  .small-image-wrapper {
  1668.    position: relative;
  1669.    height: 140px;
  1670.    overflow: hidden;
  1671.    flex-shrink: 0;
  1672.  }
  1673.  
  1674.  .small-image-wrapper img {
  1675.    width: 100%;
  1676.    height: 100%;
  1677.    object-fit: cover;
  1678.    transition: var(--transition);
  1679.  }
  1680.  
  1681.  .small-card:hover .small-image-wrapper img {
  1682.    transform: scale(1.05);
  1683.  }
  1684.  
  1685.  .small-category {
  1686.    position: absolute;
  1687.    top: 0.75rem;
  1688.    left: 0.75rem;
  1689.    padding: 0.25rem 0.75rem;
  1690.    font-size: 0.7rem;
  1691.    font-weight: 600;
  1692.    text-transform: uppercase;
  1693.    border-radius: 12px;
  1694.    color: white;
  1695.  }
  1696.  
  1697.  
  1698.  .small-content {
  1699.    padding: 1rem;
  1700.    flex-grow: 1;
  1701.    display: flex;
  1702.    flex-direction: column;
  1703.    justify-content: space-between;
  1704.  }
  1705.  
  1706.  .small-title {
  1707.    font-size: 1rem;
  1708.    font-weight: 600;
  1709.    color: var(--text-dark);
  1710.    margin-bottom: 0.75rem;
  1711.    line-height: 1.3;
  1712.  }
  1713.  
  1714.  .small-meta {
  1715.    display: flex;
  1716.    justify-content: space-between;
  1717.    font-size: 0.75rem;
  1718.    color: var(--text-light);
  1719.  }
  1720.  
  1721.  /* Stats Section - Removed */
  1722.  
  1723.  /* Responsive Design */
  1724.  @media (max-width: 992px) {
  1725.    .hero-title {
  1726.      font-size: 2.5rem;
  1727.    }
  1728.  
  1729.    .card-content {
  1730.      padding: 1.5rem;
  1731.    }
  1732.  
  1733.    .card-title {
  1734.      font-size: 1.5rem;
  1735.    }
  1736.  
  1737.    .medium-featured-card {
  1738.      height: auto;
  1739.    }
  1740.  
  1741.    .medium-content {
  1742.      height: auto;
  1743.    }
  1744.  }
  1745.  
  1746.  @media (max-width: 768px) {
  1747.    .blog-hero-v5 {
  1748.      padding: 2rem 0;
  1749.    }
  1750.  
  1751.    .hero-title {
  1752.      font-size: 2rem;
  1753.    }
  1754.  
  1755.    .hero-subtitle {
  1756.      font-size: 1rem;
  1757.    }
  1758.  
  1759.    .card-image-wrapper {
  1760.      height: 200px;
  1761.    }
  1762.  
  1763.    .medium-featured-card {
  1764.      height: auto;
  1765.    }
  1766.  
  1767.    .medium-image-wrapper {
  1768.      height: 150px;
  1769.    }
  1770.  
  1771.    .small-image-wrapper {
  1772.      height: 120px;
  1773.    }
  1774.  }
  1775.  
  1776.  @media (max-width: 576px) {
  1777.    .card-footer {
  1778.      flex-direction: column;
  1779.      align-items: flex-start;
  1780.      gap: 1rem;
  1781.    }
  1782.  
  1783.    .stat-number {
  1784.      font-size: 1.5rem;
  1785.    }
  1786.  }
  1787. </style>
  1788.  
  1789.  
  1790.  
  1791.  
  1792.  
  1793.        <!-- end of wpo-blog-hero -->
  1794.  
  1795.        <!-- start of wpo-breacking-news -->
  1796.        
  1797.        <!-- end of wpo-breacking-news -->
  1798.        
  1799.        <!-- start wpo-blog-highlights-section -->
  1800.        
  1801.  
  1802.  
  1803.  
  1804.    
  1805.  
  1806.  
  1807.  
  1808. <style>
  1809.    .blog-highlights-v4 {
  1810.        padding: 30px 0;
  1811.        position: relative;
  1812.        min-height: 100vh;
  1813.        background: transparent; /* Solid background color */
  1814.    }
  1815.  
  1816.    /* Blog Container */
  1817.    .blog-container-v4 {
  1818.        position: relative;
  1819.        z-index: 10;
  1820.    }
  1821.  
  1822.    /* Card Design */
  1823.    .blog-card-v4 {
  1824.        border-radius: 25px;
  1825.        background: var(--card-bg);
  1826.        border: 1px solid var(--border-color);
  1827.        position: relative;
  1828.        overflow: hidden;
  1829.        transition: opacity 1.2s ease; /* Fade animation for card */
  1830.    }
  1831.  
  1832.    /* Image Container */
  1833.    .blog-image-container-v4 {
  1834.        height: 280px;
  1835.        border-radius: 20px 20px 0 0;
  1836.        overflow: hidden;
  1837.        position: relative;
  1838.        z-index: 2;
  1839.    }
  1840.  
  1841.    .blog-image-v4 {
  1842.        width: 100%;
  1843.        height: 100%;
  1844.        position: relative;
  1845.        overflow: hidden;
  1846.    }
  1847.  
  1848.    .blog-image-v4 img {
  1849.        width: 100%;
  1850.        height: 100%;
  1851.        object-fit: cover;
  1852.    }
  1853.  
  1854.    /* Category Badge */
  1855.    .blog-category-v4 {
  1856.        position: absolute;
  1857.        top: 20px;
  1858.        left: 20px;
  1859.        padding: 10px 18px;
  1860.        border-radius: 20px;
  1861.        font-size: 11px;
  1862.        font-weight: 700;
  1863.        text-transform: uppercase;
  1864.        letter-spacing: 1.2px;
  1865.        z-index: 5;
  1866.        border: 1px solid rgba(255, 255, 255, 0.3);
  1867.        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  1868.    }
  1869.  
  1870.    /* Content Area */
  1871.    .blog-content-v4 {
  1872.        padding: 20px 25px 25px;
  1873.        display: flex;
  1874.        flex-direction: column;
  1875.        justify-content: space-between;
  1876.        position: relative;
  1877.        z-index: 2;
  1878.    }
  1879.  
  1880.    /* Title */
  1881.    .blog-title-v4 {
  1882.        font-size: 20px;
  1883.        font-weight: 800;
  1884.        line-height: 1.3;
  1885.        margin-bottom: 8px;
  1886.    }
  1887.  
  1888.    .blog-title-v4 a {
  1889.        text-decoration: none;
  1890.    }
  1891.  
  1892.    /* Meta Information */
  1893.    .blog-meta-v4 {
  1894.        display: flex;
  1895.        align-items: center;
  1896.        gap: 12px;
  1897.        margin-bottom: 15px;
  1898.        font-size: 13px;
  1899.    }
  1900.  
  1901.    .blog-author-img-v4 {
  1902.        width: 35px;
  1903.        height: 35px;
  1904.        border-radius: 50%;
  1905.        border: 2px solid var(--border-color);
  1906.    }
  1907.  
  1908.    /* Excerpt */
  1909.    .blog-excerpt-v4 {
  1910.        font-size: 14px;
  1911.        line-height: 1.6;
  1912.        margin-bottom: 8px;
  1913.        display: -webkit-box;
  1914.        -webkit-line-clamp: 3;
  1915.        -webkit-box-orient: vertical;
  1916.        overflow: hidden;
  1917.    }
  1918.  
  1919.    /* Actions Area */
  1920.    .blog-actions-v4 {
  1921.        display: flex;
  1922.        justify-content: space-between;
  1923.        align-items: center;
  1924.    }
  1925.  
  1926.    .blog-stats-v4 {
  1927.        display: flex;
  1928.        gap: 20px;
  1929.        align-items: center;
  1930.    }
  1931.  
  1932.    .blog-stat-item-v4 {
  1933.        display: flex;
  1934.        align-items: center;
  1935.        gap: 6px;
  1936.        font-size: 12px;
  1937.    }
  1938.  
  1939.    /* Read More Button */
  1940.    .blog-read-more-v4 {
  1941.        width: 40px;
  1942.        height: 40px;
  1943.        border-radius: 50%;
  1944.        background: var(--border-color);
  1945.        border: 2px solid var(--border-color);
  1946.        display: flex;
  1947.        align-items: center;
  1948.        justify-content: center;
  1949.        text-decoration: none;
  1950.    }
  1951.  
  1952.    ..blog-read-more-v4:hover{
  1953.        background-color: #172133;
  1954.    }
  1955.    /* Section Header */
  1956.    .section-header-v4 {
  1957.        text-align: center;
  1958.        margin-bottom: 40px;
  1959.        position: relative;
  1960.        z-index: 15;
  1961.    }
  1962.  
  1963.    .section-title-v4 {
  1964.        font-size: 3.5rem;
  1965.        font-weight: 900;
  1966.        margin-bottom: .5rem;
  1967.    }
  1968.  
  1969.    .section-subtitle-v4 {
  1970.        font-size: 1.4rem;
  1971.        max-width: 700px;
  1972.        margin: 0 auto;
  1973.        line-height: 1.7;
  1974.        font-weight: 300;
  1975.    }
  1976.  
  1977.    /* Scroll Fade Animation */
  1978.    .scroll-trigger {
  1979.        opacity: 0;
  1980.        transition: opacity 1.2s ease;
  1981.    }
  1982.  
  1983.    .scroll-trigger.active {
  1984.        opacity: 1;
  1985.    }
  1986.  
  1987.    /* Responsive Design */
  1988.    @media (max-width: 768px) {
  1989.        .section-title-v4 {
  1990.            font-size: 3rem;
  1991.        }
  1992.        .blog-highlights-v4 {
  1993.            padding: 80px 0;
  1994.        }
  1995.        .blog-card-v4 {
  1996.            height: 450px;
  1997.        }
  1998.        .blog-content-v4 {
  1999.            padding: 15px 20px 20px;
  2000.        }
  2001.    }
  2002. </style>
  2003.  
  2004. <section class="blog-highlights-v4">
  2005.    <div class="container-fluid fluid-container blog-container-v4">
  2006.        <!-- Section Header -->
  2007.        <div class="row">
  2008.            <div class="col-12">
  2009.                <div class="section-header-v4">
  2010.                    <h2 class="section-title-v4">
  2011.                Today's Top Highlights
  2012.                   </h2>
  2013.                    <p class="section-subtitle-v4">Experience the future of storytelling through immersive digital journeys that blend creativity with cutting-edge technology</p>
  2014.                </div>
  2015.            </div>
  2016.        </div>
  2017.        
  2018.        <!-- Blog Grid -->
  2019.        <div class="row">
  2020.            <div class="col-lg-8">
  2021.                <div class="row g-4">
  2022.                    
  2023.                    <div class="col-lg-6 col-md-6">
  2024.                        <article class="blog-card-v4 scroll-trigger">
  2025.                            <div class="blog-image-container-v4">
  2026.                                <div class="blog-image-v4">
  2027.                                    
  2028.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2029.                                    
  2030.                                </div>
  2031.                                
  2032.                                <span class="blog-category-v4 bg-primary-gradient">
  2033.                                    News
  2034.                                </span>
  2035.                            </div>
  2036.                            
  2037.                            <div class="blog-content-v4">
  2038.                                <h3 class="blog-title-v4">
  2039.                                    <a href="/gal%C3%A1pagos-had-no-indigenous-amphibians-until-hundreds-of-thousands-of-amphibians-invaded/" class="top-color">
  2040.                                    Galápagos Had No Indigenous Amphibians. Until Hundreds of Thousands of Amphibians Invaded
  2041.                                    </a>
  2042.                                </h3>
  2043.                                <div class="blog-meta-v4">
  2044.                                    
  2045.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3a5546db-3613-406c-93e9-c805c1ce29d5_profile.png" alt="Samuel Taylor" style="object-fit: cover;"  class="blog-author-img-v4">
  2046.                                    
  2047.                                    <span>By <strong>Samuel Taylor</strong></span>
  2048.                                    <span>•</span>
  2049.                                    <span>20 May 2026</span>
  2050.                                </div>
  2051.                                
  2052.                                <p class="blog-excerpt-v4">
  2053.                                    
  2054.                                </p>
  2055.                                
  2056.                                <div class="blog-actions-v4">
  2057.                                    
  2058.                                    <a href="/gal%C3%A1pagos-had-no-indigenous-amphibians-until-hundreds-of-thousands-of-amphibians-invaded/" class="blog-read-more-v4 bg-primary-gradient">
  2059.                                        <i class="ti-arrow-right"></i>
  2060.                                    </a>
  2061.                                </div>
  2062.                            </div>
  2063.                        </article>
  2064.                    </div>
  2065.                    
  2066.                    <div class="col-lg-6 col-md-6">
  2067.                        <article class="blog-card-v4 scroll-trigger">
  2068.                            <div class="blog-image-container-v4">
  2069.                                <div class="blog-image-v4">
  2070.                                    
  2071.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2072.                                    
  2073.                                </div>
  2074.                                
  2075.                                <span class="blog-category-v4 bg-primary-gradient">
  2076.                                    News
  2077.                                </span>
  2078.                            </div>
  2079.                            
  2080.                            <div class="blog-content-v4">
  2081.                                <h3 class="blog-title-v4">
  2082.                                    <a href="/gavin-newsom-rejects-parole-for-manson-follower-longtime-inmate/" class="top-color">
  2083.                                    Gavin Newsom Rejects Parole for Manson Follower Longtime Inmate
  2084.                                    </a>
  2085.                                </h3>
  2086.                                <div class="blog-meta-v4">
  2087.                                    
  2088.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3a5546db-3613-406c-93e9-c805c1ce29d5_profile.png" alt="Samuel Taylor" style="object-fit: cover;"  class="blog-author-img-v4">
  2089.                                    
  2090.                                    <span>By <strong>Samuel Taylor</strong></span>
  2091.                                    <span>•</span>
  2092.                                    <span>19 May 2026</span>
  2093.                                </div>
  2094.                                
  2095.                                <p class="blog-excerpt-v4">
  2096.                                    
  2097.                                </p>
  2098.                                
  2099.                                <div class="blog-actions-v4">
  2100.                                    
  2101.                                    <a href="/gavin-newsom-rejects-parole-for-manson-follower-longtime-inmate/" class="blog-read-more-v4 bg-primary-gradient">
  2102.                                        <i class="ti-arrow-right"></i>
  2103.                                    </a>
  2104.                                </div>
  2105.                            </div>
  2106.                        </article>
  2107.                    </div>
  2108.                    
  2109.                    <div class="col-lg-6 col-md-6">
  2110.                        <article class="blog-card-v4 scroll-trigger">
  2111.                            <div class="blog-image-container-v4">
  2112.                                <div class="blog-image-v4">
  2113.                                    
  2114.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2115.                                    
  2116.                                </div>
  2117.                                
  2118.                                <span class="blog-category-v4 bg-primary-gradient">
  2119.                                    News
  2120.                                </span>
  2121.                            </div>
  2122.                            
  2123.                            <div class="blog-content-v4">
  2124.                                <h3 class="blog-title-v4">
  2125.                                    <a href="/person-of-interest-in-ivy-league-campus-shooting-found-discovered-deceased-inside-storage-facility/" class="top-color">
  2126.                                    Person of Interest in Ivy League Campus Shooting Found Discovered Deceased Inside Storage Facility.
  2127.                                    </a>
  2128.                                </h3>
  2129.                                <div class="blog-meta-v4">
  2130.                                    
  2131.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3a5546db-3613-406c-93e9-c805c1ce29d5_profile.png" alt="Samuel Taylor" style="object-fit: cover;"  class="blog-author-img-v4">
  2132.                                    
  2133.                                    <span>By <strong>Samuel Taylor</strong></span>
  2134.                                    <span>•</span>
  2135.                                    <span>19 May 2026</span>
  2136.                                </div>
  2137.                                
  2138.                                <p class="blog-excerpt-v4">
  2139.                                    
  2140.                                </p>
  2141.                                
  2142.                                <div class="blog-actions-v4">
  2143.                                    
  2144.                                    <a href="/person-of-interest-in-ivy-league-campus-shooting-found-discovered-deceased-inside-storage-facility/" class="blog-read-more-v4 bg-primary-gradient">
  2145.                                        <i class="ti-arrow-right"></i>
  2146.                                    </a>
  2147.                                </div>
  2148.                            </div>
  2149.                        </article>
  2150.                    </div>
  2151.                    
  2152.                    <div class="col-lg-6 col-md-6">
  2153.                        <article class="blog-card-v4 scroll-trigger">
  2154.                            <div class="blog-image-container-v4">
  2155.                                <div class="blog-image-v4">
  2156.                                    
  2157.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2158.                                    
  2159.                                </div>
  2160.                                
  2161.                                <span class="blog-category-v4 bg-primary-gradient">
  2162.                                    News
  2163.                                </span>
  2164.                            </div>
  2165.                            
  2166.                            <div class="blog-content-v4">
  2167.                                <h3 class="blog-title-v4">
  2168.                                    <a href="/the-mushroom-cleaning-controversy-a-guide-to-preparing-mushrooms/" class="top-color">
  2169.                                    The Mushroom Cleaning Controversy: A Guide to Preparing Mushrooms
  2170.                                    </a>
  2171.                                </h3>
  2172.                                <div class="blog-meta-v4">
  2173.                                    
  2174.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3a5546db-3613-406c-93e9-c805c1ce29d5_profile.png" alt="Samuel Taylor" style="object-fit: cover;"  class="blog-author-img-v4">
  2175.                                    
  2176.                                    <span>By <strong>Samuel Taylor</strong></span>
  2177.                                    <span>•</span>
  2178.                                    <span>19 May 2026</span>
  2179.                                </div>
  2180.                                
  2181.                                <p class="blog-excerpt-v4">
  2182.                                    
  2183.                                </p>
  2184.                                
  2185.                                <div class="blog-actions-v4">
  2186.                                    
  2187.                                    <a href="/the-mushroom-cleaning-controversy-a-guide-to-preparing-mushrooms/" class="blog-read-more-v4 bg-primary-gradient">
  2188.                                        <i class="ti-arrow-right"></i>
  2189.                                    </a>
  2190.                                </div>
  2191.                            </div>
  2192.                        </article>
  2193.                    </div>
  2194.                    
  2195.                    <div class="col-lg-6 col-md-6">
  2196.                        <article class="blog-card-v4 scroll-trigger">
  2197.                            <div class="blog-image-container-v4">
  2198.                                <div class="blog-image-v4">
  2199.                                    
  2200.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2201.                                    
  2202.                                </div>
  2203.                                
  2204.                                <span class="blog-category-v4 bg-primary-gradient">
  2205.                                    News
  2206.                                </span>
  2207.                            </div>
  2208.                            
  2209.                            <div class="blog-content-v4">
  2210.                                <h3 class="blog-title-v4">
  2211.                                    <a href="/body-of-competitive-swimmer-presumably-taken-by-great-white-recovered-from-pacific-beach/" class="top-color">
  2212.                                    Body of Competitive Swimmer Presumably Taken by Great White Recovered from Pacific Beach
  2213.                                    </a>
  2214.                                </h3>
  2215.                                <div class="blog-meta-v4">
  2216.                                    
  2217.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3a5546db-3613-406c-93e9-c805c1ce29d5_profile.png" alt="Samuel Taylor" style="object-fit: cover;"  class="blog-author-img-v4">
  2218.                                    
  2219.                                    <span>By <strong>Samuel Taylor</strong></span>
  2220.                                    <span>•</span>
  2221.                                    <span>19 May 2026</span>
  2222.                                </div>
  2223.                                
  2224.                                <p class="blog-excerpt-v4">
  2225.                                    
  2226.                                </p>
  2227.                                
  2228.                                <div class="blog-actions-v4">
  2229.                                    
  2230.                                    <a href="/body-of-competitive-swimmer-presumably-taken-by-great-white-recovered-from-pacific-beach/" class="blog-read-more-v4 bg-primary-gradient">
  2231.                                        <i class="ti-arrow-right"></i>
  2232.                                    </a>
  2233.                                </div>
  2234.                            </div>
  2235.                        </article>
  2236.                    </div>
  2237.                    
  2238.                    <div class="col-lg-6 col-md-6">
  2239.                        <article class="blog-card-v4 scroll-trigger">
  2240.                            <div class="blog-image-container-v4">
  2241.                                <div class="blog-image-v4">
  2242.                                    
  2243.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2244.                                    
  2245.                                </div>
  2246.                                
  2247.                                <span class="blog-category-v4 bg-primary-gradient">
  2248.                                    News
  2249.                                </span>
  2250.                            </div>
  2251.                            
  2252.                            <div class="blog-content-v4">
  2253.                                <h3 class="blog-title-v4">
  2254.                                    <a href="/barry-manilow-to-undergo-an-operation-for-a-lung-cancer-diagnosis/" class="top-color">
  2255.                                    Barry Manilow to Undergo an Operation for a Lung Cancer Diagnosis.
  2256.                                    </a>
  2257.                                </h3>
  2258.                                <div class="blog-meta-v4">
  2259.                                    
  2260.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3a5546db-3613-406c-93e9-c805c1ce29d5_profile.png" alt="Samuel Taylor" style="object-fit: cover;"  class="blog-author-img-v4">
  2261.                                    
  2262.                                    <span>By <strong>Samuel Taylor</strong></span>
  2263.                                    <span>•</span>
  2264.                                    <span>19 May 2026</span>
  2265.                                </div>
  2266.                                
  2267.                                <p class="blog-excerpt-v4">
  2268.                                    
  2269.                                </p>
  2270.                                
  2271.                                <div class="blog-actions-v4">
  2272.                                    
  2273.                                    <a href="/barry-manilow-to-undergo-an-operation-for-a-lung-cancer-diagnosis/" class="blog-read-more-v4 bg-primary-gradient">
  2274.                                        <i class="ti-arrow-right"></i>
  2275.                                    </a>
  2276.                                </div>
  2277.                            </div>
  2278.                        </article>
  2279.                    </div>
  2280.                    
  2281.                    <div class="col-lg-6 col-md-6">
  2282.                        <article class="blog-card-v4 scroll-trigger">
  2283.                            <div class="blog-image-container-v4">
  2284.                                <div class="blog-image-v4">
  2285.                                    
  2286.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2287.                                    
  2288.                                </div>
  2289.                                
  2290.                                <span class="blog-category-v4 bg-primary-gradient">
  2291.                                    News
  2292.                                </span>
  2293.                            </div>
  2294.                            
  2295.                            <div class="blog-content-v4">
  2296.                                <h3 class="blog-title-v4">
  2297.                                    <a href="/former-british-serviceman-charged-of-killing-kenya-female-appears-in-court/" class="top-color">
  2298.                                    Former British Serviceman Charged of Killing Kenya Female Appears in Court
  2299.                                    </a>
  2300.                                </h3>
  2301.                                <div class="blog-meta-v4">
  2302.                                    
  2303.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3a5546db-3613-406c-93e9-c805c1ce29d5_profile.png" alt="Samuel Taylor" style="object-fit: cover;"  class="blog-author-img-v4">
  2304.                                    
  2305.                                    <span>By <strong>Samuel Taylor</strong></span>
  2306.                                    <span>•</span>
  2307.                                    <span>19 May 2026</span>
  2308.                                </div>
  2309.                                
  2310.                                <p class="blog-excerpt-v4">
  2311.                                    
  2312.                                </p>
  2313.                                
  2314.                                <div class="blog-actions-v4">
  2315.                                    
  2316.                                    <a href="/former-british-serviceman-charged-of-killing-kenya-female-appears-in-court/" class="blog-read-more-v4 bg-primary-gradient">
  2317.                                        <i class="ti-arrow-right"></i>
  2318.                                    </a>
  2319.                                </div>
  2320.                            </div>
  2321.                        </article>
  2322.                    </div>
  2323.                    
  2324.                    <div class="col-lg-6 col-md-6">
  2325.                        <article class="blog-card-v4 scroll-trigger">
  2326.                            <div class="blog-image-container-v4">
  2327.                                <div class="blog-image-v4">
  2328.                                    
  2329.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2330.                                    
  2331.                                </div>
  2332.                                
  2333.                                <span class="blog-category-v4 bg-primary-gradient">
  2334.                                    News
  2335.                                </span>
  2336.                            </div>
  2337.                            
  2338.                            <div class="blog-content-v4">
  2339.                                <h3 class="blog-title-v4">
  2340.                                    <a href="/fda-approves-flibanserin-a-libido-enhancing-treatment-for-postmenopausal/" class="top-color">
  2341.                                    FDA Approves Flibanserin, a Libido-Enhancing Treatment for Postmenopausal
  2342.                                    </a>
  2343.                                </h3>
  2344.                                <div class="blog-meta-v4">
  2345.                                    
  2346.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3a5546db-3613-406c-93e9-c805c1ce29d5_profile.png" alt="Samuel Taylor" style="object-fit: cover;"  class="blog-author-img-v4">
  2347.                                    
  2348.                                    <span>By <strong>Samuel Taylor</strong></span>
  2349.                                    <span>•</span>
  2350.                                    <span>19 May 2026</span>
  2351.                                </div>
  2352.                                
  2353.                                <p class="blog-excerpt-v4">
  2354.                                    
  2355.                                </p>
  2356.                                
  2357.                                <div class="blog-actions-v4">
  2358.                                    
  2359.                                    <a href="/fda-approves-flibanserin-a-libido-enhancing-treatment-for-postmenopausal/" class="blog-read-more-v4 bg-primary-gradient">
  2360.                                        <i class="ti-arrow-right"></i>
  2361.                                    </a>
  2362.                                </div>
  2363.                            </div>
  2364.                        </article>
  2365.                    </div>
  2366.                    
  2367.                    <div class="col-lg-6 col-md-6">
  2368.                        <article class="blog-card-v4 scroll-trigger">
  2369.                            <div class="blog-image-container-v4">
  2370.                                <div class="blog-image-v4">
  2371.                                    
  2372.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2373.                                    
  2374.                                </div>
  2375.                                
  2376.                                <span class="blog-category-v4 bg-primary-gradient">
  2377.                                    News
  2378.                                </span>
  2379.                            </div>
  2380.                            
  2381.                            <div class="blog-content-v4">
  2382.                                <h3 class="blog-title-v4">
  2383.                                    <a href="/we-must-have-a-aircraft-to-search-for-them-adolescents-urgent-plea-to-save-family-adrift-off-australian-coast-revealed/" class="top-color">
  2384.                                    We Must Have a Aircraft to Search For Them’: Adolescent’s Urgent Plea to Save Family Adrift Off Australian Coast Revealed
  2385.                                    </a>
  2386.                                </h3>
  2387.                                <div class="blog-meta-v4">
  2388.                                    
  2389.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3a5546db-3613-406c-93e9-c805c1ce29d5_profile.png" alt="Samuel Taylor" style="object-fit: cover;"  class="blog-author-img-v4">
  2390.                                    
  2391.                                    <span>By <strong>Samuel Taylor</strong></span>
  2392.                                    <span>•</span>
  2393.                                    <span>19 May 2026</span>
  2394.                                </div>
  2395.                                
  2396.                                <p class="blog-excerpt-v4">
  2397.                                    
  2398.                                </p>
  2399.                                
  2400.                                <div class="blog-actions-v4">
  2401.                                    
  2402.                                    <a href="/we-must-have-a-aircraft-to-search-for-them-adolescents-urgent-plea-to-save-family-adrift-off-australian-coast-revealed/" class="blog-read-more-v4 bg-primary-gradient">
  2403.                                        <i class="ti-arrow-right"></i>
  2404.                                    </a>
  2405.                                </div>
  2406.                            </div>
  2407.                        </article>
  2408.                    </div>
  2409.                    
  2410.                    <div class="col-lg-6 col-md-6">
  2411.                        <article class="blog-card-v4 scroll-trigger">
  2412.                            <div class="blog-image-container-v4">
  2413.                                <div class="blog-image-v4">
  2414.                                    
  2415.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2416.                                    
  2417.                                </div>
  2418.                                
  2419.                                <span class="blog-category-v4 bg-primary-gradient">
  2420.                                    News
  2421.                                </span>
  2422.                            </div>
  2423.                            
  2424.                            <div class="blog-content-v4">
  2425.                                <h3 class="blog-title-v4">
  2426.                                    <a href="/tropical-storm-disaster-in-sri-lanka-unleashes-a-spirit-of-volunteerism/" class="top-color">
  2427.                                    Tropical Storm Disaster in Sri Lanka Unleashes a Spirit of Volunteerism
  2428.                                    </a>
  2429.                                </h3>
  2430.                                <div class="blog-meta-v4">
  2431.                                    
  2432.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3a5546db-3613-406c-93e9-c805c1ce29d5_profile.png" alt="Samuel Taylor" style="object-fit: cover;"  class="blog-author-img-v4">
  2433.                                    
  2434.                                    <span>By <strong>Samuel Taylor</strong></span>
  2435.                                    <span>•</span>
  2436.                                    <span>18 May 2026</span>
  2437.                                </div>
  2438.                                
  2439.                                <p class="blog-excerpt-v4">
  2440.                                    
  2441.                                </p>
  2442.                                
  2443.                                <div class="blog-actions-v4">
  2444.                                    
  2445.                                    <a href="/tropical-storm-disaster-in-sri-lanka-unleashes-a-spirit-of-volunteerism/" class="blog-read-more-v4 bg-primary-gradient">
  2446.                                        <i class="ti-arrow-right"></i>
  2447.                                    </a>
  2448.                                </div>
  2449.                            </div>
  2450.                        </article>
  2451.                    </div>
  2452.                    
  2453.                    <div class="col-lg-6 col-md-6">
  2454.                        <article class="blog-card-v4 scroll-trigger">
  2455.                            <div class="blog-image-container-v4">
  2456.                                <div class="blog-image-v4">
  2457.                                    
  2458.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2459.                                    
  2460.                                </div>
  2461.                                
  2462.                                <span class="blog-category-v4 bg-primary-gradient">
  2463.                                    News
  2464.                                </span>
  2465.                            </div>
  2466.                            
  2467.                            <div class="blog-content-v4">
  2468.                                <h3 class="blog-title-v4">
  2469.                                    <a href="/los-blancos-trent-alexander-arnold-might-face-his-former-club-in-upcoming-european-match/" class="top-color">
  2470.                                    Los Blancos&#x27; Trent Alexander-Arnold Might Face His Former Club in Upcoming European Match
  2471.                                    </a>
  2472.                                </h3>
  2473.                                <div class="blog-meta-v4">
  2474.                                    
  2475.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3a5546db-3613-406c-93e9-c805c1ce29d5_profile.png" alt="Samuel Taylor" style="object-fit: cover;"  class="blog-author-img-v4">
  2476.                                    
  2477.                                    <span>By <strong>Samuel Taylor</strong></span>
  2478.                                    <span>•</span>
  2479.                                    <span>18 May 2026</span>
  2480.                                </div>
  2481.                                
  2482.                                <p class="blog-excerpt-v4">
  2483.                                    
  2484.                                </p>
  2485.                                
  2486.                                <div class="blog-actions-v4">
  2487.                                    
  2488.                                    <a href="/los-blancos-trent-alexander-arnold-might-face-his-former-club-in-upcoming-european-match/" class="blog-read-more-v4 bg-primary-gradient">
  2489.                                        <i class="ti-arrow-right"></i>
  2490.                                    </a>
  2491.                                </div>
  2492.                            </div>
  2493.                        </article>
  2494.                    </div>
  2495.                    
  2496.                    <div class="col-lg-6 col-md-6">
  2497.                        <article class="blog-card-v4 scroll-trigger">
  2498.                            <div class="blog-image-container-v4">
  2499.                                <div class="blog-image-v4">
  2500.                                    
  2501.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2502.                                    
  2503.                                </div>
  2504.                                
  2505.                                <span class="blog-category-v4 bg-primary-gradient">
  2506.                                    News
  2507.                                </span>
  2508.                            </div>
  2509.                            
  2510.                            <div class="blog-content-v4">
  2511.                                <h3 class="blog-title-v4">
  2512.                                    <a href="/worrying-remembrances-reemerge-in-davao-as-officials-trace-bondi-beach-shooting-suspects-movements/" class="top-color">
  2513.                                    Worrying Remembrances Reemerge in Davao as Officials Trace Bondi Beach Shooting Suspects’ Movements
  2514.                                    </a>
  2515.                                </h3>
  2516.                                <div class="blog-meta-v4">
  2517.                                    
  2518.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3a5546db-3613-406c-93e9-c805c1ce29d5_profile.png" alt="Samuel Taylor" style="object-fit: cover;"  class="blog-author-img-v4">
  2519.                                    
  2520.                                    <span>By <strong>Samuel Taylor</strong></span>
  2521.                                    <span>•</span>
  2522.                                    <span>18 May 2026</span>
  2523.                                </div>
  2524.                                
  2525.                                <p class="blog-excerpt-v4">
  2526.                                    
  2527.                                </p>
  2528.                                
  2529.                                <div class="blog-actions-v4">
  2530.                                    
  2531.                                    <a href="/worrying-remembrances-reemerge-in-davao-as-officials-trace-bondi-beach-shooting-suspects-movements/" class="blog-read-more-v4 bg-primary-gradient">
  2532.                                        <i class="ti-arrow-right"></i>
  2533.                                    </a>
  2534.                                </div>
  2535.                            </div>
  2536.                        </article>
  2537.                    </div>
  2538.                    
  2539.                    
  2540.  
  2541.                </div>
  2542.            </div>
  2543.            
  2544.             <div class="col col-lg-4 col-12">
  2545.                
  2546.  
  2547.  
  2548.  
  2549.    
  2550.  
  2551. <!-- Curved Heading Sidebar -->
  2552.    <div class="sidebar mb-3">
  2553.        
  2554.       <div class="sidebar-widget mb-4">
  2555.            <div class="widget-title-wrapper mb-3">
  2556.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2557.                    <div class="title-border"></div>
  2558.                    <i class="ti-folder me-2"></i>May 2026 Blog Roll
  2559.                </h4>
  2560.            </div>
  2561.            <div class="widget-content shadow-sm rounded-3 p-4">
  2562.                <div class="archives-list scrollable-sidebar">
  2563.                    
  2564.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2565.                        <a href="https://prwd.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2566.                            <i class="ti-angle-right me-2 text-primary"></i>
  2567.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos uk</span>
  2568.                        </a>
  2569.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2570.                    </div>
  2571.                    
  2572.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2573.                        <a href="https://casinobeats.com/uk/online-casinos/casinos-not-on-gamstop/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2574.                            <i class="ti-angle-right me-2 text-primary"></i>
  2575.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  2576.                        </a>
  2577.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2578.                    </div>
  2579.                    
  2580.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2581.                        <a href="https://gdalabel.org.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2582.                            <i class="ti-angle-right me-2 text-primary"></i>
  2583.                            <span class="archive-link top-color fw-semibold"> no gamstop casino</span>
  2584.                        </a>
  2585.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2586.                    </div>
  2587.                    
  2588.                </div>
  2589. <!--                
  2590.                <div class="text-center mt-4 pt-3 border-top border-color">
  2591.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2592.                        <i class="ti-archive me-1"></i>View All Archives
  2593.                    </a>
  2594.                </div> -->
  2595.            </div>
  2596.        </div>
  2597.        
  2598.       <div class="sidebar-widget mb-4">
  2599.            <div class="widget-title-wrapper mb-3">
  2600.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2601.                    <div class="title-border"></div>
  2602.                    <i class="ti-folder me-2"></i>April 2026 Blog Roll
  2603.                </h4>
  2604.            </div>
  2605.            <div class="widget-content shadow-sm rounded-3 p-4">
  2606.                <div class="archives-list scrollable-sidebar">
  2607.                    
  2608.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2609.                        <a href="https://www.oceanacidification.org.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2610.                            <i class="ti-angle-right me-2 text-primary"></i>
  2611.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2612.                        </a>
  2613.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2614.                    </div>
  2615.                    
  2616.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2617.                        <a href="https://www.helptobuy.org.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2618.                            <i class="ti-angle-right me-2 text-primary"></i>
  2619.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  2620.                        </a>
  2621.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2622.                    </div>
  2623.                    
  2624.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2625.                        <a href="https://heyimhome.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2626.                            <i class="ti-angle-right me-2 text-primary"></i>
  2627.                            <span class="archive-link top-color fw-semibold"> best online casinos</span>
  2628.                        </a>
  2629.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2630.                    </div>
  2631.                    
  2632.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2633.                        <a href="https://fishleyhall.co.uk" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2634.                            <i class="ti-angle-right me-2 text-primary"></i>
  2635.                            <span class="archive-link top-color fw-semibold"> best non uk casinos for uk players</span>
  2636.                        </a>
  2637.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2638.                    </div>
  2639.                    
  2640.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2641.                        <a href="https://www.londonart.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2642.                            <i class="ti-angle-right me-2 text-primary"></i>
  2643.                            <span class="archive-link top-color fw-semibold"> top escorts</span>
  2644.                        </a>
  2645.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2646.                    </div>
  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.lytshuiszilver.nl/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2650.                            <i class="ti-angle-right me-2 text-primary"></i>
  2651.                            <span class="archive-link top-color fw-semibold"> beste casino zonder cruks</span>
  2652.                        </a>
  2653.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2654.                    </div>
  2655.                    
  2656.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2657.                        <a href="https://www.lytshuiszilver.nl/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2658.                            <i class="ti-angle-right me-2 text-primary"></i>
  2659.                            <span class="archive-link top-color fw-semibold"> casino zonder cruks</span>
  2660.                        </a>
  2661.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2662.                    </div>
  2663.                    
  2664.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2665.                        <a href="https://www.homeworkworkspace.com" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2666.                            <i class="ti-angle-right me-2 text-primary"></i>
  2667.                            <span class="archive-link top-color fw-semibold"> casinos not on GamStop</span>
  2668.                        </a>
  2669.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2670.                    </div>
  2671.                    
  2672.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2673.                        <a href="https://www.llancaiachfawr.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2674.                            <i class="ti-angle-right me-2 text-primary"></i>
  2675.                            <span class="archive-link top-color fw-semibold"> casino sites</span>
  2676.                        </a>
  2677.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2678.                    </div>
  2679.                    
  2680.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2681.                        <a href="https://www.stamina.org.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2682.                            <i class="ti-angle-right me-2 text-primary"></i>
  2683.                            <span class="archive-link top-color fw-semibold"> Casino Not on Gamstop</span>
  2684.                        </a>
  2685.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2686.                    </div>
  2687.                    
  2688.                </div>
  2689. <!--                
  2690.                <div class="text-center mt-4 pt-3 border-top border-color">
  2691.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2692.                        <i class="ti-archive me-1"></i>View All Archives
  2693.                    </a>
  2694.                </div> -->
  2695.            </div>
  2696.        </div>
  2697.        
  2698.       <div class="sidebar-widget mb-4">
  2699.            <div class="widget-title-wrapper mb-3">
  2700.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2701.                    <div class="title-border"></div>
  2702.                    <i class="ti-folder me-2"></i>March 2026 Blog Roll
  2703.                </h4>
  2704.            </div>
  2705.            <div class="widget-content shadow-sm rounded-3 p-4">
  2706.                <div class="archives-list scrollable-sidebar">
  2707.                    
  2708.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2709.                        <a href="https://www.gullwingbridge.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2710.                            <i class="ti-angle-right me-2 text-primary"></i>
  2711.                            <span class="archive-link top-color fw-semibold"> casinos not on GamStop</span>
  2712.                        </a>
  2713.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2714.                    </div>
  2715.                    
  2716.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2717.                        <a href="https://www.myiconstory.com/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2718.                            <i class="ti-angle-right me-2 text-primary"></i>
  2719.                            <span class="archive-link top-color fw-semibold"> fast payout casino</span>
  2720.                        </a>
  2721.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2722.                    </div>
  2723.                    
  2724.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2725.                        <a href="https://www.patients4nhs.org.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2726.                            <i class="ti-angle-right me-2 text-primary"></i>
  2727.                            <span class="archive-link top-color fw-semibold"> casinos not on GamStop</span>
  2728.                        </a>
  2729.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  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.durhamminers.org/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2734.                            <i class="ti-angle-right me-2 text-primary"></i>
  2735.                            <span class="archive-link top-color fw-semibold"> casinos not on GamStop</span>
  2736.                        </a>
  2737.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2738.                    </div>
  2739.                    
  2740.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2741.                        <a href="https://www.mugdock-country-park.org.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2742.                            <i class="ti-angle-right me-2 text-primary"></i>
  2743.                            <span class="archive-link top-color fw-semibold"> casinos not on GamStop</span>
  2744.                        </a>
  2745.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2746.                    </div>
  2747.                    
  2748.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2749.                        <a href="https://whitestarrunning.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2750.                            <i class="ti-angle-right me-2 text-primary"></i>
  2751.                            <span class="archive-link top-color fw-semibold"> UK casinos not on GamStop</span>
  2752.                        </a>
  2753.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2754.                    </div>
  2755.                    
  2756.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2757.                        <a href="https://socialeatinghouse.com/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2758.                            <i class="ti-angle-right me-2 text-primary"></i>
  2759.                            <span class="archive-link top-color fw-semibold"> online casinos not on GamStop</span>
  2760.                        </a>
  2761.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2762.                    </div>
  2763.                    
  2764.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2765.                        <a href="https://www.covent-garden.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2766.                            <i class="ti-angle-right me-2 text-primary"></i>
  2767.                            <span class="archive-link top-color fw-semibold"> casinos not on GamStop</span>
  2768.                        </a>
  2769.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2770.                    </div>
  2771.                    
  2772.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2773.                        <a href="https://www.falconryforum.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2774.                            <i class="ti-angle-right me-2 text-primary"></i>
  2775.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop 2026</span>
  2776.                        </a>
  2777.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2778.                    </div>
  2779.                    
  2780.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2781.                        <a href="https://trada.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2782.                            <i class="ti-angle-right me-2 text-primary"></i>
  2783.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2784.                        </a>
  2785.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2786.                    </div>
  2787.                    
  2788.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2789.                        <a href="https://www.ktponline.org.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2790.                            <i class="ti-angle-right me-2 text-primary"></i>
  2791.                            <span class="archive-link top-color fw-semibold"> casino not on GamStop</span>
  2792.                        </a>
  2793.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  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://www.kysty.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2798.                            <i class="ti-angle-right me-2 text-primary"></i>
  2799.                            <span class="archive-link top-color fw-semibold"> Casinos Not on GAMSTOP UK</span>
  2800.                        </a>
  2801.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2802.                    </div>
  2803.                    
  2804.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2805.                        <a href="https://www.thekarczma.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2806.                            <i class="ti-angle-right me-2 text-primary"></i>
  2807.                            <span class="archive-link top-color fw-semibold"> non UK gambling sites</span>
  2808.                        </a>
  2809.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2810.                    </div>
  2811.                    
  2812.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2813.                        <a href="https://www.nordicresearchnetwork.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2814.                            <i class="ti-angle-right me-2 text-primary"></i>
  2815.                            <span class="archive-link top-color fw-semibold"> non UK licenced casinos</span>
  2816.                        </a>
  2817.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2818.                    </div>
  2819.                    
  2820.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2821.                        <a href="https://bereavementcommission.org.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2822.                            <i class="ti-angle-right me-2 text-primary"></i>
  2823.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2824.                        </a>
  2825.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2826.                    </div>
  2827.                    
  2828.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2829.                        <a href="https://www.livingcoasts.org.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2830.                            <i class="ti-angle-right me-2 text-primary"></i>
  2831.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2832.                        </a>
  2833.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2834.                    </div>
  2835.                    
  2836.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2837.                        <a href="https://roadpeace.org/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2838.                            <i class="ti-angle-right me-2 text-primary"></i>
  2839.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  2840.                        </a>
  2841.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2842.                    </div>
  2843.                    
  2844.                </div>
  2845. <!--                
  2846.                <div class="text-center mt-4 pt-3 border-top border-color">
  2847.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2848.                        <i class="ti-archive me-1"></i>View All Archives
  2849.                    </a>
  2850.                </div> -->
  2851.            </div>
  2852.        </div>
  2853.        
  2854.       <div class="sidebar-widget mb-4">
  2855.            <div class="widget-title-wrapper mb-3">
  2856.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2857.                    <div class="title-border"></div>
  2858.                    <i class="ti-folder me-2"></i>February 2026 Blog Roll
  2859.                </h4>
  2860.            </div>
  2861.            <div class="widget-content shadow-sm rounded-3 p-4">
  2862.                <div class="archives-list scrollable-sidebar">
  2863.                    
  2864.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2865.                        <a href="https://financialservicescultureboard.org.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2866.                            <i class="ti-angle-right me-2 text-primary"></i>
  2867.                            <span class="archive-link top-color fw-semibold"> betting sites not on gamstop uk</span>
  2868.                        </a>
  2869.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2870.                    </div>
  2871.                    
  2872.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2873.                        <a href="https://www.taysideaviation.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2874.                            <i class="ti-angle-right me-2 text-primary"></i>
  2875.                            <span class="archive-link top-color fw-semibold"> online bookmakers not on gamstop</span>
  2876.                        </a>
  2877.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  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://thompsonalexander.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2882.                            <i class="ti-angle-right me-2 text-primary"></i>
  2883.                            <span class="archive-link top-color fw-semibold"> non GamStop casinos</span>
  2884.                        </a>
  2885.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2886.                    </div>
  2887.                    
  2888.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2889.                        <a href="https://trombonefrance.com/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2890.                            <i class="ti-angle-right me-2 text-primary"></i>
  2891.                            <span class="archive-link top-color fw-semibold"> casino en ligne</span>
  2892.                        </a>
  2893.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2894.                    </div>
  2895.                    
  2896.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2897.                        <a href="https://santanderjobs.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2898.                            <i class="ti-angle-right me-2 text-primary"></i>
  2899.                            <span class="archive-link top-color fw-semibold"> new uk betting sites</span>
  2900.                        </a>
  2901.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2902.                    </div>
  2903.                    
  2904.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2905.                        <a href="https://www.outset.org/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2906.                            <i class="ti-angle-right me-2 text-primary"></i>
  2907.                            <span class="archive-link top-color fw-semibold"> best online betting sites uk</span>
  2908.                        </a>
  2909.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2910.                    </div>
  2911.                    
  2912.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2913.                        <a href="https://indyonline.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2914.                            <i class="ti-angle-right me-2 text-primary"></i>
  2915.                            <span class="archive-link top-color fw-semibold"> casinos not on GAMSTOP</span>
  2916.                        </a>
  2917.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2918.                    </div>
  2919.                    
  2920.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2921.                        <a href="https://pauljacques.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2922.                            <i class="ti-angle-right me-2 text-primary"></i>
  2923.                            <span class="archive-link top-color fw-semibold"> uk casinos not on gamstop</span>
  2924.                        </a>
  2925.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2926.                    </div>
  2927.                    
  2928.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2929.                        <a href="https://www.regionalnetworks.org.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2930.                            <i class="ti-angle-right me-2 text-primary"></i>
  2931.                            <span class="archive-link top-color fw-semibold"> Casinos Not with Gamstop</span>
  2932.                        </a>
  2933.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2934.                    </div>
  2935.                    
  2936.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2937.                        <a href="https://oncallfire.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2938.                            <i class="ti-angle-right me-2 text-primary"></i>
  2939.                            <span class="archive-link top-color fw-semibold"> Casinos Not with Gamstop</span>
  2940.                        </a>
  2941.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2942.                    </div>
  2943.                    
  2944.                </div>
  2945. <!--                
  2946.                <div class="text-center mt-4 pt-3 border-top border-color">
  2947.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2948.                        <i class="ti-archive me-1"></i>View All Archives
  2949.                    </a>
  2950.                </div> -->
  2951.            </div>
  2952.        </div>
  2953.        
  2954.  
  2955.       <!-- <div class="sidebar-widget mb-5">
  2956.            <div class="widget-title-wrapper mb-3">
  2957.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2958.                    <div class="title-border"></div>
  2959.                    <i class="ti-folder me-2"></i>Blog Archives
  2960.                </h4>
  2961.            </div>
  2962.            <div class="widget-content shadow-sm rounded-3 p-4">
  2963.                <div class="archives-list">
  2964.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2965.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2966.                            <i class="ti-angle-right me-2 text-primary"></i>
  2967.                            <span class="archive-link top-color fw-semibold">August 2025</span>
  2968.                        </a>
  2969.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span>
  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="#" 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">July 2025</span>
  2976.                        </a>
  2977.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">31 posts</span>
  2978.                    </div>
  2979.  
  2980.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2981.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2982.                            <i class="ti-angle-right me-2 text-primary"></i>
  2983.                            <span class="archive-link top-color fw-semibold">June 2025</span>
  2984.                        </a>
  2985.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">28 posts</span>
  2986.                    </div>
  2987.  
  2988.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2989.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2990.                            <i class="ti-angle-right me-2 text-primary"></i>
  2991.                            <span class="archive-link top-color fw-semibold">May 2025</span>
  2992.                        </a>
  2993.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">35 posts</span>
  2994.                    </div>
  2995.  
  2996.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2997.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2998.                            <i class="ti-angle-right me-2 text-primary"></i>
  2999.                            <span class="archive-link top-color fw-semibold">April 2025</span>
  3000.                        </a>
  3001.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">29 posts</span>
  3002.                    </div>
  3003.  
  3004.                    <div class="archive-item d-flex justify-content-between align-items-center">
  3005.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3006.                            <i class="ti-angle-right me-2 text-primary"></i>
  3007.                            <span class="archive-link top-color fw-semibold">March 2025</span>
  3008.                        </a>
  3009.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">27 posts</span>
  3010.                    </div>
  3011.                </div>
  3012.                
  3013.                <div class="text-center mt-4 pt-3 border-top border-color">
  3014.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3015.                        <i class="ti-archive me-1"></i>View All Archives
  3016.                    </a>
  3017.                </div>
  3018.            </div>
  3019.        </div> -->
  3020.  
  3021.        <div class="sidebar-widget mb-4">
  3022.            <div class="widget-title-wrapper mb-3">
  3023.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3024.                    <div class="title-border-primary"></div>
  3025.                    <i class="ti-star me-2"></i>Popular Posts
  3026.                </h4>
  3027.            </div>
  3028.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  3029.                <div class="popular-post-list">
  3030.                    
  3031.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3032.                        <div class="post-content flex-grow-1">
  3033.                            <h6 class="post-title mb-1">
  3034.                                <a href="/real-southern-portugal-uncovering-portugal-past-the-shoreline/"  class="text-decoration-none top-color fw-semibold lh-sm">
  3035.                                            Real Southern Portugal: Uncovering Portugal Past the Shoreline
  3036.                                            </a>
  3037.                            </h6>
  3038.                            <div class="post-meta">
  3039.                                <small class="text-muted">
  3040.                                    <i class="ti-calendar me-1"></i>18 May 2026
  3041.                                </small>
  3042.                                <!-- <small class="text-muted ms-3">
  3043.                                    <i class="ti-eye me-1"></i>1,234 views
  3044.                                </small> -->
  3045.                            </div>
  3046.                        </div>
  3047.                    </div>
  3048.                    
  3049.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3050.                        <div class="post-content flex-grow-1">
  3051.                            <h6 class="post-title mb-1">
  3052.                                <a href="/arsenals-goalkeeper-praises-squad-depth-as-essential-to-silverware-ambitions/"  class="text-decoration-none top-color fw-semibold lh-sm">
  3053.                                            Arsenal&#x27;s goalkeeper Praises Squad Depth as Essential to Silverware Ambitions
  3054.                                            </a>
  3055.                            </h6>
  3056.                            <div class="post-meta">
  3057.                                <small class="text-muted">
  3058.                                    <i class="ti-calendar me-1"></i>18 May 2026
  3059.                                </small>
  3060.                                <!-- <small class="text-muted ms-3">
  3061.                                    <i class="ti-eye me-1"></i>1,234 views
  3062.                                </small> -->
  3063.                            </div>
  3064.                        </div>
  3065.                    </div>
  3066.                    
  3067.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3068.                        <div class="post-content flex-grow-1">
  3069.                            <h6 class="post-title mb-1">
  3070.                                <a href="/can-the-all-blacks-find-their-spark-this-autumn/"  class="text-decoration-none top-color fw-semibold lh-sm">
  3071.                                            Can the All Blacks find their spark this autumn?
  3072.                                            </a>
  3073.                            </h6>
  3074.                            <div class="post-meta">
  3075.                                <small class="text-muted">
  3076.                                    <i class="ti-calendar me-1"></i>18 May 2026
  3077.                                </small>
  3078.                                <!-- <small class="text-muted ms-3">
  3079.                                    <i class="ti-eye me-1"></i>1,234 views
  3080.                                </small> -->
  3081.                            </div>
  3082.                        </div>
  3083.                    </div>
  3084.                    
  3085.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3086.                        <div class="post-content flex-grow-1">
  3087.                            <h6 class="post-title mb-1">
  3088.                                <a href="/trumps-dominant-presence-in-athletics-hit-new-heights-in-2025-2026-threatens-to-be-even-bigger/"  class="text-decoration-none top-color fw-semibold lh-sm">
  3089.                                            Trump&#x27;s Dominant Presence in Athletics Hit New Heights in 2025. 2026 Threatens to Be Even Bigger.
  3090.                                            </a>
  3091.                            </h6>
  3092.                            <div class="post-meta">
  3093.                                <small class="text-muted">
  3094.                                    <i class="ti-calendar me-1"></i>18 May 2026
  3095.                                </small>
  3096.                                <!-- <small class="text-muted ms-3">
  3097.                                    <i class="ti-eye me-1"></i>1,234 views
  3098.                                </small> -->
  3099.                            </div>
  3100.                        </div>
  3101.                    </div>
  3102.                    
  3103.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3104.                        <div class="post-content flex-grow-1">
  3105.                            <h6 class="post-title mb-1">
  3106.                                <a href="/we-got-let-go-and-were-owning-it-learn-how-to-secure-a-fresh-position-that-works-for-you/"  class="text-decoration-none top-color fw-semibold lh-sm">
  3107.                                            We Got Let Go, and We&#x27;re Owning It – Learn How to Secure a Fresh Position That Works for You
  3108.                                            </a>
  3109.                            </h6>
  3110.                            <div class="post-meta">
  3111.                                <small class="text-muted">
  3112.                                    <i class="ti-calendar me-1"></i>18 May 2026
  3113.                                </small>
  3114.                                <!-- <small class="text-muted ms-3">
  3115.                                    <i class="ti-eye me-1"></i>1,234 views
  3116.                                </small> -->
  3117.                            </div>
  3118.                        </div>
  3119.                    </div>
  3120.                    
  3121.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3122.                        <div class="post-content flex-grow-1">
  3123.                            <h6 class="post-title mb-1">
  3124.                                <a href="/exercise-as-you-work-10-muscle-toning-office-movements-you-can-do-in-normal-clothes/"  class="text-decoration-none top-color fw-semibold lh-sm">
  3125.                                            Exercise as you work? 10 muscle-toning office movements you can do in normal clothes
  3126.                                            </a>
  3127.                            </h6>
  3128.                            <div class="post-meta">
  3129.                                <small class="text-muted">
  3130.                                    <i class="ti-calendar me-1"></i>17 May 2026
  3131.                                </small>
  3132.                                <!-- <small class="text-muted ms-3">
  3133.                                    <i class="ti-eye me-1"></i>1,234 views
  3134.                                </small> -->
  3135.                            </div>
  3136.                        </div>
  3137.                    </div>
  3138.                    
  3139.  
  3140.                </div>
  3141.                
  3142.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3143.                    <a href="#" class="btn btn-primary top-color btn-sm px-whtext-white rounded-pill">
  3144.                        <i class="ti-trophy me-1"></i>View All Popular
  3145.                    </a>
  3146.                </div> -->
  3147.            </div>
  3148.        </div>
  3149.  
  3150. </div>
  3151. <style>
  3152.    
  3153.  .widget-content {
  3154.    background-color: var(--card-bg);
  3155.    border: 1px solid var(--border-color);
  3156.  }
  3157. </style>
  3158.  
  3159.    
  3160.            </div>
  3161.        </div>
  3162.    </div>
  3163. </section>
  3164.  
  3165. <script>
  3166. document.addEventListener('DOMContentLoaded', function() {
  3167.    // Intersection Observer for Fade Animation on Scroll Up and Down
  3168.    const observerOptions = {
  3169.        threshold: [0, 0.15], // Trigger at 0% and 15% visibility
  3170.        rootMargin: '0px 0px -100px 0px'
  3171.    };
  3172.  
  3173.    // Group cards into pairs (assuming two cards per row)
  3174.    const cards = document.querySelectorAll('.scroll-trigger');
  3175.    const cardPairs = [];
  3176.    for (let i = 0; i < cards.length; i += 2) {
  3177.        cardPairs.push([cards[i], cards[i + 1]].filter(Boolean)); // Handle odd number of cards
  3178.    }
  3179.  
  3180.    const observer = new IntersectionObserver(function(entries) {
  3181.        entries.forEach(entry => {
  3182.            const card = entry.target;
  3183.            // Find the pair index for the current card
  3184.            const pairIndex = cardPairs.findIndex(pair => pair.includes(card));
  3185.            const pair = cardPairs[pairIndex];
  3186.  
  3187.            if (entry.isIntersecting) {
  3188.                // Fade in the pair with a delay based on pair index
  3189.                pair.forEach((cardInPair, index) => {
  3190.                    setTimeout(() => {
  3191.                        cardInPair.classList.add('active');
  3192.                    }, pairIndex * 300); // 300ms delay between pairs
  3193.                });
  3194.            } else {
  3195.                // Fade out the pair when exiting viewport
  3196.                pair.forEach(cardInPair => {
  3197.                    cardInPair.classList.remove('active');
  3198.                });
  3199.            }
  3200.        });
  3201.    }, observerOptions);
  3202.  
  3203.    // Observe each card individually
  3204.    cards.forEach(card => {
  3205.        observer.observe(card);
  3206.    });
  3207. });
  3208. </script>
  3209.  
  3210.    
  3211.        
  3212.        <!-- end wpo-blog-highlights-section -->
  3213.        <!-- start wpo-blog-sponsored-section -->
  3214.        
  3215.  
  3216.  
  3217.  
  3218.    
  3219.  
  3220.  
  3221.  <style>
  3222.    .sponsored-card-v10 {
  3223.      border: 1px solid var(--bs-primary); /* Cyan border */
  3224.      transition: border-color 0.3s ease;
  3225.      min-height: 350px;
  3226.    }
  3227.    
  3228.    .sponsored-content-v10 {
  3229.      flex: 1; /* text area stretch kare */
  3230.    }
  3231.    .sponsored-card-v10:hover {
  3232.      border-color: var(--bs-primary);
  3233.      opacity: 0.8;
  3234.    }
  3235.    
  3236.    .sponsored-content-v10 {
  3237.      padding: 12px;
  3238.      border-radius: 12px 12px 0px 0px;
  3239.      background: var(--card-bg);
  3240.      border-bottom: 2px solid var(--bs-primary); /* Cyan top border for banner */
  3241.    }
  3242.    
  3243.    .sponsored-image-v10 {
  3244.      height: 180px;
  3245.    }
  3246.    
  3247.    .sponsored-image-v10 img {
  3248.      width: 100%;
  3249.      height: 100%;
  3250.      border-radius: 0px 0px 12px 12px;
  3251.      object-fit: cover;
  3252.    }
  3253.    
  3254.    .sponsored-badge-v10 {
  3255.      display: inline-block;
  3256.      position: relative;
  3257.      padding: 4px 8px;
  3258.      border-radius: var(--border-radius);
  3259.      font-size: 11px;
  3260.      font-weight: 600;
  3261.      text-transform: uppercase;
  3262.      color: white;
  3263.      margin-bottom: 8px;
  3264.    }
  3265.    
  3266.    .sponsored-badge-v10::after {
  3267.      content: '';
  3268.      position: absolute;
  3269.      top: 0;
  3270.      right: -8px;
  3271.    }
  3272.    
  3273.    .sponsored-title-v10 {
  3274.      font-size: 14px;
  3275.      font-weight: 700;
  3276.      line-height: 1.3;
  3277.      margin-bottom: 6px;
  3278.      color: #333;
  3279.    }
  3280.    
  3281.    .sponsored-title-v10 a {
  3282.      text-decoration: none;
  3283.      color: var(--topbar-color);
  3284.    }
  3285.    
  3286.    .sponsored-title-v10 a:hover {
  3287.      color: var(--bs-primary); /* Cyan hover */
  3288.    }
  3289.    
  3290.    .sponsored-excerpt-v10 {
  3291.      font-size: 11px;
  3292.      font-weight: 400;
  3293.      color: #6c757d;
  3294.      margin-bottom: 6px;
  3295.      line-height: 1.4;
  3296.    }
  3297.    
  3298.    .sponsored-meta-v10 {
  3299.      font-size: 10px;
  3300.      color: #6c757d;
  3301.    }
  3302.    
  3303.    .author-info-v10 {
  3304.      margin-bottom: 4px;
  3305.    }
  3306.    
  3307.    .sponsored-author-img-v10 {
  3308.      width: 18px;
  3309.      height: 18px;
  3310.      border-radius: 50%;
  3311.      object-fit: cover;
  3312.      vertical-align: middle;
  3313.      margin-right: 4px;
  3314.    }
  3315.    
  3316.    .section-title-sponsored-v10 {
  3317.      font-size: 1.8rem;
  3318.      font-weight: 600;
  3319.      text-align: left;
  3320.      margin-bottom: 25px;
  3321.      color: #333;
  3322.      position: relative;
  3323.    }
  3324.    
  3325.    .section-title-sponsored-v10::after {
  3326.      content: '';
  3327.      position: absolute;
  3328.      bottom: -6px;
  3329.      left: 0;
  3330.      width: 60px;
  3331.      height: 2px;
  3332.      background: var(--bs-primary);
  3333.    }
  3334.    
  3335.    @media (max-width: 768px) {
  3336.      .sponsored-section-v10 {
  3337.        padding: 30px 0;
  3338.      }
  3339.      .sponsored-image-v10 {
  3340.        height: 180px;
  3341.      }
  3342.      .sponsored-content-v10 {
  3343.        padding: 10px;
  3344.      }
  3345.      .sponsored-title-v10 {
  3346.        font-size: 13px;
  3347.      }
  3348.      .sponsored-excerpt-v10 {
  3349.        font-size: 10px;
  3350.      }
  3351.      .sponsored-badge-v10 {
  3352.        font-size: 10px;
  3353.        padding: 3px 6px;
  3354.      }
  3355.      .sponsored-meta-v10 {
  3356.        font-size: 9px;
  3357.      }
  3358.      .section-title-sponsored-v10 {
  3359.        font-size: 1.5rem;
  3360.      }
  3361.    }
  3362.  </style>
  3363.  
  3364.  <section class="sponsored-section-v10 my-5">
  3365.    <div class="container-fluid fluid-container">
  3366.      <div class="row">
  3367.        <div class="col-12">
  3368.          <h2 class="section-title-sponsored-v10">Sponsored News</h2>
  3369.        </div>
  3370.      </div>
  3371.  
  3372.      <div class="row g-3 d-flex align-items-center">
  3373.        
  3374.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3375.            <div class="card sponsored-card-v10 h-100 w-100">
  3376.              <div class="sponsored-content-v10">
  3377.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3378.                <h3 class="sponsored-title-v10"><a href="/real-southern-portugal-uncovering-portugal-past-the-shoreline/">Real Southern Portugal: Uncovering Portugal Past the Shoreline</a></h3>
  3379.                <p class="sponsored-excerpt-v10"></p>
  3380.                <div class="sponsored-meta-v10">
  3381.                  <div class="author-info-v10">
  3382.                    
  3383.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3a5546db-3613-406c-93e9-c805c1ce29d5_profile.png" alt="Samuel Taylor" style="object-fit: cover;" class="sponsored-author-img-v10" />
  3384.                    
  3385.                    <span>Samuel Taylor</span>
  3386.                  </div>
  3387.                  <div>18 May 2026</div>
  3388.                </div>
  3389.              </div>
  3390.              <div class="sponsored-image-v10">
  3391.                
  3392.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3393.                
  3394.              </div>
  3395.            </div>
  3396.          </div>
  3397.        
  3398.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3399.            <div class="card sponsored-card-v10 h-100 w-100">
  3400.              <div class="sponsored-content-v10">
  3401.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3402.                <h3 class="sponsored-title-v10"><a href="/arsenals-goalkeeper-praises-squad-depth-as-essential-to-silverware-ambitions/">Arsenal&#x27;s goalkeeper Praises Squad Depth as Essential to Silverware Ambitions</a></h3>
  3403.                <p class="sponsored-excerpt-v10"></p>
  3404.                <div class="sponsored-meta-v10">
  3405.                  <div class="author-info-v10">
  3406.                    
  3407.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3a5546db-3613-406c-93e9-c805c1ce29d5_profile.png" alt="Samuel Taylor" style="object-fit: cover;" class="sponsored-author-img-v10" />
  3408.                    
  3409.                    <span>Samuel Taylor</span>
  3410.                  </div>
  3411.                  <div>18 May 2026</div>
  3412.                </div>
  3413.              </div>
  3414.              <div class="sponsored-image-v10">
  3415.                
  3416.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3417.                
  3418.              </div>
  3419.            </div>
  3420.          </div>
  3421.        
  3422.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3423.            <div class="card sponsored-card-v10 h-100 w-100">
  3424.              <div class="sponsored-content-v10">
  3425.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3426.                <h3 class="sponsored-title-v10"><a href="/can-the-all-blacks-find-their-spark-this-autumn/">Can the All Blacks find their spark this autumn?</a></h3>
  3427.                <p class="sponsored-excerpt-v10"></p>
  3428.                <div class="sponsored-meta-v10">
  3429.                  <div class="author-info-v10">
  3430.                    
  3431.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3a5546db-3613-406c-93e9-c805c1ce29d5_profile.png" alt="Samuel Taylor" style="object-fit: cover;" class="sponsored-author-img-v10" />
  3432.                    
  3433.                    <span>Samuel Taylor</span>
  3434.                  </div>
  3435.                  <div>18 May 2026</div>
  3436.                </div>
  3437.              </div>
  3438.              <div class="sponsored-image-v10">
  3439.                
  3440.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3441.                
  3442.              </div>
  3443.            </div>
  3444.          </div>
  3445.        
  3446.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3447.            <div class="card sponsored-card-v10 h-100 w-100">
  3448.              <div class="sponsored-content-v10">
  3449.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3450.                <h3 class="sponsored-title-v10"><a href="/trumps-dominant-presence-in-athletics-hit-new-heights-in-2025-2026-threatens-to-be-even-bigger/">Trump&#x27;s Dominant Presence in Athletics Hit New Heights in 2025. 2026 Threatens to Be Even Bigger.</a></h3>
  3451.                <p class="sponsored-excerpt-v10"></p>
  3452.                <div class="sponsored-meta-v10">
  3453.                  <div class="author-info-v10">
  3454.                    
  3455.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3a5546db-3613-406c-93e9-c805c1ce29d5_profile.png" alt="Samuel Taylor" style="object-fit: cover;" class="sponsored-author-img-v10" />
  3456.                    
  3457.                    <span>Samuel Taylor</span>
  3458.                  </div>
  3459.                  <div>18 May 2026</div>
  3460.                </div>
  3461.              </div>
  3462.              <div class="sponsored-image-v10">
  3463.                
  3464.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3465.                
  3466.              </div>
  3467.            </div>
  3468.          </div>
  3469.        
  3470.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3471.            <div class="card sponsored-card-v10 h-100 w-100">
  3472.              <div class="sponsored-content-v10">
  3473.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3474.                <h3 class="sponsored-title-v10"><a href="/we-got-let-go-and-were-owning-it-learn-how-to-secure-a-fresh-position-that-works-for-you/">We Got Let Go, and We&#x27;re Owning It – Learn How to Secure a Fresh Position That Works for You</a></h3>
  3475.                <p class="sponsored-excerpt-v10"></p>
  3476.                <div class="sponsored-meta-v10">
  3477.                  <div class="author-info-v10">
  3478.                    
  3479.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3a5546db-3613-406c-93e9-c805c1ce29d5_profile.png" alt="Samuel Taylor" style="object-fit: cover;" class="sponsored-author-img-v10" />
  3480.                    
  3481.                    <span>Samuel Taylor</span>
  3482.                  </div>
  3483.                  <div>18 May 2026</div>
  3484.                </div>
  3485.              </div>
  3486.              <div class="sponsored-image-v10">
  3487.                
  3488.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3489.                
  3490.              </div>
  3491.            </div>
  3492.          </div>
  3493.        
  3494.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3495.            <div class="card sponsored-card-v10 h-100 w-100">
  3496.              <div class="sponsored-content-v10">
  3497.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3498.                <h3 class="sponsored-title-v10"><a href="/exercise-as-you-work-10-muscle-toning-office-movements-you-can-do-in-normal-clothes/">Exercise as you work? 10 muscle-toning office movements you can do in normal clothes</a></h3>
  3499.                <p class="sponsored-excerpt-v10"></p>
  3500.                <div class="sponsored-meta-v10">
  3501.                  <div class="author-info-v10">
  3502.                    
  3503.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3a5546db-3613-406c-93e9-c805c1ce29d5_profile.png" alt="Samuel Taylor" style="object-fit: cover;" class="sponsored-author-img-v10" />
  3504.                    
  3505.                    <span>Samuel Taylor</span>
  3506.                  </div>
  3507.                  <div>17 May 2026</div>
  3508.                </div>
  3509.              </div>
  3510.              <div class="sponsored-image-v10">
  3511.                
  3512.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3513.                
  3514.              </div>
  3515.            </div>
  3516.          </div>
  3517.        
  3518.      </div>
  3519.    </div>
  3520.  </section>
  3521.  
  3522.  
  3523.    
  3524.        <!-- end wpo-blog-sponsored-section -->
  3525.        <!-- start wpo-subscribe-section -->
  3526.        
  3527.        <!-- end subscribe-section -->
  3528.        <!-- start of wpo-site-footer-section -->
  3529.        
  3530.  
  3531.  
  3532.  
  3533.  
  3534.  
  3535. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  3536.  <!-- Main Content: Asymmetrical Layout -->
  3537.  <div class="footer-main-content py-5">
  3538.    <div class="container-fluid fluid-container">
  3539.      <div class="row">
  3540.        <!-- Left: Logo & Tagline (Narrow, Skewed) -->
  3541.        <div class="col-lg-3 col-md-4 col-12 mb-4 skewed-section">
  3542.          <div class="brand-logo text-center text-lg-start">
  3543.            
  3544.              <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/738639c2-ff65-4ccb-846c-69595b72ec4c_logo.png" alt="Update Online UK" class="footer-logo" />
  3545.            
  3546.            <p class="brand-tagline mt-2">Stay informed with the latest tech updates, digital marketing trends, and online business insights from the UK. Expert analysis for professionals and enthusiasts.</p>
  3547.          </div>
  3548.        </div>
  3549.        <!-- Right: Staggered Links -->
  3550.        <div class="col-lg-9 col-md-8 col-12">
  3551.          <div class="d-flex flex-column gap-4">
  3552.            <!-- Quick Links -->
  3553.            <div class="footer-column offset-content">
  3554.              <h5 class="column-title">Quick Links</h5>
  3555.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3">
  3556.                
  3557.                  <li>
  3558.                    <a class="menu-link" href="/the-ten-year-affair-by-erin-somers-a-midlife-adultery-tale-our-era-has-earned/">The Ten Year Affair by Erin Somers: A Midlife Adultery Tale Our Era Has Earned.</a>
  3559.                  </li>
  3560.                
  3561.                  <li>
  3562.                    <a class="menu-link" href="/president-zelenskyy-says-the-nation-is-10-away-from-a-peace-deal-but-not-at-any-cost/">President Zelenskyy Says The Nation Is 10% Away from a Peace Deal, But Not at Any Cost</a>
  3563.                  </li>
  3564.                
  3565.                  <li>
  3566.                    <a class="menu-link" href="/the-mighty-neins-opening-sequence-chose-the-incorrect-critical-role-song/">The Mighty Nein&#x27;s Opening Sequence Chose the Incorrect Critical Role Song</a>
  3567.                  </li>
  3568.                
  3569.                  <li>
  3570.                    <a class="menu-link" href="/trump-global-conflicts-sparse-reporting-key-obstacles-to-environmental-advancement-that-dogged-climate-summit/">Trump, Global Conflicts, Sparse Reporting: Key Obstacles to Environmental Advancement That Dogged Climate Summit</a>
  3571.                  </li>
  3572.                
  3573.                  <li>
  3574.                    <a class="menu-link" href="/snap-payments-scheduled-to-end-for-41-million-throughout-continuing-us-government-shutdown/">SNAP Payments Scheduled to End for 41 Million Throughout Continuing US Government Shutdown</a>
  3575.                  </li>
  3576.                
  3577.                  <li>
  3578.                    <a class="menu-link" href="/loss-strikes-as-person-passes-away-after-ocean-recovery-off-uk-shoreline/">Loss Strikes as Person Passes Away After Ocean Recovery Off UK Shoreline</a>
  3579.                  </li>
  3580.                
  3581.              </ul>
  3582.            </div>
  3583.            <!-- Top Categories -->
  3584.            <div class="footer-column offset-content offset-right">
  3585.              <h5 class="column-title">Top Categories</h5>
  3586.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3">
  3587.                
  3588.                  <li>
  3589.                    <a class="menu-link" href="/category/all-posts/">All Posts</a>
  3590.                  </li>
  3591.                
  3592.                  <li>
  3593.                    <a class="menu-link" href="/category/business/">Business</a>
  3594.                  </li>
  3595.                
  3596.                  <li>
  3597.                    <a class="menu-link" href="/category/esports/">Esports</a>
  3598.                  </li>
  3599.                
  3600.                  <li>
  3601.                    <a class="menu-link" href="/category/fashion/">Fashion</a>
  3602.                  </li>
  3603.                
  3604.                  <li>
  3605.                    <a class="menu-link" href="/category/featured/">Featured</a>
  3606.                  </li>
  3607.                
  3608.              </ul>
  3609.            </div>
  3610.            <!-- Blog Rolls -->
  3611.           <div class="footer-column offset-content">
  3612.              <h5 class="column-title">Blog Rolls</h5>
  3613.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3" id="blogRollLinks">
  3614.                
  3615.                
  3616.  
  3617.                
  3618.                
  3619.                  
  3620.                
  3621.              </ul>
  3622.            </div>
  3623.          </div>
  3624.        </div>
  3625.      </div>
  3626.    </div>
  3627.  </div>
  3628.  
  3629.  <!-- Bottom Section -->
  3630.  <div class="footer-bottom bg-primary text-white py-3">
  3631.    <div class="container-fluid fluid-container">
  3632.      <div class="row justify-content-center">
  3633.        <div class="col-12 text-center">
  3634.          <div class="bottom-content">
  3635.            <div class="utility-links d-flex flex-wrap justify-content-center gap-3 mb-3">
  3636.              <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  3637.              <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  3638.              <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  3639.            </div>
  3640.            <div class="copyright-info ">
  3641.              <p class="mb-0 text-white">
  3642.                &copy; 2026 <strong>Update Online UK</strong>. All rights reserved.
  3643.              </p>
  3644.            </div>
  3645.          </div>
  3646.        </div>
  3647.      </div>
  3648.    </div>
  3649.  </div>
  3650. </footer>
  3651.  
  3652.  
  3653.  
  3654. <style>
  3655. .footer-logo {
  3656.    height: 60px;
  3657.    width: auto;
  3658. }
  3659.  
  3660. .brand-title {
  3661.    font-size: 24px;
  3662.    font-weight: 700;
  3663.    color: white  !important;
  3664.    margin: 0;
  3665. }
  3666.  
  3667. .brand-tagline {
  3668.    font-size: 14px;
  3669.    color: white  !important;
  3670.    margin: 0;
  3671. }
  3672.  
  3673. .column-title {
  3674.    font-size: 16px;
  3675.    font-weight: 600;
  3676.    color: white !important;
  3677.    margin-bottom: 12px;
  3678. }
  3679.  
  3680. .footer-menu {
  3681.    margin: 0;
  3682. }
  3683.  
  3684. .menu-link {
  3685.    color: white !important;
  3686.    text-decoration: none;
  3687.    font-size: 14px;
  3688.    transition: color 0.3s ease, transform 0.3s ease;
  3689. }
  3690.  
  3691. .menu-link:hover {
  3692.    color: var(--primary-color);
  3693.    transform: scale(1.05);
  3694. }
  3695.  
  3696. .offset-content {
  3697.    margin-left: 20px;
  3698. }
  3699.  
  3700. .footer-bottom {
  3701.    font-size: 13px;
  3702. }
  3703.  
  3704. .utility-link {
  3705.    color: white  !important;
  3706.    text-decoration: none;
  3707.    font-size: 13px;
  3708.    transition: color 0.3s ease;
  3709. }
  3710.  
  3711. .utility-link:hover {
  3712.    color: var(--primary-color);
  3713. }
  3714.  
  3715. .copyright-info p {
  3716.    font-size: 13px;
  3717. }
  3718.  
  3719. /* Responsive Design */
  3720. @media (max-width: 1024px) {
  3721.   .footer-logo{
  3722.    height: 40px;
  3723.    width: auto;
  3724.   }
  3725. }
  3726.  
  3727. @media (max-width: 768px) {
  3728.    .footer-logo {
  3729.        height: 60px;
  3730.    }
  3731.    
  3732.    .column-title {
  3733.        font-size: 15px;
  3734.        text-align: center;
  3735.    }
  3736.    
  3737.    .footer-menu {
  3738.        justify-content: center;
  3739.    }
  3740.    
  3741.    .menu-link {
  3742.        font-size: 13px;
  3743.    }
  3744. }
  3745.  
  3746. @media (max-width: 576px) {
  3747.    .brand-title {
  3748.        font-size: 20px;
  3749.    }
  3750.    
  3751.    .brand-tagline {
  3752.        font-size: 12px;
  3753.    }
  3754.    
  3755.    .cta-btn {
  3756.        font-size: 12px;
  3757.        padding: 5px 12px;
  3758.    }
  3759. }
  3760. </style>
  3761.  
  3762. <script>
  3763. // Prevent default for placeholder links
  3764. document.addEventListener('DOMContentLoaded', function() {
  3765.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  3766.        anchor.addEventListener('click', function(e) {
  3767.            e.preventDefault();
  3768.        });
  3769.    });
  3770. });
  3771. document.addEventListener('DOMContentLoaded', function () {
  3772.    var btn = document.getElementById('toggleBlogRollLinks');
  3773.    if (!btn) return; // No extra items, no button
  3774.  
  3775.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  3776.  
  3777.    btn.addEventListener('click', function () {
  3778.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3779.            return li.classList.contains('d-none');
  3780.        });
  3781.  
  3782.        extras.forEach(function (li) {
  3783.            if (anyHidden) {
  3784.                li.classList.remove('d-none');
  3785.                li.classList.add('show');
  3786.            } else {
  3787.                li.classList.add('d-none');
  3788.                li.classList.remove('show');
  3789.            }
  3790.        });
  3791.  
  3792.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3793.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3794.    });
  3795. });
  3796.  
  3797. </script>
  3798.  
  3799.        <!-- end of wpo-site-footer-section -->
  3800.    </div>
  3801.    <!-- end of page-wrapper -->
  3802.  
  3803.    <!-- All JavaScript files
  3804.    ================================================== -->
  3805.    
  3806.  
  3807. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3808. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3809. <!-- Plugins for this template -->
  3810. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3811. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3812. <!-- Custom script for this template -->
  3813. <script src="/static/blogapp/assets/js/script.js"></script>
  3814.  
  3815. <script>
  3816. (function () {
  3817. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3818. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3819.  
  3820. function applyFallback(img) {
  3821. if (!img || img.dataset.fallbackApplied === "1") {
  3822. return;
  3823. }
  3824. var failedSrc = img.currentSrc || img.src || "";
  3825. img.dataset.fallbackApplied = "1";
  3826. img.onerror = null;
  3827. img.src = fallbackImageSrc;
  3828. console.warn("[ImageFallback] Replaced broken image:", {
  3829. failedSrc: failedSrc,
  3830. fallbackSrc: fallbackImageSrc,
  3831. alt: img.alt || "",
  3832. });
  3833. }
  3834.  
  3835. document.querySelectorAll("img").forEach(function (img) {
  3836. if (img.complete && img.naturalWidth === 0) {
  3837. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3838. failedSrc: img.currentSrc || img.src || "",
  3839. alt: img.alt || "",
  3840. });
  3841. applyFallback(img);
  3842. }
  3843. });
  3844.  
  3845. document.addEventListener(
  3846. "error",
  3847. function (event) {
  3848. var target = event.target;
  3849. if (target && target.tagName === "IMG") {
  3850. applyFallback(target);
  3851. }
  3852. },
  3853. true
  3854. );
  3855. })();
  3856. </script>
  3857.  
  3858. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3859.  
  3860.  
  3861.  
  3862. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447" integrity="sha512-57MDmcccJXYtNnH+ZiBwzC4jb2rvgVCEokYN+L/nLlmO8rfYT/gIpW2A569iJ/3b+0UEasghjuZH/ma3wIs/EQ==" data-cf-beacon='{"version":"2024.11.0","token":"023818966d174855821fe394023e2b81","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  3863. </body>
  3864.  
  3865. </html>
  3866.  
  3867.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda