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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="ptserif">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_-_2025-04-28T153539.815_mUP3Go9_pJBusNk_AzQn3ug_j0L4HKa_YNuye9v.png">
  14.    
  15.  
  16.    <title>GoldCore Plus: Expert Gold Investment Advice &amp; Market Insights</title>
  17.    <meta name="description" content="GoldCore Plus offers expert analysis, investment strategies, and market insights for gold investors. Stay updated with trends and secure your portfolio.">
  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://goldcoreplus.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ffc107;
  42.        --bs-primary-rgb: ffc107;
  43.        --bs-secondary: #78716c;
  44.        --bs-success: #10b981;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #d97706;
  47.        --bs-info: #0284c7;
  48.        --bs-light: #fefce8;
  49.        --bs-dark: #3f3f46;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ffc107;
  53.        --theme-primary-color-s2: #ffc107;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #3f3f46;
  57.        --text-light-color: #676767;
  58.        --heading-color: #3f3f46;
  59.        --border-color: #fef08a;
  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: #fef08a;
  75.        --navbar-color: #3f3f46;
  76.        --topbar-bg: #fefce8;
  77.        --topbar-color: #3f3f46;
  78.        --footer-bg: #3f3f46;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #fef08a;
  82.        --card-radius: 10px;
  83.        --link-color: #ffc107;
  84.        --link-hover: #e0a800;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(255, 193, 7, 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_39">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405. <style>
  406.    /* General styling for top bar */
  407.    .unique-topbar-v7 {
  408.        background-color: var(--topbar-bg);
  409.        color: #fff;
  410.      
  411.    }
  412.    .unique-v7 {
  413.        padding: 10px 30px;
  414.        display: flex;
  415.        align-items: center;
  416.        justify-content: space-between; /* Ensure it stretches across */
  417.    }
  418.  
  419.    .unique-menu-btn-v7 {
  420.        border: none;
  421.        max-width: 145px !important;
  422.        padding: 8px;
  423.        cursor: pointer;
  424.        border-radius: 5px;
  425.    }
  426.  
  427.    .unique-news-container-v7 {
  428.        display: flex;
  429.        align-items: center;
  430.        overflow: hidden;
  431.        width: fit-content;
  432.        flex-grow: 1; /* Take remaining space */
  433.        height: 60px;
  434.    }
  435.  
  436.    .unique-news-wrapper-v7 {
  437.        display: flex;
  438.        flex-direction: row;
  439.        align-items: center;
  440.        padding: 5px;
  441.    }
  442.  
  443.    .unique-news-item-v7 {
  444.        opacity: 0;
  445.        transform: translateX(100px);
  446.        transition: all 0.5s ease;
  447.        font-size: 16px;
  448.        color: var(--topbar-color);
  449.        height: 0;
  450.        width: 0;
  451.    }
  452.    
  453.    .unique-news-item-v7.active-v7 {
  454.        padding: 10px;
  455.        opacity: 1;
  456.          height: auto;
  457.        width: auto;
  458.        margin-right: 20px;
  459.        transform: translateX(0);
  460.    }
  461.  
  462.    .unique-news-item-v7.exit-up-v7 {
  463.        opacity: 0;
  464.        transform: translateX(-100px); /* Move news item left */
  465.    }
  466.  
  467.    /* Social Icons in Inline */
  468.    .contact-info-v7 {
  469.        display: flex;
  470.        gap: 10px;
  471.    }
  472.  
  473.    .contact-info-v7 ul {
  474.        display: flex;
  475.        gap: 15px;
  476.        list-style: none;
  477.    }
  478.  
  479.    .social-icon-v7 {
  480.        color: var(--topbar-color) !important;
  481.        font-size: 20px;
  482.        text-decoration: none;
  483.    }
  484.  
  485.    .social-icon-v7:hover {
  486.        color: #1da1f2;
  487.    }
  488. </style>
  489.  
  490. <div class="unique-topbar-v7">
  491.    <div class="fluid-container unique-v7 container-fluid">
  492.        <button class="unique-menu-btn-v7 bg-primary-gradient w-100 fw-bold">Latest Updates</button>        
  493.      
  494.        <div class="unique-news-container-v7">
  495.            <div class="unique-news-wrapper-v7" id="newsWrapper-v7">
  496.                <!-- News items will be added dynamically -->
  497.            </div>
  498.        </div>
  499.      
  500.        <div class="contact-info-v7">
  501.            <ul>
  502.                <li><a href="#" class="social-icon-v7"><i class="ti-facebook"></i></a></li>
  503.                <li><a href="#" class="social-icon-v7"><i class="ti-twitter-alt"></i></a></li>
  504.                <li><a href="#" class="social-icon-v7"><i class="ti-instagram"></i></a></li>
  505.                <li><a href="#" class="social-icon-v7"><i class="ti-google"></i></a></li>
  506.            </ul>
  507.        </div>
  508.    </div>
  509. </div>
  510.  
  511. <script>
  512.    // Build array dynamically from Django context
  513.    const newsItems = [
  514.        
  515.            { title: "Missing Bach Works Presented for First\u002DEver Performance in Over Three Centuries", url: "/missing-bach-works-presented-for-first-ever-performance-in-over-three-centuries/" },
  516.        
  517.            { title: "Galápagos Had No Indigenous Amphibians. Then Countless Numbers of Frogs Made Their Home", url: "/gal%C3%A1pagos-had-no-indigenous-amphibians-then-countless-numbers-of-frogs-made-their-home/" },
  518.        
  519.            { title: "Sharing a Dugout with Sir Alex and Being \u0027Knocked Out\u0027 – A Lenswoman\u0027s Stories", url: "/sharing-a-dugout-with-sir-alex-and-being-knocked-out-a-lenswomans-stories/" },
  520.        
  521.            { title: "Gavin Newsom Again Denies Parole for Cult Member Patricia Krenwinkel", url: "/gavin-newsom-again-denies-parole-for-cult-member-patricia-krenwinkel/" },
  522.        
  523.            { title: "Individual Accused in Brown University Incident Found Discovered Deceased Inside Storage Facility.", url: "/individual-accused-in-brown-university-incident-found-discovered-deceased-inside-storage-facility/" }
  524.        
  525.    ];
  526.  
  527.    let currentNewsIndex = 0;
  528.    const newsWrapper = document.getElementById('newsWrapper-v7');
  529.    let newsElements = [];
  530.  
  531.    // Create news elements
  532.    function createNewsElements() {
  533.        newsItems.forEach((news, index) => {
  534.            const newsElement = document.createElement('div');
  535.            newsElement.className = 'unique-news-item-v7';
  536.            newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  537.            newsWrapper.appendChild(newsElement);
  538.            newsElements.push(newsElement);
  539.        });
  540.  
  541.        if (newsElements.length > 0) {
  542.            newsElements[0].classList.add('active-v7');
  543.        }
  544.    }
  545.  
  546.    // Animate news change
  547.    function changeNews() {
  548.        const currentElement = newsElements[currentNewsIndex];
  549.        const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  550.        const nextElement = newsElements[nextIndex];
  551.  
  552.        currentElement.classList.remove('active-v7');
  553.        currentElement.classList.add('exit-up-v7');
  554.  
  555.        setTimeout(() => {
  556.            nextElement.classList.add('active-v7');
  557.            currentNewsIndex = nextIndex;
  558.  
  559.            setTimeout(() => {
  560.                currentElement.classList.remove('exit-up-v7');
  561.            }, 100);
  562.        }, 250);
  563.    }
  564.  
  565.    // Start news rotation
  566.    function startNewsRotation() {
  567.        setInterval(changeNews, 5000);
  568.    }
  569.  
  570.    window.onload = function() {
  571.        createNewsElements();
  572.        startNewsRotation();
  573.    };
  574. </script>
  575.  
  576.  
  577.  
  578.            
  579.  
  580.  
  581.  
  582.  
  583.  
  584.  
  585. <header class="header-v7 py-2 mb-4">
  586.    <!-- Top Bar -->
  587.    <div class="top-bar-v7">
  588.        <div class="container-fluid fluid-container">
  589.            <div class="row align-items-center justify-content-center">
  590.                <div class="col-lg-3 col-md-4">
  591.                    <div class="logo-section-v7">
  592.                        <a class="brand-link-v7" href="/">
  593.                            
  594.                                GoldCore Plus
  595.                            
  596.                        </a>
  597.                    </div>
  598.                </div>
  599.                <div class="col-lg-6 col-md-5">
  600.                    <div class="search-bar-v7">
  601.                        <form class="search-form-v7" action="#" method="get">
  602.                            <div class="search-container-v7">
  603.                                <input id="search-input" type="search" class="search-input-v7"
  604.                                    placeholder="Search articles, tutorials, news..." name="q">
  605.                                <button type="submit" class="search-btn-v7">
  606.                                    <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  607.                                        stroke-width="2">
  608.                                        <circle cx="11" cy="11" r="8"></circle>
  609.                                        <path d="m21 21-4.35-4.35"></path>
  610.                                    </svg>
  611.                                </button>
  612.                            </div>
  613.                            <div id="search-results" class="search-results-container search-v1"></div>
  614.                        </form>
  615.                    </div>
  616.                </div>
  617.                <div class="col-lg-3 col-md-3">
  618.                    <!-- Empty column for spacing -->
  619.                </div>
  620.            </div>
  621.        </div>
  622.    </div>
  623.  
  624.    <!-- Main Navigation -->
  625.    <div class="main-nav-v7">
  626.        <div class="container-fluid">
  627.            <div class="nav-wrapper-v7">
  628.  
  629.                <!-- Sidebar Navigation -->
  630.                <nav class="sidebar-nav-v7" id="sidebarNavV7">
  631.                    <div class="nav-header-v7">
  632.                        <h6 class="nav-title-v7">Navigation</h6>
  633.                        <button class="sidebar-close-v7 text-link" onclick="closeSidebarV7()">
  634.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  635.                                stroke-width="2">
  636.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  637.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  638.                            </svg>
  639.                        </button>
  640.                    </div>
  641.  
  642.                    <ul class="sidebar-menu-v7">
  643.                        <li class="sidebar-item-v7">
  644.                            <a href='/' class="sidebar-link-v7 active-v7">
  645.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  646.                                    stroke="currentColor" stroke-width="2">
  647.                                    <path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
  648.                                    <polyline points="9,22 9,12 15,12 15,22"></polyline>
  649.                                </svg>
  650.                                Home
  651.                            </a>
  652.                        </li>
  653.  
  654.                        <li class="sidebar-item-v7 has-submenu-v7">
  655.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('tech-submenu-v7')">
  656.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  657.                                    stroke="currentColor" stroke-width="2">
  658.                                    <rect x="2" y="3" width="20" height="14" rx="2" ry="2"></rect>
  659.                                    <line x1="8" y1="21" x2="16" y2="21"></line>
  660.                                    <line x1="12" y1="17" x2="12" y2="21"></line>
  661.                                </svg>
  662.                                Technology
  663.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  664.                                    stroke="currentColor" stroke-width="2">
  665.                                    <polyline points="6,9 12,15 18,9"></polyline>
  666.                                </svg>
  667.                            </a>
  668.                            <ul class="sidebar-submenu-v7" id="tech-submenu-v7">
  669.                                <li><a href="#" class="sidebar-sublink-v7">Web Development</a></li>
  670.                                <li><a href="#" class="sidebar-sublink-v7">Mobile Apps</a></li>
  671.                                <li><a href="#" class="sidebar-sublink-v7">AI & Machine Learning</a></li>
  672.                                <li><a href="#" class="sidebar-sublink-v7">Cybersecurity</a></li>
  673.                            </ul>
  674.                        </li>
  675.  
  676.                        <li class="sidebar-item-v7 has-submenu-v7">
  677.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('business-submenu-v7')">
  678.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  679.                                    stroke="currentColor" stroke-width="2">
  680.                                    <path
  681.                                        d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z">
  682.                                    </path>
  683.                                </svg>
  684.                                Business
  685.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  686.                                    stroke="currentColor" stroke-width="2">
  687.                                    <polyline points="6,9 12,15 18,9"></polyline>
  688.                                </svg>
  689.                            </a>
  690.                            <ul class="sidebar-submenu-v7" id="business-submenu-v7">
  691.                                <li><a href="#" class="sidebar-sublink-v7">Startups</a></li>
  692.                                <li><a href="#" class="sidebar-sublink-v7">Marketing</a></li>
  693.                                <li><a href="#" class="sidebar-sublink-v7">Finance</a></li>
  694.                            </ul>
  695.                        </li>
  696.  
  697.                        <li class="sidebar-item-v7">
  698.                            <a href="#" class="sidebar-link-v7">
  699.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  700.                                    stroke="currentColor" stroke-width="2">
  701.                                    <path d="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"></path>
  702.                                    <path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"></path>
  703.                                </svg>
  704.                                Tutorials
  705.                            </a>
  706.                        </li>
  707.  
  708.                        <li class="sidebar-item-v7">
  709.                            <a href="#" class="sidebar-link-v7">
  710.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  711.                                    stroke="currentColor" stroke-width="2">
  712.                                    <polygon
  713.                                        points="12,2 15.09,8.26 22,9.27 17,14.14 18.18,21.02 12,17.77 5.82,21.02 7,14.14 2,9.27 8.91,8.26">
  714.                                    </polygon>
  715.                                </svg>
  716.                                Reviews
  717.                            </a>
  718.                        </li>
  719.  
  720.                        <li class="sidebar-item-v7">
  721.                            <a href="#" class="sidebar-link-v7">
  722.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  723.                                    stroke="currentColor" stroke-width="2">
  724.                                    <path d="M6 2l3 6 5.5-3-2.5 7h7l-3 6-5.5-3 2.5-7H6z"></path>
  725.                                </svg>
  726.                                News
  727.                            </a>
  728.                        </li>
  729.  
  730.                        <li class="sidebar-item-v7">
  731.                            <a href="#" class="sidebar-link-v7">
  732.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  733.                                    stroke="currentColor" stroke-width="2">
  734.                                    <circle cx="12" cy="12" r="3"></circle>
  735.                                    <path
  736.                                        d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1 1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z">
  737.                                    </path>
  738.                                </svg>
  739.                                About
  740.                            </a>
  741.                        </li>
  742.  
  743.                        <li class="sidebar-item-v7">
  744.                            <a href="#" class="sidebar-link-v7">
  745.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  746.                                    stroke="currentColor" stroke-width="2">
  747.                                    <path
  748.                                        d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z">
  749.                                    </path>
  750.                                    <polyline points="22,6 12,13 2,6"></polyline>
  751.                                </svg>
  752.                                Contact
  753.                            </a>
  754.                        </li>
  755.                    </ul>
  756.                </nav>
  757.                <div class="sidebar-blur"></div>
  758.  
  759.                <!-- Main Content Area -->
  760.                <div class="content-area-v7">
  761.                    <!-- Horizontal Nav for Desktop -->
  762.                    <nav class="horizontal-nav-v7 d-none d-lg-flex">
  763.                        <ul class="horizontal-menu-v7">
  764.  
  765.                            
  766.                            <li class="horizontal-item-v7">
  767.                                <a href="/" class="horizontal-link-v7 active-v7">Home</a>
  768.                            </li>
  769.  
  770.                            
  771.                            
  772.                             <li class="horizontal-item-v7">
  773.                                <a href="/category/all-posts/" class="horizontal-link-v7">
  774.                                    All Posts
  775.                                </a>
  776.                                </li>
  777.  
  778.                                
  779.  
  780.                                        
  781.                                        
  782.                                
  783.                             <li class="horizontal-item-v7">
  784.                                <a href="/category/business/" class="horizontal-link-v7">
  785.                                    Business
  786.                                </a>
  787.                                </li>
  788.  
  789.                                
  790.  
  791.                                        
  792.                                        
  793.                                
  794.                             <li class="horizontal-item-v7">
  795.                                <a href="/category/esports/" class="horizontal-link-v7">
  796.                                    Esports
  797.                                </a>
  798.                                </li>
  799.  
  800.                                
  801.  
  802.                                        
  803.                                        
  804.                                
  805.                             <li class="horizontal-item-v7">
  806.                                <a href="/category/fashion/" class="horizontal-link-v7">
  807.                                    Fashion
  808.                                </a>
  809.                                </li>
  810.  
  811.                                
  812.  
  813.                                        
  814.                                        
  815.                                
  816.                             <li class="horizontal-item-v7">
  817.                                <a href="/category/featured/" class="horizontal-link-v7">
  818.                                    Featured
  819.                                </a>
  820.                                </li>
  821.  
  822.                                
  823.  
  824.                                        
  825.                                        
  826.                                
  827.                             <li class="horizontal-item-v7">
  828.                                <a href="/category/gaming/" class="horizontal-link-v7">
  829.                                    Gaming
  830.                                </a>
  831.                                </li>
  832.  
  833.                                
  834.  
  835.                                        
  836.                                        
  837.                                
  838.                             <li class="horizontal-item-v7">
  839.                                <a href="/category/health/" class="horizontal-link-v7">
  840.                                    Health
  841.                                </a>
  842.                                </li>
  843.  
  844.                                
  845.  
  846.                                        
  847.                                        
  848.                                
  849.                            
  850.                                
  851.                                <li class="horizontal-item-v7 dropdown-v7">
  852.                                    <a href="#" class="horizontal-link-v7">More</a>
  853.                                    <div class="horizontal-dropdown-v7">
  854.                                        <a href="/category/life-fitness/"
  855.                                            class="dropdown-item-v7">
  856.                                            Life &amp; Fitness
  857.                                        </a>
  858.                                        
  859.  
  860.                                        
  861.                                        
  862.                                
  863.                            
  864.                                        <a href="/category/lifestyle/"
  865.                                            class="dropdown-item-v7">
  866.                                            Lifestyle
  867.                                        </a>
  868.                                        
  869.  
  870.                                        
  871.                                        
  872.                                
  873.                            
  874.                                        <a href="/category/news/"
  875.                                            class="dropdown-item-v7">
  876.                                            News
  877.                                        </a>
  878.                                        
  879.  
  880.                                        
  881.                                        
  882.                                
  883.                            
  884.                                        <a href="/category/others/"
  885.                                            class="dropdown-item-v7">
  886.                                            Others
  887.                                        </a>
  888.                                        
  889.  
  890.                                        
  891.                                        
  892.                                
  893.                            
  894.                                        <a href="/category/politics/"
  895.                                            class="dropdown-item-v7">
  896.                                            Politics
  897.                                        </a>
  898.                                        
  899.  
  900.                                        
  901.                                        
  902.                                
  903.                            
  904.                                        <a href="/category/sports/"
  905.                                            class="dropdown-item-v7">
  906.                                            Sports
  907.                                        </a>
  908.                                        
  909.  
  910.                                        
  911.                                        
  912.                                
  913.                            
  914.                                        <a href="/category/tech/"
  915.                                            class="dropdown-item-v7">
  916.                                            Tech
  917.                                        </a>
  918.                                        
  919.  
  920.                                        
  921.                                        
  922.                                
  923.                            
  924.                                        <a href="/category/travel/"
  925.                                            class="dropdown-item-v7">
  926.                                            Travel
  927.                                        </a>
  928.                                        
  929.  
  930.                                        
  931.                                        
  932.                                    </div>
  933.                                </li>
  934.                                
  935.                                
  936. <li>
  937.                  <a href="/page/contact-us/">
  938.                     Contact Us
  939.                  </a>
  940.              </li>
  941.                        </ul>
  942.                    </nav>
  943.  
  944.  
  945.                    <!-- Mobile Menu Button -->
  946.                    <button class="mobile-menu-btn-v7 d-lg-none text-link" onclick="openSidebarV7()">
  947.                        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  948.                            stroke-width="2">
  949.                            <line x1="3" y1="6" x2="21" y2="6"></line>
  950.                            <line x1="3" y1="12" x2="21" y2="12"></line>
  951.                            <line x1="3" y1="18" x2="21" y2="18"></line>
  952.                        </svg>
  953.                        Menu
  954.                    </button>
  955.                </div>
  956.            </div>
  957.        </div>
  958.    </div>
  959.  
  960.    <!-- Overlay for mobile sidebar -->
  961.    <div class="sidebar-overlay-v7" id="sidebarOverlayV7" onclick="closeSidebarV7()"></div>
  962. </header>
  963.  
  964. <style>
  965.    /* Navbar V7 Styles - Vertical Sidebar Navigation */
  966.    .header-v7 {
  967.        position: relative;
  968.        background: var(--navbar-bg);
  969.    }
  970.  
  971.    /* Top Bar Styles */
  972.    .top-bar-v7 {
  973.        padding: 15px 0;
  974.        border-bottom: 1px solid var(--border-color);
  975.        background: var(--navbar-bg);
  976.    }
  977.  
  978.    .logo-img-v7 {
  979.        max-height: 70px;
  980.        transition: transform 0.3s ease;
  981.    }
  982.  
  983.    .logo-img-v7:hover {
  984.        transform: scale(1.05);
  985.    }
  986.  
  987.    /* Search Bar Styles */
  988.    .search-container-v7 {
  989.        position: relative;
  990.        display: flex;
  991.        align-items: center;
  992.        background: transparent;
  993.        border: 2px solid var(--border-color);
  994.        border-radius: 8px;
  995.        overflow: hidden;
  996.        transition: all 0.3s ease;
  997.    }
  998.  
  999.    .search-container-v7:focus-within {
  1000.        border-color: #007bff33;
  1001.        box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.1);
  1002.    }
  1003.  
  1004.    .search-input-v7 {
  1005.        color: var(--topbar-color) !important;
  1006.        flex: 1;
  1007.        border: none;
  1008.        padding: 12px 16px;
  1009.        font-size: 14px;
  1010.        outline: none;
  1011.        background: transparent;
  1012.    }
  1013.  
  1014.    .search-input-v7::placeholder {
  1015.        color: #a0aec0;
  1016.    }
  1017.  
  1018.    .search-btn-v7 {
  1019.        background: var(--bs-primary);
  1020.        color: white;
  1021.        border: none;
  1022.        padding: 12px 16px;
  1023.        cursor: pointer;
  1024.        transition: background 0.3s ease;
  1025.    }
  1026.  
  1027.    .search-btn-v7:hover {
  1028.        background: #3182ce;
  1029.    }
  1030.  
  1031.    /* Header Actions */
  1032.    .header-actions-v7 {
  1033.        display: flex;
  1034.        align-items: center;
  1035.        gap: 15px;
  1036.        justify-content: flex-end;
  1037.    }
  1038.  
  1039.    .notification-btn-v7,
  1040.    .profile-btn-v7 {
  1041.        background: none;
  1042.        border: none;
  1043.        padding: 8px;
  1044.        border-radius: 8px;
  1045.        cursor: pointer;
  1046.        transition: background 0.3s ease;
  1047.        position: relative;
  1048.    }
  1049.  
  1050.    .notification-btn-v7:hover,
  1051.    .profile-btn-v7:hover {
  1052.        background: #f1f5f9;
  1053.    }
  1054.  
  1055.    .notification-badge-v7 {
  1056.        position: absolute;
  1057.        top: 2px;
  1058.        right: 2px;
  1059.        background: #e53e3e;
  1060.        color: white;
  1061.        font-size: 16px;
  1062.        font-weight: 600;
  1063.        width: 16px;
  1064.        height: 16px;
  1065.        border-radius: 50%;
  1066.        display: flex;
  1067.        align-items: center;
  1068.        justify-content: center;
  1069.    }
  1070.  
  1071.    .profile-avatar-v7 {
  1072.        width: 32px;
  1073.        height: 32px;
  1074.        background: var(--border-color);
  1075.        border-radius: 50%;
  1076.        display: flex;
  1077.        align-items: center;
  1078.        justify-content: center;
  1079.    }
  1080.  
  1081.    /* Main Navigation */
  1082.    .main-nav-v7 {
  1083.        background: var(--navbar-bg);
  1084.    }
  1085.  
  1086.    .nav-wrapper-v7 {
  1087.        display: flex;
  1088.        align-items: center;
  1089.        justify-content: center;
  1090.        min-height: 60px;
  1091.    }
  1092.  
  1093.    /* Sidebar Navigation */
  1094.    .sidebar-nav-v7 {
  1095.        position: fixed;
  1096.        top: 0;
  1097.        left: -350px;
  1098.        width: 350px;
  1099.        height: 100vh;
  1100.        background: var(--navbar-bg);
  1101.        z-index: 1000;
  1102.        transition: left 0.3s ease;
  1103.        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  1104.        overflow-y: auto;
  1105.    }
  1106.  
  1107.    .sidebar-nav-v7.show-v7 {
  1108.        left: 0;
  1109.    }
  1110.  
  1111.    .nav-header-v7 {
  1112.        display: flex;
  1113.        align-items: center;
  1114.        justify-content: space-between;
  1115.        padding: 20px 25px;
  1116.        border-bottom: 1px solid var(--border-color);
  1117.        background: var(--navbar-bg);
  1118.    }
  1119.  
  1120.    .nav-title-v7 {
  1121.        font-size: 16px;
  1122.        font-weight: 600;
  1123.        color: #2d3748;
  1124.        margin: 0;
  1125.    }
  1126.  
  1127.    .sidebar-close-v7 {
  1128.        background: none;
  1129.        border: none;
  1130.        padding: 8px;
  1131.        cursor: pointer;
  1132.        border-radius: 6px;
  1133.        transition: background 0.3s ease;
  1134.    }
  1135.  
  1136.    .sidebar-close-v7:hover {
  1137.        background: var(--border-color);
  1138.    }
  1139.  
  1140.    .sidebar-menu-v7 {
  1141.        list-style: none;
  1142.        padding: 20px 0;
  1143.        margin: 0;
  1144.    }
  1145.  
  1146.    .sidebar-item-v7 {
  1147.        margin-bottom: 5px;
  1148.    }
  1149.  
  1150.    .sidebar-link-v7 {
  1151.        display: flex;
  1152.        align-items: center;
  1153.        color: #4a5568;
  1154.        text-decoration: none;
  1155.        padding: 15px 25px;
  1156.        font-size: 15px;
  1157.        font-weight: 500;
  1158.        transition: all 0.3s ease;
  1159.        position: relative;
  1160.    }
  1161.  
  1162.    .sidebar-link-v7:hover,
  1163.    .sidebar-link-v7.active-v7 {
  1164.        color: #007bff;
  1165.        background: var(--border-color);
  1166.    }
  1167.  
  1168.    .sidebar-link-v7.active-v7::before {
  1169.        content: '';
  1170.        position: absolute;
  1171.        left: 0;
  1172.        top: 0;
  1173.        bottom: 0;
  1174.        width: 4px;
  1175.        background: #007bff;
  1176.    }
  1177.  
  1178.    .sidebar-icon-v7 {
  1179.        margin-right: 12px;
  1180.        color: currentColor;
  1181.    }
  1182.  
  1183.    .submenu-arrow-v7 {
  1184.        margin-left: auto;
  1185.        transition: transform 0.3s ease;
  1186.    }
  1187.  
  1188.    .has-submenu-v7.open-v7 .submenu-arrow-v7 {
  1189.        transform: rotate(180deg);
  1190.    }
  1191.  
  1192.    .sidebar-submenu-v7 {
  1193.        list-style: none;
  1194.        padding: 0;
  1195.        margin: 0;
  1196.        max-height: 0;
  1197.        overflow: hidden;
  1198.        transition: max-height 0.3s ease;
  1199.        background: var(--navbar-bg);
  1200.    }
  1201.  
  1202.    .sidebar-submenu-v7.show-v7 {
  1203.        max-height: 300px;
  1204.        padding: 10px 0;
  1205.    }
  1206.  
  1207.    .sidebar-sublink-v7 {
  1208.        display: block;
  1209.        color: #718096;
  1210.        text-decoration: none;
  1211.        padding: 10px 25px 10px 55px;
  1212.        font-size: 14px;
  1213.        transition: all 0.3s ease;
  1214.    }
  1215.  
  1216.    .sidebar-sublink-v7:hover {
  1217.        color: #007bff;
  1218.        background: var(--border-color);
  1219.    }
  1220.  
  1221.    /* Sidebar Footer */
  1222.    .sidebar-footer-v7 {
  1223.        padding: 25px;
  1224.        margin-top: auto;
  1225.        border-top: 1px solid var(--border-color);
  1226.    }
  1227.  
  1228.    .sidebar-cta-v7 {
  1229.        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  1230.        padding: 20px;
  1231.        border-radius: 12px;
  1232.        text-align: center;
  1233.        color: white;
  1234.    }
  1235.  
  1236.    .cta-title-v7 {
  1237.        font-size: 14px;
  1238.        font-weight: 600;
  1239.        margin: 0 0 5px 0;
  1240.    }
  1241.  
  1242.    .cta-text-v7 {
  1243.        font-size: 12px;
  1244.        margin: 0 0 15px 0;
  1245.        opacity: 0.9;
  1246.    }
  1247.  
  1248.    .cta-btn-v7 {
  1249.        background: rgba(255, 255, 255, 0.2);
  1250.        color: white;
  1251.        border: 1px solid rgba(255, 255, 255, 0.3);
  1252.        padding: 8px 20px;
  1253.        border-radius: 20px;
  1254.        font-size: 12px;
  1255.        font-weight: 500;
  1256.        cursor: pointer;
  1257.        transition: all 0.3s ease;
  1258.    }
  1259.  
  1260.    .cta-btn-v7:hover {
  1261.        background: rgba(255, 255, 255, 0.3);
  1262.    }
  1263.  
  1264.    /* Horizontal Navigation for Desktop */
  1265.    .horizontal-nav-v7 {
  1266.        flex: 1;
  1267.        display: flex;
  1268.        justify-content: center;
  1269.    }
  1270.  
  1271.    .horizontal-menu-v7 {
  1272.        list-style: none;
  1273.        padding: 0;
  1274.        margin: 0;
  1275.        display: flex;
  1276.        align-items: center;
  1277.    }
  1278.  
  1279.    .horizontal-item-v7 {
  1280.        position: relative;
  1281.        margin-right: 30px;
  1282.    }
  1283.  
  1284.    .horizontal-link-v7 {
  1285.        color: #4a5568;
  1286.        text-decoration: none;
  1287.        font-size: 16px;
  1288.        font-weight: 500;
  1289.        padding: 20px 0;
  1290.        position: relative;
  1291.        transition: color 0.3s ease;
  1292.    }
  1293.  
  1294.    .horizontal-link-v7::after {
  1295.        content: '';
  1296.        position: absolute;
  1297.        bottom: 0;
  1298.        left: 0;
  1299.        width: 0;
  1300.        height: 2px;
  1301.        background: #007bff;
  1302.        transition: width 0.3s ease;
  1303.    }
  1304.  
  1305.    .horizontal-link-v7:hover,
  1306.    .horizontal-link-v7.active-v7 {
  1307.        color: #007bff;
  1308.        font-weight: 600;
  1309.    }
  1310.  
  1311.    .horizontal-link-v7:hover::after,
  1312.    .horizontal-link-v7.active-v7::after {
  1313.        width: 100%;
  1314.    }
  1315.  
  1316.    /* Horizontal Dropdown */
  1317.    .horizontal-dropdown-v7 {
  1318.        position: absolute;
  1319.        top: 100%;
  1320.        left: 0;
  1321.        background: var(--navbar-bg);
  1322.        min-width: 200px;
  1323.        border-radius: 8px;
  1324.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  1325.        opacity: 0;
  1326.        visibility: hidden;
  1327.        transform: translateY(-10px);
  1328.        transition: all 0.3s ease;
  1329.        padding: 10px 0;
  1330.        z-index: 100;
  1331.    }
  1332.  
  1333.    .dropdown-v7:hover .horizontal-dropdown-v7 {
  1334.        opacity: 1;
  1335.        visibility: visible;
  1336.        transform: translateY(0);
  1337.    }
  1338.  
  1339.    .dropdown-item-v7 {
  1340.        display: block;
  1341.        color: #4a5568;
  1342.        text-decoration: none;
  1343.        padding: 12px 20px;
  1344.        font-size: 14px;
  1345.        transition: all 0.3s ease;
  1346.    }
  1347.  
  1348.    .dropdown-item-v7:hover {
  1349.        color: #007bff;
  1350.        background: #565758ff;
  1351.    }
  1352.  
  1353.    /* Mobile Menu Button */
  1354.    .mobile-menu-btn-v7 {
  1355.        background: none;
  1356.        border: 1px solid var(--border-color);
  1357.        padding: 10px 15px;
  1358.        border-radius: 8px;
  1359.        cursor: pointer;
  1360.        display: flex;
  1361.        align-items: center;
  1362.        gap: 8px;
  1363.        font-size: 14px;
  1364.        font-weight: 500;
  1365.        color: #4a5568;
  1366.        transition: all 0.3s ease;
  1367.        margin: 0 auto;
  1368.    }
  1369.  
  1370.    .mobile-menu-btn-v7:hover {
  1371.        border-color: #cbd5e0;
  1372.        opacity: 0.7;
  1373.    }
  1374.  
  1375.    /* Sidebar Overlay */
  1376.    .sidebar-overlay-v7 {
  1377.        position: fixed;
  1378.        top: 0;
  1379.        left: 0;
  1380.        right: 0;
  1381.        bottom: 0;
  1382.        background: rgba(0, 0, 0, 0.5);
  1383.        z-index: 999;
  1384.        opacity: 0;
  1385.        visibility: hidden;
  1386.        transition: all 0.3s ease;
  1387.    }
  1388.  
  1389.    .sidebar-overlay-v7.show-v7 {
  1390.        opacity: 1;
  1391.        visibility: visible;
  1392.    }
  1393.  
  1394.    /* Responsive Design */
  1395.    @media (max-width: 991px) {
  1396.        .top-bar-v7 .col-lg-6 {
  1397.            order: 3;
  1398.            margin-top: 15px;
  1399.        }
  1400.  
  1401.        .header-actions-v7 {
  1402.            justify-content: flex-start;
  1403.        }
  1404.    }
  1405.  
  1406.    @media (max-width: 768px) {
  1407.        .sidebar-nav-v7 {
  1408.            width: 300px;
  1409.            left: -300px;
  1410.        }
  1411.  
  1412.        .search-container-v7 {
  1413.            margin-top: 10px;
  1414.        }
  1415.    }
  1416. </style>
  1417.  
  1418. <script>
  1419.    function openSidebarV7() {
  1420.        const sidebar = document.getElementById('sidebarNavV7');
  1421.        const overlay = document.getElementById('sidebarOverlayV7');
  1422.  
  1423.        sidebar.classList.add('show-v7');
  1424.        overlay.classList.add('show-v7');
  1425.        document.body.style.overflow = 'hidden';
  1426.    }
  1427.  
  1428.    function closeSidebarV7() {
  1429.        const sidebar = document.getElementById('sidebarNavV7');
  1430.        const overlay = document.getElementById('sidebarOverlayV7');
  1431.  
  1432.        sidebar.classList.remove('show-v7');
  1433.        overlay.classList.remove('show-v7');
  1434.        document.body.style.overflow = '';
  1435.    }
  1436.  
  1437.    function toggleSubmenuV7(submenuId) {
  1438.        const submenu = document.getElementById(submenuId);
  1439.        const parentItem = submenu.closest('.sidebar-item-v7');
  1440.  
  1441.        // Close other open submenus
  1442.        const allSubmenus = document.querySelectorAll('.sidebar-submenu-v7');
  1443.        const allParentItems = document.querySelectorAll('.has-submenu-v7');
  1444.  
  1445.        allSubmenus.forEach(menu => {
  1446.            if (menu.id !== submenuId) {
  1447.                menu.classList.remove('show-v7');
  1448.            }
  1449.        });
  1450.  
  1451.        allParentItems.forEach(item => {
  1452.            if (item !== parentItem) {
  1453.                item.classList.remove('open-v7');
  1454.            }
  1455.        });
  1456.  
  1457.        // Toggle current submenu
  1458.        submenu.classList.toggle('show-v7');
  1459.        parentItem.classList.toggle('open-v7');
  1460.    }
  1461.  
  1462.    // Close sidebar when clicking outside
  1463.    document.addEventListener('click', function (event) {
  1464.        const sidebar = document.getElementById('sidebarNavV7');
  1465.        const mobileBtn = document.querySelector('.mobile-menu-btn-v7');
  1466.  
  1467.        if (!sidebar.contains(event.target) && !mobileBtn.contains(event.target)) {
  1468.            closeSidebarV7();
  1469.        }
  1470.    });
  1471.  
  1472.    // Handle window resize
  1473.    window.addEventListener('resize', function () {
  1474.        if (window.innerWidth >= 992) {
  1475.            closeSidebarV7();
  1476.        }
  1477.    });
  1478. </script>
  1479.  
  1480. <script>
  1481.  document.addEventListener("DOMContentLoaded", function () {
  1482.    console.log("loaded");
  1483.  
  1484.     const searchInput = document.getElementById("search-input")
  1485.    const searchResults = document.getElementById("search-results");
  1486.  
  1487.    if (!searchInput || !searchResults) {
  1488.      console.error("Search input/results not found");
  1489.      return;
  1490.    }
  1491.  
  1492.    // Prevent form submission
  1493.    if (searchInput.form) {
  1494.      searchInput.form.addEventListener("submit", function (e) {
  1495.        e.preventDefault();
  1496.      });
  1497.    }
  1498.  
  1499.    // Add event listener for keyup
  1500.    searchInput.addEventListener("keyup", function (e) {
  1501.      console.log("Key pressed:", e.key);
  1502.      e.preventDefault();
  1503.  
  1504.      const query = searchInput.value.trim();
  1505.      console.log("User is typing: " + query);
  1506.  
  1507.      // If empty → clear and hide
  1508.      if (query === "") {
  1509.        searchResults.innerHTML = "";
  1510.        searchResults.style.display = "none";
  1511.        return;
  1512.      }
  1513.  
  1514.      // Show results
  1515.      searchResults.style.display = "block";
  1516.  
  1517.      // Fetch search results
  1518.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1519.        method: "GET",
  1520.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1521.      })
  1522.        .then(response => {
  1523.          console.log("Response Status:", response.status);
  1524.          return response.json();
  1525.        })
  1526.        .then(data => {
  1527.          console.log("Data received:", data);
  1528.          if (data.html) {
  1529.            searchResults.innerHTML = data.html;
  1530.          } else {
  1531.            searchResults.innerHTML = "<p>No results found.</p>";
  1532.          }
  1533.        })
  1534.        .catch(error => {
  1535.          console.error("Error fetching search results:", error);
  1536.        });
  1537.    });
  1538.  
  1539.    // Close results when clicking outside
  1540.    document.addEventListener("click", function (e) {
  1541.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1542.        searchResults.style.display = "none";
  1543.      }
  1544.    });
  1545.  
  1546.    // Close results on ESC key
  1547.    document.addEventListener("keydown", function (e) {
  1548.      if (e.key === "Escape") {
  1549.        searchResults.style.display = "none";
  1550.      }
  1551.    });
  1552.  });
  1553. </script>
  1554.  
  1555. <style>
  1556.        /* search field */
  1557.  .search-results-container {
  1558.  position: absolute;
  1559.  top: 100%; /* Position it below the input field */
  1560.  left: 10px;
  1561.  right: 10px;
  1562.  background-color: white;
  1563.  border: 1px solid #ddd;
  1564.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1565.  max-height: 300px;
  1566.  overflow-y: auto;
  1567.  z-index: 1000;
  1568.  display: none; /* Initially hidden */
  1569. }
  1570.  
  1571. .search-results-container p {
  1572.  margin: 0;
  1573. }
  1574.  
  1575. .search-results-container .result-item {
  1576.  padding: 10px;
  1577.  cursor: pointer;
  1578. }
  1579.  
  1580. .search-results-container .result-item:hover {
  1581.  background-color: #f0f0f0;
  1582. }
  1583. </style>
  1584.  
  1585.        </header>
  1586.        <!-- end of header -->
  1587.        <!-- start of wpo-blog-hero -->
  1588.        
  1589.  
  1590.  
  1591.  
  1592.  
  1593.  
  1594.  
  1595.  
  1596. <style>
  1597. .blog-hero-section {
  1598.    padding: 3rem 0;
  1599. }
  1600.  
  1601.  
  1602. .hero-grid {
  1603.    display: grid;
  1604.    grid-template-columns: 2fr 1fr 1fr;
  1605.    grid-template-rows: 1fr 1fr;
  1606.    gap: 1.5rem;
  1607.    height: 500px;
  1608. }
  1609.  
  1610. .hero-card {
  1611.    background: var(--card-bg);
  1612.    border-radius: 12px;
  1613.    overflow: hidden;
  1614.    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  1615.    transition: all 0.3s ease;
  1616.    position: relative;
  1617. }
  1618.  
  1619. .hero-card:hover {
  1620.    transform: translateY(-8px);
  1621.    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  1622. }
  1623.  
  1624. .main-hero {
  1625.    grid-row: 1 / -1;
  1626.    grid-column: 1;
  1627. }
  1628.  
  1629. .card-image {
  1630.    width: 100%;
  1631.    height: 60%;
  1632.    object-fit: cover;
  1633.    transition: transform 0.3s ease;
  1634. }
  1635.  
  1636. .main-hero .card-image {
  1637.    height: 65%;
  1638. }
  1639.  
  1640. .hero-card:hover .card-image {
  1641.    transform: scale(1.05);
  1642. }
  1643.  
  1644. .card-content {
  1645.    padding: 1.5rem;
  1646.    height: 40%;
  1647.    display: flex;
  1648.    flex-direction: column;
  1649.    justify-content: space-between;
  1650. }
  1651.  
  1652. .main-hero .card-content {
  1653.    height: 35%;
  1654. }
  1655.  
  1656. .category-badge {
  1657.    display: inline-block;
  1658.    background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1659.    color: white;
  1660.    padding: 0.4rem 1rem;
  1661.    border-radius: 20px;
  1662.    font-size: 0.8rem;
  1663.    font-weight: 600;
  1664.    text-transform: uppercase;
  1665.    letter-spacing: 0.5px;
  1666.    margin-bottom: 0.8rem;
  1667.    width: fit-content;
  1668. }
  1669.  
  1670. .card-title {
  1671.    font-size: 1.1rem;
  1672.    font-weight: 700;
  1673.    line-height: 1.4;
  1674.    margin-bottom: 0.5rem;
  1675. }
  1676.  
  1677. .main-hero .card-title {
  1678.    font-size: 1.6rem;
  1679.    line-height: 1.3;
  1680.    margin-bottom: 0.8rem;
  1681. }
  1682.  
  1683. .card-title a {
  1684.    color: var(--top-color);
  1685.    text-decoration: none;
  1686.    transition: color 0.3s ease;
  1687. }
  1688.  
  1689.  
  1690. .card-description {
  1691.    color: var(--top-color);
  1692.    line-height: 1.6;
  1693.    margin-bottom: 1rem;
  1694.    display: -webkit-box;
  1695.    -webkit-line-clamp: 2;
  1696.    -webkit-box-orient: vertical;
  1697.    overflow: hidden;
  1698. }
  1699.  
  1700. .main-hero .card-description {
  1701.    -webkit-line-clamp: 3;
  1702. }
  1703.  
  1704. .card-meta {
  1705.    display: flex;
  1706.    align-items: center;
  1707.    justify-content: space-between;
  1708.    margin-top: auto;
  1709. }
  1710.  
  1711. .author-section {
  1712.    display: flex;
  1713.    align-items: center;
  1714.    gap: 0.8rem;
  1715. }
  1716.  
  1717. .author-avatar {
  1718.    width: 35px;
  1719.    height: 35px;
  1720.    border-radius: 50%;
  1721.    object-fit: cover;
  1722.    border: 2px solid #f8f9fa;
  1723. }
  1724.  
  1725. .author-name {
  1726.    color: #667eea;
  1727.    text-decoration: none;
  1728.    font-weight: 600;
  1729.    font-size: 0.9rem;
  1730. }
  1731.  
  1732. .author-name:hover {
  1733.    text-decoration: underline;
  1734. }
  1735.  
  1736. .publish-date {
  1737.    color: #95a5a6;
  1738.    font-size: 0.85rem;
  1739.    font-weight: 500;
  1740. }
  1741.  
  1742. .side-card-1 {
  1743.    grid-column: 2;
  1744.    grid-row: 1;
  1745. }
  1746.  
  1747. .side-card-2 {
  1748.    grid-column: 3;
  1749.    grid-row: 1;
  1750. }
  1751.  
  1752. .side-card-3 {
  1753.    grid-column: 2 / 4;
  1754.    grid-row: 2;
  1755. }
  1756.  
  1757. /* Desktop: Cards 1, 2 & 3 with overlay text */
  1758. @media (min-width: 992px) {
  1759.    
  1760.    .main-hero .card-image,
  1761.    .side-card-1 .card-image,
  1762.    .side-card-2 .card-image {
  1763.        height: 100%;
  1764.    }
  1765.    
  1766.    .main-hero .card-content,
  1767.    .side-card-1 .card-content,
  1768.    .side-card-2 .card-content {
  1769.        position: absolute;
  1770.        bottom: 0;
  1771.        left: 0;
  1772.        right: 0;
  1773.        background: linear-gradient(transparent, rgba(0,0,0,0.8));
  1774.        color: white;
  1775.        padding: 2rem 1.5rem 1.5rem;
  1776.        height: auto;
  1777.    }
  1778.    
  1779.    .main-hero .card-content {
  1780.        padding: 3rem 2rem 2rem;
  1781.    }
  1782.    
  1783.    .main-hero .category-badge,
  1784.    .side-card-1 .category-badge,
  1785.    .side-card-2 .category-badge {
  1786.      
  1787.        margin-bottom: 0.8rem;
  1788.    }
  1789.    
  1790.    .main-hero .card-title a,
  1791.    .side-card-1 .card-title a,
  1792.    .side-card-2 .card-title a {
  1793.        color: white;
  1794.    }
  1795.    
  1796.    .main-hero .card-description {
  1797.        color: #f8f9fa;
  1798.    }
  1799.    
  1800.    .main-hero .author-name,
  1801.    .side-card-1 .author-name,
  1802.    .side-card-2 .author-name {
  1803.        color: #f8f9fa;
  1804.    }
  1805.    
  1806.    .main-hero .publish-date,
  1807.    .side-card-1 .publish-date,
  1808.    .side-card-2 .publish-date {
  1809.        color: #e9ecef;
  1810.    }
  1811. }
  1812.  
  1813. .side-card-3 {
  1814.    display: flex;
  1815.    flex-direction: row;
  1816. }
  1817.  
  1818. .side-card-3 .card-image {
  1819.    width: 40%;
  1820.    height: 100%;
  1821. }
  1822.  
  1823. .side-card-3 .card-content {
  1824.    width: 60%;
  1825.    height: 100%;
  1826.    padding: 1.5rem;
  1827. }
  1828.  
  1829. /* Mobile Responsive */
  1830. @media (max-width: 992px) {
  1831.    .hero-grid {
  1832.        grid-template-columns: 1fr;
  1833.        grid-template-rows: auto;
  1834.        height: auto;
  1835.        gap: 1rem;
  1836.    }
  1837.    
  1838.    .main-hero {
  1839.        grid-row: 1;
  1840.        grid-column: 1;
  1841.    }
  1842.    
  1843.    .side-card-1, .side-card-2, .side-card-3 {
  1844.        grid-column: 1;
  1845.        grid-row: auto;
  1846.    }
  1847.    
  1848.    /* Mobile: Cards 1, 2 & 3 normal layout (not overlay) */
  1849.    .main-hero .card-content,
  1850.    .side-card-1 .card-content,
  1851.    .side-card-2 .card-content {
  1852.        position: relative;
  1853.        background: var(--card-bg);
  1854.        color: inherit;
  1855.        padding: 1.5rem;
  1856.        height: auto;
  1857.    }
  1858.    
  1859.    .main-hero .card-image,
  1860.    .side-card-1 .card-image,
  1861.    .side-card-2 .card-image {
  1862.        height: 200px;
  1863.    }
  1864.    
  1865.    .main-hero .card-image {
  1866.        height: 250px;
  1867.    }
  1868.    
  1869.    .main-hero .category-badge,
  1870.    .side-card-1 .category-badge,
  1871.    .side-card-2 .category-badge {
  1872.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1873.        color: white;
  1874.    }
  1875.    
  1876.    .main-hero .card-title a,
  1877.    .side-card-1 .card-title a,
  1878.    .side-card-2 .card-title a {
  1879.        color: var(--top-color);
  1880.    }
  1881.    
  1882.    .main-hero .card-description {
  1883.        color: #7f8c8d;
  1884.    }
  1885.    
  1886.    .main-hero .author-name,
  1887.    .side-card-1 .author-name,
  1888.    .side-card-2 .author-name {
  1889.        color: #667eea;
  1890.    }
  1891.    
  1892.    .main-hero .publish-date,
  1893.    .side-card-1 .publish-date,
  1894.    .side-card-2 .publish-date {
  1895.        color: #95a5a6;
  1896.    }
  1897.    
  1898.    .side-card-3 {
  1899.        flex-direction: column;
  1900.    }
  1901.    
  1902.    .side-card-3 .card-image {
  1903.        width: 100%;
  1904.        height: 200px;
  1905.    }
  1906.    
  1907.    .side-card-3 .card-content {
  1908.        width: 100%;
  1909.        height: auto;
  1910.    }
  1911.    
  1912.    .card-image {
  1913.        height: 200px;
  1914.    }
  1915.    
  1916.    .main-hero .card-image {
  1917.        height: 250px;
  1918.    }
  1919.    
  1920.    .main-hero .card-content {
  1921.        height: auto;
  1922.    }
  1923. }
  1924. </style>
  1925.  
  1926. <div class="blog-hero-section">
  1927.    <div class="container-fluid fluid-container">
  1928.        <div class="hero-grid">
  1929.            <!-- Main Featured Post -->
  1930.            
  1931.                              
  1932.                    <article class="hero-card main-hero">
  1933.                        
  1934.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="To Rinse or Not to Rinse: How to Properly Prepare Mushrooms" class="card-image">
  1935.                        
  1936.                        
  1937.                        <div class="card-content">
  1938.                            <div>
  1939.                                <span class="category-badge">News</span>
  1940.                                <h2 class="card-title">
  1941.                                    <a href="/to-rinse-or-not-to-rinse-how-to-properly-prepare-mushrooms/">
  1942.                                        To Rinse or Not to Rinse: How to Properly Prepare Mushrooms
  1943.                                    </a>
  1944.                                </h2>
  1945.                                <p class="card-description"></p>
  1946.                            </div>
  1947.                            
  1948.                            <div class="card-meta">
  1949.                                <div class="author-section">
  1950.                                    
  1951.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Justin Lawson" class="author-avatar">
  1952.                                    
  1953.                                    <a href="#" class="author-name">Justin Lawson</a>
  1954.                                </div>
  1955.                                <span class="publish-date">May 19, 2026</span>
  1956.                            </div>
  1957.                        </div>
  1958.                    </article>
  1959.                
  1960.            
  1961.  
  1962.            <!-- Side Cards -->
  1963.            
  1964.                <article class="hero-card side-card-1">
  1965.                    
  1966.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Body of Endurance Athlete Seemingly Attacked by Predator Recovered from Californian Beach" class="card-image">
  1967.                    
  1968.                    
  1969.                    <div class="card-content">
  1970.                        <div>
  1971.                            <span class="category-badge">News</span>
  1972.                            <h3 class="card-title">
  1973.                                <a href="/body-of-endurance-athlete-seemingly-attacked-by-predator-recovered-from-californian-beach/">
  1974.                                    Body of Endurance Athlete Seemingly Attacked by Predator Recovered from Californian Beach
  1975.                                </a>
  1976.                            </h3>
  1977.                            <p class="card-description"></p>
  1978.                        </div>
  1979.                        
  1980.                        <div class="card-meta">
  1981.                            <div class="author-section">
  1982.                                <a href="#" class="author-name">Justin Lawson</a>
  1983.                            </div>
  1984.                            <span class="publish-date">May 19</span>
  1985.                        </div>
  1986.                    </div>
  1987.                </article>
  1988.            
  1989.                <article class="hero-card side-card-2">
  1990.                    
  1991.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Barry Manilow Will Have a Procedure for Lung Cancer." class="card-image">
  1992.                    
  1993.                    
  1994.                    <div class="card-content">
  1995.                        <div>
  1996.                            <span class="category-badge">News</span>
  1997.                            <h3 class="card-title">
  1998.                                <a href="/barry-manilow-will-have-a-procedure-for-lung-cancer/">
  1999.                                    Barry Manilow Will Have a Procedure for Lung Cancer.
  2000.                                </a>
  2001.                            </h3>
  2002.                            <p class="card-description"></p>
  2003.                        </div>
  2004.                        
  2005.                        <div class="card-meta">
  2006.                            <div class="author-section">
  2007.                                <a href="#" class="author-name">Justin Lawson</a>
  2008.                            </div>
  2009.                            <span class="publish-date">May 19</span>
  2010.                        </div>
  2011.                    </div>
  2012.                </article>
  2013.            
  2014.                <article class="hero-card side-card-3">
  2015.                    
  2016.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Ex UK Serviceman Charged of Murdering Kenyan Woman Shows Up in Court" class="card-image">
  2017.                    
  2018.                    
  2019.                    <div class="card-content">
  2020.                        <div>
  2021.                            <span class="category-badge">News</span>
  2022.                            <h3 class="card-title">
  2023.                                <a href="/ex-uk-serviceman-charged-of-murdering-kenyan-woman-shows-up-in-court/">
  2024.                                    Ex UK Serviceman Charged of Murdering Kenyan Woman Shows Up in Court
  2025.                                </a>
  2026.                            </h3>
  2027.                            <p class="card-description"></p>
  2028.                        </div>
  2029.                        
  2030.                        <div class="card-meta">
  2031.                            <div class="author-section">
  2032.                                <a href="#" class="author-name">Justin Lawson</a>
  2033.                            </div>
  2034.                            <span class="publish-date">May 19</span>
  2035.                        </div>
  2036.                    </div>
  2037.                </article>
  2038.            
  2039.        </div>
  2040.    </div>
  2041. </div>
  2042.  
  2043.  
  2044.  
  2045.  
  2046.        <!-- end of wpo-blog-hero -->
  2047.  
  2048.        <!-- start of wpo-breacking-news -->
  2049.        
  2050.        <!-- end of wpo-breacking-news -->
  2051.        
  2052.        <!-- start wpo-blog-highlights-section -->
  2053.        
  2054.  
  2055.  
  2056.  
  2057.    
  2058.  
  2059.  
  2060.  
  2061. <style>
  2062.    .blog-highlights-v4 {
  2063.        padding: 30px 0;
  2064.        position: relative;
  2065.        min-height: 100vh;
  2066.        background: transparent; /* Solid background color */
  2067.    }
  2068.  
  2069.    /* Blog Container */
  2070.    .blog-container-v4 {
  2071.        position: relative;
  2072.        z-index: 10;
  2073.    }
  2074.  
  2075.    /* Card Design */
  2076.    .blog-card-v4 {
  2077.        border-radius: 25px;
  2078.        background: var(--card-bg);
  2079.        border: 1px solid var(--border-color);
  2080.        position: relative;
  2081.        overflow: hidden;
  2082.        transition: opacity 1.2s ease; /* Fade animation for card */
  2083.    }
  2084.  
  2085.    /* Image Container */
  2086.    .blog-image-container-v4 {
  2087.        height: 280px;
  2088.        border-radius: 20px 20px 0 0;
  2089.        overflow: hidden;
  2090.        position: relative;
  2091.        z-index: 2;
  2092.    }
  2093.  
  2094.    .blog-image-v4 {
  2095.        width: 100%;
  2096.        height: 100%;
  2097.        position: relative;
  2098.        overflow: hidden;
  2099.    }
  2100.  
  2101.    .blog-image-v4 img {
  2102.        width: 100%;
  2103.        height: 100%;
  2104.        object-fit: cover;
  2105.    }
  2106.  
  2107.    /* Category Badge */
  2108.    .blog-category-v4 {
  2109.        position: absolute;
  2110.        top: 20px;
  2111.        left: 20px;
  2112.        padding: 10px 18px;
  2113.        border-radius: 20px;
  2114.        font-size: 11px;
  2115.        font-weight: 700;
  2116.        text-transform: uppercase;
  2117.        letter-spacing: 1.2px;
  2118.        z-index: 5;
  2119.        border: 1px solid rgba(255, 255, 255, 0.3);
  2120.        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  2121.    }
  2122.  
  2123.    /* Content Area */
  2124.    .blog-content-v4 {
  2125.        padding: 20px 25px 25px;
  2126.        display: flex;
  2127.        flex-direction: column;
  2128.        justify-content: space-between;
  2129.        position: relative;
  2130.        z-index: 2;
  2131.    }
  2132.  
  2133.    /* Title */
  2134.    .blog-title-v4 {
  2135.        font-size: 20px;
  2136.        font-weight: 800;
  2137.        line-height: 1.3;
  2138.        margin-bottom: 8px;
  2139.    }
  2140.  
  2141.    .blog-title-v4 a {
  2142.        text-decoration: none;
  2143.    }
  2144.  
  2145.    /* Meta Information */
  2146.    .blog-meta-v4 {
  2147.        display: flex;
  2148.        align-items: center;
  2149.        gap: 12px;
  2150.        margin-bottom: 15px;
  2151.        font-size: 13px;
  2152.    }
  2153.  
  2154.    .blog-author-img-v4 {
  2155.        width: 35px;
  2156.        height: 35px;
  2157.        border-radius: 50%;
  2158.        border: 2px solid var(--border-color);
  2159.    }
  2160.  
  2161.    /* Excerpt */
  2162.    .blog-excerpt-v4 {
  2163.        font-size: 14px;
  2164.        line-height: 1.6;
  2165.        margin-bottom: 8px;
  2166.        display: -webkit-box;
  2167.        -webkit-line-clamp: 3;
  2168.        -webkit-box-orient: vertical;
  2169.        overflow: hidden;
  2170.    }
  2171.  
  2172.    /* Actions Area */
  2173.    .blog-actions-v4 {
  2174.        display: flex;
  2175.        justify-content: space-between;
  2176.        align-items: center;
  2177.    }
  2178.  
  2179.    .blog-stats-v4 {
  2180.        display: flex;
  2181.        gap: 20px;
  2182.        align-items: center;
  2183.    }
  2184.  
  2185.    .blog-stat-item-v4 {
  2186.        display: flex;
  2187.        align-items: center;
  2188.        gap: 6px;
  2189.        font-size: 12px;
  2190.    }
  2191.  
  2192.    /* Read More Button */
  2193.    .blog-read-more-v4 {
  2194.        width: 40px;
  2195.        height: 40px;
  2196.        border-radius: 50%;
  2197.        background: var(--border-color);
  2198.        border: 2px solid var(--border-color);
  2199.        display: flex;
  2200.        align-items: center;
  2201.        justify-content: center;
  2202.        text-decoration: none;
  2203.    }
  2204.  
  2205.    ..blog-read-more-v4:hover{
  2206.        background-color: #172133;
  2207.    }
  2208.    /* Section Header */
  2209.    .section-header-v4 {
  2210.        text-align: center;
  2211.        margin-bottom: 40px;
  2212.        position: relative;
  2213.        z-index: 15;
  2214.    }
  2215.  
  2216.    .section-title-v4 {
  2217.        font-size: 3.5rem;
  2218.        font-weight: 900;
  2219.        margin-bottom: .5rem;
  2220.    }
  2221.  
  2222.    .section-subtitle-v4 {
  2223.        font-size: 1.4rem;
  2224.        max-width: 700px;
  2225.        margin: 0 auto;
  2226.        line-height: 1.7;
  2227.        font-weight: 300;
  2228.    }
  2229.  
  2230.    /* Scroll Fade Animation */
  2231.    .scroll-trigger {
  2232.        opacity: 0;
  2233.        transition: opacity 1.2s ease;
  2234.    }
  2235.  
  2236.    .scroll-trigger.active {
  2237.        opacity: 1;
  2238.    }
  2239.  
  2240.    /* Responsive Design */
  2241.    @media (max-width: 768px) {
  2242.        .section-title-v4 {
  2243.            font-size: 3rem;
  2244.        }
  2245.        .blog-highlights-v4 {
  2246.            padding: 80px 0;
  2247.        }
  2248.        .blog-card-v4 {
  2249.            height: 450px;
  2250.        }
  2251.        .blog-content-v4 {
  2252.            padding: 15px 20px 20px;
  2253.        }
  2254.    }
  2255. </style>
  2256.  
  2257. <section class="blog-highlights-v4">
  2258.    <div class="container-fluid fluid-container blog-container-v4">
  2259.        <!-- Section Header -->
  2260.        <div class="row">
  2261.            <div class="col-12">
  2262.                <div class="section-header-v4">
  2263.                    <h2 class="section-title-v4">
  2264.                Today's Top Highlights
  2265.                   </h2>
  2266.                    <p class="section-subtitle-v4">Experience the future of storytelling through immersive digital journeys that blend creativity with cutting-edge technology</p>
  2267.                </div>
  2268.            </div>
  2269.        </div>
  2270.        
  2271.        <!-- Blog Grid -->
  2272.        <div class="row">
  2273.            <div class="col-lg-8">
  2274.                <div class="row g-4">
  2275.                    
  2276.                    <div class="col-lg-6 col-md-6">
  2277.                        <article class="blog-card-v4 scroll-trigger">
  2278.                            <div class="blog-image-container-v4">
  2279.                                <div class="blog-image-v4">
  2280.                                    
  2281.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2282.                                    
  2283.                                </div>
  2284.                                
  2285.                                <span class="blog-category-v4 bg-primary-gradient">
  2286.                                    News
  2287.                                </span>
  2288.                            </div>
  2289.                            
  2290.                            <div class="blog-content-v4">
  2291.                                <h3 class="blog-title-v4">
  2292.                                    <a href="/we-require-a-aircraft-to-go-find-them-13-year-olds-distress-call-to-aid-family-adrift-off-australian-coast-revealed/" class="top-color">
  2293.                                    We Require a Aircraft to Go Find Them’: 13-Year-Old’s Distress Call to Aid Family Adrift Off Australian Coast Revealed
  2294.                                    </a>
  2295.                                </h3>
  2296.                                <div class="blog-meta-v4">
  2297.                                    
  2298.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Justin Lawson"  class="blog-author-img-v4">
  2299.                                    
  2300.                                    <span>By <strong>Justin Lawson</strong></span>
  2301.                                    <span>•</span>
  2302.                                    <span>19 May 2026</span>
  2303.                                </div>
  2304.                                
  2305.                                <p class="blog-excerpt-v4">
  2306.                                    
  2307.                                </p>
  2308.                                
  2309.                                <div class="blog-actions-v4">
  2310.                                    
  2311.                                    <a href="/we-require-a-aircraft-to-go-find-them-13-year-olds-distress-call-to-aid-family-adrift-off-australian-coast-revealed/" class="blog-read-more-v4 bg-primary-gradient">
  2312.                                        <i class="ti-arrow-right"></i>
  2313.                                    </a>
  2314.                                </div>
  2315.                            </div>
  2316.                        </article>
  2317.                    </div>
  2318.                    
  2319.                    <div class="col-lg-6 col-md-6">
  2320.                        <article class="blog-card-v4 scroll-trigger">
  2321.                            <div class="blog-image-container-v4">
  2322.                                <div class="blog-image-v4">
  2323.                                    
  2324.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2325.                                    
  2326.                                </div>
  2327.                                
  2328.                                <span class="blog-category-v4 bg-primary-gradient">
  2329.                                    News
  2330.                                </span>
  2331.                            </div>
  2332.                            
  2333.                            <div class="blog-content-v4">
  2334.                                <h3 class="blog-title-v4">
  2335.                                    <a href="/tropical-storm-catastrophe-in-sri-lanka-awakens-a-wave-of-community-action/" class="top-color">
  2336.                                    Tropical Storm Catastrophe in Sri Lanka Awakens a Wave of Community Action
  2337.                                    </a>
  2338.                                </h3>
  2339.                                <div class="blog-meta-v4">
  2340.                                    
  2341.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Justin Lawson"  class="blog-author-img-v4">
  2342.                                    
  2343.                                    <span>By <strong>Justin Lawson</strong></span>
  2344.                                    <span>•</span>
  2345.                                    <span>18 May 2026</span>
  2346.                                </div>
  2347.                                
  2348.                                <p class="blog-excerpt-v4">
  2349.                                    
  2350.                                </p>
  2351.                                
  2352.                                <div class="blog-actions-v4">
  2353.                                    
  2354.                                    <a href="/tropical-storm-catastrophe-in-sri-lanka-awakens-a-wave-of-community-action/" class="blog-read-more-v4 bg-primary-gradient">
  2355.                                        <i class="ti-arrow-right"></i>
  2356.                                    </a>
  2357.                                </div>
  2358.                            </div>
  2359.                        </article>
  2360.                    </div>
  2361.                    
  2362.                    <div class="col-lg-6 col-md-6">
  2363.                        <article class="blog-card-v4 scroll-trigger">
  2364.                            <div class="blog-image-container-v4">
  2365.                                <div class="blog-image-v4">
  2366.                                    
  2367.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2368.                                    
  2369.                                </div>
  2370.                                
  2371.                                <span class="blog-category-v4 bg-primary-gradient">
  2372.                                    News
  2373.                                </span>
  2374.                            </div>
  2375.                            
  2376.                            <div class="blog-content-v4">
  2377.                                <h3 class="blog-title-v4">
  2378.                                    <a href="/los-blancos-alexander-arnold-might-return-to-face-his-former-club-in-novembers-champions-league-match/" class="top-color">
  2379.                                    Los Blancos&#x27; Alexander-Arnold Might Return to Face His Former Club in November&#x27;s Champions League Match
  2380.                                    </a>
  2381.                                </h3>
  2382.                                <div class="blog-meta-v4">
  2383.                                    
  2384.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Justin Lawson"  class="blog-author-img-v4">
  2385.                                    
  2386.                                    <span>By <strong>Justin Lawson</strong></span>
  2387.                                    <span>•</span>
  2388.                                    <span>18 May 2026</span>
  2389.                                </div>
  2390.                                
  2391.                                <p class="blog-excerpt-v4">
  2392.                                    
  2393.                                </p>
  2394.                                
  2395.                                <div class="blog-actions-v4">
  2396.                                    
  2397.                                    <a href="/los-blancos-alexander-arnold-might-return-to-face-his-former-club-in-novembers-champions-league-match/" class="blog-read-more-v4 bg-primary-gradient">
  2398.                                        <i class="ti-arrow-right"></i>
  2399.                                    </a>
  2400.                                </div>
  2401.                            </div>
  2402.                        </article>
  2403.                    </div>
  2404.                    
  2405.                    <div class="col-lg-6 col-md-6">
  2406.                        <article class="blog-card-v4 scroll-trigger">
  2407.                            <div class="blog-image-container-v4">
  2408.                                <div class="blog-image-v4">
  2409.                                    
  2410.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2411.                                    
  2412.                                </div>
  2413.                                
  2414.                                <span class="blog-category-v4 bg-primary-gradient">
  2415.                                    News
  2416.                                </span>
  2417.                            </div>
  2418.                            
  2419.                            <div class="blog-content-v4">
  2420.                                <h3 class="blog-title-v4">
  2421.                                    <a href="/worrying-recollections-reemerge-in-davao-as-officials-piece-together-bondi-shooting-alleged-attackers-activities/" class="top-color">
  2422.                                    Worrying Recollections Reemerge in Davao as Officials Piece Together Bondi Shooting Alleged Attackers&#x27; Activities
  2423.                                    </a>
  2424.                                </h3>
  2425.                                <div class="blog-meta-v4">
  2426.                                    
  2427.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Justin Lawson"  class="blog-author-img-v4">
  2428.                                    
  2429.                                    <span>By <strong>Justin Lawson</strong></span>
  2430.                                    <span>•</span>
  2431.                                    <span>18 May 2026</span>
  2432.                                </div>
  2433.                                
  2434.                                <p class="blog-excerpt-v4">
  2435.                                    
  2436.                                </p>
  2437.                                
  2438.                                <div class="blog-actions-v4">
  2439.                                    
  2440.                                    <a href="/worrying-recollections-reemerge-in-davao-as-officials-piece-together-bondi-shooting-alleged-attackers-activities/" class="blog-read-more-v4 bg-primary-gradient">
  2441.                                        <i class="ti-arrow-right"></i>
  2442.                                    </a>
  2443.                                </div>
  2444.                            </div>
  2445.                        </article>
  2446.                    </div>
  2447.                    
  2448.                    <div class="col-lg-6 col-md-6">
  2449.                        <article class="blog-card-v4 scroll-trigger">
  2450.                            <div class="blog-image-container-v4">
  2451.                                <div class="blog-image-v4">
  2452.                                    
  2453.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2454.                                    
  2455.                                </div>
  2456.                                
  2457.                                <span class="blog-category-v4 bg-primary-gradient">
  2458.                                    News
  2459.                                </span>
  2460.                            </div>
  2461.                            
  2462.                            <div class="blog-content-v4">
  2463.                                <h3 class="blog-title-v4">
  2464.                                    <a href="/genuine-algarve-exploring-portugal-past-the-shoreline/" class="top-color">
  2465.                                    Genuine Algarve: Exploring Portugal Past the Shoreline
  2466.                                    </a>
  2467.                                </h3>
  2468.                                <div class="blog-meta-v4">
  2469.                                    
  2470.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Justin Lawson"  class="blog-author-img-v4">
  2471.                                    
  2472.                                    <span>By <strong>Justin Lawson</strong></span>
  2473.                                    <span>•</span>
  2474.                                    <span>18 May 2026</span>
  2475.                                </div>
  2476.                                
  2477.                                <p class="blog-excerpt-v4">
  2478.                                    
  2479.                                </p>
  2480.                                
  2481.                                <div class="blog-actions-v4">
  2482.                                    
  2483.                                    <a href="/genuine-algarve-exploring-portugal-past-the-shoreline/" class="blog-read-more-v4 bg-primary-gradient">
  2484.                                        <i class="ti-arrow-right"></i>
  2485.                                    </a>
  2486.                                </div>
  2487.                            </div>
  2488.                        </article>
  2489.                    </div>
  2490.                    
  2491.                    <div class="col-lg-6 col-md-6">
  2492.                        <article class="blog-card-v4 scroll-trigger">
  2493.                            <div class="blog-image-container-v4">
  2494.                                <div class="blog-image-v4">
  2495.                                    
  2496.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2497.                                    
  2498.                                </div>
  2499.                                
  2500.                                <span class="blog-category-v4 bg-primary-gradient">
  2501.                                    News
  2502.                                </span>
  2503.                            </div>
  2504.                            
  2505.                            <div class="blog-content-v4">
  2506.                                <h3 class="blog-title-v4">
  2507.                                    <a href="/arsenals-goalkeeper-highlights-squad-depth-as-vital-to-multiple-trophy-pursuit/" class="top-color">
  2508.                                    Arsenal&#x27;s goalkeeper Highlights Squad Depth as Vital to Multiple Trophy Pursuit
  2509.                                    </a>
  2510.                                </h3>
  2511.                                <div class="blog-meta-v4">
  2512.                                    
  2513.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Justin Lawson"  class="blog-author-img-v4">
  2514.                                    
  2515.                                    <span>By <strong>Justin Lawson</strong></span>
  2516.                                    <span>•</span>
  2517.                                    <span>18 May 2026</span>
  2518.                                </div>
  2519.                                
  2520.                                <p class="blog-excerpt-v4">
  2521.                                    
  2522.                                </p>
  2523.                                
  2524.                                <div class="blog-actions-v4">
  2525.                                    
  2526.                                    <a href="/arsenals-goalkeeper-highlights-squad-depth-as-vital-to-multiple-trophy-pursuit/" class="blog-read-more-v4 bg-primary-gradient">
  2527.                                        <i class="ti-arrow-right"></i>
  2528.                                    </a>
  2529.                                </div>
  2530.                            </div>
  2531.                        </article>
  2532.                    </div>
  2533.                    
  2534.                    <div class="col-lg-6 col-md-6">
  2535.                        <article class="blog-card-v4 scroll-trigger">
  2536.                            <div class="blog-image-container-v4">
  2537.                                <div class="blog-image-v4">
  2538.                                    
  2539.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2540.                                    
  2541.                                </div>
  2542.                                
  2543.                                <span class="blog-category-v4 bg-primary-gradient">
  2544.                                    News
  2545.                                </span>
  2546.                            </div>
  2547.                            
  2548.                            <div class="blog-content-v4">
  2549.                                <h3 class="blog-title-v4">
  2550.                                    <a href="/can-the-new-zealand-rugby-team-rediscover-their-winning-form-during-the-fall-tour/" class="top-color">
  2551.                                    Can the New Zealand rugby team rediscover their winning form during the fall tour?
  2552.                                    </a>
  2553.                                </h3>
  2554.                                <div class="blog-meta-v4">
  2555.                                    
  2556.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Justin Lawson"  class="blog-author-img-v4">
  2557.                                    
  2558.                                    <span>By <strong>Justin Lawson</strong></span>
  2559.                                    <span>•</span>
  2560.                                    <span>18 May 2026</span>
  2561.                                </div>
  2562.                                
  2563.                                <p class="blog-excerpt-v4">
  2564.                                    
  2565.                                </p>
  2566.                                
  2567.                                <div class="blog-actions-v4">
  2568.                                    
  2569.                                    <a href="/can-the-new-zealand-rugby-team-rediscover-their-winning-form-during-the-fall-tour/" class="blog-read-more-v4 bg-primary-gradient">
  2570.                                        <i class="ti-arrow-right"></i>
  2571.                                    </a>
  2572.                                </div>
  2573.                            </div>
  2574.                        </article>
  2575.                    </div>
  2576.                    
  2577.                    <div class="col-lg-6 col-md-6">
  2578.                        <article class="blog-card-v4 scroll-trigger">
  2579.                            <div class="blog-image-container-v4">
  2580.                                <div class="blog-image-v4">
  2581.                                    
  2582.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2583.                                    
  2584.                                </div>
  2585.                                
  2586.                                <span class="blog-category-v4 bg-primary-gradient">
  2587.                                    News
  2588.                                </span>
  2589.                            </div>
  2590.                            
  2591.                            <div class="blog-content-v4">
  2592.                                <h3 class="blog-title-v4">
  2593.                                    <a href="/trumps-overarching-presence-in-athletics-reached-a-peak-in-2025-next-year-promises-to-go-further/" class="top-color">
  2594.                                    Trump&#x27;s Overarching Presence in Athletics Reached A Peak in 2025. Next Year Promises to Go Further.
  2595.                                    </a>
  2596.                                </h3>
  2597.                                <div class="blog-meta-v4">
  2598.                                    
  2599.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Justin Lawson"  class="blog-author-img-v4">
  2600.                                    
  2601.                                    <span>By <strong>Justin Lawson</strong></span>
  2602.                                    <span>•</span>
  2603.                                    <span>18 May 2026</span>
  2604.                                </div>
  2605.                                
  2606.                                <p class="blog-excerpt-v4">
  2607.                                    
  2608.                                </p>
  2609.                                
  2610.                                <div class="blog-actions-v4">
  2611.                                    
  2612.                                    <a href="/trumps-overarching-presence-in-athletics-reached-a-peak-in-2025-next-year-promises-to-go-further/" class="blog-read-more-v4 bg-primary-gradient">
  2613.                                        <i class="ti-arrow-right"></i>
  2614.                                    </a>
  2615.                                </div>
  2616.                            </div>
  2617.                        </article>
  2618.                    </div>
  2619.                    
  2620.                    <div class="col-lg-6 col-md-6">
  2621.                        <article class="blog-card-v4 scroll-trigger">
  2622.                            <div class="blog-image-container-v4">
  2623.                                <div class="blog-image-v4">
  2624.                                    
  2625.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2626.                                    
  2627.                                </div>
  2628.                                
  2629.                                <span class="blog-category-v4 bg-primary-gradient">
  2630.                                    News
  2631.                                </span>
  2632.                            </div>
  2633.                            
  2634.                            <div class="blog-content-v4">
  2635.                                <h3 class="blog-title-v4">
  2636.                                    <a href="/stay-active-while-you-are-working-ten-strength-building-office-movements-you-can-do-in-everyday-attire/" class="top-color">
  2637.                                    Stay active while you are working? Ten strength-building office movements you can do in everyday attire
  2638.                                    </a>
  2639.                                </h3>
  2640.                                <div class="blog-meta-v4">
  2641.                                    
  2642.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Justin Lawson"  class="blog-author-img-v4">
  2643.                                    
  2644.                                    <span>By <strong>Justin Lawson</strong></span>
  2645.                                    <span>•</span>
  2646.                                    <span>17 May 2026</span>
  2647.                                </div>
  2648.                                
  2649.                                <p class="blog-excerpt-v4">
  2650.                                    
  2651.                                </p>
  2652.                                
  2653.                                <div class="blog-actions-v4">
  2654.                                    
  2655.                                    <a href="/stay-active-while-you-are-working-ten-strength-building-office-movements-you-can-do-in-everyday-attire/" class="blog-read-more-v4 bg-primary-gradient">
  2656.                                        <i class="ti-arrow-right"></i>
  2657.                                    </a>
  2658.                                </div>
  2659.                            </div>
  2660.                        </article>
  2661.                    </div>
  2662.                    
  2663.                    <div class="col-lg-6 col-md-6">
  2664.                        <article class="blog-card-v4 scroll-trigger">
  2665.                            <div class="blog-image-container-v4">
  2666.                                <div class="blog-image-v4">
  2667.                                    
  2668.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2669.                                    
  2670.                                </div>
  2671.                                
  2672.                                <span class="blog-category-v4 bg-primary-gradient">
  2673.                                    News
  2674.                                </span>
  2675.                            </div>
  2676.                            
  2677.                            <div class="blog-content-v4">
  2678.                                <h3 class="blog-title-v4">
  2679.                                    <a href="/anno-117-pax-romanas-best-kept-secret-turns-out-to-be-a-breathtaking-first-person-mode/" class="top-color">
  2680.                                    Anno 117 Pax Romana&#x27;s Best-Kept Secret Turns Out to Be a Breathtaking First-Person Mode.
  2681.                                    </a>
  2682.                                </h3>
  2683.                                <div class="blog-meta-v4">
  2684.                                    
  2685.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Justin Lawson"  class="blog-author-img-v4">
  2686.                                    
  2687.                                    <span>By <strong>Justin Lawson</strong></span>
  2688.                                    <span>•</span>
  2689.                                    <span>17 May 2026</span>
  2690.                                </div>
  2691.                                
  2692.                                <p class="blog-excerpt-v4">
  2693.                                    
  2694.                                </p>
  2695.                                
  2696.                                <div class="blog-actions-v4">
  2697.                                    
  2698.                                    <a href="/anno-117-pax-romanas-best-kept-secret-turns-out-to-be-a-breathtaking-first-person-mode/" class="blog-read-more-v4 bg-primary-gradient">
  2699.                                        <i class="ti-arrow-right"></i>
  2700.                                    </a>
  2701.                                </div>
  2702.                            </div>
  2703.                        </article>
  2704.                    </div>
  2705.                    
  2706.                    <div class="col-lg-6 col-md-6">
  2707.                        <article class="blog-card-v4 scroll-trigger">
  2708.                            <div class="blog-image-container-v4">
  2709.                                <div class="blog-image-v4">
  2710.                                    
  2711.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2712.                                    
  2713.                                </div>
  2714.                                
  2715.                                <span class="blog-category-v4 bg-primary-gradient">
  2716.                                    Others
  2717.                                </span>
  2718.                            </div>
  2719.                            
  2720.                            <div class="blog-content-v4">
  2721.                                <h3 class="blog-title-v4">
  2722.                                    <a href="/becoming-a-pro-in-the-slot-machine-realm-a-guide-from-beginner-to-expert/" class="top-color">
  2723.                                    Becoming a Pro in the Slot Machine Realm: A Guide from Beginner to Expert
  2724.                                    </a>
  2725.                                </h3>
  2726.                                <div class="blog-meta-v4">
  2727.                                    
  2728.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Justin Lawson"  class="blog-author-img-v4">
  2729.                                    
  2730.                                    <span>By <strong>Justin Lawson</strong></span>
  2731.                                    <span>•</span>
  2732.                                    <span>17 May 2026</span>
  2733.                                </div>
  2734.                                
  2735.                                <p class="blog-excerpt-v4">
  2736.                                    
  2737.                                </p>
  2738.                                
  2739.                                <div class="blog-actions-v4">
  2740.                                    
  2741.                                    <a href="/becoming-a-pro-in-the-slot-machine-realm-a-guide-from-beginner-to-expert/" class="blog-read-more-v4 bg-primary-gradient">
  2742.                                        <i class="ti-arrow-right"></i>
  2743.                                    </a>
  2744.                                </div>
  2745.                            </div>
  2746.                        </article>
  2747.                    </div>
  2748.                    
  2749.                    <div class="col-lg-6 col-md-6">
  2750.                        <article class="blog-card-v4 scroll-trigger">
  2751.                            <div class="blog-image-container-v4">
  2752.                                <div class="blog-image-v4">
  2753.                                    
  2754.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2755.                                    
  2756.                                </div>
  2757.                                
  2758.                                <span class="blog-category-v4 bg-primary-gradient">
  2759.                                    Others
  2760.                                </span>
  2761.                            </div>
  2762.                            
  2763.                            <div class="blog-content-v4">
  2764.                                <h3 class="blog-title-v4">
  2765.                                    <a href="/optimizing-payouts-in-online-slot-games-everything-you-need-to-know/" class="top-color">
  2766.                                    Optimizing Payouts in Online Slot Games: Everything You Need to Know
  2767.                                    </a>
  2768.                                </h3>
  2769.                                <div class="blog-meta-v4">
  2770.                                    
  2771.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Justin Lawson"  class="blog-author-img-v4">
  2772.                                    
  2773.                                    <span>By <strong>Justin Lawson</strong></span>
  2774.                                    <span>•</span>
  2775.                                    <span>17 May 2026</span>
  2776.                                </div>
  2777.                                
  2778.                                <p class="blog-excerpt-v4">
  2779.                                    
  2780.                                </p>
  2781.                                
  2782.                                <div class="blog-actions-v4">
  2783.                                    
  2784.                                    <a href="/optimizing-payouts-in-online-slot-games-everything-you-need-to-know/" class="blog-read-more-v4 bg-primary-gradient">
  2785.                                        <i class="ti-arrow-right"></i>
  2786.                                    </a>
  2787.                                </div>
  2788.                            </div>
  2789.                        </article>
  2790.                    </div>
  2791.                    
  2792.                    
  2793.  
  2794.                </div>
  2795.            </div>
  2796.            
  2797.             <div class="col col-lg-4 col-12">
  2798.                
  2799.  
  2800.  
  2801.  
  2802.    
  2803.  
  2804.  
  2805. <!-- Blog Sidebar V2 - Focused Design -->
  2806.  <div class="sidebar mb-3">
  2807.    <!-- Recent Posts Section -->
  2808.    <div class="sidebar-widget mb-4">
  2809.      <div class="widget-title-wrapper mb-3">
  2810.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  2811.          <i class="ti-time me-2"></i>Recent Posts
  2812.          <span class="title-arrow-primary"></span>
  2813.        </h4>
  2814.      </div>
  2815.      <div class="widget-content border border-light  shadow-sm rounded-3 p-4">
  2816.        <div class="recent-post-list">
  2817.          
  2818.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2819.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2820.              
  2821.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2822.              
  2823.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2824.            </div>
  2825.            <div class="post-content flex-grow-1">
  2826.              <h6 class="post-title mb-2">
  2827.                <a href="/us-president-donald-trump-says-largely-agreement-exists-on-following-steps-of-gaza-ceasefire-plan/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2828.                                            US President Donald Trump Says &#x27;Largely, Agreement Exists&#x27; on Following Steps of Gaza Ceasefire Plan
  2829.                                            </a>
  2830.              </h6>
  2831.              <div class="post-meta">
  2832.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2833.                <!-- <small class="text-muted">
  2834.                  <i class="ti-eye me-1"></i>348 views
  2835.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2836.                </small> -->
  2837.              </div>
  2838.            </div>
  2839.          </div>
  2840.          
  2841.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2842.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2843.              
  2844.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2845.              
  2846.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2847.            </div>
  2848.            <div class="post-content flex-grow-1">
  2849.              <h6 class="post-title mb-2">
  2850.                <a href="/crans-montana-fire-victims-are-treated-in-burns-units-throughout-the-continent/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2851.                                            Crans-Montana Fire Victims Are Treated in Burns Units Throughout the Continent
  2852.                                            </a>
  2853.              </h6>
  2854.              <div class="post-meta">
  2855.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2856.                <!-- <small class="text-muted">
  2857.                  <i class="ti-eye me-1"></i>348 views
  2858.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2859.                </small> -->
  2860.              </div>
  2861.            </div>
  2862.          </div>
  2863.          
  2864.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2865.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2866.              
  2867.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2868.              
  2869.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">Others</span>
  2870.            </div>
  2871.            <div class="post-content flex-grow-1">
  2872.              <h6 class="post-title mb-2">
  2873.                <a href="/becoming-a-master-in-the-art-of-winning-virtual-slot-games/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2874.                                            Becoming a Master in the Art of Winning Virtual Slot Games
  2875.                                            </a>
  2876.              </h6>
  2877.              <div class="post-meta">
  2878.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2879.                <!-- <small class="text-muted">
  2880.                  <i class="ti-eye me-1"></i>348 views
  2881.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2882.                </small> -->
  2883.              </div>
  2884.            </div>
  2885.          </div>
  2886.          
  2887.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2888.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2889.              
  2890.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2891.              
  2892.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2893.            </div>
  2894.            <div class="post-content flex-grow-1">
  2895.              <h6 class="post-title mb-2">
  2896.                <a href="/leaders-salute-queens-as-the-president-extends-mamdani-a-warm-greeting/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2897.                                            Leaders Salute Queens as The President Extends Mamdani a Warm Greeting
  2898.                                            </a>
  2899.              </h6>
  2900.              <div class="post-meta">
  2901.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2902.                <!-- <small class="text-muted">
  2903.                  <i class="ti-eye me-1"></i>348 views
  2904.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2905.                </small> -->
  2906.              </div>
  2907.            </div>
  2908.          </div>
  2909.          
  2910.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2911.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2912.              
  2913.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2914.              
  2915.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2916.            </div>
  2917.            <div class="post-content flex-grow-1">
  2918.              <h6 class="post-title mb-2">
  2919.                <a href="/the-decade-of-desire-from-author-erin-somers-the-midlife-adultery-tale-this-generation-has-earned/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2920.                                            The Decade of Desire from author Erin Somers: The Midlife Adultery Tale This Generation Has Earned.
  2921.                                            </a>
  2922.              </h6>
  2923.              <div class="post-meta">
  2924.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  2925.                <!-- <small class="text-muted">
  2926.                  <i class="ti-eye me-1"></i>348 views
  2927.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2928.                </small> -->
  2929.              </div>
  2930.            </div>
  2931.          </div>
  2932.          
  2933.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2934.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2935.              
  2936.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2937.              
  2938.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2939.            </div>
  2940.            <div class="post-content flex-grow-1">
  2941.              <h6 class="post-title mb-2">
  2942.                <a href="/president-zelenskyy-says-ukraine-was-10-off-from-a-peace-deal-yet-not-at-any-price/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2943.                                            President Zelenskyy Says Ukraine Was 10% Off from a Peace Deal, Yet Not at Any Price
  2944.                                            </a>
  2945.              </h6>
  2946.              <div class="post-meta">
  2947.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  2948.                <!-- <small class="text-muted">
  2949.                  <i class="ti-eye me-1"></i>348 views
  2950.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2951.                </small> -->
  2952.              </div>
  2953.            </div>
  2954.          </div>
  2955.          
  2956.  
  2957.        </div>
  2958.  
  2959.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2960.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2961.        </div> -->
  2962.      </div>
  2963.    </div>
  2964.    
  2965.    
  2966.    <div class="sidebar-widget mb-4">
  2967.      <div class="widget-title-wrapper mb-3">
  2968.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2969.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2970.          <span class="title-arrow"></span>
  2971.        </h4>
  2972.      </div>
  2973.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2974.        <div class="blog-roll-list scrollable-sidebar">
  2975.          
  2976.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2977.            <a href="https://esports-news.co.uk/gambling-sites/fat-pirate-review/"  rel="dofollow" class="text-decoration-none ">
  2978.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2979.                <i class="ti-angle-right me-2 text-primary"></i>
  2980.                 fat pirate casino
  2981.              </h6>
  2982.            </a>
  2983.          </div>
  2984.          
  2985.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2986.            <a href="https://esports-news.co.uk/gambling-sites/realz-review/"  rel="dofollow" class="text-decoration-none ">
  2987.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2988.                <i class="ti-angle-right me-2 text-primary"></i>
  2989.                 realz casino
  2990.              </h6>
  2991.            </a>
  2992.          </div>
  2993.          
  2994.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2995.            <a href="https://heyimhome.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2996.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2997.                <i class="ti-angle-right me-2 text-primary"></i>
  2998.                 best uk non GamStop casinos
  2999.              </h6>
  3000.            </a>
  3001.          </div>
  3002.          
  3003.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3004.            <a href="https://www.thehaven.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3005.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3006.                <i class="ti-angle-right me-2 text-primary"></i>
  3007.                 non gamstop casinos
  3008.              </h6>
  3009.            </a>
  3010.          </div>
  3011.          
  3012.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3013.            <a href="https://bottlebling.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3014.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3015.                <i class="ti-angle-right me-2 text-primary"></i>
  3016.                 casinos not on gamstop
  3017.              </h6>
  3018.            </a>
  3019.          </div>
  3020.          
  3021.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3022.            <a href="https://idolmag.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3023.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3024.                <i class="ti-angle-right me-2 text-primary"></i>
  3025.                 non gamstop casinos
  3026.              </h6>
  3027.            </a>
  3028.          </div>
  3029.          
  3030.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3031.            <a href="https://www.richardrogers.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3032.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3033.                <i class="ti-angle-right me-2 text-primary"></i>
  3034.                 non gamstop casinos
  3035.              </h6>
  3036.            </a>
  3037.          </div>
  3038.          
  3039.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3040.            <a href="https://www.panos.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3041.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3042.                <i class="ti-angle-right me-2 text-primary"></i>
  3043.                 non gamstop betting
  3044.              </h6>
  3045.            </a>
  3046.          </div>
  3047.          
  3048.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3049.            <a href="https://nursingnotes.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3050.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3051.                <i class="ti-angle-right me-2 text-primary"></i>
  3052.                 casino sites
  3053.              </h6>
  3054.            </a>
  3055.          </div>
  3056.          
  3057.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3058.            <a href="https://idolmag.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3059.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3060.                <i class="ti-angle-right me-2 text-primary"></i>
  3061.                 online casinos
  3062.              </h6>
  3063.            </a>
  3064.          </div>
  3065.          
  3066.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3067.            <a href="https://www.cca-glasgow.com/"  rel="dofollow" class="text-decoration-none ">
  3068.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3069.                <i class="ti-angle-right me-2 text-primary"></i>
  3070.                 uk online casinos not on gamstop
  3071.              </h6>
  3072.            </a>
  3073.          </div>
  3074.          
  3075.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3076.            <a href="https://www.clintoncards.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3077.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3078.                <i class="ti-angle-right me-2 text-primary"></i>
  3079.                 best non gamstop casinos
  3080.              </h6>
  3081.            </a>
  3082.          </div>
  3083.          
  3084.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3085.            <a href="https://www.bonhillevents.com/"  rel="dofollow" class="text-decoration-none ">
  3086.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3087.                <i class="ti-angle-right me-2 text-primary"></i>
  3088.                 online casinos not on gamstop
  3089.              </h6>
  3090.            </a>
  3091.          </div>
  3092.          
  3093.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3094.            <a href="https://britishicehockey.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3095.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3096.                <i class="ti-angle-right me-2 text-primary"></i>
  3097.                 casinos not on gamstop
  3098.              </h6>
  3099.            </a>
  3100.          </div>
  3101.          
  3102.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3103.            <a href="https://adventuregamers.com/online-casinos/non-gamstop"  rel="dofollow" class="text-decoration-none ">
  3104.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3105.                <i class="ti-angle-right me-2 text-primary"></i>
  3106.                 casino not on gamstop
  3107.              </h6>
  3108.            </a>
  3109.          </div>
  3110.          
  3111.  
  3112.        </div>
  3113.  
  3114.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3115.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3116.        </div> -->
  3117.      </div>
  3118.    </div>
  3119.    
  3120.    <div class="sidebar-widget mb-4">
  3121.      <div class="widget-title-wrapper mb-3">
  3122.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3123.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  3124.          <span class="title-arrow"></span>
  3125.        </h4>
  3126.      </div>
  3127.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  3128.        <div class="blog-roll-list scrollable-sidebar">
  3129.          
  3130.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3131.            <a href="https://www.durhamminers.org/"  rel="dofollow" class="text-decoration-none ">
  3132.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3133.                <i class="ti-angle-right me-2 text-primary"></i>
  3134.                 casino sites
  3135.              </h6>
  3136.            </a>
  3137.          </div>
  3138.          
  3139.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3140.            <a href="https://stmargarets.london/"  rel="dofollow" class="text-decoration-none ">
  3141.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3142.                <i class="ti-angle-right me-2 text-primary"></i>
  3143.                 casinos not on gamstop
  3144.              </h6>
  3145.            </a>
  3146.          </div>
  3147.          
  3148.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3149.            <a href="https://www.citytosea.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3150.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3151.                <i class="ti-angle-right me-2 text-primary"></i>
  3152.                 casinos not on gamstop
  3153.              </h6>
  3154.            </a>
  3155.          </div>
  3156.          
  3157.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3158.            <a href="https://internationalschoolmealsday.com/"  rel="dofollow" class="text-decoration-none ">
  3159.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3160.                <i class="ti-angle-right me-2 text-primary"></i>
  3161.                 casino not on gamstop
  3162.              </h6>
  3163.            </a>
  3164.          </div>
  3165.          
  3166.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3167.            <a href="https://www.london-irish.com/"  rel="dofollow" class="text-decoration-none ">
  3168.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3169.                <i class="ti-angle-right me-2 text-primary"></i>
  3170.                 non gamstop casino
  3171.              </h6>
  3172.            </a>
  3173.          </div>
  3174.          
  3175.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3176.            <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3177.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3178.                <i class="ti-angle-right me-2 text-primary"></i>
  3179.                 non gamstop casino
  3180.              </h6>
  3181.            </a>
  3182.          </div>
  3183.          
  3184.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3185.            <a href="https://www.cca-glasgow.com/"  rel="dofollow" class="text-decoration-none ">
  3186.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3187.                <i class="ti-angle-right me-2 text-primary"></i>
  3188.                 non gamstop casino
  3189.              </h6>
  3190.            </a>
  3191.          </div>
  3192.          
  3193.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3194.            <a href="https://bereavementcommission.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3195.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3196.                <i class="ti-angle-right me-2 text-primary"></i>
  3197.                 non gamstop casino
  3198.              </h6>
  3199.            </a>
  3200.          </div>
  3201.          
  3202.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3203.            <a href="https://www.citytosea.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3204.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3205.                <i class="ti-angle-right me-2 text-primary"></i>
  3206.                 non gamstop casino
  3207.              </h6>
  3208.            </a>
  3209.          </div>
  3210.          
  3211.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3212.            <a href="https://www.surfaceview.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3213.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3214.                <i class="ti-angle-right me-2 text-primary"></i>
  3215.                 non gamstop casino
  3216.              </h6>
  3217.            </a>
  3218.          </div>
  3219.          
  3220.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3221.            <a href="https://www.summerhall.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3222.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3223.                <i class="ti-angle-right me-2 text-primary"></i>
  3224.                 non gamstop casino
  3225.              </h6>
  3226.            </a>
  3227.          </div>
  3228.          
  3229.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3230.            <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none ">
  3231.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3232.                <i class="ti-angle-right me-2 text-primary"></i>
  3233.                 slots not on gamstop
  3234.              </h6>
  3235.            </a>
  3236.          </div>
  3237.          
  3238.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3239.            <a href="https://www.elthampalace.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3240.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3241.                <i class="ti-angle-right me-2 text-primary"></i>
  3242.                 non gamstop casino
  3243.              </h6>
  3244.            </a>
  3245.          </div>
  3246.          
  3247.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3248.            <a href="https://lessplastic.co.uk"  rel="dofollow" class="text-decoration-none ">
  3249.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3250.                <i class="ti-angle-right me-2 text-primary"></i>
  3251.                 casino not on gamstop
  3252.              </h6>
  3253.            </a>
  3254.          </div>
  3255.          
  3256.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3257.            <a href="https://rochdaleonline.co.uk"  rel="dofollow" class="text-decoration-none ">
  3258.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3259.                <i class="ti-angle-right me-2 text-primary"></i>
  3260.                 casino not on gamstop
  3261.              </h6>
  3262.            </a>
  3263.          </div>
  3264.          
  3265.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3266.            <a href="https://longviewuk.com"  rel="dofollow" class="text-decoration-none ">
  3267.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3268.                <i class="ti-angle-right me-2 text-primary"></i>
  3269.                 non gamstop casino
  3270.              </h6>
  3271.            </a>
  3272.          </div>
  3273.          
  3274.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3275.            <a href="https://unbound.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3276.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3277.                <i class="ti-angle-right me-2 text-primary"></i>
  3278.                 non gamstop casino
  3279.              </h6>
  3280.            </a>
  3281.          </div>
  3282.          
  3283.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3284.            <a href="https://www.circuit-de-la-sure.fr/"  rel="dofollow" class="text-decoration-none ">
  3285.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3286.                <i class="ti-angle-right me-2 text-primary"></i>
  3287.                 casinos en ligne
  3288.              </h6>
  3289.            </a>
  3290.          </div>
  3291.          
  3292.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3293.            <a href="https://fishleyhall.co.uk"  rel="dofollow" class="text-decoration-none ">
  3294.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3295.                <i class="ti-angle-right me-2 text-primary"></i>
  3296.                 best non uk online casino
  3297.              </h6>
  3298.            </a>
  3299.          </div>
  3300.          
  3301.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3302.            <a href="https://steviethefox.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3303.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3304.                <i class="ti-angle-right me-2 text-primary"></i>
  3305.                 sports betting crypto
  3306.              </h6>
  3307.            </a>
  3308.          </div>
  3309.          
  3310.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3311.            <a href="https://www.ukessaywriters.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3312.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3313.                <i class="ti-angle-right me-2 text-primary"></i>
  3314.                 top 10 online casinos
  3315.              </h6>
  3316.            </a>
  3317.          </div>
  3318.          
  3319.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3320.            <a href="https://www.peelengineering.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3321.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3322.                <i class="ti-angle-right me-2 text-primary"></i>
  3323.                 non gamstop casinos uk
  3324.              </h6>
  3325.            </a>
  3326.          </div>
  3327.          
  3328.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3329.            <a href="https://www.cca-glasgow.com/"  rel="dofollow" class="text-decoration-none ">
  3330.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3331.                <i class="ti-angle-right me-2 text-primary"></i>
  3332.                 casinos not on gamstop
  3333.              </h6>
  3334.            </a>
  3335.          </div>
  3336.          
  3337.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3338.            <a href="https://www.roadpeace.org/"  rel="dofollow" class="text-decoration-none ">
  3339.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3340.                <i class="ti-angle-right me-2 text-primary"></i>
  3341.                 non gamstop casino
  3342.              </h6>
  3343.            </a>
  3344.          </div>
  3345.          
  3346.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3347.            <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none ">
  3348.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3349.                <i class="ti-angle-right me-2 text-primary"></i>
  3350.                 non gamstop casino
  3351.              </h6>
  3352.            </a>
  3353.          </div>
  3354.          
  3355.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3356.            <a href="https://www.cca-glasgow.com/"  rel="dofollow" class="text-decoration-none ">
  3357.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3358.                <i class="ti-angle-right me-2 text-primary"></i>
  3359.                 casino not on gamstop
  3360.              </h6>
  3361.            </a>
  3362.          </div>
  3363.          
  3364.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3365.            <a href="https://newsoundgeneration.co.uk/casinos-not-on-gamstop/"  rel="dofollow" class="text-decoration-none ">
  3366.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3367.                <i class="ti-angle-right me-2 text-primary"></i>
  3368.                 Best UK Non GAMSTOP Casinos
  3369.              </h6>
  3370.            </a>
  3371.          </div>
  3372.          
  3373.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3374.            <a href="https://www.homeworkworkspace.com"  rel="dofollow" class="text-decoration-none ">
  3375.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3376.                <i class="ti-angle-right me-2 text-primary"></i>
  3377.                 games not on GamStop
  3378.              </h6>
  3379.            </a>
  3380.          </div>
  3381.          
  3382.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3383.            <a href="https://www.edinburghwhiskyblog.com/"  rel="dofollow" class="text-decoration-none ">
  3384.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3385.                <i class="ti-angle-right me-2 text-primary"></i>
  3386.                 non gamstop casino
  3387.              </h6>
  3388.            </a>
  3389.          </div>
  3390.          
  3391.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3392.            <a href="https://www.gamblinginsider.com/uk/online-casinos"  rel="dofollow" class="text-decoration-none ">
  3393.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3394.                <i class="ti-angle-right me-2 text-primary"></i>
  3395.                 new online casinos
  3396.              </h6>
  3397.            </a>
  3398.          </div>
  3399.          
  3400.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3401.            <a href="https://goodsixty.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3402.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3403.                <i class="ti-angle-right me-2 text-primary"></i>
  3404.                 non gamstop casinos
  3405.              </h6>
  3406.            </a>
  3407.          </div>
  3408.          
  3409.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3410.            <a href="https://www.microhowto.info/"  rel="dofollow" class="text-decoration-none ">
  3411.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3412.                <i class="ti-angle-right me-2 text-primary"></i>
  3413.                 betting sites not on gamstop
  3414.              </h6>
  3415.            </a>
  3416.          </div>
  3417.          
  3418.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3419.            <a href="https://www.charlesjencks.com/"  rel="dofollow" class="text-decoration-none ">
  3420.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3421.                <i class="ti-angle-right me-2 text-primary"></i>
  3422.                 non gamstop casino uk
  3423.              </h6>
  3424.            </a>
  3425.          </div>
  3426.          
  3427.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3428.            <a href="https://www.roadpeace.org/"  rel="dofollow" class="text-decoration-none ">
  3429.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3430.                <i class="ti-angle-right me-2 text-primary"></i>
  3431.                 casino sites not on gamstop
  3432.              </h6>
  3433.            </a>
  3434.          </div>
  3435.          
  3436.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3437.            <a href="https://www.surfaceview.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3438.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3439.                <i class="ti-angle-right me-2 text-primary"></i>
  3440.                 non gamstop casino uk
  3441.              </h6>
  3442.            </a>
  3443.          </div>
  3444.          
  3445.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3446.            <a href="https://bereavementcommission.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3447.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3448.                <i class="ti-angle-right me-2 text-primary"></i>
  3449.                 casino zonder cruks
  3450.              </h6>
  3451.            </a>
  3452.          </div>
  3453.          
  3454.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3455.            <a href="https://www.executive-shaving.co.uk"  rel="dofollow" class="text-decoration-none ">
  3456.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3457.                <i class="ti-angle-right me-2 text-primary"></i>
  3458.                 casino not on gamestop
  3459.              </h6>
  3460.            </a>
  3461.          </div>
  3462.          
  3463.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3464.            <a href="https://www.fourpure.com/"  rel="dofollow" class="text-decoration-none ">
  3465.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3466.                <i class="ti-angle-right me-2 text-primary"></i>
  3467.                 new non GamStop casinos
  3468.              </h6>
  3469.            </a>
  3470.          </div>
  3471.          
  3472.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3473.            <a href="https://www.antiquesforeveryone.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3474.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3475.                <i class="ti-angle-right me-2 text-primary"></i>
  3476.                 best online betting sites
  3477.              </h6>
  3478.            </a>
  3479.          </div>
  3480.          
  3481.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3482.            <a href="https://www.happydaysrv.co.uk"  rel="dofollow" class="text-decoration-none ">
  3483.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3484.                <i class="ti-angle-right me-2 text-primary"></i>
  3485.                 casino not on GamStop
  3486.              </h6>
  3487.            </a>
  3488.          </div>
  3489.          
  3490.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3491.            <a href="https://www.healgel.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3492.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3493.                <i class="ti-angle-right me-2 text-primary"></i>
  3494.                 best betting sites no id verification
  3495.              </h6>
  3496.            </a>
  3497.          </div>
  3498.          
  3499.  
  3500.        </div>
  3501.  
  3502.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3503.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3504.        </div> -->
  3505.      </div>
  3506.    </div>
  3507.    
  3508.    <div class="sidebar-widget mb-4">
  3509.      <div class="widget-title-wrapper mb-3">
  3510.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3511.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  3512.          <span class="title-arrow"></span>
  3513.        </h4>
  3514.      </div>
  3515.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  3516.        <div class="blog-roll-list scrollable-sidebar">
  3517.          
  3518.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3519.            <a href="https://www.mediawise.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3520.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3521.                <i class="ti-angle-right me-2 text-primary"></i>
  3522.                 non GamStop casinos
  3523.              </h6>
  3524.            </a>
  3525.          </div>
  3526.          
  3527.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3528.            <a href="https://www.kysty.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3529.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3530.                <i class="ti-angle-right me-2 text-primary"></i>
  3531.                 casino not on Gamstop
  3532.              </h6>
  3533.            </a>
  3534.          </div>
  3535.          
  3536.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3537.            <a href="https://www.surfaceview.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3538.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3539.                <i class="ti-angle-right me-2 text-primary"></i>
  3540.                 non gamstop casinos
  3541.              </h6>
  3542.            </a>
  3543.          </div>
  3544.          
  3545.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3546.            <a href="https://www.bmag.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3547.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3548.                <i class="ti-angle-right me-2 text-primary"></i>
  3549.                 casino sites
  3550.              </h6>
  3551.            </a>
  3552.          </div>
  3553.          
  3554.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3555.            <a href="https://thenewoxford.com/"  rel="dofollow" class="text-decoration-none ">
  3556.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3557.                <i class="ti-angle-right me-2 text-primary"></i>
  3558.                 non GamStop UK casinos
  3559.              </h6>
  3560.            </a>
  3561.          </div>
  3562.          
  3563.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3564.            <a href="https://www.labodeganegra.com/"  rel="dofollow" class="text-decoration-none ">
  3565.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3566.                <i class="ti-angle-right me-2 text-primary"></i>
  3567.                 sites not on GamStop
  3568.              </h6>
  3569.            </a>
  3570.          </div>
  3571.          
  3572.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3573.            <a href="https://www.covent-garden.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3574.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3575.                <i class="ti-angle-right me-2 text-primary"></i>
  3576.                 games not on GamStop
  3577.              </h6>
  3578.            </a>
  3579.          </div>
  3580.          
  3581.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3582.            <a href="https://www.patients4nhs.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3583.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3584.                <i class="ti-angle-right me-2 text-primary"></i>
  3585.                 casinos not on GamStop
  3586.              </h6>
  3587.            </a>
  3588.          </div>
  3589.          
  3590.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3591.            <a href="https://www.open-money.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3592.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3593.                <i class="ti-angle-right me-2 text-primary"></i>
  3594.                 UK casinos not on GamStop
  3595.              </h6>
  3596.            </a>
  3597.          </div>
  3598.          
  3599.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3600.            <a href="https://migrations.uk/"  rel="dofollow" class="text-decoration-none ">
  3601.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3602.                <i class="ti-angle-right me-2 text-primary"></i>
  3603.                 Harry Casino
  3604.              </h6>
  3605.            </a>
  3606.          </div>
  3607.          
  3608.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3609.            <a href="https://www.nordicresearchnetwork.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3610.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3611.                <i class="ti-angle-right me-2 text-primary"></i>
  3612.                 Non UK Casino Sites
  3613.              </h6>
  3614.            </a>
  3615.          </div>
  3616.          
  3617.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3618.            <a href="https://www.thekarczma.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3619.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3620.                <i class="ti-angle-right me-2 text-primary"></i>
  3621.                 Non UK Casinos
  3622.              </h6>
  3623.            </a>
  3624.          </div>
  3625.          
  3626.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3627.            <a href="https://www.gamblinginsider.com/uk/online-casinos"  rel="dofollow" class="text-decoration-none ">
  3628.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3629.                <i class="ti-angle-right me-2 text-primary"></i>
  3630.                 online casinos UK
  3631.              </h6>
  3632.            </a>
  3633.          </div>
  3634.          
  3635.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3636.            <a href="https://socialeatinghouse.com/"  rel="dofollow" class="text-decoration-none ">
  3637.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3638.                <i class="ti-angle-right me-2 text-primary"></i>
  3639.                 casino not on GamStop
  3640.              </h6>
  3641.            </a>
  3642.          </div>
  3643.          
  3644.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3645.            <a href="https://www.patients4nhs.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3646.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3647.                <i class="ti-angle-right me-2 text-primary"></i>
  3648.                 non GamStop casinos
  3649.              </h6>
  3650.            </a>
  3651.          </div>
  3652.          
  3653.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3654.            <a href="https://www.lgbthistorymonth.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3655.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3656.                <i class="ti-angle-right me-2 text-primary"></i>
  3657.                 casino not on gamstop
  3658.              </h6>
  3659.            </a>
  3660.          </div>
  3661.          
  3662.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3663.            <a href="https://citytosea.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3664.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3665.                <i class="ti-angle-right me-2 text-primary"></i>
  3666.                 non gamstop casino
  3667.              </h6>
  3668.            </a>
  3669.          </div>
  3670.          
  3671.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3672.            <a href="https://www.dumpaday.com/"  rel="dofollow" class="text-decoration-none ">
  3673.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3674.                <i class="ti-angle-right me-2 text-primary"></i>
  3675.                 best non gamstop casinos
  3676.              </h6>
  3677.            </a>
  3678.          </div>
  3679.          
  3680.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3681.            <a href="https://www.frn.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3682.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3683.                <i class="ti-angle-right me-2 text-primary"></i>
  3684.                 best betting sites uk
  3685.              </h6>
  3686.            </a>
  3687.          </div>
  3688.          
  3689.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3690.            <a href="https://coffinmew.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3691.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3692.                <i class="ti-angle-right me-2 text-primary"></i>
  3693.                 non gamstop casinos
  3694.              </h6>
  3695.            </a>
  3696.          </div>
  3697.          
  3698.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3699.            <a href="https://oncallfire.uk/"  rel="dofollow" class="text-decoration-none ">
  3700.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3701.                <i class="ti-angle-right me-2 text-primary"></i>
  3702.                 casinos not on GAMSTOP
  3703.              </h6>
  3704.            </a>
  3705.          </div>
  3706.          
  3707.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3708.            <a href="https://www.regionalnetworks.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3709.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3710.                <i class="ti-angle-right me-2 text-primary"></i>
  3711.                 non GAMSTOP casinos
  3712.              </h6>
  3713.            </a>
  3714.          </div>
  3715.          
  3716.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3717.            <a href="https://www.socresonline.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3718.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3719.                <i class="ti-angle-right me-2 text-primary"></i>
  3720.                 bitcoin casino
  3721.              </h6>
  3722.            </a>
  3723.          </div>
  3724.          
  3725.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3726.            <a href="https://www.charitydigitalnews.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3727.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3728.                <i class="ti-angle-right me-2 text-primary"></i>
  3729.                 non gamstop casino
  3730.              </h6>
  3731.            </a>
  3732.          </div>
  3733.          
  3734.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3735.            <a href="https://savethedatemagazine.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3736.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3737.                <i class="ti-angle-right me-2 text-primary"></i>
  3738.                 online casinos
  3739.              </h6>
  3740.            </a>
  3741.          </div>
  3742.          
  3743.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3744.            <a href="https://www.money-mentor.org/"  rel="dofollow" class="text-decoration-none ">
  3745.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3746.                <i class="ti-angle-right me-2 text-primary"></i>
  3747.                 bitcoin casino UK
  3748.              </h6>
  3749.            </a>
  3750.          </div>
  3751.          
  3752.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3753.            <a href="https://roadpeace.org/"  rel="dofollow" class="text-decoration-none ">
  3754.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3755.                <i class="ti-angle-right me-2 text-primary"></i>
  3756.                 online casino
  3757.              </h6>
  3758.            </a>
  3759.          </div>
  3760.          
  3761.  
  3762.        </div>
  3763.  
  3764.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3765.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3766.        </div> -->
  3767.      </div>
  3768.    </div>
  3769.    
  3770.    <div class="sidebar-widget mb-4">
  3771.      <div class="widget-title-wrapper mb-3">
  3772.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3773.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3774.          <span class="title-arrow"></span>
  3775.        </h4>
  3776.      </div>
  3777.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  3778.        <div class="blog-roll-list scrollable-sidebar">
  3779.          
  3780.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3781.            <a href="https://thecharliegardfoundation.org/"  rel="dofollow" class="text-decoration-none ">
  3782.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3783.                <i class="ti-angle-right me-2 text-primary"></i>
  3784.                 online casino uk
  3785.              </h6>
  3786.            </a>
  3787.          </div>
  3788.          
  3789.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3790.            <a href="https://www.welcometoportsmouth.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3791.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3792.                <i class="ti-angle-right me-2 text-primary"></i>
  3793.                 best non Gamstop casinos
  3794.              </h6>
  3795.            </a>
  3796.          </div>
  3797.          
  3798.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3799.            <a href="https://platypuspress.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3800.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3801.                <i class="ti-angle-right me-2 text-primary"></i>
  3802.                 non gamstop casino
  3803.              </h6>
  3804.            </a>
  3805.          </div>
  3806.          
  3807.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3808.            <a href="https://plasticoceans.uk/"  rel="dofollow" class="text-decoration-none ">
  3809.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3810.                <i class="ti-angle-right me-2 text-primary"></i>
  3811.                 non gamstop casinos
  3812.              </h6>
  3813.            </a>
  3814.          </div>
  3815.          
  3816.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3817.            <a href="https://www.kscience.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3818.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3819.                <i class="ti-angle-right me-2 text-primary"></i>
  3820.                 non gamstop casinos
  3821.              </h6>
  3822.            </a>
  3823.          </div>
  3824.          
  3825.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3826.            <a href="https://www.mesaonline.org/"  rel="dofollow" class="text-decoration-none ">
  3827.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3828.                <i class="ti-angle-right me-2 text-primary"></i>
  3829.                 non gamstop casino
  3830.              </h6>
  3831.            </a>
  3832.          </div>
  3833.          
  3834.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3835.            <a href="https://www.foreignersinuk.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3836.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3837.                <i class="ti-angle-right me-2 text-primary"></i>
  3838.                 online casino
  3839.              </h6>
  3840.            </a>
  3841.          </div>
  3842.          
  3843.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3844.            <a href="https://bereavementcommission.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3845.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3846.                <i class="ti-angle-right me-2 text-primary"></i>
  3847.                 online casino
  3848.              </h6>
  3849.            </a>
  3850.          </div>
  3851.          
  3852.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3853.            <a href="https://www.bshg.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3854.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3855.                <i class="ti-angle-right me-2 text-primary"></i>
  3856.                 online casino
  3857.              </h6>
  3858.            </a>
  3859.          </div>
  3860.          
  3861.  
  3862.        </div>
  3863.  
  3864.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3865.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3866.        </div> -->
  3867.      </div>
  3868.    </div>
  3869.    
  3870.  </div>
  3871.  
  3872. <!-- Sidebar V2 Styles -->
  3873. <style>
  3874.  .sidebar-widget {
  3875.    position: relative;
  3876.  }
  3877.  
  3878.  .widget-title {
  3879.    font-size: 1.1rem;
  3880.    font-weight: 700;
  3881.    display: inline-block;
  3882.    position: relative;
  3883.    z-index: 2;
  3884.    border-radius: 0;
  3885.  }
  3886.  
  3887.  /* Green arrow for August Blog Roll */
  3888.  .title-arrow::after {
  3889.    content: '';
  3890.    position: absolute;
  3891.    top: 0;
  3892.    right: -22px;
  3893.    width: 0;
  3894.    height: 0;
  3895.    border-left: 22px solid var(--bs-primary);
  3896.    border-top: 22px solid transparent;
  3897.    border-bottom: 22px solid transparent;
  3898.    z-index: 1;
  3899.  }
  3900.  
  3901.  /* Blue arrow for Recent Posts */
  3902.  .title-arrow-primary::after {
  3903.    content: '';
  3904.    position: absolute;
  3905.    top: 0;
  3906.    right: -22px;
  3907.    width: 0;
  3908.    height: 0;
  3909.    border-left: 22px solid var(--bs-primary);
  3910.    border-top: 22px solid transparent;
  3911.    border-bottom: 22px solid transparent;
  3912.    z-index: 1;
  3913.  }
  3914.  
  3915.  .widget-content {
  3916.    margin-top: -1px;
  3917.    position: relative;
  3918.    z-index: 1;
  3919.     background-color: var(--card-bg);
  3920.  }
  3921.  
  3922.  /* Blog Roll Items Hover Effects */
  3923.  .blog-roll-item:hover .post-title {
  3924.    color: #198754 !important;
  3925.    transform: translateX(5px);
  3926.    transition: all 0.3s ease;
  3927.  }
  3928.  
  3929.  /* Recent Post Items Hover Effects */
  3930.  .recent-post-item:hover .post-title a {
  3931.    color: #0d6efd !important;
  3932.    transition: color 0.3s ease;
  3933.  }
  3934.  
  3935.  .recent-post-item:hover .post-image img {
  3936.    transform: scale(1.05);
  3937.    transition: transform 0.3s ease;
  3938.  }
  3939.  
  3940.  /* Button Hover Effects */
  3941.  .btn:hover {
  3942.    transform: translateY(-2px);
  3943.    transition: all 0.3s ease;
  3944.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3945.  }
  3946.  
  3947.  /* Badge Hover Effects */
  3948.  .badge:hover {
  3949.    transform: scale(1.05);
  3950.    transition: transform 0.3s ease;
  3951.  }
  3952.  
  3953.  @media (max-width: 991px) {
  3954.    .sidebar {
  3955.      margin-top: 3rem;
  3956.    }
  3957.  }
  3958.  
  3959.  @media (max-width: 576px) {
  3960.    .widget-title {
  3961.      font-size: 1rem;
  3962.      padding: 0.75rem 1rem !important;
  3963.    }
  3964.  
  3965.    .title-arrow::after,
  3966.    .title-arrow-primary::after {
  3967.      right: -18px;
  3968.      border-left-width: 18px;
  3969.      border-top-width: 18px;
  3970.      border-bottom-width: 18px;
  3971.    }
  3972.  
  3973.    .post-image {
  3974.      width: 70px !important;
  3975.      height: 55px !important;
  3976.    }
  3977.  
  3978.    .blog-meta {
  3979.      flex-direction: column !important;
  3980.      align-items: flex-start !important;
  3981.      gap: 0.5rem;
  3982.    }
  3983.  }
  3984. </style>
  3985.  
  3986.    
  3987.            </div>
  3988.        </div>
  3989.    </div>
  3990. </section>
  3991.  
  3992. <script>
  3993. document.addEventListener('DOMContentLoaded', function() {
  3994.    // Intersection Observer for Fade Animation on Scroll Up and Down
  3995.    const observerOptions = {
  3996.        threshold: [0, 0.15], // Trigger at 0% and 15% visibility
  3997.        rootMargin: '0px 0px -100px 0px'
  3998.    };
  3999.  
  4000.    // Group cards into pairs (assuming two cards per row)
  4001.    const cards = document.querySelectorAll('.scroll-trigger');
  4002.    const cardPairs = [];
  4003.    for (let i = 0; i < cards.length; i += 2) {
  4004.        cardPairs.push([cards[i], cards[i + 1]].filter(Boolean)); // Handle odd number of cards
  4005.    }
  4006.  
  4007.    const observer = new IntersectionObserver(function(entries) {
  4008.        entries.forEach(entry => {
  4009.            const card = entry.target;
  4010.            // Find the pair index for the current card
  4011.            const pairIndex = cardPairs.findIndex(pair => pair.includes(card));
  4012.            const pair = cardPairs[pairIndex];
  4013.  
  4014.            if (entry.isIntersecting) {
  4015.                // Fade in the pair with a delay based on pair index
  4016.                pair.forEach((cardInPair, index) => {
  4017.                    setTimeout(() => {
  4018.                        cardInPair.classList.add('active');
  4019.                    }, pairIndex * 300); // 300ms delay between pairs
  4020.                });
  4021.            } else {
  4022.                // Fade out the pair when exiting viewport
  4023.                pair.forEach(cardInPair => {
  4024.                    cardInPair.classList.remove('active');
  4025.                });
  4026.            }
  4027.        });
  4028.    }, observerOptions);
  4029.  
  4030.    // Observe each card individually
  4031.    cards.forEach(card => {
  4032.        observer.observe(card);
  4033.    });
  4034. });
  4035. </script>
  4036.  
  4037.    
  4038.        
  4039.        <!-- end wpo-blog-highlights-section -->
  4040.        <!-- start wpo-blog-sponsored-section -->
  4041.        
  4042.  
  4043.  
  4044.  
  4045.    
  4046.  
  4047.  
  4048.  
  4049. <section class="wpo-blog-sponsored-section section-padding">
  4050.    <div class="container-fluid fluid-container">
  4051.        <div class="wpo-section-title">
  4052.            <h2>sponsored news</h2>
  4053.        </div>
  4054.        <div class="row">
  4055.            <div class="wpo-blog-sponsored-wrap">
  4056.                <div class="wpo-blog-items">
  4057.                    <div class="row">
  4058.                        
  4059.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  4060.                            <div class="wpo-blog-item">
  4061.                                <div class="wpo-blog-img">
  4062.                                    
  4063.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4064.                                    
  4065.                                    <div class="thumb bg-primary-gradient ">News</div>
  4066.                                </div>
  4067.                                <div class="wpo-blog-content">
  4068.                                    <h2>  <a href="/us-president-donald-trump-says-largely-agreement-exists-on-following-steps-of-gaza-ceasefire-plan/" class="top-color">
  4069.                                            US President Donald Trump Says &#x27;Largely, Agreement Exists&#x27; on Following Steps of Gaza Ceasefire Plan
  4070.                                            </a>
  4071.                                    </h2>
  4072.                                    <ul>
  4073.                                        <li>
  4074.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Justin Lawson">
  4075.                                                </li>
  4076.                                        <li class="top-color">By Justin Lawson</li>
  4077.                                        <li  class="top-color">17 May 2026</li>
  4078.                                    </ul>
  4079.                                </div>
  4080.                            </div>
  4081.                        </div>
  4082.                        
  4083.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  4084.                            <div class="wpo-blog-item">
  4085.                                <div class="wpo-blog-img">
  4086.                                    
  4087.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4088.                                    
  4089.                                    <div class="thumb bg-primary-gradient ">News</div>
  4090.                                </div>
  4091.                                <div class="wpo-blog-content">
  4092.                                    <h2>  <a href="/crans-montana-fire-victims-are-treated-in-burns-units-throughout-the-continent/" class="top-color">
  4093.                                            Crans-Montana Fire Victims Are Treated in Burns Units Throughout the Continent
  4094.                                            </a>
  4095.                                    </h2>
  4096.                                    <ul>
  4097.                                        <li>
  4098.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Justin Lawson">
  4099.                                                </li>
  4100.                                        <li class="top-color">By Justin Lawson</li>
  4101.                                        <li  class="top-color">17 May 2026</li>
  4102.                                    </ul>
  4103.                                </div>
  4104.                            </div>
  4105.                        </div>
  4106.                        
  4107.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  4108.                            <div class="wpo-blog-item">
  4109.                                <div class="wpo-blog-img">
  4110.                                    
  4111.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4112.                                    
  4113.                                    <div class="thumb bg-primary-gradient ">Others</div>
  4114.                                </div>
  4115.                                <div class="wpo-blog-content">
  4116.                                    <h2>  <a href="/becoming-a-master-in-the-art-of-winning-virtual-slot-games/" class="top-color">
  4117.                                            Becoming a Master in the Art of Winning Virtual Slot Games
  4118.                                            </a>
  4119.                                    </h2>
  4120.                                    <ul>
  4121.                                        <li>
  4122.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Justin Lawson">
  4123.                                                </li>
  4124.                                        <li class="top-color">By Justin Lawson</li>
  4125.                                        <li  class="top-color">17 May 2026</li>
  4126.                                    </ul>
  4127.                                </div>
  4128.                            </div>
  4129.                        </div>
  4130.                        
  4131.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  4132.                            <div class="wpo-blog-item">
  4133.                                <div class="wpo-blog-img">
  4134.                                    
  4135.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4136.                                    
  4137.                                    <div class="thumb bg-primary-gradient ">News</div>
  4138.                                </div>
  4139.                                <div class="wpo-blog-content">
  4140.                                    <h2>  <a href="/leaders-salute-queens-as-the-president-extends-mamdani-a-warm-greeting/" class="top-color">
  4141.                                            Leaders Salute Queens as The President Extends Mamdani a Warm Greeting
  4142.                                            </a>
  4143.                                    </h2>
  4144.                                    <ul>
  4145.                                        <li>
  4146.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Justin Lawson">
  4147.                                                </li>
  4148.                                        <li class="top-color">By Justin Lawson</li>
  4149.                                        <li  class="top-color">17 May 2026</li>
  4150.                                    </ul>
  4151.                                </div>
  4152.                            </div>
  4153.                        </div>
  4154.                        
  4155.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  4156.                            <div class="wpo-blog-item">
  4157.                                <div class="wpo-blog-img">
  4158.                                    
  4159.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4160.                                    
  4161.                                    <div class="thumb bg-primary-gradient ">News</div>
  4162.                                </div>
  4163.                                <div class="wpo-blog-content">
  4164.                                    <h2>  <a href="/the-decade-of-desire-from-author-erin-somers-the-midlife-adultery-tale-this-generation-has-earned/" class="top-color">
  4165.                                            The Decade of Desire from author Erin Somers: The Midlife Adultery Tale This Generation Has Earned.
  4166.                                            </a>
  4167.                                    </h2>
  4168.                                    <ul>
  4169.                                        <li>
  4170.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Justin Lawson">
  4171.                                                </li>
  4172.                                        <li class="top-color">By Justin Lawson</li>
  4173.                                        <li  class="top-color">16 May 2026</li>
  4174.                                    </ul>
  4175.                                </div>
  4176.                            </div>
  4177.                        </div>
  4178.                        
  4179.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  4180.                            <div class="wpo-blog-item">
  4181.                                <div class="wpo-blog-img">
  4182.                                    
  4183.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4184.                                    
  4185.                                    <div class="thumb bg-primary-gradient ">News</div>
  4186.                                </div>
  4187.                                <div class="wpo-blog-content">
  4188.                                    <h2>  <a href="/president-zelenskyy-says-ukraine-was-10-off-from-a-peace-deal-yet-not-at-any-price/" class="top-color">
  4189.                                            President Zelenskyy Says Ukraine Was 10% Off from a Peace Deal, Yet Not at Any Price
  4190.                                            </a>
  4191.                                    </h2>
  4192.                                    <ul>
  4193.                                        <li>
  4194.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Justin Lawson">
  4195.                                                </li>
  4196.                                        <li class="top-color">By Justin Lawson</li>
  4197.                                        <li  class="top-color">16 May 2026</li>
  4198.                                    </ul>
  4199.                                </div>
  4200.                            </div>
  4201.                        </div>
  4202.                        
  4203.  
  4204.                    </div>
  4205.                </div>
  4206.            </div>
  4207.        </div>
  4208.    </div> <!-- end container -->
  4209. </section>
  4210.  
  4211.  
  4212.    
  4213.        <!-- end wpo-blog-sponsored-section -->
  4214.        <!-- start wpo-subscribe-section -->
  4215.        
  4216.        <!-- end subscribe-section -->
  4217.        <!-- start of wpo-site-footer-section -->
  4218.        
  4219.  
  4220.  
  4221.  
  4222.  
  4223.  
  4224.  
  4225. <!-- Footer V5 - Clean Minimalist Bootstrap Design -->
  4226. <footer class="footer-v5 bg-primary-gradient border-top">
  4227.    
  4228.    <!-- Main Footer Content -->
  4229.    <div class="container-fluid py-5">
  4230.        
  4231.        <!-- Top Section with Logo and Description -->
  4232.        <div class="row mb-5">
  4233.            <div class="col-12 text-center">
  4234.                <div class="footer-brand mb-4">
  4235.                    
  4236.                    <h4 class="fw-bold footer-color mb-2">GoldCore Plus</h4>
  4237.                    <p class="footer-color opacity-50">GoldCore Plus offers expert analysis, investment strategies, and market insights for gold investors. Stay updated with trends and secure your portfolio.</p>
  4238.                </div>
  4239.            </div>
  4240.        </div>
  4241.  
  4242.        <!-- Content Grid -->
  4243.        <div class="d-flex justify-content-between flex-wrap gap-2 px-3">
  4244.            
  4245.            <!-- Quick Links Column -->
  4246.            <div class="">
  4247.                <div class="footer-section">
  4248.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  4249.                        Quick Links
  4250.                    </h6>
  4251.                    <ul class="list-unstyled footer-links">
  4252.                        
  4253.                        <li class="mb-2">
  4254.                            <a href="/pm-hails-a-historic-day-as-esafety-chief-forecasts-globe-will-follow-our-lead/"
  4255.                               class="text-decoration-none footer-color  d-flex align-items-center">
  4256.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  4257.                                PM Hails a &#x27;Historic Day&#x27; as eSafety Chief Forecasts &#x27;Globe Will Follow Our Lead&#x27;.
  4258.                            </a>
  4259.                        </li>
  4260.                        
  4261.                        <li class="mb-2">
  4262.                            <a href="/eric-adams-will-support-andrew-cuomo-in-nyc-mayoral-race/"
  4263.                               class="text-decoration-none footer-color  d-flex align-items-center">
  4264.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  4265.                                Eric Adams Will Support Andrew Cuomo in NYC Mayoral Race
  4266.                            </a>
  4267.                        </li>
  4268.                        
  4269.                        <li class="mb-2">
  4270.                            <a href="/republican-lawmaker-says-deal-can-be-had-on-health-care-as-crucial-subsidies-approach-expiration/"
  4271.                               class="text-decoration-none footer-color  d-flex align-items-center">
  4272.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  4273.                                Republican Lawmaker Says &#x27;Deal Can Be Had&#x27; on Health Care as Crucial Subsidies Approach Expiration.
  4274.                            </a>
  4275.                        </li>
  4276.                        
  4277.                        <li class="mb-2">
  4278.                            <a href="/white-house-condemns-democratic-fabrication-as-additional-jeffrey-epstein-images-released/"
  4279.                               class="text-decoration-none footer-color  d-flex align-items-center">
  4280.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  4281.                                White House Condemns &#x27;Democratic Fabrication&#x27; as Additional Jeffrey Epstein Images Released
  4282.                            </a>
  4283.                        </li>
  4284.                        
  4285.                        <li class="mb-2">
  4286.                            <a href="/bright-leaves-england-stage-long-past-her-reputation-was-carved-within-football-legends/"
  4287.                               class="text-decoration-none footer-color  d-flex align-items-center">
  4288.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  4289.                                Bright Leaves England Stage Long Past Her Reputation Was Carved Within Football Legends
  4290.                            </a>
  4291.                        </li>
  4292.                        
  4293.                        <li class="mb-2">
  4294.                            <a href="/pro-the-game-of-playing-casino-slot-games-online-top-10-tips-you-need-to-know/"
  4295.                               class="text-decoration-none footer-color  d-flex align-items-center">
  4296.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  4297.                                Pro the Game of Playing Casino Slot Games Online: Top 10 Tips You Need to Know
  4298.                            </a>
  4299.                        </li>
  4300.                        
  4301.                    </ul>
  4302.                </div>
  4303.            </div>
  4304.  
  4305.            <!-- Resources Column -->
  4306.            <div class="">
  4307.                <div class="footer-section">
  4308.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  4309.                        Resources
  4310.                    </h6>
  4311.                   <ul class="footer-links" id="footerLinks">
  4312.        
  4313.        
  4314.  
  4315.        
  4316.        
  4317.        
  4318.        
  4319.    </ul>
  4320.                </div>
  4321.            </div>
  4322.  
  4323.            <!-- Categories Column -->
  4324.            <div class="">
  4325.                <div class="footer-section">
  4326.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  4327.                        Categories
  4328.                    </h6>
  4329.                    <div class="category-tags">
  4330.                      
  4331.                                <li>
  4332.                                    <a href="/category/all-posts/" class="footer-link footer-color">
  4333.                                        All Posts
  4334.                                    </a>
  4335.                                </li>
  4336.                                
  4337.                                <li>
  4338.                                    <a href="/category/business/" class="footer-link footer-color">
  4339.                                        Business
  4340.                                    </a>
  4341.                                </li>
  4342.                                
  4343.                                <li>
  4344.                                    <a href="/category/esports/" class="footer-link footer-color">
  4345.                                        Esports
  4346.                                    </a>
  4347.                                </li>
  4348.                                
  4349.                                <li>
  4350.                                    <a href="/category/fashion/" class="footer-link footer-color">
  4351.                                        Fashion
  4352.                                    </a>
  4353.                                </li>
  4354.                                
  4355.                                <li>
  4356.                                    <a href="/category/featured/" class="footer-link footer-color">
  4357.                                        Featured
  4358.                                    </a>
  4359.                                </li>
  4360.                                
  4361.                                <li>
  4362.                                    <a href="/category/gaming/" class="footer-link footer-color">
  4363.                                        Gaming
  4364.                                    </a>
  4365.                                </li>
  4366.                                
  4367.                    </div>
  4368.                </div>
  4369.            </div>
  4370.  
  4371.        </div>
  4372.  
  4373.    </div>
  4374.  
  4375.    <!-- Footer Bottom -->
  4376.    <div class="footer-bottom  border-top py-3">
  4377.        <div class="container-fluid fluid-container">
  4378.            <div class=" d-flex justify-content-between flex-wrap">
  4379.                <div class="">
  4380.                    <p class="mb-0 footer-color  ">
  4381.                        © 2026 <span class="fw-semibold footer-color">GoldCore Plus</span>. All rights reserved.
  4382.                    </p>
  4383.                </div>
  4384.                <div class="">
  4385.                    <div class="footer-nav">
  4386.                        <a href="/page/write-for-us/" class="text-decoration-none   me-3">
  4387.                            <i class="bi bi-file-text me-1"></i>Write For Us
  4388.                        </a>
  4389.                        <a href="/page/terms-and-conditions/" class="text-decoration-none   me-3">
  4390.                            <i class="bi bi-file-text me-1"></i>Terms
  4391.                        </a>
  4392.                        <a href="/sitemap.xml" class="text-decoration-none  ">
  4393.                            <i class="bi bi-diagram-3 me-1"></i>Sitemap
  4394.                        </a>
  4395.                    </div>
  4396.                </div>
  4397.            </div>
  4398.        </div>
  4399.    </div>
  4400.  
  4401. </footer>
  4402.  
  4403. <style>
  4404. /* Footer V5 - Clean Minimalist Bootstrap Design */
  4405.  
  4406.  
  4407.  
  4408.  
  4409. .footer-logo {
  4410.    border-radius: 8px;
  4411. }
  4412.  
  4413. /* Footer Sections */
  4414. .footer-section {
  4415.    padding: 0 15px;
  4416. }
  4417.  
  4418. .footer-section h6 {
  4419.    position: relative;
  4420.    padding-bottom: 8px;
  4421. }
  4422.  
  4423. .footer-section h6::after {
  4424.    content: '';
  4425.    position: absolute;
  4426.    bottom: 0;
  4427.    left: 0;
  4428.    width: 30px;
  4429.    height: 2px;
  4430.    background: linear-gradient(45deg, var(--bs-primary), var(--footer-color));
  4431.    border-radius: 1px;
  4432. }
  4433.  
  4434. /* Links Styling */
  4435. .footer-links a {
  4436.    transition: all 0.3s ease;
  4437.    padding: 4px 0;
  4438.    border-radius: 4px;
  4439. }
  4440.  
  4441. .footer-links a:hover {
  4442.    color: var(--bs-primary) !important;
  4443.    padding-left: 8px;
  4444. }
  4445.  
  4446. .footer-links a:hover i {
  4447.    transform: translateX(2px);
  4448. }
  4449.  
  4450. /* Category Tags */
  4451. .category-tag {
  4452.    transition: all 0.3s ease;
  4453.    padding: 6px 12px !important;
  4454.    font-size: 0.875rem;
  4455. }
  4456.  
  4457.  
  4458.  
  4459. /* Footer Bottom */
  4460. .footer-bottom {
  4461.    backdrop-filter: blur(10px);
  4462. }
  4463.  
  4464. /* Responsive Design */
  4465. @media (max-width: 768px) {
  4466.    .footer-v5 {
  4467.        margin-top: 60px;
  4468.    }
  4469.    
  4470.    .footer-section {
  4471.        text-align:start;
  4472.        margin-bottom: 40px;
  4473.    }
  4474.    
  4475.    .footer-links a,
  4476.    .category-tags {
  4477.        justify-content:start;
  4478.    }
  4479.    
  4480.    .social-links .d-flex {
  4481.        justify-content:start;
  4482.    }
  4483. }
  4484.  
  4485. @media (max-width: 576px) {
  4486.    .footer-brand h4 {
  4487.        font-size: 1.25rem;
  4488.    }
  4489.    
  4490.    .stats-item h5 {
  4491.        font-size: 1.1rem;
  4492.    }
  4493.    
  4494.    .newsletter-form .btn {
  4495.        padding: 8px 12px;
  4496.    }
  4497. }
  4498.  
  4499. /* Animation Classes */
  4500. .fade-in {
  4501.    animation: fadeIn 0.6s ease-in;
  4502. }
  4503.  
  4504. @keyframes fadeIn {
  4505.    from { opacity: 0; transform: translateY(20px); }
  4506.    to { opacity: 1; transform: translateY(0); }
  4507. }
  4508.  
  4509. /* Loading State */
  4510. .loading {
  4511.    pointer-events: none;
  4512.    opacity: 0.7;
  4513. }
  4514.  
  4515. .loading .btn {
  4516.    position: relative;
  4517. }
  4518.  
  4519. .loading .btn::after {
  4520.    content: '';
  4521.    position: absolute;
  4522.    top: 50%;
  4523.    left: 50%;
  4524.    width: 16px;
  4525.    height: 16px;
  4526.    margin: -8px 0 0 -8px;
  4527.    border: 2px solid transparent;
  4528.    border-top-color: currentColor;
  4529.    border-radius: 50%;
  4530.    animation: spin 1s linear infinite;
  4531. }
  4532.  
  4533. @keyframes spin {
  4534.    to { transform: rotate(360deg); }
  4535. }
  4536.  
  4537. /* Utility Classes */
  4538. .text-gradient {
  4539.    background: linear-gradient(45deg, var(--bs-primary), var(--bs-success));
  4540.    -webkit-background-clip: text;
  4541.    -webkit-text-fill-color: transparent;
  4542.    background-clip: text;
  4543. }
  4544.  
  4545. .hover-lift {
  4546.    transition: transform 0.3s ease;
  4547. }
  4548.  
  4549. .hover-lift:hover {
  4550.    transform: translateY(-2px);
  4551. }
  4552. </style>
  4553.  
  4554.  
  4555. <script>
  4556. document.addEventListener('DOMContentLoaded', function() {
  4557.    
  4558.    // Initialize Bootstrap tooltips
  4559.    const tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'));
  4560.    tooltipTriggerList.map(function (tooltipTriggerEl) {
  4561.        return new bootstrap.Tooltip(tooltipTriggerEl);
  4562.    });
  4563.  
  4564.    // Newsletter form handling
  4565.    const newsletterForm = document.querySelector('.newsletter-form');
  4566.    if (newsletterForm) {
  4567.        newsletterForm.addEventListener('submit', function(e) {
  4568.            e.preventDefault();
  4569.            
  4570.            const email = this.querySelector('input[name="email"]').value.trim();
  4571.            const submitBtn = this.querySelector('button[type="submit"]');
  4572.            const originalContent = submitBtn.innerHTML;
  4573.            
  4574.            // Validate email
  4575.            if (!email || !isValidEmail(email)) {
  4576.                showToast('Please enter a valid email address', 'error');
  4577.                return;
  4578.            }
  4579.            
  4580.            // Show loading state
  4581.            this.classList.add('loading');
  4582.            submitBtn.innerHTML = '<span class="spinner-border spinner-border-sm me-1"></span>Subscribing...';
  4583.            submitBtn.disabled = true;
  4584.            
  4585.            // Simulate API call
  4586.            setTimeout(() => {
  4587.                // Success state
  4588.                submitBtn.innerHTML = '<i class="bi bi-check-lg me-1"></i>Subscribed!';
  4589.                submitBtn.classList.remove('btn-primary');
  4590.                submitBtn.classList.add('btn-success');
  4591.                
  4592.                showToast('Successfully subscribed to newsletter!', 'success');
  4593.                
  4594.                // Reset form
  4595.                setTimeout(() => {
  4596.                    this.classList.remove('loading');
  4597.                    submitBtn.innerHTML = originalContent;
  4598.                    submitBtn.classList.remove('btn-success');
  4599.                    submitBtn.classList.add('btn-primary');
  4600.                    submitBtn.disabled = false;
  4601.                    this.reset();
  4602.                }, 2000);
  4603.                
  4604.            }, 1500);
  4605.        });
  4606.    }
  4607.    
  4608.    // Email validation function
  4609.    function isValidEmail(email) {
  4610.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  4611.        return emailRegex.test(email);
  4612.    }
  4613.    
  4614.    // Toast notification function
  4615.    function showToast(message, type = 'info') {
  4616.        // Remove existing toasts
  4617.        const existingToasts = document.querySelectorAll('.custom-toast');
  4618.        existingToasts.forEach(toast => toast.remove());
  4619.        
  4620.        // Create toast
  4621.        const toast = document.createElement('div');
  4622.        toast.className = `custom-toast position-fixed top-0 end-0 m-3 alert alert-${type === 'error' ? 'danger' : type} alert-dismissible fade show`;
  4623.        toast.style.zIndex = '9999';
  4624.        toast.innerHTML = `
  4625.            <div class="d-flex align-items-center">
  4626.                <i class="bi bi-${type === 'success' ? 'check-circle-fill' : type === 'error' ? 'exclamation-triangle-fill' : 'info-circle-fill'} me-2"></i>
  4627.                <span>${message}</span>
  4628.                <button type="button" class="btn-close" data-bs-dismiss="alert"></button>
  4629.            </div>
  4630.        `;
  4631.        
  4632.        document.body.appendChild(toast);
  4633.        
  4634.        // Auto remove after 4 seconds
  4635.        setTimeout(() => {
  4636.            if (toast && toast.parentNode) {
  4637.                toast.remove();
  4638.            }
  4639.        }, 4000);
  4640.    }
  4641.    
  4642.    // Smooth scroll for internal links
  4643.    document.querySelectorAll('a[href^="#"]').forEach(anchor => {
  4644.        anchor.addEventListener('click', function(e) {
  4645.            e.preventDefault();
  4646.            const target = document.querySelector(this.getAttribute('href'));
  4647.            if (target) {
  4648.                target.scrollIntoView({
  4649.                    behavior: 'smooth',
  4650.                    block: 'start'
  4651.                });
  4652.            }
  4653.        });
  4654.    });
  4655.    
  4656.    // Add fade-in animation to footer sections on scroll
  4657.    const observerOptions = {
  4658.        threshold: 0.1,
  4659.        rootMargin: '0px 0px -50px 0px'
  4660.    };
  4661.    
  4662.    const sectionObserver = new IntersectionObserver((entries) => {
  4663.        entries.forEach(entry => {
  4664.            if (entry.isIntersecting) {
  4665.                entry.target.classList.add('fade-in');
  4666.            }
  4667.        });
  4668.    }, observerOptions);
  4669.    
  4670.    // Observe footer sections
  4671.    document.querySelectorAll('.footer-section, .stats-item').forEach(section => {
  4672.        sectionObserver.observe(section);
  4673.    });
  4674.    
  4675.    // Enhanced hover effects for category tags
  4676.    document.querySelectorAll('.category-tag').forEach(tag => {
  4677.        tag.addEventListener('mouseenter', function() {
  4678.            this.style.transform = 'translateY(-2px) scale(1.02)';
  4679.        });
  4680.        
  4681.        tag.addEventListener('mouseleave', function() {
  4682.            this.style.transform = 'translateY(0) scale(1)';
  4683.        });
  4684.    });
  4685.    
  4686.    // Prevent default for demo links
  4687.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4688.        link.addEventListener('click', function(e) {
  4689.            e.preventDefault();
  4690.        });
  4691.    });
  4692.    
  4693.    // Add click ripple effect to buttons
  4694.    document.querySelectorAll('.btn').forEach(btn => {
  4695.        btn.addEventListener('click', function(e) {
  4696.            const ripple = document.createElement('span');
  4697.            const rect = this.getBoundingClientRect();
  4698.            const size = Math.max(rect.width, rect.height);
  4699.            const x = e.clientX - rect.left - size / 2;
  4700.            const y = e.clientY - rect.top - size / 2;
  4701.            
  4702.            ripple.style.cssText = `
  4703.                position: absolute;
  4704.                left: ${x}px;
  4705.                top: ${y}px;
  4706.                width: ${size}px;
  4707.                height: ${size}px;
  4708.                border-radius: 50%;
  4709.                background: rgba(255, 255, 255, 0.4);
  4710.                transform: scale(0);
  4711.                animation: ripple-effect 0.6s linear;
  4712.                pointer-events: none;
  4713.            `;
  4714.            
  4715.            this.style.position = 'relative';
  4716.            this.style.overflow = 'hidden';
  4717.            this.appendChild(ripple);
  4718.            
  4719.            setTimeout(() => ripple.remove(), 600);
  4720.        });
  4721.    });
  4722.    
  4723. });
  4724.  
  4725. // Add ripple animation CSS
  4726. const rippleCSS = document.createElement('style');
  4727. rippleCSS.textContent = `
  4728.    @keyframes ripple-effect {
  4729.        to {
  4730.            transform: scale(4);
  4731.            opacity: 0;
  4732.        }
  4733.    }
  4734. `;
  4735. document.head.appendChild(rippleCSS);
  4736.  
  4737. document.addEventListener('DOMContentLoaded', function () {
  4738.    var btn = document.getElementById('toggleFooterLinks');
  4739.    if (!btn) return; // No extra links, no button
  4740.  
  4741.    var extras = document.querySelectorAll('#footerLinks li.extra');
  4742.  
  4743.    btn.addEventListener('click', function () {
  4744.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4745.            return li.classList.contains('d-none');
  4746.        });
  4747.  
  4748.        extras.forEach(function (li) {
  4749.            if (anyHidden) {
  4750.                li.classList.remove('d-none');
  4751.                li.classList.add('show');
  4752.            } else {
  4753.                li.classList.add('d-none');
  4754.                li.classList.remove('show');
  4755.            }
  4756.        });
  4757.  
  4758.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4759.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4760.    });
  4761. });
  4762.  
  4763. </script>
  4764.  
  4765.        <!-- end of wpo-site-footer-section -->
  4766.    </div>
  4767.    <!-- end of page-wrapper -->
  4768.  
  4769.    <!-- All JavaScript files
  4770.    ================================================== -->
  4771.    
  4772.  
  4773. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4774. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4775. <!-- Plugins for this template -->
  4776. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4777. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4778. <!-- Custom script for this template -->
  4779. <script src="/static/blogapp/assets/js/script.js"></script>
  4780.  
  4781. <script>
  4782. (function () {
  4783. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4784. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4785.  
  4786. function applyFallback(img) {
  4787. if (!img || img.dataset.fallbackApplied === "1") {
  4788. return;
  4789. }
  4790. var failedSrc = img.currentSrc || img.src || "";
  4791. img.dataset.fallbackApplied = "1";
  4792. img.onerror = null;
  4793. img.src = fallbackImageSrc;
  4794. console.warn("[ImageFallback] Replaced broken image:", {
  4795. failedSrc: failedSrc,
  4796. fallbackSrc: fallbackImageSrc,
  4797. alt: img.alt || "",
  4798. });
  4799. }
  4800.  
  4801. document.querySelectorAll("img").forEach(function (img) {
  4802. if (img.complete && img.naturalWidth === 0) {
  4803. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4804. failedSrc: img.currentSrc || img.src || "",
  4805. alt: img.alt || "",
  4806. });
  4807. applyFallback(img);
  4808. }
  4809. });
  4810.  
  4811. document.addEventListener(
  4812. "error",
  4813. function (event) {
  4814. var target = event.target;
  4815. if (target && target.tagName === "IMG") {
  4816. applyFallback(target);
  4817. }
  4818. },
  4819. true
  4820. );
  4821. })();
  4822. </script>
  4823.  
  4824. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4825.  
  4826.  
  4827.  
  4828. <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":"d61629eaba11488687fa0cfd3bbd6074","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4829. </body>
  4830.  
  4831. </html>
  4832.  
  4833.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda