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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="domine">
  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_67_T9i6AFv_QbTrgqR_JWULndp_i8lndPn.png">
  14.    
  15.  
  16.    <title>Spot Modern Blog: Contemporary Insights on UK Lifestyle &amp; Culture</title>
  17.    <meta name="description" content="Explore the latest trends in UK lifestyle, culture, and modern living through in-depth articles and expert perspectives on contemporary topics.">
  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://spotmodernblog.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ff66b3;
  42.        --bs-primary-rgb: ff66b3;
  43.        --bs-secondary: #78716c;
  44.        --bs-success: #22c55e;
  45.        --bs-danger: #ef4444;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #f472b6;
  48.        --bs-light: #fce7f3;
  49.        --bs-dark: #4a044e;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ff66b3;
  53.        --theme-primary-color-s2: #ff66b3;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #4a044e;
  57.        --text-light-color: #676767;
  58.        --heading-color: #4a044e;
  59.        --border-color: #f9a8d4;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #ffffff;
  73.        --nav-bg: #ffffff;
  74.        --sub-nav: #f9d3e3;
  75.        --navbar-color: #4a044e;
  76.        --topbar-bg: #fce7f3;
  77.        --topbar-color: #4a044e;
  78.        --footer-bg: #4a044e;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #f9a8d4;
  82.        --card-radius: 12px;
  83.        --link-color: #ff66b3;
  84.        --link-hover: #ff3399;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(255, 102, 179, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. <script>
  368.    var _paq = window._paq = window._paq || [];
  369.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  370.    _paq.push(['trackPageView']);
  371.    _paq.push(['enableLinkTracking']);
  372.    (function() {
  373.        var u = "//analytics.tech-vikings.com/";
  374.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  375.        _paq.push(['setSiteId', '2']);
  376.        var d = document,
  377.            g = d.createElement('script'),
  378.            s = d.getElementsByTagName('script')[0];
  379.        g.async = true;
  380.        g.src = u + 'matomo.js';
  381.        s.parentNode.insertBefore(g, s);
  382.    })();
  383. </script>
  384. </head>
  385.  
  386.  
  387.  
  388. <body class="page-blogapp:homepage theme-theme_16">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.  
  396.  
  397.            <!-- end preloader -->
  398.        
  399.        <!-- Start header -->
  400.        <header id="header" class="wpo-site-header">
  401.            
  402.  
  403.  
  404.    
  405.  
  406.  
  407. <div class="top-bg">
  408.    <div class="unique-topbar d-sm-flex d-none container-fluid fluid-container">
  409.        <button class="unique-menu-btn bg-primary-gradient">Latest Update</button>        
  410.        
  411.        <div class="unique-news-container">
  412.            <div class="unique-news-wrapper" id="newsWrapper">
  413.                <!-- News items injected via JS -->
  414.            </div>
  415.        </div>
  416.    
  417.        <div class="contact-info">
  418.            <ul class="d-flex list-unstyled gap-3 pe-3 flex-wrap">
  419.                <li><a href="#"><i class="top-color ti-facebook"></i></a></li>
  420.                <li><a href="#"><i class="top-color ti-twitter-alt"></i></a></li>
  421.                <li><a href="#"><i class="top-color ti-instagram"></i></a></li>
  422.                <li><a href="#"><i class="top-color ti-google"></i></a></li>
  423.            </ul>
  424.        </div>
  425.    </div>
  426. </div>
  427.  
  428. <script>
  429.    // Build array dynamically from Django context
  430.    const newsItems = [
  431.        
  432.            { title: "Lost Bach Works Presented for First Time in Three Centuries", url: "/lost-bach-works-presented-for-first-time-in-three-centuries/" },
  433.        
  434.            { title: "Galápagos Had No Indigenous Amphibians. Then Hundreds of Thousands of Frogs Made Their Home", url: "/gal%C3%A1pagos-had-no-indigenous-amphibians-then-hundreds-of-thousands-of-frogs-made-their-home/" },
  435.        
  436.            { title: "Sitting with Ferguson and Getting \u0027Knocked Out\u0027 – The Photographer\u0027s Stories", url: "/sitting-with-ferguson-and-getting-knocked-out-the-photographers-stories/" },
  437.        
  438.            { title: "California\u0027s Governor Again Denies Parole for Cult Member Patricia Krenwinkel", url: "/californias-governor-again-denies-parole-for-cult-member-patricia-krenwinkel/" },
  439.        
  440.            { title: "Suspect in Brown University Shooting Found Discovered Dead Inside Storage Unit.", url: "/suspect-in-brown-university-shooting-found-discovered-dead-inside-storage-unit/" }
  441.        
  442.    ];
  443.  
  444.    let currentNewsIndex = 0;
  445.    const newsWrapper = document.getElementById('newsWrapper');
  446.    let newsElements = [];
  447.  
  448.    // Create news elements dynamically with links
  449.    function createNewsElements() {
  450.        newsItems.forEach((news, index) => {
  451.            const newsElement = document.createElement('div');
  452.            newsElement.className = 'unique-news-item';
  453.            newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  454.            newsWrapper.appendChild(newsElement);
  455.            newsElements.push(newsElement);
  456.        });
  457.  
  458.        if (newsElements.length > 0) {
  459.            newsElements[0].classList.add('active');
  460.        }
  461.    }
  462.  
  463.    function changeNews() {
  464.        const currentElement = newsElements[currentNewsIndex];
  465.        const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  466.        const nextElement = newsElements[nextIndex];
  467.  
  468.        currentElement.classList.remove('active');
  469.        currentElement.classList.add('exit-up');
  470.  
  471.        setTimeout(() => {
  472.            nextElement.classList.add('active');
  473.            currentNewsIndex = nextIndex;
  474.  
  475.            setTimeout(() => {
  476.                currentElement.classList.remove('exit-up');
  477.            }, 100);
  478.        }, 250);
  479.    }
  480.  
  481.    function startNewsRotation() {
  482.        setInterval(changeNews, 5000);
  483.    }
  484.  
  485.    window.onload = function() {
  486.        createNewsElements();
  487.        startNewsRotation();
  488.    };
  489. </script>
  490.  
  491.  
  492.  
  493.            
  494.  
  495.  
  496.  
  497.  
  498.  
  499.  
  500. <header class="header-v6 mb-4 nav-bg position-relative">
  501.    <div class="main-header-v6">
  502.        <div class="container-fluid fluid-container">
  503.            <div class="row align-items-center justify-content-between">
  504.                <!-- Left Navigation -->
  505.                <div class="col-lg-5 col-md-3">
  506.                    <nav class="left-nav-v6">
  507.                        <ul class="nav-list-v6">
  508.                            
  509.                            <li class="nav-item-v6">
  510.                                <a href="/" class="nav-link-v6 active-v6">Home</a>
  511.                            </li>
  512.  
  513.                            
  514.                            
  515.                            <li class="nav-item-v6">
  516.                                <a href="/category/all-posts/" class="nav-link-v6">
  517.                                    All Posts
  518.                                </a>
  519.                            </li>
  520.                            
  521.                            <li class="nav-item-v6">
  522.                                <a href="/category/business/" class="nav-link-v6">
  523.                                    Business
  524.                                </a>
  525.                            </li>
  526.                            
  527.                            <li class="nav-item-v6">
  528.                                <a href="/category/esports/" class="nav-link-v6">
  529.                                    Esports
  530.                                </a>
  531.                            </li>
  532.                            
  533.                        </ul>
  534.                    </nav>
  535.                </div>
  536.  
  537.                <!-- Center Logo -->
  538.               <div class="col-lg-2 col-md-6 text-center">
  539.                    <div class="logo-center-v6">
  540.                        <a class="brand-link-v6" href="/">
  541.                            
  542.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/4bf2284b-4194-4686-abfa-747a6d6bf6f0_logo.png" alt="Spot Modern Blog" class="logo-img-v6" />
  543.                            
  544.                        </a>
  545.                    </div>
  546.                </div>
  547.  
  548.                <!-- Right Navigation -->
  549.                <div class="col-lg-5 col-md-3">
  550.                    <nav class="right-nav-v6">
  551.                        <ul class="nav-list-v6 justify-content-end">
  552.  
  553.                            
  554.                            
  555.                            <li class="nav-item-v6">
  556.                                <a href="/category/fashion/" class="nav-link-v6">
  557.                                    Fashion
  558.                                </a>
  559.                            </li>
  560.                            
  561.                            <li class="nav-item-v6">
  562.                                <a href="/category/featured/" class="nav-link-v6">
  563.                                    Featured
  564.                                </a>
  565.                            </li>
  566.                            
  567.  
  568.                            
  569.                            
  570.                            
  571.                            <li class="nav-item-v6 dropdown-container-v6">
  572.                                <a href="#" class="nav-link-v6">More</a>
  573.                                <div class="mega-dropdown-v6">
  574.                                    <div class="dropdown-grid-v6">
  575.                                        <div class="dropdown-column-v6">
  576.                                            
  577.                                            <a href="/category/gaming/"
  578.                                                class="dropdown-link-v6">
  579.                                                Gaming
  580.                                            </a>
  581.                                            
  582.                                            <a href="/category/health/"
  583.                                                class="dropdown-link-v6">
  584.                                                Health
  585.                                            </a>
  586.                                            
  587.                                            <a href="/category/life-fitness/"
  588.                                                class="dropdown-link-v6">
  589.                                                Life &amp; Fitness
  590.                                            </a>
  591.                                            
  592.                                            <a href="/category/lifestyle/"
  593.                                                class="dropdown-link-v6">
  594.                                                Lifestyle
  595.                                            </a>
  596.                                            
  597.                                            <a href="/category/news/"
  598.                                                class="dropdown-link-v6">
  599.                                                News
  600.                                            </a>
  601.                                            
  602.                                            <a href="/category/others/"
  603.                                                class="dropdown-link-v6">
  604.                                                Others
  605.                                            </a>
  606.                                            
  607.                                            <a href="/category/politics/"
  608.                                                class="dropdown-link-v6">
  609.                                                Politics
  610.                                            </a>
  611.                                            
  612.                                            <a href="/category/sports/"
  613.                                                class="dropdown-link-v6">
  614.                                                Sports
  615.                                            </a>
  616.                                            
  617.                                            <a href="/category/tech/"
  618.                                                class="dropdown-link-v6">
  619.                                                Tech
  620.                                            </a>
  621.                                            
  622.                                            <a href="/category/travel/"
  623.                                                class="dropdown-link-v6">
  624.                                                Travel
  625.                                            </a>
  626.                                            
  627.                                        </div>
  628.                                    </div>
  629.                                </div>
  630.                            </li>
  631.                            
  632.                            
  633.                             <li>
  634.                  <a href="/page/contact-us/">
  635.                     Contact Us
  636.                  </a>
  637.              </li>
  638.                        </ul>
  639.                    </nav>
  640.                </div>
  641.            </div>
  642.  
  643.  
  644.            <!-- Search Bar Row -->
  645.            <div class="row mt-md-4 ">
  646.                <div class="col-12">
  647.                    <div class="search-container-v6">
  648.                        <form class="search-form-v6" action="#" method="get">
  649.                            <div class="search-wrapper-v6">
  650.                                <svg class="search-icon-v6" width="20" height="20" viewBox="0 0 24 24" fill="none"
  651.                                    stroke="currentColor" stroke-width="2">
  652.                                    <circle cx="11" cy="11" r="8"></circle>
  653.                                    <path d="m21 21-4.35-4.35"></path>
  654.                                </svg>
  655.                                <input id="search-input" type="search" class="search-input-v6"
  656.                                    placeholder="What are you looking for today?" name="q">
  657.                                <button type="submit" class="search-submit-v6">Search</button>
  658.                            </div>
  659.                        </form>
  660.                         <div id="search-results" class="search-results-container search-v1"></div>
  661.                    </div>
  662.                </div>
  663.            </div>
  664.        </div>
  665.    </div>
  666.  
  667.    <!-- Mobile Menu Button -->
  668.    <button class="mobile-toggle-v6  d-lg-none" type="button" onclick="toggleMenuV6()">
  669.        <span class="hamburger-line-v6 text-link "></span>
  670.        <span class="hamburger-line-v6 text-link "></span>
  671.        <span class="hamburger-line-v6 text-link "></span>
  672.    </button>
  673.  
  674.    <!-- Mobile Menu -->
  675. <div class="mobile-menu-v6 d-lg-none" id="mobileMenuV6">
  676.    <div class="mobile-menu-content-v6">
  677.        <button class="mobile-toggle-v6 text-link d-lg-none" style="font-size: larger;" type="button"
  678.            onclick="toggleMenuV6()">
  679.            X
  680.        </button>
  681.        <ul class="mobile-nav-list-v6">
  682.  
  683.            <!-- Static Home -->
  684.            <li class="mobile-nav-item-v6">
  685.                <a href="/"
  686.                   class="mobile-nav-link-v6 active-v6">
  687.                    Home
  688.                </a>
  689.            </li>
  690.  
  691.            <!-- Dynamic categories -->
  692.            
  693.            <li class="mobile-nav-item-v6">
  694.                <a href="/category/all-posts/"
  695.                   class="mobile-nav-link-v6 ">
  696.                    All Posts
  697.                </a>
  698.            </li>
  699.            
  700.            <li class="mobile-nav-item-v6">
  701.                <a href="/category/business/"
  702.                   class="mobile-nav-link-v6 ">
  703.                    Business
  704.                </a>
  705.            </li>
  706.            
  707.            <li class="mobile-nav-item-v6">
  708.                <a href="/category/esports/"
  709.                   class="mobile-nav-link-v6 ">
  710.                    Esports
  711.                </a>
  712.            </li>
  713.            
  714.            <li class="mobile-nav-item-v6">
  715.                <a href="/category/fashion/"
  716.                   class="mobile-nav-link-v6 ">
  717.                    Fashion
  718.                </a>
  719.            </li>
  720.            
  721.            <li class="mobile-nav-item-v6">
  722.                <a href="/category/featured/"
  723.                   class="mobile-nav-link-v6 ">
  724.                    Featured
  725.                </a>
  726.            </li>
  727.            
  728.            <li class="mobile-nav-item-v6">
  729.                <a href="/category/gaming/"
  730.                   class="mobile-nav-link-v6 ">
  731.                    Gaming
  732.                </a>
  733.            </li>
  734.            
  735.            <li class="mobile-nav-item-v6">
  736.                <a href="/category/health/"
  737.                   class="mobile-nav-link-v6 ">
  738.                    Health
  739.                </a>
  740.            </li>
  741.            
  742.            <li class="mobile-nav-item-v6">
  743.                <a href="/category/life-fitness/"
  744.                   class="mobile-nav-link-v6 ">
  745.                    Life &amp; Fitness
  746.                </a>
  747.            </li>
  748.            
  749.            <li class="mobile-nav-item-v6">
  750.                <a href="/category/lifestyle/"
  751.                   class="mobile-nav-link-v6 ">
  752.                    Lifestyle
  753.                </a>
  754.            </li>
  755.            
  756.            <li class="mobile-nav-item-v6">
  757.                <a href="/category/news/"
  758.                   class="mobile-nav-link-v6 ">
  759.                    News
  760.                </a>
  761.            </li>
  762.            
  763.            <li class="mobile-nav-item-v6">
  764.                <a href="/category/others/"
  765.                   class="mobile-nav-link-v6 ">
  766.                    Others
  767.                </a>
  768.            </li>
  769.            
  770.            <li class="mobile-nav-item-v6">
  771.                <a href="/category/politics/"
  772.                   class="mobile-nav-link-v6 ">
  773.                    Politics
  774.                </a>
  775.            </li>
  776.            
  777.            <li class="mobile-nav-item-v6">
  778.                <a href="/category/sports/"
  779.                   class="mobile-nav-link-v6 ">
  780.                    Sports
  781.                </a>
  782.            </li>
  783.            
  784.            <li class="mobile-nav-item-v6">
  785.                <a href="/category/tech/"
  786.                   class="mobile-nav-link-v6 ">
  787.                    Tech
  788.                </a>
  789.            </li>
  790.            
  791.            <li class="mobile-nav-item-v6">
  792.                <a href="/category/travel/"
  793.                   class="mobile-nav-link-v6 ">
  794.                    Travel
  795.                </a>
  796.            </li>
  797.            
  798.  
  799.            <!-- Static Contact -->
  800.            <li class="mobile-nav-item-v6">
  801.                <a href="/page/contact-us/"
  802.                   class="mobile-nav-link-v6 ">
  803.                    Contact Us
  804.                </a>
  805.            </li>
  806.        </ul>
  807.    </div>
  808. </div>
  809. <div class="sidebar-blur d-lg-none"></div>
  810. </header>
  811.  
  812. <style>
  813.    /* Navbar V6 Styles - Centered Logo with Split Navigation */
  814.  
  815.  
  816.    .main-header-v6 {
  817.        padding: 35px 0;
  818.    }
  819.  
  820.    /* Logo Styles */
  821.    .logo-center-v6 {
  822.        position: relative;
  823.    }
  824.  
  825.    .logo-img-v6 {
  826.        max-height: 100px;
  827.        transition: transform 0.3s ease;
  828.    }
  829.  
  830.    .logo-img-v6:hover {
  831.        transform: scale(1.05);
  832.    }
  833.  
  834.    /* Navigation Styles */
  835.    .nav-list-v6 {
  836.        list-style: none;
  837.        padding: 0;
  838.        margin: 0;
  839.        display: flex;
  840.        align-items: center;
  841.    }
  842.  
  843.    .nav-item-v6 {
  844.        position: relative;
  845.        margin: 0 20px;
  846.    }
  847.  
  848.    .nav-link-v6 {
  849.        color: var(--navbar-color) !important;
  850.        text-decoration: none;
  851.        font-weight: 500;
  852.        font-size: 15px;
  853.        padding: 12px 0;
  854.        position: relative;
  855.        transition: all 0.3s ease;
  856.    }
  857.  
  858.    .nav-link-v6::after {
  859.        content: '';
  860.        position: absolute;
  861.        bottom: 0;
  862.        left: 50%;
  863.        width: 0;
  864.        height: 2px;
  865.        transition: all 0.3s ease;
  866.        transform: translateX(-50%);
  867.    }
  868.  
  869.    .nav-link-v6:hover,
  870.    .nav-link-v6.active-v6 {
  871.        font-weight: 700;
  872.        opacity: 0.75;
  873.    }
  874.  
  875.    .nav-link-v6:hover::after,
  876.    .nav-link-v6.active-v6::after {
  877.        width: 100%;
  878.    }
  879.  
  880.    /* Mega Dropdown Styles */
  881.    .dropdown-container-v6 {
  882.        position: relative;
  883.    }
  884.  
  885.    .mega-dropdown-v6 {
  886.        position: absolute;
  887.        top: 100%;
  888.        left: 50%;
  889.        transform: translateX(-50%);
  890.        background: var(--navbar-bg);
  891.        border-radius: 12px;
  892.        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  893.        opacity: 0;
  894.        visibility: hidden;
  895.        transition: all 0.3s ease;
  896.        padding: 25px;
  897.        min-width: 300px;
  898.        z-index: 1200;
  899.        margin-top: 15px;
  900.    }
  901.  
  902.    .dropdown-container-v6:hover .mega-dropdown-v6 {
  903.        opacity: 1;
  904.        visibility: visible;
  905.        margin-top: 0;
  906.    }
  907.  
  908.    .dropdown-grid-v6 {
  909.        display: grid;
  910.        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  911.        gap: 20px;
  912.    }
  913.  
  914.    .dropdown-title-v6 {
  915.        font-size: 13px;
  916.        font-weight: 600;
  917.        color: #4a5568;
  918.        margin-bottom: 10px;
  919.        text-transform: uppercase;
  920.        letter-spacing: 0.5px;
  921.    }
  922.  
  923.    .dropdown-link-v6 {
  924.        display: block;
  925.        color: #2d3748;
  926.        text-decoration: none;
  927.        font-size: 14px;
  928.        padding: 8px 0;
  929.        transition: all 0.3s ease;
  930.        position: relative;
  931.        padding-left: 15px;
  932.    }
  933.  
  934.    .dropdown-link-v6::before {
  935.        content: '';
  936.        position: absolute;
  937.        left: 0;
  938.        top: 50%;
  939.        width: 6px;
  940.        height: 6px;
  941.        background: #e2e8f0;
  942.        border-radius: 50%;
  943.        transform: translateY(-50%);
  944.        transition: all 0.3s ease;
  945.    }
  946.  
  947.    .dropdown-link-v6:hover {
  948.        color: #667eea;
  949.        padding-left: 20px;
  950.    }
  951.  
  952.    .dropdown-link-v6:hover::before {
  953.        background: #667eea;
  954.    }
  955.  
  956.    /* Search Styles */
  957.    .search-container-v6 {
  958.        max-width: 600px;
  959.        margin: 0 auto;
  960.    }
  961.  
  962.    .search-wrapper-v6 {
  963.        position: relative;
  964.        background: #f7fafc;
  965.        border-radius: 50px;
  966.        display: flex;
  967.        align-items: center;
  968.        transition: all 0.3s ease;
  969.        border: 2px solid transparent;
  970.    }
  971.  
  972.    .search-wrapper-v6:focus-within {
  973.        background: #ffffff;
  974.        border-color: #007bff;
  975.        box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
  976.    }
  977.  
  978.    .search-icon-v6 {
  979.        color: #a0aec0;
  980.        margin: 0 15px;
  981.        transition: color 0.3s ease;
  982.    }
  983.  
  984.    .search-wrapper-v6:focus-within .search-icon-v6 {
  985.        color: #007bff;
  986.    }
  987.  
  988.    .search-input-v6 {
  989.        flex: 1;
  990.        border: none;
  991.        background: transparent;
  992.        font-size: 16px;
  993.        padding: 10px 0;
  994.        outline: none;
  995.        color: #2d3748;
  996.    }
  997.  
  998.    .search-input-v6::placeholder {
  999.        color: #a0aec0;
  1000.    }
  1001.  
  1002.    .search-submit-v6 {
  1003.        background-color: var(--bs-primary);
  1004.        color: white;
  1005.        border: none;
  1006.        border-radius: 50px;
  1007.        padding: 12px 25px;
  1008.        font-weight: 500;
  1009.        cursor: pointer;
  1010.        transition: all 0.3s ease;
  1011.    }
  1012.  
  1013.    .search-submit-v6:hover {
  1014.        transform: translateY(-2px);
  1015.        box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
  1016.    }
  1017.  
  1018.    /* Mobile Styles */
  1019.    .mobile-toggle-v6 {
  1020.        position: absolute;
  1021.        top: 20px;
  1022.        right: 20px;
  1023.        background: none;
  1024.        border: none;
  1025.        cursor: pointer;
  1026.        z-index: 999;
  1027.        padding: 5px;
  1028.    }
  1029.  
  1030.    .hamburger-line-v6 {
  1031.        display: block;
  1032.        width: 25px;
  1033.        height: 3px;
  1034.        background: var(--navbar-color);
  1035.        margin: 5px 0;
  1036.        transition: all 0.3s ease;
  1037.        border-radius: 2px;
  1038.    }
  1039.  
  1040.    .mobile-menu-v6 {
  1041.        position: fixed;
  1042.        top: 0;
  1043.        right: -100%;
  1044.        width: 300px;
  1045.        height: 100vh;
  1046.        background: var(--navbar-bg) !important;
  1047.        z-index: 1000;
  1048.        transition: right 0.3s ease;
  1049.        box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
  1050.    }
  1051.  
  1052.    .mobile-menu-v6.show-v6 {
  1053.        right: 0;
  1054.    }
  1055.  
  1056.    .mobile-menu-content-v6 {
  1057.        padding: 80px 30px 30px;
  1058.        height: 100%;
  1059.        overflow-y: auto;
  1060.    }
  1061.  
  1062.    .mobile-nav-list-v6 {
  1063.        list-style: none;
  1064.        padding: 0;
  1065.        margin: 0;
  1066.    }
  1067.  
  1068.    .mobile-nav-item-v6 {
  1069.        margin-bottom: 5px;
  1070.    }
  1071.  
  1072.    .mobile-nav-link-v6 {
  1073.        display: flex;
  1074.        align-items: center;
  1075.        justify-content: space-between;
  1076.        color: var(--navbar-color) !important;
  1077.        text-decoration: none;
  1078.        font-size: 16px;
  1079.        font-weight: 500;
  1080.        padding: 15px 0;
  1081.        border-bottom: 1px solid var(--border-color);
  1082.        transition: color 0.3s ease;
  1083.    }
  1084.  
  1085.    .mobile-nav-link-v6:hover,
  1086.    .mobile-nav-link-v6.active-v6 {
  1087.        color: #667eea;
  1088.    }
  1089.  
  1090.    .mobile-dropdown-v6 {
  1091.        list-style: none;
  1092.        padding: 0;
  1093.        margin: 0;
  1094.        max-height: 0;
  1095.        overflow: hidden;
  1096.        transition: max-height 0.3s ease;
  1097.        background: var(--navbar-bg);
  1098.        border-radius: 8px;
  1099.        margin-top: 5px;
  1100.    }
  1101.  
  1102.    .mobile-dropdown-v6.show-v6 {
  1103.        max-height: 300px;
  1104.        padding: 10px 0;
  1105.    }
  1106.  
  1107.    .mobile-dropdown-link-v6 {
  1108.        display: block;
  1109.        color: var(--navbar-color) !important;
  1110.        text-decoration: none;
  1111.        font-size: 14px;
  1112.        padding: 10px 20px;
  1113.        transition: all 0.3s ease;
  1114.    }
  1115.  
  1116.    .mobile-dropdown-link-v6:hover {
  1117.        color: #667eea;
  1118.        opacity: 0.6;
  1119.    }
  1120.  
  1121.    /* Responsive Design */
  1122.    @media (max-width: 991px) {
  1123.  
  1124.        .left-nav-v6,
  1125.        .right-nav-v6 {
  1126.            display: none;
  1127.        }
  1128.  
  1129.        .main-header-v6 {
  1130.            padding: 15px 0;
  1131.        }
  1132.  
  1133.        .search-container-v6 {
  1134.            margin-top: 20px;
  1135.        }
  1136.    }
  1137.  
  1138.    @media (max-width: 768px) {
  1139.        .search-wrapper-v6 {
  1140.            flex-direction: row;
  1141.        }
  1142.  
  1143.        .search-input-v6 {
  1144.            padding: 6px 0;
  1145.            text-align: center;
  1146.            display: flex;
  1147.        }
  1148.  
  1149.  
  1150.        .search-submit-v6 {
  1151.            width: 100%;
  1152.            margin-top: 10px;
  1153.            display: none;
  1154.        }
  1155.    }
  1156. </style>
  1157.  
  1158. <script>
  1159.    function toggleMenuV6() {
  1160.        const mobileMenu = document.getElementById('mobileMenuV6');
  1161.        mobileMenu.classList.toggle('show-v6');
  1162.    }
  1163.  
  1164.    function toggleMobileDropdown(dropdownId) {
  1165.        const dropdown = document.getElementById(dropdownId);
  1166.        dropdown.classList.toggle('show-v6');
  1167.    }
  1168.  
  1169.    // Close mobile menu when clicking outside
  1170.    document.addEventListener('click', function (event) {
  1171.        const mobileMenu = document.getElementById('mobileMenuV6');
  1172.        const mobileToggle = document.querySelector('.mobile-toggle-v6');
  1173.  
  1174.        if (!mobileMenu.contains(event.target) && !mobileToggle.contains(event.target)) {
  1175.            mobileMenu.classList.remove('show-v6');
  1176.        }
  1177.    });
  1178. </script>
  1179.  
  1180. <script>
  1181.  document.addEventListener("DOMContentLoaded", function () {
  1182.    console.log("loaded");
  1183.  
  1184.     const searchInput = document.getElementById("search-input")
  1185.    const searchResults = document.getElementById("search-results");
  1186.  
  1187.    if (!searchInput || !searchResults) {
  1188.      console.error("Search input/results not found");
  1189.      return;
  1190.    }
  1191.  
  1192.    // Prevent form submission
  1193.    if (searchInput.form) {
  1194.      searchInput.form.addEventListener("submit", function (e) {
  1195.        e.preventDefault();
  1196.      });
  1197.    }
  1198.  
  1199.    // Add event listener for keyup
  1200.    searchInput.addEventListener("keyup", function (e) {
  1201.      console.log("Key pressed:", e.key);
  1202.      e.preventDefault();
  1203.  
  1204.      const query = searchInput.value.trim();
  1205.      console.log("User is typing: " + query);
  1206.  
  1207.      // If empty → clear and hide
  1208.      if (query === "") {
  1209.        searchResults.innerHTML = "";
  1210.        searchResults.style.display = "none";
  1211.        return;
  1212.      }
  1213.  
  1214.      // Show results
  1215.      searchResults.style.display = "block";
  1216.  
  1217.      // Fetch search results
  1218.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1219.        method: "GET",
  1220.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1221.      })
  1222.        .then(response => {
  1223.          console.log("Response Status:", response.status);
  1224.          return response.json();
  1225.        })
  1226.        .then(data => {
  1227.          console.log("Data received:", data);
  1228.          if (data.html) {
  1229.            searchResults.innerHTML = data.html;
  1230.          } else {
  1231.            searchResults.innerHTML = "<p>No results found.</p>";
  1232.          }
  1233.        })
  1234.        .catch(error => {
  1235.          console.error("Error fetching search results:", error);
  1236.        });
  1237.    });
  1238.  
  1239.    // Close results when clicking outside
  1240.    document.addEventListener("click", function (e) {
  1241.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1242.        searchResults.style.display = "none";
  1243.      }
  1244.    });
  1245.  
  1246.    // Close results on ESC key
  1247.    document.addEventListener("keydown", function (e) {
  1248.      if (e.key === "Escape") {
  1249.        searchResults.style.display = "none";
  1250.      }
  1251.    });
  1252.  });
  1253. </script>
  1254.  
  1255. <style>
  1256.        /* search field */
  1257.  .search-results-container {
  1258.  position: absolute;
  1259.  top: 100%; /* Position it below the input field */
  1260.  left: 10px;
  1261.  right: 10px;
  1262.  background-color: white;
  1263.  border: 1px solid #ddd;
  1264.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1265.  max-height: 300px;
  1266.  overflow-y: auto;
  1267.  z-index: 1000;
  1268.  display: none; /* Initially hidden */
  1269. }
  1270.  
  1271. .search-results-container p {
  1272.  margin: 0;
  1273. }
  1274.  
  1275. .search-results-container .result-item {
  1276.  padding: 10px;
  1277.  cursor: pointer;
  1278. }
  1279.  
  1280. .search-results-container .result-item:hover {
  1281.  background-color: #f0f0f0;
  1282. }
  1283. </style>
  1284.  
  1285.        </header>
  1286.        <!-- end of header -->
  1287.        <!-- start of wpo-blog-hero -->
  1288.        
  1289.  
  1290.  
  1291.  
  1292.  <!-- Django Template for Clean Blog Cards -->
  1293.  
  1294.  
  1295.  
  1296.  
  1297. <div class="blog-section">
  1298.    <div class="container-fluid fluid-container">
  1299.        <div class="blog-grid">
  1300.            
  1301.            
  1302.              
  1303.            <!-- Featured Blog Card -->
  1304.            <article class="blog-card featured">
  1305.                <div class="card-image">
  1306.                    
  1307.                        <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1308.                    
  1309.                    <span class="category bg-primary-gradient">News</span>
  1310.                </div>
  1311.                <div class="card-content">
  1312.                    <h2 class="card-title"><a class="top-color" href="/the-mushroom-cleaning-controversy-a-guide-to-preparing-your-fungi/">
  1313.                                        The Mushroom Cleaning Controversy: A Guide to Preparing Your Fungi
  1314.                                    </a></h2>
  1315.                    <p class="card-excerpt"></p>
  1316.                    <div class="card-meta">
  1317.                        <div class="author">
  1318.                            
  1319.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3ded0b49-7d35-4232-b7d7-57b5f057d0aa_profile.png" alt="Mallory Whitehead" style="object-fit: cover;" class="author-avatar">
  1320.                            
  1321.                            <span class="author-name">Mallory Whitehead</span>
  1322.                        </div>
  1323.                        <span class="date">19 May 2026</span>
  1324.                    </div>
  1325.                    <a  href="/the-mushroom-cleaning-controversy-a-guide-to-preparing-your-fungi/" class="read-more">Read Article</a>
  1326.                </div>
  1327.            </article>
  1328.  
  1329.            
  1330.            
  1331.  
  1332.            
  1333.            <!-- Regular Blog Card -->
  1334.            <article class="blog-card">
  1335.                <div class="card-image">
  1336.                    
  1337.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1338.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1339.                    
  1340.                    <span class="category bg-primary-gradient">News</span>
  1341.                </div>
  1342.                <div class="card-content">
  1343.                    <h3 class="card-title"> <a class="top-color" href="/body-of-triathlete-seemingly-taken-by-great-white-recovered-from-pacific-coastline/" >
  1344.                                        Body of Triathlete Seemingly Taken by Great White Recovered from Pacific Coastline
  1345.                                    </a></h3>
  1346.                    <p class="card-excerpt"></p>
  1347.                    <div class="card-meta">
  1348.                        <div class="author">
  1349.                              
  1350.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3ded0b49-7d35-4232-b7d7-57b5f057d0aa_profile.png" alt="Mallory Whitehead" style="object-fit: cover;" class="author-avatar">
  1351.                            
  1352.                            <span class="author-name">Mallory Whitehead</span>
  1353.                        </div>
  1354.                        <span class="date">19 May 2026</span>
  1355.                    </div>
  1356.                    <a  href="/body-of-triathlete-seemingly-taken-by-great-white-recovered-from-pacific-coastline/" class="read-more">Read Article</a>
  1357.                </div>
  1358.            </article>
  1359.            
  1360.            <!-- Regular Blog Card -->
  1361.            <article class="blog-card">
  1362.                <div class="card-image">
  1363.                    
  1364.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1365.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1366.                    
  1367.                    <span class="category bg-primary-gradient">News</span>
  1368.                </div>
  1369.                <div class="card-content">
  1370.                    <h3 class="card-title"> <a class="top-color" href="/barry-manilow-scheduled-for-a-procedure-for-a-lung-cancer-diagnosis/" >
  1371.                                        Barry Manilow Scheduled for a Procedure for a Lung Cancer Diagnosis.
  1372.                                    </a></h3>
  1373.                    <p class="card-excerpt"></p>
  1374.                    <div class="card-meta">
  1375.                        <div class="author">
  1376.                              
  1377.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3ded0b49-7d35-4232-b7d7-57b5f057d0aa_profile.png" alt="Mallory Whitehead" style="object-fit: cover;" class="author-avatar">
  1378.                            
  1379.                            <span class="author-name">Mallory Whitehead</span>
  1380.                        </div>
  1381.                        <span class="date">19 May 2026</span>
  1382.                    </div>
  1383.                    <a  href="/barry-manilow-scheduled-for-a-procedure-for-a-lung-cancer-diagnosis/" class="read-more">Read Article</a>
  1384.                </div>
  1385.            </article>
  1386.            
  1387.            <!-- Regular Blog Card -->
  1388.            <article class="blog-card">
  1389.                <div class="card-image">
  1390.                    
  1391.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1392.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1393.                    
  1394.                    <span class="category bg-primary-gradient">News</span>
  1395.                </div>
  1396.                <div class="card-content">
  1397.                    <h3 class="card-title"> <a class="top-color" href="/former-uk-soldier-accused-of-murdering-kenyan-woman-shows-up-in-courtroom/" >
  1398.                                        Former UK Soldier Accused of Murdering Kenyan Woman Shows Up in Courtroom
  1399.                                    </a></h3>
  1400.                    <p class="card-excerpt"></p>
  1401.                    <div class="card-meta">
  1402.                        <div class="author">
  1403.                              
  1404.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3ded0b49-7d35-4232-b7d7-57b5f057d0aa_profile.png" alt="Mallory Whitehead" style="object-fit: cover;" class="author-avatar">
  1405.                            
  1406.                            <span class="author-name">Mallory Whitehead</span>
  1407.                        </div>
  1408.                        <span class="date">19 May 2026</span>
  1409.                    </div>
  1410.                    <a  href="/former-uk-soldier-accused-of-murdering-kenyan-woman-shows-up-in-courtroom/" class="read-more">Read Article</a>
  1411.                </div>
  1412.            </article>
  1413.            
  1414.            <!-- Regular Blog Card -->
  1415.            <article class="blog-card">
  1416.                <div class="card-image">
  1417.                    
  1418.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1419.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1420.                    
  1421.                    <span class="category bg-primary-gradient">News</span>
  1422.                </div>
  1423.                <div class="card-content">
  1424.                    <h3 class="card-title"> <a class="top-color" href="/us-food-and-drug-administration-approves-flibanserin-a-libido-enhancing-drug-for-postmenopausal/" >
  1425.                                        U.S. Food and Drug Administration Approves Flibanserin, a Libido-Enhancing Drug for Postmenopausal
  1426.                                    </a></h3>
  1427.                    <p class="card-excerpt"></p>
  1428.                    <div class="card-meta">
  1429.                        <div class="author">
  1430.                              
  1431.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3ded0b49-7d35-4232-b7d7-57b5f057d0aa_profile.png" alt="Mallory Whitehead" style="object-fit: cover;" class="author-avatar">
  1432.                            
  1433.                            <span class="author-name">Mallory Whitehead</span>
  1434.                        </div>
  1435.                        <span class="date">19 May 2026</span>
  1436.                    </div>
  1437.                    <a  href="/us-food-and-drug-administration-approves-flibanserin-a-libido-enhancing-drug-for-postmenopausal/" class="read-more">Read Article</a>
  1438.                </div>
  1439.            </article>
  1440.            
  1441.  
  1442.        </div>
  1443.    </div>
  1444. </div>
  1445.  
  1446. <style>
  1447.  
  1448.  
  1449. .blog-section {
  1450.    padding: 60px 0;
  1451. }
  1452.  
  1453.  
  1454. .blog-grid {
  1455.    display: grid;
  1456.    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  1457.    gap: 30px;
  1458. }
  1459.  
  1460. /* Blog Cards */
  1461. .blog-card {
  1462.    background: var(--card-bg);
  1463.    border: 1px solid var(--border-color);
  1464.    border-radius: var(--card-radius);
  1465.    overflow: hidden;
  1466.    transition: all 0.3s ease;
  1467. }
  1468.  
  1469. .blog-card:hover {
  1470.    transform: translateY(-5px);
  1471.    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  1472.    border-color: var(--border-color);
  1473. }
  1474.  
  1475. .featured {
  1476.    grid-column: span 2;
  1477.    display: grid;
  1478.    grid-template-columns: 1fr 1fr;
  1479.    gap: 0;
  1480. }
  1481.  
  1482. .card-image {
  1483.    position: relative;
  1484.    height: 220px;
  1485.    background: #f8f8f8;
  1486. }
  1487.  
  1488. .featured .card-image {
  1489.    height: 100%;
  1490.    min-height: 300px;
  1491. }
  1492.  
  1493. .card-image img {
  1494.    width: 100%;
  1495.    height: 100%;
  1496.    object-fit: cover;
  1497. }
  1498.  
  1499. .category {
  1500.    position: absolute;
  1501.    top: 15px;
  1502.    left: 15px;
  1503.    padding: 6px 16px;
  1504.    border-radius: 20px;
  1505.    font-size: 12px;
  1506.    font-weight: 500;
  1507.    text-transform: uppercase;
  1508.    letter-spacing: 0.5px;
  1509. }
  1510.  
  1511. .card-content {
  1512.    padding: 25px;
  1513. }
  1514.  
  1515. .featured .card-content {
  1516.    display: flex;
  1517.    flex-direction: column;
  1518.    justify-content: center;
  1519.    padding: 40px;
  1520. }
  1521.  
  1522. .card-title {
  1523.    font-size: 18px;
  1524.    font-weight: 600;
  1525.    margin-bottom: 12px;
  1526.    line-height: 1.4;
  1527. }
  1528.  
  1529. .featured .card-title {
  1530.    font-size: 24px;
  1531.    margin-bottom: 15px;
  1532. }
  1533.  
  1534. .card-excerpt {
  1535.    color: #666;
  1536.    font-size: 14px;
  1537.    line-height: 1.6;
  1538.    margin-bottom: 20px;
  1539. }
  1540.  
  1541. .featured .card-excerpt {
  1542.    font-size: 16px;
  1543.    margin-bottom: 25px;
  1544. }
  1545.  
  1546. .card-meta {
  1547.    display: flex;
  1548.    align-items: center;
  1549.    justify-content: space-between;
  1550.    padding-top: 15px;
  1551.    border-top: 1px solid #f0f0f0;
  1552.    margin-bottom: 15px;
  1553. }
  1554.  
  1555. .author {
  1556.    display: flex;
  1557.    align-items: center;
  1558.    gap: 10px;
  1559. }
  1560.  
  1561. .author-avatar {
  1562.    width: 30px;
  1563.    height: 30px;
  1564.    border-radius: 50%;
  1565.    object-fit: cover;
  1566.    border: 1px solid #e5e5e5;
  1567. }
  1568.  
  1569. .author-name {
  1570.    color: #555;
  1571.    font-size: 13px;
  1572.    font-weight: 500;
  1573. }
  1574.  
  1575. .date {
  1576.    color: #999;
  1577.    font-size: 12px;
  1578. }
  1579.  
  1580. .read-more {
  1581.    color: #333;
  1582.    text-decoration: none;
  1583.    font-size: 13px;
  1584.    font-weight: 500;
  1585.    display: inline-flex;
  1586.    align-items: center;
  1587.    transition: color 0.2s ease;
  1588. }
  1589.  
  1590. .read-more:hover {
  1591.    color: #000;
  1592. }
  1593.  
  1594. .read-more::after {
  1595.    content: '→';
  1596.    margin-left: 8px;
  1597.    transition: transform 0.2s ease;
  1598. }
  1599.  
  1600. .read-more:hover::after {
  1601.    transform: translateX(4px);
  1602. }
  1603.  
  1604. /* Newsletter Card */
  1605. .newsletter-card {
  1606.    background: white;
  1607.    border: 2px dashed #ddd;
  1608.    border-radius: 12px;
  1609.    padding: 40px 30px;
  1610.    text-align: center;
  1611.    display: flex;
  1612.    flex-direction: column;
  1613.    justify-content: center;
  1614.    align-items: center;
  1615. }
  1616.  
  1617. .newsletter-title {
  1618.    color: #333;
  1619.    font-size: 20px;
  1620.    font-weight: 600;
  1621.    margin-bottom: 8px;
  1622. }
  1623.  
  1624. .newsletter-desc {
  1625.    color: #666;
  1626.    font-size: 14px;
  1627.    margin-bottom: 25px;
  1628. }
  1629.  
  1630. .newsletter-form {
  1631.    width: 100%;
  1632.    max-width: 280px;
  1633.    margin-bottom: 15px;
  1634. }
  1635.  
  1636. .email-input {
  1637.    width: 100%;
  1638.    padding: 12px 16px;
  1639.    border: 1px solid #ddd;
  1640.    border-radius: 8px;
  1641.    font-size: 14px;
  1642.    margin-bottom: 12px;
  1643.    transition: border-color 0.2s ease;
  1644. }
  1645.  
  1646. .email-input:focus {
  1647.    outline: none;
  1648.    border-color: #333;
  1649. }
  1650.  
  1651. .subscribe-btn {
  1652.    width: 100%;
  1653.    padding: 12px 16px;
  1654.    background: #333;
  1655.    color: white;
  1656.    border: none;
  1657.    border-radius: 8px;
  1658.    font-size: 14px;
  1659.    font-weight: 500;
  1660.    cursor: pointer;
  1661.    transition: background 0.2s ease;
  1662. }
  1663.  
  1664. .subscribe-btn:hover {
  1665.    background: #555;
  1666. }
  1667.  
  1668. .subscriber-count {
  1669.    color: #999;
  1670.    font-size: 12px;
  1671. }
  1672.  
  1673. /* Responsive Design */
  1674. @media (max-width: 768px) {
  1675.    .blog-grid {
  1676.        grid-template-columns: 1fr;
  1677.        gap: 20px;
  1678.    }
  1679.    
  1680.    .featured {
  1681.        grid-column: span 1;
  1682.        grid-template-columns: 1fr;
  1683.    }
  1684.    
  1685.    .featured .card-image {
  1686.        height: 220px;
  1687.    }
  1688.    
  1689.    .featured .card-content {
  1690.        padding: 25px;
  1691.    }
  1692.    
  1693.    .featured .card-title {
  1694.        font-size: 20px;
  1695.    }
  1696.    
  1697.    .featured .card-excerpt {
  1698.        font-size: 14px;
  1699.    }
  1700. }
  1701.  
  1702. @media (max-width: 480px) {
  1703.    .container {
  1704.        padding: 0 15px;
  1705.    }
  1706.    
  1707.    .card-content,
  1708.    .featured .card-content {
  1709.        padding: 20px;
  1710.    }
  1711.    
  1712.    .newsletter-card {
  1713.        padding: 30px 20px;
  1714.    }
  1715. }
  1716. </style>
  1717.  
  1718.  
  1719.  
  1720.  
  1721.        <!-- end of wpo-blog-hero -->
  1722.  
  1723.        <!-- start of wpo-breacking-news -->
  1724.        
  1725.        <!-- end of wpo-breacking-news -->
  1726.        
  1727.        <!-- start wpo-blog-highlights-section -->
  1728.        
  1729.  
  1730.  
  1731.  
  1732.    
  1733.  
  1734.  
  1735. <style>
  1736.  
  1737.    .blog-highlights-section {
  1738.        padding: 30px 0;
  1739.    }
  1740.  
  1741.    .blog-cards-grid {
  1742.        display: grid;
  1743.        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  1744.        gap: 30px;
  1745.    }
  1746.  
  1747.    .blog-card {
  1748.        background: var(--card-bg);
  1749.        border: 1px solid var(--card-border);
  1750.        border-radius: var(--border-radius);
  1751.        overflow: hidden;
  1752.        transition: all 0.3s ease;
  1753.        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  1754.    }
  1755.  
  1756.    .blog-card:hover {
  1757.        transform: translateY(-8px);
  1758.        box-shadow: 0 12px 35px rgba(0,0,0,0.1);
  1759.        border-color: var(--theme-primary-color);
  1760.    }
  1761.  
  1762.    .blog-card-image {
  1763.        position: relative;
  1764.        height: 220px;
  1765.        overflow: hidden;
  1766.    }
  1767.  
  1768.    .blog-card-image img {
  1769.        width: 100%;
  1770.        height: 100%;
  1771.        object-fit: cover;
  1772.        transition: transform 0.3s ease;
  1773.    }
  1774.  
  1775.    .blog-card:hover .blog-card-image img {
  1776.        transform: scale(1.05);
  1777.    }
  1778.  
  1779.    .blog-category {
  1780.        position: absolute;
  1781.        top: 15px;
  1782.        right: 15px;
  1783.        color: white;
  1784.        padding: 6px 12px;
  1785.        border-radius: 20px;
  1786.        font-size: 12px;
  1787.        font-weight: 600;
  1788.        text-transform: uppercase;
  1789.        letter-spacing: 0.5px;
  1790.    }
  1791.  
  1792.    .blog-card-content {
  1793.        padding: 25px;
  1794.    }
  1795.  
  1796.    .blog-card-title {
  1797.        font-family: var(--heading-font);
  1798.        font-size: 1.3rem;
  1799.        font-weight: var(--heading-weight);
  1800.        color: var(--top-color);
  1801.        margin-bottom: 15px;
  1802.        line-height: 1.4;
  1803.    }
  1804.  
  1805.    .blog-card-title a {
  1806.        color: inherit !important;
  1807.        text-decoration: none;
  1808.        transition: color 0.3s ease;
  1809.    }
  1810.  
  1811.    .blog-card-title a:hover {
  1812.        color: var(--theme-primary-color);
  1813.    }
  1814.  
  1815.    .blog-card-meta {
  1816.        display: flex;
  1817.        align-items: center;
  1818.        gap: 15px;
  1819.        margin-bottom: 15px;
  1820.        font-size: 14px;
  1821.        color: var(--text-light-color);
  1822.    }
  1823.  
  1824.    .blog-author-img {
  1825.        width: 30px;
  1826.        height: 30px;
  1827.        border-radius: 50%;
  1828.        object-fit: cover;
  1829.    }
  1830.  
  1831.    .blog-card-excerpt {
  1832.        color: var(--body-color);
  1833.        font-size: 15px;
  1834.        line-height: 1.6;
  1835.        margin-bottom: 20px;
  1836.        display: -webkit-box;
  1837.        -webkit-line-clamp: 3;
  1838.        -webkit-box-orient: vertical;
  1839.        overflow: hidden;
  1840.    }
  1841.  
  1842.    .blog-card-footer {
  1843.        display: flex;
  1844.        justify-content: space-between;
  1845.        align-items: center;
  1846.        padding-top: 15px;
  1847.        border-top: 1px solid var(--border-color-s2);
  1848.    }
  1849.  
  1850.    .blog-read-time {
  1851.        font-size: 13px;
  1852.        color: var(--light);
  1853.    }
  1854.  
  1855.    .blog-read-more {
  1856.        color: var(--top-color) !important;
  1857.        text-decoration: none;
  1858.        font-weight: 600;
  1859.        font-size: 14px;
  1860.        transition: all 0.3s ease;
  1861.    }
  1862.  
  1863.    .blog-read-more:hover {
  1864.        color: var(--theme-primary-color-s2);
  1865.        text-decoration: underline;
  1866.    }
  1867.  
  1868.    .section-title {
  1869.        font-family: var(--heading-font);
  1870.        font-size: 2.5rem;
  1871.        font-weight: var(--heading-weight);
  1872.        color: var(--heading-color);
  1873.        text-align: center;
  1874.        margin-bottom: 20px;
  1875.    }
  1876.  
  1877.    .section-subtitle {
  1878.        text-align: center;
  1879.        color: var(--text-light-color);
  1880.        font-size: 1.1rem;
  1881.        max-width: 600px;
  1882.        margin: 0 auto;
  1883.    }
  1884.  
  1885.    @media (max-width: 768px) {
  1886.        .blog-cards-grid {
  1887.            grid-template-columns: 1fr;
  1888.            gap: 20px;
  1889.        }
  1890.        
  1891.        .section-title {
  1892.            font-size: 2rem;
  1893.        }
  1894.        
  1895.        .blog-highlights-section {
  1896.            padding: 60px 0;
  1897.        }
  1898.    }
  1899. </style>
  1900.  
  1901. <section class="blog-highlights-section">
  1902.     <div class="container-fluid fluid-container">
  1903.      
  1904.            <div class="section-title">
  1905.                <h2>
  1906.                Today's Top Highlights
  1907.                   </h2>
  1908.                <p class="section-subtitle">Discover the latest stories and insights from our community</p>
  1909.    </div>
  1910.        
  1911.        <div class="row">
  1912.            <div class="col-lg-8 col-12">
  1913.                <div class="blog-cards-grid">
  1914.                    
  1915.                    <article class="blog-card">
  1916.                        <div class="blog-card-image">
  1917.                          
  1918.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1919.                            
  1920.                            <span class="blog-category bg-primary-gradient">
  1921.                                News
  1922.                            </span>
  1923.                        </div>
  1924.                        <div class="blog-card-content">
  1925.                            <h3 class="blog-card-title">
  1926.                                <a href="/we-need-a-aircraft-to-locate-them-teenagers-emergency-call-to-rescue-loved-ones-stranded-off-australian-coast-unveiled/" >
  1927.                                ‘We Need a Aircraft to Locate Them’: Teenager’s Emergency Call to Rescue Loved Ones Stranded Off Australian Coast Unveiled
  1928.                                </a>
  1929.                            </h3>
  1930.                            <div class="blog-card-meta">
  1931.                                
  1932.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3ded0b49-7d35-4232-b7d7-57b5f057d0aa_profile.png" alt="Mallory Whitehead" style="object-fit: cover;" class="blog-author-img">
  1933.                                
  1934.                                <span>By <strong>Mallory Whitehead</strong></span>
  1935.                                <span>•</span>
  1936.                                <span>19 May 2026</span>
  1937.                            </div>
  1938.                            <p class="blog-card-excerpt">
  1939.                                
  1940.                            </p>
  1941.                            <div class="blog-card-footer">
  1942.                                <div class="blog-read-time">
  1943.                                    📖 5 min read
  1944.                                </div>
  1945.                                <a href="/we-need-a-aircraft-to-locate-them-teenagers-emergency-call-to-rescue-loved-ones-stranded-off-australian-coast-unveiled/" class="blog-read-more">
  1946.                                    Read More →
  1947.                                </a>
  1948.                            </div>
  1949.                        </div>
  1950.                    </article>
  1951.                    
  1952.                    <article class="blog-card">
  1953.                        <div class="blog-card-image">
  1954.                          
  1955.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1956.                            
  1957.                            <span class="blog-category bg-primary-gradient">
  1958.                                News
  1959.                            </span>
  1960.                        </div>
  1961.                        <div class="blog-card-content">
  1962.                            <h3 class="blog-card-title">
  1963.                                <a href="/tropical-storm-disaster-in-sri-lanka-unleashes-a-wave-of-volunteerism/" >
  1964.                                Tropical Storm Disaster in Sri Lanka Unleashes a Wave of Volunteerism
  1965.                                </a>
  1966.                            </h3>
  1967.                            <div class="blog-card-meta">
  1968.                                
  1969.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3ded0b49-7d35-4232-b7d7-57b5f057d0aa_profile.png" alt="Mallory Whitehead" style="object-fit: cover;" class="blog-author-img">
  1970.                                
  1971.                                <span>By <strong>Mallory Whitehead</strong></span>
  1972.                                <span>•</span>
  1973.                                <span>18 May 2026</span>
  1974.                            </div>
  1975.                            <p class="blog-card-excerpt">
  1976.                                
  1977.                            </p>
  1978.                            <div class="blog-card-footer">
  1979.                                <div class="blog-read-time">
  1980.                                    📖 5 min read
  1981.                                </div>
  1982.                                <a href="/tropical-storm-disaster-in-sri-lanka-unleashes-a-wave-of-volunteerism/" class="blog-read-more">
  1983.                                    Read More →
  1984.                                </a>
  1985.                            </div>
  1986.                        </div>
  1987.                    </article>
  1988.                    
  1989.                    <article class="blog-card">
  1990.                        <div class="blog-card-image">
  1991.                          
  1992.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1993.                            
  1994.                            <span class="blog-category bg-primary-gradient">
  1995.                                News
  1996.                            </span>
  1997.                        </div>
  1998.                        <div class="blog-card-content">
  1999.                            <h3 class="blog-card-title">
  2000.                                <a href="/los-blancos-alexander-arnold-might-face-his-former-club-in-forthcoming-champions-league-clash/" >
  2001.                                Los Blancos&#x27; Alexander-Arnold Might Face His Former Club in Forthcoming Champions League Clash
  2002.                                </a>
  2003.                            </h3>
  2004.                            <div class="blog-card-meta">
  2005.                                
  2006.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3ded0b49-7d35-4232-b7d7-57b5f057d0aa_profile.png" alt="Mallory Whitehead" style="object-fit: cover;" class="blog-author-img">
  2007.                                
  2008.                                <span>By <strong>Mallory Whitehead</strong></span>
  2009.                                <span>•</span>
  2010.                                <span>18 May 2026</span>
  2011.                            </div>
  2012.                            <p class="blog-card-excerpt">
  2013.                                
  2014.                            </p>
  2015.                            <div class="blog-card-footer">
  2016.                                <div class="blog-read-time">
  2017.                                    📖 5 min read
  2018.                                </div>
  2019.                                <a href="/los-blancos-alexander-arnold-might-face-his-former-club-in-forthcoming-champions-league-clash/" class="blog-read-more">
  2020.                                    Read More →
  2021.                                </a>
  2022.                            </div>
  2023.                        </div>
  2024.                    </article>
  2025.                    
  2026.                    <article class="blog-card">
  2027.                        <div class="blog-card-image">
  2028.                          
  2029.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2030.                            
  2031.                            <span class="blog-category bg-primary-gradient">
  2032.                                News
  2033.                            </span>
  2034.                        </div>
  2035.                        <div class="blog-card-content">
  2036.                            <h3 class="blog-card-title">
  2037.                                <a href="/disturbing-remembrances-resurface-in-davao-city-as-investigators-piece-together-bondi-shooting-suspects-movements/" >
  2038.                                Disturbing Remembrances Resurface in Davao City as Investigators Piece Together Bondi Shooting Suspects’ Movements
  2039.                                </a>
  2040.                            </h3>
  2041.                            <div class="blog-card-meta">
  2042.                                
  2043.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3ded0b49-7d35-4232-b7d7-57b5f057d0aa_profile.png" alt="Mallory Whitehead" style="object-fit: cover;" class="blog-author-img">
  2044.                                
  2045.                                <span>By <strong>Mallory Whitehead</strong></span>
  2046.                                <span>•</span>
  2047.                                <span>18 May 2026</span>
  2048.                            </div>
  2049.                            <p class="blog-card-excerpt">
  2050.                                
  2051.                            </p>
  2052.                            <div class="blog-card-footer">
  2053.                                <div class="blog-read-time">
  2054.                                    📖 5 min read
  2055.                                </div>
  2056.                                <a href="/disturbing-remembrances-resurface-in-davao-city-as-investigators-piece-together-bondi-shooting-suspects-movements/" class="blog-read-more">
  2057.                                    Read More →
  2058.                                </a>
  2059.                            </div>
  2060.                        </div>
  2061.                    </article>
  2062.                    
  2063.                    <article class="blog-card">
  2064.                        <div class="blog-card-image">
  2065.                          
  2066.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2067.                            
  2068.                            <span class="blog-category bg-primary-gradient">
  2069.                                News
  2070.                            </span>
  2071.                        </div>
  2072.                        <div class="blog-card-content">
  2073.                            <h3 class="blog-card-title">
  2074.                                <a href="/genuine-algarve-exploring-portugal-away-from-the-beach/" >
  2075.                                Genuine Algarve: Exploring Portugal Away from the Beach
  2076.                                </a>
  2077.                            </h3>
  2078.                            <div class="blog-card-meta">
  2079.                                
  2080.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3ded0b49-7d35-4232-b7d7-57b5f057d0aa_profile.png" alt="Mallory Whitehead" style="object-fit: cover;" class="blog-author-img">
  2081.                                
  2082.                                <span>By <strong>Mallory Whitehead</strong></span>
  2083.                                <span>•</span>
  2084.                                <span>18 May 2026</span>
  2085.                            </div>
  2086.                            <p class="blog-card-excerpt">
  2087.                                
  2088.                            </p>
  2089.                            <div class="blog-card-footer">
  2090.                                <div class="blog-read-time">
  2091.                                    📖 5 min read
  2092.                                </div>
  2093.                                <a href="/genuine-algarve-exploring-portugal-away-from-the-beach/" class="blog-read-more">
  2094.                                    Read More →
  2095.                                </a>
  2096.                            </div>
  2097.                        </div>
  2098.                    </article>
  2099.                    
  2100.                    <article class="blog-card">
  2101.                        <div class="blog-card-image">
  2102.                          
  2103.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2104.                            
  2105.                            <span class="blog-category bg-primary-gradient">
  2106.                                News
  2107.                            </span>
  2108.                        </div>
  2109.                        <div class="blog-card-content">
  2110.                            <h3 class="blog-card-title">
  2111.                                <a href="/david-raya-highlights-teams-strength-as-key-to-silverware-pursuit/" >
  2112.                                David Raya Highlights Team&#x27;s Strength as Key to Silverware Pursuit
  2113.                                </a>
  2114.                            </h3>
  2115.                            <div class="blog-card-meta">
  2116.                                
  2117.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3ded0b49-7d35-4232-b7d7-57b5f057d0aa_profile.png" alt="Mallory Whitehead" style="object-fit: cover;" class="blog-author-img">
  2118.                                
  2119.                                <span>By <strong>Mallory Whitehead</strong></span>
  2120.                                <span>•</span>
  2121.                                <span>18 May 2026</span>
  2122.                            </div>
  2123.                            <p class="blog-card-excerpt">
  2124.                                
  2125.                            </p>
  2126.                            <div class="blog-card-footer">
  2127.                                <div class="blog-read-time">
  2128.                                    📖 5 min read
  2129.                                </div>
  2130.                                <a href="/david-raya-highlights-teams-strength-as-key-to-silverware-pursuit/" class="blog-read-more">
  2131.                                    Read More →
  2132.                                </a>
  2133.                            </div>
  2134.                        </div>
  2135.                    </article>
  2136.                    
  2137.                    <article class="blog-card">
  2138.                        <div class="blog-card-image">
  2139.                          
  2140.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2141.                            
  2142.                            <span class="blog-category bg-primary-gradient">
  2143.                                News
  2144.                            </span>
  2145.                        </div>
  2146.                        <div class="blog-card-content">
  2147.                            <h3 class="blog-card-title">
  2148.                                <a href="/will-the-new-zealand-rugby-team-find-their-winning-form-during-the-fall-tour/" >
  2149.                                Will the New Zealand rugby team find their winning form during the fall tour?
  2150.                                </a>
  2151.                            </h3>
  2152.                            <div class="blog-card-meta">
  2153.                                
  2154.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3ded0b49-7d35-4232-b7d7-57b5f057d0aa_profile.png" alt="Mallory Whitehead" style="object-fit: cover;" class="blog-author-img">
  2155.                                
  2156.                                <span>By <strong>Mallory Whitehead</strong></span>
  2157.                                <span>•</span>
  2158.                                <span>18 May 2026</span>
  2159.                            </div>
  2160.                            <p class="blog-card-excerpt">
  2161.                                
  2162.                            </p>
  2163.                            <div class="blog-card-footer">
  2164.                                <div class="blog-read-time">
  2165.                                    📖 5 min read
  2166.                                </div>
  2167.                                <a href="/will-the-new-zealand-rugby-team-find-their-winning-form-during-the-fall-tour/" class="blog-read-more">
  2168.                                    Read More →
  2169.                                </a>
  2170.                            </div>
  2171.                        </div>
  2172.                    </article>
  2173.                    
  2174.                    <article class="blog-card">
  2175.                        <div class="blog-card-image">
  2176.                          
  2177.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2178.                            
  2179.                            <span class="blog-category bg-primary-gradient">
  2180.                                News
  2181.                            </span>
  2182.                        </div>
  2183.                        <div class="blog-card-content">
  2184.                            <h3 class="blog-card-title">
  2185.                                <a href="/the-presidents-overarching-presence-in-sports-hit-a-peak-in-last-year-the-coming-year-threatens-to-take-it-further/" >
  2186.                                The President&#x27;s Overarching Presence in Sports Hit A Peak in Last Year. The Coming Year Threatens to Take It Further.
  2187.                                </a>
  2188.                            </h3>
  2189.                            <div class="blog-card-meta">
  2190.                                
  2191.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3ded0b49-7d35-4232-b7d7-57b5f057d0aa_profile.png" alt="Mallory Whitehead" style="object-fit: cover;" class="blog-author-img">
  2192.                                
  2193.                                <span>By <strong>Mallory Whitehead</strong></span>
  2194.                                <span>•</span>
  2195.                                <span>18 May 2026</span>
  2196.                            </div>
  2197.                            <p class="blog-card-excerpt">
  2198.                                
  2199.                            </p>
  2200.                            <div class="blog-card-footer">
  2201.                                <div class="blog-read-time">
  2202.                                    📖 5 min read
  2203.                                </div>
  2204.                                <a href="/the-presidents-overarching-presence-in-sports-hit-a-peak-in-last-year-the-coming-year-threatens-to-take-it-further/" class="blog-read-more">
  2205.                                    Read More →
  2206.                                </a>
  2207.                            </div>
  2208.                        </div>
  2209.                    </article>
  2210.                    
  2211.                    <article class="blog-card">
  2212.                        <div class="blog-card-image">
  2213.                          
  2214.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2215.                            
  2216.                            <span class="blog-category bg-primary-gradient">
  2217.                                News
  2218.                            </span>
  2219.                        </div>
  2220.                        <div class="blog-card-content">
  2221.                            <h3 class="blog-card-title">
  2222.                                <a href="/we-got-fired-and-were-owning-it-heres-how-to-find-a-new-job-that-works-your-needs/" >
  2223.                                We Got Fired, and We&#x27;re Owning It – Here&#x27;s How to Find a New Job That Works Your Needs
  2224.                                </a>
  2225.                            </h3>
  2226.                            <div class="blog-card-meta">
  2227.                                
  2228.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3ded0b49-7d35-4232-b7d7-57b5f057d0aa_profile.png" alt="Mallory Whitehead" style="object-fit: cover;" class="blog-author-img">
  2229.                                
  2230.                                <span>By <strong>Mallory Whitehead</strong></span>
  2231.                                <span>•</span>
  2232.                                <span>18 May 2026</span>
  2233.                            </div>
  2234.                            <p class="blog-card-excerpt">
  2235.                                
  2236.                            </p>
  2237.                            <div class="blog-card-footer">
  2238.                                <div class="blog-read-time">
  2239.                                    📖 5 min read
  2240.                                </div>
  2241.                                <a href="/we-got-fired-and-were-owning-it-heres-how-to-find-a-new-job-that-works-your-needs/" class="blog-read-more">
  2242.                                    Read More →
  2243.                                </a>
  2244.                            </div>
  2245.                        </div>
  2246.                    </article>
  2247.                    
  2248.                    <article class="blog-card">
  2249.                        <div class="blog-card-image">
  2250.                          
  2251.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2252.                            
  2253.                            <span class="blog-category bg-primary-gradient">
  2254.                                News
  2255.                            </span>
  2256.                        </div>
  2257.                        <div class="blog-card-content">
  2258.                            <h3 class="blog-card-title">
  2259.                                <a href="/in-excess-of-60000-run-from-sudans-city-after-takeover-by-rapid-support-forces-paramilitary-group-un-says/" >
  2260.                                In excess of 60,000 Run from Sudan&#x27;s City After Takeover by Rapid Support Forces Paramilitary Group, UN Says
  2261.                                </a>
  2262.                            </h3>
  2263.                            <div class="blog-card-meta">
  2264.                                
  2265.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3ded0b49-7d35-4232-b7d7-57b5f057d0aa_profile.png" alt="Mallory Whitehead" style="object-fit: cover;" class="blog-author-img">
  2266.                                
  2267.                                <span>By <strong>Mallory Whitehead</strong></span>
  2268.                                <span>•</span>
  2269.                                <span>17 May 2026</span>
  2270.                            </div>
  2271.                            <p class="blog-card-excerpt">
  2272.                                
  2273.                            </p>
  2274.                            <div class="blog-card-footer">
  2275.                                <div class="blog-read-time">
  2276.                                    📖 5 min read
  2277.                                </div>
  2278.                                <a href="/in-excess-of-60000-run-from-sudans-city-after-takeover-by-rapid-support-forces-paramilitary-group-un-says/" class="blog-read-more">
  2279.                                    Read More →
  2280.                                </a>
  2281.                            </div>
  2282.                        </div>
  2283.                    </article>
  2284.                    
  2285.                    <article class="blog-card">
  2286.                        <div class="blog-card-image">
  2287.                          
  2288.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2289.                            
  2290.                            <span class="blog-category bg-primary-gradient">
  2291.                                News
  2292.                            </span>
  2293.                        </div>
  2294.                        <div class="blog-card-content">
  2295.                            <h3 class="blog-card-title">
  2296.                                <a href="/exercise-as-you-work-a-dozen-strength-building-office-workouts-you-can-do-in-normal-attire/" >
  2297.                                Exercise as you work? A dozen strength-building office workouts you can do in normal attire
  2298.                                </a>
  2299.                            </h3>
  2300.                            <div class="blog-card-meta">
  2301.                                
  2302.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3ded0b49-7d35-4232-b7d7-57b5f057d0aa_profile.png" alt="Mallory Whitehead" style="object-fit: cover;" class="blog-author-img">
  2303.                                
  2304.                                <span>By <strong>Mallory Whitehead</strong></span>
  2305.                                <span>•</span>
  2306.                                <span>17 May 2026</span>
  2307.                            </div>
  2308.                            <p class="blog-card-excerpt">
  2309.                                
  2310.                            </p>
  2311.                            <div class="blog-card-footer">
  2312.                                <div class="blog-read-time">
  2313.                                    📖 5 min read
  2314.                                </div>
  2315.                                <a href="/exercise-as-you-work-a-dozen-strength-building-office-workouts-you-can-do-in-normal-attire/" class="blog-read-more">
  2316.                                    Read More →
  2317.                                </a>
  2318.                            </div>
  2319.                        </div>
  2320.                    </article>
  2321.                    
  2322.                    <article class="blog-card">
  2323.                        <div class="blog-card-image">
  2324.                          
  2325.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2326.                            
  2327.                            <span class="blog-category bg-primary-gradient">
  2328.                                News
  2329.                            </span>
  2330.                        </div>
  2331.                        <div class="blog-card-content">
  2332.                            <h3 class="blog-card-title">
  2333.                                <a href="/anno-117s-pax-romanas-best-kept-secret-is-a-impressive-first-person-perspective/" >
  2334.                                Anno 117&#x27;s Pax Romana&#x27;s Best-Kept Secret Is a Impressive First-Person Perspective.
  2335.                                </a>
  2336.                            </h3>
  2337.                            <div class="blog-card-meta">
  2338.                                
  2339.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3ded0b49-7d35-4232-b7d7-57b5f057d0aa_profile.png" alt="Mallory Whitehead" style="object-fit: cover;" class="blog-author-img">
  2340.                                
  2341.                                <span>By <strong>Mallory Whitehead</strong></span>
  2342.                                <span>•</span>
  2343.                                <span>17 May 2026</span>
  2344.                            </div>
  2345.                            <p class="blog-card-excerpt">
  2346.                                
  2347.                            </p>
  2348.                            <div class="blog-card-footer">
  2349.                                <div class="blog-read-time">
  2350.                                    📖 5 min read
  2351.                                </div>
  2352.                                <a href="/anno-117s-pax-romanas-best-kept-secret-is-a-impressive-first-person-perspective/" class="blog-read-more">
  2353.                                    Read More →
  2354.                                </a>
  2355.                            </div>
  2356.                        </div>
  2357.                    </article>
  2358.                    
  2359.                    
  2360.  
  2361.                </div>
  2362.            </div>
  2363.            
  2364.              <div class="col col-lg-4 col-12">
  2365.                
  2366.  
  2367.  
  2368.  
  2369.    
  2370.  
  2371. <!-- Curved Heading Sidebar -->
  2372.    <div class="sidebar mb-3">
  2373.        
  2374.       <div class="sidebar-widget mb-5">
  2375.            <div class="widget-title-wrapper mb-3">
  2376.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2377.                    <div class="title-border"></div>
  2378.                    <i class="ti-folder me-2"></i>May 2026 Blog Roll
  2379.                </h4>
  2380.            </div>
  2381.            <div class="widget-content shadow-sm rounded-3 p-4">
  2382.                <div class="archives-list scrollable-sidebar">
  2383.                    
  2384.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2385.                        <a href="https://thegoldenfleeceyork.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2386.                            <i class="ti-angle-right me-2 text-primary"></i>
  2387.                            <span class="archive-link top-color fw-semibold">casinos not on gamstop</span>
  2388.                        </a>
  2389.                    </div>
  2390.                    
  2391.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2392.                        <a href="https://heyimhome.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2393.                            <i class="ti-angle-right me-2 text-primary"></i>
  2394.                            <span class="archive-link top-color fw-semibold">online casinos UK</span>
  2395.                        </a>
  2396.                    </div>
  2397.                    
  2398.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2399.                        <a href="https://esportsinsider.com/uk/gambling/non-gamstop-casinos" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2400.                            <i class="ti-angle-right me-2 text-primary"></i>
  2401.                            <span class="archive-link top-color fw-semibold">non gamstop casino</span>
  2402.                        </a>
  2403.                    </div>
  2404.                    
  2405.  
  2406.                </div>
  2407.            </div>
  2408.        </div>
  2409.        
  2410.       <div class="sidebar-widget mb-5">
  2411.            <div class="widget-title-wrapper mb-3">
  2412.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2413.                    <div class="title-border"></div>
  2414.                    <i class="ti-folder me-2"></i>April 2026 Blog Roll
  2415.                </h4>
  2416.            </div>
  2417.            <div class="widget-content shadow-sm rounded-3 p-4">
  2418.                <div class="archives-list scrollable-sidebar">
  2419.                    
  2420.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2421.                        <a href="https://www.thecornishvegan.com" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2422.                            <i class="ti-angle-right me-2 text-primary"></i>
  2423.                            <span class="archive-link top-color fw-semibold">sports betting sites not on gamstop uk</span>
  2424.                        </a>
  2425.                    </div>
  2426.                    
  2427.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2428.                        <a href="https://www.roundhaypark.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2429.                            <i class="ti-angle-right me-2 text-primary"></i>
  2430.                            <span class="archive-link top-color fw-semibold">casinos not on gamstop</span>
  2431.                        </a>
  2432.                    </div>
  2433.                    
  2434.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2435.                        <a href="https://www.roadpeace.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2436.                            <i class="ti-angle-right me-2 text-primary"></i>
  2437.                            <span class="archive-link top-color fw-semibold">uk casinos</span>
  2438.                        </a>
  2439.                    </div>
  2440.                    
  2441.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2442.                        <a href="https://www.pgldevonshire.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2443.                            <i class="ti-angle-right me-2 text-primary"></i>
  2444.                            <span class="archive-link top-color fw-semibold">online casinos that accept credit cards</span>
  2445.                        </a>
  2446.                    </div>
  2447.                    
  2448.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2449.                        <a href="https://gifmania.co.uk" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2450.                            <i class="ti-angle-right me-2 text-primary"></i>
  2451.                            <span class="archive-link top-color fw-semibold">casinos not on gamstop</span>
  2452.                        </a>
  2453.                    </div>
  2454.                    
  2455.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2456.                        <a href="https://roadpeace.org" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2457.                            <i class="ti-angle-right me-2 text-primary"></i>
  2458.                            <span class="archive-link top-color fw-semibold">casino not on gamstop</span>
  2459.                        </a>
  2460.                    </div>
  2461.                    
  2462.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2463.                        <a href="https://www.fourpure.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2464.                            <i class="ti-angle-right me-2 text-primary"></i>
  2465.                            <span class="archive-link top-color fw-semibold">online casinos</span>
  2466.                        </a>
  2467.                    </div>
  2468.                    
  2469.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2470.                        <a href="https://www.durhamminers.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2471.                            <i class="ti-angle-right me-2 text-primary"></i>
  2472.                            <span class="archive-link top-color fw-semibold">online casinos UK</span>
  2473.                        </a>
  2474.                    </div>
  2475.                    
  2476.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2477.                        <a href="https://www.executive-shaving.co.uk" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2478.                            <i class="ti-angle-right me-2 text-primary"></i>
  2479.                            <span class="archive-link top-color fw-semibold">online casinos not on GamStop</span>
  2480.                        </a>
  2481.                    </div>
  2482.                    
  2483.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2484.                        <a href="https://www.stmonicas.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2485.                            <i class="ti-angle-right me-2 text-primary"></i>
  2486.                            <span class="archive-link top-color fw-semibold">Non GamStop Casino</span>
  2487.                        </a>
  2488.                    </div>
  2489.                    
  2490.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2491.                        <a href="https://www.patients4nhs.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2492.                            <i class="ti-angle-right me-2 text-primary"></i>
  2493.                            <span class="archive-link top-color fw-semibold">UK casino sites</span>
  2494.                        </a>
  2495.                    </div>
  2496.                    
  2497.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2498.                        <a href="https://akua.co/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2499.                            <i class="ti-angle-right me-2 text-primary"></i>
  2500.                            <span class="archive-link top-color fw-semibold">best online betting sites</span>
  2501.                        </a>
  2502.                    </div>
  2503.                    
  2504.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2505.                        <a href="https://www.ukbeetles.co.uk" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2506.                            <i class="ti-angle-right me-2 text-primary"></i>
  2507.                            <span class="archive-link top-color fw-semibold">non GamStop casinos</span>
  2508.                        </a>
  2509.                    </div>
  2510.                    
  2511.  
  2512.                </div>
  2513.            </div>
  2514.        </div>
  2515.        
  2516.       <div class="sidebar-widget mb-5">
  2517.            <div class="widget-title-wrapper mb-3">
  2518.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2519.                    <div class="title-border"></div>
  2520.                    <i class="ti-folder me-2"></i>March 2026 Blog Roll
  2521.                </h4>
  2522.            </div>
  2523.            <div class="widget-content shadow-sm rounded-3 p-4">
  2524.                <div class="archives-list scrollable-sidebar">
  2525.                    
  2526.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2527.                        <a href="https://www.mediawise.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2528.                            <i class="ti-angle-right me-2 text-primary"></i>
  2529.                            <span class="archive-link top-color fw-semibold">casinos not on GamStop</span>
  2530.                        </a>
  2531.                    </div>
  2532.                    
  2533.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2534.                        <a href="https://www.spicker.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2535.                            <i class="ti-angle-right me-2 text-primary"></i>
  2536.                            <span class="archive-link top-color fw-semibold">casinos not on GamStop</span>
  2537.                        </a>
  2538.                    </div>
  2539.                    
  2540.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2541.                        <a href="https://www.labodeganegra.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2542.                            <i class="ti-angle-right me-2 text-primary"></i>
  2543.                            <span class="archive-link top-color fw-semibold">non GamStop sites</span>
  2544.                        </a>
  2545.                    </div>
  2546.                    
  2547.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2548.                        <a href="https://www.caerphilly.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2549.                            <i class="ti-angle-right me-2 text-primary"></i>
  2550.                            <span class="archive-link top-color fw-semibold">non gamstop casino</span>
  2551.                        </a>
  2552.                    </div>
  2553.                    
  2554.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2555.                        <a href="https://shopy.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2556.                            <i class="ti-angle-right me-2 text-primary"></i>
  2557.                            <span class="archive-link top-color fw-semibold">non gamstop casino</span>
  2558.                        </a>
  2559.                    </div>
  2560.                    
  2561.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2562.                        <a href="https://www.interimpartners.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2563.                            <i class="ti-angle-right me-2 text-primary"></i>
  2564.                            <span class="archive-link top-color fw-semibold">new betting sites uk</span>
  2565.                        </a>
  2566.                    </div>
  2567.                    
  2568.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2569.                        <a href="https://allcatsrgrey.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2570.                            <i class="ti-angle-right me-2 text-primary"></i>
  2571.                            <span class="archive-link top-color fw-semibold">slots not on gamstop</span>
  2572.                        </a>
  2573.                    </div>
  2574.                    
  2575.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2576.                        <a href="https://www.falconryforum.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2577.                            <i class="ti-angle-right me-2 text-primary"></i>
  2578.                            <span class="archive-link top-color fw-semibold">list of casinos not on gamstop</span>
  2579.                        </a>
  2580.                    </div>
  2581.                    
  2582.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2583.                        <a href="https://cricgate.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2584.                            <i class="ti-angle-right me-2 text-primary"></i>
  2585.                            <span class="archive-link top-color fw-semibold">best betting sites uk</span>
  2586.                        </a>
  2587.                    </div>
  2588.                    
  2589.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2590.                        <a href="https://www.nordicresearchnetwork.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2591.                            <i class="ti-angle-right me-2 text-primary"></i>
  2592.                            <span class="archive-link top-color fw-semibold">casinos not registered in UK</span>
  2593.                        </a>
  2594.                    </div>
  2595.                    
  2596.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2597.                        <a href="https://gdalabel.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2598.                            <i class="ti-angle-right me-2 text-primary"></i>
  2599.                            <span class="archive-link top-color fw-semibold">uk online casinos not on gamstop</span>
  2600.                        </a>
  2601.                    </div>
  2602.                    
  2603.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2604.                        <a href="https://www.stamina.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2605.                            <i class="ti-angle-right me-2 text-primary"></i>
  2606.                            <span class="archive-link top-color fw-semibold">non GAMSTOP</span>
  2607.                        </a>
  2608.                    </div>
  2609.                    
  2610.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2611.                        <a href="https://www.toop.eu/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2612.                            <i class="ti-angle-right me-2 text-primary"></i>
  2613.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2614.                        </a>
  2615.                    </div>
  2616.                    
  2617.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2618.                        <a href="https://www.kysty.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2619.                            <i class="ti-angle-right me-2 text-primary"></i>
  2620.                            <span class="archive-link top-color fw-semibold">UK casinos not on GAMSTOP</span>
  2621.                        </a>
  2622.                    </div>
  2623.                    
  2624.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2625.                        <a href="https://www.toop.eu" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2626.                            <i class="ti-angle-right me-2 text-primary"></i>
  2627.                            <span class="archive-link top-color fw-semibold">uk online casino</span>
  2628.                        </a>
  2629.                    </div>
  2630.                    
  2631.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2632.                        <a href="https://tridentcryptofund.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2633.                            <i class="ti-angle-right me-2 text-primary"></i>
  2634.                            <span class="archive-link top-color fw-semibold">crypto casinos UK</span>
  2635.                        </a>
  2636.                    </div>
  2637.                    
  2638.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2639.                        <a href="https://stallion-theme.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2640.                            <i class="ti-angle-right me-2 text-primary"></i>
  2641.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2642.                        </a>
  2643.                    </div>
  2644.                    
  2645.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2646.                        <a href="https://www.techcityuk.com/online-casino/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2647.                            <i class="ti-angle-right me-2 text-primary"></i>
  2648.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2649.                        </a>
  2650.                    </div>
  2651.                    
  2652.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2653.                        <a href="https://roadpeace.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2654.                            <i class="ti-angle-right me-2 text-primary"></i>
  2655.                            <span class="archive-link top-color fw-semibold">casino not on gamstop</span>
  2656.                        </a>
  2657.                    </div>
  2658.                    
  2659.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2660.                        <a href="https://www.thekarczma.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2661.                            <i class="ti-angle-right me-2 text-primary"></i>
  2662.                            <span class="archive-link top-color fw-semibold">Non UK Casino</span>
  2663.                        </a>
  2664.                    </div>
  2665.                    
  2666.  
  2667.                </div>
  2668.            </div>
  2669.        </div>
  2670.        
  2671.       <div class="sidebar-widget mb-5">
  2672.            <div class="widget-title-wrapper mb-3">
  2673.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2674.                    <div class="title-border"></div>
  2675.                    <i class="ti-folder me-2"></i>February 2026 Blog Roll
  2676.                </h4>
  2677.            </div>
  2678.            <div class="widget-content shadow-sm rounded-3 p-4">
  2679.                <div class="archives-list scrollable-sidebar">
  2680.                    
  2681.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2682.                        <a href="https://financialservicescultureboard.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2683.                            <i class="ti-angle-right me-2 text-primary"></i>
  2684.                            <span class="archive-link top-color fw-semibold">football betting sites not on gamstop</span>
  2685.                        </a>
  2686.                    </div>
  2687.                    
  2688.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2689.                        <a href="https://itechlabs.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2690.                            <i class="ti-angle-right me-2 text-primary"></i>
  2691.                            <span class="archive-link top-color fw-semibold">bookies not on gamstop</span>
  2692.                        </a>
  2693.                    </div>
  2694.                    
  2695.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2696.                        <a href="https://www.taysideaviation.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2697.                            <i class="ti-angle-right me-2 text-primary"></i>
  2698.                            <span class="archive-link top-color fw-semibold">bookmakers not on gamstop</span>
  2699.                        </a>
  2700.                    </div>
  2701.                    
  2702.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2703.                        <a href="https://authenticnews.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2704.                            <i class="ti-angle-right me-2 text-primary"></i>
  2705.                            <span class="archive-link top-color fw-semibold">casino online uk</span>
  2706.                        </a>
  2707.                    </div>
  2708.                    
  2709.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2710.                        <a href="https://www.studyquran.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2711.                            <i class="ti-angle-right me-2 text-primary"></i>
  2712.                            <span class="archive-link top-color fw-semibold">non gamstop casino</span>
  2713.                        </a>
  2714.                    </div>
  2715.                    
  2716.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2717.                        <a href="https://www.casquette.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2718.                            <i class="ti-angle-right me-2 text-primary"></i>
  2719.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2720.                        </a>
  2721.                    </div>
  2722.                    
  2723.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2724.                        <a href="https://www.taysideaviation.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2725.                            <i class="ti-angle-right me-2 text-primary"></i>
  2726.                            <span class="archive-link top-color fw-semibold">non gamstop betting sites</span>
  2727.                        </a>
  2728.                    </div>
  2729.                    
  2730.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2731.                        <a href="https://www.roundhaypark.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2732.                            <i class="ti-angle-right me-2 text-primary"></i>
  2733.                            <span class="archive-link top-color fw-semibold">best uk non gamstop casinos</span>
  2734.                        </a>
  2735.                    </div>
  2736.                    
  2737.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2738.                        <a href="https://www.summerhall.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2739.                            <i class="ti-angle-right me-2 text-primary"></i>
  2740.                            <span class="archive-link top-color fw-semibold">non gamstop casinos uk</span>
  2741.                        </a>
  2742.                    </div>
  2743.                    
  2744.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2745.                        <a href="https://www.runningbuggies.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2746.                            <i class="ti-angle-right me-2 text-primary"></i>
  2747.                            <span class="archive-link top-color fw-semibold">sites not on GamStop</span>
  2748.                        </a>
  2749.                    </div>
  2750.                    
  2751.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2752.                        <a href="https://www.peckhamaudio.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2753.                            <i class="ti-angle-right me-2 text-primary"></i>
  2754.                            <span class="archive-link top-color fw-semibold">casinos not on GamStop</span>
  2755.                        </a>
  2756.                    </div>
  2757.                    
  2758.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2759.                        <a href="https://www.mugdock-country-park.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2760.                            <i class="ti-angle-right me-2 text-primary"></i>
  2761.                            <span class="archive-link top-color fw-semibold">non GamStop casinos</span>
  2762.                        </a>
  2763.                    </div>
  2764.                    
  2765.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2766.                        <a href="https://www.moretonmotormuseum.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2767.                            <i class="ti-angle-right me-2 text-primary"></i>
  2768.                            <span class="archive-link top-color fw-semibold">non GamStop casino</span>
  2769.                        </a>
  2770.                    </div>
  2771.                    
  2772.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2773.                        <a href="https://www.mediawise.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2774.                            <i class="ti-angle-right me-2 text-primary"></i>
  2775.                            <span class="archive-link top-color fw-semibold">non GamStop casinos</span>
  2776.                        </a>
  2777.                    </div>
  2778.                    
  2779.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2780.                        <a href="https://www.llancaiachfawr.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2781.                            <i class="ti-angle-right me-2 text-primary"></i>
  2782.                            <span class="archive-link top-color fw-semibold">non GamStop casinos UK</span>
  2783.                        </a>
  2784.                    </div>
  2785.                    
  2786.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2787.                        <a href="https://www.littleshipsramsgate.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2788.                            <i class="ti-angle-right me-2 text-primary"></i>
  2789.                            <span class="archive-link top-color fw-semibold">UK casinos not on GamStop</span>
  2790.                        </a>
  2791.                    </div>
  2792.                    
  2793.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2794.                        <a href="https://www.drinksandco.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2795.                            <i class="ti-angle-right me-2 text-primary"></i>
  2796.                            <span class="archive-link top-color fw-semibold">non GamStop casinos UK</span>
  2797.                        </a>
  2798.                    </div>
  2799.                    
  2800.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2801.                        <a href="https://www.bunker-51.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2802.                            <i class="ti-angle-right me-2 text-primary"></i>
  2803.                            <span class="archive-link top-color fw-semibold">casinos not on GamStop</span>
  2804.                        </a>
  2805.                    </div>
  2806.                    
  2807.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2808.                        <a href="https://womeninfinance.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2809.                            <i class="ti-angle-right me-2 text-primary"></i>
  2810.                            <span class="archive-link top-color fw-semibold">best non GamStop casinos</span>
  2811.                        </a>
  2812.                    </div>
  2813.                    
  2814.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2815.                        <a href="https://reflowfilament.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2816.                            <i class="ti-angle-right me-2 text-primary"></i>
  2817.                            <span class="archive-link top-color fw-semibold">casinos not on GamStop</span>
  2818.                        </a>
  2819.                    </div>
  2820.                    
  2821.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2822.                        <a href="https://www.london-irish.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2823.                            <i class="ti-angle-right me-2 text-primary"></i>
  2824.                            <span class="archive-link top-color fw-semibold">online casino not on gamstop</span>
  2825.                        </a>
  2826.                    </div>
  2827.                    
  2828.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2829.                        <a href="https://www.jeremyforlabour.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2830.                            <i class="ti-angle-right me-2 text-primary"></i>
  2831.                            <span class="archive-link top-color fw-semibold">non gamstop casino</span>
  2832.                        </a>
  2833.                    </div>
  2834.                    
  2835.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2836.                        <a href="https://savethedatemagazine.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2837.                            <i class="ti-angle-right me-2 text-primary"></i>
  2838.                            <span class="archive-link top-color fw-semibold">non gamstop casinos uk</span>
  2839.                        </a>
  2840.                    </div>
  2841.                    
  2842.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2843.                        <a href="https://bereavementcommission.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2844.                            <i class="ti-angle-right me-2 text-primary"></i>
  2845.                            <span class="archive-link top-color fw-semibold">non gamstop casino</span>
  2846.                        </a>
  2847.                    </div>
  2848.                    
  2849.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2850.                        <a href="https://www.mesaonline.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2851.                            <i class="ti-angle-right me-2 text-primary"></i>
  2852.                            <span class="archive-link top-color fw-semibold">online casinos not on gamstop</span>
  2853.                        </a>
  2854.                    </div>
  2855.                    
  2856.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2857.                        <a href="https://www.makemegenius.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2858.                            <i class="ti-angle-right me-2 text-primary"></i>
  2859.                            <span class="archive-link top-color fw-semibold">gambling sites not on gamstop</span>
  2860.                        </a>
  2861.                    </div>
  2862.                    
  2863.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2864.                        <a href="https://gamingamerica.com/betting-sites/crypto" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2865.                            <i class="ti-angle-right me-2 text-primary"></i>
  2866.                            <span class="archive-link top-color fw-semibold">bitcoin betting sites</span>
  2867.                        </a>
  2868.                    </div>
  2869.                    
  2870.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2871.                        <a href="https://bwanet.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2872.                            <i class="ti-angle-right me-2 text-primary"></i>
  2873.                            <span class="archive-link top-color fw-semibold">non gamstop bookmakers</span>
  2874.                        </a>
  2875.                    </div>
  2876.                    
  2877.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2878.                        <a href="https://www.paghat.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2879.                            <i class="ti-angle-right me-2 text-primary"></i>
  2880.                            <span class="archive-link top-color fw-semibold">uk casinos not on gamstop</span>
  2881.                        </a>
  2882.                    </div>
  2883.                    
  2884.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2885.                        <a href="https://datamagazine.co.uk" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2886.                            <i class="ti-angle-right me-2 text-primary"></i>
  2887.                            <span class="archive-link top-color fw-semibold">non gamstop casinos uk</span>
  2888.                        </a>
  2889.                    </div>
  2890.                    
  2891.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2892.                        <a href="https://littlewhitelies.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2893.                            <i class="ti-angle-right me-2 text-primary"></i>
  2894.                            <span class="archive-link top-color fw-semibold">non gamstop casinos uk</span>
  2895.                        </a>
  2896.                    </div>
  2897.                    
  2898.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2899.                        <a href="https://www.regionalnetworks.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2900.                            <i class="ti-angle-right me-2 text-primary"></i>
  2901.                            <span class="archive-link top-color fw-semibold">non GamStop casinos</span>
  2902.                        </a>
  2903.                    </div>
  2904.                    
  2905.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2906.                        <a href="https://oncallfire.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2907.                            <i class="ti-angle-right me-2 text-primary"></i>
  2908.                            <span class="archive-link top-color fw-semibold">non GamStop casinos</span>
  2909.                        </a>
  2910.                    </div>
  2911.                    
  2912.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2913.                        <a href="https://www.londonart.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2914.                            <i class="ti-angle-right me-2 text-primary"></i>
  2915.                            <span class="archive-link top-color fw-semibold">escorts in the area</span>
  2916.                        </a>
  2917.                    </div>
  2918.                    
  2919.  
  2920.                </div>
  2921.            </div>
  2922.        </div>
  2923.        
  2924.       <div class="sidebar-widget mb-5">
  2925.            <div class="widget-title-wrapper mb-3">
  2926.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2927.                    <div class="title-border"></div>
  2928.                    <i class="ti-folder me-2"></i>January 2026 Blog Roll
  2929.                </h4>
  2930.            </div>
  2931.            <div class="widget-content shadow-sm rounded-3 p-4">
  2932.                <div class="archives-list scrollable-sidebar">
  2933.                    
  2934.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2935.                        <a href="https://esports-news.co.uk/online-casinos/non-gamstop/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2936.                            <i class="ti-angle-right me-2 text-primary"></i>
  2937.                            <span class="archive-link top-color fw-semibold">non gamstop casinos uk</span>
  2938.                        </a>
  2939.                    </div>
  2940.                    
  2941.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2942.                        <a href="https://newhorrizon.eu/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2943.                            <i class="ti-angle-right me-2 text-primary"></i>
  2944.                            <span class="archive-link top-color fw-semibold">non-gamstop casino uk</span>
  2945.                        </a>
  2946.                    </div>
  2947.                    
  2948.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2949.                        <a href="https://www.dvwa.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2950.                            <i class="ti-angle-right me-2 text-primary"></i>
  2951.                            <span class="archive-link top-color fw-semibold">uk online casinos not on gamstop</span>
  2952.                        </a>
  2953.                    </div>
  2954.                    
  2955.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2956.                        <a href="https://peterbrett.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2957.                            <i class="ti-angle-right me-2 text-primary"></i>
  2958.                            <span class="archive-link top-color fw-semibold">casino not on gamstop</span>
  2959.                        </a>
  2960.                    </div>
  2961.                    
  2962.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2963.                        <a href="https://chargeyourcar.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2964.                            <i class="ti-angle-right me-2 text-primary"></i>
  2965.                            <span class="archive-link top-color fw-semibold">betting sites not on gamstop</span>
  2966.                        </a>
  2967.                    </div>
  2968.                    
  2969.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2970.                        <a href="https://www.frn.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2971.                            <i class="ti-angle-right me-2 text-primary"></i>
  2972.                            <span class="archive-link top-color fw-semibold">betting sites not on gamstop</span>
  2973.                        </a>
  2974.                    </div>
  2975.                    
  2976.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2977.                        <a href="https://aircargoeye.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2978.                            <i class="ti-angle-right me-2 text-primary"></i>
  2979.                            <span class="archive-link top-color fw-semibold">non gamstop casinos uk</span>
  2980.                        </a>
  2981.                    </div>
  2982.                    
  2983.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2984.                        <a href="https://theemon.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2985.                            <i class="ti-angle-right me-2 text-primary"></i>
  2986.                            <span class="archive-link top-color fw-semibold">new betting sites uk</span>
  2987.                        </a>
  2988.                    </div>
  2989.                    
  2990.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2991.                        <a href="https://www.fishonline.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2992.                            <i class="ti-angle-right me-2 text-primary"></i>
  2993.                            <span class="archive-link top-color fw-semibold">non gamstop casinos</span>
  2994.                        </a>
  2995.                    </div>
  2996.                    
  2997.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2998.                        <a href="https://www.forcesreunited.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2999.                            <i class="ti-angle-right me-2 text-primary"></i>
  3000.                            <span class="archive-link top-color fw-semibold">casino not on gamstop</span>
  3001.                        </a>
  3002.                    </div>
  3003.                    
  3004.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3005.                        <a href="https://www.chemical-records.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3006.                            <i class="ti-angle-right me-2 text-primary"></i>
  3007.                            <span class="archive-link top-color fw-semibold">non gamstop casinos</span>
  3008.                        </a>
  3009.                    </div>
  3010.                    
  3011.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3012.                        <a href="https://www.scva.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3013.                            <i class="ti-angle-right me-2 text-primary"></i>
  3014.                            <span class="archive-link top-color fw-semibold">casino not on gamstop</span>
  3015.                        </a>
  3016.                    </div>
  3017.                    
  3018.  
  3019.                </div>
  3020.            </div>
  3021.        </div>
  3022.        
  3023. <!--        
  3024.       <div class="sidebar-widget mb-5">
  3025.            <div class="widget-title-wrapper mb-3">
  3026.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3027.                    <div class="title-border"></div>
  3028.                    <i class="ti-folder me-2"></i>Blog Archives
  3029.                </h4>
  3030.            </div>
  3031.            <div class="widget-content shadow-sm rounded-3 p-4">
  3032.                <div class="archives-list">
  3033.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3034.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3035.                            <i class="ti-angle-right me-2 text-primary"></i>
  3036.                            <span class="archive-link top-color fw-semibold">August 2025</span>
  3037.                        </a>
  3038.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span>
  3039.                    </div>
  3040.  
  3041.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3042.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3043.                            <i class="ti-angle-right me-2 text-primary"></i>
  3044.                            <span class="archive-link top-color fw-semibold">July 2025</span>
  3045.                        </a>
  3046.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">31 posts</span>
  3047.                    </div>
  3048.  
  3049.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3050.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3051.                            <i class="ti-angle-right me-2 text-primary"></i>
  3052.                            <span class="archive-link top-color fw-semibold">June 2025</span>
  3053.                        </a>
  3054.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">28 posts</span>
  3055.                    </div>
  3056.  
  3057.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3058.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3059.                            <i class="ti-angle-right me-2 text-primary"></i>
  3060.                            <span class="archive-link top-color fw-semibold">May 2025</span>
  3061.                        </a>
  3062.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">35 posts</span>
  3063.                    </div>
  3064.  
  3065.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3066.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3067.                            <i class="ti-angle-right me-2 text-primary"></i>
  3068.                            <span class="archive-link top-color fw-semibold">April 2025</span>
  3069.                        </a>
  3070.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">29 posts</span>
  3071.                    </div>
  3072.  
  3073.                    <div class="archive-item d-flex justify-content-between align-items-center">
  3074.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3075.                            <i class="ti-angle-right me-2 text-primary"></i>
  3076.                            <span class="archive-link top-color fw-semibold">March 2025</span>
  3077.                        </a>
  3078.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">27 posts</span>
  3079.                    </div>
  3080.                </div>
  3081.                
  3082.                <div class="text-center mt-4 pt-3 border-top border-color">
  3083.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3084.                        <i class="ti-archive me-1"></i>View All Archives
  3085.                    </a>
  3086.                </div>
  3087.            </div>
  3088.        </div> -->
  3089.        <div class="sidebar-widget mb-4">
  3090.            <div class="widget-title-wrapper mb-3">
  3091.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3092.                    <div class="title-border-primary"></div>
  3093.                    <i class="ti-star me-2"></i>Popular Posts
  3094.                </h4>
  3095.            </div>
  3096.            <div class="widget-content mb-3 shadow-sm rounded-3 p-4">
  3097.                <div class="popular-post-list">
  3098.                    
  3099.                    
  3100.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3101.                        <div class="post-content flex-grow-1">
  3102.                            <h6 class="post-title mb-1">
  3103.                                 <a href="/trump-affirms-largely-agreement-exists-on-next-stages-of-peace-deal-in-gaza/" class="text-decoration-none top-color fw-semibold lh-sm">
  3104.                                            Trump Affirms &#x27;Largely, Agreement Exists&#x27; on Next Stages of Peace Deal in Gaza
  3105.                                            </a>
  3106.                            </h6>
  3107.                            <div class="post-meta">
  3108.                                <small class="text-muted">
  3109.                                    <i class="ti-calendar me-1"></i>17 May 2026
  3110.                                </small>
  3111.                                <!-- <small class="text-muted ms-3">
  3112.                                    <i class="ti-eye me-1"></i>1,234 views
  3113.                                </small> -->
  3114.                            </div>
  3115.                        </div>
  3116.                    </div>
  3117.                    
  3118.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3119.                        <div class="post-content flex-grow-1">
  3120.                            <h6 class="post-title mb-1">
  3121.                                 <a href="/every-night-i-dream-of-riding-a-unicorn-swordsnsorcery-heavy-metal-band-castle-rat/" class="text-decoration-none top-color fw-semibold lh-sm">
  3122.                                            ‘Every Night, I Dream of Riding a Unicorn’: Swords’n’Sorcery Heavy Metal Band Castle Rat
  3123.                                            </a>
  3124.                            </h6>
  3125.                            <div class="post-meta">
  3126.                                <small class="text-muted">
  3127.                                    <i class="ti-calendar me-1"></i>17 May 2026
  3128.                                </small>
  3129.                                <!-- <small class="text-muted ms-3">
  3130.                                    <i class="ti-eye me-1"></i>1,234 views
  3131.                                </small> -->
  3132.                            </div>
  3133.                        </div>
  3134.                    </div>
  3135.                    
  3136.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3137.                        <div class="post-content flex-grow-1">
  3138.                            <h6 class="post-title mb-1">
  3139.                                 <a href="/crans-montana-blaze-victims-are-treated-in-specialist-clinics-throughout-the-continent/" class="text-decoration-none top-color fw-semibold lh-sm">
  3140.                                            Crans-Montana Blaze Victims Are Treated in Specialist Clinics Throughout the Continent
  3141.                                            </a>
  3142.                            </h6>
  3143.                            <div class="post-meta">
  3144.                                <small class="text-muted">
  3145.                                    <i class="ti-calendar me-1"></i>17 May 2026
  3146.                                </small>
  3147.                                <!-- <small class="text-muted ms-3">
  3148.                                    <i class="ti-eye me-1"></i>1,234 views
  3149.                                </small> -->
  3150.                            </div>
  3151.                        </div>
  3152.                    </div>
  3153.                    
  3154.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3155.                        <div class="post-content flex-grow-1">
  3156.                            <h6 class="post-title mb-1">
  3157.                                 <a href="/queens-recognise-queens-as-the-president-gives-the-mayor-elect-a-warm-reception/" class="text-decoration-none top-color fw-semibold lh-sm">
  3158.                                            Queens Recognise Queens as The President Gives The Mayor-Elect a Warm Reception
  3159.                                            </a>
  3160.                            </h6>
  3161.                            <div class="post-meta">
  3162.                                <small class="text-muted">
  3163.                                    <i class="ti-calendar me-1"></i>17 May 2026
  3164.                                </small>
  3165.                                <!-- <small class="text-muted ms-3">
  3166.                                    <i class="ti-eye me-1"></i>1,234 views
  3167.                                </small> -->
  3168.                            </div>
  3169.                        </div>
  3170.                    </div>
  3171.                    
  3172.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3173.                        <div class="post-content flex-grow-1">
  3174.                            <h6 class="post-title mb-1">
  3175.                                 <a href="/the-decade-of-desire-from-author-erin-somers-the-middle-aged-infidelity-tale-this-era-deserves/" class="text-decoration-none top-color fw-semibold lh-sm">
  3176.                                            The Decade of Desire from author Erin Somers: The Middle-Aged Infidelity Tale This Era Deserves.
  3177.                                            </a>
  3178.                            </h6>
  3179.                            <div class="post-meta">
  3180.                                <small class="text-muted">
  3181.                                    <i class="ti-calendar me-1"></i>16 May 2026
  3182.                                </small>
  3183.                                <!-- <small class="text-muted ms-3">
  3184.                                    <i class="ti-eye me-1"></i>1,234 views
  3185.                                </small> -->
  3186.                            </div>
  3187.                        </div>
  3188.                    </div>
  3189.                    
  3190.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3191.                        <div class="post-content flex-grow-1">
  3192.                            <h6 class="post-title mb-1">
  3193.                                 <a href="/leader-zelenskyy-says-ukraine-was-ten-percent-off-from-a-peace-deal-yet-not-at-any-possible-cost/" class="text-decoration-none top-color fw-semibold lh-sm">
  3194.                                            Leader Zelenskyy Says Ukraine Was Ten Percent Off from a Peace Deal, Yet Not at Any Possible Cost
  3195.                                            </a>
  3196.                            </h6>
  3197.                            <div class="post-meta">
  3198.                                <small class="text-muted">
  3199.                                    <i class="ti-calendar me-1"></i>16 May 2026
  3200.                                </small>
  3201.                                <!-- <small class="text-muted ms-3">
  3202.                                    <i class="ti-eye me-1"></i>1,234 views
  3203.                                </small> -->
  3204.                            </div>
  3205.                        </div>
  3206.                    </div>
  3207.                    
  3208.  
  3209.                </div>
  3210.                
  3211.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3212.                    <a href="#" class="btn btn-primary top-color btn-sm px-whtext-white rounded-pill">
  3213.                        <i class="ti-trophy me-1"></i>View All Popular
  3214.                    </a>
  3215.                </div> -->
  3216.            </div>
  3217.        </div>
  3218.  
  3219. </div>
  3220. <style>
  3221.    
  3222.  .widget-content {
  3223.    background-color: var(--card-bg);
  3224.    border: 1px solid var(--border-color);
  3225.  }
  3226. </style>
  3227.  
  3228.    
  3229.            </div>
  3230.        </div>
  3231.    </div>
  3232. </section>
  3233.  
  3234. <script>
  3235. document.addEventListener('DOMContentLoaded', function() {
  3236.    // Simple scroll animation
  3237.    const cards = document.querySelectorAll('.blog-card');
  3238.    
  3239.    const observer = new IntersectionObserver(function(entries) {
  3240.        entries.forEach(entry => {
  3241.            if (entry.isIntersecting) {
  3242.                entry.target.style.opacity = '1';
  3243.                entry.target.style.transform = 'translateY(0)';
  3244.            }
  3245.        });
  3246.    }, {
  3247.        threshold: 0.1
  3248.    });
  3249.  
  3250.    cards.forEach((card, index) => {
  3251.        card.style.opacity = '0';
  3252.        card.style.transform = 'translateY(30px)';
  3253.        card.style.transition = `opacity 0.6s ease ${index * 0.1}s, transform 0.6s ease ${index * 0.1}s`;
  3254.        observer.observe(card);
  3255.    });
  3256. });
  3257. </script>
  3258.  
  3259.    
  3260.        
  3261.        <!-- end wpo-blog-highlights-section -->
  3262.        <!-- start wpo-blog-sponsored-section -->
  3263.        
  3264.  
  3265.  
  3266.  
  3267.    
  3268.  
  3269.  
  3270.  
  3271. <style>
  3272.    .sponsored-section-v3 {
  3273.        padding: 0 0 50px;
  3274.    }
  3275.    
  3276.    .sponsored-card-v3 {
  3277.        background: white;
  3278.        border: 1px solid var(--border-color);
  3279.        border-radius: 0;
  3280.        overflow: hidden;
  3281.        transition: all 0.3s ease;
  3282.        height: 100%;
  3283.        position: relative;
  3284.    }
  3285.    
  3286.    .sponsored-card-v3:hover {
  3287.        border-color: #dee2e6;
  3288.        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  3289.    }
  3290.    
  3291.    .sponsored-image-v3 {
  3292.        position: relative;
  3293.        overflow: hidden;
  3294.        height: 160px;
  3295.    }
  3296.    
  3297.    .sponsored-image-v3 img {
  3298.        width: 100%;
  3299.        height: 100%;
  3300.        object-fit: cover;
  3301.        filter: grayscale(20%);
  3302.        transition: filter 0.3s ease;
  3303.    }
  3304.    
  3305.    .sponsored-card-v3:hover .sponsored-image-v3 img {
  3306.        filter: grayscale(0%);
  3307.    }
  3308.    
  3309.    .sponsored-badge-v3 {
  3310.        position: absolute;
  3311.        bottom: auto;
  3312.        left: auto;
  3313.        right: 10px;
  3314.        top: 10px;
  3315.        padding: 8px;
  3316.        font-size: 10px;
  3317.        font-weight: 700;
  3318.        text-transform: uppercase;
  3319.        letter-spacing: 1px;
  3320.        text-align: center;
  3321.    }
  3322.    
  3323.    .sponsored-content-v3 {
  3324.        position: relative;
  3325.        padding: 24px 20px;
  3326.    }
  3327.    
  3328.    .sponsored-title-v3 {
  3329.        font-size: 15px;
  3330.        font-weight: 700;
  3331.        line-height: 1.5;
  3332.        margin-bottom: 18px;
  3333.        min-height: 45px;
  3334.        text-transform: uppercase;
  3335.        letter-spacing: 0.5px;
  3336.    }
  3337.    
  3338.    .sponsored-title-v3 a {
  3339.        text-decoration: none;
  3340.        transition: opacity 0.3s ease;
  3341.    }
  3342.    
  3343.    .sponsored-title-v3 a:hover {
  3344.        opacity: 0.8;
  3345.    }
  3346.    
  3347.    .sponsored-meta-v3 {
  3348.        display: flex;
  3349.        align-items: center;
  3350.        justify-content: space-between;
  3351.        font-size: 11px;
  3352.        font-weight: 600;
  3353.        text-transform: uppercase;
  3354.        letter-spacing: 0.5px;
  3355.        padding-top: 12px;
  3356.        border-top: 1px solid #f1f3f4;
  3357.    }
  3358.    
  3359.    .author-info-v3 {
  3360.        display: flex;
  3361.        align-items: center;
  3362.        gap: 8px;
  3363.    }
  3364.    
  3365.    .sponsored-author-img-v3 {
  3366.        width: 30px;
  3367.        height: 30px;
  3368.        border-radius: 50%;
  3369.        object-fit: cover;
  3370.    }
  3371.    
  3372.    .section-title-sponsored-v3 {
  3373.        font-size: 2.5rem;
  3374.        font-weight: 900;
  3375.        text-align: left;
  3376.        margin-bottom: 30px;
  3377.        letter-spacing: 2px;
  3378.        border-left: 8px solid var(--bs-primary);
  3379.        padding-left: 20px;
  3380.    }
  3381.    
  3382.    .sponsored-overlay-v3 {
  3383.        position: absolute;
  3384.        top: 0;
  3385.        left: 0;
  3386.        right: 0;
  3387.        bottom: 0;
  3388.        background: linear-gradient(45deg, transparent 0%, rgba(0,0,0,0.1) 100%);
  3389.        opacity: 0;
  3390.        transition: opacity 0.3s ease;
  3391.    }
  3392.    
  3393.    .sponsored-card-v3:hover .sponsored-overlay-v3 {
  3394.        opacity: 1;
  3395.    }
  3396.  
  3397.    @media (max-width: 768px) {
  3398.        .sponsored-section-v3 {
  3399.            padding: 0px 0 40px;
  3400.        }
  3401.        .section-title-sponsored-v3 {
  3402.            font-size: 2.2rem;
  3403.            text-align: center;
  3404.            border-left: none;
  3405.            border-bottom: 4px solid;
  3406.            padding-left: 0;
  3407.            padding-bottom: 10px;
  3408.        }
  3409.        .sponsored-content-v3 {
  3410.            padding: 20px 16px;
  3411.        }
  3412.    }
  3413. </style>
  3414.  
  3415. <section class="sponsored-section-v3">
  3416.    <div class="container-fluid fluid-container mt-5">
  3417.        <div class="row">
  3418.            <div class="col-12">
  3419.                <h2 class="section-title-sponsored-v3 ">Sponsored News</h2>
  3420.            </div>
  3421.        </div>
  3422.        
  3423.        <div class="row g-3">
  3424.            
  3425.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3426.                <div class="card sponsored-card-v3">
  3427.                    <div class="sponsored-overlay-v3"></div>
  3428.                    <div class="sponsored-image-v3">
  3429.                        
  3430.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3431.                        
  3432.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3433.                    </div>
  3434.                    <div class="sponsored-content-v3">
  3435.                        <h3 class="sponsored-title-v3">
  3436.                            <a href="/trump-affirms-largely-agreement-exists-on-next-stages-of-peace-deal-in-gaza/" class="top-color">
  3437.                            Trump Affirms &#x27;Largely, Agreement Exists&#x27; on Next Stages of Peace Deal in Gaza
  3438.                            </a>
  3439.                        </h3>
  3440.                        <div class="sponsored-meta-v3">
  3441.                            <div class="author-info-v3">
  3442.                                
  3443.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3ded0b49-7d35-4232-b7d7-57b5f057d0aa_profile.png" alt="Mallory Whitehead" style="object-fit: cover;" class="sponsored-author-img-v3">
  3444.                                
  3445.                                <span class="top-color">
  3446.                                    Mallory Whitehead
  3447.                                </span>
  3448.                            </div>
  3449.                            <span class="top-color">17 May 2026</span>
  3450.                        </div>
  3451.                    </div>
  3452.                </div>
  3453.            </div>
  3454.            
  3455.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3456.                <div class="card sponsored-card-v3">
  3457.                    <div class="sponsored-overlay-v3"></div>
  3458.                    <div class="sponsored-image-v3">
  3459.                        
  3460.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3461.                        
  3462.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3463.                    </div>
  3464.                    <div class="sponsored-content-v3">
  3465.                        <h3 class="sponsored-title-v3">
  3466.                            <a href="/every-night-i-dream-of-riding-a-unicorn-swordsnsorcery-heavy-metal-band-castle-rat/" class="top-color">
  3467.                            ‘Every Night, I Dream of Riding a Unicorn’: Swords’n’Sorcery Heavy Metal Band Castle Rat
  3468.                            </a>
  3469.                        </h3>
  3470.                        <div class="sponsored-meta-v3">
  3471.                            <div class="author-info-v3">
  3472.                                
  3473.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3ded0b49-7d35-4232-b7d7-57b5f057d0aa_profile.png" alt="Mallory Whitehead" style="object-fit: cover;" class="sponsored-author-img-v3">
  3474.                                
  3475.                                <span class="top-color">
  3476.                                    Mallory Whitehead
  3477.                                </span>
  3478.                            </div>
  3479.                            <span class="top-color">17 May 2026</span>
  3480.                        </div>
  3481.                    </div>
  3482.                </div>
  3483.            </div>
  3484.            
  3485.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3486.                <div class="card sponsored-card-v3">
  3487.                    <div class="sponsored-overlay-v3"></div>
  3488.                    <div class="sponsored-image-v3">
  3489.                        
  3490.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3491.                        
  3492.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3493.                    </div>
  3494.                    <div class="sponsored-content-v3">
  3495.                        <h3 class="sponsored-title-v3">
  3496.                            <a href="/crans-montana-blaze-victims-are-treated-in-specialist-clinics-throughout-the-continent/" class="top-color">
  3497.                            Crans-Montana Blaze Victims Are Treated in Specialist Clinics Throughout the Continent
  3498.                            </a>
  3499.                        </h3>
  3500.                        <div class="sponsored-meta-v3">
  3501.                            <div class="author-info-v3">
  3502.                                
  3503.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3ded0b49-7d35-4232-b7d7-57b5f057d0aa_profile.png" alt="Mallory Whitehead" style="object-fit: cover;" class="sponsored-author-img-v3">
  3504.                                
  3505.                                <span class="top-color">
  3506.                                    Mallory Whitehead
  3507.                                </span>
  3508.                            </div>
  3509.                            <span class="top-color">17 May 2026</span>
  3510.                        </div>
  3511.                    </div>
  3512.                </div>
  3513.            </div>
  3514.            
  3515.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3516.                <div class="card sponsored-card-v3">
  3517.                    <div class="sponsored-overlay-v3"></div>
  3518.                    <div class="sponsored-image-v3">
  3519.                        
  3520.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3521.                        
  3522.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3523.                    </div>
  3524.                    <div class="sponsored-content-v3">
  3525.                        <h3 class="sponsored-title-v3">
  3526.                            <a href="/queens-recognise-queens-as-the-president-gives-the-mayor-elect-a-warm-reception/" class="top-color">
  3527.                            Queens Recognise Queens as The President Gives The Mayor-Elect a Warm Reception
  3528.                            </a>
  3529.                        </h3>
  3530.                        <div class="sponsored-meta-v3">
  3531.                            <div class="author-info-v3">
  3532.                                
  3533.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3ded0b49-7d35-4232-b7d7-57b5f057d0aa_profile.png" alt="Mallory Whitehead" style="object-fit: cover;" class="sponsored-author-img-v3">
  3534.                                
  3535.                                <span class="top-color">
  3536.                                    Mallory Whitehead
  3537.                                </span>
  3538.                            </div>
  3539.                            <span class="top-color">17 May 2026</span>
  3540.                        </div>
  3541.                    </div>
  3542.                </div>
  3543.            </div>
  3544.            
  3545.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3546.                <div class="card sponsored-card-v3">
  3547.                    <div class="sponsored-overlay-v3"></div>
  3548.                    <div class="sponsored-image-v3">
  3549.                        
  3550.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3551.                        
  3552.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3553.                    </div>
  3554.                    <div class="sponsored-content-v3">
  3555.                        <h3 class="sponsored-title-v3">
  3556.                            <a href="/the-decade-of-desire-from-author-erin-somers-the-middle-aged-infidelity-tale-this-era-deserves/" class="top-color">
  3557.                            The Decade of Desire from author Erin Somers: The Middle-Aged Infidelity Tale This Era Deserves.
  3558.                            </a>
  3559.                        </h3>
  3560.                        <div class="sponsored-meta-v3">
  3561.                            <div class="author-info-v3">
  3562.                                
  3563.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3ded0b49-7d35-4232-b7d7-57b5f057d0aa_profile.png" alt="Mallory Whitehead" style="object-fit: cover;" class="sponsored-author-img-v3">
  3564.                                
  3565.                                <span class="top-color">
  3566.                                    Mallory Whitehead
  3567.                                </span>
  3568.                            </div>
  3569.                            <span class="top-color">16 May 2026</span>
  3570.                        </div>
  3571.                    </div>
  3572.                </div>
  3573.            </div>
  3574.            
  3575.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3576.                <div class="card sponsored-card-v3">
  3577.                    <div class="sponsored-overlay-v3"></div>
  3578.                    <div class="sponsored-image-v3">
  3579.                        
  3580.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3581.                        
  3582.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3583.                    </div>
  3584.                    <div class="sponsored-content-v3">
  3585.                        <h3 class="sponsored-title-v3">
  3586.                            <a href="/leader-zelenskyy-says-ukraine-was-ten-percent-off-from-a-peace-deal-yet-not-at-any-possible-cost/" class="top-color">
  3587.                            Leader Zelenskyy Says Ukraine Was Ten Percent Off from a Peace Deal, Yet Not at Any Possible Cost
  3588.                            </a>
  3589.                        </h3>
  3590.                        <div class="sponsored-meta-v3">
  3591.                            <div class="author-info-v3">
  3592.                                
  3593.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3ded0b49-7d35-4232-b7d7-57b5f057d0aa_profile.png" alt="Mallory Whitehead" style="object-fit: cover;" class="sponsored-author-img-v3">
  3594.                                
  3595.                                <span class="top-color">
  3596.                                    Mallory Whitehead
  3597.                                </span>
  3598.                            </div>
  3599.                            <span class="top-color">16 May 2026</span>
  3600.                        </div>
  3601.                    </div>
  3602.                </div>
  3603.            </div>
  3604.            
  3605.        </div>
  3606.    </div>
  3607. </section>
  3608.  
  3609.  
  3610.    
  3611.        <!-- end wpo-blog-sponsored-section -->
  3612.        <!-- start wpo-subscribe-section -->
  3613.        
  3614.        <!-- end subscribe-section -->
  3615.        <!-- start of wpo-site-footer-section -->
  3616.        
  3617.  
  3618.  
  3619.  
  3620.  
  3621.  
  3622.  
  3623. <footer class="wpo-site-footer-v2 ">
  3624.    
  3625.    <!-- Main Footer Content -->
  3626.    <div class="container-fluid fluid-container">
  3627.        
  3628.        <!-- Step 1: Brand Section -->
  3629.        <div class="footer-brand-section">
  3630.            <div class="row justify-content-center">
  3631.                <div class="col-lg-8 col-md-10 col-12 text-center">
  3632.                    <div class="brand-wrapper">
  3633.                        
  3634.                            <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/4bf2284b-4194-4686-abfa-747a6d6bf6f0_logo.png" alt="Spot Modern Blog" class="footer-logo mb-3" loading="lazy">
  3635.                        
  3636.                        <h2 class="brand-title">Spot Modern Blog</h2>
  3637.                        <p class="brand-description">Explore the latest trends in UK lifestyle, culture, and modern living through in-depth articles and expert perspectives on contemporary topics.</p>
  3638.                        
  3639.                    </div>
  3640.                </div>
  3641.            </div>
  3642.        </div>
  3643.  
  3644.        <!-- Step 2: Content Columns with Separators -->
  3645.        <div class="footer-content-section">
  3646.            <div class="content-divider"></div>
  3647.            
  3648.            <div class="row">
  3649.                
  3650.                <!-- Column 1: Important Links -->
  3651.                <div class="col-lg-6 col-md-6 col-12">
  3652.                    <div class="footer-column">
  3653.                        <div class="column-header">
  3654.                            <span class="column-number bg-primary-gradient">01</span>
  3655.                            <h6 class="column-title">Important Pages</h6>
  3656.                        </div>
  3657.                        <div class="column-content">
  3658.                            <ul class="footer-links">
  3659.                                
  3660.                                <li>
  3661.                                    <a href="/administration-condemns-democratic-hoax-as-additional-epstein-estate-images-released/" class="footer-link">
  3662.                                        Administration Condemns &#x27;Democratic Hoax&#x27; as Additional Epstein Estate Images Released
  3663.                                    </a>
  3664.                                </li>
  3665.                                
  3666.                                <li>
  3667.                                    <a href="/millie-bright-leaves-international-scene-well-after-her-legacy-was-carved-into-soccer-greats/" class="footer-link">
  3668.                                        Millie Bright Leaves International Scene Well After Her Legacy Was Carved Into Soccer Greats
  3669.                                    </a>
  3670.                                </li>
  3671.                                
  3672.                                <li>
  3673.                                    <a href="/the-hit-drama-confirmed-for-7th-series-on-bbc/" class="footer-link">
  3674.                                        The Hit Drama Confirmed for 7th Series on BBC
  3675.                                    </a>
  3676.                                </li>
  3677.                                
  3678.                                <li>
  3679.                                    <a href="/british-tennis-star-emma-raducanu-wraps-up-the-current-season-and-plans-to-retain-trainer-through-next-year/" class="footer-link">
  3680.                                        British tennis star Emma Raducanu wraps up the current season and plans to retain trainer through next year.
  3681.                                    </a>
  3682.                                </li>
  3683.                                
  3684.                                <li>
  3685.                                    <a href="/three-xbox-game-pass-games-that-will-justify-your-subscription-this-weekend-nov-21-23/" class="footer-link">
  3686.                                        Three Xbox Game Pass Games That Will Justify Your Subscription This Weekend (Nov. 21-23)
  3687.                                    </a>
  3688.                                </li>
  3689.                                
  3690.                                <li>
  3691.                                    <a href="/pre-ashes-banter-intensifies-as-broad-labels-australia-the-weakest-after-2010/" class="footer-link">
  3692.                                        Pre-Ashes Banter Intensifies as Broad Labels Australia the Weakest After 2010
  3693.                                    </a>
  3694.                                </li>
  3695.                                
  3696.                            </ul>
  3697.                        </div>
  3698.                    </div>
  3699.                </div>
  3700.  
  3701.                <!-- Column 2: External Links -->
  3702.                 <div class="col-lg-6 col-md-6 col-12">
  3703.                    <div class="footer-column">
  3704.                        <div class="column-header">
  3705.                            <span class="column-number bg-primary-gradient">02</span>
  3706.                            <h6 class="column-title">External Resources</h6>
  3707.                        </div>
  3708.                       <div class="column-content">
  3709.    <ul class="footer-links" id="footerLinks">
  3710.        
  3711.        
  3712.  
  3713.        
  3714.        
  3715.        
  3716.        
  3717.    </ul>
  3718. </div>
  3719.  
  3720.                    </div>
  3721.                </div>
  3722.  
  3723.                <!-- Column 3: Categories -->
  3724.                <div class="col-lg-6 col-md-6 col-12">
  3725.                    <div class="footer-column">
  3726.                        <div class="column-header">
  3727.                            <span class="column-number bg-primary-gradient">02</span>
  3728.                            <h6 class="column-title">Categories</h6>
  3729.                        </div>
  3730.                        <div class="column-content">
  3731.                            <ul class="footer-links">
  3732.                                
  3733.                                <li>
  3734.                                    <a href="/category/all-posts/" class="footer-link">
  3735.                                        All Posts
  3736.                                    </a>
  3737.                                </li>
  3738.                                
  3739.                                <li>
  3740.                                    <a href="/category/business/" class="footer-link">
  3741.                                        Business
  3742.                                    </a>
  3743.                                </li>
  3744.                                
  3745.                                <li>
  3746.                                    <a href="/category/esports/" class="footer-link">
  3747.                                        Esports
  3748.                                    </a>
  3749.                                </li>
  3750.                                
  3751.                                <li>
  3752.                                    <a href="/category/fashion/" class="footer-link">
  3753.                                        Fashion
  3754.                                    </a>
  3755.                                </li>
  3756.                                
  3757.                                <li>
  3758.                                    <a href="/category/featured/" class="footer-link">
  3759.                                        Featured
  3760.                                    </a>
  3761.                                </li>
  3762.                                
  3763.                                <li>
  3764.                                    <a href="/category/gaming/" class="footer-link">
  3765.                                        Gaming
  3766.                                    </a>
  3767.                                </li>
  3768.                                
  3769.                            </ul>
  3770.                        </div>
  3771.                    </div>
  3772.                </div>
  3773.  
  3774.            </div>
  3775.        </div>
  3776.  
  3777.        <!-- Step 3: Footer Bottom -->
  3778.        <div class="footer-bottom-section">
  3779.            <div class="bottom-divider"></div>
  3780.            <div class="d-flex justify-content-between flex-wrap">
  3781.                <div class="">
  3782.                    <p class="copyright-text">
  3783.                        &copy; 2026 <strong>Spot Modern Blog</strong> • All rights reserved
  3784.                    </p>
  3785.                </div>
  3786.                <div class="">
  3787.                    <nav class="footer-nav">
  3788.                        <a href="/page/write-for-us/" class="footer-nav-link">Write For Us</a>
  3789.                        <a href="/page/terms-and-conditions/" class="footer-nav-link">Terms</a>
  3790.                        <a href="/sitemap.xml" class="footer-nav-link">Sitemap</a>
  3791.                    </nav>
  3792.                </div>
  3793.            </div>
  3794.        </div>
  3795.  
  3796.    </div>
  3797.  
  3798.    <!-- Background Elements -->
  3799.    <div class="footer-bg-elements">
  3800.        <div class="bg-circle circle-1"></div>
  3801.        <div class="bg-circle circle-2"></div>
  3802.        <div class="bg-line line-1"></div>
  3803.        <div class="bg-line line-2"></div>
  3804.    </div>
  3805.  
  3806. </footer>
  3807.  
  3808. <style>
  3809. /* Footer V2 - Clean Blog Design */
  3810. .wpo-site-footer-v2 {
  3811.    color: var(--footer-color);
  3812.    background-color: var(--card-bg);
  3813.    margin-top: 100px;
  3814. }
  3815.  
  3816.  
  3817.  
  3818. /* Step 2: Brand Section */
  3819. .footer-brand-section {
  3820.    position: relative;
  3821.    z-index: 2;
  3822.    padding: 120px 0 60px;
  3823. }
  3824.  
  3825. .brand-wrapper {
  3826.    max-width: 600px;
  3827.    margin: 0 auto;
  3828. }
  3829.  
  3830. .footer-logo {
  3831.    max-height: 60px;
  3832.    width: auto;
  3833.    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
  3834. }
  3835.  
  3836. .brand-title {
  3837.    font-size: 2.2rem;
  3838.    font-weight: 800;
  3839.    color: var(--footer-color);
  3840.    margin-bottom: 1rem;
  3841.    letter-spacing: -0.02em;
  3842. }
  3843.  
  3844. .brand-description {
  3845.    font-size: 1.1rem;
  3846.    color: var(--footer-color);
  3847.    line-height: 1.6;
  3848.    opacity: .7;
  3849.    margin-bottom: 0;
  3850. }
  3851.  
  3852. /* Step 3: Content Section */
  3853. .footer-content-section {
  3854.    position: relative;
  3855.    z-index: 2;
  3856.    padding: 60px 0;
  3857. }
  3858.  
  3859.  
  3860. .footer-column {
  3861.    margin-bottom: 40px;
  3862.    padding: 0 20px;
  3863. }
  3864.  
  3865. .column-header {
  3866.    display: flex;
  3867.    align-items: center;
  3868.    margin-bottom: 25px;
  3869.    padding-bottom: 15px;
  3870.    border-bottom: 2px solid var(--border-color);
  3871. }
  3872.  
  3873. .column-number {
  3874.    width: 35px;
  3875.    height: 35px;
  3876.    border-radius: 10px;
  3877.    display: flex;
  3878.    align-items: center;
  3879.    justify-content: center;
  3880.    font-weight: 700;
  3881.    font-size: 0.9rem;
  3882.    margin-right: 15px;
  3883. }
  3884.  
  3885. .column-title {
  3886.    font-size: 1.1rem;
  3887.    font-weight: 700;
  3888.    color: var(--footer-color) !important;
  3889.    margin: 0;
  3890. }
  3891.  
  3892. .column-content {
  3893.    padding-left: 50px;
  3894. }
  3895.  
  3896. /* Footer Links */
  3897. .footer-links {
  3898.    list-style: none;
  3899.    padding: 0;
  3900.    margin: 0;
  3901. }
  3902.  
  3903. .footer-links li {
  3904.    margin-bottom: 12px;
  3905.    position: relative;
  3906. }
  3907.  
  3908. .footer-link {
  3909.    color: var(--footer-color) !important;
  3910.    text-decoration: none;
  3911.    font-size: 0.95rem;
  3912.    line-height: 1.5;
  3913.    transition: all 0.8s ease;
  3914.    position: relative;
  3915.    display: inline-flex;
  3916.    align-items: center;
  3917. }
  3918.  
  3919. .footer-link:hover {
  3920.    color: var(--bs-primary);
  3921.    padding-left: 8px;
  3922. }
  3923.  
  3924. .footer-link::before {
  3925.    content: '';
  3926.    position: absolute;
  3927.    left: -15px;
  3928.    top: 50%;
  3929.    transform: translateY(-50%);
  3930.    width: 4px;
  3931.    height: 4px;
  3932.    background: var(--bs-primary);
  3933.    border-radius: 50%;
  3934.    opacity: 0;
  3935.    transition: opacity 0.3s ease;
  3936. }
  3937.  
  3938. .footer-link:hover::before {
  3939.    opacity: 1;
  3940. }
  3941.  
  3942. /* Step 4: Footer Bottom */
  3943. .footer-bottom-section {
  3944.    position: relative;
  3945.    z-index: 2;
  3946.    padding: 30px 0;
  3947. }
  3948.  
  3949. .bottom-divider {
  3950.    width: 100%;
  3951.    height: 1px;
  3952.    background: linear-gradient(90deg, transparent 0%,var(--footer-color) ,var(--border-color) ,  transparent 100%);
  3953.    margin-bottom: 30px;
  3954. }
  3955.  
  3956. .copyright-text {
  3957.    color: var(--footer-color);
  3958.    font-size: 0.9rem;
  3959.    margin: 0;
  3960.    line-height: 1.6;
  3961. }
  3962.  
  3963. .footer-nav {
  3964.    display: flex;
  3965.    align-items: center;
  3966.    gap: 20px;
  3967.    justify-content: center;
  3968. }
  3969.  
  3970. .footer-nav-link {
  3971.    color: var(--footer-color) !important;
  3972.    text-decoration: none;
  3973.    font-size: 0.9rem;
  3974.    font-weight: 500;
  3975.    transition: color 0.3s ease;
  3976.    position: relative;
  3977. }
  3978.  
  3979. .footer-nav-link:hover {
  3980.    color: var(--bs-primary);
  3981. }
  3982.  
  3983. .footer-nav-link::after {
  3984.    content: '';
  3985.    position: absolute;
  3986.    bottom: -5px;
  3987.    left: 0;
  3988.    width: 0;
  3989.    height: 2px;
  3990.    background: var(--bs-primary) !important;
  3991.    transition: width 0.3s ease;
  3992. }
  3993.  
  3994. .footer-nav-link:hover::after {
  3995.    width: 100%;
  3996. }
  3997.  
  3998. /* Responsive Design */
  3999. @media (max-width: 992px) {
  4000.    .footer-brand-section {
  4001.        padding: 100px 0 50px;
  4002.    }
  4003.    
  4004.    .brand-title {
  4005.        font-size: 1.8rem;
  4006.    }
  4007.    
  4008.    .column-content {
  4009.        padding-left: 0;
  4010.        padding-top: 10px;
  4011.    }
  4012.    
  4013.    .column-header {
  4014.        flex-direction: column;
  4015.        align-items: flex-start;
  4016.        gap: 10px;
  4017.    }
  4018.    
  4019.    .column-number {
  4020.        align-self: center;
  4021.    }
  4022. }
  4023.  
  4024. @media (max-width: 768px) {
  4025.    .footer-brand-section {
  4026.        padding: 80px 0 40px;
  4027.    }
  4028.    
  4029.    .brand-title {
  4030.        font-size: 1.6rem;
  4031.    }
  4032.    
  4033.    .newsletter-inline {
  4034.        padding: 1.5rem;
  4035.        margin: 0 15px;
  4036.    }
  4037.    
  4038.    .newsletter-form .input-group {
  4039.        flex-direction: column;
  4040.    }
  4041.    
  4042.    .btn-newsletter {
  4043.        border-radius: 0 0 12px 12px;
  4044.    }
  4045.    
  4046.    .newsletter-input {
  4047.        border-radius: 12px 12px 0 0;
  4048.    }
  4049.    
  4050.    .footer-column {
  4051.        padding: 0 15px;
  4052.        margin-bottom: 35px;
  4053.    }
  4054.    
  4055.    .footer-nav {
  4056.        flex-direction: column;
  4057.        gap: 15px;
  4058.        margin-top: 20px;
  4059.    }
  4060. }
  4061.  
  4062. @media (max-width: 576px) {
  4063.    .footer-brand-section {
  4064.        padding: 60px 0 30px;
  4065.    }
  4066.    
  4067.    .brand-title {
  4068.        font-size: 1.4rem;
  4069.    }
  4070.    
  4071.    .brand-description {
  4072.        font-size: 1rem;
  4073.    }
  4074.    
  4075.    .newsletter-title {
  4076.        font-size: 1.1rem;
  4077.    }
  4078.    
  4079.    .column-title {
  4080.        font-size: 1rem;
  4081.    }
  4082.    
  4083.    .footer-column {
  4084.        padding: 0 10px;
  4085.    }
  4086.    
  4087.    .bg-circle, .bg-line {
  4088.        display: none;
  4089.    }
  4090. }
  4091.  
  4092. /* Minimal Animation */
  4093. .footer-column {
  4094.    transition: opacity 0.3s ease;
  4095. }
  4096.  
  4097. .footer-column:hover {
  4098.    opacity: 0.9;
  4099. }
  4100. </style>
  4101.  
  4102. <!-- Bootstrap 5 JS -->
  4103.  
  4104. <script>
  4105. // Scroll to Top Function
  4106. function scrollToTop() {
  4107.    window.scrollTo({
  4108.        top: 0,
  4109.        behavior: 'smooth'
  4110.    });
  4111. }
  4112.  
  4113. // Initialize Footer V2 Features
  4114. document.addEventListener('DOMContentLoaded', function() {
  4115.    
  4116.    // Newsletter Form Enhancement
  4117.    const newsletterForm = document.querySelector('.newsletter-form');
  4118.    if (newsletterForm) {
  4119.        newsletterForm.addEventListener('submit', function(e) {
  4120.            e.preventDefault(); // Remove this in actual implementation
  4121.            
  4122.            const submitBtn = this.querySelector('.btn-newsletter');
  4123.            const originalText = submitBtn.textContent;
  4124.            
  4125.            submitBtn.textContent = 'Subscribing...';
  4126.            submitBtn.disabled = true;
  4127.            
  4128.            // Simulate form processing
  4129.            setTimeout(() => {
  4130.                submitBtn.textContent = 'Subscribed!';
  4131.                submitBtn.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  4132.                
  4133.                setTimeout(() => {
  4134.                    submitBtn.textContent = originalText;
  4135.                    submitBtn.disabled = false;
  4136.                    submitBtn.style.background = '';
  4137.                    this.reset();
  4138.                }, 2000);
  4139.            }, 1500);
  4140.        });
  4141.    }
  4142.    
  4143.    // Smooth reveal for columns on scroll
  4144.    const observerOptions = {
  4145.        threshold: 0.1,
  4146.        rootMargin: '0px 0px -50px 0px'
  4147.    };
  4148.    
  4149.    const observer = new IntersectionObserver((entries) => {
  4150.        entries.forEach(entry => {
  4151.            if (entry.isIntersecting) {
  4152.                entry.target.style.opacity = '1';
  4153.                entry.target.style.transform = 'translateY(0)';
  4154.            }
  4155.        });
  4156.    }, observerOptions);
  4157.    
  4158.    // Initially hide columns for animation
  4159.    document.querySelectorAll('.footer-column').forEach((column, index) => {
  4160.        column.style.opacity = '0';
  4161.        column.style.transform = 'translateY(20px)';
  4162.        column.style.transition = `all 0.6s ease ${index * 0.1}s`;
  4163.        observer.observe(column);
  4164.    });
  4165.    
  4166.    // Prevent default for placeholder links
  4167.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4168.        link.addEventListener('click', function(e) {
  4169.            e.preventDefault();
  4170.        });
  4171.    });
  4172. });
  4173.  
  4174. document.addEventListener('DOMContentLoaded', function () {
  4175.    var btn = document.getElementById('toggleFooterLinks');
  4176.    if (!btn) return; // No extra links, no button
  4177.  
  4178.    var extras = document.querySelectorAll('#footerLinks li.extra');
  4179.  
  4180.    btn.addEventListener('click', function () {
  4181.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4182.            return li.classList.contains('d-none');
  4183.        });
  4184.  
  4185.        extras.forEach(function (li) {
  4186.            if (anyHidden) {
  4187.                li.classList.remove('d-none');
  4188.                li.classList.add('show');
  4189.            } else {
  4190.                li.classList.add('d-none');
  4191.                li.classList.remove('show');
  4192.            }
  4193.        });
  4194.  
  4195.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4196.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4197.    });
  4198. });
  4199.  
  4200. </script>
  4201.  
  4202.        <!-- end of wpo-site-footer-section -->
  4203.    </div>
  4204.    <!-- end of page-wrapper -->
  4205.  
  4206.    <!-- All JavaScript files
  4207.    ================================================== -->
  4208.    
  4209.  
  4210. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4211. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4212. <!-- Plugins for this template -->
  4213. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4214. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4215. <!-- Custom script for this template -->
  4216. <script src="/static/blogapp/assets/js/script.js"></script>
  4217.  
  4218. <script>
  4219. (function () {
  4220. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4221. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4222.  
  4223. function applyFallback(img) {
  4224. if (!img || img.dataset.fallbackApplied === "1") {
  4225. return;
  4226. }
  4227. var failedSrc = img.currentSrc || img.src || "";
  4228. img.dataset.fallbackApplied = "1";
  4229. img.onerror = null;
  4230. img.src = fallbackImageSrc;
  4231. console.warn("[ImageFallback] Replaced broken image:", {
  4232. failedSrc: failedSrc,
  4233. fallbackSrc: fallbackImageSrc,
  4234. alt: img.alt || "",
  4235. });
  4236. }
  4237.  
  4238. document.querySelectorAll("img").forEach(function (img) {
  4239. if (img.complete && img.naturalWidth === 0) {
  4240. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4241. failedSrc: img.currentSrc || img.src || "",
  4242. alt: img.alt || "",
  4243. });
  4244. applyFallback(img);
  4245. }
  4246. });
  4247.  
  4248. document.addEventListener(
  4249. "error",
  4250. function (event) {
  4251. var target = event.target;
  4252. if (target && target.tagName === "IMG") {
  4253. applyFallback(target);
  4254. }
  4255. },
  4256. true
  4257. );
  4258. })();
  4259. </script>
  4260.  
  4261. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4262.  
  4263.  
  4264.  
  4265. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447" integrity="sha512-57MDmcccJXYtNnH+ZiBwzC4jb2rvgVCEokYN+L/nLlmO8rfYT/gIpW2A569iJ/3b+0UEasghjuZH/ma3wIs/EQ==" data-cf-beacon='{"version":"2024.11.0","token":"647f6804ea764148a229414792a86c79","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4266. </body>
  4267.  
  4268. </html>
  4269.  
  4270.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda