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: "‘We Will Miss Him Terribly’: Meg Ryan Shares Moving Tribute to Director Rob Reiner", url: "/we-will-miss-him-terribly-meg-ryan-shares-moving-tribute-to-director-rob-reiner/" },
  432.        
  433.            { title: "Battlefield 6: A Political Rorschach Test.", url: "/battlefield-6-a-political-rorschach-test/" },
  434.        
  435.            { title: "The US President\u0027s East Asia Trip Features Agreements, Deference and a Insightful Closing Encounter", url: "/the-us-presidents-east-asia-trip-features-agreements-deference-and-a-insightful-closing-encounter/" },
  436.        
  437.            { title: "Giant Film Analysis: Naseem Hamed Movie Starring Pierce Brosnan Misses the Impact", url: "/giant-film-analysis-naseem-hamed-movie-starring-pierce-brosnan-misses-the-impact/" },
  438.        
  439.            { title: "The East African nation Welcomes Historic Items After a 100\u002DYear Residence in a German Family", url: "/the-east-african-nation-welcomes-historic-items-after-a-100-year-residence-in-a-german-family/" }
  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="Even Bazball&#x27;s Collapse, the Loyal Fan Group&#x27;s Band of Ashes Veterans Stands Firm." 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="/even-bazballs-collapse-the-loyal-fan-groups-band-of-ashes-veterans-stands-firm/">
  1856.                                        Even Bazball&#x27;s Collapse, the Loyal Fan Group&#x27;s Band of Ashes Veterans Stands Firm.
  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">Jun 12, 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="Yes, Britain&#x27;s Prime Minister stands as the UK&#x27;s least popular leader on record. That could empower him." 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="/yes-britains-prime-minister-stands-as-the-uks-least-popular-leader-on-record-that-could-empower-him/">
  1888.                                    Yes, Britain&#x27;s Prime Minister stands as the UK&#x27;s least popular leader on record. That could empower him.
  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">Jun 12</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="I Wish We Could Ignore the Tech Mogul on the Environmental Emergency. But His Wealth Matters, So We Must Listen." 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="/i-wish-we-could-ignore-the-tech-mogul-on-the-environmental-emergency-but-his-wealth-matters-so-we-must-listen/">
  1913.                                    I Wish We Could Ignore the Tech Mogul on the Environmental Emergency. But His Wealth Matters, So We Must Listen.
  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">Jun 12</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="Hoosier State Republicans Defeat Effort to Overhaul Voting Districts in Blunt Rebuke to Donald Trump" 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="/hoosier-state-republicans-defeat-effort-to-overhaul-voting-districts-in-blunt-rebuke-to-donald-trump/">
  1938.                                    Hoosier State Republicans Defeat Effort to Overhaul Voting Districts in Blunt Rebuke to Donald Trump
  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">Jun 12</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="/arteta-warns-fitness-crisis-could-undermine-arsenals-trophy-quest/" class="top-color">
  2000.                                            Arteta Warns Fitness Crisis Could Undermine Arsenal&#x27;s Trophy Quest
  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">12 Jun 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="/the-future-remains-uncertain-relief-efforts-face-challenges-getting-to-communities-in-jamaica-struck-by-hurricane-melissa/" class="top-color">
  2030.                                            &#x27;The future remains uncertain&#x27;: Relief efforts face challenges getting to communities in Jamaica struck by Hurricane Melissa.
  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">12 Jun 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="/in-spite-of-runaway-success-expedition-33-developers-intend-to-keep-team-compact/" class="top-color">
  2060.                                            In spite of Runaway Success, Expedition 33 Developers Intend to Keep Team Compact
  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">11 Jun 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="/methods-for-obtain-a-metal-jacket-in-plza/" class="top-color">
  2090.                                            Methods for Obtain a Metal Jacket in PLZA
  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">11 Jun 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="/manchester-uniteds-manager-dismissed-by-the-premier-league-giants/" class="top-color">
  2120.                                            Manchester United&#x27;s Manager Dismissed by the Premier League Giants.
  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">11 Jun 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="/trinidad-and-tobago-allows-us-military-access-to-its-airports-amid-rising-strains-with-venezuela/" class="top-color">
  2150.                                            Trinidad and Tobago Allows US Military Access to Its Airports Amid Rising Strains with Venezuela
  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">11 Jun 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="/parker-and-fabio-wardley-set-for-all-or-nothing-showdown-with-opportunity-at-oleksandr-usyk-on-the-horizon/" class="top-color">
  2180.                                            Parker and Fabio Wardley Set for ‘All or Nothing’ Showdown with Opportunity at Oleksandr Usyk on the Horizon
  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">11 Jun 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-president-trump-unveils-plans-for-golden-fleet-battleships-carrying-the-name-of-himself/" class="top-color">
  2210.                                            Former President Trump Unveils Plans for ‘Golden Fleet’ Battleships Carrying the Name of Himself
  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">11 Jun 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="/long-distance-running-record-holder-chepngetich-given-three-year-suspension/" class="top-color">
  2240.                                            Long-distance running Record Holder Chepngetich Given Three-Year Suspension
  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">11 Jun 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="/voice-your-personal-opinions-on-president-trumps-recent-remarks/" class="top-color">
  2270.                                            Voice Your Personal Opinions on President Trump&#x27;s Recent Remarks
  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">11 Jun 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="/greenlandic-females-secure-judicial-triumph-over-battle-with-the-danish-state-regarding-coerced-contraceptive-coil-affair/" class="top-color">
  2300.                                            Greenlandic Females Secure Judicial Triumph over Battle with the Danish State regarding Coerced Contraceptive Coil Affair.
  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">10 Jun 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="/house-of-representatives-preparing-for-decisive-vote-on-terminating-record-breaking-federal-closure/" class="top-color">
  2330.                                            House of Representatives Preparing for Decisive Vote on Terminating Record-Breaking Federal Closure
  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">10 Jun 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="/self-inflicted-deaths-connected-to-family-violence-should-be-probed-as-possible-murders-demand-uk-relatives/" class="text-decoration-none top-color fw-semibold lh-sm">
  2387.                                            Self-inflicted deaths Connected to Family Violence Should Be Probed as Possible Murders, Demand UK Relatives
  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>10 Jun 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="/the-upcoming-halo-combat-evolved-revamp-brings-substantial-modifications-to-engage-a-modern-audience/" class="text-decoration-none top-color fw-semibold lh-sm">
  2410.                                            The Upcoming Halo: Combat Evolved Revamp Brings Substantial Modifications to Engage a Modern Audience
  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>10 Jun 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="/the-game-unme-an-cerebral-horror-that-blends-survival-horror-and-among-us-mechanics/" class="text-decoration-none top-color fw-semibold lh-sm">
  2433.                                            The Game UN:Me: An Cerebral Horror That Blends Survival Horror and Among Us Mechanics
  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>10 Jun 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="/you-should-watch-one-legendary-stephen-king-film-before-the-series-upcoming-installment/" class="text-decoration-none top-color fw-semibold lh-sm">
  2456.                                            You Should Watch One Legendary Stephen King Film Before the Series&#x27; Upcoming Installment
  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>10 Jun 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="/why-do-we-have-to-wait-popovic-imposes-no-limits-on-what-australia-can-accomplish/" class="text-decoration-none top-color fw-semibold lh-sm">
  2479.                                            {‘Why do we have to wait?’: Popovic imposes no limits on what Australia can accomplish.
  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>10 Jun 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="/tom-clancys-the-division-is-coming-to-the-tabletop-as-a-deeply-strategic-ttrpg/" class="text-decoration-none top-color fw-semibold lh-sm">
  2502.                                            Tom Clancy&#x27;s The Division Is Coming to the Tabletop as a Deeply Strategic TTRPG
  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>10 Jun 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>June 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://esportsinsider.com/uk/bitcoin-casinos" 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.                main profile of TOP Crypto Casinos
  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://www.esportsbets.com/betting/uk/not-on-gamstop/" 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.                try out on Esportsbets.com
  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://gamblingindustrynews.com/online-casinos/uk/non-gamstop/" 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.                join non-gamstop casinos (2026)
  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://www.mylicence.org.uk/" 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.                that non gamstop casino
  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.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2583.            <a href="https://www.frn.org.uk/" class="text-decoration-none " rel="dofollow">
  2584.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2585.                <i class="ti-angle-right me-2 text-primary"></i>
  2586.                best uk betting sites ranking
  2587.              </h6>
  2588.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2589.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2590.              </div> -->
  2591.            </a>
  2592.          </div>
  2593.          
  2594.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2595.            <a href="https://www.stmonicas.co.uk/" class="text-decoration-none " rel="dofollow">
  2596.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2597.                <i class="ti-angle-right me-2 text-primary"></i>
  2598.                Casino Not on Gamstop
  2599.              </h6>
  2600.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2601.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2602.              </div> -->
  2603.            </a>
  2604.          </div>
  2605.          
  2606.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2607.            <a href="https://www.moneymakesense.co.uk/" class="text-decoration-none " rel="dofollow">
  2608.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2609.                <i class="ti-angle-right me-2 text-primary"></i>
  2610.                Casinos That Don&#x27;t Use Gamstop
  2611.              </h6>
  2612.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2613.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2614.              </div> -->
  2615.            </a>
  2616.          </div>
  2617.          
  2618.  
  2619.        </div>
  2620. <!--
  2621.        <div class="text-center mt-4 pt-3 border-top border-light">
  2622.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2623.        </div> -->
  2624.      </div>
  2625.    </div>
  2626.    
  2627.    <div class="sidebar-widget mb-4">
  2628.      <div class="widget-title-wrapper mb-3">
  2629.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2630.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2631.          <span class="title-arrow"></span>
  2632.        </h4>
  2633.      </div>
  2634.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2635.        <div class="blog-roll-list scrollable-sidebar">
  2636.          
  2637.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2638.            <a href="https://www.gamblinginsider.com/uk/online-casinos" 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.                uk online casino
  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://www.coinspeaker.com/uk/crypto-betting-sites/" 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.                best uk betting sites
  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://www.nh-design.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 casinos uk
  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://lagoccia.co.uk/" 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.                uk 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://heyimhome.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.                casino site
  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://esportsinsider.com/uk/gambling/non-gamstop-casinos" 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
  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.  
  2710.        </div>
  2711. <!--
  2712.        <div class="text-center mt-4 pt-3 border-top border-light">
  2713.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2714.        </div> -->
  2715.      </div>
  2716.    </div>
  2717.    
  2718.    <div class="sidebar-widget mb-4">
  2719.      <div class="widget-title-wrapper mb-3">
  2720.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2721.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2722.          <span class="title-arrow"></span>
  2723.        </h4>
  2724.      </div>
  2725.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2726.        <div class="blog-roll-list scrollable-sidebar">
  2727.          
  2728.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2729.            <a href="https://www.roundhaypark.org.uk/" class="text-decoration-none " rel="dofollow">
  2730.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2731.                <i class="ti-angle-right me-2 text-primary"></i>
  2732.                non gamstop casinos
  2733.              </h6>
  2734.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2735.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2736.              </div> -->
  2737.            </a>
  2738.          </div>
  2739.          
  2740.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2741.            <a href="https://www.roadpeace.org/" class="text-decoration-none " rel="dofollow">
  2742.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2743.                <i class="ti-angle-right me-2 text-primary"></i>
  2744.                casino sites not on gamstop
  2745.              </h6>
  2746.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2747.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2748.              </div> -->
  2749.            </a>
  2750.          </div>
  2751.          
  2752.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2753.            <a href="https://apva.org.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.                non uk casino
  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.durhamminers.org/" 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.                non GamStop casinos
  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://jst.org.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://summerhall.co.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.                non gamstop casino
  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://casino.blackcurve.com/" 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.                new non gamstop casinos
  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.llancaiachfawr.co.uk/" 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 casinos
  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://www.jeremyforlabour.com/" 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.                non gamstop casinos uk
  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.executive-shaving.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.                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.no-deportations.org.uk" 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.                new non GamStop casinos
  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.  
  2861.        </div>
  2862. <!--
  2863.        <div class="text-center mt-4 pt-3 border-top border-light">
  2864.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2865.        </div> -->
  2866.      </div>
  2867.    </div>
  2868.    
  2869.    <div class="sidebar-widget mb-4">
  2870.      <div class="widget-title-wrapper mb-3">
  2871.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2872.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  2873.          <span class="title-arrow"></span>
  2874.        </h4>
  2875.      </div>
  2876.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2877.        <div class="blog-roll-list scrollable-sidebar">
  2878.          
  2879.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2880.            <a href="https://www.gullwingbridge.co.uk/" class="text-decoration-none " rel="dofollow">
  2881.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2882.                <i class="ti-angle-right me-2 text-primary"></i>
  2883.                gambling sites not on GamStop
  2884.              </h6>
  2885.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2886.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2887.              </div> -->
  2888.            </a>
  2889.          </div>
  2890.          
  2891.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2892.            <a href="https://www.ginspa.co.uk/" class="text-decoration-none " rel="dofollow">
  2893.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2894.                <i class="ti-angle-right me-2 text-primary"></i>
  2895.                best casinos not on GamStop
  2896.              </h6>
  2897.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2898.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2899.              </div> -->
  2900.            </a>
  2901.          </div>
  2902.          
  2903.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2904.            <a href="https://www.dinton-pastures.co.uk/" class="text-decoration-none " rel="dofollow">
  2905.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2906.                <i class="ti-angle-right me-2 text-primary"></i>
  2907.                non GamStop casinos
  2908.              </h6>
  2909.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2910.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2911.              </div> -->
  2912.            </a>
  2913.          </div>
  2914.          
  2915.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2916.            <a href="https://www.caerphilly.org.uk/" class="text-decoration-none " rel="dofollow">
  2917.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2918.                <i class="ti-angle-right me-2 text-primary"></i>
  2919.                casinos not on gamstop
  2920.              </h6>
  2921.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2922.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2923.              </div> -->
  2924.            </a>
  2925.          </div>
  2926.          
  2927.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2928.            <a href="https://shopy.co.uk/" class="text-decoration-none " rel="dofollow">
  2929.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2930.                <i class="ti-angle-right me-2 text-primary"></i>
  2931.                casinos not on gamstop
  2932.              </h6>
  2933.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2934.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2935.              </div> -->
  2936.            </a>
  2937.          </div>
  2938.          
  2939.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2940.            <a href="https://www.gohacking.com/" class="text-decoration-none " rel="dofollow">
  2941.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2942.                <i class="ti-angle-right me-2 text-primary"></i>
  2943.                online poker sites not on gamstop
  2944.              </h6>
  2945.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2946.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2947.              </div> -->
  2948.            </a>
  2949.          </div>
  2950.          
  2951.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2952.            <a href="https://allcatsrgrey.org.uk/" class="text-decoration-none " rel="dofollow">
  2953.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2954.                <i class="ti-angle-right me-2 text-primary"></i>
  2955.                casino not on gamstop
  2956.              </h6>
  2957.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2958.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2959.              </div> -->
  2960.            </a>
  2961.          </div>
  2962.          
  2963.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2964.            <a href="https://www.falconryforum.co.uk/" class="text-decoration-none " rel="dofollow">
  2965.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2966.                <i class="ti-angle-right me-2 text-primary"></i>
  2967.                uk casinos not on gamstop
  2968.              </h6>
  2969.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2970.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2971.              </div> -->
  2972.            </a>
  2973.          </div>
  2974.          
  2975.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2976.            <a href="https://www.cevicheuk.com/" class="text-decoration-none " rel="dofollow">
  2977.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2978.                <i class="ti-angle-right me-2 text-primary"></i>
  2979.                best casino not on gamstop
  2980.              </h6>
  2981.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2982.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2983.              </div> -->
  2984.            </a>
  2985.          </div>
  2986.          
  2987.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2988.            <a href="https://www.kysty.co.uk/" class="text-decoration-none " rel="dofollow">
  2989.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2990.                <i class="ti-angle-right me-2 text-primary"></i>
  2991.                slots not on GamStop
  2992.              </h6>
  2993.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2994.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2995.              </div> -->
  2996.            </a>
  2997.          </div>
  2998.          
  2999.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3000.            <a href="https://www.avon-tyres.co.uk/" class="text-decoration-none " rel="dofollow">
  3001.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3002.                <i class="ti-angle-right me-2 text-primary"></i>
  3003.                best uk non gamstop casinos
  3004.              </h6>
  3005.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3006.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3007.              </div> -->
  3008.            </a>
  3009.          </div>
  3010.          
  3011.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3012.            <a href="https://www.escapistmagazine.com/uk/bitcoin-casinos/" 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.                bitcoin casino
  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.stamina.org.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 Gamstop Casino 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://free2learn.org.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.                online casinos
  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://www.toop.eu" 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.                online casino
  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://tridentcryptofund.com/" 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.                no verification 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://www.clintoncards.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 casino
  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://fictionuncovered.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.nordicresearchnetwork.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.                Non UK Casino
  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://roadpeace.org/" 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.                casinos 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.  
  3120.        </div>
  3121. <!--
  3122.        <div class="text-center mt-4 pt-3 border-top border-light">
  3123.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3124.        </div> -->
  3125.      </div>
  3126.    </div>
  3127.    
  3128.    <div class="sidebar-widget mb-4">
  3129.      <div class="widget-title-wrapper mb-3">
  3130.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3131.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3132.          <span class="title-arrow"></span>
  3133.        </h4>
  3134.      </div>
  3135.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3136.        <div class="blog-roll-list scrollable-sidebar">
  3137.          
  3138.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3139.            <a href="https://www.ncpqsw.com/" class="text-decoration-none " rel="dofollow">
  3140.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3141.                <i class="ti-angle-right me-2 text-primary"></i>
  3142.                top 20 online casinos uk
  3143.              </h6>
  3144.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3145.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3146.              </div> -->
  3147.            </a>
  3148.          </div>
  3149.          
  3150.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3151.            <a href="https://www.taysideaviation.co.uk/" class="text-decoration-none " rel="dofollow">
  3152.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3153.                <i class="ti-angle-right me-2 text-primary"></i>
  3154.                non uk betting sites
  3155.              </h6>
  3156.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3157.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3158.              </div> -->
  3159.            </a>
  3160.          </div>
  3161.          
  3162.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3163.            <a href="https://itechlabs.co.uk/" class="text-decoration-none " rel="dofollow">
  3164.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3165.                <i class="ti-angle-right me-2 text-primary"></i>
  3166.                non gamstop sports betting
  3167.              </h6>
  3168.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3169.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3170.              </div> -->
  3171.            </a>
  3172.          </div>
  3173.          
  3174.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3175.            <a href="https://financialservicescultureboard.org.uk/" class="text-decoration-none " rel="dofollow">
  3176.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3177.                <i class="ti-angle-right me-2 text-primary"></i>
  3178.                non gamstop betting
  3179.              </h6>
  3180.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3181.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3182.              </div> -->
  3183.            </a>
  3184.          </div>
  3185.          
  3186.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3187.            <a href="https://www.thekarczma.co.uk/" class="text-decoration-none " rel="dofollow">
  3188.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3189.                <i class="ti-angle-right me-2 text-primary"></i>
  3190.                non UK online casino
  3191.              </h6>
  3192.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3193.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3194.              </div> -->
  3195.            </a>
  3196.          </div>
  3197.          
  3198.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3199.            <a href="https://croftersrights.co.uk/" class="text-decoration-none " rel="dofollow">
  3200.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3201.                <i class="ti-angle-right me-2 text-primary"></i>
  3202.                online casinos
  3203.              </h6>
  3204.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3205.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3206.              </div> -->
  3207.            </a>
  3208.          </div>
  3209.          
  3210.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3211.            <a href="https://www.casquette.co.uk/" class="text-decoration-none " rel="dofollow">
  3212.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3213.                <i class="ti-angle-right me-2 text-primary"></i>
  3214.                online casino
  3215.              </h6>
  3216.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3217.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3218.              </div> -->
  3219.            </a>
  3220.          </div>
  3221.          
  3222.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3223.            <a href="https://www.casquette.co.uk/" class="text-decoration-none " rel="dofollow">
  3224.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3225.                <i class="ti-angle-right me-2 text-primary"></i>
  3226.                best non gamstop casinos
  3227.              </h6>
  3228.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3229.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3230.              </div> -->
  3231.            </a>
  3232.          </div>
  3233.          
  3234.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3235.            <a href="https://www.resourceshelf.com/" class="text-decoration-none " rel="dofollow">
  3236.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3237.                <i class="ti-angle-right me-2 text-primary"></i>
  3238.                casino sites not on gamstop
  3239.              </h6>
  3240.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3241.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3242.              </div> -->
  3243.            </a>
  3244.          </div>
  3245.          
  3246.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3247.            <a href="https://www.summerhall.co.uk/" class="text-decoration-none " rel="dofollow">
  3248.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3249.                <i class="ti-angle-right me-2 text-primary"></i>
  3250.                top 100 online casinos uk
  3251.              </h6>
  3252.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3253.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3254.              </div> -->
  3255.            </a>
  3256.          </div>
  3257.          
  3258.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3259.            <a href="https://www.runningbuggies.com/" class="text-decoration-none " rel="dofollow">
  3260.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3261.                <i class="ti-angle-right me-2 text-primary"></i>
  3262.                sites not on GamStop
  3263.              </h6>
  3264.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3265.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3266.              </div> -->
  3267.            </a>
  3268.          </div>
  3269.          
  3270.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3271.            <a href="https://www.peckhamaudio.co.uk/" class="text-decoration-none " rel="dofollow">
  3272.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3273.                <i class="ti-angle-right me-2 text-primary"></i>
  3274.                non GamStop casino
  3275.              </h6>
  3276.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3277.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3278.              </div> -->
  3279.            </a>
  3280.          </div>
  3281.          
  3282.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3283.            <a href="https://www.mugdock-country-park.org.uk/" class="text-decoration-none " rel="dofollow">
  3284.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3285.                <i class="ti-angle-right me-2 text-primary"></i>
  3286.                non GamStop sites
  3287.              </h6>
  3288.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3289.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3290.              </div> -->
  3291.            </a>
  3292.          </div>
  3293.          
  3294.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3295.            <a href="https://www.moretonmotormuseum.co.uk/" class="text-decoration-none " rel="dofollow">
  3296.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3297.                <i class="ti-angle-right me-2 text-primary"></i>
  3298.                non GamStop casinos
  3299.              </h6>
  3300.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3301.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3302.              </div> -->
  3303.            </a>
  3304.          </div>
  3305.          
  3306.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3307.            <a href="https://www.mediawise.org.uk/" class="text-decoration-none " rel="dofollow">
  3308.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3309.                <i class="ti-angle-right me-2 text-primary"></i>
  3310.                casinos not on GamStop
  3311.              </h6>
  3312.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3313.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3314.              </div> -->
  3315.            </a>
  3316.          </div>
  3317.          
  3318.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3319.            <a href="https://www.llancaiachfawr.co.uk/" class="text-decoration-none " rel="dofollow">
  3320.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3321.                <i class="ti-angle-right me-2 text-primary"></i>
  3322.                non GamStop casinos UK
  3323.              </h6>
  3324.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3325.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3326.              </div> -->
  3327.            </a>
  3328.          </div>
  3329.          
  3330.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3331.            <a href="https://www.littleshipsramsgate.co.uk/" class="text-decoration-none " rel="dofollow">
  3332.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3333.                <i class="ti-angle-right me-2 text-primary"></i>
  3334.                slots not on GamStop
  3335.              </h6>
  3336.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3337.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3338.              </div> -->
  3339.            </a>
  3340.          </div>
  3341.          
  3342.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3343.            <a href="https://www.drinksandco.co.uk/" class="text-decoration-none " rel="dofollow">
  3344.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3345.                <i class="ti-angle-right me-2 text-primary"></i>
  3346.                non GamStop casinos
  3347.              </h6>
  3348.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3349.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3350.              </div> -->
  3351.            </a>
  3352.          </div>
  3353.          
  3354.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3355.            <a href="https://www.bunker-51.com/" class="text-decoration-none " rel="dofollow">
  3356.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3357.                <i class="ti-angle-right me-2 text-primary"></i>
  3358.                gambling sites not on GamStop
  3359.              </h6>
  3360.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3361.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3362.              </div> -->
  3363.            </a>
  3364.          </div>
  3365.          
  3366.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3367.            <a href="https://womeninfinance.co.uk/" class="text-decoration-none " rel="dofollow">
  3368.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3369.                <i class="ti-angle-right me-2 text-primary"></i>
  3370.                casino sites not on GamStop
  3371.              </h6>
  3372.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3373.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3374.              </div> -->
  3375.            </a>
  3376.          </div>
  3377.          
  3378.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3379.            <a href="https://reflowfilament.com/" class="text-decoration-none " rel="dofollow">
  3380.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3381.                <i class="ti-angle-right me-2 text-primary"></i>
  3382.                best non GamStop casinos
  3383.              </h6>
  3384.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3385.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3386.              </div> -->
  3387.            </a>
  3388.          </div>
  3389.          
  3390.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3391.            <a href="https://www.london-irish.com/" class="text-decoration-none " rel="dofollow">
  3392.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3393.                <i class="ti-angle-right me-2 text-primary"></i>
  3394.                non gamstop casinos online
  3395.              </h6>
  3396.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3397.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3398.              </div> -->
  3399.            </a>
  3400.          </div>
  3401.          
  3402.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3403.            <a href="https://www.dvwa.co.uk/" class="text-decoration-none " rel="dofollow">
  3404.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3405.                <i class="ti-angle-right me-2 text-primary"></i>
  3406.                casino sites not on gamstop
  3407.              </h6>
  3408.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3409.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3410.              </div> -->
  3411.            </a>
  3412.          </div>
  3413.          
  3414.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3415.            <a href="https://savethedatemagazine.co.uk/" class="text-decoration-none " rel="dofollow">
  3416.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3417.                <i class="ti-angle-right me-2 text-primary"></i>
  3418.                non gamstop casinos
  3419.              </h6>
  3420.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3421.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3422.              </div> -->
  3423.            </a>
  3424.          </div>
  3425.          
  3426.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3427.            <a href="https://bereavementcommission.org.uk/" class="text-decoration-none " rel="dofollow">
  3428.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3429.                <i class="ti-angle-right me-2 text-primary"></i>
  3430.                non gamstop casino
  3431.              </h6>
  3432.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3433.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3434.              </div> -->
  3435.            </a>
  3436.          </div>
  3437.          
  3438.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3439.            <a href="https://www.mesaonline.org/" class="text-decoration-none " rel="dofollow">
  3440.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3441.                <i class="ti-angle-right me-2 text-primary"></i>
  3442.                non gamstop casinos
  3443.              </h6>
  3444.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3445.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3446.              </div> -->
  3447.            </a>
  3448.          </div>
  3449.          
  3450.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3451.            <a href="https://www.makemegenius.com/" class="text-decoration-none " rel="dofollow">
  3452.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3453.                <i class="ti-angle-right me-2 text-primary"></i>
  3454.                non gamstop casinos
  3455.              </h6>
  3456.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3457.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3458.              </div> -->
  3459.            </a>
  3460.          </div>
  3461.          
  3462.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3463.            <a href="https://www.bitcoincasinos.com/" 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.                best no kyc casino
  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://www.solux.net/" 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.                sports betting sites not on gamstop
  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.paghat.com/" 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 non gamstop casinos 2026
  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://datamagazine.co.uk" 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.                non gamstop casinos 2026
  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://littlewhitelies.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.                non gamstop casinos 2026
  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://www.regionalnetworks.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.                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://oncallfire.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.                Not on GAMSTOP
  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://plasticoceans.uk/" 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.                uk online casinos not on gamstop
  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://www.londonart.co.uk/" 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.                high end escorts London
  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.  
  3571.        </div>
  3572. <!--
  3573.        <div class="text-center mt-4 pt-3 border-top border-light">
  3574.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3575.        </div> -->
  3576.      </div>
  3577.    </div>
  3578.    
  3579.    <div class="sidebar-widget mb-4">
  3580.      <div class="widget-title-wrapper mb-3">
  3581.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3582.          <i class="ti-calendar me-2"></i>January 2026 Blog Roll
  3583.          <span class="title-arrow"></span>
  3584.        </h4>
  3585.      </div>
  3586.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3587.        <div class="blog-roll-list scrollable-sidebar">
  3588.          
  3589.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3590.            <a href="https://esports-news.co.uk/online-casinos/non-gamstop/" class="text-decoration-none " rel="dofollow">
  3591.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3592.                <i class="ti-angle-right me-2 text-primary"></i>
  3593.                non gamstop casinos uk
  3594.              </h6>
  3595.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3596.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3597.              </div> -->
  3598.            </a>
  3599.          </div>
  3600.          
  3601.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3602.            <a href="https://newhorrizon.eu/" class="text-decoration-none " rel="dofollow">
  3603.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3604.                <i class="ti-angle-right me-2 text-primary"></i>
  3605.                non gamstop online casinos uk
  3606.              </h6>
  3607.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3608.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3609.              </div> -->
  3610.            </a>
  3611.          </div>
  3612.          
  3613.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3614.            <a href="https://www.dvwa.co.uk/" class="text-decoration-none " rel="dofollow">
  3615.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3616.                <i class="ti-angle-right me-2 text-primary"></i>
  3617.                best uk non GamStop casinos
  3618.              </h6>
  3619.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3620.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3621.              </div> -->
  3622.            </a>
  3623.          </div>
  3624.          
  3625.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3626.            <a href="https://peterbrett.com/" class="text-decoration-none " rel="dofollow">
  3627.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3628.                <i class="ti-angle-right me-2 text-primary"></i>
  3629.                casino not on gamstop
  3630.              </h6>
  3631.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3632.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3633.              </div> -->
  3634.            </a>
  3635.          </div>
  3636.          
  3637.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3638.            <a href="https://coffinmew.co.uk/" class="text-decoration-none " rel="dofollow">
  3639.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3640.                <i class="ti-angle-right me-2 text-primary"></i>
  3641.                best uk non gamstop casinos
  3642.              </h6>
  3643.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3644.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3645.              </div> -->
  3646.            </a>
  3647.          </div>
  3648.          
  3649.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3650.            <a href="https://chargeyourcar.org.uk/" class="text-decoration-none " rel="dofollow">
  3651.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3652.                <i class="ti-angle-right me-2 text-primary"></i>
  3653.                betting sites not on gamstop
  3654.              </h6>
  3655.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3656.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3657.              </div> -->
  3658.            </a>
  3659.          </div>
  3660.          
  3661.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3662.            <a href="https://www.frn.org.uk/" class="text-decoration-none " rel="dofollow">
  3663.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3664.                <i class="ti-angle-right me-2 text-primary"></i>
  3665.                best online betting sites
  3666.              </h6>
  3667.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3668.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3669.              </div> -->
  3670.            </a>
  3671.          </div>
  3672.          
  3673.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3674.            <a href="https://theemon.com/" class="text-decoration-none " rel="dofollow">
  3675.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3676.                <i class="ti-angle-right me-2 text-primary"></i>
  3677.                new betting sites uk
  3678.              </h6>
  3679.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3680.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3681.              </div> -->
  3682.            </a>
  3683.          </div>
  3684.          
  3685.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3686.            <a href="https://aircargoeye.com/" class="text-decoration-none " rel="dofollow">
  3687.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3688.                <i class="ti-angle-right me-2 text-primary"></i>
  3689.                non gamstop casinos uk
  3690.              </h6>
  3691.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3692.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3693.              </div> -->
  3694.            </a>
  3695.          </div>
  3696.          
  3697.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3698.            <a href="https://www.fishonline.org/" class="text-decoration-none " rel="dofollow">
  3699.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3700.                <i class="ti-angle-right me-2 text-primary"></i>
  3701.                non gamstop casinos
  3702.              </h6>
  3703.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3704.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3705.              </div> -->
  3706.            </a>
  3707.          </div>
  3708.          
  3709.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3710.            <a href="https://www.forcesreunited.co.uk/" class="text-decoration-none " rel="dofollow">
  3711.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3712.                <i class="ti-angle-right me-2 text-primary"></i>
  3713.                casino not on gamstop
  3714.              </h6>
  3715.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3716.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3717.              </div> -->
  3718.            </a>
  3719.          </div>
  3720.          
  3721.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3722.            <a href="https://www.chemical-records.co.uk/" class="text-decoration-none " rel="dofollow">
  3723.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3724.                <i class="ti-angle-right me-2 text-primary"></i>
  3725.                non gamstop casinos
  3726.              </h6>
  3727.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3728.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3729.              </div> -->
  3730.            </a>
  3731.          </div>
  3732.          
  3733.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3734.            <a href="https://www.scva.org.uk/" class="text-decoration-none " rel="dofollow">
  3735.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3736.                <i class="ti-angle-right me-2 text-primary"></i>
  3737.                non gamstop casinos
  3738.              </h6>
  3739.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3740.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3741.              </div> -->
  3742.            </a>
  3743.          </div>
  3744.          
  3745.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3746.            <a href="https://esports-news.co.uk/online-casinos/non-gamstop/" class="text-decoration-none " rel="dofollow">
  3747.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3748.                <i class="ti-angle-right me-2 text-primary"></i>
  3749.                best non gamstop casinos uk
  3750.              </h6>
  3751.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3752.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3753.              </div> -->
  3754.            </a>
  3755.          </div>
  3756.          
  3757.  
  3758.        </div>
  3759. <!--
  3760.        <div class="text-center mt-4 pt-3 border-top border-light">
  3761.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3762.        </div> -->
  3763.      </div>
  3764.    </div>
  3765.    
  3766.  </div>
  3767.  
  3768. <!-- Sidebar V2 Styles -->
  3769. <style>
  3770.  .sidebar-widget {
  3771.    position: relative;
  3772.  }
  3773.  
  3774.  .widget-title {
  3775.    font-size: 1.1rem;
  3776.    font-weight: 700;
  3777.    display: inline-block;
  3778.    position: relative;
  3779.    z-index: 2;
  3780.    border-radius: 0;
  3781.  }
  3782.  
  3783.  /* Green arrow for August Blog Roll */
  3784.  .title-arrow::after {
  3785.    content: '';
  3786.    position: absolute;
  3787.    top: 0;
  3788.    right: -22px;
  3789.    width: 0;
  3790.    height: 0;
  3791.    border-left: 22px solid var(--bs-primary);
  3792.    border-top: 22px solid transparent;
  3793.    border-bottom: 22px solid transparent;
  3794.    z-index: 1;
  3795.  }
  3796.  
  3797.  /* Blue arrow for Recent Posts */
  3798.  .title-arrow-primary::after {
  3799.    content: '';
  3800.    position: absolute;
  3801.    top: 0;
  3802.    right: -22px;
  3803.    width: 0;
  3804.    height: 0;
  3805.    border-left: 22px solid var(--bs-primary);
  3806.    border-top: 22px solid transparent;
  3807.    border-bottom: 22px solid transparent;
  3808.    z-index: 1;
  3809.  }
  3810.  
  3811.  .widget-content {
  3812.    margin-top: -1px;
  3813.    position: relative;
  3814.    z-index: 1;
  3815.     background-color: var(--card-bg);
  3816.  }
  3817.  
  3818.  /* Blog Roll Items Hover Effects */
  3819.  .blog-roll-item:hover .blog-title {
  3820.    color: #198754 !important;
  3821.    transform: translateX(5px);
  3822.    transition: all 0.3s ease;
  3823.  }
  3824.  
  3825.  /* Recent Post Items Hover Effects */
  3826.  .recent-post-item:hover .post-title a {
  3827.    color: #0d6efd !important;
  3828.    transition: color 0.3s ease;
  3829.  }
  3830.  
  3831.  .recent-post-item:hover .post-image img {
  3832.    transform: scale(1.05);
  3833.    transition: transform 0.3s ease;
  3834.  }
  3835.  
  3836.  /* Button Hover Effects */
  3837.  .btn:hover {
  3838.    transform: translateY(-2px);
  3839.    transition: all 0.3s ease;
  3840.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3841.  }
  3842.  
  3843.  /* Badge Hover Effects */
  3844.  .badge:hover {
  3845.    transform: scale(1.05);
  3846.    transition: transform 0.3s ease;
  3847.  }
  3848.  
  3849.  @media (max-width: 991px) {
  3850.    .sidebar {
  3851.      margin-top: 3rem;
  3852.    }
  3853.  }
  3854.  
  3855.  @media (max-width: 576px) {
  3856.    .widget-title {
  3857.      font-size: 1rem;
  3858.      padding: 0.75rem 1rem !important;
  3859.    }
  3860.  
  3861.    .title-arrow::after,
  3862.    .title-arrow-primary::after {
  3863.      right: -18px;
  3864.      border-left-width: 18px;
  3865.      border-top-width: 18px;
  3866.      border-bottom-width: 18px;
  3867.    }
  3868.  
  3869.    .post-image {
  3870.      width: 70px !important;
  3871.      height: 55px !important;
  3872.    }
  3873.  
  3874.    .blog-meta {
  3875.      flex-direction: column !important;
  3876.      align-items: flex-start !important;
  3877.      gap: 0.5rem;
  3878.    }
  3879.  }
  3880. </style>
  3881.  
  3882.    
  3883.            </div>
  3884.        </div>
  3885.    </div> <!-- end container -->
  3886. </section>
  3887.  
  3888.    
  3889.        
  3890.        <!-- end wpo-blog-highlights-section -->
  3891.        <!-- start wpo-blog-sponsored-section -->
  3892.        
  3893.  
  3894.  
  3895.  
  3896.    
  3897.  
  3898.  
  3899.  
  3900. <style>
  3901.    .sponsored-section-v3 {
  3902.        padding: 0 0 50px;
  3903.    }
  3904.    
  3905.    .sponsored-card-v3 {
  3906.        background: white;
  3907.        border: 1px solid var(--border-color);
  3908.        border-radius: 0;
  3909.        overflow: hidden;
  3910.        transition: all 0.3s ease;
  3911.        height: 100%;
  3912.        position: relative;
  3913.    }
  3914.    
  3915.    .sponsored-card-v3:hover {
  3916.        border-color: #dee2e6;
  3917.        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  3918.    }
  3919.    
  3920.    .sponsored-image-v3 {
  3921.        position: relative;
  3922.        overflow: hidden;
  3923.        height: 160px;
  3924.    }
  3925.    
  3926.    .sponsored-image-v3 img {
  3927.        width: 100%;
  3928.        height: 100%;
  3929.        object-fit: cover;
  3930.        filter: grayscale(20%);
  3931.        transition: filter 0.3s ease;
  3932.    }
  3933.    
  3934.    .sponsored-card-v3:hover .sponsored-image-v3 img {
  3935.        filter: grayscale(0%);
  3936.    }
  3937.    
  3938.    .sponsored-badge-v3 {
  3939.        position: absolute;
  3940.        bottom: auto;
  3941.        left: auto;
  3942.        right: 10px;
  3943.        top: 10px;
  3944.        padding: 8px;
  3945.        font-size: 10px;
  3946.        font-weight: 700;
  3947.        text-transform: uppercase;
  3948.        letter-spacing: 1px;
  3949.        text-align: center;
  3950.    }
  3951.    
  3952.    .sponsored-content-v3 {
  3953.        position: relative;
  3954.        padding: 24px 20px;
  3955.    }
  3956.    
  3957.    .sponsored-title-v3 {
  3958.        font-size: 15px;
  3959.        font-weight: 700;
  3960.        line-height: 1.5;
  3961.        margin-bottom: 18px;
  3962.        min-height: 45px;
  3963.        text-transform: uppercase;
  3964.        letter-spacing: 0.5px;
  3965.    }
  3966.    
  3967.    .sponsored-title-v3 a {
  3968.        text-decoration: none;
  3969.        transition: opacity 0.3s ease;
  3970.    }
  3971.    
  3972.    .sponsored-title-v3 a:hover {
  3973.        opacity: 0.8;
  3974.    }
  3975.    
  3976.    .sponsored-meta-v3 {
  3977.        display: flex;
  3978.        align-items: center;
  3979.        justify-content: space-between;
  3980.        font-size: 11px;
  3981.        font-weight: 600;
  3982.        text-transform: uppercase;
  3983.        letter-spacing: 0.5px;
  3984.        padding-top: 12px;
  3985.        border-top: 1px solid #f1f3f4;
  3986.    }
  3987.    
  3988.    .author-info-v3 {
  3989.        display: flex;
  3990.        align-items: center;
  3991.        gap: 8px;
  3992.    }
  3993.    
  3994.    .sponsored-author-img-v3 {
  3995.        width: 30px;
  3996.        height: 30px;
  3997.        border-radius: 50%;
  3998.        object-fit: cover;
  3999.    }
  4000.    
  4001.    .section-title-sponsored-v3 {
  4002.        font-size: 2.5rem;
  4003.        font-weight: 900;
  4004.        text-align: left;
  4005.        margin-bottom: 30px;
  4006.        letter-spacing: 2px;
  4007.        border-left: 8px solid var(--bs-primary);
  4008.        padding-left: 20px;
  4009.    }
  4010.    
  4011.    .sponsored-overlay-v3 {
  4012.        position: absolute;
  4013.        top: 0;
  4014.        left: 0;
  4015.        right: 0;
  4016.        bottom: 0;
  4017.        background: linear-gradient(45deg, transparent 0%, rgba(0,0,0,0.1) 100%);
  4018.        opacity: 0;
  4019.        transition: opacity 0.3s ease;
  4020.    }
  4021.    
  4022.    .sponsored-card-v3:hover .sponsored-overlay-v3 {
  4023.        opacity: 1;
  4024.    }
  4025.  
  4026.    @media (max-width: 768px) {
  4027.        .sponsored-section-v3 {
  4028.            padding: 0px 0 40px;
  4029.        }
  4030.        .section-title-sponsored-v3 {
  4031.            font-size: 2.2rem;
  4032.            text-align: center;
  4033.            border-left: none;
  4034.            border-bottom: 4px solid;
  4035.            padding-left: 0;
  4036.            padding-bottom: 10px;
  4037.        }
  4038.        .sponsored-content-v3 {
  4039.            padding: 20px 16px;
  4040.        }
  4041.    }
  4042. </style>
  4043.  
  4044. <section class="sponsored-section-v3">
  4045.    <div class="container-fluid fluid-container mt-5">
  4046.        <div class="row">
  4047.            <div class="col-12">
  4048.                <h2 class="section-title-sponsored-v3 ">Sponsored News</h2>
  4049.            </div>
  4050.        </div>
  4051.        
  4052.        <div class="row g-3">
  4053.            
  4054.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4055.                <div class="card sponsored-card-v3">
  4056.                    <div class="sponsored-overlay-v3"></div>
  4057.                    <div class="sponsored-image-v3">
  4058.                        
  4059.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4060.                        
  4061.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4062.                    </div>
  4063.                    <div class="sponsored-content-v3">
  4064.                        <h3 class="sponsored-title-v3">
  4065.                            <a href="/self-inflicted-deaths-connected-to-family-violence-should-be-probed-as-possible-murders-demand-uk-relatives/" class="top-color">
  4066.                            Self-inflicted deaths Connected to Family Violence Should Be Probed as Possible Murders, Demand UK Relatives
  4067.                            </a>
  4068.                        </h3>
  4069.                        <div class="sponsored-meta-v3">
  4070.                            <div class="author-info-v3">
  4071.                                
  4072.                                    <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">
  4073.                                
  4074.                                <span class="top-color">
  4075.                                    Stephanie Johnson
  4076.                                </span>
  4077.                            </div>
  4078.                            <span class="top-color">10 Jun 2026</span>
  4079.                        </div>
  4080.                    </div>
  4081.                </div>
  4082.            </div>
  4083.            
  4084.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4085.                <div class="card sponsored-card-v3">
  4086.                    <div class="sponsored-overlay-v3"></div>
  4087.                    <div class="sponsored-image-v3">
  4088.                        
  4089.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4090.                        
  4091.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4092.                    </div>
  4093.                    <div class="sponsored-content-v3">
  4094.                        <h3 class="sponsored-title-v3">
  4095.                            <a href="/the-upcoming-halo-combat-evolved-revamp-brings-substantial-modifications-to-engage-a-modern-audience/" class="top-color">
  4096.                            The Upcoming Halo: Combat Evolved Revamp Brings Substantial Modifications to Engage a Modern Audience
  4097.                            </a>
  4098.                        </h3>
  4099.                        <div class="sponsored-meta-v3">
  4100.                            <div class="author-info-v3">
  4101.                                
  4102.                                    <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">
  4103.                                
  4104.                                <span class="top-color">
  4105.                                    Stephanie Johnson
  4106.                                </span>
  4107.                            </div>
  4108.                            <span class="top-color">10 Jun 2026</span>
  4109.                        </div>
  4110.                    </div>
  4111.                </div>
  4112.            </div>
  4113.            
  4114.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4115.                <div class="card sponsored-card-v3">
  4116.                    <div class="sponsored-overlay-v3"></div>
  4117.                    <div class="sponsored-image-v3">
  4118.                        
  4119.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4120.                        
  4121.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4122.                    </div>
  4123.                    <div class="sponsored-content-v3">
  4124.                        <h3 class="sponsored-title-v3">
  4125.                            <a href="/the-game-unme-an-cerebral-horror-that-blends-survival-horror-and-among-us-mechanics/" class="top-color">
  4126.                            The Game UN:Me: An Cerebral Horror That Blends Survival Horror and Among Us Mechanics
  4127.                            </a>
  4128.                        </h3>
  4129.                        <div class="sponsored-meta-v3">
  4130.                            <div class="author-info-v3">
  4131.                                
  4132.                                    <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">
  4133.                                
  4134.                                <span class="top-color">
  4135.                                    Stephanie Johnson
  4136.                                </span>
  4137.                            </div>
  4138.                            <span class="top-color">10 Jun 2026</span>
  4139.                        </div>
  4140.                    </div>
  4141.                </div>
  4142.            </div>
  4143.            
  4144.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4145.                <div class="card sponsored-card-v3">
  4146.                    <div class="sponsored-overlay-v3"></div>
  4147.                    <div class="sponsored-image-v3">
  4148.                        
  4149.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4150.                        
  4151.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4152.                    </div>
  4153.                    <div class="sponsored-content-v3">
  4154.                        <h3 class="sponsored-title-v3">
  4155.                            <a href="/you-should-watch-one-legendary-stephen-king-film-before-the-series-upcoming-installment/" class="top-color">
  4156.                            You Should Watch One Legendary Stephen King Film Before the Series&#x27; Upcoming Installment
  4157.                            </a>
  4158.                        </h3>
  4159.                        <div class="sponsored-meta-v3">
  4160.                            <div class="author-info-v3">
  4161.                                
  4162.                                    <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">
  4163.                                
  4164.                                <span class="top-color">
  4165.                                    Stephanie Johnson
  4166.                                </span>
  4167.                            </div>
  4168.                            <span class="top-color">10 Jun 2026</span>
  4169.                        </div>
  4170.                    </div>
  4171.                </div>
  4172.            </div>
  4173.            
  4174.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4175.                <div class="card sponsored-card-v3">
  4176.                    <div class="sponsored-overlay-v3"></div>
  4177.                    <div class="sponsored-image-v3">
  4178.                        
  4179.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4180.                        
  4181.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4182.                    </div>
  4183.                    <div class="sponsored-content-v3">
  4184.                        <h3 class="sponsored-title-v3">
  4185.                            <a href="/why-do-we-have-to-wait-popovic-imposes-no-limits-on-what-australia-can-accomplish/" class="top-color">
  4186.                            {‘Why do we have to wait?’: Popovic imposes no limits on what Australia can accomplish.
  4187.                            </a>
  4188.                        </h3>
  4189.                        <div class="sponsored-meta-v3">
  4190.                            <div class="author-info-v3">
  4191.                                
  4192.                                    <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">
  4193.                                
  4194.                                <span class="top-color">
  4195.                                    Stephanie Johnson
  4196.                                </span>
  4197.                            </div>
  4198.                            <span class="top-color">10 Jun 2026</span>
  4199.                        </div>
  4200.                    </div>
  4201.                </div>
  4202.            </div>
  4203.            
  4204.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4205.                <div class="card sponsored-card-v3">
  4206.                    <div class="sponsored-overlay-v3"></div>
  4207.                    <div class="sponsored-image-v3">
  4208.                        
  4209.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4210.                        
  4211.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4212.                    </div>
  4213.                    <div class="sponsored-content-v3">
  4214.                        <h3 class="sponsored-title-v3">
  4215.                            <a href="/tom-clancys-the-division-is-coming-to-the-tabletop-as-a-deeply-strategic-ttrpg/" class="top-color">
  4216.                            Tom Clancy&#x27;s The Division Is Coming to the Tabletop as a Deeply Strategic TTRPG
  4217.                            </a>
  4218.                        </h3>
  4219.                        <div class="sponsored-meta-v3">
  4220.                            <div class="author-info-v3">
  4221.                                
  4222.                                    <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">
  4223.                                
  4224.                                <span class="top-color">
  4225.                                    Stephanie Johnson
  4226.                                </span>
  4227.                            </div>
  4228.                            <span class="top-color">10 Jun 2026</span>
  4229.                        </div>
  4230.                    </div>
  4231.                </div>
  4232.            </div>
  4233.            
  4234.        </div>
  4235.    </div>
  4236. </section>
  4237.  
  4238.  
  4239.    
  4240.        <!-- end wpo-blog-sponsored-section -->
  4241.        <!-- start wpo-subscribe-section -->
  4242.        
  4243.        <!-- end subscribe-section -->
  4244.        <!-- start of wpo-site-footer-section -->
  4245.        
  4246.  
  4247.  
  4248.  
  4249.  
  4250.  
  4251. <footer class="wpo-site-footer-v2">
  4252.    <!-- Main Footer Content -->
  4253.    <div class="wpo-main-footer">
  4254.        <div class="container-fluid fluid-container">
  4255.            <div class="row g-4">
  4256.                
  4257.                <!-- Company Info Section -->
  4258.                <div class="col-lg-4 col-md-6 col-12">
  4259.                    <div class="footer-widget company-info-widget">
  4260.                        <div class="widget-header">
  4261.                            <div class="footer-logo">
  4262.                                
  4263.                                    <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">
  4264.                                
  4265.                            </div>
  4266.                        </div>
  4267.                        <div class="widget-content2 footer-widget-content2">
  4268.                            <p class="company-description-text">
  4269.                                Discover insightful articles on technology trends, cultural analysis, and innovative ideas from the Scope Society community. Join the conversation today!
  4270.                            </p>
  4271.                            <div class="contact-info2">
  4272.                                <div class="contact-item">
  4273.                                    <i class="fas fa-envelope"></i>
  4274.                                    <span><a href="/cdn-cgi/l/email-protection#6d010403061e2d030815190f0c0e06010403061e430e0200" class="footer-link2"><span class="__cf_email__" data-cfemail="8ce0e5e2e7ffcce2e9f4f8eeedefe7e0e5e2e7ffa2efe3e1">[email&#160;protected]</span></a></span>
  4275.                                </div>
  4276.                                <!-- <div class="contact-item">
  4277.                                    <i class="fas fa-phone"></i>
  4278.                                    <span><a  href="https://wa.me/971543449951" class="footer-link2">+971 54 344 9951</a></span>
  4279.                                </div> -->
  4280.                            </div>
  4281.                        </div>
  4282.                    </div>
  4283.                </div>
  4284.  
  4285.                <!-- Quick Links Section -->
  4286.                <div class="col-lg-4 col-md-6 col-12">
  4287.                    <div class="footer-widget quick-links-widget">
  4288.                        <div class="widget-header">
  4289.                            <h4 class="widget-title2 quick-links-title">Quick Links</h4>
  4290.                        </div>
  4291.                        <div class="widget-content2 footer-widget-content2">
  4292.                            <ul class="footer-links">
  4293.                                
  4294.                                <li><a href="/esteemed-cultural-presenter-sir-humphrey-burton-dies-at-94/" class="footer-link">Esteemed Cultural Presenter Sir Humphrey Burton Dies at 94.</a></li>
  4295.                                
  4296.                                <li><a href="/our-new-sovereign-our-digital-priest-our-algorithmic-overlord-the-way-ai-returns-us-to-the-medieval-era/" class="footer-link">Our New Sovereign, Our Digital Priest, Our Algorithmic Overlord – The Way AI Returns Us to the Medieval Era.</a></li>
  4297.                                
  4298.                                <li><a href="/is-the-entertainment-fading-the-drop-of-the-goals-from-open-play/" class="footer-link">Is the Entertainment Fading? The Drop of the Goals from Open Play</a></li>
  4299.                                
  4300.                                <li><a href="/witness-in-the-duke-of-sussex-case-alleges-admission-was-fabricated/" class="footer-link">Witness in the Duke of Sussex Case Alleges Admission Was Fabricated</a></li>
  4301.                                
  4302.                                <li><a href="/the-gunners-controversial-partnership-agreement-with-visit-rwanda-will-conclude-this-coming-year/" class="footer-link">The Gunners&#x27; Controversial Partnership Agreement with Visit Rwanda Will Conclude This Coming Year</a></li>
  4303.                                
  4304.                                <li><a href="/chelseas-qualification-hopes-dealt-a-blow-by-defeat-at-bergamo/" class="footer-link">Chelsea&#x27;s Qualification Hopes Dealt a Blow by Defeat at Bergamo</a></li>
  4305.                                
  4306.                            </ul>
  4307.                        </div>
  4308.                    </div>
  4309.                </div>
  4310.  
  4311.                <!-- Blog Rolls Section -->
  4312.          <div class="col-lg-3 col-md-6 col-12">
  4313.    <div class="footer-widget blog-rolls-widget">
  4314.        <div class="widget-header">
  4315.            <h4 class="widget-title2 blog-rolls-title">Blog Rolls</h4>
  4316.        </div>
  4317.        <div class="widget-content2 footer-widget-content2">
  4318.            <div class="row">
  4319.                <div class="col-6">
  4320.                    <ul class="footer-links" id="blogroll">
  4321.                        
  4322.                        
  4323.                        
  4324.                        
  4325.                        
  4326.                        
  4327.                        
  4328.                    </ul>
  4329.                </div>
  4330.            </div>
  4331.        </div>
  4332.    </div>
  4333. </div>
  4334.                <!-- Categories Section -->
  4335.                <div class="col-lg-4 col-md-6 col-12">
  4336.                    <div class="footer-widget categories-widget">
  4337.                        <div class="widget-header">
  4338.                            <h4 class="widget-title2 categories-title">Categories</h4>
  4339.                        </div>
  4340.                        <div class="widget-content2 footer-widget-content2">
  4341.                            <div class="row">
  4342.                                <div class="col-6">
  4343.                                    <ul class="footer-links">
  4344.                                        
  4345.                                        <li> <a href="/category/all-posts/" class="footer-link">
  4346.                                            All Posts
  4347.                                        </a></li>
  4348.                                        
  4349.                                        <li> <a href="/category/business/" class="footer-link">
  4350.                                            Business
  4351.                                        </a></li>
  4352.                                        
  4353.                                        <li> <a href="/category/esports/" class="footer-link">
  4354.                                            Esports
  4355.                                        </a></li>
  4356.                                        
  4357.                                        <li> <a href="/category/fashion/" class="footer-link">
  4358.                                            Fashion
  4359.                                        </a></li>
  4360.                                        
  4361.                                        <li> <a href="/category/featured/" class="footer-link">
  4362.                                            Featured
  4363.                                        </a></li>
  4364.                                        
  4365.                                    </ul>
  4366.                                </div>
  4367.                              
  4368.                            </div>
  4369.                        </div>
  4370.                    </div>
  4371.                </div>
  4372.  
  4373.            </div>
  4374.        </div>
  4375.    </div>
  4376.  
  4377.    <!-- Footer Bottom -->
  4378.    <div class="footer-bottom">
  4379.        <div class="container-fluid fluid-container">
  4380.            <div class="row align-items-center">
  4381.                <!-- Copyright -->
  4382.                <div class="col-lg-6 col-md-6 col-12">
  4383.                    <div class="copyright-text">
  4384.                        <p class="copyright-text-p">&copy; 2026 <strong class="footer-sitename">Scope Society Blog</strong>.
  4385.                            All rights reserved.
  4386.                        </p>
  4387.                    </div>
  4388.                </div>
  4389.  
  4390.                <!-- Footer Menu -->
  4391.                <div class="col-lg-6 col-md-6 col-12">
  4392.                    <div class="footer-menu">
  4393.                        <ul class="bottom-menu">
  4394.                            <li><a href="/page/write-for-us/" class="footer-link">Write For Us</a></li>
  4395.                            <li><a href="/page/terms-and-conditions/" class="footer-link">Terms &amp; Conditions</a></li>
  4396.                            <li><a href="/sitemap.xml" class="footer-link">Sitemap</a></li>
  4397.                        </ul>
  4398.                    </div>
  4399.                </div>
  4400.            </div>
  4401.        </div>
  4402.    </div>
  4403.  
  4404. </footer>
  4405.  
  4406. <style>
  4407. /* Footer V2 Styles */
  4408. .wpo-site-footer-v2 {
  4409.    background: var(--footer-bg);
  4410.    color: var(--footer-color);
  4411.    position: relative;
  4412.    overflow: hidden;
  4413. }
  4414.  
  4415. .wpo-site-footer-v2::before {
  4416.    content: '';
  4417.    position: absolute;
  4418.    top: 0;
  4419.    left: 0;
  4420.    right: 0;
  4421.    bottom: 0;
  4422.    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>');
  4423.    pointer-events: none;
  4424. }
  4425.  
  4426. .wpo-main-footer {
  4427.    padding: 60px 0 40px;
  4428.    position: relative;
  4429.    z-index: 2;
  4430. }
  4431.  
  4432. .footer-widget {
  4433.    margin-bottom: 30px;
  4434. }
  4435.  
  4436. .widget-header {
  4437.    margin-bottom: 25px;
  4438. }
  4439.  
  4440. .widget-title2 {
  4441.    font-size: 20px;
  4442.    font-weight: 700;
  4443.    color: var(--footer-color) !important;
  4444.    margin: 0;
  4445.    position: relative;
  4446.    padding-bottom: 10px;
  4447. }
  4448.  
  4449. .widget-title2::after {
  4450.    content: '';
  4451.    position: absolute;
  4452.    bottom: 0;
  4453.    left: 0;
  4454.    width: 40px;
  4455.    height: 3px;
  4456.    background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  4457.    border-radius: 2px;
  4458. }
  4459.  
  4460. /* Company Info Styles */
  4461. .footer-logo-img {
  4462.    max-height: 100px;
  4463.    margin-bottom: 20px;
  4464. }
  4465.  
  4466. .footer-logo-text {
  4467.    color: var(--footer-color);
  4468. }
  4469.  
  4470. .company-description-text {
  4471.    font-size: 14px;
  4472.    line-height: 1.7;
  4473.    color: var(--footer-color);
  4474.    margin-bottom: 25px;
  4475. }
  4476.  
  4477. .contact-info2 .contact-item {
  4478.    display: flex;
  4479.    align-items: center;
  4480.    margin-bottom: 10px;
  4481.    font-size: 14px;
  4482. }
  4483.  
  4484. .contact-info2 .contact-item i {
  4485.    width: 20px;
  4486.    color: var(--footer-color);
  4487.    margin-right: 10px;
  4488. }
  4489.  
  4490. /* Footer Links Styles */
  4491. .footer-links {
  4492.    list-style: none;
  4493.    padding: 0;
  4494.    margin: 0;
  4495. }
  4496.  
  4497. .footer-links li {
  4498.    margin-bottom: 12px;
  4499. }
  4500. .footer-link2 {
  4501.    color: var(--footer-color) !important;
  4502. }
  4503. .footer-link2:hover {
  4504.    color: blue !important;
  4505. }
  4506. .footer-links a{
  4507.    color: var(--footer-color) !important;
  4508.    text-decoration: none;
  4509.    cursor: pointer;
  4510.    font-size: 14px;
  4511.    transition: all 0.3s ease;
  4512.    position: relative;
  4513. }
  4514.  
  4515. .footer-links a:hover {
  4516.    color: #4f46e5 !important;
  4517.    padding-left: 8px;
  4518. }
  4519.  
  4520. /* Footer Bottom Styles */
  4521. .footer-bottom {
  4522.    background: rgba(0, 0, 0, 0.3);
  4523.    padding: 20px 0;
  4524.    border-top: 1px solid rgba(255, 255, 255, 0.1);
  4525.    position: relative;
  4526.    z-index: 2;
  4527. }
  4528.  
  4529. .copyright-text-p {
  4530.    margin: 0;
  4531.    font-size: 14px;
  4532.    color: var(--footer-color);
  4533. }
  4534.  
  4535. .footer-sitename {
  4536.    color: var(--footer-color);
  4537. }
  4538.  
  4539. .bottom-menu {
  4540.    list-style: none;
  4541.    padding: 0;
  4542.    margin: 0;
  4543.    display: flex;
  4544.    justify-content: flex-end;
  4545.    gap: 20px;
  4546. }
  4547.  
  4548. .bottom-menu a {
  4549.    color: var(--footer-color);
  4550.    text-decoration: none;
  4551.    font-size: 14px;
  4552.    transition: color 0.3s ease;
  4553. }
  4554.  
  4555. .bottom-menu a:hover {
  4556.    color: #4f46e5;
  4557. }
  4558.  
  4559. @media (max-width: 768px) {
  4560.    .wpo-main-footer {
  4561.        padding: 40px 0 30px;
  4562.    }
  4563.    
  4564.    .bottom-menu {
  4565.        justify-content: center;
  4566.        margin-top: 15px;
  4567.    }
  4568.    
  4569.    .copyright-text {
  4570.        text-align: center;
  4571.    }
  4572.    
  4573.    .social-links {
  4574.        justify-content: center;
  4575.    }
  4576. }
  4577.  
  4578. @media (max-width: 576px) {
  4579.    .widget-title2 {
  4580.        font-size: 18px;
  4581.    }
  4582.    
  4583.    .newsletter-form .input-group {
  4584.        flex-direction: column;
  4585.    }
  4586.    
  4587.    .newsletter-form .btn {
  4588.        margin-top: 10px;
  4589.        border-radius: 8px;
  4590.    }
  4591.    
  4592.    .newsletter-form .form-control {
  4593.        border-radius: 8px;
  4594.    }
  4595. }
  4596. </style>
  4597.  
  4598.  
  4599. <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>
  4600.  document.addEventListener('DOMContentLoaded', function () {
  4601.    var btn = document.getElementById('toggleMore');
  4602.    if (!btn) return; // If there are <=5 items, no need for the button
  4603.  
  4604.    var extras = document.querySelectorAll('#blogroll li.extra');
  4605.  
  4606.    btn.addEventListener('click', function () {
  4607.      var anyHidden = Array.prototype.some.call(extras, function (li) {
  4608.        return li.classList.contains('d-none');
  4609.      });
  4610.  
  4611.      extras.forEach(function (li) {
  4612.        if (anyHidden) {
  4613.          li.classList.remove('d-none');
  4614.          li.classList.add('show'); // Show with smooth transition
  4615.        } else {
  4616.          li.classList.add('d-none');
  4617.          li.classList.remove('show'); // Hide smoothly
  4618.        }
  4619.      });
  4620.  
  4621.      // Update the button text and aria-expanded attribute
  4622.      btn.textContent = anyHidden ? 'View less' : 'View more';
  4623.      btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4624.    });
  4625.  });
  4626. </script>
  4627.        <!-- end of wpo-site-footer-section -->
  4628.    </div>
  4629.    <!-- end of page-wrapper -->
  4630.  
  4631.    <!-- All JavaScript files
  4632.    ================================================== -->
  4633.    
  4634.  
  4635. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4636. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4637. <!-- Plugins for this template -->
  4638. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4639. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4640. <!-- Custom script for this template -->
  4641. <script src="/static/blogapp/assets/js/script.js"></script>
  4642.  
  4643. <script>
  4644. (function () {
  4645. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4646. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4647.  
  4648. function applyFallback(img) {
  4649. if (!img || img.dataset.fallbackApplied === "1") {
  4650. return;
  4651. }
  4652. var failedSrc = img.currentSrc || img.src || "";
  4653. img.dataset.fallbackApplied = "1";
  4654. img.onerror = null;
  4655. img.src = fallbackImageSrc;
  4656. console.warn("[ImageFallback] Replaced broken image:", {
  4657. failedSrc: failedSrc,
  4658. fallbackSrc: fallbackImageSrc,
  4659. alt: img.alt || "",
  4660. });
  4661. }
  4662.  
  4663. document.querySelectorAll("img").forEach(function (img) {
  4664. if (img.complete && img.naturalWidth === 0) {
  4665. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4666. failedSrc: img.currentSrc || img.src || "",
  4667. alt: img.alt || "",
  4668. });
  4669. applyFallback(img);
  4670. }
  4671. });
  4672.  
  4673. document.addEventListener(
  4674. "error",
  4675. function (event) {
  4676. var target = event.target;
  4677. if (target && target.tagName === "IMG") {
  4678. applyFallback(target);
  4679. }
  4680. },
  4681. true
  4682. );
  4683. })();
  4684. </script>
  4685.  
  4686. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4687.  
  4688.  
  4689.  
  4690. <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>
  4691. </body>
  4692.  
  4693. </html>
  4694.  
  4695.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda