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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="mulish">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_-_2025-04-28T175546.151_TiX8e2T_vbv3AzC.png">
  14.    
  15.  
  16.    <title>Vision Enterprise UK: Business Growth Strategies &amp; Digital Solutions</title>
  17.    <meta name="description" content="Vision Enterprise UK provides expert insights on business growth, digital transformation, and innovative strategies for UK entrepreneurs and companies.">
  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://visionenterprise.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ff6b81;
  42.        --bs-primary-rgb: ff6b81;
  43.        --bs-secondary: #94a3b8;
  44.        --bs-success: #34d399;
  45.        --bs-danger: #f87171;
  46.        --bs-warning: #fbbf24;
  47.        --bs-info: #60a5fa;
  48.        --bs-light: #e2e8f0;
  49.        --bs-dark: #1e293b;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ff6b81;
  53.        --theme-primary-color-s2: #ff6b81;
  54.        --body-bg-color: #111827;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #e2e8f0;
  57.        --text-light-color: #676767;
  58.        --heading-color: #e2e8f0;
  59.        --border-color: #475569;
  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: #1e293b;
  73.        --nav-bg: #1e293b;
  74.        --sub-nav: #475569;
  75.        --navbar-color: #e2e8f0;
  76.        --topbar-bg: #111827;
  77.        --topbar-color: #e2e8f0;
  78.        --footer-bg: #1e293b;
  79.        --footer-color: #e2e8f0;
  80.        --card-bg: rgba(30, 41, 59, 0.8);
  81.        --card-border: #475569;
  82.        --card-radius: 12px;
  83.        --link-color: #ff6b81;
  84.        --link-hover: #f43f5e;
  85.        --blog-color: #e2e8f0;
  86.        --blog-bg: rgba(255, 107, 129, 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: rgba(30, 41, 59, 0.8) !important;
  204.            backdrop-filter: blur(10px);
  205.        
  206.        border: 1px solid var(--border-color) !important;
  207.        transition: all 0.3s ease;
  208.        border-radius: 12px;
  209.        color: var(--text-color) !important;
  210.    }
  211.     .navbar-brand img{
  212.            height: 70px;
  213.            object-fit: contain;
  214.        }
  215.    
  216.    .card:hover {
  217.        transform: translateY(-5px);
  218.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  219.    }
  220.    
  221.    .card-header {
  222.        background-color: var(--section-bg-color) !important;
  223.        border-color: var(--border-color) !important;
  224.        color: var(--text-color) !important;
  225.    }
  226.    
  227.    /* Bootstrap Form Controls */
  228.    .form-control {
  229.        color: var(--text-color) !important;
  230.        background-color: var(--body-bg-color) !important;
  231.        border-color: var(--border-color) !important;
  232.        /* Remove font-family override - let data-font-scheme handle it */
  233.    }
  234.    
  235.    .form-control:focus {
  236.        border-color: var(--bs-primary) !important;
  237.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  238.    }
  239.    
  240.    /* Links throughout site */
  241.  .nav1 a {
  242.        color: var(--link-color) !important;
  243.        text-decoration: none;
  244.        transition: all 0.3s ease;
  245.    }
  246.    
  247.    a:hover {
  248.        color: var(--link-hover) !important;
  249.    }
  250.    
  251.    /* Text color classes */
  252.    .text-muted {
  253.        color: var(--body-color) !important;
  254.    }
  255.    
  256.    .text-light {
  257.        color: var(--light) !important;
  258.    }
  259.    
  260.    /* Section backgrounds */
  261.    .section-bg,
  262.    .bg-light {
  263.        background-color: var(--section-bg-color) !important;
  264.    }
  265.    
  266.    /* Dark sections */
  267.    .bg-dark,
  268.    .dark-section {
  269.        background-color: var(--black-bg-color) !important;
  270.        color: var(--black-section-text-color) !important;
  271.    }
  272.    
  273.    /* Footer styling */
  274.    .footer,
  275.    footer {
  276.        
  277.            background-color: var(--footer-bg) !important;
  278.        
  279.        color: var(--footer-color) !important;
  280.    }
  281.    
  282.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  283.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  284.        color: var(--black-section-text-color) !important;
  285.        /* Remove font-family override - let data-font-scheme handle it */
  286.    }
  287.    
  288.    .footer a, footer a {
  289.        color: var(--black-section-text-color) !important;
  290.    }
  291.    
  292.    .footer a:hover, footer a:hover {
  293.        color: var(--bs-primary) !important;
  294.    }
  295.    
  296.    /* Bootstrap Secondary Colors */
  297.    .btn-secondary {
  298.        background-color: var(--bs-secondary) !important;
  299.        border-color: var(--bs-secondary) !important;
  300.    }
  301.    
  302.    .text-secondary {
  303.        color: var(--bs-secondary) !important;
  304.    }
  305.    
  306.    .bg-secondary {
  307.        background-color: var(--bs-secondary) !important;
  308.    }
  309.    
  310.    /* Bootstrap Success, Danger, Warning, Info */
  311.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  312.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  313.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  314.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  315.    
  316.    .text-success { color: var(--bs-success) !important; }
  317.    .text-danger { color: var(--bs-danger) !important; }
  318.    .text-warning { color: var(--bs-warning) !important; }
  319.    .text-info { color: var(--bs-info) !important; }
  320.    
  321.    .bg-success { background-color: var(--bs-success) !important; }
  322.    .bg-danger { background-color: var(--bs-danger) !important; }
  323.    .bg-warning { background-color: var(--bs-warning) !important; }
  324.    .bg-info { background-color: var(--bs-info) !important; }
  325.    
  326.    /* Mobile menu styling */
  327.    .navbar-toggler,
  328.    .open-btn {
  329.        border-color: var(--navbar-color) !important;
  330.    }
  331.    
  332.    .icon-bar {
  333.        background-color: var(--navbar-color) !important;
  334.    }
  335.    
  336.    /* Smooth Animations */
  337.    .fade-in-up {
  338.        animation: fadeInUp 0.6s ease-out;
  339.    }
  340.    
  341.    @keyframes fadeInUp {
  342.        from {
  343.            opacity: 0;
  344.            transform: translateY(30px);
  345.        }
  346.        to {
  347.            opacity: 1;
  348.            transform: translateY(0);
  349.        }
  350.    }
  351.    
  352.    /* Responsive adjustments */
  353.    @media (max-width: 768px) {
  354.        .navbar {
  355.            padding: 0.5rem 0;
  356.        }
  357.        
  358.        .card:hover {
  359.            transform: none;
  360.        }
  361.    }
  362.    
  363. </style>
  364.    
  365.    
  366.    
  367.  
  368. <script>
  369.    var _paq = window._paq = window._paq || [];
  370.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  371.    _paq.push(['trackPageView']);
  372.    _paq.push(['enableLinkTracking']);
  373.    (function() {
  374.        var u = "//analytics.tech-vikings.com/";
  375.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  376.        _paq.push(['setSiteId', '2']);
  377.        var d = document,
  378.            g = d.createElement('script'),
  379.            s = d.getElementsByTagName('script')[0];
  380.        g.async = true;
  381.        g.src = u + 'matomo.js';
  382.        s.parentNode.insertBefore(g, s);
  383.    })();
  384. </script>
  385. </head>
  386.  
  387.  
  388.  
  389. <body class="page-blogapp:homepage theme-theme_66">
  390.    <div id="healthcheck"></div>
  391.    <!-- start page-wrapper -->
  392.    <div class="page-wrapper">
  393.        
  394.            <!-- start preloader -->
  395.                
  396.            <!-- end preloader -->
  397.        
  398.        <!-- Start header -->
  399.        <header id="header" class="wpo-site-header">
  400.            
  401.  
  402.  
  403.    
  404.  
  405.  
  406. <style>
  407.    /* General styling for top bar */
  408.    .unique-topbar-v7 {
  409.        background-color: var(--topbar-bg);
  410.        color: #fff;
  411.      
  412.    }
  413.    .unique-v7 {
  414.        padding: 10px 30px;
  415.        display: flex;
  416.        align-items: center;
  417.        justify-content: space-between; /* Ensure it stretches across */
  418.    }
  419.  
  420.    .unique-menu-btn-v7 {
  421.        border: none;
  422.        max-width: 145px !important;
  423.        padding: 8px;
  424.        cursor: pointer;
  425.        border-radius: 5px;
  426.    }
  427.  
  428.    .unique-news-container-v7 {
  429.        display: flex;
  430.        align-items: center;
  431.        overflow: hidden;
  432.        width: fit-content;
  433.        flex-grow: 1; /* Take remaining space */
  434.        height: 60px;
  435.    }
  436.  
  437.    .unique-news-wrapper-v7 {
  438.        display: flex;
  439.        flex-direction: row;
  440.        align-items: center;
  441.        padding: 5px;
  442.    }
  443.  
  444.    .unique-news-item-v7 {
  445.        opacity: 0;
  446.        transform: translateX(100px);
  447.        transition: all 0.5s ease;
  448.        font-size: 16px;
  449.        color: var(--topbar-color);
  450.        height: 0;
  451.        width: 0;
  452.    }
  453.    
  454.    .unique-news-item-v7.active-v7 {
  455.        padding: 10px;
  456.        opacity: 1;
  457.          height: auto;
  458.        width: auto;
  459.        margin-right: 20px;
  460.        transform: translateX(0);
  461.    }
  462.  
  463.    .unique-news-item-v7.exit-up-v7 {
  464.        opacity: 0;
  465.        transform: translateX(-100px); /* Move news item left */
  466.    }
  467.  
  468.    /* Social Icons in Inline */
  469.    .contact-info-v7 {
  470.        display: flex;
  471.        gap: 10px;
  472.    }
  473.  
  474.    .contact-info-v7 ul {
  475.        display: flex;
  476.        gap: 15px;
  477.        list-style: none;
  478.    }
  479.  
  480.    .social-icon-v7 {
  481.        color: var(--topbar-color) !important;
  482.        font-size: 20px;
  483.        text-decoration: none;
  484.    }
  485.  
  486.    .social-icon-v7:hover {
  487.        color: #1da1f2;
  488.    }
  489. </style>
  490.  
  491. <div class="unique-topbar-v7">
  492.    <div class="fluid-container unique-v7 container-fluid">
  493.        <button class="unique-menu-btn-v7 bg-primary-gradient w-100 fw-bold">Latest Updates</button>        
  494.      
  495.        <div class="unique-news-container-v7">
  496.            <div class="unique-news-wrapper-v7" id="newsWrapper-v7">
  497.                <!-- News items will be added dynamically -->
  498.            </div>
  499.        </div>
  500.      
  501.        <div class="contact-info-v7">
  502.            <ul>
  503.                <li><a href="#" class="social-icon-v7"><i class="ti-facebook"></i></a></li>
  504.                <li><a href="#" class="social-icon-v7"><i class="ti-twitter-alt"></i></a></li>
  505.                <li><a href="#" class="social-icon-v7"><i class="ti-instagram"></i></a></li>
  506.                <li><a href="#" class="social-icon-v7"><i class="ti-google"></i></a></li>
  507.            </ul>
  508.        </div>
  509.    </div>
  510. </div>
  511.  
  512. <script>
  513.    // Build array dynamically from Django context
  514.    const newsItems = [
  515.        
  516.            { title: "Joe Root Expresses Conflicted Opinions on Day\u002DNight Test Games Before Crucial Ashes Series Encounter", url: "/joe-root-expresses-conflicted-opinions-on-day-night-test-games-before-crucial-ashes-series-encounter/" },
  517.        
  518.            { title: "Dining Over the Divide: An Encounter Among Different Viewpoints", url: "/dining-over-the-divide-an-encounter-among-different-viewpoints/" },
  519.        
  520.            { title: "WTA Finals Updates: Rybakina Takes On Ekaterina Alexandrova, Iga Swiatek Clashes With Amanda Anisimova", url: "/wta-finals-updates-rybakina-takes-on-ekaterina-alexandrova-iga-swiatek-clashes-with-amanda-anisimova/" },
  521.        
  522.            { title: "Cameroonian Political Opposition Figure to Face Legal Action Regarding Election Unrest, Government Announces", url: "/cameroonian-political-opposition-figure-to-face-legal-action-regarding-election-unrest-government-announces/" },
  523.        
  524.            { title: "The Big Apple Braces For Fresh Gaming Venues In The Midst Of An American Betting Boom", url: "/the-big-apple-braces-for-fresh-gaming-venues-in-the-midst-of-an-american-betting-boom/" }
  525.        
  526.    ];
  527.  
  528.    let currentNewsIndex = 0;
  529.    const newsWrapper = document.getElementById('newsWrapper-v7');
  530.    let newsElements = [];
  531.  
  532.    // Create news elements
  533.    function createNewsElements() {
  534.        newsItems.forEach((news, index) => {
  535.            const newsElement = document.createElement('div');
  536.            newsElement.className = 'unique-news-item-v7';
  537.            newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  538.            newsWrapper.appendChild(newsElement);
  539.            newsElements.push(newsElement);
  540.        });
  541.  
  542.        if (newsElements.length > 0) {
  543.            newsElements[0].classList.add('active-v7');
  544.        }
  545.    }
  546.  
  547.    // Animate news change
  548.    function changeNews() {
  549.        const currentElement = newsElements[currentNewsIndex];
  550.        const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  551.        const nextElement = newsElements[nextIndex];
  552.  
  553.        currentElement.classList.remove('active-v7');
  554.        currentElement.classList.add('exit-up-v7');
  555.  
  556.        setTimeout(() => {
  557.            nextElement.classList.add('active-v7');
  558.            currentNewsIndex = nextIndex;
  559.  
  560.            setTimeout(() => {
  561.                currentElement.classList.remove('exit-up-v7');
  562.            }, 100);
  563.        }, 250);
  564.    }
  565.  
  566.    // Start news rotation
  567.    function startNewsRotation() {
  568.        setInterval(changeNews, 5000);
  569.    }
  570.  
  571.    window.onload = function() {
  572.        createNewsElements();
  573.        startNewsRotation();
  574.    };
  575. </script>
  576.  
  577.  
  578.  
  579.            
  580.  
  581.  
  582.  
  583.  
  584.  
  585.  
  586. <header class="custom-header mb-4">
  587.    <!-- Logo Section - Top Centered -->
  588.    <div class="logo-container">
  589.        <div class="container-fluid fluid-container">
  590.            <a class="brand-link" href="/">
  591.                
  592.                    Vision Enterprise UK
  593.                
  594.            </a>
  595.        </div>
  596.    </div>
  597.  
  598.    <!-- Navigation Section -->
  599.    <div class="navigation-container">
  600.        <div class="container-fluid fluid-container">
  601.            <div class="nav-content">
  602.                <!-- Mobile toggle button -->
  603.                <button class="mobile-nav-toggle" type="button" onclick="toggleNav()">
  604.                    <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  605.                        <line x1="3" y1="6" x2="21" y2="6"></line>
  606.                        <line x1="3" y1="12" x2="21" y2="12"></line>
  607.                        <line x1="3" y1="18" x2="21" y2="18"></line>
  608.                    </svg>
  609.                </button>
  610.  
  611.                <!-- Navigation Links - Left Side -->
  612.                <nav class="primary-nav navbar navbar-expand-lg">
  613.                    <ul class="navbar-nav align-items-center me-auto mb-2 mb-lg-0">
  614.  
  615.                        
  616.                        <li class="nav-item">
  617.                            <a href="/" class="nav-link active">HOME</a>
  618.                        </li>
  619.                        
  620.                        
  621.                         <li class="nav-item">
  622.                            <a href="/category/all-posts/" class="nav-link">
  623.                                ALL POSTS
  624.                            </a>
  625.                            </li>
  626.  
  627.                            
  628.  
  629.                                    
  630.                                    
  631.                            
  632.                         <li class="nav-item">
  633.                            <a href="/category/business/" class="nav-link">
  634.                                BUSINESS
  635.                            </a>
  636.                            </li>
  637.  
  638.                            
  639.  
  640.                                    
  641.                                    
  642.                            
  643.                         <li class="nav-item">
  644.                            <a href="/category/esports/" class="nav-link">
  645.                                ESPORTS
  646.                            </a>
  647.                            </li>
  648.  
  649.                            
  650.  
  651.                                    
  652.                                    
  653.                            
  654.                         <li class="nav-item">
  655.                            <a href="/category/fashion/" class="nav-link">
  656.                                FASHION
  657.                            </a>
  658.                            </li>
  659.  
  660.                            
  661.  
  662.                                    
  663.                                    
  664.                            
  665.                         <li class="nav-item">
  666.                            <a href="/category/featured/" class="nav-link">
  667.                                FEATURED
  668.                            </a>
  669.                            </li>
  670.  
  671.                            
  672.  
  673.                                    
  674.                                    
  675.                            
  676.                        
  677.                            
  678.                            <li class="nav-item dropdown">
  679.                                <a class="nav-link dropdown-toggle" href="#" id="moreDropdown" role="button"
  680.                                    data-bs-toggle="dropdown" aria-expanded="false">
  681.                                    More
  682.                                </a>
  683.                                <ul class="dropdown-menu" aria-labelledby="moreDropdown">
  684.                                    <li>
  685.                                        <a class="dropdown-item"
  686.                                            href="/category/gaming/">
  687.                                            GAMING
  688.                                        </a>
  689.                                    </li>
  690.  
  691.                                    
  692.  
  693.                                    
  694.                                    
  695.                            
  696.                        
  697.                                    <li>
  698.                                        <a class="dropdown-item"
  699.                                            href="/category/health/">
  700.                                            HEALTH
  701.                                        </a>
  702.                                    </li>
  703.                                    
  704.  
  705.                                    
  706.                                    
  707.                            
  708.                        
  709.                                    <li>
  710.                                        <a class="dropdown-item"
  711.                                            href="/category/life-fitness/">
  712.                                            LIFE &amp; FITNESS
  713.                                        </a>
  714.                                    </li>
  715.                                    
  716.  
  717.                                    
  718.                                    
  719.                            
  720.                        
  721.                                    <li>
  722.                                        <a class="dropdown-item"
  723.                                            href="/category/lifestyle/">
  724.                                            LIFESTYLE
  725.                                        </a>
  726.                                    </li>
  727.                                    
  728.  
  729.                                    
  730.                                    
  731.                            
  732.                        
  733.                                    <li>
  734.                                        <a class="dropdown-item"
  735.                                            href="/category/news/">
  736.                                            NEWS
  737.                                        </a>
  738.                                    </li>
  739.                                    
  740.  
  741.                                    
  742.                                    
  743.                            
  744.                        
  745.                                    <li>
  746.                                        <a class="dropdown-item"
  747.                                            href="/category/others/">
  748.                                            OTHERS
  749.                                        </a>
  750.                                    </li>
  751.                                    
  752.  
  753.                                    
  754.                                    
  755.                            
  756.                        
  757.                                    <li>
  758.                                        <a class="dropdown-item"
  759.                                            href="/category/politics/">
  760.                                            POLITICS
  761.                                        </a>
  762.                                    </li>
  763.                                    
  764.  
  765.                                    
  766.                                    
  767.                            
  768.                        
  769.                                    <li>
  770.                                        <a class="dropdown-item"
  771.                                            href="/category/sports/">
  772.                                            SPORTS
  773.                                        </a>
  774.                                    </li>
  775.                                    
  776.  
  777.                                    
  778.                                    
  779.                            
  780.                        
  781.                                    <li>
  782.                                        <a class="dropdown-item"
  783.                                            href="/category/tech/">
  784.                                            TECH
  785.                                        </a>
  786.                                    </li>
  787.                                    
  788.  
  789.                                    
  790.                                    
  791.                            
  792.                        
  793.                                    <li>
  794.                                        <a class="dropdown-item"
  795.                                            href="/category/travel/">
  796.                                            TRAVEL
  797.                                        </a>
  798.                                    </li>
  799.                                    
  800.  
  801.                                    
  802.                                    
  803.                                </ul>
  804.                            </li>
  805.                            
  806.                            
  807. <li>
  808.                  <a href="/page/contact-us/">
  809.                     Contact Us
  810.                  </a>
  811.              </li>
  812.                    </ul>
  813.                </nav>
  814.  
  815.  
  816.                <!-- Search - Right Side -->
  817.                <div class="search-wrapper">
  818.                    <input type="search" class="search-input-field" placeholder="Search...">
  819.                    <!-- <button class="search-submit-btn" type="submit">
  820.                        <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  821.                            stroke-width="2">
  822.                            <circle cx="11" cy="11" r="8"></circle>
  823.                            <path d="m21 21-4.35-4.35"></path>
  824.                        </svg>
  825.                    </button> -->
  826.                        <!-- The search results will be displayed here -->
  827.          <div id="search-results" class="search-results-container search-v1"></div>
  828.                </div>
  829.            </div>
  830.        </div>
  831.    </div>
  832. </header>
  833.  
  834.  
  835. <script>
  836.    function toggleNav() {
  837.        const nav = document.getElementById('primaryNav');
  838.        const toggle = document.querySelector('.mobile-nav-toggle');
  839.  
  840.        nav.classList.toggle('show');
  841.        toggle.classList.toggle('active');
  842.    }
  843.  
  844.    // Close nav when clicking outside
  845.    document.addEventListener('click', function (event) {
  846.        const nav = document.getElementById('primaryNav');
  847.        const toggle = document.querySelector('.mobile-nav-toggle');
  848.  
  849.        if (!nav.contains(event.target) && !toggle.contains(event.target)) {
  850.            nav.classList.remove('show');
  851.            toggle.classList.remove('active');
  852.        }
  853.    });
  854.  
  855.    // Close nav when window is resized to desktop
  856.    window.addEventListener('resize', function () {
  857.        if (window.innerWidth > 768) {
  858.            document.getElementById('primaryNav').classList.remove('show');
  859.            document.querySelector('.mobile-nav-toggle').classList.remove('active');
  860.        }
  861.    });
  862.  
  863. </script>
  864.  
  865. <style>
  866.    .custom-header {
  867.        background: var(--navbar-bg);
  868.        border-bottom: 1px solid var(--border-color);
  869.        position: sticky;
  870.        top: 0;
  871.        z-index: 1000;
  872.        padding: 0px 10px;
  873.    }
  874.  
  875.    /* Logo Section - Top Centered */
  876.    .logo-container {
  877.        text-align: center;
  878.        padding: 10px 0;
  879.        background: var(--navbar-bg);
  880.        border-bottom: 1px solid var(--border-color);
  881.    }
  882.  
  883.    .brand-link {
  884.        display: inline-flex;
  885.        align-items: center;
  886.        text-decoration: none;
  887.    }
  888.  
  889.    .brand-link img {
  890.        height: 100px;
  891.        width: auto;
  892.    }
  893.  
  894.    /* Navigation Section */
  895.    .navigation-container {
  896.        background: var(--navbar-bg);
  897.        padding: 0;
  898.    }
  899.  
  900.    .nav-content {
  901.        display: flex;
  902.        align-items: center;
  903.        justify-content: space-between;
  904.        min-height: 60px;
  905.        position: relative;
  906.    }
  907.  
  908.    /* Mobile toggle button */
  909.    .mobile-nav-toggle {
  910.        display: none;
  911.        background: var(--navbar-bg);
  912.        border: 2px solid var(--bs-primary);
  913.        color: var(--navbar-color);
  914.        padding: 8px;
  915.        border-radius: 12px;
  916.        cursor: pointer;
  917.        transition: all 0.3s ease;
  918.    }
  919.  
  920.    .mobile-nav-toggle:hover {
  921.        background: var(--bs-primary);
  922.        color: var(--link-color) !important;
  923.    }
  924.  
  925.    /* Navigation Links - Left Side */
  926.    .primary-nav {
  927.        flex: 1;
  928.    }
  929.  
  930.    .nav-links-list {
  931.        display: flex;
  932.        list-style: none;
  933.        margin: 0;
  934.        padding: 0;
  935.        gap: 5px;
  936.        align-items: center;
  937.    }
  938.  
  939.    .nav-item {
  940.        display: block;
  941.        padding: 8px 16px;
  942.        color: #333;
  943.        text-decoration: none;
  944.        font-weight: 500;
  945.        font-size: 14px;
  946.        text-transform: uppercase;
  947.        letter-spacing: 0.5px;
  948.        border-radius: 12px;
  949.        transition: all 0.3s ease;
  950.        white-space: nowrap;
  951.    }
  952.  
  953.    .nav-item:hover {
  954.        background: rgba(0, 123, 255, 0.19);
  955.        color: var(--navbar-color);
  956.    }
  957.  
  958.    .nav-item.active {
  959.        background: var(--bs-primary);
  960.        color: var(--link-color) !important;
  961.        box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
  962.    }
  963.  
  964.    /* Search Container - Right Side */
  965.    .search-wrapper {
  966.        display: flex;
  967.        align-items: center;
  968.        gap: 8px;
  969.    }
  970.  
  971.    .search-input-field {
  972.        padding: 12px 18px;
  973.        border: 2px solid var(--border-color);
  974.        border-radius: 12px;
  975.        background: var(--navbar-bg);
  976.        color: var(--navbar-color);
  977.        font-size: 14px;
  978.        width: 250px;
  979.        transition: all 0.3s ease;
  980.    }
  981.  
  982.    .search-input-field::placeholder {
  983.        color: #6c757d;
  984.    }
  985.  
  986.    .search-input-field:focus {
  987.        outline: none;
  988.        background: white;
  989.        border-color: var(--bs-primary);
  990.        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  991.    }
  992.  
  993.    .search-submit-btn {
  994.        background: var(--bs-primary);
  995.        border: none;
  996.        color: white;
  997.        padding: 12px;
  998.        border-radius: 12px;
  999.        cursor: pointer;
  1000.        transition: all 0.3s ease;
  1001.        display: flex;
  1002.        align-items: center;
  1003.        justify-content: center;
  1004.    }
  1005.  
  1006.    .search-submit-btn:hover {
  1007.        transform: scale(1.05);
  1008.        opacity: 0.7;
  1009.    }
  1010.  
  1011.    /* Tablet responsiveness */
  1012.    @media (max-width: 1200px) {
  1013.        .nav-item {
  1014.            font-size: 13px;
  1015.        }
  1016.  
  1017.        .search-input-field {
  1018.            width: 220px;
  1019.        }
  1020.    }
  1021.  
  1022.    @media (max-width: 1024px) {
  1023.        .nav-item {
  1024.            font-size: 13px;
  1025.        }
  1026.  
  1027.        .search-input-field {
  1028.            width: 200px;
  1029.        }
  1030.    }
  1031.  
  1032.    @media (max-width: 900px) {
  1033.        .nav-item {
  1034.            font-size: 12px;
  1035.        }
  1036.  
  1037.        .search-input-field {
  1038.            width: 180px;
  1039.        }
  1040.    }
  1041.  
  1042.    /* Mobile responsiveness */
  1043.    @media (max-width: 768px) {
  1044.        .container-fluid {
  1045.            padding: 0 15px;
  1046.        }
  1047.  
  1048.        .logo-container {
  1049.            padding: 15px 0;
  1050.        }
  1051.  
  1052.        .brand-link img {
  1053.            height: 40px;
  1054.        }
  1055.  
  1056.        /* Show mobile toggle */
  1057.        .mobile-nav-toggle {
  1058.            display: block;
  1059.        }
  1060.  
  1061.        .nav-content {
  1062.            min-height: 50px;
  1063.            padding: 10px 0;
  1064.        }
  1065.  
  1066.        /* Hide navigation on mobile by default */
  1067.        .primary-nav {
  1068.            position: absolute;
  1069.            top: 100%;
  1070.            left: 0;
  1071.            right: 0;
  1072.            background: var(--navbar-bg);
  1073.            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  1074.            border-radius: 0 0 10px 10px;
  1075.            transform: translateY(-100%);
  1076.            opacity: 0;
  1077.            visibility: hidden;
  1078.            transition: all 0.3s ease;
  1079.            z-index: 999;
  1080.        }
  1081.  
  1082.        /* Show navigation when toggled */
  1083.        .primary-nav.show {
  1084.            transform: translateY(0);
  1085.            opacity: 1;
  1086.            visibility: visible;
  1087.        }
  1088.  
  1089.        .nav-links-list {
  1090.            flex-direction: column;
  1091.            gap: 0;
  1092.            padding: 15px 0;
  1093.        }
  1094.  
  1095.        .nav-item {
  1096.            border-bottom: 1px solid #eee;
  1097.            text-align: left;
  1098.            border-radius: 0;
  1099.            width: 100%;
  1100.        }
  1101.  
  1102.        .nav-item:last-child {
  1103.            border-bottom: none;
  1104.        }
  1105.  
  1106.        /* Search stays visible on mobile - right side */
  1107.        .search-wrapper {
  1108.            margin-left: auto;
  1109.        }
  1110.  
  1111.        .search-input-field {
  1112.            width: 160px;
  1113.            padding: 10px 15px;
  1114.            font-size: 13px;
  1115.        }
  1116.  
  1117.        .search-submit-btn {
  1118.            padding: 10px;
  1119.        }
  1120.    }
  1121.  
  1122.    @media (max-width: 576px) {
  1123.        .logo-container {
  1124.            padding: 12px 0;
  1125.        }
  1126.  
  1127.        .brand-link img {
  1128.            height: 35px;
  1129.        }
  1130.  
  1131.        .search-input-field {
  1132.            width: 140px;
  1133.            font-size: 12px;
  1134.        }
  1135.  
  1136.        .nav-content {
  1137.            gap: 10px;
  1138.        }
  1139.    }
  1140.  
  1141.    @media (max-width: 480px) {
  1142.        .container-fluid {
  1143.            padding: 0 10px;
  1144.        }
  1145.  
  1146.        .search-input-field {
  1147.            width: 120px;
  1148.        }
  1149.  
  1150.        .mobile-nav-toggle {
  1151.            padding: 6px;
  1152.        }
  1153.  
  1154.        .nav-item {
  1155.            font-size: 13px;
  1156.        }
  1157.    }
  1158.  
  1159.    @media (max-width: 400px) {
  1160.        .search-input-field {
  1161.            width: 100px;
  1162.            font-size: 11px;
  1163.            padding: 8px 12px;
  1164.        }
  1165.  
  1166.        .search-submit-btn {
  1167.            padding: 8px;
  1168.        }
  1169.  
  1170.        .search-submit-btn svg {
  1171.            width: 14px;
  1172.            height: 14px;
  1173.        }
  1174.    }
  1175.  
  1176.      /* search field */
  1177.  .search-results-container {
  1178.  position: absolute;
  1179.  top: 100%; /* Position it below the input field */
  1180.  left: 0;
  1181.  right: 0;
  1182.  background-color: white;
  1183.  border: 1px solid #ddd;
  1184.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1185.  max-height: 300px;
  1186.  overflow-y: auto;
  1187.  z-index: 1000;
  1188.  display: none; /* Initially hidden */
  1189. }
  1190.  
  1191. .search-results-container p {
  1192.  margin: 0;
  1193. }
  1194.  
  1195. .search-results-container .result-item {
  1196.  padding: 10px;
  1197.  cursor: pointer;
  1198. }
  1199.  
  1200. .search-results-container .result-item:hover {
  1201.  background-color: #f0f0f0;
  1202. }
  1203.  
  1204. </style>
  1205.  
  1206. <script>
  1207.  document.addEventListener("DOMContentLoaded", function () {
  1208.    const searchInput = document.querySelector(".search-input-field");
  1209.    const searchResults = document.getElementById("search-results");
  1210.  
  1211.    if (!searchInput || !searchResults) return; // Safety check
  1212.  
  1213.    // 🔍 Handle typing
  1214.    searchInput.addEventListener("keyup", function (e) {
  1215.      e.preventDefault();
  1216.  
  1217.      const query = searchInput.value.trim();
  1218.  
  1219.      if (query === "") {
  1220.        searchResults.innerHTML = "";
  1221.        searchResults.style.display = "none";
  1222.        return;
  1223.      }
  1224.  
  1225.      searchResults.style.display = "block";
  1226.  
  1227.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1228.        method: "GET",
  1229.        headers: {
  1230.          "X-Requested-With": "XMLHttpRequest",
  1231.        },
  1232.      })
  1233.        .then(response => response.json())
  1234.        .then(data => {
  1235.          if (data.html) {
  1236.            searchResults.innerHTML = data.html;
  1237.          } else {
  1238.            searchResults.innerHTML = "<p>No results found.</p>";
  1239.          }
  1240.        })
  1241.        .catch(error => {
  1242.          console.error("Error fetching search results:", error);
  1243.        });
  1244.    });
  1245.  
  1246.    // 🖱️ Close results when clicking outside
  1247.    document.addEventListener("click", function (e) {
  1248.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1249.        searchResults.style.display = "none";
  1250.      }
  1251.    });
  1252.  
  1253.    // ⌨️ Close results when pressing Escape
  1254.    document.addEventListener("keydown", function (e) {
  1255.      if (e.key === "Escape") {
  1256.        searchResults.style.display = "none";
  1257.      }
  1258.    });
  1259.  });
  1260. </script>
  1261.  
  1262.        </header>
  1263.        <!-- end of header -->
  1264.        <!-- start of wpo-blog-hero -->
  1265.        
  1266.  
  1267.  
  1268.  
  1269.  
  1270.  
  1271.  
  1272.  
  1273. <div class="blog-hero-v9">
  1274.  <div class="container-fluid fluid-container">
  1275.    <!-- Top Section: Split Layout -->
  1276.    <div class="row g-4 mb-5">
  1277.      <!-- Large Featured Article (Left) -->
  1278.      
  1279.              
  1280.      <div class="col-lg-8 col-12">
  1281.        <article class="large-featured">
  1282.          <div class="featured-image-container">
  1283.            
  1284.                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Finland Upsets Back-to-Back Reigning Champions the United States in World Junior Quarter-Finals." class="featured-image">
  1285.            
  1286.            <div class="category-tag bg-primary-gradient">News</div>
  1287.          </div>
  1288.          <div class="featured-content">
  1289.            <h1 class="featured-title"><a href="/finland-upsets-back-to-back-reigning-champions-the-united-states-in-world-junior-quarter-finals/">
  1290.                                Finland Upsets Back-to-Back Reigning Champions the United States in World Junior Quarter-Finals.
  1291.                            </a></h1>
  1292.            <p class="featured-summary"></p>
  1293.            <div class="article-meta">
  1294.              <div class="author-info">
  1295.                
  1296.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Katherine Salazar" class="author-pic" >
  1297.                  
  1298.                <span class="author-name">Katherine Salazar</span>
  1299.                <span class="post-time">May 07, 2026</span>
  1300.              </div>
  1301.            </div>
  1302.          </div>
  1303.        </article>
  1304.      </div>
  1305.      
  1306.      
  1307.  
  1308.      <!-- Smaller Featured Articles (Right, Stacked) -->
  1309.      <div class="col-lg-4 col-12">
  1310.        <div class="stacked-features">
  1311.          
  1312.          <article class="small-featured">
  1313.            <div class="small-image-container">
  1314.              
  1315.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Failing to find an amazing experience at college? You are not the only one." class="small-image">
  1316.              
  1317.              <div class="category-tag bg-primary-gradient">News</div>
  1318.            </div>
  1319.            <div class="small-content">
  1320.              <h3 class="small-title"> <a href="/failing-to-find-an-amazing-experience-at-college-you-are-not-the-only-one/">
  1321.                                Failing to find an amazing experience at college? You are not the only one.
  1322.                            </a></h3>
  1323.              <p class="compact-text"></p>
  1324.              <div class="small-meta">
  1325.                <span class="small-author">Katherine Salazar</span>
  1326.                <span class="small-date">May 07, 2026</span>
  1327.              </div>
  1328.            </div>
  1329.          </article>
  1330.      
  1331.          <article class="small-featured">
  1332.            <div class="small-image-container">
  1333.              
  1334.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Which Player is Your Most Cherished Cricket Player in the Legacy of the Ashes Series?" class="small-image">
  1335.              
  1336.              <div class="category-tag bg-primary-gradient">News</div>
  1337.            </div>
  1338.            <div class="small-content">
  1339.              <h3 class="small-title"> <a href="/which-player-is-your-most-cherished-cricket-player-in-the-legacy-of-the-ashes-series/">
  1340.                                Which Player is Your Most Cherished Cricket Player in the Legacy of the Ashes Series?
  1341.                            </a></h3>
  1342.              <p class="compact-text"></p>
  1343.              <div class="small-meta">
  1344.                <span class="small-author">Katherine Salazar</span>
  1345.                <span class="small-date">May 07, 2026</span>
  1346.              </div>
  1347.            </div>
  1348.          </article>
  1349.      
  1350.        </div>
  1351.      </div>
  1352.    </div>
  1353.    <!-- Bottom Section: Three Compact Cards -->
  1354.    <div class="row g-4">
  1355.      
  1356.      <div class="col-lg-4 col-md-6 col-12">
  1357.        <article class="compact-card">
  1358.          <div class="compact-image">
  1359.            
  1360.                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="The Manager Secures First Team Victory For the First Time Since 2004" >
  1361.            
  1362.            <div class="compact-category bg-primary-gradient">News</div>
  1363.          </div>
  1364.          <div class="compact-body">
  1365.            <h3 class="compact-title"> <a href="/the-manager-secures-first-team-victory-for-the-first-time-since-2004/">
  1366.                                    The Manager Secures First Team Victory For the First Time Since 2004
  1367.                                </a></h3>
  1368.            <p class="compact-text"></p>
  1369.            <div class="compact-footer">
  1370.              <span class="compact-name">Katherine Salazar</span>
  1371.              <span class="compact-date">May 07</span>
  1372.            </div>
  1373.          </div>
  1374.        </article>
  1375.      </div>
  1376.      
  1377.      <div class="col-lg-4 col-md-6 col-12">
  1378.        <article class="compact-card">
  1379.          <div class="compact-image">
  1380.            
  1381.                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Can Britain&#x27;s Common Toads Be Saved from Roads and Population Collapse?" >
  1382.            
  1383.            <div class="compact-category bg-primary-gradient">News</div>
  1384.          </div>
  1385.          <div class="compact-body">
  1386.            <h3 class="compact-title"> <a href="/can-britains-common-toads-be-saved-from-roads-and-population-collapse/">
  1387.                                    Can Britain&#x27;s Common Toads Be Saved from Roads and Population Collapse?
  1388.                                </a></h3>
  1389.            <p class="compact-text"></p>
  1390.            <div class="compact-footer">
  1391.              <span class="compact-name">Katherine Salazar</span>
  1392.              <span class="compact-date">May 07</span>
  1393.            </div>
  1394.          </div>
  1395.        </article>
  1396.      </div>
  1397.      
  1398.    </div>
  1399.  </div>
  1400. </div>
  1401.  
  1402. <style>
  1403.  
  1404.  /* Large Featured Article */
  1405.  .large-featured {
  1406.    background: var(--card-bg, #ffffff);
  1407.    border-radius: 10px;
  1408.    overflow: hidden;
  1409.    transition: box-shadow 0.3s ease;
  1410.  }
  1411.  
  1412.  .large-featured:hover {
  1413.    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  1414.  }
  1415.  
  1416.  .featured-image-container {
  1417.    position: relative;
  1418.    height: 350px;
  1419.    overflow: hidden;
  1420.  }
  1421.  
  1422.  .featured-image {
  1423.    width: 100%;
  1424.    height: 100%;
  1425.    object-fit: cover;
  1426.  }
  1427.  
  1428.  .featured-content {
  1429.    padding: 2rem;
  1430.  }
  1431.  
  1432.  .featured-title {
  1433.    font-size: 2.2rem;
  1434.    font-weight: 700;
  1435.    color: #111827;
  1436.    margin-bottom: 0.75rem;
  1437.    line-height: 1.3;
  1438.  }
  1439.  
  1440.  .featured-summary {
  1441.    font-size: 1rem;
  1442.    color: #4b5563;
  1443.    line-height: 1.6;
  1444.    margin-bottom: 1.25rem;
  1445.  }
  1446.  
  1447.  .article-meta {
  1448.    display: flex;
  1449.    align-items: center;
  1450.    gap: 0.75rem;
  1451.    font-size: 0.85rem;
  1452.    color: #6b7280;
  1453.  }
  1454.  
  1455.  .author-info {
  1456.    display: flex;
  1457.    align-items: center;
  1458.    gap: 0.5rem;
  1459.  }
  1460.  
  1461.  .author-pic {
  1462.    width: 36px;
  1463.    height: 36px;
  1464.    border-radius: 50%;
  1465.  }
  1466.  
  1467.  .author-name {
  1468.    font-weight: 600;
  1469.    color: #374151;
  1470.  }
  1471.  
  1472.  /* Smaller Featured Articles (Stacked) */
  1473.  .stacked-features {
  1474.    display: flex;
  1475.    flex-direction: column;
  1476.    gap: 1.5rem;
  1477.  }
  1478.  
  1479.  .small-featured {
  1480.    background: var(--card-bg, #ffffff);
  1481.    border-radius: 10px;
  1482.    overflow: hidden;
  1483.    transition: box-shadow 0.3s ease;
  1484.  }
  1485.  
  1486.  .small-featured:hover {
  1487.    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  1488.  }
  1489.  
  1490.  .small-image-container {
  1491.    position: relative;
  1492.    height: 150px;
  1493.    overflow: hidden;
  1494.  }
  1495.  
  1496.  .small-image {
  1497.    width: 100%;
  1498.    height: 100%;
  1499.    object-fit: cover;
  1500.  }
  1501.  
  1502.  .small-content {
  1503.    padding: 1.25rem;
  1504.  }
  1505.  
  1506.  .small-title {
  1507.    font-size: 1.2rem;
  1508.    font-weight: 600;
  1509.    color: #111827;
  1510.    margin-bottom: 0.5rem;
  1511.  }
  1512.  
  1513.  .small-meta {
  1514.    display: flex;
  1515.    gap: 0.5rem;
  1516.    font-size: 0.8rem;
  1517.    color: #6b7280;
  1518.  }
  1519.  
  1520.  /* Category Tags - Gradient for Difference */
  1521.  .category-tag {
  1522.    position: absolute;
  1523.    top: 0.75rem;
  1524.    left: 0.75rem;
  1525.    padding: 0.3rem 1rem;
  1526.    font-size: 0.75rem;
  1527.    font-weight: 600;
  1528.    text-transform: uppercase;
  1529.    color: white;
  1530.    border-radius: 15px; /* Soft pill shape */
  1531.  }
  1532.  
  1533.  
  1534.  
  1535.  /* Compact Cards - Borderless */
  1536.  .compact-card {
  1537.    background: var(--card-bg, #ffffff);
  1538.    border-radius: 10px;
  1539.    overflow: hidden;
  1540.    transition: box-shadow 0.3s ease;
  1541.  }
  1542.  
  1543.  .compact-card:hover {
  1544.    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  1545.  }
  1546.  
  1547.  .compact-image {
  1548.    position: relative;
  1549.    height: 180px;
  1550.    overflow: hidden;
  1551.  }
  1552.  
  1553.  .compact-image img {
  1554.    width: 100%;
  1555.    height: 100%;
  1556.    object-fit: cover;
  1557.  }
  1558.  
  1559.  .compact-category {
  1560.    position: absolute;
  1561.    top: 0.75rem;
  1562.    left: 0.75rem;
  1563.    padding: 0.3rem 0.8rem;
  1564.    font-size: 0.7rem;
  1565.    border-radius: 15px;
  1566.    color: white;
  1567.  }
  1568.  
  1569.  .compact-body {
  1570.    padding: 1.5rem;
  1571.  }
  1572.  
  1573.  .compact-title {
  1574.    font-size: 1.1rem;
  1575.    font-weight: 600;
  1576.    color: #111827;
  1577.    margin-bottom: 0.5rem;
  1578.  }
  1579.  
  1580.  .compact-text {
  1581.    font-size: 0.9rem;
  1582.    color: #4b5563;
  1583.    line-height: 1.5;
  1584.    margin-bottom: 1rem;
  1585.  }
  1586.  
  1587.  .compact-footer {
  1588.    display: flex;
  1589.    justify-content: space-between;
  1590.    font-size: 0.8rem;
  1591.    color: #6b7280;
  1592.  }
  1593.  
  1594.  /* Responsive Design */
  1595.  @media (max-width: 992px) {
  1596.    .featured-image-container {
  1597.      height: 280px;
  1598.    }
  1599.  
  1600.    .featured-title {
  1601.      font-size: 1.8rem;
  1602.    }
  1603.  
  1604.    .small-image-container {
  1605.      height: 120px;
  1606.    }
  1607.  }
  1608.  
  1609.  @media (max-width: 768px) {
  1610.    .featured-content,
  1611.    .small-content,
  1612.    .compact-body {
  1613.      padding: 1.25rem;
  1614.    }
  1615.  
  1616.    .compact-image {
  1617.      height: 150px;
  1618.    }
  1619.  }
  1620.  
  1621.  @media (max-width: 576px) {
  1622.    .featured-title {
  1623.      font-size: 1.5rem;
  1624.    }
  1625.  
  1626.    .small-title,
  1627.    .compact-title {
  1628.      font-size: 1rem;
  1629.    }
  1630.  }
  1631. </style>
  1632.  
  1633.  
  1634.  
  1635.  
  1636.        <!-- end of wpo-blog-hero -->
  1637.  
  1638.        <!-- start of wpo-breacking-news -->
  1639.        
  1640.        <!-- end of wpo-breacking-news -->
  1641.        
  1642.        <!-- start wpo-blog-highlights-section -->
  1643.        
  1644.  
  1645.  
  1646.  
  1647.    
  1648.  
  1649.  
  1650.  <style>
  1651.    .blog-section {
  1652.      padding: 60px 0;
  1653.    }
  1654.  
  1655.    .blog-card {
  1656.      background: var(--card-bg);
  1657.      border-radius: 12px;
  1658.      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  1659.      transition: box-shadow 0.3s ease, transform 0.3s ease;
  1660.      margin-bottom: 30px;
  1661.      overflow: hidden;
  1662.      border: none;
  1663.    }
  1664.  
  1665.    .blog-card-body {
  1666.      padding: 30px;
  1667.    }
  1668.  
  1669.    .blog-category {
  1670.      display: inline-block;
  1671.      padding: 6px 16px;
  1672.      border-radius: 20px;
  1673.      font-size: 12px;
  1674.      font-weight: 600;
  1675.      text-transform: uppercase;
  1676.      letter-spacing: 0.5px;
  1677.      margin-bottom: 20px;
  1678.    }
  1679.  
  1680.    .blog-title {
  1681.      font-weight: 700;
  1682.      color: var(--topbar-color);
  1683.      margin-bottom: 20px;
  1684.      line-height: 1.4;
  1685.      text-decoration: none;
  1686.    }
  1687.  
  1688.    .blog-title:hover {
  1689.      color: #1e40af !important;
  1690.      text-decoration: none;
  1691.    }
  1692.  
  1693.    .blog-meta {
  1694.      display: flex;
  1695.      align-items: center;
  1696.      margin-bottom: 20px;
  1697.      color: var(--topbar-color);
  1698.      font-size: 14px;
  1699.    }
  1700.  
  1701.    .blog-meta img {
  1702.      width: 35px;
  1703.      height: 35px;
  1704.      border-radius: 50%;
  1705.      object-fit: cover;
  1706.      display: block;
  1707.    }
  1708.  
  1709.    .blog-meta .meta-info {
  1710.      display: flex;
  1711.      align-items: center;
  1712.      gap: 15px;
  1713.    }
  1714.  
  1715.    .blog-description {
  1716.      color: var(--topbar-color);
  1717.      line-height: 1.7;
  1718.      margin-bottom: 25px;
  1719.      font-size: 15px;
  1720.    }
  1721.  
  1722.    .read-more-btn {
  1723.      background: transparent;
  1724.      border: 2px solid var(--bs-primary);
  1725.      color: var(--bs-primary);
  1726.      padding: 12px 30px;
  1727.      border-radius: 6px;
  1728.      font-weight: 600;
  1729.      text-transform: uppercase;
  1730.      letter-spacing: 0.5px;
  1731.      transition: all 0.3s ease;
  1732.      text-decoration: none;
  1733.      display: inline-block;
  1734.      font-size: 13px;
  1735.    }
  1736.  
  1737.    .read-more-btn:hover {
  1738.      background: var(--bs-primary);
  1739.      color: var(--bs-white) !important;
  1740.      text-decoration: none;
  1741.    }
  1742.  
  1743.    .section-title {
  1744.      text-align: center;
  1745.      margin-bottom: 50px;
  1746.    }
  1747.  
  1748.    .section-title h2 {
  1749.      font-size: 42px;
  1750.      font-weight: 800;
  1751.      color: #2c3e50;
  1752.      margin-bottom: 15px;
  1753.    }
  1754.  
  1755.    .section-title p {
  1756.      color: #6c757d;
  1757.      font-size: 18px;
  1758.      max-width: 600px;
  1759.      margin: 0 auto;
  1760.    }
  1761.  
  1762.    .avatar-placeholder {
  1763.      width: 35px;
  1764.      height: 35px;
  1765.      border-radius: 50%;
  1766.      background: linear-gradient(45deg, var(--bs-primary), #20c997);
  1767.      display: flex;
  1768.      align-items: center;
  1769.      justify-content: center;
  1770.      color: var(--bs-white);
  1771.      font-weight: bold;
  1772.      margin-right: 12px;
  1773.      overflow: hidden;
  1774.    }
  1775.  
  1776.    @media (max-width: 768px) {
  1777.  
  1778.  
  1779.      .section-title h2 {
  1780.        font-size: 32px;
  1781.      }
  1782.  
  1783.      .blog-card-body {
  1784.        padding: 20px;
  1785.      }
  1786.    }
  1787.  
  1788.    /* ===== Smooth Fade on Scroll (Up & Down) ===== */
  1789.    :root{
  1790.      --fade-distance: 28px;
  1791.      --fade-duration: 700ms;
  1792.      --fade-ease: cubic-bezier(0.16,1,0.3,1);
  1793.    }
  1794.  
  1795.    .fade-base{
  1796.      opacity: 0;
  1797.      filter: blur(2px);
  1798.      transform: translateY(var(--y,0)) translateZ(0); /* GPU hint */
  1799.      transition:
  1800.        opacity var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms),
  1801.        transform var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms),
  1802.        filter var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms);
  1803.      will-change: transform, opacity, filter;
  1804.    }
  1805.    .fade-up   { --y: var(--fade-distance); }          /* when entering on scroll down */
  1806.    .fade-down { --y: calc(var(--fade-distance) * -1); }/* when entering on scroll up */
  1807.  
  1808.    .fade-show{
  1809.      opacity: 1;
  1810.      filter: blur(0);
  1811.      transform: translateY(0) translateZ(0);
  1812.    }
  1813.  
  1814.    /* Hover should still work after fade-in */
  1815.    .blog-card.fade-show:hover{
  1816.      transform: translateY(-5px) translateZ(0);
  1817.      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  1818.    }
  1819.  
  1820.    /* Reduced motion */
  1821.    @media (prefers-reduced-motion: reduce){
  1822.      .fade-base{
  1823.        transition: none !important;
  1824.        transform: none !important;
  1825.        opacity: 1 !important;
  1826.        filter: none !important;
  1827.      }
  1828.      .blog-card.fade-show:hover{
  1829.        transform: none !important;
  1830.        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  1831.      }
  1832.    }
  1833.  </style>
  1834.  
  1835.  <section class="blog-section">
  1836.    <div class="container-fluid fluid-container">
  1837.      <div class="row">
  1838.        <div class="section-title ">
  1839.          <h2>
  1840.                Today's Top Highlights
  1841.                   </h2>
  1842.          <p>Stay updated with the latest insights and trends in online gaming</p>
  1843.        </div>
  1844.  
  1845.        <div class="col-lg-8 col-12">
  1846.          
  1847.            <div class="blog-card fade-base">
  1848.              <div class="blog-card-body">
  1849.                <span class="blog-category bg-primary-gradient">News</span>
  1850.                <h3>
  1851.                  <a href="/outrage-surges-as-former-president-trumps-post-on-director-rob-reiner-draws-widespread-backlash/" class="blog-title">
  1852.                    Outrage Surges as Former President Trump&#x27;s Post on Director Rob Reiner Draws Widespread Backlash
  1853.                  </a>
  1854.                </h3>
  1855.                <div class="blog-meta">
  1856.                  <div class="avatar-placeholder">
  1857.                    
  1858.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Katherine Salazar" />
  1859.                    
  1860.                  </div>
  1861.                  <div class="meta-info">
  1862.                    <span>Katherine Salazar</span>
  1863.                    <span><i class="far fa-clock"></i> 07 May 2026</span>
  1864.                  </div>
  1865.                </div>
  1866.                <p class="blog-description"></p>
  1867.                <a href="/outrage-surges-as-former-president-trumps-post-on-director-rob-reiner-draws-widespread-backlash/" class="read-more-btn">READ MORE</a>
  1868.              </div>
  1869.            </div>
  1870.          
  1871.            <div class="blog-card fade-base">
  1872.              <div class="blog-card-body">
  1873.                <span class="blog-category bg-primary-gradient">News</span>
  1874.                <h3>
  1875.                  <a href="/this-thriller-follow-up-eminfluencersem-could-give-other-digital-thrillers-a-bad-case-of-fomo/" class="blog-title">
  1876.                    This Thriller Follow-Up &lt;em&gt;Influencers&lt;/em&gt; Could Give Other Digital Thrillers a Bad Case of FOMO
  1877.                  </a>
  1878.                </h3>
  1879.                <div class="blog-meta">
  1880.                  <div class="avatar-placeholder">
  1881.                    
  1882.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Katherine Salazar" />
  1883.                    
  1884.                  </div>
  1885.                  <div class="meta-info">
  1886.                    <span>Katherine Salazar</span>
  1887.                    <span><i class="far fa-clock"></i> 07 May 2026</span>
  1888.                  </div>
  1889.                </div>
  1890.                <p class="blog-description"></p>
  1891.                <a href="/this-thriller-follow-up-eminfluencersem-could-give-other-digital-thrillers-a-bad-case-of-fomo/" class="read-more-btn">READ MORE</a>
  1892.              </div>
  1893.            </div>
  1894.          
  1895.            <div class="blog-card fade-base">
  1896.              <div class="blog-card-body">
  1897.                <span class="blog-category bg-primary-gradient">News</span>
  1898.                <h3>
  1899.                  <a href="/renowned-actor-pat-finn-famed-for-appearances-in-friends-and-the-middle-passes-away-at-the-age-of-sixty/" class="blog-title">
  1900.                    Renowned Actor Pat Finn, Famed For Appearances in Friends and The Middle, Passes Away at the Age of Sixty.
  1901.                  </a>
  1902.                </h3>
  1903.                <div class="blog-meta">
  1904.                  <div class="avatar-placeholder">
  1905.                    
  1906.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Katherine Salazar" />
  1907.                    
  1908.                  </div>
  1909.                  <div class="meta-info">
  1910.                    <span>Katherine Salazar</span>
  1911.                    <span><i class="far fa-clock"></i> 07 May 2026</span>
  1912.                  </div>
  1913.                </div>
  1914.                <p class="blog-description"></p>
  1915.                <a href="/renowned-actor-pat-finn-famed-for-appearances-in-friends-and-the-middle-passes-away-at-the-age-of-sixty/" class="read-more-btn">READ MORE</a>
  1916.              </div>
  1917.            </div>
  1918.          
  1919.            <div class="blog-card fade-base">
  1920.              <div class="blog-card-body">
  1921.                <span class="blog-category bg-primary-gradient">News</span>
  1922.                <h3>
  1923.                  <a href="/sabalenka-set-to-challenge-kyrgios-in-modern-battle-of-the-sexes-exhibition/" class="blog-title">
  1924.                    Sabalenka Set to Challenge Kyrgios in Modern ‘Battle of the Sexes’ Exhibition
  1925.                  </a>
  1926.                </h3>
  1927.                <div class="blog-meta">
  1928.                  <div class="avatar-placeholder">
  1929.                    
  1930.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Katherine Salazar" />
  1931.                    
  1932.                  </div>
  1933.                  <div class="meta-info">
  1934.                    <span>Katherine Salazar</span>
  1935.                    <span><i class="far fa-clock"></i> 06 May 2026</span>
  1936.                  </div>
  1937.                </div>
  1938.                <p class="blog-description"></p>
  1939.                <a href="/sabalenka-set-to-challenge-kyrgios-in-modern-battle-of-the-sexes-exhibition/" class="read-more-btn">READ MORE</a>
  1940.              </div>
  1941.            </div>
  1942.          
  1943.            <div class="blog-card fade-base">
  1944.              <div class="blog-card-body">
  1945.                <span class="blog-category bg-primary-gradient">News</span>
  1946.                <h3>
  1947.                  <a href="/the-streaming-giant-selects-perfect-performer-for-bon-clay-in-the-hit-series-upcoming-installment/" class="blog-title">
  1948.                    The Streaming Giant Selects Perfect Performer for Bon Clay in the Hit Series Upcoming Installment
  1949.                  </a>
  1950.                </h3>
  1951.                <div class="blog-meta">
  1952.                  <div class="avatar-placeholder">
  1953.                    
  1954.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Katherine Salazar" />
  1955.                    
  1956.                  </div>
  1957.                  <div class="meta-info">
  1958.                    <span>Katherine Salazar</span>
  1959.                    <span><i class="far fa-clock"></i> 06 May 2026</span>
  1960.                  </div>
  1961.                </div>
  1962.                <p class="blog-description"></p>
  1963.                <a href="/the-streaming-giant-selects-perfect-performer-for-bon-clay-in-the-hit-series-upcoming-installment/" class="read-more-btn">READ MORE</a>
  1964.              </div>
  1965.            </div>
  1966.          
  1967.            <div class="blog-card fade-base">
  1968.              <div class="blog-card-body">
  1969.                <span class="blog-category bg-primary-gradient">News</span>
  1970.                <h3>
  1971.                  <a href="/this-swine-life-pig-named-six-seven-spared-by-miami-dade-county-leader/" class="blog-title">
  1972.                    This Swine Life: Pig Named Six Seven Spared by Miami Dade County Leader.
  1973.                  </a>
  1974.                </h3>
  1975.                <div class="blog-meta">
  1976.                  <div class="avatar-placeholder">
  1977.                    
  1978.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Katherine Salazar" />
  1979.                    
  1980.                  </div>
  1981.                  <div class="meta-info">
  1982.                    <span>Katherine Salazar</span>
  1983.                    <span><i class="far fa-clock"></i> 06 May 2026</span>
  1984.                  </div>
  1985.                </div>
  1986.                <p class="blog-description"></p>
  1987.                <a href="/this-swine-life-pig-named-six-seven-spared-by-miami-dade-county-leader/" class="read-more-btn">READ MORE</a>
  1988.              </div>
  1989.            </div>
  1990.          
  1991.            <div class="blog-card fade-base">
  1992.              <div class="blog-card-body">
  1993.                <span class="blog-category bg-primary-gradient">News</span>
  1994.                <h3>
  1995.                  <a href="/trump-invites-loved-ones-of-shot-guard-personnel-to-the-presidential-residence/" class="blog-title">
  1996.                    Trump Invites Loved Ones of Shot Guard Personnel to the Presidential Residence
  1997.                  </a>
  1998.                </h3>
  1999.                <div class="blog-meta">
  2000.                  <div class="avatar-placeholder">
  2001.                    
  2002.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Katherine Salazar" />
  2003.                    
  2004.                  </div>
  2005.                  <div class="meta-info">
  2006.                    <span>Katherine Salazar</span>
  2007.                    <span><i class="far fa-clock"></i> 06 May 2026</span>
  2008.                  </div>
  2009.                </div>
  2010.                <p class="blog-description"></p>
  2011.                <a href="/trump-invites-loved-ones-of-shot-guard-personnel-to-the-presidential-residence/" class="read-more-btn">READ MORE</a>
  2012.              </div>
  2013.            </div>
  2014.          
  2015.            <div class="blog-card fade-base">
  2016.              <div class="blog-card-body">
  2017.                <span class="blog-category bg-primary-gradient">News</span>
  2018.                <h3>
  2019.                  <a href="/ghostface-original-star-matthew-lillard-fears-he-could-ruin-the-series-with-the-seventh-installment/" class="blog-title">
  2020.                    Ghostface Original Star Matthew Lillard Fears He Could Ruin the Series with the Seventh Installment.
  2021.                  </a>
  2022.                </h3>
  2023.                <div class="blog-meta">
  2024.                  <div class="avatar-placeholder">
  2025.                    
  2026.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Katherine Salazar" />
  2027.                    
  2028.                  </div>
  2029.                  <div class="meta-info">
  2030.                    <span>Katherine Salazar</span>
  2031.                    <span><i class="far fa-clock"></i> 06 May 2026</span>
  2032.                  </div>
  2033.                </div>
  2034.                <p class="blog-description"></p>
  2035.                <a href="/ghostface-original-star-matthew-lillard-fears-he-could-ruin-the-series-with-the-seventh-installment/" class="read-more-btn">READ MORE</a>
  2036.              </div>
  2037.            </div>
  2038.          
  2039.            <div class="blog-card fade-base">
  2040.              <div class="blog-card-body">
  2041.                <span class="blog-category bg-primary-gradient">News</span>
  2042.                <h3>
  2043.                  <a href="/from-grudging-admiration-to-unease-moscow-considers-the-fall-of-venezuelas-leader/" class="blog-title">
  2044.                    From Grudging Admiration to Unease: Moscow Considers the Fall of Venezuela&#x27;s Leader.
  2045.                  </a>
  2046.                </h3>
  2047.                <div class="blog-meta">
  2048.                  <div class="avatar-placeholder">
  2049.                    
  2050.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Katherine Salazar" />
  2051.                    
  2052.                  </div>
  2053.                  <div class="meta-info">
  2054.                    <span>Katherine Salazar</span>
  2055.                    <span><i class="far fa-clock"></i> 06 May 2026</span>
  2056.                  </div>
  2057.                </div>
  2058.                <p class="blog-description"></p>
  2059.                <a href="/from-grudging-admiration-to-unease-moscow-considers-the-fall-of-venezuelas-leader/" class="read-more-btn">READ MORE</a>
  2060.              </div>
  2061.            </div>
  2062.          
  2063.            <div class="blog-card fade-base">
  2064.              <div class="blog-card-body">
  2065.                <span class="blog-category bg-primary-gradient">News</span>
  2066.                <h3>
  2067.                  <a href="/new-antimicrobials-hailed-as-a-major-shift-in-treating-antibiotic-resistant-gonorrhea/" class="blog-title">
  2068.                    New Antimicrobials Hailed as a &#x27;Major Shift&#x27; in Treating Antibiotic-Resistant Gonorrhea
  2069.                  </a>
  2070.                </h3>
  2071.                <div class="blog-meta">
  2072.                  <div class="avatar-placeholder">
  2073.                    
  2074.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Katherine Salazar" />
  2075.                    
  2076.                  </div>
  2077.                  <div class="meta-info">
  2078.                    <span>Katherine Salazar</span>
  2079.                    <span><i class="far fa-clock"></i> 06 May 2026</span>
  2080.                  </div>
  2081.                </div>
  2082.                <p class="blog-description"></p>
  2083.                <a href="/new-antimicrobials-hailed-as-a-major-shift-in-treating-antibiotic-resistant-gonorrhea/" class="read-more-btn">READ MORE</a>
  2084.              </div>
  2085.            </div>
  2086.          
  2087.            <div class="blog-card fade-base">
  2088.              <div class="blog-card-body">
  2089.                <span class="blog-category bg-primary-gradient">News</span>
  2090.                <h3>
  2091.                  <a href="/paul-was-fun-reflecting-on-snookers-taken-talent-a-score-of-years-on/" class="blog-title">
  2092.                    &#x27;Paul was fun&#x27;: Reflecting on snooker&#x27;s taken talent a score of years on.
  2093.                  </a>
  2094.                </h3>
  2095.                <div class="blog-meta">
  2096.                  <div class="avatar-placeholder">
  2097.                    
  2098.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Katherine Salazar" />
  2099.                    
  2100.                  </div>
  2101.                  <div class="meta-info">
  2102.                    <span>Katherine Salazar</span>
  2103.                    <span><i class="far fa-clock"></i> 05 May 2026</span>
  2104.                  </div>
  2105.                </div>
  2106.                <p class="blog-description"></p>
  2107.                <a href="/paul-was-fun-reflecting-on-snookers-taken-talent-a-score-of-years-on/" class="read-more-btn">READ MORE</a>
  2108.              </div>
  2109.            </div>
  2110.          
  2111.            <div class="blog-card fade-base">
  2112.              <div class="blog-card-body">
  2113.                <span class="blog-category bg-primary-gradient">News</span>
  2114.                <h3>
  2115.                  <a href="/the-reason-real-madrid-possess-complete-confidence-in-youngster-pitarch/" class="blog-title">
  2116.                    The Reason Real Madrid Possess &#x27;Complete Confidence&#x27; in Youngster Pitarch
  2117.                  </a>
  2118.                </h3>
  2119.                <div class="blog-meta">
  2120.                  <div class="avatar-placeholder">
  2121.                    
  2122.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Katherine Salazar" />
  2123.                    
  2124.                  </div>
  2125.                  <div class="meta-info">
  2126.                    <span>Katherine Salazar</span>
  2127.                    <span><i class="far fa-clock"></i> 05 May 2026</span>
  2128.                  </div>
  2129.                </div>
  2130.                <p class="blog-description"></p>
  2131.                <a href="/the-reason-real-madrid-possess-complete-confidence-in-youngster-pitarch/" class="read-more-btn">READ MORE</a>
  2132.              </div>
  2133.            </div>
  2134.          
  2135.          
  2136.  
  2137.        </div>
  2138.  
  2139.         <div class="col col-lg-4 col-12">
  2140.                
  2141.  
  2142.  
  2143.  
  2144.    
  2145.  
  2146.  
  2147. <!-- Blog Sidebar V2 - Focused Design -->
  2148.  <div class="sidebar mb-3">
  2149.    <!-- Recent Posts Section -->
  2150.    <div class="sidebar-widget mb-4">
  2151.      <div class="widget-title-wrapper mb-3">
  2152.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  2153.          <i class="ti-time me-2"></i>Recent Posts
  2154.          <span class="title-arrow-primary"></span>
  2155.        </h4>
  2156.      </div>
  2157.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2158.        <div class="recent-post-list">
  2159.          
  2160.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2161.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2162.                
  2163.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2164.                
  2165.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2166.            </div>
  2167.            <div class="post-content flex-grow-1">
  2168.              <h6 class="post-title mb-2">
  2169.                 <a href="/twitch-streamer-welcomes-newborn-during-live-stream-for-tens-of-thousands-of-audience-members/" class="text-decoration-none top-color fw-semibold lh-sm">
  2170.                                            Twitch Streamer Welcomes Newborn During Live Stream for Tens of Thousands of Audience Members
  2171.                                            </a>
  2172.              </h6>
  2173.              <div class="post-meta mb-3">
  2174.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 May 2026</small>
  2175.                <!-- <small class="text-muted">
  2176.                  <i class="ti-eye me-1"></i>348 views
  2177.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2178.                </small> -->
  2179.              </div>
  2180.            </div>
  2181.          </div>
  2182.          
  2183.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2184.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2185.                
  2186.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2187.                
  2188.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2189.            </div>
  2190.            <div class="post-content flex-grow-1">
  2191.              <h6 class="post-title mb-2">
  2192.                 <a href="/the-red-devils-poised-to-secure-germany-forward-lea-sch%C3%BCller-away-from-the-bavarian-giants/" class="text-decoration-none top-color fw-semibold lh-sm">
  2193.                                            The Red Devils Poised to Secure Germany Forward Lea Schüller away from the Bavarian Giants
  2194.                                            </a>
  2195.              </h6>
  2196.              <div class="post-meta mb-3">
  2197.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 May 2026</small>
  2198.                <!-- <small class="text-muted">
  2199.                  <i class="ti-eye me-1"></i>348 views
  2200.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2201.                </small> -->
  2202.              </div>
  2203.            </div>
  2204.          </div>
  2205.          
  2206.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2207.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2208.                
  2209.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2210.                
  2211.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2212.            </div>
  2213.            <div class="post-content flex-grow-1">
  2214.              <h6 class="post-title mb-2">
  2215.                 <a href="/celebrating-like-a-champions-league-champion-kendalls-memorable-evening-for-england/" class="text-decoration-none top-color fw-semibold lh-sm">
  2216.                                            ‘Celebrating like a Champions League champion’ - Kendall’s memorable evening for England
  2217.                                            </a>
  2218.              </h6>
  2219.              <div class="post-meta mb-3">
  2220.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 May 2026</small>
  2221.                <!-- <small class="text-muted">
  2222.                  <i class="ti-eye me-1"></i>348 views
  2223.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2224.                </small> -->
  2225.              </div>
  2226.            </div>
  2227.          </div>
  2228.          
  2229.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2230.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2231.                
  2232.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2233.                
  2234.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2235.            </div>
  2236.            <div class="post-content flex-grow-1">
  2237.              <h6 class="post-title mb-2">
  2238.                 <a href="/china-strengthens-regulation-on-rare-earth-element-exports-citing-state-security-concerns/" class="text-decoration-none top-color fw-semibold lh-sm">
  2239.                                            China Strengthens Regulation on Rare Earth Element Exports, Citing State Security Concerns
  2240.                                            </a>
  2241.              </h6>
  2242.              <div class="post-meta mb-3">
  2243.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 May 2026</small>
  2244.                <!-- <small class="text-muted">
  2245.                  <i class="ti-eye me-1"></i>348 views
  2246.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2247.                </small> -->
  2248.              </div>
  2249.            </div>
  2250.          </div>
  2251.          
  2252.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2253.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2254.                
  2255.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2256.                
  2257.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2258.            </div>
  2259.            <div class="post-content flex-grow-1">
  2260.              <h6 class="post-title mb-2">
  2261.                 <a href="/the-documentary-legend-discussing-his-war-of-independence-film-series-no-project-will-be-more-significant/" class="text-decoration-none top-color fw-semibold lh-sm">
  2262.                                            The Documentary Legend discussing His War of Independence Film Series: ‘No Project Will Be More Significant’
  2263.                                            </a>
  2264.              </h6>
  2265.              <div class="post-meta mb-3">
  2266.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 May 2026</small>
  2267.                <!-- <small class="text-muted">
  2268.                  <i class="ti-eye me-1"></i>348 views
  2269.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2270.                </small> -->
  2271.              </div>
  2272.            </div>
  2273.          </div>
  2274.          
  2275.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2276.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2277.                
  2278.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2279.                
  2280.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2281.            </div>
  2282.            <div class="post-content flex-grow-1">
  2283.              <h6 class="post-title mb-2">
  2284.                 <a href="/space-based-images-depict-irans-naval-forces-and-nuclear-facilities-hit-by-american-and-israeli-military-action/" class="text-decoration-none top-color fw-semibold lh-sm">
  2285.                                            Space-Based Images Depict Iran&#x27;s Naval Forces and Nuclear Facilities Hit by American and Israeli Military Action.
  2286.                                            </a>
  2287.              </h6>
  2288.              <div class="post-meta mb-3">
  2289.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 May 2026</small>
  2290.                <!-- <small class="text-muted">
  2291.                  <i class="ti-eye me-1"></i>348 views
  2292.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2293.                </small> -->
  2294.              </div>
  2295.            </div>
  2296.          </div>
  2297.          
  2298.  
  2299.        </div>
  2300.  
  2301.        <div class="text-center mt-4 pt-3 border-top border-light">
  2302.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2303.        </div>
  2304.      </div>
  2305.    </div>
  2306.  
  2307.    
  2308.    <div class="sidebar-widget mb-4">
  2309.      <div class="widget-title-wrapper mb-3">
  2310.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2311.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2312.          <span class="title-arrow"></span>
  2313.        </h4>
  2314.      </div>
  2315.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2316.        <div class="blog-roll-list scrollable-sidebar">
  2317.          
  2318.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2319.            <a href="https://www.casquette.co.uk/" rel="dofollow" class="text-decoration-none ">
  2320.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2321.                <i class="ti-angle-right me-2 text-primary"></i>
  2322.                online casino
  2323.              </h6>
  2324.            </a>
  2325.          </div>
  2326.          
  2327.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2328.            <a href="https://www.deakinandblue.com/" rel="dofollow" class="text-decoration-none ">
  2329.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2330.                <i class="ti-angle-right me-2 text-primary"></i>
  2331.                non gamstop online casinos uk
  2332.              </h6>
  2333.            </a>
  2334.          </div>
  2335.          
  2336.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2337.            <a href="https://www.toop.eu/" rel="dofollow" class="text-decoration-none ">
  2338.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2339.                <i class="ti-angle-right me-2 text-primary"></i>
  2340.                best non gamstop casinos
  2341.              </h6>
  2342.            </a>
  2343.          </div>
  2344.          
  2345.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2346.            <a href="https://www.rbgkew.org.uk/" rel="dofollow" class="text-decoration-none ">
  2347.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2348.                <i class="ti-angle-right me-2 text-primary"></i>
  2349.                no gamstop casino
  2350.              </h6>
  2351.            </a>
  2352.          </div>
  2353.          
  2354.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2355.            <a href="https://britishicehockey.co.uk/" rel="dofollow" class="text-decoration-none ">
  2356.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2357.                <i class="ti-angle-right me-2 text-primary"></i>
  2358.                slots not on gamstop
  2359.              </h6>
  2360.            </a>
  2361.          </div>
  2362.          
  2363.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2364.            <a href="https://casinobeats.com/uk/online-casinos/casinos-not-on-gamstop/" rel="dofollow" class="text-decoration-none ">
  2365.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2366.                <i class="ti-angle-right me-2 text-primary"></i>
  2367.                casinos not on gamstop
  2368.              </h6>
  2369.            </a>
  2370.          </div>
  2371.          
  2372.      </div>
  2373.    </div>
  2374.    
  2375.    <div class="sidebar-widget mb-4">
  2376.      <div class="widget-title-wrapper mb-3">
  2377.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2378.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2379.          <span class="title-arrow"></span>
  2380.        </h4>
  2381.      </div>
  2382.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2383.        <div class="blog-roll-list scrollable-sidebar">
  2384.          
  2385.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2386.            <a href="https://tdlwebsolutions.com/" rel="dofollow" class="text-decoration-none ">
  2387.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2388.                <i class="ti-angle-right me-2 text-primary"></i>
  2389.                official lolajack crypto
  2390.              </h6>
  2391.            </a>
  2392.          </div>
  2393.          
  2394.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2395.            <a href="https://www.oceanacidification.org.uk/" rel="dofollow" class="text-decoration-none ">
  2396.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2397.                <i class="ti-angle-right me-2 text-primary"></i>
  2398.                casino not on gamstop
  2399.              </h6>
  2400.            </a>
  2401.          </div>
  2402.          
  2403.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2404.            <a href="https://nva.org.uk/" rel="dofollow" class="text-decoration-none ">
  2405.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2406.                <i class="ti-angle-right me-2 text-primary"></i>
  2407.                casinos not on gamstop
  2408.              </h6>
  2409.            </a>
  2410.          </div>
  2411.          
  2412.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2413.            <a href="https://www.geekgirlmeetup.co.uk/" rel="dofollow" class="text-decoration-none ">
  2414.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2415.                <i class="ti-angle-right me-2 text-primary"></i>
  2416.                casino not on gamstop
  2417.              </h6>
  2418.            </a>
  2419.          </div>
  2420.          
  2421.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2422.            <a href="https://www.london-irish.com/" rel="dofollow" class="text-decoration-none ">
  2423.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2424.                <i class="ti-angle-right me-2 text-primary"></i>
  2425.                casino games
  2426.              </h6>
  2427.            </a>
  2428.          </div>
  2429.          
  2430.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2431.            <a href="https://www.citytosea.org.uk/" rel="dofollow" class="text-decoration-none ">
  2432.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2433.                <i class="ti-angle-right me-2 text-primary"></i>
  2434.                casino games
  2435.              </h6>
  2436.            </a>
  2437.          </div>
  2438.          
  2439.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2440.            <a href="https://www.cca-glasgow.com/" rel="dofollow" class="text-decoration-none ">
  2441.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2442.                <i class="ti-angle-right me-2 text-primary"></i>
  2443.                casino games
  2444.              </h6>
  2445.            </a>
  2446.          </div>
  2447.          
  2448.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2449.            <a href="https://straightfromyard.co.uk/" rel="dofollow" class="text-decoration-none ">
  2450.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2451.                <i class="ti-angle-right me-2 text-primary"></i>
  2452.                casino games
  2453.              </h6>
  2454.            </a>
  2455.          </div>
  2456.          
  2457.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2458.            <a href="https://www.surfaceview.co.uk/" rel="dofollow" class="text-decoration-none ">
  2459.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2460.                <i class="ti-angle-right me-2 text-primary"></i>
  2461.                best online casinos
  2462.              </h6>
  2463.            </a>
  2464.          </div>
  2465.          
  2466.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2467.            <a href="https://allcatsrgrey.org.uk/" rel="dofollow" class="text-decoration-none ">
  2468.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2469.                <i class="ti-angle-right me-2 text-primary"></i>
  2470.                casino games
  2471.              </h6>
  2472.            </a>
  2473.          </div>
  2474.          
  2475.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2476.            <a href="https://www.summerhall.co.uk/" rel="dofollow" class="text-decoration-none ">
  2477.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2478.                <i class="ti-angle-right me-2 text-primary"></i>
  2479.                casino games
  2480.              </h6>
  2481.            </a>
  2482.          </div>
  2483.          
  2484.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2485.            <a href="https://bereavementcommission.org.uk/" rel="dofollow" class="text-decoration-none ">
  2486.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2487.                <i class="ti-angle-right me-2 text-primary"></i>
  2488.                best online casinos
  2489.              </h6>
  2490.            </a>
  2491.          </div>
  2492.          
  2493.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2494.            <a href="https://unbound.co.uk/" rel="dofollow" class="text-decoration-none ">
  2495.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2496.                <i class="ti-angle-right me-2 text-primary"></i>
  2497.                best online casinos
  2498.              </h6>
  2499.            </a>
  2500.          </div>
  2501.          
  2502.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2503.            <a href="https://www.elthampalace.org.uk/" rel="dofollow" class="text-decoration-none ">
  2504.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2505.                <i class="ti-angle-right me-2 text-primary"></i>
  2506.                casino
  2507.              </h6>
  2508.            </a>
  2509.          </div>
  2510.          
  2511.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2512.            <a href="https://www.impact-awards.co.uk" rel="dofollow" class="text-decoration-none ">
  2513.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2514.                <i class="ti-angle-right me-2 text-primary"></i>
  2515.                non GamStop casinos
  2516.              </h6>
  2517.            </a>
  2518.          </div>
  2519.          
  2520.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2521.            <a href="https://oxfordgoldgroup.com" rel="dofollow" class="text-decoration-none ">
  2522.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2523.                <i class="ti-angle-right me-2 text-primary"></i>
  2524.                casinos not on gamstop
  2525.              </h6>
  2526.            </a>
  2527.          </div>
  2528.          
  2529.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2530.            <a href="https://invo.org.uk" rel="dofollow" class="text-decoration-none ">
  2531.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2532.                <i class="ti-angle-right me-2 text-primary"></i>
  2533.                non gamstop casinos
  2534.              </h6>
  2535.            </a>
  2536.          </div>
  2537.          
  2538.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2539.            <a href="https://forjimmy.org" rel="dofollow" class="text-decoration-none ">
  2540.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2541.                <i class="ti-angle-right me-2 text-primary"></i>
  2542.                non gamstop casinos
  2543.              </h6>
  2544.            </a>
  2545.          </div>
  2546.          
  2547.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2548.            <a href="https://lerefugedestortues.fr" rel="dofollow" class="text-decoration-none ">
  2549.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2550.                <i class="ti-angle-right me-2 text-primary"></i>
  2551.                casino en ligne
  2552.              </h6>
  2553.            </a>
  2554.          </div>
  2555.          
  2556.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2557.            <a href="https://appleiphoneunlock.uk/" rel="dofollow" class="text-decoration-none ">
  2558.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2559.                <i class="ti-angle-right me-2 text-primary"></i>
  2560.                crypto casino uk
  2561.              </h6>
  2562.            </a>
  2563.          </div>
  2564.          
  2565.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2566.            <a href="https://mcaleicester.co.uk/" rel="dofollow" class="text-decoration-none ">
  2567.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2568.                <i class="ti-angle-right me-2 text-primary"></i>
  2569.                new online casinos uk
  2570.              </h6>
  2571.            </a>
  2572.          </div>
  2573.          
  2574.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2575.            <a href="https://www.executive-shaving.co.uk" rel="dofollow" class="text-decoration-none ">
  2576.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2577.                <i class="ti-angle-right me-2 text-primary"></i>
  2578.                casinos not on GamStop
  2579.              </h6>
  2580.            </a>
  2581.          </div>
  2582.          
  2583.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2584.            <a href="https://thepearlyqueen.com/" rel="dofollow" class="text-decoration-none ">
  2585.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2586.                <i class="ti-angle-right me-2 text-primary"></i>
  2587.                online casinos UK
  2588.              </h6>
  2589.            </a>
  2590.          </div>
  2591.          
  2592.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2593.            <a href="https://www.fourpure.com/" rel="dofollow" class="text-decoration-none ">
  2594.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2595.                <i class="ti-angle-right me-2 text-primary"></i>
  2596.                online casinos UK
  2597.              </h6>
  2598.            </a>
  2599.          </div>
  2600.          
  2601.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2602.            <a href="https://hapihemp.co.uk/" rel="dofollow" class="text-decoration-none ">
  2603.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2604.                <i class="ti-angle-right me-2 text-primary"></i>
  2605.                best sports betting sites uk
  2606.              </h6>
  2607.            </a>
  2608.          </div>
  2609.          
  2610.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2611.            <a href="https://www.kylebooks.co.uk/" rel="dofollow" class="text-decoration-none ">
  2612.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2613.                <i class="ti-angle-right me-2 text-primary"></i>
  2614.                non gamstop casinos
  2615.              </h6>
  2616.            </a>
  2617.          </div>
  2618.          
  2619.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2620.            <a href="https://www.citygateway.org.uk/" rel="dofollow" class="text-decoration-none ">
  2621.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2622.                <i class="ti-angle-right me-2 text-primary"></i>
  2623.                best non gamstop casinos
  2624.              </h6>
  2625.            </a>
  2626.          </div>
  2627.          
  2628.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2629.            <a href="https://www.techandplay.org/" rel="dofollow" class="text-decoration-none ">
  2630.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2631.                <i class="ti-angle-right me-2 text-primary"></i>
  2632.                best online betting sites uk
  2633.              </h6>
  2634.            </a>
  2635.          </div>
  2636.          
  2637.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2638.            <a href="https://www.deakinandblue.com/" rel="dofollow" class="text-decoration-none ">
  2639.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2640.                <i class="ti-angle-right me-2 text-primary"></i>
  2641.                online casinos not on gamstop
  2642.              </h6>
  2643.            </a>
  2644.          </div>
  2645.          
  2646.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2647.            <a href="https://www.antiquesforeveryone.co.uk/" rel="dofollow" class="text-decoration-none ">
  2648.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2649.                <i class="ti-angle-right me-2 text-primary"></i>
  2650.                football betting sites not on GamStop
  2651.              </h6>
  2652.            </a>
  2653.          </div>
  2654.          
  2655.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2656.            <a href="https://roeparkresort.com" rel="dofollow" class="text-decoration-none ">
  2657.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2658.                <i class="ti-angle-right me-2 text-primary"></i>
  2659.                non GamStop casinos UK
  2660.              </h6>
  2661.            </a>
  2662.          </div>
  2663.          
  2664.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2665.            <a href="https://80trains.com/" rel="dofollow" class="text-decoration-none ">
  2666.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2667.                <i class="ti-angle-right me-2 text-primary"></i>
  2668.                brand new betting sites
  2669.              </h6>
  2670.            </a>
  2671.          </div>
  2672.          
  2673.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2674.            <a href="https://www.coexisthouse.org.uk" rel="dofollow" class="text-decoration-none ">
  2675.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2676.                <i class="ti-angle-right me-2 text-primary"></i>
  2677.                non GamStop casinos
  2678.              </h6>
  2679.            </a>
  2680.          </div>
  2681.          
  2682.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2683.            <a href="https://www.no-deportations.org.uk" rel="dofollow" class="text-decoration-none ">
  2684.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2685.                <i class="ti-angle-right me-2 text-primary"></i>
  2686.                UK casino not on GamStop
  2687.              </h6>
  2688.            </a>
  2689.          </div>
  2690.          
  2691.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2692.            <a href="https://www.hobsoncycles.co.uk" rel="dofollow" class="text-decoration-none ">
  2693.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2694.                <i class="ti-angle-right me-2 text-primary"></i>
  2695.                betting sites not on GamStop
  2696.              </h6>
  2697.            </a>
  2698.          </div>
  2699.          
  2700.      </div>
  2701.    </div>
  2702.    
  2703.    <div class="sidebar-widget mb-4">
  2704.      <div class="widget-title-wrapper mb-3">
  2705.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2706.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  2707.          <span class="title-arrow"></span>
  2708.        </h4>
  2709.      </div>
  2710.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2711.        <div class="blog-roll-list scrollable-sidebar">
  2712.          
  2713.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2714.            <a href="https://www.peckhamaudio.co.uk/" rel="dofollow" class="text-decoration-none ">
  2715.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2716.                <i class="ti-angle-right me-2 text-primary"></i>
  2717.                gambling sites not on GamStop
  2718.              </h6>
  2719.            </a>
  2720.          </div>
  2721.          
  2722.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2723.            <a href="https://www.thekarczma.co.uk/" rel="dofollow" class="text-decoration-none ">
  2724.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2725.                <i class="ti-angle-right me-2 text-primary"></i>
  2726.                non UK casino sites
  2727.              </h6>
  2728.            </a>
  2729.          </div>
  2730.          
  2731.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2732.            <a href="https://www.llancaiachfawr.co.uk/" rel="dofollow" class="text-decoration-none ">
  2733.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2734.                <i class="ti-angle-right me-2 text-primary"></i>
  2735.                non GamStop casinos UK
  2736.              </h6>
  2737.            </a>
  2738.          </div>
  2739.          
  2740.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2741.            <a href="https://socialeatinghouse.com/" rel="dofollow" class="text-decoration-none ">
  2742.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2743.                <i class="ti-angle-right me-2 text-primary"></i>
  2744.                casino not on GamStop
  2745.              </h6>
  2746.            </a>
  2747.          </div>
  2748.          
  2749.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2750.            <a href="https://www.covent-garden.co.uk/" rel="dofollow" class="text-decoration-none ">
  2751.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2752.                <i class="ti-angle-right me-2 text-primary"></i>
  2753.                non GamStop casinos
  2754.              </h6>
  2755.            </a>
  2756.          </div>
  2757.          
  2758.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2759.            <a href="https://www.patients4nhs.org.uk/" rel="dofollow" class="text-decoration-none ">
  2760.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2761.                <i class="ti-angle-right me-2 text-primary"></i>
  2762.                best casino not on GamStop
  2763.              </h6>
  2764.            </a>
  2765.          </div>
  2766.          
  2767.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2768.            <a href="https://www.mugdock-country-park.org.uk/" rel="dofollow" class="text-decoration-none ">
  2769.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2770.                <i class="ti-angle-right me-2 text-primary"></i>
  2771.                best non GamStop casinos
  2772.              </h6>
  2773.            </a>
  2774.          </div>
  2775.          
  2776.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2777.            <a href="https://www.durhamminers.org/" rel="dofollow" class="text-decoration-none ">
  2778.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2779.                <i class="ti-angle-right me-2 text-primary"></i>
  2780.                non GamStop casinos
  2781.              </h6>
  2782.            </a>
  2783.          </div>
  2784.          
  2785.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2786.            <a href="https://www.nordicresearchnetwork.co.uk/" rel="dofollow" class="text-decoration-none ">
  2787.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2788.                <i class="ti-angle-right me-2 text-primary"></i>
  2789.                non UK registered casino
  2790.              </h6>
  2791.            </a>
  2792.          </div>
  2793.          
  2794.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2795.            <a href="https://www.kysty.co.uk/" rel="dofollow" class="text-decoration-none ">
  2796.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2797.                <i class="ti-angle-right me-2 text-primary"></i>
  2798.                Casinos That Dont Use Gamstop
  2799.              </h6>
  2800.            </a>
  2801.          </div>
  2802.          
  2803.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2804.            <a href="https://www.illinoistech.org/" rel="dofollow" class="text-decoration-none ">
  2805.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2806.                <i class="ti-angle-right me-2 text-primary"></i>
  2807.                crypto casinos uk
  2808.              </h6>
  2809.            </a>
  2810.          </div>
  2811.          
  2812.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2813.            <a href="https://www.falconryforum.co.uk/" rel="dofollow" class="text-decoration-none ">
  2814.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2815.                <i class="ti-angle-right me-2 text-primary"></i>
  2816.                new casinos not on gamstop
  2817.              </h6>
  2818.            </a>
  2819.          </div>
  2820.          
  2821.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2822.            <a href="https://www.regionalnetworks.org.uk/" rel="dofollow" class="text-decoration-none ">
  2823.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2824.                <i class="ti-angle-right me-2 text-primary"></i>
  2825.                casinos not on Gamstop
  2826.              </h6>
  2827.            </a>
  2828.          </div>
  2829.          
  2830.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2831.            <a href="https://thisables.com/" rel="dofollow" class="text-decoration-none ">
  2832.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2833.                <i class="ti-angle-right me-2 text-primary"></i>
  2834.                bingo not on gamstop
  2835.              </h6>
  2836.            </a>
  2837.          </div>
  2838.          
  2839.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2840.            <a href="https://citytosea.org.uk/" rel="dofollow" class="text-decoration-none ">
  2841.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2842.                <i class="ti-angle-right me-2 text-primary"></i>
  2843.                betting sites not on gamstop
  2844.              </h6>
  2845.            </a>
  2846.          </div>
  2847.          
  2848.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2849.            <a href="https://www.farma.org.uk/" rel="dofollow" class="text-decoration-none ">
  2850.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2851.                <i class="ti-angle-right me-2 text-primary"></i>
  2852.                uk casinos not on gamstop
  2853.              </h6>
  2854.            </a>
  2855.          </div>
  2856.          
  2857.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2858.            <a href="https://www.ncsl.org.uk/" rel="dofollow" class="text-decoration-none ">
  2859.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2860.                <i class="ti-angle-right me-2 text-primary"></i>
  2861.                new uk betting sites
  2862.              </h6>
  2863.            </a>
  2864.          </div>
  2865.          
  2866.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2867.            <a href="https://www.ferranti-technologies.co.uk/" rel="dofollow" class="text-decoration-none ">
  2868.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2869.                <i class="ti-angle-right me-2 text-primary"></i>
  2870.                casinos not on gamstop
  2871.              </h6>
  2872.            </a>
  2873.          </div>
  2874.          
  2875.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2876.            <a href="https://oncallfire.uk/" rel="dofollow" class="text-decoration-none ">
  2877.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2878.                <i class="ti-angle-right me-2 text-primary"></i>
  2879.                non GAMSTOP casinos
  2880.              </h6>
  2881.            </a>
  2882.          </div>
  2883.          
  2884.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2885.            <a href="https://www.escapistmagazine.com/uk/non-gamstop-casinos/" rel="dofollow" class="text-decoration-none ">
  2886.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2887.                <i class="ti-angle-right me-2 text-primary"></i>
  2888.                casino not on gamstop
  2889.              </h6>
  2890.            </a>
  2891.          </div>
  2892.          
  2893.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2894.            <a href="https://www.roadpeace.org/" rel="dofollow" class="text-decoration-none ">
  2895.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2896.                <i class="ti-angle-right me-2 text-primary"></i>
  2897.                casino not on gamstop
  2898.              </h6>
  2899.            </a>
  2900.          </div>
  2901.          
  2902.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2903.            <a href="http://ukfreespinsnotongamstop.in.net/" rel="dofollow" class="text-decoration-none ">
  2904.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2905.                <i class="ti-angle-right me-2 text-primary"></i>
  2906.                online casino
  2907.              </h6>
  2908.            </a>
  2909.          </div>
  2910.          
  2911.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2912.            <a href="https://roadpeace.org/" rel="dofollow" class="text-decoration-none ">
  2913.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2914.                <i class="ti-angle-right me-2 text-primary"></i>
  2915.                casino
  2916.              </h6>
  2917.            </a>
  2918.          </div>
  2919.          
  2920.      </div>
  2921.    </div>
  2922.    
  2923.    <div class="sidebar-widget mb-4">
  2924.      <div class="widget-title-wrapper mb-3">
  2925.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2926.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  2927.          <span class="title-arrow"></span>
  2928.        </h4>
  2929.      </div>
  2930.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2931.        <div class="blog-roll-list scrollable-sidebar">
  2932.          
  2933.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2934.            <a href="https://kam-media.co.uk/" rel="dofollow" class="text-decoration-none ">
  2935.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2936.                <i class="ti-angle-right me-2 text-primary"></i>
  2937.                best online casinos
  2938.              </h6>
  2939.            </a>
  2940.          </div>
  2941.          
  2942.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2943.            <a href="https://glasgowmuseumsslavery.co.uk/" rel="dofollow" class="text-decoration-none ">
  2944.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2945.                <i class="ti-angle-right me-2 text-primary"></i>
  2946.                best uk online casinos
  2947.              </h6>
  2948.            </a>
  2949.          </div>
  2950.          
  2951.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2952.            <a href="https://www.roadpeace.org/" rel="dofollow" class="text-decoration-none ">
  2953.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2954.                <i class="ti-angle-right me-2 text-primary"></i>
  2955.                slots
  2956.              </h6>
  2957.            </a>
  2958.          </div>
  2959.          
  2960.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2961.            <a href="https://www.voiceprint.co.uk/" rel="dofollow" class="text-decoration-none ">
  2962.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2963.                <i class="ti-angle-right me-2 text-primary"></i>
  2964.                non gamstop casinos uk
  2965.              </h6>
  2966.            </a>
  2967.          </div>
  2968.          
  2969.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2970.            <a href="https://bereavementcommission.org.uk/" rel="dofollow" class="text-decoration-none ">
  2971.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2972.                <i class="ti-angle-right me-2 text-primary"></i>
  2973.                casinos not on gamstop
  2974.              </h6>
  2975.            </a>
  2976.          </div>
  2977.          
  2978.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2979.            <a href="https://jst.org.uk/" rel="dofollow" class="text-decoration-none ">
  2980.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2981.                <i class="ti-angle-right me-2 text-primary"></i>
  2982.                casino sites not on gamstop
  2983.              </h6>
  2984.            </a>
  2985.          </div>
  2986.          
  2987.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2988.            <a href="https://unbound.co.uk/" rel="dofollow" class="text-decoration-none ">
  2989.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2990.                <i class="ti-angle-right me-2 text-primary"></i>
  2991.                casinos not on gamstop
  2992.              </h6>
  2993.            </a>
  2994.          </div>
  2995.          
  2996.      </div>
  2997.    </div>
  2998.    
  2999.  </div>
  3000.  
  3001. <!-- Sidebar V2 Styles -->
  3002. <style>
  3003.  .sidebar-widget {
  3004.    position: relative;
  3005.  }
  3006.  
  3007.  .widget-title {
  3008.    font-size: 1.1rem;
  3009.    font-weight: 700;
  3010.    display: inline-block;
  3011.    position: relative;
  3012.    z-index: 2;
  3013.    border-radius: 0;
  3014.  }
  3015.  
  3016.  /* Green arrow for August Blog Roll */
  3017.  .title-arrow::after {
  3018.    content: '';
  3019.    position: absolute;
  3020.    top: 0;
  3021.    right: -22px;
  3022.    width: 0;
  3023.    height: 0;
  3024.    border-left: 22px solid var(--bs-primary);
  3025.    border-top: 22px solid transparent;
  3026.    border-bottom: 22px solid transparent;
  3027.    z-index: 1;
  3028.  }
  3029.  
  3030.  /* Blue arrow for Recent Posts */
  3031.  .title-arrow-primary::after {
  3032.    content: '';
  3033.    position: absolute;
  3034.    top: 0;
  3035.    right: -22px;
  3036.    width: 0;
  3037.    height: 0;
  3038.    border-left: 22px solid var(--bs-primary);
  3039.    border-top: 22px solid transparent;
  3040.    border-bottom: 22px solid transparent;
  3041.    z-index: 1;
  3042.  }
  3043.  
  3044.  .widget-content {
  3045.    margin-top: -1px;
  3046.    position: relative;
  3047.    z-index: 1;
  3048.     background-color: var(--card-bg);
  3049.  }
  3050.  
  3051.  /* Blog Roll Items Hover Effects */
  3052.  .blog-roll-item:hover .blog-title {
  3053.    color: #198754 !important;
  3054.    transform: translateX(5px);
  3055.    transition: all 0.3s ease;
  3056.  }
  3057.  
  3058.  /* Recent Post Items Hover Effects */
  3059.  .recent-post-item:hover .post-title a {
  3060.    color: #0d6efd !important;
  3061.    transition: color 0.3s ease;
  3062.  }
  3063.  
  3064.  .recent-post-item:hover .post-image img {
  3065.    transform: scale(1.05);
  3066.    transition: transform 0.3s ease;
  3067.  }
  3068.  
  3069.  /* Button Hover Effects */
  3070.  .btn:hover {
  3071.    transform: translateY(-2px);
  3072.    transition: all 0.3s ease;
  3073.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3074.  }
  3075.  
  3076.  /* Badge Hover Effects */
  3077.  .badge:hover {
  3078.    transform: scale(1.05);
  3079.    transition: transform 0.3s ease;
  3080.  }
  3081.  
  3082.  @media (max-width: 991px) {
  3083.    .sidebar {
  3084.      margin-top: 3rem;
  3085.    }
  3086.  }
  3087.  
  3088.  @media (max-width: 576px) {
  3089.    .widget-title {
  3090.      font-size: 1rem;
  3091.      padding: 0.75rem 1rem !important;
  3092.    }
  3093.  
  3094.    .title-arrow::after,
  3095.    .title-arrow-primary::after {
  3096.      right: -18px;
  3097.      border-left-width: 18px;
  3098.      border-top-width: 18px;
  3099.      border-bottom-width: 18px;
  3100.    }
  3101.  
  3102.    .post-image {
  3103.      width: 70px !important;
  3104.      height: 55px !important;
  3105.    }
  3106.  
  3107.    .blog-meta {
  3108.      flex-direction: column !important;
  3109.      align-items: flex-start !important;
  3110.      gap: 0.5rem;
  3111.    }
  3112.  }
  3113. </style>
  3114.  
  3115.    
  3116.            </div>
  3117.      </div>
  3118.    </div>
  3119.  </section>
  3120.  
  3121.  <script>
  3122.    // Smooth fade on scroll (adds .fade-up on downward scroll, .fade-down on upward scroll)
  3123.    document.addEventListener('DOMContentLoaded', function () {
  3124.      // Fallback if IntersectionObserver unavailable
  3125.      if (!('IntersectionObserver' in window)) {
  3126.        document.querySelectorAll('.fade-base').forEach(el => el.classList.add('fade-show'));
  3127.        return;
  3128.      }
  3129.  
  3130.      let lastY = window.pageYOffset || 0;
  3131.      let scrollDir = 'down';
  3132.      let ticking = false;
  3133.  
  3134.      // Jank-free scroll direction tracking
  3135.      window.addEventListener('scroll', () => {
  3136.        const y = window.pageYOffset || 0;
  3137.        if (!ticking) {
  3138.          requestAnimationFrame(() => {
  3139.            scrollDir = y > lastY ? 'down' : 'up';
  3140.            lastY = y <= 0 ? 0 : y;
  3141.            ticking = false;
  3142.          });
  3143.          ticking = true;
  3144.        }
  3145.      }, { passive: true });
  3146.  
  3147.      const options = {
  3148.        threshold: 0.18,
  3149.        rootMargin: '0px 0px -8% 0px'
  3150.      };
  3151.  
  3152.      const io = new IntersectionObserver((entries) => {
  3153.        entries.forEach((entry) => {
  3154.          const el = entry.target;
  3155.  
  3156.          if (entry.isIntersecting) {
  3157.            // direction-based class
  3158.            el.classList.remove('fade-up', 'fade-down');
  3159.            el.classList.add(scrollDir === 'down' ? 'fade-up' : 'fade-down');
  3160.  
  3161.            // smooth timing (override-able per element via CSS vars)
  3162.            if (!el.style.getPropertyValue('--dur')) {
  3163.              el.style.setProperty('--dur', '700ms');
  3164.            }
  3165.            if (!el.style.getPropertyValue('--ease')) {
  3166.              el.style.setProperty('--ease', 'cubic-bezier(0.16,1,0.3,1)');
  3167.            }
  3168.  
  3169.            el.classList.add('fade-show');
  3170.          } else {
  3171.            // re-animate when re-entering
  3172.            el.classList.remove('fade-show');
  3173.          }
  3174.        });
  3175.      }, options);
  3176.  
  3177.      // Observe all fade targets with a light stagger
  3178.      const nodes = Array.from(document.querySelectorAll('.fade-base'));
  3179.      nodes.forEach((el, i) => {
  3180.        // 0–5 -> 0–300ms stagger (loops every 6)
  3181.        el.style.setProperty('--stagger', `${(i % 6) * 60}ms`);
  3182.        io.observe(el);
  3183.      });
  3184.    });
  3185.  </script>
  3186.  
  3187.  
  3188.    
  3189.        
  3190.        <!-- end wpo-blog-highlights-section -->
  3191.        <!-- start wpo-blog-sponsored-section -->
  3192.        
  3193.  
  3194.  
  3195.  
  3196.    
  3197.  
  3198.  
  3199.  
  3200. <style>
  3201.    .sponsored-section-v2 {
  3202.        padding: 0 0 60px;
  3203.    }
  3204.    
  3205.    .sponsored-card-v2 {
  3206.        background: var(--body-bg);
  3207.        border-radius: 12px;
  3208.        overflow: hidden;
  3209.        transition: all 0.3s ease;
  3210.        border: none;
  3211.        box-shadow: 0 2px 15px rgba(0,0,0,0.08);
  3212.        height: 100%;
  3213.    }
  3214.    
  3215.    .sponsored-card-v2:hover {
  3216.        transform: translateY(-4px);
  3217.        box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  3218.    }
  3219.    
  3220.    .sponsored-image-v2 {
  3221.        position: relative;
  3222.        overflow: hidden;
  3223.        height: 180px;
  3224.    }
  3225.    
  3226.    .sponsored-image-v2 img {
  3227.        width: 100%;
  3228.        height: 100%;
  3229.        object-fit: cover;
  3230.        transition: transform 0.3s ease;
  3231.    }
  3232.    
  3233.    .sponsored-card-v2:hover .sponsored-image-v2 img {
  3234.        transform: scale(1.05);
  3235.    }
  3236.    
  3237.    .sponsored-badge-v2 {
  3238.        position: absolute;
  3239.        top: 12px;
  3240.        left: 12px;
  3241.        padding: 6px 12px;
  3242.        border-radius: 15px;
  3243.        font-size: 10px;
  3244.        font-weight: 600;
  3245.        text-transform: uppercase;
  3246.        letter-spacing: 0.5px;
  3247.        color: white;
  3248.    }
  3249.    
  3250.    .sponsored-content-v2 {
  3251.        padding: 20px;
  3252.    }
  3253.    
  3254.    .sponsored-title-v2 {
  3255.        font-size: 16px;
  3256.        font-weight: 600;
  3257.        line-height: 1.4;
  3258.        margin-bottom: 15px;
  3259.        min-height: 44px;
  3260.    }
  3261.    
  3262.    .sponsored-title-v2 a {
  3263.        text-decoration: none;
  3264.        transition: color 0.3s ease;
  3265.    }
  3266.    
  3267.    .sponsored-meta-v2 {
  3268.        display: flex;
  3269.        align-items: center;
  3270.        gap: 10px;
  3271.        font-size: 12px;
  3272.    }
  3273.    
  3274.    .sponsored-author-img-v2 {
  3275.        width: 28px;
  3276.        height: 28px;
  3277.        border-radius: 50%;
  3278.        object-fit: cover;
  3279.    }
  3280.    
  3281.    .section-title-sponsored-v2 {
  3282.        font-size: 2.5rem;
  3283.        font-weight: 700;
  3284.        text-align: center;
  3285.        margin-bottom: 20px;
  3286.        text-transform: capitalize;
  3287.    }
  3288.  
  3289.    @media (max-width: 768px) {
  3290.        .sponsored-section-v2 {
  3291.            padding: 0px 0 40px;
  3292.        }
  3293.        .section-title-sponsored-v2 {
  3294.            font-size: 2rem;
  3295.        }
  3296.        .sponsored-content-v2 {
  3297.            padding: 16px;
  3298.        }
  3299.    }
  3300. </style>
  3301.  
  3302. <section class="sponsored-section-v2">
  3303.    <div class="container-fluid fluid-container">
  3304.        <div class="row">
  3305.            <div class="col-12">
  3306.                <h2 class="section-title-sponsored-v2 top-color">Sponsored News</h2>
  3307.                <div class="section-title-sponsored-v2::after top-bg"></div>
  3308.            </div>
  3309.        </div>
  3310.        
  3311.        <div class="row g-4">
  3312.            
  3313.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3314.                <div class="card sponsored-card-v2">
  3315.                    <div class="sponsored-image-v2">
  3316.                        
  3317.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3318.                        
  3319.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3320.                    </div>
  3321.                    <div class="sponsored-content-v2">
  3322.                        <h3 class="sponsored-title-v2">
  3323.                            <a href="/twitch-streamer-welcomes-newborn-during-live-stream-for-tens-of-thousands-of-audience-members/" class="top-color">
  3324.                            Twitch Streamer Welcomes Newborn During Live Stream for Tens of Thousands of Audience Members
  3325.                            </a>
  3326.                        </h3>
  3327.                        <div class="sponsored-meta-v2">
  3328.                            
  3329.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Katherine Salazar" class="sponsored-author-img-v2">
  3330.                            
  3331.                            <span class="top-color">By Katherine Salazar</span>
  3332.                            <span class="top-color">•</span>
  3333.                            <span class="top-color">05 May 2026</span>
  3334.                        </div>
  3335.                    </div>
  3336.                </div>
  3337.            </div>
  3338.            
  3339.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3340.                <div class="card sponsored-card-v2">
  3341.                    <div class="sponsored-image-v2">
  3342.                        
  3343.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3344.                        
  3345.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3346.                    </div>
  3347.                    <div class="sponsored-content-v2">
  3348.                        <h3 class="sponsored-title-v2">
  3349.                            <a href="/the-red-devils-poised-to-secure-germany-forward-lea-sch%C3%BCller-away-from-the-bavarian-giants/" class="top-color">
  3350.                            The Red Devils Poised to Secure Germany Forward Lea Schüller away from the Bavarian Giants
  3351.                            </a>
  3352.                        </h3>
  3353.                        <div class="sponsored-meta-v2">
  3354.                            
  3355.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Katherine Salazar" class="sponsored-author-img-v2">
  3356.                            
  3357.                            <span class="top-color">By Katherine Salazar</span>
  3358.                            <span class="top-color">•</span>
  3359.                            <span class="top-color">05 May 2026</span>
  3360.                        </div>
  3361.                    </div>
  3362.                </div>
  3363.            </div>
  3364.            
  3365.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3366.                <div class="card sponsored-card-v2">
  3367.                    <div class="sponsored-image-v2">
  3368.                        
  3369.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3370.                        
  3371.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3372.                    </div>
  3373.                    <div class="sponsored-content-v2">
  3374.                        <h3 class="sponsored-title-v2">
  3375.                            <a href="/celebrating-like-a-champions-league-champion-kendalls-memorable-evening-for-england/" class="top-color">
  3376.                            ‘Celebrating like a Champions League champion’ - Kendall’s memorable evening for England
  3377.                            </a>
  3378.                        </h3>
  3379.                        <div class="sponsored-meta-v2">
  3380.                            
  3381.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Katherine Salazar" class="sponsored-author-img-v2">
  3382.                            
  3383.                            <span class="top-color">By Katherine Salazar</span>
  3384.                            <span class="top-color">•</span>
  3385.                            <span class="top-color">05 May 2026</span>
  3386.                        </div>
  3387.                    </div>
  3388.                </div>
  3389.            </div>
  3390.            
  3391.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3392.                <div class="card sponsored-card-v2">
  3393.                    <div class="sponsored-image-v2">
  3394.                        
  3395.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3396.                        
  3397.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3398.                    </div>
  3399.                    <div class="sponsored-content-v2">
  3400.                        <h3 class="sponsored-title-v2">
  3401.                            <a href="/china-strengthens-regulation-on-rare-earth-element-exports-citing-state-security-concerns/" class="top-color">
  3402.                            China Strengthens Regulation on Rare Earth Element Exports, Citing State Security Concerns
  3403.                            </a>
  3404.                        </h3>
  3405.                        <div class="sponsored-meta-v2">
  3406.                            
  3407.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Katherine Salazar" class="sponsored-author-img-v2">
  3408.                            
  3409.                            <span class="top-color">By Katherine Salazar</span>
  3410.                            <span class="top-color">•</span>
  3411.                            <span class="top-color">05 May 2026</span>
  3412.                        </div>
  3413.                    </div>
  3414.                </div>
  3415.            </div>
  3416.            
  3417.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3418.                <div class="card sponsored-card-v2">
  3419.                    <div class="sponsored-image-v2">
  3420.                        
  3421.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3422.                        
  3423.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3424.                    </div>
  3425.                    <div class="sponsored-content-v2">
  3426.                        <h3 class="sponsored-title-v2">
  3427.                            <a href="/the-documentary-legend-discussing-his-war-of-independence-film-series-no-project-will-be-more-significant/" class="top-color">
  3428.                            The Documentary Legend discussing His War of Independence Film Series: ‘No Project Will Be More Significant’
  3429.                            </a>
  3430.                        </h3>
  3431.                        <div class="sponsored-meta-v2">
  3432.                            
  3433.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Katherine Salazar" class="sponsored-author-img-v2">
  3434.                            
  3435.                            <span class="top-color">By Katherine Salazar</span>
  3436.                            <span class="top-color">•</span>
  3437.                            <span class="top-color">05 May 2026</span>
  3438.                        </div>
  3439.                    </div>
  3440.                </div>
  3441.            </div>
  3442.            
  3443.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3444.                <div class="card sponsored-card-v2">
  3445.                    <div class="sponsored-image-v2">
  3446.                        
  3447.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3448.                        
  3449.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3450.                    </div>
  3451.                    <div class="sponsored-content-v2">
  3452.                        <h3 class="sponsored-title-v2">
  3453.                            <a href="/space-based-images-depict-irans-naval-forces-and-nuclear-facilities-hit-by-american-and-israeli-military-action/" class="top-color">
  3454.                            Space-Based Images Depict Iran&#x27;s Naval Forces and Nuclear Facilities Hit by American and Israeli Military Action.
  3455.                            </a>
  3456.                        </h3>
  3457.                        <div class="sponsored-meta-v2">
  3458.                            
  3459.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Katherine Salazar" class="sponsored-author-img-v2">
  3460.                            
  3461.                            <span class="top-color">By Katherine Salazar</span>
  3462.                            <span class="top-color">•</span>
  3463.                            <span class="top-color">05 May 2026</span>
  3464.                        </div>
  3465.                    </div>
  3466.                </div>
  3467.            </div>
  3468.            
  3469.        </div>
  3470.    </div>
  3471. </section>
  3472.  
  3473.  
  3474.    
  3475.        <!-- end wpo-blog-sponsored-section -->
  3476.        <!-- start wpo-subscribe-section -->
  3477.        
  3478.        <!-- end subscribe-section -->
  3479.        <!-- start of wpo-site-footer-section -->
  3480.        
  3481.  
  3482.  
  3483.  
  3484.  
  3485.  
  3486.  
  3487. <!-- Footer V5 - Clean Minimalist Bootstrap Design -->
  3488. <footer class="footer-v5 bg-primary-gradient border-top">
  3489.    
  3490.    <!-- Main Footer Content -->
  3491.    <div class="container-fluid py-5">
  3492.        
  3493.        <!-- Top Section with Logo and Description -->
  3494.        <div class="row mb-5">
  3495.            <div class="col-12 text-center">
  3496.                <div class="footer-brand mb-4">
  3497.                    
  3498.                    <h4 class="fw-bold footer-color mb-2">Vision Enterprise UK</h4>
  3499.                    <p class="footer-color opacity-50">Vision Enterprise UK provides expert insights on business growth, digital transformation, and innovative strategies for UK entrepreneurs and companies.</p>
  3500.                </div>
  3501.            </div>
  3502.        </div>
  3503.  
  3504.        <!-- Content Grid -->
  3505.        <div class="d-flex justify-content-between flex-wrap gap-2 px-3">
  3506.            
  3507.            <!-- Quick Links Column -->
  3508.            <div class="">
  3509.                <div class="footer-section">
  3510.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3511.                        Quick Links
  3512.                    </h6>
  3513.                    <ul class="list-unstyled footer-links">
  3514.                        
  3515.                        <li class="mb-2">
  3516.                            <a href="/underdog-justin-hood-smashes-record-with-astonishing-11-straight-doubles-in-world-championship-rout/"
  3517.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3518.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3519.                                Underdog Justin Hood Smashes Record with Astonishing 11 Straight Doubles in World Championship Rout
  3520.                            </a>
  3521.                        </li>
  3522.                        
  3523.                        <li class="mb-2">
  3524.                            <a href="/the-ongoing-issue-with-the-capitals-plastic-shrouded-hotel/"
  3525.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3526.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3527.                                The Ongoing Issue with the Capital&#x27;s Plastic-Shrouded Hotel?
  3528.                            </a>
  3529.                        </li>
  3530.                        
  3531.                        <li class="mb-2">
  3532.                            <a href="/amid-a-raging-gale-the-panicked-screams-of-children-in-tents-outside-echoed-this-marks-christmas-in-gaza/"
  3533.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3534.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3535.                                Amid a Raging Gale, The Panicked Screams of Children in Tents Outside Echoed. This Marks Christmas in Gaza
  3536.                            </a>
  3537.                        </li>
  3538.                        
  3539.                        <li class="mb-2">
  3540.                            <a href="/an-alarming-state-of-affairs-war-on-iran-squeezes-indias-kitchen-fuel-stock/"
  3541.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3542.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3543.                                ‘An Alarming State of Affairs’: War on Iran Squeezes India&#x27;s Kitchen Fuel Stock.
  3544.                            </a>
  3545.                        </li>
  3546.                        
  3547.                        <li class="mb-2">
  3548.                            <a href="/los-blancos-commanding-however-vinicius-junior-issues-escalate-major-el-clasico-takeaways/"
  3549.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3550.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3551.                                Los Blancos Commanding however Vinicius Junior Issues Escalate – Major El Clasico Takeaways
  3552.                            </a>
  3553.                        </li>
  3554.                        
  3555.                        <li class="mb-2">
  3556.                            <a href="/maga-supporters-backing-zohran-mamdani-and-a-emerging-progressive-alliance-key-unexpected-outcomes-from-nycs-mayoral-race/"
  3557.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3558.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3559.                                MAGA Supporters Backing Zohran Mamdani and a Emerging Progressive Alliance: Key Unexpected Outcomes from NYC’s Mayoral Race
  3560.                            </a>
  3561.                        </li>
  3562.                        
  3563.                    </ul>
  3564.                </div>
  3565.            </div>
  3566.  
  3567.            <!-- Resources Column -->
  3568.            <div class="">
  3569.                <div class="footer-section">
  3570.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3571.                        Resources
  3572.                    </h6>
  3573.                   <ul class="footer-links" id="footerLinks">
  3574.        
  3575.        
  3576.  
  3577.        
  3578.        
  3579.        
  3580.        
  3581.    </ul>
  3582.                </div>
  3583.            </div>
  3584.  
  3585.            <!-- Categories Column -->
  3586.            <div class="">
  3587.                <div class="footer-section">
  3588.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3589.                        Categories
  3590.                    </h6>
  3591.                    <div class="category-tags">
  3592.                      
  3593.                                <li>
  3594.                                    <a href="/category/all-posts/" class="footer-link footer-color">
  3595.                                        All Posts
  3596.                                    </a>
  3597.                                </li>
  3598.                                
  3599.                                <li>
  3600.                                    <a href="/category/business/" class="footer-link footer-color">
  3601.                                        Business
  3602.                                    </a>
  3603.                                </li>
  3604.                                
  3605.                                <li>
  3606.                                    <a href="/category/esports/" class="footer-link footer-color">
  3607.                                        Esports
  3608.                                    </a>
  3609.                                </li>
  3610.                                
  3611.                                <li>
  3612.                                    <a href="/category/fashion/" class="footer-link footer-color">
  3613.                                        Fashion
  3614.                                    </a>
  3615.                                </li>
  3616.                                
  3617.                                <li>
  3618.                                    <a href="/category/featured/" class="footer-link footer-color">
  3619.                                        Featured
  3620.                                    </a>
  3621.                                </li>
  3622.                                
  3623.                                <li>
  3624.                                    <a href="/category/gaming/" class="footer-link footer-color">
  3625.                                        Gaming
  3626.                                    </a>
  3627.                                </li>
  3628.                                
  3629.                    </div>
  3630.                </div>
  3631.            </div>
  3632.  
  3633.        </div>
  3634.  
  3635.    </div>
  3636.  
  3637.    <!-- Footer Bottom -->
  3638.    <div class="footer-bottom  border-top py-3">
  3639.        <div class="container-fluid fluid-container">
  3640.            <div class=" d-flex justify-content-between flex-wrap">
  3641.                <div class="">
  3642.                    <p class="mb-0 footer-color  ">
  3643.                        © 2026 <span class="fw-semibold footer-color">Vision Enterprise UK</span>. All rights reserved.
  3644.                    </p>
  3645.                </div>
  3646.                <div class="">
  3647.                    <div class="footer-nav">
  3648.                        <a href="/page/write-for-us/" class="text-decoration-none   me-3">
  3649.                            <i class="bi bi-file-text me-1"></i>Write For Us
  3650.                        </a>
  3651.                        <a href="/page/terms-and-conditions/" class="text-decoration-none   me-3">
  3652.                            <i class="bi bi-file-text me-1"></i>Terms
  3653.                        </a>
  3654.                        <a href="/sitemap.xml" class="text-decoration-none  ">
  3655.                            <i class="bi bi-diagram-3 me-1"></i>Sitemap
  3656.                        </a>
  3657.                    </div>
  3658.                </div>
  3659.            </div>
  3660.        </div>
  3661.    </div>
  3662.  
  3663. </footer>
  3664.  
  3665. <style>
  3666. /* Footer V5 - Clean Minimalist Bootstrap Design */
  3667.  
  3668.  
  3669.  
  3670.  
  3671. .footer-logo {
  3672.    border-radius: 8px;
  3673. }
  3674.  
  3675. /* Footer Sections */
  3676. .footer-section {
  3677.    padding: 0 15px;
  3678. }
  3679.  
  3680. .footer-section h6 {
  3681.    position: relative;
  3682.    padding-bottom: 8px;
  3683. }
  3684.  
  3685. .footer-section h6::after {
  3686.    content: '';
  3687.    position: absolute;
  3688.    bottom: 0;
  3689.    left: 0;
  3690.    width: 30px;
  3691.    height: 2px;
  3692.    background: linear-gradient(45deg, var(--bs-primary), var(--footer-color));
  3693.    border-radius: 1px;
  3694. }
  3695.  
  3696. /* Links Styling */
  3697. .footer-links a {
  3698.    transition: all 0.3s ease;
  3699.    padding: 4px 0;
  3700.    border-radius: 4px;
  3701. }
  3702.  
  3703. .footer-links a:hover {
  3704.    color: var(--bs-primary) !important;
  3705.    padding-left: 8px;
  3706. }
  3707.  
  3708. .footer-links a:hover i {
  3709.    transform: translateX(2px);
  3710. }
  3711.  
  3712. /* Category Tags */
  3713. .category-tag {
  3714.    transition: all 0.3s ease;
  3715.    padding: 6px 12px !important;
  3716.    font-size: 0.875rem;
  3717. }
  3718.  
  3719.  
  3720.  
  3721. /* Footer Bottom */
  3722. .footer-bottom {
  3723.    backdrop-filter: blur(10px);
  3724. }
  3725.  
  3726. /* Responsive Design */
  3727. @media (max-width: 768px) {
  3728.    .footer-v5 {
  3729.        margin-top: 60px;
  3730.    }
  3731.    
  3732.    .footer-section {
  3733.        text-align:start;
  3734.        margin-bottom: 40px;
  3735.    }
  3736.    
  3737.    .footer-links a,
  3738.    .category-tags {
  3739.        justify-content:start;
  3740.    }
  3741.    
  3742.    .social-links .d-flex {
  3743.        justify-content:start;
  3744.    }
  3745. }
  3746.  
  3747. @media (max-width: 576px) {
  3748.    .footer-brand h4 {
  3749.        font-size: 1.25rem;
  3750.    }
  3751.    
  3752.    .stats-item h5 {
  3753.        font-size: 1.1rem;
  3754.    }
  3755.    
  3756.    .newsletter-form .btn {
  3757.        padding: 8px 12px;
  3758.    }
  3759. }
  3760.  
  3761. /* Animation Classes */
  3762. .fade-in {
  3763.    animation: fadeIn 0.6s ease-in;
  3764. }
  3765.  
  3766. @keyframes fadeIn {
  3767.    from { opacity: 0; transform: translateY(20px); }
  3768.    to { opacity: 1; transform: translateY(0); }
  3769. }
  3770.  
  3771. /* Loading State */
  3772. .loading {
  3773.    pointer-events: none;
  3774.    opacity: 0.7;
  3775. }
  3776.  
  3777. .loading .btn {
  3778.    position: relative;
  3779. }
  3780.  
  3781. .loading .btn::after {
  3782.    content: '';
  3783.    position: absolute;
  3784.    top: 50%;
  3785.    left: 50%;
  3786.    width: 16px;
  3787.    height: 16px;
  3788.    margin: -8px 0 0 -8px;
  3789.    border: 2px solid transparent;
  3790.    border-top-color: currentColor;
  3791.    border-radius: 50%;
  3792.    animation: spin 1s linear infinite;
  3793. }
  3794.  
  3795. @keyframes spin {
  3796.    to { transform: rotate(360deg); }
  3797. }
  3798.  
  3799. /* Utility Classes */
  3800. .text-gradient {
  3801.    background: linear-gradient(45deg, var(--bs-primary), var(--bs-success));
  3802.    -webkit-background-clip: text;
  3803.    -webkit-text-fill-color: transparent;
  3804.    background-clip: text;
  3805. }
  3806.  
  3807. .hover-lift {
  3808.    transition: transform 0.3s ease;
  3809. }
  3810.  
  3811. .hover-lift:hover {
  3812.    transform: translateY(-2px);
  3813. }
  3814. </style>
  3815.  
  3816.  
  3817. <script>
  3818. document.addEventListener('DOMContentLoaded', function() {
  3819.    
  3820.    // Initialize Bootstrap tooltips
  3821.    const tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'));
  3822.    tooltipTriggerList.map(function (tooltipTriggerEl) {
  3823.        return new bootstrap.Tooltip(tooltipTriggerEl);
  3824.    });
  3825.  
  3826.    // Newsletter form handling
  3827.    const newsletterForm = document.querySelector('.newsletter-form');
  3828.    if (newsletterForm) {
  3829.        newsletterForm.addEventListener('submit', function(e) {
  3830.            e.preventDefault();
  3831.            
  3832.            const email = this.querySelector('input[name="email"]').value.trim();
  3833.            const submitBtn = this.querySelector('button[type="submit"]');
  3834.            const originalContent = submitBtn.innerHTML;
  3835.            
  3836.            // Validate email
  3837.            if (!email || !isValidEmail(email)) {
  3838.                showToast('Please enter a valid email address', 'error');
  3839.                return;
  3840.            }
  3841.            
  3842.            // Show loading state
  3843.            this.classList.add('loading');
  3844.            submitBtn.innerHTML = '<span class="spinner-border spinner-border-sm me-1"></span>Subscribing...';
  3845.            submitBtn.disabled = true;
  3846.            
  3847.            // Simulate API call
  3848.            setTimeout(() => {
  3849.                // Success state
  3850.                submitBtn.innerHTML = '<i class="bi bi-check-lg me-1"></i>Subscribed!';
  3851.                submitBtn.classList.remove('btn-primary');
  3852.                submitBtn.classList.add('btn-success');
  3853.                
  3854.                showToast('Successfully subscribed to newsletter!', 'success');
  3855.                
  3856.                // Reset form
  3857.                setTimeout(() => {
  3858.                    this.classList.remove('loading');
  3859.                    submitBtn.innerHTML = originalContent;
  3860.                    submitBtn.classList.remove('btn-success');
  3861.                    submitBtn.classList.add('btn-primary');
  3862.                    submitBtn.disabled = false;
  3863.                    this.reset();
  3864.                }, 2000);
  3865.                
  3866.            }, 1500);
  3867.        });
  3868.    }
  3869.    
  3870.    // Email validation function
  3871.    function isValidEmail(email) {
  3872.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  3873.        return emailRegex.test(email);
  3874.    }
  3875.    
  3876.    // Toast notification function
  3877.    function showToast(message, type = 'info') {
  3878.        // Remove existing toasts
  3879.        const existingToasts = document.querySelectorAll('.custom-toast');
  3880.        existingToasts.forEach(toast => toast.remove());
  3881.        
  3882.        // Create toast
  3883.        const toast = document.createElement('div');
  3884.        toast.className = `custom-toast position-fixed top-0 end-0 m-3 alert alert-${type === 'error' ? 'danger' : type} alert-dismissible fade show`;
  3885.        toast.style.zIndex = '9999';
  3886.        toast.innerHTML = `
  3887.            <div class="d-flex align-items-center">
  3888.                <i class="bi bi-${type === 'success' ? 'check-circle-fill' : type === 'error' ? 'exclamation-triangle-fill' : 'info-circle-fill'} me-2"></i>
  3889.                <span>${message}</span>
  3890.                <button type="button" class="btn-close" data-bs-dismiss="alert"></button>
  3891.            </div>
  3892.        `;
  3893.        
  3894.        document.body.appendChild(toast);
  3895.        
  3896.        // Auto remove after 4 seconds
  3897.        setTimeout(() => {
  3898.            if (toast && toast.parentNode) {
  3899.                toast.remove();
  3900.            }
  3901.        }, 4000);
  3902.    }
  3903.    
  3904.    // Smooth scroll for internal links
  3905.    document.querySelectorAll('a[href^="#"]').forEach(anchor => {
  3906.        anchor.addEventListener('click', function(e) {
  3907.            e.preventDefault();
  3908.            const target = document.querySelector(this.getAttribute('href'));
  3909.            if (target) {
  3910.                target.scrollIntoView({
  3911.                    behavior: 'smooth',
  3912.                    block: 'start'
  3913.                });
  3914.            }
  3915.        });
  3916.    });
  3917.    
  3918.    // Add fade-in animation to footer sections on scroll
  3919.    const observerOptions = {
  3920.        threshold: 0.1,
  3921.        rootMargin: '0px 0px -50px 0px'
  3922.    };
  3923.    
  3924.    const sectionObserver = new IntersectionObserver((entries) => {
  3925.        entries.forEach(entry => {
  3926.            if (entry.isIntersecting) {
  3927.                entry.target.classList.add('fade-in');
  3928.            }
  3929.        });
  3930.    }, observerOptions);
  3931.    
  3932.    // Observe footer sections
  3933.    document.querySelectorAll('.footer-section, .stats-item').forEach(section => {
  3934.        sectionObserver.observe(section);
  3935.    });
  3936.    
  3937.    // Enhanced hover effects for category tags
  3938.    document.querySelectorAll('.category-tag').forEach(tag => {
  3939.        tag.addEventListener('mouseenter', function() {
  3940.            this.style.transform = 'translateY(-2px) scale(1.02)';
  3941.        });
  3942.        
  3943.        tag.addEventListener('mouseleave', function() {
  3944.            this.style.transform = 'translateY(0) scale(1)';
  3945.        });
  3946.    });
  3947.    
  3948.    // Prevent default for demo links
  3949.    document.querySelectorAll('a[href="#"]').forEach(link => {
  3950.        link.addEventListener('click', function(e) {
  3951.            e.preventDefault();
  3952.        });
  3953.    });
  3954.    
  3955.    // Add click ripple effect to buttons
  3956.    document.querySelectorAll('.btn').forEach(btn => {
  3957.        btn.addEventListener('click', function(e) {
  3958.            const ripple = document.createElement('span');
  3959.            const rect = this.getBoundingClientRect();
  3960.            const size = Math.max(rect.width, rect.height);
  3961.            const x = e.clientX - rect.left - size / 2;
  3962.            const y = e.clientY - rect.top - size / 2;
  3963.            
  3964.            ripple.style.cssText = `
  3965.                position: absolute;
  3966.                left: ${x}px;
  3967.                top: ${y}px;
  3968.                width: ${size}px;
  3969.                height: ${size}px;
  3970.                border-radius: 50%;
  3971.                background: rgba(255, 255, 255, 0.4);
  3972.                transform: scale(0);
  3973.                animation: ripple-effect 0.6s linear;
  3974.                pointer-events: none;
  3975.            `;
  3976.            
  3977.            this.style.position = 'relative';
  3978.            this.style.overflow = 'hidden';
  3979.            this.appendChild(ripple);
  3980.            
  3981.            setTimeout(() => ripple.remove(), 600);
  3982.        });
  3983.    });
  3984.    
  3985. });
  3986.  
  3987. // Add ripple animation CSS
  3988. const rippleCSS = document.createElement('style');
  3989. rippleCSS.textContent = `
  3990.    @keyframes ripple-effect {
  3991.        to {
  3992.            transform: scale(4);
  3993.            opacity: 0;
  3994.        }
  3995.    }
  3996. `;
  3997. document.head.appendChild(rippleCSS);
  3998.  
  3999. document.addEventListener('DOMContentLoaded', function () {
  4000.    var btn = document.getElementById('toggleFooterLinks');
  4001.    if (!btn) return; // No extra links, no button
  4002.  
  4003.    var extras = document.querySelectorAll('#footerLinks li.extra');
  4004.  
  4005.    btn.addEventListener('click', function () {
  4006.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4007.            return li.classList.contains('d-none');
  4008.        });
  4009.  
  4010.        extras.forEach(function (li) {
  4011.            if (anyHidden) {
  4012.                li.classList.remove('d-none');
  4013.                li.classList.add('show');
  4014.            } else {
  4015.                li.classList.add('d-none');
  4016.                li.classList.remove('show');
  4017.            }
  4018.        });
  4019.  
  4020.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4021.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4022.    });
  4023. });
  4024.  
  4025. </script>
  4026.  
  4027.        <!-- end of wpo-site-footer-section -->
  4028.    </div>
  4029.    <!-- end of page-wrapper -->
  4030.  
  4031.    <!-- All JavaScript files
  4032.    ================================================== -->
  4033.    
  4034.  
  4035. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4036. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4037. <!-- Plugins for this template -->
  4038. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4039. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4040. <!-- Custom script for this template -->
  4041. <script src="/static/blogapp/assets/js/script.js"></script>
  4042.  
  4043. <script>
  4044. (function () {
  4045. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4046. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4047.  
  4048. function applyFallback(img) {
  4049. if (!img || img.dataset.fallbackApplied === "1") {
  4050. return;
  4051. }
  4052. var failedSrc = img.currentSrc || img.src || "";
  4053. img.dataset.fallbackApplied = "1";
  4054. img.onerror = null;
  4055. img.src = fallbackImageSrc;
  4056. console.warn("[ImageFallback] Replaced broken image:", {
  4057. failedSrc: failedSrc,
  4058. fallbackSrc: fallbackImageSrc,
  4059. alt: img.alt || "",
  4060. });
  4061. }
  4062.  
  4063. document.querySelectorAll("img").forEach(function (img) {
  4064. if (img.complete && img.naturalWidth === 0) {
  4065. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4066. failedSrc: img.currentSrc || img.src || "",
  4067. alt: img.alt || "",
  4068. });
  4069. applyFallback(img);
  4070. }
  4071. });
  4072.  
  4073. document.addEventListener(
  4074. "error",
  4075. function (event) {
  4076. var target = event.target;
  4077. if (target && target.tagName === "IMG") {
  4078. applyFallback(target);
  4079. }
  4080. },
  4081. true
  4082. );
  4083. })();
  4084. </script>
  4085.  
  4086. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4087.  
  4088.  
  4089.  
  4090. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"50a2901f8ae04d48a467698754f4bbd0","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4091. </body>
  4092.  
  4093. </html>
  4094.  
  4095.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda