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

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