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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="libre">
  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_57_ePOBULw_7i69B4N_PjeQrYF_CzUqkL2.png">
  14.    
  15.  
  16.    <title>Forgelounge UK | Premium Metalworking Tools &amp; Workshop Equipment</title>
  17.    <meta name="description" content="Forgelounge UK offers premium metalworking tools, workshop equipment, and expert guidance for blacksmiths, metal artists, and DIY enthusiasts across the UK.">
  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://forgelounge.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ff3d7f;
  42.        --bs-primary-rgb: ff3d7f;
  43.        --bs-secondary: #6b7280;
  44.        --bs-success: #22c55e;
  45.        --bs-danger: #ef4444;
  46.        --bs-warning: #eab308;
  47.        --bs-info: #3b82f6;
  48.        --bs-light: #fff0f5;
  49.        --bs-dark: #4a0e1a;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ff3d7f;
  53.        --theme-primary-color-s2: #ff3d7f;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #4a0e1a;
  57.        --text-light-color: #676767;
  58.        --heading-color: #4a0e1a;
  59.        --border-color: #f9a8b8;
  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: #fed7de;
  75.        --navbar-color: #4a0e1a;
  76.        --topbar-bg: #fff0f5;
  77.        --topbar-color: #4a0e1a;
  78.        --footer-bg: #4a0e1a;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #f9a8b8;
  82.        --card-radius: 12px;
  83.        --link-color: #ff3d7f;
  84.        --link-hover: #e02d6e;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(255, 61, 127, 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_91">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405. <style>
  406.    /* General styling for top bar */
  407.    .unique-topbar-v7 {
  408.        background-color: var(--topbar-bg);
  409.        color: #fff;
  410.      
  411.    }
  412.    .unique-v7 {
  413.        padding: 10px 30px;
  414.        display: flex;
  415.        align-items: center;
  416.        justify-content: space-between; /* Ensure it stretches across */
  417.    }
  418.  
  419.    .unique-menu-btn-v7 {
  420.        border: none;
  421.        max-width: 145px !important;
  422.        padding: 8px;
  423.        cursor: pointer;
  424.        border-radius: 5px;
  425.    }
  426.  
  427.    .unique-news-container-v7 {
  428.        display: flex;
  429.        align-items: center;
  430.        overflow: hidden;
  431.        width: fit-content;
  432.        flex-grow: 1; /* Take remaining space */
  433.        height: 60px;
  434.    }
  435.  
  436.    .unique-news-wrapper-v7 {
  437.        display: flex;
  438.        flex-direction: row;
  439.        align-items: center;
  440.        padding: 5px;
  441.    }
  442.  
  443.    .unique-news-item-v7 {
  444.        opacity: 0;
  445.        transform: translateX(100px);
  446.        transition: all 0.5s ease;
  447.        font-size: 16px;
  448.        color: var(--topbar-color);
  449.        height: 0;
  450.        width: 0;
  451.    }
  452.    
  453.    .unique-news-item-v7.active-v7 {
  454.        padding: 10px;
  455.        opacity: 1;
  456.          height: auto;
  457.        width: auto;
  458.        margin-right: 20px;
  459.        transform: translateX(0);
  460.    }
  461.  
  462.    .unique-news-item-v7.exit-up-v7 {
  463.        opacity: 0;
  464.        transform: translateX(-100px); /* Move news item left */
  465.    }
  466.  
  467.    /* Social Icons in Inline */
  468.    .contact-info-v7 {
  469.        display: flex;
  470.        gap: 10px;
  471.    }
  472.  
  473.    .contact-info-v7 ul {
  474.        display: flex;
  475.        gap: 15px;
  476.        list-style: none;
  477.    }
  478.  
  479.    .social-icon-v7 {
  480.        color: var(--topbar-color) !important;
  481.        font-size: 20px;
  482.        text-decoration: none;
  483.    }
  484.  
  485.    .social-icon-v7:hover {
  486.        color: #1da1f2;
  487.    }
  488. </style>
  489.  
  490. <div class="unique-topbar-v7">
  491.    <div class="fluid-container unique-v7 container-fluid">
  492.        <button class="unique-menu-btn-v7 bg-primary-gradient w-100 fw-bold">Latest Updates</button>        
  493.      
  494.        <div class="unique-news-container-v7">
  495.            <div class="unique-news-wrapper-v7" id="newsWrapper-v7">
  496.                <!-- News items will be added dynamically -->
  497.            </div>
  498.        </div>
  499.      
  500.        <div class="contact-info-v7">
  501.            <ul>
  502.                <li><a href="#" class="social-icon-v7"><i class="ti-facebook"></i></a></li>
  503.                <li><a href="#" class="social-icon-v7"><i class="ti-twitter-alt"></i></a></li>
  504.                <li><a href="#" class="social-icon-v7"><i class="ti-instagram"></i></a></li>
  505.                <li><a href="#" class="social-icon-v7"><i class="ti-google"></i></a></li>
  506.            </ul>
  507.        </div>
  508.    </div>
  509. </div>
  510.  
  511. <script>
  512.    // Build array dynamically from Django context
  513.    const newsItems = [
  514.        
  515.            { title: "Why PSG Are Turning To Local Players to Defend Their Continental Crown", url: "/why-psg-are-turning-to-local-players-to-defend-their-continental-crown/" },
  516.        
  517.            { title: "Democratic lawmakers Allege Trump of ‘Intimidation’ Campaign as FBI Requests Meetings", url: "/democratic-lawmakers-allege-trump-of-intimidation-campaign-as-fbi-requests-meetings/" },
  518.        
  519.            { title: "A Remarkable Year for Launching The Sphere", url: "/a-remarkable-year-for-launching-the-sphere/" },
  520.        
  521.            { title: "Supply Lines in the Sea: A Review of Food Delivery – An Intense Trip Through Resupply Routes amid the Regional Tension.", url: "/supply-lines-in-the-sea-a-review-of-food-delivery-an-intense-trip-through-resupply-routes-amid-the-regional-tension/" },
  522.        
  523.            { title: "Celebrity Traitors Final Episode Accidentally Made Available A Full Day Prematurely Beyond the UK", url: "/celebrity-traitors-final-episode-accidentally-made-available-a-full-day-prematurely-beyond-the-uk/" }
  524.        
  525.    ];
  526.  
  527.    let currentNewsIndex = 0;
  528.    const newsWrapper = document.getElementById('newsWrapper-v7');
  529.    let newsElements = [];
  530.  
  531.    // Create news elements
  532.    function createNewsElements() {
  533.        newsItems.forEach((news, index) => {
  534.            const newsElement = document.createElement('div');
  535.            newsElement.className = 'unique-news-item-v7';
  536.            newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  537.            newsWrapper.appendChild(newsElement);
  538.            newsElements.push(newsElement);
  539.        });
  540.  
  541.        if (newsElements.length > 0) {
  542.            newsElements[0].classList.add('active-v7');
  543.        }
  544.    }
  545.  
  546.    // Animate news change
  547.    function changeNews() {
  548.        const currentElement = newsElements[currentNewsIndex];
  549.        const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  550.        const nextElement = newsElements[nextIndex];
  551.  
  552.        currentElement.classList.remove('active-v7');
  553.        currentElement.classList.add('exit-up-v7');
  554.  
  555.        setTimeout(() => {
  556.            nextElement.classList.add('active-v7');
  557.            currentNewsIndex = nextIndex;
  558.  
  559.            setTimeout(() => {
  560.                currentElement.classList.remove('exit-up-v7');
  561.            }, 100);
  562.        }, 250);
  563.    }
  564.  
  565.    // Start news rotation
  566.    function startNewsRotation() {
  567.        setInterval(changeNews, 5000);
  568.    }
  569.  
  570.    window.onload = function() {
  571.        createNewsElements();
  572.        startNewsRotation();
  573.    };
  574. </script>
  575.  
  576.  
  577.  
  578.            
  579.  
  580.  
  581.  
  582.  
  583.  
  584.  
  585. <header class="header-v6 mb-4 nav-bg position-relative">
  586.    <div class="main-header-v6">
  587.        <div class="container-fluid fluid-container">
  588.            <div class="row align-items-center justify-content-between">
  589.                <!-- Left Navigation -->
  590.                <div class="col-lg-5 col-md-3">
  591.                    <nav class="left-nav-v6">
  592.                        <ul class="nav-list-v6">
  593.                            
  594.                            <li class="nav-item-v6">
  595.                                <a href="/" class="nav-link-v6 active-v6">Home</a>
  596.                            </li>
  597.  
  598.                            
  599.                            
  600.                            <li class="nav-item-v6">
  601.                                <a href="/category/all-posts/" class="nav-link-v6">
  602.                                    All Posts
  603.                                </a>
  604.                            </li>
  605.                            
  606.                            <li class="nav-item-v6">
  607.                                <a href="/category/business/" class="nav-link-v6">
  608.                                    Business
  609.                                </a>
  610.                            </li>
  611.                            
  612.                            <li class="nav-item-v6">
  613.                                <a href="/category/esports/" class="nav-link-v6">
  614.                                    Esports
  615.                                </a>
  616.                            </li>
  617.                            
  618.                        </ul>
  619.                    </nav>
  620.                </div>
  621.  
  622.                <!-- Center Logo -->
  623.               <div class="col-lg-2 col-md-6 text-center">
  624.                    <div class="logo-center-v6">
  625.                        <a class="brand-link-v6" href="/">
  626.                            
  627.                                Forgelounge
  628.                            
  629.                        </a>
  630.                    </div>
  631.                </div>
  632.  
  633.                <!-- Right Navigation -->
  634.                <div class="col-lg-5 col-md-3">
  635.                    <nav class="right-nav-v6">
  636.                        <ul class="nav-list-v6 justify-content-end">
  637.  
  638.                            
  639.                            
  640.                            <li class="nav-item-v6">
  641.                                <a href="/category/fashion/" class="nav-link-v6">
  642.                                    Fashion
  643.                                </a>
  644.                            </li>
  645.                            
  646.                            <li class="nav-item-v6">
  647.                                <a href="/category/featured/" class="nav-link-v6">
  648.                                    Featured
  649.                                </a>
  650.                            </li>
  651.                            
  652.  
  653.                            
  654.                            
  655.                            
  656.                            <li class="nav-item-v6 dropdown-container-v6">
  657.                                <a href="#" class="nav-link-v6">More</a>
  658.                                <div class="mega-dropdown-v6">
  659.                                    <div class="dropdown-grid-v6">
  660.                                        <div class="dropdown-column-v6">
  661.                                            
  662.                                            <a href="/category/gaming/"
  663.                                                class="dropdown-link-v6">
  664.                                                Gaming
  665.                                            </a>
  666.                                            
  667.                                            <a href="/category/health/"
  668.                                                class="dropdown-link-v6">
  669.                                                Health
  670.                                            </a>
  671.                                            
  672.                                            <a href="/category/life-fitness/"
  673.                                                class="dropdown-link-v6">
  674.                                                Life &amp; Fitness
  675.                                            </a>
  676.                                            
  677.                                            <a href="/category/lifestyle/"
  678.                                                class="dropdown-link-v6">
  679.                                                Lifestyle
  680.                                            </a>
  681.                                            
  682.                                            <a href="/category/news/"
  683.                                                class="dropdown-link-v6">
  684.                                                News
  685.                                            </a>
  686.                                            
  687.                                            <a href="/category/others/"
  688.                                                class="dropdown-link-v6">
  689.                                                Others
  690.                                            </a>
  691.                                            
  692.                                            <a href="/category/politics/"
  693.                                                class="dropdown-link-v6">
  694.                                                Politics
  695.                                            </a>
  696.                                            
  697.                                            <a href="/category/sports/"
  698.                                                class="dropdown-link-v6">
  699.                                                Sports
  700.                                            </a>
  701.                                            
  702.                                            <a href="/category/tech/"
  703.                                                class="dropdown-link-v6">
  704.                                                Tech
  705.                                            </a>
  706.                                            
  707.                                            <a href="/category/travel/"
  708.                                                class="dropdown-link-v6">
  709.                                                Travel
  710.                                            </a>
  711.                                            
  712.                                        </div>
  713.                                    </div>
  714.                                </div>
  715.                            </li>
  716.                            
  717.                            
  718.                             <li>
  719.                  <a href="/page/contact-us/">
  720.                     Contact Us
  721.                  </a>
  722.              </li>
  723.                        </ul>
  724.                    </nav>
  725.                </div>
  726.            </div>
  727.  
  728.  
  729.            <!-- Search Bar Row -->
  730.            <div class="row mt-md-4 ">
  731.                <div class="col-12">
  732.                    <div class="search-container-v6">
  733.                        <form class="search-form-v6" action="#" method="get">
  734.                            <div class="search-wrapper-v6">
  735.                                <svg class="search-icon-v6" width="20" height="20" viewBox="0 0 24 24" fill="none"
  736.                                    stroke="currentColor" stroke-width="2">
  737.                                    <circle cx="11" cy="11" r="8"></circle>
  738.                                    <path d="m21 21-4.35-4.35"></path>
  739.                                </svg>
  740.                                <input id="search-input" type="search" class="search-input-v6"
  741.                                    placeholder="What are you looking for today?" name="q">
  742.                                <button type="submit" class="search-submit-v6">Search</button>
  743.                            </div>
  744.                        </form>
  745.                         <div id="search-results" class="search-results-container search-v1"></div>
  746.                    </div>
  747.                </div>
  748.            </div>
  749.        </div>
  750.    </div>
  751.  
  752.    <!-- Mobile Menu Button -->
  753.    <button class="mobile-toggle-v6  d-lg-none" type="button" onclick="toggleMenuV6()">
  754.        <span class="hamburger-line-v6 text-link "></span>
  755.        <span class="hamburger-line-v6 text-link "></span>
  756.        <span class="hamburger-line-v6 text-link "></span>
  757.    </button>
  758.  
  759.    <!-- Mobile Menu -->
  760. <div class="mobile-menu-v6 d-lg-none" id="mobileMenuV6">
  761.    <div class="mobile-menu-content-v6">
  762.        <button class="mobile-toggle-v6 text-link d-lg-none" style="font-size: larger;" type="button"
  763.            onclick="toggleMenuV6()">
  764.            X
  765.        </button>
  766.        <ul class="mobile-nav-list-v6">
  767.  
  768.            <!-- Static Home -->
  769.            <li class="mobile-nav-item-v6">
  770.                <a href="/"
  771.                   class="mobile-nav-link-v6 active-v6">
  772.                    Home
  773.                </a>
  774.            </li>
  775.  
  776.            <!-- Dynamic categories -->
  777.            
  778.            <li class="mobile-nav-item-v6">
  779.                <a href="/category/all-posts/"
  780.                   class="mobile-nav-link-v6 ">
  781.                    All Posts
  782.                </a>
  783.            </li>
  784.            
  785.            <li class="mobile-nav-item-v6">
  786.                <a href="/category/business/"
  787.                   class="mobile-nav-link-v6 ">
  788.                    Business
  789.                </a>
  790.            </li>
  791.            
  792.            <li class="mobile-nav-item-v6">
  793.                <a href="/category/esports/"
  794.                   class="mobile-nav-link-v6 ">
  795.                    Esports
  796.                </a>
  797.            </li>
  798.            
  799.            <li class="mobile-nav-item-v6">
  800.                <a href="/category/fashion/"
  801.                   class="mobile-nav-link-v6 ">
  802.                    Fashion
  803.                </a>
  804.            </li>
  805.            
  806.            <li class="mobile-nav-item-v6">
  807.                <a href="/category/featured/"
  808.                   class="mobile-nav-link-v6 ">
  809.                    Featured
  810.                </a>
  811.            </li>
  812.            
  813.            <li class="mobile-nav-item-v6">
  814.                <a href="/category/gaming/"
  815.                   class="mobile-nav-link-v6 ">
  816.                    Gaming
  817.                </a>
  818.            </li>
  819.            
  820.            <li class="mobile-nav-item-v6">
  821.                <a href="/category/health/"
  822.                   class="mobile-nav-link-v6 ">
  823.                    Health
  824.                </a>
  825.            </li>
  826.            
  827.            <li class="mobile-nav-item-v6">
  828.                <a href="/category/life-fitness/"
  829.                   class="mobile-nav-link-v6 ">
  830.                    Life &amp; Fitness
  831.                </a>
  832.            </li>
  833.            
  834.            <li class="mobile-nav-item-v6">
  835.                <a href="/category/lifestyle/"
  836.                   class="mobile-nav-link-v6 ">
  837.                    Lifestyle
  838.                </a>
  839.            </li>
  840.            
  841.            <li class="mobile-nav-item-v6">
  842.                <a href="/category/news/"
  843.                   class="mobile-nav-link-v6 ">
  844.                    News
  845.                </a>
  846.            </li>
  847.            
  848.            <li class="mobile-nav-item-v6">
  849.                <a href="/category/others/"
  850.                   class="mobile-nav-link-v6 ">
  851.                    Others
  852.                </a>
  853.            </li>
  854.            
  855.            <li class="mobile-nav-item-v6">
  856.                <a href="/category/politics/"
  857.                   class="mobile-nav-link-v6 ">
  858.                    Politics
  859.                </a>
  860.            </li>
  861.            
  862.            <li class="mobile-nav-item-v6">
  863.                <a href="/category/sports/"
  864.                   class="mobile-nav-link-v6 ">
  865.                    Sports
  866.                </a>
  867.            </li>
  868.            
  869.            <li class="mobile-nav-item-v6">
  870.                <a href="/category/tech/"
  871.                   class="mobile-nav-link-v6 ">
  872.                    Tech
  873.                </a>
  874.            </li>
  875.            
  876.            <li class="mobile-nav-item-v6">
  877.                <a href="/category/travel/"
  878.                   class="mobile-nav-link-v6 ">
  879.                    Travel
  880.                </a>
  881.            </li>
  882.            
  883.  
  884.            <!-- Static Contact -->
  885.            <li class="mobile-nav-item-v6">
  886.                <a href="/page/contact-us/"
  887.                   class="mobile-nav-link-v6 ">
  888.                    Contact Us
  889.                </a>
  890.            </li>
  891.        </ul>
  892.    </div>
  893. </div>
  894. <div class="sidebar-blur d-lg-none"></div>
  895. </header>
  896.  
  897. <style>
  898.    /* Navbar V6 Styles - Centered Logo with Split Navigation */
  899.  
  900.  
  901.    .main-header-v6 {
  902.        padding: 35px 0;
  903.    }
  904.  
  905.    /* Logo Styles */
  906.    .logo-center-v6 {
  907.        position: relative;
  908.    }
  909.  
  910.    .logo-img-v6 {
  911.        max-height: 100px;
  912.        transition: transform 0.3s ease;
  913.    }
  914.  
  915.    .logo-img-v6:hover {
  916.        transform: scale(1.05);
  917.    }
  918.  
  919.    /* Navigation Styles */
  920.    .nav-list-v6 {
  921.        list-style: none;
  922.        padding: 0;
  923.        margin: 0;
  924.        display: flex;
  925.        align-items: center;
  926.    }
  927.  
  928.    .nav-item-v6 {
  929.        position: relative;
  930.        margin: 0 20px;
  931.    }
  932.  
  933.    .nav-link-v6 {
  934.        color: var(--navbar-color) !important;
  935.        text-decoration: none;
  936.        font-weight: 500;
  937.        font-size: 15px;
  938.        padding: 12px 0;
  939.        position: relative;
  940.        transition: all 0.3s ease;
  941.    }
  942.  
  943.    .nav-link-v6::after {
  944.        content: '';
  945.        position: absolute;
  946.        bottom: 0;
  947.        left: 50%;
  948.        width: 0;
  949.        height: 2px;
  950.        transition: all 0.3s ease;
  951.        transform: translateX(-50%);
  952.    }
  953.  
  954.    .nav-link-v6:hover,
  955.    .nav-link-v6.active-v6 {
  956.        font-weight: 700;
  957.        opacity: 0.75;
  958.    }
  959.  
  960.    .nav-link-v6:hover::after,
  961.    .nav-link-v6.active-v6::after {
  962.        width: 100%;
  963.    }
  964.  
  965.    /* Mega Dropdown Styles */
  966.    .dropdown-container-v6 {
  967.        position: relative;
  968.    }
  969.  
  970.    .mega-dropdown-v6 {
  971.        position: absolute;
  972.        top: 100%;
  973.        left: 50%;
  974.        transform: translateX(-50%);
  975.        background: var(--navbar-bg);
  976.        border-radius: 12px;
  977.        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  978.        opacity: 0;
  979.        visibility: hidden;
  980.        transition: all 0.3s ease;
  981.        padding: 25px;
  982.        min-width: 300px;
  983.        z-index: 1200;
  984.        margin-top: 15px;
  985.    }
  986.  
  987.    .dropdown-container-v6:hover .mega-dropdown-v6 {
  988.        opacity: 1;
  989.        visibility: visible;
  990.        margin-top: 0;
  991.    }
  992.  
  993.    .dropdown-grid-v6 {
  994.        display: grid;
  995.        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  996.        gap: 20px;
  997.    }
  998.  
  999.    .dropdown-title-v6 {
  1000.        font-size: 13px;
  1001.        font-weight: 600;
  1002.        color: #4a5568;
  1003.        margin-bottom: 10px;
  1004.        text-transform: uppercase;
  1005.        letter-spacing: 0.5px;
  1006.    }
  1007.  
  1008.    .dropdown-link-v6 {
  1009.        display: block;
  1010.        color: #2d3748;
  1011.        text-decoration: none;
  1012.        font-size: 14px;
  1013.        padding: 8px 0;
  1014.        transition: all 0.3s ease;
  1015.        position: relative;
  1016.        padding-left: 15px;
  1017.    }
  1018.  
  1019.    .dropdown-link-v6::before {
  1020.        content: '';
  1021.        position: absolute;
  1022.        left: 0;
  1023.        top: 50%;
  1024.        width: 6px;
  1025.        height: 6px;
  1026.        background: #e2e8f0;
  1027.        border-radius: 50%;
  1028.        transform: translateY(-50%);
  1029.        transition: all 0.3s ease;
  1030.    }
  1031.  
  1032.    .dropdown-link-v6:hover {
  1033.        color: #667eea;
  1034.        padding-left: 20px;
  1035.    }
  1036.  
  1037.    .dropdown-link-v6:hover::before {
  1038.        background: #667eea;
  1039.    }
  1040.  
  1041.    /* Search Styles */
  1042.    .search-container-v6 {
  1043.        max-width: 600px;
  1044.        margin: 0 auto;
  1045.    }
  1046.  
  1047.    .search-wrapper-v6 {
  1048.        position: relative;
  1049.        background: #f7fafc;
  1050.        border-radius: 50px;
  1051.        display: flex;
  1052.        align-items: center;
  1053.        transition: all 0.3s ease;
  1054.        border: 2px solid transparent;
  1055.    }
  1056.  
  1057.    .search-wrapper-v6:focus-within {
  1058.        background: #ffffff;
  1059.        border-color: #007bff;
  1060.        box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
  1061.    }
  1062.  
  1063.    .search-icon-v6 {
  1064.        color: #a0aec0;
  1065.        margin: 0 15px;
  1066.        transition: color 0.3s ease;
  1067.    }
  1068.  
  1069.    .search-wrapper-v6:focus-within .search-icon-v6 {
  1070.        color: #007bff;
  1071.    }
  1072.  
  1073.    .search-input-v6 {
  1074.        flex: 1;
  1075.        border: none;
  1076.        background: transparent;
  1077.        font-size: 16px;
  1078.        padding: 10px 0;
  1079.        outline: none;
  1080.        color: #2d3748;
  1081.    }
  1082.  
  1083.    .search-input-v6::placeholder {
  1084.        color: #a0aec0;
  1085.    }
  1086.  
  1087.    .search-submit-v6 {
  1088.        background-color: var(--bs-primary);
  1089.        color: white;
  1090.        border: none;
  1091.        border-radius: 50px;
  1092.        padding: 12px 25px;
  1093.        font-weight: 500;
  1094.        cursor: pointer;
  1095.        transition: all 0.3s ease;
  1096.    }
  1097.  
  1098.    .search-submit-v6:hover {
  1099.        transform: translateY(-2px);
  1100.        box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
  1101.    }
  1102.  
  1103.    /* Mobile Styles */
  1104.    .mobile-toggle-v6 {
  1105.        position: absolute;
  1106.        top: 20px;
  1107.        right: 20px;
  1108.        background: none;
  1109.        border: none;
  1110.        cursor: pointer;
  1111.        z-index: 999;
  1112.        padding: 5px;
  1113.    }
  1114.  
  1115.    .hamburger-line-v6 {
  1116.        display: block;
  1117.        width: 25px;
  1118.        height: 3px;
  1119.        background: var(--navbar-color);
  1120.        margin: 5px 0;
  1121.        transition: all 0.3s ease;
  1122.        border-radius: 2px;
  1123.    }
  1124.  
  1125.    .mobile-menu-v6 {
  1126.        position: fixed;
  1127.        top: 0;
  1128.        right: -100%;
  1129.        width: 300px;
  1130.        height: 100vh;
  1131.        background: var(--navbar-bg) !important;
  1132.        z-index: 1000;
  1133.        transition: right 0.3s ease;
  1134.        box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
  1135.    }
  1136.  
  1137.    .mobile-menu-v6.show-v6 {
  1138.        right: 0;
  1139.    }
  1140.  
  1141.    .mobile-menu-content-v6 {
  1142.        padding: 80px 30px 30px;
  1143.        height: 100%;
  1144.        overflow-y: auto;
  1145.    }
  1146.  
  1147.    .mobile-nav-list-v6 {
  1148.        list-style: none;
  1149.        padding: 0;
  1150.        margin: 0;
  1151.    }
  1152.  
  1153.    .mobile-nav-item-v6 {
  1154.        margin-bottom: 5px;
  1155.    }
  1156.  
  1157.    .mobile-nav-link-v6 {
  1158.        display: flex;
  1159.        align-items: center;
  1160.        justify-content: space-between;
  1161.        color: var(--navbar-color) !important;
  1162.        text-decoration: none;
  1163.        font-size: 16px;
  1164.        font-weight: 500;
  1165.        padding: 15px 0;
  1166.        border-bottom: 1px solid var(--border-color);
  1167.        transition: color 0.3s ease;
  1168.    }
  1169.  
  1170.    .mobile-nav-link-v6:hover,
  1171.    .mobile-nav-link-v6.active-v6 {
  1172.        color: #667eea;
  1173.    }
  1174.  
  1175.    .mobile-dropdown-v6 {
  1176.        list-style: none;
  1177.        padding: 0;
  1178.        margin: 0;
  1179.        max-height: 0;
  1180.        overflow: hidden;
  1181.        transition: max-height 0.3s ease;
  1182.        background: var(--navbar-bg);
  1183.        border-radius: 8px;
  1184.        margin-top: 5px;
  1185.    }
  1186.  
  1187.    .mobile-dropdown-v6.show-v6 {
  1188.        max-height: 300px;
  1189.        padding: 10px 0;
  1190.    }
  1191.  
  1192.    .mobile-dropdown-link-v6 {
  1193.        display: block;
  1194.        color: var(--navbar-color) !important;
  1195.        text-decoration: none;
  1196.        font-size: 14px;
  1197.        padding: 10px 20px;
  1198.        transition: all 0.3s ease;
  1199.    }
  1200.  
  1201.    .mobile-dropdown-link-v6:hover {
  1202.        color: #667eea;
  1203.        opacity: 0.6;
  1204.    }
  1205.  
  1206.    /* Responsive Design */
  1207.    @media (max-width: 991px) {
  1208.  
  1209.        .left-nav-v6,
  1210.        .right-nav-v6 {
  1211.            display: none;
  1212.        }
  1213.  
  1214.        .main-header-v6 {
  1215.            padding: 15px 0;
  1216.        }
  1217.  
  1218.        .search-container-v6 {
  1219.            margin-top: 20px;
  1220.        }
  1221.    }
  1222.  
  1223.    @media (max-width: 768px) {
  1224.        .search-wrapper-v6 {
  1225.            flex-direction: row;
  1226.        }
  1227.  
  1228.        .search-input-v6 {
  1229.            padding: 6px 0;
  1230.            text-align: center;
  1231.            display: flex;
  1232.        }
  1233.  
  1234.  
  1235.        .search-submit-v6 {
  1236.            width: 100%;
  1237.            margin-top: 10px;
  1238.            display: none;
  1239.        }
  1240.    }
  1241. </style>
  1242.  
  1243. <script>
  1244.    function toggleMenuV6() {
  1245.        const mobileMenu = document.getElementById('mobileMenuV6');
  1246.        mobileMenu.classList.toggle('show-v6');
  1247.    }
  1248.  
  1249.    function toggleMobileDropdown(dropdownId) {
  1250.        const dropdown = document.getElementById(dropdownId);
  1251.        dropdown.classList.toggle('show-v6');
  1252.    }
  1253.  
  1254.    // Close mobile menu when clicking outside
  1255.    document.addEventListener('click', function (event) {
  1256.        const mobileMenu = document.getElementById('mobileMenuV6');
  1257.        const mobileToggle = document.querySelector('.mobile-toggle-v6');
  1258.  
  1259.        if (!mobileMenu.contains(event.target) && !mobileToggle.contains(event.target)) {
  1260.            mobileMenu.classList.remove('show-v6');
  1261.        }
  1262.    });
  1263. </script>
  1264.  
  1265. <script>
  1266.  document.addEventListener("DOMContentLoaded", function () {
  1267.    console.log("loaded");
  1268.  
  1269.     const searchInput = document.getElementById("search-input")
  1270.    const searchResults = document.getElementById("search-results");
  1271.  
  1272.    if (!searchInput || !searchResults) {
  1273.      console.error("Search input/results not found");
  1274.      return;
  1275.    }
  1276.  
  1277.    // Prevent form submission
  1278.    if (searchInput.form) {
  1279.      searchInput.form.addEventListener("submit", function (e) {
  1280.        e.preventDefault();
  1281.      });
  1282.    }
  1283.  
  1284.    // Add event listener for keyup
  1285.    searchInput.addEventListener("keyup", function (e) {
  1286.      console.log("Key pressed:", e.key);
  1287.      e.preventDefault();
  1288.  
  1289.      const query = searchInput.value.trim();
  1290.      console.log("User is typing: " + query);
  1291.  
  1292.      // If empty → clear and hide
  1293.      if (query === "") {
  1294.        searchResults.innerHTML = "";
  1295.        searchResults.style.display = "none";
  1296.        return;
  1297.      }
  1298.  
  1299.      // Show results
  1300.      searchResults.style.display = "block";
  1301.  
  1302.      // Fetch search results
  1303.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1304.        method: "GET",
  1305.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1306.      })
  1307.        .then(response => {
  1308.          console.log("Response Status:", response.status);
  1309.          return response.json();
  1310.        })
  1311.        .then(data => {
  1312.          console.log("Data received:", data);
  1313.          if (data.html) {
  1314.            searchResults.innerHTML = data.html;
  1315.          } else {
  1316.            searchResults.innerHTML = "<p>No results found.</p>";
  1317.          }
  1318.        })
  1319.        .catch(error => {
  1320.          console.error("Error fetching search results:", error);
  1321.        });
  1322.    });
  1323.  
  1324.    // Close results when clicking outside
  1325.    document.addEventListener("click", function (e) {
  1326.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1327.        searchResults.style.display = "none";
  1328.      }
  1329.    });
  1330.  
  1331.    // Close results on ESC key
  1332.    document.addEventListener("keydown", function (e) {
  1333.      if (e.key === "Escape") {
  1334.        searchResults.style.display = "none";
  1335.      }
  1336.    });
  1337.  });
  1338. </script>
  1339.  
  1340. <style>
  1341.        /* search field */
  1342.  .search-results-container {
  1343.  position: absolute;
  1344.  top: 100%; /* Position it below the input field */
  1345.  left: 10px;
  1346.  right: 10px;
  1347.  background-color: white;
  1348.  border: 1px solid #ddd;
  1349.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1350.  max-height: 300px;
  1351.  overflow-y: auto;
  1352.  z-index: 1000;
  1353.  display: none; /* Initially hidden */
  1354. }
  1355.  
  1356. .search-results-container p {
  1357.  margin: 0;
  1358. }
  1359.  
  1360. .search-results-container .result-item {
  1361.  padding: 10px;
  1362.  cursor: pointer;
  1363. }
  1364.  
  1365. .search-results-container .result-item:hover {
  1366.  background-color: #f0f0f0;
  1367. }
  1368. </style>
  1369.  
  1370.        </header>
  1371.        <!-- end of header -->
  1372.        <!-- start of wpo-blog-hero -->
  1373.        
  1374.  
  1375.  
  1376.  
  1377.  
  1378.  
  1379.  
  1380.  
  1381. <style>
  1382. .blog-hero-section {
  1383.    padding: 3rem 0;
  1384. }
  1385.  
  1386.  
  1387. .hero-grid {
  1388.    display: grid;
  1389.    grid-template-columns: 2fr 1fr 1fr;
  1390.    grid-template-rows: 1fr 1fr;
  1391.    gap: 1.5rem;
  1392.    height: 500px;
  1393. }
  1394.  
  1395. .hero-card {
  1396.    background: var(--card-bg);
  1397.    border-radius: 12px;
  1398.    overflow: hidden;
  1399.    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  1400.    transition: all 0.3s ease;
  1401.    position: relative;
  1402. }
  1403.  
  1404. .hero-card:hover {
  1405.    transform: translateY(-8px);
  1406.    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  1407. }
  1408.  
  1409. .main-hero {
  1410.    grid-row: 1 / -1;
  1411.    grid-column: 1;
  1412. }
  1413.  
  1414. .card-image {
  1415.    width: 100%;
  1416.    height: 60%;
  1417.    object-fit: cover;
  1418.    transition: transform 0.3s ease;
  1419. }
  1420.  
  1421. .main-hero .card-image {
  1422.    height: 65%;
  1423. }
  1424.  
  1425. .hero-card:hover .card-image {
  1426.    transform: scale(1.05);
  1427. }
  1428.  
  1429. .card-content {
  1430.    padding: 1.5rem;
  1431.    height: 40%;
  1432.    display: flex;
  1433.    flex-direction: column;
  1434.    justify-content: space-between;
  1435. }
  1436.  
  1437. .main-hero .card-content {
  1438.    height: 35%;
  1439. }
  1440.  
  1441. .category-badge {
  1442.    display: inline-block;
  1443.    background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1444.    color: white;
  1445.    padding: 0.4rem 1rem;
  1446.    border-radius: 20px;
  1447.    font-size: 0.8rem;
  1448.    font-weight: 600;
  1449.    text-transform: uppercase;
  1450.    letter-spacing: 0.5px;
  1451.    margin-bottom: 0.8rem;
  1452.    width: fit-content;
  1453. }
  1454.  
  1455. .card-title {
  1456.    font-size: 1.1rem;
  1457.    font-weight: 700;
  1458.    line-height: 1.4;
  1459.    margin-bottom: 0.5rem;
  1460. }
  1461.  
  1462. .main-hero .card-title {
  1463.    font-size: 1.6rem;
  1464.    line-height: 1.3;
  1465.    margin-bottom: 0.8rem;
  1466. }
  1467.  
  1468. .card-title a {
  1469.    color: var(--top-color);
  1470.    text-decoration: none;
  1471.    transition: color 0.3s ease;
  1472. }
  1473.  
  1474.  
  1475. .card-description {
  1476.    color: var(--top-color);
  1477.    line-height: 1.6;
  1478.    margin-bottom: 1rem;
  1479.    display: -webkit-box;
  1480.    -webkit-line-clamp: 2;
  1481.    -webkit-box-orient: vertical;
  1482.    overflow: hidden;
  1483. }
  1484.  
  1485. .main-hero .card-description {
  1486.    -webkit-line-clamp: 3;
  1487. }
  1488.  
  1489. .card-meta {
  1490.    display: flex;
  1491.    align-items: center;
  1492.    justify-content: space-between;
  1493.    margin-top: auto;
  1494. }
  1495.  
  1496. .author-section {
  1497.    display: flex;
  1498.    align-items: center;
  1499.    gap: 0.8rem;
  1500. }
  1501.  
  1502. .author-avatar {
  1503.    width: 35px;
  1504.    height: 35px;
  1505.    border-radius: 50%;
  1506.    object-fit: cover;
  1507.    border: 2px solid #f8f9fa;
  1508. }
  1509.  
  1510. .author-name {
  1511.    color: #667eea;
  1512.    text-decoration: none;
  1513.    font-weight: 600;
  1514.    font-size: 0.9rem;
  1515. }
  1516.  
  1517. .author-name:hover {
  1518.    text-decoration: underline;
  1519. }
  1520.  
  1521. .publish-date {
  1522.    color: #95a5a6;
  1523.    font-size: 0.85rem;
  1524.    font-weight: 500;
  1525. }
  1526.  
  1527. .side-card-1 {
  1528.    grid-column: 2;
  1529.    grid-row: 1;
  1530. }
  1531.  
  1532. .side-card-2 {
  1533.    grid-column: 3;
  1534.    grid-row: 1;
  1535. }
  1536.  
  1537. .side-card-3 {
  1538.    grid-column: 2 / 4;
  1539.    grid-row: 2;
  1540. }
  1541.  
  1542. /* Desktop: Cards 1, 2 & 3 with overlay text */
  1543. @media (min-width: 992px) {
  1544.    
  1545.    .main-hero .card-image,
  1546.    .side-card-1 .card-image,
  1547.    .side-card-2 .card-image {
  1548.        height: 100%;
  1549.    }
  1550.    
  1551.    .main-hero .card-content,
  1552.    .side-card-1 .card-content,
  1553.    .side-card-2 .card-content {
  1554.        position: absolute;
  1555.        bottom: 0;
  1556.        left: 0;
  1557.        right: 0;
  1558.        background: linear-gradient(transparent, rgba(0,0,0,0.8));
  1559.        color: white;
  1560.        padding: 2rem 1.5rem 1.5rem;
  1561.        height: auto;
  1562.    }
  1563.    
  1564.    .main-hero .card-content {
  1565.        padding: 3rem 2rem 2rem;
  1566.    }
  1567.    
  1568.    .main-hero .category-badge,
  1569.    .side-card-1 .category-badge,
  1570.    .side-card-2 .category-badge {
  1571.      
  1572.        margin-bottom: 0.8rem;
  1573.    }
  1574.    
  1575.    .main-hero .card-title a,
  1576.    .side-card-1 .card-title a,
  1577.    .side-card-2 .card-title a {
  1578.        color: white;
  1579.    }
  1580.    
  1581.    .main-hero .card-description {
  1582.        color: #f8f9fa;
  1583.    }
  1584.    
  1585.    .main-hero .author-name,
  1586.    .side-card-1 .author-name,
  1587.    .side-card-2 .author-name {
  1588.        color: #f8f9fa;
  1589.    }
  1590.    
  1591.    .main-hero .publish-date,
  1592.    .side-card-1 .publish-date,
  1593.    .side-card-2 .publish-date {
  1594.        color: #e9ecef;
  1595.    }
  1596. }
  1597.  
  1598. .side-card-3 {
  1599.    display: flex;
  1600.    flex-direction: row;
  1601. }
  1602.  
  1603. .side-card-3 .card-image {
  1604.    width: 40%;
  1605.    height: 100%;
  1606. }
  1607.  
  1608. .side-card-3 .card-content {
  1609.    width: 60%;
  1610.    height: 100%;
  1611.    padding: 1.5rem;
  1612. }
  1613.  
  1614. /* Mobile Responsive */
  1615. @media (max-width: 992px) {
  1616.    .hero-grid {
  1617.        grid-template-columns: 1fr;
  1618.        grid-template-rows: auto;
  1619.        height: auto;
  1620.        gap: 1rem;
  1621.    }
  1622.    
  1623.    .main-hero {
  1624.        grid-row: 1;
  1625.        grid-column: 1;
  1626.    }
  1627.    
  1628.    .side-card-1, .side-card-2, .side-card-3 {
  1629.        grid-column: 1;
  1630.        grid-row: auto;
  1631.    }
  1632.    
  1633.    /* Mobile: Cards 1, 2 & 3 normal layout (not overlay) */
  1634.    .main-hero .card-content,
  1635.    .side-card-1 .card-content,
  1636.    .side-card-2 .card-content {
  1637.        position: relative;
  1638.        background: var(--card-bg);
  1639.        color: inherit;
  1640.        padding: 1.5rem;
  1641.        height: auto;
  1642.    }
  1643.    
  1644.    .main-hero .card-image,
  1645.    .side-card-1 .card-image,
  1646.    .side-card-2 .card-image {
  1647.        height: 200px;
  1648.    }
  1649.    
  1650.    .main-hero .card-image {
  1651.        height: 250px;
  1652.    }
  1653.    
  1654.    .main-hero .category-badge,
  1655.    .side-card-1 .category-badge,
  1656.    .side-card-2 .category-badge {
  1657.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1658.        color: white;
  1659.    }
  1660.    
  1661.    .main-hero .card-title a,
  1662.    .side-card-1 .card-title a,
  1663.    .side-card-2 .card-title a {
  1664.        color: var(--top-color);
  1665.    }
  1666.    
  1667.    .main-hero .card-description {
  1668.        color: #7f8c8d;
  1669.    }
  1670.    
  1671.    .main-hero .author-name,
  1672.    .side-card-1 .author-name,
  1673.    .side-card-2 .author-name {
  1674.        color: #667eea;
  1675.    }
  1676.    
  1677.    .main-hero .publish-date,
  1678.    .side-card-1 .publish-date,
  1679.    .side-card-2 .publish-date {
  1680.        color: #95a5a6;
  1681.    }
  1682.    
  1683.    .side-card-3 {
  1684.        flex-direction: column;
  1685.    }
  1686.    
  1687.    .side-card-3 .card-image {
  1688.        width: 100%;
  1689.        height: 200px;
  1690.    }
  1691.    
  1692.    .side-card-3 .card-content {
  1693.        width: 100%;
  1694.        height: auto;
  1695.    }
  1696.    
  1697.    .card-image {
  1698.        height: 200px;
  1699.    }
  1700.    
  1701.    .main-hero .card-image {
  1702.        height: 250px;
  1703.    }
  1704.    
  1705.    .main-hero .card-content {
  1706.        height: auto;
  1707.    }
  1708. }
  1709. </style>
  1710.  
  1711. <div class="blog-hero-section">
  1712.    <div class="container-fluid fluid-container">
  1713.        <div class="hero-grid">
  1714.            <!-- Main Featured Post -->
  1715.            
  1716.                              
  1717.                    <article class="hero-card main-hero">
  1718.                        
  1719.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Jimmy Cliff, Music Legend and Cultural Figure, Passes Away at 81 Years Old" class="card-image">
  1720.                        
  1721.                        
  1722.                        <div class="card-content">
  1723.                            <div>
  1724.                                <span class="category-badge">News</span>
  1725.                                <h2 class="card-title">
  1726.                                    <a href="/jimmy-cliff-music-legend-and-cultural-figure-passes-away-at-81-years-old/">
  1727.                                        Jimmy Cliff, Music Legend and Cultural Figure, Passes Away at 81 Years Old
  1728.                                    </a>
  1729.                                </h2>
  1730.                                <p class="card-description"></p>
  1731.                            </div>
  1732.                            
  1733.                            <div class="card-meta">
  1734.                                <div class="author-section">
  1735.                                    
  1736.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Edward Perez" class="author-avatar">
  1737.                                    
  1738.                                    <a href="#" class="author-name">Edward Perez</a>
  1739.                                </div>
  1740.                                <span class="publish-date">May 20, 2026</span>
  1741.                            </div>
  1742.                        </div>
  1743.                    </article>
  1744.                
  1745.            
  1746.  
  1747.            <!-- Side Cards -->
  1748.            
  1749.                <article class="hero-card side-card-1">
  1750.                    
  1751.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Explosions Strike Kyiv, Taking a Serviceman&#x27;s Life and Injuring Four in Militant Attack" class="card-image">
  1752.                    
  1753.                    
  1754.                    <div class="card-content">
  1755.                        <div>
  1756.                            <span class="category-badge">News</span>
  1757.                            <h3 class="card-title">
  1758.                                <a href="/explosions-strike-kyiv-taking-a-servicemans-life-and-injuring-four-in-militant-attack/">
  1759.                                    Explosions Strike Kyiv, Taking a Serviceman&#x27;s Life and Injuring Four in Militant Attack
  1760.                                </a>
  1761.                            </h3>
  1762.                            <p class="card-description"></p>
  1763.                        </div>
  1764.                        
  1765.                        <div class="card-meta">
  1766.                            <div class="author-section">
  1767.                                <a href="#" class="author-name">Edward Perez</a>
  1768.                            </div>
  1769.                            <span class="publish-date">May 20</span>
  1770.                        </div>
  1771.                    </div>
  1772.                </article>
  1773.            
  1774.                <article class="hero-card side-card-2">
  1775.                    
  1776.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Resolute Speech Justifies Narcotics Vessel Operations During Criticism" class="card-image">
  1777.                    
  1778.                    
  1779.                    <div class="card-content">
  1780.                        <div>
  1781.                            <span class="category-badge">News</span>
  1782.                            <h3 class="card-title">
  1783.                                <a href="/resolute-speech-justifies-narcotics-vessel-operations-during-criticism/">
  1784.                                    Resolute Speech Justifies Narcotics Vessel Operations During Criticism
  1785.                                </a>
  1786.                            </h3>
  1787.                            <p class="card-description"></p>
  1788.                        </div>
  1789.                        
  1790.                        <div class="card-meta">
  1791.                            <div class="author-section">
  1792.                                <a href="#" class="author-name">Edward Perez</a>
  1793.                            </div>
  1794.                            <span class="publish-date">May 20</span>
  1795.                        </div>
  1796.                    </div>
  1797.                </article>
  1798.            
  1799.                <article class="hero-card side-card-3">
  1800.                    
  1801.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Jail Recorded Conversation Audio Raise Concerns Regarding Former Abercrombie Executive&#x27;s Competency for Trial" class="card-image">
  1802.                    
  1803.                    
  1804.                    <div class="card-content">
  1805.                        <div>
  1806.                            <span class="category-badge">News</span>
  1807.                            <h3 class="card-title">
  1808.                                <a href="/jail-recorded-conversation-audio-raise-concerns-regarding-former-abercrombie-executives-competency-for-trial/">
  1809.                                    Jail Recorded Conversation Audio Raise Concerns Regarding Former Abercrombie Executive&#x27;s Competency for Trial
  1810.                                </a>
  1811.                            </h3>
  1812.                            <p class="card-description"></p>
  1813.                        </div>
  1814.                        
  1815.                        <div class="card-meta">
  1816.                            <div class="author-section">
  1817.                                <a href="#" class="author-name">Edward Perez</a>
  1818.                            </div>
  1819.                            <span class="publish-date">May 20</span>
  1820.                        </div>
  1821.                    </div>
  1822.                </article>
  1823.            
  1824.        </div>
  1825.    </div>
  1826. </div>
  1827.  
  1828.  
  1829.  
  1830.  
  1831.        <!-- end of wpo-blog-hero -->
  1832.  
  1833.        <!-- start of wpo-breacking-news -->
  1834.        
  1835.        <!-- end of wpo-breacking-news -->
  1836.        
  1837.        <!-- start wpo-blog-highlights-section -->
  1838.        
  1839.  
  1840.  
  1841.  
  1842.    
  1843.  
  1844.  
  1845.  
  1846. <style>
  1847.    .blog-highlights-v2 {
  1848.        padding: 60px 0;
  1849.    }
  1850.    
  1851.    .blog-card-v2 {
  1852.        border: none;
  1853.        border-radius: 16px;
  1854.        overflow: hidden;
  1855.        transition: all 0.3s ease;
  1856.        background: white;
  1857.        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  1858.    }
  1859.    
  1860.    .blog-card-v2:hover {
  1861.        transform: translateY(-8px);
  1862.        box-shadow: 0 12px 40px rgba(0,0,0,0.15);
  1863.    }
  1864.    
  1865.    .blog-image-v2 {
  1866.        position: relative;
  1867.        overflow: hidden;
  1868.        height: 220px;
  1869.    }
  1870.    
  1871.    .blog-image-v2 img {
  1872.        width: 100%;
  1873.        height: 100%;
  1874.        object-fit: cover;
  1875.        transition: transform 0.3s ease;
  1876.    }
  1877.    
  1878.    .blog-card-v2:hover .blog-image-v2 img {
  1879.        transform: scale(1.05);
  1880.    }
  1881.    
  1882.    .blog-category-v2 {
  1883.        position: absolute;
  1884.        top: 16px;
  1885.        left: 16px;
  1886.        padding: 6px 14px;
  1887.        border-radius: 20px;
  1888.        font-size: 12px;
  1889.        font-weight: 600;
  1890.        text-transform: uppercase;
  1891.        letter-spacing: 0.5px;
  1892.    }
  1893.    
  1894.    .blog-content-v2 {
  1895.        padding: 24px;
  1896.    }
  1897.    
  1898.    .blog-title-v2 {
  1899.        font-size: 18px;
  1900.        font-weight: 700;
  1901.        line-height: 1.4;
  1902.        margin-bottom: 16px;
  1903.    }
  1904.    
  1905.    .blog-title-v2 a {
  1906.        text-decoration: none;
  1907.        transition: color 0.3s ease;
  1908.    }
  1909.    
  1910.    .blog-meta-v2 {
  1911.        display: flex;
  1912.        align-items: center;
  1913.        gap: 12px;
  1914.        margin-bottom: 12px;
  1915.        font-size: 13px;
  1916.    }
  1917.    
  1918.    .blog-author-img {
  1919.        width: 32px;
  1920.        height: 32px;
  1921.        border-radius: 50%;
  1922.        object-fit: cover;
  1923.    }
  1924.    
  1925.    .blog-excerpt-v2 {
  1926.        font-size: 14px;
  1927.        line-height: 1.6;
  1928.        opacity: 0.8;
  1929.    }
  1930.    
  1931.    .section-title-v2 {
  1932.        font-size: 2.5rem;
  1933.        font-weight: 800;
  1934.        text-align: center;
  1935.        margin-bottom: 50px;
  1936.    }
  1937.  
  1938.    @media (max-width: 768px) {
  1939.        .section-title-v2 {
  1940.            font-size: 2rem;
  1941.        }
  1942.        .blog-highlights-v2 {
  1943.            padding: 40px 0;
  1944.        }
  1945.    }
  1946. </style>
  1947.  
  1948. <section class="blog-highlights-v2">
  1949.    <div class="container-fluid fluid-container">
  1950.        <div class="row">
  1951.            <div class="col-12">
  1952.                <h2 class="section-title-v2 top-color">
  1953.                Today's Top Highlights
  1954.                   </h2>
  1955.            </div>
  1956.            
  1957.        </div>
  1958.        
  1959.        <div class="row">
  1960.            <div class="col-lg-8 col-12">
  1961.                <div class="row g-4">
  1962.                    
  1963.                    <div class="col-lg-6 col-md-6 col-12">
  1964.                        <div class="card blog-card-v2 h-100">
  1965.                            <div class="blog-image-v2">
  1966.                                
  1967.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1968.                                
  1969.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1970.                            </div>
  1971.                            <div class="blog-content-v2">
  1972.                                <h3 class="blog-title-v2">
  1973.                                    <a href="/the-gal%C3%A1pagos-islands-had-no-native-amphibians-until-countless-numbers-of-frogs-invaded/" class="top-color">
  1974.                                    The Galápagos Islands Had No Native Amphibians. Until Countless Numbers of Frogs Invaded
  1975.                                    </a>
  1976.                                </h3>
  1977.                                <div class="blog-meta-v2">
  1978.                                    
  1979.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Edward Perez" class="blog-author-img">
  1980.                                    
  1981.                                    
  1982.                                    <span class="top-color">By Edward Perez</span>
  1983.                                    <span class="top-color">20 May 2026</span>
  1984.                                </div>
  1985.                                <p class="blog-excerpt-v2 top-color"> </p>
  1986.                            </div>
  1987.                        </div>
  1988.                    </div>
  1989.                    
  1990.                    <div class="col-lg-6 col-md-6 col-12">
  1991.                        <div class="card blog-card-v2 h-100">
  1992.                            <div class="blog-image-v2">
  1993.                                
  1994.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1995.                                
  1996.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1997.                            </div>
  1998.                            <div class="blog-content-v2">
  1999.                                <h3 class="blog-title-v2">
  2000.                                    <a href="/sitting-with-ferguson-and-being-knocked-out-the-lenswomans-tales/" class="top-color">
  2001.                                    Sitting with Ferguson and Being &#x27;Knocked Out&#x27; – The Lenswoman&#x27;s Tales
  2002.                                    </a>
  2003.                                </h3>
  2004.                                <div class="blog-meta-v2">
  2005.                                    
  2006.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Edward Perez" class="blog-author-img">
  2007.                                    
  2008.                                    
  2009.                                    <span class="top-color">By Edward Perez</span>
  2010.                                    <span class="top-color">20 May 2026</span>
  2011.                                </div>
  2012.                                <p class="blog-excerpt-v2 top-color"> </p>
  2013.                            </div>
  2014.                        </div>
  2015.                    </div>
  2016.                    
  2017.                    <div class="col-lg-6 col-md-6 col-12">
  2018.                        <div class="card blog-card-v2 h-100">
  2019.                            <div class="blog-image-v2">
  2020.                                
  2021.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2022.                                
  2023.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2024.                            </div>
  2025.                            <div class="blog-content-v2">
  2026.                                <h3 class="blog-title-v2">
  2027.                                    <a href="/californias-governor-rejects-parole-for-manson-follower-patricia-krenwinkel/" class="top-color">
  2028.                                    California&#x27;s Governor Rejects Parole for Manson Follower Patricia Krenwinkel
  2029.                                    </a>
  2030.                                </h3>
  2031.                                <div class="blog-meta-v2">
  2032.                                    
  2033.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Edward Perez" class="blog-author-img">
  2034.                                    
  2035.                                    
  2036.                                    <span class="top-color">By Edward Perez</span>
  2037.                                    <span class="top-color">19 May 2026</span>
  2038.                                </div>
  2039.                                <p class="blog-excerpt-v2 top-color"> </p>
  2040.                            </div>
  2041.                        </div>
  2042.                    </div>
  2043.                    
  2044.                    <div class="col-lg-6 col-md-6 col-12">
  2045.                        <div class="card blog-card-v2 h-100">
  2046.                            <div class="blog-image-v2">
  2047.                                
  2048.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2049.                                
  2050.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2051.                            </div>
  2052.                            <div class="blog-content-v2">
  2053.                                <h3 class="blog-title-v2">
  2054.                                    <a href="/suspect-in-brown-university-incident-located-dead-inside-storage-unit/" class="top-color">
  2055.                                    Suspect in Brown University Incident Located Dead Inside Storage Unit.
  2056.                                    </a>
  2057.                                </h3>
  2058.                                <div class="blog-meta-v2">
  2059.                                    
  2060.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Edward Perez" class="blog-author-img">
  2061.                                    
  2062.                                    
  2063.                                    <span class="top-color">By Edward Perez</span>
  2064.                                    <span class="top-color">19 May 2026</span>
  2065.                                </div>
  2066.                                <p class="blog-excerpt-v2 top-color"> </p>
  2067.                            </div>
  2068.                        </div>
  2069.                    </div>
  2070.                    
  2071.                    <div class="col-lg-6 col-md-6 col-12">
  2072.                        <div class="card blog-card-v2 h-100">
  2073.                            <div class="blog-image-v2">
  2074.                                
  2075.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2076.                                
  2077.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2078.                            </div>
  2079.                            <div class="blog-content-v2">
  2080.                                <h3 class="blog-title-v2">
  2081.                                    <a href="/washing-mushrooms-the-great-debate-a-guide-to-preparing-mushrooms/" class="top-color">
  2082.                                    Washing Mushrooms: The Great Debate: A Guide to Preparing Mushrooms
  2083.                                    </a>
  2084.                                </h3>
  2085.                                <div class="blog-meta-v2">
  2086.                                    
  2087.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Edward Perez" class="blog-author-img">
  2088.                                    
  2089.                                    
  2090.                                    <span class="top-color">By Edward Perez</span>
  2091.                                    <span class="top-color">19 May 2026</span>
  2092.                                </div>
  2093.                                <p class="blog-excerpt-v2 top-color"> </p>
  2094.                            </div>
  2095.                        </div>
  2096.                    </div>
  2097.                    
  2098.                    <div class="col-lg-6 col-md-6 col-12">
  2099.                        <div class="card blog-card-v2 h-100">
  2100.                            <div class="blog-image-v2">
  2101.                                
  2102.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2103.                                
  2104.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2105.                            </div>
  2106.                            <div class="blog-content-v2">
  2107.                                <h3 class="blog-title-v2">
  2108.                                    <a href="/body-of-triathlete-apparently-attacked-by-great-white-located-on-pacific-shore/" class="top-color">
  2109.                                    Body of Triathlete Apparently Attacked by Great White Located on Pacific Shore
  2110.                                    </a>
  2111.                                </h3>
  2112.                                <div class="blog-meta-v2">
  2113.                                    
  2114.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Edward Perez" class="blog-author-img">
  2115.                                    
  2116.                                    
  2117.                                    <span class="top-color">By Edward Perez</span>
  2118.                                    <span class="top-color">19 May 2026</span>
  2119.                                </div>
  2120.                                <p class="blog-excerpt-v2 top-color"> </p>
  2121.                            </div>
  2122.                        </div>
  2123.                    </div>
  2124.                    
  2125.                    <div class="col-lg-6 col-md-6 col-12">
  2126.                        <div class="card blog-card-v2 h-100">
  2127.                            <div class="blog-image-v2">
  2128.                                
  2129.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2130.                                
  2131.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2132.                            </div>
  2133.                            <div class="blog-content-v2">
  2134.                                <h3 class="blog-title-v2">
  2135.                                    <a href="/iconic-singer-barry-manilow-will-have-a-procedure-for-cancer-in-his-lung/" class="top-color">
  2136.                                    Iconic Singer Barry Manilow Will Have a Procedure for Cancer in His Lung.
  2137.                                    </a>
  2138.                                </h3>
  2139.                                <div class="blog-meta-v2">
  2140.                                    
  2141.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Edward Perez" class="blog-author-img">
  2142.                                    
  2143.                                    
  2144.                                    <span class="top-color">By Edward Perez</span>
  2145.                                    <span class="top-color">19 May 2026</span>
  2146.                                </div>
  2147.                                <p class="blog-excerpt-v2 top-color"> </p>
  2148.                            </div>
  2149.                        </div>
  2150.                    </div>
  2151.                    
  2152.                    <div class="col-lg-6 col-md-6 col-12">
  2153.                        <div class="card blog-card-v2 h-100">
  2154.                            <div class="blog-image-v2">
  2155.                                
  2156.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2157.                                
  2158.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2159.                            </div>
  2160.                            <div class="blog-content-v2">
  2161.                                <h3 class="blog-title-v2">
  2162.                                    <a href="/former-uk-serviceman-accused-of-killing-kenyan-female-appears-in-court/" class="top-color">
  2163.                                    Former UK Serviceman Accused of Killing Kenyan Female Appears in Court
  2164.                                    </a>
  2165.                                </h3>
  2166.                                <div class="blog-meta-v2">
  2167.                                    
  2168.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Edward Perez" class="blog-author-img">
  2169.                                    
  2170.                                    
  2171.                                    <span class="top-color">By Edward Perez</span>
  2172.                                    <span class="top-color">19 May 2026</span>
  2173.                                </div>
  2174.                                <p class="blog-excerpt-v2 top-color"> </p>
  2175.                            </div>
  2176.                        </div>
  2177.                    </div>
  2178.                    
  2179.                    <div class="col-lg-6 col-md-6 col-12">
  2180.                        <div class="card blog-card-v2 h-100">
  2181.                            <div class="blog-image-v2">
  2182.                                
  2183.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2184.                                
  2185.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2186.                            </div>
  2187.                            <div class="blog-content-v2">
  2188.                                <h3 class="blog-title-v2">
  2189.                                    <a href="/us-food-and-drug-administration-grants-approval-to-flibanserin-a-desire-boosting-medication-for-postmenopausal/" class="top-color">
  2190.                                    U.S. Food and Drug Administration Grants Approval to Flibanserin, a Desire-Boosting Medication for Postmenopausal
  2191.                                    </a>
  2192.                                </h3>
  2193.                                <div class="blog-meta-v2">
  2194.                                    
  2195.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Edward Perez" class="blog-author-img">
  2196.                                    
  2197.                                    
  2198.                                    <span class="top-color">By Edward Perez</span>
  2199.                                    <span class="top-color">19 May 2026</span>
  2200.                                </div>
  2201.                                <p class="blog-excerpt-v2 top-color"> </p>
  2202.                            </div>
  2203.                        </div>
  2204.                    </div>
  2205.                    
  2206.                    <div class="col-lg-6 col-md-6 col-12">
  2207.                        <div class="card blog-card-v2 h-100">
  2208.                            <div class="blog-image-v2">
  2209.                                
  2210.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2211.                                
  2212.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2213.                            </div>
  2214.                            <div class="blog-content-v2">
  2215.                                <h3 class="blog-title-v2">
  2216.                                    <a href="/we-require-a-aircraft-to-search-for-them-adolescents-distress-call-to-rescue-loved-ones-lost-off-australian-coast-revealed/" class="top-color">
  2217.                                    We Require a Aircraft to Search For Them’: Adolescent’s Distress Call to Rescue Loved Ones Lost Off Australian Coast Revealed
  2218.                                    </a>
  2219.                                </h3>
  2220.                                <div class="blog-meta-v2">
  2221.                                    
  2222.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Edward Perez" class="blog-author-img">
  2223.                                    
  2224.                                    
  2225.                                    <span class="top-color">By Edward Perez</span>
  2226.                                    <span class="top-color">19 May 2026</span>
  2227.                                </div>
  2228.                                <p class="blog-excerpt-v2 top-color"> </p>
  2229.                            </div>
  2230.                        </div>
  2231.                    </div>
  2232.                    
  2233.                    <div class="col-lg-6 col-md-6 col-12">
  2234.                        <div class="card blog-card-v2 h-100">
  2235.                            <div class="blog-image-v2">
  2236.                                
  2237.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2238.                                
  2239.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2240.                            </div>
  2241.                            <div class="blog-content-v2">
  2242.                                <h3 class="blog-title-v2">
  2243.                                    <a href="/tropical-storm-disaster-in-the-island-nation-unleashes-a-spirit-of-community-action/" class="top-color">
  2244.                                    Tropical Storm Disaster in the Island Nation Unleashes a Spirit of Community Action
  2245.                                    </a>
  2246.                                </h3>
  2247.                                <div class="blog-meta-v2">
  2248.                                    
  2249.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Edward Perez" class="blog-author-img">
  2250.                                    
  2251.                                    
  2252.                                    <span class="top-color">By Edward Perez</span>
  2253.                                    <span class="top-color">18 May 2026</span>
  2254.                                </div>
  2255.                                <p class="blog-excerpt-v2 top-color"> </p>
  2256.                            </div>
  2257.                        </div>
  2258.                    </div>
  2259.                    
  2260.                    <div class="col-lg-6 col-md-6 col-12">
  2261.                        <div class="card blog-card-v2 h-100">
  2262.                            <div class="blog-image-v2">
  2263.                                
  2264.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2265.                                
  2266.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2267.                            </div>
  2268.                            <div class="blog-content-v2">
  2269.                                <h3 class="blog-title-v2">
  2270.                                    <a href="/los-blancos-trent-alexander-arnold-might-play-against-liverpool-in-upcoming-european-clash/" class="top-color">
  2271.                                    Los Blancos&#x27; Trent Alexander-Arnold Might Play Against Liverpool in Upcoming European Clash
  2272.                                    </a>
  2273.                                </h3>
  2274.                                <div class="blog-meta-v2">
  2275.                                    
  2276.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Edward Perez" class="blog-author-img">
  2277.                                    
  2278.                                    
  2279.                                    <span class="top-color">By Edward Perez</span>
  2280.                                    <span class="top-color">18 May 2026</span>
  2281.                                </div>
  2282.                                <p class="blog-excerpt-v2 top-color"> </p>
  2283.                            </div>
  2284.                        </div>
  2285.                    </div>
  2286.                    
  2287.                    
  2288.  
  2289.                </div>
  2290.            </div>
  2291.            
  2292.          <div class="col col-lg-4 col-12">
  2293.                
  2294.  
  2295.  
  2296.  
  2297.    
  2298.  
  2299. <!-- Curved Heading Sidebar -->
  2300.    <div class="sidebar">
  2301.        
  2302.       <div class="sidebar-widget mb-4">
  2303.            <div class="widget-title-wrapper mb-3">
  2304.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2305.                    <div class="title-border"></div>
  2306.                    <i class="ti-folder me-2"></i>May 2026 Blog Roll
  2307.                </h4>
  2308.            </div>
  2309.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  2310.                <div class="archives-list scrollable-sidebar">
  2311.                    
  2312.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2313.                        <a href="https://beerbods.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2314.                            <i class="ti-angle-right me-2 text-primary"></i>
  2315.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  2316.                        </a>
  2317.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2318.                    </div>
  2319.                
  2320.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2321.                        <a href="https://esports-news.co.uk/gambling-sites/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2322.                            <i class="ti-angle-right me-2 text-primary"></i>
  2323.                            <span class="archive-link top-color fw-semibold"> best casino sites</span>
  2324.                        </a>
  2325.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2326.                    </div>
  2327.                
  2328.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2329.                        <a href="https://tokenist.com/crypto-casinos/uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2330.                            <i class="ti-angle-right me-2 text-primary"></i>
  2331.                            <span class="archive-link top-color fw-semibold"> best bitcoin casino</span>
  2332.                        </a>
  2333.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2334.                    </div>
  2335.                
  2336.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2337.                        <a href="https://esports-news.co.uk/gambling-sites/dudespin-review/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2338.                            <i class="ti-angle-right me-2 text-primary"></i>
  2339.                            <span class="archive-link top-color fw-semibold"> dudespin review</span>
  2340.                        </a>
  2341.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2342.                    </div>
  2343.                
  2344.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2345.                        <a href="https://esports-news.co.uk/gambling-sites/mafia-casino-review/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2346.                            <i class="ti-angle-right me-2 text-primary"></i>
  2347.                            <span class="archive-link top-color fw-semibold"> mafia review</span>
  2348.                        </a>
  2349.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2350.                    </div>
  2351.                
  2352.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2353.                        <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2354.                            <i class="ti-angle-right me-2 text-primary"></i>
  2355.                            <span class="archive-link top-color fw-semibold"> top 20 online casinos</span>
  2356.                        </a>
  2357.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2358.                    </div>
  2359.                
  2360.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2361.                        <a href="https://bottlebling.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2362.                            <i class="ti-angle-right me-2 text-primary"></i>
  2363.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2364.                        </a>
  2365.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2366.                    </div>
  2367.                
  2368.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2369.                        <a href="https://www.kylebooks.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2370.                            <i class="ti-angle-right me-2 text-primary"></i>
  2371.                            <span class="archive-link top-color fw-semibold"> top 20 online casinos</span>
  2372.                        </a>
  2373.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2374.                    </div>
  2375.                
  2376.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2377.                        <a href="https://www.kibera.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2378.                            <i class="ti-angle-right me-2 text-primary"></i>
  2379.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  2380.                        </a>
  2381.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2382.                    </div>
  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://www.gohacking.com/"  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"> best non gamstop poker sites</span>
  2388.                        </a>
  2389.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2390.                    </div>
  2391.                
  2392.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2393.                        <a href="https://www.hintsandthings.co.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2394.                            <i class="ti-angle-right me-2 text-primary"></i>
  2395.                            <span class="archive-link top-color fw-semibold"> best crypto casinos</span>
  2396.                        </a>
  2397.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2398.                    </div>
  2399.                
  2400.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2401.                        <a href="https://nursingnotes.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2402.                            <i class="ti-angle-right me-2 text-primary"></i>
  2403.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  2404.                        </a>
  2405.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2406.                    </div>
  2407.                
  2408.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2409.                        <a href="https://idolmag.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2410.                            <i class="ti-angle-right me-2 text-primary"></i>
  2411.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2412.                        </a>
  2413.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2414.                    </div>
  2415.                
  2416.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2417.                        <a href="https://www.cca-glasgow.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2418.                            <i class="ti-angle-right me-2 text-primary"></i>
  2419.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  2420.                        </a>
  2421.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2422.                    </div>
  2423.                
  2424.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2425.                        <a href="https://www.employersforwork-lifebalance.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2426.                            <i class="ti-angle-right me-2 text-primary"></i>
  2427.                            <span class="archive-link top-color fw-semibold"> best non Gamstop casinos</span>
  2428.                        </a>
  2429.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2430.                    </div>
  2431.                
  2432.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2433.                        <a href="https://www.copyrighthub.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2434.                            <i class="ti-angle-right me-2 text-primary"></i>
  2435.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  2436.                        </a>
  2437.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2438.                    </div>
  2439.                
  2440.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2441.                        <a href="https://www.focus12.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2442.                            <i class="ti-angle-right me-2 text-primary"></i>
  2443.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  2444.                        </a>
  2445.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  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://britishicehockey.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.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2454.                    </div>
  2455.                
  2456.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2457.                        <a href="https://adventuregamers.com/online-casinos/non-gamstop"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2458.                            <i class="ti-angle-right me-2 text-primary"></i>
  2459.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  2460.                        </a>
  2461.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2462.                    </div>
  2463.                
  2464.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2465.                        <a href="https://gamingamerica.com/non-gamstop-casinos"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2466.                            <i class="ti-angle-right me-2 text-primary"></i>
  2467.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2468.                        </a>
  2469.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2470.                    </div>
  2471.                
  2472.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2473.                        <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2474.                            <i class="ti-angle-right me-2 text-primary"></i>
  2475.                            <span class="archive-link top-color fw-semibold"> best uk non gamstop casinos</span>
  2476.                        </a>
  2477.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2478.                    </div>
  2479.                
  2480.                </div>
  2481.                
  2482.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  2483.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2484.                        <i class="ti-archive me-1"></i>View All Archives
  2485.                    </a>
  2486.                </div> -->
  2487.            </div>
  2488.        </div>
  2489.        
  2490.       <div class="sidebar-widget mb-4">
  2491.            <div class="widget-title-wrapper mb-3">
  2492.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2493.                    <div class="title-border"></div>
  2494.                    <i class="ti-folder me-2"></i>April 2026 Blog Roll
  2495.                </h4>
  2496.            </div>
  2497.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  2498.                <div class="archives-list scrollable-sidebar">
  2499.                    
  2500.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2501.                        <a href="https://tdlwebsolutions.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2502.                            <i class="ti-angle-right me-2 text-primary"></i>
  2503.                            <span class="archive-link top-color fw-semibold"> lolajack casino</span>
  2504.                        </a>
  2505.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2506.                    </div>
  2507.                
  2508.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2509.                        <a href="https://feralhorses.co.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2510.                            <i class="ti-angle-right me-2 text-primary"></i>
  2511.                            <span class="archive-link top-color fw-semibold"> betting sites not on gamstop</span>
  2512.                        </a>
  2513.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2514.                    </div>
  2515.                
  2516.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2517.                        <a href="https://www.artigiano.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2518.                            <i class="ti-angle-right me-2 text-primary"></i>
  2519.                            <span class="archive-link top-color fw-semibold"> slots not on gamstop</span>
  2520.                        </a>
  2521.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2522.                    </div>
  2523.                
  2524.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2525.                        <a href="https://stmargarets.london/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2526.                            <i class="ti-angle-right me-2 text-primary"></i>
  2527.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2528.                        </a>
  2529.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2530.                    </div>
  2531.                
  2532.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2533.                        <a href="https://www.citytosea.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2534.                            <i class="ti-angle-right me-2 text-primary"></i>
  2535.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  2536.                        </a>
  2537.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  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://internationalschoolmealsday.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 casino</span>
  2544.                        </a>
  2545.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2546.                    </div>
  2547.                
  2548.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2549.                        <a href="https://www.surfaceview.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2550.                            <i class="ti-angle-right me-2 text-primary"></i>
  2551.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2552.                        </a>
  2553.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2554.                    </div>
  2555.                
  2556.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2557.                        <a href="https://straightfromyard.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2558.                            <i class="ti-angle-right me-2 text-primary"></i>
  2559.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2560.                        </a>
  2561.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2562.                    </div>
  2563.                
  2564.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2565.                        <a href="https://savethedatemagazine.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2566.                            <i class="ti-angle-right me-2 text-primary"></i>
  2567.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2568.                        </a>
  2569.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2570.                    </div>
  2571.                
  2572.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2573.                        <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2574.                            <i class="ti-angle-right me-2 text-primary"></i>
  2575.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2576.                        </a>
  2577.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2578.                    </div>
  2579.                
  2580.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2581.                        <a href="https://unbound.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2582.                            <i class="ti-angle-right me-2 text-primary"></i>
  2583.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2584.                        </a>
  2585.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2586.                    </div>
  2587.                
  2588.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2589.                        <a href="https://www.london-irish.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2590.                            <i class="ti-angle-right me-2 text-primary"></i>
  2591.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2592.                        </a>
  2593.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  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://www.cca-glasgow.com/"  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"> non gamstop casino</span>
  2600.                        </a>
  2601.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2602.                    </div>
  2603.                
  2604.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2605.                        <a href="https://www.summerhall.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2606.                            <i class="ti-angle-right me-2 text-primary"></i>
  2607.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2608.                        </a>
  2609.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2610.                    </div>
  2611.                
  2612.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2613.                        <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2614.                            <i class="ti-angle-right me-2 text-primary"></i>
  2615.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  2616.                        </a>
  2617.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2618.                    </div>
  2619.                
  2620.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2621.                        <a href="https://www.elthampalace.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2622.                            <i class="ti-angle-right me-2 text-primary"></i>
  2623.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2624.                        </a>
  2625.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2626.                    </div>
  2627.                
  2628.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2629.                        <a href="https://thesaracensatbrington.co.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2630.                            <i class="ti-angle-right me-2 text-primary"></i>
  2631.                            <span class="archive-link top-color fw-semibold"> non uk gambling sites</span>
  2632.                        </a>
  2633.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2634.                    </div>
  2635.                
  2636.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2637.                        <a href="https://swtrains.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2638.                            <i class="ti-angle-right me-2 text-primary"></i>
  2639.                            <span class="archive-link top-color fw-semibold"> spinshark</span>
  2640.                        </a>
  2641.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2642.                    </div>
  2643.                
  2644.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2645.                        <a href="https://hgca.com"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2646.                            <i class="ti-angle-right me-2 text-primary"></i>
  2647.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2648.                        </a>
  2649.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  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://itspa.org.uk"  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"> non gamstop casino</span>
  2656.                        </a>
  2657.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2658.                    </div>
  2659.                
  2660.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2661.                        <a href="https://stmargarets.london"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2662.                            <i class="ti-angle-right me-2 text-primary"></i>
  2663.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2664.                        </a>
  2665.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2666.                    </div>
  2667.                
  2668.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2669.                        <a href="https://www.lytshuiszilver.nl/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2670.                            <i class="ti-angle-right me-2 text-primary"></i>
  2671.                            <span class="archive-link top-color fw-semibold"> casino online zonder Cruks</span>
  2672.                        </a>
  2673.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2674.                    </div>
  2675.                
  2676.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2677.                        <a href="https://www.peelengineering.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2678.                            <i class="ti-angle-right me-2 text-primary"></i>
  2679.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  2680.                        </a>
  2681.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2682.                    </div>
  2683.                
  2684.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2685.                        <a href="https://www.ukessaywriters.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2686.                            <i class="ti-angle-right me-2 text-primary"></i>
  2687.                            <span class="archive-link top-color fw-semibold"> best online casinos uk</span>
  2688.                        </a>
  2689.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2690.                    </div>
  2691.                
  2692.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2693.                        <a href="https://www.surfaceview.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2694.                            <i class="ti-angle-right me-2 text-primary"></i>
  2695.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  2696.                        </a>
  2697.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2698.                    </div>
  2699.                
  2700.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2701.                        <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2702.                            <i class="ti-angle-right me-2 text-primary"></i>
  2703.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  2704.                        </a>
  2705.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2706.                    </div>
  2707.                
  2708.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2709.                        <a href="https://www.roadpeace.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2710.                            <i class="ti-angle-right me-2 text-primary"></i>
  2711.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2712.                        </a>
  2713.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  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://knightsof.media/"  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"> non gamstop casino</span>
  2720.                        </a>
  2721.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2722.                    </div>
  2723.                
  2724.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2725.                        <a href="https://israelpremiertech.com"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2726.                            <i class="ti-angle-right me-2 text-primary"></i>
  2727.                            <span class="archive-link top-color fw-semibold"> non GamStop casinos</span>
  2728.                        </a>
  2729.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2730.                    </div>
  2731.                
  2732.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2733.                        <a href="https://www.cultinformation.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2734.                            <i class="ti-angle-right me-2 text-primary"></i>
  2735.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos uk</span>
  2736.                        </a>
  2737.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2738.                    </div>
  2739.                
  2740.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2741.                        <a href="https://www.gamblinginsider.com/uk/online-casinos"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2742.                            <i class="ti-angle-right me-2 text-primary"></i>
  2743.                            <span class="archive-link top-color fw-semibold"> top 50 online casinos uk</span>
  2744.                        </a>
  2745.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2746.                    </div>
  2747.                
  2748.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2749.                        <a href="https://www.canoe-england.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2750.                            <i class="ti-angle-right me-2 text-primary"></i>
  2751.                            <span class="archive-link top-color fw-semibold"> best online betting sites</span>
  2752.                        </a>
  2753.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2754.                    </div>
  2755.                
  2756.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2757.                        <a href="https://www.chemical-records.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2758.                            <i class="ti-angle-right me-2 text-primary"></i>
  2759.                            <span class="archive-link top-color fw-semibold"> non gamstop casino uk</span>
  2760.                        </a>
  2761.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2762.                    </div>
  2763.                
  2764.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2765.                        <a href="https://santanderjobs.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2766.                            <i class="ti-angle-right me-2 text-primary"></i>
  2767.                            <span class="archive-link top-color fw-semibold"> best betting sites uk</span>
  2768.                        </a>
  2769.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  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.roadpeace.org/"  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 uk</span>
  2776.                        </a>
  2777.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2778.                    </div>
  2779.                
  2780.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2781.                        <a href="https://www.surfaceview.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2782.                            <i class="ti-angle-right me-2 text-primary"></i>
  2783.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos uk</span>
  2784.                        </a>
  2785.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2786.                    </div>
  2787.                
  2788.                </div>
  2789.                
  2790.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  2791.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2792.                        <i class="ti-archive me-1"></i>View All Archives
  2793.                    </a>
  2794.                </div> -->
  2795.            </div>
  2796.        </div>
  2797.        
  2798.       <div class="sidebar-widget mb-4">
  2799.            <div class="widget-title-wrapper mb-3">
  2800.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2801.                    <div class="title-border"></div>
  2802.                    <i class="ti-folder me-2"></i>March 2026 Blog Roll
  2803.                </h4>
  2804.            </div>
  2805.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  2806.                <div class="archives-list scrollable-sidebar">
  2807.                    
  2808.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2809.                        <a href="https://www.mediawise.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2810.                            <i class="ti-angle-right me-2 text-primary"></i>
  2811.                            <span class="archive-link top-color fw-semibold"> slots not on GamStop</span>
  2812.                        </a>
  2813.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2814.                    </div>
  2815.                
  2816.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2817.                        <a href="https://www.surfaceview.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2818.                            <i class="ti-angle-right me-2 text-primary"></i>
  2819.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2820.                        </a>
  2821.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2822.                    </div>
  2823.                
  2824.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2825.                        <a href="https://www.bmag.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2826.                            <i class="ti-angle-right me-2 text-primary"></i>
  2827.                            <span class="archive-link top-color fw-semibold"> casino site</span>
  2828.                        </a>
  2829.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2830.                    </div>
  2831.                
  2832.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2833.                        <a href="https://pirateparty.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2834.                            <i class="ti-angle-right me-2 text-primary"></i>
  2835.                            <span class="archive-link top-color fw-semibold"> best non GamStop casinos</span>
  2836.                        </a>
  2837.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2838.                    </div>
  2839.                
  2840.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2841.                        <a href="https://www.ginspa.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2842.                            <i class="ti-angle-right me-2 text-primary"></i>
  2843.                            <span class="archive-link top-color fw-semibold"> non GamStop casino</span>
  2844.                        </a>
  2845.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2846.                    </div>
  2847.                
  2848.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2849.                        <a href="https://www.patients4nhs.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2850.                            <i class="ti-angle-right me-2 text-primary"></i>
  2851.                            <span class="archive-link top-color fw-semibold"> UK casino not on GamStop</span>
  2852.                        </a>
  2853.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  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.thekarczma.co.uk/"  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"> Non UK Casinos</span>
  2860.                        </a>
  2861.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2862.                    </div>
  2863.                
  2864.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2865.                        <a href="https://www.nordicresearchnetwork.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2866.                            <i class="ti-angle-right me-2 text-primary"></i>
  2867.                            <span class="archive-link top-color fw-semibold"> non UKGC</span>
  2868.                        </a>
  2869.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2870.                    </div>
  2871.                
  2872.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2873.                        <a href="https://forcesreunited.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2874.                            <i class="ti-angle-right me-2 text-primary"></i>
  2875.                            <span class="archive-link top-color fw-semibold"> Harry Casino reviews</span>
  2876.                        </a>
  2877.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2878.                    </div>
  2879.                
  2880.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2881.                        <a href="https://www.gamblinginsider.com/uk/online-casinos"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2882.                            <i class="ti-angle-right me-2 text-primary"></i>
  2883.                            <span class="archive-link top-color fw-semibold"> uk casinos</span>
  2884.                        </a>
  2885.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2886.                    </div>
  2887.                
  2888.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2889.                        <a href="https://www.sepho.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2890.                            <i class="ti-angle-right me-2 text-primary"></i>
  2891.                            <span class="archive-link top-color fw-semibold"> non uk casinos</span>
  2892.                        </a>
  2893.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2894.                    </div>
  2895.                
  2896.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2897.                        <a href="https://www.covent-garden.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2898.                            <i class="ti-angle-right me-2 text-primary"></i>
  2899.                            <span class="archive-link top-color fw-semibold"> best casinos not on GamStop</span>
  2900.                        </a>
  2901.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2902.                    </div>
  2903.                
  2904.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2905.                        <a href="https://www.patients4nhs.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2906.                            <i class="ti-angle-right me-2 text-primary"></i>
  2907.                            <span class="archive-link top-color fw-semibold"> UK casinos not on GamStop</span>
  2908.                        </a>
  2909.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  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.ginspa.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"> non GamStop casinos</span>
  2916.                        </a>
  2917.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2918.                    </div>
  2919.                
  2920.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2921.                        <a href="https://www.durhamminers.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2922.                            <i class="ti-angle-right me-2 text-primary"></i>
  2923.                            <span class="archive-link top-color fw-semibold"> non GamStop casino UK</span>
  2924.                        </a>
  2925.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2926.                    </div>
  2927.                
  2928.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2929.                        <a href="https://socialeatinghouse.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2930.                            <i class="ti-angle-right me-2 text-primary"></i>
  2931.                            <span class="archive-link top-color fw-semibold"> casino not on GamStop</span>
  2932.                        </a>
  2933.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2934.                    </div>
  2935.                
  2936.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2937.                        <a href="https://www.llancaiachfawr.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2938.                            <i class="ti-angle-right me-2 text-primary"></i>
  2939.                            <span class="archive-link top-color fw-semibold"> non GamStop casino</span>
  2940.                        </a>
  2941.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2942.                    </div>
  2943.                
  2944.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2945.                        <a href="https://www.falconryforum.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2946.                            <i class="ti-angle-right me-2 text-primary"></i>
  2947.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2948.                        </a>
  2949.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2950.                    </div>
  2951.                
  2952.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2953.                        <a href="https://www.regionalnetworks.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2954.                            <i class="ti-angle-right me-2 text-primary"></i>
  2955.                            <span class="archive-link top-color fw-semibold"> casino not on GamStop</span>
  2956.                        </a>
  2957.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2958.                    </div>
  2959.                
  2960.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2961.                        <a href="https://citytosea.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2962.                            <i class="ti-angle-right me-2 text-primary"></i>
  2963.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2964.                        </a>
  2965.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2966.                    </div>
  2967.                
  2968.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2969.                        <a href="https://www.dumpaday.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2970.                            <i class="ti-angle-right me-2 text-primary"></i>
  2971.                            <span class="archive-link top-color fw-semibold"> uk online casino</span>
  2972.                        </a>
  2973.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  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://oncallfire.uk/"  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"> games not on Gamban</span>
  2980.                        </a>
  2981.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2982.                    </div>
  2983.                
  2984.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2985.                        <a href="https://www.outset.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2986.                            <i class="ti-angle-right me-2 text-primary"></i>
  2987.                            <span class="archive-link top-color fw-semibold"> best sports betting sites uk</span>
  2988.                        </a>
  2989.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2990.                    </div>
  2991.                
  2992.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2993.                        <a href="https://www.cornwallmuseumspartnership.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2994.                            <i class="ti-angle-right me-2 text-primary"></i>
  2995.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2996.                        </a>
  2997.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2998.                    </div>
  2999.                
  3000.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3001.                        <a href="https://www.socresonline.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3002.                            <i class="ti-angle-right me-2 text-primary"></i>
  3003.                            <span class="archive-link top-color fw-semibold"> bitcoin casino</span>
  3004.                        </a>
  3005.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3006.                    </div>
  3007.                
  3008.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3009.                        <a href="https://savethedatemagazine.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3010.                            <i class="ti-angle-right me-2 text-primary"></i>
  3011.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  3012.                        </a>
  3013.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3014.                    </div>
  3015.                
  3016.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3017.                        <a href="https://www.wildaboutbritain.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3018.                            <i class="ti-angle-right me-2 text-primary"></i>
  3019.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  3020.                        </a>
  3021.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3022.                    </div>
  3023.                
  3024.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3025.                        <a href="https://www.charitydigitalnews.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3026.                            <i class="ti-angle-right me-2 text-primary"></i>
  3027.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  3028.                        </a>
  3029.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3030.                    </div>
  3031.                
  3032.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3033.                        <a href="https://www.goodsixty.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3034.                            <i class="ti-angle-right me-2 text-primary"></i>
  3035.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  3036.                        </a>
  3037.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3038.                    </div>
  3039.                
  3040.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3041.                        <a href="https://www.money-mentor.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3042.                            <i class="ti-angle-right me-2 text-primary"></i>
  3043.                            <span class="archive-link top-color fw-semibold"> crypto casino UK</span>
  3044.                        </a>
  3045.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3046.                    </div>
  3047.                
  3048.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3049.                        <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3050.                            <i class="ti-angle-right me-2 text-primary"></i>
  3051.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  3052.                        </a>
  3053.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3054.                    </div>
  3055.                
  3056.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3057.                        <a href="https://roadpeace.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3058.                            <i class="ti-angle-right me-2 text-primary"></i>
  3059.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  3060.                        </a>
  3061.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3062.                    </div>
  3063.                
  3064.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3065.                        <a href="https://www.valuewalk.com/cryptocurrency/no-account-casinos/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3066.                            <i class="ti-angle-right me-2 text-primary"></i>
  3067.                            <span class="archive-link top-color fw-semibold"> no kyc casinos</span>
  3068.                        </a>
  3069.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3070.                    </div>
  3071.                
  3072.                </div>
  3073.                
  3074.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3075.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3076.                        <i class="ti-archive me-1"></i>View All Archives
  3077.                    </a>
  3078.                </div> -->
  3079.            </div>
  3080.        </div>
  3081.        
  3082.       <div class="sidebar-widget mb-4">
  3083.            <div class="widget-title-wrapper mb-3">
  3084.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3085.                    <div class="title-border"></div>
  3086.                    <i class="ti-folder me-2"></i>February 2026 Blog Roll
  3087.                </h4>
  3088.            </div>
  3089.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  3090.                <div class="archives-list scrollable-sidebar">
  3091.                    
  3092.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3093.                        <a href="https://www.welcometoportsmouth.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3094.                            <i class="ti-angle-right me-2 text-primary"></i>
  3095.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  3096.                        </a>
  3097.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3098.                    </div>
  3099.                
  3100.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3101.                        <a href="https://thecharliegardfoundation.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3102.                            <i class="ti-angle-right me-2 text-primary"></i>
  3103.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  3104.                        </a>
  3105.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3106.                    </div>
  3107.                
  3108.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3109.                        <a href="https://www.roadpeace.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3110.                            <i class="ti-angle-right me-2 text-primary"></i>
  3111.                            <span class="archive-link top-color fw-semibold"> gambling sites</span>
  3112.                        </a>
  3113.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3114.                    </div>
  3115.                
  3116.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3117.                        <a href="https://platypuspress.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3118.                            <i class="ti-angle-right me-2 text-primary"></i>
  3119.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  3120.                        </a>
  3121.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3122.                    </div>
  3123.                
  3124.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3125.                        <a href="https://rbth.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3126.                            <i class="ti-angle-right me-2 text-primary"></i>
  3127.                            <span class="archive-link top-color fw-semibold"> best non gamstop casinos</span>
  3128.                        </a>
  3129.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3130.                    </div>
  3131.                
  3132.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3133.                        <a href="https://www.foreignersinuk.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3134.                            <i class="ti-angle-right me-2 text-primary"></i>
  3135.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  3136.                        </a>
  3137.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3138.                    </div>
  3139.                
  3140.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3141.                        <a href="https://jst.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3142.                            <i class="ti-angle-right me-2 text-primary"></i>
  3143.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  3144.                        </a>
  3145.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3146.                    </div>
  3147.                
  3148.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3149.                        <a href="https://www.bshg.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3150.                            <i class="ti-angle-right me-2 text-primary"></i>
  3151.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  3152.                        </a>
  3153.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3154.                    </div>
  3155.                
  3156.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3157.                        <a href="https://unbound.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3158.                            <i class="ti-angle-right me-2 text-primary"></i>
  3159.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  3160.                        </a>
  3161.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3162.                    </div>
  3163.                
  3164.                </div>
  3165.                
  3166.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3167.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3168.                        <i class="ti-archive me-1"></i>View All Archives
  3169.                    </a>
  3170.                </div> -->
  3171.            </div>
  3172.        </div>
  3173.        
  3174.  
  3175.       <!-- <div class="sidebar-widget mb-5">
  3176.            <div class="widget-title-wrapper mb-3">
  3177.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3178.                    <div class="title-border"></div>
  3179.                    <i class="ti-folder me-2"></i>Blog Archives
  3180.                </h4>
  3181.            </div>
  3182.            <div class="widget-content border border-color shadow-sm rounded-3 p-4">
  3183.                <div class="archives-list">
  3184.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3185.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3186.                            <i class="ti-angle-right me-2 text-primary"></i>
  3187.                            <span class="archive-link top-color fw-semibold">August 2025</span>
  3188.                        </a>
  3189.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span>
  3190.                    </div>
  3191.  
  3192.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3193.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3194.                            <i class="ti-angle-right me-2 text-primary"></i>
  3195.                            <span class="archive-link top-color fw-semibold">July 2025</span>
  3196.                        </a>
  3197.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">31 posts</span>
  3198.                    </div>
  3199.  
  3200.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3201.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3202.                            <i class="ti-angle-right me-2 text-primary"></i>
  3203.                            <span class="archive-link top-color fw-semibold">June 2025</span>
  3204.                        </a>
  3205.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">28 posts</span>
  3206.                    </div>
  3207.  
  3208.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3209.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3210.                            <i class="ti-angle-right me-2 text-primary"></i>
  3211.                            <span class="archive-link top-color fw-semibold">May 2025</span>
  3212.                        </a>
  3213.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">35 posts</span>
  3214.                    </div>
  3215.  
  3216.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3217.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3218.                            <i class="ti-angle-right me-2 text-primary"></i>
  3219.                            <span class="archive-link top-color fw-semibold">April 2025</span>
  3220.                        </a>
  3221.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">29 posts</span>
  3222.                    </div>
  3223.  
  3224.                    <div class="archive-item d-flex justify-content-between align-items-center">
  3225.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3226.                            <i class="ti-angle-right me-2 text-primary"></i>
  3227.                            <span class="archive-link top-color fw-semibold">March 2025</span>
  3228.                        </a>
  3229.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">27 posts</span>
  3230.                    </div>
  3231.                </div>
  3232.                
  3233.                <div class="text-center mt-4 pt-3 border-top border-color">
  3234.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3235.                        <i class="ti-archive me-1"></i>View All Archives
  3236.                    </a>
  3237.                </div>
  3238.            </div>
  3239.        </div> -->
  3240.  
  3241.        <div class="sidebar-widget mb-4">
  3242.            <div class="widget-title-wrapper mb-3">
  3243.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3244.                    <div class="title-border-primary"></div>
  3245.                    <i class="ti-star me-2"></i>Popular Posts
  3246.                </h4>
  3247.            </div>
  3248.            <div class="widget-content border border-color shadow-sm rounded-3 p-4">
  3249.                <div class="popular-post-list">
  3250.                    
  3251.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3252.                        <div class="post-content flex-grow-1">
  3253.                            <h6 class="post-title mb-1">
  3254.                                 <a href="/worrying-recollections-reemerge-in-davao-as-officials-trace-bondi-attack-suspects-movements/" class="text-decoration-none top-color fw-semibold lh-sm">
  3255.                                            Worrying Recollections Reemerge in Davao as Officials Trace Bondi Attack Suspects’ Movements
  3256.                                            </a>
  3257.                            </h6>
  3258.                            <div class="post-meta">
  3259.                                <small class="text-muted">
  3260.                                    <i class="ti-calendar me-1"></i>18 May 2026
  3261.                                </small>
  3262.                                <!-- <small class="text-muted ms-3">
  3263.                                    <i class="ti-eye me-1"></i>1,234 views
  3264.                                </small> -->
  3265.                            </div>
  3266.                        </div>
  3267.                    </div>
  3268.                    
  3269.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3270.                        <div class="post-content flex-grow-1">
  3271.                            <h6 class="post-title mb-1">
  3272.                                 <a href="/authentic-algarve-discovering-portugal-past-the-beach/" class="text-decoration-none top-color fw-semibold lh-sm">
  3273.                                            Authentic Algarve: Discovering Portugal Past the Beach
  3274.                                            </a>
  3275.                            </h6>
  3276.                            <div class="post-meta">
  3277.                                <small class="text-muted">
  3278.                                    <i class="ti-calendar me-1"></i>18 May 2026
  3279.                                </small>
  3280.                                <!-- <small class="text-muted ms-3">
  3281.                                    <i class="ti-eye me-1"></i>1,234 views
  3282.                                </small> -->
  3283.                            </div>
  3284.                        </div>
  3285.                    </div>
  3286.                    
  3287.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3288.                        <div class="post-content flex-grow-1">
  3289.                            <h6 class="post-title mb-1">
  3290.                                 <a href="/arsenals-goalkeeper-highlights-squad-depth-as-essential-to-silverware-ambitions/" class="text-decoration-none top-color fw-semibold lh-sm">
  3291.                                            Arsenal&#x27;s goalkeeper Highlights Squad Depth as Essential to Silverware Ambitions
  3292.                                            </a>
  3293.                            </h6>
  3294.                            <div class="post-meta">
  3295.                                <small class="text-muted">
  3296.                                    <i class="ti-calendar me-1"></i>18 May 2026
  3297.                                </small>
  3298.                                <!-- <small class="text-muted ms-3">
  3299.                                    <i class="ti-eye me-1"></i>1,234 views
  3300.                                </small> -->
  3301.                            </div>
  3302.                        </div>
  3303.                    </div>
  3304.                    
  3305.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3306.                        <div class="post-content flex-grow-1">
  3307.                            <h6 class="post-title mb-1">
  3308.                                 <a href="/will-the-all-blacks-find-their-magic-during-the-fall-tour/" class="text-decoration-none top-color fw-semibold lh-sm">
  3309.                                            Will the All Blacks find their magic during the fall tour?
  3310.                                            </a>
  3311.                            </h6>
  3312.                            <div class="post-meta">
  3313.                                <small class="text-muted">
  3314.                                    <i class="ti-calendar me-1"></i>18 May 2026
  3315.                                </small>
  3316.                                <!-- <small class="text-muted ms-3">
  3317.                                    <i class="ti-eye me-1"></i>1,234 views
  3318.                                </small> -->
  3319.                            </div>
  3320.                        </div>
  3321.                    </div>
  3322.                    
  3323.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3324.                        <div class="post-content flex-grow-1">
  3325.                            <h6 class="post-title mb-1">
  3326.                                 <a href="/his-unprecedented-presence-in-sports-reached-an-apex-in-last-year-2026-promises-to-be-even-bigger/" class="text-decoration-none top-color fw-semibold lh-sm">
  3327.                                            His Unprecedented Presence in Sports Reached An Apex in Last Year. 2026 Promises to Be Even Bigger.
  3328.                                            </a>
  3329.                            </h6>
  3330.                            <div class="post-meta">
  3331.                                <small class="text-muted">
  3332.                                    <i class="ti-calendar me-1"></i>18 May 2026
  3333.                                </small>
  3334.                                <!-- <small class="text-muted ms-3">
  3335.                                    <i class="ti-eye me-1"></i>1,234 views
  3336.                                </small> -->
  3337.                            </div>
  3338.                        </div>
  3339.                    </div>
  3340.                    
  3341.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3342.                        <div class="post-content flex-grow-1">
  3343.                            <h6 class="post-title mb-1">
  3344.                                 <a href="/exercise-while-you-work-10-fitness-enhancing-desk-movements-you-can-do-in-regular-clothes/" class="text-decoration-none top-color fw-semibold lh-sm">
  3345.                                            Exercise while you work? 10 fitness-enhancing desk movements you can do in regular clothes
  3346.                                            </a>
  3347.                            </h6>
  3348.                            <div class="post-meta">
  3349.                                <small class="text-muted">
  3350.                                    <i class="ti-calendar me-1"></i>17 May 2026
  3351.                                </small>
  3352.                                <!-- <small class="text-muted ms-3">
  3353.                                    <i class="ti-eye me-1"></i>1,234 views
  3354.                                </small> -->
  3355.                            </div>
  3356.                        </div>
  3357.                    </div>
  3358.                    
  3359.  
  3360.                </div>
  3361.                
  3362.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3363.                    <a href="#" class="btn btn-primary top-color btn-sm px-whtext-white rounded-pill">
  3364.                        <i class="ti-trophy me-1"></i>View All Popular
  3365.                    </a>
  3366.                </div> -->
  3367.            </div>
  3368.        </div>
  3369.  
  3370. </div>
  3371.  
  3372. <style>
  3373.     .widget-content {
  3374.        margin-top: -1px;
  3375.        position: relative;
  3376.        z-index: 1;
  3377.         background-color: var(--card-bg);
  3378.    }
  3379. </style>
  3380.  
  3381.    
  3382.            </div>
  3383.        </div>
  3384.    </div>
  3385. </section>
  3386.  
  3387.    
  3388.        
  3389.        <!-- end wpo-blog-highlights-section -->
  3390.        <!-- start wpo-blog-sponsored-section -->
  3391.        
  3392.  
  3393.  
  3394.  
  3395.    
  3396.  
  3397.  
  3398.  
  3399. <style>
  3400.    .sponsored-section-v3 {
  3401.        padding: 50px 0;
  3402.    }
  3403.    
  3404.    .sponsored-card-v3 {
  3405.        background: var(--card-bg);
  3406.        border: 1px solid var(--border-color);
  3407.        border-radius: 4px;
  3408.        transition: transform 0.3s ease;
  3409.        height: 100%;
  3410.    }
  3411.    
  3412.    .sponsored-card-v3:hover {
  3413.        transform: scale(1.02);
  3414.    }
  3415.    
  3416.    .sponsored-image-v3 {
  3417.        position: relative;
  3418.        height: 170px;
  3419.        border-bottom: 1px solid var(--border-color);
  3420.    }
  3421.    
  3422.    .sponsored-image-v3 img {
  3423.        width: 100%;
  3424.        height: 100%;
  3425.        object-fit: cover;
  3426.    }
  3427.    
  3428.    .sponsored-badge-v3 {
  3429.        position: absolute;
  3430.        top: 10px;
  3431.        right: 10px;
  3432.        padding: 5px 8px;
  3433.        font-size: 11px;
  3434.        font-weight: 600;
  3435.        text-transform: uppercase;
  3436.        border-radius: 50%;
  3437.    }
  3438.    
  3439.    .sponsored-content-v3 {
  3440.        position: relative;
  3441.        padding: 18px;
  3442.    }
  3443.    
  3444.    .sponsored-title-v3 {
  3445.        font-size: 16px;
  3446.        font-weight: 700;
  3447.        line-height: 1.5;
  3448.        margin-bottom: 8px;
  3449.    }
  3450.    
  3451.    .sponsored-title-v3 a {
  3452.        text-decoration: none;
  3453.        color: #333;
  3454.    }
  3455.    
  3456.    .sponsored-title-v3 a:hover {
  3457.        color: #0056b3; /* Darker blue for hover */
  3458.    }
  3459.    
  3460.    .sponsored-excerpt-v3 {
  3461.        font-size: 13px;
  3462.        font-weight: 400;
  3463.        color: #868e96;
  3464.        margin-bottom: 12px;
  3465.        line-height: 1.5;
  3466.    }
  3467.    
  3468.    .sponsored-meta-v3 {
  3469.        font-size: 12px;
  3470.        color: #6c757d;
  3471.    }
  3472.    
  3473.    .author-info-v3 {
  3474.        display: flex;
  3475.        align-items: center;
  3476.        gap: 6px;
  3477.        margin-bottom: 6px;
  3478.    }
  3479.    
  3480.    .sponsored-author-img-v3 {
  3481.        width: 24px;
  3482.        height: 24px;
  3483.        border-radius: 50%;
  3484.        object-fit: cover;
  3485.    }
  3486.    
  3487.    .section-title-sponsored-v3 {
  3488.        font-size: 2rem;
  3489.        font-weight: 600;
  3490.        text-align: left;
  3491.        margin-bottom: 25px;
  3492.        color: #333;
  3493.        border-bottom: 3px solid var(--bs-primary);
  3494.        padding-bottom: 10px;
  3495.    }
  3496.  
  3497.    @media (max-width: 768px) {
  3498.        .sponsored-section-v3 {
  3499.            padding: 30px 0;
  3500.        }
  3501.        .sponsored-content-v3 {
  3502.            padding: 15px;
  3503.        }
  3504.        .sponsored-title-v3 {
  3505.            font-size: 15px;
  3506.        }
  3507.        .sponsored-excerpt-v3 {
  3508.            font-size: 12px;
  3509.        }
  3510.        .section-title-sponsored-v3 {
  3511.            font-size: 1.8rem;
  3512.        }
  3513.    }
  3514. </style>
  3515.  
  3516. <section class="sponsored-section-v3">
  3517.    <div class="container-fluid fluid-container">
  3518.        <div class="row">
  3519.            <div class="col-12">
  3520.                <h2 class="section-title-sponsored-v3">Sponsored News</h2>
  3521.            </div>
  3522.        </div>
  3523.        
  3524.        <div class="row g-4">
  3525.            
  3526.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3527.                <div class="card sponsored-card-v3">
  3528.                    <div class="sponsored-image-v3">
  3529.                        
  3530.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3531.                        
  3532.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3533.                    </div>
  3534.                    <div class="sponsored-content-v3">
  3535.                        <h3 class="sponsored-title-v3">
  3536.                            <a href="/worrying-recollections-reemerge-in-davao-as-officials-trace-bondi-attack-suspects-movements/" class="top-color">
  3537.                            Worrying Recollections Reemerge in Davao as Officials Trace Bondi Attack Suspects’ Movements
  3538.                            </a>
  3539.                        </h3>
  3540.                        <p class="sponsored-excerpt-v3">
  3541.                            
  3542.                        </p>
  3543.                        <div class="sponsored-meta-v3">
  3544.                            <div class="author-info-v3">
  3545.                                
  3546.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Edward Perez" class="sponsored-author-img-v3">
  3547.                                
  3548.                                <span>
  3549.                                    Edward Perez
  3550.                                </span>
  3551.                            </div>
  3552.                            <div class="d-flex gap-2">
  3553.                                <i class="ti-calendar"></i> 18 May 2026
  3554.                            </div>
  3555.                        </div>
  3556.                    </div>
  3557.                </div>
  3558.            </div>
  3559.            
  3560.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3561.                <div class="card sponsored-card-v3">
  3562.                    <div class="sponsored-image-v3">
  3563.                        
  3564.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3565.                        
  3566.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3567.                    </div>
  3568.                    <div class="sponsored-content-v3">
  3569.                        <h3 class="sponsored-title-v3">
  3570.                            <a href="/authentic-algarve-discovering-portugal-past-the-beach/" class="top-color">
  3571.                            Authentic Algarve: Discovering Portugal Past the Beach
  3572.                            </a>
  3573.                        </h3>
  3574.                        <p class="sponsored-excerpt-v3">
  3575.                            
  3576.                        </p>
  3577.                        <div class="sponsored-meta-v3">
  3578.                            <div class="author-info-v3">
  3579.                                
  3580.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Edward Perez" class="sponsored-author-img-v3">
  3581.                                
  3582.                                <span>
  3583.                                    Edward Perez
  3584.                                </span>
  3585.                            </div>
  3586.                            <div class="d-flex gap-2">
  3587.                                <i class="ti-calendar"></i> 18 May 2026
  3588.                            </div>
  3589.                        </div>
  3590.                    </div>
  3591.                </div>
  3592.            </div>
  3593.            
  3594.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3595.                <div class="card sponsored-card-v3">
  3596.                    <div class="sponsored-image-v3">
  3597.                        
  3598.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3599.                        
  3600.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3601.                    </div>
  3602.                    <div class="sponsored-content-v3">
  3603.                        <h3 class="sponsored-title-v3">
  3604.                            <a href="/arsenals-goalkeeper-highlights-squad-depth-as-essential-to-silverware-ambitions/" class="top-color">
  3605.                            Arsenal&#x27;s goalkeeper Highlights Squad Depth as Essential to Silverware Ambitions
  3606.                            </a>
  3607.                        </h3>
  3608.                        <p class="sponsored-excerpt-v3">
  3609.                            
  3610.                        </p>
  3611.                        <div class="sponsored-meta-v3">
  3612.                            <div class="author-info-v3">
  3613.                                
  3614.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Edward Perez" class="sponsored-author-img-v3">
  3615.                                
  3616.                                <span>
  3617.                                    Edward Perez
  3618.                                </span>
  3619.                            </div>
  3620.                            <div class="d-flex gap-2">
  3621.                                <i class="ti-calendar"></i> 18 May 2026
  3622.                            </div>
  3623.                        </div>
  3624.                    </div>
  3625.                </div>
  3626.            </div>
  3627.            
  3628.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3629.                <div class="card sponsored-card-v3">
  3630.                    <div class="sponsored-image-v3">
  3631.                        
  3632.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3633.                        
  3634.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3635.                    </div>
  3636.                    <div class="sponsored-content-v3">
  3637.                        <h3 class="sponsored-title-v3">
  3638.                            <a href="/will-the-all-blacks-find-their-magic-during-the-fall-tour/" class="top-color">
  3639.                            Will the All Blacks find their magic during the fall tour?
  3640.                            </a>
  3641.                        </h3>
  3642.                        <p class="sponsored-excerpt-v3">
  3643.                            
  3644.                        </p>
  3645.                        <div class="sponsored-meta-v3">
  3646.                            <div class="author-info-v3">
  3647.                                
  3648.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Edward Perez" class="sponsored-author-img-v3">
  3649.                                
  3650.                                <span>
  3651.                                    Edward Perez
  3652.                                </span>
  3653.                            </div>
  3654.                            <div class="d-flex gap-2">
  3655.                                <i class="ti-calendar"></i> 18 May 2026
  3656.                            </div>
  3657.                        </div>
  3658.                    </div>
  3659.                </div>
  3660.            </div>
  3661.            
  3662.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3663.                <div class="card sponsored-card-v3">
  3664.                    <div class="sponsored-image-v3">
  3665.                        
  3666.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3667.                        
  3668.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3669.                    </div>
  3670.                    <div class="sponsored-content-v3">
  3671.                        <h3 class="sponsored-title-v3">
  3672.                            <a href="/his-unprecedented-presence-in-sports-reached-an-apex-in-last-year-2026-promises-to-be-even-bigger/" class="top-color">
  3673.                            His Unprecedented Presence in Sports Reached An Apex in Last Year. 2026 Promises to Be Even Bigger.
  3674.                            </a>
  3675.                        </h3>
  3676.                        <p class="sponsored-excerpt-v3">
  3677.                            
  3678.                        </p>
  3679.                        <div class="sponsored-meta-v3">
  3680.                            <div class="author-info-v3">
  3681.                                
  3682.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Edward Perez" class="sponsored-author-img-v3">
  3683.                                
  3684.                                <span>
  3685.                                    Edward Perez
  3686.                                </span>
  3687.                            </div>
  3688.                            <div class="d-flex gap-2">
  3689.                                <i class="ti-calendar"></i> 18 May 2026
  3690.                            </div>
  3691.                        </div>
  3692.                    </div>
  3693.                </div>
  3694.            </div>
  3695.            
  3696.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3697.                <div class="card sponsored-card-v3">
  3698.                    <div class="sponsored-image-v3">
  3699.                        
  3700.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3701.                        
  3702.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3703.                    </div>
  3704.                    <div class="sponsored-content-v3">
  3705.                        <h3 class="sponsored-title-v3">
  3706.                            <a href="/exercise-while-you-work-10-fitness-enhancing-desk-movements-you-can-do-in-regular-clothes/" class="top-color">
  3707.                            Exercise while you work? 10 fitness-enhancing desk movements you can do in regular clothes
  3708.                            </a>
  3709.                        </h3>
  3710.                        <p class="sponsored-excerpt-v3">
  3711.                            
  3712.                        </p>
  3713.                        <div class="sponsored-meta-v3">
  3714.                            <div class="author-info-v3">
  3715.                                
  3716.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Edward Perez" class="sponsored-author-img-v3">
  3717.                                
  3718.                                <span>
  3719.                                    Edward Perez
  3720.                                </span>
  3721.                            </div>
  3722.                            <div class="d-flex gap-2">
  3723.                                <i class="ti-calendar"></i> 17 May 2026
  3724.                            </div>
  3725.                        </div>
  3726.                    </div>
  3727.                </div>
  3728.            </div>
  3729.            
  3730.        </div>
  3731.    </div>
  3732. </section>
  3733.  
  3734.  
  3735.    
  3736.        <!-- end wpo-blog-sponsored-section -->
  3737.        <!-- start wpo-subscribe-section -->
  3738.        
  3739.        <!-- end subscribe-section -->
  3740.        <!-- start of wpo-site-footer-section -->
  3741.        
  3742.  
  3743.  
  3744.  
  3745.  
  3746.  
  3747.  
  3748. <!-- Footer V4 - Modern Corporate Design -->
  3749. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  3750.  
  3751.    <div class="container-fluid fluid-container">
  3752.        
  3753.        <!-- Content Sections -->
  3754.        <div class="content-sections">
  3755.            <div class="row g-5">
  3756.                
  3757.                <!-- Brand Column -->
  3758.                <div class="col-lg-4 col-md-12">
  3759.                    <div class="brand-section">
  3760.                        <div class="brand-header">
  3761.                            
  3762.                            <div class="brand-text">
  3763.                                <h3 class="brand-name">Forgelounge</h3>
  3764.                                <span class="brand-type">Digital Publication</span>
  3765.                            </div>
  3766.                        </div>
  3767.                        <p class="brand-description  text-lg-start ">
  3768.                            Forgelounge UK offers premium metalworking tools, workshop equipment, and expert guidance for blacksmiths, metal artists, and DIY enthusiasts across the UK.
  3769.                        </p>
  3770.                    </div>
  3771.                </div>
  3772.  
  3773.                <!-- Quick Links Column -->
  3774.               <div class="col-lg-4 col-md-6">
  3775.                    <div class="links-section">
  3776.                        <div class="section-title">
  3777.                            <h4 class="title-text">Resources</h4>
  3778.                            <div class="title-decoration"></div>
  3779.                        </div>
  3780.                        <div class="links-container">
  3781.                          
  3782. <div class="link-group">
  3783.    <ul class="link-list" id="externalLinks">
  3784.        
  3785.  
  3786.    
  3787.        
  3788.        
  3789.        
  3790.    </ul>
  3791. </div>
  3792.  
  3793.                        </div>
  3794.                    </div>
  3795.                </div>
  3796.  
  3797.                <!-- Categories Column -->
  3798.                <div class="col-lg-4 col-md-6">
  3799.                    <div class="categories-section">
  3800.                        <div class="section-title">
  3801.                            <h4 class="title-text">Explore Topics</h4>
  3802.                            <div class="title-decoration"></div>
  3803.                        </div>
  3804.                        <div class="categories-container">
  3805.                            <p class="categories-intro">Discover content organized by topics that interest you most.</p>
  3806.                            <div class="categories-cloud">
  3807.                                
  3808.                                <a href="/category/all-posts/" class="category-pill">
  3809.                                    All Posts
  3810.                                </a>
  3811.                                
  3812.                                <a href="/category/business/" class="category-pill">
  3813.                                    Business
  3814.                                </a>
  3815.                                
  3816.                                <a href="/category/esports/" class="category-pill">
  3817.                                    Esports
  3818.                                </a>
  3819.                                
  3820.                                <a href="/category/fashion/" class="category-pill">
  3821.                                    Fashion
  3822.                                </a>
  3823.                                
  3824.                                <a href="/category/featured/" class="category-pill">
  3825.                                    Featured
  3826.                                </a>
  3827.                                
  3828.                                <a href="/category/gaming/" class="category-pill">
  3829.                                    Gaming
  3830.                                </a>
  3831.                                
  3832.                                <a href="/category/health/" class="category-pill">
  3833.                                    Health
  3834.                                </a>
  3835.                                
  3836.                                <a href="/category/life-fitness/" class="category-pill">
  3837.                                    Life &amp; Fitness
  3838.                                </a>
  3839.                                
  3840.                            </div>
  3841.                        </div>
  3842.                    </div>
  3843.                </div>
  3844.  
  3845.            </div>
  3846.        </div>
  3847.  
  3848.        <!-- Footer Bottom -->
  3849.        <div class="footer-bottom">
  3850.            <div class="bottom-border"></div>
  3851.            <div class=" d-flex justify-content-between flex-wrap">
  3852.                <div>
  3853.                    <div class="copyright-info">
  3854.                        <p class="copyright-main">
  3855.                            © 2026 <span class="brand-highlight">Forgelounge</span>. All rights reserved.
  3856.                        </p>
  3857.                        <p class="copyright-sub">
  3858.                            Thoughtfully crafted content for curious minds worldwide.
  3859.                        </p>
  3860.                    </div>
  3861.                </div>
  3862.                <div>
  3863.                    <div class="footer-actions">
  3864.                        <div class="action-links">
  3865.                            <a href="/page/write-for-us/" class="action-link">
  3866.                                <i class="bi bi-shield-check"></i>
  3867.                                <span>Write For Us</span>
  3868.                            </a>
  3869.                            <a href="/page/terms-and-conditions/" class="action-link">
  3870.                                <i class="bi bi-shield-check"></i>
  3871.                                <span>Terms & Conditions</span>
  3872.                            </a>
  3873.                            <a href="/sitemap.xml" class="action-link">
  3874.                                <i class="bi bi-diagram-3"></i>
  3875.                                <span>Sitemap</span>
  3876.                            </a>
  3877.                        </div>
  3878.  
  3879.                    </div>
  3880.                </div>
  3881.            </div>
  3882.        </div>
  3883.  
  3884.    </div>
  3885.  
  3886.    
  3887.  
  3888. </footer>
  3889.  
  3890.  
  3891. <style>
  3892. /* Footer V4 - Modern Corporate Design */
  3893. .wpo-site-footer-v4 {
  3894.    color: var(--footer-color);
  3895.    margin-top: 100px;
  3896. }
  3897.  
  3898.  
  3899. .accent-line {
  3900.    position: absolute;
  3901.    top: 0;
  3902.    height: 100%;
  3903.    width: 33.333%;
  3904.    opacity: 0.8;
  3905. }
  3906.  
  3907. .accent-1 {
  3908.    left: 0;
  3909.    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
  3910.    animation: slideRight 3s ease-in-out infinite;
  3911. }
  3912.  
  3913. .accent-2 {
  3914.    left: 33.333%;
  3915.    background: linear-gradient(90deg, #8b5cf6, #7c3aed);
  3916.    animation: slideRight 3s ease-in-out infinite 1s;
  3917. }
  3918.  
  3919. .accent-3 {
  3920.    left: 66.666%;
  3921.    background: linear-gradient(90deg, #10b981, #059669);
  3922.    animation: slideRight 3s ease-in-out infinite 2s;
  3923. }
  3924.  
  3925. @keyframes slideRight {
  3926.    0%, 100% { transform: translateX(-10px); opacity: 0.6; }
  3927.    50% { transform: translateX(10px); opacity: 1; }
  3928. }
  3929.  
  3930. /* Content Sections */
  3931. .content-sections {
  3932.    padding: 60px 0;
  3933.    position: relative;
  3934.    z-index: 2;
  3935. }
  3936.  
  3937. /* Brand Section */
  3938. .brand-section {
  3939.    padding-right: 2rem;
  3940. }
  3941.  
  3942. .brand-header {
  3943.    display: flex;
  3944.    align-items: center;
  3945.    margin-bottom: 2rem;
  3946.    gap: 1rem;
  3947. }
  3948.  
  3949. .brand-logo {
  3950.    height: 50px;
  3951.    width: auto;
  3952.    border-radius: 8px;
  3953. }
  3954.  
  3955. .brand-name {
  3956.    font-size: 1.5rem;
  3957.    font-weight: 800;
  3958.    color: var(--footer-color) !important;
  3959.    margin: 0;
  3960. }
  3961.  
  3962. .brand-type {
  3963.    color: var(--footer-color) !important;
  3964.    opacity: 0.8;
  3965.    font-size: 0.85rem;
  3966.    font-weight: 500;
  3967.    text-transform: uppercase;
  3968.    letter-spacing: 0.5px;
  3969. }
  3970.  
  3971. .brand-description {
  3972.    color: var(--footer-color) !important;
  3973.    line-height: 1.7;
  3974.    margin-bottom: 2rem;
  3975.    font-size: 0.95rem;
  3976. }
  3977.  
  3978. .brand-stats {
  3979.    display: flex;
  3980.    align-items: center;
  3981.    gap: 1.5rem;
  3982. }
  3983.  
  3984. .stat-item {
  3985.    text-align: center;
  3986. }
  3987.  
  3988. .stat-number {
  3989.    font-size: 1.5rem;
  3990.    font-weight: 800;
  3991.    color: #3b82f6;
  3992.    display: block;
  3993.    line-height: 1;
  3994. }
  3995.  
  3996. .stat-label {
  3997.    font-size: 0.8rem;
  3998.    color: #94a3b8;
  3999.    margin-top: 0.25rem;
  4000. }
  4001.  
  4002. .stat-divider {
  4003.    width: 1px;
  4004.    height: 40px;
  4005.    background: rgba(255, 255, 255, 0.2);
  4006. }
  4007.  
  4008. /* Links Section */
  4009. .links-section {
  4010.    padding-left: 1rem;
  4011.    padding-right: 1rem;
  4012. }
  4013.  
  4014. .section-title {
  4015.    margin-bottom: 2rem;
  4016.    position: relative;
  4017. }
  4018.  
  4019. .title-text {
  4020.    font-size: 1.3rem;
  4021.    font-weight: 700;
  4022.    color: var(--footer-color) !important;
  4023.    margin-bottom: 0.5rem;
  4024.    text-align: justify !important;
  4025. }
  4026.  
  4027.  
  4028. .link-group {
  4029.    margin-bottom: 2rem;
  4030. }
  4031.  
  4032. .group-title {
  4033.    font-size: 1rem;
  4034.    font-weight: 600;
  4035.    color: #f1f5f9;
  4036.    margin-bottom: 1rem;
  4037.    padding-bottom: 0.5rem;
  4038.    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  4039. }
  4040.  
  4041. .link-list {
  4042.    list-style: none;
  4043.    padding: 0;
  4044.    margin: 0;
  4045. }
  4046.  
  4047. .link-item {
  4048.    margin-bottom: 0.75rem;
  4049. }
  4050.  
  4051. .link-text {
  4052.    color: var(--footer-color) !important;
  4053.    text-decoration: none;
  4054.    font-size: 0.9rem;
  4055.    display: flex;
  4056.    align-items: center;
  4057.    transition: all 0.3s ease;
  4058.    padding: 0.25rem 0;
  4059. }
  4060.  
  4061. .link-text:hover {
  4062.    color: #3b82f6;
  4063.    padding-left: 0.5rem;
  4064. }
  4065.  
  4066. .link-icon {
  4067.    margin-right: 0.5rem;
  4068.    opacity: 0;
  4069.    transition: opacity 0.3s ease;
  4070. }
  4071.  
  4072. .link-text:hover .link-icon {
  4073.    opacity: 1;
  4074. }
  4075.  
  4076. .external-icon {
  4077.    color: #10b981;
  4078. }
  4079.  
  4080. /* Categories Section */
  4081. .categories-section {
  4082.    padding-left: 1rem;
  4083. }
  4084.  
  4085. .categories-intro {
  4086.    color: #cbd5e1;
  4087.    margin-bottom: 1.5rem;
  4088.    font-size: 0.9rem;
  4089. }
  4090.  
  4091. .categories-cloud {
  4092.    display: flex;
  4093.    flex-wrap: wrap;
  4094.    gap: 0.75rem;
  4095. }
  4096.  
  4097. .category-pill {
  4098.    display: inline-block;
  4099.    padding: 0.5rem 1rem;
  4100.    background: rgba(255, 255, 255, 0.1);
  4101.    border: 1px solid rgba(255, 255, 255, 0.2);
  4102.    border-radius: 20px;
  4103.    color:  var(--footer-color) !important;
  4104.    text-decoration: none;
  4105.    font-size: 0.85rem;
  4106.    opacity: 0.7;
  4107.    font-weight: 500;
  4108.    transition: all 0.3s ease;
  4109. }
  4110.  
  4111. .category-pill:hover {
  4112.    background: #3b82f6;
  4113.    border-color: #3b82f6;
  4114.    color: var(--footer-color) !important;
  4115.    opacity: 1;
  4116.    transform: translateY(-1px);
  4117.    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
  4118. }
  4119.  
  4120. /* Footer Bottom */
  4121. .footer-bottom {
  4122.    padding: 2rem 0;
  4123.    position: relative;
  4124.    z-index: 2;
  4125. }
  4126.  
  4127. .bottom-border {
  4128.    height: 1px;
  4129.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  4130.    margin-bottom: 2rem;
  4131. }
  4132.  
  4133. .copyright-main {
  4134.    font-size: 1rem;
  4135.    color: #e2e8f0;
  4136.    margin-bottom: 0.25rem;
  4137. }
  4138.  
  4139. .brand-highlight {
  4140.    color: var(--footer-color);
  4141.    font-weight: 700;
  4142. }
  4143.  
  4144. .copyright-sub {
  4145.    font-size: 0.85rem;
  4146.    color: #94a3b8;
  4147.    margin: 0;
  4148. }
  4149.  
  4150. .footer-actions {
  4151.    display: flex;
  4152.    align-items: center;
  4153.    gap: 2rem;
  4154. }
  4155.  
  4156. .action-links {
  4157.    display: flex;
  4158.    gap: 1.5rem;
  4159. }
  4160.  
  4161. .action-link {
  4162.    display: flex;
  4163.    align-items: center;
  4164.    gap: 0.5rem;
  4165.    color: #cbd5e1;
  4166.    text-decoration: none;
  4167.    font-size: 0.9rem;
  4168.    transition: color 0.3s ease;
  4169. }
  4170.  
  4171. .action-link:hover {
  4172.    color: #3b82f6;
  4173. }
  4174.  
  4175. .scroll-to-top-btn {
  4176.    background: rgba(255, 255, 255, 0.1);
  4177.    border: 1px solid rgba(255, 255, 255, 0.2);
  4178.    color: #cbd5e1;
  4179.    width: 44px;
  4180.    height: 44px;
  4181.    border-radius: 12px;
  4182.    cursor: pointer;
  4183.    transition: all 0.3s ease;
  4184.    display: flex;
  4185.    align-items: center;
  4186.    justify-content: center;
  4187. }
  4188.  
  4189. .scroll-to-top-btn:hover {
  4190.    background: #3b82f6;
  4191.    border-color: #3b82f6;
  4192.    color: white;
  4193.    transform: translateY(-2px);
  4194. }
  4195.  
  4196. /* Background Pattern */
  4197. .footer-pattern {
  4198.    position: absolute;
  4199.    top: 0;
  4200.    left: 0;
  4201.    width: 100%;
  4202.    height: 100%;
  4203.    z-index: 1;
  4204.    overflow: hidden;
  4205. }
  4206.  
  4207. .pattern-grid {
  4208.    position: relative;
  4209.    width: 100%;
  4210.    height: 100%;
  4211. }
  4212.  
  4213. .pattern-dot {
  4214.    position: absolute;
  4215.    width: 2px;
  4216.    height: 2px;
  4217.    background: rgba(255, 255, 255, 0.1);
  4218.    border-radius: 50%;
  4219. }
  4220.  
  4221. .pattern-dot:nth-child(1) { top: 20%; left: 10%; }
  4222. .pattern-dot:nth-child(2) { top: 40%; right: 15%; }
  4223. .pattern-dot:nth-child(3) { top: 60%; left: 70%; }
  4224. .pattern-dot:nth-child(4) { bottom: 30%; right: 30%; }
  4225. .pattern-dot:nth-child(5) { bottom: 50%; left: 40%; }
  4226. .pattern-dot:nth-child(6) { top: 80%; right: 60%; }
  4227.  
  4228. /* Responsive Design */
  4229. @media (max-width: 992px) {
  4230.    .newsletter-heading {
  4231.        font-size: 2rem;
  4232.    }
  4233.    
  4234.    .brand-section {
  4235.        padding-right: 0;
  4236.        margin-bottom: 3rem;
  4237.    }
  4238.    
  4239.    .links-section, .categories-section {
  4240.        padding-left: 0;
  4241.        padding-right: 0;
  4242.    }
  4243.    
  4244.    .brand-stats {
  4245.        justify-content: center;
  4246.        margin-top: 2rem;
  4247.    }
  4248. }
  4249.  
  4250. @media (max-width: 768px) {
  4251.    .newsletter-section {
  4252.        padding: 60px 0 40px;
  4253.    }
  4254.    
  4255.    .newsletter-container {
  4256.        padding: 2rem 1.5rem;
  4257.        margin: 0 1rem;
  4258.    }
  4259.    
  4260.    .newsletter-heading {
  4261.        font-size: 1.75rem;
  4262.    }
  4263.    
  4264.    .content-sections {
  4265.        padding: 40px 0;
  4266.    }
  4267.    
  4268.    .brand-header {
  4269.        flex-direction: column;
  4270.        text-align: center;
  4271.    }
  4272.    
  4273.    .footer-actions {
  4274.        flex-direction: column;
  4275.        gap: 1rem;
  4276.        margin-top: 1.5rem;
  4277.    }
  4278.    
  4279.    .action-links {
  4280.        order: 2;
  4281.    }
  4282.    
  4283.    .scroll-to-top-btn {
  4284.        order: 1;
  4285.    }
  4286. }
  4287.  
  4288. @media (max-width: 576px) {
  4289.    .newsletter-container {
  4290.        padding: 1.5rem 1rem;
  4291.    }
  4292.    
  4293.    .newsletter-heading {
  4294.        font-size: 1.5rem;
  4295.    }
  4296.    
  4297.    .brand-stats {
  4298.        flex-direction: column;
  4299.        gap: 1rem;
  4300.    }
  4301.    
  4302.    .stat-divider {
  4303.        width: 40px;
  4304.        height: 1px;
  4305.    }
  4306.    
  4307.    .action-links {
  4308.        flex-direction: column;
  4309.        gap: 0.75rem;
  4310.        text-align: center;
  4311.    }
  4312.    
  4313.    .pattern-dot {
  4314.        display: none;
  4315.    }
  4316. }
  4317. </style>
  4318.  
  4319. <!-- Bootstrap 5 JS -->
  4320.  
  4321. <script>
  4322. // Scroll to Top Function
  4323. document.addEventListener('DOMContentLoaded', function () {
  4324.    var btn = document.getElementById('toggleExternal');
  4325.    if (!btn) return; // No extra items, no button
  4326.  
  4327.    var extras = document.querySelectorAll('#externalLinks li.extra');
  4328.  
  4329.    btn.addEventListener('click', function () {
  4330.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4331.            return li.classList.contains('d-none');
  4332.        });
  4333.  
  4334.        extras.forEach(function (li) {
  4335.            if (anyHidden) {
  4336.                li.classList.remove('d-none');
  4337.                li.classList.add('show');
  4338.            } else {
  4339.                li.classList.add('d-none');
  4340.                li.classList.remove('show');
  4341.            }
  4342.        });
  4343.  
  4344.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4345.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4346.    });
  4347. });
  4348. function scrollToTop() {
  4349.    window.scrollTo({
  4350.        top: 0,
  4351.        behavior: 'smooth'
  4352.    });
  4353. }
  4354.  
  4355. // Initialize Footer V4 Features
  4356. document.addEventListener('DOMContentLoaded', function() {
  4357.    
  4358.    // Newsletter Form Handling
  4359.    const newsletterForm = document.querySelector('.newsletter-form');
  4360.    const emailInput = document.querySelector('.form-input');
  4361.    const submitButton = document.querySelector('.submit-button');
  4362.    const successMessage = document.querySelector('.success-message');
  4363.    const errorMessage = document.querySelector('.error-message');
  4364.    const infoMessage = document.querySelector('.info-message');
  4365.    
  4366.    if (newsletterForm && emailInput && submitButton) {
  4367.        
  4368.        // Form submission
  4369.        newsletterForm.addEventListener('submit', function(e) {
  4370.            e.preventDefault();
  4371.            
  4372.            const email = emailInput.value.trim();
  4373.            
  4374.            // Validate email
  4375.            if (!email || !isValidEmail(email)) {
  4376.                showMessage('error');
  4377.                emailInput.focus();
  4378.                return;
  4379.            }
  4380.            
  4381.            // Show loading state
  4382.            const originalText = submitButton.querySelector('.button-text').textContent;
  4383.            const originalIcon = submitButton.querySelector('.button-icon').innerHTML;
  4384.            
  4385.            submitButton.disabled = true;
  4386.            submitButton.querySelector('.button-text').textContent = 'Subscribing...';
  4387.            submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-arrow-clockwise"></i>';
  4388.            submitButton.querySelector('.button-icon i').style.animation = 'spin 1s linear infinite';
  4389.            
  4390.            // Simulate API call
  4391.            setTimeout(() => {
  4392.                // Success state
  4393.                submitButton.querySelector('.button-text').textContent = 'Subscribed!';
  4394.                submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-check-lg"></i>';
  4395.                submitButton.querySelector('.button-icon i').style.animation = 'none';
  4396.                submitButton.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  4397.                
  4398.                showMessage('success');
  4399.                
  4400.                // Reset after delay
  4401.                setTimeout(() => {
  4402.                    submitButton.querySelector('.button-text').textContent = originalText;
  4403.                    submitButton.querySelector('.button-icon').innerHTML = originalIcon;
  4404.                    submitButton.style.background = '';
  4405.                    submitButton.disabled = false;
  4406.                    emailInput.value = '';
  4407.                    showMessage('info');
  4408.                }, 3000);
  4409.                
  4410.            }, 2000);
  4411.        });
  4412.        
  4413.        // Input validation
  4414.        emailInput.addEventListener('blur', function() {
  4415.            const email = this.value.trim();
  4416.            if (email && !isValidEmail(email)) {
  4417.                this.style.borderColor = '#ef4444';
  4418.                this.style.boxShadow = '0 0 0 4px rgba(239, 68, 68, 0.2)';
  4419.            } else if (email && isValidEmail(email)) {
  4420.                this.style.borderColor = '#10b981';
  4421.                this.style.boxShadow = '0 0 0 4px rgba(16, 185, 129, 0.2)';
  4422.            }
  4423.        });
  4424.        
  4425.        emailInput.addEventListener('focus', function() {
  4426.            this.style.borderColor = '#3b82f6';
  4427.            this.style.boxShadow = '0 0 0 4px rgba(59, 130, 246, 0.2)';
  4428.        });
  4429.        
  4430.        // Reset validation styling on input
  4431.        emailInput.addEventListener('input', function() {
  4432.            if (this.style.borderColor === 'rgb(239, 68, 68)') {
  4433.                this.style.borderColor = '';
  4434.                this.style.boxShadow = '';
  4435.            }
  4436.        });
  4437.    }
  4438.    
  4439.    // Email validation function
  4440.    function isValidEmail(email) {
  4441.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  4442.        return emailRegex.test(email);
  4443.    }
  4444.    
  4445.    // Message display function
  4446.    function showMessage(type) {
  4447.        // Hide all messages
  4448.        successMessage.style.display = 'none';
  4449.        errorMessage.style.display = 'none';
  4450.        infoMessage.style.display = 'none';
  4451.        
  4452.        // Show specific message
  4453.        if (type === 'success') {
  4454.            successMessage.style.display = 'block';
  4455.        } else if (type === 'error') {
  4456.            errorMessage.style.display = 'block';
  4457.        } else if (type === 'info') {
  4458.            infoMessage.style.display = 'block';
  4459.        }
  4460.    }
  4461.    
  4462.    // Smooth reveal animations
  4463.    const observerOptions = {
  4464.        threshold: 0.1,
  4465.        rootMargin: '0px 0px -30px 0px'
  4466.    };
  4467.    
  4468.    const sectionObserver = new IntersectionObserver((entries) => {
  4469.        entries.forEach(entry => {
  4470.            if (entry.isIntersecting) {
  4471.                entry.target.style.opacity = '1';
  4472.                entry.target.style.transform = 'translateY(0)';
  4473.            }
  4474.        });
  4475.    }, observerOptions);
  4476.    
  4477.    // Animate sections
  4478.    document.querySelectorAll('.brand-section, .links-section, .categories-section').forEach((section, index) => {
  4479.        section.style.opacity = '0';
  4480.        section.style.transform = 'translateY(20px)';
  4481.        section.style.transition = `all 0.6s ease ${index * 0.2}s`;
  4482.        sectionObserver.observe(section);
  4483.    });
  4484.    
  4485.    // Animate category pills
  4486.    document.querySelectorAll('.category-pill').forEach((pill, index) => {
  4487.        pill.style.opacity = '0';
  4488.        pill.style.transform = 'translateY(10px)';
  4489.        pill.style.transition = `all 0.4s ease ${index * 0.1}s`;
  4490.        
  4491.        setTimeout(() => {
  4492.            pill.style.opacity = '1';
  4493.            pill.style.transform = 'translateY(0)';
  4494.        }, 300 + (index * 100));
  4495.    });
  4496.    
  4497.    // Enhanced link hover effects
  4498.    document.querySelectorAll('.link-text').forEach(link => {
  4499.        link.addEventListener('mouseenter', function() {
  4500.            const icon = this.querySelector('.link-icon');
  4501.            if (icon) {
  4502.                icon.style.transform = 'translateX(4px)';
  4503.            }
  4504.        });
  4505.        
  4506.        link.addEventListener('mouseleave', function() {
  4507.            const icon = this.querySelector('.link-icon');
  4508.            if (icon) {
  4509.                icon.style.transform = 'translateX(0)';
  4510.            }
  4511.        });
  4512.    });
  4513.    
  4514.    // Prevent default for demo links
  4515.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4516.        link.addEventListener('click', function(e) {
  4517.            e.preventDefault();
  4518.        });
  4519.    });
  4520.    
  4521.    // Add ripple effect to submit button
  4522.    submitButton.addEventListener('click', function(e) {
  4523.        const ripple = document.createElement('span');
  4524.        const rect = this.getBoundingClientRect();
  4525.        const size = Math.max(rect.width, rect.height);
  4526.        const x = e.clientX - rect.left - size / 2;
  4527.        const y = e.clientY - rect.top - size / 2;
  4528.        
  4529.        ripple.style.cssText = `
  4530.            position: absolute;
  4531.            width: ${size}px;
  4532.            height: ${size}px;
  4533.            left: ${x}px;
  4534.            top: ${y}px;
  4535.            background: rgba(255, 255, 255, 0.3);
  4536.            border-radius: 50%;
  4537.            transform: scale(0);
  4538.            animation: ripple 0.6s ease-out;
  4539.            pointer-events: none;
  4540.        `;
  4541.        
  4542.        this.appendChild(ripple);
  4543.        
  4544.        setTimeout(() => {
  4545.            ripple.remove();
  4546.        }, 600);
  4547.    });
  4548.    
  4549. });
  4550.  
  4551. // Add CSS for ripple animation
  4552. const rippleStyle = document.createElement('style');
  4553. rippleStyle.textContent = `
  4554.    @keyframes ripple {
  4555.        to {
  4556.            transform: scale(2);
  4557.            opacity: 0;
  4558.        }
  4559.    }
  4560.    
  4561.    @keyframes spin {
  4562.        from { transform: rotate(0deg); }
  4563.        to { transform: rotate(360deg); }
  4564.    }
  4565.    
  4566.    .submit-button {
  4567.        position: relative;
  4568.        overflow: hidden;
  4569.    }
  4570. `;
  4571. document.head.appendChild(rippleStyle);
  4572. </script>
  4573.  
  4574.        <!-- end of wpo-site-footer-section -->
  4575.    </div>
  4576.    <!-- end of page-wrapper -->
  4577.  
  4578.    <!-- All JavaScript files
  4579.    ================================================== -->
  4580.    
  4581.  
  4582. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4583. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4584. <!-- Plugins for this template -->
  4585. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4586. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4587. <!-- Custom script for this template -->
  4588. <script src="/static/blogapp/assets/js/script.js"></script>
  4589.  
  4590. <script>
  4591. (function () {
  4592. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4593. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4594.  
  4595. function applyFallback(img) {
  4596. if (!img || img.dataset.fallbackApplied === "1") {
  4597. return;
  4598. }
  4599. var failedSrc = img.currentSrc || img.src || "";
  4600. img.dataset.fallbackApplied = "1";
  4601. img.onerror = null;
  4602. img.src = fallbackImageSrc;
  4603. console.warn("[ImageFallback] Replaced broken image:", {
  4604. failedSrc: failedSrc,
  4605. fallbackSrc: fallbackImageSrc,
  4606. alt: img.alt || "",
  4607. });
  4608. }
  4609.  
  4610. document.querySelectorAll("img").forEach(function (img) {
  4611. if (img.complete && img.naturalWidth === 0) {
  4612. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4613. failedSrc: img.currentSrc || img.src || "",
  4614. alt: img.alt || "",
  4615. });
  4616. applyFallback(img);
  4617. }
  4618. });
  4619.  
  4620. document.addEventListener(
  4621. "error",
  4622. function (event) {
  4623. var target = event.target;
  4624. if (target && target.tagName === "IMG") {
  4625. applyFallback(target);
  4626. }
  4627. },
  4628. true
  4629. );
  4630. })();
  4631. </script>
  4632.  
  4633. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4634.  
  4635.  
  4636.  
  4637. <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":"54d5acd6821649338293937013e9ae2b","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4638. </body>
  4639.  
  4640. </html>
  4641.  
  4642.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda