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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="quicksand">
  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_41_0z7Zbxg_vWBP2OX_69xLoA2.png">
  14.    
  15.  
  16.    <title>Scope Society Blog: Exploring Technology, Culture, and Innovation</title>
  17.    <meta name="description" content="Discover insightful articles on technology trends, cultural analysis, and innovative ideas from the Scope Society community. Join the conversation today!">
  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://scopesocietyblog.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #38bdf8;
  42.        --bs-primary-rgb: 38bdf8;
  43.        --bs-secondary: #94a3b8;
  44.        --bs-success: #34d399;
  45.        --bs-danger: #f87171;
  46.        --bs-warning: #fbbf24;
  47.        --bs-info: #60a5fa;
  48.        --bs-light: #e2e8f0;
  49.        --bs-dark: #1e293b;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #38bdf8;
  53.        --theme-primary-color-s2: #38bdf8;
  54.        --body-bg-color: #111827;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #e2e8f0;
  57.        --text-light-color: #676767;
  58.        --heading-color: #e2e8f0;
  59.        --border-color: #475569;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #1e293b;
  73.        --nav-bg: #1e293b;
  74.        --sub-nav: #475569;
  75.        --navbar-color: #e2e8f0;
  76.        --topbar-bg: #111827;
  77.        --topbar-color: #e2e8f0;
  78.        --footer-bg: #1e293b;
  79.        --footer-color: #e2e8f0;
  80.        --card-bg: rgba(30, 41, 59, 0.8);
  81.        --card-border: #475569;
  82.        --card-radius: 12px;
  83.        --link-color: #38bdf8;
  84.        --link-hover: #0ea5e9;
  85.        --blog-color: #e2e8f0;
  86.        --blog-bg: rgba(56, 189, 248, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background: rgba(30, 41, 59, 0.8) !important;
  204.            backdrop-filter: blur(10px);
  205.        
  206.        border: 1px solid var(--border-color) !important;
  207.        transition: all 0.3s ease;
  208.        border-radius: 12px;
  209.        color: var(--text-color) !important;
  210.    }
  211.     .navbar-brand img{
  212.            height: 70px;
  213.            object-fit: contain;
  214.        }
  215.    
  216.    .card:hover {
  217.        transform: translateY(-5px);
  218.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  219.    }
  220.    
  221.    .card-header {
  222.        background-color: var(--section-bg-color) !important;
  223.        border-color: var(--border-color) !important;
  224.        color: var(--text-color) !important;
  225.    }
  226.    
  227.    /* Bootstrap Form Controls */
  228.    .form-control {
  229.        color: var(--text-color) !important;
  230.        background-color: var(--body-bg-color) !important;
  231.        border-color: var(--border-color) !important;
  232.        /* Remove font-family override - let data-font-scheme handle it */
  233.    }
  234.    
  235.    .form-control:focus {
  236.        border-color: var(--bs-primary) !important;
  237.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  238.    }
  239.    
  240.    /* Links throughout site */
  241.  .nav1 a {
  242.        color: var(--link-color) !important;
  243.        text-decoration: none;
  244.        transition: all 0.3s ease;
  245.    }
  246.    
  247.    a:hover {
  248.        color: var(--link-hover) !important;
  249.    }
  250.    
  251.    /* Text color classes */
  252.    .text-muted {
  253.        color: var(--body-color) !important;
  254.    }
  255.    
  256.    .text-light {
  257.        color: var(--light) !important;
  258.    }
  259.    
  260.    /* Section backgrounds */
  261.    .section-bg,
  262.    .bg-light {
  263.        background-color: var(--section-bg-color) !important;
  264.    }
  265.    
  266.    /* Dark sections */
  267.    .bg-dark,
  268.    .dark-section {
  269.        background-color: var(--black-bg-color) !important;
  270.        color: var(--black-section-text-color) !important;
  271.    }
  272.    
  273.    /* Footer styling */
  274.    .footer,
  275.    footer {
  276.        
  277.            background-color: var(--footer-bg) !important;
  278.        
  279.        color: var(--footer-color) !important;
  280.    }
  281.    
  282.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  283.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  284.        color: var(--black-section-text-color) !important;
  285.        /* Remove font-family override - let data-font-scheme handle it */
  286.    }
  287.    
  288.    .footer a, footer a {
  289.        color: var(--black-section-text-color) !important;
  290.    }
  291.    
  292.    .footer a:hover, footer a:hover {
  293.        color: var(--bs-primary) !important;
  294.    }
  295.    
  296.    /* Bootstrap Secondary Colors */
  297.    .btn-secondary {
  298.        background-color: var(--bs-secondary) !important;
  299.        border-color: var(--bs-secondary) !important;
  300.    }
  301.    
  302.    .text-secondary {
  303.        color: var(--bs-secondary) !important;
  304.    }
  305.    
  306.    .bg-secondary {
  307.        background-color: var(--bs-secondary) !important;
  308.    }
  309.    
  310.    /* Bootstrap Success, Danger, Warning, Info */
  311.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  312.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  313.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  314.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  315.    
  316.    .text-success { color: var(--bs-success) !important; }
  317.    .text-danger { color: var(--bs-danger) !important; }
  318.    .text-warning { color: var(--bs-warning) !important; }
  319.    .text-info { color: var(--bs-info) !important; }
  320.    
  321.    .bg-success { background-color: var(--bs-success) !important; }
  322.    .bg-danger { background-color: var(--bs-danger) !important; }
  323.    .bg-warning { background-color: var(--bs-warning) !important; }
  324.    .bg-info { background-color: var(--bs-info) !important; }
  325.    
  326.    /* Mobile menu styling */
  327.    .navbar-toggler,
  328.    .open-btn {
  329.        border-color: var(--navbar-color) !important;
  330.    }
  331.    
  332.    .icon-bar {
  333.        background-color: var(--navbar-color) !important;
  334.    }
  335.    
  336.    /* Smooth Animations */
  337.    .fade-in-up {
  338.        animation: fadeInUp 0.6s ease-out;
  339.    }
  340.    
  341.    @keyframes fadeInUp {
  342.        from {
  343.            opacity: 0;
  344.            transform: translateY(30px);
  345.        }
  346.        to {
  347.            opacity: 1;
  348.            transform: translateY(0);
  349.        }
  350.    }
  351.    
  352.    /* Responsive adjustments */
  353.    @media (max-width: 768px) {
  354.        .navbar {
  355.            padding: 0.5rem 0;
  356.        }
  357.        
  358.        .card:hover {
  359.            transform: none;
  360.        }
  361.    }
  362.    
  363. </style>
  364.    
  365.    
  366.    
  367.  
  368. <script>
  369.    var _paq = window._paq = window._paq || [];
  370.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  371.    _paq.push(['trackPageView']);
  372.    _paq.push(['enableLinkTracking']);
  373.    (function() {
  374.        var u = "//analytics.tech-vikings.com/";
  375.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  376.        _paq.push(['setSiteId', '2']);
  377.        var d = document,
  378.            g = d.createElement('script'),
  379.            s = d.getElementsByTagName('script')[0];
  380.        g.async = true;
  381.        g.src = u + 'matomo.js';
  382.        s.parentNode.insertBefore(g, s);
  383.    })();
  384. </script>
  385. </head>
  386.  
  387.  
  388.  
  389. <body class="page-blogapp:homepage theme-theme_40">
  390.    <div id="healthcheck"></div>
  391.    <!-- start page-wrapper -->
  392.    <div class="page-wrapper">
  393.        
  394.            <!-- start preloader -->
  395.                
  396.            <!-- end preloader -->
  397.        
  398.        <!-- Start header -->
  399.        <header id="header" class="wpo-site-header">
  400.            
  401.  
  402.  
  403.    
  404.  
  405.  
  406. <div class="top-bg">
  407.    <div class="unique-topbar d-sm-flex d-none container-fluid fluid-container">
  408.        <button class="unique-menu-btn bg-primary-gradient">Latest Update</button>        
  409.        
  410.        <div class="unique-news-container">
  411.            <div class="unique-news-wrapper" id="newsWrapper">
  412.                <!-- News items injected via JS -->
  413.            </div>
  414.        </div>
  415.    
  416.        <div class="contact-info">
  417.            <ul class="d-flex list-unstyled gap-3 pe-3 flex-wrap">
  418.                <li><a href="#"><i class="top-color ti-facebook"></i></a></li>
  419.                <li><a href="#"><i class="top-color ti-twitter-alt"></i></a></li>
  420.                <li><a href="#"><i class="top-color ti-instagram"></i></a></li>
  421.                <li><a href="#"><i class="top-color ti-google"></i></a></li>
  422.            </ul>
  423.        </div>
  424.    </div>
  425. </div>
  426.  
  427. <script>
  428.    // Build array dynamically from Django context
  429.    const newsItems = [
  430.        
  431.            { title: "The Reason PSG Are Focusing On Parisian Players to Retain Their Continental Crown", url: "/the-reason-psg-are-focusing-on-parisian-players-to-retain-their-continental-crown/" },
  432.        
  433.            { title: "Democrats Accuse Trump of ‘Intimidation’ Tactic as FBI Seeks Meetings", url: "/democrats-accuse-trump-of-intimidation-tactic-as-fbi-seeks-meetings/" },
  434.        
  435.            { title: "A Standout Year for Launching The Orb", url: "/a-standout-year-for-launching-the-orb/" },
  436.        
  437.            { title: "Supply Lines in the Sea: A Review of Food Delivery – An Intense Trip Along Supply Lines in the China Standoff.", url: "/supply-lines-in-the-sea-a-review-of-food-delivery-an-intense-trip-along-supply-lines-in-the-china-standoff/" },
  438.        
  439.            { title: "Celebrity Traitors Finale Mistakenly Uploaded A Full Day Early Outside the UK", url: "/celebrity-traitors-finale-mistakenly-uploaded-a-full-day-early-outside-the-uk/" }
  440.        
  441.    ];
  442.  
  443.    let currentNewsIndex = 0;
  444.    const newsWrapper = document.getElementById('newsWrapper');
  445.    let newsElements = [];
  446.  
  447.    // Create news elements dynamically with links
  448.    function createNewsElements() {
  449.        newsItems.forEach((news, index) => {
  450.            const newsElement = document.createElement('div');
  451.            newsElement.className = 'unique-news-item';
  452.            newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  453.            newsWrapper.appendChild(newsElement);
  454.            newsElements.push(newsElement);
  455.        });
  456.  
  457.        if (newsElements.length > 0) {
  458.            newsElements[0].classList.add('active');
  459.        }
  460.    }
  461.  
  462.    function changeNews() {
  463.        const currentElement = newsElements[currentNewsIndex];
  464.        const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  465.        const nextElement = newsElements[nextIndex];
  466.  
  467.        currentElement.classList.remove('active');
  468.        currentElement.classList.add('exit-up');
  469.  
  470.        setTimeout(() => {
  471.            nextElement.classList.add('active');
  472.            currentNewsIndex = nextIndex;
  473.  
  474.            setTimeout(() => {
  475.                currentElement.classList.remove('exit-up');
  476.            }, 100);
  477.        }, 250);
  478.    }
  479.  
  480.    function startNewsRotation() {
  481.        setInterval(changeNews, 5000);
  482.    }
  483.  
  484.    window.onload = function() {
  485.        createNewsElements();
  486.        startNewsRotation();
  487.    };
  488. </script>
  489.  
  490.  
  491.  
  492.            
  493.  
  494.  
  495.  
  496.  
  497.  
  498.  
  499. <header class="header-v7 py-2 mb-4">
  500.    <!-- Top Bar -->
  501.    <div class="top-bar-v7">
  502.        <div class="container-fluid fluid-container">
  503.            <div class="row align-items-center justify-content-center">
  504.                <div class="col-lg-3 col-md-4">
  505.                    <div class="logo-section-v7">
  506.                        <a class="brand-link-v7" href="/">
  507.                            
  508.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/d4cca593-5951-4c30-8894-81c0d638c755_logo.png" alt="Scope Society Blog" class="logo-img-v7" />
  509.                            
  510.                        </a>
  511.                    </div>
  512.                </div>
  513.                <div class="col-lg-6 col-md-5">
  514.                    <div class="search-bar-v7">
  515.                        <form class="search-form-v7" action="#" method="get">
  516.                            <div class="search-container-v7">
  517.                                <input id="search-input" type="search" class="search-input-v7"
  518.                                    placeholder="Search articles, tutorials, news..." name="q">
  519.                                <button type="submit" class="search-btn-v7">
  520.                                    <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  521.                                        stroke-width="2">
  522.                                        <circle cx="11" cy="11" r="8"></circle>
  523.                                        <path d="m21 21-4.35-4.35"></path>
  524.                                    </svg>
  525.                                </button>
  526.                            </div>
  527.                            <div id="search-results" class="search-results-container search-v1"></div>
  528.                        </form>
  529.                    </div>
  530.                </div>
  531.                <div class="col-lg-3 col-md-3">
  532.                    <!-- Empty column for spacing -->
  533.                </div>
  534.            </div>
  535.        </div>
  536.    </div>
  537.  
  538.    <!-- Main Navigation -->
  539.    <div class="main-nav-v7">
  540.        <div class="container-fluid">
  541.            <div class="nav-wrapper-v7">
  542.  
  543.                <!-- Sidebar Navigation -->
  544.                <nav class="sidebar-nav-v7" id="sidebarNavV7">
  545.                    <div class="nav-header-v7">
  546.                        <h6 class="nav-title-v7">Navigation</h6>
  547.                        <button class="sidebar-close-v7 text-link" onclick="closeSidebarV7()">
  548.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  549.                                stroke-width="2">
  550.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  551.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  552.                            </svg>
  553.                        </button>
  554.                    </div>
  555.  
  556.                    <ul class="sidebar-menu-v7">
  557.                        <li class="sidebar-item-v7">
  558.                            <a href='/' class="sidebar-link-v7 active-v7">
  559.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  560.                                    stroke="currentColor" stroke-width="2">
  561.                                    <path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
  562.                                    <polyline points="9,22 9,12 15,12 15,22"></polyline>
  563.                                </svg>
  564.                                Home
  565.                            </a>
  566.                        </li>
  567.  
  568.                        <li class="sidebar-item-v7 has-submenu-v7">
  569.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('tech-submenu-v7')">
  570.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  571.                                    stroke="currentColor" stroke-width="2">
  572.                                    <rect x="2" y="3" width="20" height="14" rx="2" ry="2"></rect>
  573.                                    <line x1="8" y1="21" x2="16" y2="21"></line>
  574.                                    <line x1="12" y1="17" x2="12" y2="21"></line>
  575.                                </svg>
  576.                                Technology
  577.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  578.                                    stroke="currentColor" stroke-width="2">
  579.                                    <polyline points="6,9 12,15 18,9"></polyline>
  580.                                </svg>
  581.                            </a>
  582.                            <ul class="sidebar-submenu-v7" id="tech-submenu-v7">
  583.                                <li><a href="#" class="sidebar-sublink-v7">Web Development</a></li>
  584.                                <li><a href="#" class="sidebar-sublink-v7">Mobile Apps</a></li>
  585.                                <li><a href="#" class="sidebar-sublink-v7">AI & Machine Learning</a></li>
  586.                                <li><a href="#" class="sidebar-sublink-v7">Cybersecurity</a></li>
  587.                            </ul>
  588.                        </li>
  589.  
  590.                        <li class="sidebar-item-v7 has-submenu-v7">
  591.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('business-submenu-v7')">
  592.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  593.                                    stroke="currentColor" stroke-width="2">
  594.                                    <path
  595.                                        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">
  596.                                    </path>
  597.                                </svg>
  598.                                Business
  599.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  600.                                    stroke="currentColor" stroke-width="2">
  601.                                    <polyline points="6,9 12,15 18,9"></polyline>
  602.                                </svg>
  603.                            </a>
  604.                            <ul class="sidebar-submenu-v7" id="business-submenu-v7">
  605.                                <li><a href="#" class="sidebar-sublink-v7">Startups</a></li>
  606.                                <li><a href="#" class="sidebar-sublink-v7">Marketing</a></li>
  607.                                <li><a href="#" class="sidebar-sublink-v7">Finance</a></li>
  608.                            </ul>
  609.                        </li>
  610.  
  611.                        <li class="sidebar-item-v7">
  612.                            <a href="#" class="sidebar-link-v7">
  613.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  614.                                    stroke="currentColor" stroke-width="2">
  615.                                    <path d="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"></path>
  616.                                    <path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"></path>
  617.                                </svg>
  618.                                Tutorials
  619.                            </a>
  620.                        </li>
  621.  
  622.                        <li class="sidebar-item-v7">
  623.                            <a href="#" class="sidebar-link-v7">
  624.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  625.                                    stroke="currentColor" stroke-width="2">
  626.                                    <polygon
  627.                                        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">
  628.                                    </polygon>
  629.                                </svg>
  630.                                Reviews
  631.                            </a>
  632.                        </li>
  633.  
  634.                        <li class="sidebar-item-v7">
  635.                            <a href="#" class="sidebar-link-v7">
  636.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  637.                                    stroke="currentColor" stroke-width="2">
  638.                                    <path d="M6 2l3 6 5.5-3-2.5 7h7l-3 6-5.5-3 2.5-7H6z"></path>
  639.                                </svg>
  640.                                News
  641.                            </a>
  642.                        </li>
  643.  
  644.                        <li class="sidebar-item-v7">
  645.                            <a href="#" class="sidebar-link-v7">
  646.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  647.                                    stroke="currentColor" stroke-width="2">
  648.                                    <circle cx="12" cy="12" r="3"></circle>
  649.                                    <path
  650.                                        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">
  651.                                    </path>
  652.                                </svg>
  653.                                About
  654.                            </a>
  655.                        </li>
  656.  
  657.                        <li class="sidebar-item-v7">
  658.                            <a href="#" class="sidebar-link-v7">
  659.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  660.                                    stroke="currentColor" stroke-width="2">
  661.                                    <path
  662.                                        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">
  663.                                    </path>
  664.                                    <polyline points="22,6 12,13 2,6"></polyline>
  665.                                </svg>
  666.                                Contact
  667.                            </a>
  668.                        </li>
  669.                    </ul>
  670.                </nav>
  671.                <div class="sidebar-blur"></div>
  672.  
  673.                <!-- Main Content Area -->
  674.                <div class="content-area-v7">
  675.                    <!-- Horizontal Nav for Desktop -->
  676.                    <nav class="horizontal-nav-v7 d-none d-lg-flex">
  677.                        <ul class="horizontal-menu-v7">
  678.  
  679.                            
  680.                            <li class="horizontal-item-v7">
  681.                                <a href="/" class="horizontal-link-v7 active-v7">Home</a>
  682.                            </li>
  683.  
  684.                            
  685.                            
  686.                             <li class="horizontal-item-v7">
  687.                                <a href="/category/all-posts/" class="horizontal-link-v7">
  688.                                    All Posts
  689.                                </a>
  690.                                </li>
  691.  
  692.                                
  693.  
  694.                                        
  695.                                        
  696.                                
  697.                             <li class="horizontal-item-v7">
  698.                                <a href="/category/business/" class="horizontal-link-v7">
  699.                                    Business
  700.                                </a>
  701.                                </li>
  702.  
  703.                                
  704.  
  705.                                        
  706.                                        
  707.                                
  708.                             <li class="horizontal-item-v7">
  709.                                <a href="/category/esports/" class="horizontal-link-v7">
  710.                                    Esports
  711.                                </a>
  712.                                </li>
  713.  
  714.                                
  715.  
  716.                                        
  717.                                        
  718.                                
  719.                             <li class="horizontal-item-v7">
  720.                                <a href="/category/fashion/" class="horizontal-link-v7">
  721.                                    Fashion
  722.                                </a>
  723.                                </li>
  724.  
  725.                                
  726.  
  727.                                        
  728.                                        
  729.                                
  730.                             <li class="horizontal-item-v7">
  731.                                <a href="/category/featured/" class="horizontal-link-v7">
  732.                                    Featured
  733.                                </a>
  734.                                </li>
  735.  
  736.                                
  737.  
  738.                                        
  739.                                        
  740.                                
  741.                             <li class="horizontal-item-v7">
  742.                                <a href="/category/gaming/" class="horizontal-link-v7">
  743.                                    Gaming
  744.                                </a>
  745.                                </li>
  746.  
  747.                                
  748.  
  749.                                        
  750.                                        
  751.                                
  752.                             <li class="horizontal-item-v7">
  753.                                <a href="/category/health/" class="horizontal-link-v7">
  754.                                    Health
  755.                                </a>
  756.                                </li>
  757.  
  758.                                
  759.  
  760.                                        
  761.                                        
  762.                                
  763.                            
  764.                                
  765.                                <li class="horizontal-item-v7 dropdown-v7">
  766.                                    <a href="#" class="horizontal-link-v7">More</a>
  767.                                    <div class="horizontal-dropdown-v7">
  768.                                        <a href="/category/life-fitness/"
  769.                                            class="dropdown-item-v7">
  770.                                            Life &amp; Fitness
  771.                                        </a>
  772.                                        
  773.  
  774.                                        
  775.                                        
  776.                                
  777.                            
  778.                                        <a href="/category/lifestyle/"
  779.                                            class="dropdown-item-v7">
  780.                                            Lifestyle
  781.                                        </a>
  782.                                        
  783.  
  784.                                        
  785.                                        
  786.                                
  787.                            
  788.                                        <a href="/category/news/"
  789.                                            class="dropdown-item-v7">
  790.                                            News
  791.                                        </a>
  792.                                        
  793.  
  794.                                        
  795.                                        
  796.                                
  797.                            
  798.                                        <a href="/category/others/"
  799.                                            class="dropdown-item-v7">
  800.                                            Others
  801.                                        </a>
  802.                                        
  803.  
  804.                                        
  805.                                        
  806.                                
  807.                            
  808.                                        <a href="/category/politics/"
  809.                                            class="dropdown-item-v7">
  810.                                            Politics
  811.                                        </a>
  812.                                        
  813.  
  814.                                        
  815.                                        
  816.                                
  817.                            
  818.                                        <a href="/category/sports/"
  819.                                            class="dropdown-item-v7">
  820.                                            Sports
  821.                                        </a>
  822.                                        
  823.  
  824.                                        
  825.                                        
  826.                                
  827.                            
  828.                                        <a href="/category/tech/"
  829.                                            class="dropdown-item-v7">
  830.                                            Tech
  831.                                        </a>
  832.                                        
  833.  
  834.                                        
  835.                                        
  836.                                
  837.                            
  838.                                        <a href="/category/travel/"
  839.                                            class="dropdown-item-v7">
  840.                                            Travel
  841.                                        </a>
  842.                                        
  843.  
  844.                                        
  845.                                        
  846.                                    </div>
  847.                                </li>
  848.                                
  849.                                
  850. <li>
  851.                  <a href="/page/contact-us/">
  852.                     Contact Us
  853.                  </a>
  854.              </li>
  855.                        </ul>
  856.                    </nav>
  857.  
  858.  
  859.                    <!-- Mobile Menu Button -->
  860.                    <button class="mobile-menu-btn-v7 d-lg-none text-link" onclick="openSidebarV7()">
  861.                        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  862.                            stroke-width="2">
  863.                            <line x1="3" y1="6" x2="21" y2="6"></line>
  864.                            <line x1="3" y1="12" x2="21" y2="12"></line>
  865.                            <line x1="3" y1="18" x2="21" y2="18"></line>
  866.                        </svg>
  867.                        Menu
  868.                    </button>
  869.                </div>
  870.            </div>
  871.        </div>
  872.    </div>
  873.  
  874.    <!-- Overlay for mobile sidebar -->
  875.    <div class="sidebar-overlay-v7" id="sidebarOverlayV7" onclick="closeSidebarV7()"></div>
  876. </header>
  877.  
  878. <style>
  879.    /* Navbar V7 Styles - Vertical Sidebar Navigation */
  880.    .header-v7 {
  881.        position: relative;
  882.        background: var(--navbar-bg);
  883.    }
  884.  
  885.    /* Top Bar Styles */
  886.    .top-bar-v7 {
  887.        padding: 15px 0;
  888.        border-bottom: 1px solid var(--border-color);
  889.        background: var(--navbar-bg);
  890.    }
  891.  
  892.    .logo-img-v7 {
  893.        max-height: 70px;
  894.        transition: transform 0.3s ease;
  895.    }
  896.  
  897.    .logo-img-v7:hover {
  898.        transform: scale(1.05);
  899.    }
  900.  
  901.    /* Search Bar Styles */
  902.    .search-container-v7 {
  903.        position: relative;
  904.        display: flex;
  905.        align-items: center;
  906.        background: transparent;
  907.        border: 2px solid var(--border-color);
  908.        border-radius: 8px;
  909.        overflow: hidden;
  910.        transition: all 0.3s ease;
  911.    }
  912.  
  913.    .search-container-v7:focus-within {
  914.        border-color: #007bff33;
  915.        box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.1);
  916.    }
  917.  
  918.    .search-input-v7 {
  919.        color: var(--topbar-color) !important;
  920.        flex: 1;
  921.        border: none;
  922.        padding: 12px 16px;
  923.        font-size: 14px;
  924.        outline: none;
  925.        background: transparent;
  926.    }
  927.  
  928.    .search-input-v7::placeholder {
  929.        color: #a0aec0;
  930.    }
  931.  
  932.    .search-btn-v7 {
  933.        background: var(--bs-primary);
  934.        color: white;
  935.        border: none;
  936.        padding: 12px 16px;
  937.        cursor: pointer;
  938.        transition: background 0.3s ease;
  939.    }
  940.  
  941.    .search-btn-v7:hover {
  942.        background: #3182ce;
  943.    }
  944.  
  945.    /* Header Actions */
  946.    .header-actions-v7 {
  947.        display: flex;
  948.        align-items: center;
  949.        gap: 15px;
  950.        justify-content: flex-end;
  951.    }
  952.  
  953.    .notification-btn-v7,
  954.    .profile-btn-v7 {
  955.        background: none;
  956.        border: none;
  957.        padding: 8px;
  958.        border-radius: 8px;
  959.        cursor: pointer;
  960.        transition: background 0.3s ease;
  961.        position: relative;
  962.    }
  963.  
  964.    .notification-btn-v7:hover,
  965.    .profile-btn-v7:hover {
  966.        background: #f1f5f9;
  967.    }
  968.  
  969.    .notification-badge-v7 {
  970.        position: absolute;
  971.        top: 2px;
  972.        right: 2px;
  973.        background: #e53e3e;
  974.        color: white;
  975.        font-size: 16px;
  976.        font-weight: 600;
  977.        width: 16px;
  978.        height: 16px;
  979.        border-radius: 50%;
  980.        display: flex;
  981.        align-items: center;
  982.        justify-content: center;
  983.    }
  984.  
  985.    .profile-avatar-v7 {
  986.        width: 32px;
  987.        height: 32px;
  988.        background: var(--border-color);
  989.        border-radius: 50%;
  990.        display: flex;
  991.        align-items: center;
  992.        justify-content: center;
  993.    }
  994.  
  995.    /* Main Navigation */
  996.    .main-nav-v7 {
  997.        background: var(--navbar-bg);
  998.    }
  999.  
  1000.    .nav-wrapper-v7 {
  1001.        display: flex;
  1002.        align-items: center;
  1003.        justify-content: center;
  1004.        min-height: 60px;
  1005.    }
  1006.  
  1007.    /* Sidebar Navigation */
  1008.    .sidebar-nav-v7 {
  1009.        position: fixed;
  1010.        top: 0;
  1011.        left: -350px;
  1012.        width: 350px;
  1013.        height: 100vh;
  1014.        background: var(--navbar-bg);
  1015.        z-index: 1000;
  1016.        transition: left 0.3s ease;
  1017.        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  1018.        overflow-y: auto;
  1019.    }
  1020.  
  1021.    .sidebar-nav-v7.show-v7 {
  1022.        left: 0;
  1023.    }
  1024.  
  1025.    .nav-header-v7 {
  1026.        display: flex;
  1027.        align-items: center;
  1028.        justify-content: space-between;
  1029.        padding: 20px 25px;
  1030.        border-bottom: 1px solid var(--border-color);
  1031.        background: var(--navbar-bg);
  1032.    }
  1033.  
  1034.    .nav-title-v7 {
  1035.        font-size: 16px;
  1036.        font-weight: 600;
  1037.        color: #2d3748;
  1038.        margin: 0;
  1039.    }
  1040.  
  1041.    .sidebar-close-v7 {
  1042.        background: none;
  1043.        border: none;
  1044.        padding: 8px;
  1045.        cursor: pointer;
  1046.        border-radius: 6px;
  1047.        transition: background 0.3s ease;
  1048.    }
  1049.  
  1050.    .sidebar-close-v7:hover {
  1051.        background: var(--border-color);
  1052.    }
  1053.  
  1054.    .sidebar-menu-v7 {
  1055.        list-style: none;
  1056.        padding: 20px 0;
  1057.        margin: 0;
  1058.    }
  1059.  
  1060.    .sidebar-item-v7 {
  1061.        margin-bottom: 5px;
  1062.    }
  1063.  
  1064.    .sidebar-link-v7 {
  1065.        display: flex;
  1066.        align-items: center;
  1067.        color: #4a5568;
  1068.        text-decoration: none;
  1069.        padding: 15px 25px;
  1070.        font-size: 15px;
  1071.        font-weight: 500;
  1072.        transition: all 0.3s ease;
  1073.        position: relative;
  1074.    }
  1075.  
  1076.    .sidebar-link-v7:hover,
  1077.    .sidebar-link-v7.active-v7 {
  1078.        color: #007bff;
  1079.        background: var(--border-color);
  1080.    }
  1081.  
  1082.    .sidebar-link-v7.active-v7::before {
  1083.        content: '';
  1084.        position: absolute;
  1085.        left: 0;
  1086.        top: 0;
  1087.        bottom: 0;
  1088.        width: 4px;
  1089.        background: #007bff;
  1090.    }
  1091.  
  1092.    .sidebar-icon-v7 {
  1093.        margin-right: 12px;
  1094.        color: currentColor;
  1095.    }
  1096.  
  1097.    .submenu-arrow-v7 {
  1098.        margin-left: auto;
  1099.        transition: transform 0.3s ease;
  1100.    }
  1101.  
  1102.    .has-submenu-v7.open-v7 .submenu-arrow-v7 {
  1103.        transform: rotate(180deg);
  1104.    }
  1105.  
  1106.    .sidebar-submenu-v7 {
  1107.        list-style: none;
  1108.        padding: 0;
  1109.        margin: 0;
  1110.        max-height: 0;
  1111.        overflow: hidden;
  1112.        transition: max-height 0.3s ease;
  1113.        background: var(--navbar-bg);
  1114.    }
  1115.  
  1116.    .sidebar-submenu-v7.show-v7 {
  1117.        max-height: 300px;
  1118.        padding: 10px 0;
  1119.    }
  1120.  
  1121.    .sidebar-sublink-v7 {
  1122.        display: block;
  1123.        color: #718096;
  1124.        text-decoration: none;
  1125.        padding: 10px 25px 10px 55px;
  1126.        font-size: 14px;
  1127.        transition: all 0.3s ease;
  1128.    }
  1129.  
  1130.    .sidebar-sublink-v7:hover {
  1131.        color: #007bff;
  1132.        background: var(--border-color);
  1133.    }
  1134.  
  1135.    /* Sidebar Footer */
  1136.    .sidebar-footer-v7 {
  1137.        padding: 25px;
  1138.        margin-top: auto;
  1139.        border-top: 1px solid var(--border-color);
  1140.    }
  1141.  
  1142.    .sidebar-cta-v7 {
  1143.        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  1144.        padding: 20px;
  1145.        border-radius: 12px;
  1146.        text-align: center;
  1147.        color: white;
  1148.    }
  1149.  
  1150.    .cta-title-v7 {
  1151.        font-size: 14px;
  1152.        font-weight: 600;
  1153.        margin: 0 0 5px 0;
  1154.    }
  1155.  
  1156.    .cta-text-v7 {
  1157.        font-size: 12px;
  1158.        margin: 0 0 15px 0;
  1159.        opacity: 0.9;
  1160.    }
  1161.  
  1162.    .cta-btn-v7 {
  1163.        background: rgba(255, 255, 255, 0.2);
  1164.        color: white;
  1165.        border: 1px solid rgba(255, 255, 255, 0.3);
  1166.        padding: 8px 20px;
  1167.        border-radius: 20px;
  1168.        font-size: 12px;
  1169.        font-weight: 500;
  1170.        cursor: pointer;
  1171.        transition: all 0.3s ease;
  1172.    }
  1173.  
  1174.    .cta-btn-v7:hover {
  1175.        background: rgba(255, 255, 255, 0.3);
  1176.    }
  1177.  
  1178.    /* Horizontal Navigation for Desktop */
  1179.    .horizontal-nav-v7 {
  1180.        flex: 1;
  1181.        display: flex;
  1182.        justify-content: center;
  1183.    }
  1184.  
  1185.    .horizontal-menu-v7 {
  1186.        list-style: none;
  1187.        padding: 0;
  1188.        margin: 0;
  1189.        display: flex;
  1190.        align-items: center;
  1191.    }
  1192.  
  1193.    .horizontal-item-v7 {
  1194.        position: relative;
  1195.        margin-right: 30px;
  1196.    }
  1197.  
  1198.    .horizontal-link-v7 {
  1199.        color: #4a5568;
  1200.        text-decoration: none;
  1201.        font-size: 16px;
  1202.        font-weight: 500;
  1203.        padding: 20px 0;
  1204.        position: relative;
  1205.        transition: color 0.3s ease;
  1206.    }
  1207.  
  1208.    .horizontal-link-v7::after {
  1209.        content: '';
  1210.        position: absolute;
  1211.        bottom: 0;
  1212.        left: 0;
  1213.        width: 0;
  1214.        height: 2px;
  1215.        background: #007bff;
  1216.        transition: width 0.3s ease;
  1217.    }
  1218.  
  1219.    .horizontal-link-v7:hover,
  1220.    .horizontal-link-v7.active-v7 {
  1221.        color: #007bff;
  1222.        font-weight: 600;
  1223.    }
  1224.  
  1225.    .horizontal-link-v7:hover::after,
  1226.    .horizontal-link-v7.active-v7::after {
  1227.        width: 100%;
  1228.    }
  1229.  
  1230.    /* Horizontal Dropdown */
  1231.    .horizontal-dropdown-v7 {
  1232.        position: absolute;
  1233.        top: 100%;
  1234.        left: 0;
  1235.        background: var(--navbar-bg);
  1236.        min-width: 200px;
  1237.        border-radius: 8px;
  1238.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  1239.        opacity: 0;
  1240.        visibility: hidden;
  1241.        transform: translateY(-10px);
  1242.        transition: all 0.3s ease;
  1243.        padding: 10px 0;
  1244.        z-index: 100;
  1245.    }
  1246.  
  1247.    .dropdown-v7:hover .horizontal-dropdown-v7 {
  1248.        opacity: 1;
  1249.        visibility: visible;
  1250.        transform: translateY(0);
  1251.    }
  1252.  
  1253.    .dropdown-item-v7 {
  1254.        display: block;
  1255.        color: #4a5568;
  1256.        text-decoration: none;
  1257.        padding: 12px 20px;
  1258.        font-size: 14px;
  1259.        transition: all 0.3s ease;
  1260.    }
  1261.  
  1262.    .dropdown-item-v7:hover {
  1263.        color: #007bff;
  1264.        background: #565758ff;
  1265.    }
  1266.  
  1267.    /* Mobile Menu Button */
  1268.    .mobile-menu-btn-v7 {
  1269.        background: none;
  1270.        border: 1px solid var(--border-color);
  1271.        padding: 10px 15px;
  1272.        border-radius: 8px;
  1273.        cursor: pointer;
  1274.        display: flex;
  1275.        align-items: center;
  1276.        gap: 8px;
  1277.        font-size: 14px;
  1278.        font-weight: 500;
  1279.        color: #4a5568;
  1280.        transition: all 0.3s ease;
  1281.        margin: 0 auto;
  1282.    }
  1283.  
  1284.    .mobile-menu-btn-v7:hover {
  1285.        border-color: #cbd5e0;
  1286.        opacity: 0.7;
  1287.    }
  1288.  
  1289.    /* Sidebar Overlay */
  1290.    .sidebar-overlay-v7 {
  1291.        position: fixed;
  1292.        top: 0;
  1293.        left: 0;
  1294.        right: 0;
  1295.        bottom: 0;
  1296.        background: rgba(0, 0, 0, 0.5);
  1297.        z-index: 999;
  1298.        opacity: 0;
  1299.        visibility: hidden;
  1300.        transition: all 0.3s ease;
  1301.    }
  1302.  
  1303.    .sidebar-overlay-v7.show-v7 {
  1304.        opacity: 1;
  1305.        visibility: visible;
  1306.    }
  1307.  
  1308.    /* Responsive Design */
  1309.    @media (max-width: 991px) {
  1310.        .top-bar-v7 .col-lg-6 {
  1311.            order: 3;
  1312.            margin-top: 15px;
  1313.        }
  1314.  
  1315.        .header-actions-v7 {
  1316.            justify-content: flex-start;
  1317.        }
  1318.    }
  1319.  
  1320.    @media (max-width: 768px) {
  1321.        .sidebar-nav-v7 {
  1322.            width: 300px;
  1323.            left: -300px;
  1324.        }
  1325.  
  1326.        .search-container-v7 {
  1327.            margin-top: 10px;
  1328.        }
  1329.    }
  1330. </style>
  1331.  
  1332. <script>
  1333.    function openSidebarV7() {
  1334.        const sidebar = document.getElementById('sidebarNavV7');
  1335.        const overlay = document.getElementById('sidebarOverlayV7');
  1336.  
  1337.        sidebar.classList.add('show-v7');
  1338.        overlay.classList.add('show-v7');
  1339.        document.body.style.overflow = 'hidden';
  1340.    }
  1341.  
  1342.    function closeSidebarV7() {
  1343.        const sidebar = document.getElementById('sidebarNavV7');
  1344.        const overlay = document.getElementById('sidebarOverlayV7');
  1345.  
  1346.        sidebar.classList.remove('show-v7');
  1347.        overlay.classList.remove('show-v7');
  1348.        document.body.style.overflow = '';
  1349.    }
  1350.  
  1351.    function toggleSubmenuV7(submenuId) {
  1352.        const submenu = document.getElementById(submenuId);
  1353.        const parentItem = submenu.closest('.sidebar-item-v7');
  1354.  
  1355.        // Close other open submenus
  1356.        const allSubmenus = document.querySelectorAll('.sidebar-submenu-v7');
  1357.        const allParentItems = document.querySelectorAll('.has-submenu-v7');
  1358.  
  1359.        allSubmenus.forEach(menu => {
  1360.            if (menu.id !== submenuId) {
  1361.                menu.classList.remove('show-v7');
  1362.            }
  1363.        });
  1364.  
  1365.        allParentItems.forEach(item => {
  1366.            if (item !== parentItem) {
  1367.                item.classList.remove('open-v7');
  1368.            }
  1369.        });
  1370.  
  1371.        // Toggle current submenu
  1372.        submenu.classList.toggle('show-v7');
  1373.        parentItem.classList.toggle('open-v7');
  1374.    }
  1375.  
  1376.    // Close sidebar when clicking outside
  1377.    document.addEventListener('click', function (event) {
  1378.        const sidebar = document.getElementById('sidebarNavV7');
  1379.        const mobileBtn = document.querySelector('.mobile-menu-btn-v7');
  1380.  
  1381.        if (!sidebar.contains(event.target) && !mobileBtn.contains(event.target)) {
  1382.            closeSidebarV7();
  1383.        }
  1384.    });
  1385.  
  1386.    // Handle window resize
  1387.    window.addEventListener('resize', function () {
  1388.        if (window.innerWidth >= 992) {
  1389.            closeSidebarV7();
  1390.        }
  1391.    });
  1392. </script>
  1393.  
  1394. <script>
  1395.  document.addEventListener("DOMContentLoaded", function () {
  1396.    console.log("loaded");
  1397.  
  1398.     const searchInput = document.getElementById("search-input")
  1399.    const searchResults = document.getElementById("search-results");
  1400.  
  1401.    if (!searchInput || !searchResults) {
  1402.      console.error("Search input/results not found");
  1403.      return;
  1404.    }
  1405.  
  1406.    // Prevent form submission
  1407.    if (searchInput.form) {
  1408.      searchInput.form.addEventListener("submit", function (e) {
  1409.        e.preventDefault();
  1410.      });
  1411.    }
  1412.  
  1413.    // Add event listener for keyup
  1414.    searchInput.addEventListener("keyup", function (e) {
  1415.      console.log("Key pressed:", e.key);
  1416.      e.preventDefault();
  1417.  
  1418.      const query = searchInput.value.trim();
  1419.      console.log("User is typing: " + query);
  1420.  
  1421.      // If empty → clear and hide
  1422.      if (query === "") {
  1423.        searchResults.innerHTML = "";
  1424.        searchResults.style.display = "none";
  1425.        return;
  1426.      }
  1427.  
  1428.      // Show results
  1429.      searchResults.style.display = "block";
  1430.  
  1431.      // Fetch search results
  1432.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1433.        method: "GET",
  1434.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1435.      })
  1436.        .then(response => {
  1437.          console.log("Response Status:", response.status);
  1438.          return response.json();
  1439.        })
  1440.        .then(data => {
  1441.          console.log("Data received:", data);
  1442.          if (data.html) {
  1443.            searchResults.innerHTML = data.html;
  1444.          } else {
  1445.            searchResults.innerHTML = "<p>No results found.</p>";
  1446.          }
  1447.        })
  1448.        .catch(error => {
  1449.          console.error("Error fetching search results:", error);
  1450.        });
  1451.    });
  1452.  
  1453.    // Close results when clicking outside
  1454.    document.addEventListener("click", function (e) {
  1455.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1456.        searchResults.style.display = "none";
  1457.      }
  1458.    });
  1459.  
  1460.    // Close results on ESC key
  1461.    document.addEventListener("keydown", function (e) {
  1462.      if (e.key === "Escape") {
  1463.        searchResults.style.display = "none";
  1464.      }
  1465.    });
  1466.  });
  1467. </script>
  1468.  
  1469. <style>
  1470.        /* search field */
  1471.  .search-results-container {
  1472.  position: absolute;
  1473.  top: 100%; /* Position it below the input field */
  1474.  left: 10px;
  1475.  right: 10px;
  1476.  background-color: white;
  1477.  border: 1px solid #ddd;
  1478.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1479.  max-height: 300px;
  1480.  overflow-y: auto;
  1481.  z-index: 1000;
  1482.  display: none; /* Initially hidden */
  1483. }
  1484.  
  1485. .search-results-container p {
  1486.  margin: 0;
  1487. }
  1488.  
  1489. .search-results-container .result-item {
  1490.  padding: 10px;
  1491.  cursor: pointer;
  1492. }
  1493.  
  1494. .search-results-container .result-item:hover {
  1495.  background-color: #f0f0f0;
  1496. }
  1497. </style>
  1498.  
  1499.        </header>
  1500.        <!-- end of header -->
  1501.        <!-- start of wpo-blog-hero -->
  1502.        
  1503.  
  1504.  
  1505.  
  1506.  
  1507.  
  1508.  
  1509.  
  1510. <style>
  1511. .blog-hero-section {
  1512.    padding: 3rem 0;
  1513. }
  1514.  
  1515.  
  1516. .hero-grid {
  1517.    display: grid;
  1518.    grid-template-columns: 2fr 1fr 1fr;
  1519.    grid-template-rows: 1fr 1fr;
  1520.    gap: 1.5rem;
  1521.    height: 500px;
  1522. }
  1523.  
  1524. .hero-card {
  1525.    background: var(--card-bg);
  1526.    border-radius: 12px;
  1527.    overflow: hidden;
  1528.    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  1529.    transition: all 0.3s ease;
  1530.    position: relative;
  1531. }
  1532.  
  1533. .hero-card:hover {
  1534.    transform: translateY(-8px);
  1535.    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  1536. }
  1537.  
  1538. .main-hero {
  1539.    grid-row: 1 / -1;
  1540.    grid-column: 1;
  1541. }
  1542.  
  1543. .card-image {
  1544.    width: 100%;
  1545.    height: 60%;
  1546.    object-fit: cover;
  1547.    transition: transform 0.3s ease;
  1548. }
  1549.  
  1550. .main-hero .card-image {
  1551.    height: 65%;
  1552. }
  1553.  
  1554. .hero-card:hover .card-image {
  1555.    transform: scale(1.05);
  1556. }
  1557.  
  1558. .card-content {
  1559.    padding: 1.5rem;
  1560.    height: 40%;
  1561.    display: flex;
  1562.    flex-direction: column;
  1563.    justify-content: space-between;
  1564. }
  1565.  
  1566. .main-hero .card-content {
  1567.    height: 35%;
  1568. }
  1569.  
  1570. .category-badge {
  1571.    display: inline-block;
  1572.    background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1573.    color: white;
  1574.    padding: 0.4rem 1rem;
  1575.    border-radius: 20px;
  1576.    font-size: 0.8rem;
  1577.    font-weight: 600;
  1578.    text-transform: uppercase;
  1579.    letter-spacing: 0.5px;
  1580.    margin-bottom: 0.8rem;
  1581.    width: fit-content;
  1582. }
  1583.  
  1584. .card-title {
  1585.    font-size: 1.1rem;
  1586.    font-weight: 700;
  1587.    line-height: 1.4;
  1588.    margin-bottom: 0.5rem;
  1589. }
  1590.  
  1591. .main-hero .card-title {
  1592.    font-size: 1.6rem;
  1593.    line-height: 1.3;
  1594.    margin-bottom: 0.8rem;
  1595. }
  1596.  
  1597. .card-title a {
  1598.    color: var(--top-color);
  1599.    text-decoration: none;
  1600.    transition: color 0.3s ease;
  1601. }
  1602.  
  1603.  
  1604. .card-description {
  1605.    color: var(--top-color);
  1606.    line-height: 1.6;
  1607.    margin-bottom: 1rem;
  1608.    display: -webkit-box;
  1609.    -webkit-line-clamp: 2;
  1610.    -webkit-box-orient: vertical;
  1611.    overflow: hidden;
  1612. }
  1613.  
  1614. .main-hero .card-description {
  1615.    -webkit-line-clamp: 3;
  1616. }
  1617.  
  1618. .card-meta {
  1619.    display: flex;
  1620.    align-items: center;
  1621.    justify-content: space-between;
  1622.    margin-top: auto;
  1623. }
  1624.  
  1625. .author-section {
  1626.    display: flex;
  1627.    align-items: center;
  1628.    gap: 0.8rem;
  1629. }
  1630.  
  1631. .author-avatar {
  1632.    width: 35px;
  1633.    height: 35px;
  1634.    border-radius: 50%;
  1635.    object-fit: cover;
  1636.    border: 2px solid #f8f9fa;
  1637. }
  1638.  
  1639. .author-name {
  1640.    color: #667eea;
  1641.    text-decoration: none;
  1642.    font-weight: 600;
  1643.    font-size: 0.9rem;
  1644. }
  1645.  
  1646. .author-name:hover {
  1647.    text-decoration: underline;
  1648. }
  1649.  
  1650. .publish-date {
  1651.    color: #95a5a6;
  1652.    font-size: 0.85rem;
  1653.    font-weight: 500;
  1654. }
  1655.  
  1656. .side-card-1 {
  1657.    grid-column: 2;
  1658.    grid-row: 1;
  1659. }
  1660.  
  1661. .side-card-2 {
  1662.    grid-column: 3;
  1663.    grid-row: 1;
  1664. }
  1665.  
  1666. .side-card-3 {
  1667.    grid-column: 2 / 4;
  1668.    grid-row: 2;
  1669. }
  1670.  
  1671. /* Desktop: Cards 1, 2 & 3 with overlay text */
  1672. @media (min-width: 992px) {
  1673.    
  1674.    .main-hero .card-image,
  1675.    .side-card-1 .card-image,
  1676.    .side-card-2 .card-image {
  1677.        height: 100%;
  1678.    }
  1679.    
  1680.    .main-hero .card-content,
  1681.    .side-card-1 .card-content,
  1682.    .side-card-2 .card-content {
  1683.        position: absolute;
  1684.        bottom: 0;
  1685.        left: 0;
  1686.        right: 0;
  1687.        background: linear-gradient(transparent, rgba(0,0,0,0.8));
  1688.        color: white;
  1689.        padding: 2rem 1.5rem 1.5rem;
  1690.        height: auto;
  1691.    }
  1692.    
  1693.    .main-hero .card-content {
  1694.        padding: 3rem 2rem 2rem;
  1695.    }
  1696.    
  1697.    .main-hero .category-badge,
  1698.    .side-card-1 .category-badge,
  1699.    .side-card-2 .category-badge {
  1700.      
  1701.        margin-bottom: 0.8rem;
  1702.    }
  1703.    
  1704.    .main-hero .card-title a,
  1705.    .side-card-1 .card-title a,
  1706.    .side-card-2 .card-title a {
  1707.        color: white;
  1708.    }
  1709.    
  1710.    .main-hero .card-description {
  1711.        color: #f8f9fa;
  1712.    }
  1713.    
  1714.    .main-hero .author-name,
  1715.    .side-card-1 .author-name,
  1716.    .side-card-2 .author-name {
  1717.        color: #f8f9fa;
  1718.    }
  1719.    
  1720.    .main-hero .publish-date,
  1721.    .side-card-1 .publish-date,
  1722.    .side-card-2 .publish-date {
  1723.        color: #e9ecef;
  1724.    }
  1725. }
  1726.  
  1727. .side-card-3 {
  1728.    display: flex;
  1729.    flex-direction: row;
  1730. }
  1731.  
  1732. .side-card-3 .card-image {
  1733.    width: 40%;
  1734.    height: 100%;
  1735. }
  1736.  
  1737. .side-card-3 .card-content {
  1738.    width: 60%;
  1739.    height: 100%;
  1740.    padding: 1.5rem;
  1741. }
  1742.  
  1743. /* Mobile Responsive */
  1744. @media (max-width: 992px) {
  1745.    .hero-grid {
  1746.        grid-template-columns: 1fr;
  1747.        grid-template-rows: auto;
  1748.        height: auto;
  1749.        gap: 1rem;
  1750.    }
  1751.    
  1752.    .main-hero {
  1753.        grid-row: 1;
  1754.        grid-column: 1;
  1755.    }
  1756.    
  1757.    .side-card-1, .side-card-2, .side-card-3 {
  1758.        grid-column: 1;
  1759.        grid-row: auto;
  1760.    }
  1761.    
  1762.    /* Mobile: Cards 1, 2 & 3 normal layout (not overlay) */
  1763.    .main-hero .card-content,
  1764.    .side-card-1 .card-content,
  1765.    .side-card-2 .card-content {
  1766.        position: relative;
  1767.        background: var(--card-bg);
  1768.        color: inherit;
  1769.        padding: 1.5rem;
  1770.        height: auto;
  1771.    }
  1772.    
  1773.    .main-hero .card-image,
  1774.    .side-card-1 .card-image,
  1775.    .side-card-2 .card-image {
  1776.        height: 200px;
  1777.    }
  1778.    
  1779.    .main-hero .card-image {
  1780.        height: 250px;
  1781.    }
  1782.    
  1783.    .main-hero .category-badge,
  1784.    .side-card-1 .category-badge,
  1785.    .side-card-2 .category-badge {
  1786.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1787.        color: white;
  1788.    }
  1789.    
  1790.    .main-hero .card-title a,
  1791.    .side-card-1 .card-title a,
  1792.    .side-card-2 .card-title a {
  1793.        color: var(--top-color);
  1794.    }
  1795.    
  1796.    .main-hero .card-description {
  1797.        color: #7f8c8d;
  1798.    }
  1799.    
  1800.    .main-hero .author-name,
  1801.    .side-card-1 .author-name,
  1802.    .side-card-2 .author-name {
  1803.        color: #667eea;
  1804.    }
  1805.    
  1806.    .main-hero .publish-date,
  1807.    .side-card-1 .publish-date,
  1808.    .side-card-2 .publish-date {
  1809.        color: #95a5a6;
  1810.    }
  1811.    
  1812.    .side-card-3 {
  1813.        flex-direction: column;
  1814.    }
  1815.    
  1816.    .side-card-3 .card-image {
  1817.        width: 100%;
  1818.        height: 200px;
  1819.    }
  1820.    
  1821.    .side-card-3 .card-content {
  1822.        width: 100%;
  1823.        height: auto;
  1824.    }
  1825.    
  1826.    .card-image {
  1827.        height: 200px;
  1828.    }
  1829.    
  1830.    .main-hero .card-image {
  1831.        height: 250px;
  1832.    }
  1833.    
  1834.    .main-hero .card-content {
  1835.        height: auto;
  1836.    }
  1837. }
  1838. </style>
  1839.  
  1840. <div class="blog-hero-section">
  1841.    <div class="container-fluid fluid-container">
  1842.        <div class="hero-grid">
  1843.            <!-- Main Featured Post -->
  1844.            
  1845.                              
  1846.                    <article class="hero-card main-hero">
  1847.                        
  1848.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Jimmy Cliff, Music Superstar and Cultural Icon, Passes Away at Eighty-One Years Old" class="card-image">
  1849.                        
  1850.                        
  1851.                        <div class="card-content">
  1852.                            <div>
  1853.                                <span class="category-badge">News</span>
  1854.                                <h2 class="card-title">
  1855.                                    <a href="/jimmy-cliff-music-superstar-and-cultural-icon-passes-away-at-eighty-one-years-old/">
  1856.                                        Jimmy Cliff, Music Superstar and Cultural Icon, Passes Away at Eighty-One Years Old
  1857.                                    </a>
  1858.                                </h2>
  1859.                                <p class="card-description"></p>
  1860.                            </div>
  1861.                            
  1862.                            <div class="card-meta">
  1863.                                <div class="author-section">
  1864.                                    
  1865.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/05dbe5a7-f322-4bd3-b5a9-7b149b029277_profile.png" alt="Stephanie Johnson" class="author-avatar">
  1866.                                    
  1867.                                    <a href="#" class="author-name">Stephanie Johnson</a>
  1868.                                </div>
  1869.                                <span class="publish-date">May 20, 2026</span>
  1870.                            </div>
  1871.                        </div>
  1872.                    </article>
  1873.                
  1874.            
  1875.  
  1876.            <!-- Side Cards -->
  1877.            
  1878.                <article class="hero-card side-card-1">
  1879.                    
  1880.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Blasts Strike Kyiv, Taking a Soldier&#x27;s Life and Wounding Four in Terrorist Attack" class="card-image">
  1881.                    
  1882.                    
  1883.                    <div class="card-content">
  1884.                        <div>
  1885.                            <span class="category-badge">News</span>
  1886.                            <h3 class="card-title">
  1887.                                <a href="/blasts-strike-kyiv-taking-a-soldiers-life-and-wounding-four-in-terrorist-attack/">
  1888.                                    Blasts Strike Kyiv, Taking a Soldier&#x27;s Life and Wounding Four in Terrorist Attack
  1889.                                </a>
  1890.                            </h3>
  1891.                            <p class="card-description"></p>
  1892.                        </div>
  1893.                        
  1894.                        <div class="card-meta">
  1895.                            <div class="author-section">
  1896.                                <a href="#" class="author-name">Stephanie Johnson</a>
  1897.                            </div>
  1898.                            <span class="publish-date">May 20</span>
  1899.                        </div>
  1900.                    </div>
  1901.                </article>
  1902.            
  1903.                <article class="hero-card side-card-2">
  1904.                    
  1905.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Resolute Remarks Justifies Smuggling Craft Strikes Amidst Criticism" class="card-image">
  1906.                    
  1907.                    
  1908.                    <div class="card-content">
  1909.                        <div>
  1910.                            <span class="category-badge">News</span>
  1911.                            <h3 class="card-title">
  1912.                                <a href="/resolute-remarks-justifies-smuggling-craft-strikes-amidst-criticism/">
  1913.                                    Resolute Remarks Justifies Smuggling Craft Strikes Amidst Criticism
  1914.                                </a>
  1915.                            </h3>
  1916.                            <p class="card-description"></p>
  1917.                        </div>
  1918.                        
  1919.                        <div class="card-meta">
  1920.                            <div class="author-section">
  1921.                                <a href="#" class="author-name">Stephanie Johnson</a>
  1922.                            </div>
  1923.                            <span class="publish-date">May 20</span>
  1924.                        </div>
  1925.                    </div>
  1926.                </article>
  1927.            
  1928.                <article class="hero-card side-card-3">
  1929.                    
  1930.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Correctional Facility Phone Call Audio Prompt Questions Over Former Abercrombie Executive&#x27;s Ability for Court Proceedings" class="card-image">
  1931.                    
  1932.                    
  1933.                    <div class="card-content">
  1934.                        <div>
  1935.                            <span class="category-badge">News</span>
  1936.                            <h3 class="card-title">
  1937.                                <a href="/correctional-facility-phone-call-audio-prompt-questions-over-former-abercrombie-executives-ability-for-court-proceedings/">
  1938.                                    Correctional Facility Phone Call Audio Prompt Questions Over Former Abercrombie Executive&#x27;s Ability for Court Proceedings
  1939.                                </a>
  1940.                            </h3>
  1941.                            <p class="card-description"></p>
  1942.                        </div>
  1943.                        
  1944.                        <div class="card-meta">
  1945.                            <div class="author-section">
  1946.                                <a href="#" class="author-name">Stephanie Johnson</a>
  1947.                            </div>
  1948.                            <span class="publish-date">May 20</span>
  1949.                        </div>
  1950.                    </div>
  1951.                </article>
  1952.            
  1953.        </div>
  1954.    </div>
  1955. </div>
  1956.  
  1957.  
  1958.  
  1959.  
  1960.        <!-- end of wpo-blog-hero -->
  1961.  
  1962.        <!-- start of wpo-breacking-news -->
  1963.        
  1964.        <!-- end of wpo-breacking-news -->
  1965.        
  1966.        <!-- start wpo-blog-highlights-section -->
  1967.        
  1968.  
  1969.  
  1970.  
  1971.    
  1972.  
  1973.  
  1974. <section class="wpo-blog-highlights-section">
  1975.    <div class="container-fluid fluid-container">
  1976.        <div class="wpo-section-title">
  1977.            
  1978.                <h2>Today's Top Highlights</h2>
  1979.                    
  1980.        </div>
  1981.        <div class="row">
  1982.            <div class="col col-lg-8 col-12">
  1983.                <!-- start wpo-blog-section -->
  1984.                <div class="wpo-blog-highlights-wrap">
  1985.                    <div class="wpo-blog-items">
  1986.                        <div class="row">
  1987.                            
  1988.                            
  1989.                            <div class="col col-lg-6 col-md-6 col-12">
  1990.                                <div class="wpo-blog-item">
  1991.                                    <div class="wpo-blog-img">
  1992.                                        
  1993.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1994.                                        
  1995.                                        <div class="thumb bg-primary-gradient">News</div>
  1996.                                    </div>
  1997.                                    <div class="wpo-blog-content"  >
  1998.                                        <h2>
  1999.                                            <a href="/gal%C3%A1pagos-lacked-any-native-amphibians-then-hundreds-of-thousands-of-frogs-invaded/" class="top-color">
  2000.                                            Galápagos Lacked Any Native Amphibians. Then Hundreds of Thousands of Frogs Invaded
  2001.                                            </a>
  2002.                                        </h2>
  2003.                                        <ul>
  2004.                                            <li>  
  2005.                                                
  2006.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/05dbe5a7-f322-4bd3-b5a9-7b149b029277_profile.png" alt="Stephanie Johnson" style="object-fit: cover;">
  2007.                                                
  2008.                                            </li>
  2009.                                            <li class="top-color">By Stephanie Johnson</li>
  2010.                                            <li class="top-color">20 May 2026</li>
  2011.                                        </ul>
  2012.                                        <p class="top-color"> </p>
  2013.                                    </div>
  2014.                                </div>
  2015.                            </div>
  2016.                        
  2017.                            
  2018.                            
  2019.                            <div class="col col-lg-6 col-md-6 col-12">
  2020.                                <div class="wpo-blog-item">
  2021.                                    <div class="wpo-blog-img">
  2022.                                        
  2023.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2024.                                        
  2025.                                        <div class="thumb bg-primary-gradient">News</div>
  2026.                                    </div>
  2027.                                    <div class="wpo-blog-content"  >
  2028.                                        <h2>
  2029.                                            <a href="/sitting-with-sir-alex-and-getting-knocked-out-a-photographers-stories/" class="top-color">
  2030.                                            Sitting with Sir Alex and Getting &#x27;Knocked Out&#x27; – A Photographer&#x27;s Stories
  2031.                                            </a>
  2032.                                        </h2>
  2033.                                        <ul>
  2034.                                            <li>  
  2035.                                                
  2036.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/05dbe5a7-f322-4bd3-b5a9-7b149b029277_profile.png" alt="Stephanie Johnson" style="object-fit: cover;">
  2037.                                                
  2038.                                            </li>
  2039.                                            <li class="top-color">By Stephanie Johnson</li>
  2040.                                            <li class="top-color">20 May 2026</li>
  2041.                                        </ul>
  2042.                                        <p class="top-color"> </p>
  2043.                                    </div>
  2044.                                </div>
  2045.                            </div>
  2046.                        
  2047.                            
  2048.                            
  2049.                            <div class="col col-lg-6 col-md-6 col-12">
  2050.                                <div class="wpo-blog-item">
  2051.                                    <div class="wpo-blog-img">
  2052.                                        
  2053.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2054.                                        
  2055.                                        <div class="thumb bg-primary-gradient">News</div>
  2056.                                    </div>
  2057.                                    <div class="wpo-blog-content"  >
  2058.                                        <h2>
  2059.                                            <a href="/californias-governor-rejects-early-release-for-manson-follower-longtime-inmate/" class="top-color">
  2060.                                            California&#x27;s Governor Rejects Early Release for Manson Follower Longtime Inmate
  2061.                                            </a>
  2062.                                        </h2>
  2063.                                        <ul>
  2064.                                            <li>  
  2065.                                                
  2066.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/05dbe5a7-f322-4bd3-b5a9-7b149b029277_profile.png" alt="Stephanie Johnson" style="object-fit: cover;">
  2067.                                                
  2068.                                            </li>
  2069.                                            <li class="top-color">By Stephanie Johnson</li>
  2070.                                            <li class="top-color">19 May 2026</li>
  2071.                                        </ul>
  2072.                                        <p class="top-color"> </p>
  2073.                                    </div>
  2074.                                </div>
  2075.                            </div>
  2076.                        
  2077.                            
  2078.                            
  2079.                            <div class="col col-lg-6 col-md-6 col-12">
  2080.                                <div class="wpo-blog-item">
  2081.                                    <div class="wpo-blog-img">
  2082.                                        
  2083.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2084.                                        
  2085.                                        <div class="thumb bg-primary-gradient">News</div>
  2086.                                    </div>
  2087.                                    <div class="wpo-blog-content"  >
  2088.                                        <h2>
  2089.                                            <a href="/individual-accused-in-brown-university-tragedy-located-dead-inside-self-storage-unit/" class="top-color">
  2090.                                            Individual Accused in Brown University Tragedy Located Dead Inside Self-Storage Unit.
  2091.                                            </a>
  2092.                                        </h2>
  2093.                                        <ul>
  2094.                                            <li>  
  2095.                                                
  2096.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/05dbe5a7-f322-4bd3-b5a9-7b149b029277_profile.png" alt="Stephanie Johnson" style="object-fit: cover;">
  2097.                                                
  2098.                                            </li>
  2099.                                            <li class="top-color">By Stephanie Johnson</li>
  2100.                                            <li class="top-color">19 May 2026</li>
  2101.                                        </ul>
  2102.                                        <p class="top-color"> </p>
  2103.                                    </div>
  2104.                                </div>
  2105.                            </div>
  2106.                        
  2107.                            
  2108.                            
  2109.                            <div class="col col-lg-6 col-md-6 col-12">
  2110.                                <div class="wpo-blog-item">
  2111.                                    <div class="wpo-blog-img">
  2112.                                        
  2113.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2114.                                        
  2115.                                        <div class="thumb bg-primary-gradient">News</div>
  2116.                                    </div>
  2117.                                    <div class="wpo-blog-content"  >
  2118.                                        <h2>
  2119.                                            <a href="/to-rinse-or-not-to-rinse-how-to-properly-prepare-edible-fungi/" class="top-color">
  2120.                                            To Rinse or Not to Rinse: How to Properly Prepare Edible Fungi
  2121.                                            </a>
  2122.                                        </h2>
  2123.                                        <ul>
  2124.                                            <li>  
  2125.                                                
  2126.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/05dbe5a7-f322-4bd3-b5a9-7b149b029277_profile.png" alt="Stephanie Johnson" style="object-fit: cover;">
  2127.                                                
  2128.                                            </li>
  2129.                                            <li class="top-color">By Stephanie Johnson</li>
  2130.                                            <li class="top-color">19 May 2026</li>
  2131.                                        </ul>
  2132.                                        <p class="top-color"> </p>
  2133.                                    </div>
  2134.                                </div>
  2135.                            </div>
  2136.                        
  2137.                            
  2138.                            
  2139.                            <div class="col col-lg-6 col-md-6 col-12">
  2140.                                <div class="wpo-blog-item">
  2141.                                    <div class="wpo-blog-img">
  2142.                                        
  2143.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2144.                                        
  2145.                                        <div class="thumb bg-primary-gradient">News</div>
  2146.                                    </div>
  2147.                                    <div class="wpo-blog-content"  >
  2148.                                        <h2>
  2149.                                            <a href="/remains-of-endurance-athlete-presumably-killed-by-shark-found-on-californian-beach/" class="top-color">
  2150.                                            Remains of Endurance Athlete Presumably Killed by Shark Found on Californian Beach
  2151.                                            </a>
  2152.                                        </h2>
  2153.                                        <ul>
  2154.                                            <li>  
  2155.                                                
  2156.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/05dbe5a7-f322-4bd3-b5a9-7b149b029277_profile.png" alt="Stephanie Johnson" style="object-fit: cover;">
  2157.                                                
  2158.                                            </li>
  2159.                                            <li class="top-color">By Stephanie Johnson</li>
  2160.                                            <li class="top-color">19 May 2026</li>
  2161.                                        </ul>
  2162.                                        <p class="top-color"> </p>
  2163.                                    </div>
  2164.                                </div>
  2165.                            </div>
  2166.                        
  2167.                            
  2168.                            
  2169.                            <div class="col col-lg-6 col-md-6 col-12">
  2170.                                <div class="wpo-blog-item">
  2171.                                    <div class="wpo-blog-img">
  2172.                                        
  2173.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2174.                                        
  2175.                                        <div class="thumb bg-primary-gradient">News</div>
  2176.                                    </div>
  2177.                                    <div class="wpo-blog-content"  >
  2178.                                        <h2>
  2179.                                            <a href="/barry-manilow-to-undergo-surgery-for-lung-cancer/" class="top-color">
  2180.                                            Barry Manilow to Undergo Surgery for Lung Cancer.
  2181.                                            </a>
  2182.                                        </h2>
  2183.                                        <ul>
  2184.                                            <li>  
  2185.                                                
  2186.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/05dbe5a7-f322-4bd3-b5a9-7b149b029277_profile.png" alt="Stephanie Johnson" style="object-fit: cover;">
  2187.                                                
  2188.                                            </li>
  2189.                                            <li class="top-color">By Stephanie Johnson</li>
  2190.                                            <li class="top-color">19 May 2026</li>
  2191.                                        </ul>
  2192.                                        <p class="top-color"> </p>
  2193.                                    </div>
  2194.                                </div>
  2195.                            </div>
  2196.                        
  2197.                            
  2198.                            
  2199.                            <div class="col col-lg-6 col-md-6 col-12">
  2200.                                <div class="wpo-blog-item">
  2201.                                    <div class="wpo-blog-img">
  2202.                                        
  2203.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2204.                                        
  2205.                                        <div class="thumb bg-primary-gradient">News</div>
  2206.                                    </div>
  2207.                                    <div class="wpo-blog-content"  >
  2208.                                        <h2>
  2209.                                            <a href="/former-uk-soldier-charged-of-murdering-kenya-female-appears-in-courtroom/" class="top-color">
  2210.                                            Former UK Soldier Charged of Murdering Kenya Female Appears in Courtroom
  2211.                                            </a>
  2212.                                        </h2>
  2213.                                        <ul>
  2214.                                            <li>  
  2215.                                                
  2216.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/05dbe5a7-f322-4bd3-b5a9-7b149b029277_profile.png" alt="Stephanie Johnson" style="object-fit: cover;">
  2217.                                                
  2218.                                            </li>
  2219.                                            <li class="top-color">By Stephanie Johnson</li>
  2220.                                            <li class="top-color">19 May 2026</li>
  2221.                                        </ul>
  2222.                                        <p class="top-color"> </p>
  2223.                                    </div>
  2224.                                </div>
  2225.                            </div>
  2226.                        
  2227.                            
  2228.                            
  2229.                            <div class="col col-lg-6 col-md-6 col-12">
  2230.                                <div class="wpo-blog-item">
  2231.                                    <div class="wpo-blog-img">
  2232.                                        
  2233.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2234.                                        
  2235.                                        <div class="thumb bg-primary-gradient">News</div>
  2236.                                    </div>
  2237.                                    <div class="wpo-blog-content"  >
  2238.                                        <h2>
  2239.                                            <a href="/us-food-and-drug-administration-clears-flibanserin-a-libido-enhancing-medication-for-females-beyond-menopause/" class="top-color">
  2240.                                            U.S. Food and Drug Administration Clears Flibanserin, a Libido-Enhancing Medication for Females Beyond Menopause
  2241.                                            </a>
  2242.                                        </h2>
  2243.                                        <ul>
  2244.                                            <li>  
  2245.                                                
  2246.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/05dbe5a7-f322-4bd3-b5a9-7b149b029277_profile.png" alt="Stephanie Johnson" style="object-fit: cover;">
  2247.                                                
  2248.                                            </li>
  2249.                                            <li class="top-color">By Stephanie Johnson</li>
  2250.                                            <li class="top-color">19 May 2026</li>
  2251.                                        </ul>
  2252.                                        <p class="top-color"> </p>
  2253.                                    </div>
  2254.                                </div>
  2255.                            </div>
  2256.                        
  2257.                            
  2258.                            
  2259.                            <div class="col col-lg-6 col-md-6 col-12">
  2260.                                <div class="wpo-blog-item">
  2261.                                    <div class="wpo-blog-img">
  2262.                                        
  2263.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2264.                                        
  2265.                                        <div class="thumb bg-primary-gradient">News</div>
  2266.                                    </div>
  2267.                                    <div class="wpo-blog-content"  >
  2268.                                        <h2>
  2269.                                            <a href="/we-require-a-chopper-to-go-find-them-adolescents-urgent-plea-to-save-relatives-lost-off-down-under-coast-revealed/" class="top-color">
  2270.                                            We Require a Chopper to Go Find Them’: Adolescent’s Urgent Plea to Save Relatives Lost Off Down Under Coast Revealed
  2271.                                            </a>
  2272.                                        </h2>
  2273.                                        <ul>
  2274.                                            <li>  
  2275.                                                
  2276.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/05dbe5a7-f322-4bd3-b5a9-7b149b029277_profile.png" alt="Stephanie Johnson" style="object-fit: cover;">
  2277.                                                
  2278.                                            </li>
  2279.                                            <li class="top-color">By Stephanie Johnson</li>
  2280.                                            <li class="top-color">19 May 2026</li>
  2281.                                        </ul>
  2282.                                        <p class="top-color"> </p>
  2283.                                    </div>
  2284.                                </div>
  2285.                            </div>
  2286.                        
  2287.                            
  2288.                            
  2289.                            <div class="col col-lg-6 col-md-6 col-12">
  2290.                                <div class="wpo-blog-item">
  2291.                                    <div class="wpo-blog-img">
  2292.                                        
  2293.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2294.                                        
  2295.                                        <div class="thumb bg-primary-gradient">News</div>
  2296.                                    </div>
  2297.                                    <div class="wpo-blog-content"  >
  2298.                                        <h2>
  2299.                                            <a href="/cyclone-catastrophe-in-sri-lanka-unleashes-a-spirit-of-volunteerism/" class="top-color">
  2300.                                            Cyclone Catastrophe in Sri Lanka Unleashes a Spirit of Volunteerism
  2301.                                            </a>
  2302.                                        </h2>
  2303.                                        <ul>
  2304.                                            <li>  
  2305.                                                
  2306.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/05dbe5a7-f322-4bd3-b5a9-7b149b029277_profile.png" alt="Stephanie Johnson" style="object-fit: cover;">
  2307.                                                
  2308.                                            </li>
  2309.                                            <li class="top-color">By Stephanie Johnson</li>
  2310.                                            <li class="top-color">18 May 2026</li>
  2311.                                        </ul>
  2312.                                        <p class="top-color"> </p>
  2313.                                    </div>
  2314.                                </div>
  2315.                            </div>
  2316.                        
  2317.                            
  2318.                            
  2319.                            <div class="col col-lg-6 col-md-6 col-12">
  2320.                                <div class="wpo-blog-item">
  2321.                                    <div class="wpo-blog-img">
  2322.                                        
  2323.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2324.                                        
  2325.                                        <div class="thumb bg-primary-gradient">News</div>
  2326.                                    </div>
  2327.                                    <div class="wpo-blog-content"  >
  2328.                                        <h2>
  2329.                                            <a href="/real-madrids-alexander-arnold-might-return-to-face-liverpool-in-forthcoming-champions-league-fixture/" class="top-color">
  2330.                                            Real Madrid&#x27;s Alexander-Arnold Might Return to Face Liverpool in Forthcoming Champions League Fixture
  2331.                                            </a>
  2332.                                        </h2>
  2333.                                        <ul>
  2334.                                            <li>  
  2335.                                                
  2336.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/05dbe5a7-f322-4bd3-b5a9-7b149b029277_profile.png" alt="Stephanie Johnson" style="object-fit: cover;">
  2337.                                                
  2338.                                            </li>
  2339.                                            <li class="top-color">By Stephanie Johnson</li>
  2340.                                            <li class="top-color">18 May 2026</li>
  2341.                                        </ul>
  2342.                                        <p class="top-color"> </p>
  2343.                                    </div>
  2344.                                </div>
  2345.                            </div>
  2346.                        
  2347.                            
  2348.                            
  2349.  
  2350.                        </div>
  2351.                    </div>
  2352.                </div>
  2353.                <!-- end wpo-blog-section -->
  2354.            </div>
  2355.  
  2356.            <div class="col col-lg-4 col-12">
  2357.                
  2358.  
  2359.  
  2360.  
  2361.    
  2362.  
  2363.  
  2364. <!-- Blog Sidebar V2 - Focused Design -->
  2365.  <div class="sidebar mb-3">
  2366.    <!-- Recent Posts Section -->
  2367.    <div class="sidebar-widget mb-5">
  2368.      <div class="widget-title-wrapper mb-3">
  2369.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  2370.          <i class="ti-time me-2"></i>Recent Posts
  2371.          <span class="title-arrow-primary"></span>
  2372.        </h4>
  2373.      </div>
  2374.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2375.        <div class="recent-post-list">
  2376.          
  2377.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2378.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2379.                
  2380.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2381.              
  2382.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2383.            </div>
  2384.            <div class="post-content flex-grow-1">
  2385.              <h6 class="post-title mb-2">
  2386.                 <a href="/troubling-remembrances-reemerge-in-davao-as-investigators-piece-together-bondi-beach-attack-suspects-time-in-the-city/" class="text-decoration-none top-color fw-semibold lh-sm">
  2387.                                            Troubling Remembrances Reemerge in Davao as Investigators Piece Together Bondi Beach Attack Suspects’ Time in the City
  2388.                                            </a>
  2389.              </h6>
  2390.              <div class="post-meta mb-3">
  2391.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  2392.                <!-- <small class="text-muted">
  2393.                  <i class="ti-eye me-1"></i>348 views
  2394.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2395.                </small> -->
  2396.              </div>
  2397.            </div>
  2398.          </div>
  2399.        
  2400.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2401.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2402.                
  2403.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2404.              
  2405.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2406.            </div>
  2407.            <div class="post-content flex-grow-1">
  2408.              <h6 class="post-title mb-2">
  2409.                 <a href="/real-southern-portugal-discovering-portugal-past-the-coastline/" class="text-decoration-none top-color fw-semibold lh-sm">
  2410.                                            Real Southern Portugal: Discovering Portugal Past the Coastline
  2411.                                            </a>
  2412.              </h6>
  2413.              <div class="post-meta mb-3">
  2414.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  2415.                <!-- <small class="text-muted">
  2416.                  <i class="ti-eye me-1"></i>348 views
  2417.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2418.                </small> -->
  2419.              </div>
  2420.            </div>
  2421.          </div>
  2422.        
  2423.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2424.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2425.                
  2426.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2427.              
  2428.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2429.            </div>
  2430.            <div class="post-content flex-grow-1">
  2431.              <h6 class="post-title mb-2">
  2432.                 <a href="/david-raya-praises-squad-depth-as-vital-to-multiple-trophy-challenge/" class="text-decoration-none top-color fw-semibold lh-sm">
  2433.                                            David Raya Praises Squad Depth as Vital to Multiple Trophy Challenge
  2434.                                            </a>
  2435.              </h6>
  2436.              <div class="post-meta mb-3">
  2437.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  2438.                <!-- <small class="text-muted">
  2439.                  <i class="ti-eye me-1"></i>348 views
  2440.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2441.                </small> -->
  2442.              </div>
  2443.            </div>
  2444.          </div>
  2445.        
  2446.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2447.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2448.                
  2449.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2450.              
  2451.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2452.            </div>
  2453.            <div class="post-content flex-grow-1">
  2454.              <h6 class="post-title mb-2">
  2455.                 <a href="/will-the-all-blacks-rediscover-their-spark-during-the-fall-tour/" class="text-decoration-none top-color fw-semibold lh-sm">
  2456.                                            Will the All Blacks rediscover their spark during the fall tour?
  2457.                                            </a>
  2458.              </h6>
  2459.              <div class="post-meta mb-3">
  2460.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  2461.                <!-- <small class="text-muted">
  2462.                  <i class="ti-eye me-1"></i>348 views
  2463.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2464.                </small> -->
  2465.              </div>
  2466.            </div>
  2467.          </div>
  2468.        
  2469.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2470.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2471.                
  2472.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2473.              
  2474.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2475.            </div>
  2476.            <div class="post-content flex-grow-1">
  2477.              <h6 class="post-title mb-2">
  2478.                 <a href="/the-presidents-overarching-presence-in-sports-reached-a-peak-in-2025-next-year-threatens-to-take-it-further/" class="text-decoration-none top-color fw-semibold lh-sm">
  2479.                                            The President&#x27;s Overarching Presence in Sports Reached A Peak in 2025. Next Year Threatens to Take It Further.
  2480.                                            </a>
  2481.              </h6>
  2482.              <div class="post-meta mb-3">
  2483.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  2484.                <!-- <small class="text-muted">
  2485.                  <i class="ti-eye me-1"></i>348 views
  2486.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2487.                </small> -->
  2488.              </div>
  2489.            </div>
  2490.          </div>
  2491.        
  2492.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2493.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2494.                
  2495.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2496.              
  2497.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2498.            </div>
  2499.            <div class="post-content flex-grow-1">
  2500.              <h6 class="post-title mb-2">
  2501.                 <a href="/we-got-dismissed-and-were-embracing-it-heres-how-to-find-a-fresh-position-that-suits-for-you/" class="text-decoration-none top-color fw-semibold lh-sm">
  2502.                                            We Got Dismissed, and We&#x27;re Embracing It – Here&#x27;s How to Find a Fresh Position That Suits for You
  2503.                                            </a>
  2504.              </h6>
  2505.              <div class="post-meta mb-3">
  2506.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  2507.                <!-- <small class="text-muted">
  2508.                  <i class="ti-eye me-1"></i>348 views
  2509.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2510.                </small> -->
  2511.              </div>
  2512.            </div>
  2513.          </div>
  2514.        
  2515.        </div>
  2516.  
  2517.        <div class="text-center mt-4 pt-3 border-top border-light">
  2518.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2519.        </div>
  2520.      </div>
  2521.    </div>
  2522.  
  2523.    
  2524.    <div class="sidebar-widget mb-4">
  2525.      <div class="widget-title-wrapper mb-3">
  2526.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2527.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2528.          <span class="title-arrow"></span>
  2529.        </h4>
  2530.      </div>
  2531.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2532.        <div class="blog-roll-list scrollable-sidebar">
  2533.          
  2534.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2535.            <a href="https://www.nh-design.co.uk/" class="text-decoration-none " rel="dofollow">
  2536.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2537.                <i class="ti-angle-right me-2 text-primary"></i>
  2538.                non gamstop casinos uk
  2539.              </h6>
  2540.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2541.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2542.              </div> -->
  2543.            </a>
  2544.          </div>
  2545.          
  2546.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2547.            <a href="https://lagoccia.co.uk/" class="text-decoration-none " rel="dofollow">
  2548.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2549.                <i class="ti-angle-right me-2 text-primary"></i>
  2550.                uk casinos
  2551.              </h6>
  2552.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2553.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2554.              </div> -->
  2555.            </a>
  2556.          </div>
  2557.          
  2558.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2559.            <a href="https://heyimhome.co.uk/" class="text-decoration-none " rel="dofollow">
  2560.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2561.                <i class="ti-angle-right me-2 text-primary"></i>
  2562.                casino site
  2563.              </h6>
  2564.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2565.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2566.              </div> -->
  2567.            </a>
  2568.          </div>
  2569.          
  2570.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2571.            <a href="https://esportsinsider.com/uk/gambling/non-gamstop-casinos" class="text-decoration-none " rel="dofollow">
  2572.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2573.                <i class="ti-angle-right me-2 text-primary"></i>
  2574.                non gamstop casinos
  2575.              </h6>
  2576.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2577.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2578.              </div> -->
  2579.            </a>
  2580.          </div>
  2581.          
  2582.  
  2583.        </div>
  2584. <!--
  2585.        <div class="text-center mt-4 pt-3 border-top border-light">
  2586.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2587.        </div> -->
  2588.      </div>
  2589.    </div>
  2590.    
  2591.    <div class="sidebar-widget mb-4">
  2592.      <div class="widget-title-wrapper mb-3">
  2593.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2594.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2595.          <span class="title-arrow"></span>
  2596.        </h4>
  2597.      </div>
  2598.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2599.        <div class="blog-roll-list scrollable-sidebar">
  2600.          
  2601.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2602.            <a href="https://www.roundhaypark.org.uk/" class="text-decoration-none " rel="dofollow">
  2603.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2604.                <i class="ti-angle-right me-2 text-primary"></i>
  2605.                non gamstop casinos
  2606.              </h6>
  2607.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2608.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2609.              </div> -->
  2610.            </a>
  2611.          </div>
  2612.          
  2613.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2614.            <a href="https://www.roadpeace.org/" class="text-decoration-none " rel="dofollow">
  2615.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2616.                <i class="ti-angle-right me-2 text-primary"></i>
  2617.                casino sites not on gamstop
  2618.              </h6>
  2619.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2620.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2621.              </div> -->
  2622.            </a>
  2623.          </div>
  2624.          
  2625.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2626.            <a href="https://apva.org.uk" class="text-decoration-none " rel="dofollow">
  2627.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2628.                <i class="ti-angle-right me-2 text-primary"></i>
  2629.                non uk casino
  2630.              </h6>
  2631.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2632.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2633.              </div> -->
  2634.            </a>
  2635.          </div>
  2636.          
  2637.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2638.            <a href="https://www.durhamminers.org/" class="text-decoration-none " rel="dofollow">
  2639.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2640.                <i class="ti-angle-right me-2 text-primary"></i>
  2641.                non GamStop casinos
  2642.              </h6>
  2643.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2644.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2645.              </div> -->
  2646.            </a>
  2647.          </div>
  2648.          
  2649.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2650.            <a href="https://jst.org.uk" class="text-decoration-none " rel="dofollow">
  2651.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2652.                <i class="ti-angle-right me-2 text-primary"></i>
  2653.                non gamstop casinos
  2654.              </h6>
  2655.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2656.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2657.              </div> -->
  2658.            </a>
  2659.          </div>
  2660.          
  2661.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2662.            <a href="https://summerhall.co.uk" class="text-decoration-none " rel="dofollow">
  2663.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2664.                <i class="ti-angle-right me-2 text-primary"></i>
  2665.                non gamstop casino
  2666.              </h6>
  2667.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2668.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2669.              </div> -->
  2670.            </a>
  2671.          </div>
  2672.          
  2673.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2674.            <a href="https://casino.blackcurve.com/" class="text-decoration-none " rel="dofollow">
  2675.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2676.                <i class="ti-angle-right me-2 text-primary"></i>
  2677.                new non gamstop casinos
  2678.              </h6>
  2679.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2680.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2681.              </div> -->
  2682.            </a>
  2683.          </div>
  2684.          
  2685.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2686.            <a href="https://www.llancaiachfawr.co.uk/" class="text-decoration-none " rel="dofollow">
  2687.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2688.                <i class="ti-angle-right me-2 text-primary"></i>
  2689.                online casinos
  2690.              </h6>
  2691.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2692.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2693.              </div> -->
  2694.            </a>
  2695.          </div>
  2696.          
  2697.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2698.            <a href="https://www.jeremyforlabour.com/" class="text-decoration-none " rel="dofollow">
  2699.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2700.                <i class="ti-angle-right me-2 text-primary"></i>
  2701.                non gamstop casinos uk
  2702.              </h6>
  2703.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2704.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2705.              </div> -->
  2706.            </a>
  2707.          </div>
  2708.          
  2709.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2710.            <a href="https://www.executive-shaving.co.uk" class="text-decoration-none " rel="dofollow">
  2711.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2712.                <i class="ti-angle-right me-2 text-primary"></i>
  2713.                casinos not on GamStop
  2714.              </h6>
  2715.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2716.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2717.              </div> -->
  2718.            </a>
  2719.          </div>
  2720.          
  2721.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2722.            <a href="https://www.no-deportations.org.uk" class="text-decoration-none " rel="dofollow">
  2723.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2724.                <i class="ti-angle-right me-2 text-primary"></i>
  2725.                new non GamStop casinos
  2726.              </h6>
  2727.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2728.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2729.              </div> -->
  2730.            </a>
  2731.          </div>
  2732.          
  2733.  
  2734.        </div>
  2735. <!--
  2736.        <div class="text-center mt-4 pt-3 border-top border-light">
  2737.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2738.        </div> -->
  2739.      </div>
  2740.    </div>
  2741.    
  2742.    <div class="sidebar-widget mb-4">
  2743.      <div class="widget-title-wrapper mb-3">
  2744.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2745.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  2746.          <span class="title-arrow"></span>
  2747.        </h4>
  2748.      </div>
  2749.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2750.        <div class="blog-roll-list scrollable-sidebar">
  2751.          
  2752.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2753.            <a href="https://www.gullwingbridge.co.uk/" class="text-decoration-none " rel="dofollow">
  2754.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2755.                <i class="ti-angle-right me-2 text-primary"></i>
  2756.                gambling sites not on GamStop
  2757.              </h6>
  2758.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2759.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2760.              </div> -->
  2761.            </a>
  2762.          </div>
  2763.          
  2764.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2765.            <a href="https://www.ginspa.co.uk/" class="text-decoration-none " rel="dofollow">
  2766.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2767.                <i class="ti-angle-right me-2 text-primary"></i>
  2768.                best casinos not on GamStop
  2769.              </h6>
  2770.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2771.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2772.              </div> -->
  2773.            </a>
  2774.          </div>
  2775.          
  2776.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2777.            <a href="https://www.dinton-pastures.co.uk/" class="text-decoration-none " rel="dofollow">
  2778.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2779.                <i class="ti-angle-right me-2 text-primary"></i>
  2780.                non GamStop casinos
  2781.              </h6>
  2782.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2783.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2784.              </div> -->
  2785.            </a>
  2786.          </div>
  2787.          
  2788.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2789.            <a href="https://www.caerphilly.org.uk/" class="text-decoration-none " rel="dofollow">
  2790.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2791.                <i class="ti-angle-right me-2 text-primary"></i>
  2792.                casinos not on gamstop
  2793.              </h6>
  2794.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2795.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2796.              </div> -->
  2797.            </a>
  2798.          </div>
  2799.          
  2800.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2801.            <a href="https://shopy.co.uk/" class="text-decoration-none " rel="dofollow">
  2802.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2803.                <i class="ti-angle-right me-2 text-primary"></i>
  2804.                casinos not on gamstop
  2805.              </h6>
  2806.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2807.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2808.              </div> -->
  2809.            </a>
  2810.          </div>
  2811.          
  2812.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2813.            <a href="https://www.gohacking.com/" class="text-decoration-none " rel="dofollow">
  2814.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2815.                <i class="ti-angle-right me-2 text-primary"></i>
  2816.                online poker sites not on gamstop
  2817.              </h6>
  2818.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2819.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2820.              </div> -->
  2821.            </a>
  2822.          </div>
  2823.          
  2824.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2825.            <a href="https://allcatsrgrey.org.uk/" class="text-decoration-none " rel="dofollow">
  2826.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2827.                <i class="ti-angle-right me-2 text-primary"></i>
  2828.                casino not on gamstop
  2829.              </h6>
  2830.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2831.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2832.              </div> -->
  2833.            </a>
  2834.          </div>
  2835.          
  2836.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2837.            <a href="https://www.falconryforum.co.uk/" class="text-decoration-none " rel="dofollow">
  2838.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2839.                <i class="ti-angle-right me-2 text-primary"></i>
  2840.                uk casinos not on gamstop
  2841.              </h6>
  2842.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2843.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2844.              </div> -->
  2845.            </a>
  2846.          </div>
  2847.          
  2848.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2849.            <a href="https://www.cevicheuk.com/" class="text-decoration-none " rel="dofollow">
  2850.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2851.                <i class="ti-angle-right me-2 text-primary"></i>
  2852.                best casino not on gamstop
  2853.              </h6>
  2854.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2855.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2856.              </div> -->
  2857.            </a>
  2858.          </div>
  2859.          
  2860.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2861.            <a href="https://www.kysty.co.uk/" class="text-decoration-none " rel="dofollow">
  2862.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2863.                <i class="ti-angle-right me-2 text-primary"></i>
  2864.                slots not on GamStop
  2865.              </h6>
  2866.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2867.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2868.              </div> -->
  2869.            </a>
  2870.          </div>
  2871.          
  2872.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2873.            <a href="https://www.avon-tyres.co.uk/" class="text-decoration-none " rel="dofollow">
  2874.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2875.                <i class="ti-angle-right me-2 text-primary"></i>
  2876.                best uk non gamstop casinos
  2877.              </h6>
  2878.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2879.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2880.              </div> -->
  2881.            </a>
  2882.          </div>
  2883.          
  2884.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2885.            <a href="https://www.escapistmagazine.com/uk/bitcoin-casinos/" class="text-decoration-none " rel="dofollow">
  2886.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2887.                <i class="ti-angle-right me-2 text-primary"></i>
  2888.                bitcoin casino
  2889.              </h6>
  2890.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2891.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2892.              </div> -->
  2893.            </a>
  2894.          </div>
  2895.          
  2896.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2897.            <a href="https://www.stamina.org.uk/" class="text-decoration-none " rel="dofollow">
  2898.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2899.                <i class="ti-angle-right me-2 text-primary"></i>
  2900.                Non Gamstop Casino Sites
  2901.              </h6>
  2902.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2903.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2904.              </div> -->
  2905.            </a>
  2906.          </div>
  2907.          
  2908.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2909.            <a href="https://free2learn.org.uk/" class="text-decoration-none " rel="dofollow">
  2910.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2911.                <i class="ti-angle-right me-2 text-primary"></i>
  2912.                online casinos
  2913.              </h6>
  2914.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2915.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2916.              </div> -->
  2917.            </a>
  2918.          </div>
  2919.          
  2920.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2921.            <a href="https://www.toop.eu" class="text-decoration-none " rel="dofollow">
  2922.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2923.                <i class="ti-angle-right me-2 text-primary"></i>
  2924.                online casino
  2925.              </h6>
  2926.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2927.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2928.              </div> -->
  2929.            </a>
  2930.          </div>
  2931.          
  2932.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2933.            <a href="https://tridentcryptofund.com/" class="text-decoration-none " rel="dofollow">
  2934.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2935.                <i class="ti-angle-right me-2 text-primary"></i>
  2936.                no verification casino
  2937.              </h6>
  2938.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2939.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2940.              </div> -->
  2941.            </a>
  2942.          </div>
  2943.          
  2944.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2945.            <a href="https://www.clintoncards.co.uk/" class="text-decoration-none " rel="dofollow">
  2946.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2947.                <i class="ti-angle-right me-2 text-primary"></i>
  2948.                online casino
  2949.              </h6>
  2950.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2951.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2952.              </div> -->
  2953.            </a>
  2954.          </div>
  2955.          
  2956.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2957.            <a href="https://fictionuncovered.co.uk/" class="text-decoration-none " rel="dofollow">
  2958.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2959.                <i class="ti-angle-right me-2 text-primary"></i>
  2960.                online casino
  2961.              </h6>
  2962.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2963.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2964.              </div> -->
  2965.            </a>
  2966.          </div>
  2967.          
  2968.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2969.            <a href="https://www.nordicresearchnetwork.co.uk/" class="text-decoration-none " rel="dofollow">
  2970.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2971.                <i class="ti-angle-right me-2 text-primary"></i>
  2972.                Non UK Casino
  2973.              </h6>
  2974.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2975.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2976.              </div> -->
  2977.            </a>
  2978.          </div>
  2979.          
  2980.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2981.            <a href="https://roadpeace.org/" class="text-decoration-none " rel="dofollow">
  2982.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2983.                <i class="ti-angle-right me-2 text-primary"></i>
  2984.                casinos not on gamstop
  2985.              </h6>
  2986.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2987.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2988.              </div> -->
  2989.            </a>
  2990.          </div>
  2991.          
  2992.  
  2993.        </div>
  2994. <!--
  2995.        <div class="text-center mt-4 pt-3 border-top border-light">
  2996.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2997.        </div> -->
  2998.      </div>
  2999.    </div>
  3000.    
  3001.    <div class="sidebar-widget mb-4">
  3002.      <div class="widget-title-wrapper mb-3">
  3003.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3004.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3005.          <span class="title-arrow"></span>
  3006.        </h4>
  3007.      </div>
  3008.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3009.        <div class="blog-roll-list scrollable-sidebar">
  3010.          
  3011.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3012.            <a href="https://www.ncpqsw.com/" class="text-decoration-none " rel="dofollow">
  3013.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3014.                <i class="ti-angle-right me-2 text-primary"></i>
  3015.                top 20 online casinos uk
  3016.              </h6>
  3017.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3018.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3019.              </div> -->
  3020.            </a>
  3021.          </div>
  3022.          
  3023.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3024.            <a href="https://www.taysideaviation.co.uk/" class="text-decoration-none " rel="dofollow">
  3025.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3026.                <i class="ti-angle-right me-2 text-primary"></i>
  3027.                non uk betting sites
  3028.              </h6>
  3029.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3030.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3031.              </div> -->
  3032.            </a>
  3033.          </div>
  3034.          
  3035.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3036.            <a href="https://itechlabs.co.uk/" class="text-decoration-none " rel="dofollow">
  3037.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3038.                <i class="ti-angle-right me-2 text-primary"></i>
  3039.                non gamstop sports betting
  3040.              </h6>
  3041.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3042.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3043.              </div> -->
  3044.            </a>
  3045.          </div>
  3046.          
  3047.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3048.            <a href="https://financialservicescultureboard.org.uk/" class="text-decoration-none " rel="dofollow">
  3049.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3050.                <i class="ti-angle-right me-2 text-primary"></i>
  3051.                non gamstop betting
  3052.              </h6>
  3053.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3054.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3055.              </div> -->
  3056.            </a>
  3057.          </div>
  3058.          
  3059.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3060.            <a href="https://www.thekarczma.co.uk/" class="text-decoration-none " rel="dofollow">
  3061.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3062.                <i class="ti-angle-right me-2 text-primary"></i>
  3063.                non UK online casino
  3064.              </h6>
  3065.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3066.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3067.              </div> -->
  3068.            </a>
  3069.          </div>
  3070.          
  3071.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3072.            <a href="https://croftersrights.co.uk/" class="text-decoration-none " rel="dofollow">
  3073.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3074.                <i class="ti-angle-right me-2 text-primary"></i>
  3075.                online casinos
  3076.              </h6>
  3077.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3078.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3079.              </div> -->
  3080.            </a>
  3081.          </div>
  3082.          
  3083.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3084.            <a href="https://www.casquette.co.uk/" class="text-decoration-none " rel="dofollow">
  3085.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3086.                <i class="ti-angle-right me-2 text-primary"></i>
  3087.                online casino
  3088.              </h6>
  3089.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3090.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3091.              </div> -->
  3092.            </a>
  3093.          </div>
  3094.          
  3095.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3096.            <a href="https://www.casquette.co.uk/" class="text-decoration-none " rel="dofollow">
  3097.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3098.                <i class="ti-angle-right me-2 text-primary"></i>
  3099.                best non gamstop casinos
  3100.              </h6>
  3101.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3102.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3103.              </div> -->
  3104.            </a>
  3105.          </div>
  3106.          
  3107.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3108.            <a href="https://www.resourceshelf.com/" class="text-decoration-none " rel="dofollow">
  3109.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3110.                <i class="ti-angle-right me-2 text-primary"></i>
  3111.                casino sites not on gamstop
  3112.              </h6>
  3113.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3114.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3115.              </div> -->
  3116.            </a>
  3117.          </div>
  3118.          
  3119.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3120.            <a href="https://www.summerhall.co.uk/" class="text-decoration-none " rel="dofollow">
  3121.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3122.                <i class="ti-angle-right me-2 text-primary"></i>
  3123.                top 100 online casinos uk
  3124.              </h6>
  3125.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3126.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3127.              </div> -->
  3128.            </a>
  3129.          </div>
  3130.          
  3131.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3132.            <a href="https://www.runningbuggies.com/" class="text-decoration-none " rel="dofollow">
  3133.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3134.                <i class="ti-angle-right me-2 text-primary"></i>
  3135.                sites not on GamStop
  3136.              </h6>
  3137.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3138.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3139.              </div> -->
  3140.            </a>
  3141.          </div>
  3142.          
  3143.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3144.            <a href="https://www.peckhamaudio.co.uk/" class="text-decoration-none " rel="dofollow">
  3145.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3146.                <i class="ti-angle-right me-2 text-primary"></i>
  3147.                non GamStop casino
  3148.              </h6>
  3149.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3150.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3151.              </div> -->
  3152.            </a>
  3153.          </div>
  3154.          
  3155.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3156.            <a href="https://www.mugdock-country-park.org.uk/" class="text-decoration-none " rel="dofollow">
  3157.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3158.                <i class="ti-angle-right me-2 text-primary"></i>
  3159.                non GamStop sites
  3160.              </h6>
  3161.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3162.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3163.              </div> -->
  3164.            </a>
  3165.          </div>
  3166.          
  3167.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3168.            <a href="https://www.moretonmotormuseum.co.uk/" class="text-decoration-none " rel="dofollow">
  3169.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3170.                <i class="ti-angle-right me-2 text-primary"></i>
  3171.                non GamStop casinos
  3172.              </h6>
  3173.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3174.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3175.              </div> -->
  3176.            </a>
  3177.          </div>
  3178.          
  3179.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3180.            <a href="https://www.mediawise.org.uk/" class="text-decoration-none " rel="dofollow">
  3181.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3182.                <i class="ti-angle-right me-2 text-primary"></i>
  3183.                casinos not on GamStop
  3184.              </h6>
  3185.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3186.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3187.              </div> -->
  3188.            </a>
  3189.          </div>
  3190.          
  3191.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3192.            <a href="https://www.llancaiachfawr.co.uk/" class="text-decoration-none " rel="dofollow">
  3193.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3194.                <i class="ti-angle-right me-2 text-primary"></i>
  3195.                non GamStop casinos UK
  3196.              </h6>
  3197.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3198.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3199.              </div> -->
  3200.            </a>
  3201.          </div>
  3202.          
  3203.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3204.            <a href="https://www.littleshipsramsgate.co.uk/" class="text-decoration-none " rel="dofollow">
  3205.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3206.                <i class="ti-angle-right me-2 text-primary"></i>
  3207.                slots not on GamStop
  3208.              </h6>
  3209.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3210.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3211.              </div> -->
  3212.            </a>
  3213.          </div>
  3214.          
  3215.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3216.            <a href="https://www.drinksandco.co.uk/" class="text-decoration-none " rel="dofollow">
  3217.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3218.                <i class="ti-angle-right me-2 text-primary"></i>
  3219.                non GamStop casinos
  3220.              </h6>
  3221.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3222.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3223.              </div> -->
  3224.            </a>
  3225.          </div>
  3226.          
  3227.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3228.            <a href="https://www.bunker-51.com/" class="text-decoration-none " rel="dofollow">
  3229.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3230.                <i class="ti-angle-right me-2 text-primary"></i>
  3231.                gambling sites not on GamStop
  3232.              </h6>
  3233.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3234.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3235.              </div> -->
  3236.            </a>
  3237.          </div>
  3238.          
  3239.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3240.            <a href="https://womeninfinance.co.uk/" class="text-decoration-none " rel="dofollow">
  3241.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3242.                <i class="ti-angle-right me-2 text-primary"></i>
  3243.                casino sites not on GamStop
  3244.              </h6>
  3245.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3246.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3247.              </div> -->
  3248.            </a>
  3249.          </div>
  3250.          
  3251.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3252.            <a href="https://reflowfilament.com/" class="text-decoration-none " rel="dofollow">
  3253.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3254.                <i class="ti-angle-right me-2 text-primary"></i>
  3255.                best non GamStop casinos
  3256.              </h6>
  3257.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3258.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3259.              </div> -->
  3260.            </a>
  3261.          </div>
  3262.          
  3263.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3264.            <a href="https://www.london-irish.com/" class="text-decoration-none " rel="dofollow">
  3265.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3266.                <i class="ti-angle-right me-2 text-primary"></i>
  3267.                non gamstop casinos online
  3268.              </h6>
  3269.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3270.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3271.              </div> -->
  3272.            </a>
  3273.          </div>
  3274.          
  3275.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3276.            <a href="https://www.dvwa.co.uk/" class="text-decoration-none " rel="dofollow">
  3277.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3278.                <i class="ti-angle-right me-2 text-primary"></i>
  3279.                casino sites not on gamstop
  3280.              </h6>
  3281.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3282.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3283.              </div> -->
  3284.            </a>
  3285.          </div>
  3286.          
  3287.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3288.            <a href="https://savethedatemagazine.co.uk/" class="text-decoration-none " rel="dofollow">
  3289.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3290.                <i class="ti-angle-right me-2 text-primary"></i>
  3291.                non gamstop casinos
  3292.              </h6>
  3293.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3294.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3295.              </div> -->
  3296.            </a>
  3297.          </div>
  3298.          
  3299.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3300.            <a href="https://bereavementcommission.org.uk/" class="text-decoration-none " rel="dofollow">
  3301.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3302.                <i class="ti-angle-right me-2 text-primary"></i>
  3303.                non gamstop casino
  3304.              </h6>
  3305.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3306.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3307.              </div> -->
  3308.            </a>
  3309.          </div>
  3310.          
  3311.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3312.            <a href="https://www.mesaonline.org/" class="text-decoration-none " rel="dofollow">
  3313.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3314.                <i class="ti-angle-right me-2 text-primary"></i>
  3315.                non gamstop casinos
  3316.              </h6>
  3317.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3318.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3319.              </div> -->
  3320.            </a>
  3321.          </div>
  3322.          
  3323.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3324.            <a href="https://www.makemegenius.com/" class="text-decoration-none " rel="dofollow">
  3325.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3326.                <i class="ti-angle-right me-2 text-primary"></i>
  3327.                non gamstop casinos
  3328.              </h6>
  3329.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3330.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3331.              </div> -->
  3332.            </a>
  3333.          </div>
  3334.          
  3335.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3336.            <a href="https://www.bitcoincasinos.com/" class="text-decoration-none " rel="dofollow">
  3337.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3338.                <i class="ti-angle-right me-2 text-primary"></i>
  3339.                best no kyc casino
  3340.              </h6>
  3341.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3342.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3343.              </div> -->
  3344.            </a>
  3345.          </div>
  3346.          
  3347.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3348.            <a href="https://www.solux.net/" class="text-decoration-none " rel="dofollow">
  3349.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3350.                <i class="ti-angle-right me-2 text-primary"></i>
  3351.                sports betting sites not on gamstop
  3352.              </h6>
  3353.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3354.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3355.              </div> -->
  3356.            </a>
  3357.          </div>
  3358.          
  3359.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3360.            <a href="https://www.paghat.com/" class="text-decoration-none " rel="dofollow">
  3361.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3362.                <i class="ti-angle-right me-2 text-primary"></i>
  3363.                best non gamstop casinos 2026
  3364.              </h6>
  3365.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3366.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3367.              </div> -->
  3368.            </a>
  3369.          </div>
  3370.          
  3371.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3372.            <a href="https://datamagazine.co.uk" class="text-decoration-none " rel="dofollow">
  3373.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3374.                <i class="ti-angle-right me-2 text-primary"></i>
  3375.                non gamstop casinos 2026
  3376.              </h6>
  3377.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3378.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3379.              </div> -->
  3380.            </a>
  3381.          </div>
  3382.          
  3383.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3384.            <a href="https://littlewhitelies.co.uk/" class="text-decoration-none " rel="dofollow">
  3385.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3386.                <i class="ti-angle-right me-2 text-primary"></i>
  3387.                non gamstop casinos 2026
  3388.              </h6>
  3389.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3390.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3391.              </div> -->
  3392.            </a>
  3393.          </div>
  3394.          
  3395.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3396.            <a href="https://www.regionalnetworks.org.uk/" class="text-decoration-none " rel="dofollow">
  3397.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3398.                <i class="ti-angle-right me-2 text-primary"></i>
  3399.                Not on GAMSTOP
  3400.              </h6>
  3401.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3402.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3403.              </div> -->
  3404.            </a>
  3405.          </div>
  3406.          
  3407.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3408.            <a href="https://oncallfire.uk/" class="text-decoration-none " rel="dofollow">
  3409.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3410.                <i class="ti-angle-right me-2 text-primary"></i>
  3411.                Not on GAMSTOP
  3412.              </h6>
  3413.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3414.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3415.              </div> -->
  3416.            </a>
  3417.          </div>
  3418.          
  3419.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3420.            <a href="https://plasticoceans.uk/" class="text-decoration-none " rel="dofollow">
  3421.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3422.                <i class="ti-angle-right me-2 text-primary"></i>
  3423.                uk online casinos not on gamstop
  3424.              </h6>
  3425.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3426.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3427.              </div> -->
  3428.            </a>
  3429.          </div>
  3430.          
  3431.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3432.            <a href="https://www.londonart.co.uk/" class="text-decoration-none " rel="dofollow">
  3433.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3434.                <i class="ti-angle-right me-2 text-primary"></i>
  3435.                high end escorts London
  3436.              </h6>
  3437.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3438.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3439.              </div> -->
  3440.            </a>
  3441.          </div>
  3442.          
  3443.  
  3444.        </div>
  3445. <!--
  3446.        <div class="text-center mt-4 pt-3 border-top border-light">
  3447.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3448.        </div> -->
  3449.      </div>
  3450.    </div>
  3451.    
  3452.    <div class="sidebar-widget mb-4">
  3453.      <div class="widget-title-wrapper mb-3">
  3454.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3455.          <i class="ti-calendar me-2"></i>January 2026 Blog Roll
  3456.          <span class="title-arrow"></span>
  3457.        </h4>
  3458.      </div>
  3459.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3460.        <div class="blog-roll-list scrollable-sidebar">
  3461.          
  3462.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3463.            <a href="https://esports-news.co.uk/online-casinos/non-gamstop/" class="text-decoration-none " rel="dofollow">
  3464.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3465.                <i class="ti-angle-right me-2 text-primary"></i>
  3466.                non gamstop casinos uk
  3467.              </h6>
  3468.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3469.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3470.              </div> -->
  3471.            </a>
  3472.          </div>
  3473.          
  3474.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3475.            <a href="https://newhorrizon.eu/" class="text-decoration-none " rel="dofollow">
  3476.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3477.                <i class="ti-angle-right me-2 text-primary"></i>
  3478.                non gamstop online casinos uk
  3479.              </h6>
  3480.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3481.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3482.              </div> -->
  3483.            </a>
  3484.          </div>
  3485.          
  3486.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3487.            <a href="https://www.dvwa.co.uk/" class="text-decoration-none " rel="dofollow">
  3488.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3489.                <i class="ti-angle-right me-2 text-primary"></i>
  3490.                best uk non GamStop casinos
  3491.              </h6>
  3492.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3493.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3494.              </div> -->
  3495.            </a>
  3496.          </div>
  3497.          
  3498.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3499.            <a href="https://peterbrett.com/" class="text-decoration-none " rel="dofollow">
  3500.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3501.                <i class="ti-angle-right me-2 text-primary"></i>
  3502.                casino not on gamstop
  3503.              </h6>
  3504.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3505.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3506.              </div> -->
  3507.            </a>
  3508.          </div>
  3509.          
  3510.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3511.            <a href="https://coffinmew.co.uk/" class="text-decoration-none " rel="dofollow">
  3512.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3513.                <i class="ti-angle-right me-2 text-primary"></i>
  3514.                best uk non gamstop casinos
  3515.              </h6>
  3516.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3517.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3518.              </div> -->
  3519.            </a>
  3520.          </div>
  3521.          
  3522.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3523.            <a href="https://chargeyourcar.org.uk/" class="text-decoration-none " rel="dofollow">
  3524.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3525.                <i class="ti-angle-right me-2 text-primary"></i>
  3526.                betting sites not on gamstop
  3527.              </h6>
  3528.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3529.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3530.              </div> -->
  3531.            </a>
  3532.          </div>
  3533.          
  3534.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3535.            <a href="https://www.frn.org.uk/" class="text-decoration-none " rel="dofollow">
  3536.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3537.                <i class="ti-angle-right me-2 text-primary"></i>
  3538.                best online betting sites
  3539.              </h6>
  3540.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3541.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3542.              </div> -->
  3543.            </a>
  3544.          </div>
  3545.          
  3546.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3547.            <a href="https://theemon.com/" class="text-decoration-none " rel="dofollow">
  3548.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3549.                <i class="ti-angle-right me-2 text-primary"></i>
  3550.                new betting sites uk
  3551.              </h6>
  3552.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3553.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3554.              </div> -->
  3555.            </a>
  3556.          </div>
  3557.          
  3558.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3559.            <a href="https://aircargoeye.com/" class="text-decoration-none " rel="dofollow">
  3560.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3561.                <i class="ti-angle-right me-2 text-primary"></i>
  3562.                non gamstop casinos uk
  3563.              </h6>
  3564.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3565.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3566.              </div> -->
  3567.            </a>
  3568.          </div>
  3569.          
  3570.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3571.            <a href="https://www.fishonline.org/" class="text-decoration-none " rel="dofollow">
  3572.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3573.                <i class="ti-angle-right me-2 text-primary"></i>
  3574.                non gamstop casinos
  3575.              </h6>
  3576.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3577.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3578.              </div> -->
  3579.            </a>
  3580.          </div>
  3581.          
  3582.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3583.            <a href="https://www.forcesreunited.co.uk/" class="text-decoration-none " rel="dofollow">
  3584.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3585.                <i class="ti-angle-right me-2 text-primary"></i>
  3586.                casino not on gamstop
  3587.              </h6>
  3588.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3589.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3590.              </div> -->
  3591.            </a>
  3592.          </div>
  3593.          
  3594.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3595.            <a href="https://www.chemical-records.co.uk/" class="text-decoration-none " rel="dofollow">
  3596.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3597.                <i class="ti-angle-right me-2 text-primary"></i>
  3598.                non gamstop casinos
  3599.              </h6>
  3600.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3601.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3602.              </div> -->
  3603.            </a>
  3604.          </div>
  3605.          
  3606.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3607.            <a href="https://www.scva.org.uk/" class="text-decoration-none " rel="dofollow">
  3608.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3609.                <i class="ti-angle-right me-2 text-primary"></i>
  3610.                non gamstop casinos
  3611.              </h6>
  3612.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3613.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3614.              </div> -->
  3615.            </a>
  3616.          </div>
  3617.          
  3618.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3619.            <a href="https://esports-news.co.uk/online-casinos/non-gamstop/" class="text-decoration-none " rel="dofollow">
  3620.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3621.                <i class="ti-angle-right me-2 text-primary"></i>
  3622.                best non gamstop casinos uk
  3623.              </h6>
  3624.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3625.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3626.              </div> -->
  3627.            </a>
  3628.          </div>
  3629.          
  3630.  
  3631.        </div>
  3632. <!--
  3633.        <div class="text-center mt-4 pt-3 border-top border-light">
  3634.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3635.        </div> -->
  3636.      </div>
  3637.    </div>
  3638.    
  3639.  </div>
  3640.  
  3641. <!-- Sidebar V2 Styles -->
  3642. <style>
  3643.  .sidebar-widget {
  3644.    position: relative;
  3645.  }
  3646.  
  3647.  .widget-title {
  3648.    font-size: 1.1rem;
  3649.    font-weight: 700;
  3650.    display: inline-block;
  3651.    position: relative;
  3652.    z-index: 2;
  3653.    border-radius: 0;
  3654.  }
  3655.  
  3656.  /* Green arrow for August Blog Roll */
  3657.  .title-arrow::after {
  3658.    content: '';
  3659.    position: absolute;
  3660.    top: 0;
  3661.    right: -22px;
  3662.    width: 0;
  3663.    height: 0;
  3664.    border-left: 22px solid var(--bs-primary);
  3665.    border-top: 22px solid transparent;
  3666.    border-bottom: 22px solid transparent;
  3667.    z-index: 1;
  3668.  }
  3669.  
  3670.  /* Blue arrow for Recent Posts */
  3671.  .title-arrow-primary::after {
  3672.    content: '';
  3673.    position: absolute;
  3674.    top: 0;
  3675.    right: -22px;
  3676.    width: 0;
  3677.    height: 0;
  3678.    border-left: 22px solid var(--bs-primary);
  3679.    border-top: 22px solid transparent;
  3680.    border-bottom: 22px solid transparent;
  3681.    z-index: 1;
  3682.  }
  3683.  
  3684.  .widget-content {
  3685.    margin-top: -1px;
  3686.    position: relative;
  3687.    z-index: 1;
  3688.     background-color: var(--card-bg);
  3689.  }
  3690.  
  3691.  /* Blog Roll Items Hover Effects */
  3692.  .blog-roll-item:hover .blog-title {
  3693.    color: #198754 !important;
  3694.    transform: translateX(5px);
  3695.    transition: all 0.3s ease;
  3696.  }
  3697.  
  3698.  /* Recent Post Items Hover Effects */
  3699.  .recent-post-item:hover .post-title a {
  3700.    color: #0d6efd !important;
  3701.    transition: color 0.3s ease;
  3702.  }
  3703.  
  3704.  .recent-post-item:hover .post-image img {
  3705.    transform: scale(1.05);
  3706.    transition: transform 0.3s ease;
  3707.  }
  3708.  
  3709.  /* Button Hover Effects */
  3710.  .btn:hover {
  3711.    transform: translateY(-2px);
  3712.    transition: all 0.3s ease;
  3713.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3714.  }
  3715.  
  3716.  /* Badge Hover Effects */
  3717.  .badge:hover {
  3718.    transform: scale(1.05);
  3719.    transition: transform 0.3s ease;
  3720.  }
  3721.  
  3722.  @media (max-width: 991px) {
  3723.    .sidebar {
  3724.      margin-top: 3rem;
  3725.    }
  3726.  }
  3727.  
  3728.  @media (max-width: 576px) {
  3729.    .widget-title {
  3730.      font-size: 1rem;
  3731.      padding: 0.75rem 1rem !important;
  3732.    }
  3733.  
  3734.    .title-arrow::after,
  3735.    .title-arrow-primary::after {
  3736.      right: -18px;
  3737.      border-left-width: 18px;
  3738.      border-top-width: 18px;
  3739.      border-bottom-width: 18px;
  3740.    }
  3741.  
  3742.    .post-image {
  3743.      width: 70px !important;
  3744.      height: 55px !important;
  3745.    }
  3746.  
  3747.    .blog-meta {
  3748.      flex-direction: column !important;
  3749.      align-items: flex-start !important;
  3750.      gap: 0.5rem;
  3751.    }
  3752.  }
  3753. </style>
  3754.  
  3755.    
  3756.            </div>
  3757.        </div>
  3758.    </div> <!-- end container -->
  3759. </section>
  3760.  
  3761.    
  3762.        
  3763.        <!-- end wpo-blog-highlights-section -->
  3764.        <!-- start wpo-blog-sponsored-section -->
  3765.        
  3766.  
  3767.  
  3768.  
  3769.    
  3770.  
  3771.  
  3772.  
  3773. <style>
  3774.    .sponsored-section-v3 {
  3775.        padding: 0 0 50px;
  3776.    }
  3777.    
  3778.    .sponsored-card-v3 {
  3779.        background: white;
  3780.        border: 1px solid var(--border-color);
  3781.        border-radius: 0;
  3782.        overflow: hidden;
  3783.        transition: all 0.3s ease;
  3784.        height: 100%;
  3785.        position: relative;
  3786.    }
  3787.    
  3788.    .sponsored-card-v3:hover {
  3789.        border-color: #dee2e6;
  3790.        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  3791.    }
  3792.    
  3793.    .sponsored-image-v3 {
  3794.        position: relative;
  3795.        overflow: hidden;
  3796.        height: 160px;
  3797.    }
  3798.    
  3799.    .sponsored-image-v3 img {
  3800.        width: 100%;
  3801.        height: 100%;
  3802.        object-fit: cover;
  3803.        filter: grayscale(20%);
  3804.        transition: filter 0.3s ease;
  3805.    }
  3806.    
  3807.    .sponsored-card-v3:hover .sponsored-image-v3 img {
  3808.        filter: grayscale(0%);
  3809.    }
  3810.    
  3811.    .sponsored-badge-v3 {
  3812.        position: absolute;
  3813.        bottom: auto;
  3814.        left: auto;
  3815.        right: 10px;
  3816.        top: 10px;
  3817.        padding: 8px;
  3818.        font-size: 10px;
  3819.        font-weight: 700;
  3820.        text-transform: uppercase;
  3821.        letter-spacing: 1px;
  3822.        text-align: center;
  3823.    }
  3824.    
  3825.    .sponsored-content-v3 {
  3826.        position: relative;
  3827.        padding: 24px 20px;
  3828.    }
  3829.    
  3830.    .sponsored-title-v3 {
  3831.        font-size: 15px;
  3832.        font-weight: 700;
  3833.        line-height: 1.5;
  3834.        margin-bottom: 18px;
  3835.        min-height: 45px;
  3836.        text-transform: uppercase;
  3837.        letter-spacing: 0.5px;
  3838.    }
  3839.    
  3840.    .sponsored-title-v3 a {
  3841.        text-decoration: none;
  3842.        transition: opacity 0.3s ease;
  3843.    }
  3844.    
  3845.    .sponsored-title-v3 a:hover {
  3846.        opacity: 0.8;
  3847.    }
  3848.    
  3849.    .sponsored-meta-v3 {
  3850.        display: flex;
  3851.        align-items: center;
  3852.        justify-content: space-between;
  3853.        font-size: 11px;
  3854.        font-weight: 600;
  3855.        text-transform: uppercase;
  3856.        letter-spacing: 0.5px;
  3857.        padding-top: 12px;
  3858.        border-top: 1px solid #f1f3f4;
  3859.    }
  3860.    
  3861.    .author-info-v3 {
  3862.        display: flex;
  3863.        align-items: center;
  3864.        gap: 8px;
  3865.    }
  3866.    
  3867.    .sponsored-author-img-v3 {
  3868.        width: 30px;
  3869.        height: 30px;
  3870.        border-radius: 50%;
  3871.        object-fit: cover;
  3872.    }
  3873.    
  3874.    .section-title-sponsored-v3 {
  3875.        font-size: 2.5rem;
  3876.        font-weight: 900;
  3877.        text-align: left;
  3878.        margin-bottom: 30px;
  3879.        letter-spacing: 2px;
  3880.        border-left: 8px solid var(--bs-primary);
  3881.        padding-left: 20px;
  3882.    }
  3883.    
  3884.    .sponsored-overlay-v3 {
  3885.        position: absolute;
  3886.        top: 0;
  3887.        left: 0;
  3888.        right: 0;
  3889.        bottom: 0;
  3890.        background: linear-gradient(45deg, transparent 0%, rgba(0,0,0,0.1) 100%);
  3891.        opacity: 0;
  3892.        transition: opacity 0.3s ease;
  3893.    }
  3894.    
  3895.    .sponsored-card-v3:hover .sponsored-overlay-v3 {
  3896.        opacity: 1;
  3897.    }
  3898.  
  3899.    @media (max-width: 768px) {
  3900.        .sponsored-section-v3 {
  3901.            padding: 0px 0 40px;
  3902.        }
  3903.        .section-title-sponsored-v3 {
  3904.            font-size: 2.2rem;
  3905.            text-align: center;
  3906.            border-left: none;
  3907.            border-bottom: 4px solid;
  3908.            padding-left: 0;
  3909.            padding-bottom: 10px;
  3910.        }
  3911.        .sponsored-content-v3 {
  3912.            padding: 20px 16px;
  3913.        }
  3914.    }
  3915. </style>
  3916.  
  3917. <section class="sponsored-section-v3">
  3918.    <div class="container-fluid fluid-container mt-5">
  3919.        <div class="row">
  3920.            <div class="col-12">
  3921.                <h2 class="section-title-sponsored-v3 ">Sponsored News</h2>
  3922.            </div>
  3923.        </div>
  3924.        
  3925.        <div class="row g-3">
  3926.            
  3927.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3928.                <div class="card sponsored-card-v3">
  3929.                    <div class="sponsored-overlay-v3"></div>
  3930.                    <div class="sponsored-image-v3">
  3931.                        
  3932.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3933.                        
  3934.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3935.                    </div>
  3936.                    <div class="sponsored-content-v3">
  3937.                        <h3 class="sponsored-title-v3">
  3938.                            <a href="/troubling-remembrances-reemerge-in-davao-as-investigators-piece-together-bondi-beach-attack-suspects-time-in-the-city/" class="top-color">
  3939.                            Troubling Remembrances Reemerge in Davao as Investigators Piece Together Bondi Beach Attack Suspects’ Time in the City
  3940.                            </a>
  3941.                        </h3>
  3942.                        <div class="sponsored-meta-v3">
  3943.                            <div class="author-info-v3">
  3944.                                
  3945.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/05dbe5a7-f322-4bd3-b5a9-7b149b029277_profile.png" alt="Stephanie Johnson" style="object-fit: cover;" class="sponsored-author-img-v3">
  3946.                                
  3947.                                <span class="top-color">
  3948.                                    Stephanie Johnson
  3949.                                </span>
  3950.                            </div>
  3951.                            <span class="top-color">18 May 2026</span>
  3952.                        </div>
  3953.                    </div>
  3954.                </div>
  3955.            </div>
  3956.            
  3957.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3958.                <div class="card sponsored-card-v3">
  3959.                    <div class="sponsored-overlay-v3"></div>
  3960.                    <div class="sponsored-image-v3">
  3961.                        
  3962.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3963.                        
  3964.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3965.                    </div>
  3966.                    <div class="sponsored-content-v3">
  3967.                        <h3 class="sponsored-title-v3">
  3968.                            <a href="/real-southern-portugal-discovering-portugal-past-the-coastline/" class="top-color">
  3969.                            Real Southern Portugal: Discovering Portugal Past the Coastline
  3970.                            </a>
  3971.                        </h3>
  3972.                        <div class="sponsored-meta-v3">
  3973.                            <div class="author-info-v3">
  3974.                                
  3975.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/05dbe5a7-f322-4bd3-b5a9-7b149b029277_profile.png" alt="Stephanie Johnson" style="object-fit: cover;" class="sponsored-author-img-v3">
  3976.                                
  3977.                                <span class="top-color">
  3978.                                    Stephanie Johnson
  3979.                                </span>
  3980.                            </div>
  3981.                            <span class="top-color">18 May 2026</span>
  3982.                        </div>
  3983.                    </div>
  3984.                </div>
  3985.            </div>
  3986.            
  3987.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3988.                <div class="card sponsored-card-v3">
  3989.                    <div class="sponsored-overlay-v3"></div>
  3990.                    <div class="sponsored-image-v3">
  3991.                        
  3992.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3993.                        
  3994.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3995.                    </div>
  3996.                    <div class="sponsored-content-v3">
  3997.                        <h3 class="sponsored-title-v3">
  3998.                            <a href="/david-raya-praises-squad-depth-as-vital-to-multiple-trophy-challenge/" class="top-color">
  3999.                            David Raya Praises Squad Depth as Vital to Multiple Trophy Challenge
  4000.                            </a>
  4001.                        </h3>
  4002.                        <div class="sponsored-meta-v3">
  4003.                            <div class="author-info-v3">
  4004.                                
  4005.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/05dbe5a7-f322-4bd3-b5a9-7b149b029277_profile.png" alt="Stephanie Johnson" style="object-fit: cover;" class="sponsored-author-img-v3">
  4006.                                
  4007.                                <span class="top-color">
  4008.                                    Stephanie Johnson
  4009.                                </span>
  4010.                            </div>
  4011.                            <span class="top-color">18 May 2026</span>
  4012.                        </div>
  4013.                    </div>
  4014.                </div>
  4015.            </div>
  4016.            
  4017.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4018.                <div class="card sponsored-card-v3">
  4019.                    <div class="sponsored-overlay-v3"></div>
  4020.                    <div class="sponsored-image-v3">
  4021.                        
  4022.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4023.                        
  4024.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4025.                    </div>
  4026.                    <div class="sponsored-content-v3">
  4027.                        <h3 class="sponsored-title-v3">
  4028.                            <a href="/will-the-all-blacks-rediscover-their-spark-during-the-fall-tour/" class="top-color">
  4029.                            Will the All Blacks rediscover their spark during the fall tour?
  4030.                            </a>
  4031.                        </h3>
  4032.                        <div class="sponsored-meta-v3">
  4033.                            <div class="author-info-v3">
  4034.                                
  4035.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/05dbe5a7-f322-4bd3-b5a9-7b149b029277_profile.png" alt="Stephanie Johnson" style="object-fit: cover;" class="sponsored-author-img-v3">
  4036.                                
  4037.                                <span class="top-color">
  4038.                                    Stephanie Johnson
  4039.                                </span>
  4040.                            </div>
  4041.                            <span class="top-color">18 May 2026</span>
  4042.                        </div>
  4043.                    </div>
  4044.                </div>
  4045.            </div>
  4046.            
  4047.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4048.                <div class="card sponsored-card-v3">
  4049.                    <div class="sponsored-overlay-v3"></div>
  4050.                    <div class="sponsored-image-v3">
  4051.                        
  4052.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4053.                        
  4054.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4055.                    </div>
  4056.                    <div class="sponsored-content-v3">
  4057.                        <h3 class="sponsored-title-v3">
  4058.                            <a href="/the-presidents-overarching-presence-in-sports-reached-a-peak-in-2025-next-year-threatens-to-take-it-further/" class="top-color">
  4059.                            The President&#x27;s Overarching Presence in Sports Reached A Peak in 2025. Next Year Threatens to Take It Further.
  4060.                            </a>
  4061.                        </h3>
  4062.                        <div class="sponsored-meta-v3">
  4063.                            <div class="author-info-v3">
  4064.                                
  4065.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/05dbe5a7-f322-4bd3-b5a9-7b149b029277_profile.png" alt="Stephanie Johnson" style="object-fit: cover;" class="sponsored-author-img-v3">
  4066.                                
  4067.                                <span class="top-color">
  4068.                                    Stephanie Johnson
  4069.                                </span>
  4070.                            </div>
  4071.                            <span class="top-color">18 May 2026</span>
  4072.                        </div>
  4073.                    </div>
  4074.                </div>
  4075.            </div>
  4076.            
  4077.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4078.                <div class="card sponsored-card-v3">
  4079.                    <div class="sponsored-overlay-v3"></div>
  4080.                    <div class="sponsored-image-v3">
  4081.                        
  4082.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4083.                        
  4084.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4085.                    </div>
  4086.                    <div class="sponsored-content-v3">
  4087.                        <h3 class="sponsored-title-v3">
  4088.                            <a href="/we-got-dismissed-and-were-embracing-it-heres-how-to-find-a-fresh-position-that-suits-for-you/" class="top-color">
  4089.                            We Got Dismissed, and We&#x27;re Embracing It – Here&#x27;s How to Find a Fresh Position That Suits for You
  4090.                            </a>
  4091.                        </h3>
  4092.                        <div class="sponsored-meta-v3">
  4093.                            <div class="author-info-v3">
  4094.                                
  4095.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/05dbe5a7-f322-4bd3-b5a9-7b149b029277_profile.png" alt="Stephanie Johnson" style="object-fit: cover;" class="sponsored-author-img-v3">
  4096.                                
  4097.                                <span class="top-color">
  4098.                                    Stephanie Johnson
  4099.                                </span>
  4100.                            </div>
  4101.                            <span class="top-color">18 May 2026</span>
  4102.                        </div>
  4103.                    </div>
  4104.                </div>
  4105.            </div>
  4106.            
  4107.        </div>
  4108.    </div>
  4109. </section>
  4110.  
  4111.  
  4112.    
  4113.        <!-- end wpo-blog-sponsored-section -->
  4114.        <!-- start wpo-subscribe-section -->
  4115.        
  4116.        <!-- end subscribe-section -->
  4117.        <!-- start of wpo-site-footer-section -->
  4118.        
  4119.  
  4120.  
  4121.  
  4122.  
  4123.  
  4124. <footer class="wpo-site-footer-v2">
  4125.    <!-- Main Footer Content -->
  4126.    <div class="wpo-main-footer">
  4127.        <div class="container-fluid fluid-container">
  4128.            <div class="row g-4">
  4129.                
  4130.                <!-- Company Info Section -->
  4131.                <div class="col-lg-4 col-md-6 col-12">
  4132.                    <div class="footer-widget company-info-widget">
  4133.                        <div class="widget-header">
  4134.                            <div class="footer-logo">
  4135.                                
  4136.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/d4cca593-5951-4c30-8894-81c0d638c755_logo.png" alt="Scope Society Blog" class="img-fluid footer-logo-img">
  4137.                                
  4138.                            </div>
  4139.                        </div>
  4140.                        <div class="widget-content2 footer-widget-content2">
  4141.                            <p class="company-description-text">
  4142.                                Discover insightful articles on technology trends, cultural analysis, and innovative ideas from the Scope Society community. Join the conversation today!
  4143.                            </p>
  4144.                            <div class="contact-info2">
  4145.                                <div class="contact-item">
  4146.                                    <i class="fas fa-envelope"></i>
  4147.                                    <span><a href="/cdn-cgi/l/email-protection#83efeaede8f0c3ede6fbf7e1e2e0e8efeaede8f0ade0ecee" class="footer-link2"><span class="__cf_email__" data-cfemail="acc0c5c2c7dfecc2c9d4d8cecdcfc7c0c5c2c7df82cfc3c1">[email&#160;protected]</span></a></span>
  4148.                                </div>
  4149.                                <!-- <div class="contact-item">
  4150.                                    <i class="fas fa-phone"></i>
  4151.                                    <span><a  href="https://wa.me/971543449951" class="footer-link2">+971 54 344 9951</a></span>
  4152.                                </div> -->
  4153.                            </div>
  4154.                        </div>
  4155.                    </div>
  4156.                </div>
  4157.  
  4158.                <!-- Quick Links Section -->
  4159.                <div class="col-lg-4 col-md-6 col-12">
  4160.                    <div class="footer-widget quick-links-widget">
  4161.                        <div class="widget-header">
  4162.                            <h4 class="widget-title2 quick-links-title">Quick Links</h4>
  4163.                        </div>
  4164.                        <div class="widget-content2 footer-widget-content2">
  4165.                            <ul class="footer-links">
  4166.                                
  4167.                                <li><a href="/leaders-acknowledge-leaders-as-the-president-offers-the-mayor-elect-a-cordial-welcome/" class="footer-link">Leaders Acknowledge Leaders as The President Offers The Mayor-Elect a Cordial Welcome</a></li>
  4168.                                
  4169.                                <li><a href="/the-ten-year-affair-by-author-erin-somers-a-middle-aged-adultery-tale-our-generation-deserves/" class="footer-link">The Ten Year Affair by author Erin Somers: A Middle-Aged Adultery Tale Our Generation Deserves.</a></li>
  4170.                                
  4171.                                <li><a href="/president-zelensky-says-ukraine-was-10-away-from-peace-but-not-at-any-cost/" class="footer-link">President Zelensky Says Ukraine Was 10% Away from Peace, But Not at Any Cost</a></li>
  4172.                                
  4173.                                <li><a href="/the-mighty-neins-introductory-sequence-selected-the-wrong-popular-rpg-show-song/" class="footer-link">The Mighty Nein&#x27;s Introductory Sequence Selected the Wrong Popular RPG Show Song</a></li>
  4174.                                
  4175.                                <li><a href="/trump-international-tensions-absent-media-major-threats-to-environmental-advancement-that-plagued-cop30/" class="footer-link">Trump, International Tensions, Absent Media: Major Threats to Environmental Advancement That Plagued Cop30</a></li>
  4176.                                
  4177.                                <li><a href="/nutrition-assistance-expected-to-cease-for-over-40-million-during-ongoing-us-government-shutdown/" class="footer-link">Nutrition Assistance Expected to Cease for Over 40 Million During Ongoing US Government Shutdown</a></li>
  4178.                                
  4179.                            </ul>
  4180.                        </div>
  4181.                    </div>
  4182.                </div>
  4183.  
  4184.                <!-- Blog Rolls Section -->
  4185.          <div class="col-lg-3 col-md-6 col-12">
  4186.    <div class="footer-widget blog-rolls-widget">
  4187.        <div class="widget-header">
  4188.            <h4 class="widget-title2 blog-rolls-title">Blog Rolls</h4>
  4189.        </div>
  4190.        <div class="widget-content2 footer-widget-content2">
  4191.            <div class="row">
  4192.                <div class="col-6">
  4193.                    <ul class="footer-links" id="blogroll">
  4194.                        
  4195.                        
  4196.                        
  4197.                        
  4198.                        
  4199.                        
  4200.                        
  4201.                    </ul>
  4202.                </div>
  4203.            </div>
  4204.        </div>
  4205.    </div>
  4206. </div>
  4207.                <!-- Categories Section -->
  4208.                <div class="col-lg-4 col-md-6 col-12">
  4209.                    <div class="footer-widget categories-widget">
  4210.                        <div class="widget-header">
  4211.                            <h4 class="widget-title2 categories-title">Categories</h4>
  4212.                        </div>
  4213.                        <div class="widget-content2 footer-widget-content2">
  4214.                            <div class="row">
  4215.                                <div class="col-6">
  4216.                                    <ul class="footer-links">
  4217.                                        
  4218.                                        <li> <a href="/category/all-posts/" class="footer-link">
  4219.                                            All Posts
  4220.                                        </a></li>
  4221.                                        
  4222.                                        <li> <a href="/category/business/" class="footer-link">
  4223.                                            Business
  4224.                                        </a></li>
  4225.                                        
  4226.                                        <li> <a href="/category/esports/" class="footer-link">
  4227.                                            Esports
  4228.                                        </a></li>
  4229.                                        
  4230.                                        <li> <a href="/category/fashion/" class="footer-link">
  4231.                                            Fashion
  4232.                                        </a></li>
  4233.                                        
  4234.                                        <li> <a href="/category/featured/" class="footer-link">
  4235.                                            Featured
  4236.                                        </a></li>
  4237.                                        
  4238.                                    </ul>
  4239.                                </div>
  4240.                              
  4241.                            </div>
  4242.                        </div>
  4243.                    </div>
  4244.                </div>
  4245.  
  4246.            </div>
  4247.        </div>
  4248.    </div>
  4249.  
  4250.    <!-- Footer Bottom -->
  4251.    <div class="footer-bottom">
  4252.        <div class="container-fluid fluid-container">
  4253.            <div class="row align-items-center">
  4254.                <!-- Copyright -->
  4255.                <div class="col-lg-6 col-md-6 col-12">
  4256.                    <div class="copyright-text">
  4257.                        <p class="copyright-text-p">&copy; 2026 <strong class="footer-sitename">Scope Society Blog</strong>.
  4258.                            All rights reserved.
  4259.                        </p>
  4260.                    </div>
  4261.                </div>
  4262.  
  4263.                <!-- Footer Menu -->
  4264.                <div class="col-lg-6 col-md-6 col-12">
  4265.                    <div class="footer-menu">
  4266.                        <ul class="bottom-menu">
  4267.                            <li><a href="/page/write-for-us/" class="footer-link">Write For Us</a></li>
  4268.                            <li><a href="/page/terms-and-conditions/" class="footer-link">Terms &amp; Conditions</a></li>
  4269.                            <li><a href="/sitemap.xml" class="footer-link">Sitemap</a></li>
  4270.                        </ul>
  4271.                    </div>
  4272.                </div>
  4273.            </div>
  4274.        </div>
  4275.    </div>
  4276.  
  4277. </footer>
  4278.  
  4279. <style>
  4280. /* Footer V2 Styles */
  4281. .wpo-site-footer-v2 {
  4282.    background: var(--footer-bg);
  4283.    color: var(--footer-color);
  4284.    position: relative;
  4285.    overflow: hidden;
  4286. }
  4287.  
  4288. .wpo-site-footer-v2::before {
  4289.    content: '';
  4290.    position: absolute;
  4291.    top: 0;
  4292.    left: 0;
  4293.    right: 0;
  4294.    bottom: 0;
  4295.    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23ffffff" opacity="0.03"/><circle cx="75" cy="75" r="1" fill="%23ffffff" opacity="0.03"/><circle cx="50" cy="10" r="0.5" fill="%23ffffff" opacity="0.02"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grain)"/></svg>');
  4296.    pointer-events: none;
  4297. }
  4298.  
  4299. .wpo-main-footer {
  4300.    padding: 60px 0 40px;
  4301.    position: relative;
  4302.    z-index: 2;
  4303. }
  4304.  
  4305. .footer-widget {
  4306.    margin-bottom: 30px;
  4307. }
  4308.  
  4309. .widget-header {
  4310.    margin-bottom: 25px;
  4311. }
  4312.  
  4313. .widget-title2 {
  4314.    font-size: 20px;
  4315.    font-weight: 700;
  4316.    color: var(--footer-color) !important;
  4317.    margin: 0;
  4318.    position: relative;
  4319.    padding-bottom: 10px;
  4320. }
  4321.  
  4322. .widget-title2::after {
  4323.    content: '';
  4324.    position: absolute;
  4325.    bottom: 0;
  4326.    left: 0;
  4327.    width: 40px;
  4328.    height: 3px;
  4329.    background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  4330.    border-radius: 2px;
  4331. }
  4332.  
  4333. /* Company Info Styles */
  4334. .footer-logo-img {
  4335.    max-height: 100px;
  4336.    margin-bottom: 20px;
  4337. }
  4338.  
  4339. .footer-logo-text {
  4340.    color: var(--footer-color);
  4341. }
  4342.  
  4343. .company-description-text {
  4344.    font-size: 14px;
  4345.    line-height: 1.7;
  4346.    color: var(--footer-color);
  4347.    margin-bottom: 25px;
  4348. }
  4349.  
  4350. .contact-info2 .contact-item {
  4351.    display: flex;
  4352.    align-items: center;
  4353.    margin-bottom: 10px;
  4354.    font-size: 14px;
  4355. }
  4356.  
  4357. .contact-info2 .contact-item i {
  4358.    width: 20px;
  4359.    color: var(--footer-color);
  4360.    margin-right: 10px;
  4361. }
  4362.  
  4363. /* Footer Links Styles */
  4364. .footer-links {
  4365.    list-style: none;
  4366.    padding: 0;
  4367.    margin: 0;
  4368. }
  4369.  
  4370. .footer-links li {
  4371.    margin-bottom: 12px;
  4372. }
  4373. .footer-link2 {
  4374.    color: var(--footer-color) !important;
  4375. }
  4376. .footer-link2:hover {
  4377.    color: blue !important;
  4378. }
  4379. .footer-links a{
  4380.    color: var(--footer-color) !important;
  4381.    text-decoration: none;
  4382.    cursor: pointer;
  4383.    font-size: 14px;
  4384.    transition: all 0.3s ease;
  4385.    position: relative;
  4386. }
  4387.  
  4388. .footer-links a:hover {
  4389.    color: #4f46e5 !important;
  4390.    padding-left: 8px;
  4391. }
  4392.  
  4393. /* Footer Bottom Styles */
  4394. .footer-bottom {
  4395.    background: rgba(0, 0, 0, 0.3);
  4396.    padding: 20px 0;
  4397.    border-top: 1px solid rgba(255, 255, 255, 0.1);
  4398.    position: relative;
  4399.    z-index: 2;
  4400. }
  4401.  
  4402. .copyright-text-p {
  4403.    margin: 0;
  4404.    font-size: 14px;
  4405.    color: var(--footer-color);
  4406. }
  4407.  
  4408. .footer-sitename {
  4409.    color: var(--footer-color);
  4410. }
  4411.  
  4412. .bottom-menu {
  4413.    list-style: none;
  4414.    padding: 0;
  4415.    margin: 0;
  4416.    display: flex;
  4417.    justify-content: flex-end;
  4418.    gap: 20px;
  4419. }
  4420.  
  4421. .bottom-menu a {
  4422.    color: var(--footer-color);
  4423.    text-decoration: none;
  4424.    font-size: 14px;
  4425.    transition: color 0.3s ease;
  4426. }
  4427.  
  4428. .bottom-menu a:hover {
  4429.    color: #4f46e5;
  4430. }
  4431.  
  4432. @media (max-width: 768px) {
  4433.    .wpo-main-footer {
  4434.        padding: 40px 0 30px;
  4435.    }
  4436.    
  4437.    .bottom-menu {
  4438.        justify-content: center;
  4439.        margin-top: 15px;
  4440.    }
  4441.    
  4442.    .copyright-text {
  4443.        text-align: center;
  4444.    }
  4445.    
  4446.    .social-links {
  4447.        justify-content: center;
  4448.    }
  4449. }
  4450.  
  4451. @media (max-width: 576px) {
  4452.    .widget-title2 {
  4453.        font-size: 18px;
  4454.    }
  4455.    
  4456.    .newsletter-form .input-group {
  4457.        flex-direction: column;
  4458.    }
  4459.    
  4460.    .newsletter-form .btn {
  4461.        margin-top: 10px;
  4462.        border-radius: 8px;
  4463.    }
  4464.    
  4465.    .newsletter-form .form-control {
  4466.        border-radius: 8px;
  4467.    }
  4468. }
  4469. </style>
  4470.  
  4471.  
  4472. <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>
  4473.  document.addEventListener('DOMContentLoaded', function () {
  4474.    var btn = document.getElementById('toggleMore');
  4475.    if (!btn) return; // If there are <=5 items, no need for the button
  4476.  
  4477.    var extras = document.querySelectorAll('#blogroll li.extra');
  4478.  
  4479.    btn.addEventListener('click', function () {
  4480.      var anyHidden = Array.prototype.some.call(extras, function (li) {
  4481.        return li.classList.contains('d-none');
  4482.      });
  4483.  
  4484.      extras.forEach(function (li) {
  4485.        if (anyHidden) {
  4486.          li.classList.remove('d-none');
  4487.          li.classList.add('show'); // Show with smooth transition
  4488.        } else {
  4489.          li.classList.add('d-none');
  4490.          li.classList.remove('show'); // Hide smoothly
  4491.        }
  4492.      });
  4493.  
  4494.      // Update the button text and aria-expanded attribute
  4495.      btn.textContent = anyHidden ? 'View less' : 'View more';
  4496.      btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4497.    });
  4498.  });
  4499. </script>
  4500.        <!-- end of wpo-site-footer-section -->
  4501.    </div>
  4502.    <!-- end of page-wrapper -->
  4503.  
  4504.    <!-- All JavaScript files
  4505.    ================================================== -->
  4506.    
  4507.  
  4508. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4509. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4510. <!-- Plugins for this template -->
  4511. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4512. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4513. <!-- Custom script for this template -->
  4514. <script src="/static/blogapp/assets/js/script.js"></script>
  4515.  
  4516. <script>
  4517. (function () {
  4518. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4519. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4520.  
  4521. function applyFallback(img) {
  4522. if (!img || img.dataset.fallbackApplied === "1") {
  4523. return;
  4524. }
  4525. var failedSrc = img.currentSrc || img.src || "";
  4526. img.dataset.fallbackApplied = "1";
  4527. img.onerror = null;
  4528. img.src = fallbackImageSrc;
  4529. console.warn("[ImageFallback] Replaced broken image:", {
  4530. failedSrc: failedSrc,
  4531. fallbackSrc: fallbackImageSrc,
  4532. alt: img.alt || "",
  4533. });
  4534. }
  4535.  
  4536. document.querySelectorAll("img").forEach(function (img) {
  4537. if (img.complete && img.naturalWidth === 0) {
  4538. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4539. failedSrc: img.currentSrc || img.src || "",
  4540. alt: img.alt || "",
  4541. });
  4542. applyFallback(img);
  4543. }
  4544. });
  4545.  
  4546. document.addEventListener(
  4547. "error",
  4548. function (event) {
  4549. var target = event.target;
  4550. if (target && target.tagName === "IMG") {
  4551. applyFallback(target);
  4552. }
  4553. },
  4554. true
  4555. );
  4556. })();
  4557. </script>
  4558.  
  4559. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4560.  
  4561.  
  4562.  
  4563. <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":"fb0e2c439e354cab8003ad9f50f6da21","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4564. </body>
  4565.  
  4566. </html>
  4567.  
  4568.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda