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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="lora">
  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_11_XmQjryh_VWCmLiP_vLcqEer.png">
  14.    
  15.  
  16.    <title>Gamora Media: UK Digital Marketing &amp; Content Creation Experts</title>
  17.    <meta name="description" content="Gamora Media offers professional digital marketing, SEO, and content creation services for businesses across the UK. Boost your online presence with our expert strategies.">
  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://gamoramedia.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #e74c3c;
  42.        --bs-primary-rgb: e74c3c;
  43.        --bs-secondary: #636e72;
  44.        --bs-success: #27ae60;
  45.        --bs-danger: #c0392b;
  46.        --bs-warning: #f1c40f;
  47.        --bs-info: #3498db;
  48.        --bs-light: #f5f6fa;
  49.        --bs-dark: #2d3436;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #e74c3c;
  53.        --theme-primary-color-s2: #e74c3c;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #2d3436;
  57.        --text-light-color: #676767;
  58.        --heading-color: #2d3436;
  59.        --border-color: #dfe4ea;
  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: #e8ecef;
  75.        --navbar-color: #2d3436;
  76.        --topbar-bg: #f5f6fa;
  77.        --topbar-color: #2d3436;
  78.        --footer-bg: #2d3436;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #dfe4ea;
  82.        --card-radius: 10px;
  83.        --link-color: #e74c3c;
  84.        --link-hover: #c0392b;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(231, 76, 60, 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_8">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395. <div class="preloader" style="z-index: 1025;">
  396.    <div class="angular-shape">
  397.        <div></div>
  398.        <div></div>
  399.        <div></div>
  400.    </div>
  401.    <div class="spinner">
  402.        <div class="double-bounce1"></div>
  403.        <div class="double-bounce2"></div>
  404.    </div>
  405. </div>  
  406.  
  407.            <!-- end preloader -->
  408.        
  409.        <!-- Start header -->
  410.        <header id="header" class="wpo-site-header">
  411.            
  412.  
  413.  
  414.    
  415.  
  416.  
  417. <style>
  418.    /* General styling for top bar */
  419.    .unique-topbar-v7 {
  420.        background-color: var(--topbar-bg);
  421.        color: #fff;
  422.      
  423.    }
  424.    .unique-v7 {
  425.        padding: 10px 30px;
  426.        display: flex;
  427.        align-items: center;
  428.        justify-content: space-between; /* Ensure it stretches across */
  429.    }
  430.  
  431.    .unique-menu-btn-v7 {
  432.        border: none;
  433.        max-width: 145px !important;
  434.        padding: 8px;
  435.        cursor: pointer;
  436.        border-radius: 5px;
  437.    }
  438.  
  439.    .unique-news-container-v7 {
  440.        display: flex;
  441.        align-items: center;
  442.        overflow: hidden;
  443.        width: fit-content;
  444.        flex-grow: 1; /* Take remaining space */
  445.        height: 60px;
  446.    }
  447.  
  448.    .unique-news-wrapper-v7 {
  449.        display: flex;
  450.        flex-direction: row;
  451.        align-items: center;
  452.        padding: 5px;
  453.    }
  454.  
  455.    .unique-news-item-v7 {
  456.        opacity: 0;
  457.        transform: translateX(100px);
  458.        transition: all 0.5s ease;
  459.        font-size: 16px;
  460.        color: var(--topbar-color);
  461.        height: 0;
  462.        width: 0;
  463.    }
  464.    
  465.    .unique-news-item-v7.active-v7 {
  466.        padding: 10px;
  467.        opacity: 1;
  468.          height: auto;
  469.        width: auto;
  470.        margin-right: 20px;
  471.        transform: translateX(0);
  472.    }
  473.  
  474.    .unique-news-item-v7.exit-up-v7 {
  475.        opacity: 0;
  476.        transform: translateX(-100px); /* Move news item left */
  477.    }
  478.  
  479.    /* Social Icons in Inline */
  480.    .contact-info-v7 {
  481.        display: flex;
  482.        gap: 10px;
  483.    }
  484.  
  485.    .contact-info-v7 ul {
  486.        display: flex;
  487.        gap: 15px;
  488.        list-style: none;
  489.    }
  490.  
  491.    .social-icon-v7 {
  492.        color: var(--topbar-color) !important;
  493.        font-size: 20px;
  494.        text-decoration: none;
  495.    }
  496.  
  497.    .social-icon-v7:hover {
  498.        color: #1da1f2;
  499.    }
  500. </style>
  501.  
  502. <div class="unique-topbar-v7">
  503.    <div class="fluid-container unique-v7 container-fluid">
  504.        <button class="unique-menu-btn-v7 bg-primary-gradient w-100 fw-bold">Latest Updates</button>        
  505.      
  506.        <div class="unique-news-container-v7">
  507.            <div class="unique-news-wrapper-v7" id="newsWrapper-v7">
  508.                <!-- News items will be added dynamically -->
  509.            </div>
  510.        </div>
  511.      
  512.        <div class="contact-info-v7">
  513.            <ul>
  514.                <li><a href="#" class="social-icon-v7"><i class="ti-facebook"></i></a></li>
  515.                <li><a href="#" class="social-icon-v7"><i class="ti-twitter-alt"></i></a></li>
  516.                <li><a href="#" class="social-icon-v7"><i class="ti-instagram"></i></a></li>
  517.                <li><a href="#" class="social-icon-v7"><i class="ti-google"></i></a></li>
  518.            </ul>
  519.        </div>
  520.    </div>
  521. </div>
  522.  
  523. <script>
  524.    // Build array dynamically from Django context
  525.    const newsItems = [
  526.        
  527.            { title: "Sharing a Dugout with Sir Alex and Getting \u0027Knocked Out\u0027 – The Photographer\u0027s Tales", url: "/sharing-a-dugout-with-sir-alex-and-getting-knocked-out-the-photographers-tales/" },
  528.        
  529.            { title: "California\u0027s Governor Again Denies Early Release for Manson Follower Patricia Krenwinkel", url: "/californias-governor-again-denies-early-release-for-manson-follower-patricia-krenwinkel/" },
  530.        
  531.            { title: "Individual Accused in Brown University Tragedy Found Discovered Deceased Inside Self\u002DStorage Unit.", url: "/individual-accused-in-brown-university-tragedy-found-discovered-deceased-inside-self-storage-unit/" },
  532.        
  533.            { title: "To Rinse or Not to Rinse: Expert Tips for Preparing Mushrooms", url: "/to-rinse-or-not-to-rinse-expert-tips-for-preparing-mushrooms/" },
  534.        
  535.            { title: "Remains of Competitive Swimmer Seemingly Taken by Great White Found on Pacific Beach", url: "/remains-of-competitive-swimmer-seemingly-taken-by-great-white-found-on-pacific-beach/" }
  536.        
  537.    ];
  538.  
  539.    let currentNewsIndex = 0;
  540.    const newsWrapper = document.getElementById('newsWrapper-v7');
  541.    let newsElements = [];
  542.  
  543.    // Create news elements
  544.    function createNewsElements() {
  545.        newsItems.forEach((news, index) => {
  546.            const newsElement = document.createElement('div');
  547.            newsElement.className = 'unique-news-item-v7';
  548.            newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  549.            newsWrapper.appendChild(newsElement);
  550.            newsElements.push(newsElement);
  551.        });
  552.  
  553.        if (newsElements.length > 0) {
  554.            newsElements[0].classList.add('active-v7');
  555.        }
  556.    }
  557.  
  558.    // Animate news change
  559.    function changeNews() {
  560.        const currentElement = newsElements[currentNewsIndex];
  561.        const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  562.        const nextElement = newsElements[nextIndex];
  563.  
  564.        currentElement.classList.remove('active-v7');
  565.        currentElement.classList.add('exit-up-v7');
  566.  
  567.        setTimeout(() => {
  568.            nextElement.classList.add('active-v7');
  569.            currentNewsIndex = nextIndex;
  570.  
  571.            setTimeout(() => {
  572.                currentElement.classList.remove('exit-up-v7');
  573.            }, 100);
  574.        }, 250);
  575.    }
  576.  
  577.    // Start news rotation
  578.    function startNewsRotation() {
  579.        setInterval(changeNews, 5000);
  580.    }
  581.  
  582.    window.onload = function() {
  583.        createNewsElements();
  584.        startNewsRotation();
  585.    };
  586. </script>
  587.  
  588.  
  589.  
  590.            
  591.  
  592.  
  593.  
  594.  
  595.  
  596.  
  597. <header class="header-v10 mb-4">
  598.    <div class="container-fluid fluid-container">
  599.        <!-- Top Bar -->
  600.        <div class="top-bar-v10">
  601.            <div
  602.                class="row align-items-center gap-3 justify-content-lg-between justify-content-center align-items-center d-flex flex-wrap">
  603.               <div class="col-lg-3 col-md-12 col-12">
  604.                    <div class="brand-section-v10">
  605.                        <a class="logo-link-v9" href="/">
  606.                            
  607.                                <span class="site-name">Gamora Media</span>
  608.                            
  609.                        </a>
  610.                    </div>
  611.                </div>
  612.                <div class="col-lg-6 col-md-12 d-inline-block">
  613.                    <div class="search-container-v10">
  614.                        <form class="search-form-v10" action="#" method="get">
  615.                            <div class="search-group-v10">
  616.                                <input type="search" id="search-input" class="search-field-v10 ps-3"
  617.                                    placeholder="Discover articles, tutorials & insights..." name="q">
  618.                                <button type="submit" class="search-button-v10">
  619.                                    <i class="ti-search"></i>
  620.                                </button>
  621.                            </div>
  622.                            <div id="search-results" class="search-results-container search-v1"></div>
  623.                        </form>
  624.                    </div>
  625.                </div>
  626.                <div class="col-12 ">
  627.                    <div class="header-utilities-v10">
  628.                        <div class="utility-item-v10 d-lg-none">
  629.                            <button class="menu-trigger-v10" onclick="toggleMenuV10()">
  630.                                <div class="menu-icon-v10">
  631.                                    <span class="menu-bar-v10"></span>
  632.                                    <span class="menu-bar-v10"></span>
  633.                                    <span class="menu-bar-v10"></span>
  634.                                </div>
  635.                            </button>
  636.                        </div>
  637.                    </div>
  638.                </div>
  639.            </div>
  640.        </div>
  641.  
  642.        <!-- Navigation Bar -->
  643.    <nav class="navigation-v10 d-none d-lg-block">
  644.    <div class="nav-container-v10">
  645.        <ul class="nav-menu-v10">
  646.  
  647.            
  648.            <li class="nav-item-v10">
  649.                <a href="/" class="nav-link-v10 active-v10">
  650.                    <div class="link-content-v10">
  651.                        <span class="link-text-v10">Home</span>
  652.                        <div class="link-indicator-v10"></div>
  653.                    </div>
  654.                </a>
  655.            </li>
  656.  
  657.            
  658.            
  659.                
  660.                    
  661.                    
  662.                        <li class="nav-item-v10">
  663.                            <a href="/category/all-posts/" class="nav-link-v10">
  664.                                <div class="link-content-v10">
  665.                                    <span class="link-text-v10">All Posts</span>
  666.                                    <div class="link-indicator-v10"></div>
  667.                                </div>
  668.                            </a>
  669.                        </li>
  670.                    
  671.  
  672.                
  673.  
  674.                
  675.                
  676.            
  677.                
  678.                    
  679.                    
  680.                        <li class="nav-item-v10">
  681.                            <a href="/category/business/" class="nav-link-v10">
  682.                                <div class="link-content-v10">
  683.                                    <span class="link-text-v10">Business</span>
  684.                                    <div class="link-indicator-v10"></div>
  685.                                </div>
  686.                            </a>
  687.                        </li>
  688.                    
  689.  
  690.                
  691.  
  692.                
  693.                
  694.            
  695.                
  696.                    
  697.                    
  698.                        <li class="nav-item-v10">
  699.                            <a href="/category/esports/" class="nav-link-v10">
  700.                                <div class="link-content-v10">
  701.                                    <span class="link-text-v10">Esports</span>
  702.                                    <div class="link-indicator-v10"></div>
  703.                                </div>
  704.                            </a>
  705.                        </li>
  706.                    
  707.  
  708.                
  709.  
  710.                
  711.                
  712.            
  713.                
  714.                    
  715.                    
  716.                        <li class="nav-item-v10">
  717.                            <a href="/category/fashion/" class="nav-link-v10">
  718.                                <div class="link-content-v10">
  719.                                    <span class="link-text-v10">Fashion</span>
  720.                                    <div class="link-indicator-v10"></div>
  721.                                </div>
  722.                            </a>
  723.                        </li>
  724.                    
  725.  
  726.                
  727.  
  728.                
  729.                
  730.            
  731.                
  732.                    
  733.                    
  734.                        <li class="nav-item-v10">
  735.                            <a href="/category/featured/" class="nav-link-v10">
  736.                                <div class="link-content-v10">
  737.                                    <span class="link-text-v10">Featured</span>
  738.                                    <div class="link-indicator-v10"></div>
  739.                                </div>
  740.                            </a>
  741.                        </li>
  742.                    
  743.  
  744.                
  745.  
  746.                
  747.                
  748.            
  749.                
  750.                    
  751.                    
  752.                        <li class="nav-item-v10">
  753.                            <a href="/category/gaming/" class="nav-link-v10">
  754.                                <div class="link-content-v10">
  755.                                    <span class="link-text-v10">Gaming</span>
  756.                                    <div class="link-indicator-v10"></div>
  757.                                </div>
  758.                            </a>
  759.                        </li>
  760.                    
  761.  
  762.                
  763.  
  764.                
  765.                
  766.            
  767.                
  768.                    
  769.                    
  770.                        <li class="nav-item-v10">
  771.                            <a href="/category/health/" class="nav-link-v10">
  772.                                <div class="link-content-v10">
  773.                                    <span class="link-text-v10">Health</span>
  774.                                    <div class="link-indicator-v10"></div>
  775.                                </div>
  776.                            </a>
  777.                        </li>
  778.                    
  779.  
  780.                
  781.  
  782.                
  783.                
  784.            
  785.                
  786.                    
  787.                    
  788.                        <li class="nav-item-v10">
  789.                            <a href="/category/life-fitness/" class="nav-link-v10">
  790.                                <div class="link-content-v10">
  791.                                    <span class="link-text-v10">Life &amp; Fitness</span>
  792.                                    <div class="link-indicator-v10"></div>
  793.                                </div>
  794.                            </a>
  795.                        </li>
  796.                    
  797.  
  798.                
  799.  
  800.                
  801.                
  802.            
  803.                
  804.                    
  805.                    
  806.                        <li class="nav-item-v10">
  807.                            <a href="/category/lifestyle/" class="nav-link-v10">
  808.                                <div class="link-content-v10">
  809.                                    <span class="link-text-v10">Lifestyle</span>
  810.                                    <div class="link-indicator-v10"></div>
  811.                                </div>
  812.                            </a>
  813.                        </li>
  814.                    
  815.  
  816.                
  817.  
  818.                
  819.                
  820.            
  821.                
  822.                    
  823.                    <li class="nav-item-v10 has-submenu-v10">
  824.                        <a href="#" class="nav-link-v10">
  825.                            <div class="link-content-v10">
  826.                                <span class="link-text-v10">More</span>
  827.                                <div class="link-arrow-v10"></div>
  828.                                <div class="link-indicator-v10"></div>
  829.                            </div>
  830.                        </a>
  831.                        <div class="submenu-v10">
  832.                            <div class="submenu-content-v10">
  833.                                <div class="submenu-column-v10">
  834.                                    <ul class="submenu-links-v10">
  835.                                        <li>
  836.                                            <a href="/category/news/" class="submenu-link-v10">
  837.                                                News
  838.                                            </a>
  839.                                        </li>
  840.                
  841.  
  842.                
  843.                
  844.            
  845.                
  846.                                        <li>
  847.                                            <a href="/category/others/" class="submenu-link-v10">
  848.                                                Others
  849.                                            </a>
  850.                                        </li>
  851.                
  852.  
  853.                
  854.                
  855.            
  856.                
  857.                                        <li>
  858.                                            <a href="/category/politics/" class="submenu-link-v10">
  859.                                                Politics
  860.                                            </a>
  861.                                        </li>
  862.                
  863.  
  864.                
  865.                
  866.            
  867.                
  868.                                        <li>
  869.                                            <a href="/category/sports/" class="submenu-link-v10">
  870.                                                Sports
  871.                                            </a>
  872.                                        </li>
  873.                
  874.  
  875.                
  876.                
  877.            
  878.                
  879.                                        <li>
  880.                                            <a href="/category/tech/" class="submenu-link-v10">
  881.                                                Tech
  882.                                            </a>
  883.                                        </li>
  884.                
  885.  
  886.                
  887.                
  888.            
  889.                
  890.                                        <li>
  891.                                            <a href="/category/travel/" class="submenu-link-v10">
  892.                                                Travel
  893.                                            </a>
  894.                                        </li>
  895.                
  896.  
  897.                
  898.                
  899.                                    </ul>
  900.                                </div>
  901.                            </div>
  902.                        </div>
  903.                    </li>
  904.                
  905.            
  906.            <li class="nav-item-v10">
  907.                <a href="/page/contact-us/" class="nav-link-v10">
  908.                    <div class="link-content-v10">
  909.                        <span class="link-text-v10">Contact Us</span>
  910.                        <div class="link-indicator-v10"></div>
  911.                    </div>
  912.                </a>
  913.            </li>
  914.        </ul>
  915.    </div>
  916. </nav>
  917.  
  918.        <!-- Mobile Menu -->
  919.        <div class="mobile-menu-v10 d-lg-none" id="mobileMenuV10">
  920.            <div class="mobile-menu-content-v10">
  921.                <ul class="mobile-menu-list-v10">
  922.  
  923.                    
  924.                    <li class="mobile-menu-item-v10">
  925.                        <a href="/" class="mobile-menu-link-v10 active-v10">
  926.                            <span class="mobile-link-text-v10">Home</span>
  927.                        </a>
  928.                    </li>
  929.  
  930.                    
  931.                    
  932.                    
  933.                    <li class="mobile-menu-item-v10">
  934.                        <a href="/category/all-posts/" class="mobile-menu-link-v10">
  935.                            <span class="mobile-link-text-v10">All Posts</span>
  936.                        </a>
  937.                    </li>
  938.                    
  939.                    
  940.                    
  941.                    <li class="mobile-menu-item-v10">
  942.                        <a href="/category/business/" class="mobile-menu-link-v10">
  943.                            <span class="mobile-link-text-v10">Business</span>
  944.                        </a>
  945.                    </li>
  946.                    
  947.                    
  948.                    
  949.                    <li class="mobile-menu-item-v10">
  950.                        <a href="/category/esports/" class="mobile-menu-link-v10">
  951.                            <span class="mobile-link-text-v10">Esports</span>
  952.                        </a>
  953.                    </li>
  954.                    
  955.                    
  956.                    
  957.                    <li class="mobile-menu-item-v10">
  958.                        <a href="/category/fashion/" class="mobile-menu-link-v10">
  959.                            <span class="mobile-link-text-v10">Fashion</span>
  960.                        </a>
  961.                    </li>
  962.                    
  963.                    
  964.                    
  965.                    <li class="mobile-menu-item-v10">
  966.                        <a href="/category/featured/" class="mobile-menu-link-v10">
  967.                            <span class="mobile-link-text-v10">Featured</span>
  968.                        </a>
  969.                    </li>
  970.                    
  971.                    
  972.                    
  973.                    <li class="mobile-menu-item-v10">
  974.                        <a href="/category/gaming/" class="mobile-menu-link-v10">
  975.                            <span class="mobile-link-text-v10">Gaming</span>
  976.                        </a>
  977.                    </li>
  978.                    
  979.                    
  980.                    
  981.                    <li class="mobile-menu-item-v10">
  982.                        <a href="/category/health/" class="mobile-menu-link-v10">
  983.                            <span class="mobile-link-text-v10">Health</span>
  984.                        </a>
  985.                    </li>
  986.                    
  987.                    
  988.                    
  989.                    <li class="mobile-menu-item-v10">
  990.                        <a href="/category/life-fitness/" class="mobile-menu-link-v10">
  991.                            <span class="mobile-link-text-v10">Life &amp; Fitness</span>
  992.                        </a>
  993.                    </li>
  994.                    
  995.                    
  996.                    
  997.                    <li class="mobile-menu-item-v10">
  998.                        <a href="/category/lifestyle/" class="mobile-menu-link-v10">
  999.                            <span class="mobile-link-text-v10">Lifestyle</span>
  1000.                        </a>
  1001.                    </li>
  1002.                    
  1003.                    
  1004.                    
  1005.                    <li class="mobile-menu-item-v10">
  1006.                        <a href="/category/news/" class="mobile-menu-link-v10">
  1007.                            <span class="mobile-link-text-v10">News</span>
  1008.                        </a>
  1009.                    </li>
  1010.                    
  1011.                    
  1012.                    
  1013.                    <li class="mobile-menu-item-v10">
  1014.                        <a href="/category/others/" class="mobile-menu-link-v10">
  1015.                            <span class="mobile-link-text-v10">Others</span>
  1016.                        </a>
  1017.                    </li>
  1018.                    
  1019.                    
  1020.                    
  1021.                    <li class="mobile-menu-item-v10">
  1022.                        <a href="/category/politics/" class="mobile-menu-link-v10">
  1023.                            <span class="mobile-link-text-v10">Politics</span>
  1024.                        </a>
  1025.                    </li>
  1026.                    
  1027.                    
  1028.                    
  1029.                    <li class="mobile-menu-item-v10">
  1030.                        <a href="/category/sports/" class="mobile-menu-link-v10">
  1031.                            <span class="mobile-link-text-v10">Sports</span>
  1032.                        </a>
  1033.                    </li>
  1034.                    
  1035.                    
  1036.                    
  1037.                    <li class="mobile-menu-item-v10">
  1038.                        <a href="/category/tech/" class="mobile-menu-link-v10">
  1039.                            <span class="mobile-link-text-v10">Tech</span>
  1040.                        </a>
  1041.                    </li>
  1042.                    
  1043.                    
  1044.                    
  1045.                    <li class="mobile-menu-item-v10">
  1046.                        <a href="/category/travel/" class="mobile-menu-link-v10">
  1047.                            <span class="mobile-link-text-v10">Travel</span>
  1048.                        </a>
  1049.                    </li>
  1050.                    
  1051.                    
  1052.  
  1053.                </ul>
  1054.            </div>
  1055.        </div>
  1056.  
  1057.    </div>
  1058. </header>
  1059.  
  1060. <style>
  1061.    .logo-link-v9 img{
  1062.        height: 70px;
  1063.        width: auto;
  1064.        object-fit: cover;
  1065.    }
  1066.    /* Navbar V10 Styles - Modern Two-Tier Design */
  1067.    .header-v10 {
  1068.        background: var(--navbar-bg);
  1069.        margin-bottom: 10px;
  1070.        position: relative;
  1071.    }
  1072.  
  1073.    /* Top Bar */
  1074.    .top-bar-v10 {
  1075.        padding: 16px 0;
  1076.    }
  1077.  
  1078.    /* Brand Section */
  1079.    .brand-section-v10 {
  1080.        display: flex;
  1081.        align-items: center;
  1082.    }
  1083.  
  1084.    .brand-link-v10 {
  1085.        display: flex;
  1086.        align-items: center;
  1087.        text-decoration: none;
  1088.    }
  1089.  
  1090.    .brand-icon-v10 {
  1091.        width: 48px;
  1092.        height: 48px;
  1093.        background:  linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1094.        border-radius: 12px;
  1095.        display: flex;
  1096.        align-items: center;
  1097.        justify-content: center;
  1098.        padding: 8px;
  1099.    }
  1100.  
  1101.    .brand-img-v10 {
  1102.        max-width: 100%;
  1103.        max-height: 100%;
  1104.        filter: brightness(0) invert(1);
  1105.    }
  1106.  
  1107.    /* Search Container */
  1108.    .search-container-v10 {
  1109.        max-width: 500px;
  1110.        margin-left: auto;
  1111.    }
  1112.  
  1113.    .search-group-v10 {
  1114.        display: flex;
  1115.        align-items: center;
  1116.        background: #f9fafb;
  1117.        border: 2px solid #e5e7eb;
  1118.        border-radius: 12px;
  1119.        overflow: hidden;
  1120.        transition: all 0.3s ease;
  1121.    }
  1122.  
  1123.    .search-group-v10:focus-within {
  1124.        background: #ffffff;
  1125.        border-color: #3b82f6;
  1126.        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
  1127.    }
  1128.  
  1129.    .search-icon-wrapper-v10 {
  1130.        padding: 12px 16px;
  1131.        display: flex;
  1132.        align-items: center;
  1133.    }
  1134.  
  1135.    .search-icon-v10 {
  1136.        width: 16px;
  1137.        height: 16px;
  1138.        background: #9ca3af;
  1139.        border-radius: 50%;
  1140.        position: relative;
  1141.    }
  1142.  
  1143.    .search-icon-v10::after {
  1144.        content: '';
  1145.        position: absolute;
  1146.        top: 12px;
  1147.        left: 12px;
  1148.        width: 6px;
  1149.        height: 1px;
  1150.        background: #9ca3af;
  1151.        transform: rotate(45deg);
  1152.    }
  1153.  
  1154.    .search-field-v10 {
  1155.        flex: 1;
  1156.        border: none;
  1157.        background: transparent;
  1158.        font-size: 15px;
  1159.        padding: 12px 0;
  1160.        outline: none;
  1161.        color: #1f2937;
  1162.    }
  1163.  
  1164.    .search-field-v10::placeholder {
  1165.        color: #9ca3af;
  1166.    }
  1167.  
  1168.    .search-button-v10 {
  1169.        background:  linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1170.        color: white;
  1171.        border: none;
  1172.        padding: 14px 15px;
  1173.        font-weight: 600;
  1174.        cursor: pointer;
  1175.        transition: all 0.3s ease;
  1176.    }
  1177.  
  1178.    .search-button-v10:hover {
  1179.        background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
  1180.    }
  1181.  
  1182.    /* Header Utilities */
  1183.    .header-utilities-v10 {
  1184.        display: flex;
  1185.        align-items: center;
  1186.        justify-content: flex-end;
  1187.        gap: 8px;
  1188.    }
  1189.  
  1190.    .utility-item-v10 {
  1191.        display: flex;
  1192.    }
  1193.  
  1194.    .theme-toggle-v10,
  1195.    .mobile-search-v10,
  1196.    .menu-trigger-v10 {
  1197.        background: #f9fafb;
  1198.        border: 1px solid #e5e7eb;
  1199.        border-radius: 8px;
  1200.        padding: 10px;
  1201.        cursor: pointer;
  1202.        transition: all 0.3s ease;
  1203.    }
  1204.  
  1205.    .mobile-search-v10:hover,
  1206.    .menu-trigger-v10:hover {
  1207.        background: #f3f4f6;
  1208.        border-color: #d1d5db;
  1209.    }
  1210.  
  1211.    .mobile-search-icon-v10 {
  1212.        width: 16px;
  1213.        height: 16px;
  1214.        background: #6b7280;
  1215.        border-radius: 50%;
  1216.    }
  1217.  
  1218.    .menu-icon-v10 {
  1219.        display: flex;
  1220.        flex-direction: column;
  1221.        gap: 3px;
  1222.        width: 16px;
  1223.    }
  1224.  
  1225.    .menu-bar-v10 {
  1226.        height: 2px;
  1227.        background: #6b7280;
  1228.        border-radius: 1px;
  1229.        transition: all 0.3s ease;
  1230.    }
  1231.  
  1232.    .menu-trigger-v10.active-v10 .menu-bar-v10:nth-child(1) {
  1233.        transform: rotate(45deg) translate(4px, 4px);
  1234.    }
  1235.  
  1236.    .menu-trigger-v10.active-v10 .menu-bar-v10:nth-child(2) {
  1237.        opacity: 0;
  1238.    }
  1239.  
  1240.    .menu-trigger-v10.active-v10 .menu-bar-v10:nth-child(3) {
  1241.        transform: rotate(-45deg) translate(6px, -6px);
  1242.    }
  1243.  
  1244.    /* Navigation */
  1245.    .navigation-v10 {
  1246.        background: var(--navbar-bg);
  1247.    }
  1248.  
  1249.    .nav-container-v10 {
  1250.        padding: 0;
  1251.        display: flex;
  1252.        justify-content: flex-end;
  1253.    }
  1254.  
  1255.    .nav-menu-v10 {
  1256.        list-style: none;
  1257.        padding: 0;
  1258.        margin: 0;
  1259.        display: flex;
  1260.        align-items: stretch;
  1261.    }
  1262.  
  1263.    .nav-item-v10 {
  1264.        position: relative;
  1265.    }
  1266.  
  1267.    .nav-link-v10 {
  1268.        color: #374151;
  1269.        text-decoration: none;
  1270.        display: block;
  1271.        transition: all 0.3s ease;
  1272.    }
  1273.  
  1274.    .link-content-v10 {
  1275.        padding: 16px 20px;
  1276.        display: flex;
  1277.        align-items: center;
  1278.        gap: 6px;
  1279.        position: relative;
  1280.    }
  1281.  
  1282.    .link-text-v10 {
  1283.        font-size: 15px;
  1284.        font-weight: 600;
  1285.    }
  1286.  
  1287.    .link-arrow-v10 {
  1288.        width: 0;
  1289.        height: 0;
  1290.        border-left: 3px solid transparent;
  1291.        border-right: 3px solid transparent;
  1292.        border-top: 3px solid currentColor;
  1293.        transition: transform 0.3s ease;
  1294.    }
  1295.  
  1296.    .link-indicator-v10 {
  1297.        position: absolute;
  1298.        bottom: 0;
  1299.        left: 0;
  1300.        right: 0;
  1301.        height: 3px;
  1302.        background:  linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1303.        transform: scaleX(0);
  1304.        transition: transform 0.3s ease;
  1305.    }
  1306.  
  1307.    .nav-link-v10:hover,
  1308.    .nav-link-v10.active-v10 {
  1309.        color: white !important;
  1310.        background: var(--bs-primary);
  1311.    }
  1312.  
  1313.    .nav-link-v10:hover .link-indicator-v10,
  1314.    .nav-link-v10.active-v10 .link-indicator-v10 {
  1315.        transform: scaleX(1);
  1316.    }
  1317.  
  1318.    .has-submenu-v10:hover .link-arrow-v10 {
  1319.        transform: rotate(180deg);
  1320.    }
  1321.  
  1322.    /* Submenu */
  1323.    .submenu-v10 {
  1324.        position: absolute;
  1325.        top: 100%;
  1326.        left: 0;
  1327.        background: #ffffff;
  1328.        border: 1px solid #e5e7eb;
  1329.        border-radius: 12px;
  1330.        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  1331.        opacity: 0;
  1332.        visibility: hidden;
  1333.        transform: translateY(-8px);
  1334.        transition: all 0.3s ease;
  1335.        z-index: 1000;
  1336.        min-width: 400px;
  1337.        padding: 24px;
  1338.        margin-top: 8px;
  1339.    }
  1340.  
  1341.    .has-submenu-v10:hover .submenu-v10 {
  1342.        opacity: 1;
  1343.        visibility: visible;
  1344.        transform: translateY(0);
  1345.    }
  1346.  
  1347.    .submenu-content-v10 {
  1348.        display: grid;
  1349.        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  1350.        gap: 24px;
  1351.    }
  1352.  
  1353.    .submenu-title-v10 {
  1354.        font-size: 13px;
  1355.        font-weight: 700;
  1356.        color: #3b82f6;
  1357.        margin-bottom: 12px;
  1358.        text-transform: uppercase;
  1359.        letter-spacing: 0.5px;
  1360.    }
  1361.  
  1362.    .submenu-links-v10 {
  1363.        list-style: none;
  1364.        padding: 0;
  1365.        margin: 0;
  1366.    }
  1367.  
  1368.    .submenu-link-v10 {
  1369.        display: block;
  1370.        color: #6b7280 !important;
  1371.        text-decoration: none;
  1372.        font-size: 14px;
  1373.        padding: 8px 0;
  1374.        transition: color 0.3s ease;
  1375.    }
  1376.  
  1377.    .submenu-link-v10:hover {
  1378.        color: #3b82f6 !important;
  1379.    }
  1380.  
  1381.    /* Mobile Search Panel */
  1382.    .mobile-search-panel-v10 {
  1383.        background: #f9fafb;
  1384.        border-bottom: 1px solid #e5e7eb;
  1385.        padding: 12px 0;
  1386.        max-height: 0;
  1387.        overflow: hidden;
  1388.        transition: all 0.3s ease;
  1389.    }
  1390.  
  1391.    .mobile-search-panel-v10.show-v10 {
  1392.        max-height: 80px;
  1393.    }
  1394.  
  1395.    .mobile-search-wrapper-v10 {
  1396.        display: flex;
  1397.        align-items: center;
  1398.        background: #ffffff;
  1399.        border: 1px solid #e5e7eb;
  1400.        border-radius: 8px;
  1401.        overflow: hidden;
  1402.    }
  1403.  
  1404.    .mobile-search-input-v10 {
  1405.        flex: 1;
  1406.        border: none;
  1407.        padding: 12px 16px;
  1408.        font-size: 15px;
  1409.        outline: none;
  1410.        background: transparent;
  1411.    }
  1412.  
  1413.    .mobile-search-btn-v10 {
  1414.        background: #3b82f6;
  1415.        border: none;
  1416.        padding: 12px 16px;
  1417.        cursor: pointer;
  1418.    }
  1419.  
  1420.    .mobile-search-btn-v10 .mobile-search-icon-v10 {
  1421.        background: white;
  1422.    }
  1423.  
  1424.    /* Mobile Menu */
  1425.    .mobile-menu-v10 {
  1426.        background: #ffffff;
  1427.        border-bottom: 1px solid #e5e7eb;
  1428.        max-height: 0;
  1429.        overflow: hidden;
  1430.        transition: all 0.4s ease;
  1431.    }
  1432.  
  1433.    .mobile-menu-v10.show-v10 {
  1434.        max-height: 500px;
  1435.    }
  1436.  
  1437.    .mobile-menu-content-v10 {
  1438.        padding: 16px 30px;
  1439.    }
  1440.  
  1441.    .mobile-menu-list-v10 {
  1442.        list-style: none;
  1443.        padding: 0;
  1444.        margin: 0;
  1445.    }
  1446.  
  1447.    .mobile-menu-item-v10 {
  1448.        border-bottom: 1px solid #f3f4f6;
  1449.    }
  1450.  
  1451.    .mobile-menu-link-v10,
  1452.    .mobile-menu-toggle-v10 {
  1453.        display: flex;
  1454.        align-items: center;
  1455.        justify-content: space-between;
  1456.        color: #374151;
  1457.        text-decoration: none;
  1458.        font-size: 16px;
  1459.        font-weight: 600;
  1460.        padding: 16px 0;
  1461.        transition: color 0.3s ease;
  1462.        background: none;
  1463.        border: none;
  1464.        width: 100%;
  1465.        cursor: pointer;
  1466.    }
  1467.  
  1468.    .mobile-menu-link-v10:hover,
  1469.    .mobile-menu-toggle-v10:hover,
  1470.    .mobile-menu-link-v10.active-v10 {
  1471.        color: var(--bs-light);
  1472.    }
  1473.  
  1474.    .mobile-toggle-arrow-v10 {
  1475.        width: 0;
  1476.        height: 0;
  1477.        border-left: 4px solid transparent;
  1478.        border-right: 4px solid transparent;
  1479.        border-top: 4px solid currentColor;
  1480.        transition: transform 0.3s ease;
  1481.    }
  1482.  
  1483.    .mobile-menu-item-v10.open-v10 .mobile-toggle-arrow-v10 {
  1484.        transform: rotate(180deg);
  1485.    }
  1486.  
  1487.    .mobile-submenu-v10 {
  1488.        list-style: none;
  1489.        padding: 0;
  1490.        margin: 0;
  1491.        max-height: 0;
  1492.        overflow: hidden;
  1493.        transition: all 0.3s ease;
  1494.        background: #f9fafb;
  1495.    }
  1496.  
  1497.    .mobile-submenu-v10.show-v10 {
  1498.        max-height: 200px;
  1499.        padding: 8px 0;
  1500.    }
  1501.  
  1502.    .mobile-submenu-link-v10 {
  1503.        display: block;
  1504.        color: #6b7280;
  1505.        text-decoration: none;
  1506.        font-size: 14px;
  1507.        padding: 10px 20px;
  1508.        transition: color 0.3s ease;
  1509.    }
  1510.  
  1511.    .mobile-submenu-link-v10:hover {
  1512.        color: #3b82f6;
  1513.    }
  1514.  
  1515.    /* Responsive Design */
  1516.    @media (max-width: 768px) {
  1517.        .top-bar-v10 {
  1518.            padding: 12px 0;
  1519.        }
  1520.  
  1521.        .brand-icon-v10 {
  1522.            width: 40px;
  1523.            height: 40px;
  1524.        }
  1525.  
  1526.        .brand-name-v10 {
  1527.            font-size: 18px;
  1528.        }
  1529.  
  1530.        .brand-tagline-v10 {
  1531.            font-size: 11px;
  1532.        }
  1533.    }
  1534.  
  1535.    @media (max-width: 576px) {
  1536.        .brand-text-v10 {
  1537.            display: none;
  1538.        }
  1539.    }
  1540. </style>
  1541.  
  1542. <script>
  1543.    function toggleMobileSearchV10() {
  1544.        const searchPanel = document.getElementById('mobileSearchV10');
  1545.        const searchBtn = document.querySelector('.mobile-search-v10');
  1546.  
  1547.        if (searchPanel) {
  1548.            searchPanel.classList.toggle('show-v10');
  1549.  
  1550.            if (searchPanel.classList.contains('show-v10')) {
  1551.                setTimeout(() => {
  1552.                    const input = searchPanel.querySelector('.mobile-search-input-v10');
  1553.                    if (input) input.focus();
  1554.                }, 100);
  1555.            }
  1556.        }
  1557.    }
  1558.  
  1559.    function toggleMenuV10() {
  1560.        const mobileMenu = document.getElementById('mobileMenuV10');
  1561.        const menuBtn = document.querySelector('.menu-trigger-v10');
  1562.  
  1563.        if (mobileMenu && menuBtn) {
  1564.            mobileMenu.classList.toggle('show-v10');
  1565.            menuBtn.classList.toggle('active-v10');
  1566.        }
  1567.    }
  1568.  
  1569.    function toggleMobileSubmenuV10(submenuId) {
  1570.        const submenu = document.getElementById(submenuId);
  1571.        if (!submenu) return;
  1572.  
  1573.        const parentItem = submenu.closest('.mobile-menu-item-v10');
  1574.  
  1575.        // Close other submenus
  1576.        const allSubmenus = document.querySelectorAll('.mobile-submenu-v10');
  1577.        const allParents = document.querySelectorAll('.mobile-menu-item-v10.has-mobile-submenu-v10');
  1578.  
  1579.        allSubmenus.forEach(menu => {
  1580.            if (menu.id !== submenuId) {
  1581.                menu.classList.remove('show-v10');
  1582.            }
  1583.        });
  1584.  
  1585.        allParents.forEach(parent => {
  1586.            if (parent !== parentItem) {
  1587.                parent.classList.remove('open-v10');
  1588.            }
  1589.        });
  1590.  
  1591.        // Toggle current submenu
  1592.        submenu.classList.toggle('show-v10');
  1593.        if (parentItem) {
  1594.            parentItem.classList.toggle('open-v10');
  1595.        }
  1596.    }
  1597.  
  1598.    // Close menus when clicking outside
  1599.    document.addEventListener('click', function (e) {
  1600.        const mobileMenu = document.getElementById('mobileMenuV10');
  1601.        const mobileSearch = document.getElementById('mobileSearchV10');
  1602.        const menuBtn = document.querySelector('.menu-trigger-v10');
  1603.        const searchBtn = document.querySelector('.mobile-search-v10');
  1604.  
  1605.        // Close mobile menu
  1606.        if (mobileMenu && menuBtn &&
  1607.            !mobileMenu.contains(e.target) &&
  1608.            !menuBtn.contains(e.target)) {
  1609.            mobileMenu.classList.remove('show-v10');
  1610.            menuBtn.classList.remove('active-v10');
  1611.        }
  1612.  
  1613.        // Close mobile search
  1614.        if (mobileSearch && searchBtn &&
  1615.            !mobileSearch.contains(e.target) &&
  1616.            !searchBtn.contains(e.target)) {
  1617.            mobileSearch.classList.remove('show-v10');
  1618.        }
  1619.    });
  1620. </script>
  1621.  
  1622. <script>
  1623.  document.addEventListener("DOMContentLoaded", function () {
  1624.    console.log("loaded");
  1625.  
  1626.     const searchInput = document.getElementById("search-input")
  1627.    const searchResults = document.getElementById("search-results");
  1628.  
  1629.    if (!searchInput || !searchResults) {
  1630.      console.error("Search input/results not found");
  1631.      return;
  1632.    }
  1633.  
  1634.    // Prevent form submission
  1635.    if (searchInput.form) {
  1636.      searchInput.form.addEventListener("submit", function (e) {
  1637.        e.preventDefault();
  1638.      });
  1639.    }
  1640.  
  1641.    // Add event listener for keyup
  1642.    searchInput.addEventListener("keyup", function (e) {
  1643.      console.log("Key pressed:", e.key);
  1644.      e.preventDefault();
  1645.  
  1646.      const query = searchInput.value.trim();
  1647.      console.log("User is typing: " + query);
  1648.  
  1649.      // If empty → clear and hide
  1650.      if (query === "") {
  1651.        searchResults.innerHTML = "";
  1652.        searchResults.style.display = "none";
  1653.        return;
  1654.      }
  1655.  
  1656.      // Show results
  1657.      searchResults.style.display = "block";
  1658.  
  1659.      // Fetch search results
  1660.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1661.        method: "GET",
  1662.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1663.      })
  1664.        .then(response => {
  1665.          console.log("Response Status:", response.status);
  1666.          return response.json();
  1667.        })
  1668.        .then(data => {
  1669.          console.log("Data received:", data);
  1670.          if (data.html) {
  1671.            searchResults.innerHTML = data.html;
  1672.          } else {
  1673.            searchResults.innerHTML = "<p>No results found.</p>";
  1674.          }
  1675.        })
  1676.        .catch(error => {
  1677.          console.error("Error fetching search results:", error);
  1678.        });
  1679.    });
  1680.  
  1681.    // Close results when clicking outside
  1682.    document.addEventListener("click", function (e) {
  1683.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1684.        searchResults.style.display = "none";
  1685.      }
  1686.    });
  1687.  
  1688.    // Close results on ESC key
  1689.    document.addEventListener("keydown", function (e) {
  1690.      if (e.key === "Escape") {
  1691.        searchResults.style.display = "none";
  1692.      }
  1693.    });
  1694.  });
  1695. </script>
  1696.  
  1697. <style>
  1698.        /* search field */
  1699.  .search-results-container {
  1700.  position: absolute;
  1701.  top: 60%; /* Position it below the input field */
  1702.  left: 10px;
  1703.  right: 10px;
  1704.  background-color: white;
  1705.  border: 1px solid #ddd;
  1706.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1707.  max-height: 300px;
  1708.  overflow-y: auto;
  1709.  z-index: 1000;
  1710.  display: none; /* Initially hidden */
  1711. }
  1712.  
  1713. .search-results-container p {
  1714.  margin: 0;
  1715. }
  1716.  
  1717. .search-results-container .result-item {
  1718.  padding: 10px;
  1719.  cursor: pointer;
  1720. }
  1721.  
  1722. .search-results-container .result-item:hover {
  1723.  background-color: #f0f0f0;
  1724. }
  1725. @media (max-width: 992px) {
  1726.  .search-results-container {
  1727.    top: 70%;
  1728.  }
  1729.    
  1730. }
  1731. </style>
  1732.  
  1733.        </header>
  1734.        <!-- end of header -->
  1735.        <!-- start of wpo-blog-hero -->
  1736.        
  1737.  
  1738.  
  1739.  
  1740.  
  1741.  
  1742.  
  1743.  
  1744. <div class="blog-hero-v6">
  1745.    <div class="container-fluid fluid-container">
  1746.        
  1747.        <!-- Top Section - Two Column Layout -->
  1748.        <div class="row g-4 mb-5">
  1749.            <!-- Main Featured Article - Left -->
  1750.            
  1751.  
  1752.            <div class="col-lg-6 col-md-12">
  1753.                <article class="main-featured">
  1754.                    <div class="featured-image-container">
  1755.                        
  1756.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1757.                                class="featured-image" style="object-fit: cover;" alt="">
  1758.                        
  1759.                        <div class="category-tag bg-primary-gradient">News</div>
  1760.                    </div>
  1761.                    <div class="featured-content">
  1762.                        <h1 class="featured-title"><a class="top-color" href="/barry-manilow-to-undergo-surgery-for-a-lung-cancer-diagnosis/" >
  1763.                                        Barry Manilow to Undergo Surgery for a Lung Cancer Diagnosis.
  1764.                                    </a></h1>
  1765.                        <p class="featured-summary"></p>
  1766.                        <div class="article-meta">
  1767.                            <div class="author-info">
  1768.                                
  1769.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Veronica Morris" class="author-pic">
  1770.                                
  1771.                                <div class="author-text">
  1772.                                    <span class="author-name">Veronica Morris</span>
  1773.                                    <span class="post-time">19 May 2026</span>
  1774.                                    
  1775.                                </div>
  1776.                            </div>
  1777.                            <div class="reading-info">
  1778.                                <!-- <span class="read-time">4 min read</span> -->
  1779.                            </div>
  1780.                        </div>
  1781.                    </div>
  1782.                </article>
  1783.            </div>
  1784.            
  1785.  
  1786.            <div class="col-lg-6 col-md-12">
  1787.                <article class="main-featured">
  1788.                    <div class="featured-image-container">
  1789.                        
  1790.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1791.                                class="featured-image" style="object-fit: cover;" alt="">
  1792.                        
  1793.                        <div class="category-tag bg-primary-gradient">News</div>
  1794.                    </div>
  1795.                    <div class="featured-content">
  1796.                        <h1 class="featured-title"><a class="top-color" href="/former-british-serviceman-charged-of-killing-kenyan-woman-appears-in-court/" >
  1797.                                        Former British Serviceman Charged of Killing Kenyan Woman Appears in Court
  1798.                                    </a></h1>
  1799.                        <p class="featured-summary"></p>
  1800.                        <div class="article-meta">
  1801.                            <div class="author-info">
  1802.                                
  1803.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Veronica Morris" class="author-pic">
  1804.                                
  1805.                                <div class="author-text">
  1806.                                    <span class="author-name">Veronica Morris</span>
  1807.                                    <span class="post-time">19 May 2026</span>
  1808.                                    
  1809.                                </div>
  1810.                            </div>
  1811.                            <div class="reading-info">
  1812.                                <!-- <span class="read-time">4 min read</span> -->
  1813.                            </div>
  1814.                        </div>
  1815.                    </div>
  1816.                </article>
  1817.            </div>
  1818.            
  1819.  
  1820.        </div>
  1821.  
  1822.        <!-- Bottom Section - Three Column Grid -->
  1823.        <div class="row g-4">
  1824.            
  1825.                <div class="col-lg-4 col-md-6 col-12">
  1826.                    <article class="compact-card">
  1827.                        <div class="compact-image">
  1828.                            
  1829.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1830.                                   style="object-fit: cover;" alt="">
  1831.                            
  1832.                            <div class="compact-category bg-primary-gradient">News</div>
  1833.                        </div>
  1834.                        <div class="compact-body">
  1835.                            <h3 class="compact-title"> <a class="top-color" href="/fda-grants-approval-to-flibanserin-a-libido-enhancing-medication-for-women-after-menopause/" >
  1836.                                        FDA Grants Approval to Flibanserin, a Libido-Enhancing Medication for Women After Menopause
  1837.                                    </a></h3>
  1838.                            <p class="compact-text"></p>
  1839.                            <div class="compact-footer">
  1840.                                <div class="compact-author">
  1841.                                    
  1842.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" class="compact-avatar">
  1843.                                    
  1844.                                    <span class="compact-name">Veronica Morris</span>
  1845.                                </div>
  1846.                                <span class="compact-date">19 May 2026</span>
  1847.                            </div>
  1848.                        </div>
  1849.                    </article>
  1850.                </div>
  1851.            
  1852.                <div class="col-lg-4 col-md-6 col-12">
  1853.                    <article class="compact-card">
  1854.                        <div class="compact-image">
  1855.                            
  1856.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1857.                                   style="object-fit: cover;" alt="">
  1858.                            
  1859.                            <div class="compact-category bg-primary-gradient">News</div>
  1860.                        </div>
  1861.                        <div class="compact-body">
  1862.                            <h3 class="compact-title"> <a class="top-color" href="/we-must-have-a-aircraft-to-search-for-them-13-year-olds-emergency-call-to-save-relatives-lost-off-aussie-coast-revealed/" >
  1863.                                        We Must Have a Aircraft to Search For Them’: 13-Year-Old’s Emergency Call to Save Relatives Lost Off Aussie Coast Revealed
  1864.                                    </a></h3>
  1865.                            <p class="compact-text"></p>
  1866.                            <div class="compact-footer">
  1867.                                <div class="compact-author">
  1868.                                    
  1869.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" class="compact-avatar">
  1870.                                    
  1871.                                    <span class="compact-name">Veronica Morris</span>
  1872.                                </div>
  1873.                                <span class="compact-date">19 May 2026</span>
  1874.                            </div>
  1875.                        </div>
  1876.                    </article>
  1877.                </div>
  1878.            
  1879.  
  1880.            <div class="col-lg-4 col-md-12 col-12">
  1881.                <!-- Recent Articles Sidebar -->
  1882.                <div class="recent-section">
  1883.                    <h3 class="recent-title">Recent Articles</h3>
  1884.                    <div class="recent-list">
  1885.                        
  1886.                        <div class="recent-item">
  1887.                            <div class="recent-content">
  1888.                                <h4 class="recent-article-title"><a class="top-color" href="/tropical-storm-disaster-in-the-island-nation-awakens-a-spirit-of-community-action/" >
  1889.                                        Tropical Storm Disaster in the Island Nation Awakens a Spirit of Community Action
  1890.                                    </a></h4>
  1891.                                <span class="recent-date">18 May 2026</span>
  1892.                            </div>
  1893.                        </div>
  1894.                        
  1895.                    </div>
  1896.                </div>
  1897.            </div>
  1898.        </div>
  1899.    </div>
  1900. </div>
  1901.  
  1902. <style>
  1903. /* Blog Hero V6 - Magazine Style with White Background */
  1904. .blog-hero-v6 {
  1905.    padding: 3rem 0;
  1906.    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  1907. }
  1908.  
  1909. /* Main Featured Article */
  1910. .main-featured {
  1911.    background: var(--card-bg);
  1912.    border-radius: 16px;
  1913.    overflow: hidden;
  1914.    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  1915.    border: 1px solid var(--border-color);
  1916.    transition: all 0.3s ease;
  1917. }
  1918.  
  1919. .main-featured:hover {
  1920.    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  1921.    transform: translateY(-2px);
  1922. }
  1923.  
  1924. .featured-image-container {
  1925.    position: relative;
  1926.    height: 300px;
  1927.    overflow: hidden;
  1928. }
  1929.  
  1930. .featured-image {
  1931.    width: 100%;
  1932.    height: 100%;
  1933.    object-fit: cover;
  1934.    transition: transform 0.4s ease;
  1935. }
  1936.  
  1937. .main-featured:hover .featured-image {
  1938.    transform: scale(1.03);
  1939. }
  1940.  
  1941. .featured-content {
  1942.    padding: 2.5rem;
  1943. }
  1944.  
  1945. .featured-title {
  1946.    font-size: 2rem;
  1947.    font-weight: 700;
  1948.    color: #1a202c;
  1949.    margin-bottom: 1rem;
  1950.    line-height: 1.25;
  1951.    letter-spacing: -0.025em;
  1952. }
  1953.  
  1954. .featured-summary {
  1955.    font-size: 1.1rem;
  1956.    color: #4a5568;
  1957.    line-height: 1.6;
  1958.    margin-bottom: 2rem;
  1959. }
  1960.  
  1961. /* Category Tags */
  1962. .category-tag {
  1963.    position: absolute;
  1964.    top: 1.5rem;
  1965.    left: 1.5rem;
  1966.    padding: 0.5rem 1rem;
  1967.    font-size: 0.75rem;
  1968.    font-weight: 600;
  1969.    text-transform: uppercase;
  1970.    letter-spacing: 0.1em;
  1971.    color: white;
  1972.    border-radius: 6px;
  1973.    z-index: 2;
  1974. }
  1975.  
  1976.  
  1977. /* Article Meta */
  1978. .article-meta {
  1979.    display: flex;
  1980.    align-items: center;
  1981.    justify-content: space-between;
  1982. }
  1983.  
  1984. .author-info {
  1985.    display: flex;
  1986.    align-items: center;
  1987.    gap: 1rem;
  1988. }
  1989.  
  1990. .author-pic {
  1991.    width: 48px;
  1992.    height: 48px;
  1993.    border-radius: 50%;
  1994.    object-fit: cover;
  1995.    border: 2px solid #e2e8f0;
  1996. }
  1997.  
  1998. .author-text {
  1999.    display: flex;
  2000.    flex-direction: column;
  2001. }
  2002.  
  2003. .author-name {
  2004.    font-weight: 600;
  2005.    color: #2d3748;
  2006.    font-size: 0.95rem;
  2007. }
  2008.  
  2009. .post-time {
  2010.    font-size: 0.85rem;
  2011.    color: #718096;
  2012. }
  2013.  
  2014. .reading-info {
  2015.    display: flex;
  2016.    align-items: center;
  2017. }
  2018.  
  2019. .read-time {
  2020.    font-size: 0.9rem;
  2021.    color: #718096;
  2022.    padding: 0.25rem 0.75rem;
  2023.    background: #f7fafc;
  2024.    border-radius: 15px;
  2025.    font-weight: 500;
  2026. }
  2027.  
  2028. /* Secondary Featured */
  2029. .secondary-featured {
  2030.    background: var(--card-bg);
  2031.    border-radius: 16px;
  2032.    overflow: hidden;
  2033.    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  2034.    border: 1px solid var(--border-color);
  2035.    height: 100%;
  2036.    transition: all 0.3s ease;
  2037. }
  2038.  
  2039. .secondary-featured:hover {
  2040.    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  2041.    transform: translateY(-2px);
  2042. }
  2043.  
  2044. .secondary-image-wrapper {
  2045.    position: relative;
  2046.    height: 200px;
  2047.    overflow: hidden;
  2048. }
  2049.  
  2050. .secondary-image-wrapper img {
  2051.    width: 100%;
  2052.    height: 100%;
  2053.    object-fit: cover;
  2054.    transition: transform 0.4s ease;
  2055. }
  2056.  
  2057. .secondary-featured:hover .secondary-image-wrapper img {
  2058.    transform: scale(1.03);
  2059. }
  2060.  
  2061. .secondary-content {
  2062.    padding: 2rem;
  2063. }
  2064.  
  2065. .secondary-title {
  2066.    font-size: 1.5rem;
  2067.    font-weight: 600;
  2068.    color: #1a202c;
  2069.    margin-bottom: 1rem;
  2070.    line-height: 1.3;
  2071. }
  2072.  
  2073. .secondary-excerpt {
  2074.    font-size: 0.95rem;
  2075.    color: #4a5568;
  2076.    line-height: 1.6;
  2077.    margin-bottom: 1.5rem;
  2078. }
  2079.  
  2080. .secondary-meta {
  2081.    display: flex;
  2082.    align-items: center;
  2083.    gap: 0.5rem;
  2084.    font-size: 0.85rem;
  2085.    color: #718096;
  2086. }
  2087.  
  2088. .meta-divider {
  2089.    color: #cbd5e0;
  2090. }
  2091.  
  2092. /* Compact Cards */
  2093. .compact-card {
  2094.    background: var(--card-bg);
  2095.    border-radius: 12px;
  2096.    overflow: hidden;
  2097.    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
  2098.    border: 1px solid var(--border-color);
  2099.    transition: all 0.3s ease;
  2100.    height: 100%;
  2101.    display: flex;
  2102.    flex-direction: column;
  2103. }
  2104.  
  2105. .compact-card:hover {
  2106.    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
  2107.    transform: translateY(-3px);
  2108. }
  2109.  
  2110. .compact-image {
  2111.    position: relative;
  2112.    height: 180px;
  2113.    overflow: hidden;
  2114. }
  2115.  
  2116. .compact-image img {
  2117.    width: 100%;
  2118.    height: 100%;
  2119.    object-fit: cover;
  2120.    transition: transform 0.4s ease;
  2121. }
  2122.  
  2123. .compact-card:hover .compact-image img {
  2124.    transform: scale(1.05);
  2125. }
  2126.  
  2127. .compact-category {
  2128.    position: absolute;
  2129.    top: 1rem;
  2130.    left: 1rem;
  2131.    padding: 0.25rem 0.75rem;
  2132.    font-size: 0.7rem;
  2133.    font-weight: 600;
  2134.    text-transform: uppercase;
  2135.    color: white;
  2136.    border-radius: 4px;
  2137. }
  2138.  
  2139. .compact-body {
  2140.    padding: 1.5rem;
  2141.    flex-grow: 1;
  2142.    display: flex;
  2143.    flex-direction: column;
  2144. }
  2145.  
  2146. .compact-title {
  2147.    font-size: 1.1rem;
  2148.    font-weight: 600;
  2149.    color: #1a202c;
  2150.    margin-bottom: 0.75rem;
  2151.    line-height: 1.4;
  2152. }
  2153.  
  2154. .compact-text {
  2155.    font-size: 0.9rem;
  2156.    color: #4a5568;
  2157.    line-height: 1.5;
  2158.    margin-bottom: 1.5rem;
  2159.    flex-grow: 1;
  2160. }
  2161.  
  2162. .compact-footer {
  2163.    display: flex;
  2164.    align-items: center;
  2165.    justify-content: space-between;
  2166.    margin-top: auto;
  2167. }
  2168.  
  2169. .compact-author {
  2170.    display: flex;
  2171.    align-items: center;
  2172.    gap: 0.5rem;
  2173. }
  2174.  
  2175. .compact-avatar {
  2176.    width: 32px;
  2177.    height: 32px;
  2178.    border-radius: 50%;
  2179.    object-fit: cover;
  2180. }
  2181.  
  2182. .compact-name {
  2183.    font-size: 0.85rem;
  2184.    font-weight: 500;
  2185.    color: #2d3748;
  2186. }
  2187.  
  2188. .compact-date {
  2189.    font-size: 0.8rem;
  2190.    color: #718096;
  2191. }
  2192.  
  2193. /* Recent Articles Section */
  2194. .recent-section {
  2195.    background: var(--card-bg);
  2196.    border-radius: 12px;
  2197.    padding: 2rem;
  2198.    border: 1px solid var(--border-color);
  2199.    height: 100%;
  2200. }
  2201.  
  2202. .recent-title {
  2203.    font-size: 1.25rem;
  2204.    font-weight: 700;
  2205.    color: #1a202c;
  2206.    margin-bottom: 1.5rem;
  2207.    padding-bottom: 0.75rem;
  2208.    border-bottom: 2px solid var(--border-color);
  2209. }
  2210.  
  2211. .recent-list {
  2212.    display: flex;
  2213.    flex-direction: column;
  2214.    gap: 1.25rem;
  2215. }
  2216.  
  2217. .recent-item {
  2218.    display: flex;
  2219.    align-items: center;
  2220.    gap: 1rem;
  2221.    padding: 0.8rem;
  2222.    background: var(--card-bg);
  2223.    border-radius: 8px;
  2224.    transition: all 0.2s ease;
  2225.    border: 1px solid var(--border-color);
  2226. }
  2227.  
  2228. .recent-item:hover {
  2229.    transform: translateX(4px);
  2230.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  2231. }
  2232.  
  2233. .recent-content {
  2234.    flex-grow: 1;
  2235. }
  2236.  
  2237. .recent-article-title {
  2238.    font-size: 0.95rem;
  2239.    font-weight: 600;
  2240.    color: #1a202c;
  2241.    margin-bottom: 0rem;
  2242.    line-height: 1.3;
  2243. }
  2244.  
  2245. .recent-date {
  2246.    font-size: 0.8rem;
  2247.    color: #718096;
  2248. }
  2249.  
  2250. /* Responsive Design */
  2251. @media (max-width: 992px) {
  2252.    .blog-hero-v6 {
  2253.        padding: 2rem 0;
  2254.    }
  2255.    
  2256.    .featured-title {
  2257.        font-size: 1.75rem;
  2258.    }
  2259.    
  2260.    .secondary-title {
  2261.        font-size: 1.3rem;
  2262.    }
  2263.    
  2264.    .article-meta {
  2265.        flex-direction: column;
  2266.        align-items: flex-start;
  2267.        gap: 1rem;
  2268.    }
  2269. }
  2270.  
  2271. @media (max-width: 768px) {
  2272.    .featured-content,
  2273.    .secondary-content {
  2274.        padding: 1.5rem;
  2275.    }
  2276.    
  2277.    .featured-title {
  2278.        font-size: 1.5rem;
  2279.    }
  2280.    
  2281.    .featured-image-container,
  2282.    .secondary-image-wrapper {
  2283.        height: 200px;
  2284.    }
  2285.    
  2286.    .compact-image {
  2287.        height: 150px;
  2288.    }
  2289.    
  2290.    .recent-section {
  2291.        margin-top: 2rem;
  2292.    }
  2293. }
  2294.  
  2295. @media (max-width: 576px) {
  2296.    .reading-info {
  2297.        margin-top: 1rem;
  2298.    }
  2299.    
  2300.    .secondary-meta {
  2301.        flex-wrap: wrap;
  2302.    }
  2303.    
  2304.    .recent-item {
  2305.        padding: 0.75rem;
  2306.    }
  2307. }
  2308. </style>
  2309.  
  2310.  
  2311.  
  2312.  
  2313.        <!-- end of wpo-blog-hero -->
  2314.  
  2315.        <!-- start of wpo-breacking-news -->
  2316.        
  2317.        <!-- end of wpo-breacking-news -->
  2318.        
  2319.        <!-- start wpo-blog-highlights-section -->
  2320.        
  2321.  
  2322.  
  2323.  
  2324.    
  2325.  
  2326.  
  2327.  
  2328. <style>
  2329.    .blog-highlights-v4 {
  2330.        padding: 30px 0;
  2331.        position: relative;
  2332.        min-height: 100vh;
  2333.        background: transparent; /* Solid background color */
  2334.    }
  2335.  
  2336.    /* Blog Container */
  2337.    .blog-container-v4 {
  2338.        position: relative;
  2339.        z-index: 10;
  2340.    }
  2341.  
  2342.    /* Card Design */
  2343.    .blog-card-v4 {
  2344.        border-radius: 25px;
  2345.        background: var(--card-bg);
  2346.        border: 1px solid var(--border-color);
  2347.        position: relative;
  2348.        overflow: hidden;
  2349.        transition: opacity 1.2s ease; /* Fade animation for card */
  2350.    }
  2351.  
  2352.    /* Image Container */
  2353.    .blog-image-container-v4 {
  2354.        height: 280px;
  2355.        border-radius: 20px 20px 0 0;
  2356.        overflow: hidden;
  2357.        position: relative;
  2358.        z-index: 2;
  2359.    }
  2360.  
  2361.    .blog-image-v4 {
  2362.        width: 100%;
  2363.        height: 100%;
  2364.        position: relative;
  2365.        overflow: hidden;
  2366.    }
  2367.  
  2368.    .blog-image-v4 img {
  2369.        width: 100%;
  2370.        height: 100%;
  2371.        object-fit: cover;
  2372.    }
  2373.  
  2374.    /* Category Badge */
  2375.    .blog-category-v4 {
  2376.        position: absolute;
  2377.        top: 20px;
  2378.        left: 20px;
  2379.        padding: 10px 18px;
  2380.        border-radius: 20px;
  2381.        font-size: 11px;
  2382.        font-weight: 700;
  2383.        text-transform: uppercase;
  2384.        letter-spacing: 1.2px;
  2385.        z-index: 5;
  2386.        border: 1px solid rgba(255, 255, 255, 0.3);
  2387.        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  2388.    }
  2389.  
  2390.    /* Content Area */
  2391.    .blog-content-v4 {
  2392.        padding: 20px 25px 25px;
  2393.        display: flex;
  2394.        flex-direction: column;
  2395.        justify-content: space-between;
  2396.        position: relative;
  2397.        z-index: 2;
  2398.    }
  2399.  
  2400.    /* Title */
  2401.    .blog-title-v4 {
  2402.        font-size: 20px;
  2403.        font-weight: 800;
  2404.        line-height: 1.3;
  2405.        margin-bottom: 8px;
  2406.    }
  2407.  
  2408.    .blog-title-v4 a {
  2409.        text-decoration: none;
  2410.    }
  2411.  
  2412.    /* Meta Information */
  2413.    .blog-meta-v4 {
  2414.        display: flex;
  2415.        align-items: center;
  2416.        gap: 12px;
  2417.        margin-bottom: 15px;
  2418.        font-size: 13px;
  2419.    }
  2420.  
  2421.    .blog-author-img-v4 {
  2422.        width: 35px;
  2423.        height: 35px;
  2424.        border-radius: 50%;
  2425.        border: 2px solid var(--border-color);
  2426.    }
  2427.  
  2428.    /* Excerpt */
  2429.    .blog-excerpt-v4 {
  2430.        font-size: 14px;
  2431.        line-height: 1.6;
  2432.        margin-bottom: 8px;
  2433.        display: -webkit-box;
  2434.        -webkit-line-clamp: 3;
  2435.        -webkit-box-orient: vertical;
  2436.        overflow: hidden;
  2437.    }
  2438.  
  2439.    /* Actions Area */
  2440.    .blog-actions-v4 {
  2441.        display: flex;
  2442.        justify-content: space-between;
  2443.        align-items: center;
  2444.    }
  2445.  
  2446.    .blog-stats-v4 {
  2447.        display: flex;
  2448.        gap: 20px;
  2449.        align-items: center;
  2450.    }
  2451.  
  2452.    .blog-stat-item-v4 {
  2453.        display: flex;
  2454.        align-items: center;
  2455.        gap: 6px;
  2456.        font-size: 12px;
  2457.    }
  2458.  
  2459.    /* Read More Button */
  2460.    .blog-read-more-v4 {
  2461.        width: 40px;
  2462.        height: 40px;
  2463.        border-radius: 50%;
  2464.        background: var(--border-color);
  2465.        border: 2px solid var(--border-color);
  2466.        display: flex;
  2467.        align-items: center;
  2468.        justify-content: center;
  2469.        text-decoration: none;
  2470.    }
  2471.  
  2472.    ..blog-read-more-v4:hover{
  2473.        background-color: #172133;
  2474.    }
  2475.    /* Section Header */
  2476.    .section-header-v4 {
  2477.        text-align: center;
  2478.        margin-bottom: 40px;
  2479.        position: relative;
  2480.        z-index: 15;
  2481.    }
  2482.  
  2483.    .section-title-v4 {
  2484.        font-size: 3.5rem;
  2485.        font-weight: 900;
  2486.        margin-bottom: .5rem;
  2487.    }
  2488.  
  2489.    .section-subtitle-v4 {
  2490.        font-size: 1.4rem;
  2491.        max-width: 700px;
  2492.        margin: 0 auto;
  2493.        line-height: 1.7;
  2494.        font-weight: 300;
  2495.    }
  2496.  
  2497.    /* Scroll Fade Animation */
  2498.    .scroll-trigger {
  2499.        opacity: 0;
  2500.        transition: opacity 1.2s ease;
  2501.    }
  2502.  
  2503.    .scroll-trigger.active {
  2504.        opacity: 1;
  2505.    }
  2506.  
  2507.    /* Responsive Design */
  2508.    @media (max-width: 768px) {
  2509.        .section-title-v4 {
  2510.            font-size: 3rem;
  2511.        }
  2512.        .blog-highlights-v4 {
  2513.            padding: 80px 0;
  2514.        }
  2515.        .blog-card-v4 {
  2516.            height: 450px;
  2517.        }
  2518.        .blog-content-v4 {
  2519.            padding: 15px 20px 20px;
  2520.        }
  2521.    }
  2522. </style>
  2523.  
  2524. <section class="blog-highlights-v4">
  2525.    <div class="container-fluid fluid-container blog-container-v4">
  2526.        <!-- Section Header -->
  2527.        <div class="row">
  2528.            <div class="col-12">
  2529.                <div class="section-header-v4">
  2530.                    <h2 class="section-title-v4">
  2531.                Today's Top Highlights
  2532.                   </h2>
  2533.                    <p class="section-subtitle-v4">Experience the future of storytelling through immersive digital journeys that blend creativity with cutting-edge technology</p>
  2534.                </div>
  2535.            </div>
  2536.        </div>
  2537.        
  2538.        <!-- Blog Grid -->
  2539.        <div class="row">
  2540.            <div class="col-lg-8">
  2541.                <div class="row g-4">
  2542.                    
  2543.                    <div class="col-lg-6 col-md-6">
  2544.                        <article class="blog-card-v4 scroll-trigger">
  2545.                            <div class="blog-image-container-v4">
  2546.                                <div class="blog-image-v4">
  2547.                                    
  2548.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2549.                                    
  2550.                                </div>
  2551.                                
  2552.                                <span class="blog-category-v4 bg-primary-gradient">
  2553.                                    News
  2554.                                </span>
  2555.                            </div>
  2556.                            
  2557.                            <div class="blog-content-v4">
  2558.                                <h3 class="blog-title-v4">
  2559.                                    <a href="/real-madrids-alexander-arnold-may-return-to-face-his-former-club-in-upcoming-champions-league-fixture/" class="top-color">
  2560.                                    Real Madrid&#x27;s Alexander-Arnold May Return to Face His Former Club in Upcoming Champions League Fixture
  2561.                                    </a>
  2562.                                </h3>
  2563.                                <div class="blog-meta-v4">
  2564.                                    
  2565.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Veronica Morris"  class="blog-author-img-v4">
  2566.                                    
  2567.                                    <span>By <strong>Veronica Morris</strong></span>
  2568.                                    <span>•</span>
  2569.                                    <span>18 May 2026</span>
  2570.                                </div>
  2571.                                
  2572.                                <p class="blog-excerpt-v4">
  2573.                                    
  2574.                                </p>
  2575.                                
  2576.                                <div class="blog-actions-v4">
  2577.                                    
  2578.                                    <a href="/real-madrids-alexander-arnold-may-return-to-face-his-former-club-in-upcoming-champions-league-fixture/" class="blog-read-more-v4 bg-primary-gradient">
  2579.                                        <i class="ti-arrow-right"></i>
  2580.                                    </a>
  2581.                                </div>
  2582.                            </div>
  2583.                        </article>
  2584.                    </div>
  2585.                    
  2586.                    <div class="col-lg-6 col-md-6">
  2587.                        <article class="blog-card-v4 scroll-trigger">
  2588.                            <div class="blog-image-container-v4">
  2589.                                <div class="blog-image-v4">
  2590.                                    
  2591.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2592.                                    
  2593.                                </div>
  2594.                                
  2595.                                <span class="blog-category-v4 bg-primary-gradient">
  2596.                                    News
  2597.                                </span>
  2598.                            </div>
  2599.                            
  2600.                            <div class="blog-content-v4">
  2601.                                <h3 class="blog-title-v4">
  2602.                                    <a href="/worrying-recollections-return-in-davao-as-officials-track-bondi-beach-attack-alleged-attackers-time-in-the-city/" class="top-color">
  2603.                                    Worrying Recollections Return in Davao as Officials Track Bondi Beach Attack Alleged Attackers&#x27; Time in the City
  2604.                                    </a>
  2605.                                </h3>
  2606.                                <div class="blog-meta-v4">
  2607.                                    
  2608.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Veronica Morris"  class="blog-author-img-v4">
  2609.                                    
  2610.                                    <span>By <strong>Veronica Morris</strong></span>
  2611.                                    <span>•</span>
  2612.                                    <span>18 May 2026</span>
  2613.                                </div>
  2614.                                
  2615.                                <p class="blog-excerpt-v4">
  2616.                                    
  2617.                                </p>
  2618.                                
  2619.                                <div class="blog-actions-v4">
  2620.                                    
  2621.                                    <a href="/worrying-recollections-return-in-davao-as-officials-track-bondi-beach-attack-alleged-attackers-time-in-the-city/" class="blog-read-more-v4 bg-primary-gradient">
  2622.                                        <i class="ti-arrow-right"></i>
  2623.                                    </a>
  2624.                                </div>
  2625.                            </div>
  2626.                        </article>
  2627.                    </div>
  2628.                    
  2629.                    <div class="col-lg-6 col-md-6">
  2630.                        <article class="blog-card-v4 scroll-trigger">
  2631.                            <div class="blog-image-container-v4">
  2632.                                <div class="blog-image-v4">
  2633.                                    
  2634.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2635.                                    
  2636.                                </div>
  2637.                                
  2638.                                <span class="blog-category-v4 bg-primary-gradient">
  2639.                                    News
  2640.                                </span>
  2641.                            </div>
  2642.                            
  2643.                            <div class="blog-content-v4">
  2644.                                <h3 class="blog-title-v4">
  2645.                                    <a href="/genuine-algarve-exploring-portugal-beyond-the-beach/" class="top-color">
  2646.                                    Genuine Algarve: Exploring Portugal Beyond the Beach
  2647.                                    </a>
  2648.                                </h3>
  2649.                                <div class="blog-meta-v4">
  2650.                                    
  2651.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Veronica Morris"  class="blog-author-img-v4">
  2652.                                    
  2653.                                    <span>By <strong>Veronica Morris</strong></span>
  2654.                                    <span>•</span>
  2655.                                    <span>18 May 2026</span>
  2656.                                </div>
  2657.                                
  2658.                                <p class="blog-excerpt-v4">
  2659.                                    
  2660.                                </p>
  2661.                                
  2662.                                <div class="blog-actions-v4">
  2663.                                    
  2664.                                    <a href="/genuine-algarve-exploring-portugal-beyond-the-beach/" class="blog-read-more-v4 bg-primary-gradient">
  2665.                                        <i class="ti-arrow-right"></i>
  2666.                                    </a>
  2667.                                </div>
  2668.                            </div>
  2669.                        </article>
  2670.                    </div>
  2671.                    
  2672.                    <div class="col-lg-6 col-md-6">
  2673.                        <article class="blog-card-v4 scroll-trigger">
  2674.                            <div class="blog-image-container-v4">
  2675.                                <div class="blog-image-v4">
  2676.                                    
  2677.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2678.                                    
  2679.                                </div>
  2680.                                
  2681.                                <span class="blog-category-v4 bg-primary-gradient">
  2682.                                    News
  2683.                                </span>
  2684.                            </div>
  2685.                            
  2686.                            <div class="blog-content-v4">
  2687.                                <h3 class="blog-title-v4">
  2688.                                    <a href="/david-raya-backs-teams-strength-as-key-to-silverware-ambitions/" class="top-color">
  2689.                                    David Raya Backs Team&#x27;s Strength as Key to Silverware Ambitions
  2690.                                    </a>
  2691.                                </h3>
  2692.                                <div class="blog-meta-v4">
  2693.                                    
  2694.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Veronica Morris"  class="blog-author-img-v4">
  2695.                                    
  2696.                                    <span>By <strong>Veronica Morris</strong></span>
  2697.                                    <span>•</span>
  2698.                                    <span>18 May 2026</span>
  2699.                                </div>
  2700.                                
  2701.                                <p class="blog-excerpt-v4">
  2702.                                    
  2703.                                </p>
  2704.                                
  2705.                                <div class="blog-actions-v4">
  2706.                                    
  2707.                                    <a href="/david-raya-backs-teams-strength-as-key-to-silverware-ambitions/" class="blog-read-more-v4 bg-primary-gradient">
  2708.                                        <i class="ti-arrow-right"></i>
  2709.                                    </a>
  2710.                                </div>
  2711.                            </div>
  2712.                        </article>
  2713.                    </div>
  2714.                    
  2715.                    <div class="col-lg-6 col-md-6">
  2716.                        <article class="blog-card-v4 scroll-trigger">
  2717.                            <div class="blog-image-container-v4">
  2718.                                <div class="blog-image-v4">
  2719.                                    
  2720.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2721.                                    
  2722.                                </div>
  2723.                                
  2724.                                <span class="blog-category-v4 bg-primary-gradient">
  2725.                                    News
  2726.                                </span>
  2727.                            </div>
  2728.                            
  2729.                            <div class="blog-content-v4">
  2730.                                <h3 class="blog-title-v4">
  2731.                                    <a href="/will-the-new-zealand-rugby-team-regain-their-spark-during-the-fall-tour/" class="top-color">
  2732.                                    Will the New Zealand rugby team regain their spark during the fall tour?
  2733.                                    </a>
  2734.                                </h3>
  2735.                                <div class="blog-meta-v4">
  2736.                                    
  2737.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Veronica Morris"  class="blog-author-img-v4">
  2738.                                    
  2739.                                    <span>By <strong>Veronica Morris</strong></span>
  2740.                                    <span>•</span>
  2741.                                    <span>18 May 2026</span>
  2742.                                </div>
  2743.                                
  2744.                                <p class="blog-excerpt-v4">
  2745.                                    
  2746.                                </p>
  2747.                                
  2748.                                <div class="blog-actions-v4">
  2749.                                    
  2750.                                    <a href="/will-the-new-zealand-rugby-team-regain-their-spark-during-the-fall-tour/" class="blog-read-more-v4 bg-primary-gradient">
  2751.                                        <i class="ti-arrow-right"></i>
  2752.                                    </a>
  2753.                                </div>
  2754.                            </div>
  2755.                        </article>
  2756.                    </div>
  2757.                    
  2758.                    <div class="col-lg-6 col-md-6">
  2759.                        <article class="blog-card-v4 scroll-trigger">
  2760.                            <div class="blog-image-container-v4">
  2761.                                <div class="blog-image-v4">
  2762.                                    
  2763.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2764.                                    
  2765.                                </div>
  2766.                                
  2767.                                <span class="blog-category-v4 bg-primary-gradient">
  2768.                                    News
  2769.                                </span>
  2770.                            </div>
  2771.                            
  2772.                            <div class="blog-content-v4">
  2773.                                <h3 class="blog-title-v4">
  2774.                                    <a href="/his-dominant-presence-in-athletics-achieved-new-heights-in-2025-2026-threatens-to-take-it-further/" class="top-color">
  2775.                                    His Dominant Presence in Athletics Achieved New Heights in 2025. 2026 Threatens to Take It Further.
  2776.                                    </a>
  2777.                                </h3>
  2778.                                <div class="blog-meta-v4">
  2779.                                    
  2780.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Veronica Morris"  class="blog-author-img-v4">
  2781.                                    
  2782.                                    <span>By <strong>Veronica Morris</strong></span>
  2783.                                    <span>•</span>
  2784.                                    <span>18 May 2026</span>
  2785.                                </div>
  2786.                                
  2787.                                <p class="blog-excerpt-v4">
  2788.                                    
  2789.                                </p>
  2790.                                
  2791.                                <div class="blog-actions-v4">
  2792.                                    
  2793.                                    <a href="/his-dominant-presence-in-athletics-achieved-new-heights-in-2025-2026-threatens-to-take-it-further/" class="blog-read-more-v4 bg-primary-gradient">
  2794.                                        <i class="ti-arrow-right"></i>
  2795.                                    </a>
  2796.                                </div>
  2797.                            </div>
  2798.                        </article>
  2799.                    </div>
  2800.                    
  2801.                    <div class="col-lg-6 col-md-6">
  2802.                        <article class="blog-card-v4 scroll-trigger">
  2803.                            <div class="blog-image-container-v4">
  2804.                                <div class="blog-image-v4">
  2805.                                    
  2806.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2807.                                    
  2808.                                </div>
  2809.                                
  2810.                                <span class="blog-category-v4 bg-primary-gradient">
  2811.                                    News
  2812.                                </span>
  2813.                            </div>
  2814.                            
  2815.                            <div class="blog-content-v4">
  2816.                                <h3 class="blog-title-v4">
  2817.                                    <a href="/we-got-let-go-and-were-embracing-it-this-is-how-to-secure-a-new-job-that-fits-your-needs/" class="top-color">
  2818.                                    We Got Let Go, and We&#x27;re Embracing It – This Is How to Secure a New Job That Fits Your Needs
  2819.                                    </a>
  2820.                                </h3>
  2821.                                <div class="blog-meta-v4">
  2822.                                    
  2823.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Veronica Morris"  class="blog-author-img-v4">
  2824.                                    
  2825.                                    <span>By <strong>Veronica Morris</strong></span>
  2826.                                    <span>•</span>
  2827.                                    <span>18 May 2026</span>
  2828.                                </div>
  2829.                                
  2830.                                <p class="blog-excerpt-v4">
  2831.                                    
  2832.                                </p>
  2833.                                
  2834.                                <div class="blog-actions-v4">
  2835.                                    
  2836.                                    <a href="/we-got-let-go-and-were-embracing-it-this-is-how-to-secure-a-new-job-that-fits-your-needs/" class="blog-read-more-v4 bg-primary-gradient">
  2837.                                        <i class="ti-arrow-right"></i>
  2838.                                    </a>
  2839.                                </div>
  2840.                            </div>
  2841.                        </article>
  2842.                    </div>
  2843.                    
  2844.                    <div class="col-lg-6 col-md-6">
  2845.                        <article class="blog-card-v4 scroll-trigger">
  2846.                            <div class="blog-image-container-v4">
  2847.                                <div class="blog-image-v4">
  2848.                                    
  2849.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2850.                                    
  2851.                                </div>
  2852.                                
  2853.                                <span class="blog-category-v4 bg-primary-gradient">
  2854.                                    News
  2855.                                </span>
  2856.                            </div>
  2857.                            
  2858.                            <div class="blog-content-v4">
  2859.                                <h3 class="blog-title-v4">
  2860.                                    <a href="/exercise-as-you-are-working-10-strength-building-desk-exercises-you-can-do-in-normal-clothes/" class="top-color">
  2861.                                    Exercise as you are working? 10 strength-building desk exercises you can do in normal clothes
  2862.                                    </a>
  2863.                                </h3>
  2864.                                <div class="blog-meta-v4">
  2865.                                    
  2866.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Veronica Morris"  class="blog-author-img-v4">
  2867.                                    
  2868.                                    <span>By <strong>Veronica Morris</strong></span>
  2869.                                    <span>•</span>
  2870.                                    <span>17 May 2026</span>
  2871.                                </div>
  2872.                                
  2873.                                <p class="blog-excerpt-v4">
  2874.                                    
  2875.                                </p>
  2876.                                
  2877.                                <div class="blog-actions-v4">
  2878.                                    
  2879.                                    <a href="/exercise-as-you-are-working-10-strength-building-desk-exercises-you-can-do-in-normal-clothes/" class="blog-read-more-v4 bg-primary-gradient">
  2880.                                        <i class="ti-arrow-right"></i>
  2881.                                    </a>
  2882.                                </div>
  2883.                            </div>
  2884.                        </article>
  2885.                    </div>
  2886.                    
  2887.                    <div class="col-lg-6 col-md-6">
  2888.                        <article class="blog-card-v4 scroll-trigger">
  2889.                            <div class="blog-image-container-v4">
  2890.                                <div class="blog-image-v4">
  2891.                                    
  2892.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2893.                                    
  2894.                                </div>
  2895.                                
  2896.                                <span class="blog-category-v4 bg-primary-gradient">
  2897.                                    News
  2898.                                </span>
  2899.                            </div>
  2900.                            
  2901.                            <div class="blog-content-v4">
  2902.                                <h3 class="blog-title-v4">
  2903.                                    <a href="/anno-117s-pax-romanas-top-secret-turns-out-to-be-a-stunning-first-person-mode/" class="top-color">
  2904.                                    Anno 117&#x27;s Pax Romana&#x27;s Top Secret Turns Out to Be a Stunning First-Person Mode.
  2905.                                    </a>
  2906.                                </h3>
  2907.                                <div class="blog-meta-v4">
  2908.                                    
  2909.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Veronica Morris"  class="blog-author-img-v4">
  2910.                                    
  2911.                                    <span>By <strong>Veronica Morris</strong></span>
  2912.                                    <span>•</span>
  2913.                                    <span>17 May 2026</span>
  2914.                                </div>
  2915.                                
  2916.                                <p class="blog-excerpt-v4">
  2917.                                    
  2918.                                </p>
  2919.                                
  2920.                                <div class="blog-actions-v4">
  2921.                                    
  2922.                                    <a href="/anno-117s-pax-romanas-top-secret-turns-out-to-be-a-stunning-first-person-mode/" class="blog-read-more-v4 bg-primary-gradient">
  2923.                                        <i class="ti-arrow-right"></i>
  2924.                                    </a>
  2925.                                </div>
  2926.                            </div>
  2927.                        </article>
  2928.                    </div>
  2929.                    
  2930.                    <div class="col-lg-6 col-md-6">
  2931.                        <article class="blog-card-v4 scroll-trigger">
  2932.                            <div class="blog-image-container-v4">
  2933.                                <div class="blog-image-v4">
  2934.                                    
  2935.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2936.                                    
  2937.                                </div>
  2938.                                
  2939.                                <span class="blog-category-v4 bg-primary-gradient">
  2940.                                    Others
  2941.                                </span>
  2942.                            </div>
  2943.                            
  2944.                            <div class="blog-content-v4">
  2945.                                <h3 class="blog-title-v4">
  2946.                                    <a href="/demystifying-the-reality-behind-online-slot-game-strategies/" class="top-color">
  2947.                                    Demystifying the Reality Behind Online Slot Game Strategies
  2948.                                    </a>
  2949.                                </h3>
  2950.                                <div class="blog-meta-v4">
  2951.                                    
  2952.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Veronica Morris"  class="blog-author-img-v4">
  2953.                                    
  2954.                                    <span>By <strong>Veronica Morris</strong></span>
  2955.                                    <span>•</span>
  2956.                                    <span>17 May 2026</span>
  2957.                                </div>
  2958.                                
  2959.                                <p class="blog-excerpt-v4">
  2960.                                    
  2961.                                </p>
  2962.                                
  2963.                                <div class="blog-actions-v4">
  2964.                                    
  2965.                                    <a href="/demystifying-the-reality-behind-online-slot-game-strategies/" class="blog-read-more-v4 bg-primary-gradient">
  2966.                                        <i class="ti-arrow-right"></i>
  2967.                                    </a>
  2968.                                </div>
  2969.                            </div>
  2970.                        </article>
  2971.                    </div>
  2972.                    
  2973.                    <div class="col-lg-6 col-md-6">
  2974.                        <article class="blog-card-v4 scroll-trigger">
  2975.                            <div class="blog-image-container-v4">
  2976.                                <div class="blog-image-v4">
  2977.                                    
  2978.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2979.                                    
  2980.                                </div>
  2981.                                
  2982.                                <span class="blog-category-v4 bg-primary-gradient">
  2983.                                    Others
  2984.                                </span>
  2985.                            </div>
  2986.                            
  2987.                            <div class="blog-content-v4">
  2988.                                <h3 class="blog-title-v4">
  2989.                                    <a href="/the-ultimate-guide-of-selecting-the-best-casino-slot-games-03f3/" class="top-color">
  2990.                                    The Ultimate Guide of Selecting the Best Casino Slot Games
  2991.                                    </a>
  2992.                                </h3>
  2993.                                <div class="blog-meta-v4">
  2994.                                    
  2995.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Veronica Morris"  class="blog-author-img-v4">
  2996.                                    
  2997.                                    <span>By <strong>Veronica Morris</strong></span>
  2998.                                    <span>•</span>
  2999.                                    <span>17 May 2026</span>
  3000.                                </div>
  3001.                                
  3002.                                <p class="blog-excerpt-v4">
  3003.                                    
  3004.                                </p>
  3005.                                
  3006.                                <div class="blog-actions-v4">
  3007.                                    
  3008.                                    <a href="/the-ultimate-guide-of-selecting-the-best-casino-slot-games-03f3/" class="blog-read-more-v4 bg-primary-gradient">
  3009.                                        <i class="ti-arrow-right"></i>
  3010.                                    </a>
  3011.                                </div>
  3012.                            </div>
  3013.                        </article>
  3014.                    </div>
  3015.                    
  3016.                    <div class="col-lg-6 col-md-6">
  3017.                        <article class="blog-card-v4 scroll-trigger">
  3018.                            <div class="blog-image-container-v4">
  3019.                                <div class="blog-image-v4">
  3020.                                    
  3021.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3022.                                    
  3023.                                </div>
  3024.                                
  3025.                                <span class="blog-category-v4 bg-primary-gradient">
  3026.                                    Others
  3027.                                </span>
  3028.                            </div>
  3029.                            
  3030.                            <div class="blog-content-v4">
  3031.                                <h3 class="blog-title-v4">
  3032.                                    <a href="/the-ultimate-guide-of-selecting-the-best-casino-slot-games/" class="top-color">
  3033.                                    The Ultimate Guide of Selecting the Best Casino Slot Games
  3034.                                    </a>
  3035.                                </h3>
  3036.                                <div class="blog-meta-v4">
  3037.                                    
  3038.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Veronica Morris"  class="blog-author-img-v4">
  3039.                                    
  3040.                                    <span>By <strong>Veronica Morris</strong></span>
  3041.                                    <span>•</span>
  3042.                                    <span>17 May 2026</span>
  3043.                                </div>
  3044.                                
  3045.                                <p class="blog-excerpt-v4">
  3046.                                    
  3047.                                </p>
  3048.                                
  3049.                                <div class="blog-actions-v4">
  3050.                                    
  3051.                                    <a href="/the-ultimate-guide-of-selecting-the-best-casino-slot-games/" class="blog-read-more-v4 bg-primary-gradient">
  3052.                                        <i class="ti-arrow-right"></i>
  3053.                                    </a>
  3054.                                </div>
  3055.                            </div>
  3056.                        </article>
  3057.                    </div>
  3058.                    
  3059.                    
  3060.  
  3061.                </div>
  3062.            </div>
  3063.            
  3064.             <div class="col col-lg-4 col-12">
  3065.                
  3066.  
  3067.  
  3068.  
  3069.    
  3070.  
  3071. <!-- Curved Heading Sidebar -->
  3072.    <div class="sidebar mb-3">
  3073.        
  3074.       <div class="sidebar-widget mb-4">
  3075.            <div class="widget-title-wrapper mb-3">
  3076.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3077.                    <div class="title-border"></div>
  3078.                    <i class="ti-folder me-2"></i>May 2026 Blog Roll
  3079.                </h4>
  3080.            </div>
  3081.            <div class="widget-content shadow-sm rounded-3 p-4">
  3082.                <div class="archives-list scrollable-sidebar">
  3083.                    
  3084.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3085.                        <a href="https://esports-news.co.uk/gambling-sites/dudespin-review/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3086.                            <i class="ti-angle-right me-2 text-primary"></i>
  3087.                            <span class="archive-link top-color fw-semibold"> dudespin review</span>
  3088.                        </a>
  3089.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3090.                    </div>
  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://esports-news.co.uk/gambling-sites/realz-review/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3094.                            <i class="ti-angle-right me-2 text-primary"></i>
  3095.                            <span class="archive-link top-color fw-semibold"> realz casino</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://idolmag.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3102.                            <i class="ti-angle-right me-2 text-primary"></i>
  3103.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</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://heyimhome.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3110.                            <i class="ti-angle-right me-2 text-primary"></i>
  3111.                            <span class="archive-link top-color fw-semibold"> best non Gamstop casinos</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://bottlebling.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3118.                            <i class="ti-angle-right me-2 text-primary"></i>
  3119.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</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://www.thehaven.org.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3126.                            <i class="ti-angle-right me-2 text-primary"></i>
  3127.                            <span class="archive-link top-color fw-semibold"> 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://heyimhome.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3134.                            <i class="ti-angle-right me-2 text-primary"></i>
  3135.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</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://www.kibera.org.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3142.                            <i class="ti-angle-right me-2 text-primary"></i>
  3143.                            <span class="archive-link top-color fw-semibold"> online casinos 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://bottlebling.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3150.                            <i class="ti-angle-right me-2 text-primary"></i>
  3151.                            <span class="archive-link top-color fw-semibold"> top 50 online casinos uk</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://www.elthampalace.org.uk" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3158.                            <i class="ti-angle-right me-2 text-primary"></i>
  3159.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</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 class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3165.                        <a href="https://nursingnotes.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3166.                            <i class="ti-angle-right me-2 text-primary"></i>
  3167.                            <span class="archive-link top-color fw-semibold"> casino site</span>
  3168.                        </a>
  3169.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3170.                    </div>
  3171.                    
  3172.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3173.                        <a href="https://idolmag.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3174.                            <i class="ti-angle-right me-2 text-primary"></i>
  3175.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  3176.                        </a>
  3177.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3178.                    </div>
  3179.                    
  3180.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3181.                        <a href="https://www.cca-glasgow.com/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3182.                            <i class="ti-angle-right me-2 text-primary"></i>
  3183.                            <span class="archive-link top-color fw-semibold"> casino sites not on gamstop</span>
  3184.                        </a>
  3185.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3186.                    </div>
  3187.                    
  3188.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3189.                        <a href="https://www.clintoncards.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3190.                            <i class="ti-angle-right me-2 text-primary"></i>
  3191.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  3192.                        </a>
  3193.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3194.                    </div>
  3195.                    
  3196.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3197.                        <a href="https://www.charlesjencks.com/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3198.                            <i class="ti-angle-right me-2 text-primary"></i>
  3199.                            <span class="archive-link top-color fw-semibold"> best uk non gamstop casinos</span>
  3200.                        </a>
  3201.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3202.                    </div>
  3203.                    
  3204.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3205.                        <a href="https://www.focus12.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3206.                            <i class="ti-angle-right me-2 text-primary"></i>
  3207.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  3208.                        </a>
  3209.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3210.                    </div>
  3211.                    
  3212.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3213.                        <a href="https://britishicehockey.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3214.                            <i class="ti-angle-right me-2 text-primary"></i>
  3215.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  3216.                        </a>
  3217.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3218.                    </div>
  3219.                    
  3220.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3221.                        <a href="https://adventuregamers.com/online-casinos/non-gamstop" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3222.                            <i class="ti-angle-right me-2 text-primary"></i>
  3223.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  3224.                        </a>
  3225.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3226.                    </div>
  3227.                    
  3228.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3229.                        <a href="https://gamingamerica.com/non-gamstop-casinos" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3230.                            <i class="ti-angle-right me-2 text-primary"></i>
  3231.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  3232.                        </a>
  3233.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3234.                    </div>
  3235.                    
  3236.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3237.                        <a href="https://www.outset.org/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3238.                            <i class="ti-angle-right me-2 text-primary"></i>
  3239.                            <span class="archive-link top-color fw-semibold"> best betting sites</span>
  3240.                        </a>
  3241.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3242.                    </div>
  3243.                    
  3244.                </div>
  3245. <!--                
  3246.                <div class="text-center mt-4 pt-3 border-top border-color">
  3247.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3248.                        <i class="ti-archive me-1"></i>View All Archives
  3249.                    </a>
  3250.                </div> -->
  3251.            </div>
  3252.        </div>
  3253.        
  3254.       <div class="sidebar-widget mb-4">
  3255.            <div class="widget-title-wrapper mb-3">
  3256.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3257.                    <div class="title-border"></div>
  3258.                    <i class="ti-folder me-2"></i>April 2026 Blog Roll
  3259.                </h4>
  3260.            </div>
  3261.            <div class="widget-content shadow-sm rounded-3 p-4">
  3262.                <div class="archives-list scrollable-sidebar">
  3263.                    
  3264.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3265.                        <a href="https://tdlwebsolutions.com/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3266.                            <i class="ti-angle-right me-2 text-primary"></i>
  3267.                            <span class="archive-link top-color fw-semibold"> lolajack casino</span>
  3268.                        </a>
  3269.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3270.                    </div>
  3271.                    
  3272.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3273.                        <a href="https://www.explorebedford.co.uk" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3274.                            <i class="ti-angle-right me-2 text-primary"></i>
  3275.                            <span class="archive-link top-color fw-semibold"> instant withdrawal casino no verification</span>
  3276.                        </a>
  3277.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3278.                    </div>
  3279.                    
  3280.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3281.                        <a href="https://www.escapistmagazine.com/uk/non-gamstop-casinos/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3282.                            <i class="ti-angle-right me-2 text-primary"></i>
  3283.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  3284.                        </a>
  3285.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3286.                    </div>
  3287.                    
  3288.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3289.                        <a href="https://www.foodsofengland.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3290.                            <i class="ti-angle-right me-2 text-primary"></i>
  3291.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  3292.                        </a>
  3293.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3294.                    </div>
  3295.                    
  3296.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3297.                        <a href="https://www.citytosea.org.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3298.                            <i class="ti-angle-right me-2 text-primary"></i>
  3299.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  3300.                        </a>
  3301.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3302.                    </div>
  3303.                    
  3304.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3305.                        <a href="https://www.mesaonline.org/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3306.                            <i class="ti-angle-right me-2 text-primary"></i>
  3307.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  3308.                        </a>
  3309.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3310.                    </div>
  3311.                    
  3312.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3313.                        <a href="https://www.cca-glasgow.com/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3314.                            <i class="ti-angle-right me-2 text-primary"></i>
  3315.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  3316.                        </a>
  3317.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3318.                    </div>
  3319.                    
  3320.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3321.                        <a href="https://allcatsrgrey.org.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3322.                            <i class="ti-angle-right me-2 text-primary"></i>
  3323.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  3324.                        </a>
  3325.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3326.                    </div>
  3327.                    
  3328.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3329.                        <a href="https://www.surfaceview.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3330.                            <i class="ti-angle-right me-2 text-primary"></i>
  3331.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  3332.                        </a>
  3333.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3334.                    </div>
  3335.                    
  3336.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3337.                        <a href="https://straightfromyard.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3338.                            <i class="ti-angle-right me-2 text-primary"></i>
  3339.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  3340.                        </a>
  3341.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3342.                    </div>
  3343.                    
  3344.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3345.                        <a href="https://www.london-irish.com/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3346.                            <i class="ti-angle-right me-2 text-primary"></i>
  3347.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  3348.                        </a>
  3349.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3350.                    </div>
  3351.                    
  3352.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3353.                        <a href="https://internationalschoolmealsday.com/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3354.                            <i class="ti-angle-right me-2 text-primary"></i>
  3355.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  3356.                        </a>
  3357.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3358.                    </div>
  3359.                    
  3360.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3361.                        <a href="https://www.citytosea.org.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3362.                            <i class="ti-angle-right me-2 text-primary"></i>
  3363.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  3364.                        </a>
  3365.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3366.                    </div>
  3367.                    
  3368.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3369.                        <a href="https://bereavementcommission.org.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3370.                            <i class="ti-angle-right me-2 text-primary"></i>
  3371.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  3372.                        </a>
  3373.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3374.                    </div>
  3375.                    
  3376.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3377.                        <a href="https://unbound.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3378.                            <i class="ti-angle-right me-2 text-primary"></i>
  3379.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  3380.                        </a>
  3381.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3382.                    </div>
  3383.                    
  3384.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3385.                        <a href="https://www.summerhall.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3386.                            <i class="ti-angle-right me-2 text-primary"></i>
  3387.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  3388.                        </a>
  3389.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3390.                    </div>
  3391.                    
  3392.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3393.                        <a href="https://knightsof.media/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3394.                            <i class="ti-angle-right me-2 text-primary"></i>
  3395.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  3396.                        </a>
  3397.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3398.                    </div>
  3399.                    
  3400.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3401.                        <a href="https://www.elthampalace.org.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3402.                            <i class="ti-angle-right me-2 text-primary"></i>
  3403.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  3404.                        </a>
  3405.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3406.                    </div>
  3407.                    
  3408.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3409.                        <a href="https://www.nhsborders.org.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3410.                            <i class="ti-angle-right me-2 text-primary"></i>
  3411.                            <span class="archive-link top-color fw-semibold"> bitcoin casino</span>
  3412.                        </a>
  3413.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3414.                    </div>
  3415.                    
  3416.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3417.                        <a href="https://swtrains.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3418.                            <i class="ti-angle-right me-2 text-primary"></i>
  3419.                            <span class="archive-link top-color fw-semibold"> spinshark</span>
  3420.                        </a>
  3421.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3422.                    </div>
  3423.                    
  3424.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3425.                        <a href="https://bvdfree.org.uk" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3426.                            <i class="ti-angle-right me-2 text-primary"></i>
  3427.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  3428.                        </a>
  3429.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3430.                    </div>
  3431.                    
  3432.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3433.                        <a href="https://longviewuk.com" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3434.                            <i class="ti-angle-right me-2 text-primary"></i>
  3435.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  3436.                        </a>
  3437.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3438.                    </div>
  3439.                    
  3440.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3441.                        <a href="https://www.peelengineering.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3442.                            <i class="ti-angle-right me-2 text-primary"></i>
  3443.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  3444.                        </a>
  3445.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3446.                    </div>
  3447.                    
  3448.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3449.                        <a href="https://www.ukessaywriters.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3450.                            <i class="ti-angle-right me-2 text-primary"></i>
  3451.                            <span class="archive-link top-color fw-semibold"> best uk online casinos</span>
  3452.                        </a>
  3453.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3454.                    </div>
  3455.                    
  3456.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3457.                        <a href="https://allcatsrgrey.org.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3458.                            <i class="ti-angle-right me-2 text-primary"></i>
  3459.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  3460.                        </a>
  3461.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3462.                    </div>
  3463.                    
  3464.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3465.                        <a href="https://www.london-irish.com/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3466.                            <i class="ti-angle-right me-2 text-primary"></i>
  3467.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  3468.                        </a>
  3469.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3470.                    </div>
  3471.                    
  3472.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3473.                        <a href="https://knightsof.media/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3474.                            <i class="ti-angle-right me-2 text-primary"></i>
  3475.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  3476.                        </a>
  3477.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3478.                    </div>
  3479.                    
  3480.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3481.                        <a href="https://www.patients4nhs.org.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3482.                            <i class="ti-angle-right me-2 text-primary"></i>
  3483.                            <span class="archive-link top-color fw-semibold"> best online casinos</span>
  3484.                        </a>
  3485.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3486.                    </div>
  3487.                    
  3488.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3489.                        <a href="https://www.fourpure.com/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3490.                            <i class="ti-angle-right me-2 text-primary"></i>
  3491.                            <span class="archive-link top-color fw-semibold"> casinos not on GamStop</span>
  3492.                        </a>
  3493.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3494.                    </div>
  3495.                    
  3496.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3497.                        <a href="https://www.durhamminers.org/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3498.                            <i class="ti-angle-right me-2 text-primary"></i>
  3499.                            <span class="archive-link top-color fw-semibold"> online casinos UK</span>
  3500.                        </a>
  3501.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3502.                    </div>
  3503.                    
  3504.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3505.                        <a href="https://israelpremiertech.com" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3506.                            <i class="ti-angle-right me-2 text-primary"></i>
  3507.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  3508.                        </a>
  3509.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3510.                    </div>
  3511.                    
  3512.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3513.                        <a href="https://www.cultinformation.org.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3514.                            <i class="ti-angle-right me-2 text-primary"></i>
  3515.                            <span class="archive-link top-color fw-semibold"> no gamstop casino</span>
  3516.                        </a>
  3517.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3518.                    </div>
  3519.                    
  3520.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3521.                        <a href="https://www.gamblinginsider.com/uk/online-casinos" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3522.                            <i class="ti-angle-right me-2 text-primary"></i>
  3523.                            <span class="archive-link top-color fw-semibold"> top 20 online casinos uk</span>
  3524.                        </a>
  3525.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3526.                    </div>
  3527.                    
  3528.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3529.                        <a href="https://northlandscreative.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3530.                            <i class="ti-angle-right me-2 text-primary"></i>
  3531.                            <span class="archive-link top-color fw-semibold"> best betting sites</span>
  3532.                        </a>
  3533.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3534.                    </div>
  3535.                    
  3536.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3537.                        <a href="https://www.charlesjencks.com/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3538.                            <i class="ti-angle-right me-2 text-primary"></i>
  3539.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  3540.                        </a>
  3541.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3542.                    </div>
  3543.                    
  3544.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3545.                        <a href="https://www.roadpeace.org/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3546.                            <i class="ti-angle-right me-2 text-primary"></i>
  3547.                            <span class="archive-link top-color fw-semibold"> best uk non GamStop casinos</span>
  3548.                        </a>
  3549.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3550.                    </div>
  3551.                    
  3552.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3553.                        <a href="https://www.surfaceview.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3554.                            <i class="ti-angle-right me-2 text-primary"></i>
  3555.                            <span class="archive-link top-color fw-semibold"> non gamstop casino uk</span>
  3556.                        </a>
  3557.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3558.                    </div>
  3559.                    
  3560.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3561.                        <a href="https://www.thekarczma.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3562.                            <i class="ti-angle-right me-2 text-primary"></i>
  3563.                            <span class="archive-link top-color fw-semibold"> non UK bingo sites</span>
  3564.                        </a>
  3565.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3566.                    </div>
  3567.                    
  3568.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3569.                        <a href="https://bereavementcommission.org.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3570.                            <i class="ti-angle-right me-2 text-primary"></i>
  3571.                            <span class="archive-link top-color fw-semibold"> casino zonder cruks</span>
  3572.                        </a>
  3573.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3574.                    </div>
  3575.                    
  3576.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3577.                        <a href="https://fdncoffee.com" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3578.                            <i class="ti-angle-right me-2 text-primary"></i>
  3579.                            <span class="archive-link top-color fw-semibold"> casino not on GamStop</span>
  3580.                        </a>
  3581.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3582.                    </div>
  3583.                    
  3584.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3585.                        <a href="https://www.edinburghfoody.com" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3586.                            <i class="ti-angle-right me-2 text-primary"></i>
  3587.                            <span class="archive-link top-color fw-semibold"> non GamStop sites</span>
  3588.                        </a>
  3589.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3590.                    </div>
  3591.                    
  3592.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3593.                        <a href="https://www.glasshouserestaurant.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3594.                            <i class="ti-angle-right me-2 text-primary"></i>
  3595.                            <span class="archive-link top-color fw-semibold"> best bitcoin gambling sites</span>
  3596.                        </a>
  3597.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3598.                    </div>
  3599.                    
  3600.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3601.                        <a href="https://www.costaricanembassy.co.uk" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3602.                            <i class="ti-angle-right me-2 text-primary"></i>
  3603.                            <span class="archive-link top-color fw-semibold"> casinos not on GamStop</span>
  3604.                        </a>
  3605.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3606.                    </div>
  3607.                    
  3608.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3609.                        <a href="https://www.no-deportations.org.uk" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3610.                            <i class="ti-angle-right me-2 text-primary"></i>
  3611.                            <span class="archive-link top-color fw-semibold"> slots not on GamStop</span>
  3612.                        </a>
  3613.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3614.                    </div>
  3615.                    
  3616.                </div>
  3617. <!--                
  3618.                <div class="text-center mt-4 pt-3 border-top border-color">
  3619.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3620.                        <i class="ti-archive me-1"></i>View All Archives
  3621.                    </a>
  3622.                </div> -->
  3623.            </div>
  3624.        </div>
  3625.        
  3626.       <div class="sidebar-widget mb-4">
  3627.            <div class="widget-title-wrapper mb-3">
  3628.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3629.                    <div class="title-border"></div>
  3630.                    <i class="ti-folder me-2"></i>March 2026 Blog Roll
  3631.                </h4>
  3632.            </div>
  3633.            <div class="widget-content shadow-sm rounded-3 p-4">
  3634.                <div class="archives-list scrollable-sidebar">
  3635.                    
  3636.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3637.                        <a href="https://www.gullwingbridge.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3638.                            <i class="ti-angle-right me-2 text-primary"></i>
  3639.                            <span class="archive-link top-color fw-semibold"> best casino not on GamStop</span>
  3640.                        </a>
  3641.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3642.                    </div>
  3643.                    
  3644.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3645.                        <a href="https://www.surfaceview.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3646.                            <i class="ti-angle-right me-2 text-primary"></i>
  3647.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  3648.                        </a>
  3649.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3650.                    </div>
  3651.                    
  3652.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3653.                        <a href="https://www.bmag.org.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3654.                            <i class="ti-angle-right me-2 text-primary"></i>
  3655.                            <span class="archive-link top-color fw-semibold"> casino sites</span>
  3656.                        </a>
  3657.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3658.                    </div>
  3659.                    
  3660.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3661.                        <a href="https://www.ginspa.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3662.                            <i class="ti-angle-right me-2 text-primary"></i>
  3663.                            <span class="archive-link top-color fw-semibold"> non GamStop casinos</span>
  3664.                        </a>
  3665.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3666.                    </div>
  3667.                    
  3668.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3669.                        <a href="https://pirateparty.org.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3670.                            <i class="ti-angle-right me-2 text-primary"></i>
  3671.                            <span class="archive-link top-color fw-semibold"> non GamStop casinos UK</span>
  3672.                        </a>
  3673.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3674.                    </div>
  3675.                    
  3676.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3677.                        <a href="https://www.covent-garden.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3678.                            <i class="ti-angle-right me-2 text-primary"></i>
  3679.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  3680.                        </a>
  3681.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3682.                    </div>
  3683.                    
  3684.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3685.                        <a href="https://www.nordicresearchnetwork.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3686.                            <i class="ti-angle-right me-2 text-primary"></i>
  3687.                            <span class="archive-link top-color fw-semibold"> casinos not in the UK</span>
  3688.                        </a>
  3689.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3690.                    </div>
  3691.                    
  3692.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3693.                        <a href="https://www.sepho.org.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3694.                            <i class="ti-angle-right me-2 text-primary"></i>
  3695.                            <span class="archive-link top-color fw-semibold"> non uk licensed casinos</span>
  3696.                        </a>
  3697.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3698.                    </div>
  3699.                    
  3700.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3701.                        <a href="https://socialeatinghouse.com/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3702.                            <i class="ti-angle-right me-2 text-primary"></i>
  3703.                            <span class="archive-link top-color fw-semibold"> online casinos not on GamStop</span>
  3704.                        </a>
  3705.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3706.                    </div>
  3707.                    
  3708.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3709.                        <a href="https://www.ginspa.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3710.                            <i class="ti-angle-right me-2 text-primary"></i>
  3711.                            <span class="archive-link top-color fw-semibold"> casinos not on GamStop</span>
  3712.                        </a>
  3713.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3714.                    </div>
  3715.                    
  3716.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3717.                        <a href="https://www.durhamminers.org/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3718.                            <i class="ti-angle-right me-2 text-primary"></i>
  3719.                            <span class="archive-link top-color fw-semibold"> best non GamStop casinos</span>
  3720.                        </a>
  3721.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3722.                    </div>
  3723.                    
  3724.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3725.                        <a href="https://www.regionalnetworks.org.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3726.                            <i class="ti-angle-right me-2 text-primary"></i>
  3727.                            <span class="archive-link top-color fw-semibold"> new casino not on Gamstop</span>
  3728.                        </a>
  3729.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3730.                    </div>
  3731.                    
  3732.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3733.                        <a href="https://www.kysty.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3734.                            <i class="ti-angle-right me-2 text-primary"></i>
  3735.                            <span class="archive-link top-color fw-semibold"> Non Gamstop Casinos</span>
  3736.                        </a>
  3737.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3738.                    </div>
  3739.                    
  3740.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3741.                        <a href="https://www.falconryforum.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3742.                            <i class="ti-angle-right me-2 text-primary"></i>
  3743.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  3744.                        </a>
  3745.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3746.                    </div>
  3747.                    
  3748.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3749.                        <a href="https://citytosea.org.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3750.                            <i class="ti-angle-right me-2 text-primary"></i>
  3751.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  3752.                        </a>
  3753.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3754.                    </div>
  3755.                    
  3756.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3757.                        <a href="https://www.dumpaday.com/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3758.                            <i class="ti-angle-right me-2 text-primary"></i>
  3759.                            <span class="archive-link top-color fw-semibold"> non gamstop casino uk</span>
  3760.                        </a>
  3761.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3762.                    </div>
  3763.                    
  3764.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3765.                        <a href="https://oncallfire.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3766.                            <i class="ti-angle-right me-2 text-primary"></i>
  3767.                            <span class="archive-link top-color fw-semibold"> non GamStop casinos</span>
  3768.                        </a>
  3769.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3770.                    </div>
  3771.                    
  3772.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3773.                        <a href="https://thelincolnite.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3774.                            <i class="ti-angle-right me-2 text-primary"></i>
  3775.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos uk</span>
  3776.                        </a>
  3777.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3778.                    </div>
  3779.                    
  3780.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3781.                        <a href="https://www.outset.org/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3782.                            <i class="ti-angle-right me-2 text-primary"></i>
  3783.                            <span class="archive-link top-color fw-semibold"> non uk betting sites</span>
  3784.                        </a>
  3785.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3786.                    </div>
  3787.                    
  3788.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3789.                        <a href="https://kam-media.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3790.                            <i class="ti-angle-right me-2 text-primary"></i>
  3791.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  3792.                        </a>
  3793.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3794.                    </div>
  3795.                    
  3796.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3797.                        <a href="https://www.ncpqsw.com/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3798.                            <i class="ti-angle-right me-2 text-primary"></i>
  3799.                            <span class="archive-link top-color fw-semibold"> best casino not on gamstop</span>
  3800.                        </a>
  3801.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3802.                    </div>
  3803.                    
  3804.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3805.                        <a href="https://www.toop.eu" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3806.                            <i class="ti-angle-right me-2 text-primary"></i>
  3807.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  3808.                        </a>
  3809.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3810.                    </div>
  3811.                    
  3812.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3813.                        <a href="https://unbound.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3814.                            <i class="ti-angle-right me-2 text-primary"></i>
  3815.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  3816.                        </a>
  3817.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3818.                    </div>
  3819.                    
  3820.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3821.                        <a href="https://savethedatemagazine.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3822.                            <i class="ti-angle-right me-2 text-primary"></i>
  3823.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  3824.                        </a>
  3825.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3826.                    </div>
  3827.                    
  3828.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3829.                        <a href="https://insidebitcoins.com/crypto-casinos/best-crypto-casinos-uk" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3830.                            <i class="ti-angle-right me-2 text-primary"></i>
  3831.                            <span class="archive-link top-color fw-semibold"> bitcoin casino</span>
  3832.                        </a>
  3833.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3834.                    </div>
  3835.                    
  3836.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3837.                        <a href="https://roadpeace.org/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3838.                            <i class="ti-angle-right me-2 text-primary"></i>
  3839.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  3840.                        </a>
  3841.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3842.                    </div>
  3843.                    
  3844.                </div>
  3845. <!--                
  3846.                <div class="text-center mt-4 pt-3 border-top border-color">
  3847.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3848.                        <i class="ti-archive me-1"></i>View All Archives
  3849.                    </a>
  3850.                </div> -->
  3851.            </div>
  3852.        </div>
  3853.        
  3854.       <div class="sidebar-widget mb-4">
  3855.            <div class="widget-title-wrapper mb-3">
  3856.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3857.                    <div class="title-border"></div>
  3858.                    <i class="ti-folder me-2"></i>February 2026 Blog Roll
  3859.                </h4>
  3860.            </div>
  3861.            <div class="widget-content shadow-sm rounded-3 p-4">
  3862.                <div class="archives-list scrollable-sidebar">
  3863.                    
  3864.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3865.                        <a href="https://thecharliegardfoundation.org/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3866.                            <i class="ti-angle-right me-2 text-primary"></i>
  3867.                            <span class="archive-link top-color fw-semibold"> online casino uk</span>
  3868.                        </a>
  3869.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3870.                    </div>
  3871.                    
  3872.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3873.                        <a href="https://www.welcometoportsmouth.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3874.                            <i class="ti-angle-right me-2 text-primary"></i>
  3875.                            <span class="archive-link top-color fw-semibold"> uk casinos not on gamstop</span>
  3876.                        </a>
  3877.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3878.                    </div>
  3879.                    
  3880.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3881.                        <a href="https://www.roadpeace.org/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3882.                            <i class="ti-angle-right me-2 text-primary"></i>
  3883.                            <span class="archive-link top-color fw-semibold"> gambling sites</span>
  3884.                        </a>
  3885.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3886.                    </div>
  3887.                    
  3888.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3889.                        <a href="https://financialservicescultureboard.org.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3890.                            <i class="ti-angle-right me-2 text-primary"></i>
  3891.                            <span class="archive-link top-color fw-semibold"> best uk betting sites</span>
  3892.                        </a>
  3893.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3894.                    </div>
  3895.                    
  3896.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3897.                        <a href="https://itechlabs.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3898.                            <i class="ti-angle-right me-2 text-primary"></i>
  3899.                            <span class="archive-link top-color fw-semibold"> best betting sites</span>
  3900.                        </a>
  3901.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3902.                    </div>
  3903.                    
  3904.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3905.                        <a href="https://www.taysideaviation.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3906.                            <i class="ti-angle-right me-2 text-primary"></i>
  3907.                            <span class="archive-link top-color fw-semibold"> best betting sites</span>
  3908.                        </a>
  3909.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3910.                    </div>
  3911.                    
  3912.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3913.                        <a href="https://platypuspress.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3914.                            <i class="ti-angle-right me-2 text-primary"></i>
  3915.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  3916.                        </a>
  3917.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3918.                    </div>
  3919.                    
  3920.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3921.                        <a href="https://plasticoceans.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3922.                            <i class="ti-angle-right me-2 text-primary"></i>
  3923.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  3924.                        </a>
  3925.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3926.                    </div>
  3927.                    
  3928.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3929.                        <a href="https://www.kscience.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3930.                            <i class="ti-angle-right me-2 text-primary"></i>
  3931.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  3932.                        </a>
  3933.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3934.                    </div>
  3935.                    
  3936.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3937.                        <a href="https://www.foreignersinuk.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3938.                            <i class="ti-angle-right me-2 text-primary"></i>
  3939.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  3940.                        </a>
  3941.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3942.                    </div>
  3943.                    
  3944.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3945.                        <a href="https://www.mesaonline.org/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3946.                            <i class="ti-angle-right me-2 text-primary"></i>
  3947.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  3948.                        </a>
  3949.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3950.                    </div>
  3951.                    
  3952.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3953.                        <a href="https://jst.org.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3954.                            <i class="ti-angle-right me-2 text-primary"></i>
  3955.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  3956.                        </a>
  3957.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3958.                    </div>
  3959.                    
  3960.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3961.                        <a href="https://unbound.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3962.                            <i class="ti-angle-right me-2 text-primary"></i>
  3963.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  3964.                        </a>
  3965.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3966.                    </div>
  3967.                    
  3968.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3969.                        <a href="https://platypuspress.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3970.                            <i class="ti-angle-right me-2 text-primary"></i>
  3971.                            <span class="archive-link top-color fw-semibold"> non gamstop uk casinos</span>
  3972.                        </a>
  3973.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3974.                    </div>
  3975.                    
  3976.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3977.                        <a href="https://www.techcityuk.com/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3978.                            <i class="ti-angle-right me-2 text-primary"></i>
  3979.                            <span class="archive-link top-color fw-semibold"> best uk non gamstop casinos</span>
  3980.                        </a>
  3981.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3982.                    </div>
  3983.                    
  3984.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3985.                        <a href="https://savethedatemagazine.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  3986.                            <i class="ti-angle-right me-2 text-primary"></i>
  3987.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  3988.                        </a>
  3989.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3990.                    </div>
  3991.                    
  3992.                </div>
  3993. <!--                
  3994.                <div class="text-center mt-4 pt-3 border-top border-color">
  3995.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3996.                        <i class="ti-archive me-1"></i>View All Archives
  3997.                    </a>
  3998.                </div> -->
  3999.            </div>
  4000.        </div>
  4001.        
  4002.  
  4003.       <!-- <div class="sidebar-widget mb-5">
  4004.            <div class="widget-title-wrapper mb-3">
  4005.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  4006.                    <div class="title-border"></div>
  4007.                    <i class="ti-folder me-2"></i>Blog Archives
  4008.                </h4>
  4009.            </div>
  4010.            <div class="widget-content shadow-sm rounded-3 p-4">
  4011.                <div class="archives-list">
  4012.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  4013.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  4014.                            <i class="ti-angle-right me-2 text-primary"></i>
  4015.                            <span class="archive-link top-color fw-semibold">August 2025</span>
  4016.                        </a>
  4017.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span>
  4018.                    </div>
  4019.  
  4020.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  4021.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  4022.                            <i class="ti-angle-right me-2 text-primary"></i>
  4023.                            <span class="archive-link top-color fw-semibold">July 2025</span>
  4024.                        </a>
  4025.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">31 posts</span>
  4026.                    </div>
  4027.  
  4028.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  4029.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  4030.                            <i class="ti-angle-right me-2 text-primary"></i>
  4031.                            <span class="archive-link top-color fw-semibold">June 2025</span>
  4032.                        </a>
  4033.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">28 posts</span>
  4034.                    </div>
  4035.  
  4036.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  4037.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  4038.                            <i class="ti-angle-right me-2 text-primary"></i>
  4039.                            <span class="archive-link top-color fw-semibold">May 2025</span>
  4040.                        </a>
  4041.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">35 posts</span>
  4042.                    </div>
  4043.  
  4044.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  4045.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  4046.                            <i class="ti-angle-right me-2 text-primary"></i>
  4047.                            <span class="archive-link top-color fw-semibold">April 2025</span>
  4048.                        </a>
  4049.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">29 posts</span>
  4050.                    </div>
  4051.  
  4052.                    <div class="archive-item d-flex justify-content-between align-items-center">
  4053.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  4054.                            <i class="ti-angle-right me-2 text-primary"></i>
  4055.                            <span class="archive-link top-color fw-semibold">March 2025</span>
  4056.                        </a>
  4057.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">27 posts</span>
  4058.                    </div>
  4059.                </div>
  4060.                
  4061.                <div class="text-center mt-4 pt-3 border-top border-color">
  4062.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  4063.                        <i class="ti-archive me-1"></i>View All Archives
  4064.                    </a>
  4065.                </div>
  4066.            </div>
  4067.        </div> -->
  4068.  
  4069.        <div class="sidebar-widget mb-4">
  4070.            <div class="widget-title-wrapper mb-3">
  4071.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  4072.                    <div class="title-border-primary"></div>
  4073.                    <i class="ti-star me-2"></i>Popular Posts
  4074.                </h4>
  4075.            </div>
  4076.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  4077.                <div class="popular-post-list">
  4078.                    
  4079.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  4080.                        <div class="post-content flex-grow-1">
  4081.                            <h6 class="post-title mb-1">
  4082.                                <a href="/unveiling-the-unknown-tactics-for-increasing-payouts-in-gaming-slot-games/"  class="text-decoration-none top-color fw-semibold lh-sm">
  4083.                                            Unveiling the Unknown Tactics for Increasing Payouts in Gaming Slot Games
  4084.                                            </a>
  4085.                            </h6>
  4086.                            <div class="post-meta">
  4087.                                <small class="text-muted">
  4088.                                    <i class="ti-calendar me-1"></i>17 May 2026
  4089.                                </small>
  4090.                                <!-- <small class="text-muted ms-3">
  4091.                                    <i class="ti-eye me-1"></i>1,234 views
  4092.                                </small> -->
  4093.                            </div>
  4094.                        </div>
  4095.                    </div>
  4096.                    
  4097.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  4098.                        <div class="post-content flex-grow-1">
  4099.                            <h6 class="post-title mb-1">
  4100.                                <a href="/us-president-donald-trump-states-for-the-most-part-there-is-consensus-on-following-steps-of-gaza-ceasefire-plan/"  class="text-decoration-none top-color fw-semibold lh-sm">
  4101.                                            US President Donald Trump States &#x27;For the Most Part, There Is Consensus&#x27; on Following Steps of Gaza Ceasefire Plan
  4102.                                            </a>
  4103.                            </h6>
  4104.                            <div class="post-meta">
  4105.                                <small class="text-muted">
  4106.                                    <i class="ti-calendar me-1"></i>17 May 2026
  4107.                                </small>
  4108.                                <!-- <small class="text-muted ms-3">
  4109.                                    <i class="ti-eye me-1"></i>1,234 views
  4110.                                </small> -->
  4111.                            </div>
  4112.                        </div>
  4113.                    </div>
  4114.                    
  4115.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  4116.                        <div class="post-content flex-grow-1">
  4117.                            <h6 class="post-title mb-1">
  4118.                                <a href="/every-night-i-dream-of-riding-a-unicorn-swordsnsorcery-heavy-metal-group-castle-rat/"  class="text-decoration-none top-color fw-semibold lh-sm">
  4119.                                            ‘Every Night, I Dream of Riding a Unicorn’: Swords’n’Sorcery Heavy Metal Group Castle Rat
  4120.                                            </a>
  4121.                            </h6>
  4122.                            <div class="post-meta">
  4123.                                <small class="text-muted">
  4124.                                    <i class="ti-calendar me-1"></i>17 May 2026
  4125.                                </small>
  4126.                                <!-- <small class="text-muted ms-3">
  4127.                                    <i class="ti-eye me-1"></i>1,234 views
  4128.                                </small> -->
  4129.                            </div>
  4130.                        </div>
  4131.                    </div>
  4132.                    
  4133.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  4134.                        <div class="post-content flex-grow-1">
  4135.                            <h6 class="post-title mb-1">
  4136.                                <a href="/crans-montana-fire-survivors-are-treated-in-specialist-clinics-throughout-the-continent/"  class="text-decoration-none top-color fw-semibold lh-sm">
  4137.                                            Crans-Montana Fire Survivors Are Treated in Specialist Clinics Throughout the Continent
  4138.                                            </a>
  4139.                            </h6>
  4140.                            <div class="post-meta">
  4141.                                <small class="text-muted">
  4142.                                    <i class="ti-calendar me-1"></i>17 May 2026
  4143.                                </small>
  4144.                                <!-- <small class="text-muted ms-3">
  4145.                                    <i class="ti-eye me-1"></i>1,234 views
  4146.                                </small> -->
  4147.                            </div>
  4148.                        </div>
  4149.                    </div>
  4150.                    
  4151.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  4152.                        <div class="post-content flex-grow-1">
  4153.                            <h6 class="post-title mb-1">
  4154.                                <a href="/titans-acknowledge-leaders-as-trump-extends-mamdani-a-warm-greeting/"  class="text-decoration-none top-color fw-semibold lh-sm">
  4155.                                            Titans Acknowledge Leaders as Trump Extends Mamdani a Warm Greeting
  4156.                                            </a>
  4157.                            </h6>
  4158.                            <div class="post-meta">
  4159.                                <small class="text-muted">
  4160.                                    <i class="ti-calendar me-1"></i>17 May 2026
  4161.                                </small>
  4162.                                <!-- <small class="text-muted ms-3">
  4163.                                    <i class="ti-eye me-1"></i>1,234 views
  4164.                                </small> -->
  4165.                            </div>
  4166.                        </div>
  4167.                    </div>
  4168.                    
  4169.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  4170.                        <div class="post-content flex-grow-1">
  4171.                            <h6 class="post-title mb-1">
  4172.                                <a href="/the-ten-year-affair-from-erin-somers-a-middle-aged-infidelity-story-this-era-has-earned/"  class="text-decoration-none top-color fw-semibold lh-sm">
  4173.                                            The Ten Year Affair from Erin Somers: A Middle-Aged Infidelity Story This Era Has Earned.
  4174.                                            </a>
  4175.                            </h6>
  4176.                            <div class="post-meta">
  4177.                                <small class="text-muted">
  4178.                                    <i class="ti-calendar me-1"></i>16 May 2026
  4179.                                </small>
  4180.                                <!-- <small class="text-muted ms-3">
  4181.                                    <i class="ti-eye me-1"></i>1,234 views
  4182.                                </small> -->
  4183.                            </div>
  4184.                        </div>
  4185.                    </div>
  4186.                    
  4187.  
  4188.                </div>
  4189.                
  4190.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  4191.                    <a href="#" class="btn btn-primary top-color btn-sm px-whtext-white rounded-pill">
  4192.                        <i class="ti-trophy me-1"></i>View All Popular
  4193.                    </a>
  4194.                </div> -->
  4195.            </div>
  4196.        </div>
  4197.  
  4198. </div>
  4199. <style>
  4200.    
  4201.  .widget-content {
  4202.    background-color: var(--card-bg);
  4203.    border: 1px solid var(--border-color);
  4204.  }
  4205. </style>
  4206.  
  4207.    
  4208.            </div>
  4209.        </div>
  4210.    </div>
  4211. </section>
  4212.  
  4213. <script>
  4214. document.addEventListener('DOMContentLoaded', function() {
  4215.    // Intersection Observer for Fade Animation on Scroll Up and Down
  4216.    const observerOptions = {
  4217.        threshold: [0, 0.15], // Trigger at 0% and 15% visibility
  4218.        rootMargin: '0px 0px -100px 0px'
  4219.    };
  4220.  
  4221.    // Group cards into pairs (assuming two cards per row)
  4222.    const cards = document.querySelectorAll('.scroll-trigger');
  4223.    const cardPairs = [];
  4224.    for (let i = 0; i < cards.length; i += 2) {
  4225.        cardPairs.push([cards[i], cards[i + 1]].filter(Boolean)); // Handle odd number of cards
  4226.    }
  4227.  
  4228.    const observer = new IntersectionObserver(function(entries) {
  4229.        entries.forEach(entry => {
  4230.            const card = entry.target;
  4231.            // Find the pair index for the current card
  4232.            const pairIndex = cardPairs.findIndex(pair => pair.includes(card));
  4233.            const pair = cardPairs[pairIndex];
  4234.  
  4235.            if (entry.isIntersecting) {
  4236.                // Fade in the pair with a delay based on pair index
  4237.                pair.forEach((cardInPair, index) => {
  4238.                    setTimeout(() => {
  4239.                        cardInPair.classList.add('active');
  4240.                    }, pairIndex * 300); // 300ms delay between pairs
  4241.                });
  4242.            } else {
  4243.                // Fade out the pair when exiting viewport
  4244.                pair.forEach(cardInPair => {
  4245.                    cardInPair.classList.remove('active');
  4246.                });
  4247.            }
  4248.        });
  4249.    }, observerOptions);
  4250.  
  4251.    // Observe each card individually
  4252.    cards.forEach(card => {
  4253.        observer.observe(card);
  4254.    });
  4255. });
  4256. </script>
  4257.  
  4258.    
  4259.        
  4260.        <!-- end wpo-blog-highlights-section -->
  4261.        <!-- start wpo-blog-sponsored-section -->
  4262.        
  4263.  
  4264.  
  4265.  
  4266.    
  4267.  
  4268.  
  4269.  
  4270. <section class="wpo-blog-sponsored-section section-padding">
  4271.    <div class="container-fluid fluid-container">
  4272.        <div class="wpo-section-title">
  4273.            <h2>sponsored news</h2>
  4274.        </div>
  4275.        <div class="row">
  4276.            <div class="wpo-blog-sponsored-wrap">
  4277.                <div class="wpo-blog-items">
  4278.                    <div class="row">
  4279.                        
  4280.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  4281.                            <div class="wpo-blog-item">
  4282.                                <div class="wpo-blog-img">
  4283.                                    
  4284.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4285.                                    
  4286.                                    <div class="thumb bg-primary-gradient ">Others</div>
  4287.                                </div>
  4288.                                <div class="wpo-blog-content">
  4289.                                    <h2>  <a href="/unveiling-the-unknown-tactics-for-increasing-payouts-in-gaming-slot-games/" class="top-color">
  4290.                                            Unveiling the Unknown Tactics for Increasing Payouts in Gaming Slot Games
  4291.                                            </a>
  4292.                                    </h2>
  4293.                                    <ul>
  4294.                                        <li>
  4295.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Veronica Morris">
  4296.                                                </li>
  4297.                                        <li class="top-color">By Veronica Morris</li>
  4298.                                        <li  class="top-color">17 May 2026</li>
  4299.                                    </ul>
  4300.                                </div>
  4301.                            </div>
  4302.                        </div>
  4303.                        
  4304.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  4305.                            <div class="wpo-blog-item">
  4306.                                <div class="wpo-blog-img">
  4307.                                    
  4308.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4309.                                    
  4310.                                    <div class="thumb bg-primary-gradient ">News</div>
  4311.                                </div>
  4312.                                <div class="wpo-blog-content">
  4313.                                    <h2>  <a href="/us-president-donald-trump-states-for-the-most-part-there-is-consensus-on-following-steps-of-gaza-ceasefire-plan/" class="top-color">
  4314.                                            US President Donald Trump States &#x27;For the Most Part, There Is Consensus&#x27; on Following Steps of Gaza Ceasefire Plan
  4315.                                            </a>
  4316.                                    </h2>
  4317.                                    <ul>
  4318.                                        <li>
  4319.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Veronica Morris">
  4320.                                                </li>
  4321.                                        <li class="top-color">By Veronica Morris</li>
  4322.                                        <li  class="top-color">17 May 2026</li>
  4323.                                    </ul>
  4324.                                </div>
  4325.                            </div>
  4326.                        </div>
  4327.                        
  4328.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  4329.                            <div class="wpo-blog-item">
  4330.                                <div class="wpo-blog-img">
  4331.                                    
  4332.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4333.                                    
  4334.                                    <div class="thumb bg-primary-gradient ">News</div>
  4335.                                </div>
  4336.                                <div class="wpo-blog-content">
  4337.                                    <h2>  <a href="/every-night-i-dream-of-riding-a-unicorn-swordsnsorcery-heavy-metal-group-castle-rat/" class="top-color">
  4338.                                            ‘Every Night, I Dream of Riding a Unicorn’: Swords’n’Sorcery Heavy Metal Group Castle Rat
  4339.                                            </a>
  4340.                                    </h2>
  4341.                                    <ul>
  4342.                                        <li>
  4343.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Veronica Morris">
  4344.                                                </li>
  4345.                                        <li class="top-color">By Veronica Morris</li>
  4346.                                        <li  class="top-color">17 May 2026</li>
  4347.                                    </ul>
  4348.                                </div>
  4349.                            </div>
  4350.                        </div>
  4351.                        
  4352.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  4353.                            <div class="wpo-blog-item">
  4354.                                <div class="wpo-blog-img">
  4355.                                    
  4356.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4357.                                    
  4358.                                    <div class="thumb bg-primary-gradient ">News</div>
  4359.                                </div>
  4360.                                <div class="wpo-blog-content">
  4361.                                    <h2>  <a href="/crans-montana-fire-survivors-are-treated-in-specialist-clinics-throughout-the-continent/" class="top-color">
  4362.                                            Crans-Montana Fire Survivors Are Treated in Specialist Clinics Throughout the Continent
  4363.                                            </a>
  4364.                                    </h2>
  4365.                                    <ul>
  4366.                                        <li>
  4367.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Veronica Morris">
  4368.                                                </li>
  4369.                                        <li class="top-color">By Veronica Morris</li>
  4370.                                        <li  class="top-color">17 May 2026</li>
  4371.                                    </ul>
  4372.                                </div>
  4373.                            </div>
  4374.                        </div>
  4375.                        
  4376.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  4377.                            <div class="wpo-blog-item">
  4378.                                <div class="wpo-blog-img">
  4379.                                    
  4380.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4381.                                    
  4382.                                    <div class="thumb bg-primary-gradient ">News</div>
  4383.                                </div>
  4384.                                <div class="wpo-blog-content">
  4385.                                    <h2>  <a href="/titans-acknowledge-leaders-as-trump-extends-mamdani-a-warm-greeting/" class="top-color">
  4386.                                            Titans Acknowledge Leaders as Trump Extends Mamdani a Warm Greeting
  4387.                                            </a>
  4388.                                    </h2>
  4389.                                    <ul>
  4390.                                        <li>
  4391.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Veronica Morris">
  4392.                                                </li>
  4393.                                        <li class="top-color">By Veronica Morris</li>
  4394.                                        <li  class="top-color">17 May 2026</li>
  4395.                                    </ul>
  4396.                                </div>
  4397.                            </div>
  4398.                        </div>
  4399.                        
  4400.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  4401.                            <div class="wpo-blog-item">
  4402.                                <div class="wpo-blog-img">
  4403.                                    
  4404.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4405.                                    
  4406.                                    <div class="thumb bg-primary-gradient ">News</div>
  4407.                                </div>
  4408.                                <div class="wpo-blog-content">
  4409.                                    <h2>  <a href="/the-ten-year-affair-from-erin-somers-a-middle-aged-infidelity-story-this-era-has-earned/" class="top-color">
  4410.                                            The Ten Year Affair from Erin Somers: A Middle-Aged Infidelity Story This Era Has Earned.
  4411.                                            </a>
  4412.                                    </h2>
  4413.                                    <ul>
  4414.                                        <li>
  4415.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Veronica Morris">
  4416.                                                </li>
  4417.                                        <li class="top-color">By Veronica Morris</li>
  4418.                                        <li  class="top-color">16 May 2026</li>
  4419.                                    </ul>
  4420.                                </div>
  4421.                            </div>
  4422.                        </div>
  4423.                        
  4424.  
  4425.                    </div>
  4426.                </div>
  4427.            </div>
  4428.        </div>
  4429.    </div> <!-- end container -->
  4430. </section>
  4431.  
  4432.  
  4433.    
  4434.        <!-- end wpo-blog-sponsored-section -->
  4435.        <!-- start wpo-subscribe-section -->
  4436.        
  4437.        <!-- end subscribe-section -->
  4438.        <!-- start of wpo-site-footer-section -->
  4439.        
  4440.  
  4441.  
  4442.  
  4443.  
  4444.  
  4445.  
  4446. <!-- Footer V4 - Modern Corporate Design -->
  4447. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  4448.  
  4449.    <div class="container-fluid fluid-container">
  4450.        
  4451.        <!-- Content Sections -->
  4452.        <div class="content-sections">
  4453.            <div class="row g-5">
  4454.                
  4455.                <!-- Brand Column -->
  4456.                <div class="col-lg-4 col-md-12">
  4457.                    <div class="brand-section">
  4458.                        <div class="brand-header">
  4459.                            
  4460.                            <div class="brand-text">
  4461.                                <h3 class="brand-name">Gamora Media</h3>
  4462.                                <span class="brand-type">Digital Publication</span>
  4463.                            </div>
  4464.                        </div>
  4465.                        <p class="brand-description  text-lg-start ">
  4466.                            Gamora Media offers professional digital marketing, SEO, and content creation services for businesses across the UK. Boost your online presence with our expert strategies.
  4467.                        </p>
  4468.                    </div>
  4469.                </div>
  4470.  
  4471.                <!-- Quick Links Column -->
  4472.               <div class="col-lg-4 col-md-6">
  4473.                    <div class="links-section">
  4474.                        <div class="section-title">
  4475.                            <h4 class="title-text">Resources</h4>
  4476.                            <div class="title-decoration"></div>
  4477.                        </div>
  4478.                        <div class="links-container">
  4479.                          
  4480. <div class="link-group">
  4481.    <ul class="link-list" id="externalLinks">
  4482.        
  4483.  
  4484.    
  4485.        
  4486.        
  4487.        
  4488.    </ul>
  4489. </div>
  4490.  
  4491.                        </div>
  4492.                    </div>
  4493.                </div>
  4494.  
  4495.                <!-- Categories Column -->
  4496.                <div class="col-lg-4 col-md-6">
  4497.                    <div class="categories-section">
  4498.                        <div class="section-title">
  4499.                            <h4 class="title-text">Explore Topics</h4>
  4500.                            <div class="title-decoration"></div>
  4501.                        </div>
  4502.                        <div class="categories-container">
  4503.                            <p class="categories-intro">Discover content organized by topics that interest you most.</p>
  4504.                            <div class="categories-cloud">
  4505.                                
  4506.                                <a href="/category/all-posts/" class="category-pill">
  4507.                                    All Posts
  4508.                                </a>
  4509.                                
  4510.                                <a href="/category/business/" class="category-pill">
  4511.                                    Business
  4512.                                </a>
  4513.                                
  4514.                                <a href="/category/esports/" class="category-pill">
  4515.                                    Esports
  4516.                                </a>
  4517.                                
  4518.                                <a href="/category/fashion/" class="category-pill">
  4519.                                    Fashion
  4520.                                </a>
  4521.                                
  4522.                                <a href="/category/featured/" class="category-pill">
  4523.                                    Featured
  4524.                                </a>
  4525.                                
  4526.                                <a href="/category/gaming/" class="category-pill">
  4527.                                    Gaming
  4528.                                </a>
  4529.                                
  4530.                                <a href="/category/health/" class="category-pill">
  4531.                                    Health
  4532.                                </a>
  4533.                                
  4534.                                <a href="/category/life-fitness/" class="category-pill">
  4535.                                    Life &amp; Fitness
  4536.                                </a>
  4537.                                
  4538.                            </div>
  4539.                        </div>
  4540.                    </div>
  4541.                </div>
  4542.  
  4543.            </div>
  4544.        </div>
  4545.  
  4546.        <!-- Footer Bottom -->
  4547.        <div class="footer-bottom">
  4548.            <div class="bottom-border"></div>
  4549.            <div class=" d-flex justify-content-between flex-wrap">
  4550.                <div>
  4551.                    <div class="copyright-info">
  4552.                        <p class="copyright-main">
  4553.                            © 2026 <span class="brand-highlight">Gamora Media</span>. All rights reserved.
  4554.                        </p>
  4555.                        <p class="copyright-sub">
  4556.                            Thoughtfully crafted content for curious minds worldwide.
  4557.                        </p>
  4558.                    </div>
  4559.                </div>
  4560.                <div>
  4561.                    <div class="footer-actions">
  4562.                        <div class="action-links">
  4563.                            <a href="/page/write-for-us/" class="action-link">
  4564.                                <i class="bi bi-shield-check"></i>
  4565.                                <span>Write For Us</span>
  4566.                            </a>
  4567.                            <a href="/page/terms-and-conditions/" class="action-link">
  4568.                                <i class="bi bi-shield-check"></i>
  4569.                                <span>Terms & Conditions</span>
  4570.                            </a>
  4571.                            <a href="/sitemap.xml" class="action-link">
  4572.                                <i class="bi bi-diagram-3"></i>
  4573.                                <span>Sitemap</span>
  4574.                            </a>
  4575.                        </div>
  4576.  
  4577.                    </div>
  4578.                </div>
  4579.            </div>
  4580.        </div>
  4581.  
  4582.    </div>
  4583.  
  4584.    
  4585.  
  4586. </footer>
  4587.  
  4588.  
  4589. <style>
  4590. /* Footer V4 - Modern Corporate Design */
  4591. .wpo-site-footer-v4 {
  4592.    color: var(--footer-color);
  4593.    margin-top: 100px;
  4594. }
  4595.  
  4596.  
  4597. .accent-line {
  4598.    position: absolute;
  4599.    top: 0;
  4600.    height: 100%;
  4601.    width: 33.333%;
  4602.    opacity: 0.8;
  4603. }
  4604.  
  4605. .accent-1 {
  4606.    left: 0;
  4607.    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
  4608.    animation: slideRight 3s ease-in-out infinite;
  4609. }
  4610.  
  4611. .accent-2 {
  4612.    left: 33.333%;
  4613.    background: linear-gradient(90deg, #8b5cf6, #7c3aed);
  4614.    animation: slideRight 3s ease-in-out infinite 1s;
  4615. }
  4616.  
  4617. .accent-3 {
  4618.    left: 66.666%;
  4619.    background: linear-gradient(90deg, #10b981, #059669);
  4620.    animation: slideRight 3s ease-in-out infinite 2s;
  4621. }
  4622.  
  4623. @keyframes slideRight {
  4624.    0%, 100% { transform: translateX(-10px); opacity: 0.6; }
  4625.    50% { transform: translateX(10px); opacity: 1; }
  4626. }
  4627.  
  4628. /* Content Sections */
  4629. .content-sections {
  4630.    padding: 60px 0;
  4631.    position: relative;
  4632.    z-index: 2;
  4633. }
  4634.  
  4635. /* Brand Section */
  4636. .brand-section {
  4637.    padding-right: 2rem;
  4638. }
  4639.  
  4640. .brand-header {
  4641.    display: flex;
  4642.    align-items: center;
  4643.    margin-bottom: 2rem;
  4644.    gap: 1rem;
  4645. }
  4646.  
  4647. .brand-logo {
  4648.    height: 50px;
  4649.    width: auto;
  4650.    border-radius: 8px;
  4651. }
  4652.  
  4653. .brand-name {
  4654.    font-size: 1.5rem;
  4655.    font-weight: 800;
  4656.    color: var(--footer-color) !important;
  4657.    margin: 0;
  4658. }
  4659.  
  4660. .brand-type {
  4661.    color: var(--footer-color) !important;
  4662.    opacity: 0.8;
  4663.    font-size: 0.85rem;
  4664.    font-weight: 500;
  4665.    text-transform: uppercase;
  4666.    letter-spacing: 0.5px;
  4667. }
  4668.  
  4669. .brand-description {
  4670.    color: var(--footer-color) !important;
  4671.    line-height: 1.7;
  4672.    margin-bottom: 2rem;
  4673.    font-size: 0.95rem;
  4674. }
  4675.  
  4676. .brand-stats {
  4677.    display: flex;
  4678.    align-items: center;
  4679.    gap: 1.5rem;
  4680. }
  4681.  
  4682. .stat-item {
  4683.    text-align: center;
  4684. }
  4685.  
  4686. .stat-number {
  4687.    font-size: 1.5rem;
  4688.    font-weight: 800;
  4689.    color: #3b82f6;
  4690.    display: block;
  4691.    line-height: 1;
  4692. }
  4693.  
  4694. .stat-label {
  4695.    font-size: 0.8rem;
  4696.    color: #94a3b8;
  4697.    margin-top: 0.25rem;
  4698. }
  4699.  
  4700. .stat-divider {
  4701.    width: 1px;
  4702.    height: 40px;
  4703.    background: rgba(255, 255, 255, 0.2);
  4704. }
  4705.  
  4706. /* Links Section */
  4707. .links-section {
  4708.    padding-left: 1rem;
  4709.    padding-right: 1rem;
  4710. }
  4711.  
  4712. .section-title {
  4713.    margin-bottom: 2rem;
  4714.    position: relative;
  4715. }
  4716.  
  4717. .title-text {
  4718.    font-size: 1.3rem;
  4719.    font-weight: 700;
  4720.    color: var(--footer-color) !important;
  4721.    margin-bottom: 0.5rem;
  4722.    text-align: justify !important;
  4723. }
  4724.  
  4725.  
  4726. .link-group {
  4727.    margin-bottom: 2rem;
  4728. }
  4729.  
  4730. .group-title {
  4731.    font-size: 1rem;
  4732.    font-weight: 600;
  4733.    color: #f1f5f9;
  4734.    margin-bottom: 1rem;
  4735.    padding-bottom: 0.5rem;
  4736.    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  4737. }
  4738.  
  4739. .link-list {
  4740.    list-style: none;
  4741.    padding: 0;
  4742.    margin: 0;
  4743. }
  4744.  
  4745. .link-item {
  4746.    margin-bottom: 0.75rem;
  4747. }
  4748.  
  4749. .link-text {
  4750.    color: var(--footer-color) !important;
  4751.    text-decoration: none;
  4752.    font-size: 0.9rem;
  4753.    display: flex;
  4754.    align-items: center;
  4755.    transition: all 0.3s ease;
  4756.    padding: 0.25rem 0;
  4757. }
  4758.  
  4759. .link-text:hover {
  4760.    color: #3b82f6;
  4761.    padding-left: 0.5rem;
  4762. }
  4763.  
  4764. .link-icon {
  4765.    margin-right: 0.5rem;
  4766.    opacity: 0;
  4767.    transition: opacity 0.3s ease;
  4768. }
  4769.  
  4770. .link-text:hover .link-icon {
  4771.    opacity: 1;
  4772. }
  4773.  
  4774. .external-icon {
  4775.    color: #10b981;
  4776. }
  4777.  
  4778. /* Categories Section */
  4779. .categories-section {
  4780.    padding-left: 1rem;
  4781. }
  4782.  
  4783. .categories-intro {
  4784.    color: #cbd5e1;
  4785.    margin-bottom: 1.5rem;
  4786.    font-size: 0.9rem;
  4787. }
  4788.  
  4789. .categories-cloud {
  4790.    display: flex;
  4791.    flex-wrap: wrap;
  4792.    gap: 0.75rem;
  4793. }
  4794.  
  4795. .category-pill {
  4796.    display: inline-block;
  4797.    padding: 0.5rem 1rem;
  4798.    background: rgba(255, 255, 255, 0.1);
  4799.    border: 1px solid rgba(255, 255, 255, 0.2);
  4800.    border-radius: 20px;
  4801.    color:  var(--footer-color) !important;
  4802.    text-decoration: none;
  4803.    font-size: 0.85rem;
  4804.    opacity: 0.7;
  4805.    font-weight: 500;
  4806.    transition: all 0.3s ease;
  4807. }
  4808.  
  4809. .category-pill:hover {
  4810.    background: #3b82f6;
  4811.    border-color: #3b82f6;
  4812.    color: var(--footer-color) !important;
  4813.    opacity: 1;
  4814.    transform: translateY(-1px);
  4815.    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
  4816. }
  4817.  
  4818. /* Footer Bottom */
  4819. .footer-bottom {
  4820.    padding: 2rem 0;
  4821.    position: relative;
  4822.    z-index: 2;
  4823. }
  4824.  
  4825. .bottom-border {
  4826.    height: 1px;
  4827.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  4828.    margin-bottom: 2rem;
  4829. }
  4830.  
  4831. .copyright-main {
  4832.    font-size: 1rem;
  4833.    color: #e2e8f0;
  4834.    margin-bottom: 0.25rem;
  4835. }
  4836.  
  4837. .brand-highlight {
  4838.    color: var(--footer-color);
  4839.    font-weight: 700;
  4840. }
  4841.  
  4842. .copyright-sub {
  4843.    font-size: 0.85rem;
  4844.    color: #94a3b8;
  4845.    margin: 0;
  4846. }
  4847.  
  4848. .footer-actions {
  4849.    display: flex;
  4850.    align-items: center;
  4851.    gap: 2rem;
  4852. }
  4853.  
  4854. .action-links {
  4855.    display: flex;
  4856.    gap: 1.5rem;
  4857. }
  4858.  
  4859. .action-link {
  4860.    display: flex;
  4861.    align-items: center;
  4862.    gap: 0.5rem;
  4863.    color: #cbd5e1;
  4864.    text-decoration: none;
  4865.    font-size: 0.9rem;
  4866.    transition: color 0.3s ease;
  4867. }
  4868.  
  4869. .action-link:hover {
  4870.    color: #3b82f6;
  4871. }
  4872.  
  4873. .scroll-to-top-btn {
  4874.    background: rgba(255, 255, 255, 0.1);
  4875.    border: 1px solid rgba(255, 255, 255, 0.2);
  4876.    color: #cbd5e1;
  4877.    width: 44px;
  4878.    height: 44px;
  4879.    border-radius: 12px;
  4880.    cursor: pointer;
  4881.    transition: all 0.3s ease;
  4882.    display: flex;
  4883.    align-items: center;
  4884.    justify-content: center;
  4885. }
  4886.  
  4887. .scroll-to-top-btn:hover {
  4888.    background: #3b82f6;
  4889.    border-color: #3b82f6;
  4890.    color: white;
  4891.    transform: translateY(-2px);
  4892. }
  4893.  
  4894. /* Background Pattern */
  4895. .footer-pattern {
  4896.    position: absolute;
  4897.    top: 0;
  4898.    left: 0;
  4899.    width: 100%;
  4900.    height: 100%;
  4901.    z-index: 1;
  4902.    overflow: hidden;
  4903. }
  4904.  
  4905. .pattern-grid {
  4906.    position: relative;
  4907.    width: 100%;
  4908.    height: 100%;
  4909. }
  4910.  
  4911. .pattern-dot {
  4912.    position: absolute;
  4913.    width: 2px;
  4914.    height: 2px;
  4915.    background: rgba(255, 255, 255, 0.1);
  4916.    border-radius: 50%;
  4917. }
  4918.  
  4919. .pattern-dot:nth-child(1) { top: 20%; left: 10%; }
  4920. .pattern-dot:nth-child(2) { top: 40%; right: 15%; }
  4921. .pattern-dot:nth-child(3) { top: 60%; left: 70%; }
  4922. .pattern-dot:nth-child(4) { bottom: 30%; right: 30%; }
  4923. .pattern-dot:nth-child(5) { bottom: 50%; left: 40%; }
  4924. .pattern-dot:nth-child(6) { top: 80%; right: 60%; }
  4925.  
  4926. /* Responsive Design */
  4927. @media (max-width: 992px) {
  4928.    .newsletter-heading {
  4929.        font-size: 2rem;
  4930.    }
  4931.    
  4932.    .brand-section {
  4933.        padding-right: 0;
  4934.        margin-bottom: 3rem;
  4935.    }
  4936.    
  4937.    .links-section, .categories-section {
  4938.        padding-left: 0;
  4939.        padding-right: 0;
  4940.    }
  4941.    
  4942.    .brand-stats {
  4943.        justify-content: center;
  4944.        margin-top: 2rem;
  4945.    }
  4946. }
  4947.  
  4948. @media (max-width: 768px) {
  4949.    .newsletter-section {
  4950.        padding: 60px 0 40px;
  4951.    }
  4952.    
  4953.    .newsletter-container {
  4954.        padding: 2rem 1.5rem;
  4955.        margin: 0 1rem;
  4956.    }
  4957.    
  4958.    .newsletter-heading {
  4959.        font-size: 1.75rem;
  4960.    }
  4961.    
  4962.    .content-sections {
  4963.        padding: 40px 0;
  4964.    }
  4965.    
  4966.    .brand-header {
  4967.        flex-direction: column;
  4968.        text-align: center;
  4969.    }
  4970.    
  4971.    .footer-actions {
  4972.        flex-direction: column;
  4973.        gap: 1rem;
  4974.        margin-top: 1.5rem;
  4975.    }
  4976.    
  4977.    .action-links {
  4978.        order: 2;
  4979.    }
  4980.    
  4981.    .scroll-to-top-btn {
  4982.        order: 1;
  4983.    }
  4984. }
  4985.  
  4986. @media (max-width: 576px) {
  4987.    .newsletter-container {
  4988.        padding: 1.5rem 1rem;
  4989.    }
  4990.    
  4991.    .newsletter-heading {
  4992.        font-size: 1.5rem;
  4993.    }
  4994.    
  4995.    .brand-stats {
  4996.        flex-direction: column;
  4997.        gap: 1rem;
  4998.    }
  4999.    
  5000.    .stat-divider {
  5001.        width: 40px;
  5002.        height: 1px;
  5003.    }
  5004.    
  5005.    .action-links {
  5006.        flex-direction: column;
  5007.        gap: 0.75rem;
  5008.        text-align: center;
  5009.    }
  5010.    
  5011.    .pattern-dot {
  5012.        display: none;
  5013.    }
  5014. }
  5015. </style>
  5016.  
  5017. <!-- Bootstrap 5 JS -->
  5018.  
  5019. <script>
  5020. // Scroll to Top Function
  5021. document.addEventListener('DOMContentLoaded', function () {
  5022.    var btn = document.getElementById('toggleExternal');
  5023.    if (!btn) return; // No extra items, no button
  5024.  
  5025.    var extras = document.querySelectorAll('#externalLinks li.extra');
  5026.  
  5027.    btn.addEventListener('click', function () {
  5028.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  5029.            return li.classList.contains('d-none');
  5030.        });
  5031.  
  5032.        extras.forEach(function (li) {
  5033.            if (anyHidden) {
  5034.                li.classList.remove('d-none');
  5035.                li.classList.add('show');
  5036.            } else {
  5037.                li.classList.add('d-none');
  5038.                li.classList.remove('show');
  5039.            }
  5040.        });
  5041.  
  5042.        btn.textContent = anyHidden ? 'View less' : 'View more';
  5043.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  5044.    });
  5045. });
  5046. function scrollToTop() {
  5047.    window.scrollTo({
  5048.        top: 0,
  5049.        behavior: 'smooth'
  5050.    });
  5051. }
  5052.  
  5053. // Initialize Footer V4 Features
  5054. document.addEventListener('DOMContentLoaded', function() {
  5055.    
  5056.    // Newsletter Form Handling
  5057.    const newsletterForm = document.querySelector('.newsletter-form');
  5058.    const emailInput = document.querySelector('.form-input');
  5059.    const submitButton = document.querySelector('.submit-button');
  5060.    const successMessage = document.querySelector('.success-message');
  5061.    const errorMessage = document.querySelector('.error-message');
  5062.    const infoMessage = document.querySelector('.info-message');
  5063.    
  5064.    if (newsletterForm && emailInput && submitButton) {
  5065.        
  5066.        // Form submission
  5067.        newsletterForm.addEventListener('submit', function(e) {
  5068.            e.preventDefault();
  5069.            
  5070.            const email = emailInput.value.trim();
  5071.            
  5072.            // Validate email
  5073.            if (!email || !isValidEmail(email)) {
  5074.                showMessage('error');
  5075.                emailInput.focus();
  5076.                return;
  5077.            }
  5078.            
  5079.            // Show loading state
  5080.            const originalText = submitButton.querySelector('.button-text').textContent;
  5081.            const originalIcon = submitButton.querySelector('.button-icon').innerHTML;
  5082.            
  5083.            submitButton.disabled = true;
  5084.            submitButton.querySelector('.button-text').textContent = 'Subscribing...';
  5085.            submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-arrow-clockwise"></i>';
  5086.            submitButton.querySelector('.button-icon i').style.animation = 'spin 1s linear infinite';
  5087.            
  5088.            // Simulate API call
  5089.            setTimeout(() => {
  5090.                // Success state
  5091.                submitButton.querySelector('.button-text').textContent = 'Subscribed!';
  5092.                submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-check-lg"></i>';
  5093.                submitButton.querySelector('.button-icon i').style.animation = 'none';
  5094.                submitButton.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  5095.                
  5096.                showMessage('success');
  5097.                
  5098.                // Reset after delay
  5099.                setTimeout(() => {
  5100.                    submitButton.querySelector('.button-text').textContent = originalText;
  5101.                    submitButton.querySelector('.button-icon').innerHTML = originalIcon;
  5102.                    submitButton.style.background = '';
  5103.                    submitButton.disabled = false;
  5104.                    emailInput.value = '';
  5105.                    showMessage('info');
  5106.                }, 3000);
  5107.                
  5108.            }, 2000);
  5109.        });
  5110.        
  5111.        // Input validation
  5112.        emailInput.addEventListener('blur', function() {
  5113.            const email = this.value.trim();
  5114.            if (email && !isValidEmail(email)) {
  5115.                this.style.borderColor = '#ef4444';
  5116.                this.style.boxShadow = '0 0 0 4px rgba(239, 68, 68, 0.2)';
  5117.            } else if (email && isValidEmail(email)) {
  5118.                this.style.borderColor = '#10b981';
  5119.                this.style.boxShadow = '0 0 0 4px rgba(16, 185, 129, 0.2)';
  5120.            }
  5121.        });
  5122.        
  5123.        emailInput.addEventListener('focus', function() {
  5124.            this.style.borderColor = '#3b82f6';
  5125.            this.style.boxShadow = '0 0 0 4px rgba(59, 130, 246, 0.2)';
  5126.        });
  5127.        
  5128.        // Reset validation styling on input
  5129.        emailInput.addEventListener('input', function() {
  5130.            if (this.style.borderColor === 'rgb(239, 68, 68)') {
  5131.                this.style.borderColor = '';
  5132.                this.style.boxShadow = '';
  5133.            }
  5134.        });
  5135.    }
  5136.    
  5137.    // Email validation function
  5138.    function isValidEmail(email) {
  5139.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  5140.        return emailRegex.test(email);
  5141.    }
  5142.    
  5143.    // Message display function
  5144.    function showMessage(type) {
  5145.        // Hide all messages
  5146.        successMessage.style.display = 'none';
  5147.        errorMessage.style.display = 'none';
  5148.        infoMessage.style.display = 'none';
  5149.        
  5150.        // Show specific message
  5151.        if (type === 'success') {
  5152.            successMessage.style.display = 'block';
  5153.        } else if (type === 'error') {
  5154.            errorMessage.style.display = 'block';
  5155.        } else if (type === 'info') {
  5156.            infoMessage.style.display = 'block';
  5157.        }
  5158.    }
  5159.    
  5160.    // Smooth reveal animations
  5161.    const observerOptions = {
  5162.        threshold: 0.1,
  5163.        rootMargin: '0px 0px -30px 0px'
  5164.    };
  5165.    
  5166.    const sectionObserver = new IntersectionObserver((entries) => {
  5167.        entries.forEach(entry => {
  5168.            if (entry.isIntersecting) {
  5169.                entry.target.style.opacity = '1';
  5170.                entry.target.style.transform = 'translateY(0)';
  5171.            }
  5172.        });
  5173.    }, observerOptions);
  5174.    
  5175.    // Animate sections
  5176.    document.querySelectorAll('.brand-section, .links-section, .categories-section').forEach((section, index) => {
  5177.        section.style.opacity = '0';
  5178.        section.style.transform = 'translateY(20px)';
  5179.        section.style.transition = `all 0.6s ease ${index * 0.2}s`;
  5180.        sectionObserver.observe(section);
  5181.    });
  5182.    
  5183.    // Animate category pills
  5184.    document.querySelectorAll('.category-pill').forEach((pill, index) => {
  5185.        pill.style.opacity = '0';
  5186.        pill.style.transform = 'translateY(10px)';
  5187.        pill.style.transition = `all 0.4s ease ${index * 0.1}s`;
  5188.        
  5189.        setTimeout(() => {
  5190.            pill.style.opacity = '1';
  5191.            pill.style.transform = 'translateY(0)';
  5192.        }, 300 + (index * 100));
  5193.    });
  5194.    
  5195.    // Enhanced link hover effects
  5196.    document.querySelectorAll('.link-text').forEach(link => {
  5197.        link.addEventListener('mouseenter', function() {
  5198.            const icon = this.querySelector('.link-icon');
  5199.            if (icon) {
  5200.                icon.style.transform = 'translateX(4px)';
  5201.            }
  5202.        });
  5203.        
  5204.        link.addEventListener('mouseleave', function() {
  5205.            const icon = this.querySelector('.link-icon');
  5206.            if (icon) {
  5207.                icon.style.transform = 'translateX(0)';
  5208.            }
  5209.        });
  5210.    });
  5211.    
  5212.    // Prevent default for demo links
  5213.    document.querySelectorAll('a[href="#"]').forEach(link => {
  5214.        link.addEventListener('click', function(e) {
  5215.            e.preventDefault();
  5216.        });
  5217.    });
  5218.    
  5219.    // Add ripple effect to submit button
  5220.    submitButton.addEventListener('click', function(e) {
  5221.        const ripple = document.createElement('span');
  5222.        const rect = this.getBoundingClientRect();
  5223.        const size = Math.max(rect.width, rect.height);
  5224.        const x = e.clientX - rect.left - size / 2;
  5225.        const y = e.clientY - rect.top - size / 2;
  5226.        
  5227.        ripple.style.cssText = `
  5228.            position: absolute;
  5229.            width: ${size}px;
  5230.            height: ${size}px;
  5231.            left: ${x}px;
  5232.            top: ${y}px;
  5233.            background: rgba(255, 255, 255, 0.3);
  5234.            border-radius: 50%;
  5235.            transform: scale(0);
  5236.            animation: ripple 0.6s ease-out;
  5237.            pointer-events: none;
  5238.        `;
  5239.        
  5240.        this.appendChild(ripple);
  5241.        
  5242.        setTimeout(() => {
  5243.            ripple.remove();
  5244.        }, 600);
  5245.    });
  5246.    
  5247. });
  5248.  
  5249. // Add CSS for ripple animation
  5250. const rippleStyle = document.createElement('style');
  5251. rippleStyle.textContent = `
  5252.    @keyframes ripple {
  5253.        to {
  5254.            transform: scale(2);
  5255.            opacity: 0;
  5256.        }
  5257.    }
  5258.    
  5259.    @keyframes spin {
  5260.        from { transform: rotate(0deg); }
  5261.        to { transform: rotate(360deg); }
  5262.    }
  5263.    
  5264.    .submit-button {
  5265.        position: relative;
  5266.        overflow: hidden;
  5267.    }
  5268. `;
  5269. document.head.appendChild(rippleStyle);
  5270. </script>
  5271.  
  5272.        <!-- end of wpo-site-footer-section -->
  5273.    </div>
  5274.    <!-- end of page-wrapper -->
  5275.  
  5276.    <!-- All JavaScript files
  5277.    ================================================== -->
  5278.    
  5279.  
  5280. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  5281. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  5282. <!-- Plugins for this template -->
  5283. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  5284. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  5285. <!-- Custom script for this template -->
  5286. <script src="/static/blogapp/assets/js/script.js"></script>
  5287.  
  5288. <script>
  5289. (function () {
  5290. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  5291. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  5292.  
  5293. function applyFallback(img) {
  5294. if (!img || img.dataset.fallbackApplied === "1") {
  5295. return;
  5296. }
  5297. var failedSrc = img.currentSrc || img.src || "";
  5298. img.dataset.fallbackApplied = "1";
  5299. img.onerror = null;
  5300. img.src = fallbackImageSrc;
  5301. console.warn("[ImageFallback] Replaced broken image:", {
  5302. failedSrc: failedSrc,
  5303. fallbackSrc: fallbackImageSrc,
  5304. alt: img.alt || "",
  5305. });
  5306. }
  5307.  
  5308. document.querySelectorAll("img").forEach(function (img) {
  5309. if (img.complete && img.naturalWidth === 0) {
  5310. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  5311. failedSrc: img.currentSrc || img.src || "",
  5312. alt: img.alt || "",
  5313. });
  5314. applyFallback(img);
  5315. }
  5316. });
  5317.  
  5318. document.addEventListener(
  5319. "error",
  5320. function (event) {
  5321. var target = event.target;
  5322. if (target && target.tagName === "IMG") {
  5323. applyFallback(target);
  5324. }
  5325. },
  5326. true
  5327. );
  5328. })();
  5329. </script>
  5330.  
  5331. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  5332.  
  5333.  
  5334.  
  5335. <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":"475aa6f878124a64b191fa3ca2c07413","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  5336. </body>
  5337.  
  5338. </html>
  5339.  
  5340.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda