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://royalglobaltoday.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_89_5wwVnIy_XKPgXd7_kgqXKmr.png">
  14.    
  15.  
  16.    <title>Royal Global Today: UK News, Politics, and Lifestyle Updates</title>
  17.    <meta name="description" content="Stay informed with the latest UK news, political analysis, and lifestyle trends from Royal Global Today. Your trusted source for daily updates and insights.">
  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://royalglobaltoday.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #7209b7;
  42.        --bs-primary-rgb: 7209b7;
  43.        --bs-secondary: #6b7280;
  44.        --bs-success: #52b788;
  45.        --bs-danger: #f72585;
  46.        --bs-warning: #f48c06;
  47.        --bs-info: #4361ee;
  48.        --bs-light: #f4eaff;
  49.        --bs-dark: #3c096c;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #7209b7;
  53.        --theme-primary-color-s2: #7209b7;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #3c096c;
  57.        --text-light-color: #676767;
  58.        --heading-color: #3c096c;
  59.        --border-color: #d6bcfa;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #ffffff;
  73.        --nav-bg: #ffffff;
  74.        --sub-nav: #e9d8fd;
  75.        --navbar-color: #3c096c;
  76.        --topbar-bg: #f4eaff;
  77.        --topbar-color: #3c096c;
  78.        --footer-bg: #3c096c;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #d6bcfa;
  82.        --card-radius: 14px;
  83.        --link-color: #7209b7;
  84.        --link-hover: #5c07a1;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(114, 9, 183, 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_13">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395. <div class="preloader" style="z-index: 1025;">
  396.    <div class="angular-shape">
  397.        <div></div>
  398.        <div></div>
  399.        <div></div>
  400.    </div>
  401.    <div class="spinner">
  402.        <div class="double-bounce1"></div>
  403.        <div class="double-bounce2"></div>
  404.    </div>
  405. </div>  
  406.  
  407.            <!-- end preloader -->
  408.        
  409.        <!-- Start header -->
  410.        <header id="header" class="wpo-site-header">
  411.            
  412.  
  413.  
  414.    
  415.  
  416.  
  417. <style>
  418.    /* General styling for top bar */
  419.    .unique-topbar-v7 {
  420.        background-color: var(--topbar-bg);
  421.        color: #fff;
  422.      
  423.    }
  424.    .unique-v7 {
  425.        padding: 10px 30px;
  426.        display: flex;
  427.        align-items: center;
  428.        justify-content: space-between; /* Ensure it stretches across */
  429.    }
  430.  
  431.    .unique-menu-btn-v7 {
  432.        border: none;
  433.        max-width: 145px !important;
  434.        padding: 8px;
  435.        cursor: pointer;
  436.        border-radius: 5px;
  437.    }
  438.  
  439.    .unique-news-container-v7 {
  440.        display: flex;
  441.        align-items: center;
  442.        overflow: hidden;
  443.        width: fit-content;
  444.        flex-grow: 1; /* Take remaining space */
  445.        height: 60px;
  446.    }
  447.  
  448.    .unique-news-wrapper-v7 {
  449.        display: flex;
  450.        flex-direction: row;
  451.        align-items: center;
  452.        padding: 5px;
  453.    }
  454.  
  455.    .unique-news-item-v7 {
  456.        opacity: 0;
  457.        transform: translateX(100px);
  458.        transition: all 0.5s ease;
  459.        font-size: 16px;
  460.        color: var(--topbar-color);
  461.        height: 0;
  462.        width: 0;
  463.    }
  464.    
  465.    .unique-news-item-v7.active-v7 {
  466.        padding: 10px;
  467.        opacity: 1;
  468.          height: auto;
  469.        width: auto;
  470.        margin-right: 20px;
  471.        transform: translateX(0);
  472.    }
  473.  
  474.    .unique-news-item-v7.exit-up-v7 {
  475.        opacity: 0;
  476.        transform: translateX(-100px); /* Move news item left */
  477.    }
  478.  
  479.    /* Social Icons in Inline */
  480.    .contact-info-v7 {
  481.        display: flex;
  482.        gap: 10px;
  483.    }
  484.  
  485.    .contact-info-v7 ul {
  486.        display: flex;
  487.        gap: 15px;
  488.        list-style: none;
  489.    }
  490.  
  491.    .social-icon-v7 {
  492.        color: var(--topbar-color) !important;
  493.        font-size: 20px;
  494.        text-decoration: none;
  495.    }
  496.  
  497.    .social-icon-v7:hover {
  498.        color: #1da1f2;
  499.    }
  500. </style>
  501.  
  502. <div class="unique-topbar-v7">
  503.    <div class="fluid-container unique-v7 container-fluid">
  504.        <button class="unique-menu-btn-v7 bg-primary-gradient w-100 fw-bold">Latest Updates</button>        
  505.      
  506.        <div class="unique-news-container-v7">
  507.            <div class="unique-news-wrapper-v7" id="newsWrapper-v7">
  508.                <!-- News items will be added dynamically -->
  509.            </div>
  510.        </div>
  511.      
  512.        <div class="contact-info-v7">
  513.            <ul>
  514.                <li><a href="#" class="social-icon-v7"><i class="ti-facebook"></i></a></li>
  515.                <li><a href="#" class="social-icon-v7"><i class="ti-twitter-alt"></i></a></li>
  516.                <li><a href="#" class="social-icon-v7"><i class="ti-instagram"></i></a></li>
  517.                <li><a href="#" class="social-icon-v7"><i class="ti-google"></i></a></li>
  518.            </ul>
  519.        </div>
  520.    </div>
  521. </div>
  522.  
  523. <script>
  524.    // Build array dynamically from Django context
  525.    const newsItems = [
  526.        
  527.            { title: "Gavin Newsom Acknowledges He Is Evaluating a Presidential Campaign for 2028", url: "/gavin-newsom-acknowledges-he-is-evaluating-a-presidential-campaign-for-2028/" },
  528.        
  529.            { title: "Some groups on the left and right who offer only grievance: Ministers are moving forward with the job of economic renewal.", url: "/some-groups-on-the-left-and-right-who-offer-only-grievance-ministers-are-moving-forward-with-the-job-of-economic-renewal/" },
  530.        
  531.            { title: "Andy Burnham Was \u0027Likely\u0027 to Have Won the Recent Byelection, Says Labour Deputy Leader", url: "/andy-burnham-was-likely-to-have-won-the-recent-byelection-says-labour-deputy-leader/" },
  532.        
  533.            { title: "Ex\u002D British Broadcasting Corporation Consultants Undergo MPs\u0027 Grilling Following Allegations of Prejudice in Leaked Memorandum", url: "/ex-british-broadcasting-corporation-consultants-undergo-mps-grilling-following-allegations-of-prejudice-in-leaked-memorandum/" },
  534.        
  535.            { title: "Canada\u0027s Blue Jays Claim World Series Matchup With the Dodgers", url: "/canadas-blue-jays-claim-world-series-matchup-with-the-dodgers/" }
  536.        
  537.    ];
  538.  
  539.    let currentNewsIndex = 0;
  540.    const newsWrapper = document.getElementById('newsWrapper-v7');
  541.    let newsElements = [];
  542.  
  543.    // Create news elements
  544.    function createNewsElements() {
  545.        newsItems.forEach((news, index) => {
  546.            const newsElement = document.createElement('div');
  547.            newsElement.className = 'unique-news-item-v7';
  548.            newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  549.            newsWrapper.appendChild(newsElement);
  550.            newsElements.push(newsElement);
  551.        });
  552.  
  553.        if (newsElements.length > 0) {
  554.            newsElements[0].classList.add('active-v7');
  555.        }
  556.    }
  557.  
  558.    // Animate news change
  559.    function changeNews() {
  560.        const currentElement = newsElements[currentNewsIndex];
  561.        const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  562.        const nextElement = newsElements[nextIndex];
  563.  
  564.        currentElement.classList.remove('active-v7');
  565.        currentElement.classList.add('exit-up-v7');
  566.  
  567.        setTimeout(() => {
  568.            nextElement.classList.add('active-v7');
  569.            currentNewsIndex = nextIndex;
  570.  
  571.            setTimeout(() => {
  572.                currentElement.classList.remove('exit-up-v7');
  573.            }, 100);
  574.        }, 250);
  575.    }
  576.  
  577.    // Start news rotation
  578.    function startNewsRotation() {
  579.        setInterval(changeNews, 5000);
  580.    }
  581.  
  582.    window.onload = function() {
  583.        createNewsElements();
  584.        startNewsRotation();
  585.    };
  586. </script>
  587.  
  588.  
  589.  
  590.            
  591.  
  592.  
  593.  
  594.  
  595.  
  596.  
  597. <header class="header-v9 mb-4" role="banner">
  598.  <div class="container-fluid fluid-container">
  599.    <!-- Sticky/Glass Nav Card -->
  600.    <div class="nav-card-v9" role="navigation" aria-label="Primary">
  601.      <div class="row align-items-center justify-content-between g-3">
  602.        <!-- Logo -->
  603.       <div class="col-6 col-md-3 col-lg-2">
  604.          <a class="logo-link-v9 d-inline-flex align-items-center gap-2" href="/">
  605.            
  606.              <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/8ae47c42-90b7-41ac-a706-38eabde4c6fa_logo.png" alt="Logo" class="logo-img-v9" width="160" height="48" decoding="async" fetchpriority="high" />
  607.            
  608.          </a>
  609.        </div>
  610.  
  611.        <!-- Desktop Nav -->
  612.        <div class="col d-none d-xl-block">
  613.          <nav class="main-nav-v9">
  614.            <ul class="nav-list-v9">
  615.              <!-- Home (static) -->
  616.              <li class="nav-item-v9">
  617.                <a href="/" class="nav-link-v9 active-v9">Home</a>
  618.              </li >
  619.          
  620.              
  621.                
  622.                  <li class="nav-item-v9">
  623.                    <a href="/category/all-posts/" class="nav-link-v9">All Posts</a>
  624.                  </li>
  625.                
  626.                  <li class="nav-item-v9">
  627.                    <a href="/category/business/" class="nav-link-v9">Business</a>
  628.                  </li>
  629.                
  630.                  <li class="nav-item-v9">
  631.                    <a href="/category/esports/" class="nav-link-v9">Esports</a>
  632.                  </li>
  633.                
  634.                  <li class="nav-item-v9">
  635.                    <a href="/category/fashion/" class="nav-link-v9">Fashion</a>
  636.                  </li>
  637.                
  638.                  <li class="nav-item-v9">
  639.                    <a href="/category/featured/" class="nav-link-v9">Featured</a>
  640.                  </li>
  641.                
  642.                  <li class="nav-item-v9">
  643.                    <a href="/category/gaming/" class="nav-link-v9">Gaming</a>
  644.                  </li>
  645.                
  646.                  <li class="nav-item-v9">
  647.                    <a href="/category/health/" class="nav-link-v9">Health</a>
  648.                  </li>
  649.                
  650.                  <li class="nav-item-v9">
  651.                    <a href="/category/life-fitness/" class="nav-link-v9">Life &amp; Fitness</a>
  652.                  </li>
  653.                
  654.  
  655.                
  656.                  <li class="nav-item-v9 has-dropdown-v9">
  657.                    <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">
  658.                      More<svg class="chev-v9" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  659.                        <polyline points="6,9 12,15 18,9"></polyline>
  660.                      </svg>
  661.                    </button>
  662.                    <div class="dropdown-card-v9" id="more-desktop-v9" role="menu">
  663.                      <div class="dropdown-grid-v9">
  664.                        <div class="dropdown-section-v9">
  665.                          
  666.                            <a href="/category/lifestyle/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Lifestyle</a>
  667.                          
  668.                            <a href="/category/news/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> News</a>
  669.                          
  670.                            <a href="/category/others/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Others</a>
  671.                          
  672.                            <a href="/category/politics/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Politics</a>
  673.                          
  674.                            <a href="/category/sports/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Sports</a>
  675.                          
  676.                            <a href="/category/tech/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Tech</a>
  677.                          
  678.                            <a href="/category/travel/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Travel</a>
  679.                          
  680.                        </div>
  681.                      </div>
  682.                    </div>
  683.                  </li>
  684.                
  685.              
  686.                <li class="nav-item-v9">
  687.                <a href="/page/contact-us/" class="nav-link-v9">Contact Us</a>
  688.              </li >
  689.            </ul>
  690.          </nav>
  691.        </div>
  692.  
  693.        <!-- Actions -->
  694.        <div class="col-6 col-md-3 col-lg-2">
  695.          <div class="nav-actions-v9">
  696.            <button class="icon-btn-v9" aria-controls="searchPanelV9" aria-expanded="false" aria-label="Open search" onclick="toggleSearchV9()">
  697.              <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  698.                <circle cx="11" cy="11" r="8"></circle>
  699.                <path d="m21 21-4.35-4.35"></path>
  700.              </svg>
  701.            </button>
  702.            <button class="icon-btn-v9 d-xl-none" aria-controls="mobileNavV9" aria-expanded="false" aria-label="Open menu" onclick="toggleMobileNavV9()">
  703.              <svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  704.                <line x1="3" y1="6" x2="21" y2="6" />
  705.                <line x1="3" y1="12" x2="21" y2="12" />
  706.                <line x1="3" y1="18" x2="21" y2="18" />
  707.              </svg>
  708.            </button>
  709.          </div>
  710.        </div>
  711.      </div>
  712.  
  713.      <!-- Active underline (animated) -->
  714.      <span class="active-rail-v9" aria-hidden="true"></span>
  715.    </div>
  716.  
  717.    <!-- Search Panel -->
  718.    <div class="search-panel-v9" id="searchPanelV9" role="dialog" aria-label="Site search" aria-modal="true">
  719.      <form class="search-form-v9" action="" method="get" role="search">
  720.        <label for="q-v9" class="visually-hidden">Search</label>
  721.        <div class="search-input-wrap-v9">
  722.          <svg class="search-icn-v9" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  723.            <circle cx="11" cy="11" r="8"></circle>
  724.            <path d="m21 21-4.35-4.35"></path>
  725.          </svg>
  726.          <input id="search-input" name="q" type="search"  class="search-input-v9" placeholder="Search articles, tutorials, news…" autocomplete="off" />
  727.          <button type="button" class="icon-btn-v9 ghost" aria-label="Close search" onclick="toggleSearchV9()">
  728.            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  729.              <line x1="18" y1="6" x2="6" y2="18" />
  730.              <line x1="6" y1="6" x2="18" y2="18" />
  731.            </svg>
  732.          </button>
  733.        </div>
  734.        <div class="search-suggest-v9 search-v1" id="search-results">
  735.          
  736.        </div>
  737.      </form>
  738.    </div>
  739.  
  740.    <!-- Mobile Offcanvas -->
  741.    <aside class="mobile-nav-v9 d-xl-none" id="mobileNavV9" role="dialog" aria-label="Mobile navigation" aria-modal="true">
  742.      <div class="mobile-wrap-v9">
  743.        <div class="mobile-head-v9">
  744.          <span class="mobile-title-v9">Menu</span>
  745.          <button class="icon-btn-v9 ghost" aria-label="Close menu" onclick="toggleMobileNavV9()">
  746.            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  747.              <line x1="18" y1="6" x2="6" y2="18" />
  748.              <line x1="6" y1="6" x2="18" y2="18" />
  749.            </svg>
  750.          </button>
  751.        </div>
  752.  
  753.        <ul class="mobile-list-v9">
  754.          <li>
  755.            <a class="mobile-link-v9 active-v9" href="/">Home</a>
  756.          </li>
  757.          <li class="">
  758.                <a href="/page/contact-us/" class="mobile-link-v9">Contact Us</a>
  759.          </li >
  760.          
  761.            
  762.              <li>
  763.                <a class="mobile-link-v9" href="/category/all-posts/">All Posts</a>
  764.              </li>
  765.            
  766.              <li>
  767.                <a class="mobile-link-v9" href="/category/business/">Business</a>
  768.              </li>
  769.            
  770.              <li>
  771.                <a class="mobile-link-v9" href="/category/esports/">Esports</a>
  772.              </li>
  773.            
  774.              <li>
  775.                <a class="mobile-link-v9" href="/category/fashion/">Fashion</a>
  776.              </li>
  777.            
  778.              <li>
  779.                <a class="mobile-link-v9" href="/category/featured/">Featured</a>
  780.              </li>
  781.            
  782.  
  783.            
  784.          
  785.        </ul>
  786.      </div>
  787.    </aside>
  788.  </div>
  789.  
  790.  <!-- Overlay -->
  791.  <div class="nav-overlay-v9" id="navOverlayV9" onclick="closeAllV9()" aria-hidden="true"></div>
  792. </header>
  793.  
  794. <style>
  795.  
  796.  .header-v9 {
  797.    position: relative;
  798.    padding: 14px 0;
  799.    z-index: 50;
  800.  }
  801.  .header-v9.is-scrolled .nav-card-v9 {
  802.    padding: 10px 18px;
  803.    border-radius: 14px;
  804.    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  805.  }
  806.  .header-v9.is-scrolled .logo-img-v9 {
  807.    transform: scale(0.92);
  808.  }
  809.  
  810.  /* Card */
  811.  .nav-card-v9 {
  812.    background: var(--navbar-bg);
  813.    backdrop-filter: blur(18px);
  814.    border: 1px solid var(--border-color);
  815.    border-radius: 18px;
  816.    padding: 14px 22px;
  817.    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  818.    position: sticky;
  819.    top: 10px;
  820.  }
  821.  
  822.  /* Logo */
  823.  .logo-img-v9 {
  824.    max-height: 60px;
  825.    width: auto;
  826.    transition: transform 0.25s ease, opacity 0.25s ease;
  827.  }
  828.  .logo-link-v9:hover .logo-img-v9 {
  829.    transform: translateY(-1px) scale(1.03);
  830.  }
  831.  
  832.  /* Desktop nav */
  833.  .main-nav-v9 {
  834.    display: flex;
  835.    justify-content: center;
  836.  }
  837.  .nav-list-v9 {
  838.    display: flex;
  839.    gap: 6px;
  840.    list-style: none;
  841.    margin: 0;
  842.    padding: 0;
  843.  }
  844.  .nav-item-v9 {
  845.    position: relative;
  846.  }
  847.  .nav-link-v9 {
  848.    position: relative;
  849.    display: inline-flex;
  850.    align-items: center;
  851.    justify-content: center;
  852.    padding: 10px 10px;
  853.    border-radius: 12px;
  854.    color: var(--navbar-color);
  855.    text-decoration: none;
  856.    font-weight: 500;
  857.    font-size: 15px;
  858.    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
  859.  }
  860.  .nav-link-v9:hover {
  861.    background: rgba(102, 126, 234, 0.1);
  862.    color: var(--topbar-color);
  863.    transform: translateY(-1px);
  864.  }
  865.  .nav-link-v9.active-v9 {
  866.    color: transparent;
  867.  }
  868.  .nav-link-v9.active-v9::after {
  869.    content: '';
  870.    position: absolute;
  871.    left: 12px;
  872.    right: 12px;
  873.    bottom: 6px;
  874.    height: 3px;
  875.    border-radius: 3px;
  876.    background: var(--sub-nav);
  877.  }
  878.  
  879.  /* Dropdown */
  880.  .has-dropdown-v9 {
  881.    position: relative;
  882.  }
  883.  .nav-more-btn-v9 {
  884.    display: inline-flex;
  885.    gap: 6px;
  886.    align-items: center;
  887.  }
  888.  .chev-v9 {
  889.    transition: transform 0.2s ease;
  890.  }
  891.  .has-dropdown-v9:focus-within .chev-v9,
  892.  .has-dropdown-v9:hover .chev-v9 {
  893.    transform: rotate(180deg);
  894.  }
  895.  
  896.  .dropdown-card-v9 {
  897.    position: absolute;
  898.    top: calc(100% + 14px);
  899.    left: 50%;
  900.    transform: translateX(-50%) translateY(-6px);
  901.    background: var(--navbar-bg);
  902.    border: 1px solid var(--border-color);
  903.    border-radius: 14px;
  904.    padding: 18px;
  905.    min-width: 280px;
  906.    z-index: 200;
  907.    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  908.    opacity: 0;
  909.    visibility: hidden;
  910.    transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
  911.  }
  912.  .has-dropdown-v9:hover .dropdown-card-v9,
  913.  .has-dropdown-v9:focus-within .dropdown-card-v9 {
  914.    opacity: 1;
  915.    visibility: visible;
  916.    transform: translateX(-50%) translateY(0);
  917.  }
  918.  
  919.  .dropdown-grid-v9 {
  920.    display: grid;
  921.    grid-template-columns: 1fr;
  922.    gap: 10px;
  923.  }
  924.  .dropdown-section-v9 {
  925.    display: grid;
  926.    gap: 6px;
  927.  }
  928.  .dropdown-link-v9 {
  929.    display: flex;
  930.    align-items: center;
  931.    gap: 10px;
  932.    padding: 10px 12px;
  933.    border-radius: 10px;
  934.    text-decoration: none;
  935.    font-size: 14px;
  936.    color: var(--navbar-color);
  937.    transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
  938.  }
  939.  .dropdown-link-v9:hover {
  940.    background: var(--bs-primary);
  941.    color: var(--bs-white);
  942.    transform: translateX(4px);
  943.  }
  944.  .link-dot-v9 {
  945.    width: 6px;
  946.    height: 6px;
  947.    border-radius: 50%;
  948.    border: 1px solid currentColor;
  949.  }
  950.  
  951.  /* Actions */
  952.  .nav-actions-v9 {
  953.    display: flex;
  954.    justify-content: flex-end;
  955.    align-items: center;
  956.    gap: 8px;
  957.  }
  958.  .icon-btn-v9 {
  959.    border: 1px solid var(--border-color);
  960.    background: rgba(102, 126, 234, 0.1);
  961.    color: var(--navbar-color);
  962.    padding: 8px;
  963.    border-radius: 12px;
  964.    cursor: pointer;
  965.    transition: transform 0.2s, background 0.2s, color 0.2s;
  966.  }
  967.  .icon-btn-v9:hover {
  968.    background: var(--sub-nav);
  969.    color: var(--topbar-color) !important;
  970.    transform: translateY(-1px);
  971.  }
  972.  .icon-btn-v9.ghost {
  973.    background: transparent;
  974.  }
  975.  
  976.  /* Search Panel */
  977.  .search-panel-v9 {
  978.    position: fixed;
  979.    top: 14px;
  980.    left: 50%;
  981.    transform: translateX(-50%) translateY(-16px);
  982.    width: min(720px, calc(100% - 40px));
  983.    background: var(--navbar-bg);
  984.    border: 1px solid var(--border-color);
  985.    border-radius: 16px;
  986.    padding: 16px;
  987.    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  988.    opacity: 0;
  989.    visibility: hidden;
  990.    z-index: 300;
  991.    transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
  992.  }
  993.  .search-panel-v9.show-v9 {
  994.    opacity: 1;
  995.    visibility: visible;
  996.    transform: translateX(-50%) translateY(0);
  997.  }
  998.  .search-input-wrap-v9 {
  999.    display: flex;
  1000.    align-items: center;
  1001.    gap: 10px;
  1002.    background: rgba(248, 250, 252, 0.8);
  1003.    border: 2px solid rgba(102, 126, 234, 0.2);
  1004.    border-radius: 12px;
  1005.    padding: 6px 8px;
  1006.    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  1007.  }
  1008.  .search-input-wrap-v9:focus-within {
  1009.    border-color: #667eea;
  1010.    background: rgba(255, 255, 255, 0.9);
  1011.    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  1012.  }
  1013.  .search-icn-v9 {
  1014.    color: #a0aec0;
  1015.    margin-left: 6px;
  1016.  }
  1017.  .search-input-v9 {
  1018.    flex: 1;
  1019.    border: 0;
  1020.    background: transparent;
  1021.    outline: none;
  1022.    padding: 12px 4px;
  1023.    font-size: 16px;
  1024.    color: #2d3748;
  1025.  }
  1026.  .search-suggest-v9 {
  1027.    display: grid;
  1028.    grid-template-columns: repeat(3, minmax(0, 1fr));
  1029.    gap: 8px;
  1030.    margin-top: 10px;
  1031.  }
  1032.  .suggestion-v9 {
  1033.    border: 1px solid var(--border-color);
  1034.    background: rgba(248, 250, 252, 0.5);
  1035.    color: var(--navbar-color);
  1036.    padding: 10px 12px;
  1037.    border-radius: 10px;
  1038.    font-size: 14px;
  1039.    text-align: left;
  1040.    cursor: pointer;
  1041.    transition: background 0.2s, color 0.2s, transform 0.2s;
  1042.  }
  1043.  .suggestion-v9:hover {
  1044.    background: var(--bs-primary) !important ;
  1045.    color: var(--bs-white)  !important;
  1046.    transform: translateY(-1px);
  1047.  }
  1048.  
  1049.  /* Mobile */
  1050.  .mobile-nav-v9 {
  1051.    position: fixed;
  1052.    right: 0;
  1053.    top: 0;
  1054.    height: 100vh;
  1055.    width: min(86vw, 420px);
  1056.    background: var(--card-bg);
  1057.    border-left: 1px solid var(--border-color);
  1058.    transform: translateX(100%);
  1059.    transition: transform 0.3s ease;
  1060.    z-index: 350;
  1061.    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.15);
  1062.  }
  1063.  .mobile-nav-v9.show-v9 {
  1064.    transform: translateX(0);
  1065.  }
  1066.  .mobile-wrap-v9 {
  1067.    display: flex;
  1068.    flex-direction: column;
  1069.    height: 100%;
  1070.  }
  1071.  .mobile-head-v9 {
  1072.    display: flex;
  1073.    align-items: center;
  1074.    justify-content: space-between;
  1075.    padding: 16px;
  1076.    background: var(--navbar-bg);
  1077.  }
  1078.  .mobile-title-v9 {
  1079.    font-weight: 600;
  1080.  }
  1081.  .mobile-list-v9 {
  1082.    list-style: none;
  1083.    padding: 10px 12px 20px;
  1084.    margin: 0;
  1085.    overflow-y: auto;
  1086.  }
  1087.  .mobile-link-v9 {
  1088.    display: flex;
  1089.    align-items: center;
  1090.    justify-content: space-between;
  1091.    padding: 14px 12px;
  1092.    border-radius: 12px;
  1093.    text-decoration: none;
  1094.    color: var(--navbar-color);
  1095.    font-weight: 500;
  1096.    transition: background 0.2s, color 0.2s;
  1097.  }
  1098.  .mobile-link-v9:hover,
  1099.  .mobile-link-v9.active-v9 {
  1100.    background: var(--sub-nav);
  1101.    color: var(--topbar-color);
  1102.  }
  1103.  .mobile-group-v9 {
  1104.    margin-top: 4px;
  1105.  }
  1106.  .mobile-sublist-v9 {
  1107.    list-style: none;
  1108.    margin: 0;
  1109.    padding: 0;
  1110.    max-height: 0;
  1111.    overflow: auto;
  1112.    transition: max-height 0.25s ease;
  1113.    background:var(--navbar-bg);
  1114.    border-radius: 12px;
  1115.    margin-top: 6px;
  1116.  }
  1117.  .mobile-sublist-v9.show-v9 {
  1118.    max-height: 360px;
  1119.    background: var(--navbar-bg);
  1120.    padding: 6px 0;
  1121.  }
  1122.  .mobile-sublink-v9 {
  1123.    display: block;
  1124.    padding: 10px 16px;
  1125.    text-decoration: none;
  1126.    color: var(--navbar-color);
  1127.    border-radius: 10px;
  1128.    font-size: 14px;
  1129.  }
  1130.  .mobile-sublink-v9:hover {
  1131.    background: var(--sub-nav);
  1132.    color: var(--topbar-color);
  1133.  }
  1134.  .mobile-arrow-v9 {
  1135.    transition: transform 0.2s ease;
  1136.  }
  1137.  .mobile-link-v9.has-arrow-v9[aria-expanded='true'] .mobile-arrow-v9 {
  1138.    transform: rotate(180deg);
  1139.  }
  1140.  
  1141.  /* Overlay */
  1142.  .nav-overlay-v9 {
  1143.    position: fixed;
  1144.    inset: 0;
  1145.    background: rgba(0, 0, 0, 0.35);
  1146.    backdrop-filter: blur(4px);
  1147.    opacity: 0;
  1148.    visibility: hidden;
  1149.    transition: opacity 0.25s, visibility 0.25s;
  1150.    z-index: 200;
  1151.  }
  1152.  .nav-overlay-v9.show-v9 {
  1153.    opacity: 1;
  1154.    visibility: visible;
  1155.  }
  1156.  
  1157.  
  1158.  /* Utils */
  1159.  .visually-hidden {
  1160.    position: absolute !important;
  1161.    height: 1px;
  1162.    width: 1px;
  1163.    overflow: hidden;
  1164.    clip: rect(1px, 1px, 1px, 1px);
  1165.    white-space: nowrap;
  1166.  }
  1167.  
  1168.  /* Responsive tweaks */
  1169.  @media (max-width: 1300px) {
  1170.    .nav-card-v9 {
  1171.      padding: 12px 18px;
  1172.      border-radius: 16px;
  1173.    }
  1174.    .search-panel-v9 {
  1175.      width: calc(100% - 32px);
  1176.    }
  1177.  }
  1178.  @media (max-width: 576px) {
  1179.    .logo-img-v9 {
  1180.      max-height: 38px;
  1181.    }
  1182.  }
  1183. </style>
  1184.  
  1185. <script>
  1186.  /* ============ V9 JS ============ */
  1187.  ;(function () {
  1188.    const overlay = document.getElementById('navOverlayV9')
  1189.    const searchPanel = document.getElementById('searchPanelV9')
  1190.    const mobileNav = document.getElementById('mobileNavV9')
  1191.    const header = document.querySelector('.header-v9')
  1192.  
  1193.    function lockScroll(lock) {
  1194.      document.body.style.overflow = lock ? 'hidden' : ''
  1195.    }
  1196.  
  1197.    window.toggleSearchV9 = function () {
  1198.      const btn = document.querySelector('[aria-controls="searchPanelV9"]')
  1199.      const willOpen = !searchPanel.classList.contains('show-v9')
  1200.  
  1201.      // close mobile if open
  1202.      mobileNav.classList.remove('show-v9')
  1203.      document.querySelector('[aria-controls="mobileNavV9"]')?.setAttribute('aria-expanded', 'false')
  1204.  
  1205.      searchPanel.classList.toggle('show-v9', willOpen)
  1206.      overlay.classList.toggle('show-v9', willOpen)
  1207.      btn?.setAttribute('aria-expanded', String(willOpen))
  1208.      lockScroll(willOpen)
  1209.  
  1210.      if (willOpen) setTimeout(() => document.getElementById('q-v9')?.focus(), 80)
  1211.    }
  1212.  
  1213.    window.toggleMobileNavV9 = function () {
  1214.      const btn = document.querySelector('[aria-controls="mobileNavV9"]')
  1215.      const willOpen = !mobileNav.classList.contains('show-v9')
  1216.  
  1217.      // close search if open
  1218.      searchPanel.classList.remove('show-v9')
  1219.      document.querySelector('[aria-controls="searchPanelV9"]')?.setAttribute('aria-expanded', 'false')
  1220.  
  1221.      mobileNav.classList.toggle('show-v9', willOpen)
  1222.      overlay.classList.toggle('show-v9', willOpen)
  1223.      btn?.setAttribute('aria-expanded', String(willOpen))
  1224.      lockScroll(willOpen)
  1225.    }
  1226.  
  1227.    window.toggleMobileDropdownV9 = function (id) {
  1228.      const list = document.getElementById(id)
  1229.      const btn = document.querySelector(`[onclick*="${id}"]`)
  1230.      const willOpen = !list.classList.contains('show-v9')
  1231.      // close siblings
  1232.      document.querySelectorAll('.mobile-sublist-v9').forEach((el) => {
  1233.        if (el.id !== id) el.classList.remove('show-v9')
  1234.      })
  1235.      list.classList.toggle('show-v9', willOpen)
  1236.      btn?.setAttribute('aria-expanded', String(willOpen))
  1237.    }
  1238.  
  1239.    window.closeAllV9 = function () {
  1240.      searchPanel.classList.remove('show-v9')
  1241.      mobileNav.classList.remove('show-v9')
  1242.      overlay.classList.remove('show-v9')
  1243.      document.querySelector('[aria-controls="searchPanelV9"]')?.setAttribute('aria-expanded', 'false')
  1244.      document.querySelector('[aria-controls="mobileNavV9"]')?.setAttribute('aria-expanded', 'false')
  1245.      lockScroll(false)
  1246.    }
  1247.  
  1248.    // ESC to close
  1249.    document.addEventListener('keydown', (e) => {
  1250.      if (e.key === 'Escape') window.closeAllV9()
  1251.    })
  1252.  
  1253.    // Sticky shrink on scroll
  1254.    let lastY = window.scrollY
  1255.    const onScroll = () => {
  1256.      const y = window.scrollY
  1257.      header.classList.toggle('is-scrolled', y > 10)
  1258.      lastY = y
  1259.    }
  1260.    onScroll()
  1261.    window.addEventListener('scroll', onScroll, { passive: true })
  1262.  
  1263.    // Suggestions fill
  1264.    document.addEventListener('click', (e) => {
  1265.      const btn = e.target.closest('.suggestion-v9')
  1266.      if (!btn) return
  1267.      const val = btn.getAttribute('data-fill') || ''
  1268.      const input = document.getElementById('q-v9')
  1269.      if (input) input.value = val
  1270.    })
  1271.  
  1272.    // Desktop "More" button a11y: open on focus-within, we just toggle aria
  1273.    const moreBtn = document.querySelector('.nav-more-btn-v9')
  1274.    const moreCard = document.getElementById('more-desktop-v9')
  1275.    if (moreBtn && moreCard) {
  1276.      ;['mouseenter', 'focus'].forEach((evt) => moreBtn.addEventListener(evt, () => moreBtn.setAttribute('aria-expanded', 'true')))
  1277.      ;['mouseleave', 'blur'].forEach((evt) => moreBtn.addEventListener(evt, () => moreBtn.setAttribute('aria-expanded', 'false')))
  1278.    }
  1279.  })()
  1280. </script>
  1281.  
  1282. <script>
  1283.  document.addEventListener("DOMContentLoaded", function () {
  1284.    console.log("loaded");
  1285.  
  1286.     const searchInput = document.getElementById("search-input")
  1287.    const searchResults = document.getElementById("search-results");
  1288.  
  1289.    if (!searchInput || !searchResults) {
  1290.      console.error("Search input/results not found");
  1291.      return;
  1292.    }
  1293.  
  1294.    // Prevent form submission
  1295.    if (searchInput.form) {
  1296.      searchInput.form.addEventListener("submit", function (e) {
  1297.        e.preventDefault();
  1298.      });
  1299.    }
  1300.  
  1301.    // Add event listener for keyup
  1302.    searchInput.addEventListener("keyup", function (e) {
  1303.      console.log("Key pressed:", e.key);
  1304.      e.preventDefault();
  1305.  
  1306.      const query = searchInput.value.trim();
  1307.      console.log("User is typing: " + query);
  1308.  
  1309.      // If empty → clear and hide
  1310.      if (query === "") {
  1311.        searchResults.innerHTML = "";
  1312.        searchResults.style.display = "none";
  1313.        return;
  1314.      }
  1315.  
  1316.      // Show results
  1317.      searchResults.style.display = "block";
  1318.  
  1319.      // Fetch search results
  1320.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1321.        method: "GET",
  1322.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1323.      })
  1324.        .then(response => {
  1325.          console.log("Response Status:", response.status);
  1326.          return response.json();
  1327.        })
  1328.        .then(data => {
  1329.          console.log("Data received:", data);
  1330.          if (data.html) {
  1331.            searchResults.innerHTML = data.html;
  1332.          } else {
  1333.            searchResults.innerHTML = "<p>No results found.</p>";
  1334.          }
  1335.        })
  1336.        .catch(error => {
  1337.          console.error("Error fetching search results:", error);
  1338.        });
  1339.    });
  1340.  
  1341.    // Close results when clicking outside
  1342.    document.addEventListener("click", function (e) {
  1343.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1344.        searchResults.style.display = "none";
  1345.      }
  1346.    });
  1347.  
  1348.    // Close results on ESC key
  1349.    document.addEventListener("keydown", function (e) {
  1350.      if (e.key === "Escape") {
  1351.        searchResults.style.display = "none";
  1352.      }
  1353.    });
  1354.  });
  1355. </script>
  1356.  
  1357.  
  1358.        </header>
  1359.        <!-- end of header -->
  1360.        <!-- start of wpo-blog-hero -->
  1361.        
  1362.  
  1363.  
  1364.  
  1365.  <!-- Django Template for Clean Blog Cards -->
  1366.  
  1367.  
  1368.  
  1369.  
  1370. <div class="blog-section">
  1371.    <div class="container-fluid fluid-container">
  1372.        <div class="blog-grid">
  1373.            
  1374.            
  1375.              
  1376.            <!-- Featured Blog Card -->
  1377.            <article class="blog-card featured">
  1378.                <div class="card-image">
  1379.                    
  1380.                        <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1381.                    
  1382.                    <span class="category bg-primary-gradient">News</span>
  1383.                </div>
  1384.                <div class="card-content">
  1385.                    <h2 class="card-title"><a class="top-color" href="/the-visitors-name-the-off-spinner-in-team-for-the-ashes-series-first-test/">
  1386.                                        The visitors Name the off-spinner in Team for The Ashes series First Test
  1387.                                    </a></h2>
  1388.                    <p class="card-excerpt"></p>
  1389.                    <div class="card-meta">
  1390.                        <div class="author">
  1391.                            
  1392.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f29fc7e4-ac0b-46e9-8545-8b021159be68_profile.png" alt="Rebecca Ortiz" style="object-fit: cover;" class="author-avatar">
  1393.                            
  1394.                            <span class="author-name">Rebecca Ortiz</span>
  1395.                        </div>
  1396.                        <span class="date">13 May 2026</span>
  1397.                    </div>
  1398.                    <a  href="/the-visitors-name-the-off-spinner-in-team-for-the-ashes-series-first-test/" class="read-more">Read Article</a>
  1399.                </div>
  1400.            </article>
  1401.  
  1402.            
  1403.            
  1404.  
  1405.            
  1406.            <!-- Regular Blog Card -->
  1407.            <article class="blog-card">
  1408.                <div class="card-image">
  1409.                    
  1410.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1411.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1412.                    
  1413.                    <span class="category bg-primary-gradient">News</span>
  1414.                </div>
  1415.                <div class="card-content">
  1416.                    <h3 class="card-title"> <a class="top-color" href="/olympian-and-several-eritreans-freed-after-nearly-two-decades-without-facing-charges-family-members-say/" >
  1417.                                        Olympian and Several Eritreans Freed After Nearly Two Decades Without Facing Charges, Family Members Say
  1418.                                    </a></h3>
  1419.                    <p class="card-excerpt"></p>
  1420.                    <div class="card-meta">
  1421.                        <div class="author">
  1422.                              
  1423.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f29fc7e4-ac0b-46e9-8545-8b021159be68_profile.png" alt="Rebecca Ortiz" style="object-fit: cover;" class="author-avatar">
  1424.                            
  1425.                            <span class="author-name">Rebecca Ortiz</span>
  1426.                        </div>
  1427.                        <span class="date">13 May 2026</span>
  1428.                    </div>
  1429.                    <a  href="/olympian-and-several-eritreans-freed-after-nearly-two-decades-without-facing-charges-family-members-say/" class="read-more">Read Article</a>
  1430.                </div>
  1431.            </article>
  1432.            
  1433.            <!-- Regular Blog Card -->
  1434.            <article class="blog-card">
  1435.                <div class="card-image">
  1436.                    
  1437.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1438.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1439.                    
  1440.                    <span class="category bg-primary-gradient">News</span>
  1441.                </div>
  1442.                <div class="card-content">
  1443.                    <h3 class="card-title"> <a class="top-color" href="/the-kpop-demon-hunters-series-balloons-to-make-a-grand-appearance-at-the-iconic-thanksgiving-parade/" >
  1444.                                        The KPop Demon Hunters Series Balloons to Make a Grand Appearance at the Iconic Thanksgiving Parade
  1445.                                    </a></h3>
  1446.                    <p class="card-excerpt"></p>
  1447.                    <div class="card-meta">
  1448.                        <div class="author">
  1449.                              
  1450.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f29fc7e4-ac0b-46e9-8545-8b021159be68_profile.png" alt="Rebecca Ortiz" style="object-fit: cover;" class="author-avatar">
  1451.                            
  1452.                            <span class="author-name">Rebecca Ortiz</span>
  1453.                        </div>
  1454.                        <span class="date">12 May 2026</span>
  1455.                    </div>
  1456.                    <a  href="/the-kpop-demon-hunters-series-balloons-to-make-a-grand-appearance-at-the-iconic-thanksgiving-parade/" class="read-more">Read Article</a>
  1457.                </div>
  1458.            </article>
  1459.            
  1460.            <!-- Regular Blog Card -->
  1461.            <article class="blog-card">
  1462.                <div class="card-image">
  1463.                    
  1464.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1465.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1466.                    
  1467.                    <span class="category bg-primary-gradient">News</span>
  1468.                </div>
  1469.                <div class="card-content">
  1470.                    <h3 class="card-title"> <a class="top-color" href="/tragic-find-bodies-of-missing-mum-and-daughter-found-in-freezing-units-in-austria/" >
  1471.                                        Tragic Find: Bodies of Missing Mum and Daughter Found in Freezing Units in Austria
  1472.                                    </a></h3>
  1473.                    <p class="card-excerpt"></p>
  1474.                    <div class="card-meta">
  1475.                        <div class="author">
  1476.                              
  1477.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f29fc7e4-ac0b-46e9-8545-8b021159be68_profile.png" alt="Rebecca Ortiz" style="object-fit: cover;" class="author-avatar">
  1478.                            
  1479.                            <span class="author-name">Rebecca Ortiz</span>
  1480.                        </div>
  1481.                        <span class="date">12 May 2026</span>
  1482.                    </div>
  1483.                    <a  href="/tragic-find-bodies-of-missing-mum-and-daughter-found-in-freezing-units-in-austria/" class="read-more">Read Article</a>
  1484.                </div>
  1485.            </article>
  1486.            
  1487.            <!-- Regular Blog Card -->
  1488.            <article class="blog-card">
  1489.                <div class="card-image">
  1490.                    
  1491.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1492.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1493.                    
  1494.                    <span class="category bg-primary-gradient">News</span>
  1495.                </div>
  1496.                <div class="card-content">
  1497.                    <h3 class="card-title"> <a class="top-color" href="/the-music-streaming-giants-wrapped-launch-date-and-your-burning-questions-explained/" >
  1498.                                        The Music Streaming Giant&#x27;s Wrapped: Launch Date and Your Burning Questions Explained
  1499.                                    </a></h3>
  1500.                    <p class="card-excerpt"></p>
  1501.                    <div class="card-meta">
  1502.                        <div class="author">
  1503.                              
  1504.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f29fc7e4-ac0b-46e9-8545-8b021159be68_profile.png" alt="Rebecca Ortiz" style="object-fit: cover;" class="author-avatar">
  1505.                            
  1506.                            <span class="author-name">Rebecca Ortiz</span>
  1507.                        </div>
  1508.                        <span class="date">12 May 2026</span>
  1509.                    </div>
  1510.                    <a  href="/the-music-streaming-giants-wrapped-launch-date-and-your-burning-questions-explained/" class="read-more">Read Article</a>
  1511.                </div>
  1512.            </article>
  1513.            
  1514.  
  1515.        </div>
  1516.    </div>
  1517. </div>
  1518.  
  1519. <style>
  1520.  
  1521.  
  1522. .blog-section {
  1523.    padding: 60px 0;
  1524. }
  1525.  
  1526.  
  1527. .blog-grid {
  1528.    display: grid;
  1529.    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  1530.    gap: 30px;
  1531. }
  1532.  
  1533. /* Blog Cards */
  1534. .blog-card {
  1535.    background: var(--card-bg);
  1536.    border: 1px solid var(--border-color);
  1537.    border-radius: var(--card-radius);
  1538.    overflow: hidden;
  1539.    transition: all 0.3s ease;
  1540. }
  1541.  
  1542. .blog-card:hover {
  1543.    transform: translateY(-5px);
  1544.    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  1545.    border-color: var(--border-color);
  1546. }
  1547.  
  1548. .featured {
  1549.    grid-column: span 2;
  1550.    display: grid;
  1551.    grid-template-columns: 1fr 1fr;
  1552.    gap: 0;
  1553. }
  1554.  
  1555. .card-image {
  1556.    position: relative;
  1557.    height: 220px;
  1558.    background: #f8f8f8;
  1559. }
  1560.  
  1561. .featured .card-image {
  1562.    height: 100%;
  1563.    min-height: 300px;
  1564. }
  1565.  
  1566. .card-image img {
  1567.    width: 100%;
  1568.    height: 100%;
  1569.    object-fit: cover;
  1570. }
  1571.  
  1572. .category {
  1573.    position: absolute;
  1574.    top: 15px;
  1575.    left: 15px;
  1576.    padding: 6px 16px;
  1577.    border-radius: 20px;
  1578.    font-size: 12px;
  1579.    font-weight: 500;
  1580.    text-transform: uppercase;
  1581.    letter-spacing: 0.5px;
  1582. }
  1583.  
  1584. .card-content {
  1585.    padding: 25px;
  1586. }
  1587.  
  1588. .featured .card-content {
  1589.    display: flex;
  1590.    flex-direction: column;
  1591.    justify-content: center;
  1592.    padding: 40px;
  1593. }
  1594.  
  1595. .card-title {
  1596.    font-size: 18px;
  1597.    font-weight: 600;
  1598.    margin-bottom: 12px;
  1599.    line-height: 1.4;
  1600. }
  1601.  
  1602. .featured .card-title {
  1603.    font-size: 24px;
  1604.    margin-bottom: 15px;
  1605. }
  1606.  
  1607. .card-excerpt {
  1608.    color: #666;
  1609.    font-size: 14px;
  1610.    line-height: 1.6;
  1611.    margin-bottom: 20px;
  1612. }
  1613.  
  1614. .featured .card-excerpt {
  1615.    font-size: 16px;
  1616.    margin-bottom: 25px;
  1617. }
  1618.  
  1619. .card-meta {
  1620.    display: flex;
  1621.    align-items: center;
  1622.    justify-content: space-between;
  1623.    padding-top: 15px;
  1624.    border-top: 1px solid #f0f0f0;
  1625.    margin-bottom: 15px;
  1626. }
  1627.  
  1628. .author {
  1629.    display: flex;
  1630.    align-items: center;
  1631.    gap: 10px;
  1632. }
  1633.  
  1634. .author-avatar {
  1635.    width: 30px;
  1636.    height: 30px;
  1637.    border-radius: 50%;
  1638.    object-fit: cover;
  1639.    border: 1px solid #e5e5e5;
  1640. }
  1641.  
  1642. .author-name {
  1643.    color: #555;
  1644.    font-size: 13px;
  1645.    font-weight: 500;
  1646. }
  1647.  
  1648. .date {
  1649.    color: #999;
  1650.    font-size: 12px;
  1651. }
  1652.  
  1653. .read-more {
  1654.    color: #333;
  1655.    text-decoration: none;
  1656.    font-size: 13px;
  1657.    font-weight: 500;
  1658.    display: inline-flex;
  1659.    align-items: center;
  1660.    transition: color 0.2s ease;
  1661. }
  1662.  
  1663. .read-more:hover {
  1664.    color: #000;
  1665. }
  1666.  
  1667. .read-more::after {
  1668.    content: '→';
  1669.    margin-left: 8px;
  1670.    transition: transform 0.2s ease;
  1671. }
  1672.  
  1673. .read-more:hover::after {
  1674.    transform: translateX(4px);
  1675. }
  1676.  
  1677. /* Newsletter Card */
  1678. .newsletter-card {
  1679.    background: white;
  1680.    border: 2px dashed #ddd;
  1681.    border-radius: 12px;
  1682.    padding: 40px 30px;
  1683.    text-align: center;
  1684.    display: flex;
  1685.    flex-direction: column;
  1686.    justify-content: center;
  1687.    align-items: center;
  1688. }
  1689.  
  1690. .newsletter-title {
  1691.    color: #333;
  1692.    font-size: 20px;
  1693.    font-weight: 600;
  1694.    margin-bottom: 8px;
  1695. }
  1696.  
  1697. .newsletter-desc {
  1698.    color: #666;
  1699.    font-size: 14px;
  1700.    margin-bottom: 25px;
  1701. }
  1702.  
  1703. .newsletter-form {
  1704.    width: 100%;
  1705.    max-width: 280px;
  1706.    margin-bottom: 15px;
  1707. }
  1708.  
  1709. .email-input {
  1710.    width: 100%;
  1711.    padding: 12px 16px;
  1712.    border: 1px solid #ddd;
  1713.    border-radius: 8px;
  1714.    font-size: 14px;
  1715.    margin-bottom: 12px;
  1716.    transition: border-color 0.2s ease;
  1717. }
  1718.  
  1719. .email-input:focus {
  1720.    outline: none;
  1721.    border-color: #333;
  1722. }
  1723.  
  1724. .subscribe-btn {
  1725.    width: 100%;
  1726.    padding: 12px 16px;
  1727.    background: #333;
  1728.    color: white;
  1729.    border: none;
  1730.    border-radius: 8px;
  1731.    font-size: 14px;
  1732.    font-weight: 500;
  1733.    cursor: pointer;
  1734.    transition: background 0.2s ease;
  1735. }
  1736.  
  1737. .subscribe-btn:hover {
  1738.    background: #555;
  1739. }
  1740.  
  1741. .subscriber-count {
  1742.    color: #999;
  1743.    font-size: 12px;
  1744. }
  1745.  
  1746. /* Responsive Design */
  1747. @media (max-width: 768px) {
  1748.    .blog-grid {
  1749.        grid-template-columns: 1fr;
  1750.        gap: 20px;
  1751.    }
  1752.    
  1753.    .featured {
  1754.        grid-column: span 1;
  1755.        grid-template-columns: 1fr;
  1756.    }
  1757.    
  1758.    .featured .card-image {
  1759.        height: 220px;
  1760.    }
  1761.    
  1762.    .featured .card-content {
  1763.        padding: 25px;
  1764.    }
  1765.    
  1766.    .featured .card-title {
  1767.        font-size: 20px;
  1768.    }
  1769.    
  1770.    .featured .card-excerpt {
  1771.        font-size: 14px;
  1772.    }
  1773. }
  1774.  
  1775. @media (max-width: 480px) {
  1776.    .container {
  1777.        padding: 0 15px;
  1778.    }
  1779.    
  1780.    .card-content,
  1781.    .featured .card-content {
  1782.        padding: 20px;
  1783.    }
  1784.    
  1785.    .newsletter-card {
  1786.        padding: 30px 20px;
  1787.    }
  1788. }
  1789. </style>
  1790.  
  1791.  
  1792.  
  1793.  
  1794.        <!-- end of wpo-blog-hero -->
  1795.  
  1796.        <!-- start of wpo-breacking-news -->
  1797.        
  1798.        <!-- end of wpo-breacking-news -->
  1799.        
  1800.        <!-- start wpo-blog-highlights-section -->
  1801.        
  1802.  
  1803.  
  1804.  
  1805.    
  1806.  
  1807.  
  1808.  
  1809.  
  1810. <style>
  1811.    .blog-highlights-v3 {
  1812.        padding: 80px 0;
  1813.        position: relative;
  1814.        overflow: hidden;
  1815.    }
  1816.    
  1817.    .blog-highlights-v3::before {
  1818.        content: '';
  1819.        position: absolute;
  1820.        top: 0;
  1821.        left: 0;
  1822.        width: 100%;
  1823.        height: 100%;
  1824.        background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  1825.        z-index: 0;
  1826.    }
  1827.    
  1828.    .masonry-container {
  1829.        display: grid;
  1830.        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  1831.        grid-gap: 25px;
  1832.    }
  1833.    
  1834.    .blog-card-v3 {
  1835.        border: 1px solid var(--border-color) !important;
  1836.        border-radius: 25px;
  1837.        overflow: hidden;
  1838.        background: var(--card-bg);
  1839.        backdrop-filter: blur(10px);
  1840.        border: 1px solid var(--border-color);
  1841.        position: relative;
  1842.        transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  1843.        cursor: pointer;
  1844.        transform: translateY(0) rotateX(0) rotateY(0);
  1845.        transform-style: preserve-3d;
  1846.        perspective: 1000px;
  1847.        z-index: 1;
  1848.    }
  1849.    .span-21 { grid-row-end: span 21; }
  1850.    .span-22 { grid-row-end: span 22; }
  1851.    
  1852.    .blog-card-v3::before {
  1853.        content: '';
  1854.        position: absolute;
  1855.        top: 0;
  1856.        left: 0;
  1857.        width: 100%;
  1858.        height: 100%;
  1859.        background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.02) 100%);
  1860.        opacity: 0;
  1861.        transition: opacity 0.3s ease;
  1862.        z-index: 1;
  1863.    }
  1864.    
  1865.    .blog-card-v3:hover {
  1866.        transform: translateY(-20px) rotateX(5deg) rotateY(5deg) scale(1.03);
  1867.        box-shadow:
  1868.            0 30px 60px rgba(0,0,0,0.15),
  1869.            0 15px 30px rgba(0,0,0,0.1),
  1870.            inset 0 1px 0 rgba(255,255,255,0.3);
  1871.        z-index: 10;
  1872.    }
  1873.    
  1874.    .blog-card-v3:hover::before {
  1875.        opacity: 1;
  1876.    }
  1877.    
  1878.    .blog-image-v3 {
  1879.        position: relative;
  1880.        overflow: hidden;
  1881.        height: 50%;
  1882.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1883.    }
  1884.    
  1885.    .blog-image-v3::after {
  1886.        content: '';
  1887.        position: absolute;
  1888.        top: 0;
  1889.        left: 0;
  1890.        width: 100%;
  1891.        height: 100%;
  1892.        background:
  1893.            radial-gradient(circle at top right, rgba(255,255,255,0.3) 0%, transparent 50%),
  1894.            linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.4) 100%);
  1895.        z-index: 2;
  1896.    }
  1897.    
  1898.    .blog-image-v3 img {
  1899.        width: 100%;
  1900.        height: 100%;
  1901.        object-fit: cover;
  1902.        transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  1903.        transform: scale(1);
  1904.        filter: brightness(1) saturate(1);
  1905.    }
  1906.    
  1907.    .blog-card-v3:hover .blog-image-v3 img {
  1908.        transform: scale(1.15);
  1909.        filter: brightness(1.1) saturate(1.2);
  1910.    }
  1911.    
  1912.    .blog-floating-elements {
  1913.        position: absolute;
  1914.        top: 0;
  1915.        left: 0;
  1916.        width: 100%;
  1917.        height: 100%;
  1918.        pointer-events: none;
  1919.        z-index: 3;
  1920.    }
  1921.    
  1922.    .floating-dot {
  1923.        position: absolute;
  1924.        width: 8px;
  1925.        height: 8px;
  1926.        background: rgba(255,255,255,0.6);
  1927.        border-radius: 50%;
  1928.        animation: float 3s ease-in-out infinite;
  1929.    }
  1930.    
  1931.    .floating-dot:nth-child(1) { top: 20%; left: 15%; animation-delay: 0s; }
  1932.    .floating-dot:nth-child(2) { top: 60%; right: 20%; animation-delay: 0.5s; }
  1933.    .floating-dot:nth-child(3) { bottom: 30%; left: 25%; animation-delay: .5s; }
  1934.    
  1935.    @keyframes float {
  1936.        0%, 100% { transform: translateY(0px); }
  1937.        50% { transform: translateY(-10px); }
  1938.    }
  1939.    
  1940.    .blog-category-v3 {
  1941.        position: absolute;
  1942.        top: 25px;
  1943.        right: 25px;
  1944.        padding: 10px 18px;
  1945.        border-radius: 30px;
  1946.        font-size: 11px;
  1947.        font-weight: 800;
  1948.        text-transform: uppercase;
  1949.        letter-spacing: 1.2px;
  1950.        backdrop-filter: blur(10px);
  1951.        z-index: 4;
  1952.        transform: translateY(0) scale(1);
  1953.        transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  1954.        box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  1955.        border: 1px solid rgba(255,255,255,0.3);
  1956.    }
  1957.    
  1958.    .blog-card-v3:hover .blog-category-v3 {
  1959.        transform: translateY(-10px) scale(1.1);
  1960.        background: rgba(var(--card-bg),1);
  1961.        box-shadow: 0 12px 30px rgba(0,0,0,0.15);
  1962.    }
  1963.    
  1964.    .blog-content-v3 {
  1965.        padding: 35px 30px 30px;
  1966.        height: 50%;
  1967.        display: flex;
  1968.        flex-direction: column;
  1969.        justify-content: space-between;
  1970.        position: relative;
  1971.        z-index: 2;
  1972.    }
  1973.    
  1974.    .blog-title-v3 {
  1975.        font-size: 19px;
  1976.        font-weight: 700;
  1977.        line-height: 1.3;
  1978.        margin-bottom: 18px;
  1979.        position: relative;
  1980.    }
  1981.    
  1982.    .blog-title-v3 a {
  1983.        text-decoration: none;
  1984.        color: var(--top-color) !important;
  1985.        transition: all 0.3s ease;
  1986.        position: relative;
  1987.        display: inline-block;
  1988.    }
  1989.    
  1990.    .blog-title-v3 a::before {
  1991.        content: '';
  1992.        position: absolute;
  1993.        bottom: -3px;
  1994.        left: 0;
  1995.        width: 0;
  1996.        height: 3px;
  1997.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1998.        border-radius: 2px;
  1999.        transition: width 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  2000.    }
  2001.    
  2002.    .blog-card-v3:hover .blog-title-v3 a::before {
  2003.        width: 100%;
  2004.    }
  2005.    
  2006.    .blog-meta-v3 {
  2007.        display: flex;
  2008.        align-items: center;
  2009.        gap: 15px;
  2010.        margin-bottom: 18px;
  2011.        font-size: 13px;
  2012.        color: #7f8c8d;
  2013.        padding-bottom: 18px;
  2014.        border-bottom: 1px solid rgba(127, 140, 141, 0.1);
  2015.        position: relative;
  2016.    }
  2017.    
  2018.    .blog-meta-v3::after {
  2019.        content: '';
  2020.        position: absolute;
  2021.        bottom: -1px;
  2022.        left: 0;
  2023.        width: 0;
  2024.        height: 1px;
  2025.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2026.        transition: width 0.6s ease 0.3s;
  2027.    }
  2028.    
  2029.    .blog-card-v3:hover .blog-meta-v3::after {
  2030.        width: 80px;
  2031.    }
  2032.    
  2033.    .blog-author-img-v3 {
  2034.        width: 35px;
  2035.        height: 35px;
  2036.        border-radius: 50%;
  2037.        object-fit: cover;
  2038.        border: 3px solid rgba(255,255,255,0.8);
  2039.        transition: all 0.4s ease;
  2040.        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  2041.    }
  2042.    
  2043.    .blog-card-v3:hover .blog-author-img-v3 {
  2044.        transform: scale(1.15);
  2045.        border-color: rgba(102, 126, 234, 0.5);
  2046.        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.2);
  2047.    }
  2048.    
  2049.    .blog-excerpt-v3 {
  2050.        font-size: 14px;
  2051.        line-height: 1.7;
  2052.        color: #5a6c7d;
  2053.        margin-bottom: 20px;
  2054.        display: -webkit-box;
  2055.        -webkit-line-clamp: 3;
  2056.        -webkit-box-orient: vertical;
  2057.        overflow: hidden;
  2058.        opacity: 0.9;
  2059.        transition: opacity 0.3s ease;
  2060.    }
  2061.    
  2062.    .blog-card-v3:hover .blog-excerpt-v3 {
  2063.        opacity: 1;
  2064.    }
  2065.    
  2066.    .blog-actions-v3 {
  2067.        display: flex;
  2068.        justify-content: space-between;
  2069.        align-items: center;
  2070.    }
  2071.    
  2072.    .blog-read-time-v3 {
  2073.        font-size: 12px;
  2074.        color: #95a5a6;
  2075.        display: flex;
  2076.        align-items: center;
  2077.        gap: 6px;
  2078.    }
  2079.    
  2080.    .blog-read-more-v3 {
  2081.        width: 50px;
  2082.        height: 50px;
  2083.        border-radius: 50%;
  2084.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2085.        display: flex;
  2086.        align-items: center;
  2087.        justify-content: center;
  2088.        color: white;
  2089.        text-decoration: none;
  2090.        transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  2091.        transform: scale(0) rotate(0deg);
  2092.        opacity: 0;
  2093.        box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
  2094.        position: relative;
  2095.        overflow: hidden;
  2096.    }
  2097.    
  2098.    .blog-read-more-v3::before {
  2099.        content: '';
  2100.        position: absolute;
  2101.        top: 50%;
  2102.        left: 50%;
  2103.        width: 0;
  2104.        height: 0;
  2105.        background: rgba(255,255,255,0.2);
  2106.        border-radius: 50%;
  2107.        transition: all 0.6s ease;
  2108.        transform: translate(-50%, -50%);
  2109.    }
  2110.    
  2111.    .blog-card-v3:hover .blog-read-more-v3 {
  2112.        transform: scale(1) rotate(360deg);
  2113.        opacity: 1;
  2114.    }
  2115.    
  2116.    .blog-read-more-v3:hover::before {
  2117.        width: 100%;
  2118.        height: 100%;
  2119.    }
  2120.    
  2121.    .section-header-v3 {
  2122.        text-align: center;
  2123.        margin-bottom: 80px;
  2124.        position: relative;
  2125.        z-index: 2;
  2126.    }
  2127.    
  2128.    .section-title-v3 {
  2129.        font-size: 3.5rem;
  2130.        font-weight: 900;
  2131.        margin-bottom: 25px;
  2132.        color: #2c3e50;
  2133.        position: relative;
  2134.        display: inline-block;
  2135.    }
  2136.    
  2137.    .section-title-v3::before {
  2138.        content: '';
  2139.        position: absolute;
  2140.        top: -15px;
  2141.        right: -15px;
  2142.        width: 30px;
  2143.        height: 30px;
  2144.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2145.        border-radius: 50%;
  2146.        opacity: 0.3;
  2147.        animation: pulse 2s infinite;
  2148.    }
  2149.    
  2150.    @keyframes pulse {
  2151.        0%, 100% { transform: scale(1); opacity: 0.3; }
  2152.        50% { transform: scale(1.2); opacity: 0.6; }
  2153.    }
  2154.    
  2155.    .section-subtitle-v3 {
  2156.        font-size: 1.2rem;
  2157.        color: #7f8c8d;
  2158.        max-width: 700px;
  2159.        margin: 0 auto;
  2160.        line-height: 1.7;
  2161.        font-weight: 300;
  2162.    }
  2163.    
  2164.    .scroll-reveal {
  2165.        opacity: 0;
  2166.        transform: translateY(50px) scale(0.9);
  2167.        transition: all 0.8s cubic-bezier(0.23, 1, 0.320, 1);
  2168.    }
  2169.    
  2170.    .scroll-reveal.revealed {
  2171.        opacity: 1;
  2172.        transform: translateY(0) scale(1);
  2173.    }
  2174.    
  2175.    .scroll-reveal:nth-child(1) { transition-delay: 0.1s; }
  2176.    .scroll-reveal:nth-child(2) { transition-delay: 0.1s; }
  2177.    .scroll-reveal:nth-child(3) { transition-delay: 0.1s; }
  2178.    .scroll-reveal:nth-child(4) { transition-delay: 0.1s; }
  2179.    .scroll-reveal:nth-child(5) { transition-delay: 0.1s; }
  2180.    .scroll-reveal:nth-child(6) { transition-delay: 0.1s; }
  2181.  
  2182.    @media (max-width: 768px) {
  2183.        .masonry-container {
  2184.            display: flex;
  2185.            flex-direction: column;
  2186.            grid-gap: 20px;
  2187.        }
  2188.        .blog-card-v3:nth-child(n) {
  2189.            grid-row-end: span 20;
  2190.        }
  2191.        .section-title-v3 {
  2192.            font-size: 2.8rem;
  2193.        }
  2194.        .blog-highlights-v3 {
  2195.            padding: 60px 0;
  2196.        }
  2197.        .blog-content-v3 {
  2198.            padding: 25px 20px;
  2199.        }
  2200.        .blog-card-v3:hover {
  2201.            transform: translateY(-15px) scale(1.02);
  2202.        }
  2203.        .blog-image-v3{
  2204.            max-height: 350px;
  2205.            height: 100%;
  2206.        }
  2207.    }
  2208. </style>
  2209.  
  2210. <section class="blog-highlights-v3">
  2211.    <div class="container-fluid fluid-container">
  2212.        <div class="row">
  2213.            <div class="col-12">
  2214.                 <div class="wpo-section-title">
  2215.            <h2>
  2216.                Today's Top Highlights
  2217.                   </h2>
  2218.        </div>
  2219.            </div>
  2220.        </div>
  2221.        
  2222.        <div class="row">
  2223.            <div class="col-lg-8 col-12">
  2224.                <div class="masonry-container">
  2225.                    
  2226.                    <div class="blog-card-v3 scroll-reveal span-21">
  2227.                        <div class="blog-image-v3">
  2228.                            
  2229.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2230.                            
  2231.                            <div class="blog-floating-elements">
  2232.                                <div class="floating-dot"></div>
  2233.                                <div class="floating-dot"></div>
  2234.                                <div class="floating-dot"></div>
  2235.                            </div>
  2236.                            <span class="blog-category-v3 bg-primary-gradient">
  2237.                                News
  2238.                            </span>
  2239.                        </div>
  2240.                        <div class="blog-content-v3">
  2241.                            <h3 class="blog-title-v3">
  2242.                                <a href="/smooth-finish-to-lionel-messis-india-tour-after-disorder-in-kolkata/" >
  2243.                                Smooth Finish to Lionel Messi&#x27;s India Tour After Disorder in Kolkata
  2244.                                </a>
  2245.                            </h3>
  2246.                            <div class="blog-meta-v3">
  2247.                                
  2248.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f29fc7e4-ac0b-46e9-8545-8b021159be68_profile.png" alt="Rebecca Ortiz" style="object-fit: cover;" class="blog-author-img-v3">
  2249.                                
  2250.                                <span>By Rebecca Ortiz</span>
  2251.                                <span>•</span>
  2252.                                <span>12 May 2026</span>
  2253.                            </div>
  2254.                            
  2255.                            <div class="blog-actions-v3">
  2256.                                <div class="blog-read-time-v3">
  2257.                                    <i class="far fa-clock"></i>
  2258.                                    <!-- <span>5 min read</span> -->
  2259.                                </div>
  2260.                                <a href="/smooth-finish-to-lionel-messis-india-tour-after-disorder-in-kolkata/"  class="blog-read-more-v3">
  2261.                                    <i class="ti-arrow-right"></i>
  2262.                                </a>
  2263.                            </div>
  2264.                        </div>
  2265.                    </div>
  2266.                    
  2267.                    <div class="blog-card-v3 scroll-reveal span-22">
  2268.                        <div class="blog-image-v3">
  2269.                            
  2270.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2271.                            
  2272.                            <div class="blog-floating-elements">
  2273.                                <div class="floating-dot"></div>
  2274.                                <div class="floating-dot"></div>
  2275.                                <div class="floating-dot"></div>
  2276.                            </div>
  2277.                            <span class="blog-category-v3 bg-primary-gradient">
  2278.                                News
  2279.                            </span>
  2280.                        </div>
  2281.                        <div class="blog-content-v3">
  2282.                            <h3 class="blog-title-v3">
  2283.                                <a href="/esteemed-photographer-brian-harris-obituary-an-existence-behind-the-camera/" >
  2284.                                Esteemed Photographer Brian Harris Obituary: An Existence Behind the Camera
  2285.                                </a>
  2286.                            </h3>
  2287.                            <div class="blog-meta-v3">
  2288.                                
  2289.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f29fc7e4-ac0b-46e9-8545-8b021159be68_profile.png" alt="Rebecca Ortiz" style="object-fit: cover;" class="blog-author-img-v3">
  2290.                                
  2291.                                <span>By Rebecca Ortiz</span>
  2292.                                <span>•</span>
  2293.                                <span>12 May 2026</span>
  2294.                            </div>
  2295.                            
  2296.                            <div class="blog-actions-v3">
  2297.                                <div class="blog-read-time-v3">
  2298.                                    <i class="far fa-clock"></i>
  2299.                                    <!-- <span>5 min read</span> -->
  2300.                                </div>
  2301.                                <a href="/esteemed-photographer-brian-harris-obituary-an-existence-behind-the-camera/"  class="blog-read-more-v3">
  2302.                                    <i class="ti-arrow-right"></i>
  2303.                                </a>
  2304.                            </div>
  2305.                        </div>
  2306.                    </div>
  2307.                    
  2308.                    <div class="blog-card-v3 scroll-reveal span-21">
  2309.                        <div class="blog-image-v3">
  2310.                            
  2311.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2312.                            
  2313.                            <div class="blog-floating-elements">
  2314.                                <div class="floating-dot"></div>
  2315.                                <div class="floating-dot"></div>
  2316.                                <div class="floating-dot"></div>
  2317.                            </div>
  2318.                            <span class="blog-category-v3 bg-primary-gradient">
  2319.                                News
  2320.                            </span>
  2321.                        </div>
  2322.                        <div class="blog-content-v3">
  2323.                            <h3 class="blog-title-v3">
  2324.                                <a href="/new-yorks-met-museum-confronts-lawsuit-over-supposedly-nazi-plundered-van-gogh-painting/" >
  2325.                                New York&#x27;s Met Museum Confronts Lawsuit Over Supposedly Nazi-Plundered Van Gogh Painting
  2326.                                </a>
  2327.                            </h3>
  2328.                            <div class="blog-meta-v3">
  2329.                                
  2330.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f29fc7e4-ac0b-46e9-8545-8b021159be68_profile.png" alt="Rebecca Ortiz" style="object-fit: cover;" class="blog-author-img-v3">
  2331.                                
  2332.                                <span>By Rebecca Ortiz</span>
  2333.                                <span>•</span>
  2334.                                <span>12 May 2026</span>
  2335.                            </div>
  2336.                            
  2337.                            <div class="blog-actions-v3">
  2338.                                <div class="blog-read-time-v3">
  2339.                                    <i class="far fa-clock"></i>
  2340.                                    <!-- <span>5 min read</span> -->
  2341.                                </div>
  2342.                                <a href="/new-yorks-met-museum-confronts-lawsuit-over-supposedly-nazi-plundered-van-gogh-painting/"  class="blog-read-more-v3">
  2343.                                    <i class="ti-arrow-right"></i>
  2344.                                </a>
  2345.                            </div>
  2346.                        </div>
  2347.                    </div>
  2348.                    
  2349.                    <div class="blog-card-v3 scroll-reveal span-22">
  2350.                        <div class="blog-image-v3">
  2351.                            
  2352.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2353.                            
  2354.                            <div class="blog-floating-elements">
  2355.                                <div class="floating-dot"></div>
  2356.                                <div class="floating-dot"></div>
  2357.                                <div class="floating-dot"></div>
  2358.                            </div>
  2359.                            <span class="blog-category-v3 bg-primary-gradient">
  2360.                                News
  2361.                            </span>
  2362.                        </div>
  2363.                        <div class="blog-content-v3">
  2364.                            <h3 class="blog-title-v3">
  2365.                                <a href="/us-lawmaker-urges-former-prince-andrew-to-provide-testimony-in-epstein-inquiry/" >
  2366.                                US Lawmaker Urges Former Prince Andrew to Provide Testimony in Epstein Inquiry
  2367.                                </a>
  2368.                            </h3>
  2369.                            <div class="blog-meta-v3">
  2370.                                
  2371.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f29fc7e4-ac0b-46e9-8545-8b021159be68_profile.png" alt="Rebecca Ortiz" style="object-fit: cover;" class="blog-author-img-v3">
  2372.                                
  2373.                                <span>By Rebecca Ortiz</span>
  2374.                                <span>•</span>
  2375.                                <span>12 May 2026</span>
  2376.                            </div>
  2377.                            
  2378.                            <div class="blog-actions-v3">
  2379.                                <div class="blog-read-time-v3">
  2380.                                    <i class="far fa-clock"></i>
  2381.                                    <!-- <span>5 min read</span> -->
  2382.                                </div>
  2383.                                <a href="/us-lawmaker-urges-former-prince-andrew-to-provide-testimony-in-epstein-inquiry/"  class="blog-read-more-v3">
  2384.                                    <i class="ti-arrow-right"></i>
  2385.                                </a>
  2386.                            </div>
  2387.                        </div>
  2388.                    </div>
  2389.                    
  2390.                    <div class="blog-card-v3 scroll-reveal span-21">
  2391.                        <div class="blog-image-v3">
  2392.                            
  2393.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2394.                            
  2395.                            <div class="blog-floating-elements">
  2396.                                <div class="floating-dot"></div>
  2397.                                <div class="floating-dot"></div>
  2398.                                <div class="floating-dot"></div>
  2399.                            </div>
  2400.                            <span class="blog-category-v3 bg-primary-gradient">
  2401.                                News
  2402.                            </span>
  2403.                        </div>
  2404.                        <div class="blog-content-v3">
  2405.                            <h3 class="blog-title-v3">
  2406.                                <a href="/bahrain-to-argue-at-british-supreme-court-over-state-immunity-in-spyware-claims/" >
  2407.                                Bahrain to Argue at British Supreme Court Over State Immunity in Spyware Claims
  2408.                                </a>
  2409.                            </h3>
  2410.                            <div class="blog-meta-v3">
  2411.                                
  2412.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f29fc7e4-ac0b-46e9-8545-8b021159be68_profile.png" alt="Rebecca Ortiz" style="object-fit: cover;" class="blog-author-img-v3">
  2413.                                
  2414.                                <span>By Rebecca Ortiz</span>
  2415.                                <span>•</span>
  2416.                                <span>12 May 2026</span>
  2417.                            </div>
  2418.                            
  2419.                            <div class="blog-actions-v3">
  2420.                                <div class="blog-read-time-v3">
  2421.                                    <i class="far fa-clock"></i>
  2422.                                    <!-- <span>5 min read</span> -->
  2423.                                </div>
  2424.                                <a href="/bahrain-to-argue-at-british-supreme-court-over-state-immunity-in-spyware-claims/"  class="blog-read-more-v3">
  2425.                                    <i class="ti-arrow-right"></i>
  2426.                                </a>
  2427.                            </div>
  2428.                        </div>
  2429.                    </div>
  2430.                    
  2431.                    <div class="blog-card-v3 scroll-reveal span-22">
  2432.                        <div class="blog-image-v3">
  2433.                            
  2434.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2435.                            
  2436.                            <div class="blog-floating-elements">
  2437.                                <div class="floating-dot"></div>
  2438.                                <div class="floating-dot"></div>
  2439.                                <div class="floating-dot"></div>
  2440.                            </div>
  2441.                            <span class="blog-category-v3 bg-primary-gradient">
  2442.                                News
  2443.                            </span>
  2444.                        </div>
  2445.                        <div class="blog-content-v3">
  2446.                            <h3 class="blog-title-v3">
  2447.                                <a href="/james-cameron-makes-it-clear-avatar-movies-are-not-made-by-computers/" >
  2448.                                James Cameron Makes It Clear: ‘Avatar Movies Are Not Made By Computers’
  2449.                                </a>
  2450.                            </h3>
  2451.                            <div class="blog-meta-v3">
  2452.                                
  2453.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f29fc7e4-ac0b-46e9-8545-8b021159be68_profile.png" alt="Rebecca Ortiz" style="object-fit: cover;" class="blog-author-img-v3">
  2454.                                
  2455.                                <span>By Rebecca Ortiz</span>
  2456.                                <span>•</span>
  2457.                                <span>11 May 2026</span>
  2458.                            </div>
  2459.                            
  2460.                            <div class="blog-actions-v3">
  2461.                                <div class="blog-read-time-v3">
  2462.                                    <i class="far fa-clock"></i>
  2463.                                    <!-- <span>5 min read</span> -->
  2464.                                </div>
  2465.                                <a href="/james-cameron-makes-it-clear-avatar-movies-are-not-made-by-computers/"  class="blog-read-more-v3">
  2466.                                    <i class="ti-arrow-right"></i>
  2467.                                </a>
  2468.                            </div>
  2469.                        </div>
  2470.                    </div>
  2471.                    
  2472.                    <div class="blog-card-v3 scroll-reveal span-21">
  2473.                        <div class="blog-image-v3">
  2474.                            
  2475.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2476.                            
  2477.                            <div class="blog-floating-elements">
  2478.                                <div class="floating-dot"></div>
  2479.                                <div class="floating-dot"></div>
  2480.                                <div class="floating-dot"></div>
  2481.                            </div>
  2482.                            <span class="blog-category-v3 bg-primary-gradient">
  2483.                                News
  2484.                            </span>
  2485.                        </div>
  2486.                        <div class="blog-content-v3">
  2487.                            <h3 class="blog-title-v3">
  2488.                                <a href="/shackled-alone-and-frightened-the-bleak-truth-for-female-prisoners-made-to-deliver-in-prison/" >
  2489.                                Shackled, Alone and Frightened: The Bleak Truth for Female Prisoners Made to Deliver in Prison.
  2490.                                </a>
  2491.                            </h3>
  2492.                            <div class="blog-meta-v3">
  2493.                                
  2494.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f29fc7e4-ac0b-46e9-8545-8b021159be68_profile.png" alt="Rebecca Ortiz" style="object-fit: cover;" class="blog-author-img-v3">
  2495.                                
  2496.                                <span>By Rebecca Ortiz</span>
  2497.                                <span>•</span>
  2498.                                <span>11 May 2026</span>
  2499.                            </div>
  2500.                            
  2501.                            <div class="blog-actions-v3">
  2502.                                <div class="blog-read-time-v3">
  2503.                                    <i class="far fa-clock"></i>
  2504.                                    <!-- <span>5 min read</span> -->
  2505.                                </div>
  2506.                                <a href="/shackled-alone-and-frightened-the-bleak-truth-for-female-prisoners-made-to-deliver-in-prison/"  class="blog-read-more-v3">
  2507.                                    <i class="ti-arrow-right"></i>
  2508.                                </a>
  2509.                            </div>
  2510.                        </div>
  2511.                    </div>
  2512.                    
  2513.                    <div class="blog-card-v3 scroll-reveal span-22">
  2514.                        <div class="blog-image-v3">
  2515.                            
  2516.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2517.                            
  2518.                            <div class="blog-floating-elements">
  2519.                                <div class="floating-dot"></div>
  2520.                                <div class="floating-dot"></div>
  2521.                                <div class="floating-dot"></div>
  2522.                            </div>
  2523.                            <span class="blog-category-v3 bg-primary-gradient">
  2524.                                News
  2525.                            </span>
  2526.                        </div>
  2527.                        <div class="blog-content-v3">
  2528.                            <h3 class="blog-title-v3">
  2529.                                <a href="/a-story-of-surprising-kindness-the-time-a-student-let-me-stay-on-her-dormitory-ground/" >
  2530.                                A Story of Surprising Kindness: The Time a Student Let Me Stay on Her Dormitory Ground
  2531.                                </a>
  2532.                            </h3>
  2533.                            <div class="blog-meta-v3">
  2534.                                
  2535.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f29fc7e4-ac0b-46e9-8545-8b021159be68_profile.png" alt="Rebecca Ortiz" style="object-fit: cover;" class="blog-author-img-v3">
  2536.                                
  2537.                                <span>By Rebecca Ortiz</span>
  2538.                                <span>•</span>
  2539.                                <span>11 May 2026</span>
  2540.                            </div>
  2541.                            
  2542.                            <div class="blog-actions-v3">
  2543.                                <div class="blog-read-time-v3">
  2544.                                    <i class="far fa-clock"></i>
  2545.                                    <!-- <span>5 min read</span> -->
  2546.                                </div>
  2547.                                <a href="/a-story-of-surprising-kindness-the-time-a-student-let-me-stay-on-her-dormitory-ground/"  class="blog-read-more-v3">
  2548.                                    <i class="ti-arrow-right"></i>
  2549.                                </a>
  2550.                            </div>
  2551.                        </div>
  2552.                    </div>
  2553.                    
  2554.                    <div class="blog-card-v3 scroll-reveal span-21">
  2555.                        <div class="blog-image-v3">
  2556.                            
  2557.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2558.                            
  2559.                            <div class="blog-floating-elements">
  2560.                                <div class="floating-dot"></div>
  2561.                                <div class="floating-dot"></div>
  2562.                                <div class="floating-dot"></div>
  2563.                            </div>
  2564.                            <span class="blog-category-v3 bg-primary-gradient">
  2565.                                News
  2566.                            </span>
  2567.                        </div>
  2568.                        <div class="blog-content-v3">
  2569.                            <h3 class="blog-title-v3">
  2570.                                <a href="/amid-those-devastated-remains-of-an-apartment-block-i-saw-a-volume-id-translated/" >
  2571.                                Amid those Devastated Remains of an Apartment Block, I Saw a Volume I’d Translated
  2572.                                </a>
  2573.                            </h3>
  2574.                            <div class="blog-meta-v3">
  2575.                                
  2576.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f29fc7e4-ac0b-46e9-8545-8b021159be68_profile.png" alt="Rebecca Ortiz" style="object-fit: cover;" class="blog-author-img-v3">
  2577.                                
  2578.                                <span>By Rebecca Ortiz</span>
  2579.                                <span>•</span>
  2580.                                <span>11 May 2026</span>
  2581.                            </div>
  2582.                            
  2583.                            <div class="blog-actions-v3">
  2584.                                <div class="blog-read-time-v3">
  2585.                                    <i class="far fa-clock"></i>
  2586.                                    <!-- <span>5 min read</span> -->
  2587.                                </div>
  2588.                                <a href="/amid-those-devastated-remains-of-an-apartment-block-i-saw-a-volume-id-translated/"  class="blog-read-more-v3">
  2589.                                    <i class="ti-arrow-right"></i>
  2590.                                </a>
  2591.                            </div>
  2592.                        </div>
  2593.                    </div>
  2594.                    
  2595.                    <div class="blog-card-v3 scroll-reveal span-22">
  2596.                        <div class="blog-image-v3">
  2597.                            
  2598.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2599.                            
  2600.                            <div class="blog-floating-elements">
  2601.                                <div class="floating-dot"></div>
  2602.                                <div class="floating-dot"></div>
  2603.                                <div class="floating-dot"></div>
  2604.                            </div>
  2605.                            <span class="blog-category-v3 bg-primary-gradient">
  2606.                                News
  2607.                            </span>
  2608.                        </div>
  2609.                        <div class="blog-content-v3">
  2610.                            <h3 class="blog-title-v3">
  2611.                                <a href="/3-game-pass-titles-were-playing-this-weekend-october-10-12/" >
  2612.                                3 Game Pass Titles We&#x27;re Playing This Weekend (October 10-12)
  2613.                                </a>
  2614.                            </h3>
  2615.                            <div class="blog-meta-v3">
  2616.                                
  2617.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f29fc7e4-ac0b-46e9-8545-8b021159be68_profile.png" alt="Rebecca Ortiz" style="object-fit: cover;" class="blog-author-img-v3">
  2618.                                
  2619.                                <span>By Rebecca Ortiz</span>
  2620.                                <span>•</span>
  2621.                                <span>11 May 2026</span>
  2622.                            </div>
  2623.                            
  2624.                            <div class="blog-actions-v3">
  2625.                                <div class="blog-read-time-v3">
  2626.                                    <i class="far fa-clock"></i>
  2627.                                    <!-- <span>5 min read</span> -->
  2628.                                </div>
  2629.                                <a href="/3-game-pass-titles-were-playing-this-weekend-october-10-12/"  class="blog-read-more-v3">
  2630.                                    <i class="ti-arrow-right"></i>
  2631.                                </a>
  2632.                            </div>
  2633.                        </div>
  2634.                    </div>
  2635.                    
  2636.                    <div class="blog-card-v3 scroll-reveal span-21">
  2637.                        <div class="blog-image-v3">
  2638.                            
  2639.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2640.                            
  2641.                            <div class="blog-floating-elements">
  2642.                                <div class="floating-dot"></div>
  2643.                                <div class="floating-dot"></div>
  2644.                                <div class="floating-dot"></div>
  2645.                            </div>
  2646.                            <span class="blog-category-v3 bg-primary-gradient">
  2647.                                News
  2648.                            </span>
  2649.                        </div>
  2650.                        <div class="blog-content-v3">
  2651.                            <h3 class="blog-title-v3">
  2652.                                <a href="/life-for-one-hundred-twenty-thousand-asylum-seekers-in-the-massive-shelter-on-the-malians-border/" >
  2653.                                Life for one hundred twenty thousand Asylum Seekers in the Massive Shelter on the Malians Border.
  2654.                                </a>
  2655.                            </h3>
  2656.                            <div class="blog-meta-v3">
  2657.                                
  2658.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f29fc7e4-ac0b-46e9-8545-8b021159be68_profile.png" alt="Rebecca Ortiz" style="object-fit: cover;" class="blog-author-img-v3">
  2659.                                
  2660.                                <span>By Rebecca Ortiz</span>
  2661.                                <span>•</span>
  2662.                                <span>11 May 2026</span>
  2663.                            </div>
  2664.                            
  2665.                            <div class="blog-actions-v3">
  2666.                                <div class="blog-read-time-v3">
  2667.                                    <i class="far fa-clock"></i>
  2668.                                    <!-- <span>5 min read</span> -->
  2669.                                </div>
  2670.                                <a href="/life-for-one-hundred-twenty-thousand-asylum-seekers-in-the-massive-shelter-on-the-malians-border/"  class="blog-read-more-v3">
  2671.                                    <i class="ti-arrow-right"></i>
  2672.                                </a>
  2673.                            </div>
  2674.                        </div>
  2675.                    </div>
  2676.                    
  2677.                    <div class="blog-card-v3 scroll-reveal span-22">
  2678.                        <div class="blog-image-v3">
  2679.                            
  2680.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2681.                            
  2682.                            <div class="blog-floating-elements">
  2683.                                <div class="floating-dot"></div>
  2684.                                <div class="floating-dot"></div>
  2685.                                <div class="floating-dot"></div>
  2686.                            </div>
  2687.                            <span class="blog-category-v3 bg-primary-gradient">
  2688.                                News
  2689.                            </span>
  2690.                        </div>
  2691.                        <div class="blog-content-v3">
  2692.                            <h3 class="blog-title-v3">
  2693.                                <a href="/how-a-us-military-vet-assisted-the-venezuelan-opposition-leader-escape-venezuela/" >
  2694.                                How a US Military Vet Assisted the Venezuelan Opposition Leader Escape Venezuela
  2695.                                </a>
  2696.                            </h3>
  2697.                            <div class="blog-meta-v3">
  2698.                                
  2699.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f29fc7e4-ac0b-46e9-8545-8b021159be68_profile.png" alt="Rebecca Ortiz" style="object-fit: cover;" class="blog-author-img-v3">
  2700.                                
  2701.                                <span>By Rebecca Ortiz</span>
  2702.                                <span>•</span>
  2703.                                <span>11 May 2026</span>
  2704.                            </div>
  2705.                            
  2706.                            <div class="blog-actions-v3">
  2707.                                <div class="blog-read-time-v3">
  2708.                                    <i class="far fa-clock"></i>
  2709.                                    <!-- <span>5 min read</span> -->
  2710.                                </div>
  2711.                                <a href="/how-a-us-military-vet-assisted-the-venezuelan-opposition-leader-escape-venezuela/"  class="blog-read-more-v3">
  2712.                                    <i class="ti-arrow-right"></i>
  2713.                                </a>
  2714.                            </div>
  2715.                        </div>
  2716.                    </div>
  2717.                    
  2718.                    
  2719.  
  2720.                </div>
  2721.            </div>
  2722.            
  2723.               <div class="col col-lg-4 col-12">
  2724.                
  2725.  
  2726.  
  2727.  
  2728.    
  2729.  
  2730.  
  2731. <!-- Blog Sidebar -->
  2732.  
  2733.    <div class="sidebar mb-3">
  2734.        
  2735.        
  2736.        <div class="sidebar-widget mb-4">
  2737.            <div class="widget-title-wrapper mb-3">
  2738.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2739.                    May 2026 Blog Roll
  2740.                    <span class="title-arrow"></span>
  2741.                </h4>
  2742.            </div>
  2743.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2744.                <ul class="list-unstyled scrollable-sidebar">
  2745.                    
  2746.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2747.                        <a href="https://wallaseycemetery.co.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2748.                            <i class="ti-angle-right me-2 text-primary"></i>
  2749.                            <span class="fw-semibold">best uk betting sites</span>
  2750.                        </a>
  2751.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2752.                    </li>
  2753.                    
  2754.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2755.                        <a href="https://www.escapistmagazine.com/uk/non-gamstop-casinos/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2756.                            <i class="ti-angle-right me-2 text-primary"></i>
  2757.                            <span class="fw-semibold">casinos not on gamstop</span>
  2758.                        </a>
  2759.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2760.                    </li>
  2761.                    
  2762.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2763.                        <a href="https://www.squarebox.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2764.                            <i class="ti-angle-right me-2 text-primary"></i>
  2765.                            <span class="fw-semibold">casino not on gamstop</span>
  2766.                        </a>
  2767.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2768.                    </li>
  2769.                    
  2770.                </ul>
  2771.            </div>
  2772.        </div>
  2773.        
  2774.        <div class="sidebar-widget mb-4">
  2775.            <div class="widget-title-wrapper mb-3">
  2776.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2777.                    April 2026 Blog Roll
  2778.                    <span class="title-arrow"></span>
  2779.                </h4>
  2780.            </div>
  2781.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2782.                <ul class="list-unstyled scrollable-sidebar">
  2783.                    
  2784.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2785.                        <a href="https://www.remoteyear.com"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2786.                            <i class="ti-angle-right me-2 text-primary"></i>
  2787.                            <span class="fw-semibold">online casinos</span>
  2788.                        </a>
  2789.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2790.                    </li>
  2791.                    
  2792.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2793.                        <a href="https://maisondefleurs.co.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2794.                            <i class="ti-angle-right me-2 text-primary"></i>
  2795.                            <span class="fw-semibold">best online casinos UK</span>
  2796.                        </a>
  2797.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2798.                    </li>
  2799.                    
  2800.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2801.                        <a href="https://lagoccia.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2802.                            <i class="ti-angle-right me-2 text-primary"></i>
  2803.                            <span class="fw-semibold">best online casinos</span>
  2804.                        </a>
  2805.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2806.                    </li>
  2807.                    
  2808.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2809.                        <a href="https://datamagazine.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2810.                            <i class="ti-angle-right me-2 text-primary"></i>
  2811.                            <span class="fw-semibold">non gamstop casino</span>
  2812.                        </a>
  2813.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2814.                    </li>
  2815.                    
  2816.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2817.                        <a href="https://www.ambiental.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2818.                            <i class="ti-angle-right me-2 text-primary"></i>
  2819.                            <span class="fw-semibold">non gamstop casinos</span>
  2820.                        </a>
  2821.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2822.                    </li>
  2823.                    
  2824.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2825.                        <a href="https://heyimhome.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2826.                            <i class="ti-angle-right me-2 text-primary"></i>
  2827.                            <span class="fw-semibold">casino site</span>
  2828.                        </a>
  2829.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2830.                    </li>
  2831.                    
  2832.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2833.                        <a href="https://www.homeworkworkspace.com"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2834.                            <i class="ti-angle-right me-2 text-primary"></i>
  2835.                            <span class="fw-semibold">casinos not on GamStop</span>
  2836.                        </a>
  2837.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2838.                    </li>
  2839.                    
  2840.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2841.                        <a href="https://roeparkresort.com"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2842.                            <i class="ti-angle-right me-2 text-primary"></i>
  2843.                            <span class="fw-semibold">online casino UK</span>
  2844.                        </a>
  2845.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2846.                    </li>
  2847.                    
  2848.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2849.                        <a href="https://www.executive-shaving.co.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2850.                            <i class="ti-angle-right me-2 text-primary"></i>
  2851.                            <span class="fw-semibold">casinos not on GamStop</span>
  2852.                        </a>
  2853.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2854.                    </li>
  2855.                    
  2856.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2857.                        <a href="https://www.greenfinder.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2858.                            <i class="ti-angle-right me-2 text-primary"></i>
  2859.                            <span class="fw-semibold">new casino uk</span>
  2860.                        </a>
  2861.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2862.                    </li>
  2863.                    
  2864.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2865.                        <a href="https://parentsandteachers.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2866.                            <i class="ti-angle-right me-2 text-primary"></i>
  2867.                            <span class="fw-semibold">bitcoin casinos</span>
  2868.                        </a>
  2869.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2870.                    </li>
  2871.                    
  2872.                </ul>
  2873.            </div>
  2874.        </div>
  2875.        
  2876.        <div class="sidebar-widget mb-4">
  2877.            <div class="widget-title-wrapper mb-3">
  2878.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2879.                    March 2026 Blog Roll
  2880.                    <span class="title-arrow"></span>
  2881.                </h4>
  2882.            </div>
  2883.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2884.                <ul class="list-unstyled scrollable-sidebar">
  2885.                    
  2886.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2887.                        <a href="https://www.gullwingbridge.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2888.                            <i class="ti-angle-right me-2 text-primary"></i>
  2889.                            <span class="fw-semibold">casino not on GamStop</span>
  2890.                        </a>
  2891.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2892.                    </li>
  2893.                    
  2894.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2895.                        <a href="https://www.cranleyclinic.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2896.                            <i class="ti-angle-right me-2 text-primary"></i>
  2897.                            <span class="fw-semibold">gambling sites not on GamStop</span>
  2898.                        </a>
  2899.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2900.                    </li>
  2901.                    
  2902.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2903.                        <a href="https://www.llancaiachfawr.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2904.                            <i class="ti-angle-right me-2 text-primary"></i>
  2905.                            <span class="fw-semibold">new non GamStop casinos</span>
  2906.                        </a>
  2907.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2908.                    </li>
  2909.                    
  2910.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2911.                        <a href="https://thenewoxford.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2912.                            <i class="ti-angle-right me-2 text-primary"></i>
  2913.                            <span class="fw-semibold">online casino not on GamStop</span>
  2914.                        </a>
  2915.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2916.                    </li>
  2917.                    
  2918.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2919.                        <a href="https://ola.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2920.                            <i class="ti-angle-right me-2 text-primary"></i>
  2921.                            <span class="fw-semibold">best casinos not on GamStop</span>
  2922.                        </a>
  2923.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2924.                    </li>
  2925.                    
  2926.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2927.                        <a href="https://www.stamina.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2928.                            <i class="ti-angle-right me-2 text-primary"></i>
  2929.                            <span class="fw-semibold">UK Casinos Not on Gamstop</span>
  2930.                        </a>
  2931.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2932.                    </li>
  2933.                    
  2934.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2935.                        <a href="https://www.falconryforum.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2936.                            <i class="ti-angle-right me-2 text-primary"></i>
  2937.                            <span class="fw-semibold">online casino not on gamstop</span>
  2938.                        </a>
  2939.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2940.                    </li>
  2941.                    
  2942.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2943.                        <a href="https://www.nordicresearchnetwork.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2944.                            <i class="ti-angle-right me-2 text-primary"></i>
  2945.                            <span class="fw-semibold">Casino Non UK</span>
  2946.                        </a>
  2947.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2948.                    </li>
  2949.                    
  2950.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2951.                        <a href="https://www.videogamer.com/uk/online-casinos/non-gamstop/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2952.                            <i class="ti-angle-right me-2 text-primary"></i>
  2953.                            <span class="fw-semibold">best uk non gamstop casinos</span>
  2954.                        </a>
  2955.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2956.                    </li>
  2957.                    
  2958.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2959.                        <a href="https://www.ginspa.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2960.                            <i class="ti-angle-right me-2 text-primary"></i>
  2961.                            <span class="fw-semibold">non GamStop casinos</span>
  2962.                        </a>
  2963.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2964.                    </li>
  2965.                    
  2966.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2967.                        <a href="https://www.fourpure.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2968.                            <i class="ti-angle-right me-2 text-primary"></i>
  2969.                            <span class="fw-semibold">best non GamStop casinos</span>
  2970.                        </a>
  2971.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2972.                    </li>
  2973.                    
  2974.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2975.                        <a href="https://www.covent-garden.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2976.                            <i class="ti-angle-right me-2 text-primary"></i>
  2977.                            <span class="fw-semibold">slots not on GamStop</span>
  2978.                        </a>
  2979.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2980.                    </li>
  2981.                    
  2982.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2983.                        <a href="https://www.dinton-pastures.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2984.                            <i class="ti-angle-right me-2 text-primary"></i>
  2985.                            <span class="fw-semibold">non GamStop casinos</span>
  2986.                        </a>
  2987.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2988.                    </li>
  2989.                    
  2990.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2991.                        <a href="https://www.durhamminers.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2992.                            <i class="ti-angle-right me-2 text-primary"></i>
  2993.                            <span class="fw-semibold">UK casino sites</span>
  2994.                        </a>
  2995.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2996.                    </li>
  2997.                    
  2998.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2999.                        <a href="https://socialeatinghouse.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3000.                            <i class="ti-angle-right me-2 text-primary"></i>
  3001.                            <span class="fw-semibold">non GamStop casinos</span>
  3002.                        </a>
  3003.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3004.                    </li>
  3005.                    
  3006.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3007.                        <a href="https://www.patients4nhs.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3008.                            <i class="ti-angle-right me-2 text-primary"></i>
  3009.                            <span class="fw-semibold">non GamStop casinos</span>
  3010.                        </a>
  3011.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3012.                    </li>
  3013.                    
  3014.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3015.                        <a href="https://www.thekarczma.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3016.                            <i class="ti-angle-right me-2 text-primary"></i>
  3017.                            <span class="fw-semibold">non UK casinos</span>
  3018.                        </a>
  3019.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3020.                    </li>
  3021.                    
  3022.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3023.                        <a href="https://www.kysty.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3024.                            <i class="ti-angle-right me-2 text-primary"></i>
  3025.                            <span class="fw-semibold">non Gamstop casinos</span>
  3026.                        </a>
  3027.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3028.                    </li>
  3029.                    
  3030.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3031.                        <a href="https://growsheffield.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3032.                            <i class="ti-angle-right me-2 text-primary"></i>
  3033.                            <span class="fw-semibold">casino not on gamstop</span>
  3034.                        </a>
  3035.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3036.                    </li>
  3037.                    
  3038.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3039.                        <a href="https://drive-alive.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3040.                            <i class="ti-angle-right me-2 text-primary"></i>
  3041.                            <span class="fw-semibold">casino not on gamstop</span>
  3042.                        </a>
  3043.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3044.                    </li>
  3045.                    
  3046.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3047.                        <a href="https://roadpeace.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3048.                            <i class="ti-angle-right me-2 text-primary"></i>
  3049.                            <span class="fw-semibold">casinos not on gamstop</span>
  3050.                        </a>
  3051.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3052.                    </li>
  3053.                    
  3054.                </ul>
  3055.            </div>
  3056.        </div>
  3057.        
  3058.        <div class="sidebar-widget mb-4">
  3059.            <div class="widget-title-wrapper mb-3">
  3060.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  3061.                    February 2026 Blog Roll
  3062.                    <span class="title-arrow"></span>
  3063.                </h4>
  3064.            </div>
  3065.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  3066.                <ul class="list-unstyled scrollable-sidebar">
  3067.                    
  3068.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3069.                        <a href="https://financialservicescultureboard.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3070.                            <i class="ti-angle-right me-2 text-primary"></i>
  3071.                            <span class="fw-semibold">non uk betting sites</span>
  3072.                        </a>
  3073.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3074.                    </li>
  3075.                    
  3076.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3077.                        <a href="https://www.taysideaviation.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3078.                            <i class="ti-angle-right me-2 text-primary"></i>
  3079.                            <span class="fw-semibold">non uk betting sites</span>
  3080.                        </a>
  3081.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3082.                    </li>
  3083.                    
  3084.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3085.                        <a href="https://www.munchfit.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3086.                            <i class="ti-angle-right me-2 text-primary"></i>
  3087.                            <span class="fw-semibold">best non GamStop casinos</span>
  3088.                        </a>
  3089.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3090.                    </li>
  3091.                    
  3092.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3093.                        <a href="https://www.regionalnetworks.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3094.                            <i class="ti-angle-right me-2 text-primary"></i>
  3095.                            <span class="fw-semibold">Non GAMSTOP Casinos</span>
  3096.                        </a>
  3097.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3098.                    </li>
  3099.                    
  3100.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3101.                        <a href="https://oncallfire.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3102.                            <i class="ti-angle-right me-2 text-primary"></i>
  3103.                            <span class="fw-semibold">new online casinos</span>
  3104.                        </a>
  3105.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3106.                    </li>
  3107.                    
  3108.                </ul>
  3109.            </div>
  3110.        </div>
  3111.        
  3112.  
  3113.        <!-- Recent Posts Section -->
  3114.        <div class="sidebar-widget mb-3">
  3115.            <div class="widget-title-wrapper mb-3">
  3116.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  3117.                    Recent Posts
  3118.                    <span class="title-arrow"></span>
  3119.                </h4>
  3120.            </div>
  3121.            <div class="widget-content border border-light shadow-sm rounded p-4">
  3122.                <div class="recent-post-list">
  3123.                    
  3124.                    
  3125.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3126.                        <div class="post-image me-3 flex-shrink-0">
  3127.                            
  3128.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3129.                            
  3130.                        </div>
  3131.                        <div class="post-content flex-grow-1">
  3132.                            <h6 class="post-title mb-1">
  3133.                                 <a href="/how-to-talk-romance-like-gen-z-51-niche-terms-for-romance-intimacy-and-questionable-conduct/" class="text-decoration-none top-color fw-semibold">
  3134.                                    How to Talk Romance Like Gen Z: 51 Niche Terms for Romance, Intimacy and Questionable Conduct
  3135.                                </a>
  3136.                            </h6>
  3137.                            <div class="post-meta">
  3138.                                <small class="text-muted">
  3139.                                    <i class="ti-calendar me-1"></i>11 May 2026
  3140.                                </small>
  3141.                                <!-- <small class="text-muted ms-2">
  3142.                                    <i class="ti-eye me-1"></i>234 views
  3143.                                </small> -->
  3144.                            </div>
  3145.                        </div>
  3146.                    </div>
  3147.                    
  3148.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3149.                        <div class="post-image me-3 flex-shrink-0">
  3150.                            
  3151.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3152.                            
  3153.                        </div>
  3154.                        <div class="post-content flex-grow-1">
  3155.                            <h6 class="post-title mb-1">
  3156.                                 <a href="/trump-and-his-supporters-envision-a-globe-devoid-of-global-legal-norms-yet-they-will-not-succeed/" class="text-decoration-none top-color fw-semibold">
  3157.                                    Trump and His Supporters Envision a Globe Devoid of Global Legal Norms – Yet They Will Not Succeed
  3158.                                </a>
  3159.                            </h6>
  3160.                            <div class="post-meta">
  3161.                                <small class="text-muted">
  3162.                                    <i class="ti-calendar me-1"></i>10 May 2026
  3163.                                </small>
  3164.                                <!-- <small class="text-muted ms-2">
  3165.                                    <i class="ti-eye me-1"></i>234 views
  3166.                                </small> -->
  3167.                            </div>
  3168.                        </div>
  3169.                    </div>
  3170.                    
  3171.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3172.                        <div class="post-image me-3 flex-shrink-0">
  3173.                            
  3174.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3175.                            
  3176.                        </div>
  3177.                        <div class="post-content flex-grow-1">
  3178.                            <h6 class="post-title mb-1">
  3179.                                 <a href="/swedish-team-reveal-isak-included-while-viktor-gyokeres-misses-out/" class="text-decoration-none top-color fw-semibold">
  3180.                                    Swedish Team Reveal: Isak Included While Viktor Gyokeres Misses Out
  3181.                                </a>
  3182.                            </h6>
  3183.                            <div class="post-meta">
  3184.                                <small class="text-muted">
  3185.                                    <i class="ti-calendar me-1"></i>10 May 2026
  3186.                                </small>
  3187.                                <!-- <small class="text-muted ms-2">
  3188.                                    <i class="ti-eye me-1"></i>234 views
  3189.                                </small> -->
  3190.                            </div>
  3191.                        </div>
  3192.                    </div>
  3193.                    
  3194.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3195.                        <div class="post-image me-3 flex-shrink-0">
  3196.                            
  3197.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3198.                            
  3199.                        </div>
  3200.                        <div class="post-content flex-grow-1">
  3201.                            <h6 class="post-title mb-1">
  3202.                                 <a href="/uae-declines-to-participate-in-gazan-security-force-lacking-clear-juridical-structure/" class="text-decoration-none top-color fw-semibold">
  3203.                                    UAE Declines to Participate in Gazan Security Force Lacking Clear Juridical Structure
  3204.                                </a>
  3205.                            </h6>
  3206.                            <div class="post-meta">
  3207.                                <small class="text-muted">
  3208.                                    <i class="ti-calendar me-1"></i>10 May 2026
  3209.                                </small>
  3210.                                <!-- <small class="text-muted ms-2">
  3211.                                    <i class="ti-eye me-1"></i>234 views
  3212.                                </small> -->
  3213.                            </div>
  3214.                        </div>
  3215.                    </div>
  3216.                    
  3217.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3218.                        <div class="post-image me-3 flex-shrink-0">
  3219.                            
  3220.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3221.                            
  3222.                        </div>
  3223.                        <div class="post-content flex-grow-1">
  3224.                            <h6 class="post-title mb-1">
  3225.                                 <a href="/virginias-new-governor-establishes-history-as-first-female-state-leader/" class="text-decoration-none top-color fw-semibold">
  3226.                                    Virginia&#x27;s New Governor Establishes History as First Female State Leader
  3227.                                </a>
  3228.                            </h6>
  3229.                            <div class="post-meta">
  3230.                                <small class="text-muted">
  3231.                                    <i class="ti-calendar me-1"></i>10 May 2026
  3232.                                </small>
  3233.                                <!-- <small class="text-muted ms-2">
  3234.                                    <i class="ti-eye me-1"></i>234 views
  3235.                                </small> -->
  3236.                            </div>
  3237.                        </div>
  3238.                    </div>
  3239.                    
  3240.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3241.                        <div class="post-image me-3 flex-shrink-0">
  3242.                            
  3243.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3244.                            
  3245.                        </div>
  3246.                        <div class="post-content flex-grow-1">
  3247.                            <h6 class="post-title mb-1">
  3248.                                 <a href="/when-did-i-get-that-handsome-bruce-springsteen-on-watching-jeremy-allen-white-play-him-on-screen/" class="text-decoration-none top-color fw-semibold">
  3249.                                    ‘When Did I Get That Handsome?’: Bruce Springsteen on Watching Jeremy Allen White Play Him On Screen
  3250.                                </a>
  3251.                            </h6>
  3252.                            <div class="post-meta">
  3253.                                <small class="text-muted">
  3254.                                    <i class="ti-calendar me-1"></i>10 May 2026
  3255.                                </small>
  3256.                                <!-- <small class="text-muted ms-2">
  3257.                                    <i class="ti-eye me-1"></i>234 views
  3258.                                </small> -->
  3259.                            </div>
  3260.                        </div>
  3261.                    </div>
  3262.                    
  3263.  
  3264.                </div>
  3265.            </div>
  3266.        </div>
  3267.  
  3268.    </div>
  3269.  
  3270.  
  3271. <!-- Sidebar Styles -->
  3272. <style>
  3273.    .sidebar-widget {
  3274.        position: relative;
  3275.    }
  3276.    
  3277.    .widget-title {
  3278.        font-size: 1.1rem;
  3279.        font-weight: 700;
  3280.        display: inline-block;
  3281.        position: relative;
  3282.        z-index: 2;
  3283.        border-radius: 0;
  3284.    }
  3285.    
  3286.    .title-arrow::after {
  3287.        content: '';
  3288.        position: absolute;
  3289.        top: 0;
  3290.        right: -20px;
  3291.        width: 0;
  3292.        height: 0;
  3293.        border-left: 20px solid var(--bs-primary);
  3294.        border-top: 20px solid transparent;
  3295.        border-bottom: 20px solid transparent;
  3296.        z-index: 1;
  3297.    }
  3298.    
  3299.    .widget-content {
  3300.        margin-top: -1px;
  3301.        position: relative;
  3302.        z-index: 1;
  3303.         background-color: var(--card-bg);
  3304.    }
  3305.    
  3306.    .recent-post-item:hover .post-title1 a {
  3307.        color: #dc3545 !important;
  3308.        transition: color 0.3s ease;
  3309.    }
  3310.    
  3311.    .recent-post-item .post-image img {
  3312.        transition: transform 0.3s ease;
  3313.    }
  3314.    
  3315.    .recent-post-item:hover .post-image img {
  3316.        transform: scale(1.05);
  3317.    }
  3318.    
  3319.    .btn:hover {
  3320.        transform: translateY(-1px);
  3321.        transition: all 0.3s ease;
  3322.        box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  3323.    }
  3324.    
  3325.    @media (max-width: 991px) {
  3326.        .sidebar {
  3327.            margin-top: 3rem;
  3328.        }
  3329.    }
  3330.    
  3331.    @media (max-width: 576px) {
  3332.        .widget-title {
  3333.            font-size: 1rem;
  3334.            padding: 0.75rem 1rem !important;
  3335.        }
  3336.        
  3337.        .title-arrow::after {
  3338.            right: -15px;
  3339.            border-left: 15px solid var(--bs-primary);
  3340.            border-top: 15px solid transparent;
  3341.            border-bottom: 15px solid transparent;
  3342.        }
  3343.        
  3344.        .post-image {
  3345.            display: none !important;
  3346.        }
  3347.    }
  3348. </style>
  3349.    
  3350.            </div>
  3351.        </div>
  3352.    </div>
  3353. </section>
  3354.  
  3355. <script>
  3356. // Enhanced Intersection Observer with staggered animations
  3357. document.addEventListener('DOMContentLoaded', function() {
  3358.    const observerOptions = {
  3359.        threshold: 0.1,
  3360.        rootMargin: '0px 0px -100px 0px'
  3361.    };
  3362.  
  3363.    const observer = new IntersectionObserver(function(entries) {
  3364.        entries.forEach(entry => {
  3365.            if (entry.isIntersecting) {
  3366.                setTimeout(() => {
  3367.                    entry.target.classList.add('revealed');
  3368.                }, 100);
  3369.            }
  3370.        });
  3371.    }, observerOptions);
  3372.  
  3373.    // Observe all scroll-reveal elements
  3374.    document.querySelectorAll('.scroll-reveal').forEach(el => {
  3375.        observer.observe(el);
  3376.    });
  3377.  
  3378.    // Add parallax effect to floating dots
  3379.    document.addEventListener('mousemove', function(e) {
  3380.        const cards = document.querySelectorAll('.blog-card-v3');
  3381.        cards.forEach(card => {
  3382.            const rect = card.getBoundingClientRect();
  3383.            const x = (e.clientX - rect.left) / rect.width;
  3384.            const y = (e.clientY - rect.top) / rect.height;
  3385.            
  3386.            const dots = card.querySelectorAll('.floating-dot');
  3387.            dots.forEach((dot, index) => {
  3388.                const moveX = (x - 0.5) * (10 + index * 5);
  3389.                const moveY = (y - 0.5) * (10 + index * 5);
  3390.                dot.style.transform = `translate(${moveX}px, ${moveY}px)`;
  3391.            });
  3392.        });
  3393.    });
  3394. });
  3395. </script>
  3396.  
  3397.    
  3398.        
  3399.        <!-- end wpo-blog-highlights-section -->
  3400.        <!-- start wpo-blog-sponsored-section -->
  3401.        
  3402.  
  3403.  
  3404.  
  3405.    
  3406.  
  3407.  
  3408.  
  3409. <style>
  3410.    .sponsored-section-v3 {
  3411.        padding: 50px 0;
  3412.    }
  3413.    
  3414.    .sponsored-card-v3 {
  3415.        background: var(--card-bg);
  3416.        border: 1px solid var(--border-color);
  3417.        border-radius: 4px;
  3418.        transition: transform 0.3s ease;
  3419.        height: 100%;
  3420.    }
  3421.    
  3422.    .sponsored-card-v3:hover {
  3423.        transform: scale(1.02);
  3424.    }
  3425.    
  3426.    .sponsored-image-v3 {
  3427.        position: relative;
  3428.        height: 170px;
  3429.        border-bottom: 1px solid var(--border-color);
  3430.    }
  3431.    
  3432.    .sponsored-image-v3 img {
  3433.        width: 100%;
  3434.        height: 100%;
  3435.        object-fit: cover;
  3436.    }
  3437.    
  3438.    .sponsored-badge-v3 {
  3439.        position: absolute;
  3440.        top: 10px;
  3441.        right: 10px;
  3442.        padding: 5px 8px;
  3443.        font-size: 11px;
  3444.        font-weight: 600;
  3445.        text-transform: uppercase;
  3446.        border-radius: 50%;
  3447.    }
  3448.    
  3449.    .sponsored-content-v3 {
  3450.        position: relative;
  3451.        padding: 18px;
  3452.    }
  3453.    
  3454.    .sponsored-title-v3 {
  3455.        font-size: 16px;
  3456.        font-weight: 700;
  3457.        line-height: 1.5;
  3458.        margin-bottom: 8px;
  3459.    }
  3460.    
  3461.    .sponsored-title-v3 a {
  3462.        text-decoration: none;
  3463.        color: #333;
  3464.    }
  3465.    
  3466.    .sponsored-title-v3 a:hover {
  3467.        color: #0056b3; /* Darker blue for hover */
  3468.    }
  3469.    
  3470.    .sponsored-excerpt-v3 {
  3471.        font-size: 13px;
  3472.        font-weight: 400;
  3473.        color: #868e96;
  3474.        margin-bottom: 12px;
  3475.        line-height: 1.5;
  3476.    }
  3477.    
  3478.    .sponsored-meta-v3 {
  3479.        font-size: 12px;
  3480.        color: #6c757d;
  3481.    }
  3482.    
  3483.    .author-info-v3 {
  3484.        display: flex;
  3485.        align-items: center;
  3486.        gap: 6px;
  3487.        margin-bottom: 6px;
  3488.    }
  3489.    
  3490.    .sponsored-author-img-v3 {
  3491.        width: 24px;
  3492.        height: 24px;
  3493.        border-radius: 50%;
  3494.        object-fit: cover;
  3495.    }
  3496.    
  3497.    .section-title-sponsored-v3 {
  3498.        font-size: 2rem;
  3499.        font-weight: 600;
  3500.        text-align: left;
  3501.        margin-bottom: 25px;
  3502.        color: #333;
  3503.        border-bottom: 3px solid var(--bs-primary);
  3504.        padding-bottom: 10px;
  3505.    }
  3506.  
  3507.    @media (max-width: 768px) {
  3508.        .sponsored-section-v3 {
  3509.            padding: 30px 0;
  3510.        }
  3511.        .sponsored-content-v3 {
  3512.            padding: 15px;
  3513.        }
  3514.        .sponsored-title-v3 {
  3515.            font-size: 15px;
  3516.        }
  3517.        .sponsored-excerpt-v3 {
  3518.            font-size: 12px;
  3519.        }
  3520.        .section-title-sponsored-v3 {
  3521.            font-size: 1.8rem;
  3522.        }
  3523.    }
  3524. </style>
  3525.  
  3526. <section class="sponsored-section-v3">
  3527.    <div class="container-fluid fluid-container">
  3528.        <div class="row">
  3529.            <div class="col-12">
  3530.                <h2 class="section-title-sponsored-v3">Sponsored News</h2>
  3531.            </div>
  3532.        </div>
  3533.        
  3534.        <div class="row g-4">
  3535.            
  3536.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3537.                <div class="card sponsored-card-v3">
  3538.                    <div class="sponsored-image-v3">
  3539.                        
  3540.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3541.                        
  3542.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3543.                    </div>
  3544.                    <div class="sponsored-content-v3">
  3545.                        <h3 class="sponsored-title-v3">
  3546.                            <a href="/how-to-talk-romance-like-gen-z-51-niche-terms-for-romance-intimacy-and-questionable-conduct/" class="top-color">
  3547.                            How to Talk Romance Like Gen Z: 51 Niche Terms for Romance, Intimacy and Questionable Conduct
  3548.                            </a>
  3549.                        </h3>
  3550.                        <p class="sponsored-excerpt-v3">
  3551.                            
  3552.                        </p>
  3553.                        <div class="sponsored-meta-v3">
  3554.                            <div class="author-info-v3">
  3555.                                
  3556.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f29fc7e4-ac0b-46e9-8545-8b021159be68_profile.png" alt="Rebecca Ortiz" style="object-fit: cover;" class="sponsored-author-img-v3">
  3557.                                
  3558.                                <span>
  3559.                                    Rebecca Ortiz
  3560.                                </span>
  3561.                            </div>
  3562.                            <div class="d-flex gap-2">
  3563.                                <i class="ti-calendar"></i> 11 May 2026
  3564.                            </div>
  3565.                        </div>
  3566.                    </div>
  3567.                </div>
  3568.            </div>
  3569.            
  3570.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3571.                <div class="card sponsored-card-v3">
  3572.                    <div class="sponsored-image-v3">
  3573.                        
  3574.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3575.                        
  3576.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3577.                    </div>
  3578.                    <div class="sponsored-content-v3">
  3579.                        <h3 class="sponsored-title-v3">
  3580.                            <a href="/trump-and-his-supporters-envision-a-globe-devoid-of-global-legal-norms-yet-they-will-not-succeed/" class="top-color">
  3581.                            Trump and His Supporters Envision a Globe Devoid of Global Legal Norms – Yet They Will Not Succeed
  3582.                            </a>
  3583.                        </h3>
  3584.                        <p class="sponsored-excerpt-v3">
  3585.                            
  3586.                        </p>
  3587.                        <div class="sponsored-meta-v3">
  3588.                            <div class="author-info-v3">
  3589.                                
  3590.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f29fc7e4-ac0b-46e9-8545-8b021159be68_profile.png" alt="Rebecca Ortiz" style="object-fit: cover;" class="sponsored-author-img-v3">
  3591.                                
  3592.                                <span>
  3593.                                    Rebecca Ortiz
  3594.                                </span>
  3595.                            </div>
  3596.                            <div class="d-flex gap-2">
  3597.                                <i class="ti-calendar"></i> 10 May 2026
  3598.                            </div>
  3599.                        </div>
  3600.                    </div>
  3601.                </div>
  3602.            </div>
  3603.            
  3604.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3605.                <div class="card sponsored-card-v3">
  3606.                    <div class="sponsored-image-v3">
  3607.                        
  3608.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3609.                        
  3610.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3611.                    </div>
  3612.                    <div class="sponsored-content-v3">
  3613.                        <h3 class="sponsored-title-v3">
  3614.                            <a href="/swedish-team-reveal-isak-included-while-viktor-gyokeres-misses-out/" class="top-color">
  3615.                            Swedish Team Reveal: Isak Included While Viktor Gyokeres Misses Out
  3616.                            </a>
  3617.                        </h3>
  3618.                        <p class="sponsored-excerpt-v3">
  3619.                            
  3620.                        </p>
  3621.                        <div class="sponsored-meta-v3">
  3622.                            <div class="author-info-v3">
  3623.                                
  3624.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f29fc7e4-ac0b-46e9-8545-8b021159be68_profile.png" alt="Rebecca Ortiz" style="object-fit: cover;" class="sponsored-author-img-v3">
  3625.                                
  3626.                                <span>
  3627.                                    Rebecca Ortiz
  3628.                                </span>
  3629.                            </div>
  3630.                            <div class="d-flex gap-2">
  3631.                                <i class="ti-calendar"></i> 10 May 2026
  3632.                            </div>
  3633.                        </div>
  3634.                    </div>
  3635.                </div>
  3636.            </div>
  3637.            
  3638.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3639.                <div class="card sponsored-card-v3">
  3640.                    <div class="sponsored-image-v3">
  3641.                        
  3642.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3643.                        
  3644.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3645.                    </div>
  3646.                    <div class="sponsored-content-v3">
  3647.                        <h3 class="sponsored-title-v3">
  3648.                            <a href="/uae-declines-to-participate-in-gazan-security-force-lacking-clear-juridical-structure/" class="top-color">
  3649.                            UAE Declines to Participate in Gazan Security Force Lacking Clear Juridical Structure
  3650.                            </a>
  3651.                        </h3>
  3652.                        <p class="sponsored-excerpt-v3">
  3653.                            
  3654.                        </p>
  3655.                        <div class="sponsored-meta-v3">
  3656.                            <div class="author-info-v3">
  3657.                                
  3658.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f29fc7e4-ac0b-46e9-8545-8b021159be68_profile.png" alt="Rebecca Ortiz" style="object-fit: cover;" class="sponsored-author-img-v3">
  3659.                                
  3660.                                <span>
  3661.                                    Rebecca Ortiz
  3662.                                </span>
  3663.                            </div>
  3664.                            <div class="d-flex gap-2">
  3665.                                <i class="ti-calendar"></i> 10 May 2026
  3666.                            </div>
  3667.                        </div>
  3668.                    </div>
  3669.                </div>
  3670.            </div>
  3671.            
  3672.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3673.                <div class="card sponsored-card-v3">
  3674.                    <div class="sponsored-image-v3">
  3675.                        
  3676.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3677.                        
  3678.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3679.                    </div>
  3680.                    <div class="sponsored-content-v3">
  3681.                        <h3 class="sponsored-title-v3">
  3682.                            <a href="/virginias-new-governor-establishes-history-as-first-female-state-leader/" class="top-color">
  3683.                            Virginia&#x27;s New Governor Establishes History as First Female State Leader
  3684.                            </a>
  3685.                        </h3>
  3686.                        <p class="sponsored-excerpt-v3">
  3687.                            
  3688.                        </p>
  3689.                        <div class="sponsored-meta-v3">
  3690.                            <div class="author-info-v3">
  3691.                                
  3692.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f29fc7e4-ac0b-46e9-8545-8b021159be68_profile.png" alt="Rebecca Ortiz" style="object-fit: cover;" class="sponsored-author-img-v3">
  3693.                                
  3694.                                <span>
  3695.                                    Rebecca Ortiz
  3696.                                </span>
  3697.                            </div>
  3698.                            <div class="d-flex gap-2">
  3699.                                <i class="ti-calendar"></i> 10 May 2026
  3700.                            </div>
  3701.                        </div>
  3702.                    </div>
  3703.                </div>
  3704.            </div>
  3705.            
  3706.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3707.                <div class="card sponsored-card-v3">
  3708.                    <div class="sponsored-image-v3">
  3709.                        
  3710.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3711.                        
  3712.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3713.                    </div>
  3714.                    <div class="sponsored-content-v3">
  3715.                        <h3 class="sponsored-title-v3">
  3716.                            <a href="/when-did-i-get-that-handsome-bruce-springsteen-on-watching-jeremy-allen-white-play-him-on-screen/" class="top-color">
  3717.                            ‘When Did I Get That Handsome?’: Bruce Springsteen on Watching Jeremy Allen White Play Him On Screen
  3718.                            </a>
  3719.                        </h3>
  3720.                        <p class="sponsored-excerpt-v3">
  3721.                            
  3722.                        </p>
  3723.                        <div class="sponsored-meta-v3">
  3724.                            <div class="author-info-v3">
  3725.                                
  3726.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f29fc7e4-ac0b-46e9-8545-8b021159be68_profile.png" alt="Rebecca Ortiz" style="object-fit: cover;" class="sponsored-author-img-v3">
  3727.                                
  3728.                                <span>
  3729.                                    Rebecca Ortiz
  3730.                                </span>
  3731.                            </div>
  3732.                            <div class="d-flex gap-2">
  3733.                                <i class="ti-calendar"></i> 10 May 2026
  3734.                            </div>
  3735.                        </div>
  3736.                    </div>
  3737.                </div>
  3738.            </div>
  3739.            
  3740.        </div>
  3741.    </div>
  3742. </section>
  3743.  
  3744.  
  3745.    
  3746.        <!-- end wpo-blog-sponsored-section -->
  3747.        <!-- start wpo-subscribe-section -->
  3748.        
  3749.        <!-- end subscribe-section -->
  3750.        <!-- start of wpo-site-footer-section -->
  3751.        
  3752.  
  3753.  
  3754.  
  3755.  
  3756.  
  3757. <footer class="wpo-site-footer-v6 bg-primary-gradient">
  3758.  <!-- Main Footer Content -->
  3759.  <div class="footer-main-content">
  3760.    <div class="container-fluid fluid-container">
  3761.      <!-- Top Section - Centered Logo & Tagline -->
  3762.      <div class="footer-top-section text-center">
  3763.        <div class="brand-logo">
  3764.          
  3765.            <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/8ae47c42-90b7-41ac-a706-38eabde4c6fa_logo.png" alt="Royal Global Today" width="auto" height="70px" class="footer-logo" />
  3766.          
  3767.        </div>
  3768.      </div>
  3769.  
  3770.      <!-- Content Grid -->
  3771.      <div class="footer-content-grid">
  3772.        <div class="d-flex justify-content-between flex-wrap gap-3 px-3">
  3773.          <!-- Column 1: Navigation & Categories (Merged) -->
  3774.          <div class="">
  3775.            <div class="footer-column">
  3776.              <h5 class="column-title">Quick Links</h5>
  3777.              <ul class="footer-menu">
  3778.                
  3779.                  <li>
  3780.                    <a class="menu-link" href="/russian-authorities-restricts-snapchat-and-restricts-apples-facetime-officials-announce/">Russian Authorities Restricts Snapchat and Restricts Apple&#x27;s FaceTime, Officials Announce</a>
  3781.                  </li>
  3782.                
  3783.                  <li>
  3784.                    <a class="menu-link" href="/chernobyl-catastrophe-containment-structure-can-no-longer-blocks-radiation-requires-major-repair-international-atomic-energy-agency/">Chernobyl Catastrophe Containment Structure Can No Longer Blocks Radiation, Requires Major Repair – International Atomic Energy Agency</a>
  3785.                  </li>
  3786.                
  3787.                  <li>
  3788.                    <a class="menu-link" href="/the-gunners-host-wolverhampton-wanderers-in-key-premier-league-fixture/">The Gunners Host Wolverhampton Wanderers in Key Premier League Fixture</a>
  3789.                  </li>
  3790.                
  3791.                  <li>
  3792.                    <a class="menu-link" href="/neanderthals-and-early-humans-were-likely-engaging-in-intimate-contact-scientists-suggest/">Neanderthals and Early Humans Were Likely Engaging in Intimate Contact, Scientists Suggest</a>
  3793.                  </li>
  3794.                
  3795.                  <li>
  3796.                    <a class="menu-link" href="/actor-refutes-anti-vaxxer-stance-after-lending-his-voice-to-controversial-covid-documentary/">Actor Refutes Anti-Vaxxer Stance After Lending His Voice To Controversial Covid Documentary</a>
  3797.                  </li>
  3798.                
  3799.                  <li>
  3800.                    <a class="menu-link" href="/mount-semeru-outburst-in-indonesia-prompts-emergency-relocations/">Mount Semeru Outburst in Indonesia Prompts Emergency Relocations</a>
  3801.                  </li>
  3802.                
  3803.              </ul>
  3804.            </div>
  3805.          </div>
  3806.  
  3807.          <!-- Column 2: Resources -->
  3808.          <div class="">
  3809.            <div class="footer-column">
  3810.              <h5 class="column-title">Blog Rolls</h5>
  3811.              <ul class="footer-menu" id="blogRollLinks">
  3812.                
  3813.                
  3814.  
  3815.                
  3816.                
  3817.                  
  3818.                
  3819.              </ul>
  3820.            </div>
  3821.          </div>
  3822.  
  3823.          <!-- Column 2: Resources -->
  3824.          <div class="">
  3825.            <div class="footer-column">
  3826.              <h5 class="column-title">Categories</h5>
  3827.              <ul class="footer-menu">
  3828.                
  3829.                  <li>
  3830.                    <a class="menu-link" href="/category/all-posts/">All Posts</a>
  3831.                  </li>
  3832.                
  3833.                  <li>
  3834.                    <a class="menu-link" href="/category/business/">Business</a>
  3835.                  </li>
  3836.                
  3837.                  <li>
  3838.                    <a class="menu-link" href="/category/esports/">Esports</a>
  3839.                  </li>
  3840.                
  3841.                  <li>
  3842.                    <a class="menu-link" href="/category/fashion/">Fashion</a>
  3843.                  </li>
  3844.                
  3845.                  <li>
  3846.                    <a class="menu-link" href="/category/featured/">Featured</a>
  3847.                  </li>
  3848.                
  3849.              </ul>
  3850.            </div>
  3851.          </div>
  3852.        </div>
  3853.      </div>
  3854.    </div>
  3855.  </div>
  3856.  
  3857.  <!-- Footer Bottom -->
  3858.  <div class="footer-bottom">
  3859.    <div class="container-fluid fluid-container">
  3860.      <div class="bottom-content text-center">
  3861.        <!-- Copyright -->
  3862.        <div class="copyright-info">
  3863.          <p>
  3864.            &copy; 2026 <strong>Royal Global Today</strong>. All rights reserved.
  3865.          </p>
  3866.        </div>
  3867.  
  3868.        <!-- Footer Links -->
  3869.        <div class="utility-links">
  3870.          <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  3871.          <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  3872.          <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  3873.        </div>
  3874.      </div>
  3875.    </div>
  3876.  </div>
  3877. </footer>
  3878.  
  3879. <style>
  3880.    .wpo-site-footer-v6{
  3881.        border-radius: 60px 60px 0px 0px !important;
  3882.    }
  3883.  
  3884. .footer-main-content {
  3885.    padding: 60px 0 40px;
  3886. }
  3887.  
  3888. /* Top Section */
  3889. .footer-top-section {
  3890.    margin-bottom: 40px;
  3891.    padding-bottom: 30px;
  3892.    border-bottom: 1px solid #dee2e6;
  3893. }
  3894.  
  3895. .brand-logo {
  3896.    display: flex;
  3897.    align-items: center;
  3898.    justify-content: center;
  3899.    gap: 15px;
  3900. }
  3901.  
  3902.  
  3903. .brand-title {
  3904.    font-size: 26px;
  3905.    font-weight: 700;
  3906.    margin: 0;
  3907. }
  3908.  
  3909. .brand-tagline {
  3910.    font-size: 15px;
  3911.    color: var(--footer-color) !important;
  3912.    margin: 0;
  3913. }
  3914.  
  3915. /* Content Grid */
  3916. .footer-column {
  3917.    margin-bottom: 30px;
  3918. }
  3919.  
  3920. .column-title {
  3921.    font-size: 17px;
  3922.    font-weight: 600;
  3923.    color: var(--footer-color) !important;
  3924.    margin-bottom: 20px;
  3925. }
  3926.  
  3927. /* Footer Menu */
  3928. .footer-menu {
  3929.    list-style: none;
  3930.    padding: 0;
  3931.    margin: 0;
  3932.    color: var(--footer-color) !important;
  3933. }
  3934.  
  3935. .footer-menu li {
  3936.    margin-bottom: 10px;
  3937.  
  3938. }
  3939.  
  3940. .menu-link {
  3941.    color: var(--footer-color) !important;
  3942.    text-decoration: none;
  3943.    font-size: 15px;
  3944.    transition: color 0.3s ease;
  3945. }
  3946.  
  3947. .menu-link:hover {
  3948.    color: #007bff;
  3949. }
  3950.  
  3951. /* Footer Bottom */
  3952. .footer-bottom {
  3953.    border-top: 1px solid var(--border-color);
  3954.    padding: 20px 0;
  3955. }
  3956.  
  3957. .copyright-info p {
  3958.    margin: 0 0 10px;
  3959.    color: var(--footer-color) !important;
  3960. }
  3961.  
  3962. .utility-links {
  3963.    display: flex;
  3964.    justify-content: center;
  3965.    gap: 15px;
  3966. }
  3967.  
  3968. .utility-link {
  3969.    color: #666;
  3970.    text-decoration: none;
  3971.    transition: color 0.3s ease;
  3972. }
  3973.  
  3974. .utility-link:hover {
  3975.    color: #007bff;
  3976. }
  3977.  
  3978. /* Responsive Design */
  3979. @media (max-width: 992px) {
  3980.    .footer-column {
  3981.        text-align: start;
  3982.    }
  3983.    
  3984.    .social-buttons {
  3985.        justify-content: start;
  3986.    }
  3987. }
  3988.  
  3989. @media (max-width: 768px) {
  3990.    .footer-top-section {
  3991.        margin-bottom: 30px;
  3992.    }
  3993.    
  3994.    .brand-logo {
  3995.        flex-direction: column;
  3996.    }
  3997.    
  3998.    .footer-bottom .bottom-content {
  3999.        padding: 0 15px;
  4000.    }
  4001. }
  4002.  
  4003. @media (max-width: 576px) {
  4004.    .column-title {
  4005.        font-size: 16px;
  4006.    }
  4007.    
  4008.    .menu-link {
  4009.        font-size: 14px;
  4010.    }
  4011. }
  4012. </style>
  4013.  
  4014. <script>
  4015. // Newsletter Form Enhancement
  4016. document.addEventListener('DOMContentLoaded', function() {
  4017.    const newsletterForm = document.querySelector('.newsletter-form');
  4018.    if (newsletterForm) {
  4019.        newsletterForm.addEventListener('submit', function(e) {
  4020.            const submitBtn = this.querySelector('.newsletter-submit');
  4021.            const originalHTML = submitBtn.innerHTML;
  4022.            
  4023.            submitBtn.innerHTML = '<i class="fas fa-spinner fa-spin"></i>';
  4024.            submitBtn.disabled = true;
  4025.            
  4026.            // Re-enable after form processing (simulate for now)
  4027.            setTimeout(() => {
  4028.                submitBtn.innerHTML = originalHTML;
  4029.                submitBtn.disabled = false;
  4030.            }, 2000);
  4031.        });
  4032.    }
  4033.  
  4034.    // Add prevent default to placeholder links
  4035.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  4036.        anchor.addEventListener('click', function (e) {
  4037.            e.preventDefault();
  4038.        });
  4039.    });
  4040. });
  4041. document.addEventListener('DOMContentLoaded', function () {
  4042.    var btn = document.getElementById('toggleBlogRollLinks');
  4043.    if (!btn) return; // No extra items, no button
  4044.  
  4045.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  4046.  
  4047.    btn.addEventListener('click', function () {
  4048.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4049.            return li.classList.contains('d-none');
  4050.        });
  4051.  
  4052.        extras.forEach(function (li) {
  4053.            if (anyHidden) {
  4054.                li.classList.remove('d-none');
  4055.                li.classList.add('show');
  4056.            } else {
  4057.                li.classList.add('d-none');
  4058.                li.classList.remove('show');
  4059.            }
  4060.        });
  4061.  
  4062.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4063.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4064.    });
  4065. });
  4066.  
  4067. </script>
  4068.  
  4069.        <!-- end of wpo-site-footer-section -->
  4070.    </div>
  4071.    <!-- end of page-wrapper -->
  4072.  
  4073.    <!-- All JavaScript files
  4074.    ================================================== -->
  4075.    
  4076.  
  4077. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4078. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4079. <!-- Plugins for this template -->
  4080. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4081. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4082. <!-- Custom script for this template -->
  4083. <script src="/static/blogapp/assets/js/script.js"></script>
  4084.  
  4085. <script>
  4086. (function () {
  4087. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4088. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4089.  
  4090. function applyFallback(img) {
  4091. if (!img || img.dataset.fallbackApplied === "1") {
  4092. return;
  4093. }
  4094. var failedSrc = img.currentSrc || img.src || "";
  4095. img.dataset.fallbackApplied = "1";
  4096. img.onerror = null;
  4097. img.src = fallbackImageSrc;
  4098. console.warn("[ImageFallback] Replaced broken image:", {
  4099. failedSrc: failedSrc,
  4100. fallbackSrc: fallbackImageSrc,
  4101. alt: img.alt || "",
  4102. });
  4103. }
  4104.  
  4105. document.querySelectorAll("img").forEach(function (img) {
  4106. if (img.complete && img.naturalWidth === 0) {
  4107. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4108. failedSrc: img.currentSrc || img.src || "",
  4109. alt: img.alt || "",
  4110. });
  4111. applyFallback(img);
  4112. }
  4113. });
  4114.  
  4115. document.addEventListener(
  4116. "error",
  4117. function (event) {
  4118. var target = event.target;
  4119. if (target && target.tagName === "IMG") {
  4120. applyFallback(target);
  4121. }
  4122. },
  4123. true
  4124. );
  4125. })();
  4126. </script>
  4127.  
  4128. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4129.  
  4130.  
  4131.  
  4132. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"0a34c6d6d632414bacfaca2ef6795d06","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4133. </body>
  4134.  
  4135. </html>
  4136.  
  4137.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda