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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="fira">
  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_93_Ex7WbWF_DEokZ7c_9tdxImz_UnMcyHE.png">
  14.    
  15.  
  16.    <title>VortexPrime UK: Tech Insights, Reviews &amp; Digital Innovation Guide</title>
  17.    <meta name="description" content="Explore cutting-edge technology reviews, digital innovation insights, and expert guides on software and hardware trends from the UK&#x27;s tech community hub.">
  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://vortexprime.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #f472b6;
  42.        --bs-primary-rgb: f472b6;
  43.        --bs-secondary: #94a3b8;
  44.        --bs-success: #34d399;
  45.        --bs-danger: #f87171;
  46.        --bs-warning: #fbbf24;
  47.        --bs-info: #60a5fa;
  48.        --bs-light: #f1f5f9;
  49.        --bs-dark: #1e293b;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #f472b6;
  53.        --theme-primary-color-s2: #f472b6;
  54.        --body-bg-color: #0f172a;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #f1f5f9;
  57.        --text-light-color: #676767;
  58.        --heading-color: #f1f5f9;
  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: #f1f5f9;
  76.        --topbar-bg: #0f172a;
  77.        --topbar-color: #f1f5f9;
  78.        --footer-bg: #1e293b;
  79.        --footer-color: #f1f5f9;
  80.        --card-bg: rgba(30, 41, 59, 0.8);
  81.        --card-border: #475569;
  82.        --card-radius: 12px;
  83.        --link-color: #f472b6;
  84.        --link-hover: #ec4899;
  85.        --blog-color: #f1f5f9;
  86.        --blog-bg: rgba(244, 114, 182, 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_59">
  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. <div class="top-bg">
  407.    <div class="unique-topbar d-sm-flex d-none container-fluid fluid-container">
  408.        <button class="unique-menu-btn bg-primary-gradient">Latest Update</button>        
  409.        
  410.        <div class="unique-news-container">
  411.            <div class="unique-news-wrapper" id="newsWrapper">
  412.                <!-- News items injected via JS -->
  413.            </div>
  414.        </div>
  415.    
  416.        <div class="contact-info">
  417.            <ul class="d-flex list-unstyled gap-3 pe-3 flex-wrap">
  418.                <li><a href="#"><i class="top-color ti-facebook"></i></a></li>
  419.                <li><a href="#"><i class="top-color ti-twitter-alt"></i></a></li>
  420.                <li><a href="#"><i class="top-color ti-instagram"></i></a></li>
  421.                <li><a href="#"><i class="top-color ti-google"></i></a></li>
  422.            </ul>
  423.        </div>
  424.    </div>
  425. </div>
  426.  
  427. <script>
  428.    // Build array dynamically from Django context
  429.    const newsItems = [
  430.        
  431.            { title: "Shocking Discovery: Remains of Missing Mother and Child Located in Freezing Units in Austria", url: "/shocking-discovery-remains-of-missing-mother-and-child-located-in-freezing-units-in-austria/" },
  432.        
  433.            { title: "The Music Streaming Giant\u0027s Wrapped: Release Timeline plus Your Burning Questions Answered", url: "/the-music-streaming-giants-wrapped-release-timeline-plus-your-burning-questions-answered/" },
  434.        
  435.            { title: "Smooth Conclusion to Messi\u0027s India Tour Following Kolkata Chaos", url: "/smooth-conclusion-to-messis-india-tour-following-kolkata-chaos/" },
  436.        
  437.            { title: "Brian Harris Obituary: An Existence Through the Lens", url: "/brian-harris-obituary-an-existence-through-the-lens/" },
  438.        
  439.            { title: "Metropolitan Museum Faces Legal Challenge Over Reportedly Nazi\u002DStolen Van Gogh Masterpiece", url: "/metropolitan-museum-faces-legal-challenge-over-reportedly-nazi-stolen-van-gogh-masterpiece/" }
  440.        
  441.    ];
  442.  
  443.    let currentNewsIndex = 0;
  444.    const newsWrapper = document.getElementById('newsWrapper');
  445.    let newsElements = [];
  446.  
  447.    // Create news elements dynamically with links
  448.    function createNewsElements() {
  449.        newsItems.forEach((news, index) => {
  450.            const newsElement = document.createElement('div');
  451.            newsElement.className = 'unique-news-item';
  452.            newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  453.            newsWrapper.appendChild(newsElement);
  454.            newsElements.push(newsElement);
  455.        });
  456.  
  457.        if (newsElements.length > 0) {
  458.            newsElements[0].classList.add('active');
  459.        }
  460.    }
  461.  
  462.    function changeNews() {
  463.        const currentElement = newsElements[currentNewsIndex];
  464.        const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  465.        const nextElement = newsElements[nextIndex];
  466.  
  467.        currentElement.classList.remove('active');
  468.        currentElement.classList.add('exit-up');
  469.  
  470.        setTimeout(() => {
  471.            nextElement.classList.add('active');
  472.            currentNewsIndex = nextIndex;
  473.  
  474.            setTimeout(() => {
  475.                currentElement.classList.remove('exit-up');
  476.            }, 100);
  477.        }, 250);
  478.    }
  479.  
  480.    function startNewsRotation() {
  481.        setInterval(changeNews, 5000);
  482.    }
  483.  
  484.    window.onload = function() {
  485.        createNewsElements();
  486.        startNewsRotation();
  487.    };
  488. </script>
  489.  
  490.  
  491.  
  492.            
  493.  
  494.  
  495.  
  496.  
  497.  
  498.  
  499. <header class="custom-header mb-4">
  500.    <!-- Logo Section - Top Centered -->
  501.    <div class="logo-container">
  502.        <div class="container-fluid fluid-container">
  503.            <a class="brand-link" href="/">
  504.                
  505.                    VortexPrime UK
  506.                
  507.            </a>
  508.        </div>
  509.    </div>
  510.  
  511.    <!-- Navigation Section -->
  512.    <div class="navigation-container">
  513.        <div class="container-fluid fluid-container">
  514.            <div class="nav-content">
  515.                <!-- Mobile toggle button -->
  516.                <button class="mobile-nav-toggle" type="button" onclick="toggleNav()">
  517.                    <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  518.                        <line x1="3" y1="6" x2="21" y2="6"></line>
  519.                        <line x1="3" y1="12" x2="21" y2="12"></line>
  520.                        <line x1="3" y1="18" x2="21" y2="18"></line>
  521.                    </svg>
  522.                </button>
  523.  
  524.                <!-- Navigation Links - Left Side -->
  525.                <nav class="primary-nav navbar navbar-expand-lg">
  526.                    <ul class="navbar-nav align-items-center me-auto mb-2 mb-lg-0">
  527.  
  528.                        
  529.                        <li class="nav-item">
  530.                            <a href="/" class="nav-link active">HOME</a>
  531.                        </li>
  532.                        
  533.                        
  534.                         <li class="nav-item">
  535.                            <a href="/category/all-posts/" class="nav-link">
  536.                                ALL POSTS
  537.                            </a>
  538.                            </li>
  539.  
  540.                            
  541.  
  542.                                    
  543.                                    
  544.                            
  545.                         <li class="nav-item">
  546.                            <a href="/category/business/" class="nav-link">
  547.                                BUSINESS
  548.                            </a>
  549.                            </li>
  550.  
  551.                            
  552.  
  553.                                    
  554.                                    
  555.                            
  556.                         <li class="nav-item">
  557.                            <a href="/category/esports/" class="nav-link">
  558.                                ESPORTS
  559.                            </a>
  560.                            </li>
  561.  
  562.                            
  563.  
  564.                                    
  565.                                    
  566.                            
  567.                         <li class="nav-item">
  568.                            <a href="/category/fashion/" class="nav-link">
  569.                                FASHION
  570.                            </a>
  571.                            </li>
  572.  
  573.                            
  574.  
  575.                                    
  576.                                    
  577.                            
  578.                         <li class="nav-item">
  579.                            <a href="/category/featured/" class="nav-link">
  580.                                FEATURED
  581.                            </a>
  582.                            </li>
  583.  
  584.                            
  585.  
  586.                                    
  587.                                    
  588.                            
  589.                        
  590.                            
  591.                            <li class="nav-item dropdown">
  592.                                <a class="nav-link dropdown-toggle" href="#" id="moreDropdown" role="button"
  593.                                    data-bs-toggle="dropdown" aria-expanded="false">
  594.                                    More
  595.                                </a>
  596.                                <ul class="dropdown-menu" aria-labelledby="moreDropdown">
  597.                                    <li>
  598.                                        <a class="dropdown-item"
  599.                                            href="/category/gaming/">
  600.                                            GAMING
  601.                                        </a>
  602.                                    </li>
  603.  
  604.                                    
  605.  
  606.                                    
  607.                                    
  608.                            
  609.                        
  610.                                    <li>
  611.                                        <a class="dropdown-item"
  612.                                            href="/category/health/">
  613.                                            HEALTH
  614.                                        </a>
  615.                                    </li>
  616.                                    
  617.  
  618.                                    
  619.                                    
  620.                            
  621.                        
  622.                                    <li>
  623.                                        <a class="dropdown-item"
  624.                                            href="/category/life-fitness/">
  625.                                            LIFE &amp; FITNESS
  626.                                        </a>
  627.                                    </li>
  628.                                    
  629.  
  630.                                    
  631.                                    
  632.                            
  633.                        
  634.                                    <li>
  635.                                        <a class="dropdown-item"
  636.                                            href="/category/lifestyle/">
  637.                                            LIFESTYLE
  638.                                        </a>
  639.                                    </li>
  640.                                    
  641.  
  642.                                    
  643.                                    
  644.                            
  645.                        
  646.                                    <li>
  647.                                        <a class="dropdown-item"
  648.                                            href="/category/news/">
  649.                                            NEWS
  650.                                        </a>
  651.                                    </li>
  652.                                    
  653.  
  654.                                    
  655.                                    
  656.                            
  657.                        
  658.                                    <li>
  659.                                        <a class="dropdown-item"
  660.                                            href="/category/others/">
  661.                                            OTHERS
  662.                                        </a>
  663.                                    </li>
  664.                                    
  665.  
  666.                                    
  667.                                    
  668.                            
  669.                        
  670.                                    <li>
  671.                                        <a class="dropdown-item"
  672.                                            href="/category/politics/">
  673.                                            POLITICS
  674.                                        </a>
  675.                                    </li>
  676.                                    
  677.  
  678.                                    
  679.                                    
  680.                            
  681.                        
  682.                                    <li>
  683.                                        <a class="dropdown-item"
  684.                                            href="/category/sports/">
  685.                                            SPORTS
  686.                                        </a>
  687.                                    </li>
  688.                                    
  689.  
  690.                                    
  691.                                    
  692.                            
  693.                        
  694.                                    <li>
  695.                                        <a class="dropdown-item"
  696.                                            href="/category/tech/">
  697.                                            TECH
  698.                                        </a>
  699.                                    </li>
  700.                                    
  701.  
  702.                                    
  703.                                    
  704.                            
  705.                        
  706.                                    <li>
  707.                                        <a class="dropdown-item"
  708.                                            href="/category/travel/">
  709.                                            TRAVEL
  710.                                        </a>
  711.                                    </li>
  712.                                    
  713.  
  714.                                    
  715.                                    
  716.                                </ul>
  717.                            </li>
  718.                            
  719.                            
  720. <li>
  721.                  <a href="/page/contact-us/">
  722.                     Contact Us
  723.                  </a>
  724.              </li>
  725.                    </ul>
  726.                </nav>
  727.  
  728.  
  729.                <!-- Search - Right Side -->
  730.                <div class="search-wrapper">
  731.                    <input type="search" class="search-input-field" placeholder="Search...">
  732.                    <!-- <button class="search-submit-btn" type="submit">
  733.                        <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  734.                            stroke-width="2">
  735.                            <circle cx="11" cy="11" r="8"></circle>
  736.                            <path d="m21 21-4.35-4.35"></path>
  737.                        </svg>
  738.                    </button> -->
  739.                        <!-- The search results will be displayed here -->
  740.          <div id="search-results" class="search-results-container search-v1"></div>
  741.                </div>
  742.            </div>
  743.        </div>
  744.    </div>
  745. </header>
  746.  
  747.  
  748. <script>
  749.    function toggleNav() {
  750.        const nav = document.getElementById('primaryNav');
  751.        const toggle = document.querySelector('.mobile-nav-toggle');
  752.  
  753.        nav.classList.toggle('show');
  754.        toggle.classList.toggle('active');
  755.    }
  756.  
  757.    // Close nav when clicking outside
  758.    document.addEventListener('click', function (event) {
  759.        const nav = document.getElementById('primaryNav');
  760.        const toggle = document.querySelector('.mobile-nav-toggle');
  761.  
  762.        if (!nav.contains(event.target) && !toggle.contains(event.target)) {
  763.            nav.classList.remove('show');
  764.            toggle.classList.remove('active');
  765.        }
  766.    });
  767.  
  768.    // Close nav when window is resized to desktop
  769.    window.addEventListener('resize', function () {
  770.        if (window.innerWidth > 768) {
  771.            document.getElementById('primaryNav').classList.remove('show');
  772.            document.querySelector('.mobile-nav-toggle').classList.remove('active');
  773.        }
  774.    });
  775.  
  776. </script>
  777.  
  778. <style>
  779.    .custom-header {
  780.        background: var(--navbar-bg);
  781.        border-bottom: 1px solid var(--border-color);
  782.        position: sticky;
  783.        top: 0;
  784.        z-index: 1000;
  785.        padding: 0px 10px;
  786.    }
  787.  
  788.    /* Logo Section - Top Centered */
  789.    .logo-container {
  790.        text-align: center;
  791.        padding: 10px 0;
  792.        background: var(--navbar-bg);
  793.        border-bottom: 1px solid var(--border-color);
  794.    }
  795.  
  796.    .brand-link {
  797.        display: inline-flex;
  798.        align-items: center;
  799.        text-decoration: none;
  800.    }
  801.  
  802.    .brand-link img {
  803.        height: 100px;
  804.        width: auto;
  805.    }
  806.  
  807.    /* Navigation Section */
  808.    .navigation-container {
  809.        background: var(--navbar-bg);
  810.        padding: 0;
  811.    }
  812.  
  813.    .nav-content {
  814.        display: flex;
  815.        align-items: center;
  816.        justify-content: space-between;
  817.        min-height: 60px;
  818.        position: relative;
  819.    }
  820.  
  821.    /* Mobile toggle button */
  822.    .mobile-nav-toggle {
  823.        display: none;
  824.        background: var(--navbar-bg);
  825.        border: 2px solid var(--bs-primary);
  826.        color: var(--navbar-color);
  827.        padding: 8px;
  828.        border-radius: 12px;
  829.        cursor: pointer;
  830.        transition: all 0.3s ease;
  831.    }
  832.  
  833.    .mobile-nav-toggle:hover {
  834.        background: var(--bs-primary);
  835.        color: var(--link-color) !important;
  836.    }
  837.  
  838.    /* Navigation Links - Left Side */
  839.    .primary-nav {
  840.        flex: 1;
  841.    }
  842.  
  843.    .nav-links-list {
  844.        display: flex;
  845.        list-style: none;
  846.        margin: 0;
  847.        padding: 0;
  848.        gap: 5px;
  849.        align-items: center;
  850.    }
  851.  
  852.    .nav-item {
  853.        display: block;
  854.        padding: 8px 16px;
  855.        color: #333;
  856.        text-decoration: none;
  857.        font-weight: 500;
  858.        font-size: 14px;
  859.        text-transform: uppercase;
  860.        letter-spacing: 0.5px;
  861.        border-radius: 12px;
  862.        transition: all 0.3s ease;
  863.        white-space: nowrap;
  864.    }
  865.  
  866.    .nav-item:hover {
  867.        background: rgba(0, 123, 255, 0.19);
  868.        color: var(--navbar-color);
  869.    }
  870.  
  871.    .nav-item.active {
  872.        background: var(--bs-primary);
  873.        color: var(--link-color) !important;
  874.        box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
  875.    }
  876.  
  877.    /* Search Container - Right Side */
  878.    .search-wrapper {
  879.        display: flex;
  880.        align-items: center;
  881.        gap: 8px;
  882.    }
  883.  
  884.    .search-input-field {
  885.        padding: 12px 18px;
  886.        border: 2px solid var(--border-color);
  887.        border-radius: 12px;
  888.        background: var(--navbar-bg);
  889.        color: var(--navbar-color);
  890.        font-size: 14px;
  891.        width: 250px;
  892.        transition: all 0.3s ease;
  893.    }
  894.  
  895.    .search-input-field::placeholder {
  896.        color: #6c757d;
  897.    }
  898.  
  899.    .search-input-field:focus {
  900.        outline: none;
  901.        background: white;
  902.        border-color: var(--bs-primary);
  903.        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  904.    }
  905.  
  906.    .search-submit-btn {
  907.        background: var(--bs-primary);
  908.        border: none;
  909.        color: white;
  910.        padding: 12px;
  911.        border-radius: 12px;
  912.        cursor: pointer;
  913.        transition: all 0.3s ease;
  914.        display: flex;
  915.        align-items: center;
  916.        justify-content: center;
  917.    }
  918.  
  919.    .search-submit-btn:hover {
  920.        transform: scale(1.05);
  921.        opacity: 0.7;
  922.    }
  923.  
  924.    /* Tablet responsiveness */
  925.    @media (max-width: 1200px) {
  926.        .nav-item {
  927.            font-size: 13px;
  928.        }
  929.  
  930.        .search-input-field {
  931.            width: 220px;
  932.        }
  933.    }
  934.  
  935.    @media (max-width: 1024px) {
  936.        .nav-item {
  937.            font-size: 13px;
  938.        }
  939.  
  940.        .search-input-field {
  941.            width: 200px;
  942.        }
  943.    }
  944.  
  945.    @media (max-width: 900px) {
  946.        .nav-item {
  947.            font-size: 12px;
  948.        }
  949.  
  950.        .search-input-field {
  951.            width: 180px;
  952.        }
  953.    }
  954.  
  955.    /* Mobile responsiveness */
  956.    @media (max-width: 768px) {
  957.        .container-fluid {
  958.            padding: 0 15px;
  959.        }
  960.  
  961.        .logo-container {
  962.            padding: 15px 0;
  963.        }
  964.  
  965.        .brand-link img {
  966.            height: 40px;
  967.        }
  968.  
  969.        /* Show mobile toggle */
  970.        .mobile-nav-toggle {
  971.            display: block;
  972.        }
  973.  
  974.        .nav-content {
  975.            min-height: 50px;
  976.            padding: 10px 0;
  977.        }
  978.  
  979.        /* Hide navigation on mobile by default */
  980.        .primary-nav {
  981.            position: absolute;
  982.            top: 100%;
  983.            left: 0;
  984.            right: 0;
  985.            background: var(--navbar-bg);
  986.            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  987.            border-radius: 0 0 10px 10px;
  988.            transform: translateY(-100%);
  989.            opacity: 0;
  990.            visibility: hidden;
  991.            transition: all 0.3s ease;
  992.            z-index: 999;
  993.        }
  994.  
  995.        /* Show navigation when toggled */
  996.        .primary-nav.show {
  997.            transform: translateY(0);
  998.            opacity: 1;
  999.            visibility: visible;
  1000.        }
  1001.  
  1002.        .nav-links-list {
  1003.            flex-direction: column;
  1004.            gap: 0;
  1005.            padding: 15px 0;
  1006.        }
  1007.  
  1008.        .nav-item {
  1009.            border-bottom: 1px solid #eee;
  1010.            text-align: left;
  1011.            border-radius: 0;
  1012.            width: 100%;
  1013.        }
  1014.  
  1015.        .nav-item:last-child {
  1016.            border-bottom: none;
  1017.        }
  1018.  
  1019.        /* Search stays visible on mobile - right side */
  1020.        .search-wrapper {
  1021.            margin-left: auto;
  1022.        }
  1023.  
  1024.        .search-input-field {
  1025.            width: 160px;
  1026.            padding: 10px 15px;
  1027.            font-size: 13px;
  1028.        }
  1029.  
  1030.        .search-submit-btn {
  1031.            padding: 10px;
  1032.        }
  1033.    }
  1034.  
  1035.    @media (max-width: 576px) {
  1036.        .logo-container {
  1037.            padding: 12px 0;
  1038.        }
  1039.  
  1040.        .brand-link img {
  1041.            height: 35px;
  1042.        }
  1043.  
  1044.        .search-input-field {
  1045.            width: 140px;
  1046.            font-size: 12px;
  1047.        }
  1048.  
  1049.        .nav-content {
  1050.            gap: 10px;
  1051.        }
  1052.    }
  1053.  
  1054.    @media (max-width: 480px) {
  1055.        .container-fluid {
  1056.            padding: 0 10px;
  1057.        }
  1058.  
  1059.        .search-input-field {
  1060.            width: 120px;
  1061.        }
  1062.  
  1063.        .mobile-nav-toggle {
  1064.            padding: 6px;
  1065.        }
  1066.  
  1067.        .nav-item {
  1068.            font-size: 13px;
  1069.        }
  1070.    }
  1071.  
  1072.    @media (max-width: 400px) {
  1073.        .search-input-field {
  1074.            width: 100px;
  1075.            font-size: 11px;
  1076.            padding: 8px 12px;
  1077.        }
  1078.  
  1079.        .search-submit-btn {
  1080.            padding: 8px;
  1081.        }
  1082.  
  1083.        .search-submit-btn svg {
  1084.            width: 14px;
  1085.            height: 14px;
  1086.        }
  1087.    }
  1088.  
  1089.      /* search field */
  1090.  .search-results-container {
  1091.  position: absolute;
  1092.  top: 100%; /* Position it below the input field */
  1093.  left: 0;
  1094.  right: 0;
  1095.  background-color: white;
  1096.  border: 1px solid #ddd;
  1097.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1098.  max-height: 300px;
  1099.  overflow-y: auto;
  1100.  z-index: 1000;
  1101.  display: none; /* Initially hidden */
  1102. }
  1103.  
  1104. .search-results-container p {
  1105.  margin: 0;
  1106. }
  1107.  
  1108. .search-results-container .result-item {
  1109.  padding: 10px;
  1110.  cursor: pointer;
  1111. }
  1112.  
  1113. .search-results-container .result-item:hover {
  1114.  background-color: #f0f0f0;
  1115. }
  1116.  
  1117. </style>
  1118.  
  1119. <script>
  1120.  document.addEventListener("DOMContentLoaded", function () {
  1121.    const searchInput = document.querySelector(".search-input-field");
  1122.    const searchResults = document.getElementById("search-results");
  1123.  
  1124.    if (!searchInput || !searchResults) return; // Safety check
  1125.  
  1126.    // 🔍 Handle typing
  1127.    searchInput.addEventListener("keyup", function (e) {
  1128.      e.preventDefault();
  1129.  
  1130.      const query = searchInput.value.trim();
  1131.  
  1132.      if (query === "") {
  1133.        searchResults.innerHTML = "";
  1134.        searchResults.style.display = "none";
  1135.        return;
  1136.      }
  1137.  
  1138.      searchResults.style.display = "block";
  1139.  
  1140.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1141.        method: "GET",
  1142.        headers: {
  1143.          "X-Requested-With": "XMLHttpRequest",
  1144.        },
  1145.      })
  1146.        .then(response => response.json())
  1147.        .then(data => {
  1148.          if (data.html) {
  1149.            searchResults.innerHTML = data.html;
  1150.          } else {
  1151.            searchResults.innerHTML = "<p>No results found.</p>";
  1152.          }
  1153.        })
  1154.        .catch(error => {
  1155.          console.error("Error fetching search results:", error);
  1156.        });
  1157.    });
  1158.  
  1159.    // 🖱️ Close results when clicking outside
  1160.    document.addEventListener("click", function (e) {
  1161.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1162.        searchResults.style.display = "none";
  1163.      }
  1164.    });
  1165.  
  1166.    // ⌨️ Close results when pressing Escape
  1167.    document.addEventListener("keydown", function (e) {
  1168.      if (e.key === "Escape") {
  1169.        searchResults.style.display = "none";
  1170.      }
  1171.    });
  1172.  });
  1173. </script>
  1174.  
  1175.        </header>
  1176.        <!-- end of header -->
  1177.        <!-- start of wpo-blog-hero -->
  1178.        
  1179.  
  1180.  
  1181.  
  1182.  
  1183.  
  1184.  
  1185.  
  1186. <div class="blog-hero-v3 pt-3">
  1187.    <div class="container-fluid fluid-container">
  1188.        <div class="row g-4">
  1189.            
  1190.            
  1191.              
  1192.            <!-- Left Column -->
  1193.            <div class="col-lg-4 col-md-6">
  1194.                <div class="magazine-card tall-card h-100">
  1195.                    <div class="card-image">
  1196.                        
  1197.                            <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1198.                        
  1199.                        <div class="image-overlay"></div>
  1200.                    </div>
  1201.                    <div class="card-content">
  1202.                        <div class="category-pill bg-primary-gradient">News</div>
  1203.                        <h2> <a href="/us-congressman-calls-on-former-prince-andrew-to-provide-testimony-in-jeffrey-epstein-inquiry/">
  1204.                                        US Congressman Calls On Former Prince Andrew to Provide Testimony in Jeffrey Epstein Inquiry
  1205.                                    </a></h2>
  1206.                        <p></p>
  1207.                        <div class="author-section">
  1208.                            
  1209.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Andrew Burke" class="author-img">
  1210.                            
  1211.                            <div class="author-details">
  1212.                                <span class="author-name">Andrew Burke</span>
  1213.                                <span class="publish-date">12 May 2026</span>
  1214.                            </div>
  1215.                        </div>
  1216.                    </div>
  1217.                </div>
  1218.            </div>
  1219.  
  1220.            
  1221.            
  1222.  
  1223.            <!-- Center Column -->
  1224.            <div class="col-lg-4 col-md-6">
  1225.                <div class="row g-4">
  1226.                    
  1227.                    <div class="col-12">
  1228.                        <div class="magazine-card square-card">
  1229.                            <div class="card-image">
  1230.                            
  1231.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1232.                                    class="img img-responsive" style="object-fit: cover;" alt="">
  1233.                            
  1234.                                <div class="floating-category bg-primary-gradient">News</div>
  1235.                            </div>
  1236.                            <div class="card-content compact">
  1237.                                <h3> <a href="/bahrain-to-present-case-at-british-highest-court-over-state-immunity-in-surveillance-allegations/" >
  1238.                                        Bahrain to Present Case at British Highest Court Over State Immunity in Surveillance Allegations
  1239.                                    </a></h3>
  1240.                                    
  1241.                                <div class="mini-meta">
  1242.                                    <span>By Andrew Burke</span>
  1243.                                    <span class="date-dot">• 12 May 2026</span>
  1244.                                </div>
  1245.                            </div>
  1246.                        </div>
  1247.                    </div>
  1248.                    
  1249.                    <div class="col-12">
  1250.                        <div class="magazine-card square-card">
  1251.                            <div class="card-image">
  1252.                            
  1253.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1254.                                    class="img img-responsive" style="object-fit: cover;" alt="">
  1255.                            
  1256.                                <div class="floating-category bg-primary-gradient">News</div>
  1257.                            </div>
  1258.                            <div class="card-content compact">
  1259.                                <h3> <a href="/james-cameron-clarifies-ai-doesnt-produce-the-avatar-series/" >
  1260.                                        James Cameron Clarifies: ‘AI Doesn’t Produce the Avatar Series’
  1261.                                    </a></h3>
  1262.                                    
  1263.                                <div class="mini-meta">
  1264.                                    <span>By Andrew Burke</span>
  1265.                                    <span class="date-dot">• 11 May 2026</span>
  1266.                                </div>
  1267.                            </div>
  1268.                        </div>
  1269.                    </div>
  1270.                    
  1271.  
  1272.                </div>
  1273.            </div>
  1274.            
  1275.            
  1276.              
  1277.            <!-- Right Column -->
  1278.            <div class="col-lg-4 col-md-12">
  1279.                <div class="magazine-card featured-card">
  1280.                    <div class="featured-header">
  1281.                        <h4>Featured Story</h4>
  1282.                        <div class="featured-line"></div>
  1283.                    </div>
  1284.                    <div class="card-image featured-img" >
  1285.                    
  1286.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1287.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1288.                    
  1289.                    </div>
  1290.                    <div class="card-content featured-content">
  1291.                        <div class="category-pill bg-primary-gradient">News</div>
  1292.                        <h2><a href="/shackled-isolated-and-scared-the-grim-reality-for-female-prisoners-forced-to-give-birth-in-incarceration/">
  1293.                                        Shackled, Isolated and Scared: The Grim Reality for Female Prisoners Forced to Give Birth in Incarceration.
  1294.                                    </a></h2>
  1295.                        
  1296.                        <div class="author-section featured-author">
  1297.                            
  1298.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;border-radius: 20px; width: 50px;" alt="Andrew Burke">
  1299.                            
  1300.                            <div class="author-details">
  1301.                                <span class="author-name">Andrew Burke</span>
  1302.                                <!-- <span class="author-title">Business Analyst</span> -->
  1303.                                <span class="publish-date">11 May 2026</span>
  1304.                            </div>
  1305.                        </div>
  1306.                    </div>
  1307.                </div>
  1308.            </div>
  1309.  
  1310.            
  1311.            
  1312.        </div>
  1313.    </div>
  1314. </div>
  1315.  
  1316. <style>
  1317. /* Blog Hero V3 - Magazine Style */
  1318. .blog-hero-v3 {
  1319.    padding: 80px 0;
  1320.    position: relative;
  1321. }
  1322.  
  1323. /* Magazine Cards */
  1324. .magazine-card {
  1325.    background: var(--card-bg);
  1326.    border-radius: 20px;
  1327.    overflow: hidden;
  1328.    position: relative;
  1329.    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  1330.    border: 1px solid var(--border-color);
  1331. }
  1332.  
  1333. .magazine-card:hover {
  1334.    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  1335. }
  1336.  
  1337. /* Tall Card (Left Column) */
  1338. .tall-card {
  1339.    display: flex;
  1340.    flex-direction: column;
  1341. }
  1342.  
  1343. .tall-card .card-image {
  1344.    height: 300px;
  1345.    position: relative;
  1346.    overflow: hidden;
  1347. }
  1348.  
  1349. .tall-card .card-image img {
  1350.    width: 100%;
  1351.    height: 100%;
  1352.    object-fit: cover;
  1353.    transition: transform 0.6s ease;
  1354. }
  1355.  
  1356. .tall-card:hover .card-image img {
  1357.    transform: scale(1.1) rotate(-2deg);
  1358. }
  1359.  
  1360. .image-overlay {
  1361.    position: absolute;
  1362.    top: 0;
  1363.    left: 0;
  1364.    right: 0;
  1365.    bottom: 0;
  1366.    opacity: 0;
  1367.    transition: opacity 0.3s ease;
  1368. }
  1369.  
  1370. .tall-card:hover .image-overlay {
  1371.    opacity: 1;
  1372. }
  1373.  
  1374. .tall-card .card-content {
  1375.    padding: 20px;
  1376.    flex-grow: 1;
  1377.    display: flex;
  1378.    flex-direction: column;
  1379. }
  1380.  
  1381. .tall-card h2 {
  1382.    font-size: 1.5rem;
  1383.    font-weight: 700;
  1384.    color: #2c3e50;
  1385.    margin: 12px 0;
  1386.    line-height: 1.3;
  1387. }
  1388.  
  1389. .tall-card p {
  1390.    color: #7f8c8d;
  1391.    line-height: 1.6;
  1392.    margin-bottom: 1rem;
  1393.    flex-grow: 1;
  1394. }
  1395.  
  1396. /* Square Cards (Center Column) */
  1397. .square-card {
  1398.    position: relative;
  1399.    overflow: hidden;
  1400. }
  1401.  
  1402. .square-card .card-image {
  1403.    height: 180px;
  1404.    position: relative;
  1405. }
  1406.  
  1407. .square-card .card-image img {
  1408.    width: 100%;
  1409.    height: 100%;
  1410.    object-fit: cover;
  1411.    filter: brightness(1.1) saturate(1.2);
  1412.    transition: all 0.4s ease;
  1413. }
  1414.  
  1415. .square-card:hover .card-image img {
  1416.    transform: scale(1.15);
  1417.    filter: brightness(1.2) saturate(1.4);
  1418. }
  1419.  
  1420. .floating-category {
  1421.    position: absolute;
  1422.    top: 15px;
  1423.    right: 15px;
  1424.    padding: 8px 15px;
  1425.    border-radius: 20px;
  1426.    font-size: 0.75rem;
  1427.    text-transform: uppercase;
  1428.    letter-spacing: 1px;
  1429.    backdrop-filter: blur(10px);
  1430.    border: 1px solid rgba(255, 255, 255, 0.3);
  1431. }
  1432.  
  1433. .square-card .card-content.compact {
  1434.    padding: 1.2rem;
  1435. }
  1436.  
  1437. .square-card h3 {
  1438.    font-size: 1.1rem;
  1439.    font-weight: 600;
  1440.    color: #2c3e50;
  1441.    margin-bottom: 10px;
  1442.    line-height: 1.3;
  1443. }
  1444.  
  1445. .mini-meta {
  1446.    font-size: 0.85rem;
  1447.    color: #95a5a6;
  1448. }
  1449.  
  1450. .date-dot {
  1451.    margin-left: 8px;
  1452. }
  1453.  
  1454. /* Featured Card (Right Column) */
  1455. .featured-card {
  1456.    color: white;
  1457.    position: relative;
  1458.    overflow: hidden;
  1459. }
  1460.  
  1461. .featured-card::before {
  1462.    content: '';
  1463.    position: absolute;
  1464.    top: -50%;
  1465.    right: -50%;
  1466.    width: 200%;
  1467.    height: 200%;
  1468.    pointer-events: none;
  1469. }
  1470.  
  1471.  
  1472.  
  1473. .featured-header {
  1474.    padding: 25px 25px 0;
  1475.    position: relative;
  1476. }
  1477.  
  1478. .featured-header h4 {
  1479.    font-size: 0.9rem;
  1480.    text-transform: uppercase;
  1481.    letter-spacing: 2px;
  1482.    margin: 0;
  1483.    opacity: 0.9;
  1484. }
  1485.  
  1486. .featured-line {
  1487.    width: 50px;
  1488.    height: 2px;
  1489.    background: rgba(255, 255, 255, 0.6);
  1490.    margin-top: 10px;
  1491. }
  1492.  
  1493. .featured-img {
  1494.    height: 200px;
  1495.    margin: 1rem;
  1496.    border-radius: 15px;
  1497.    overflow: hidden;
  1498.    position: relative;
  1499. }
  1500.  
  1501. .featured-img img {
  1502.    width: 100%;
  1503.    height: 100%;
  1504.    object-fit: cover;
  1505.    transition: transform 0.5s ease;
  1506. }
  1507.  
  1508. .featured-card:hover .featured-img img {
  1509.    transform: scale(1.1);
  1510. }
  1511.  
  1512. .featured-content {
  1513.    padding: 0 1rem 1.5rem;
  1514. }
  1515.  
  1516. .featured-content h2 {
  1517.    font-size: 1.4rem;
  1518.    font-weight: 700;
  1519.    margin: 15px 0;
  1520.    line-height: 1.3;
  1521. }
  1522.  
  1523. .featured-content p {
  1524.    font-size: 0.95rem;
  1525.    opacity: 0.9;
  1526.    line-height: 1.6;
  1527.    margin-bottom: 1rem;
  1528. }
  1529.  
  1530. /* Category Pills */
  1531. .category-pill {
  1532.    display: inline-block;
  1533.    padding: 6px 16px;
  1534.    border-radius: 20px;
  1535.    font-size: 0.75rem;
  1536.    text-transform: uppercase;
  1537.    letter-spacing: 1px;
  1538.    margin-bottom: 10px;
  1539.    width: fit-content;
  1540. }
  1541.  
  1542. /* Author Sections */
  1543. .author-section {
  1544.    display: flex;
  1545.    align-items: center;
  1546.    gap: 15px;
  1547.    margin-top: auto;
  1548. }
  1549.  
  1550. .author-img {
  1551.    width: 60px;
  1552.    height: 60px;
  1553.    border-radius: 50%;
  1554.    object-fit: cover;
  1555. }
  1556.  
  1557. .author-details {
  1558.    display: flex;
  1559.    flex-direction: column;
  1560. }
  1561.  
  1562. .author-name {
  1563.    font-weight: 600;
  1564. color: #95a5a6;
  1565.    font-size: 16px;
  1566. }
  1567.  
  1568. .author-title {
  1569.    font-size: 0.8rem;
  1570. color: #95a5a6;
  1571.    font-weight: 500;
  1572. }
  1573.  
  1574. .publish-date {
  1575.    font-size: 0.8rem;
  1576.    color: #95a5a6;
  1577.    margin-top: 2px;
  1578. }
  1579.  
  1580. /* Featured Stats */
  1581. .featured-stats {
  1582.    display: flex;
  1583.    gap: 30px;
  1584.    margin: 20px 0;
  1585. }
  1586.  
  1587. .stat-item {
  1588.    text-align: center;
  1589. }
  1590.  
  1591. .stat-number {
  1592.    display: block;
  1593.    font-size: 1.5rem;
  1594.    font-weight: 700;
  1595.    color: white;
  1596. }
  1597.  
  1598. .stat-label {
  1599.    font-size: 0.8rem;
  1600.    opacity: 0.8;
  1601.    text-transform: uppercase;
  1602.    letter-spacing: 1px;
  1603. }
  1604.  
  1605. /* Read More Button */
  1606. .read-more-btn {
  1607.    padding: 0 30px 30px;
  1608. }
  1609.  
  1610. .btn-read {
  1611.    display: inline-block;
  1612.    padding: 12px 30px;
  1613.    background: linear-gradient(45deg, #667eea, #764ba2);
  1614.    color: white;
  1615.    text-decoration: none;
  1616.    border-radius: 20px;
  1617.    font-weight: 600;
  1618.    text-transform: uppercase;
  1619.    letter-spacing: 1px;
  1620.    font-size: 0.85rem;
  1621.    transition: all 0.3s ease;
  1622.    position: relative;
  1623.    overflow: hidden;
  1624. }
  1625.  
  1626. .btn-read::before {
  1627.    content: '';
  1628.    position: absolute;
  1629.    top: 0;
  1630.    left: -100%;
  1631.    width: 100%;
  1632.    height: 100%;
  1633.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  1634.    transition: left 0.5s ease;
  1635. }
  1636.  
  1637. .btn-read:hover::before {
  1638.    left: 100%;
  1639. }
  1640.  
  1641. .btn-read:hover {
  1642.    transform: translateY(-2px);
  1643.    box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
  1644.    color: white;
  1645. }
  1646.  
  1647. /* Trending Bar */
  1648. .trending-bar {
  1649.    background: white;
  1650.    border-radius: 20px;
  1651.    padding: 25px 35px;
  1652.    display: flex;
  1653.    align-items: center;
  1654.    gap: 30px;
  1655.    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  1656.    border-left: 5px solid #667eea;
  1657. }
  1658.  
  1659. .trending-header h5 {
  1660.    margin: 0;
  1661.    font-weight: 700;
  1662.    color: #2c3e50;
  1663.    font-size: 1.1rem;
  1664. }
  1665.  
  1666. .trending-tags {
  1667.    display: flex;
  1668.    flex-wrap: wrap;
  1669.    gap: 15px;
  1670. }
  1671.  
  1672. .trend-tag {
  1673.    padding: 8px 18px;
  1674.    background: #f8f9fa;
  1675.    border: 2px solid #e9ecef;
  1676.    border-radius: 20px;
  1677.    font-size: 0.85rem;
  1678.    font-weight: 500;
  1679.    color: #495057;
  1680.    transition: all 0.3s ease;
  1681.    cursor: pointer;
  1682. }
  1683.  
  1684. .trend-tag:hover {
  1685.    background: #667eea;
  1686.    color: white;
  1687.    border-color: #667eea;
  1688.    transform: translateY(-2px);
  1689. }
  1690.  
  1691. /* Responsive Design */
  1692. @media (max-width: 992px) {
  1693.    .tall-card,
  1694.    .featured-card {
  1695.        height: auto;
  1696.        margin-bottom: 30px;
  1697.    }
  1698.    
  1699.  
  1700.    
  1701.    .trending-bar {
  1702.        flex-direction: column;
  1703.        align-items: flex-start;
  1704.        gap: 20px;
  1705.    }
  1706. }
  1707.  
  1708. @media (max-width: 768px) {
  1709.    .blog-hero-v3 {
  1710.        padding: 40px 0;
  1711.    }
  1712.  
  1713.    
  1714.    .trending-tags {
  1715.        justify-content: center;
  1716.    }
  1717.    
  1718.    .featured-stats {
  1719.        justify-content: center;
  1720.    }
  1721. }
  1722. </style>
  1723.  
  1724.  
  1725.  
  1726.  
  1727.        <!-- end of wpo-blog-hero -->
  1728.  
  1729.        <!-- start of wpo-breacking-news -->
  1730.        
  1731.        <!-- end of wpo-breacking-news -->
  1732.        
  1733.        <!-- start wpo-blog-highlights-section -->
  1734.        
  1735.  
  1736.  
  1737.  
  1738.    
  1739.  
  1740.  
  1741.  
  1742. <style>
  1743.    .blog-highlights-v4 {
  1744.        padding: 30px 0;
  1745.        position: relative;
  1746.        min-height: 100vh;
  1747.        background: transparent; /* Solid background color */
  1748.    }
  1749.  
  1750.    /* Blog Container */
  1751.    .blog-container-v4 {
  1752.        position: relative;
  1753.        z-index: 10;
  1754.    }
  1755.  
  1756.    /* Card Design */
  1757.    .blog-card-v4 {
  1758.        border-radius: 25px;
  1759.        background: var(--card-bg);
  1760.        border: 1px solid var(--border-color);
  1761.        position: relative;
  1762.        overflow: hidden;
  1763.        transition: opacity 1.2s ease; /* Fade animation for card */
  1764.    }
  1765.  
  1766.    /* Image Container */
  1767.    .blog-image-container-v4 {
  1768.        height: 280px;
  1769.        border-radius: 20px 20px 0 0;
  1770.        overflow: hidden;
  1771.        position: relative;
  1772.        z-index: 2;
  1773.    }
  1774.  
  1775.    .blog-image-v4 {
  1776.        width: 100%;
  1777.        height: 100%;
  1778.        position: relative;
  1779.        overflow: hidden;
  1780.    }
  1781.  
  1782.    .blog-image-v4 img {
  1783.        width: 100%;
  1784.        height: 100%;
  1785.        object-fit: cover;
  1786.    }
  1787.  
  1788.    /* Category Badge */
  1789.    .blog-category-v4 {
  1790.        position: absolute;
  1791.        top: 20px;
  1792.        left: 20px;
  1793.        padding: 10px 18px;
  1794.        border-radius: 20px;
  1795.        font-size: 11px;
  1796.        font-weight: 700;
  1797.        text-transform: uppercase;
  1798.        letter-spacing: 1.2px;
  1799.        z-index: 5;
  1800.        border: 1px solid rgba(255, 255, 255, 0.3);
  1801.        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  1802.    }
  1803.  
  1804.    /* Content Area */
  1805.    .blog-content-v4 {
  1806.        padding: 20px 25px 25px;
  1807.        display: flex;
  1808.        flex-direction: column;
  1809.        justify-content: space-between;
  1810.        position: relative;
  1811.        z-index: 2;
  1812.    }
  1813.  
  1814.    /* Title */
  1815.    .blog-title-v4 {
  1816.        font-size: 20px;
  1817.        font-weight: 800;
  1818.        line-height: 1.3;
  1819.        margin-bottom: 8px;
  1820.    }
  1821.  
  1822.    .blog-title-v4 a {
  1823.        text-decoration: none;
  1824.    }
  1825.  
  1826.    /* Meta Information */
  1827.    .blog-meta-v4 {
  1828.        display: flex;
  1829.        align-items: center;
  1830.        gap: 12px;
  1831.        margin-bottom: 15px;
  1832.        font-size: 13px;
  1833.    }
  1834.  
  1835.    .blog-author-img-v4 {
  1836.        width: 35px;
  1837.        height: 35px;
  1838.        border-radius: 50%;
  1839.        border: 2px solid var(--border-color);
  1840.    }
  1841.  
  1842.    /* Excerpt */
  1843.    .blog-excerpt-v4 {
  1844.        font-size: 14px;
  1845.        line-height: 1.6;
  1846.        margin-bottom: 8px;
  1847.        display: -webkit-box;
  1848.        -webkit-line-clamp: 3;
  1849.        -webkit-box-orient: vertical;
  1850.        overflow: hidden;
  1851.    }
  1852.  
  1853.    /* Actions Area */
  1854.    .blog-actions-v4 {
  1855.        display: flex;
  1856.        justify-content: space-between;
  1857.        align-items: center;
  1858.    }
  1859.  
  1860.    .blog-stats-v4 {
  1861.        display: flex;
  1862.        gap: 20px;
  1863.        align-items: center;
  1864.    }
  1865.  
  1866.    .blog-stat-item-v4 {
  1867.        display: flex;
  1868.        align-items: center;
  1869.        gap: 6px;
  1870.        font-size: 12px;
  1871.    }
  1872.  
  1873.    /* Read More Button */
  1874.    .blog-read-more-v4 {
  1875.        width: 40px;
  1876.        height: 40px;
  1877.        border-radius: 50%;
  1878.        background: var(--border-color);
  1879.        border: 2px solid var(--border-color);
  1880.        display: flex;
  1881.        align-items: center;
  1882.        justify-content: center;
  1883.        text-decoration: none;
  1884.    }
  1885.  
  1886.    ..blog-read-more-v4:hover{
  1887.        background-color: #172133;
  1888.    }
  1889.    /* Section Header */
  1890.    .section-header-v4 {
  1891.        text-align: center;
  1892.        margin-bottom: 40px;
  1893.        position: relative;
  1894.        z-index: 15;
  1895.    }
  1896.  
  1897.    .section-title-v4 {
  1898.        font-size: 3.5rem;
  1899.        font-weight: 900;
  1900.        margin-bottom: .5rem;
  1901.    }
  1902.  
  1903.    .section-subtitle-v4 {
  1904.        font-size: 1.4rem;
  1905.        max-width: 700px;
  1906.        margin: 0 auto;
  1907.        line-height: 1.7;
  1908.        font-weight: 300;
  1909.    }
  1910.  
  1911.    /* Scroll Fade Animation */
  1912.    .scroll-trigger {
  1913.        opacity: 0;
  1914.        transition: opacity 1.2s ease;
  1915.    }
  1916.  
  1917.    .scroll-trigger.active {
  1918.        opacity: 1;
  1919.    }
  1920.  
  1921.    /* Responsive Design */
  1922.    @media (max-width: 768px) {
  1923.        .section-title-v4 {
  1924.            font-size: 3rem;
  1925.        }
  1926.        .blog-highlights-v4 {
  1927.            padding: 80px 0;
  1928.        }
  1929.        .blog-card-v4 {
  1930.            height: 450px;
  1931.        }
  1932.        .blog-content-v4 {
  1933.            padding: 15px 20px 20px;
  1934.        }
  1935.    }
  1936. </style>
  1937.  
  1938. <section class="blog-highlights-v4">
  1939.    <div class="container-fluid fluid-container blog-container-v4">
  1940.        <!-- Section Header -->
  1941.        <div class="row">
  1942.            <div class="col-12">
  1943.                <div class="section-header-v4">
  1944.                    <h2 class="section-title-v4">
  1945.                Today's Top Highlights
  1946.                   </h2>
  1947.                    <p class="section-subtitle-v4">Experience the future of storytelling through immersive digital journeys that blend creativity with cutting-edge technology</p>
  1948.                </div>
  1949.            </div>
  1950.        </div>
  1951.        
  1952.        <!-- Blog Grid -->
  1953.        <div class="row">
  1954.            <div class="col-lg-8">
  1955.                <div class="row g-4">
  1956.                    
  1957.                    <div class="col-lg-6 col-md-6">
  1958.                        <article class="blog-card-v4 scroll-trigger">
  1959.                            <div class="blog-image-container-v4">
  1960.                                <div class="blog-image-v4">
  1961.                                    
  1962.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1963.                                    
  1964.                                </div>
  1965.                                
  1966.                                <span class="blog-category-v4 bg-primary-gradient">
  1967.                                    News
  1968.                                </span>
  1969.                            </div>
  1970.                            
  1971.                            <div class="blog-content-v4">
  1972.                                <h3 class="blog-title-v4">
  1973.                                    <a href="/among-those-bombed-out-debris-of-an-residential-building-i-encountered-a-book-id-rendered/" class="top-color">
  1974.                                    Among those Bombed-Out Debris of an Residential Building, I Encountered a Book I’d Rendered
  1975.                                    </a>
  1976.                                </h3>
  1977.                                <div class="blog-meta-v4">
  1978.                                    
  1979.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Andrew Burke"  class="blog-author-img-v4">
  1980.                                    
  1981.                                    <span>By <strong>Andrew Burke</strong></span>
  1982.                                    <span>•</span>
  1983.                                    <span>11 May 2026</span>
  1984.                                </div>
  1985.                                
  1986.                                <p class="blog-excerpt-v4">
  1987.                                    
  1988.                                </p>
  1989.                                
  1990.                                <div class="blog-actions-v4">
  1991.                                    
  1992.                                    <a href="/among-those-bombed-out-debris-of-an-residential-building-i-encountered-a-book-id-rendered/" class="blog-read-more-v4 bg-primary-gradient">
  1993.                                        <i class="ti-arrow-right"></i>
  1994.                                    </a>
  1995.                                </div>
  1996.                            </div>
  1997.                        </article>
  1998.                    </div>
  1999.                    
  2000.                    <div class="col-lg-6 col-md-6">
  2001.                        <article class="blog-card-v4 scroll-trigger">
  2002.                            <div class="blog-image-container-v4">
  2003.                                <div class="blog-image-v4">
  2004.                                    
  2005.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2006.                                    
  2007.                                </div>
  2008.                                
  2009.                                <span class="blog-category-v4 bg-primary-gradient">
  2010.                                    News
  2011.                                </span>
  2012.                            </div>
  2013.                            
  2014.                            <div class="blog-content-v4">
  2015.                                <h3 class="blog-title-v4">
  2016.                                    <a href="/three-xbox-game-pass-titles-were-enjoying-this-weekend-october-10-12/" class="top-color">
  2017.                                    Three Xbox Game Pass Titles We&#x27;re Enjoying This Weekend (October 10-12)
  2018.                                    </a>
  2019.                                </h3>
  2020.                                <div class="blog-meta-v4">
  2021.                                    
  2022.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Andrew Burke"  class="blog-author-img-v4">
  2023.                                    
  2024.                                    <span>By <strong>Andrew Burke</strong></span>
  2025.                                    <span>•</span>
  2026.                                    <span>11 May 2026</span>
  2027.                                </div>
  2028.                                
  2029.                                <p class="blog-excerpt-v4">
  2030.                                    
  2031.                                </p>
  2032.                                
  2033.                                <div class="blog-actions-v4">
  2034.                                    
  2035.                                    <a href="/three-xbox-game-pass-titles-were-enjoying-this-weekend-october-10-12/" class="blog-read-more-v4 bg-primary-gradient">
  2036.                                        <i class="ti-arrow-right"></i>
  2037.                                    </a>
  2038.                                </div>
  2039.                            </div>
  2040.                        </article>
  2041.                    </div>
  2042.                    
  2043.                    <div class="col-lg-6 col-md-6">
  2044.                        <article class="blog-card-v4 scroll-trigger">
  2045.                            <div class="blog-image-container-v4">
  2046.                                <div class="blog-image-v4">
  2047.                                    
  2048.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2049.                                    
  2050.                                </div>
  2051.                                
  2052.                                <span class="blog-category-v4 bg-primary-gradient">
  2053.                                    News
  2054.                                </span>
  2055.                            </div>
  2056.                            
  2057.                            <div class="blog-content-v4">
  2058.                                <h3 class="blog-title-v4">
  2059.                                    <a href="/life-for-120000-displaced-people-in-mauritanias-vast-mbera-camp-on-the-mali-border/" class="top-color">
  2060.                                    Life for 120,000 Displaced People in Mauritania&#x27;s Vast Mbera Camp on the Mali Border.
  2061.                                    </a>
  2062.                                </h3>
  2063.                                <div class="blog-meta-v4">
  2064.                                    
  2065.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Andrew Burke"  class="blog-author-img-v4">
  2066.                                    
  2067.                                    <span>By <strong>Andrew Burke</strong></span>
  2068.                                    <span>•</span>
  2069.                                    <span>11 May 2026</span>
  2070.                                </div>
  2071.                                
  2072.                                <p class="blog-excerpt-v4">
  2073.                                    
  2074.                                </p>
  2075.                                
  2076.                                <div class="blog-actions-v4">
  2077.                                    
  2078.                                    <a href="/life-for-120000-displaced-people-in-mauritanias-vast-mbera-camp-on-the-mali-border/" class="blog-read-more-v4 bg-primary-gradient">
  2079.                                        <i class="ti-arrow-right"></i>
  2080.                                    </a>
  2081.                                </div>
  2082.                            </div>
  2083.                        </article>
  2084.                    </div>
  2085.                    
  2086.                    <div class="col-lg-6 col-md-6">
  2087.                        <article class="blog-card-v4 scroll-trigger">
  2088.                            <div class="blog-image-container-v4">
  2089.                                <div class="blog-image-v4">
  2090.                                    
  2091.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2092.                                    
  2093.                                </div>
  2094.                                
  2095.                                <span class="blog-category-v4 bg-primary-gradient">
  2096.                                    News
  2097.                                </span>
  2098.                            </div>
  2099.                            
  2100.                            <div class="blog-content-v4">
  2101.                                <h3 class="blog-title-v4">
  2102.                                    <a href="/the-way-a-us-special-forces-vet-assisted-the-venezuelan-opposition-leader-escape-her-homeland/" class="top-color">
  2103.                                    The Way a US Special Forces Vet Assisted the Venezuelan Opposition Leader Escape Her Homeland
  2104.                                    </a>
  2105.                                </h3>
  2106.                                <div class="blog-meta-v4">
  2107.                                    
  2108.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Andrew Burke"  class="blog-author-img-v4">
  2109.                                    
  2110.                                    <span>By <strong>Andrew Burke</strong></span>
  2111.                                    <span>•</span>
  2112.                                    <span>11 May 2026</span>
  2113.                                </div>
  2114.                                
  2115.                                <p class="blog-excerpt-v4">
  2116.                                    
  2117.                                </p>
  2118.                                
  2119.                                <div class="blog-actions-v4">
  2120.                                    
  2121.                                    <a href="/the-way-a-us-special-forces-vet-assisted-the-venezuelan-opposition-leader-escape-her-homeland/" class="blog-read-more-v4 bg-primary-gradient">
  2122.                                        <i class="ti-arrow-right"></i>
  2123.                                    </a>
  2124.                                </div>
  2125.                            </div>
  2126.                        </article>
  2127.                    </div>
  2128.                    
  2129.                    <div class="col-lg-6 col-md-6">
  2130.                        <article class="blog-card-v4 scroll-trigger">
  2131.                            <div class="blog-image-container-v4">
  2132.                                <div class="blog-image-v4">
  2133.                                    
  2134.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2135.                                    
  2136.                                </div>
  2137.                                
  2138.                                <span class="blog-category-v4 bg-primary-gradient">
  2139.                                    News
  2140.                                </span>
  2141.                            </div>
  2142.                            
  2143.                            <div class="blog-content-v4">
  2144.                                <h3 class="blog-title-v4">
  2145.                                    <a href="/a-guide-to-talk-romance-like-a-generation-z-fifty-one-niche-phrases-for-romance-intimacy-and-questionable-conduct/" class="top-color">
  2146.                                    A Guide to Talk Romance Like a Generation Z: Fifty-One Niche Phrases for Romance, Intimacy and Questionable Conduct
  2147.                                    </a>
  2148.                                </h3>
  2149.                                <div class="blog-meta-v4">
  2150.                                    
  2151.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Andrew Burke"  class="blog-author-img-v4">
  2152.                                    
  2153.                                    <span>By <strong>Andrew Burke</strong></span>
  2154.                                    <span>•</span>
  2155.                                    <span>11 May 2026</span>
  2156.                                </div>
  2157.                                
  2158.                                <p class="blog-excerpt-v4">
  2159.                                    
  2160.                                </p>
  2161.                                
  2162.                                <div class="blog-actions-v4">
  2163.                                    
  2164.                                    <a href="/a-guide-to-talk-romance-like-a-generation-z-fifty-one-niche-phrases-for-romance-intimacy-and-questionable-conduct/" class="blog-read-more-v4 bg-primary-gradient">
  2165.                                        <i class="ti-arrow-right"></i>
  2166.                                    </a>
  2167.                                </div>
  2168.                            </div>
  2169.                        </article>
  2170.                    </div>
  2171.                    
  2172.                    <div class="col-lg-6 col-md-6">
  2173.                        <article class="blog-card-v4 scroll-trigger">
  2174.                            <div class="blog-image-container-v4">
  2175.                                <div class="blog-image-v4">
  2176.                                    
  2177.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2178.                                    
  2179.                                </div>
  2180.                                
  2181.                                <span class="blog-category-v4 bg-primary-gradient">
  2182.                                    News
  2183.                                </span>
  2184.                            </div>
  2185.                            
  2186.                            <div class="blog-content-v4">
  2187.                                <h3 class="blog-title-v4">
  2188.                                    <a href="/donald-trump-and-his-followers-picture-a-globe-devoid-of-global-legal-norms-yet-they-will-not-achieve-it/" class="top-color">
  2189.                                    Donald Trump and His Followers Picture a Globe Devoid of Global Legal Norms – Yet They Will Not Achieve It
  2190.                                    </a>
  2191.                                </h3>
  2192.                                <div class="blog-meta-v4">
  2193.                                    
  2194.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Andrew Burke"  class="blog-author-img-v4">
  2195.                                    
  2196.                                    <span>By <strong>Andrew Burke</strong></span>
  2197.                                    <span>•</span>
  2198.                                    <span>10 May 2026</span>
  2199.                                </div>
  2200.                                
  2201.                                <p class="blog-excerpt-v4">
  2202.                                    
  2203.                                </p>
  2204.                                
  2205.                                <div class="blog-actions-v4">
  2206.                                    
  2207.                                    <a href="/donald-trump-and-his-followers-picture-a-globe-devoid-of-global-legal-norms-yet-they-will-not-achieve-it/" class="blog-read-more-v4 bg-primary-gradient">
  2208.                                        <i class="ti-arrow-right"></i>
  2209.                                    </a>
  2210.                                </div>
  2211.                            </div>
  2212.                        </article>
  2213.                    </div>
  2214.                    
  2215.                    <div class="col-lg-6 col-md-6">
  2216.                        <article class="blog-card-v4 scroll-trigger">
  2217.                            <div class="blog-image-container-v4">
  2218.                                <div class="blog-image-v4">
  2219.                                    
  2220.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2221.                                    
  2222.                                </div>
  2223.                                
  2224.                                <span class="blog-category-v4 bg-primary-gradient">
  2225.                                    News
  2226.                                </span>
  2227.                            </div>
  2228.                            
  2229.                            <div class="blog-content-v4">
  2230.                                <h3 class="blog-title-v4">
  2231.                                    <a href="/sweden-selection-lineup-alexander-isak-included-whereas-viktor-gyokeres-excluded/" class="top-color">
  2232.                                    Sweden Selection Lineup: Alexander Isak Included Whereas Viktor Gyokeres Excluded
  2233.                                    </a>
  2234.                                </h3>
  2235.                                <div class="blog-meta-v4">
  2236.                                    
  2237.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Andrew Burke"  class="blog-author-img-v4">
  2238.                                    
  2239.                                    <span>By <strong>Andrew Burke</strong></span>
  2240.                                    <span>•</span>
  2241.                                    <span>10 May 2026</span>
  2242.                                </div>
  2243.                                
  2244.                                <p class="blog-excerpt-v4">
  2245.                                    
  2246.                                </p>
  2247.                                
  2248.                                <div class="blog-actions-v4">
  2249.                                    
  2250.                                    <a href="/sweden-selection-lineup-alexander-isak-included-whereas-viktor-gyokeres-excluded/" class="blog-read-more-v4 bg-primary-gradient">
  2251.                                        <i class="ti-arrow-right"></i>
  2252.                                    </a>
  2253.                                </div>
  2254.                            </div>
  2255.                        </article>
  2256.                    </div>
  2257.                    
  2258.                    <div class="col-lg-6 col-md-6">
  2259.                        <article class="blog-card-v4 scroll-trigger">
  2260.                            <div class="blog-image-container-v4">
  2261.                                <div class="blog-image-v4">
  2262.                                    
  2263.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2264.                                    
  2265.                                </div>
  2266.                                
  2267.                                <span class="blog-category-v4 bg-primary-gradient">
  2268.                                    News
  2269.                                </span>
  2270.                            </div>
  2271.                            
  2272.                            <div class="blog-content-v4">
  2273.                                <h3 class="blog-title-v4">
  2274.                                    <a href="/united-arab-emirates-declines-to-join-gazan-stabilisation-mission-without-clear-juridical-structure/" class="top-color">
  2275.                                    United Arab Emirates Declines to Join Gazan Stabilisation Mission Without Clear Juridical Structure
  2276.                                    </a>
  2277.                                </h3>
  2278.                                <div class="blog-meta-v4">
  2279.                                    
  2280.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Andrew Burke"  class="blog-author-img-v4">
  2281.                                    
  2282.                                    <span>By <strong>Andrew Burke</strong></span>
  2283.                                    <span>•</span>
  2284.                                    <span>10 May 2026</span>
  2285.                                </div>
  2286.                                
  2287.                                <p class="blog-excerpt-v4">
  2288.                                    
  2289.                                </p>
  2290.                                
  2291.                                <div class="blog-actions-v4">
  2292.                                    
  2293.                                    <a href="/united-arab-emirates-declines-to-join-gazan-stabilisation-mission-without-clear-juridical-structure/" class="blog-read-more-v4 bg-primary-gradient">
  2294.                                        <i class="ti-arrow-right"></i>
  2295.                                    </a>
  2296.                                </div>
  2297.                            </div>
  2298.                        </article>
  2299.                    </div>
  2300.                    
  2301.                    <div class="col-lg-6 col-md-6">
  2302.                        <article class="blog-card-v4 scroll-trigger">
  2303.                            <div class="blog-image-container-v4">
  2304.                                <div class="blog-image-v4">
  2305.                                    
  2306.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2307.                                    
  2308.                                </div>
  2309.                                
  2310.                                <span class="blog-category-v4 bg-primary-gradient">
  2311.                                    News
  2312.                                </span>
  2313.                            </div>
  2314.                            
  2315.                            <div class="blog-content-v4">
  2316.                                <h3 class="blog-title-v4">
  2317.                                    <a href="/the-former-congresswoman-makes-a-landmark-as-virginias-initial-woman-governor/" class="top-color">
  2318.                                    The Former Congresswoman Makes a Landmark as Virginia&#x27;s Initial Woman Governor
  2319.                                    </a>
  2320.                                </h3>
  2321.                                <div class="blog-meta-v4">
  2322.                                    
  2323.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Andrew Burke"  class="blog-author-img-v4">
  2324.                                    
  2325.                                    <span>By <strong>Andrew Burke</strong></span>
  2326.                                    <span>•</span>
  2327.                                    <span>10 May 2026</span>
  2328.                                </div>
  2329.                                
  2330.                                <p class="blog-excerpt-v4">
  2331.                                    
  2332.                                </p>
  2333.                                
  2334.                                <div class="blog-actions-v4">
  2335.                                    
  2336.                                    <a href="/the-former-congresswoman-makes-a-landmark-as-virginias-initial-woman-governor/" class="blog-read-more-v4 bg-primary-gradient">
  2337.                                        <i class="ti-arrow-right"></i>
  2338.                                    </a>
  2339.                                </div>
  2340.                            </div>
  2341.                        </article>
  2342.                    </div>
  2343.                    
  2344.                    <div class="col-lg-6 col-md-6">
  2345.                        <article class="blog-card-v4 scroll-trigger">
  2346.                            <div class="blog-image-container-v4">
  2347.                                <div class="blog-image-v4">
  2348.                                    
  2349.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2350.                                    
  2351.                                </div>
  2352.                                
  2353.                                <span class="blog-category-v4 bg-primary-gradient">
  2354.                                    News
  2355.                                </span>
  2356.                            </div>
  2357.                            
  2358.                            <div class="blog-content-v4">
  2359.                                <h3 class="blog-title-v4">
  2360.                                    <a href="/when-did-i-get-that-good-looking-bruce-springsteen-on-watching-the-actor-play-him-in-film/" class="top-color">
  2361.                                    ‘When Did I Get That Good-Looking?’: Bruce Springsteen on Watching The Actor Play Him In Film
  2362.                                    </a>
  2363.                                </h3>
  2364.                                <div class="blog-meta-v4">
  2365.                                    
  2366.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Andrew Burke"  class="blog-author-img-v4">
  2367.                                    
  2368.                                    <span>By <strong>Andrew Burke</strong></span>
  2369.                                    <span>•</span>
  2370.                                    <span>10 May 2026</span>
  2371.                                </div>
  2372.                                
  2373.                                <p class="blog-excerpt-v4">
  2374.                                    
  2375.                                </p>
  2376.                                
  2377.                                <div class="blog-actions-v4">
  2378.                                    
  2379.                                    <a href="/when-did-i-get-that-good-looking-bruce-springsteen-on-watching-the-actor-play-him-in-film/" class="blog-read-more-v4 bg-primary-gradient">
  2380.                                        <i class="ti-arrow-right"></i>
  2381.                                    </a>
  2382.                                </div>
  2383.                            </div>
  2384.                        </article>
  2385.                    </div>
  2386.                    
  2387.                    <div class="col-lg-6 col-md-6">
  2388.                        <article class="blog-card-v4 scroll-trigger">
  2389.                            <div class="blog-image-container-v4">
  2390.                                <div class="blog-image-v4">
  2391.                                    
  2392.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2393.                                    
  2394.                                </div>
  2395.                                
  2396.                                <span class="blog-category-v4 bg-primary-gradient">
  2397.                                    News
  2398.                                </span>
  2399.                            </div>
  2400.                            
  2401.                            <div class="blog-content-v4">
  2402.                                <h3 class="blog-title-v4">
  2403.                                    <a href="/jennifer-waltons-first-album-daughters-delves-into-sorrow-and-elegance/" class="top-color">
  2404.                                    Jennifer Walton&#x27;s First Album &quot;Daughters&quot; Delves Into Sorrow and Elegance
  2405.                                    </a>
  2406.                                </h3>
  2407.                                <div class="blog-meta-v4">
  2408.                                    
  2409.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Andrew Burke"  class="blog-author-img-v4">
  2410.                                    
  2411.                                    <span>By <strong>Andrew Burke</strong></span>
  2412.                                    <span>•</span>
  2413.                                    <span>10 May 2026</span>
  2414.                                </div>
  2415.                                
  2416.                                <p class="blog-excerpt-v4">
  2417.                                    
  2418.                                </p>
  2419.                                
  2420.                                <div class="blog-actions-v4">
  2421.                                    
  2422.                                    <a href="/jennifer-waltons-first-album-daughters-delves-into-sorrow-and-elegance/" class="blog-read-more-v4 bg-primary-gradient">
  2423.                                        <i class="ti-arrow-right"></i>
  2424.                                    </a>
  2425.                                </div>
  2426.                            </div>
  2427.                        </article>
  2428.                    </div>
  2429.                    
  2430.                    <div class="col-lg-6 col-md-6">
  2431.                        <article class="blog-card-v4 scroll-trigger">
  2432.                            <div class="blog-image-container-v4">
  2433.                                <div class="blog-image-v4">
  2434.                                    
  2435.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2436.                                    
  2437.                                </div>
  2438.                                
  2439.                                <span class="blog-category-v4 bg-primary-gradient">
  2440.                                    News
  2441.                                </span>
  2442.                            </div>
  2443.                            
  2444.                            <div class="blog-content-v4">
  2445.                                <h3 class="blog-title-v4">
  2446.                                    <a href="/putin-pledges-continuous-energy-deliveries-to-the-indian-nation-in-defiance-of-us-demands/" class="top-color">
  2447.                                    Putin Pledges Continuous Energy Deliveries to the Indian Nation in Defiance of US Demands
  2448.                                    </a>
  2449.                                </h3>
  2450.                                <div class="blog-meta-v4">
  2451.                                    
  2452.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Andrew Burke"  class="blog-author-img-v4">
  2453.                                    
  2454.                                    <span>By <strong>Andrew Burke</strong></span>
  2455.                                    <span>•</span>
  2456.                                    <span>10 May 2026</span>
  2457.                                </div>
  2458.                                
  2459.                                <p class="blog-excerpt-v4">
  2460.                                    
  2461.                                </p>
  2462.                                
  2463.                                <div class="blog-actions-v4">
  2464.                                    
  2465.                                    <a href="/putin-pledges-continuous-energy-deliveries-to-the-indian-nation-in-defiance-of-us-demands/" class="blog-read-more-v4 bg-primary-gradient">
  2466.                                        <i class="ti-arrow-right"></i>
  2467.                                    </a>
  2468.                                </div>
  2469.                            </div>
  2470.                        </article>
  2471.                    </div>
  2472.                    
  2473.                    
  2474.  
  2475.                </div>
  2476.            </div>
  2477.            
  2478.             <div class="col col-lg-4 col-12">
  2479.                
  2480.  
  2481.  
  2482.  
  2483.    
  2484.  
  2485.  
  2486. <!-- Blog Sidebar V2 - Focused Design -->
  2487. <div class="sidebar">
  2488.  <!-- Recent Posts Section -->
  2489.  <div class="sidebar-widget mb-4">
  2490.    <div class="widget-title-wrapper mb-3">
  2491.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2492.        <i class="ti-time me-2"></i>Recent Posts
  2493.        <span class="title-arrow-primary"></span>
  2494.      </h4>
  2495.    </div>
  2496.    <div class="widget-content border mb-3 border-light shadow-sm rounded-3 p-4">
  2497.      <div class="recent-post-list">
  2498.      
  2499.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2500.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2501.              
  2502.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2503.              
  2504.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2505.          </div>
  2506.          <div class="post-content flex-grow-1">
  2507.            <h6 class="post-title mb-2">
  2508.               <a href="/gaza-war-in-visualizations-after-24-months-of-hostilities/" class="text-decoration-none top-color fw-semibold lh-sm">
  2509.                                            Gaza War in Visualizations After 24 Months of Hostilities
  2510.                                            </a>
  2511.            </h6>
  2512.            <div class="post-meta">
  2513.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 May 2026</small>
  2514.              <!-- <small class="text-muted">
  2515.                <i class="ti-eye me-1"></i>348 views
  2516.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2517.              </small> -->
  2518.            </div>
  2519.          </div>
  2520.        </div>
  2521.        
  2522.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2523.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2524.              
  2525.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2526.              
  2527.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2528.          </div>
  2529.          <div class="post-content flex-grow-1">
  2530.            <h6 class="post-title mb-2">
  2531.               <a href="/democrats-condemn-trump-after-he-claims-they-should-face-execution/" class="text-decoration-none top-color fw-semibold lh-sm">
  2532.                                            Democrats Condemn Trump After He Claims They Should Face Execution
  2533.                                            </a>
  2534.            </h6>
  2535.            <div class="post-meta">
  2536.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>09 May 2026</small>
  2537.              <!-- <small class="text-muted">
  2538.                <i class="ti-eye me-1"></i>348 views
  2539.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2540.              </small> -->
  2541.            </div>
  2542.          </div>
  2543.        </div>
  2544.        
  2545.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2546.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2547.              
  2548.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2549.              
  2550.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2551.          </div>
  2552.          <div class="post-content flex-grow-1">
  2553.            <h6 class="post-title mb-2">
  2554.               <a href="/the-athletes-and-coaches-not-born-in-the-united-states/" class="text-decoration-none top-color fw-semibold lh-sm">
  2555.                                            The Athletes and Coaches Not Born in the United States
  2556.                                            </a>
  2557.            </h6>
  2558.            <div class="post-meta">
  2559.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>09 May 2026</small>
  2560.              <!-- <small class="text-muted">
  2561.                <i class="ti-eye me-1"></i>348 views
  2562.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2563.              </small> -->
  2564.            </div>
  2565.          </div>
  2566.        </div>
  2567.        
  2568.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2569.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2570.              
  2571.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2572.              
  2573.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2574.          </div>
  2575.          <div class="post-content flex-grow-1">
  2576.            <h6 class="post-title mb-2">
  2577.               <a href="/russian-authorities-bans-snapchat-and-cracks-down-on-apples-facetime-state-media-announce/" class="text-decoration-none top-color fw-semibold lh-sm">
  2578.                                            Russian Authorities Bans Snapchat and Cracks Down on Apple&#x27;s FaceTime, State Media Announce
  2579.                                            </a>
  2580.            </h6>
  2581.            <div class="post-meta">
  2582.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>09 May 2026</small>
  2583.              <!-- <small class="text-muted">
  2584.                <i class="ti-eye me-1"></i>348 views
  2585.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2586.              </small> -->
  2587.            </div>
  2588.          </div>
  2589.        </div>
  2590.        
  2591.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2592.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2593.              
  2594.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2595.              
  2596.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2597.          </div>
  2598.          <div class="post-content flex-grow-1">
  2599.            <h6 class="post-title mb-2">
  2600.               <a href="/chornobyl-disaster-shelter-can-no-longer-blocks-harmful-radiation-needs-major-restoration-iaea/" class="text-decoration-none top-color fw-semibold lh-sm">
  2601.                                            Chornobyl Disaster Shelter Can No Longer Blocks Harmful Radiation, Needs Major Restoration – IAEA
  2602.                                            </a>
  2603.            </h6>
  2604.            <div class="post-meta">
  2605.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>09 May 2026</small>
  2606.              <!-- <small class="text-muted">
  2607.                <i class="ti-eye me-1"></i>348 views
  2608.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2609.              </small> -->
  2610.            </div>
  2611.          </div>
  2612.        </div>
  2613.        
  2614.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2615.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2616.              
  2617.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2618.              
  2619.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2620.          </div>
  2621.          <div class="post-content flex-grow-1">
  2622.            <h6 class="post-title mb-2">
  2623.               <a href="/arsenal-take-on-wolverhampton-wanderers-in-pivotal-english-top-division-encounter/" class="text-decoration-none top-color fw-semibold lh-sm">
  2624.                                            Arsenal Take On Wolverhampton Wanderers in Pivotal English Top Division Encounter
  2625.                                            </a>
  2626.            </h6>
  2627.            <div class="post-meta">
  2628.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>09 May 2026</small>
  2629.              <!-- <small class="text-muted">
  2630.                <i class="ti-eye me-1"></i>348 views
  2631.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2632.              </small> -->
  2633.            </div>
  2634.          </div>
  2635.        </div>
  2636.        
  2637.  
  2638.      </div>
  2639.  
  2640.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2641.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2642.      </div> -->
  2643.    </div>
  2644.  </div>
  2645.  
  2646.    
  2647.  <div class="sidebar-widget mb-4">
  2648.    <div class="widget-title-wrapper mb-3">
  2649.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2650.        <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2651.        <span class="title-arrow"></span>
  2652.      </h4>
  2653.    </div>
  2654.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2655.      <div class="blog-roll-list scrollable-sidebar">
  2656.        
  2657.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2658.          <a href="https://www.casquette.co.uk/" class="text-decoration-none ">
  2659.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2660.              <i class="ti-angle-right me-2 text-primary"></i>
  2661.               online casinos
  2662.            </h6>
  2663.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2664.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2665.            </div> -->
  2666.          </a>
  2667.        </div>
  2668.          
  2669.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2670.          <a href="https://www.deakinandblue.com/" class="text-decoration-none ">
  2671.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2672.              <i class="ti-angle-right me-2 text-primary"></i>
  2673.               non gamstop casinos reviews
  2674.            </h6>
  2675.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2676.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2677.            </div> -->
  2678.          </a>
  2679.        </div>
  2680.          
  2681.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2682.          <a href="https://www.ukrmb.co.uk/" class="text-decoration-none ">
  2683.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2684.              <i class="ti-angle-right me-2 text-primary"></i>
  2685.               uk casinos not on gamstop
  2686.            </h6>
  2687.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2688.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2689.            </div> -->
  2690.          </a>
  2691.        </div>
  2692.          
  2693.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2694.          <a href="https://www.roundhaypark.org.uk/" class="text-decoration-none ">
  2695.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2696.              <i class="ti-angle-right me-2 text-primary"></i>
  2697.               best non Gamstop casinos
  2698.            </h6>
  2699.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2700.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2701.            </div> -->
  2702.          </a>
  2703.        </div>
  2704.          
  2705.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2706.          <a href="https://www.focus12.co.uk/" class="text-decoration-none ">
  2707.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2708.              <i class="ti-angle-right me-2 text-primary"></i>
  2709.               slots not on gamstop
  2710.            </h6>
  2711.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2712.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2713.            </div> -->
  2714.          </a>
  2715.        </div>
  2716.          
  2717.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2718.          <a href="https://esportsinsider.com/uk/gambling/non-gamstop-casinos" class="text-decoration-none ">
  2719.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2720.              <i class="ti-angle-right me-2 text-primary"></i>
  2721.               casino not on gamstop
  2722.            </h6>
  2723.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2724.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2725.            </div> -->
  2726.          </a>
  2727.        </div>
  2728.          
  2729.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2730.          <a href="https://casinobeats.com/uk/online-casinos/casinos-not-on-gamstop/" class="text-decoration-none ">
  2731.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2732.              <i class="ti-angle-right me-2 text-primary"></i>
  2733.               casino not on gamstop
  2734.            </h6>
  2735.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2736.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2737.            </div> -->
  2738.          </a>
  2739.        </div>
  2740.          
  2741.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2742.          <a href="https://tescobagsofhelp.org.uk/" class="text-decoration-none ">
  2743.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2744.              <i class="ti-angle-right me-2 text-primary"></i>
  2745.               non gamstop casinos
  2746.            </h6>
  2747.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2748.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2749.            </div> -->
  2750.          </a>
  2751.        </div>
  2752.          
  2753.      </div>
  2754.  
  2755.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2756.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2757.      </div> -->
  2758.    </div>
  2759.  </div>
  2760.    
  2761.  <div class="sidebar-widget mb-4">
  2762.    <div class="widget-title-wrapper mb-3">
  2763.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2764.        <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2765.        <span class="title-arrow"></span>
  2766.      </h4>
  2767.    </div>
  2768.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2769.      <div class="blog-roll-list scrollable-sidebar">
  2770.        
  2771.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2772.          <a href="https://www.skydiveukltd.com" class="text-decoration-none ">
  2773.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2774.              <i class="ti-angle-right me-2 text-primary"></i>
  2775.               non GamStop casino UK
  2776.            </h6>
  2777.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2778.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2779.            </div> -->
  2780.          </a>
  2781.        </div>
  2782.          
  2783.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2784.          <a href="https://www.tamworthinformed.co.uk/" class="text-decoration-none ">
  2785.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2786.              <i class="ti-angle-right me-2 text-primary"></i>
  2787.               uk online casinos
  2788.            </h6>
  2789.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2790.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2791.            </div> -->
  2792.          </a>
  2793.        </div>
  2794.          
  2795.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2796.          <a href="https://adventuregamers.com/online-casinos/non-gamstop" class="text-decoration-none ">
  2797.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2798.              <i class="ti-angle-right me-2 text-primary"></i>
  2799.               casinos not on gamstop
  2800.            </h6>
  2801.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2802.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2803.            </div> -->
  2804.          </a>
  2805.        </div>
  2806.          
  2807.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2808.          <a href="https://www.oceanacidification.org.uk/" class="text-decoration-none ">
  2809.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2810.              <i class="ti-angle-right me-2 text-primary"></i>
  2811.               casino not on gamstop
  2812.            </h6>
  2813.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2814.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2815.            </div> -->
  2816.          </a>
  2817.        </div>
  2818.          
  2819.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2820.          <a href="https://www.geekgirlmeetup.co.uk/" class="text-decoration-none ">
  2821.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2822.              <i class="ti-angle-right me-2 text-primary"></i>
  2823.               casino not on gamstop
  2824.            </h6>
  2825.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2826.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2827.            </div> -->
  2828.          </a>
  2829.        </div>
  2830.          
  2831.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2832.          <a href="https://savethedatemagazine.co.uk/" class="text-decoration-none ">
  2833.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2834.              <i class="ti-angle-right me-2 text-primary"></i>
  2835.               best online casinos
  2836.            </h6>
  2837.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2838.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2839.            </div> -->
  2840.          </a>
  2841.        </div>
  2842.          
  2843.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2844.          <a href="https://straightfromyard.co.uk/" class="text-decoration-none ">
  2845.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2846.              <i class="ti-angle-right me-2 text-primary"></i>
  2847.               best online casinos
  2848.            </h6>
  2849.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2850.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2851.            </div> -->
  2852.          </a>
  2853.        </div>
  2854.          
  2855.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2856.          <a href="https://www.surfaceview.co.uk/" class="text-decoration-none ">
  2857.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2858.              <i class="ti-angle-right me-2 text-primary"></i>
  2859.               best online casinos
  2860.            </h6>
  2861.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2862.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2863.            </div> -->
  2864.          </a>
  2865.        </div>
  2866.          
  2867.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2868.          <a href="https://bereavementcommission.org.uk/" class="text-decoration-none ">
  2869.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2870.              <i class="ti-angle-right me-2 text-primary"></i>
  2871.               best online casinos
  2872.            </h6>
  2873.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2874.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2875.            </div> -->
  2876.          </a>
  2877.        </div>
  2878.          
  2879.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2880.          <a href="https://www.cca-glasgow.com/" class="text-decoration-none ">
  2881.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2882.              <i class="ti-angle-right me-2 text-primary"></i>
  2883.               best online casinos
  2884.            </h6>
  2885.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2886.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2887.            </div> -->
  2888.          </a>
  2889.        </div>
  2890.          
  2891.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2892.          <a href="https://allcatsrgrey.org.uk/" class="text-decoration-none ">
  2893.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2894.              <i class="ti-angle-right me-2 text-primary"></i>
  2895.               best online casinos
  2896.            </h6>
  2897.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2898.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2899.            </div> -->
  2900.          </a>
  2901.        </div>
  2902.          
  2903.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2904.          <a href="https://www.london-irish.com/" class="text-decoration-none ">
  2905.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2906.              <i class="ti-angle-right me-2 text-primary"></i>
  2907.               best online casinos
  2908.            </h6>
  2909.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2910.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2911.            </div> -->
  2912.          </a>
  2913.        </div>
  2914.          
  2915.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2916.          <a href="https://www.citytosea.org.uk/" class="text-decoration-none ">
  2917.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2918.              <i class="ti-angle-right me-2 text-primary"></i>
  2919.               best online casinos
  2920.            </h6>
  2921.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2922.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2923.            </div> -->
  2924.          </a>
  2925.        </div>
  2926.          
  2927.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2928.          <a href="https://www.summerhall.co.uk/" class="text-decoration-none ">
  2929.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2930.              <i class="ti-angle-right me-2 text-primary"></i>
  2931.               best online casinos
  2932.            </h6>
  2933.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2934.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2935.            </div> -->
  2936.          </a>
  2937.        </div>
  2938.          
  2939.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2940.          <a href="https://unbound.co.uk/" class="text-decoration-none ">
  2941.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2942.              <i class="ti-angle-right me-2 text-primary"></i>
  2943.               best online casinos
  2944.            </h6>
  2945.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2946.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2947.            </div> -->
  2948.          </a>
  2949.        </div>
  2950.          
  2951.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2952.          <a href="https://www.elthampalace.org.uk/" 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.               casino games
  2956.            </h6>
  2957.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2958.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2959.            </div> -->
  2960.          </a>
  2961.        </div>
  2962.          
  2963.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2964.          <a href="https://letseatperth.co.uk" class="text-decoration-none ">
  2965.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2966.              <i class="ti-angle-right me-2 text-primary"></i>
  2967.               best non uk casinos
  2968.            </h6>
  2969.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2970.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2971.            </div> -->
  2972.          </a>
  2973.        </div>
  2974.          
  2975.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2976.          <a href="https://www.pgldevonshire.org.uk/" class="text-decoration-none ">
  2977.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2978.              <i class="ti-angle-right me-2 text-primary"></i>
  2979.               casino sites that accept credit cards
  2980.            </h6>
  2981.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2982.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2983.            </div> -->
  2984.          </a>
  2985.        </div>
  2986.          
  2987.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2988.          <a href="https://ncpqsw.com" 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.               non gamstop casino
  2992.            </h6>
  2993.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2994.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2995.            </div> -->
  2996.          </a>
  2997.        </div>
  2998.          
  2999.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3000.          <a href="https://doctrineanddevotion.com" class="text-decoration-none ">
  3001.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3002.              <i class="ti-angle-right me-2 text-primary"></i>
  3003.               non gamstop casinos
  3004.            </h6>
  3005.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3006.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3007.            </div> -->
  3008.          </a>
  3009.        </div>
  3010.          
  3011.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3012.          <a href="https://invo.org.uk" class="text-decoration-none ">
  3013.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3014.              <i class="ti-angle-right me-2 text-primary"></i>
  3015.               non gamstop casino
  3016.            </h6>
  3017.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3018.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3019.            </div> -->
  3020.          </a>
  3021.        </div>
  3022.          
  3023.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3024.          <a href="https://forjimmy.org" class="text-decoration-none ">
  3025.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3026.              <i class="ti-angle-right me-2 text-primary"></i>
  3027.               non gamstop casino
  3028.            </h6>
  3029.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3030.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3031.            </div> -->
  3032.          </a>
  3033.        </div>
  3034.          
  3035.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3036.          <a href="https://appleiphoneunlock.uk/" class="text-decoration-none ">
  3037.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3038.              <i class="ti-angle-right me-2 text-primary"></i>
  3039.               anonymous crypto casino
  3040.            </h6>
  3041.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3042.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3043.            </div> -->
  3044.          </a>
  3045.        </div>
  3046.          
  3047.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3048.          <a href="https://mcaleicester.co.uk/" class="text-decoration-none ">
  3049.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3050.              <i class="ti-angle-right me-2 text-primary"></i>
  3051.               online casinos not on gamstop
  3052.            </h6>
  3053.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3054.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3055.            </div> -->
  3056.          </a>
  3057.        </div>
  3058.          
  3059.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3060.          <a href="https://www.llancaiachfawr.co.uk/" class="text-decoration-none ">
  3061.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3062.              <i class="ti-angle-right me-2 text-primary"></i>
  3063.               online casinos UK
  3064.            </h6>
  3065.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3066.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3067.            </div> -->
  3068.          </a>
  3069.        </div>
  3070.          
  3071.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3072.          <a href="https://thepearlyqueen.com/" class="text-decoration-none ">
  3073.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3074.              <i class="ti-angle-right me-2 text-primary"></i>
  3075.               online casinos
  3076.            </h6>
  3077.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3078.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3079.            </div> -->
  3080.          </a>
  3081.        </div>
  3082.          
  3083.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3084.          <a href="https://hapihemp.co.uk/" class="text-decoration-none ">
  3085.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3086.              <i class="ti-angle-right me-2 text-primary"></i>
  3087.               best new betting sites
  3088.            </h6>
  3089.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3090.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3091.            </div> -->
  3092.          </a>
  3093.        </div>
  3094.          
  3095.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3096.          <a href="https://voiceprint.co.uk/" class="text-decoration-none ">
  3097.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3098.              <i class="ti-angle-right me-2 text-primary"></i>
  3099.               non gamstop casino
  3100.            </h6>
  3101.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3102.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3103.            </div> -->
  3104.          </a>
  3105.        </div>
  3106.          
  3107.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3108.          <a href="https://www.techandplay.org/" class="text-decoration-none ">
  3109.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3110.              <i class="ti-angle-right me-2 text-primary"></i>
  3111.               non uk betting sites
  3112.            </h6>
  3113.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3114.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3115.            </div> -->
  3116.          </a>
  3117.        </div>
  3118.          
  3119.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3120.          <a href="https://www.citygateway.org.uk/" class="text-decoration-none ">
  3121.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3122.              <i class="ti-angle-right me-2 text-primary"></i>
  3123.               best uk non gamstop casinos
  3124.            </h6>
  3125.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3126.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3127.            </div> -->
  3128.          </a>
  3129.        </div>
  3130.          
  3131.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3132.          <a href="https://www.deakinandblue.com/" class="text-decoration-none ">
  3133.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3134.              <i class="ti-angle-right me-2 text-primary"></i>
  3135.               uk casino not on gamstop
  3136.            </h6>
  3137.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3138.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3139.            </div> -->
  3140.          </a>
  3141.        </div>
  3142.          
  3143.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3144.          <a href="https://www.edinburghfoody.com" class="text-decoration-none ">
  3145.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3146.              <i class="ti-angle-right me-2 text-primary"></i>
  3147.               best casinos not on GamStop
  3148.            </h6>
  3149.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3150.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3151.            </div> -->
  3152.          </a>
  3153.        </div>
  3154.          
  3155.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3156.          <a href="https://www.costaricanembassy.co.uk" class="text-decoration-none ">
  3157.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3158.              <i class="ti-angle-right me-2 text-primary"></i>
  3159.               UK casino not on GamStop
  3160.            </h6>
  3161.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3162.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3163.            </div> -->
  3164.          </a>
  3165.        </div>
  3166.          
  3167.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3168.          <a href="https://www.antiquesforeveryone.co.uk/" class="text-decoration-none ">
  3169.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3170.              <i class="ti-angle-right me-2 text-primary"></i>
  3171.               non UK betting sites
  3172.            </h6>
  3173.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3174.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3175.            </div> -->
  3176.          </a>
  3177.        </div>
  3178.          
  3179.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3180.          <a href="https://www.fourpure.com/" class="text-decoration-none ">
  3181.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3182.              <i class="ti-angle-right me-2 text-primary"></i>
  3183.               casinos not on GamStop
  3184.            </h6>
  3185.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3186.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3187.            </div> -->
  3188.          </a>
  3189.        </div>
  3190.          
  3191.      </div>
  3192.  
  3193.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3194.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3195.      </div> -->
  3196.    </div>
  3197.  </div>
  3198.    
  3199.  <div class="sidebar-widget mb-4">
  3200.    <div class="widget-title-wrapper mb-3">
  3201.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3202.        <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  3203.        <span class="title-arrow"></span>
  3204.      </h4>
  3205.    </div>
  3206.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  3207.      <div class="blog-roll-list scrollable-sidebar">
  3208.        
  3209.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3210.          <a href="https://www.drenge.co.uk/" class="text-decoration-none ">
  3211.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3212.              <i class="ti-angle-right me-2 text-primary"></i>
  3213.               non GamStop casinos
  3214.            </h6>
  3215.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3216.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3217.            </div> -->
  3218.          </a>
  3219.        </div>
  3220.          
  3221.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3222.          <a href="https://www.nordicresearchnetwork.co.uk/" class="text-decoration-none ">
  3223.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3224.              <i class="ti-angle-right me-2 text-primary"></i>
  3225.               Non UK Regulated Casinos
  3226.            </h6>
  3227.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3228.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3229.            </div> -->
  3230.          </a>
  3231.        </div>
  3232.          
  3233.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3234.          <a href="https://www.durhamminers.org/" class="text-decoration-none ">
  3235.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3236.              <i class="ti-angle-right me-2 text-primary"></i>
  3237.               gambling sites not on GamStop
  3238.            </h6>
  3239.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3240.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3241.            </div> -->
  3242.          </a>
  3243.        </div>
  3244.          
  3245.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3246.          <a href="https://socialeatinghouse.com/" class="text-decoration-none ">
  3247.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3248.              <i class="ti-angle-right me-2 text-primary"></i>
  3249.               gambling sites not on GamStop
  3250.            </h6>
  3251.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3252.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3253.            </div> -->
  3254.          </a>
  3255.        </div>
  3256.          
  3257.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3258.          <a href="https://www.labodeganegra.com/" class="text-decoration-none ">
  3259.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3260.              <i class="ti-angle-right me-2 text-primary"></i>
  3261.               casino not on GamStop
  3262.            </h6>
  3263.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3264.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3265.            </div> -->
  3266.          </a>
  3267.        </div>
  3268.          
  3269.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3270.          <a href="https://orangegenie.com" class="text-decoration-none ">
  3271.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3272.              <i class="ti-angle-right me-2 text-primary"></i>
  3273.               casino not on GamStop
  3274.            </h6>
  3275.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3276.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3277.            </div> -->
  3278.          </a>
  3279.        </div>
  3280.          
  3281.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3282.          <a href="https://www.patients4nhs.org.uk/" class="text-decoration-none ">
  3283.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3284.              <i class="ti-angle-right me-2 text-primary"></i>
  3285.               best casino not on GamStop
  3286.            </h6>
  3287.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3288.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3289.            </div> -->
  3290.          </a>
  3291.        </div>
  3292.          
  3293.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3294.          <a href="https://www.dinton-pastures.co.uk/" class="text-decoration-none ">
  3295.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3296.              <i class="ti-angle-right me-2 text-primary"></i>
  3297.               non GamStop casinos
  3298.            </h6>
  3299.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3300.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3301.            </div> -->
  3302.          </a>
  3303.        </div>
  3304.          
  3305.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3306.          <a href="https://www.thekarczma.co.uk/" class="text-decoration-none ">
  3307.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3308.              <i class="ti-angle-right me-2 text-primary"></i>
  3309.               Non UKGC
  3310.            </h6>
  3311.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3312.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3313.            </div> -->
  3314.          </a>
  3315.        </div>
  3316.          
  3317.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3318.          <a href="https://www.kysty.co.uk/" class="text-decoration-none ">
  3319.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3320.              <i class="ti-angle-right me-2 text-primary"></i>
  3321.               non Gamblock casinos UK
  3322.            </h6>
  3323.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3324.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3325.            </div> -->
  3326.          </a>
  3327.        </div>
  3328.          
  3329.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3330.          <a href="https://www.illinoistech.org/" class="text-decoration-none ">
  3331.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3332.              <i class="ti-angle-right me-2 text-primary"></i>
  3333.               crypto casinos no kyc
  3334.            </h6>
  3335.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3336.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3337.            </div> -->
  3338.          </a>
  3339.        </div>
  3340.          
  3341.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3342.          <a href="https://hisbe.co.uk/" class="text-decoration-none ">
  3343.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3344.              <i class="ti-angle-right me-2 text-primary"></i>
  3345.               casinos not on gamstop
  3346.            </h6>
  3347.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3348.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3349.            </div> -->
  3350.          </a>
  3351.        </div>
  3352.          
  3353.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3354.          <a href="https://citytosea.org.uk/" class="text-decoration-none ">
  3355.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3356.              <i class="ti-angle-right me-2 text-primary"></i>
  3357.               betting sites not on gamstop
  3358.            </h6>
  3359.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3360.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3361.            </div> -->
  3362.          </a>
  3363.        </div>
  3364.          
  3365.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3366.          <a href="https://thisables.com/" class="text-decoration-none ">
  3367.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3368.              <i class="ti-angle-right me-2 text-primary"></i>
  3369.               bingo sites not on gamstop uk
  3370.            </h6>
  3371.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3372.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3373.            </div> -->
  3374.          </a>
  3375.        </div>
  3376.          
  3377.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3378.          <a href="https://deskmate.co/betting-sites-not-on-gamstop/" class="text-decoration-none ">
  3379.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3380.              <i class="ti-angle-right me-2 text-primary"></i>
  3381.               new betting sites uk
  3382.            </h6>
  3383.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3384.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3385.            </div> -->
  3386.          </a>
  3387.        </div>
  3388.          
  3389.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3390.          <a href="https://oncallfire.uk/" class="text-decoration-none ">
  3391.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3392.              <i class="ti-angle-right me-2 text-primary"></i>
  3393.               best non Gamstop casino
  3394.            </h6>
  3395.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3396.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3397.            </div> -->
  3398.          </a>
  3399.        </div>
  3400.          
  3401.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3402.          <a href="https://www.regionalnetworks.org.uk/" class="text-decoration-none ">
  3403.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3404.              <i class="ti-angle-right me-2 text-primary"></i>
  3405.               Casinos Not Using GAMSTOP
  3406.            </h6>
  3407.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3408.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3409.            </div> -->
  3410.          </a>
  3411.        </div>
  3412.          
  3413.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3414.          <a href="https://www.aipce.net/" class="text-decoration-none ">
  3415.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3416.              <i class="ti-angle-right me-2 text-primary"></i>
  3417.               casinos not on gamstop
  3418.            </h6>
  3419.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3420.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3421.            </div> -->
  3422.          </a>
  3423.        </div>
  3424.          
  3425.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3426.          <a href="https://www.roadpeace.org/" class="text-decoration-none ">
  3427.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3428.              <i class="ti-angle-right me-2 text-primary"></i>
  3429.               casinos not on gamstop
  3430.            </h6>
  3431.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3432.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3433.            </div> -->
  3434.          </a>
  3435.        </div>
  3436.          
  3437.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3438.          <a href="https://dickensworld.co.uk/" class="text-decoration-none ">
  3439.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3440.              <i class="ti-angle-right me-2 text-primary"></i>
  3441.               online casinos
  3442.            </h6>
  3443.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3444.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3445.            </div> -->
  3446.          </a>
  3447.        </div>
  3448.          
  3449.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3450.          <a href="https://knightsof.media/" class="text-decoration-none ">
  3451.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3452.              <i class="ti-angle-right me-2 text-primary"></i>
  3453.               non gamstop casino
  3454.            </h6>
  3455.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3456.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3457.            </div> -->
  3458.          </a>
  3459.        </div>
  3460.          
  3461.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3462.          <a href="https://roadpeace.org/" class="text-decoration-none ">
  3463.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3464.              <i class="ti-angle-right me-2 text-primary"></i>
  3465.               casino
  3466.            </h6>
  3467.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3468.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3469.            </div> -->
  3470.          </a>
  3471.        </div>
  3472.          
  3473.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3474.          <a href="https://financialservicescultureboard.org.uk/" class="text-decoration-none ">
  3475.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3476.              <i class="ti-angle-right me-2 text-primary"></i>
  3477.               non gamstop sports betting
  3478.            </h6>
  3479.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3480.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3481.            </div> -->
  3482.          </a>
  3483.        </div>
  3484.          
  3485.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3486.          <a href="https://itechlabs.co.uk/" class="text-decoration-none ">
  3487.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3488.              <i class="ti-angle-right me-2 text-primary"></i>
  3489.               non gamstop sports betting
  3490.            </h6>
  3491.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3492.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3493.            </div> -->
  3494.          </a>
  3495.        </div>
  3496.          
  3497.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3498.          <a href="https://www.taysideaviation.co.uk/" class="text-decoration-none ">
  3499.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3500.              <i class="ti-angle-right me-2 text-primary"></i>
  3501.               non gamstop sports betting sites
  3502.            </h6>
  3503.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3504.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3505.            </div> -->
  3506.          </a>
  3507.        </div>
  3508.          
  3509.      </div>
  3510.  
  3511.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3512.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3513.      </div> -->
  3514.    </div>
  3515.  </div>
  3516.    
  3517.  <div class="sidebar-widget mb-4">
  3518.    <div class="widget-title-wrapper mb-3">
  3519.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3520.        <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3521.        <span class="title-arrow"></span>
  3522.      </h4>
  3523.    </div>
  3524.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  3525.      <div class="blog-roll-list scrollable-sidebar">
  3526.        
  3527.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3528.          <a href="https://kam-media.co.uk/" class="text-decoration-none ">
  3529.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3530.              <i class="ti-angle-right me-2 text-primary"></i>
  3531.               top 50 online casinos uk
  3532.            </h6>
  3533.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3534.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3535.            </div> -->
  3536.          </a>
  3537.        </div>
  3538.          
  3539.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3540.          <a href="https://glasgowmuseumsslavery.co.uk/" class="text-decoration-none ">
  3541.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3542.              <i class="ti-angle-right me-2 text-primary"></i>
  3543.               new online casinos uk
  3544.            </h6>
  3545.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3546.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3547.            </div> -->
  3548.          </a>
  3549.        </div>
  3550.          
  3551.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3552.          <a href="https://www.roadpeace.org/" class="text-decoration-none ">
  3553.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3554.              <i class="ti-angle-right me-2 text-primary"></i>
  3555.               slots
  3556.            </h6>
  3557.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3558.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3559.            </div> -->
  3560.          </a>
  3561.        </div>
  3562.          
  3563.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3564.          <a href="https://www.lsx.org.uk/" class="text-decoration-none ">
  3565.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3566.              <i class="ti-angle-right me-2 text-primary"></i>
  3567.               best betting sites
  3568.            </h6>
  3569.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3570.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3571.            </div> -->
  3572.          </a>
  3573.        </div>
  3574.          
  3575.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3576.          <a href="https://bereavementcommission.org.uk/" class="text-decoration-none ">
  3577.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3578.              <i class="ti-angle-right me-2 text-primary"></i>
  3579.               casinos not on gamstop
  3580.            </h6>
  3581.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3582.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3583.            </div> -->
  3584.          </a>
  3585.        </div>
  3586.          
  3587.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3588.          <a href="https://www.techandplay.org/" class="text-decoration-none ">
  3589.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3590.              <i class="ti-angle-right me-2 text-primary"></i>
  3591.               uk betting sites
  3592.            </h6>
  3593.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3594.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3595.            </div> -->
  3596.          </a>
  3597.        </div>
  3598.          
  3599.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3600.          <a href="https://www.bshg.org.uk/" class="text-decoration-none ">
  3601.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3602.              <i class="ti-angle-right me-2 text-primary"></i>
  3603.               casinos not on gamstop
  3604.            </h6>
  3605.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3606.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3607.            </div> -->
  3608.          </a>
  3609.        </div>
  3610.          
  3611.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3612.          <a href="https://itechlabs.co.uk/" class="text-decoration-none ">
  3613.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3614.              <i class="ti-angle-right me-2 text-primary"></i>
  3615.               best online betting sites
  3616.            </h6>
  3617.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3618.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3619.            </div> -->
  3620.          </a>
  3621.        </div>
  3622.          
  3623.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3624.          <a href="https://esports-news.co.uk/betting-sites/non-gamstop/" class="text-decoration-none ">
  3625.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3626.              <i class="ti-angle-right me-2 text-primary"></i>
  3627.               best new betting sites
  3628.            </h6>
  3629.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3630.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3631.            </div> -->
  3632.          </a>
  3633.        </div>
  3634.          
  3635.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3636.          <a href="https://esports-news.co.uk/online-casinos/non-gamstop/" class="text-decoration-none ">
  3637.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3638.              <i class="ti-angle-right me-2 text-primary"></i>
  3639.               casinos not on gamstop
  3640.            </h6>
  3641.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3642.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3643.            </div> -->
  3644.          </a>
  3645.        </div>
  3646.          
  3647.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3648.          <a href="https://www.mesaonline.org/" class="text-decoration-none ">
  3649.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3650.              <i class="ti-angle-right me-2 text-primary"></i>
  3651.               casinos not on gamstop
  3652.            </h6>
  3653.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3654.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3655.            </div> -->
  3656.          </a>
  3657.        </div>
  3658.          
  3659.      </div>
  3660.  
  3661.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3662.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3663.      </div> -->
  3664.    </div>
  3665.  </div>
  3666.    
  3667.  <!-- <div class="sidebar-widget">
  3668.    <div class="widget-title-wrapper mb-3">
  3669.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3670.        <i class="ti-calendar me-2"></i>August 2025 Blog Roll
  3671.        <span class="title-arrow"></span>
  3672.      </h4>
  3673.    </div>
  3674.    <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3675.      <div class="blog-roll-list">
  3676.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3677.          <a href="#" class="text-decoration-none">
  3678.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3679.              <i class="ti-angle-right me-2 text-primary"></i>
  3680.              Complete Guide to Django REST Framework
  3681.            </h6>
  3682.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3683.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3684.            </div>
  3685.          </a>
  3686.        </div>
  3687.  
  3688.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3689.          <a href="#" class="text-decoration-none">
  3690.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3691.              <i class="ti-angle-right me-2 text-primary"></i>
  3692.              Modern JavaScript ES2025 Features
  3693.            </h6>
  3694.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3695.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 25, 2025</small>
  3696.            </div>
  3697.          </a>
  3698.        </div>
  3699.  
  3700.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3701.          <a href="#" class="text-decoration-none">
  3702.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3703.              <i class="ti-angle-right me-2 text-primary"></i>
  3704.              Digital Marketing Trends in 2025
  3705.            </h6>
  3706.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3707.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 23, 2025</small>
  3708.            </div>
  3709.          </a>
  3710.        </div>
  3711.  
  3712.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3713.          <a href="#" class="text-decoration-none">
  3714.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3715.              <i class="ti-angle-right me-2 text-primary"></i>
  3716.              Remote Work Best Practices
  3717.            </h6>
  3718.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3719.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 20, 2025</small>
  3720.            </div>
  3721.          </a>
  3722.        </div>
  3723.  
  3724.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3725.          <a href="#" class="text-decoration-none">
  3726.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3727.              <i class="ti-angle-right me-2 text-primary"></i>
  3728.              Sustainable Living Tips for Beginners
  3729.            </h6>
  3730.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3731.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 18, 2025</small>
  3732.            </div>
  3733.          </a>
  3734.        </div>
  3735.  
  3736.        <div class="blog-roll-item">
  3737.          <a href="#" class="text-decoration-none">
  3738.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3739.              <i class="ti-angle-right me-2 text-primary"></i>
  3740.              AI and Machine Learning Basics
  3741.            </h6>
  3742.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3743.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 15, 2025</small>
  3744.            </div>
  3745.          </a>
  3746.        </div>
  3747.      </div>
  3748.  
  3749.      <div class="text-center mt-4 pt-3 border-top border-light">
  3750.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3751.      </div>
  3752.    </div>
  3753.  </div> -->
  3754. </div>
  3755.  
  3756. <!-- Sidebar V2 Styles -->
  3757. <style>
  3758.  .sidebar-widget {
  3759.    position: relative;
  3760.  }
  3761.  
  3762.  .widget-title {
  3763.    font-size: 1.1rem;
  3764.    font-weight: 700;
  3765.    display: inline-block;
  3766.    position: relative;
  3767.    z-index: 2;
  3768.    border-radius: 0;
  3769.  }
  3770.  
  3771.  /* Green arrow for August Blog Roll */
  3772.  .title-arrow::after {
  3773.    content: '';
  3774.    position: absolute;
  3775.    top: 0;
  3776.    right: -22px;
  3777.    width: 0;
  3778.    height: 0;
  3779.    border-left: 22px solid var(--bs-primary);
  3780.    border-top: 22px solid transparent;
  3781.    border-bottom: 22px solid transparent;
  3782.    z-index: 1;
  3783.  }
  3784.  
  3785.  /* Blue arrow for Recent Posts */
  3786.  .title-arrow-primary::after {
  3787.    content: '';
  3788.    position: absolute;
  3789.    top: 0;
  3790.    right: -22px;
  3791.    width: 0;
  3792.    height: 0;
  3793.    border-left: 22px solid var(--bs-primary);
  3794.    border-top: 22px solid transparent;
  3795.    border-bottom: 22px solid transparent;
  3796.    z-index: 1;
  3797.  }
  3798.  
  3799.  .widget-content {
  3800.    margin-top: -1px;
  3801.    position: relative;
  3802.    z-index: 1;
  3803.    background-color: var(--card-bg);
  3804.  }
  3805.  
  3806.  /* Blog Roll Items Hover Effects */
  3807.  .blog-roll-item:hover .blog-title {
  3808.    color: #198754 !important;
  3809.    transform: translateX(5px);
  3810.    transition: all 0.3s ease;
  3811.  }
  3812.  
  3813.  /* Recent Post Items Hover Effects */
  3814.  .recent-post-item:hover .post-title a {
  3815.    color: #0d6efd !important;
  3816.    transition: color 0.3s ease;
  3817.  }
  3818.  
  3819.  .recent-post-item:hover .post-image img {
  3820.    transform: scale(1.05);
  3821.    transition: transform 0.3s ease;
  3822.  }
  3823.  
  3824.  /* Button Hover Effects */
  3825.  .btn:hover {
  3826.    transform: translateY(-2px);
  3827.    transition: all 0.3s ease;
  3828.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3829.  }
  3830.  
  3831.  /* Badge Hover Effects */
  3832.  .badge:hover {
  3833.    transform: scale(1.05);
  3834.    transition: transform 0.3s ease;
  3835.  }
  3836.  
  3837.  @media (max-width: 991px) {
  3838.    .sidebar {
  3839.      margin-top: 3rem;
  3840.    }
  3841.  }
  3842.  
  3843.  @media (max-width: 576px) {
  3844.    .widget-title {
  3845.      font-size: 1rem;
  3846.      padding: 0.75rem 1rem !important;
  3847.    }
  3848.  
  3849.    .title-arrow::after,
  3850.    .title-arrow-primary::after {
  3851.      right: -18px;
  3852.      border-left-width: 18px;
  3853.      border-top-width: 18px;
  3854.      border-bottom-width: 18px;
  3855.    }
  3856.  
  3857.    .post-image {
  3858.      width: 70px !important;
  3859.      height: 55px !important;
  3860.    }
  3861.  
  3862.    .blog-meta {
  3863.      flex-direction: column !important;
  3864.      align-items: flex-start !important;
  3865.      gap: 0.5rem;
  3866.    }
  3867.  }
  3868. </style>
  3869.  
  3870.    
  3871.            </div>
  3872.        </div>
  3873.    </div>
  3874. </section>
  3875.  
  3876. <script>
  3877. document.addEventListener('DOMContentLoaded', function() {
  3878.    // Intersection Observer for Fade Animation on Scroll Up and Down
  3879.    const observerOptions = {
  3880.        threshold: [0, 0.15], // Trigger at 0% and 15% visibility
  3881.        rootMargin: '0px 0px -100px 0px'
  3882.    };
  3883.  
  3884.    // Group cards into pairs (assuming two cards per row)
  3885.    const cards = document.querySelectorAll('.scroll-trigger');
  3886.    const cardPairs = [];
  3887.    for (let i = 0; i < cards.length; i += 2) {
  3888.        cardPairs.push([cards[i], cards[i + 1]].filter(Boolean)); // Handle odd number of cards
  3889.    }
  3890.  
  3891.    const observer = new IntersectionObserver(function(entries) {
  3892.        entries.forEach(entry => {
  3893.            const card = entry.target;
  3894.            // Find the pair index for the current card
  3895.            const pairIndex = cardPairs.findIndex(pair => pair.includes(card));
  3896.            const pair = cardPairs[pairIndex];
  3897.  
  3898.            if (entry.isIntersecting) {
  3899.                // Fade in the pair with a delay based on pair index
  3900.                pair.forEach((cardInPair, index) => {
  3901.                    setTimeout(() => {
  3902.                        cardInPair.classList.add('active');
  3903.                    }, pairIndex * 300); // 300ms delay between pairs
  3904.                });
  3905.            } else {
  3906.                // Fade out the pair when exiting viewport
  3907.                pair.forEach(cardInPair => {
  3908.                    cardInPair.classList.remove('active');
  3909.                });
  3910.            }
  3911.        });
  3912.    }, observerOptions);
  3913.  
  3914.    // Observe each card individually
  3915.    cards.forEach(card => {
  3916.        observer.observe(card);
  3917.    });
  3918. });
  3919. </script>
  3920.  
  3921.    
  3922.        
  3923.        <!-- end wpo-blog-highlights-section -->
  3924.        <!-- start wpo-blog-sponsored-section -->
  3925.        
  3926.  
  3927.  
  3928.  
  3929.    
  3930.  
  3931.  
  3932.  <style>
  3933.    .sponsored-section-v7 {
  3934.      padding: 50px 0;
  3935.    }
  3936.    
  3937.    .sponsored-card-v7 {
  3938.      background: #fafafa;
  3939.      border: none;
  3940.      transition: transform 0.3s ease;
  3941.      height: 100%;
  3942.    }
  3943.    
  3944.    .sponsored-card-v7:hover {
  3945.      transform: translateY(-3px);
  3946.    }
  3947.    
  3948.    .sponsored-image-v7 {
  3949.      position: relative;
  3950.      height: 160px;
  3951.    }
  3952.    
  3953.    .sponsored-image-v7 img {
  3954.      width: 100%;
  3955.      height: 100%;
  3956.      object-fit: cover;
  3957.      border-radius: 10px; /* Apply curve to image */
  3958.    }
  3959.    
  3960.    .sponsored-badge-v7 {
  3961.      position: absolute;
  3962.      bottom: 10px; /* pehle -30px tha; need be adjust kar lena */
  3963.      left: 10px;
  3964.      z-index: 10;
  3965.    
  3966.      /* pill look */
  3967.      display: inline-flex; /* vertical centering */
  3968.      align-items: center;
  3969.      justify-content: center;
  3970.      padding: 8px 16px; /* width = content + padding */
  3971.      border-radius: 999px; /* full pill */
  3972.      white-space: nowrap; /* ek hi line me rahe */
  3973.      /* text */
  3974.      font-size: 12px;
  3975.      text-transform: uppercase;
  3976.      letter-spacing: 0.5px;
  3977.      line-height: 1;
  3978.      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  3979.    }
  3980.    
  3981.    /* optional: icon ke saath thoda gap */
  3982.    .sponsored-badge-v7 i,
  3983.    .sponsored-badge-v7 .icon {
  3984.      margin-right: 8px;
  3985.      font-size: 14px;
  3986.      line-height: 1;
  3987.    }
  3988.    
  3989.    .sponsored-content-v7 {
  3990.      padding: 40px 15px 15px; /* Increased top padding to accommodate larger badge */
  3991.    }
  3992.    
  3993.    .sponsored-title-v7 {
  3994.      font-size: 15px;
  3995.      font-weight: 700;
  3996.      line-height: 1.4;
  3997.      margin-bottom: 8px;
  3998.      color: #333;
  3999.    }
  4000.    
  4001.    .sponsored-title-v7 a {
  4002.      text-decoration: none;
  4003.      font-size: 16px;
  4004.      color: var(--topbar-color);
  4005.    }
  4006.    
  4007.    .sponsored-title-v7 a:hover {
  4008.      color: var(--bs-primary); /* Green hover */
  4009.    }
  4010.    
  4011.    .sponsored-excerpt-v7 {
  4012.      font-size: 12px;
  4013.      font-weight: 400;
  4014.      color:  var(--topbar-color);;
  4015.      margin-bottom: 10px;
  4016.      line-height: 1.5;
  4017.    }
  4018.    
  4019.    .sponsored-meta-v7 {
  4020.      font-size: 11px;
  4021.       color: var(--topbar-color);;
  4022.    }
  4023.    
  4024.    .author-info-v7 {
  4025.      margin-bottom: 5px;
  4026.    }
  4027.    
  4028.    .sponsored-author-img-v7 {
  4029.      width: 30px;
  4030.      height: 30px;
  4031.      border-radius: 50%;
  4032.      object-fit: cover;
  4033.      vertical-align: middle;
  4034.      margin-right: 5px;
  4035.    }
  4036.    
  4037.    .section-title-sponsored-v7 {
  4038.      font-size: 1.9rem;
  4039.      font-weight: 600;
  4040.      text-align: center;
  4041.      margin-bottom: 30px;
  4042.      color: #333;
  4043.      position: relative;
  4044.    }
  4045.    
  4046.    .section-title-sponsored-v7::after {
  4047.      content: '';
  4048.      position: absolute;
  4049.      bottom: -8px;
  4050.      left: 50%;
  4051.      transform: translateX(-50%);
  4052.      width: 100px;
  4053.      height: 3px;
  4054.      background: var(--bs-primary);
  4055.    }
  4056.    
  4057.    @media (max-width: 768px) {
  4058.      .sponsored-section-v7 {
  4059.        padding: 30px 0;
  4060.      }
  4061.      .sponsored-image-v7 {
  4062.        height: 120px;
  4063.      }
  4064.      .sponsored-content-v7 {
  4065.        padding: 35px 12px 12px;
  4066.      }
  4067.  
  4068.      .sponsored-title-v7 {
  4069.        font-size: 14px;
  4070.      }
  4071.      .sponsored-excerpt-v7 {
  4072.        font-size: 11px;
  4073.      }
  4074.      .section-title-sponsored-v7 {
  4075.        font-size: 1.6rem;
  4076.      }
  4077.    }
  4078.  </style>
  4079.  
  4080.  <section class="sponsored-section-v7">
  4081.    <div class="container-fluid fluid-container">
  4082.      <div class="row mb-3">
  4083.        <div class="col-12">
  4084.          <h2 class="section-title-sponsored-v7">Sponsored News</h2>
  4085.        </div>
  4086.      </div>
  4087.  
  4088.      <div class="row g-3 d-flex justify-content-center">
  4089.        
  4090.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  4091.            <div class="card sponsored-card-v7">
  4092.              <div class="sponsored-image-v7">
  4093.                
  4094.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  4095.                
  4096.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  4097.              </div>
  4098.              <div class="sponsored-content-v7">
  4099.                <h3 class="sponsored-title-v7"><a href="/gaza-war-in-visualizations-after-24-months-of-hostilities/">Gaza War in Visualizations After 24 Months of Hostilities</a></h3>
  4100.                <p class="sponsored-excerpt-v7 "></p>
  4101.                <div class="sponsored-meta-v7">
  4102.                  <div class="author-info-v7">
  4103.                    
  4104.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Andrew Burke" class="sponsored-author-img-v7" />
  4105.                    
  4106.                    <span>Andrew Burke</span>
  4107.                  </div>
  4108.                  <div>10 May 2026</div>
  4109.                </div>
  4110.              </div>
  4111.            </div>
  4112.          </div>
  4113.        
  4114.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  4115.            <div class="card sponsored-card-v7">
  4116.              <div class="sponsored-image-v7">
  4117.                
  4118.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  4119.                
  4120.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  4121.              </div>
  4122.              <div class="sponsored-content-v7">
  4123.                <h3 class="sponsored-title-v7"><a href="/democrats-condemn-trump-after-he-claims-they-should-face-execution/">Democrats Condemn Trump After He Claims They Should Face Execution</a></h3>
  4124.                <p class="sponsored-excerpt-v7 "></p>
  4125.                <div class="sponsored-meta-v7">
  4126.                  <div class="author-info-v7">
  4127.                    
  4128.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Andrew Burke" class="sponsored-author-img-v7" />
  4129.                    
  4130.                    <span>Andrew Burke</span>
  4131.                  </div>
  4132.                  <div>09 May 2026</div>
  4133.                </div>
  4134.              </div>
  4135.            </div>
  4136.          </div>
  4137.        
  4138.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  4139.            <div class="card sponsored-card-v7">
  4140.              <div class="sponsored-image-v7">
  4141.                
  4142.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  4143.                
  4144.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  4145.              </div>
  4146.              <div class="sponsored-content-v7">
  4147.                <h3 class="sponsored-title-v7"><a href="/the-athletes-and-coaches-not-born-in-the-united-states/">The Athletes and Coaches Not Born in the United States</a></h3>
  4148.                <p class="sponsored-excerpt-v7 "></p>
  4149.                <div class="sponsored-meta-v7">
  4150.                  <div class="author-info-v7">
  4151.                    
  4152.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Andrew Burke" class="sponsored-author-img-v7" />
  4153.                    
  4154.                    <span>Andrew Burke</span>
  4155.                  </div>
  4156.                  <div>09 May 2026</div>
  4157.                </div>
  4158.              </div>
  4159.            </div>
  4160.          </div>
  4161.        
  4162.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  4163.            <div class="card sponsored-card-v7">
  4164.              <div class="sponsored-image-v7">
  4165.                
  4166.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  4167.                
  4168.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  4169.              </div>
  4170.              <div class="sponsored-content-v7">
  4171.                <h3 class="sponsored-title-v7"><a href="/russian-authorities-bans-snapchat-and-cracks-down-on-apples-facetime-state-media-announce/">Russian Authorities Bans Snapchat and Cracks Down on Apple&#x27;s FaceTime, State Media Announce</a></h3>
  4172.                <p class="sponsored-excerpt-v7 "></p>
  4173.                <div class="sponsored-meta-v7">
  4174.                  <div class="author-info-v7">
  4175.                    
  4176.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Andrew Burke" class="sponsored-author-img-v7" />
  4177.                    
  4178.                    <span>Andrew Burke</span>
  4179.                  </div>
  4180.                  <div>09 May 2026</div>
  4181.                </div>
  4182.              </div>
  4183.            </div>
  4184.          </div>
  4185.        
  4186.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  4187.            <div class="card sponsored-card-v7">
  4188.              <div class="sponsored-image-v7">
  4189.                
  4190.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  4191.                
  4192.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  4193.              </div>
  4194.              <div class="sponsored-content-v7">
  4195.                <h3 class="sponsored-title-v7"><a href="/chornobyl-disaster-shelter-can-no-longer-blocks-harmful-radiation-needs-major-restoration-iaea/">Chornobyl Disaster Shelter Can No Longer Blocks Harmful Radiation, Needs Major Restoration – IAEA</a></h3>
  4196.                <p class="sponsored-excerpt-v7 "></p>
  4197.                <div class="sponsored-meta-v7">
  4198.                  <div class="author-info-v7">
  4199.                    
  4200.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Andrew Burke" class="sponsored-author-img-v7" />
  4201.                    
  4202.                    <span>Andrew Burke</span>
  4203.                  </div>
  4204.                  <div>09 May 2026</div>
  4205.                </div>
  4206.              </div>
  4207.            </div>
  4208.          </div>
  4209.        
  4210.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  4211.            <div class="card sponsored-card-v7">
  4212.              <div class="sponsored-image-v7">
  4213.                
  4214.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  4215.                
  4216.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  4217.              </div>
  4218.              <div class="sponsored-content-v7">
  4219.                <h3 class="sponsored-title-v7"><a href="/arsenal-take-on-wolverhampton-wanderers-in-pivotal-english-top-division-encounter/">Arsenal Take On Wolverhampton Wanderers in Pivotal English Top Division Encounter</a></h3>
  4220.                <p class="sponsored-excerpt-v7 "></p>
  4221.                <div class="sponsored-meta-v7">
  4222.                  <div class="author-info-v7">
  4223.                    
  4224.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Andrew Burke" class="sponsored-author-img-v7" />
  4225.                    
  4226.                    <span>Andrew Burke</span>
  4227.                  </div>
  4228.                  <div>09 May 2026</div>
  4229.                </div>
  4230.              </div>
  4231.            </div>
  4232.          </div>
  4233.        
  4234.      </div>
  4235.    </div>
  4236.  </section>
  4237.  
  4238.  
  4239.    
  4240.        <!-- end wpo-blog-sponsored-section -->
  4241.        <!-- start wpo-subscribe-section -->
  4242.        
  4243.        <!-- end subscribe-section -->
  4244.        <!-- start of wpo-site-footer-section -->
  4245.        
  4246.  
  4247.  
  4248.  
  4249.  
  4250.  
  4251.  
  4252. <!-- Footer V5 - Clean Minimalist Bootstrap Design -->
  4253. <footer class="footer-v5 bg-primary-gradient border-top">
  4254.    
  4255.    <!-- Main Footer Content -->
  4256.    <div class="container-fluid py-5">
  4257.        
  4258.        <!-- Top Section with Logo and Description -->
  4259.        <div class="row mb-5">
  4260.            <div class="col-12 text-center">
  4261.                <div class="footer-brand mb-4">
  4262.                    
  4263.                    <h4 class="fw-bold footer-color mb-2">VortexPrime UK</h4>
  4264.                    <p class="footer-color opacity-50">Explore cutting-edge technology reviews, digital innovation insights, and expert guides on software and hardware trends from the UK&#x27;s tech community hub.</p>
  4265.                </div>
  4266.            </div>
  4267.        </div>
  4268.  
  4269.        <!-- Content Grid -->
  4270.        <div class="d-flex justify-content-between flex-wrap gap-2 px-3">
  4271.            
  4272.            <!-- Quick Links Column -->
  4273.            <div class="">
  4274.                <div class="footer-section">
  4275.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  4276.                        Quick Links
  4277.                    </h6>
  4278.                    <ul class="list-unstyled footer-links">
  4279.                        
  4280.                        <li class="mb-2">
  4281.                            <a href="/englands-joe-root-expresses-mixed-opinions-on-pink-ball-test-cricket-before-key-ashes-series-encounter/"
  4282.                               class="text-decoration-none footer-color  d-flex align-items-center">
  4283.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  4284.                                England&#x27;s Joe Root Expresses Mixed Opinions on Pink-Ball Test Cricket Before Key Ashes Series Encounter
  4285.                            </a>
  4286.                        </li>
  4287.                        
  4288.                        <li class="mb-2">
  4289.                            <a href="/conversing-over-the-gap-an-encounter-among-different-perspectives/"
  4290.                               class="text-decoration-none footer-color  d-flex align-items-center">
  4291.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  4292.                                Conversing Over the Gap: An Encounter Among Different Perspectives
  4293.                            </a>
  4294.                        </li>
  4295.                        
  4296.                        <li class="mb-2">
  4297.                            <a href="/womens-tennis-finals-updates-rybakina-faces-alexandrova-iga-swiatek-battles-anisimova/"
  4298.                               class="text-decoration-none footer-color  d-flex align-items-center">
  4299.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  4300.                                Women&#x27;s Tennis Finals Updates: Rybakina Faces Alexandrova, Iga Swiatek Battles Anisimova
  4301.                            </a>
  4302.                        </li>
  4303.                        
  4304.                        <li class="mb-2">
  4305.                            <a href="/cameroon-opposition-figure-confronts-legal-action-concerning-post-election-violence-authorities-declares/"
  4306.                               class="text-decoration-none footer-color  d-flex align-items-center">
  4307.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  4308.                                Cameroon Opposition Figure Confronts Legal Action Concerning Post-Election Violence, Authorities Declares
  4309.                            </a>
  4310.                        </li>
  4311.                        
  4312.                        <li class="mb-2">
  4313.                            <a href="/new-york-city-braces-for-new-gambling-establishments-in-the-midst-of-a-national-gambling-boom/"
  4314.                               class="text-decoration-none footer-color  d-flex align-items-center">
  4315.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  4316.                                New York City Braces For New Gambling Establishments In The Midst Of A National Gambling Boom
  4317.                            </a>
  4318.                        </li>
  4319.                        
  4320.                        <li class="mb-2">
  4321.                            <a href="/the-finnish-team-stuns-two-time-defending-title-holders-us-in-u20-world-championship-quarter-finals/"
  4322.                               class="text-decoration-none footer-color  d-flex align-items-center">
  4323.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  4324.                                The Finnish Team Stuns Two-Time Defending Title Holders US in U20 World Championship Quarter-Finals.
  4325.                            </a>
  4326.                        </li>
  4327.                        
  4328.                    </ul>
  4329.                </div>
  4330.            </div>
  4331.  
  4332.            <!-- Resources Column -->
  4333.            <div class="">
  4334.                <div class="footer-section">
  4335.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  4336.                        Resources
  4337.                    </h6>
  4338.                   <ul class="footer-links" id="footerLinks">
  4339.        
  4340.        
  4341.  
  4342.        
  4343.        
  4344.        
  4345.        
  4346.    </ul>
  4347.                </div>
  4348.            </div>
  4349.  
  4350.            <!-- Categories Column -->
  4351.            <div class="">
  4352.                <div class="footer-section">
  4353.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  4354.                        Categories
  4355.                    </h6>
  4356.                    <div class="category-tags">
  4357.                      
  4358.                                <li>
  4359.                                    <a href="/category/all-posts/" class="footer-link footer-color">
  4360.                                        All Posts
  4361.                                    </a>
  4362.                                </li>
  4363.                                
  4364.                                <li>
  4365.                                    <a href="/category/business/" class="footer-link footer-color">
  4366.                                        Business
  4367.                                    </a>
  4368.                                </li>
  4369.                                
  4370.                                <li>
  4371.                                    <a href="/category/esports/" class="footer-link footer-color">
  4372.                                        Esports
  4373.                                    </a>
  4374.                                </li>
  4375.                                
  4376.                                <li>
  4377.                                    <a href="/category/fashion/" class="footer-link footer-color">
  4378.                                        Fashion
  4379.                                    </a>
  4380.                                </li>
  4381.                                
  4382.                                <li>
  4383.                                    <a href="/category/featured/" class="footer-link footer-color">
  4384.                                        Featured
  4385.                                    </a>
  4386.                                </li>
  4387.                                
  4388.                                <li>
  4389.                                    <a href="/category/gaming/" class="footer-link footer-color">
  4390.                                        Gaming
  4391.                                    </a>
  4392.                                </li>
  4393.                                
  4394.                    </div>
  4395.                </div>
  4396.            </div>
  4397.  
  4398.        </div>
  4399.  
  4400.    </div>
  4401.  
  4402.    <!-- Footer Bottom -->
  4403.    <div class="footer-bottom  border-top py-3">
  4404.        <div class="container-fluid fluid-container">
  4405.            <div class=" d-flex justify-content-between flex-wrap">
  4406.                <div class="">
  4407.                    <p class="mb-0 footer-color  ">
  4408.                        © 2026 <span class="fw-semibold footer-color">VortexPrime UK</span>. All rights reserved.
  4409.                    </p>
  4410.                </div>
  4411.                <div class="">
  4412.                    <div class="footer-nav">
  4413.                        <a href="/page/write-for-us/" class="text-decoration-none   me-3">
  4414.                            <i class="bi bi-file-text me-1"></i>Write For Us
  4415.                        </a>
  4416.                        <a href="/page/terms-and-conditions/" class="text-decoration-none   me-3">
  4417.                            <i class="bi bi-file-text me-1"></i>Terms
  4418.                        </a>
  4419.                        <a href="/sitemap.xml" class="text-decoration-none  ">
  4420.                            <i class="bi bi-diagram-3 me-1"></i>Sitemap
  4421.                        </a>
  4422.                    </div>
  4423.                </div>
  4424.            </div>
  4425.        </div>
  4426.    </div>
  4427.  
  4428. </footer>
  4429.  
  4430. <style>
  4431. /* Footer V5 - Clean Minimalist Bootstrap Design */
  4432.  
  4433.  
  4434.  
  4435.  
  4436. .footer-logo {
  4437.    border-radius: 8px;
  4438. }
  4439.  
  4440. /* Footer Sections */
  4441. .footer-section {
  4442.    padding: 0 15px;
  4443. }
  4444.  
  4445. .footer-section h6 {
  4446.    position: relative;
  4447.    padding-bottom: 8px;
  4448. }
  4449.  
  4450. .footer-section h6::after {
  4451.    content: '';
  4452.    position: absolute;
  4453.    bottom: 0;
  4454.    left: 0;
  4455.    width: 30px;
  4456.    height: 2px;
  4457.    background: linear-gradient(45deg, var(--bs-primary), var(--footer-color));
  4458.    border-radius: 1px;
  4459. }
  4460.  
  4461. /* Links Styling */
  4462. .footer-links a {
  4463.    transition: all 0.3s ease;
  4464.    padding: 4px 0;
  4465.    border-radius: 4px;
  4466. }
  4467.  
  4468. .footer-links a:hover {
  4469.    color: var(--bs-primary) !important;
  4470.    padding-left: 8px;
  4471. }
  4472.  
  4473. .footer-links a:hover i {
  4474.    transform: translateX(2px);
  4475. }
  4476.  
  4477. /* Category Tags */
  4478. .category-tag {
  4479.    transition: all 0.3s ease;
  4480.    padding: 6px 12px !important;
  4481.    font-size: 0.875rem;
  4482. }
  4483.  
  4484.  
  4485.  
  4486. /* Footer Bottom */
  4487. .footer-bottom {
  4488.    backdrop-filter: blur(10px);
  4489. }
  4490.  
  4491. /* Responsive Design */
  4492. @media (max-width: 768px) {
  4493.    .footer-v5 {
  4494.        margin-top: 60px;
  4495.    }
  4496.    
  4497.    .footer-section {
  4498.        text-align:start;
  4499.        margin-bottom: 40px;
  4500.    }
  4501.    
  4502.    .footer-links a,
  4503.    .category-tags {
  4504.        justify-content:start;
  4505.    }
  4506.    
  4507.    .social-links .d-flex {
  4508.        justify-content:start;
  4509.    }
  4510. }
  4511.  
  4512. @media (max-width: 576px) {
  4513.    .footer-brand h4 {
  4514.        font-size: 1.25rem;
  4515.    }
  4516.    
  4517.    .stats-item h5 {
  4518.        font-size: 1.1rem;
  4519.    }
  4520.    
  4521.    .newsletter-form .btn {
  4522.        padding: 8px 12px;
  4523.    }
  4524. }
  4525.  
  4526. /* Animation Classes */
  4527. .fade-in {
  4528.    animation: fadeIn 0.6s ease-in;
  4529. }
  4530.  
  4531. @keyframes fadeIn {
  4532.    from { opacity: 0; transform: translateY(20px); }
  4533.    to { opacity: 1; transform: translateY(0); }
  4534. }
  4535.  
  4536. /* Loading State */
  4537. .loading {
  4538.    pointer-events: none;
  4539.    opacity: 0.7;
  4540. }
  4541.  
  4542. .loading .btn {
  4543.    position: relative;
  4544. }
  4545.  
  4546. .loading .btn::after {
  4547.    content: '';
  4548.    position: absolute;
  4549.    top: 50%;
  4550.    left: 50%;
  4551.    width: 16px;
  4552.    height: 16px;
  4553.    margin: -8px 0 0 -8px;
  4554.    border: 2px solid transparent;
  4555.    border-top-color: currentColor;
  4556.    border-radius: 50%;
  4557.    animation: spin 1s linear infinite;
  4558. }
  4559.  
  4560. @keyframes spin {
  4561.    to { transform: rotate(360deg); }
  4562. }
  4563.  
  4564. /* Utility Classes */
  4565. .text-gradient {
  4566.    background: linear-gradient(45deg, var(--bs-primary), var(--bs-success));
  4567.    -webkit-background-clip: text;
  4568.    -webkit-text-fill-color: transparent;
  4569.    background-clip: text;
  4570. }
  4571.  
  4572. .hover-lift {
  4573.    transition: transform 0.3s ease;
  4574. }
  4575.  
  4576. .hover-lift:hover {
  4577.    transform: translateY(-2px);
  4578. }
  4579. </style>
  4580.  
  4581.  
  4582. <script>
  4583. document.addEventListener('DOMContentLoaded', function() {
  4584.    
  4585.    // Initialize Bootstrap tooltips
  4586.    const tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'));
  4587.    tooltipTriggerList.map(function (tooltipTriggerEl) {
  4588.        return new bootstrap.Tooltip(tooltipTriggerEl);
  4589.    });
  4590.  
  4591.    // Newsletter form handling
  4592.    const newsletterForm = document.querySelector('.newsletter-form');
  4593.    if (newsletterForm) {
  4594.        newsletterForm.addEventListener('submit', function(e) {
  4595.            e.preventDefault();
  4596.            
  4597.            const email = this.querySelector('input[name="email"]').value.trim();
  4598.            const submitBtn = this.querySelector('button[type="submit"]');
  4599.            const originalContent = submitBtn.innerHTML;
  4600.            
  4601.            // Validate email
  4602.            if (!email || !isValidEmail(email)) {
  4603.                showToast('Please enter a valid email address', 'error');
  4604.                return;
  4605.            }
  4606.            
  4607.            // Show loading state
  4608.            this.classList.add('loading');
  4609.            submitBtn.innerHTML = '<span class="spinner-border spinner-border-sm me-1"></span>Subscribing...';
  4610.            submitBtn.disabled = true;
  4611.            
  4612.            // Simulate API call
  4613.            setTimeout(() => {
  4614.                // Success state
  4615.                submitBtn.innerHTML = '<i class="bi bi-check-lg me-1"></i>Subscribed!';
  4616.                submitBtn.classList.remove('btn-primary');
  4617.                submitBtn.classList.add('btn-success');
  4618.                
  4619.                showToast('Successfully subscribed to newsletter!', 'success');
  4620.                
  4621.                // Reset form
  4622.                setTimeout(() => {
  4623.                    this.classList.remove('loading');
  4624.                    submitBtn.innerHTML = originalContent;
  4625.                    submitBtn.classList.remove('btn-success');
  4626.                    submitBtn.classList.add('btn-primary');
  4627.                    submitBtn.disabled = false;
  4628.                    this.reset();
  4629.                }, 2000);
  4630.                
  4631.            }, 1500);
  4632.        });
  4633.    }
  4634.    
  4635.    // Email validation function
  4636.    function isValidEmail(email) {
  4637.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  4638.        return emailRegex.test(email);
  4639.    }
  4640.    
  4641.    // Toast notification function
  4642.    function showToast(message, type = 'info') {
  4643.        // Remove existing toasts
  4644.        const existingToasts = document.querySelectorAll('.custom-toast');
  4645.        existingToasts.forEach(toast => toast.remove());
  4646.        
  4647.        // Create toast
  4648.        const toast = document.createElement('div');
  4649.        toast.className = `custom-toast position-fixed top-0 end-0 m-3 alert alert-${type === 'error' ? 'danger' : type} alert-dismissible fade show`;
  4650.        toast.style.zIndex = '9999';
  4651.        toast.innerHTML = `
  4652.            <div class="d-flex align-items-center">
  4653.                <i class="bi bi-${type === 'success' ? 'check-circle-fill' : type === 'error' ? 'exclamation-triangle-fill' : 'info-circle-fill'} me-2"></i>
  4654.                <span>${message}</span>
  4655.                <button type="button" class="btn-close" data-bs-dismiss="alert"></button>
  4656.            </div>
  4657.        `;
  4658.        
  4659.        document.body.appendChild(toast);
  4660.        
  4661.        // Auto remove after 4 seconds
  4662.        setTimeout(() => {
  4663.            if (toast && toast.parentNode) {
  4664.                toast.remove();
  4665.            }
  4666.        }, 4000);
  4667.    }
  4668.    
  4669.    // Smooth scroll for internal links
  4670.    document.querySelectorAll('a[href^="#"]').forEach(anchor => {
  4671.        anchor.addEventListener('click', function(e) {
  4672.            e.preventDefault();
  4673.            const target = document.querySelector(this.getAttribute('href'));
  4674.            if (target) {
  4675.                target.scrollIntoView({
  4676.                    behavior: 'smooth',
  4677.                    block: 'start'
  4678.                });
  4679.            }
  4680.        });
  4681.    });
  4682.    
  4683.    // Add fade-in animation to footer sections on scroll
  4684.    const observerOptions = {
  4685.        threshold: 0.1,
  4686.        rootMargin: '0px 0px -50px 0px'
  4687.    };
  4688.    
  4689.    const sectionObserver = new IntersectionObserver((entries) => {
  4690.        entries.forEach(entry => {
  4691.            if (entry.isIntersecting) {
  4692.                entry.target.classList.add('fade-in');
  4693.            }
  4694.        });
  4695.    }, observerOptions);
  4696.    
  4697.    // Observe footer sections
  4698.    document.querySelectorAll('.footer-section, .stats-item').forEach(section => {
  4699.        sectionObserver.observe(section);
  4700.    });
  4701.    
  4702.    // Enhanced hover effects for category tags
  4703.    document.querySelectorAll('.category-tag').forEach(tag => {
  4704.        tag.addEventListener('mouseenter', function() {
  4705.            this.style.transform = 'translateY(-2px) scale(1.02)';
  4706.        });
  4707.        
  4708.        tag.addEventListener('mouseleave', function() {
  4709.            this.style.transform = 'translateY(0) scale(1)';
  4710.        });
  4711.    });
  4712.    
  4713.    // Prevent default for demo links
  4714.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4715.        link.addEventListener('click', function(e) {
  4716.            e.preventDefault();
  4717.        });
  4718.    });
  4719.    
  4720.    // Add click ripple effect to buttons
  4721.    document.querySelectorAll('.btn').forEach(btn => {
  4722.        btn.addEventListener('click', function(e) {
  4723.            const ripple = document.createElement('span');
  4724.            const rect = this.getBoundingClientRect();
  4725.            const size = Math.max(rect.width, rect.height);
  4726.            const x = e.clientX - rect.left - size / 2;
  4727.            const y = e.clientY - rect.top - size / 2;
  4728.            
  4729.            ripple.style.cssText = `
  4730.                position: absolute;
  4731.                left: ${x}px;
  4732.                top: ${y}px;
  4733.                width: ${size}px;
  4734.                height: ${size}px;
  4735.                border-radius: 50%;
  4736.                background: rgba(255, 255, 255, 0.4);
  4737.                transform: scale(0);
  4738.                animation: ripple-effect 0.6s linear;
  4739.                pointer-events: none;
  4740.            `;
  4741.            
  4742.            this.style.position = 'relative';
  4743.            this.style.overflow = 'hidden';
  4744.            this.appendChild(ripple);
  4745.            
  4746.            setTimeout(() => ripple.remove(), 600);
  4747.        });
  4748.    });
  4749.    
  4750. });
  4751.  
  4752. // Add ripple animation CSS
  4753. const rippleCSS = document.createElement('style');
  4754. rippleCSS.textContent = `
  4755.    @keyframes ripple-effect {
  4756.        to {
  4757.            transform: scale(4);
  4758.            opacity: 0;
  4759.        }
  4760.    }
  4761. `;
  4762. document.head.appendChild(rippleCSS);
  4763.  
  4764. document.addEventListener('DOMContentLoaded', function () {
  4765.    var btn = document.getElementById('toggleFooterLinks');
  4766.    if (!btn) return; // No extra links, no button
  4767.  
  4768.    var extras = document.querySelectorAll('#footerLinks li.extra');
  4769.  
  4770.    btn.addEventListener('click', function () {
  4771.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4772.            return li.classList.contains('d-none');
  4773.        });
  4774.  
  4775.        extras.forEach(function (li) {
  4776.            if (anyHidden) {
  4777.                li.classList.remove('d-none');
  4778.                li.classList.add('show');
  4779.            } else {
  4780.                li.classList.add('d-none');
  4781.                li.classList.remove('show');
  4782.            }
  4783.        });
  4784.  
  4785.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4786.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4787.    });
  4788. });
  4789.  
  4790. </script>
  4791.  
  4792.        <!-- end of wpo-site-footer-section -->
  4793.    </div>
  4794.    <!-- end of page-wrapper -->
  4795.  
  4796.    <!-- All JavaScript files
  4797.    ================================================== -->
  4798.    
  4799.  
  4800. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4801. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4802. <!-- Plugins for this template -->
  4803. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4804. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4805. <!-- Custom script for this template -->
  4806. <script src="/static/blogapp/assets/js/script.js"></script>
  4807.  
  4808. <script>
  4809. (function () {
  4810. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4811. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4812.  
  4813. function applyFallback(img) {
  4814. if (!img || img.dataset.fallbackApplied === "1") {
  4815. return;
  4816. }
  4817. var failedSrc = img.currentSrc || img.src || "";
  4818. img.dataset.fallbackApplied = "1";
  4819. img.onerror = null;
  4820. img.src = fallbackImageSrc;
  4821. console.warn("[ImageFallback] Replaced broken image:", {
  4822. failedSrc: failedSrc,
  4823. fallbackSrc: fallbackImageSrc,
  4824. alt: img.alt || "",
  4825. });
  4826. }
  4827.  
  4828. document.querySelectorAll("img").forEach(function (img) {
  4829. if (img.complete && img.naturalWidth === 0) {
  4830. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4831. failedSrc: img.currentSrc || img.src || "",
  4832. alt: img.alt || "",
  4833. });
  4834. applyFallback(img);
  4835. }
  4836. });
  4837.  
  4838. document.addEventListener(
  4839. "error",
  4840. function (event) {
  4841. var target = event.target;
  4842. if (target && target.tagName === "IMG") {
  4843. applyFallback(target);
  4844. }
  4845. },
  4846. true
  4847. );
  4848. })();
  4849. </script>
  4850.  
  4851. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4852.  
  4853.  
  4854.  
  4855. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"7ad9215ce00747b68949ada911bd396b","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4856. </body>
  4857.  
  4858. </html>
  4859.  
  4860.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda