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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="source">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_-_2025-04-28T160506.221_9TGDHBW_r9K1NyM_t4DSRvM.png">
  14.    
  15.  
  16.    <title>Daily Online UK: Latest News, Tech Trends &amp; Lifestyle Insights</title>
  17.    <meta name="description" content="Stay updated with breaking news, technology trends, and lifestyle tips from the UK. Our blog covers current events, digital innovations, and practical advice for modern living.">
  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://dailyonlineonline.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #1b5e20;
  42.        --bs-primary-rgb: 1b5e20;
  43.        --bs-secondary: #78716c;
  44.        --bs-success: #2dd4bf;
  45.        --bs-danger: #f43f5e;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #0284c7;
  48.        --bs-light: #f0f4f2;
  49.        --bs-dark: #1a2e05;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #1b5e20;
  53.        --theme-primary-color-s2: #1b5e20;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #1a2e05;
  57.        --text-light-color: #676767;
  58.        --heading-color: #1a2e05;
  59.        --border-color: #c4d6cc;
  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: #d7e8d4;
  75.        --navbar-color: #1a2e05;
  76.        --topbar-bg: #f0f4f2;
  77.        --topbar-color: #1a2e05;
  78.        --footer-bg: #1a2e05;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #c4d6cc;
  82.        --card-radius: 12px;
  83.        --link-color: #1b5e20;
  84.        --link-hover: #134d17;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(27, 94, 32, 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_27">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405. <div class="top-bg">
  406.    <div class="unique-topbar d-sm-flex d-none container-fluid fluid-container">
  407.        <button class="unique-menu-btn bg-primary-gradient">Latest Update</button>        
  408.        
  409.        <div class="unique-news-container">
  410.            <div class="unique-news-wrapper" id="newsWrapper">
  411.                <!-- News items injected via JS -->
  412.            </div>
  413.        </div>
  414.    
  415.        <div class="contact-info">
  416.            <ul class="d-flex list-unstyled gap-3 pe-3 flex-wrap">
  417.                <li><a href="#"><i class="top-color ti-facebook"></i></a></li>
  418.                <li><a href="#"><i class="top-color ti-twitter-alt"></i></a></li>
  419.                <li><a href="#"><i class="top-color ti-instagram"></i></a></li>
  420.                <li><a href="#"><i class="top-color ti-google"></i></a></li>
  421.            </ul>
  422.        </div>
  423.    </div>
  424. </div>
  425.  
  426. <script>
  427.    // Build array dynamically from Django context
  428.    const newsItems = [
  429.        
  430.            { title: "Washing Mushrooms: The Great Debate: Expert Tips for Preparing Your Fungi", url: "/washing-mushrooms-the-great-debate-expert-tips-for-preparing-your-fungi/" },
  431.        
  432.            { title: "Body of Competitive Swimmer Presumably Taken by Great White Found on California Coastline", url: "/body-of-competitive-swimmer-presumably-taken-by-great-white-found-on-california-coastline/" },
  433.        
  434.            { title: "Iconic Singer Barry Manilow Scheduled for an Operation for Lung Cancer.", url: "/iconic-singer-barry-manilow-scheduled-for-an-operation-for-lung-cancer/" },
  435.        
  436.            { title: "Ex British Serviceman Charged of Murdering Kenyan Female Shows Up in Courtroom", url: "/ex-british-serviceman-charged-of-murdering-kenyan-female-shows-up-in-courtroom/" },
  437.        
  438.            { title: "U.S. Food and Drug Administration Approves Flibanserin, a Libido\u002DEnhancing Treatment for Postmenopausal", url: "/us-food-and-drug-administration-approves-flibanserin-a-libido-enhancing-treatment-for-postmenopausal/" }
  439.        
  440.    ];
  441.  
  442.    let currentNewsIndex = 0;
  443.    const newsWrapper = document.getElementById('newsWrapper');
  444.    let newsElements = [];
  445.  
  446.    // Create news elements dynamically with links
  447.    function createNewsElements() {
  448.        newsItems.forEach((news, index) => {
  449.            const newsElement = document.createElement('div');
  450.            newsElement.className = 'unique-news-item';
  451.            newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  452.            newsWrapper.appendChild(newsElement);
  453.            newsElements.push(newsElement);
  454.        });
  455.  
  456.        if (newsElements.length > 0) {
  457.            newsElements[0].classList.add('active');
  458.        }
  459.    }
  460.  
  461.    function changeNews() {
  462.        const currentElement = newsElements[currentNewsIndex];
  463.        const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  464.        const nextElement = newsElements[nextIndex];
  465.  
  466.        currentElement.classList.remove('active');
  467.        currentElement.classList.add('exit-up');
  468.  
  469.        setTimeout(() => {
  470.            nextElement.classList.add('active');
  471.            currentNewsIndex = nextIndex;
  472.  
  473.            setTimeout(() => {
  474.                currentElement.classList.remove('exit-up');
  475.            }, 100);
  476.        }, 250);
  477.    }
  478.  
  479.    function startNewsRotation() {
  480.        setInterval(changeNews, 5000);
  481.    }
  482.  
  483.    window.onload = function() {
  484.        createNewsElements();
  485.        startNewsRotation();
  486.    };
  487. </script>
  488.  
  489.  
  490.  
  491.            
  492.  
  493.  
  494.  
  495.  
  496.  
  497.  
  498. <header class="header-v8 mb-4">
  499.    <div class="container-fluid fluid-container">
  500.        <!-- Main Navigation Card -->
  501.        <div class="nav-card-v8">
  502.            <div class="row align-items-center justify-content-between">
  503.                <!-- Logo Section -->
  504.               <div class="col-lg-2 col-md-3 col-6">
  505.                    <div class="logo-section-v8">
  506.                        <a class="logo-link-v8" href="/">
  507.                            
  508.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/4fa6cd08-5eab-4616-9504-6d3d2c144e2d_logo.png" alt="Daily Online UK" class="logo-img-v8" />
  509.                            
  510.                        </a>
  511.                    </div>
  512.                </div>
  513.  
  514.                <!-- Navigation Menu -->
  515.                <div class="col-lg-8 col-md-6 d-none d-xl-block">
  516.                    <nav class="main-nav-v8">
  517.                        <ul class="nav-list-v8">
  518.  
  519.                            
  520.                            <li class="nav-item-v8">
  521.                                <a href="/" class="nav-link-v8 active-v8"
  522.                                    data-text="Home">Home</a>
  523.                            </li>
  524.  
  525.                            
  526.                            
  527.                             <li class="nav-item-v8">
  528.                                <a href="/category/all-posts/" class="nav-link-v8"
  529.                                    data-text="All Posts">
  530.                                    All Posts
  531.                                </a>
  532.                                </li>
  533.  
  534.                                
  535.  
  536.                                                
  537.                                                
  538.                                
  539.                             <li class="nav-item-v8">
  540.                                <a href="/category/business/" class="nav-link-v8"
  541.                                    data-text="Business">
  542.                                    Business
  543.                                </a>
  544.                                </li>
  545.  
  546.                                
  547.  
  548.                                                
  549.                                                
  550.                                
  551.                             <li class="nav-item-v8">
  552.                                <a href="/category/esports/" class="nav-link-v8"
  553.                                    data-text="Esports">
  554.                                    Esports
  555.                                </a>
  556.                                </li>
  557.  
  558.                                
  559.  
  560.                                                
  561.                                                
  562.                                
  563.                             <li class="nav-item-v8">
  564.                                <a href="/category/fashion/" class="nav-link-v8"
  565.                                    data-text="Fashion">
  566.                                    Fashion
  567.                                </a>
  568.                                </li>
  569.  
  570.                                
  571.  
  572.                                                
  573.                                                
  574.                                
  575.                             <li class="nav-item-v8">
  576.                                <a href="/category/featured/" class="nav-link-v8"
  577.                                    data-text="Featured">
  578.                                    Featured
  579.                                </a>
  580.                                </li>
  581.  
  582.                                
  583.  
  584.                                                
  585.                                                
  586.                                
  587.                             <li class="nav-item-v8">
  588.                                <a href="/category/gaming/" class="nav-link-v8"
  589.                                    data-text="Gaming">
  590.                                    Gaming
  591.                                </a>
  592.                                </li>
  593.  
  594.                                
  595.  
  596.                                                
  597.                                                
  598.                                
  599.                             <li class="nav-item-v8">
  600.                                <a href="/category/health/" class="nav-link-v8"
  601.                                    data-text="Health">
  602.                                    Health
  603.                                </a>
  604.                                </li>
  605.  
  606.                                
  607.  
  608.                                                
  609.                                                
  610.                                
  611.                            
  612.                                
  613.                                
  614.                                <li class="nav-item-v8 has-dropdown-v8">
  615.                                    <a href="#" class="nav-link-v8" data-text="More">More</a>
  616.                                    <div class="dropdown-card-v8">
  617.                                        <div class="dropdown-grid-v8">
  618.                                            <div class="dropdown-section-v8">
  619.                                                <a href="/category/life-fitness/"
  620.                                                    class="dropdown-link-v8">
  621.                                                    <span class="link-icon-v8"></span> Life &amp; Fitness
  622.                                                </a>
  623.                                                
  624.  
  625.                                                
  626.  
  627.                                                
  628.                                                
  629.                                
  630.                            
  631.                                                <a href="/category/lifestyle/"
  632.                                                    class="dropdown-link-v8">
  633.                                                    <span class="link-icon-v8"></span> Lifestyle
  634.                                                </a>
  635.                                                
  636.  
  637.                                                
  638.                                                
  639.                                
  640.                            
  641.                                                <a href="/category/news/"
  642.                                                    class="dropdown-link-v8">
  643.                                                    <span class="link-icon-v8"></span> News
  644.                                                </a>
  645.                                                
  646.  
  647.                                                
  648.                                                
  649.                                
  650.                            
  651.                                                <a href="/category/others/"
  652.                                                    class="dropdown-link-v8">
  653.                                                    <span class="link-icon-v8"></span> Others
  654.                                                </a>
  655.                                                
  656.  
  657.                                                
  658.                                                
  659.                                
  660.                            
  661.                                                <a href="/category/politics/"
  662.                                                    class="dropdown-link-v8">
  663.                                                    <span class="link-icon-v8"></span> Politics
  664.                                                </a>
  665.                                                
  666.  
  667.                                                
  668.                                                
  669.                                
  670.                            
  671.                                                <a href="/category/sports/"
  672.                                                    class="dropdown-link-v8">
  673.                                                    <span class="link-icon-v8"></span> Sports
  674.                                                </a>
  675.                                                
  676.  
  677.                                                
  678.                                                
  679.                                
  680.                            
  681.                                                <a href="/category/tech/"
  682.                                                    class="dropdown-link-v8">
  683.                                                    <span class="link-icon-v8"></span> Tech
  684.                                                </a>
  685.                                                
  686.  
  687.                                                
  688.                                                
  689.                                
  690.                            
  691.                                                <a href="/category/travel/"
  692.                                                    class="dropdown-link-v8">
  693.                                                    <span class="link-icon-v8"></span> Travel
  694.                                                </a>
  695.                                                
  696.  
  697.                                                
  698.                                                
  699.                                            </div>
  700.                                        </div>
  701.                                    </div>
  702.                                </li>
  703.                                
  704.                                
  705. <li>
  706.                  <a href="/page/contact-us/">
  707.                     Contact Us
  708.                  </a>
  709.              </li>
  710.                        </ul>
  711.                    </nav>
  712.  
  713.                </div>
  714.  
  715.                <!-- Search & Mobile Toggle -->
  716.                <div class="col-lg-2 col-md-3 col-6">
  717.                    <div class="nav-actions-v8">
  718.                        <button class="search-toggle-v8" onclick="toggleSearchV8()">
  719.                            <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  720.                                stroke-width="2">
  721.                                <circle cx="11" cy="11" r="8"></circle>
  722.                                <path d="m21 21-4.35-4.35"></path>
  723.                            </svg>
  724.                        </button>
  725.                        <button class="mobile-toggle-v8 d-xl-none" onclick="toggleMobileNavV8()">
  726.                            <i class="ti-menu fs-5"></i>
  727.                        </button>
  728.                    </div>
  729.                </div>
  730.            </div>
  731.        </div>
  732.  
  733.        <!-- Floating Search Card -->
  734.        <div class="search-card-v8" id="searchCardV8">
  735.            <div class="search-container-v8">
  736.                <form class="search-form-v8" action="#" method="get">
  737.                    <div class="search-input-wrapper-v8">
  738.                        <svg class="search-icon-v8" width="20" height="20" viewBox="0 0 24 24" fill="none"
  739.                            stroke="currentColor" stroke-width="2">
  740.                            <circle cx="11" cy="11" r="8"></circle>
  741.                            <path d="m21 21-4.35-4.35"></path>
  742.                        </svg>
  743.                        <input type="search" class="search-input-v8" id="search-input"
  744.                            placeholder="Search for articles, tutorials, news..." name="q" autocomplete="off">
  745.                        <button type="button" class="search-close-v8" onclick="toggleSearchV8()">
  746.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  747.                                stroke-width="2">
  748.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  749.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  750.                            </svg>
  751.                        </button>
  752.                    </div>
  753.                    <div class="search-suggestions-v8 search-v1" id="search-results">
  754.                        
  755.                        
  756.                    </div>
  757.                </form>
  758.            </div>
  759.        </div>
  760.  
  761.        <!-- Mobile Navigation Card -->
  762.        <div class="mobile-nav-card-v8 d-xl-none" id="mobileNavV8">
  763.            <div class="mobile-nav-content-v8">
  764.                <ul class="mobile-nav-list-v8">
  765.  
  766.                    
  767.                    <li class="mobile-nav-item-v8">
  768.                        <a href="/" class="mobile-nav-link-v8 active-v8">
  769.                            Home
  770.                        </a>
  771.                    </li>
  772.  
  773.                    
  774.                      <li class="mobile-nav-item-v8">
  775.                        <a href="/category/all-posts/" class="mobile-nav-link-v8">
  776.                            All Posts
  777.                        </a>
  778.                        </li>
  779.  
  780.                        
  781.  
  782.                                
  783.                                
  784.                        
  785.                      <li class="mobile-nav-item-v8">
  786.                        <a href="/category/business/" class="mobile-nav-link-v8">
  787.                            Business
  788.                        </a>
  789.                        </li>
  790.  
  791.                        
  792.  
  793.                                
  794.                                
  795.                        
  796.                      <li class="mobile-nav-item-v8">
  797.                        <a href="/category/esports/" class="mobile-nav-link-v8">
  798.                            Esports
  799.                        </a>
  800.                        </li>
  801.  
  802.                        
  803.  
  804.                                
  805.                                
  806.                        
  807.                      <li class="mobile-nav-item-v8">
  808.                        <a href="/category/fashion/" class="mobile-nav-link-v8">
  809.                            Fashion
  810.                        </a>
  811.                        </li>
  812.  
  813.                        
  814.  
  815.                                
  816.                                
  817.                        
  818.                      <li class="mobile-nav-item-v8">
  819.                        <a href="/category/featured/" class="mobile-nav-link-v8">
  820.                            Featured
  821.                        </a>
  822.                        </li>
  823.  
  824.                        
  825.  
  826.                                
  827.                                
  828.                        
  829.                      <li class="mobile-nav-item-v8">
  830.                        <a href="/category/gaming/" class="mobile-nav-link-v8">
  831.                            Gaming
  832.                        </a>
  833.                        </li>
  834.  
  835.                        
  836.  
  837.                                
  838.                                
  839.                        
  840.                      <li class="mobile-nav-item-v8">
  841.                        <a href="/category/health/" class="mobile-nav-link-v8">
  842.                            Health
  843.                        </a>
  844.                        </li>
  845.  
  846.                        
  847.  
  848.                                
  849.                                
  850.                        
  851.                    
  852.                        
  853.                        
  854.                        <li class="mobile-nav-item-v8">
  855.                            <a href="#" class="mobile-nav-link-v8" onclick="toggleMobileDropdownV8('more-mobile-v8')">
  856.                                More
  857.                                <svg class="mobile-arrow-v8" width="16" height="16" viewBox="0 0 24 24" fill="none"
  858.                                    stroke="currentColor" stroke-width="2">
  859.                                    <polyline points="6,9 12,15 18,9"></polyline>
  860.                                </svg>
  861.                            </a>
  862.                            <ul class="mobile-dropdown-v8" id="more-mobile-v8">
  863.                                <li>
  864.                                    <a href="/category/life-fitness/"
  865.                                        class="mobile-sub-link-v8">
  866.                                        Life &amp; Fitness
  867.                                    </a>
  868.                                </li>
  869.                                
  870.  
  871.                                
  872.  
  873.                                
  874.                                
  875.                        
  876.                    
  877.                                
  878.                                <li>
  879.                                    <a href="/category/lifestyle/"
  880.                                        class="mobile-sub-link-v8">
  881.                                        Lifestyle
  882.                                    </a>
  883.                                </li>
  884.                                
  885.  
  886.                                
  887.                                
  888.                        
  889.                    
  890.                                
  891.                                <li>
  892.                                    <a href="/category/news/"
  893.                                        class="mobile-sub-link-v8">
  894.                                        News
  895.                                    </a>
  896.                                </li>
  897.                                
  898.  
  899.                                
  900.                                
  901.                        
  902.                    
  903.                                
  904.                                <li>
  905.                                    <a href="/category/others/"
  906.                                        class="mobile-sub-link-v8">
  907.                                        Others
  908.                                    </a>
  909.                                </li>
  910.                                
  911.  
  912.                                
  913.                                
  914.                        
  915.                    
  916.                                
  917.                                <li>
  918.                                    <a href="/category/politics/"
  919.                                        class="mobile-sub-link-v8">
  920.                                        Politics
  921.                                    </a>
  922.                                </li>
  923.                                
  924.  
  925.                                
  926.                                
  927.                        
  928.                    
  929.                                
  930.                                <li>
  931.                                    <a href="/category/sports/"
  932.                                        class="mobile-sub-link-v8">
  933.                                        Sports
  934.                                    </a>
  935.                                </li>
  936.                                
  937.  
  938.                                
  939.                                
  940.                        
  941.                    
  942.                                
  943.                                <li>
  944.                                    <a href="/category/tech/"
  945.                                        class="mobile-sub-link-v8">
  946.                                        Tech
  947.                                    </a>
  948.                                </li>
  949.                                
  950.  
  951.                                
  952.                                
  953.                        
  954.                    
  955.                                
  956.                                <li>
  957.                                    <a href="/category/travel/"
  958.                                        class="mobile-sub-link-v8">
  959.                                        Travel
  960.                                    </a>
  961.                                </li>
  962.                                
  963.  
  964.                                
  965.                                
  966.                            </ul>
  967.                        </li>
  968.                        
  969.                        
  970.  
  971.                </ul>
  972.  
  973.            </div>
  974.        </div>
  975.    </div>
  976.  
  977.    <!-- Background Overlay -->
  978.    <div class="nav-overlay-v8" id="navOverlayV8" onclick="closeAllV8()"></div>
  979. </header>
  980.  
  981. <style>
  982.    /* Navbar V8 Styles - Card-Based Glassmorphism Navigation */
  983.    .header-v8 {
  984.        padding: 20px 0;
  985.        position: relative;
  986.        min-height: 120px;
  987.    }
  988.  
  989.    /* Main Navigation Card */
  990.    .nav-card-v8 {
  991.        background:var(--navbar-bg);
  992.        backdrop-filter: blur(20px);
  993.        border: 1px solid var(--border-color);
  994.        border-radius: 20px;
  995.        padding: 15px 25px;
  996.        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  997.        position: relative;
  998.        z-index: 100;
  999.    }
  1000.  
  1001.    /* Logo Styles */
  1002.    .logo-img-v8 {
  1003.        max-height: 60px;
  1004.        transition: all 0.3s ease;
  1005.    }
  1006.  
  1007.    .logo-link-v8:hover .logo-img-v8 {
  1008.        transform: scale(1.05) rotate(2deg);
  1009.    }
  1010.  
  1011.    /* Main Navigation */
  1012.    .nav-list-v8 {
  1013.        list-style: none;
  1014.        padding: 0;
  1015.        margin: 0;
  1016.        display: flex;
  1017.        align-items: center;
  1018.        justify-content: center;
  1019.        gap: 8px;
  1020.    }
  1021.  
  1022.    .nav-item-v8 {
  1023.        position: relative;
  1024.    }
  1025.  
  1026.    .nav-link-v8 {
  1027.        color: #4a5568;
  1028.        text-decoration: none;
  1029.        font-weight: 500;
  1030.        font-size: 15px;
  1031.        padding: 12px 18px;
  1032.        border-radius: 12px;
  1033.        position: relative;
  1034.        transition: all 0.3s ease;
  1035.        display: block;
  1036.        background: linear-gradient(135deg, transparent 0%, transparent 100%);
  1037.    }
  1038.  
  1039.    .nav-link-v8::before {
  1040.        content: attr(data-text);
  1041.        position: absolute;
  1042.        top: 0;
  1043.        left: 0;
  1044.        right: 0;
  1045.        bottom: 0;
  1046.        display: flex;
  1047.        align-items: center;
  1048.        justify-content: center;
  1049.        background: var(--sub-nav);
  1050.        color: var(--topbar-color);
  1051.        border-radius: 12px;
  1052.        opacity: 0;
  1053.        transform: scale(0.8);
  1054.        transition: all 0.3s ease;
  1055.        font-weight: 600;
  1056.    }
  1057.  
  1058.    .nav-link-v8:hover::before,
  1059.    .nav-link-v8.active-v8::before {
  1060.        opacity: 1;
  1061.        transform: scale(1);
  1062.    }
  1063.  
  1064.    .nav-link-v8:hover,
  1065.    .nav-link-v8.active-v8 {
  1066.        color: transparent;
  1067.        background: rgba(102, 126, 234, 0.1);
  1068.    }
  1069.  
  1070.    /* Dropdown Styles */
  1071.    .dropdown-card-v8 {
  1072.        position: absolute;
  1073.        top: calc(100% + 15px);
  1074.        left: 50%;
  1075.        transform: translateX(-50%);
  1076.        background:var(--navbar-bg);
  1077.        backdrop-filter: blur(20px);
  1078.        border: 1px solid var(--border-color);
  1079.        border-radius: 16px;
  1080.        padding: 25px;
  1081.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1082.        opacity: 0;
  1083.        visibility: hidden;
  1084.        transform: translateX(-50%) translateY(-10px);
  1085.        transition: all 0.3s ease;
  1086.        z-index: 200;
  1087.        min-width: 320px;
  1088.    }
  1089.  
  1090.    .has-dropdown-v8:hover .dropdown-card-v8 {
  1091.        opacity: 1;
  1092.        visibility: visible;
  1093.        transform: translateX(-50%) translateY(0);
  1094.    }
  1095.  
  1096.    .dropdown-grid-v8 {
  1097.        display: grid;
  1098.        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  1099.        gap: 20px;
  1100.    }
  1101.  
  1102.    .dropdown-header-v8 {
  1103.        font-size: 12px;
  1104.        font-weight: 700;
  1105.        color: #667eea;
  1106.        margin-bottom: 12px;
  1107.        text-transform: uppercase;
  1108.        letter-spacing: 1px;
  1109.    }
  1110.  
  1111.    .dropdown-link-v8 {
  1112.        display: flex;
  1113.        align-items: center;
  1114.        color: var(--navbar-color) !important;;
  1115.        text-decoration: none;
  1116.        font-size: 14px;
  1117.        padding: 10px 12px;
  1118.        border-radius: 10px;
  1119.        transition: all 0.3s ease;
  1120.        margin-bottom: 8px;
  1121.    }
  1122.  
  1123.    .dropdown-link-v8:hover {
  1124.        background:var(--bs-primary);
  1125.        color: var(--bs-white) !important;;
  1126.        transform: translateX(5px);
  1127.    }
  1128.  
  1129.    .link-icon-v8 {
  1130.        margin-right: 10px;
  1131.        height: 5px;
  1132.        width: 5px;
  1133.        border: 1px solid #2d3748;
  1134.        border-radius: 50%;
  1135.    }
  1136.  
  1137.    /* Navigation Actions */
  1138.    .nav-actions-v8 {
  1139.        display: flex;
  1140.        align-items: center;
  1141.        justify-content: flex-end;
  1142.        gap: 10px;
  1143.    }
  1144.  
  1145.    .search-toggle-v8,
  1146.    .mobile-toggle-v8 {
  1147.        background: rgba(102, 126, 234, 0.1);
  1148.        border: none;
  1149.        border-radius: 12px;
  1150.        padding: 12px;
  1151.        cursor: pointer;
  1152.        transition: all 0.3s ease;
  1153.        color: var(--bs-white);
  1154.    }
  1155.  
  1156.    .search-toggle-v8:hover,
  1157.    .mobile-toggle-v8:hover {
  1158.        background: var(--sub-nav);
  1159.        color: var(--topbar-color);
  1160.        transform: scale(1.05);
  1161.    }
  1162.  
  1163.    .mobile-toggle-v8 {
  1164.        flex-direction: column;
  1165.        gap: 3px;
  1166.        padding: 10px 12px;
  1167.    }
  1168.  
  1169.    .toggle-line-v8 {
  1170.        width: 20px;
  1171.        height: 2px;
  1172.        background: currentColor;
  1173.        border-radius: 1px;
  1174.        transition: all 0.3s ease;
  1175.    }
  1176.  
  1177.    /* Floating Search Card */
  1178.    .search-card-v8 {
  1179.        position: absolute;
  1180.        top: 100%;
  1181.        left: 50%;
  1182.        transform: translateX(-50%);
  1183.        width: calc(100% - 40px);
  1184.        max-width: 600px;
  1185.        background:var(--navbar-bg);
  1186.        backdrop-filter: blur(20px);
  1187.        border: 1px solid var(--border-color);
  1188.        border-radius: 20px;
  1189.        padding: 25px;
  1190.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1191.        opacity: 0;
  1192.        visibility: hidden;
  1193.        transform: translateX(-50%) translateY(-20px);
  1194.        transition: all 0.4s ease;
  1195.        z-index: 300;
  1196.        margin-top: 15px;
  1197.    }
  1198.  
  1199.    .search-card-v8.show-v8 {
  1200.        opacity: 1;
  1201.        visibility: visible;
  1202.        transform: translateX(-50%) translateY(0);
  1203.    }
  1204.  
  1205.    .search-input-wrapper-v8 {
  1206.        display: flex;
  1207.        align-items: center;
  1208.        background: rgba(248, 250, 252, 0.8);
  1209.        border: 2px solid rgba(102, 126, 234, 0.2);
  1210.        border-radius: 15px;
  1211.        padding: 5px;
  1212.        margin-bottom: 20px;
  1213.        transition: all 0.3s ease;
  1214.    }
  1215.  
  1216.    .search-input-wrapper-v8:focus-within {
  1217.        border-color: #667eea;
  1218.        background: rgba(255, 255, 255, 0.9);
  1219.        box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  1220.    }
  1221.  
  1222.    .search-icon-v8 {
  1223.        color: #a0aec0;
  1224.        margin: 0 15px;
  1225.        transition: color 0.3s ease;
  1226.    }
  1227.  
  1228.    .search-input-wrapper-v8:focus-within .search-icon-v8 {
  1229.        color: #667eea;
  1230.    }
  1231.  
  1232.    .search-input-v8 {
  1233.        flex: 1;
  1234.        border: none;
  1235.        background: transparent;
  1236.        font-size: 16px;
  1237.        padding: 15px 0;
  1238.        outline: none;
  1239.        color: #2d3748;
  1240.    }
  1241.  
  1242.    .search-input-v8::placeholder {
  1243.        color: #a0aec0;
  1244.    }
  1245.  
  1246.    .search-close-v8 {
  1247.        background: rgba(160, 174, 192, 0.2);
  1248.        border: none;
  1249.        border-radius: 10px;
  1250.        padding: 8px;
  1251.        margin-right: 8px;
  1252.        cursor: pointer;
  1253.        transition: all 0.3s ease;
  1254.        color: #a0aec0;
  1255.    }
  1256.  
  1257.    .search-close-v8:hover {
  1258.        background: rgba(229, 62, 62, 0.1);
  1259.        color: #e53e3e;
  1260.    }
  1261.  
  1262.    /* Search Suggestions */
  1263.    .search-suggestions-v8 {
  1264.        display: grid;
  1265.        gap: 8px;
  1266.    }
  1267.  
  1268.    .suggestion-item-v8 {
  1269.        display: flex;
  1270.        align-items: center;
  1271.        padding: 12px 15px;
  1272.        background: rgba(248, 250, 252, 0.1);
  1273.        border-radius: 12px;
  1274.        cursor: pointer;
  1275.        transition: all 0.3s ease;
  1276.    }
  1277.  
  1278.    .suggestion-item-v8:hover {
  1279.        background: linear-gradient(135deg, #667eea 0%, #007bff 100%);
  1280.        color: white;
  1281.        transform: translateX(5px);
  1282.    }
  1283.  
  1284.    .suggestion-icon-v8 {
  1285.        margin-right: 12px;
  1286.        font-size: 16px;
  1287.    }
  1288.  
  1289.    .suggestion-text-v8 {
  1290.        font-size: 14px;
  1291.        font-weight: 500;
  1292.    }
  1293.  
  1294.    /* Mobile Navigation Card */
  1295.    .mobile-nav-card-v8 {
  1296.        position: absolute;
  1297.        top: 100%;
  1298.        left: 50%;
  1299.        transform: translateX(-50%);
  1300.        width: calc(100% - 40px);
  1301.        background:var(--card-bg);
  1302.        backdrop-filter: blur(20px);
  1303.        border: 1px solid var(--border-color);
  1304.        border-radius: 20px;
  1305.        padding: 20px;
  1306.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1307.        opacity: 0;
  1308.        visibility: hidden;
  1309.        transform: translateX(-50%) translateY(-20px);
  1310.        transition: all 0.4s ease;
  1311.        z-index: 300;
  1312.        margin-top: 15px;
  1313.        max-height: 70vh;
  1314.        overflow-y: auto;
  1315.    }
  1316.  
  1317.    .mobile-nav-card-v8.show-v8 {
  1318.        opacity: 1;
  1319.        visibility: visible;
  1320.        transform: translateX(-50%) translateY(0);
  1321.    }
  1322.  
  1323.    .mobile-nav-list-v8 {
  1324.        list-style: none;
  1325.        padding: 0;
  1326.        margin: 0;
  1327.    }
  1328.  
  1329.    .mobile-nav-item-v8 {
  1330.        margin-bottom: 8px;
  1331.    }
  1332.  
  1333.    .mobile-nav-link-v8 {
  1334.        display: flex;
  1335.        align-items: center;
  1336.        color: var(--navbar-color) !important;
  1337.        text-decoration: none;
  1338.        font-weight: 500;
  1339.        font-size: 16px;
  1340.        padding: 15px;
  1341.        border-radius: 12px;
  1342.        justify-content: space-between;
  1343.    }
  1344.  
  1345.    .mobile-nav-link-v8:hover,
  1346.    .mobile-nav-link-v8.active-v8 {
  1347.        background:var(--sub-nav);
  1348.        color: var(--topbar-color) !important;
  1349.    }
  1350.  
  1351.    .mobile-nav-icon-v8 {
  1352.        font-size: 18px;
  1353.        background-color: var(--navbar-bg) !important;
  1354.        margin-right: 12px;
  1355.    }
  1356.  
  1357.    .mobile-arrow-v8 {
  1358.        transition: transform 0.3s ease;
  1359.    }
  1360.  
  1361.    .mobile-nav-item-v8.open-v8 .mobile-arrow-v8 {
  1362.        transform: rotate(180deg);
  1363.    }
  1364.  
  1365.    .mobile-dropdown-v8 {
  1366.        list-style: none;
  1367.        padding: 0;
  1368.        margin: 0;
  1369.        max-height: 0;
  1370.        overflow: hidden;
  1371.        transition: all 0.3s ease;
  1372.        background: rgba(248, 250, 252, 0.5);
  1373.        border-radius: 12px;
  1374.        margin-top: 8px;
  1375.    }
  1376.  
  1377.    .mobile-dropdown-v8.show-v8 {
  1378.        max-height: 300px;
  1379.        background-color: var(--navbar-bg);
  1380.        padding: 10px 0;
  1381.    }
  1382.  
  1383.    .mobile-sub-link-v8 {
  1384.        display: block;
  1385.        color: var(--navbar-color) !important;
  1386.        text-decoration: none;
  1387.        font-size: 14px;
  1388.        padding: 10px 20px;
  1389.        transition: all 0.3s ease;
  1390.    }
  1391.  
  1392.    .mobile-sub-link-v8:hover {
  1393.        color: var(--topbar-color);
  1394.        background: var(--sub-nav);
  1395.        border-radius: 12px;
  1396.    }
  1397.  
  1398.    /* Background Overlay */
  1399.    .nav-overlay-v8 {
  1400.        position: fixed;
  1401.        top: 0;
  1402.        left: 0;
  1403.        right: 0;
  1404.        bottom: 0;
  1405.        background: rgba(0, 0, 0, 0.3);
  1406.        backdrop-filter: blur(5px);
  1407.        z-index: 250;
  1408.        opacity: 0;
  1409.        visibility: hidden;
  1410.        transition: all 0.3s ease;
  1411.    }
  1412.  
  1413.    .nav-overlay-v8.show-v8 {
  1414.        opacity: 1;
  1415.        visibility: visible;
  1416.    }
  1417.  
  1418.    /* Responsive Design */
  1419.    @media (max-width: 1300px) {
  1420.        .header-v8 {
  1421.            padding: 15px 0;
  1422.        }
  1423.  
  1424.        .nav-card-v8 {
  1425.            padding: 12px 20px;
  1426.            border-radius: 15px;
  1427.        }
  1428.  
  1429.        .search-card-v8,
  1430.        .mobile-nav-card-v8 {
  1431.            width: calc(100% - 40px);
  1432.            padding: 20px;
  1433.        }
  1434.    }
  1435.  
  1436.    @media (max-width: 576px) {
  1437.        .nav-card-v8 {
  1438.            padding: 10px 15px;
  1439.        }
  1440.  
  1441.        .logo-img-v8 {
  1442.            max-height: 35px;
  1443.        }
  1444.    }
  1445. </style>
  1446.  
  1447. <script>
  1448.    let activeCard = null;
  1449.  
  1450.    function toggleSearchV8() {
  1451.        const searchCard = document.getElementById('searchCardV8');
  1452.        const overlay = document.getElementById('navOverlayV8');
  1453.        const mobileNav = document.getElementById('mobileNavV8');
  1454.  
  1455.        // Close mobile nav if open
  1456.        mobileNav.classList.remove('show-v8');
  1457.  
  1458.        if (searchCard.classList.contains('show-v8')) {
  1459.            searchCard.classList.remove('show-v8');
  1460.            overlay.classList.remove('show-v8');
  1461.            activeCard = null;
  1462.        } else {
  1463.            searchCard.classList.add('show-v8');
  1464.            overlay.classList.add('show-v8');
  1465.            activeCard = 'search';
  1466.  
  1467.            // Focus on search input
  1468.            setTimeout(() => {
  1469.                const searchInput = document.querySelector('.search-input-v8');
  1470.                if (searchInput) searchInput.focus();
  1471.            }, 100);
  1472.        }
  1473.    }
  1474.  
  1475.    function toggleMobileNavV8() {
  1476.        const mobileNav = document.getElementById('mobileNavV8');
  1477.        const overlay = document.getElementById('navOverlayV8');
  1478.        const searchCard = document.getElementById('searchCardV8');
  1479.  
  1480.        // Close search if open
  1481.        searchCard.classList.remove('show-v8');
  1482.  
  1483.        if (mobileNav.classList.contains('show-v8')) {
  1484.            mobileNav.classList.remove('show-v8');
  1485.            overlay.classList.remove('show-v8');
  1486.            activeCard = null;
  1487.        } else {
  1488.            mobileNav.classList.add('show-v8');
  1489.            overlay.classList.add('show-v8');
  1490.            activeCard = 'mobile';
  1491.        }
  1492.    }
  1493.  
  1494.    function toggleMobileDropdownV8(dropdownId) {
  1495.        const dropdown = document.getElementById(dropdownId);
  1496.        const parentItem = dropdown.closest('.mobile-nav-item-v8');
  1497.  
  1498.        // Close other dropdowns
  1499.        const allDropdowns = document.querySelectorAll('.mobile-dropdown-v8');
  1500.        const allParents = document.querySelectorAll('.mobile-nav-item-v8');
  1501.  
  1502.        allDropdowns.forEach(dd => {
  1503.            if (dd.id !== dropdownId) {
  1504.                dd.classList.remove('show-v8');
  1505.            }
  1506.        });
  1507.  
  1508.        allParents.forEach(parent => {
  1509.            if (parent !== parentItem) {
  1510.                parent.classList.remove('open-v8');
  1511.            }
  1512.        });
  1513.  
  1514.        // Toggle current dropdown
  1515.        dropdown.classList.toggle('show-v8');
  1516.        parentItem.classList.toggle('open-v8');
  1517.    }
  1518.  
  1519.    function closeAllV8() {
  1520.        const searchCard = document.getElementById('searchCardV8');
  1521.        const mobileNav = document.getElementById('mobileNavV8');
  1522.        const overlay = document.getElementById('navOverlayV8');
  1523.  
  1524.        searchCard.classList.remove('show-v8');
  1525.        mobileNav.classList.remove('show-v8');
  1526.        overlay.classList.remove('show-v8');
  1527.        activeCard = null;
  1528.    }
  1529.  
  1530.    // Close on escape key
  1531.    document.addEventListener('keydown', function (e) {
  1532.        if (e.key === 'Escape' && activeCard) {
  1533.            closeAllV8();
  1534.        }
  1535.    });
  1536.  
  1537.    // Handle suggestion clicks
  1538.    document.addEventListener('click', function (e) {
  1539.        if (e.target.closest('.suggestion-item-v8')) {
  1540.            const suggestionText = e.target.closest('.suggestion-item-v8').querySelector('.suggestion-text-v8').textContent;
  1541.            const searchInput = document.querySelector('.search-input-v8');
  1542.            if (searchInput) {
  1543.                searchInput.value = suggestionText.replace(/^(Popular|Trending|Latest): /, '');
  1544.            }
  1545.        }
  1546.    });
  1547. </script>
  1548. <script>
  1549.  document.addEventListener("DOMContentLoaded", function () {
  1550.    console.log("loaded");
  1551.  
  1552.     const searchInput = document.getElementById("search-input")
  1553.    const searchResults = document.getElementById("search-results");
  1554.  
  1555.    if (!searchInput || !searchResults) {
  1556.      console.error("Search input/results not found");
  1557.      return;
  1558.    }
  1559.  
  1560.    // Prevent form submission
  1561.    if (searchInput.form) {
  1562.      searchInput.form.addEventListener("submit", function (e) {
  1563.        e.preventDefault();
  1564.      });
  1565.    }
  1566.  
  1567.    // Add event listener for keyup
  1568.    searchInput.addEventListener("keyup", function (e) {
  1569.      console.log("Key pressed:", e.key);
  1570.      e.preventDefault();
  1571.  
  1572.      const query = searchInput.value.trim();
  1573.      console.log("User is typing: " + query);
  1574.  
  1575.      // If empty → clear and hide
  1576.      if (query === "") {
  1577.        searchResults.innerHTML = "";
  1578.        searchResults.style.display = "none";
  1579.        return;
  1580.      }
  1581.  
  1582.      // Show results
  1583.      searchResults.style.display = "block";
  1584.  
  1585.      // Fetch search results
  1586.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1587.        method: "GET",
  1588.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1589.      })
  1590.        .then(response => {
  1591.          console.log("Response Status:", response.status);
  1592.          return response.json();
  1593.        })
  1594.        .then(data => {
  1595.          console.log("Data received:", data);
  1596.          if (data.html) {
  1597.            searchResults.innerHTML = data.html;
  1598.          } else {
  1599.            searchResults.innerHTML = "<p>No results found.</p>";
  1600.          }
  1601.        })
  1602.        .catch(error => {
  1603.          console.error("Error fetching search results:", error);
  1604.        });
  1605.    });
  1606.  
  1607.    // Close results when clicking outside
  1608.    document.addEventListener("click", function (e) {
  1609.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1610.        searchResults.style.display = "none";
  1611.      }
  1612.    });
  1613.  
  1614.    // Close results on ESC key
  1615.    document.addEventListener("keydown", function (e) {
  1616.      if (e.key === "Escape") {
  1617.        searchResults.style.display = "none";
  1618.      }
  1619.    });
  1620.  });
  1621. </script>
  1622.  
  1623.  
  1624.        </header>
  1625.        <!-- end of header -->
  1626.        <!-- start of wpo-blog-hero -->
  1627.        
  1628.  
  1629.  
  1630.  
  1631.  
  1632.  
  1633.  
  1634.  
  1635. <div class="blog-hero-v5">
  1636.  <div class="container-fluid fluid-container">
  1637.    <!-- Hero Header -->
  1638.  
  1639.    <!-- Main Content Grid -->
  1640.    <div class="row g-4">
  1641.      <!-- Large Featured Post - Left Side -->
  1642.      <div class="col-lg-6 col-md-12">
  1643.        
  1644.        
  1645.          
  1646.        <div class="large-featured-card">
  1647.          <div class="card-image-wrapper">
  1648.            
  1649.                <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" class="card-image">
  1650.            
  1651.            <div class="image-overlay">
  1652.              <span class="category-pill fashion bg-primary-gradient">News</span>
  1653.            </div>
  1654.          </div>
  1655.          <div class="card-content">
  1656.            <h2 class="card-title"><a class="top-color" href="/we-need-a-chopper-to-locate-them-teenagers-urgent-plea-to-save-relatives-adrift-off-aussie-coast-revealed/">
  1657.                                        â€˜We Need a Chopper to Locate Them’: Teenager’s Urgent Plea to Save Relatives Adrift Off Aussie Coast Revealed
  1658.                                    </a></h2>
  1659.            <p class="card-description"></p>
  1660.            <div class="card-footer">
  1661.              <div class="author-section">
  1662.                <div class="author-avatar">
  1663.                  
  1664.                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d992799a-ce0b-40f8-8fef-a3c2351fb395_profile.png" alt="Allen Taylor" style="object-fit: cover;" class="author-img">
  1665.                    
  1666.                </div>
  1667.                <div class="author-details">
  1668.                  <span class="author-name">Allen Taylor</span>
  1669.                  <span class="publish-date">19 May 2026</span>
  1670.                </div>
  1671.              </div>
  1672.              <div class="read-time">
  1673.                <!-- <span>9 min read</span> -->
  1674.              </div>
  1675.            </div>
  1676.          </div>
  1677.        </div>
  1678.  
  1679.        
  1680.      </div>
  1681.      
  1682.  
  1683.      <!-- Right Side - Grid of Posts -->
  1684.      <div class="col-lg-6 col-md-12">
  1685.        <div class="row h-100">
  1686.          
  1687.          
  1688.            
  1689.          <!-- Medium Featured Post -->
  1690.          <div class="col-12 mb-3">
  1691.            <div class="medium-featured-card h-100">
  1692.              <div class="row g-0 h-100">
  1693.                <div class="col-md-6">
  1694.                  <div class="medium-image-wrapper">
  1695.                    
  1696.                          <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1697.                      
  1698.                    <div class="medium-overlay">
  1699.                      <span class="category-pill travel bg-primary-gradient">News</span>
  1700.                    </div>
  1701.                  </div>
  1702.                </div>
  1703.                <div class="col-md-6">
  1704.                  <div class="medium-content">
  1705.                    <h3 class="medium-title"><a class="top-color" href="/cyclone-disaster-in-sri-lanka-awakens-a-spirit-of-community-action/">
  1706.                                        Cyclone Disaster in Sri Lanka Awakens a Spirit of Community Action
  1707.                                    </a></h3>
  1708.                    <p class="medium-excerpt"></p>
  1709.                    <div class="medium-meta">
  1710.                      <span class="author">By Allen Taylor</span>
  1711.                      <span class="date">18 May 2026</span>
  1712.                    </div>
  1713.                  </div>
  1714.                </div>
  1715.              </div>
  1716.            </div>
  1717.          </div>
  1718.  
  1719.          
  1720.          
  1721.  
  1722.          
  1723.            <!-- Small Cards Row -->
  1724.            <div class="col-md-6 col-12 mb-md-0 mb-3">
  1725.              <div class="small-card h-100">
  1726.                <div class="small-image-wrapper">
  1727.                    
  1728.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1729.                            style="object-fit: cover;" alt="">
  1730.                    
  1731.                  <span class="small-category bg-primary-gradient">News</span>
  1732.                </div>
  1733.                <div class="small-content">
  1734.                  <h4 class="small-title"> <a class="top-color" href="/los-blancos-alexander-arnold-might-return-to-face-his-former-club-in-forthcoming-european-clash/" >
  1735.                                        Los Blancos&#x27; Alexander-Arnold Might Return to Face His Former Club in Forthcoming European Clash
  1736.                                    </a></h4>
  1737.                  <p class="medium-excerpt"></p>
  1738.                  <div class="small-meta">
  1739.                    <span>By Allen Taylor</span>
  1740.                    <span>18 May 2026</span>
  1741.                  </div>
  1742.                </div>
  1743.              </div>
  1744.            </div>
  1745.            
  1746.            <!-- Small Cards Row -->
  1747.            <div class="col-md-6 col-12 mb-md-0 mb-3">
  1748.              <div class="small-card h-100">
  1749.                <div class="small-image-wrapper">
  1750.                    
  1751.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1752.                            style="object-fit: cover;" alt="">
  1753.                    
  1754.                  <span class="small-category bg-primary-gradient">News</span>
  1755.                </div>
  1756.                <div class="small-content">
  1757.                  <h4 class="small-title"> <a class="top-color" href="/troubling-remembrances-reemerge-in-davao-city-as-officials-trace-bondi-shooting-alleged-attackers-activities/" >
  1758.                                        Troubling Remembrances Reemerge in Davao City as Officials Trace Bondi Shooting Alleged Attackers&#x27; Activities
  1759.                                    </a></h4>
  1760.                  <p class="medium-excerpt"></p>
  1761.                  <div class="small-meta">
  1762.                    <span>By Allen Taylor</span>
  1763.                    <span>18 May 2026</span>
  1764.                  </div>
  1765.                </div>
  1766.              </div>
  1767.            </div>
  1768.            
  1769.  
  1770.        </div>
  1771.      </div>
  1772.    </div>
  1773.  </div>
  1774. </div>
  1775.  
  1776. <style>
  1777.  /* Blog Hero V5 - Clean Card Grid Design */
  1778.  :root {
  1779.    --shadow-light: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  1780.    --shadow-medium: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  1781.    --shadow-heavy: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  1782.  
  1783.    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  1784.  }
  1785.  
  1786.  .blog-hero-v5 {
  1787.    padding: 4rem 0;
  1788.  }
  1789.  
  1790.  /* Hero Header */
  1791.  .hero-header {
  1792.    margin-bottom: 2rem;
  1793.  }
  1794.  
  1795.  .hero-title {
  1796.    font-size: 3.5rem;
  1797.    font-weight: 800;
  1798.    color: var(--text-dark);
  1799.    margin-bottom: 1rem;
  1800.    letter-spacing: -0.025em;
  1801.    line-height: 1.1;
  1802.  }
  1803.  
  1804.  .hero-subtitle {
  1805.    font-size: 1.25rem;
  1806.    color: var(--text-light);
  1807.    font-weight: 400;
  1808.    max-width: 600px;
  1809.    margin: 0 auto;
  1810.  }
  1811.  
  1812.  /* Large Featured Card */
  1813.  .large-featured-card {
  1814.    background: var(--card-bg);
  1815.    border-radius: var(--border-radius);
  1816.    box-shadow: var(--shadow-medium);
  1817.    overflow: hidden;
  1818.    height: 100%;
  1819.    transition: var(--transition);
  1820.    border: 1px solid var(--border-color);
  1821.  }
  1822.  
  1823.  .large-featured-card:hover {
  1824.    transform: translateY(-8px);
  1825.    box-shadow: var(--shadow-heavy);
  1826.  }
  1827.  
  1828.  .card-image-wrapper {
  1829.    position: relative;
  1830.    height: 280px;
  1831.    overflow: hidden;
  1832.  }
  1833.  
  1834.  .card-image {
  1835.    width: 100%;
  1836.    height: 100%;
  1837.    object-fit: cover;
  1838.    transition: var(--transition);
  1839.  }
  1840.  
  1841.  .large-featured-card:hover .card-image {
  1842.    transform: scale(1.05);
  1843.  }
  1844.  
  1845.  .image-overlay {
  1846.    position: absolute;
  1847.    top: 1.5rem;
  1848.    left: 1.5rem;
  1849.  }
  1850.  
  1851.  .card-content {
  1852.    padding: 2rem;
  1853.  }
  1854.  
  1855.  .card-title {
  1856.    font-size: 1.75rem;
  1857.    font-weight: 700;
  1858.    color: var(--text-dark);
  1859.    margin-bottom: 1rem;
  1860.    line-height: 1.3;
  1861.  }
  1862.  
  1863.  .card-description {
  1864.    color: var(--text-light);
  1865.    font-size: 1rem;
  1866.    line-height: 1.6;
  1867.    margin-bottom: 2rem;
  1868.  }
  1869.  
  1870.  .card-footer {
  1871.    display: flex;
  1872.    align-items: center;
  1873.    justify-content: space-between;
  1874.  }
  1875.  
  1876.  .author-section {
  1877.    display: flex;
  1878.    align-items: center;
  1879.    gap: 1rem;
  1880.  }
  1881.  
  1882.  .author-avatar {
  1883.    width: 48px;
  1884.    height: 48px;
  1885.    border-radius: 50%;
  1886.    overflow: hidden;
  1887.    border: 2px solid var(--border-color);
  1888.  }
  1889.  
  1890.  .author-avatar img {
  1891.    width: 100%;
  1892.    height: 100%;
  1893.    object-fit: cover;
  1894.  }
  1895.  
  1896.  .author-details {
  1897.    display: flex;
  1898.    flex-direction: column;
  1899.  }
  1900.  
  1901.  .author-name {
  1902.    font-weight: 600;
  1903.    color: var(--text-dark);
  1904.    font-size: 0.95rem;
  1905.  }
  1906.  
  1907.  .publish-date {
  1908.    color: var(--text-light);
  1909.    font-size: 0.875rem;
  1910.  }
  1911.  
  1912.  .read-time {
  1913.    background: var(--card-bg);
  1914.    padding: 0.5rem 1rem;
  1915.    border-radius: 20px;
  1916.    font-size: 0.875rem;
  1917.    color: var(--text-light);
  1918.    font-weight: 500;
  1919.  }
  1920.  
  1921.  /* Category Pills */
  1922.  .category-pill {
  1923.    display: inline-block;
  1924.    padding: 0.5rem 1rem;
  1925.    font-size: 0.75rem;
  1926.    font-weight: 600;
  1927.    text-transform: uppercase;
  1928.    letter-spacing: 0.05em;
  1929.    border-radius: 20px;
  1930.    color: white;
  1931.  }
  1932.  
  1933.  
  1934.  /* Medium Featured Card */
  1935.  .medium-featured-card {
  1936.    background: var(--card-bg);
  1937.    border-radius: var(--border-radius);
  1938.    box-shadow: var(--shadow-light);
  1939.    overflow: hidden;
  1940.    height: 220px;
  1941.    transition: var(--transition);
  1942.    border: 1px solid var(--border-color);
  1943.  }
  1944.  
  1945.  .medium-featured-card:hover {
  1946.    transform: translateY(-4px);
  1947.    box-shadow: var(--shadow-medium);
  1948.  }
  1949.  
  1950.  .medium-image-wrapper {
  1951.    position: relative;
  1952.    height: 100%;
  1953.    overflow: hidden;
  1954.  }
  1955.  
  1956.  .medium-image-wrapper img {
  1957.    width: 100%;
  1958.    height: 100%;
  1959.    object-fit: cover;
  1960.    transition: var(--transition);
  1961.  }
  1962.  
  1963.  .medium-featured-card:hover .medium-image-wrapper img {
  1964.    transform: scale(1.05);
  1965.  }
  1966.  
  1967.  .medium-overlay {
  1968.    position: absolute;
  1969.    top: 1rem;
  1970.    left: 1rem;
  1971.  }
  1972.  
  1973.  .medium-content {
  1974.    padding: 1.5rem;
  1975.    display: flex;
  1976.    flex-direction: column;
  1977.    justify-content: space-between;
  1978.    height: 100%;
  1979.  }
  1980.  
  1981.  .medium-title {
  1982.    font-size: 1.25rem;
  1983.    font-weight: 600;
  1984.    color: var(--text-dark);
  1985.    margin-bottom: 0.75rem;
  1986.    line-height: 1.3;
  1987.  }
  1988.  
  1989.  .medium-excerpt {
  1990.    color: var(--text-light);
  1991.    font-size: 0.9rem;
  1992.    line-height: 1.5;
  1993.    margin-bottom: 1rem;
  1994.    flex-grow: 1;
  1995.  }
  1996.  
  1997.  .medium-meta {
  1998.    display: flex;
  1999.    flex-direction: column;
  2000.    gap: 0.25rem;
  2001.    font-size: 0.8rem;
  2002.  }
  2003.  
  2004.  /* Small Cards */
  2005.  .small-card {
  2006.    background: var(--card-bg);
  2007.    border-radius: var(--border-radius);
  2008.    box-shadow: var(--shadow-light);
  2009.    overflow: hidden;
  2010.    transition: var(--transition);
  2011.    border: 1px solid var(--border-color);
  2012.    display: flex;
  2013.    flex-direction: column;
  2014.  }
  2015.  
  2016.  .small-card:hover {
  2017.    transform: translateY(-4px);
  2018.    box-shadow: var(--shadow-medium);
  2019.  }
  2020.  
  2021.  .small-image-wrapper {
  2022.    position: relative;
  2023.    height: 140px;
  2024.    overflow: hidden;
  2025.    flex-shrink: 0;
  2026.  }
  2027.  
  2028.  .small-image-wrapper img {
  2029.    width: 100%;
  2030.    height: 100%;
  2031.    object-fit: cover;
  2032.    transition: var(--transition);
  2033.  }
  2034.  
  2035.  .small-card:hover .small-image-wrapper img {
  2036.    transform: scale(1.05);
  2037.  }
  2038.  
  2039.  .small-category {
  2040.    position: absolute;
  2041.    top: 0.75rem;
  2042.    left: 0.75rem;
  2043.    padding: 0.25rem 0.75rem;
  2044.    font-size: 0.7rem;
  2045.    font-weight: 600;
  2046.    text-transform: uppercase;
  2047.    border-radius: 12px;
  2048.    color: white;
  2049.  }
  2050.  
  2051.  
  2052.  .small-content {
  2053.    padding: 1rem;
  2054.    flex-grow: 1;
  2055.    display: flex;
  2056.    flex-direction: column;
  2057.    justify-content: space-between;
  2058.  }
  2059.  
  2060.  .small-title {
  2061.    font-size: 1rem;
  2062.    font-weight: 600;
  2063.    color: var(--text-dark);
  2064.    margin-bottom: 0.75rem;
  2065.    line-height: 1.3;
  2066.  }
  2067.  
  2068.  .small-meta {
  2069.    display: flex;
  2070.    justify-content: space-between;
  2071.    font-size: 0.75rem;
  2072.    color: var(--text-light);
  2073.  }
  2074.  
  2075.  /* Stats Section - Removed */
  2076.  
  2077.  /* Responsive Design */
  2078.  @media (max-width: 992px) {
  2079.    .hero-title {
  2080.      font-size: 2.5rem;
  2081.    }
  2082.  
  2083.    .card-content {
  2084.      padding: 1.5rem;
  2085.    }
  2086.  
  2087.    .card-title {
  2088.      font-size: 1.5rem;
  2089.    }
  2090.  
  2091.    .medium-featured-card {
  2092.      height: auto;
  2093.    }
  2094.  
  2095.    .medium-content {
  2096.      height: auto;
  2097.    }
  2098.  }
  2099.  
  2100.  @media (max-width: 768px) {
  2101.    .blog-hero-v5 {
  2102.      padding: 2rem 0;
  2103.    }
  2104.  
  2105.    .hero-title {
  2106.      font-size: 2rem;
  2107.    }
  2108.  
  2109.    .hero-subtitle {
  2110.      font-size: 1rem;
  2111.    }
  2112.  
  2113.    .card-image-wrapper {
  2114.      height: 200px;
  2115.    }
  2116.  
  2117.    .medium-featured-card {
  2118.      height: auto;
  2119.    }
  2120.  
  2121.    .medium-image-wrapper {
  2122.      height: 150px;
  2123.    }
  2124.  
  2125.    .small-image-wrapper {
  2126.      height: 120px;
  2127.    }
  2128.  }
  2129.  
  2130.  @media (max-width: 576px) {
  2131.    .card-footer {
  2132.      flex-direction: column;
  2133.      align-items: flex-start;
  2134.      gap: 1rem;
  2135.    }
  2136.  
  2137.    .stat-number {
  2138.      font-size: 1.5rem;
  2139.    }
  2140.  }
  2141. </style>
  2142.  
  2143.  
  2144.  
  2145.  
  2146.  
  2147.        <!-- end of wpo-blog-hero -->
  2148.  
  2149.        <!-- start of wpo-breacking-news -->
  2150.        
  2151.        <!-- end of wpo-breacking-news -->
  2152.        
  2153.        <!-- start wpo-blog-highlights-section -->
  2154.        
  2155.  
  2156.  
  2157.  
  2158.    
  2159.  
  2160.  
  2161.  
  2162.  
  2163. <style>
  2164.    .blog-highlights-v3 {
  2165.        padding: 80px 0;
  2166.        position: relative;
  2167.        overflow: hidden;
  2168.    }
  2169.    
  2170.    .blog-highlights-v3::before {
  2171.        content: '';
  2172.        position: absolute;
  2173.        top: 0;
  2174.        left: 0;
  2175.        width: 100%;
  2176.        height: 100%;
  2177.        background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  2178.        z-index: 0;
  2179.    }
  2180.    
  2181.    .masonry-container {
  2182.        display: grid;
  2183.        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  2184.        grid-gap: 25px;
  2185.    }
  2186.    
  2187.    .blog-card-v3 {
  2188.        border: 1px solid var(--border-color) !important;
  2189.        border-radius: 25px;
  2190.        overflow: hidden;
  2191.        background: var(--card-bg);
  2192.        backdrop-filter: blur(10px);
  2193.        border: 1px solid var(--border-color);
  2194.        position: relative;
  2195.        transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  2196.        cursor: pointer;
  2197.        transform: translateY(0) rotateX(0) rotateY(0);
  2198.        transform-style: preserve-3d;
  2199.        perspective: 1000px;
  2200.        z-index: 1;
  2201.    }
  2202.    .span-21 { grid-row-end: span 21; }
  2203.    .span-22 { grid-row-end: span 22; }
  2204.    
  2205.    .blog-card-v3::before {
  2206.        content: '';
  2207.        position: absolute;
  2208.        top: 0;
  2209.        left: 0;
  2210.        width: 100%;
  2211.        height: 100%;
  2212.        background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.02) 100%);
  2213.        opacity: 0;
  2214.        transition: opacity 0.3s ease;
  2215.        z-index: 1;
  2216.    }
  2217.    
  2218.    .blog-card-v3:hover {
  2219.        transform: translateY(-20px) rotateX(5deg) rotateY(5deg) scale(1.03);
  2220.        box-shadow:
  2221.            0 30px 60px rgba(0,0,0,0.15),
  2222.            0 15px 30px rgba(0,0,0,0.1),
  2223.            inset 0 1px 0 rgba(255,255,255,0.3);
  2224.        z-index: 10;
  2225.    }
  2226.    
  2227.    .blog-card-v3:hover::before {
  2228.        opacity: 1;
  2229.    }
  2230.    
  2231.    .blog-image-v3 {
  2232.        position: relative;
  2233.        overflow: hidden;
  2234.        height: 50%;
  2235.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2236.    }
  2237.    
  2238.    .blog-image-v3::after {
  2239.        content: '';
  2240.        position: absolute;
  2241.        top: 0;
  2242.        left: 0;
  2243.        width: 100%;
  2244.        height: 100%;
  2245.        background:
  2246.            radial-gradient(circle at top right, rgba(255,255,255,0.3) 0%, transparent 50%),
  2247.            linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.4) 100%);
  2248.        z-index: 2;
  2249.    }
  2250.    
  2251.    .blog-image-v3 img {
  2252.        width: 100%;
  2253.        height: 100%;
  2254.        object-fit: cover;
  2255.        transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  2256.        transform: scale(1);
  2257.        filter: brightness(1) saturate(1);
  2258.    }
  2259.    
  2260.    .blog-card-v3:hover .blog-image-v3 img {
  2261.        transform: scale(1.15);
  2262.        filter: brightness(1.1) saturate(1.2);
  2263.    }
  2264.    
  2265.    .blog-floating-elements {
  2266.        position: absolute;
  2267.        top: 0;
  2268.        left: 0;
  2269.        width: 100%;
  2270.        height: 100%;
  2271.        pointer-events: none;
  2272.        z-index: 3;
  2273.    }
  2274.    
  2275.    .floating-dot {
  2276.        position: absolute;
  2277.        width: 8px;
  2278.        height: 8px;
  2279.        background: rgba(255,255,255,0.6);
  2280.        border-radius: 50%;
  2281.        animation: float 3s ease-in-out infinite;
  2282.    }
  2283.    
  2284.    .floating-dot:nth-child(1) { top: 20%; left: 15%; animation-delay: 0s; }
  2285.    .floating-dot:nth-child(2) { top: 60%; right: 20%; animation-delay: 0.5s; }
  2286.    .floating-dot:nth-child(3) { bottom: 30%; left: 25%; animation-delay: .5s; }
  2287.    
  2288.    @keyframes float {
  2289.        0%, 100% { transform: translateY(0px); }
  2290.        50% { transform: translateY(-10px); }
  2291.    }
  2292.    
  2293.    .blog-category-v3 {
  2294.        position: absolute;
  2295.        top: 25px;
  2296.        right: 25px;
  2297.        padding: 10px 18px;
  2298.        border-radius: 30px;
  2299.        font-size: 11px;
  2300.        font-weight: 800;
  2301.        text-transform: uppercase;
  2302.        letter-spacing: 1.2px;
  2303.        backdrop-filter: blur(10px);
  2304.        z-index: 4;
  2305.        transform: translateY(0) scale(1);
  2306.        transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  2307.        box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  2308.        border: 1px solid rgba(255,255,255,0.3);
  2309.    }
  2310.    
  2311.    .blog-card-v3:hover .blog-category-v3 {
  2312.        transform: translateY(-10px) scale(1.1);
  2313.        background: rgba(var(--card-bg),1);
  2314.        box-shadow: 0 12px 30px rgba(0,0,0,0.15);
  2315.    }
  2316.    
  2317.    .blog-content-v3 {
  2318.        padding: 35px 30px 30px;
  2319.        height: 50%;
  2320.        display: flex;
  2321.        flex-direction: column;
  2322.        justify-content: space-between;
  2323.        position: relative;
  2324.        z-index: 2;
  2325.    }
  2326.    
  2327.    .blog-title-v3 {
  2328.        font-size: 19px;
  2329.        font-weight: 700;
  2330.        line-height: 1.3;
  2331.        margin-bottom: 18px;
  2332.        position: relative;
  2333.    }
  2334.    
  2335.    .blog-title-v3 a {
  2336.        text-decoration: none;
  2337.        color: var(--top-color) !important;
  2338.        transition: all 0.3s ease;
  2339.        position: relative;
  2340.        display: inline-block;
  2341.    }
  2342.    
  2343.    .blog-title-v3 a::before {
  2344.        content: '';
  2345.        position: absolute;
  2346.        bottom: -3px;
  2347.        left: 0;
  2348.        width: 0;
  2349.        height: 3px;
  2350.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2351.        border-radius: 2px;
  2352.        transition: width 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  2353.    }
  2354.    
  2355.    .blog-card-v3:hover .blog-title-v3 a::before {
  2356.        width: 100%;
  2357.    }
  2358.    
  2359.    .blog-meta-v3 {
  2360.        display: flex;
  2361.        align-items: center;
  2362.        gap: 15px;
  2363.        margin-bottom: 18px;
  2364.        font-size: 13px;
  2365.        color: #7f8c8d;
  2366.        padding-bottom: 18px;
  2367.        border-bottom: 1px solid rgba(127, 140, 141, 0.1);
  2368.        position: relative;
  2369.    }
  2370.    
  2371.    .blog-meta-v3::after {
  2372.        content: '';
  2373.        position: absolute;
  2374.        bottom: -1px;
  2375.        left: 0;
  2376.        width: 0;
  2377.        height: 1px;
  2378.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2379.        transition: width 0.6s ease 0.3s;
  2380.    }
  2381.    
  2382.    .blog-card-v3:hover .blog-meta-v3::after {
  2383.        width: 80px;
  2384.    }
  2385.    
  2386.    .blog-author-img-v3 {
  2387.        width: 35px;
  2388.        height: 35px;
  2389.        border-radius: 50%;
  2390.        object-fit: cover;
  2391.        border: 3px solid rgba(255,255,255,0.8);
  2392.        transition: all 0.4s ease;
  2393.        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  2394.    }
  2395.    
  2396.    .blog-card-v3:hover .blog-author-img-v3 {
  2397.        transform: scale(1.15);
  2398.        border-color: rgba(102, 126, 234, 0.5);
  2399.        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.2);
  2400.    }
  2401.    
  2402.    .blog-excerpt-v3 {
  2403.        font-size: 14px;
  2404.        line-height: 1.7;
  2405.        color: #5a6c7d;
  2406.        margin-bottom: 20px;
  2407.        display: -webkit-box;
  2408.        -webkit-line-clamp: 3;
  2409.        -webkit-box-orient: vertical;
  2410.        overflow: hidden;
  2411.        opacity: 0.9;
  2412.        transition: opacity 0.3s ease;
  2413.    }
  2414.    
  2415.    .blog-card-v3:hover .blog-excerpt-v3 {
  2416.        opacity: 1;
  2417.    }
  2418.    
  2419.    .blog-actions-v3 {
  2420.        display: flex;
  2421.        justify-content: space-between;
  2422.        align-items: center;
  2423.    }
  2424.    
  2425.    .blog-read-time-v3 {
  2426.        font-size: 12px;
  2427.        color: #95a5a6;
  2428.        display: flex;
  2429.        align-items: center;
  2430.        gap: 6px;
  2431.    }
  2432.    
  2433.    .blog-read-more-v3 {
  2434.        width: 50px;
  2435.        height: 50px;
  2436.        border-radius: 50%;
  2437.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2438.        display: flex;
  2439.        align-items: center;
  2440.        justify-content: center;
  2441.        color: white;
  2442.        text-decoration: none;
  2443.        transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  2444.        transform: scale(0) rotate(0deg);
  2445.        opacity: 0;
  2446.        box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
  2447.        position: relative;
  2448.        overflow: hidden;
  2449.    }
  2450.    
  2451.    .blog-read-more-v3::before {
  2452.        content: '';
  2453.        position: absolute;
  2454.        top: 50%;
  2455.        left: 50%;
  2456.        width: 0;
  2457.        height: 0;
  2458.        background: rgba(255,255,255,0.2);
  2459.        border-radius: 50%;
  2460.        transition: all 0.6s ease;
  2461.        transform: translate(-50%, -50%);
  2462.    }
  2463.    
  2464.    .blog-card-v3:hover .blog-read-more-v3 {
  2465.        transform: scale(1) rotate(360deg);
  2466.        opacity: 1;
  2467.    }
  2468.    
  2469.    .blog-read-more-v3:hover::before {
  2470.        width: 100%;
  2471.        height: 100%;
  2472.    }
  2473.    
  2474.    .section-header-v3 {
  2475.        text-align: center;
  2476.        margin-bottom: 80px;
  2477.        position: relative;
  2478.        z-index: 2;
  2479.    }
  2480.    
  2481.    .section-title-v3 {
  2482.        font-size: 3.5rem;
  2483.        font-weight: 900;
  2484.        margin-bottom: 25px;
  2485.        color: #2c3e50;
  2486.        position: relative;
  2487.        display: inline-block;
  2488.    }
  2489.    
  2490.    .section-title-v3::before {
  2491.        content: '';
  2492.        position: absolute;
  2493.        top: -15px;
  2494.        right: -15px;
  2495.        width: 30px;
  2496.        height: 30px;
  2497.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2498.        border-radius: 50%;
  2499.        opacity: 0.3;
  2500.        animation: pulse 2s infinite;
  2501.    }
  2502.    
  2503.    @keyframes pulse {
  2504.        0%, 100% { transform: scale(1); opacity: 0.3; }
  2505.        50% { transform: scale(1.2); opacity: 0.6; }
  2506.    }
  2507.    
  2508.    .section-subtitle-v3 {
  2509.        font-size: 1.2rem;
  2510.        color: #7f8c8d;
  2511.        max-width: 700px;
  2512.        margin: 0 auto;
  2513.        line-height: 1.7;
  2514.        font-weight: 300;
  2515.    }
  2516.    
  2517.    .scroll-reveal {
  2518.        opacity: 0;
  2519.        transform: translateY(50px) scale(0.9);
  2520.        transition: all 0.8s cubic-bezier(0.23, 1, 0.320, 1);
  2521.    }
  2522.    
  2523.    .scroll-reveal.revealed {
  2524.        opacity: 1;
  2525.        transform: translateY(0) scale(1);
  2526.    }
  2527.    
  2528.    .scroll-reveal:nth-child(1) { transition-delay: 0.1s; }
  2529.    .scroll-reveal:nth-child(2) { transition-delay: 0.1s; }
  2530.    .scroll-reveal:nth-child(3) { transition-delay: 0.1s; }
  2531.    .scroll-reveal:nth-child(4) { transition-delay: 0.1s; }
  2532.    .scroll-reveal:nth-child(5) { transition-delay: 0.1s; }
  2533.    .scroll-reveal:nth-child(6) { transition-delay: 0.1s; }
  2534.  
  2535.    @media (max-width: 768px) {
  2536.        .masonry-container {
  2537.            display: flex;
  2538.            flex-direction: column;
  2539.            grid-gap: 20px;
  2540.        }
  2541.        .blog-card-v3:nth-child(n) {
  2542.            grid-row-end: span 20;
  2543.        }
  2544.        .section-title-v3 {
  2545.            font-size: 2.8rem;
  2546.        }
  2547.        .blog-highlights-v3 {
  2548.            padding: 60px 0;
  2549.        }
  2550.        .blog-content-v3 {
  2551.            padding: 25px 20px;
  2552.        }
  2553.        .blog-card-v3:hover {
  2554.            transform: translateY(-15px) scale(1.02);
  2555.        }
  2556.        .blog-image-v3{
  2557.            max-height: 350px;
  2558.            height: 100%;
  2559.        }
  2560.    }
  2561. </style>
  2562.  
  2563. <section class="blog-highlights-v3">
  2564.    <div class="container-fluid fluid-container">
  2565.        <div class="row">
  2566.            <div class="col-12">
  2567.                 <div class="wpo-section-title">
  2568.            <h2>
  2569.                Today's Top Highlights
  2570.                   </h2>
  2571.        </div>
  2572.            </div>
  2573.        </div>
  2574.        
  2575.        <div class="row">
  2576.            <div class="col-lg-8 col-12">
  2577.                <div class="masonry-container">
  2578.                    
  2579.                    <div class="blog-card-v3 scroll-reveal span-21">
  2580.                        <div class="blog-image-v3">
  2581.                            
  2582.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2583.                            
  2584.                            <div class="blog-floating-elements">
  2585.                                <div class="floating-dot"></div>
  2586.                                <div class="floating-dot"></div>
  2587.                                <div class="floating-dot"></div>
  2588.                            </div>
  2589.                            <span class="blog-category-v3 bg-primary-gradient">
  2590.                                News
  2591.                            </span>
  2592.                        </div>
  2593.                        <div class="blog-content-v3">
  2594.                            <h3 class="blog-title-v3">
  2595.                                <a href="/arsenals-goalkeeper-praises-squad-depth-as-vital-to-silverware-ambitions/" >
  2596.                                Arsenal&#x27;s goalkeeper Praises Squad Depth as Vital to Silverware Ambitions
  2597.                                </a>
  2598.                            </h3>
  2599.                            <div class="blog-meta-v3">
  2600.                                
  2601.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d992799a-ce0b-40f8-8fef-a3c2351fb395_profile.png" alt="Allen Taylor" style="object-fit: cover;" class="blog-author-img-v3">
  2602.                                
  2603.                                <span>By Allen Taylor</span>
  2604.                                <span>•</span>
  2605.                                <span>18 May 2026</span>
  2606.                            </div>
  2607.                            
  2608.                            <div class="blog-actions-v3">
  2609.                                <div class="blog-read-time-v3">
  2610.                                    <i class="far fa-clock"></i>
  2611.                                    <!-- <span>5 min read</span> -->
  2612.                                </div>
  2613.                                <a href="/arsenals-goalkeeper-praises-squad-depth-as-vital-to-silverware-ambitions/"  class="blog-read-more-v3">
  2614.                                    <i class="ti-arrow-right"></i>
  2615.                                </a>
  2616.                            </div>
  2617.                        </div>
  2618.                    </div>
  2619.                    
  2620.                    <div class="blog-card-v3 scroll-reveal span-22">
  2621.                        <div class="blog-image-v3">
  2622.                            
  2623.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2624.                            
  2625.                            <div class="blog-floating-elements">
  2626.                                <div class="floating-dot"></div>
  2627.                                <div class="floating-dot"></div>
  2628.                                <div class="floating-dot"></div>
  2629.                            </div>
  2630.                            <span class="blog-category-v3 bg-primary-gradient">
  2631.                                News
  2632.                            </span>
  2633.                        </div>
  2634.                        <div class="blog-content-v3">
  2635.                            <h3 class="blog-title-v3">
  2636.                                <a href="/will-the-all-blacks-rediscover-their-magic-in-the-upcoming-matches/" >
  2637.                                Will the All Blacks rediscover their magic in the upcoming matches?
  2638.                                </a>
  2639.                            </h3>
  2640.                            <div class="blog-meta-v3">
  2641.                                
  2642.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d992799a-ce0b-40f8-8fef-a3c2351fb395_profile.png" alt="Allen Taylor" style="object-fit: cover;" class="blog-author-img-v3">
  2643.                                
  2644.                                <span>By Allen Taylor</span>
  2645.                                <span>•</span>
  2646.                                <span>18 May 2026</span>
  2647.                            </div>
  2648.                            
  2649.                            <div class="blog-actions-v3">
  2650.                                <div class="blog-read-time-v3">
  2651.                                    <i class="far fa-clock"></i>
  2652.                                    <!-- <span>5 min read</span> -->
  2653.                                </div>
  2654.                                <a href="/will-the-all-blacks-rediscover-their-magic-in-the-upcoming-matches/"  class="blog-read-more-v3">
  2655.                                    <i class="ti-arrow-right"></i>
  2656.                                </a>
  2657.                            </div>
  2658.                        </div>
  2659.                    </div>
  2660.                    
  2661.                    <div class="blog-card-v3 scroll-reveal span-21">
  2662.                        <div class="blog-image-v3">
  2663.                            
  2664.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2665.                            
  2666.                            <div class="blog-floating-elements">
  2667.                                <div class="floating-dot"></div>
  2668.                                <div class="floating-dot"></div>
  2669.                                <div class="floating-dot"></div>
  2670.                            </div>
  2671.                            <span class="blog-category-v3 bg-primary-gradient">
  2672.                                News
  2673.                            </span>
  2674.                        </div>
  2675.                        <div class="blog-content-v3">
  2676.                            <h3 class="blog-title-v3">
  2677.                                <a href="/his-unprecedented-shadow-in-sports-hit-new-heights-in-2025-next-year-threatens-to-be-even-bigger/" >
  2678.                                His Unprecedented Shadow in Sports Hit New Heights in 2025. Next Year Threatens to Be Even Bigger.
  2679.                                </a>
  2680.                            </h3>
  2681.                            <div class="blog-meta-v3">
  2682.                                
  2683.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d992799a-ce0b-40f8-8fef-a3c2351fb395_profile.png" alt="Allen Taylor" style="object-fit: cover;" class="blog-author-img-v3">
  2684.                                
  2685.                                <span>By Allen Taylor</span>
  2686.                                <span>•</span>
  2687.                                <span>18 May 2026</span>
  2688.                            </div>
  2689.                            
  2690.                            <div class="blog-actions-v3">
  2691.                                <div class="blog-read-time-v3">
  2692.                                    <i class="far fa-clock"></i>
  2693.                                    <!-- <span>5 min read</span> -->
  2694.                                </div>
  2695.                                <a href="/his-unprecedented-shadow-in-sports-hit-new-heights-in-2025-next-year-threatens-to-be-even-bigger/"  class="blog-read-more-v3">
  2696.                                    <i class="ti-arrow-right"></i>
  2697.                                </a>
  2698.                            </div>
  2699.                        </div>
  2700.                    </div>
  2701.                    
  2702.                    <div class="blog-card-v3 scroll-reveal span-22">
  2703.                        <div class="blog-image-v3">
  2704.                            
  2705.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2706.                            
  2707.                            <div class="blog-floating-elements">
  2708.                                <div class="floating-dot"></div>
  2709.                                <div class="floating-dot"></div>
  2710.                                <div class="floating-dot"></div>
  2711.                            </div>
  2712.                            <span class="blog-category-v3 bg-primary-gradient">
  2713.                                News
  2714.                            </span>
  2715.                        </div>
  2716.                        <div class="blog-content-v3">
  2717.                            <h3 class="blog-title-v3">
  2718.                                <a href="/over-60000-flee-sudans-city-after-seizure-by-rapid-support-forces-paramilitary-group-un-says/" >
  2719.                                Over 60,000 Flee Sudan&#x27;s City After Seizure by Rapid Support Forces Paramilitary Group, UN Says
  2720.                                </a>
  2721.                            </h3>
  2722.                            <div class="blog-meta-v3">
  2723.                                
  2724.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d992799a-ce0b-40f8-8fef-a3c2351fb395_profile.png" alt="Allen Taylor" style="object-fit: cover;" class="blog-author-img-v3">
  2725.                                
  2726.                                <span>By Allen Taylor</span>
  2727.                                <span>•</span>
  2728.                                <span>17 May 2026</span>
  2729.                            </div>
  2730.                            
  2731.                            <div class="blog-actions-v3">
  2732.                                <div class="blog-read-time-v3">
  2733.                                    <i class="far fa-clock"></i>
  2734.                                    <!-- <span>5 min read</span> -->
  2735.                                </div>
  2736.                                <a href="/over-60000-flee-sudans-city-after-seizure-by-rapid-support-forces-paramilitary-group-un-says/"  class="blog-read-more-v3">
  2737.                                    <i class="ti-arrow-right"></i>
  2738.                                </a>
  2739.                            </div>
  2740.                        </div>
  2741.                    </div>
  2742.                    
  2743.                    <div class="blog-card-v3 scroll-reveal span-21">
  2744.                        <div class="blog-image-v3">
  2745.                            
  2746.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2747.                            
  2748.                            <div class="blog-floating-elements">
  2749.                                <div class="floating-dot"></div>
  2750.                                <div class="floating-dot"></div>
  2751.                                <div class="floating-dot"></div>
  2752.                            </div>
  2753.                            <span class="blog-category-v3 bg-primary-gradient">
  2754.                                News
  2755.                            </span>
  2756.                        </div>
  2757.                        <div class="blog-content-v3">
  2758.                            <h3 class="blog-title-v3">
  2759.                                <a href="/work-out-as-you-are-working-10-muscle-toning-office-workouts-you-can-do-in-everyday-attire/" >
  2760.                                Work out as you are working? 10 muscle-toning office workouts you can do in everyday attire
  2761.                                </a>
  2762.                            </h3>
  2763.                            <div class="blog-meta-v3">
  2764.                                
  2765.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d992799a-ce0b-40f8-8fef-a3c2351fb395_profile.png" alt="Allen Taylor" style="object-fit: cover;" class="blog-author-img-v3">
  2766.                                
  2767.                                <span>By Allen Taylor</span>
  2768.                                <span>•</span>
  2769.                                <span>17 May 2026</span>
  2770.                            </div>
  2771.                            
  2772.                            <div class="blog-actions-v3">
  2773.                                <div class="blog-read-time-v3">
  2774.                                    <i class="far fa-clock"></i>
  2775.                                    <!-- <span>5 min read</span> -->
  2776.                                </div>
  2777.                                <a href="/work-out-as-you-are-working-10-muscle-toning-office-workouts-you-can-do-in-everyday-attire/"  class="blog-read-more-v3">
  2778.                                    <i class="ti-arrow-right"></i>
  2779.                                </a>
  2780.                            </div>
  2781.                        </div>
  2782.                    </div>
  2783.                    
  2784.                    <div class="blog-card-v3 scroll-reveal span-22">
  2785.                        <div class="blog-image-v3">
  2786.                            
  2787.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2788.                            
  2789.                            <div class="blog-floating-elements">
  2790.                                <div class="floating-dot"></div>
  2791.                                <div class="floating-dot"></div>
  2792.                                <div class="floating-dot"></div>
  2793.                            </div>
  2794.                            <span class="blog-category-v3 bg-primary-gradient">
  2795.                                News
  2796.                            </span>
  2797.                        </div>
  2798.                        <div class="blog-content-v3">
  2799.                            <h3 class="blog-title-v3">
  2800.                                <a href="/anno-117-pax-romanas-hidden-gem-turns-out-to-be-a-breathtaking-first-person-mode/" >
  2801.                                Anno 117: Pax Romana&#x27;s Hidden Gem Turns Out to Be a Breathtaking First-Person Mode.
  2802.                                </a>
  2803.                            </h3>
  2804.                            <div class="blog-meta-v3">
  2805.                                
  2806.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d992799a-ce0b-40f8-8fef-a3c2351fb395_profile.png" alt="Allen Taylor" style="object-fit: cover;" class="blog-author-img-v3">
  2807.                                
  2808.                                <span>By Allen Taylor</span>
  2809.                                <span>•</span>
  2810.                                <span>17 May 2026</span>
  2811.                            </div>
  2812.                            
  2813.                            <div class="blog-actions-v3">
  2814.                                <div class="blog-read-time-v3">
  2815.                                    <i class="far fa-clock"></i>
  2816.                                    <!-- <span>5 min read</span> -->
  2817.                                </div>
  2818.                                <a href="/anno-117-pax-romanas-hidden-gem-turns-out-to-be-a-breathtaking-first-person-mode/"  class="blog-read-more-v3">
  2819.                                    <i class="ti-arrow-right"></i>
  2820.                                </a>
  2821.                            </div>
  2822.                        </div>
  2823.                    </div>
  2824.                    
  2825.                    <div class="blog-card-v3 scroll-reveal span-21">
  2826.                        <div class="blog-image-v3">
  2827.                            
  2828.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2829.                            
  2830.                            <div class="blog-floating-elements">
  2831.                                <div class="floating-dot"></div>
  2832.                                <div class="floating-dot"></div>
  2833.                                <div class="floating-dot"></div>
  2834.                            </div>
  2835.                            <span class="blog-category-v3 bg-primary-gradient">
  2836.                                News
  2837.                            </span>
  2838.                        </div>
  2839.                        <div class="blog-content-v3">
  2840.                            <h3 class="blog-title-v3">
  2841.                                <a href="/us-president-donald-trump-says-for-the-most-part-parties-are-aligned-on-next-stages-of-peace-deal-in-gaza/" >
  2842.                                US President Donald Trump Says &#x27;For the Most Part, Parties Are Aligned&#x27; on Next Stages of Peace Deal in Gaza
  2843.                                </a>
  2844.                            </h3>
  2845.                            <div class="blog-meta-v3">
  2846.                                
  2847.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d992799a-ce0b-40f8-8fef-a3c2351fb395_profile.png" alt="Allen Taylor" style="object-fit: cover;" class="blog-author-img-v3">
  2848.                                
  2849.                                <span>By Allen Taylor</span>
  2850.                                <span>•</span>
  2851.                                <span>17 May 2026</span>
  2852.                            </div>
  2853.                            
  2854.                            <div class="blog-actions-v3">
  2855.                                <div class="blog-read-time-v3">
  2856.                                    <i class="far fa-clock"></i>
  2857.                                    <!-- <span>5 min read</span> -->
  2858.                                </div>
  2859.                                <a href="/us-president-donald-trump-says-for-the-most-part-parties-are-aligned-on-next-stages-of-peace-deal-in-gaza/"  class="blog-read-more-v3">
  2860.                                    <i class="ti-arrow-right"></i>
  2861.                                </a>
  2862.                            </div>
  2863.                        </div>
  2864.                    </div>
  2865.                    
  2866.                    <div class="blog-card-v3 scroll-reveal span-22">
  2867.                        <div class="blog-image-v3">
  2868.                            
  2869.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2870.                            
  2871.                            <div class="blog-floating-elements">
  2872.                                <div class="floating-dot"></div>
  2873.                                <div class="floating-dot"></div>
  2874.                                <div class="floating-dot"></div>
  2875.                            </div>
  2876.                            <span class="blog-category-v3 bg-primary-gradient">
  2877.                                News
  2878.                            </span>
  2879.                        </div>
  2880.                        <div class="blog-content-v3">
  2881.                            <h3 class="blog-title-v3">
  2882.                                <a href="/i-want-to-ride-out-on-a-unicorn-every-night-fantasy-themed-metal-band-castle-rat/" >
  2883.                                â€˜I Want to Ride Out on a Unicorn Every Night’: Fantasy-Themed Metal Band Castle Rat
  2884.                                </a>
  2885.                            </h3>
  2886.                            <div class="blog-meta-v3">
  2887.                                
  2888.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d992799a-ce0b-40f8-8fef-a3c2351fb395_profile.png" alt="Allen Taylor" style="object-fit: cover;" class="blog-author-img-v3">
  2889.                                
  2890.                                <span>By Allen Taylor</span>
  2891.                                <span>•</span>
  2892.                                <span>17 May 2026</span>
  2893.                            </div>
  2894.                            
  2895.                            <div class="blog-actions-v3">
  2896.                                <div class="blog-read-time-v3">
  2897.                                    <i class="far fa-clock"></i>
  2898.                                    <!-- <span>5 min read</span> -->
  2899.                                </div>
  2900.                                <a href="/i-want-to-ride-out-on-a-unicorn-every-night-fantasy-themed-metal-band-castle-rat/"  class="blog-read-more-v3">
  2901.                                    <i class="ti-arrow-right"></i>
  2902.                                </a>
  2903.                            </div>
  2904.                        </div>
  2905.                    </div>
  2906.                    
  2907.                    <div class="blog-card-v3 scroll-reveal span-21">
  2908.                        <div class="blog-image-v3">
  2909.                            
  2910.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2911.                            
  2912.                            <div class="blog-floating-elements">
  2913.                                <div class="floating-dot"></div>
  2914.                                <div class="floating-dot"></div>
  2915.                                <div class="floating-dot"></div>
  2916.                            </div>
  2917.                            <span class="blog-category-v3 bg-primary-gradient">
  2918.                                News
  2919.                            </span>
  2920.                        </div>
  2921.                        <div class="blog-content-v3">
  2922.                            <h3 class="blog-title-v3">
  2923.                                <a href="/swiss-ski-resort-blaze-survivors-receive-care-in-specialist-clinics-throughout-the-continent/" >
  2924.                                Swiss Ski Resort Blaze Survivors Receive Care in Specialist Clinics Throughout the Continent
  2925.                                </a>
  2926.                            </h3>
  2927.                            <div class="blog-meta-v3">
  2928.                                
  2929.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d992799a-ce0b-40f8-8fef-a3c2351fb395_profile.png" alt="Allen Taylor" style="object-fit: cover;" class="blog-author-img-v3">
  2930.                                
  2931.                                <span>By Allen Taylor</span>
  2932.                                <span>•</span>
  2933.                                <span>17 May 2026</span>
  2934.                            </div>
  2935.                            
  2936.                            <div class="blog-actions-v3">
  2937.                                <div class="blog-read-time-v3">
  2938.                                    <i class="far fa-clock"></i>
  2939.                                    <!-- <span>5 min read</span> -->
  2940.                                </div>
  2941.                                <a href="/swiss-ski-resort-blaze-survivors-receive-care-in-specialist-clinics-throughout-the-continent/"  class="blog-read-more-v3">
  2942.                                    <i class="ti-arrow-right"></i>
  2943.                                </a>
  2944.                            </div>
  2945.                        </div>
  2946.                    </div>
  2947.                    
  2948.                    <div class="blog-card-v3 scroll-reveal span-22">
  2949.                        <div class="blog-image-v3">
  2950.                            
  2951.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2952.                            
  2953.                            <div class="blog-floating-elements">
  2954.                                <div class="floating-dot"></div>
  2955.                                <div class="floating-dot"></div>
  2956.                                <div class="floating-dot"></div>
  2957.                            </div>
  2958.                            <span class="blog-category-v3 bg-primary-gradient">
  2959.                                News
  2960.                            </span>
  2961.                        </div>
  2962.                        <div class="blog-content-v3">
  2963.                            <h3 class="blog-title-v3">
  2964.                                <a href="/queens-acknowledge-leaders-as-trump-gives-mamdani-a-warm-reception/" >
  2965.                                Queens Acknowledge Leaders as Trump Gives Mamdani a Warm Reception
  2966.                                </a>
  2967.                            </h3>
  2968.                            <div class="blog-meta-v3">
  2969.                                
  2970.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d992799a-ce0b-40f8-8fef-a3c2351fb395_profile.png" alt="Allen Taylor" style="object-fit: cover;" class="blog-author-img-v3">
  2971.                                
  2972.                                <span>By Allen Taylor</span>
  2973.                                <span>•</span>
  2974.                                <span>17 May 2026</span>
  2975.                            </div>
  2976.                            
  2977.                            <div class="blog-actions-v3">
  2978.                                <div class="blog-read-time-v3">
  2979.                                    <i class="far fa-clock"></i>
  2980.                                    <!-- <span>5 min read</span> -->
  2981.                                </div>
  2982.                                <a href="/queens-acknowledge-leaders-as-trump-gives-mamdani-a-warm-reception/"  class="blog-read-more-v3">
  2983.                                    <i class="ti-arrow-right"></i>
  2984.                                </a>
  2985.                            </div>
  2986.                        </div>
  2987.                    </div>
  2988.                    
  2989.                    <div class="blog-card-v3 scroll-reveal span-21">
  2990.                        <div class="blog-image-v3">
  2991.                            
  2992.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2993.                            
  2994.                            <div class="blog-floating-elements">
  2995.                                <div class="floating-dot"></div>
  2996.                                <div class="floating-dot"></div>
  2997.                                <div class="floating-dot"></div>
  2998.                            </div>
  2999.                            <span class="blog-category-v3 bg-primary-gradient">
  3000.                                News
  3001.                            </span>
  3002.                        </div>
  3003.                        <div class="blog-content-v3">
  3004.                            <h3 class="blog-title-v3">
  3005.                                <a href="/a-decade-long-liaison-by-erin-somers-a-midlife-infidelity-tale-this-era-has-earned/" >
  3006.                                A Decade-Long Liaison by Erin Somers: A Midlife Infidelity Tale This Era Has Earned.
  3007.                                </a>
  3008.                            </h3>
  3009.                            <div class="blog-meta-v3">
  3010.                                
  3011.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d992799a-ce0b-40f8-8fef-a3c2351fb395_profile.png" alt="Allen Taylor" style="object-fit: cover;" class="blog-author-img-v3">
  3012.                                
  3013.                                <span>By Allen Taylor</span>
  3014.                                <span>•</span>
  3015.                                <span>16 May 2026</span>
  3016.                            </div>
  3017.                            
  3018.                            <div class="blog-actions-v3">
  3019.                                <div class="blog-read-time-v3">
  3020.                                    <i class="far fa-clock"></i>
  3021.                                    <!-- <span>5 min read</span> -->
  3022.                                </div>
  3023.                                <a href="/a-decade-long-liaison-by-erin-somers-a-midlife-infidelity-tale-this-era-has-earned/"  class="blog-read-more-v3">
  3024.                                    <i class="ti-arrow-right"></i>
  3025.                                </a>
  3026.                            </div>
  3027.                        </div>
  3028.                    </div>
  3029.                    
  3030.                    <div class="blog-card-v3 scroll-reveal span-22">
  3031.                        <div class="blog-image-v3">
  3032.                            
  3033.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3034.                            
  3035.                            <div class="blog-floating-elements">
  3036.                                <div class="floating-dot"></div>
  3037.                                <div class="floating-dot"></div>
  3038.                                <div class="floating-dot"></div>
  3039.                            </div>
  3040.                            <span class="blog-category-v3 bg-primary-gradient">
  3041.                                News
  3042.                            </span>
  3043.                        </div>
  3044.                        <div class="blog-content-v3">
  3045.                            <h3 class="blog-title-v3">
  3046.                                <a href="/president-zelensky-declares-the-nation-was-ten-percent-off-from-peace-yet-not-at-any-cost/" >
  3047.                                President Zelensky Declares The Nation Was Ten Percent Off from Peace, Yet Not at Any Cost
  3048.                                </a>
  3049.                            </h3>
  3050.                            <div class="blog-meta-v3">
  3051.                                
  3052.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d992799a-ce0b-40f8-8fef-a3c2351fb395_profile.png" alt="Allen Taylor" style="object-fit: cover;" class="blog-author-img-v3">
  3053.                                
  3054.                                <span>By Allen Taylor</span>
  3055.                                <span>•</span>
  3056.                                <span>16 May 2026</span>
  3057.                            </div>
  3058.                            
  3059.                            <div class="blog-actions-v3">
  3060.                                <div class="blog-read-time-v3">
  3061.                                    <i class="far fa-clock"></i>
  3062.                                    <!-- <span>5 min read</span> -->
  3063.                                </div>
  3064.                                <a href="/president-zelensky-declares-the-nation-was-ten-percent-off-from-peace-yet-not-at-any-cost/"  class="blog-read-more-v3">
  3065.                                    <i class="ti-arrow-right"></i>
  3066.                                </a>
  3067.                            </div>
  3068.                        </div>
  3069.                    </div>
  3070.                    
  3071.                    
  3072.  
  3073.                </div>
  3074.            </div>
  3075.            
  3076.               <div class="col col-lg-4 col-12">
  3077.                
  3078.  
  3079.  
  3080.  
  3081.    
  3082.  
  3083.  
  3084. <!-- Blog Sidebar V2 - Focused Design -->
  3085.  <div class="sidebar mb-3">
  3086.    <!-- Recent Posts Section -->
  3087.    <div class="sidebar-widget mb-4">
  3088.      <div class="widget-title-wrapper mb-3">
  3089.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  3090.          <i class="ti-time me-2"></i>Recent Posts
  3091.          <span class="title-arrow-primary"></span>
  3092.        </h4>
  3093.      </div>
  3094.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3095.        <div class="recent-post-list">
  3096.          
  3097.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3098.            <div class="post-image me-3 flex-shrink-0 position-relative">
  3099.                
  3100.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  3101.                
  3102.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  3103.            </div>
  3104.            <div class="post-content flex-grow-1">
  3105.              <h6 class="post-title mb-2">
  3106.                 <a href="/the-new-animated-series-opening-sequence-selected-the-wrong-critical-role-song/" class="text-decoration-none top-color fw-semibold lh-sm">
  3107.                                            The New Animated Series&#x27; Opening Sequence Selected the Wrong Critical Role Song
  3108.                                            </a>
  3109.              </h6>
  3110.              <div class="post-meta mb-3">
  3111.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  3112.                <!-- <small class="text-muted">
  3113.                  <i class="ti-eye me-1"></i>348 views
  3114.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  3115.                </small> -->
  3116.              </div>
  3117.            </div>
  3118.          </div>
  3119.          
  3120.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3121.            <div class="post-image me-3 flex-shrink-0 position-relative">
  3122.                
  3123.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  3124.                
  3125.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  3126.            </div>
  3127.            <div class="post-content flex-grow-1">
  3128.              <h6 class="post-title mb-2">
  3129.                 <a href="/leadership-changes-international-tensions-absent-media-major-threats-to-climate-progress-that-plagued-climate-summit/" class="text-decoration-none top-color fw-semibold lh-sm">
  3130.                                            Leadership Changes, International Tensions, Absent Media: Major Threats to Climate Progress That Plagued Climate Summit
  3131.                                            </a>
  3132.              </h6>
  3133.              <div class="post-meta mb-3">
  3134.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  3135.                <!-- <small class="text-muted">
  3136.                  <i class="ti-eye me-1"></i>348 views
  3137.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  3138.                </small> -->
  3139.              </div>
  3140.            </div>
  3141.          </div>
  3142.          
  3143.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3144.            <div class="post-image me-3 flex-shrink-0 position-relative">
  3145.                
  3146.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  3147.                
  3148.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  3149.            </div>
  3150.            <div class="post-content flex-grow-1">
  3151.              <h6 class="post-title mb-2">
  3152.                 <a href="/snap-payments-scheduled-to-cease-for-41-million-amid-ongoing-us-government-shutdown/" class="text-decoration-none top-color fw-semibold lh-sm">
  3153.                                            SNAP Payments Scheduled to Cease for 41 Million Amid Ongoing US Government Shutdown
  3154.                                            </a>
  3155.              </h6>
  3156.              <div class="post-meta mb-3">
  3157.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  3158.                <!-- <small class="text-muted">
  3159.                  <i class="ti-eye me-1"></i>348 views
  3160.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  3161.                </small> -->
  3162.              </div>
  3163.            </div>
  3164.          </div>
  3165.          
  3166.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3167.            <div class="post-image me-3 flex-shrink-0 position-relative">
  3168.                
  3169.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  3170.                
  3171.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  3172.            </div>
  3173.            <div class="post-content flex-grow-1">
  3174.              <h6 class="post-title mb-2">
  3175.                 <a href="/loss-hits-as-individual-dies-after-water-rescue-off-british-coast/" class="text-decoration-none top-color fw-semibold lh-sm">
  3176.                                            Loss Hits as Individual Dies After Water Rescue Off British Coast
  3177.                                            </a>
  3178.              </h6>
  3179.              <div class="post-meta mb-3">
  3180.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  3181.                <!-- <small class="text-muted">
  3182.                  <i class="ti-eye me-1"></i>348 views
  3183.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  3184.                </small> -->
  3185.              </div>
  3186.            </div>
  3187.          </div>
  3188.          
  3189.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3190.            <div class="post-image me-3 flex-shrink-0 position-relative">
  3191.                
  3192.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  3193.                
  3194.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  3195.            </div>
  3196.            <div class="post-content flex-grow-1">
  3197.              <h6 class="post-title mb-2">
  3198.                 <a href="/pm-hails-a-proud-day-as-esafety-commissioner-forecasts-globe-will-follow-our-lead/" class="text-decoration-none top-color fw-semibold lh-sm">
  3199.                                            PM Hails a &#x27;Proud Day&#x27; as eSafety Commissioner Forecasts &#x27;Globe Will Follow Our Lead&#x27;.
  3200.                                            </a>
  3201.              </h6>
  3202.              <div class="post-meta mb-3">
  3203.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  3204.                <!-- <small class="text-muted">
  3205.                  <i class="ti-eye me-1"></i>348 views
  3206.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  3207.                </small> -->
  3208.              </div>
  3209.            </div>
  3210.          </div>
  3211.          
  3212.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3213.            <div class="post-image me-3 flex-shrink-0 position-relative">
  3214.                
  3215.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  3216.                
  3217.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  3218.            </div>
  3219.            <div class="post-content flex-grow-1">
  3220.              <h6 class="post-title mb-2">
  3221.                 <a href="/new-york-city-mayor-eric-adams-to-endorse-former-governor-andrew-cuomo-in-new-york-city-mayoral-race/" class="text-decoration-none top-color fw-semibold lh-sm">
  3222.                                            New York City Mayor Eric Adams to Endorse Former Governor Andrew Cuomo in New York City Mayoral Race
  3223.                                            </a>
  3224.              </h6>
  3225.              <div class="post-meta mb-3">
  3226.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  3227.                <!-- <small class="text-muted">
  3228.                  <i class="ti-eye me-1"></i>348 views
  3229.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  3230.                </small> -->
  3231.              </div>
  3232.            </div>
  3233.          </div>
  3234.          
  3235.  
  3236.        </div>
  3237.  
  3238.        <div class="text-center mt-4 pt-3 border-top border-light">
  3239.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  3240.        </div>
  3241.      </div>
  3242.    </div>
  3243.  
  3244.    
  3245.    <div class="sidebar-widget mb-4">
  3246.      <div class="widget-title-wrapper mb-3">
  3247.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3248.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  3249.          <span class="title-arrow"></span>
  3250.        </h4>
  3251.      </div>
  3252.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3253.        <div class="blog-roll-list scrollable-sidebar">
  3254.          
  3255.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3256.            <a href="https://www.gameshub.com/uk/online-casinos/non-gamstop-casinos/" rel="dofollow" class="text-decoration-none ">
  3257.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3258.                <i class="ti-angle-right me-2 text-primary"></i>
  3259.                casino not on gamstop
  3260.              </h6>
  3261.            </a>
  3262.          </div>
  3263.          
  3264.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3265.            <a href="https://www.summerhall.co.uk/" rel="dofollow" class="text-decoration-none ">
  3266.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3267.                <i class="ti-angle-right me-2 text-primary"></i>
  3268.                non gamstop casinos uk
  3269.              </h6>
  3270.            </a>
  3271.          </div>
  3272.          
  3273.      </div>
  3274.    </div>
  3275.    
  3276.    <div class="sidebar-widget mb-4">
  3277.      <div class="widget-title-wrapper mb-3">
  3278.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3279.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  3280.          <span class="title-arrow"></span>
  3281.        </h4>
  3282.      </div>
  3283.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3284.        <div class="blog-roll-list scrollable-sidebar">
  3285.          
  3286.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3287.            <a href="https://twinsuk.co.uk" rel="dofollow" class="text-decoration-none ">
  3288.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3289.                <i class="ti-angle-right me-2 text-primary"></i>
  3290.                online casinos not on GamStop
  3291.              </h6>
  3292.            </a>
  3293.          </div>
  3294.          
  3295.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3296.            <a href="https://cobdenchambers.co.uk/" rel="dofollow" class="text-decoration-none ">
  3297.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3298.                <i class="ti-angle-right me-2 text-primary"></i>
  3299.                european casinos online
  3300.              </h6>
  3301.            </a>
  3302.          </div>
  3303.          
  3304.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3305.            <a href="https://bottlebling.co.uk/" rel="dofollow" class="text-decoration-none ">
  3306.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3307.                <i class="ti-angle-right me-2 text-primary"></i>
  3308.                best online casino
  3309.              </h6>
  3310.            </a>
  3311.          </div>
  3312.          
  3313.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3314.            <a href="https://www.roadpeace.org/" rel="dofollow" class="text-decoration-none ">
  3315.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3316.                <i class="ti-angle-right me-2 text-primary"></i>
  3317.                non gamstop casino
  3318.              </h6>
  3319.            </a>
  3320.          </div>
  3321.          
  3322.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3323.            <a href="https://heyimhome.co.uk/" rel="dofollow" class="text-decoration-none ">
  3324.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3325.                <i class="ti-angle-right me-2 text-primary"></i>
  3326.                online casinos
  3327.              </h6>
  3328.            </a>
  3329.          </div>
  3330.          
  3331.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3332.            <a href="https://www.impact-awards.co.uk" rel="dofollow" class="text-decoration-none ">
  3333.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3334.                <i class="ti-angle-right me-2 text-primary"></i>
  3335.                online casinos
  3336.              </h6>
  3337.            </a>
  3338.          </div>
  3339.          
  3340.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3341.            <a href="https://unbound.co.uk/" rel="dofollow" class="text-decoration-none ">
  3342.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3343.                <i class="ti-angle-right me-2 text-primary"></i>
  3344.                casinos not on gamstop
  3345.              </h6>
  3346.            </a>
  3347.          </div>
  3348.          
  3349.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3350.            <a href="https://www.citytosea.org.uk/" rel="dofollow" class="text-decoration-none ">
  3351.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3352.                <i class="ti-angle-right me-2 text-primary"></i>
  3353.                casinos not on gamstop
  3354.              </h6>
  3355.            </a>
  3356.          </div>
  3357.          
  3358.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3359.            <a href="https://www.cca-glasgow.com/" rel="dofollow" class="text-decoration-none ">
  3360.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3361.                <i class="ti-angle-right me-2 text-primary"></i>
  3362.                non gamstop casino
  3363.              </h6>
  3364.            </a>
  3365.          </div>
  3366.          
  3367.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3368.            <a href="https://www.homeworkworkspace.com" rel="dofollow" class="text-decoration-none ">
  3369.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3370.                <i class="ti-angle-right me-2 text-primary"></i>
  3371.                casinos not on GamStop
  3372.              </h6>
  3373.            </a>
  3374.          </div>
  3375.          
  3376.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3377.            <a href="https://www.llancaiachfawr.co.uk/" rel="dofollow" class="text-decoration-none ">
  3378.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3379.                <i class="ti-angle-right me-2 text-primary"></i>
  3380.                online casino
  3381.              </h6>
  3382.            </a>
  3383.          </div>
  3384.          
  3385.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3386.            <a href="https://www.fourpure.com/" rel="dofollow" class="text-decoration-none ">
  3387.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3388.                <i class="ti-angle-right me-2 text-primary"></i>
  3389.                non GamStop casinos
  3390.              </h6>
  3391.            </a>
  3392.          </div>
  3393.          
  3394.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3395.            <a href="https://www.wildandgame.co.uk" rel="dofollow" class="text-decoration-none ">
  3396.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3397.                <i class="ti-angle-right me-2 text-primary"></i>
  3398.                casino not on GamStop
  3399.              </h6>
  3400.            </a>
  3401.          </div>
  3402.          
  3403.      </div>
  3404.    </div>
  3405.    
  3406.    <div class="sidebar-widget mb-4">
  3407.      <div class="widget-title-wrapper mb-3">
  3408.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3409.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  3410.          <span class="title-arrow"></span>
  3411.        </h4>
  3412.      </div>
  3413.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3414.        <div class="blog-roll-list scrollable-sidebar">
  3415.          
  3416.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3417.            <a href="https://letsmush.com/" rel="dofollow" class="text-decoration-none ">
  3418.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3419.                <i class="ti-angle-right me-2 text-primary"></i>
  3420.                online casino not on GamStop
  3421.              </h6>
  3422.            </a>
  3423.          </div>
  3424.          
  3425.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3426.            <a href="https://www.ginspa.co.uk/" rel="dofollow" class="text-decoration-none ">
  3427.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3428.                <i class="ti-angle-right me-2 text-primary"></i>
  3429.                best non GamStop casinos
  3430.              </h6>
  3431.            </a>
  3432.          </div>
  3433.          
  3434.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3435.            <a href="https://www.covent-garden.co.uk/" rel="dofollow" class="text-decoration-none ">
  3436.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3437.                <i class="ti-angle-right me-2 text-primary"></i>
  3438.                non GamStop sites
  3439.              </h6>
  3440.            </a>
  3441.          </div>
  3442.          
  3443.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3444.            <a href="https://socialeatinghouse.com/" rel="dofollow" class="text-decoration-none ">
  3445.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3446.                <i class="ti-angle-right me-2 text-primary"></i>
  3447.                online casinos
  3448.              </h6>
  3449.            </a>
  3450.          </div>
  3451.          
  3452.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3453.            <a href="https://www.patients4nhs.org.uk/" rel="dofollow" class="text-decoration-none ">
  3454.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3455.                <i class="ti-angle-right me-2 text-primary"></i>
  3456.                online casino not on GamStop
  3457.              </h6>
  3458.            </a>
  3459.          </div>
  3460.          
  3461.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3462.            <a href="https://www.open-money.co.uk/" rel="dofollow" class="text-decoration-none ">
  3463.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3464.                <i class="ti-angle-right me-2 text-primary"></i>
  3465.                UK casinos not on GamStop
  3466.              </h6>
  3467.            </a>
  3468.          </div>
  3469.          
  3470.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3471.            <a href="https://www.cranleyclinic.com/" rel="dofollow" class="text-decoration-none ">
  3472.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3473.                <i class="ti-angle-right me-2 text-primary"></i>
  3474.                casino not on GamStop
  3475.              </h6>
  3476.            </a>
  3477.          </div>
  3478.          
  3479.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3480.            <a href="https://www.durhamminers.org/" rel="dofollow" class="text-decoration-none ">
  3481.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3482.                <i class="ti-angle-right me-2 text-primary"></i>
  3483.                online casinos not on GamStop
  3484.              </h6>
  3485.            </a>
  3486.          </div>
  3487.          
  3488.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3489.            <a href="https://www.patients4nhs.org.uk/" rel="dofollow" class="text-decoration-none ">
  3490.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3491.                <i class="ti-angle-right me-2 text-primary"></i>
  3492.                non GamStop casino
  3493.              </h6>
  3494.            </a>
  3495.          </div>
  3496.          
  3497.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3498.            <a href="https://socialeatinghouse.com/" rel="dofollow" class="text-decoration-none ">
  3499.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3500.                <i class="ti-angle-right me-2 text-primary"></i>
  3501.                online casinos not on GamStop
  3502.              </h6>
  3503.            </a>
  3504.          </div>
  3505.          
  3506.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3507.            <a href="https://www.falconryforum.co.uk/" rel="dofollow" class="text-decoration-none ">
  3508.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3509.                <i class="ti-angle-right me-2 text-primary"></i>
  3510.                non gamstop casinos
  3511.              </h6>
  3512.            </a>
  3513.          </div>
  3514.          
  3515.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3516.            <a href="https://www.kysty.co.uk/" rel="dofollow" class="text-decoration-none ">
  3517.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3518.                <i class="ti-angle-right me-2 text-primary"></i>
  3519.                casinos not on GamStop
  3520.              </h6>
  3521.            </a>
  3522.          </div>
  3523.          
  3524.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3525.            <a href="https://knightsof.media/" rel="dofollow" class="text-decoration-none ">
  3526.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3527.                <i class="ti-angle-right me-2 text-primary"></i>
  3528.                casinos not on gamstop
  3529.              </h6>
  3530.            </a>
  3531.          </div>
  3532.          
  3533.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3534.            <a href="https://www.adviza.org.uk/" rel="dofollow" class="text-decoration-none ">
  3535.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3536.                <i class="ti-angle-right me-2 text-primary"></i>
  3537.                casinos not on GamStop
  3538.              </h6>
  3539.            </a>
  3540.          </div>
  3541.          
  3542.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3543.            <a href="https://fortwilliamworldcup.co.uk/" rel="dofollow" class="text-decoration-none ">
  3544.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3545.                <i class="ti-angle-right me-2 text-primary"></i>
  3546.                slots not on GamStop
  3547.              </h6>
  3548.            </a>
  3549.          </div>
  3550.          
  3551.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3552.            <a href="https://www.movewise.co.uk/" rel="dofollow" class="text-decoration-none ">
  3553.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3554.                <i class="ti-angle-right me-2 text-primary"></i>
  3555.                best casino sites
  3556.              </h6>
  3557.            </a>
  3558.          </div>
  3559.          
  3560.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3561.            <a href="https://www.nativerestaurant.co.uk/" rel="dofollow" class="text-decoration-none ">
  3562.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3563.                <i class="ti-angle-right me-2 text-primary"></i>
  3564.                casinos not on GamStop
  3565.              </h6>
  3566.            </a>
  3567.          </div>
  3568.          
  3569.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3570.            <a href="https://www.thekarczma.co.uk/" rel="dofollow" class="text-decoration-none ">
  3571.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3572.                <i class="ti-angle-right me-2 text-primary"></i>
  3573.                Non UK Licensed Casinos
  3574.              </h6>
  3575.            </a>
  3576.          </div>
  3577.          
  3578.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3579.            <a href="https://www.stamina.org.uk/" rel="dofollow" class="text-decoration-none ">
  3580.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3581.                <i class="ti-angle-right me-2 text-primary"></i>
  3582.                Non GamStop Casinos
  3583.              </h6>
  3584.            </a>
  3585.          </div>
  3586.          
  3587.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3588.            <a href="https://www.nordicresearchnetwork.co.uk/" rel="dofollow" class="text-decoration-none ">
  3589.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3590.                <i class="ti-angle-right me-2 text-primary"></i>
  3591.                Non UK Casino Sites
  3592.              </h6>
  3593.            </a>
  3594.          </div>
  3595.          
  3596.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3597.            <a href="https://www.techcityuk.com/" rel="dofollow" class="text-decoration-none ">
  3598.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3599.                <i class="ti-angle-right me-2 text-primary"></i>
  3600.                casino not on gamstop
  3601.              </h6>
  3602.            </a>
  3603.          </div>
  3604.          
  3605.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3606.            <a href="https://www.videogamer.com/uk/online-casinos/non-gamstop/" rel="dofollow" class="text-decoration-none ">
  3607.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3608.                <i class="ti-angle-right me-2 text-primary"></i>
  3609.                casino not on gamstop
  3610.              </h6>
  3611.            </a>
  3612.          </div>
  3613.          
  3614.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3615.            <a href="https://roadpeace.org/" rel="dofollow" class="text-decoration-none ">
  3616.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3617.                <i class="ti-angle-right me-2 text-primary"></i>
  3618.                online casino
  3619.              </h6>
  3620.            </a>
  3621.          </div>
  3622.          
  3623.      </div>
  3624.    </div>
  3625.    
  3626.    <div class="sidebar-widget mb-4">
  3627.      <div class="widget-title-wrapper mb-3">
  3628.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3629.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3630.          <span class="title-arrow"></span>
  3631.        </h4>
  3632.      </div>
  3633.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3634.        <div class="blog-roll-list scrollable-sidebar">
  3635.          
  3636.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3637.            <a href="https://financialservicescultureboard.org.uk/" rel="dofollow" class="text-decoration-none ">
  3638.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3639.                <i class="ti-angle-right me-2 text-primary"></i>
  3640.                sports betting crypto
  3641.              </h6>
  3642.            </a>
  3643.          </div>
  3644.          
  3645.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3646.            <a href="https://www.taysideaviation.co.uk/" rel="dofollow" class="text-decoration-none ">
  3647.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3648.                <i class="ti-angle-right me-2 text-primary"></i>
  3649.                non uk betting sites
  3650.              </h6>
  3651.            </a>
  3652.          </div>
  3653.          
  3654.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3655.            <a href="https://idolmag.co.uk/" rel="dofollow" class="text-decoration-none ">
  3656.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3657.                <i class="ti-angle-right me-2 text-primary"></i>
  3658.                best online casinos
  3659.              </h6>
  3660.            </a>
  3661.          </div>
  3662.          
  3663.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3664.            <a href="https://www.thehaven.org.uk/" rel="dofollow" class="text-decoration-none ">
  3665.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3666.                <i class="ti-angle-right me-2 text-primary"></i>
  3667.                casinos not on gamstop uk
  3668.              </h6>
  3669.            </a>
  3670.          </div>
  3671.          
  3672.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3673.            <a href="https://www.avon-tyres.co.uk/" rel="dofollow" class="text-decoration-none ">
  3674.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3675.                <i class="ti-angle-right me-2 text-primary"></i>
  3676.                non gamstop casinos uk
  3677.              </h6>
  3678.            </a>
  3679.          </div>
  3680.          
  3681.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3682.            <a href="https://pauljacques.co.uk/" rel="dofollow" class="text-decoration-none ">
  3683.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3684.                <i class="ti-angle-right me-2 text-primary"></i>
  3685.                non gamstop casinos uk
  3686.              </h6>
  3687.            </a>
  3688.          </div>
  3689.          
  3690.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3691.            <a href="https://indyonline.co.uk/" rel="dofollow" class="text-decoration-none ">
  3692.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3693.                <i class="ti-angle-right me-2 text-primary"></i>
  3694.                reputable casinos not on GamStop
  3695.              </h6>
  3696.            </a>
  3697.          </div>
  3698.          
  3699.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3700.            <a href="https://www.regionalnetworks.org.uk/" rel="dofollow" class="text-decoration-none ">
  3701.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3702.                <i class="ti-angle-right me-2 text-primary"></i>
  3703.                Independent Casinos Not on Gamstop
  3704.              </h6>
  3705.            </a>
  3706.          </div>
  3707.          
  3708.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3709.            <a href="https://oncallfire.uk/" rel="dofollow" class="text-decoration-none ">
  3710.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3711.                <i class="ti-angle-right me-2 text-primary"></i>
  3712.                Non GAMSTOP Casinos
  3713.              </h6>
  3714.            </a>
  3715.          </div>
  3716.          
  3717.      </div>
  3718.    </div>
  3719.    
  3720.  </div>
  3721.  
  3722. <!-- Sidebar V2 Styles -->
  3723. <style>
  3724.  .sidebar-widget {
  3725.    position: relative;
  3726.  }
  3727.  
  3728.  .widget-title {
  3729.    font-size: 1.1rem;
  3730.    font-weight: 700;
  3731.    display: inline-block;
  3732.    position: relative;
  3733.    z-index: 2;
  3734.    border-radius: 0;
  3735.  }
  3736.  
  3737.  /* Green arrow for August Blog Roll */
  3738.  .title-arrow::after {
  3739.    content: '';
  3740.    position: absolute;
  3741.    top: 0;
  3742.    right: -22px;
  3743.    width: 0;
  3744.    height: 0;
  3745.    border-left: 22px solid var(--bs-primary);
  3746.    border-top: 22px solid transparent;
  3747.    border-bottom: 22px solid transparent;
  3748.    z-index: 1;
  3749.  }
  3750.  
  3751.  /* Blue arrow for Recent Posts */
  3752.  .title-arrow-primary::after {
  3753.    content: '';
  3754.    position: absolute;
  3755.    top: 0;
  3756.    right: -22px;
  3757.    width: 0;
  3758.    height: 0;
  3759.    border-left: 22px solid var(--bs-primary);
  3760.    border-top: 22px solid transparent;
  3761.    border-bottom: 22px solid transparent;
  3762.    z-index: 1;
  3763.  }
  3764.  
  3765.  .widget-content {
  3766.    margin-top: -1px;
  3767.    position: relative;
  3768.    z-index: 1;
  3769.     background-color: var(--card-bg);
  3770.  }
  3771.  
  3772.  /* Blog Roll Items Hover Effects */
  3773.  .blog-roll-item:hover .blog-title {
  3774.    color: #198754 !important;
  3775.    transform: translateX(5px);
  3776.    transition: all 0.3s ease;
  3777.  }
  3778.  
  3779.  /* Recent Post Items Hover Effects */
  3780.  .recent-post-item:hover .post-title a {
  3781.    color: #0d6efd !important;
  3782.    transition: color 0.3s ease;
  3783.  }
  3784.  
  3785.  .recent-post-item:hover .post-image img {
  3786.    transform: scale(1.05);
  3787.    transition: transform 0.3s ease;
  3788.  }
  3789.  
  3790.  /* Button Hover Effects */
  3791.  .btn:hover {
  3792.    transform: translateY(-2px);
  3793.    transition: all 0.3s ease;
  3794.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3795.  }
  3796.  
  3797.  /* Badge Hover Effects */
  3798.  .badge:hover {
  3799.    transform: scale(1.05);
  3800.    transition: transform 0.3s ease;
  3801.  }
  3802.  
  3803.  @media (max-width: 991px) {
  3804.    .sidebar {
  3805.      margin-top: 3rem;
  3806.    }
  3807.  }
  3808.  
  3809.  @media (max-width: 576px) {
  3810.    .widget-title {
  3811.      font-size: 1rem;
  3812.      padding: 0.75rem 1rem !important;
  3813.    }
  3814.  
  3815.    .title-arrow::after,
  3816.    .title-arrow-primary::after {
  3817.      right: -18px;
  3818.      border-left-width: 18px;
  3819.      border-top-width: 18px;
  3820.      border-bottom-width: 18px;
  3821.    }
  3822.  
  3823.    .post-image {
  3824.      width: 70px !important;
  3825.      height: 55px !important;
  3826.    }
  3827.  
  3828.    .blog-meta {
  3829.      flex-direction: column !important;
  3830.      align-items: flex-start !important;
  3831.      gap: 0.5rem;
  3832.    }
  3833.  }
  3834. </style>
  3835.  
  3836.    
  3837.            </div>
  3838.        </div>
  3839.    </div>
  3840. </section>
  3841.  
  3842. <script>
  3843. // Enhanced Intersection Observer with staggered animations
  3844. document.addEventListener('DOMContentLoaded', function() {
  3845.    const observerOptions = {
  3846.        threshold: 0.1,
  3847.        rootMargin: '0px 0px -100px 0px'
  3848.    };
  3849.  
  3850.    const observer = new IntersectionObserver(function(entries) {
  3851.        entries.forEach(entry => {
  3852.            if (entry.isIntersecting) {
  3853.                setTimeout(() => {
  3854.                    entry.target.classList.add('revealed');
  3855.                }, 100);
  3856.            }
  3857.        });
  3858.    }, observerOptions);
  3859.  
  3860.    // Observe all scroll-reveal elements
  3861.    document.querySelectorAll('.scroll-reveal').forEach(el => {
  3862.        observer.observe(el);
  3863.    });
  3864.  
  3865.    // Add parallax effect to floating dots
  3866.    document.addEventListener('mousemove', function(e) {
  3867.        const cards = document.querySelectorAll('.blog-card-v3');
  3868.        cards.forEach(card => {
  3869.            const rect = card.getBoundingClientRect();
  3870.            const x = (e.clientX - rect.left) / rect.width;
  3871.            const y = (e.clientY - rect.top) / rect.height;
  3872.            
  3873.            const dots = card.querySelectorAll('.floating-dot');
  3874.            dots.forEach((dot, index) => {
  3875.                const moveX = (x - 0.5) * (10 + index * 5);
  3876.                const moveY = (y - 0.5) * (10 + index * 5);
  3877.                dot.style.transform = `translate(${moveX}px, ${moveY}px)`;
  3878.            });
  3879.        });
  3880.    });
  3881. });
  3882. </script>
  3883.  
  3884.    
  3885.        
  3886.        <!-- end wpo-blog-highlights-section -->
  3887.        <!-- start wpo-blog-sponsored-section -->
  3888.        
  3889.  
  3890.  
  3891.  
  3892.    
  3893.  
  3894.  
  3895.  
  3896. <style>
  3897.    .sponsored-section-v6 {
  3898.        padding: 45px 0;
  3899.        background: transparent;
  3900.    }
  3901.    
  3902.    .sponsored-card-v6 {
  3903.        background: #ffffff;
  3904.        border: 1px solid #f8f8f8;
  3905.        transition: opacity 0.3s ease;
  3906.        height: 100%;
  3907.    }
  3908.    
  3909.    .sponsored-card-v6:hover {
  3910.        opacity: 0.95;
  3911.    }
  3912.    
  3913.    .sponsored-image-v6 {
  3914.        position: relative;
  3915.        height: 170px;
  3916.    }
  3917.    
  3918.    .sponsored-image-v6 img {
  3919.        width: 100%;
  3920.        height: 100%;
  3921.        object-fit: cover;
  3922.    }
  3923.    
  3924.    .sponsored-image-v6::after {
  3925.        content: '';
  3926.        position: absolute;
  3927.        top: 0;
  3928.        left: 0;
  3929.        right: 0;
  3930.        bottom: 0;
  3931.        background: linear-gradient(to bottom, rgba(0,0,0,0.1), transparent);
  3932.    }
  3933.    
  3934.    .sponsored-badge-v6 {
  3935.        position: absolute;
  3936.        top: 10px;
  3937.        left: 10px;
  3938.        padding: 5px 12px;
  3939.        font-size: 12px;
  3940.        font-weight: 600;
  3941.        text-transform: uppercase;
  3942.        border-radius: 4px;
  3943.        box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  3944.    }
  3945.    
  3946.    .sponsored-content-v6 {
  3947.        padding: 12px;
  3948.    }
  3949.    
  3950.    .sponsored-title-v6 {
  3951.        font-size: 14px;
  3952.        font-weight: 700;
  3953.        line-height: 1.3;
  3954.        margin-bottom: 6px;
  3955.        color: #333;
  3956.    }
  3957.    
  3958.    .sponsored-title-v6 a {
  3959.        text-decoration: none;
  3960.        color: #333;
  3961.    }
  3962.    
  3963.    .sponsored-title-v6 a:hover {
  3964.        color: #fd7e14; /* Orange hover */
  3965.    }
  3966.    
  3967.    .sponsored-excerpt-v6 {
  3968.        font-size: 12px;
  3969.        font-weight: 600;
  3970.        color: #868e96;
  3971.        margin-bottom: 8px;
  3972.        line-height: 1.4;
  3973.    }
  3974.    
  3975.    .sponsored-meta-v6 {
  3976.        font-size: 11px;
  3977.        color: #6c757d;
  3978.    }
  3979.    
  3980.    .author-info-v6 {
  3981.        display: inline;
  3982.        margin-right: 10px;
  3983.    }
  3984.    
  3985.    .sponsored-author-img-v6 {
  3986.        width: 20px;
  3987.        height: 20px;
  3988.        border-radius: 50%;
  3989.        object-fit: cover;
  3990.        vertical-align: middle;
  3991.        margin-right: 4px;
  3992.    }
  3993.    
  3994.    .section-title-sponsored-v6 {
  3995.        font-size: 1.9rem;
  3996.        font-weight: 600;
  3997.        text-align: left;
  3998.        margin-bottom: 25px;
  3999.        color: #333;
  4000.        border-left: 4px solid #fd7e14;
  4001.        padding-left: 15px;
  4002.    }
  4003.  
  4004.    @media (max-width: 768px) {
  4005.        .sponsored-section-v6 {
  4006.            padding: 25px 0;
  4007.        }
  4008.        .sponsored-image-v6 {
  4009.            height: 130px;
  4010.        }
  4011.        .sponsored-content-v6 {
  4012.            padding: 10px;
  4013.        }
  4014.        .sponsored-title-v6 {
  4015.            font-size: 13px;
  4016.        }
  4017.        .sponsored-excerpt-v6 {
  4018.            font-size: 11px;
  4019.        }
  4020.        .section-title-sponsored-v6 {
  4021.            font-size: 1.6rem;
  4022.            padding-left: 10px;
  4023.        }
  4024.    }
  4025. </style>
  4026.  
  4027. <section class="sponsored-section-v6">
  4028.    <div class="container-fluid fluid-container">
  4029.        <div class="row">
  4030.            <div class="col-12">
  4031.                <h2 class="section-title-sponsored-v6">Sponsored News</h2>
  4032.            </div>
  4033.        </div>
  4034.        
  4035.        <div class="row g-3">
  4036.            
  4037.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4038.                <div class="card sponsored-card-v6">
  4039.                    <div class="sponsored-image-v6">
  4040.                        
  4041.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4042.                        
  4043.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  4044.                    </div>
  4045.                    <div class="sponsored-content-v6">
  4046.                        <h3 class="sponsored-title-v6">
  4047.                            <a href="/the-new-animated-series-opening-sequence-selected-the-wrong-critical-role-song/" >
  4048.                                            The New Animated Series&#x27; Opening Sequence Selected the Wrong Critical Role Song
  4049.                                            </a>
  4050.                        </h3>
  4051.                        <p class="sponsored-excerpt-v6">
  4052.                            
  4053.                        </p>
  4054.                        <div class="sponsored-meta-v6">
  4055.                            <span class="author-info-v6">
  4056.                                
  4057.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d992799a-ce0b-40f8-8fef-a3c2351fb395_profile.png" alt="Allen Taylor" style="object-fit: cover;" class="sponsored-author-img-v6">
  4058.                                
  4059.                               Allen Taylor
  4060.                            </span>
  4061.                            | 16 May 2026
  4062.                        </div>
  4063.                    </div>
  4064.                </div>
  4065.            </div>
  4066.            
  4067.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4068.                <div class="card sponsored-card-v6">
  4069.                    <div class="sponsored-image-v6">
  4070.                        
  4071.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4072.                        
  4073.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  4074.                    </div>
  4075.                    <div class="sponsored-content-v6">
  4076.                        <h3 class="sponsored-title-v6">
  4077.                            <a href="/leadership-changes-international-tensions-absent-media-major-threats-to-climate-progress-that-plagued-climate-summit/" >
  4078.                                            Leadership Changes, International Tensions, Absent Media: Major Threats to Climate Progress That Plagued Climate Summit
  4079.                                            </a>
  4080.                        </h3>
  4081.                        <p class="sponsored-excerpt-v6">
  4082.                            
  4083.                        </p>
  4084.                        <div class="sponsored-meta-v6">
  4085.                            <span class="author-info-v6">
  4086.                                
  4087.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d992799a-ce0b-40f8-8fef-a3c2351fb395_profile.png" alt="Allen Taylor" style="object-fit: cover;" class="sponsored-author-img-v6">
  4088.                                
  4089.                               Allen Taylor
  4090.                            </span>
  4091.                            | 16 May 2026
  4092.                        </div>
  4093.                    </div>
  4094.                </div>
  4095.            </div>
  4096.            
  4097.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4098.                <div class="card sponsored-card-v6">
  4099.                    <div class="sponsored-image-v6">
  4100.                        
  4101.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4102.                        
  4103.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  4104.                    </div>
  4105.                    <div class="sponsored-content-v6">
  4106.                        <h3 class="sponsored-title-v6">
  4107.                            <a href="/snap-payments-scheduled-to-cease-for-41-million-amid-ongoing-us-government-shutdown/" >
  4108.                                            SNAP Payments Scheduled to Cease for 41 Million Amid Ongoing US Government Shutdown
  4109.                                            </a>
  4110.                        </h3>
  4111.                        <p class="sponsored-excerpt-v6">
  4112.                            
  4113.                        </p>
  4114.                        <div class="sponsored-meta-v6">
  4115.                            <span class="author-info-v6">
  4116.                                
  4117.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d992799a-ce0b-40f8-8fef-a3c2351fb395_profile.png" alt="Allen Taylor" style="object-fit: cover;" class="sponsored-author-img-v6">
  4118.                                
  4119.                               Allen Taylor
  4120.                            </span>
  4121.                            | 16 May 2026
  4122.                        </div>
  4123.                    </div>
  4124.                </div>
  4125.            </div>
  4126.            
  4127.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4128.                <div class="card sponsored-card-v6">
  4129.                    <div class="sponsored-image-v6">
  4130.                        
  4131.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4132.                        
  4133.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  4134.                    </div>
  4135.                    <div class="sponsored-content-v6">
  4136.                        <h3 class="sponsored-title-v6">
  4137.                            <a href="/loss-hits-as-individual-dies-after-water-rescue-off-british-coast/" >
  4138.                                            Loss Hits as Individual Dies After Water Rescue Off British Coast
  4139.                                            </a>
  4140.                        </h3>
  4141.                        <p class="sponsored-excerpt-v6">
  4142.                            
  4143.                        </p>
  4144.                        <div class="sponsored-meta-v6">
  4145.                            <span class="author-info-v6">
  4146.                                
  4147.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d992799a-ce0b-40f8-8fef-a3c2351fb395_profile.png" alt="Allen Taylor" style="object-fit: cover;" class="sponsored-author-img-v6">
  4148.                                
  4149.                               Allen Taylor
  4150.                            </span>
  4151.                            | 16 May 2026
  4152.                        </div>
  4153.                    </div>
  4154.                </div>
  4155.            </div>
  4156.            
  4157.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4158.                <div class="card sponsored-card-v6">
  4159.                    <div class="sponsored-image-v6">
  4160.                        
  4161.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4162.                        
  4163.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  4164.                    </div>
  4165.                    <div class="sponsored-content-v6">
  4166.                        <h3 class="sponsored-title-v6">
  4167.                            <a href="/pm-hails-a-proud-day-as-esafety-commissioner-forecasts-globe-will-follow-our-lead/" >
  4168.                                            PM Hails a &#x27;Proud Day&#x27; as eSafety Commissioner Forecasts &#x27;Globe Will Follow Our Lead&#x27;.
  4169.                                            </a>
  4170.                        </h3>
  4171.                        <p class="sponsored-excerpt-v6">
  4172.                            
  4173.                        </p>
  4174.                        <div class="sponsored-meta-v6">
  4175.                            <span class="author-info-v6">
  4176.                                
  4177.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d992799a-ce0b-40f8-8fef-a3c2351fb395_profile.png" alt="Allen Taylor" style="object-fit: cover;" class="sponsored-author-img-v6">
  4178.                                
  4179.                               Allen Taylor
  4180.                            </span>
  4181.                            | 16 May 2026
  4182.                        </div>
  4183.                    </div>
  4184.                </div>
  4185.            </div>
  4186.            
  4187.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4188.                <div class="card sponsored-card-v6">
  4189.                    <div class="sponsored-image-v6">
  4190.                        
  4191.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4192.                        
  4193.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  4194.                    </div>
  4195.                    <div class="sponsored-content-v6">
  4196.                        <h3 class="sponsored-title-v6">
  4197.                            <a href="/new-york-city-mayor-eric-adams-to-endorse-former-governor-andrew-cuomo-in-new-york-city-mayoral-race/" >
  4198.                                            New York City Mayor Eric Adams to Endorse Former Governor Andrew Cuomo in New York City Mayoral Race
  4199.                                            </a>
  4200.                        </h3>
  4201.                        <p class="sponsored-excerpt-v6">
  4202.                            
  4203.                        </p>
  4204.                        <div class="sponsored-meta-v6">
  4205.                            <span class="author-info-v6">
  4206.                                
  4207.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d992799a-ce0b-40f8-8fef-a3c2351fb395_profile.png" alt="Allen Taylor" style="object-fit: cover;" class="sponsored-author-img-v6">
  4208.                                
  4209.                               Allen Taylor
  4210.                            </span>
  4211.                            | 16 May 2026
  4212.                        </div>
  4213.                    </div>
  4214.                </div>
  4215.            </div>
  4216.            
  4217.        </div>
  4218.    </div>
  4219. </section>
  4220.  
  4221.  
  4222.    
  4223.        <!-- end wpo-blog-sponsored-section -->
  4224.        <!-- start wpo-subscribe-section -->
  4225.        
  4226.        <!-- end subscribe-section -->
  4227.        <!-- start of wpo-site-footer-section -->
  4228.        
  4229.  
  4230.  
  4231.  
  4232.  
  4233.  
  4234. <footer class="wpo-site-footer-v2">
  4235.  <!-- Top Section - Logo & CTA -->
  4236.  <div class="footer-top-section py-3">
  4237.    <div class="container-fluid fluid-container">
  4238.      <div class="row align-items-center">
  4239.        <div class="brand-logo d-flex align-items-center justify-content-center">
  4240.          
  4241.            <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/4fa6cd08-5eab-4616-9504-6d3d2c144e2d_logo.png" alt="Daily Online UK" class="footer-logo" />
  4242.          
  4243.          <div class="brand-info">
  4244.            <h3 class="brand-title">Daily Online UK</h3>
  4245.          </div>
  4246.        </div>
  4247.      </div>
  4248.    </div>
  4249.  </div>
  4250.  
  4251.  <!-- Main Content Grid -->
  4252.  <div class="footer-main-content py-4">
  4253.    <div class="container-fluid fluid-container px-3">
  4254.      <div class="d-flex justify-content-between flex-wrap gap-3">
  4255.        <!-- Column 1: Quick Links & Top Categories -->
  4256.        <div class="">
  4257.          <div class="footer-column">
  4258.            <h5 class="column-title">Quick Links</h5>
  4259.            <ul class="footer-menu list-unstyled">
  4260.              
  4261.                <li>
  4262.                  <a class="menu-link" href="/three-game-pass-games-that-can-justify-your-membership-during-the-weekend-nov-21-23/">Three Game Pass Games That Can Justify Your Membership During the Weekend (Nov. 21-23)</a>
  4263.                </li>
  4264.              
  4265.                <li>
  4266.                  <a class="menu-link" href="/pre-ashes-banter-escalates-as-broad-labels-australian-team-the-worst-after-2010/">Pre-Ashes Banter Escalates as Broad Labels Australian Team the Worst After 2010</a>
  4267.                </li>
  4268.              
  4269.                <li>
  4270.                  <a class="menu-link" href="/stefanos-tsitsipas-contemplated-retirement-during-injury-plagued-2025-season/">Stefanos Tsitsipas Contemplated Retirement During Injury-Plagued 2025 Season</a>
  4271.                </li>
  4272.              
  4273.                <li>
  4274.                  <a class="menu-link" href="/spurs-centre-back-van-de-ven-expresses-surprise-at-ange-postecoglou-dismissal/">Spurs Centre-Back Van de Ven Expresses Surprise At Ange Postecoglou Dismissal</a>
  4275.                </li>
  4276.              
  4277.                <li>
  4278.                  <a class="menu-link" href="/body-or-ranking-katie-boulters-melbourne-grand-slam-dilemma/">Body or Ranking - Katie Boulter&#x27;s Melbourne Grand Slam Dilemma</a>
  4279.                </li>
  4280.              
  4281.                <li>
  4282.                  <a class="menu-link" href="/tottenham-relieve-strain-on-frank-as-xavi-simons-rounds-off-comfortable-victory-against-slavia-prague/">Tottenham Relieve Strain on Frank as Xavi Simons Rounds Off Comfortable Victory Against Slavia Prague</a>
  4283.                </li>
  4284.              
  4285.            </ul>
  4286.          </div>
  4287.        </div>
  4288.        <div class="">
  4289.          <div class="footer-column mt-4">
  4290.            <h5 class="column-title">Top Categories</h5>
  4291.            <ul class="footer-menu list-unstyled">
  4292.              
  4293.                <li>
  4294.                  <a class="menu-link" href="/category/all-posts/">All Posts</a>
  4295.                </li>
  4296.              
  4297.                <li>
  4298.                  <a class="menu-link" href="/category/business/">Business</a>
  4299.                </li>
  4300.              
  4301.                <li>
  4302.                  <a class="menu-link" href="/category/esports/">Esports</a>
  4303.                </li>
  4304.              
  4305.                <li>
  4306.                  <a class="menu-link" href="/category/fashion/">Fashion</a>
  4307.                </li>
  4308.              
  4309.                <li>
  4310.                  <a class="menu-link" href="/category/featured/">Featured</a>
  4311.                </li>
  4312.              
  4313.            </ul>
  4314.          </div>
  4315.        </div>
  4316.        <!-- Column 2: Blog Rolls -->
  4317.      <div class="">
  4318.          <div class="footer-column">
  4319.            <h5 class="column-title">Blog Rolls</h5>
  4320.            <ul class="footer-menu list-unstyled" id="blogRollLinks">
  4321.              
  4322.              
  4323.  
  4324.              
  4325.              
  4326.                
  4327.              
  4328.            </ul>
  4329.          </div>
  4330.        </div>
  4331.      </div>
  4332.    </div>
  4333.  </div>
  4334.  
  4335.  <!-- Tagline Section -->
  4336.  <div class="footer-tagline bg-primary-gradient text-center py-3">
  4337.    <div class="container-fluid fluid-container">
  4338.      <p class="mb-0 text-white text-capitalize">Stay updated with breaking news, technology trends, and lifestyle tips from the UK. Our blog covers current events, digital innovations, and practical advice for modern living.</p>
  4339.    </div>
  4340.  </div>
  4341.  
  4342.  <!-- Footer Bottom -->
  4343.  <div class="footer-bottom py-3">
  4344.    <div class="container-fluid fluid-container">
  4345.      <div class="d-flex flex-column flex-md-row justify-content-between align-items-center text-center">
  4346.        <div class="copyright-info">
  4347.          <p class="mb-0 text-color">
  4348.            &copy; 2026 <strong>Daily Online UK</strong>. All rights reserved.
  4349.          </p>
  4350.        </div>
  4351.        <div class="utility-links mt-2 mt-md-0">
  4352.          <a href="/page/write-for-us/" class="utility-link me-3">Write For Us</a>
  4353.          <a href="/page/terms-and-conditions/" class="utility-link me-3">Terms &amp; Conditions</a>
  4354.          <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  4355.        </div>
  4356.      </div>
  4357.    </div>
  4358.  </div>
  4359. </footer>
  4360.  
  4361.  
  4362. <style>
  4363.  
  4364. .footer-top-section {
  4365.    border-bottom: 1px solid var(--border-color);
  4366.    background-color: var(--card-bg) !important;
  4367. }
  4368.  
  4369. .footer-logo {
  4370.    height:50px;
  4371.    width: auto;
  4372. }
  4373. .text-color{
  4374.    color: var(--topbar-color) !important;
  4375. }
  4376. .brand-title {
  4377.    font-size: 20px;
  4378.    font-weight: 600;
  4379.    color: var(--topbar-color);
  4380.    margin: 0;
  4381. }
  4382.  
  4383. .footer-main-content {
  4384.    background: var(--card-bg);
  4385. }
  4386.  
  4387. .column-title {
  4388.    font-size: 16px;
  4389.    font-weight: 600;
  4390.    color: var(--topbar-color) !important;
  4391.    margin-bottom: 15px;
  4392. }
  4393.  
  4394. .footer-menu li {
  4395.    margin-bottom: 8px;
  4396. }
  4397.  
  4398. .menu-link {
  4399.    color: var(--topbar-color) !important;
  4400.    text-decoration: none;
  4401.    font-size: 16px;
  4402.    transition: color 0.3s ease;
  4403. }
  4404.  
  4405. .footer-tagline {
  4406.    font-size: 16px;
  4407. }
  4408.  
  4409. .footer-bottom {
  4410.    font-size: 16px;
  4411.    background-color: var(--card-bg) !important;
  4412. }
  4413.  
  4414. .utility-link {
  4415.    color: var(--topbar-color) !important;
  4416.    text-decoration: none;
  4417.    transition: color 0.3s ease;
  4418. }
  4419.  
  4420. .utility-link:hover {
  4421.    color: var(--secondary-color);
  4422. }
  4423.  
  4424. /* Responsive Design */
  4425. @media (max-width: 992px) {
  4426.    .footer-top-section {
  4427.        text-align: start;
  4428.    }
  4429.    .cta-btn {
  4430.        margin-top: 10px;
  4431.    }
  4432. }
  4433.  
  4434. @media (max-width: 768px) {
  4435.    .footer-column {
  4436.        text-align: start;
  4437.    }
  4438.    .footer-tagline {
  4439.        font-size: 13px;
  4440.    }
  4441. }
  4442.  
  4443. @media (max-width: 576px) {
  4444.    .column-title {
  4445.        font-size: 15px;
  4446.    }
  4447.    .menu-link {
  4448.        font-size: 13px;
  4449.    }
  4450.    .cta-btn {
  4451.        font-size: 13px;
  4452.        padding: 7px 15px;
  4453.    }
  4454. }
  4455. </style>
  4456.  
  4457. <script>
  4458. // Prevent default for placeholder links
  4459. document.addEventListener('DOMContentLoaded', function() {
  4460.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  4461.        anchor.addEventListener('click', function(e) {
  4462.            e.preventDefault();
  4463.        });
  4464.    });
  4465. });
  4466. document.addEventListener('DOMContentLoaded', function () {
  4467.    var btn = document.getElementById('toggleBlogRollLinks');
  4468.    if (!btn) return; // No extra items, no button
  4469.  
  4470.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  4471.  
  4472.    btn.addEventListener('click', function () {
  4473.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4474.            return li.classList.contains('d-none');
  4475.        });
  4476.  
  4477.        extras.forEach(function (li) {
  4478.            if (anyHidden) {
  4479.                li.classList.remove('d-none');
  4480.                li.classList.add('show');
  4481.            } else {
  4482.                li.classList.add('d-none');
  4483.                li.classList.remove('show');
  4484.            }
  4485.        });
  4486.  
  4487.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4488.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4489.    });
  4490. });
  4491.  
  4492. </script>
  4493.  
  4494.        <!-- end of wpo-site-footer-section -->
  4495.    </div>
  4496.    <!-- end of page-wrapper -->
  4497.  
  4498.    <!-- All JavaScript files
  4499.    ================================================== -->
  4500.    
  4501.  
  4502. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4503. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4504. <!-- Plugins for this template -->
  4505. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4506. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4507. <!-- Custom script for this template -->
  4508. <script src="/static/blogapp/assets/js/script.js"></script>
  4509.  
  4510. <script>
  4511. (function () {
  4512. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4513. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4514.  
  4515. function applyFallback(img) {
  4516. if (!img || img.dataset.fallbackApplied === "1") {
  4517. return;
  4518. }
  4519. var failedSrc = img.currentSrc || img.src || "";
  4520. img.dataset.fallbackApplied = "1";
  4521. img.onerror = null;
  4522. img.src = fallbackImageSrc;
  4523. console.warn("[ImageFallback] Replaced broken image:", {
  4524. failedSrc: failedSrc,
  4525. fallbackSrc: fallbackImageSrc,
  4526. alt: img.alt || "",
  4527. });
  4528. }
  4529.  
  4530. document.querySelectorAll("img").forEach(function (img) {
  4531. if (img.complete && img.naturalWidth === 0) {
  4532. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4533. failedSrc: img.currentSrc || img.src || "",
  4534. alt: img.alt || "",
  4535. });
  4536. applyFallback(img);
  4537. }
  4538. });
  4539.  
  4540. document.addEventListener(
  4541. "error",
  4542. function (event) {
  4543. var target = event.target;
  4544. if (target && target.tagName === "IMG") {
  4545. applyFallback(target);
  4546. }
  4547. },
  4548. true
  4549. );
  4550. })();
  4551. </script>
  4552.  
  4553. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4554.  
  4555.  
  4556.  
  4557. <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":"2335c66e33d6458387d6975f0e19da1d","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4558. </body>
  4559.  
  4560. </html>
  4561.  
  4562.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda