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://vegasukmag.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_38_PbXo1zg_UzfZkP7_3gPns80.png">
  14.    
  15.  
  16.    <title>Vegas UK Magazine: Latest Casino News &amp; Gaming Reviews</title>
  17.    <meta name="description" content="Vegas UK Magazine delivers breaking news, expert reviews, and exclusive insights on UK casinos, slots, and online gaming trends for enthusiasts.">
  18.    <link href="/static/blogapp/assets/css/themify-icons.css" rel="stylesheet">
  19.    <link href="/static/blogapp/assets/css/flaticon.css" rel="stylesheet">
  20.    <link href="/static/blogapp/assets/css/bootstrap.min.css" rel="stylesheet">
  21.    <link href="/static/blogapp/assets/css/animate.css" rel="stylesheet">
  22.    <link href="/static/blogapp/assets/css/owl.carousel.css" rel="stylesheet">
  23.    <link href="/static/blogapp/assets/css/owl.theme.css" rel="stylesheet">
  24.    <link href="/static/blogapp/assets/css/slick.css" rel="stylesheet">
  25.    <link href="/static/blogapp/assets/css/slick-theme.css" rel="stylesheet">
  26.    <link href="/static/blogapp/assets/css/swiper.min.css" rel="stylesheet">
  27.    <link href="/static/blogapp/assets/css/owl.transitions.css" rel="stylesheet">
  28.    <link href="/static/blogapp/assets/css/jquery.fancybox.css" rel="stylesheet">
  29.    <link href="/static/blogapp/assets/css/odometer-theme-default.css" rel="stylesheet">
  30.    <link href="/static/blogapp/assets/css/component.css" rel="stylesheet">
  31.    <link href="/static/blogapp/assets/sass/style.css" rel="stylesheet">
  32.    <link href="/static/blogapp/assets/sass/layout/navbar.css" rel="stylesheet">
  33.    <link href="/static/blogapp/assets/css/responsive.css" rel="stylesheet">
  34.    <link href="/static/blogapp/assets/sass/fonts.css" rel="stylesheet">
  35.    <link rel="canonical" href="https://vegasukmag.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. <style>
  406.    /* General styling for top bar */
  407.    .unique-topbar-v7 {
  408.        background-color: var(--topbar-bg);
  409.        color: #fff;
  410.      
  411.    }
  412.    .unique-v7 {
  413.        padding: 10px 30px;
  414.        display: flex;
  415.        align-items: center;
  416.        justify-content: space-between; /* Ensure it stretches across */
  417.    }
  418.  
  419.    .unique-menu-btn-v7 {
  420.        border: none;
  421.        max-width: 145px !important;
  422.        padding: 8px;
  423.        cursor: pointer;
  424.        border-radius: 5px;
  425.    }
  426.  
  427.    .unique-news-container-v7 {
  428.        display: flex;
  429.        align-items: center;
  430.        overflow: hidden;
  431.        width: fit-content;
  432.        flex-grow: 1; /* Take remaining space */
  433.        height: 60px;
  434.    }
  435.  
  436.    .unique-news-wrapper-v7 {
  437.        display: flex;
  438.        flex-direction: row;
  439.        align-items: center;
  440.        padding: 5px;
  441.    }
  442.  
  443.    .unique-news-item-v7 {
  444.        opacity: 0;
  445.        transform: translateX(100px);
  446.        transition: all 0.5s ease;
  447.        font-size: 16px;
  448.        color: var(--topbar-color);
  449.        height: 0;
  450.        width: 0;
  451.    }
  452.    
  453.    .unique-news-item-v7.active-v7 {
  454.        padding: 10px;
  455.        opacity: 1;
  456.          height: auto;
  457.        width: auto;
  458.        margin-right: 20px;
  459.        transform: translateX(0);
  460.    }
  461.  
  462.    .unique-news-item-v7.exit-up-v7 {
  463.        opacity: 0;
  464.        transform: translateX(-100px); /* Move news item left */
  465.    }
  466.  
  467.    /* Social Icons in Inline */
  468.    .contact-info-v7 {
  469.        display: flex;
  470.        gap: 10px;
  471.    }
  472.  
  473.    .contact-info-v7 ul {
  474.        display: flex;
  475.        gap: 15px;
  476.        list-style: none;
  477.    }
  478.  
  479.    .social-icon-v7 {
  480.        color: var(--topbar-color) !important;
  481.        font-size: 20px;
  482.        text-decoration: none;
  483.    }
  484.  
  485.    .social-icon-v7:hover {
  486.        color: #1da1f2;
  487.    }
  488. </style>
  489.  
  490. <div class="unique-topbar-v7">
  491.    <div class="fluid-container unique-v7 container-fluid">
  492.        <button class="unique-menu-btn-v7 bg-primary-gradient w-100 fw-bold">Latest Updates</button>        
  493.      
  494.        <div class="unique-news-container-v7">
  495.            <div class="unique-news-wrapper-v7" id="newsWrapper-v7">
  496.                <!-- News items will be added dynamically -->
  497.            </div>
  498.        </div>
  499.      
  500.        <div class="contact-info-v7">
  501.            <ul>
  502.                <li><a href="#" class="social-icon-v7"><i class="ti-facebook"></i></a></li>
  503.                <li><a href="#" class="social-icon-v7"><i class="ti-twitter-alt"></i></a></li>
  504.                <li><a href="#" class="social-icon-v7"><i class="ti-instagram"></i></a></li>
  505.                <li><a href="#" class="social-icon-v7"><i class="ti-google"></i></a></li>
  506.            </ul>
  507.        </div>
  508.    </div>
  509. </div>
  510.  
  511. <script>
  512.    // Build array dynamically from Django context
  513.    const newsItems = [
  514.        
  515.            { title: "The Mushroom Cleaning Controversy: How to Properly Prepare Edible Fungi", url: "/the-mushroom-cleaning-controversy-how-to-properly-prepare-edible-fungi/" },
  516.        
  517.            { title: "Remains of Competitive Swimmer Presumably Taken by Shark Found on California Beach", url: "/remains-of-competitive-swimmer-presumably-taken-by-shark-found-on-california-beach/" },
  518.        
  519.            { title: "Barry Manilow Scheduled for an Operation for a Lung Cancer Diagnosis.", url: "/barry-manilow-scheduled-for-an-operation-for-a-lung-cancer-diagnosis/" },
  520.        
  521.            { title: "Ex UK Soldier Charged of Killing Kenya Woman Appears in Courtroom", url: "/ex-uk-soldier-charged-of-killing-kenya-woman-appears-in-courtroom/" },
  522.        
  523.            { title: "FDA Grants Approval to Addyi, a Desire\u002DBoosting Treatment for Postmenopausal", url: "/fda-grants-approval-to-addyi-a-desire-boosting-treatment-for-postmenopausal/" }
  524.        
  525.    ];
  526.  
  527.    let currentNewsIndex = 0;
  528.    const newsWrapper = document.getElementById('newsWrapper-v7');
  529.    let newsElements = [];
  530.  
  531.    // Create news elements
  532.    function createNewsElements() {
  533.        newsItems.forEach((news, index) => {
  534.            const newsElement = document.createElement('div');
  535.            newsElement.className = 'unique-news-item-v7';
  536.            newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  537.            newsWrapper.appendChild(newsElement);
  538.            newsElements.push(newsElement);
  539.        });
  540.  
  541.        if (newsElements.length > 0) {
  542.            newsElements[0].classList.add('active-v7');
  543.        }
  544.    }
  545.  
  546.    // Animate news change
  547.    function changeNews() {
  548.        const currentElement = newsElements[currentNewsIndex];
  549.        const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  550.        const nextElement = newsElements[nextIndex];
  551.  
  552.        currentElement.classList.remove('active-v7');
  553.        currentElement.classList.add('exit-up-v7');
  554.  
  555.        setTimeout(() => {
  556.            nextElement.classList.add('active-v7');
  557.            currentNewsIndex = nextIndex;
  558.  
  559.            setTimeout(() => {
  560.                currentElement.classList.remove('exit-up-v7');
  561.            }, 100);
  562.        }, 250);
  563.    }
  564.  
  565.    // Start news rotation
  566.    function startNewsRotation() {
  567.        setInterval(changeNews, 5000);
  568.    }
  569.  
  570.    window.onload = function() {
  571.        createNewsElements();
  572.        startNewsRotation();
  573.    };
  574. </script>
  575.  
  576.  
  577.  
  578.            
  579.  
  580.  
  581.  
  582.  
  583.  
  584.  
  585. <header class="header-v9 mb-4" role="banner">
  586.  <div class="container-fluid fluid-container">
  587.    <!-- Sticky/Glass Nav Card -->
  588.    <div class="nav-card-v9" role="navigation" aria-label="Primary">
  589.      <div class="row align-items-center justify-content-between g-3">
  590.        <!-- Logo -->
  591.       <div class="col-6 col-md-3 col-lg-2">
  592.          <a class="logo-link-v9 d-inline-flex align-items-center gap-2" href="/">
  593.            
  594.              <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/990b39f2-b413-4996-b7b6-b81e3bf55174_logo.png" alt="Logo" class="logo-img-v9" width="160" height="48" decoding="async" fetchpriority="high" />
  595.            
  596.          </a>
  597.        </div>
  598.  
  599.        <!-- Desktop Nav -->
  600.        <div class="col d-none d-xl-block">
  601.          <nav class="main-nav-v9">
  602.            <ul class="nav-list-v9">
  603.              <!-- Home (static) -->
  604.              <li class="nav-item-v9">
  605.                <a href="/" class="nav-link-v9 active-v9">Home</a>
  606.              </li >
  607.          
  608.              
  609.                
  610.                  <li class="nav-item-v9">
  611.                    <a href="/category/all-posts/" class="nav-link-v9">All Posts</a>
  612.                  </li>
  613.                
  614.                  <li class="nav-item-v9">
  615.                    <a href="/category/business/" class="nav-link-v9">Business</a>
  616.                  </li>
  617.                
  618.                  <li class="nav-item-v9">
  619.                    <a href="/category/esports/" class="nav-link-v9">Esports</a>
  620.                  </li>
  621.                
  622.                  <li class="nav-item-v9">
  623.                    <a href="/category/fashion/" class="nav-link-v9">Fashion</a>
  624.                  </li>
  625.                
  626.                  <li class="nav-item-v9">
  627.                    <a href="/category/featured/" class="nav-link-v9">Featured</a>
  628.                  </li>
  629.                
  630.                  <li class="nav-item-v9">
  631.                    <a href="/category/gaming/" class="nav-link-v9">Gaming</a>
  632.                  </li>
  633.                
  634.                  <li class="nav-item-v9">
  635.                    <a href="/category/health/" class="nav-link-v9">Health</a>
  636.                  </li>
  637.                
  638.                  <li class="nav-item-v9">
  639.                    <a href="/category/life-fitness/" class="nav-link-v9">Life &amp; Fitness</a>
  640.                  </li>
  641.                
  642.  
  643.                
  644.                  <li class="nav-item-v9 has-dropdown-v9">
  645.                    <button class="nav-link-v9 bg-transparent border-0 nav-more-btn-v9" type="button" aria-haspopup="true" aria-expanded="false" aria-controls="more-desktop-v9">
  646.                      More<svg class="chev-v9" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  647.                        <polyline points="6,9 12,15 18,9"></polyline>
  648.                      </svg>
  649.                    </button>
  650.                    <div class="dropdown-card-v9" id="more-desktop-v9" role="menu">
  651.                      <div class="dropdown-grid-v9">
  652.                        <div class="dropdown-section-v9">
  653.                          
  654.                            <a href="/category/lifestyle/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Lifestyle</a>
  655.                          
  656.                            <a href="/category/news/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> News</a>
  657.                          
  658.                            <a href="/category/others/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Others</a>
  659.                          
  660.                            <a href="/category/politics/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Politics</a>
  661.                          
  662.                            <a href="/category/sports/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Sports</a>
  663.                          
  664.                            <a href="/category/tech/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Tech</a>
  665.                          
  666.                            <a href="/category/travel/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Travel</a>
  667.                          
  668.                        </div>
  669.                      </div>
  670.                    </div>
  671.                  </li>
  672.                
  673.              
  674.                <li class="nav-item-v9">
  675.                <a href="/page/contact-us/" class="nav-link-v9">Contact Us</a>
  676.              </li >
  677.            </ul>
  678.          </nav>
  679.        </div>
  680.  
  681.        <!-- Actions -->
  682.        <div class="col-6 col-md-3 col-lg-2">
  683.          <div class="nav-actions-v9">
  684.            <button class="icon-btn-v9" aria-controls="searchPanelV9" aria-expanded="false" aria-label="Open search" onclick="toggleSearchV9()">
  685.              <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  686.                <circle cx="11" cy="11" r="8"></circle>
  687.                <path d="m21 21-4.35-4.35"></path>
  688.              </svg>
  689.            </button>
  690.            <button class="icon-btn-v9 d-xl-none" aria-controls="mobileNavV9" aria-expanded="false" aria-label="Open menu" onclick="toggleMobileNavV9()">
  691.              <svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  692.                <line x1="3" y1="6" x2="21" y2="6" />
  693.                <line x1="3" y1="12" x2="21" y2="12" />
  694.                <line x1="3" y1="18" x2="21" y2="18" />
  695.              </svg>
  696.            </button>
  697.          </div>
  698.        </div>
  699.      </div>
  700.  
  701.      <!-- Active underline (animated) -->
  702.      <span class="active-rail-v9" aria-hidden="true"></span>
  703.    </div>
  704.  
  705.    <!-- Search Panel -->
  706.    <div class="search-panel-v9" id="searchPanelV9" role="dialog" aria-label="Site search" aria-modal="true">
  707.      <form class="search-form-v9" action="" method="get" role="search">
  708.        <label for="q-v9" class="visually-hidden">Search</label>
  709.        <div class="search-input-wrap-v9">
  710.          <svg class="search-icn-v9" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  711.            <circle cx="11" cy="11" r="8"></circle>
  712.            <path d="m21 21-4.35-4.35"></path>
  713.          </svg>
  714.          <input id="search-input" name="q" type="search"  class="search-input-v9" placeholder="Search articles, tutorials, news…" autocomplete="off" />
  715.          <button type="button" class="icon-btn-v9 ghost" aria-label="Close search" onclick="toggleSearchV9()">
  716.            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  717.              <line x1="18" y1="6" x2="6" y2="18" />
  718.              <line x1="6" y1="6" x2="18" y2="18" />
  719.            </svg>
  720.          </button>
  721.        </div>
  722.        <div class="search-suggest-v9 search-v1" id="search-results">
  723.          
  724.        </div>
  725.      </form>
  726.    </div>
  727.  
  728.    <!-- Mobile Offcanvas -->
  729.    <aside class="mobile-nav-v9 d-xl-none" id="mobileNavV9" role="dialog" aria-label="Mobile navigation" aria-modal="true">
  730.      <div class="mobile-wrap-v9">
  731.        <div class="mobile-head-v9">
  732.          <span class="mobile-title-v9">Menu</span>
  733.          <button class="icon-btn-v9 ghost" aria-label="Close menu" onclick="toggleMobileNavV9()">
  734.            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  735.              <line x1="18" y1="6" x2="6" y2="18" />
  736.              <line x1="6" y1="6" x2="18" y2="18" />
  737.            </svg>
  738.          </button>
  739.        </div>
  740.  
  741.        <ul class="mobile-list-v9">
  742.          <li>
  743.            <a class="mobile-link-v9 active-v9" href="/">Home</a>
  744.          </li>
  745.          <li class="">
  746.                <a href="/page/contact-us/" class="mobile-link-v9">Contact Us</a>
  747.          </li >
  748.          
  749.            
  750.              <li>
  751.                <a class="mobile-link-v9" href="/category/all-posts/">All Posts</a>
  752.              </li>
  753.            
  754.              <li>
  755.                <a class="mobile-link-v9" href="/category/business/">Business</a>
  756.              </li>
  757.            
  758.              <li>
  759.                <a class="mobile-link-v9" href="/category/esports/">Esports</a>
  760.              </li>
  761.            
  762.              <li>
  763.                <a class="mobile-link-v9" href="/category/fashion/">Fashion</a>
  764.              </li>
  765.            
  766.              <li>
  767.                <a class="mobile-link-v9" href="/category/featured/">Featured</a>
  768.              </li>
  769.            
  770.  
  771.            
  772.          
  773.        </ul>
  774.      </div>
  775.    </aside>
  776.  </div>
  777.  
  778.  <!-- Overlay -->
  779.  <div class="nav-overlay-v9" id="navOverlayV9" onclick="closeAllV9()" aria-hidden="true"></div>
  780. </header>
  781.  
  782. <style>
  783.  
  784.  .header-v9 {
  785.    position: relative;
  786.    padding: 14px 0;
  787.    z-index: 50;
  788.  }
  789.  .header-v9.is-scrolled .nav-card-v9 {
  790.    padding: 10px 18px;
  791.    border-radius: 14px;
  792.    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  793.  }
  794.  .header-v9.is-scrolled .logo-img-v9 {
  795.    transform: scale(0.92);
  796.  }
  797.  
  798.  /* Card */
  799.  .nav-card-v9 {
  800.    background: var(--navbar-bg);
  801.    backdrop-filter: blur(18px);
  802.    border: 1px solid var(--border-color);
  803.    border-radius: 18px;
  804.    padding: 14px 22px;
  805.    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  806.    position: sticky;
  807.    top: 10px;
  808.  }
  809.  
  810.  /* Logo */
  811.  .logo-img-v9 {
  812.    max-height: 60px;
  813.    width: auto;
  814.    transition: transform 0.25s ease, opacity 0.25s ease;
  815.  }
  816.  .logo-link-v9:hover .logo-img-v9 {
  817.    transform: translateY(-1px) scale(1.03);
  818.  }
  819.  
  820.  /* Desktop nav */
  821.  .main-nav-v9 {
  822.    display: flex;
  823.    justify-content: center;
  824.  }
  825.  .nav-list-v9 {
  826.    display: flex;
  827.    gap: 6px;
  828.    list-style: none;
  829.    margin: 0;
  830.    padding: 0;
  831.  }
  832.  .nav-item-v9 {
  833.    position: relative;
  834.  }
  835.  .nav-link-v9 {
  836.    position: relative;
  837.    display: inline-flex;
  838.    align-items: center;
  839.    justify-content: center;
  840.    padding: 10px 10px;
  841.    border-radius: 12px;
  842.    color: var(--navbar-color);
  843.    text-decoration: none;
  844.    font-weight: 500;
  845.    font-size: 15px;
  846.    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
  847.  }
  848.  .nav-link-v9:hover {
  849.    background: rgba(102, 126, 234, 0.1);
  850.    color: var(--topbar-color);
  851.    transform: translateY(-1px);
  852.  }
  853.  .nav-link-v9.active-v9 {
  854.    color: transparent;
  855.  }
  856.  .nav-link-v9.active-v9::after {
  857.    content: '';
  858.    position: absolute;
  859.    left: 12px;
  860.    right: 12px;
  861.    bottom: 6px;
  862.    height: 3px;
  863.    border-radius: 3px;
  864.    background: var(--sub-nav);
  865.  }
  866.  
  867.  /* Dropdown */
  868.  .has-dropdown-v9 {
  869.    position: relative;
  870.  }
  871.  .nav-more-btn-v9 {
  872.    display: inline-flex;
  873.    gap: 6px;
  874.    align-items: center;
  875.  }
  876.  .chev-v9 {
  877.    transition: transform 0.2s ease;
  878.  }
  879.  .has-dropdown-v9:focus-within .chev-v9,
  880.  .has-dropdown-v9:hover .chev-v9 {
  881.    transform: rotate(180deg);
  882.  }
  883.  
  884.  .dropdown-card-v9 {
  885.    position: absolute;
  886.    top: calc(100% + 14px);
  887.    left: 50%;
  888.    transform: translateX(-50%) translateY(-6px);
  889.    background: var(--navbar-bg);
  890.    border: 1px solid var(--border-color);
  891.    border-radius: 14px;
  892.    padding: 18px;
  893.    min-width: 280px;
  894.    z-index: 200;
  895.    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  896.    opacity: 0;
  897.    visibility: hidden;
  898.    transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
  899.  }
  900.  .has-dropdown-v9:hover .dropdown-card-v9,
  901.  .has-dropdown-v9:focus-within .dropdown-card-v9 {
  902.    opacity: 1;
  903.    visibility: visible;
  904.    transform: translateX(-50%) translateY(0);
  905.  }
  906.  
  907.  .dropdown-grid-v9 {
  908.    display: grid;
  909.    grid-template-columns: 1fr;
  910.    gap: 10px;
  911.  }
  912.  .dropdown-section-v9 {
  913.    display: grid;
  914.    gap: 6px;
  915.  }
  916.  .dropdown-link-v9 {
  917.    display: flex;
  918.    align-items: center;
  919.    gap: 10px;
  920.    padding: 10px 12px;
  921.    border-radius: 10px;
  922.    text-decoration: none;
  923.    font-size: 14px;
  924.    color: var(--navbar-color);
  925.    transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
  926.  }
  927.  .dropdown-link-v9:hover {
  928.    background: var(--bs-primary);
  929.    color: var(--bs-white);
  930.    transform: translateX(4px);
  931.  }
  932.  .link-dot-v9 {
  933.    width: 6px;
  934.    height: 6px;
  935.    border-radius: 50%;
  936.    border: 1px solid currentColor;
  937.  }
  938.  
  939.  /* Actions */
  940.  .nav-actions-v9 {
  941.    display: flex;
  942.    justify-content: flex-end;
  943.    align-items: center;
  944.    gap: 8px;
  945.  }
  946.  .icon-btn-v9 {
  947.    border: 1px solid var(--border-color);
  948.    background: rgba(102, 126, 234, 0.1);
  949.    color: var(--navbar-color);
  950.    padding: 8px;
  951.    border-radius: 12px;
  952.    cursor: pointer;
  953.    transition: transform 0.2s, background 0.2s, color 0.2s;
  954.  }
  955.  .icon-btn-v9:hover {
  956.    background: var(--sub-nav);
  957.    color: var(--topbar-color) !important;
  958.    transform: translateY(-1px);
  959.  }
  960.  .icon-btn-v9.ghost {
  961.    background: transparent;
  962.  }
  963.  
  964.  /* Search Panel */
  965.  .search-panel-v9 {
  966.    position: fixed;
  967.    top: 14px;
  968.    left: 50%;
  969.    transform: translateX(-50%) translateY(-16px);
  970.    width: min(720px, calc(100% - 40px));
  971.    background: var(--navbar-bg);
  972.    border: 1px solid var(--border-color);
  973.    border-radius: 16px;
  974.    padding: 16px;
  975.    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  976.    opacity: 0;
  977.    visibility: hidden;
  978.    z-index: 300;
  979.    transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
  980.  }
  981.  .search-panel-v9.show-v9 {
  982.    opacity: 1;
  983.    visibility: visible;
  984.    transform: translateX(-50%) translateY(0);
  985.  }
  986.  .search-input-wrap-v9 {
  987.    display: flex;
  988.    align-items: center;
  989.    gap: 10px;
  990.    background: rgba(248, 250, 252, 0.8);
  991.    border: 2px solid rgba(102, 126, 234, 0.2);
  992.    border-radius: 12px;
  993.    padding: 6px 8px;
  994.    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  995.  }
  996.  .search-input-wrap-v9:focus-within {
  997.    border-color: #667eea;
  998.    background: rgba(255, 255, 255, 0.9);
  999.    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  1000.  }
  1001.  .search-icn-v9 {
  1002.    color: #a0aec0;
  1003.    margin-left: 6px;
  1004.  }
  1005.  .search-input-v9 {
  1006.    flex: 1;
  1007.    border: 0;
  1008.    background: transparent;
  1009.    outline: none;
  1010.    padding: 12px 4px;
  1011.    font-size: 16px;
  1012.    color: #2d3748;
  1013.  }
  1014.  .search-suggest-v9 {
  1015.    display: grid;
  1016.    grid-template-columns: repeat(3, minmax(0, 1fr));
  1017.    gap: 8px;
  1018.    margin-top: 10px;
  1019.  }
  1020.  .suggestion-v9 {
  1021.    border: 1px solid var(--border-color);
  1022.    background: rgba(248, 250, 252, 0.5);
  1023.    color: var(--navbar-color);
  1024.    padding: 10px 12px;
  1025.    border-radius: 10px;
  1026.    font-size: 14px;
  1027.    text-align: left;
  1028.    cursor: pointer;
  1029.    transition: background 0.2s, color 0.2s, transform 0.2s;
  1030.  }
  1031.  .suggestion-v9:hover {
  1032.    background: var(--bs-primary) !important ;
  1033.    color: var(--bs-white)  !important;
  1034.    transform: translateY(-1px);
  1035.  }
  1036.  
  1037.  /* Mobile */
  1038.  .mobile-nav-v9 {
  1039.    position: fixed;
  1040.    right: 0;
  1041.    top: 0;
  1042.    height: 100vh;
  1043.    width: min(86vw, 420px);
  1044.    background: var(--card-bg);
  1045.    border-left: 1px solid var(--border-color);
  1046.    transform: translateX(100%);
  1047.    transition: transform 0.3s ease;
  1048.    z-index: 350;
  1049.    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.15);
  1050.  }
  1051.  .mobile-nav-v9.show-v9 {
  1052.    transform: translateX(0);
  1053.  }
  1054.  .mobile-wrap-v9 {
  1055.    display: flex;
  1056.    flex-direction: column;
  1057.    height: 100%;
  1058.  }
  1059.  .mobile-head-v9 {
  1060.    display: flex;
  1061.    align-items: center;
  1062.    justify-content: space-between;
  1063.    padding: 16px;
  1064.    background: var(--navbar-bg);
  1065.  }
  1066.  .mobile-title-v9 {
  1067.    font-weight: 600;
  1068.  }
  1069.  .mobile-list-v9 {
  1070.    list-style: none;
  1071.    padding: 10px 12px 20px;
  1072.    margin: 0;
  1073.    overflow-y: auto;
  1074.  }
  1075.  .mobile-link-v9 {
  1076.    display: flex;
  1077.    align-items: center;
  1078.    justify-content: space-between;
  1079.    padding: 14px 12px;
  1080.    border-radius: 12px;
  1081.    text-decoration: none;
  1082.    color: var(--navbar-color);
  1083.    font-weight: 500;
  1084.    transition: background 0.2s, color 0.2s;
  1085.  }
  1086.  .mobile-link-v9:hover,
  1087.  .mobile-link-v9.active-v9 {
  1088.    background: var(--sub-nav);
  1089.    color: var(--topbar-color);
  1090.  }
  1091.  .mobile-group-v9 {
  1092.    margin-top: 4px;
  1093.  }
  1094.  .mobile-sublist-v9 {
  1095.    list-style: none;
  1096.    margin: 0;
  1097.    padding: 0;
  1098.    max-height: 0;
  1099.    overflow: auto;
  1100.    transition: max-height 0.25s ease;
  1101.    background:var(--navbar-bg);
  1102.    border-radius: 12px;
  1103.    margin-top: 6px;
  1104.  }
  1105.  .mobile-sublist-v9.show-v9 {
  1106.    max-height: 360px;
  1107.    background: var(--navbar-bg);
  1108.    padding: 6px 0;
  1109.  }
  1110.  .mobile-sublink-v9 {
  1111.    display: block;
  1112.    padding: 10px 16px;
  1113.    text-decoration: none;
  1114.    color: var(--navbar-color);
  1115.    border-radius: 10px;
  1116.    font-size: 14px;
  1117.  }
  1118.  .mobile-sublink-v9:hover {
  1119.    background: var(--sub-nav);
  1120.    color: var(--topbar-color);
  1121.  }
  1122.  .mobile-arrow-v9 {
  1123.    transition: transform 0.2s ease;
  1124.  }
  1125.  .mobile-link-v9.has-arrow-v9[aria-expanded='true'] .mobile-arrow-v9 {
  1126.    transform: rotate(180deg);
  1127.  }
  1128.  
  1129.  /* Overlay */
  1130.  .nav-overlay-v9 {
  1131.    position: fixed;
  1132.    inset: 0;
  1133.    background: rgba(0, 0, 0, 0.35);
  1134.    backdrop-filter: blur(4px);
  1135.    opacity: 0;
  1136.    visibility: hidden;
  1137.    transition: opacity 0.25s, visibility 0.25s;
  1138.    z-index: 200;
  1139.  }
  1140.  .nav-overlay-v9.show-v9 {
  1141.    opacity: 1;
  1142.    visibility: visible;
  1143.  }
  1144.  
  1145.  
  1146.  /* Utils */
  1147.  .visually-hidden {
  1148.    position: absolute !important;
  1149.    height: 1px;
  1150.    width: 1px;
  1151.    overflow: hidden;
  1152.    clip: rect(1px, 1px, 1px, 1px);
  1153.    white-space: nowrap;
  1154.  }
  1155.  
  1156.  /* Responsive tweaks */
  1157.  @media (max-width: 1300px) {
  1158.    .nav-card-v9 {
  1159.      padding: 12px 18px;
  1160.      border-radius: 16px;
  1161.    }
  1162.    .search-panel-v9 {
  1163.      width: calc(100% - 32px);
  1164.    }
  1165.  }
  1166.  @media (max-width: 576px) {
  1167.    .logo-img-v9 {
  1168.      max-height: 38px;
  1169.    }
  1170.  }
  1171. </style>
  1172.  
  1173. <script>
  1174.  /* ============ V9 JS ============ */
  1175.  ;(function () {
  1176.    const overlay = document.getElementById('navOverlayV9')
  1177.    const searchPanel = document.getElementById('searchPanelV9')
  1178.    const mobileNav = document.getElementById('mobileNavV9')
  1179.    const header = document.querySelector('.header-v9')
  1180.  
  1181.    function lockScroll(lock) {
  1182.      document.body.style.overflow = lock ? 'hidden' : ''
  1183.    }
  1184.  
  1185.    window.toggleSearchV9 = function () {
  1186.      const btn = document.querySelector('[aria-controls="searchPanelV9"]')
  1187.      const willOpen = !searchPanel.classList.contains('show-v9')
  1188.  
  1189.      // close mobile if open
  1190.      mobileNav.classList.remove('show-v9')
  1191.      document.querySelector('[aria-controls="mobileNavV9"]')?.setAttribute('aria-expanded', 'false')
  1192.  
  1193.      searchPanel.classList.toggle('show-v9', willOpen)
  1194.      overlay.classList.toggle('show-v9', willOpen)
  1195.      btn?.setAttribute('aria-expanded', String(willOpen))
  1196.      lockScroll(willOpen)
  1197.  
  1198.      if (willOpen) setTimeout(() => document.getElementById('q-v9')?.focus(), 80)
  1199.    }
  1200.  
  1201.    window.toggleMobileNavV9 = function () {
  1202.      const btn = document.querySelector('[aria-controls="mobileNavV9"]')
  1203.      const willOpen = !mobileNav.classList.contains('show-v9')
  1204.  
  1205.      // close search if open
  1206.      searchPanel.classList.remove('show-v9')
  1207.      document.querySelector('[aria-controls="searchPanelV9"]')?.setAttribute('aria-expanded', 'false')
  1208.  
  1209.      mobileNav.classList.toggle('show-v9', willOpen)
  1210.      overlay.classList.toggle('show-v9', willOpen)
  1211.      btn?.setAttribute('aria-expanded', String(willOpen))
  1212.      lockScroll(willOpen)
  1213.    }
  1214.  
  1215.    window.toggleMobileDropdownV9 = function (id) {
  1216.      const list = document.getElementById(id)
  1217.      const btn = document.querySelector(`[onclick*="${id}"]`)
  1218.      const willOpen = !list.classList.contains('show-v9')
  1219.      // close siblings
  1220.      document.querySelectorAll('.mobile-sublist-v9').forEach((el) => {
  1221.        if (el.id !== id) el.classList.remove('show-v9')
  1222.      })
  1223.      list.classList.toggle('show-v9', willOpen)
  1224.      btn?.setAttribute('aria-expanded', String(willOpen))
  1225.    }
  1226.  
  1227.    window.closeAllV9 = function () {
  1228.      searchPanel.classList.remove('show-v9')
  1229.      mobileNav.classList.remove('show-v9')
  1230.      overlay.classList.remove('show-v9')
  1231.      document.querySelector('[aria-controls="searchPanelV9"]')?.setAttribute('aria-expanded', 'false')
  1232.      document.querySelector('[aria-controls="mobileNavV9"]')?.setAttribute('aria-expanded', 'false')
  1233.      lockScroll(false)
  1234.    }
  1235.  
  1236.    // ESC to close
  1237.    document.addEventListener('keydown', (e) => {
  1238.      if (e.key === 'Escape') window.closeAllV9()
  1239.    })
  1240.  
  1241.    // Sticky shrink on scroll
  1242.    let lastY = window.scrollY
  1243.    const onScroll = () => {
  1244.      const y = window.scrollY
  1245.      header.classList.toggle('is-scrolled', y > 10)
  1246.      lastY = y
  1247.    }
  1248.    onScroll()
  1249.    window.addEventListener('scroll', onScroll, { passive: true })
  1250.  
  1251.    // Suggestions fill
  1252.    document.addEventListener('click', (e) => {
  1253.      const btn = e.target.closest('.suggestion-v9')
  1254.      if (!btn) return
  1255.      const val = btn.getAttribute('data-fill') || ''
  1256.      const input = document.getElementById('q-v9')
  1257.      if (input) input.value = val
  1258.    })
  1259.  
  1260.    // Desktop "More" button a11y: open on focus-within, we just toggle aria
  1261.    const moreBtn = document.querySelector('.nav-more-btn-v9')
  1262.    const moreCard = document.getElementById('more-desktop-v9')
  1263.    if (moreBtn && moreCard) {
  1264.      ;['mouseenter', 'focus'].forEach((evt) => moreBtn.addEventListener(evt, () => moreBtn.setAttribute('aria-expanded', 'true')))
  1265.      ;['mouseleave', 'blur'].forEach((evt) => moreBtn.addEventListener(evt, () => moreBtn.setAttribute('aria-expanded', 'false')))
  1266.    }
  1267.  })()
  1268. </script>
  1269.  
  1270. <script>
  1271.  document.addEventListener("DOMContentLoaded", function () {
  1272.    console.log("loaded");
  1273.  
  1274.     const searchInput = document.getElementById("search-input")
  1275.    const searchResults = document.getElementById("search-results");
  1276.  
  1277.    if (!searchInput || !searchResults) {
  1278.      console.error("Search input/results not found");
  1279.      return;
  1280.    }
  1281.  
  1282.    // Prevent form submission
  1283.    if (searchInput.form) {
  1284.      searchInput.form.addEventListener("submit", function (e) {
  1285.        e.preventDefault();
  1286.      });
  1287.    }
  1288.  
  1289.    // Add event listener for keyup
  1290.    searchInput.addEventListener("keyup", function (e) {
  1291.      console.log("Key pressed:", e.key);
  1292.      e.preventDefault();
  1293.  
  1294.      const query = searchInput.value.trim();
  1295.      console.log("User is typing: " + query);
  1296.  
  1297.      // If empty → clear and hide
  1298.      if (query === "") {
  1299.        searchResults.innerHTML = "";
  1300.        searchResults.style.display = "none";
  1301.        return;
  1302.      }
  1303.  
  1304.      // Show results
  1305.      searchResults.style.display = "block";
  1306.  
  1307.      // Fetch search results
  1308.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1309.        method: "GET",
  1310.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1311.      })
  1312.        .then(response => {
  1313.          console.log("Response Status:", response.status);
  1314.          return response.json();
  1315.        })
  1316.        .then(data => {
  1317.          console.log("Data received:", data);
  1318.          if (data.html) {
  1319.            searchResults.innerHTML = data.html;
  1320.          } else {
  1321.            searchResults.innerHTML = "<p>No results found.</p>";
  1322.          }
  1323.        })
  1324.        .catch(error => {
  1325.          console.error("Error fetching search results:", error);
  1326.        });
  1327.    });
  1328.  
  1329.    // Close results when clicking outside
  1330.    document.addEventListener("click", function (e) {
  1331.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1332.        searchResults.style.display = "none";
  1333.      }
  1334.    });
  1335.  
  1336.    // Close results on ESC key
  1337.    document.addEventListener("keydown", function (e) {
  1338.      if (e.key === "Escape") {
  1339.        searchResults.style.display = "none";
  1340.      }
  1341.    });
  1342.  });
  1343. </script>
  1344.  
  1345.  
  1346.        </header>
  1347.        <!-- end of header -->
  1348.        <!-- start of wpo-blog-hero -->
  1349.        
  1350.  
  1351.  
  1352.  
  1353.  <!-- Django Template for Clean Blog Cards -->
  1354.  
  1355.  
  1356.  
  1357.  
  1358. <div class="blog-section">
  1359.    <div class="container-fluid fluid-container">
  1360.        <div class="blog-grid">
  1361.            
  1362.            
  1363.              
  1364.            <!-- Featured Blog Card -->
  1365.            <article class="blog-card featured">
  1366.                <div class="card-image">
  1367.                    
  1368.                        <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1369.                    
  1370.                    <span class="category bg-primary-gradient">News</span>
  1371.                </div>
  1372.                <div class="card-content">
  1373.                    <h2 class="card-title"><a class="top-color" href="/we-require-a-helicopter-to-locate-them-13-year-olds-emergency-call-to-save-loved-ones-stranded-off-down-under-coast-disclosed/">
  1374.                                        We Require a Helicopter to Locate Them’: 13-Year-Old’s Emergency Call to Save Loved Ones Stranded Off Down Under Coast Disclosed
  1375.                                    </a></h2>
  1376.                    <p class="card-excerpt"></p>
  1377.                    <div class="card-meta">
  1378.                        <div class="author">
  1379.                            
  1380.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/47095ffb-e6c0-453b-a31c-819f40b3ff7b_profile.png" alt="Joshua Williams" style="object-fit: cover;" class="author-avatar">
  1381.                            
  1382.                            <span class="author-name">Joshua Williams</span>
  1383.                        </div>
  1384.                        <span class="date">19 May 2026</span>
  1385.                    </div>
  1386.                    <a  href="/we-require-a-helicopter-to-locate-them-13-year-olds-emergency-call-to-save-loved-ones-stranded-off-down-under-coast-disclosed/" class="read-more">Read Article</a>
  1387.                </div>
  1388.            </article>
  1389.  
  1390.            
  1391.            
  1392.  
  1393.            
  1394.            <!-- Regular Blog Card -->
  1395.            <article class="blog-card">
  1396.                <div class="card-image">
  1397.                    
  1398.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1399.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1400.                    
  1401.                    <span class="category bg-primary-gradient">News</span>
  1402.                </div>
  1403.                <div class="card-content">
  1404.                    <h3 class="card-title"> <a class="top-color" href="/cyclone-disaster-in-the-island-nation-ignites-a-spirit-of-volunteerism/" >
  1405.                                        Cyclone Disaster in the Island Nation Ignites a Spirit of Volunteerism
  1406.                                    </a></h3>
  1407.                    <p class="card-excerpt"></p>
  1408.                    <div class="card-meta">
  1409.                        <div class="author">
  1410.                              
  1411.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/47095ffb-e6c0-453b-a31c-819f40b3ff7b_profile.png" alt="Joshua Williams" style="object-fit: cover;" class="author-avatar">
  1412.                            
  1413.                            <span class="author-name">Joshua Williams</span>
  1414.                        </div>
  1415.                        <span class="date">18 May 2026</span>
  1416.                    </div>
  1417.                    <a  href="/cyclone-disaster-in-the-island-nation-ignites-a-spirit-of-volunteerism/" class="read-more">Read Article</a>
  1418.                </div>
  1419.            </article>
  1420.            
  1421.            <!-- Regular Blog Card -->
  1422.            <article class="blog-card">
  1423.                <div class="card-image">
  1424.                    
  1425.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1426.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1427.                    
  1428.                    <span class="category bg-primary-gradient">News</span>
  1429.                </div>
  1430.                <div class="card-content">
  1431.                    <h3 class="card-title"> <a class="top-color" href="/los-blancos-trent-alexander-arnold-could-face-his-former-club-in-upcoming-champions-league-clash/" >
  1432.                                        Los Blancos&#x27; Trent Alexander-Arnold Could Face His Former Club in Upcoming Champions League Clash
  1433.                                    </a></h3>
  1434.                    <p class="card-excerpt"></p>
  1435.                    <div class="card-meta">
  1436.                        <div class="author">
  1437.                              
  1438.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/47095ffb-e6c0-453b-a31c-819f40b3ff7b_profile.png" alt="Joshua Williams" style="object-fit: cover;" class="author-avatar">
  1439.                            
  1440.                            <span class="author-name">Joshua Williams</span>
  1441.                        </div>
  1442.                        <span class="date">18 May 2026</span>
  1443.                    </div>
  1444.                    <a  href="/los-blancos-trent-alexander-arnold-could-face-his-former-club-in-upcoming-champions-league-clash/" class="read-more">Read Article</a>
  1445.                </div>
  1446.            </article>
  1447.            
  1448.            <!-- Regular Blog Card -->
  1449.            <article class="blog-card">
  1450.                <div class="card-image">
  1451.                    
  1452.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1453.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1454.                    
  1455.                    <span class="category bg-primary-gradient">News</span>
  1456.                </div>
  1457.                <div class="card-content">
  1458.                    <h3 class="card-title"> <a class="top-color" href="/worrying-remembrances-resurface-in-davao-as-authorities-track-bondi-beach-shooting-alleged-attackers-activities/" >
  1459.                                        Worrying Remembrances Resurface in Davao as Authorities Track Bondi Beach Shooting Alleged Attackers&#x27; Activities
  1460.                                    </a></h3>
  1461.                    <p class="card-excerpt"></p>
  1462.                    <div class="card-meta">
  1463.                        <div class="author">
  1464.                              
  1465.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/47095ffb-e6c0-453b-a31c-819f40b3ff7b_profile.png" alt="Joshua Williams" style="object-fit: cover;" class="author-avatar">
  1466.                            
  1467.                            <span class="author-name">Joshua Williams</span>
  1468.                        </div>
  1469.                        <span class="date">18 May 2026</span>
  1470.                    </div>
  1471.                    <a  href="/worrying-remembrances-resurface-in-davao-as-authorities-track-bondi-beach-shooting-alleged-attackers-activities/" class="read-more">Read Article</a>
  1472.                </div>
  1473.            </article>
  1474.            
  1475.            <!-- Regular Blog Card -->
  1476.            <article class="blog-card">
  1477.                <div class="card-image">
  1478.                    
  1479.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1480.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1481.                    
  1482.                    <span class="category bg-primary-gradient">News</span>
  1483.                </div>
  1484.                <div class="card-content">
  1485.                    <h3 class="card-title"> <a class="top-color" href="/genuine-algarve-exploring-portugal-away-from-the-coastline/" >
  1486.                                        Genuine Algarve: Exploring Portugal Away from the Coastline
  1487.                                    </a></h3>
  1488.                    <p class="card-excerpt"></p>
  1489.                    <div class="card-meta">
  1490.                        <div class="author">
  1491.                              
  1492.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/47095ffb-e6c0-453b-a31c-819f40b3ff7b_profile.png" alt="Joshua Williams" style="object-fit: cover;" class="author-avatar">
  1493.                            
  1494.                            <span class="author-name">Joshua Williams</span>
  1495.                        </div>
  1496.                        <span class="date">18 May 2026</span>
  1497.                    </div>
  1498.                    <a  href="/genuine-algarve-exploring-portugal-away-from-the-coastline/" class="read-more">Read Article</a>
  1499.                </div>
  1500.            </article>
  1501.            
  1502.  
  1503.        </div>
  1504.    </div>
  1505. </div>
  1506.  
  1507. <style>
  1508.  
  1509.  
  1510. .blog-section {
  1511.    padding: 60px 0;
  1512. }
  1513.  
  1514.  
  1515. .blog-grid {
  1516.    display: grid;
  1517.    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  1518.    gap: 30px;
  1519. }
  1520.  
  1521. /* Blog Cards */
  1522. .blog-card {
  1523.    background: var(--card-bg);
  1524.    border: 1px solid var(--border-color);
  1525.    border-radius: var(--card-radius);
  1526.    overflow: hidden;
  1527.    transition: all 0.3s ease;
  1528. }
  1529.  
  1530. .blog-card:hover {
  1531.    transform: translateY(-5px);
  1532.    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  1533.    border-color: var(--border-color);
  1534. }
  1535.  
  1536. .featured {
  1537.    grid-column: span 2;
  1538.    display: grid;
  1539.    grid-template-columns: 1fr 1fr;
  1540.    gap: 0;
  1541. }
  1542.  
  1543. .card-image {
  1544.    position: relative;
  1545.    height: 220px;
  1546.    background: #f8f8f8;
  1547. }
  1548.  
  1549. .featured .card-image {
  1550.    height: 100%;
  1551.    min-height: 300px;
  1552. }
  1553.  
  1554. .card-image img {
  1555.    width: 100%;
  1556.    height: 100%;
  1557.    object-fit: cover;
  1558. }
  1559.  
  1560. .category {
  1561.    position: absolute;
  1562.    top: 15px;
  1563.    left: 15px;
  1564.    padding: 6px 16px;
  1565.    border-radius: 20px;
  1566.    font-size: 12px;
  1567.    font-weight: 500;
  1568.    text-transform: uppercase;
  1569.    letter-spacing: 0.5px;
  1570. }
  1571.  
  1572. .card-content {
  1573.    padding: 25px;
  1574. }
  1575.  
  1576. .featured .card-content {
  1577.    display: flex;
  1578.    flex-direction: column;
  1579.    justify-content: center;
  1580.    padding: 40px;
  1581. }
  1582.  
  1583. .card-title {
  1584.    font-size: 18px;
  1585.    font-weight: 600;
  1586.    margin-bottom: 12px;
  1587.    line-height: 1.4;
  1588. }
  1589.  
  1590. .featured .card-title {
  1591.    font-size: 24px;
  1592.    margin-bottom: 15px;
  1593. }
  1594.  
  1595. .card-excerpt {
  1596.    color: #666;
  1597.    font-size: 14px;
  1598.    line-height: 1.6;
  1599.    margin-bottom: 20px;
  1600. }
  1601.  
  1602. .featured .card-excerpt {
  1603.    font-size: 16px;
  1604.    margin-bottom: 25px;
  1605. }
  1606.  
  1607. .card-meta {
  1608.    display: flex;
  1609.    align-items: center;
  1610.    justify-content: space-between;
  1611.    padding-top: 15px;
  1612.    border-top: 1px solid #f0f0f0;
  1613.    margin-bottom: 15px;
  1614. }
  1615.  
  1616. .author {
  1617.    display: flex;
  1618.    align-items: center;
  1619.    gap: 10px;
  1620. }
  1621.  
  1622. .author-avatar {
  1623.    width: 30px;
  1624.    height: 30px;
  1625.    border-radius: 50%;
  1626.    object-fit: cover;
  1627.    border: 1px solid #e5e5e5;
  1628. }
  1629.  
  1630. .author-name {
  1631.    color: #555;
  1632.    font-size: 13px;
  1633.    font-weight: 500;
  1634. }
  1635.  
  1636. .date {
  1637.    color: #999;
  1638.    font-size: 12px;
  1639. }
  1640.  
  1641. .read-more {
  1642.    color: #333;
  1643.    text-decoration: none;
  1644.    font-size: 13px;
  1645.    font-weight: 500;
  1646.    display: inline-flex;
  1647.    align-items: center;
  1648.    transition: color 0.2s ease;
  1649. }
  1650.  
  1651. .read-more:hover {
  1652.    color: #000;
  1653. }
  1654.  
  1655. .read-more::after {
  1656.    content: '→';
  1657.    margin-left: 8px;
  1658.    transition: transform 0.2s ease;
  1659. }
  1660.  
  1661. .read-more:hover::after {
  1662.    transform: translateX(4px);
  1663. }
  1664.  
  1665. /* Newsletter Card */
  1666. .newsletter-card {
  1667.    background: white;
  1668.    border: 2px dashed #ddd;
  1669.    border-radius: 12px;
  1670.    padding: 40px 30px;
  1671.    text-align: center;
  1672.    display: flex;
  1673.    flex-direction: column;
  1674.    justify-content: center;
  1675.    align-items: center;
  1676. }
  1677.  
  1678. .newsletter-title {
  1679.    color: #333;
  1680.    font-size: 20px;
  1681.    font-weight: 600;
  1682.    margin-bottom: 8px;
  1683. }
  1684.  
  1685. .newsletter-desc {
  1686.    color: #666;
  1687.    font-size: 14px;
  1688.    margin-bottom: 25px;
  1689. }
  1690.  
  1691. .newsletter-form {
  1692.    width: 100%;
  1693.    max-width: 280px;
  1694.    margin-bottom: 15px;
  1695. }
  1696.  
  1697. .email-input {
  1698.    width: 100%;
  1699.    padding: 12px 16px;
  1700.    border: 1px solid #ddd;
  1701.    border-radius: 8px;
  1702.    font-size: 14px;
  1703.    margin-bottom: 12px;
  1704.    transition: border-color 0.2s ease;
  1705. }
  1706.  
  1707. .email-input:focus {
  1708.    outline: none;
  1709.    border-color: #333;
  1710. }
  1711.  
  1712. .subscribe-btn {
  1713.    width: 100%;
  1714.    padding: 12px 16px;
  1715.    background: #333;
  1716.    color: white;
  1717.    border: none;
  1718.    border-radius: 8px;
  1719.    font-size: 14px;
  1720.    font-weight: 500;
  1721.    cursor: pointer;
  1722.    transition: background 0.2s ease;
  1723. }
  1724.  
  1725. .subscribe-btn:hover {
  1726.    background: #555;
  1727. }
  1728.  
  1729. .subscriber-count {
  1730.    color: #999;
  1731.    font-size: 12px;
  1732. }
  1733.  
  1734. /* Responsive Design */
  1735. @media (max-width: 768px) {
  1736.    .blog-grid {
  1737.        grid-template-columns: 1fr;
  1738.        gap: 20px;
  1739.    }
  1740.    
  1741.    .featured {
  1742.        grid-column: span 1;
  1743.        grid-template-columns: 1fr;
  1744.    }
  1745.    
  1746.    .featured .card-image {
  1747.        height: 220px;
  1748.    }
  1749.    
  1750.    .featured .card-content {
  1751.        padding: 25px;
  1752.    }
  1753.    
  1754.    .featured .card-title {
  1755.        font-size: 20px;
  1756.    }
  1757.    
  1758.    .featured .card-excerpt {
  1759.        font-size: 14px;
  1760.    }
  1761. }
  1762.  
  1763. @media (max-width: 480px) {
  1764.    .container {
  1765.        padding: 0 15px;
  1766.    }
  1767.    
  1768.    .card-content,
  1769.    .featured .card-content {
  1770.        padding: 20px;
  1771.    }
  1772.    
  1773.    .newsletter-card {
  1774.        padding: 30px 20px;
  1775.    }
  1776. }
  1777. </style>
  1778.  
  1779.  
  1780.  
  1781.  
  1782.        <!-- end of wpo-blog-hero -->
  1783.  
  1784.        <!-- start of wpo-breacking-news -->
  1785.        
  1786.        <!-- end of wpo-breacking-news -->
  1787.        
  1788.        <!-- start wpo-blog-highlights-section -->
  1789.        
  1790.  
  1791.  
  1792.  
  1793.    
  1794.  
  1795.  
  1796.  
  1797. <style>
  1798.    .blog-highlights-v4 {
  1799.        padding: 30px 0;
  1800.        position: relative;
  1801.        min-height: 100vh;
  1802.        background: transparent; /* Solid background color */
  1803.    }
  1804.  
  1805.    /* Blog Container */
  1806.    .blog-container-v4 {
  1807.        position: relative;
  1808.        z-index: 10;
  1809.    }
  1810.  
  1811.    /* Card Design */
  1812.    .blog-card-v4 {
  1813.        border-radius: 25px;
  1814.        background: var(--card-bg);
  1815.        border: 1px solid var(--border-color);
  1816.        position: relative;
  1817.        overflow: hidden;
  1818.        transition: opacity 1.2s ease; /* Fade animation for card */
  1819.    }
  1820.  
  1821.    /* Image Container */
  1822.    .blog-image-container-v4 {
  1823.        height: 280px;
  1824.        border-radius: 20px 20px 0 0;
  1825.        overflow: hidden;
  1826.        position: relative;
  1827.        z-index: 2;
  1828.    }
  1829.  
  1830.    .blog-image-v4 {
  1831.        width: 100%;
  1832.        height: 100%;
  1833.        position: relative;
  1834.        overflow: hidden;
  1835.    }
  1836.  
  1837.    .blog-image-v4 img {
  1838.        width: 100%;
  1839.        height: 100%;
  1840.        object-fit: cover;
  1841.    }
  1842.  
  1843.    /* Category Badge */
  1844.    .blog-category-v4 {
  1845.        position: absolute;
  1846.        top: 20px;
  1847.        left: 20px;
  1848.        padding: 10px 18px;
  1849.        border-radius: 20px;
  1850.        font-size: 11px;
  1851.        font-weight: 700;
  1852.        text-transform: uppercase;
  1853.        letter-spacing: 1.2px;
  1854.        z-index: 5;
  1855.        border: 1px solid rgba(255, 255, 255, 0.3);
  1856.        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  1857.    }
  1858.  
  1859.    /* Content Area */
  1860.    .blog-content-v4 {
  1861.        padding: 20px 25px 25px;
  1862.        display: flex;
  1863.        flex-direction: column;
  1864.        justify-content: space-between;
  1865.        position: relative;
  1866.        z-index: 2;
  1867.    }
  1868.  
  1869.    /* Title */
  1870.    .blog-title-v4 {
  1871.        font-size: 20px;
  1872.        font-weight: 800;
  1873.        line-height: 1.3;
  1874.        margin-bottom: 8px;
  1875.    }
  1876.  
  1877.    .blog-title-v4 a {
  1878.        text-decoration: none;
  1879.    }
  1880.  
  1881.    /* Meta Information */
  1882.    .blog-meta-v4 {
  1883.        display: flex;
  1884.        align-items: center;
  1885.        gap: 12px;
  1886.        margin-bottom: 15px;
  1887.        font-size: 13px;
  1888.    }
  1889.  
  1890.    .blog-author-img-v4 {
  1891.        width: 35px;
  1892.        height: 35px;
  1893.        border-radius: 50%;
  1894.        border: 2px solid var(--border-color);
  1895.    }
  1896.  
  1897.    /* Excerpt */
  1898.    .blog-excerpt-v4 {
  1899.        font-size: 14px;
  1900.        line-height: 1.6;
  1901.        margin-bottom: 8px;
  1902.        display: -webkit-box;
  1903.        -webkit-line-clamp: 3;
  1904.        -webkit-box-orient: vertical;
  1905.        overflow: hidden;
  1906.    }
  1907.  
  1908.    /* Actions Area */
  1909.    .blog-actions-v4 {
  1910.        display: flex;
  1911.        justify-content: space-between;
  1912.        align-items: center;
  1913.    }
  1914.  
  1915.    .blog-stats-v4 {
  1916.        display: flex;
  1917.        gap: 20px;
  1918.        align-items: center;
  1919.    }
  1920.  
  1921.    .blog-stat-item-v4 {
  1922.        display: flex;
  1923.        align-items: center;
  1924.        gap: 6px;
  1925.        font-size: 12px;
  1926.    }
  1927.  
  1928.    /* Read More Button */
  1929.    .blog-read-more-v4 {
  1930.        width: 40px;
  1931.        height: 40px;
  1932.        border-radius: 50%;
  1933.        background: var(--border-color);
  1934.        border: 2px solid var(--border-color);
  1935.        display: flex;
  1936.        align-items: center;
  1937.        justify-content: center;
  1938.        text-decoration: none;
  1939.    }
  1940.  
  1941.    ..blog-read-more-v4:hover{
  1942.        background-color: #172133;
  1943.    }
  1944.    /* Section Header */
  1945.    .section-header-v4 {
  1946.        text-align: center;
  1947.        margin-bottom: 40px;
  1948.        position: relative;
  1949.        z-index: 15;
  1950.    }
  1951.  
  1952.    .section-title-v4 {
  1953.        font-size: 3.5rem;
  1954.        font-weight: 900;
  1955.        margin-bottom: .5rem;
  1956.    }
  1957.  
  1958.    .section-subtitle-v4 {
  1959.        font-size: 1.4rem;
  1960.        max-width: 700px;
  1961.        margin: 0 auto;
  1962.        line-height: 1.7;
  1963.        font-weight: 300;
  1964.    }
  1965.  
  1966.    /* Scroll Fade Animation */
  1967.    .scroll-trigger {
  1968.        opacity: 0;
  1969.        transition: opacity 1.2s ease;
  1970.    }
  1971.  
  1972.    .scroll-trigger.active {
  1973.        opacity: 1;
  1974.    }
  1975.  
  1976.    /* Responsive Design */
  1977.    @media (max-width: 768px) {
  1978.        .section-title-v4 {
  1979.            font-size: 3rem;
  1980.        }
  1981.        .blog-highlights-v4 {
  1982.            padding: 80px 0;
  1983.        }
  1984.        .blog-card-v4 {
  1985.            height: 450px;
  1986.        }
  1987.        .blog-content-v4 {
  1988.            padding: 15px 20px 20px;
  1989.        }
  1990.    }
  1991. </style>
  1992.  
  1993. <section class="blog-highlights-v4">
  1994.    <div class="container-fluid fluid-container blog-container-v4">
  1995.        <!-- Section Header -->
  1996.        <div class="row">
  1997.            <div class="col-12">
  1998.                <div class="section-header-v4">
  1999.                    <h2 class="section-title-v4">
  2000.                Today's Top Highlights
  2001.                   </h2>
  2002.                    <p class="section-subtitle-v4">Experience the future of storytelling through immersive digital journeys that blend creativity with cutting-edge technology</p>
  2003.                </div>
  2004.            </div>
  2005.        </div>
  2006.        
  2007.        <!-- Blog Grid -->
  2008.        <div class="row">
  2009.            <div class="col-lg-8">
  2010.                <div class="row g-4">
  2011.                    
  2012.                    <div class="col-lg-6 col-md-6">
  2013.                        <article class="blog-card-v4 scroll-trigger">
  2014.                            <div class="blog-image-container-v4">
  2015.                                <div class="blog-image-v4">
  2016.                                    
  2017.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2018.                                    
  2019.                                </div>
  2020.                                
  2021.                                <span class="blog-category-v4 bg-primary-gradient">
  2022.                                    News
  2023.                                </span>
  2024.                            </div>
  2025.                            
  2026.                            <div class="blog-content-v4">
  2027.                                <h3 class="blog-title-v4">
  2028.                                    <a href="/arsenals-goalkeeper-backs-squad-depth-as-vital-to-silverware-pursuit/" class="top-color">
  2029.                                    Arsenal&#x27;s goalkeeper Backs Squad Depth as Vital to Silverware Pursuit
  2030.                                    </a>
  2031.                                </h3>
  2032.                                <div class="blog-meta-v4">
  2033.                                    
  2034.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/47095ffb-e6c0-453b-a31c-819f40b3ff7b_profile.png" alt="Joshua Williams" style="object-fit: cover;"  class="blog-author-img-v4">
  2035.                                    
  2036.                                    <span>By <strong>Joshua Williams</strong></span>
  2037.                                    <span>•</span>
  2038.                                    <span>18 May 2026</span>
  2039.                                </div>
  2040.                                
  2041.                                <p class="blog-excerpt-v4">
  2042.                                    
  2043.                                </p>
  2044.                                
  2045.                                <div class="blog-actions-v4">
  2046.                                    
  2047.                                    <a href="/arsenals-goalkeeper-backs-squad-depth-as-vital-to-silverware-pursuit/" class="blog-read-more-v4 bg-primary-gradient">
  2048.                                        <i class="ti-arrow-right"></i>
  2049.                                    </a>
  2050.                                </div>
  2051.                            </div>
  2052.                        </article>
  2053.                    </div>
  2054.                    
  2055.                    <div class="col-lg-6 col-md-6">
  2056.                        <article class="blog-card-v4 scroll-trigger">
  2057.                            <div class="blog-image-container-v4">
  2058.                                <div class="blog-image-v4">
  2059.                                    
  2060.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2061.                                    
  2062.                                </div>
  2063.                                
  2064.                                <span class="blog-category-v4 bg-primary-gradient">
  2065.                                    News
  2066.                                </span>
  2067.                            </div>
  2068.                            
  2069.                            <div class="blog-content-v4">
  2070.                                <h3 class="blog-title-v4">
  2071.                                    <a href="/will-the-new-zealand-rugby-team-regain-their-spark-this-autumn/" class="top-color">
  2072.                                    Will the New Zealand rugby team regain their spark this autumn?
  2073.                                    </a>
  2074.                                </h3>
  2075.                                <div class="blog-meta-v4">
  2076.                                    
  2077.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/47095ffb-e6c0-453b-a31c-819f40b3ff7b_profile.png" alt="Joshua Williams" style="object-fit: cover;"  class="blog-author-img-v4">
  2078.                                    
  2079.                                    <span>By <strong>Joshua Williams</strong></span>
  2080.                                    <span>•</span>
  2081.                                    <span>18 May 2026</span>
  2082.                                </div>
  2083.                                
  2084.                                <p class="blog-excerpt-v4">
  2085.                                    
  2086.                                </p>
  2087.                                
  2088.                                <div class="blog-actions-v4">
  2089.                                    
  2090.                                    <a href="/will-the-new-zealand-rugby-team-regain-their-spark-this-autumn/" class="blog-read-more-v4 bg-primary-gradient">
  2091.                                        <i class="ti-arrow-right"></i>
  2092.                                    </a>
  2093.                                </div>
  2094.                            </div>
  2095.                        </article>
  2096.                    </div>
  2097.                    
  2098.                    <div class="col-lg-6 col-md-6">
  2099.                        <article class="blog-card-v4 scroll-trigger">
  2100.                            <div class="blog-image-container-v4">
  2101.                                <div class="blog-image-v4">
  2102.                                    
  2103.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2104.                                    
  2105.                                </div>
  2106.                                
  2107.                                <span class="blog-category-v4 bg-primary-gradient">
  2108.                                    News
  2109.                                </span>
  2110.                            </div>
  2111.                            
  2112.                            <div class="blog-content-v4">
  2113.                                <h3 class="blog-title-v4">
  2114.                                    <a href="/his-overarching-influence-in-the-sporting-world-hit-new-heights-in-2025-the-coming-year-threatens-to-be-even-bigger/" class="top-color">
  2115.                                    His Overarching Influence in The Sporting World Hit New Heights in 2025. The Coming Year Threatens to Be Even Bigger.
  2116.                                    </a>
  2117.                                </h3>
  2118.                                <div class="blog-meta-v4">
  2119.                                    
  2120.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/47095ffb-e6c0-453b-a31c-819f40b3ff7b_profile.png" alt="Joshua Williams" style="object-fit: cover;"  class="blog-author-img-v4">
  2121.                                    
  2122.                                    <span>By <strong>Joshua Williams</strong></span>
  2123.                                    <span>•</span>
  2124.                                    <span>18 May 2026</span>
  2125.                                </div>
  2126.                                
  2127.                                <p class="blog-excerpt-v4">
  2128.                                    
  2129.                                </p>
  2130.                                
  2131.                                <div class="blog-actions-v4">
  2132.                                    
  2133.                                    <a href="/his-overarching-influence-in-the-sporting-world-hit-new-heights-in-2025-the-coming-year-threatens-to-be-even-bigger/" class="blog-read-more-v4 bg-primary-gradient">
  2134.                                        <i class="ti-arrow-right"></i>
  2135.                                    </a>
  2136.                                </div>
  2137.                            </div>
  2138.                        </article>
  2139.                    </div>
  2140.                    
  2141.                    <div class="col-lg-6 col-md-6">
  2142.                        <article class="blog-card-v4 scroll-trigger">
  2143.                            <div class="blog-image-container-v4">
  2144.                                <div class="blog-image-v4">
  2145.                                    
  2146.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2147.                                    
  2148.                                </div>
  2149.                                
  2150.                                <span class="blog-category-v4 bg-primary-gradient">
  2151.                                    News
  2152.                                </span>
  2153.                            </div>
  2154.                            
  2155.                            <div class="blog-content-v4">
  2156.                                <h3 class="blog-title-v4">
  2157.                                    <a href="/we-got-dismissed-and-were-owning-it-heres-how-to-land-a-fresh-position-that-works-you-personally/" class="top-color">
  2158.                                    We Got Dismissed, and We&#x27;re Owning It – Here&#x27;s How to Land a Fresh Position That Works You Personally
  2159.                                    </a>
  2160.                                </h3>
  2161.                                <div class="blog-meta-v4">
  2162.                                    
  2163.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/47095ffb-e6c0-453b-a31c-819f40b3ff7b_profile.png" alt="Joshua Williams" style="object-fit: cover;"  class="blog-author-img-v4">
  2164.                                    
  2165.                                    <span>By <strong>Joshua Williams</strong></span>
  2166.                                    <span>•</span>
  2167.                                    <span>18 May 2026</span>
  2168.                                </div>
  2169.                                
  2170.                                <p class="blog-excerpt-v4">
  2171.                                    
  2172.                                </p>
  2173.                                
  2174.                                <div class="blog-actions-v4">
  2175.                                    
  2176.                                    <a href="/we-got-dismissed-and-were-owning-it-heres-how-to-land-a-fresh-position-that-works-you-personally/" class="blog-read-more-v4 bg-primary-gradient">
  2177.                                        <i class="ti-arrow-right"></i>
  2178.                                    </a>
  2179.                                </div>
  2180.                            </div>
  2181.                        </article>
  2182.                    </div>
  2183.                    
  2184.                    <div class="col-lg-6 col-md-6">
  2185.                        <article class="blog-card-v4 scroll-trigger">
  2186.                            <div class="blog-image-container-v4">
  2187.                                <div class="blog-image-v4">
  2188.                                    
  2189.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2190.                                    
  2191.                                </div>
  2192.                                
  2193.                                <span class="blog-category-v4 bg-primary-gradient">
  2194.                                    News
  2195.                                </span>
  2196.                            </div>
  2197.                            
  2198.                            <div class="blog-content-v4">
  2199.                                <h3 class="blog-title-v4">
  2200.                                    <a href="/over-60000-escape-sudans-city-after-takeover-by-rapid-support-forces-paramilitary-group-un-says/" class="top-color">
  2201.                                    Over 60,000 Escape Sudan&#x27;s City After Takeover by Rapid Support Forces Paramilitary Group, UN Says
  2202.                                    </a>
  2203.                                </h3>
  2204.                                <div class="blog-meta-v4">
  2205.                                    
  2206.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/47095ffb-e6c0-453b-a31c-819f40b3ff7b_profile.png" alt="Joshua Williams" style="object-fit: cover;"  class="blog-author-img-v4">
  2207.                                    
  2208.                                    <span>By <strong>Joshua Williams</strong></span>
  2209.                                    <span>•</span>
  2210.                                    <span>17 May 2026</span>
  2211.                                </div>
  2212.                                
  2213.                                <p class="blog-excerpt-v4">
  2214.                                    
  2215.                                </p>
  2216.                                
  2217.                                <div class="blog-actions-v4">
  2218.                                    
  2219.                                    <a href="/over-60000-escape-sudans-city-after-takeover-by-rapid-support-forces-paramilitary-group-un-says/" class="blog-read-more-v4 bg-primary-gradient">
  2220.                                        <i class="ti-arrow-right"></i>
  2221.                                    </a>
  2222.                                </div>
  2223.                            </div>
  2224.                        </article>
  2225.                    </div>
  2226.                    
  2227.                    <div class="col-lg-6 col-md-6">
  2228.                        <article class="blog-card-v4 scroll-trigger">
  2229.                            <div class="blog-image-container-v4">
  2230.                                <div class="blog-image-v4">
  2231.                                    
  2232.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2233.                                    
  2234.                                </div>
  2235.                                
  2236.                                <span class="blog-category-v4 bg-primary-gradient">
  2237.                                    News
  2238.                                </span>
  2239.                            </div>
  2240.                            
  2241.                            <div class="blog-content-v4">
  2242.                                <h3 class="blog-title-v4">
  2243.                                    <a href="/exercise-while-you-are-working-a-dozen-fitness-enhancing-desk-movements-you-can-do-in-regular-clothes/" class="top-color">
  2244.                                    Exercise while you are working? A dozen fitness-enhancing desk movements you can do in regular clothes
  2245.                                    </a>
  2246.                                </h3>
  2247.                                <div class="blog-meta-v4">
  2248.                                    
  2249.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/47095ffb-e6c0-453b-a31c-819f40b3ff7b_profile.png" alt="Joshua Williams" style="object-fit: cover;"  class="blog-author-img-v4">
  2250.                                    
  2251.                                    <span>By <strong>Joshua Williams</strong></span>
  2252.                                    <span>•</span>
  2253.                                    <span>17 May 2026</span>
  2254.                                </div>
  2255.                                
  2256.                                <p class="blog-excerpt-v4">
  2257.                                    
  2258.                                </p>
  2259.                                
  2260.                                <div class="blog-actions-v4">
  2261.                                    
  2262.                                    <a href="/exercise-while-you-are-working-a-dozen-fitness-enhancing-desk-movements-you-can-do-in-regular-clothes/" class="blog-read-more-v4 bg-primary-gradient">
  2263.                                        <i class="ti-arrow-right"></i>
  2264.                                    </a>
  2265.                                </div>
  2266.                            </div>
  2267.                        </article>
  2268.                    </div>
  2269.                    
  2270.                    <div class="col-lg-6 col-md-6">
  2271.                        <article class="blog-card-v4 scroll-trigger">
  2272.                            <div class="blog-image-container-v4">
  2273.                                <div class="blog-image-v4">
  2274.                                    
  2275.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2276.                                    
  2277.                                </div>
  2278.                                
  2279.                                <span class="blog-category-v4 bg-primary-gradient">
  2280.                                    News
  2281.                                </span>
  2282.                            </div>
  2283.                            
  2284.                            <div class="blog-content-v4">
  2285.                                <h3 class="blog-title-v4">
  2286.                                    <a href="/anno-117s-pax-romanas-best-kept-secret-turns-out-to-be-a-breathtaking-first-person-perspective/" class="top-color">
  2287.                                    Anno 117&#x27;s Pax Romana&#x27;s Best-Kept Secret Turns Out to Be a Breathtaking First-Person Perspective.
  2288.                                    </a>
  2289.                                </h3>
  2290.                                <div class="blog-meta-v4">
  2291.                                    
  2292.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/47095ffb-e6c0-453b-a31c-819f40b3ff7b_profile.png" alt="Joshua Williams" style="object-fit: cover;"  class="blog-author-img-v4">
  2293.                                    
  2294.                                    <span>By <strong>Joshua Williams</strong></span>
  2295.                                    <span>•</span>
  2296.                                    <span>17 May 2026</span>
  2297.                                </div>
  2298.                                
  2299.                                <p class="blog-excerpt-v4">
  2300.                                    
  2301.                                </p>
  2302.                                
  2303.                                <div class="blog-actions-v4">
  2304.                                    
  2305.                                    <a href="/anno-117s-pax-romanas-best-kept-secret-turns-out-to-be-a-breathtaking-first-person-perspective/" class="blog-read-more-v4 bg-primary-gradient">
  2306.                                        <i class="ti-arrow-right"></i>
  2307.                                    </a>
  2308.                                </div>
  2309.                            </div>
  2310.                        </article>
  2311.                    </div>
  2312.                    
  2313.                    <div class="col-lg-6 col-md-6">
  2314.                        <article class="blog-card-v4 scroll-trigger">
  2315.                            <div class="blog-image-container-v4">
  2316.                                <div class="blog-image-v4">
  2317.                                    
  2318.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2319.                                    
  2320.                                </div>
  2321.                                
  2322.                                <span class="blog-category-v4 bg-primary-gradient">
  2323.                                    News
  2324.                                </span>
  2325.                            </div>
  2326.                            
  2327.                            <div class="blog-content-v4">
  2328.                                <h3 class="blog-title-v4">
  2329.                                    <a href="/trump-says-for-the-most-part-agreement-exists-on-next-stages-of-truce-agreement-for-gaza/" class="top-color">
  2330.                                    Trump Says &#x27;For the Most Part, Agreement Exists&#x27; on Next Stages of Truce Agreement for Gaza
  2331.                                    </a>
  2332.                                </h3>
  2333.                                <div class="blog-meta-v4">
  2334.                                    
  2335.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/47095ffb-e6c0-453b-a31c-819f40b3ff7b_profile.png" alt="Joshua Williams" style="object-fit: cover;"  class="blog-author-img-v4">
  2336.                                    
  2337.                                    <span>By <strong>Joshua Williams</strong></span>
  2338.                                    <span>•</span>
  2339.                                    <span>17 May 2026</span>
  2340.                                </div>
  2341.                                
  2342.                                <p class="blog-excerpt-v4">
  2343.                                    
  2344.                                </p>
  2345.                                
  2346.                                <div class="blog-actions-v4">
  2347.                                    
  2348.                                    <a href="/trump-says-for-the-most-part-agreement-exists-on-next-stages-of-truce-agreement-for-gaza/" class="blog-read-more-v4 bg-primary-gradient">
  2349.                                        <i class="ti-arrow-right"></i>
  2350.                                    </a>
  2351.                                </div>
  2352.                            </div>
  2353.                        </article>
  2354.                    </div>
  2355.                    
  2356.                    <div class="col-lg-6 col-md-6">
  2357.                        <article class="blog-card-v4 scroll-trigger">
  2358.                            <div class="blog-image-container-v4">
  2359.                                <div class="blog-image-v4">
  2360.                                    
  2361.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2362.                                    
  2363.                                </div>
  2364.                                
  2365.                                <span class="blog-category-v4 bg-primary-gradient">
  2366.                                    News
  2367.                                </span>
  2368.                            </div>
  2369.                            
  2370.                            <div class="blog-content-v4">
  2371.                                <h3 class="blog-title-v4">
  2372.                                    <a href="/every-night-i-dream-of-riding-a-unicorn-swordsnsorcery-heavy-metal-group-castle-rat/" class="top-color">
  2373.                                    ‘Every Night, I Dream of Riding a Unicorn’: Swords’n’Sorcery Heavy Metal Group Castle Rat
  2374.                                    </a>
  2375.                                </h3>
  2376.                                <div class="blog-meta-v4">
  2377.                                    
  2378.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/47095ffb-e6c0-453b-a31c-819f40b3ff7b_profile.png" alt="Joshua Williams" style="object-fit: cover;"  class="blog-author-img-v4">
  2379.                                    
  2380.                                    <span>By <strong>Joshua Williams</strong></span>
  2381.                                    <span>•</span>
  2382.                                    <span>17 May 2026</span>
  2383.                                </div>
  2384.                                
  2385.                                <p class="blog-excerpt-v4">
  2386.                                    
  2387.                                </p>
  2388.                                
  2389.                                <div class="blog-actions-v4">
  2390.                                    
  2391.                                    <a href="/every-night-i-dream-of-riding-a-unicorn-swordsnsorcery-heavy-metal-group-castle-rat/" class="blog-read-more-v4 bg-primary-gradient">
  2392.                                        <i class="ti-arrow-right"></i>
  2393.                                    </a>
  2394.                                </div>
  2395.                            </div>
  2396.                        </article>
  2397.                    </div>
  2398.                    
  2399.                    <div class="col-lg-6 col-md-6">
  2400.                        <article class="blog-card-v4 scroll-trigger">
  2401.                            <div class="blog-image-container-v4">
  2402.                                <div class="blog-image-v4">
  2403.                                    
  2404.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2405.                                    
  2406.                                </div>
  2407.                                
  2408.                                <span class="blog-category-v4 bg-primary-gradient">
  2409.                                    News
  2410.                                </span>
  2411.                            </div>
  2412.                            
  2413.                            <div class="blog-content-v4">
  2414.                                <h3 class="blog-title-v4">
  2415.                                    <a href="/swiss-ski-resort-fire-victims-receive-care-in-burns-units-throughout-the-continent/" class="top-color">
  2416.                                    Swiss Ski Resort Fire Victims Receive Care in Burns Units Throughout the Continent
  2417.                                    </a>
  2418.                                </h3>
  2419.                                <div class="blog-meta-v4">
  2420.                                    
  2421.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/47095ffb-e6c0-453b-a31c-819f40b3ff7b_profile.png" alt="Joshua Williams" style="object-fit: cover;"  class="blog-author-img-v4">
  2422.                                    
  2423.                                    <span>By <strong>Joshua Williams</strong></span>
  2424.                                    <span>•</span>
  2425.                                    <span>17 May 2026</span>
  2426.                                </div>
  2427.                                
  2428.                                <p class="blog-excerpt-v4">
  2429.                                    
  2430.                                </p>
  2431.                                
  2432.                                <div class="blog-actions-v4">
  2433.                                    
  2434.                                    <a href="/swiss-ski-resort-fire-victims-receive-care-in-burns-units-throughout-the-continent/" class="blog-read-more-v4 bg-primary-gradient">
  2435.                                        <i class="ti-arrow-right"></i>
  2436.                                    </a>
  2437.                                </div>
  2438.                            </div>
  2439.                        </article>
  2440.                    </div>
  2441.                    
  2442.                    <div class="col-lg-6 col-md-6">
  2443.                        <article class="blog-card-v4 scroll-trigger">
  2444.                            <div class="blog-image-container-v4">
  2445.                                <div class="blog-image-v4">
  2446.                                    
  2447.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2448.                                    
  2449.                                </div>
  2450.                                
  2451.                                <span class="blog-category-v4 bg-primary-gradient">
  2452.                                    News
  2453.                                </span>
  2454.                            </div>
  2455.                            
  2456.                            <div class="blog-content-v4">
  2457.                                <h3 class="blog-title-v4">
  2458.                                    <a href="/leaders-salute-leaders-as-the-president-extends-the-mayor-elect-a-warm-reception/" class="top-color">
  2459.                                    Leaders Salute Leaders as The President Extends The Mayor-Elect a Warm Reception
  2460.                                    </a>
  2461.                                </h3>
  2462.                                <div class="blog-meta-v4">
  2463.                                    
  2464.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/47095ffb-e6c0-453b-a31c-819f40b3ff7b_profile.png" alt="Joshua Williams" style="object-fit: cover;"  class="blog-author-img-v4">
  2465.                                    
  2466.                                    <span>By <strong>Joshua Williams</strong></span>
  2467.                                    <span>•</span>
  2468.                                    <span>17 May 2026</span>
  2469.                                </div>
  2470.                                
  2471.                                <p class="blog-excerpt-v4">
  2472.                                    
  2473.                                </p>
  2474.                                
  2475.                                <div class="blog-actions-v4">
  2476.                                    
  2477.                                    <a href="/leaders-salute-leaders-as-the-president-extends-the-mayor-elect-a-warm-reception/" class="blog-read-more-v4 bg-primary-gradient">
  2478.                                        <i class="ti-arrow-right"></i>
  2479.                                    </a>
  2480.                                </div>
  2481.                            </div>
  2482.                        </article>
  2483.                    </div>
  2484.                    
  2485.                    <div class="col-lg-6 col-md-6">
  2486.                        <article class="blog-card-v4 scroll-trigger">
  2487.                            <div class="blog-image-container-v4">
  2488.                                <div class="blog-image-v4">
  2489.                                    
  2490.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2491.                                    
  2492.                                </div>
  2493.                                
  2494.                                <span class="blog-category-v4 bg-primary-gradient">
  2495.                                    News
  2496.                                </span>
  2497.                            </div>
  2498.                            
  2499.                            <div class="blog-content-v4">
  2500.                                <h3 class="blog-title-v4">
  2501.                                    <a href="/the-ten-year-affair-from-author-erin-somers-a-middle-aged-adultery-tale-this-era-needs/" class="top-color">
  2502.                                    The Ten Year Affair from author Erin Somers: A Middle-Aged Adultery Tale This Era Needs.
  2503.                                    </a>
  2504.                                </h3>
  2505.                                <div class="blog-meta-v4">
  2506.                                    
  2507.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/47095ffb-e6c0-453b-a31c-819f40b3ff7b_profile.png" alt="Joshua Williams" style="object-fit: cover;"  class="blog-author-img-v4">
  2508.                                    
  2509.                                    <span>By <strong>Joshua Williams</strong></span>
  2510.                                    <span>•</span>
  2511.                                    <span>16 May 2026</span>
  2512.                                </div>
  2513.                                
  2514.                                <p class="blog-excerpt-v4">
  2515.                                    
  2516.                                </p>
  2517.                                
  2518.                                <div class="blog-actions-v4">
  2519.                                    
  2520.                                    <a href="/the-ten-year-affair-from-author-erin-somers-a-middle-aged-adultery-tale-this-era-needs/" class="blog-read-more-v4 bg-primary-gradient">
  2521.                                        <i class="ti-arrow-right"></i>
  2522.                                    </a>
  2523.                                </div>
  2524.                            </div>
  2525.                        </article>
  2526.                    </div>
  2527.                    
  2528.                    
  2529.  
  2530.                </div>
  2531.            </div>
  2532.            
  2533.             <div class="col col-lg-4 col-12">
  2534.                
  2535.  
  2536.  
  2537.  
  2538.    
  2539.  
  2540. <div class="blog-sidebar">
  2541.    
  2542.        <div class="widget category-widget">
  2543.            <h3>May 2026 Blog Roll</h3>
  2544.            <ul class="scrollable-sidebar">
  2545.                
  2546.                    <li>
  2547.                        <a href="https://prwd.co.uk/" class="top-color " rel="dofollow">
  2548.                            non gamstop casinos
  2549.                        </a>
  2550.                    </li>
  2551.                
  2552.                    <li>
  2553.                        <a href="https://casinobeats.com/uk/online-casinos/casinos-not-on-gamstop/" class="top-color " rel="dofollow">
  2554.                            casinos not on gamstop
  2555.                        </a>
  2556.                    </li>
  2557.                
  2558.                    <li>
  2559.                        <a href="https://www.rochdaleonline.co.uk/" class="top-color " rel="dofollow">
  2560.                            uk casinos not on gamstop
  2561.                        </a>
  2562.                    </li>
  2563.                
  2564.            </ul>
  2565.        </div>
  2566.    
  2567.        <div class="widget category-widget">
  2568.            <h3>April 2026 Blog Roll</h3>
  2569.            <ul class="scrollable-sidebar">
  2570.                
  2571.                    <li>
  2572.                        <a href="https://www.adhdfoundation.org.uk" class="top-color " rel="dofollow">
  2573.                            best uk casino sites
  2574.                        </a>
  2575.                    </li>
  2576.                
  2577.                    <li>
  2578.                        <a href="https://cobdenchambers.co.uk/" class="top-color " rel="dofollow">
  2579.                            eu casino free spins no deposit
  2580.                        </a>
  2581.                    </li>
  2582.                
  2583.                    <li>
  2584.                        <a href="https://thegoldenfleeceyork.co.uk/" class="top-color " rel="dofollow">
  2585.                            casino site
  2586.                        </a>
  2587.                    </li>
  2588.                
  2589.                    <li>
  2590.                        <a href="https://www.oceanacidification.org.uk/" class="top-color " rel="dofollow">
  2591.                            casino not on gamstop
  2592.                        </a>
  2593.                    </li>
  2594.                
  2595.                    <li>
  2596.                        <a href="https://www.helptobuy.org.uk/" class="top-color " rel="dofollow">
  2597.                            non gamstop casinos
  2598.                        </a>
  2599.                    </li>
  2600.                
  2601.                    <li>
  2602.                        <a href="https://heyimhome.co.uk/" class="top-color " rel="dofollow">
  2603.                            best online casinos
  2604.                        </a>
  2605.                    </li>
  2606.                
  2607.                    <li>
  2608.                        <a href="https://stokecontrent.co.uk" class="top-color " rel="dofollow">
  2609.                            non uk online casino
  2610.                        </a>
  2611.                    </li>
  2612.                
  2613.                    <li>
  2614.                        <a href="https://www.impact-awards.co.uk" class="top-color " rel="dofollow">
  2615.                            casino not on GamStop
  2616.                        </a>
  2617.                    </li>
  2618.                
  2619.                    <li>
  2620.                        <a href="https://www.londonart.co.uk/" class="top-color " rel="dofollow">
  2621.                            find escort
  2622.                        </a>
  2623.                    </li>
  2624.                
  2625.                    <li>
  2626.                        <a href="https://www.llancaiachfawr.co.uk/" class="top-color " rel="dofollow">
  2627.                            UK casino sites
  2628.                        </a>
  2629.                    </li>
  2630.                
  2631.                    <li>
  2632.                        <a href="https://thepearlyqueen.com/" class="top-color " rel="dofollow">
  2633.                            UK casino sites
  2634.                        </a>
  2635.                    </li>
  2636.                
  2637.                    <li>
  2638.                        <a href="https://www.durhamminers.org/" class="top-color " rel="dofollow">
  2639.                            casinos not on GamStop
  2640.                        </a>
  2641.                    </li>
  2642.                
  2643.                    <li>
  2644.                        <a href="https://www.wildandgame.co.uk" class="top-color " rel="dofollow">
  2645.                            non GamStop casinos
  2646.                        </a>
  2647.                    </li>
  2648.                
  2649.                    <li>
  2650.                        <a href="https://llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch.co.uk" class="top-color " rel="dofollow">
  2651.                            casino not on GamStop
  2652.                        </a>
  2653.                    </li>
  2654.                
  2655.                    <li>
  2656.                        <a href="https://www.fourpure.com/" class="top-color " rel="dofollow">
  2657.                            games not on GamStop
  2658.                        </a>
  2659.                    </li>
  2660.                
  2661.            </ul>
  2662.        </div>
  2663.    
  2664.        <div class="widget category-widget">
  2665.            <h3>March 2026 Blog Roll</h3>
  2666.            <ul class="scrollable-sidebar">
  2667.                
  2668.                    <li>
  2669.                        <a href="https://www.gullwingbridge.co.uk/" class="top-color " rel="dofollow">
  2670.                            non GamStop casino
  2671.                        </a>
  2672.                    </li>
  2673.                
  2674.                    <li>
  2675.                        <a href="https://www.myiconstory.com/" class="top-color " rel="dofollow">
  2676.                            fast payout casinos
  2677.                        </a>
  2678.                    </li>
  2679.                
  2680.                    <li>
  2681.                        <a href="https://www.jeremysrestaurant.co.uk/" class="top-color " rel="dofollow">
  2682.                            instant withdrawal casinos
  2683.                        </a>
  2684.                    </li>
  2685.                
  2686.                    <li>
  2687.                        <a href="https://www.covent-garden.co.uk/" class="top-color " rel="dofollow">
  2688.                            casinos not on GamStop
  2689.                        </a>
  2690.                    </li>
  2691.                
  2692.                    <li>
  2693.                        <a href="https://thenewoxford.com/" class="top-color " rel="dofollow">
  2694.                            casinos not on GamStop
  2695.                        </a>
  2696.                    </li>
  2697.                
  2698.                    <li>
  2699.                        <a href="https://www.ginspa.co.uk/" class="top-color " rel="dofollow">
  2700.                            non GamStop casino
  2701.                        </a>
  2702.                    </li>
  2703.                
  2704.                    <li>
  2705.                        <a href="https://www.patients4nhs.org.uk/" class="top-color " rel="dofollow">
  2706.                            non GamStop casinos
  2707.                        </a>
  2708.                    </li>
  2709.                
  2710.                    <li>
  2711.                        <a href="https://hmdbookclub.co.uk/" class="top-color " rel="dofollow">
  2712.                            casinos not on GamStop
  2713.                        </a>
  2714.                    </li>
  2715.                
  2716.                    <li>
  2717.                        <a href="https://www.falconryforum.co.uk/" class="top-color " rel="dofollow">
  2718.                            gambling sites not on gamstop
  2719.                        </a>
  2720.                    </li>
  2721.                
  2722.                    <li>
  2723.                        <a href="https://transpositions.co.uk/" class="top-color " rel="dofollow">
  2724.                            casinos not on gamstop
  2725.                        </a>
  2726.                    </li>
  2727.                
  2728.                    <li>
  2729.                        <a href="https://geekgearbox.co.uk/" class="top-color " rel="dofollow">
  2730.                            non GamStop casinos
  2731.                        </a>
  2732.                    </li>
  2733.                
  2734.                    <li>
  2735.                        <a href="https://www.stamina.org.uk/" class="top-color " rel="dofollow">
  2736.                            Websites Not on Gamban
  2737.                        </a>
  2738.                    </li>
  2739.                
  2740.                    <li>
  2741.                        <a href="https://www.thekarczma.co.uk/" class="top-color " rel="dofollow">
  2742.                            Non UKGC
  2743.                        </a>
  2744.                    </li>
  2745.                
  2746.                    <li>
  2747.                        <a href="https://bereavementcommission.org.uk/" class="top-color " rel="dofollow">
  2748.                            casino not on gamstop
  2749.                        </a>
  2750.                    </li>
  2751.                
  2752.                    <li>
  2753.                        <a href="https://www.livingcoasts.org.uk/" class="top-color " rel="dofollow">
  2754.                            casino not on gamstop
  2755.                        </a>
  2756.                    </li>
  2757.                
  2758.                    <li>
  2759.                        <a href="https://www.kysty.co.uk/" class="top-color " rel="dofollow">
  2760.                            Best UK Non GamStop Casinos
  2761.                        </a>
  2762.                    </li>
  2763.                
  2764.                    <li>
  2765.                        <a href="https://www.nordicresearchnetwork.co.uk/" class="top-color " rel="dofollow">
  2766.                            non UK casino
  2767.                        </a>
  2768.                    </li>
  2769.                
  2770.                    <li>
  2771.                        <a href="https://roadpeace.org/" class="top-color " rel="dofollow">
  2772.                            casino not on gamstop
  2773.                        </a>
  2774.                    </li>
  2775.                
  2776.            </ul>
  2777.        </div>
  2778.    
  2779.        <div class="widget category-widget">
  2780.            <h3>February 2026 Blog Roll</h3>
  2781.            <ul class="scrollable-sidebar">
  2782.                
  2783.                    <li>
  2784.                        <a href="https://financialservicescultureboard.org.uk/" class="top-color " rel="dofollow">
  2785.                            uk betting sites not on gamstop
  2786.                        </a>
  2787.                    </li>
  2788.                
  2789.                    <li>
  2790.                        <a href="https://www.taysideaviation.co.uk/" class="top-color " rel="dofollow">
  2791.                            betting sites not on gamstop uk
  2792.                        </a>
  2793.                    </li>
  2794.                
  2795.                    <li>
  2796.                        <a href="https://santanderjobs.co.uk/" class="top-color " rel="dofollow">
  2797.                            non gamstop betting sites
  2798.                        </a>
  2799.                    </li>
  2800.                
  2801.                    <li>
  2802.                        <a href="https://www.outset.org/" class="top-color " rel="dofollow">
  2803.                            non gamstop betting
  2804.                        </a>
  2805.                    </li>
  2806.                
  2807.                    <li>
  2808.                        <a href="https://indyonline.co.uk/" class="top-color " rel="dofollow">
  2809.                            new non GamStop casinos
  2810.                        </a>
  2811.                    </li>
  2812.                
  2813.                    <li>
  2814.                        <a href="https://www.xn--24-8qizc4j8c.com/" class="top-color " rel="dofollow">
  2815.                            แทงหวย24
  2816.                        </a>
  2817.                    </li>
  2818.                
  2819.                    <li>
  2820.                        <a href="https://www.regionalnetworks.org.uk/" class="top-color " rel="dofollow">
  2821.                            New Non GamStop Casinos
  2822.                        </a>
  2823.                    </li>
  2824.                
  2825.                    <li>
  2826.                        <a href="https://oncallfire.uk/" class="top-color " rel="dofollow">
  2827.                            New Non GamStop Casinos
  2828.                        </a>
  2829.                    </li>
  2830.                
  2831.            </ul>
  2832.        </div>
  2833.    
  2834.  
  2835.    
  2836.    <div class="widget recent-post-widget mb-3">
  2837.        <h3>Popular Post</h3>
  2838.        <div class="posts">
  2839.            
  2840.            <div class="post">
  2841.                <div class="img-holder">
  2842.                    
  2843.                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;  width: 80px;" alt="">
  2844.                    
  2845.                </div>
  2846.                <div class="details">
  2847.                    <span class="date top-color" >16 May 2026 </span>
  2848.                    <h4> <a href="/president-zelensky-declares-ukraine-is-10-off-from-a-peace-deal-yet-not-at-any-possible-price/" class="top-color">
  2849.                                            President Zelensky Declares Ukraine Is 10% Off from a Peace Deal, Yet Not at Any Possible Price
  2850.                                            </a></h4>
  2851.                </div>
  2852.            </div>
  2853.            
  2854.            <div class="post">
  2855.                <div class="img-holder">
  2856.                    
  2857.                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;  width: 80px;" alt="">
  2858.                    
  2859.                </div>
  2860.                <div class="details">
  2861.                    <span class="date top-color" >16 May 2026 </span>
  2862.                    <h4> <a href="/the-mighty-neins-introductory-sequence-selected-the-wrong-critical-role-track/" class="top-color">
  2863.                                            The Mighty Nein&#x27;s Introductory Sequence Selected the Wrong Critical Role Track
  2864.                                            </a></h4>
  2865.                </div>
  2866.            </div>
  2867.            
  2868.            <div class="post">
  2869.                <div class="img-holder">
  2870.                    
  2871.                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;  width: 80px;" alt="">
  2872.                    
  2873.                </div>
  2874.                <div class="details">
  2875.                    <span class="date top-color" >16 May 2026 </span>
  2876.                    <h4> <a href="/political-shifts-international-tensions-absent-media-major-obstacles-to-environmental-advancement-that-dogged-cop30/" class="top-color">
  2877.                                            Political Shifts, International Tensions, Absent Media: Major Obstacles to Environmental Advancement That Dogged Cop30
  2878.                                            </a></h4>
  2879.                </div>
  2880.            </div>
  2881.            
  2882.            <div class="post">
  2883.                <div class="img-holder">
  2884.                    
  2885.                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;  width: 80px;" alt="">
  2886.                    
  2887.                </div>
  2888.                <div class="details">
  2889.                    <span class="date top-color" >16 May 2026 </span>
  2890.                    <h4> <a href="/food-benefits-scheduled-to-expire-for-41-million-throughout-continuing-government-closure/" class="top-color">
  2891.                                            Food Benefits Scheduled to Expire for 41 Million Throughout Continuing Government Closure
  2892.                                            </a></h4>
  2893.                </div>
  2894.            </div>
  2895.            
  2896.            <div class="post">
  2897.                <div class="img-holder">
  2898.                    
  2899.                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;  width: 80px;" alt="">
  2900.                    
  2901.                </div>
  2902.                <div class="details">
  2903.                    <span class="date top-color" >16 May 2026 </span>
  2904.                    <h4> <a href="/pm-hails-a-proud-day-as-online-safety-chief-forecasts-globe-will-follow-our-example/" class="top-color">
  2905.                                            PM Hails a &#x27;Proud Day&#x27; as Online Safety Chief Forecasts &#x27;Globe Will Follow Our Example&#x27;.
  2906.                                            </a></h4>
  2907.                </div>
  2908.            </div>
  2909.            
  2910.            <div class="post">
  2911.                <div class="img-holder">
  2912.                    
  2913.                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;  width: 80px;" alt="">
  2914.                    
  2915.                </div>
  2916.                <div class="details">
  2917.                    <span class="date top-color" >16 May 2026 </span>
  2918.                    <h4> <a href="/new-york-city-mayor-eric-adams-will-support-former-governor-andrew-cuomo-in-new-york-city-mayors-election/" class="top-color">
  2919.                                            New York City Mayor Eric Adams Will Support Former Governor Andrew Cuomo in New York City Mayor&#x27;s Election
  2920.                                            </a></h4>
  2921.                </div>
  2922.            </div>
  2923.            
  2924.  
  2925.        </div>
  2926.    </div>
  2927.    
  2928. </div>
  2929.    
  2930.            </div>
  2931.        </div>
  2932.    </div>
  2933. </section>
  2934.  
  2935. <script>
  2936. document.addEventListener('DOMContentLoaded', function() {
  2937.    // Intersection Observer for Fade Animation on Scroll Up and Down
  2938.    const observerOptions = {
  2939.        threshold: [0, 0.15], // Trigger at 0% and 15% visibility
  2940.        rootMargin: '0px 0px -100px 0px'
  2941.    };
  2942.  
  2943.    // Group cards into pairs (assuming two cards per row)
  2944.    const cards = document.querySelectorAll('.scroll-trigger');
  2945.    const cardPairs = [];
  2946.    for (let i = 0; i < cards.length; i += 2) {
  2947.        cardPairs.push([cards[i], cards[i + 1]].filter(Boolean)); // Handle odd number of cards
  2948.    }
  2949.  
  2950.    const observer = new IntersectionObserver(function(entries) {
  2951.        entries.forEach(entry => {
  2952.            const card = entry.target;
  2953.            // Find the pair index for the current card
  2954.            const pairIndex = cardPairs.findIndex(pair => pair.includes(card));
  2955.            const pair = cardPairs[pairIndex];
  2956.  
  2957.            if (entry.isIntersecting) {
  2958.                // Fade in the pair with a delay based on pair index
  2959.                pair.forEach((cardInPair, index) => {
  2960.                    setTimeout(() => {
  2961.                        cardInPair.classList.add('active');
  2962.                    }, pairIndex * 300); // 300ms delay between pairs
  2963.                });
  2964.            } else {
  2965.                // Fade out the pair when exiting viewport
  2966.                pair.forEach(cardInPair => {
  2967.                    cardInPair.classList.remove('active');
  2968.                });
  2969.            }
  2970.        });
  2971.    }, observerOptions);
  2972.  
  2973.    // Observe each card individually
  2974.    cards.forEach(card => {
  2975.        observer.observe(card);
  2976.    });
  2977. });
  2978. </script>
  2979.  
  2980.    
  2981.        
  2982.        <!-- end wpo-blog-highlights-section -->
  2983.        <!-- start wpo-blog-sponsored-section -->
  2984.        
  2985.  
  2986.  
  2987.  
  2988.    
  2989.  
  2990.  
  2991.  
  2992. <style>
  2993.    .sponsored-section-v2 {
  2994.        padding: 40px 0;
  2995.        background: var(--body-bg);
  2996.    }
  2997.    
  2998.    .sponsored-card-v2 {
  2999.        background: var(--body-bg);
  3000.        border: 1px solid #f0f0f0;
  3001.        border-radius: 8px;
  3002.        transition: box-shadow 0.3s ease;
  3003.        height: 100%;
  3004.        position: relative;
  3005.    }
  3006.    
  3007.    .sponsored-card-v2:hover {
  3008.        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  3009.    }
  3010.    
  3011.    .sponsored-image-v2 {
  3012.        position: relative;
  3013.        height: 200px;
  3014.    }
  3015.    
  3016.    .sponsored-image-v2 img {
  3017.        width: 100%;
  3018.        height: 100%;
  3019.        object-fit: cover;
  3020.    }
  3021.    
  3022.    .sponsored-badge-v2 {
  3023.        position: absolute;
  3024.        bottom: 10px;
  3025.        left: 10px;
  3026.        padding: 6px 10px;
  3027.        font-size: 12px;
  3028.        font-weight: 600;
  3029.        text-transform: uppercase;
  3030.        border-radius: 4px;
  3031.    }
  3032.    
  3033.    .sponsored-content-v2 {
  3034.        padding: 20px;
  3035.    }
  3036.    
  3037.    .sponsored-title-v2 {
  3038.        font-size: 18px;
  3039.        font-weight: 600;
  3040.        line-height: 1.4;
  3041.        margin-bottom: 10px;
  3042.    }
  3043.    
  3044.    .sponsored-title-v2 a {
  3045.        text-decoration: none;
  3046.        transition: color 0.3s ease;
  3047.    }
  3048.    
  3049.    .sponsored-title-v2 a:hover {
  3050.        color: #007bff; /* Blue hover for variety */
  3051.    }
  3052.    
  3053.    .sponsored-excerpt-v2 {
  3054.        font-size: 14px;
  3055.        color: #6c757d;
  3056.        margin-bottom: 15px;
  3057.        line-height: 1.6;
  3058.    }
  3059.    
  3060.    .sponsored-meta-v2 {
  3061.        display: flex;
  3062.        align-items: center;
  3063.        justify-content: space-between;
  3064.        font-size: 12px;
  3065.        color: #6c757d;
  3066.    }
  3067.    
  3068.    .author-info-v2 {
  3069.        display: flex;
  3070.        align-items: center;
  3071.        gap: 8px;
  3072.    }
  3073.    
  3074.    .sponsored-author-img-v2 {
  3075.        width: 28px;
  3076.        height: 28px;
  3077.        border-radius: 50%;
  3078.        object-fit: cover;
  3079.    }
  3080.    
  3081.    .section-title-sponsored-v2 {
  3082.        font-size: 2.2rem;
  3083.        font-weight: 700;
  3084.        text-align: center;
  3085.        margin-bottom: 30px;
  3086.        color: #333;
  3087.    }
  3088.  
  3089.    @media (max-width: 768px) {
  3090.        .sponsored-section-v2 {
  3091.            padding: 30px 0;
  3092.        }
  3093.        .sponsored-content-v2 {
  3094.            padding: 15px;
  3095.        }
  3096.        .sponsored-title-v2 {
  3097.            font-size: 16px;
  3098.        }
  3099.        .sponsored-excerpt-v2 {
  3100.            font-size: 13px;
  3101.        }
  3102.    }
  3103. </style>
  3104.  
  3105. <section class="sponsored-section-v2">
  3106.    <div class="container-fluid fluid-container">
  3107.        <div class="row">
  3108.            <div class="col-12">
  3109.                <h2 class="section-title-sponsored-v2">Sponsored News</h2>
  3110.            </div>
  3111.        </div>
  3112.        
  3113.        <div class="row g-4">
  3114.            
  3115.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3116.                <div class="card sponsored-card-v2">
  3117.                    <div class="sponsored-image-v2">
  3118.                        
  3119.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3120.                        
  3121.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3122.                    </div>
  3123.                    <div class="sponsored-content-v2">
  3124.                        <h3 class="sponsored-title-v2">
  3125.                            <a href="/president-zelensky-declares-ukraine-is-10-off-from-a-peace-deal-yet-not-at-any-possible-price/" class="top-color">
  3126.                            President Zelensky Declares Ukraine Is 10% Off from a Peace Deal, Yet Not at Any Possible Price
  3127.                            </a>
  3128.                        </h3>
  3129.                        <p class="sponsored-excerpt-v2">
  3130.                            
  3131.                        </p>
  3132.                        <div class="sponsored-meta-v2">
  3133.                            <div class="author-info-v2">
  3134.                                
  3135.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/47095ffb-e6c0-453b-a31c-819f40b3ff7b_profile.png" alt="Joshua Williams" style="object-fit: cover;" class="sponsored-author-img-v2">
  3136.                                
  3137.                                <span>
  3138.                                    Joshua Williams
  3139.                                </span>
  3140.                            </div>
  3141.                            <span>16 May 2026</span>
  3142.                        </div>
  3143.                    </div>
  3144.                </div>
  3145.            </div>
  3146.            
  3147.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3148.                <div class="card sponsored-card-v2">
  3149.                    <div class="sponsored-image-v2">
  3150.                        
  3151.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3152.                        
  3153.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3154.                    </div>
  3155.                    <div class="sponsored-content-v2">
  3156.                        <h3 class="sponsored-title-v2">
  3157.                            <a href="/the-mighty-neins-introductory-sequence-selected-the-wrong-critical-role-track/" class="top-color">
  3158.                            The Mighty Nein&#x27;s Introductory Sequence Selected the Wrong Critical Role Track
  3159.                            </a>
  3160.                        </h3>
  3161.                        <p class="sponsored-excerpt-v2">
  3162.                            
  3163.                        </p>
  3164.                        <div class="sponsored-meta-v2">
  3165.                            <div class="author-info-v2">
  3166.                                
  3167.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/47095ffb-e6c0-453b-a31c-819f40b3ff7b_profile.png" alt="Joshua Williams" style="object-fit: cover;" class="sponsored-author-img-v2">
  3168.                                
  3169.                                <span>
  3170.                                    Joshua Williams
  3171.                                </span>
  3172.                            </div>
  3173.                            <span>16 May 2026</span>
  3174.                        </div>
  3175.                    </div>
  3176.                </div>
  3177.            </div>
  3178.            
  3179.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3180.                <div class="card sponsored-card-v2">
  3181.                    <div class="sponsored-image-v2">
  3182.                        
  3183.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3184.                        
  3185.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3186.                    </div>
  3187.                    <div class="sponsored-content-v2">
  3188.                        <h3 class="sponsored-title-v2">
  3189.                            <a href="/political-shifts-international-tensions-absent-media-major-obstacles-to-environmental-advancement-that-dogged-cop30/" class="top-color">
  3190.                            Political Shifts, International Tensions, Absent Media: Major Obstacles to Environmental Advancement That Dogged Cop30
  3191.                            </a>
  3192.                        </h3>
  3193.                        <p class="sponsored-excerpt-v2">
  3194.                            
  3195.                        </p>
  3196.                        <div class="sponsored-meta-v2">
  3197.                            <div class="author-info-v2">
  3198.                                
  3199.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/47095ffb-e6c0-453b-a31c-819f40b3ff7b_profile.png" alt="Joshua Williams" style="object-fit: cover;" class="sponsored-author-img-v2">
  3200.                                
  3201.                                <span>
  3202.                                    Joshua Williams
  3203.                                </span>
  3204.                            </div>
  3205.                            <span>16 May 2026</span>
  3206.                        </div>
  3207.                    </div>
  3208.                </div>
  3209.            </div>
  3210.            
  3211.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3212.                <div class="card sponsored-card-v2">
  3213.                    <div class="sponsored-image-v2">
  3214.                        
  3215.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3216.                        
  3217.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3218.                    </div>
  3219.                    <div class="sponsored-content-v2">
  3220.                        <h3 class="sponsored-title-v2">
  3221.                            <a href="/food-benefits-scheduled-to-expire-for-41-million-throughout-continuing-government-closure/" class="top-color">
  3222.                            Food Benefits Scheduled to Expire for 41 Million Throughout Continuing Government Closure
  3223.                            </a>
  3224.                        </h3>
  3225.                        <p class="sponsored-excerpt-v2">
  3226.                            
  3227.                        </p>
  3228.                        <div class="sponsored-meta-v2">
  3229.                            <div class="author-info-v2">
  3230.                                
  3231.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/47095ffb-e6c0-453b-a31c-819f40b3ff7b_profile.png" alt="Joshua Williams" style="object-fit: cover;" class="sponsored-author-img-v2">
  3232.                                
  3233.                                <span>
  3234.                                    Joshua Williams
  3235.                                </span>
  3236.                            </div>
  3237.                            <span>16 May 2026</span>
  3238.                        </div>
  3239.                    </div>
  3240.                </div>
  3241.            </div>
  3242.            
  3243.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3244.                <div class="card sponsored-card-v2">
  3245.                    <div class="sponsored-image-v2">
  3246.                        
  3247.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3248.                        
  3249.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3250.                    </div>
  3251.                    <div class="sponsored-content-v2">
  3252.                        <h3 class="sponsored-title-v2">
  3253.                            <a href="/pm-hails-a-proud-day-as-online-safety-chief-forecasts-globe-will-follow-our-example/" class="top-color">
  3254.                            PM Hails a &#x27;Proud Day&#x27; as Online Safety Chief Forecasts &#x27;Globe Will Follow Our Example&#x27;.
  3255.                            </a>
  3256.                        </h3>
  3257.                        <p class="sponsored-excerpt-v2">
  3258.                            
  3259.                        </p>
  3260.                        <div class="sponsored-meta-v2">
  3261.                            <div class="author-info-v2">
  3262.                                
  3263.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/47095ffb-e6c0-453b-a31c-819f40b3ff7b_profile.png" alt="Joshua Williams" style="object-fit: cover;" class="sponsored-author-img-v2">
  3264.                                
  3265.                                <span>
  3266.                                    Joshua Williams
  3267.                                </span>
  3268.                            </div>
  3269.                            <span>16 May 2026</span>
  3270.                        </div>
  3271.                    </div>
  3272.                </div>
  3273.            </div>
  3274.            
  3275.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3276.                <div class="card sponsored-card-v2">
  3277.                    <div class="sponsored-image-v2">
  3278.                        
  3279.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3280.                        
  3281.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3282.                    </div>
  3283.                    <div class="sponsored-content-v2">
  3284.                        <h3 class="sponsored-title-v2">
  3285.                            <a href="/new-york-city-mayor-eric-adams-will-support-former-governor-andrew-cuomo-in-new-york-city-mayors-election/" class="top-color">
  3286.                            New York City Mayor Eric Adams Will Support Former Governor Andrew Cuomo in New York City Mayor&#x27;s Election
  3287.                            </a>
  3288.                        </h3>
  3289.                        <p class="sponsored-excerpt-v2">
  3290.                            
  3291.                        </p>
  3292.                        <div class="sponsored-meta-v2">
  3293.                            <div class="author-info-v2">
  3294.                                
  3295.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/47095ffb-e6c0-453b-a31c-819f40b3ff7b_profile.png" alt="Joshua Williams" style="object-fit: cover;" class="sponsored-author-img-v2">
  3296.                                
  3297.                                <span>
  3298.                                    Joshua Williams
  3299.                                </span>
  3300.                            </div>
  3301.                            <span>16 May 2026</span>
  3302.                        </div>
  3303.                    </div>
  3304.                </div>
  3305.            </div>
  3306.            
  3307.        </div>
  3308.    </div>
  3309. </section>
  3310.  
  3311.  
  3312.    
  3313.        <!-- end wpo-blog-sponsored-section -->
  3314.        <!-- start wpo-subscribe-section -->
  3315.        
  3316.        <!-- end subscribe-section -->
  3317.        <!-- start of wpo-site-footer-section -->
  3318.        
  3319.  
  3320.  
  3321.  
  3322.  
  3323.  
  3324. <footer class="wpo-site-footer-v3">
  3325.  <!-- Top Section - Logo -->
  3326.  <div class="footer-top-section py-4 border-bottom">
  3327.    <div class="container-fluid fluid-container">
  3328.      <div class="row justify-content-center">
  3329.        <div class="col-12 text-center">
  3330.          <div class="brand-logo">
  3331.            
  3332.              <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/990b39f2-b413-4996-b7b6-b81e3bf55174_logo.png" alt="Vegas UK Magazine" class="footer-logo" />
  3333.            
  3334.            <p class="brand-tagline mt-2">Vegas UK Magazine delivers breaking news, expert reviews, and exclusive insights on UK casinos, slots, and online gaming trends for enthusiasts.</p>
  3335.          </div>
  3336.        </div>
  3337.      </div>
  3338.    </div>
  3339.  </div>
  3340.  
  3341.  <!-- Main Content -->
  3342.  <div class="footer-main-content pt-4">
  3343.    <div class="container-fluid fluid-container">
  3344.      <div class="row justify-content-center">
  3345.        <!-- Single Column: Quick Links -->
  3346.        <div class="col-12 text-center mb-4 border-bottom pb-4">
  3347.          <div class="footer-column">
  3348.            <h5 class="column-title">Quick Links</h5>
  3349.            <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3">
  3350.              
  3351.                <li>
  3352.                  <a class="menu-link" href="/3-xbox-game-pass-titles-that-can-justify-your-subscription-during-the-weekend-nov-21-23/">3 Xbox Game Pass Titles That Can Justify Your Subscription During the Weekend (Nov. 21-23)</a>
  3353.                </li>
  3354.              
  3355.                <li>
  3356.                  <a class="menu-link" href="/pre-ashes-banter-intensifies-as-broad-labels-australia-the-worst-since-2010/">Pre-Ashes Banter Intensifies as Broad Labels Australia the Worst Since 2010</a>
  3357.                </li>
  3358.              
  3359.                <li>
  3360.                  <a class="menu-link" href="/stefanos-tsitsipas-contemplated-walking-away-during-pain-filled-campaign/">Stefanos Tsitsipas Contemplated Walking Away During Pain-Filled Campaign</a>
  3361.                </li>
  3362.              
  3363.                <li>
  3364.                  <a class="menu-link" href="/spurs-centre-back-van-de-ven-expresses-surprise-at-postecoglou-sacking/">Spurs Centre-Back Van de Ven Expresses Surprise At Postecoglou Sacking</a>
  3365.                </li>
  3366.              
  3367.                <li>
  3368.                  <a class="menu-link" href="/body-or-world-standing-boulters-melbourne-grand-slam-dilemma/">Body or World Standing - Boulter&#x27;s Melbourne Grand Slam Dilemma</a>
  3369.                </li>
  3370.              
  3371.                <li>
  3372.                  <a class="menu-link" href="/the-ultimate-guide-of-picking-the-right-chockers-shoes/">The Ultimate Guide of Picking the Right Chockers Shoes</a>
  3373.                </li>
  3374.              
  3375.            </ul>
  3376.          </div>
  3377.        </div>
  3378.  
  3379.        <!-- Single Column: Top Categories -->
  3380.        <div class="col-12 text-center mb-4 border-bottom pb-4">
  3381.          <div class="footer-column">
  3382.            <h5 class="column-title">Top Categories</h5>
  3383.            <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3">
  3384.              
  3385.                <li>
  3386.                  <a class="menu-link" href="/category/all-posts/">All Posts</a>
  3387.                </li>
  3388.              
  3389.                <li>
  3390.                  <a class="menu-link" href="/category/business/">Business</a>
  3391.                </li>
  3392.              
  3393.                <li>
  3394.                  <a class="menu-link" href="/category/esports/">Esports</a>
  3395.                </li>
  3396.              
  3397.                <li>
  3398.                  <a class="menu-link" href="/category/fashion/">Fashion</a>
  3399.                </li>
  3400.              
  3401.                <li>
  3402.                  <a class="menu-link" href="/category/featured/">Featured</a>
  3403.                </li>
  3404.              
  3405.            </ul>
  3406.          </div>
  3407.        </div>
  3408.  
  3409.        <!-- Single Column: Blog Rolls -->
  3410.      <div class="col-12 text-center border-bottom pb-4">
  3411.          <div class="footer-column">
  3412.            <h5 class="column-title">Blog Rolls</h5>
  3413.            <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3" id="blogRollLinks">
  3414.              
  3415.              
  3416.  
  3417.              
  3418.              
  3419.                
  3420.              
  3421.            </ul>
  3422.          </div>
  3423.        </div>
  3424.      </div>
  3425.    </div>
  3426.  </div>
  3427.  
  3428.  <!-- Footer Bottom -->
  3429.  <div class="footer-bottom py-3">
  3430.    <div class="container-fluid fluid-container">
  3431.      <div class="row justify-content-center">
  3432.        <div class="col-12 text-center">
  3433.          <div class="bottom-content">
  3434.            <div class="copyright-info mb-3">
  3435.              <p class="mb-0 text-info">
  3436.                &copy; 2026 <strong>Vegas UK Magazine</strong>. All rights reserved.
  3437.              </p>
  3438.            </div>
  3439.            <div class="utility-links d-flex flex-wrap justify-content-center gap-3">
  3440.              <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  3441.              <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  3442.              <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  3443.            </div>
  3444.          </div>
  3445.        </div>
  3446.      </div>
  3447.    </div>
  3448.  </div>
  3449. </footer>
  3450.  
  3451. <style>
  3452. .wpo-site-footer-v3 {
  3453.    background: var(--card-bg) !important;
  3454. }
  3455.  
  3456. .footer-logo {
  3457.    height: 60px;
  3458.    width: auto;
  3459. }
  3460. .text-info{
  3461.    color: var(--topbar-color) !important;
  3462. }
  3463.  
  3464. .brand-title {
  3465.    font-size: 22px;
  3466.    font-weight: 700;
  3467.    color: var(--topbar-color);
  3468.    margin: 0;
  3469. }
  3470.  
  3471. .brand-tagline {
  3472.    font-size: 14px;
  3473.    color: var(--topbar-color);
  3474.    margin: 0;
  3475. }
  3476.  
  3477. .column-title {
  3478.    font-size: 16px;
  3479.    font-weight: 600;
  3480.    color: var(--topbar-color) !important;
  3481.    margin-bottom: 15px;
  3482. }
  3483.  
  3484. .footer-menu {
  3485.    margin: 0;
  3486. }
  3487.  
  3488. .menu-link {
  3489.    color: var(--topbar-color) !important;
  3490.    text-decoration: none;
  3491.    font-size: 14px;
  3492.    transition: color 0.3s ease;
  3493. }
  3494.  
  3495. .menu-link:hover {
  3496.    color: var(--primary-color);
  3497. }
  3498.  
  3499. .footer-bottom {
  3500.    font-size: 13px;
  3501. }
  3502.  
  3503. .utility-link {
  3504.    color: var(--topbar-color) !important;
  3505.    text-decoration: none;
  3506.    font-size: 13px;
  3507.    transition: color 0.3s ease;
  3508. }
  3509. /* Responsive Design */
  3510. @media (max-width: 768px) {
  3511.    .footer-logo {
  3512.        height: 50px;
  3513.    }
  3514.    
  3515.    .column-title {
  3516.        font-size: 15px;
  3517.    }
  3518.    
  3519.    .menu-link {
  3520.        font-size: 13px;
  3521.    }
  3522. }
  3523.  
  3524. @media (max-width: 576px) {
  3525.    .brand-title {
  3526.        font-size: 20px;
  3527.    }
  3528.    
  3529.    .brand-tagline {
  3530.        font-size: 13px;
  3531.    }
  3532.    
  3533.    .cta-btn {
  3534.        font-size: 12px;
  3535.        padding: 5px 12px;
  3536.    }
  3537. }
  3538. </style>
  3539.  
  3540. <script>
  3541. // Prevent default for placeholder links
  3542. document.addEventListener('DOMContentLoaded', function() {
  3543.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  3544.        anchor.addEventListener('click', function(e) {
  3545.            e.preventDefault();
  3546.        });
  3547.    });
  3548. });
  3549. document.addEventListener('DOMContentLoaded', function () {
  3550.    var btn = document.getElementById('toggleBlogRollLinks');
  3551.    if (!btn) return; // No extra items, no button
  3552.  
  3553.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  3554.  
  3555.    btn.addEventListener('click', function () {
  3556.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3557.            return li.classList.contains('d-none');
  3558.        });
  3559.  
  3560.        extras.forEach(function (li) {
  3561.            if (anyHidden) {
  3562.                li.classList.remove('d-none');
  3563.                li.classList.add('show');
  3564.            } else {
  3565.                li.classList.add('d-none');
  3566.                li.classList.remove('show');
  3567.            }
  3568.        });
  3569.  
  3570.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3571.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3572.    });
  3573. });
  3574.  
  3575. </script>
  3576.  
  3577.        <!-- end of wpo-site-footer-section -->
  3578.    </div>
  3579.    <!-- end of page-wrapper -->
  3580.  
  3581.    <!-- All JavaScript files
  3582.    ================================================== -->
  3583.    
  3584.  
  3585. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3586. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3587. <!-- Plugins for this template -->
  3588. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3589. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3590. <!-- Custom script for this template -->
  3591. <script src="/static/blogapp/assets/js/script.js"></script>
  3592.  
  3593. <script>
  3594. (function () {
  3595. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3596. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3597.  
  3598. function applyFallback(img) {
  3599. if (!img || img.dataset.fallbackApplied === "1") {
  3600. return;
  3601. }
  3602. var failedSrc = img.currentSrc || img.src || "";
  3603. img.dataset.fallbackApplied = "1";
  3604. img.onerror = null;
  3605. img.src = fallbackImageSrc;
  3606. console.warn("[ImageFallback] Replaced broken image:", {
  3607. failedSrc: failedSrc,
  3608. fallbackSrc: fallbackImageSrc,
  3609. alt: img.alt || "",
  3610. });
  3611. }
  3612.  
  3613. document.querySelectorAll("img").forEach(function (img) {
  3614. if (img.complete && img.naturalWidth === 0) {
  3615. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3616. failedSrc: img.currentSrc || img.src || "",
  3617. alt: img.alt || "",
  3618. });
  3619. applyFallback(img);
  3620. }
  3621. });
  3622.  
  3623. document.addEventListener(
  3624. "error",
  3625. function (event) {
  3626. var target = event.target;
  3627. if (target && target.tagName === "IMG") {
  3628. applyFallback(target);
  3629. }
  3630. },
  3631. true
  3632. );
  3633. })();
  3634. </script>
  3635.  
  3636. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3637.  
  3638.  
  3639.  
  3640. <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":"96eaf2dcbafc45bd91631297ab3bdc8c","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  3641. </body>
  3642.  
  3643. </html>
  3644.  
  3645.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda