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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="cabin">
  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/Untitled_design_-_2025-04-26T125526.695_tzvaIBH_ROKhM9v_Dp8a5Us.png">
  14.    
  15.  
  16.    <title>Vision Platform: AI Solutions for Business Transformation</title>
  17.    <meta name="description" content="Vision Platform offers cutting-edge AI and machine learning solutions to help businesses innovate and transform their operations with intelligent technology.">
  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://visionplatform.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ffb700;
  42.        --bs-primary-rgb: ffb700;
  43.        --bs-secondary: #78716c;
  44.        --bs-success: #10b981;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #d97706;
  47.        --bs-info: #0284c7;
  48.        --bs-light: #fffbeb;
  49.        --bs-dark: #3f3f46;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ffb700;
  53.        --theme-primary-color-s2: #ffb700;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #3f3f46;
  57.        --text-light-color: #676767;
  58.        --heading-color: #3f3f46;
  59.        --border-color: #fef08a;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #ffffff;
  73.        --nav-bg: #ffffff;
  74.        --sub-nav: #fef08a;
  75.        --navbar-color: #3f3f46;
  76.        --topbar-bg: #fffbeb;
  77.        --topbar-color: #3f3f46;
  78.        --footer-bg: #3f3f46;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #fef08a;
  82.        --card-radius: 12px;
  83.        --link-color: #ffb700;
  84.        --link-hover: #e0a800;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(255, 183, 0, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. <script>
  368.    var _paq = window._paq = window._paq || [];
  369.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  370.    _paq.push(['trackPageView']);
  371.    _paq.push(['enableLinkTracking']);
  372.    (function() {
  373.        var u = "//analytics.tech-vikings.com/";
  374.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  375.        _paq.push(['setSiteId', '2']);
  376.        var d = document,
  377.            g = d.createElement('script'),
  378.            s = d.getElementsByTagName('script')[0];
  379.        g.async = true;
  380.        g.src = u + 'matomo.js';
  381.        s.parentNode.insertBefore(g, s);
  382.    })();
  383. </script>
  384. </head>
  385.  
  386.  
  387.  
  388. <body class="page-blogapp:homepage theme-theme_43">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395. <div class="preloader" style="z-index: 1025;">
  396.    <div class="angular-shape">
  397.        <div></div>
  398.        <div></div>
  399.        <div></div>
  400.    </div>
  401.    <div class="spinner">
  402.        <div class="double-bounce1"></div>
  403.        <div class="double-bounce2"></div>
  404.    </div>
  405. </div>  
  406.  
  407.            <!-- end preloader -->
  408.        
  409.        <!-- Start header -->
  410.        <header id="header" class="wpo-site-header">
  411.            
  412.  
  413.  
  414.    
  415.  
  416.  
  417. <div class="top-bg">
  418.    <div class="unique-topbar3 container-fluid fluid-container d-sm-flex d-none align-items-center justify-content-between">
  419.        <!-- Date/Time -->
  420.        <span id="current-time" class="text-nowrap"></span>
  421.    
  422.        <!-- Marquee News -->
  423.        <marquee direction="left" scrollamount="4" behavior="scroll" class="topbar-marquee flex-grow-1 ms-3">
  424.            
  425.                <a href="/battlefield-6-an-ideological-inkblot/" class="px-4 top-color">
  426.                    Battlefield 6: An Ideological Inkblot.
  427.                </a>
  428.            
  429.                <a href="/trumps-east-asia-tour-features-deals-knee-bending-and-a-significant-final-meeting/" class="px-4 top-color">
  430.                    Trump&#x27;s East Asia Tour Features Deals, Knee-Bending and a Significant Final Meeting
  431.                </a>
  432.            
  433.                <a href="/giant-film-analysis-prince-naseem-movie-starring-pierce-brosnan-lacks-the-punch/" class="px-4 top-color">
  434.                    Giant Film Analysis: Prince Naseem Movie Starring Pierce Brosnan Lacks the Punch
  435.                </a>
  436.            
  437.                <a href="/ethiopia-takes-back-historic-artefacts-following-a-long-residence-in-a-german-family/" class="px-4 top-color">
  438.                    Ethiopia Takes Back Historic Artefacts Following a Long Residence in a German Family
  439.                </a>
  440.            
  441.                <a href="/even-englands-aggressive-crickets-implosion-the-barmy-armys-group-of-ashes-veterans-stands-firm/" class="px-4 top-color">
  442.                    Even England&#x27;s Aggressive Cricket&#x27;s Implosion, the Barmy Army&#x27;s Group of Ashes Veterans Stands Firm.
  443.                </a>
  444.            
  445.        </marquee>
  446.    </div>
  447. </div>
  448.  
  449. <script>
  450. function updateCurrentTime() {
  451.    const currentDate = new Date();
  452.  
  453.    // Day Names
  454.    const dayNames = ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'];
  455.    const day = dayNames[currentDate.getDay()];
  456.  
  457.    // Date Formatting
  458.    const dayNumber = currentDate.getDate().toString().padStart(2, '0');
  459.    const monthNames = ["January", "February", "March", "April", "May", "June",
  460.                        "July", "August", "September", "October", "November", "December"];
  461.    const month = monthNames[currentDate.getMonth()];
  462.    const year = currentDate.getFullYear();
  463.  
  464.    // Final string
  465.    const dateString = `${day}, ${month} ${dayNumber}, ${year}`;
  466.  
  467.    document.getElementById('current-time').innerHTML = `
  468.        <span class='bg-primary-gradient p-2 '>
  469.            <span class="fw-bold">${dateString}</span>
  470.        </span>
  471.    `;
  472. }
  473. updateCurrentTime();
  474. </script>
  475.  
  476.  
  477.  
  478.            
  479.  
  480.  
  481.  
  482.  
  483.  
  484.  
  485. <header class="header-v7 py-2 mb-4">
  486.    <!-- Top Bar -->
  487.    <div class="top-bar-v7">
  488.        <div class="container-fluid fluid-container">
  489.            <div class="row align-items-center justify-content-center">
  490.                <div class="col-lg-3 col-md-4">
  491.                    <div class="logo-section-v7">
  492.                        <a class="brand-link-v7" href="/">
  493.                            
  494.                                Vision Platform
  495.                            
  496.                        </a>
  497.                    </div>
  498.                </div>
  499.                <div class="col-lg-6 col-md-5">
  500.                    <div class="search-bar-v7">
  501.                        <form class="search-form-v7" action="#" method="get">
  502.                            <div class="search-container-v7">
  503.                                <input id="search-input" type="search" class="search-input-v7"
  504.                                    placeholder="Search articles, tutorials, news..." name="q">
  505.                                <button type="submit" class="search-btn-v7">
  506.                                    <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  507.                                        stroke-width="2">
  508.                                        <circle cx="11" cy="11" r="8"></circle>
  509.                                        <path d="m21 21-4.35-4.35"></path>
  510.                                    </svg>
  511.                                </button>
  512.                            </div>
  513.                            <div id="search-results" class="search-results-container search-v1"></div>
  514.                        </form>
  515.                    </div>
  516.                </div>
  517.                <div class="col-lg-3 col-md-3">
  518.                    <!-- Empty column for spacing -->
  519.                </div>
  520.            </div>
  521.        </div>
  522.    </div>
  523.  
  524.    <!-- Main Navigation -->
  525.    <div class="main-nav-v7">
  526.        <div class="container-fluid">
  527.            <div class="nav-wrapper-v7">
  528.  
  529.                <!-- Sidebar Navigation -->
  530.                <nav class="sidebar-nav-v7" id="sidebarNavV7">
  531.                    <div class="nav-header-v7">
  532.                        <h6 class="nav-title-v7">Navigation</h6>
  533.                        <button class="sidebar-close-v7 text-link" onclick="closeSidebarV7()">
  534.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  535.                                stroke-width="2">
  536.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  537.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  538.                            </svg>
  539.                        </button>
  540.                    </div>
  541.  
  542.                    <ul class="sidebar-menu-v7">
  543.                        <li class="sidebar-item-v7">
  544.                            <a href='/' class="sidebar-link-v7 active-v7">
  545.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  546.                                    stroke="currentColor" stroke-width="2">
  547.                                    <path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
  548.                                    <polyline points="9,22 9,12 15,12 15,22"></polyline>
  549.                                </svg>
  550.                                Home
  551.                            </a>
  552.                        </li>
  553.  
  554.                        <li class="sidebar-item-v7 has-submenu-v7">
  555.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('tech-submenu-v7')">
  556.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  557.                                    stroke="currentColor" stroke-width="2">
  558.                                    <rect x="2" y="3" width="20" height="14" rx="2" ry="2"></rect>
  559.                                    <line x1="8" y1="21" x2="16" y2="21"></line>
  560.                                    <line x1="12" y1="17" x2="12" y2="21"></line>
  561.                                </svg>
  562.                                Technology
  563.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  564.                                    stroke="currentColor" stroke-width="2">
  565.                                    <polyline points="6,9 12,15 18,9"></polyline>
  566.                                </svg>
  567.                            </a>
  568.                            <ul class="sidebar-submenu-v7" id="tech-submenu-v7">
  569.                                <li><a href="#" class="sidebar-sublink-v7">Web Development</a></li>
  570.                                <li><a href="#" class="sidebar-sublink-v7">Mobile Apps</a></li>
  571.                                <li><a href="#" class="sidebar-sublink-v7">AI & Machine Learning</a></li>
  572.                                <li><a href="#" class="sidebar-sublink-v7">Cybersecurity</a></li>
  573.                            </ul>
  574.                        </li>
  575.  
  576.                        <li class="sidebar-item-v7 has-submenu-v7">
  577.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('business-submenu-v7')">
  578.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  579.                                    stroke="currentColor" stroke-width="2">
  580.                                    <path
  581.                                        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">
  582.                                    </path>
  583.                                </svg>
  584.                                Business
  585.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  586.                                    stroke="currentColor" stroke-width="2">
  587.                                    <polyline points="6,9 12,15 18,9"></polyline>
  588.                                </svg>
  589.                            </a>
  590.                            <ul class="sidebar-submenu-v7" id="business-submenu-v7">
  591.                                <li><a href="#" class="sidebar-sublink-v7">Startups</a></li>
  592.                                <li><a href="#" class="sidebar-sublink-v7">Marketing</a></li>
  593.                                <li><a href="#" class="sidebar-sublink-v7">Finance</a></li>
  594.                            </ul>
  595.                        </li>
  596.  
  597.                        <li class="sidebar-item-v7">
  598.                            <a href="#" class="sidebar-link-v7">
  599.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  600.                                    stroke="currentColor" stroke-width="2">
  601.                                    <path d="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"></path>
  602.                                    <path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"></path>
  603.                                </svg>
  604.                                Tutorials
  605.                            </a>
  606.                        </li>
  607.  
  608.                        <li class="sidebar-item-v7">
  609.                            <a href="#" class="sidebar-link-v7">
  610.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  611.                                    stroke="currentColor" stroke-width="2">
  612.                                    <polygon
  613.                                        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">
  614.                                    </polygon>
  615.                                </svg>
  616.                                Reviews
  617.                            </a>
  618.                        </li>
  619.  
  620.                        <li class="sidebar-item-v7">
  621.                            <a href="#" class="sidebar-link-v7">
  622.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  623.                                    stroke="currentColor" stroke-width="2">
  624.                                    <path d="M6 2l3 6 5.5-3-2.5 7h7l-3 6-5.5-3 2.5-7H6z"></path>
  625.                                </svg>
  626.                                News
  627.                            </a>
  628.                        </li>
  629.  
  630.                        <li class="sidebar-item-v7">
  631.                            <a href="#" class="sidebar-link-v7">
  632.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  633.                                    stroke="currentColor" stroke-width="2">
  634.                                    <circle cx="12" cy="12" r="3"></circle>
  635.                                    <path
  636.                                        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">
  637.                                    </path>
  638.                                </svg>
  639.                                About
  640.                            </a>
  641.                        </li>
  642.  
  643.                        <li class="sidebar-item-v7">
  644.                            <a href="#" class="sidebar-link-v7">
  645.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  646.                                    stroke="currentColor" stroke-width="2">
  647.                                    <path
  648.                                        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">
  649.                                    </path>
  650.                                    <polyline points="22,6 12,13 2,6"></polyline>
  651.                                </svg>
  652.                                Contact
  653.                            </a>
  654.                        </li>
  655.                    </ul>
  656.                </nav>
  657.                <div class="sidebar-blur"></div>
  658.  
  659.                <!-- Main Content Area -->
  660.                <div class="content-area-v7">
  661.                    <!-- Horizontal Nav for Desktop -->
  662.                    <nav class="horizontal-nav-v7 d-none d-lg-flex">
  663.                        <ul class="horizontal-menu-v7">
  664.  
  665.                            
  666.                            <li class="horizontal-item-v7">
  667.                                <a href="/" class="horizontal-link-v7 active-v7">Home</a>
  668.                            </li>
  669.  
  670.                            
  671.                            
  672.                             <li class="horizontal-item-v7">
  673.                                <a href="/category/all-posts/" class="horizontal-link-v7">
  674.                                    All Posts
  675.                                </a>
  676.                                </li>
  677.  
  678.                                
  679.  
  680.                                        
  681.                                        
  682.                                
  683.                             <li class="horizontal-item-v7">
  684.                                <a href="/category/business/" class="horizontal-link-v7">
  685.                                    Business
  686.                                </a>
  687.                                </li>
  688.  
  689.                                
  690.  
  691.                                        
  692.                                        
  693.                                
  694.                             <li class="horizontal-item-v7">
  695.                                <a href="/category/esports/" class="horizontal-link-v7">
  696.                                    Esports
  697.                                </a>
  698.                                </li>
  699.  
  700.                                
  701.  
  702.                                        
  703.                                        
  704.                                
  705.                             <li class="horizontal-item-v7">
  706.                                <a href="/category/fashion/" class="horizontal-link-v7">
  707.                                    Fashion
  708.                                </a>
  709.                                </li>
  710.  
  711.                                
  712.  
  713.                                        
  714.                                        
  715.                                
  716.                             <li class="horizontal-item-v7">
  717.                                <a href="/category/featured/" class="horizontal-link-v7">
  718.                                    Featured
  719.                                </a>
  720.                                </li>
  721.  
  722.                                
  723.  
  724.                                        
  725.                                        
  726.                                
  727.                             <li class="horizontal-item-v7">
  728.                                <a href="/category/gaming/" class="horizontal-link-v7">
  729.                                    Gaming
  730.                                </a>
  731.                                </li>
  732.  
  733.                                
  734.  
  735.                                        
  736.                                        
  737.                                
  738.                             <li class="horizontal-item-v7">
  739.                                <a href="/category/health/" class="horizontal-link-v7">
  740.                                    Health
  741.                                </a>
  742.                                </li>
  743.  
  744.                                
  745.  
  746.                                        
  747.                                        
  748.                                
  749.                            
  750.                                
  751.                                <li class="horizontal-item-v7 dropdown-v7">
  752.                                    <a href="#" class="horizontal-link-v7">More</a>
  753.                                    <div class="horizontal-dropdown-v7">
  754.                                        <a href="/category/life-fitness/"
  755.                                            class="dropdown-item-v7">
  756.                                            Life &amp; Fitness
  757.                                        </a>
  758.                                        
  759.  
  760.                                        
  761.                                        
  762.                                
  763.                            
  764.                                        <a href="/category/lifestyle/"
  765.                                            class="dropdown-item-v7">
  766.                                            Lifestyle
  767.                                        </a>
  768.                                        
  769.  
  770.                                        
  771.                                        
  772.                                
  773.                            
  774.                                        <a href="/category/news/"
  775.                                            class="dropdown-item-v7">
  776.                                            News
  777.                                        </a>
  778.                                        
  779.  
  780.                                        
  781.                                        
  782.                                
  783.                            
  784.                                        <a href="/category/others/"
  785.                                            class="dropdown-item-v7">
  786.                                            Others
  787.                                        </a>
  788.                                        
  789.  
  790.                                        
  791.                                        
  792.                                
  793.                            
  794.                                        <a href="/category/politics/"
  795.                                            class="dropdown-item-v7">
  796.                                            Politics
  797.                                        </a>
  798.                                        
  799.  
  800.                                        
  801.                                        
  802.                                
  803.                            
  804.                                        <a href="/category/sports/"
  805.                                            class="dropdown-item-v7">
  806.                                            Sports
  807.                                        </a>
  808.                                        
  809.  
  810.                                        
  811.                                        
  812.                                
  813.                            
  814.                                        <a href="/category/tech/"
  815.                                            class="dropdown-item-v7">
  816.                                            Tech
  817.                                        </a>
  818.                                        
  819.  
  820.                                        
  821.                                        
  822.                                
  823.                            
  824.                                        <a href="/category/travel/"
  825.                                            class="dropdown-item-v7">
  826.                                            Travel
  827.                                        </a>
  828.                                        
  829.  
  830.                                        
  831.                                        
  832.                                    </div>
  833.                                </li>
  834.                                
  835.                                
  836. <li>
  837.                  <a href="/page/contact-us/">
  838.                     Contact Us
  839.                  </a>
  840.              </li>
  841.                        </ul>
  842.                    </nav>
  843.  
  844.  
  845.                    <!-- Mobile Menu Button -->
  846.                    <button class="mobile-menu-btn-v7 d-lg-none text-link" onclick="openSidebarV7()">
  847.                        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  848.                            stroke-width="2">
  849.                            <line x1="3" y1="6" x2="21" y2="6"></line>
  850.                            <line x1="3" y1="12" x2="21" y2="12"></line>
  851.                            <line x1="3" y1="18" x2="21" y2="18"></line>
  852.                        </svg>
  853.                        Menu
  854.                    </button>
  855.                </div>
  856.            </div>
  857.        </div>
  858.    </div>
  859.  
  860.    <!-- Overlay for mobile sidebar -->
  861.    <div class="sidebar-overlay-v7" id="sidebarOverlayV7" onclick="closeSidebarV7()"></div>
  862. </header>
  863.  
  864. <style>
  865.    /* Navbar V7 Styles - Vertical Sidebar Navigation */
  866.    .header-v7 {
  867.        position: relative;
  868.        background: var(--navbar-bg);
  869.    }
  870.  
  871.    /* Top Bar Styles */
  872.    .top-bar-v7 {
  873.        padding: 15px 0;
  874.        border-bottom: 1px solid var(--border-color);
  875.        background: var(--navbar-bg);
  876.    }
  877.  
  878.    .logo-img-v7 {
  879.        max-height: 70px;
  880.        transition: transform 0.3s ease;
  881.    }
  882.  
  883.    .logo-img-v7:hover {
  884.        transform: scale(1.05);
  885.    }
  886.  
  887.    /* Search Bar Styles */
  888.    .search-container-v7 {
  889.        position: relative;
  890.        display: flex;
  891.        align-items: center;
  892.        background: transparent;
  893.        border: 2px solid var(--border-color);
  894.        border-radius: 8px;
  895.        overflow: hidden;
  896.        transition: all 0.3s ease;
  897.    }
  898.  
  899.    .search-container-v7:focus-within {
  900.        border-color: #007bff33;
  901.        box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.1);
  902.    }
  903.  
  904.    .search-input-v7 {
  905.        color: var(--topbar-color) !important;
  906.        flex: 1;
  907.        border: none;
  908.        padding: 12px 16px;
  909.        font-size: 14px;
  910.        outline: none;
  911.        background: transparent;
  912.    }
  913.  
  914.    .search-input-v7::placeholder {
  915.        color: #a0aec0;
  916.    }
  917.  
  918.    .search-btn-v7 {
  919.        background: var(--bs-primary);
  920.        color: white;
  921.        border: none;
  922.        padding: 12px 16px;
  923.        cursor: pointer;
  924.        transition: background 0.3s ease;
  925.    }
  926.  
  927.    .search-btn-v7:hover {
  928.        background: #3182ce;
  929.    }
  930.  
  931.    /* Header Actions */
  932.    .header-actions-v7 {
  933.        display: flex;
  934.        align-items: center;
  935.        gap: 15px;
  936.        justify-content: flex-end;
  937.    }
  938.  
  939.    .notification-btn-v7,
  940.    .profile-btn-v7 {
  941.        background: none;
  942.        border: none;
  943.        padding: 8px;
  944.        border-radius: 8px;
  945.        cursor: pointer;
  946.        transition: background 0.3s ease;
  947.        position: relative;
  948.    }
  949.  
  950.    .notification-btn-v7:hover,
  951.    .profile-btn-v7:hover {
  952.        background: #f1f5f9;
  953.    }
  954.  
  955.    .notification-badge-v7 {
  956.        position: absolute;
  957.        top: 2px;
  958.        right: 2px;
  959.        background: #e53e3e;
  960.        color: white;
  961.        font-size: 16px;
  962.        font-weight: 600;
  963.        width: 16px;
  964.        height: 16px;
  965.        border-radius: 50%;
  966.        display: flex;
  967.        align-items: center;
  968.        justify-content: center;
  969.    }
  970.  
  971.    .profile-avatar-v7 {
  972.        width: 32px;
  973.        height: 32px;
  974.        background: var(--border-color);
  975.        border-radius: 50%;
  976.        display: flex;
  977.        align-items: center;
  978.        justify-content: center;
  979.    }
  980.  
  981.    /* Main Navigation */
  982.    .main-nav-v7 {
  983.        background: var(--navbar-bg);
  984.    }
  985.  
  986.    .nav-wrapper-v7 {
  987.        display: flex;
  988.        align-items: center;
  989.        justify-content: center;
  990.        min-height: 60px;
  991.    }
  992.  
  993.    /* Sidebar Navigation */
  994.    .sidebar-nav-v7 {
  995.        position: fixed;
  996.        top: 0;
  997.        left: -350px;
  998.        width: 350px;
  999.        height: 100vh;
  1000.        background: var(--navbar-bg);
  1001.        z-index: 1000;
  1002.        transition: left 0.3s ease;
  1003.        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  1004.        overflow-y: auto;
  1005.    }
  1006.  
  1007.    .sidebar-nav-v7.show-v7 {
  1008.        left: 0;
  1009.    }
  1010.  
  1011.    .nav-header-v7 {
  1012.        display: flex;
  1013.        align-items: center;
  1014.        justify-content: space-between;
  1015.        padding: 20px 25px;
  1016.        border-bottom: 1px solid var(--border-color);
  1017.        background: var(--navbar-bg);
  1018.    }
  1019.  
  1020.    .nav-title-v7 {
  1021.        font-size: 16px;
  1022.        font-weight: 600;
  1023.        color: #2d3748;
  1024.        margin: 0;
  1025.    }
  1026.  
  1027.    .sidebar-close-v7 {
  1028.        background: none;
  1029.        border: none;
  1030.        padding: 8px;
  1031.        cursor: pointer;
  1032.        border-radius: 6px;
  1033.        transition: background 0.3s ease;
  1034.    }
  1035.  
  1036.    .sidebar-close-v7:hover {
  1037.        background: var(--border-color);
  1038.    }
  1039.  
  1040.    .sidebar-menu-v7 {
  1041.        list-style: none;
  1042.        padding: 20px 0;
  1043.        margin: 0;
  1044.    }
  1045.  
  1046.    .sidebar-item-v7 {
  1047.        margin-bottom: 5px;
  1048.    }
  1049.  
  1050.    .sidebar-link-v7 {
  1051.        display: flex;
  1052.        align-items: center;
  1053.        color: #4a5568;
  1054.        text-decoration: none;
  1055.        padding: 15px 25px;
  1056.        font-size: 15px;
  1057.        font-weight: 500;
  1058.        transition: all 0.3s ease;
  1059.        position: relative;
  1060.    }
  1061.  
  1062.    .sidebar-link-v7:hover,
  1063.    .sidebar-link-v7.active-v7 {
  1064.        color: #007bff;
  1065.        background: var(--border-color);
  1066.    }
  1067.  
  1068.    .sidebar-link-v7.active-v7::before {
  1069.        content: '';
  1070.        position: absolute;
  1071.        left: 0;
  1072.        top: 0;
  1073.        bottom: 0;
  1074.        width: 4px;
  1075.        background: #007bff;
  1076.    }
  1077.  
  1078.    .sidebar-icon-v7 {
  1079.        margin-right: 12px;
  1080.        color: currentColor;
  1081.    }
  1082.  
  1083.    .submenu-arrow-v7 {
  1084.        margin-left: auto;
  1085.        transition: transform 0.3s ease;
  1086.    }
  1087.  
  1088.    .has-submenu-v7.open-v7 .submenu-arrow-v7 {
  1089.        transform: rotate(180deg);
  1090.    }
  1091.  
  1092.    .sidebar-submenu-v7 {
  1093.        list-style: none;
  1094.        padding: 0;
  1095.        margin: 0;
  1096.        max-height: 0;
  1097.        overflow: hidden;
  1098.        transition: max-height 0.3s ease;
  1099.        background: var(--navbar-bg);
  1100.    }
  1101.  
  1102.    .sidebar-submenu-v7.show-v7 {
  1103.        max-height: 300px;
  1104.        padding: 10px 0;
  1105.    }
  1106.  
  1107.    .sidebar-sublink-v7 {
  1108.        display: block;
  1109.        color: #718096;
  1110.        text-decoration: none;
  1111.        padding: 10px 25px 10px 55px;
  1112.        font-size: 14px;
  1113.        transition: all 0.3s ease;
  1114.    }
  1115.  
  1116.    .sidebar-sublink-v7:hover {
  1117.        color: #007bff;
  1118.        background: var(--border-color);
  1119.    }
  1120.  
  1121.    /* Sidebar Footer */
  1122.    .sidebar-footer-v7 {
  1123.        padding: 25px;
  1124.        margin-top: auto;
  1125.        border-top: 1px solid var(--border-color);
  1126.    }
  1127.  
  1128.    .sidebar-cta-v7 {
  1129.        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  1130.        padding: 20px;
  1131.        border-radius: 12px;
  1132.        text-align: center;
  1133.        color: white;
  1134.    }
  1135.  
  1136.    .cta-title-v7 {
  1137.        font-size: 14px;
  1138.        font-weight: 600;
  1139.        margin: 0 0 5px 0;
  1140.    }
  1141.  
  1142.    .cta-text-v7 {
  1143.        font-size: 12px;
  1144.        margin: 0 0 15px 0;
  1145.        opacity: 0.9;
  1146.    }
  1147.  
  1148.    .cta-btn-v7 {
  1149.        background: rgba(255, 255, 255, 0.2);
  1150.        color: white;
  1151.        border: 1px solid rgba(255, 255, 255, 0.3);
  1152.        padding: 8px 20px;
  1153.        border-radius: 20px;
  1154.        font-size: 12px;
  1155.        font-weight: 500;
  1156.        cursor: pointer;
  1157.        transition: all 0.3s ease;
  1158.    }
  1159.  
  1160.    .cta-btn-v7:hover {
  1161.        background: rgba(255, 255, 255, 0.3);
  1162.    }
  1163.  
  1164.    /* Horizontal Navigation for Desktop */
  1165.    .horizontal-nav-v7 {
  1166.        flex: 1;
  1167.        display: flex;
  1168.        justify-content: center;
  1169.    }
  1170.  
  1171.    .horizontal-menu-v7 {
  1172.        list-style: none;
  1173.        padding: 0;
  1174.        margin: 0;
  1175.        display: flex;
  1176.        align-items: center;
  1177.    }
  1178.  
  1179.    .horizontal-item-v7 {
  1180.        position: relative;
  1181.        margin-right: 30px;
  1182.    }
  1183.  
  1184.    .horizontal-link-v7 {
  1185.        color: #4a5568;
  1186.        text-decoration: none;
  1187.        font-size: 16px;
  1188.        font-weight: 500;
  1189.        padding: 20px 0;
  1190.        position: relative;
  1191.        transition: color 0.3s ease;
  1192.    }
  1193.  
  1194.    .horizontal-link-v7::after {
  1195.        content: '';
  1196.        position: absolute;
  1197.        bottom: 0;
  1198.        left: 0;
  1199.        width: 0;
  1200.        height: 2px;
  1201.        background: #007bff;
  1202.        transition: width 0.3s ease;
  1203.    }
  1204.  
  1205.    .horizontal-link-v7:hover,
  1206.    .horizontal-link-v7.active-v7 {
  1207.        color: #007bff;
  1208.        font-weight: 600;
  1209.    }
  1210.  
  1211.    .horizontal-link-v7:hover::after,
  1212.    .horizontal-link-v7.active-v7::after {
  1213.        width: 100%;
  1214.    }
  1215.  
  1216.    /* Horizontal Dropdown */
  1217.    .horizontal-dropdown-v7 {
  1218.        position: absolute;
  1219.        top: 100%;
  1220.        left: 0;
  1221.        background: var(--navbar-bg);
  1222.        min-width: 200px;
  1223.        border-radius: 8px;
  1224.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  1225.        opacity: 0;
  1226.        visibility: hidden;
  1227.        transform: translateY(-10px);
  1228.        transition: all 0.3s ease;
  1229.        padding: 10px 0;
  1230.        z-index: 100;
  1231.    }
  1232.  
  1233.    .dropdown-v7:hover .horizontal-dropdown-v7 {
  1234.        opacity: 1;
  1235.        visibility: visible;
  1236.        transform: translateY(0);
  1237.    }
  1238.  
  1239.    .dropdown-item-v7 {
  1240.        display: block;
  1241.        color: #4a5568;
  1242.        text-decoration: none;
  1243.        padding: 12px 20px;
  1244.        font-size: 14px;
  1245.        transition: all 0.3s ease;
  1246.    }
  1247.  
  1248.    .dropdown-item-v7:hover {
  1249.        color: #007bff;
  1250.        background: #565758ff;
  1251.    }
  1252.  
  1253.    /* Mobile Menu Button */
  1254.    .mobile-menu-btn-v7 {
  1255.        background: none;
  1256.        border: 1px solid var(--border-color);
  1257.        padding: 10px 15px;
  1258.        border-radius: 8px;
  1259.        cursor: pointer;
  1260.        display: flex;
  1261.        align-items: center;
  1262.        gap: 8px;
  1263.        font-size: 14px;
  1264.        font-weight: 500;
  1265.        color: #4a5568;
  1266.        transition: all 0.3s ease;
  1267.        margin: 0 auto;
  1268.    }
  1269.  
  1270.    .mobile-menu-btn-v7:hover {
  1271.        border-color: #cbd5e0;
  1272.        opacity: 0.7;
  1273.    }
  1274.  
  1275.    /* Sidebar Overlay */
  1276.    .sidebar-overlay-v7 {
  1277.        position: fixed;
  1278.        top: 0;
  1279.        left: 0;
  1280.        right: 0;
  1281.        bottom: 0;
  1282.        background: rgba(0, 0, 0, 0.5);
  1283.        z-index: 999;
  1284.        opacity: 0;
  1285.        visibility: hidden;
  1286.        transition: all 0.3s ease;
  1287.    }
  1288.  
  1289.    .sidebar-overlay-v7.show-v7 {
  1290.        opacity: 1;
  1291.        visibility: visible;
  1292.    }
  1293.  
  1294.    /* Responsive Design */
  1295.    @media (max-width: 991px) {
  1296.        .top-bar-v7 .col-lg-6 {
  1297.            order: 3;
  1298.            margin-top: 15px;
  1299.        }
  1300.  
  1301.        .header-actions-v7 {
  1302.            justify-content: flex-start;
  1303.        }
  1304.    }
  1305.  
  1306.    @media (max-width: 768px) {
  1307.        .sidebar-nav-v7 {
  1308.            width: 300px;
  1309.            left: -300px;
  1310.        }
  1311.  
  1312.        .search-container-v7 {
  1313.            margin-top: 10px;
  1314.        }
  1315.    }
  1316. </style>
  1317.  
  1318. <script>
  1319.    function openSidebarV7() {
  1320.        const sidebar = document.getElementById('sidebarNavV7');
  1321.        const overlay = document.getElementById('sidebarOverlayV7');
  1322.  
  1323.        sidebar.classList.add('show-v7');
  1324.        overlay.classList.add('show-v7');
  1325.        document.body.style.overflow = 'hidden';
  1326.    }
  1327.  
  1328.    function closeSidebarV7() {
  1329.        const sidebar = document.getElementById('sidebarNavV7');
  1330.        const overlay = document.getElementById('sidebarOverlayV7');
  1331.  
  1332.        sidebar.classList.remove('show-v7');
  1333.        overlay.classList.remove('show-v7');
  1334.        document.body.style.overflow = '';
  1335.    }
  1336.  
  1337.    function toggleSubmenuV7(submenuId) {
  1338.        const submenu = document.getElementById(submenuId);
  1339.        const parentItem = submenu.closest('.sidebar-item-v7');
  1340.  
  1341.        // Close other open submenus
  1342.        const allSubmenus = document.querySelectorAll('.sidebar-submenu-v7');
  1343.        const allParentItems = document.querySelectorAll('.has-submenu-v7');
  1344.  
  1345.        allSubmenus.forEach(menu => {
  1346.            if (menu.id !== submenuId) {
  1347.                menu.classList.remove('show-v7');
  1348.            }
  1349.        });
  1350.  
  1351.        allParentItems.forEach(item => {
  1352.            if (item !== parentItem) {
  1353.                item.classList.remove('open-v7');
  1354.            }
  1355.        });
  1356.  
  1357.        // Toggle current submenu
  1358.        submenu.classList.toggle('show-v7');
  1359.        parentItem.classList.toggle('open-v7');
  1360.    }
  1361.  
  1362.    // Close sidebar when clicking outside
  1363.    document.addEventListener('click', function (event) {
  1364.        const sidebar = document.getElementById('sidebarNavV7');
  1365.        const mobileBtn = document.querySelector('.mobile-menu-btn-v7');
  1366.  
  1367.        if (!sidebar.contains(event.target) && !mobileBtn.contains(event.target)) {
  1368.            closeSidebarV7();
  1369.        }
  1370.    });
  1371.  
  1372.    // Handle window resize
  1373.    window.addEventListener('resize', function () {
  1374.        if (window.innerWidth >= 992) {
  1375.            closeSidebarV7();
  1376.        }
  1377.    });
  1378. </script>
  1379.  
  1380. <script>
  1381.  document.addEventListener("DOMContentLoaded", function () {
  1382.    console.log("loaded");
  1383.  
  1384.     const searchInput = document.getElementById("search-input")
  1385.    const searchResults = document.getElementById("search-results");
  1386.  
  1387.    if (!searchInput || !searchResults) {
  1388.      console.error("Search input/results not found");
  1389.      return;
  1390.    }
  1391.  
  1392.    // Prevent form submission
  1393.    if (searchInput.form) {
  1394.      searchInput.form.addEventListener("submit", function (e) {
  1395.        e.preventDefault();
  1396.      });
  1397.    }
  1398.  
  1399.    // Add event listener for keyup
  1400.    searchInput.addEventListener("keyup", function (e) {
  1401.      console.log("Key pressed:", e.key);
  1402.      e.preventDefault();
  1403.  
  1404.      const query = searchInput.value.trim();
  1405.      console.log("User is typing: " + query);
  1406.  
  1407.      // If empty → clear and hide
  1408.      if (query === "") {
  1409.        searchResults.innerHTML = "";
  1410.        searchResults.style.display = "none";
  1411.        return;
  1412.      }
  1413.  
  1414.      // Show results
  1415.      searchResults.style.display = "block";
  1416.  
  1417.      // Fetch search results
  1418.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1419.        method: "GET",
  1420.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1421.      })
  1422.        .then(response => {
  1423.          console.log("Response Status:", response.status);
  1424.          return response.json();
  1425.        })
  1426.        .then(data => {
  1427.          console.log("Data received:", data);
  1428.          if (data.html) {
  1429.            searchResults.innerHTML = data.html;
  1430.          } else {
  1431.            searchResults.innerHTML = "<p>No results found.</p>";
  1432.          }
  1433.        })
  1434.        .catch(error => {
  1435.          console.error("Error fetching search results:", error);
  1436.        });
  1437.    });
  1438.  
  1439.    // Close results when clicking outside
  1440.    document.addEventListener("click", function (e) {
  1441.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1442.        searchResults.style.display = "none";
  1443.      }
  1444.    });
  1445.  
  1446.    // Close results on ESC key
  1447.    document.addEventListener("keydown", function (e) {
  1448.      if (e.key === "Escape") {
  1449.        searchResults.style.display = "none";
  1450.      }
  1451.    });
  1452.  });
  1453. </script>
  1454.  
  1455. <style>
  1456.        /* search field */
  1457.  .search-results-container {
  1458.  position: absolute;
  1459.  top: 100%; /* Position it below the input field */
  1460.  left: 10px;
  1461.  right: 10px;
  1462.  background-color: white;
  1463.  border: 1px solid #ddd;
  1464.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1465.  max-height: 300px;
  1466.  overflow-y: auto;
  1467.  z-index: 1000;
  1468.  display: none; /* Initially hidden */
  1469. }
  1470.  
  1471. .search-results-container p {
  1472.  margin: 0;
  1473. }
  1474.  
  1475. .search-results-container .result-item {
  1476.  padding: 10px;
  1477.  cursor: pointer;
  1478. }
  1479.  
  1480. .search-results-container .result-item:hover {
  1481.  background-color: #f0f0f0;
  1482. }
  1483. </style>
  1484.  
  1485.        </header>
  1486.        <!-- end of header -->
  1487.        <!-- start of wpo-blog-hero -->
  1488.        
  1489.  
  1490.  
  1491.  
  1492.  
  1493.  
  1494.  
  1495.  
  1496. <div class="blog-hero-v8 my-5">
  1497.  <div class="container-fluid fluid-container">
  1498.    <!-- Full-Width Featured Article -->
  1499.    <div class="row g-4 mb-5">
  1500.      <div class="col-12">
  1501.        
  1502.        
  1503.          
  1504.        <article class="full-featured">
  1505.          <div class="featured-image-container">
  1506.            
  1507.              <img src="/static/blogapp/assets/images/breaking-news/img-3.jpg" alt="Certainly, Britain&#x27;s Prime Minister is Britain’s least popular PM ever. That could free him." class="featured-image" />
  1508.            
  1509.            <div class="category-tag bg-primary-gradient news-tag">News</div>
  1510.          </div>
  1511.          <div class="featured-content">
  1512.            <h1 class="featured-title">
  1513.              <a href="/certainly-britains-prime-minister-is-britains-least-popular-pm-ever-that-could-free-him/">Certainly, Britain&#x27;s Prime Minister is Britain’s least popular PM ever. That could free him.</a>
  1514.            </h1>
  1515.            <p class="featured-summary">Discover amazing stories and insights from our featured article.</p>
  1516.            <div class="article-meta">
  1517.              <div class="author-info">
  1518.                
  1519.                  <img src="/static/blogapp/assets/images/blog/blog-avater/img-1.jpg" alt="Kelly Mcdonald's Profile" class="author-pic" />
  1520.                
  1521.                <div class="author-text">
  1522.                  <span class="author-name">Kelly Mcdonald</span>
  1523.                  
  1524.                  <span class="post-time">June 12, 2026</span>
  1525.                </div>
  1526.              </div>
  1527.              <div class="reading-info">
  1528.                
  1529.              </div>
  1530.            </div>
  1531.          </div>
  1532.        </article>
  1533.  
  1534.        
  1535.        
  1536.      </div>
  1537.    </div>
  1538.  
  1539.    <!-- Bottom Section: Compact Cards and Recent Sidebar -->
  1540.    <div class="row g-4">
  1541.      
  1542.      <div class="col-lg-3 col-md-6 col-12">
  1543.        <article class="compact-card">
  1544.          <div class="compact-image">
  1545.            
  1546.              <img src="/static/blogapp/assets/images/hero/img-3.jpg" alt="I Wish We Could Ignore the Tech Mogul on the Environmental Emergency. But His Wealth Matters, So We Can&#x27;t." />
  1547.            
  1548.            <div class="category-tag bg-primary-gradient news-cat">News</div>
  1549.          </div>
  1550.          <div class="compact-body">
  1551.            <h3 class="compact-title">
  1552.              <a href="/i-wish-we-could-ignore-the-tech-mogul-on-the-environmental-emergency-but-his-wealth-matters-so-we-cant/">I Wish We Could Ignore the Tech Mogul on the Environmental Emergency. But His Wealth Matters, So We Can&#x27;t.</a>
  1553.            </h3>
  1554.            <p class="compact-text"></p>
  1555.            <div class="compact-footer">
  1556.              <div class="compact-author">
  1557.                
  1558.                  <img src="/static/blogapp/assets/images/blog/blog-avater/img-1.jpg" alt="Kelly Mcdonald's Profile" class="compact-avatar" />
  1559.                
  1560.                <span class="compact-name">Kelly …</span>
  1561.              </div>
  1562.              <span class="compact-date">Jun 12</span>
  1563.            </div>
  1564.          </div>
  1565.        </article>
  1566.      </div>
  1567.      
  1568.      <div class="col-lg-3 col-md-6 col-12">
  1569.        <article class="compact-card">
  1570.          <div class="compact-image">
  1571.            
  1572.              <img src="/static/blogapp/assets/images/hero/img-3.jpg" alt="Hoosier State GOP Lawmakers Defeat Push to Overhaul Electoral Districts in Stunning Rebuke to Former President Trump" />
  1573.            
  1574.            <div class="category-tag bg-primary-gradient news-cat">News</div>
  1575.          </div>
  1576.          <div class="compact-body">
  1577.            <h3 class="compact-title">
  1578.              <a href="/hoosier-state-gop-lawmakers-defeat-push-to-overhaul-electoral-districts-in-stunning-rebuke-to-former-president-trump/">Hoosier State GOP Lawmakers Defeat Push to Overhaul Electoral Districts in Stunning Rebuke to Former President Trump</a>
  1579.            </h3>
  1580.            <p class="compact-text"></p>
  1581.            <div class="compact-footer">
  1582.              <div class="compact-author">
  1583.                
  1584.                  <img src="/static/blogapp/assets/images/blog/blog-avater/img-1.jpg" alt="Kelly Mcdonald's Profile" class="compact-avatar" />
  1585.                
  1586.                <span class="compact-name">Kelly …</span>
  1587.              </div>
  1588.              <span class="compact-date">Jun 12</span>
  1589.            </div>
  1590.          </div>
  1591.        </article>
  1592.      </div>
  1593.      
  1594.      <div class="col-lg-3 col-md-6 col-12">
  1595.        <article class="compact-card">
  1596.          <div class="compact-image">
  1597.            
  1598.              <img src="/static/blogapp/assets/images/hero/img-3.jpg" alt="Satirical Nativity Scenes at American Places of Worship Offer Commentary on Immigration Enforcement" />
  1599.            
  1600.            <div class="category-tag bg-primary-gradient news-cat">News</div>
  1601.          </div>
  1602.          <div class="compact-body">
  1603.            <h3 class="compact-title">
  1604.              <a href="/satirical-nativity-scenes-at-american-places-of-worship-offer-commentary-on-immigration-enforcement/">Satirical Nativity Scenes at American Places of Worship Offer Commentary on Immigration Enforcement</a>
  1605.            </h3>
  1606.            <p class="compact-text"></p>
  1607.            <div class="compact-footer">
  1608.              <div class="compact-author">
  1609.                
  1610.                  <img src="/static/blogapp/assets/images/blog/blog-avater/img-1.jpg" alt="Kelly Mcdonald's Profile" class="compact-avatar" />
  1611.                
  1612.                <span class="compact-name">Kelly …</span>
  1613.              </div>
  1614.              <span class="compact-date">Jun 12</span>
  1615.            </div>
  1616.          </div>
  1617.        </article>
  1618.      </div>
  1619.      
  1620.  
  1621.      <!-- Recent Articles Sidebar -->
  1622.      <div class="col-lg-3 col-md-6 col-12">
  1623.        <div class="recent-section">
  1624.          <h3 class="recent-title">Recent Articles</h3>
  1625.          <div class="recent-list">
  1626.            
  1627.            <div class="recent-item">
  1628.              <div class="recent-content">
  1629.                <h4 class="recent-article-title">
  1630.                  <a href="/mikel-arteta-warns-injury-crisis-could-hinder-the-gunners-silverware-quest/">Mikel Arteta Warns Injury Crisis Could Hinder The …</a>
  1631.                </h4>
  1632.                <span class="recent-date">June 12, 2026</span>
  1633.              </div>
  1634.            </div>
  1635.            
  1636.          </div>
  1637.        </div>
  1638.      </div>
  1639.    </div>
  1640.  </div>
  1641. </div>
  1642.  
  1643.  
  1644.  
  1645. <style>
  1646.  /* Full-Width Featured Article */
  1647.  .full-featured {
  1648.    background: var(--card-bg, #ffffff);
  1649.    border-radius: 12px;
  1650.    overflow: hidden;
  1651.    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
  1652.    border: 1px solid var(--border-color, #e5e7eb);
  1653.    transition: box-shadow 0.3s ease;
  1654.  }
  1655.  
  1656.  .full-featured:hover {
  1657.    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  1658.  }
  1659.  
  1660.  .featured-image-container {
  1661.    position: relative;
  1662.    height: 400px;
  1663.    overflow: hidden;
  1664.  }
  1665.  
  1666.  .featured-image {
  1667.    width: 100%;
  1668.    height: 100%;
  1669.    object-fit: cover;
  1670.  }
  1671.  
  1672.  .featured-content {
  1673.    padding: 2rem;
  1674.  }
  1675.  
  1676.  .featured-title {
  1677.    font-size: 2.5rem;
  1678.    font-weight: 700;
  1679.    color: #111827;
  1680.    margin-bottom: 1rem;
  1681.    line-height: 1.2;
  1682.  }
  1683.  
  1684.  .featured-title a {
  1685.    color: inherit;
  1686.    text-decoration: none;
  1687.  }
  1688.  
  1689.  .featured-title a:hover {
  1690.    color: #3b82f6;
  1691.    transition: color 0.3s ease;
  1692.  }
  1693.  
  1694.  .featured-summary {
  1695.    font-size: 1.1rem;
  1696.    color: #4b5563;
  1697.    line-height: 1.6;
  1698.    margin-bottom: 1.5rem;
  1699.  }
  1700.  
  1701.  /* Category Tags - Dynamic Colors */
  1702.  .category-tag {
  1703.    position: absolute;
  1704.    top: 1rem;
  1705.    left: 1rem;
  1706.    padding: 0.4rem 1.2rem;
  1707.    font-size: 0.8rem;
  1708.    font-weight: 600;
  1709.    text-transform: uppercase;
  1710.    color: white;
  1711.    border-radius: 20px;
  1712.    z-index: 2;
  1713.  }
  1714.  
  1715.  /* Category Colors */
  1716.  
  1717.  .business-tag, .business-cat { background-color: #10b981; }
  1718.  
  1719.  .lifestyle-tag, .lifestyle-cat { background-color: #8b5cf6; }
  1720.  .sports-tag, .sports-cat { background-color: #f59e0b; }
  1721.  .travel-tag, .travel-cat { background-color: #06b6d4; }
  1722.  .health-tag, .health-cat { background-color: #84cc16; }
  1723.  
  1724.  /* Article Meta */
  1725.  .article-meta {
  1726.    display: flex;
  1727.    align-items: center;
  1728.    justify-content: space-between;
  1729.    font-size: 0.9rem;
  1730.    color: #6b7280;
  1731.  }
  1732.  
  1733.  .author-info {
  1734.    display: flex;
  1735.    align-items: center;
  1736.    gap: 0.75rem;
  1737.  }
  1738.  
  1739.  .author-pic {
  1740.    width: 40px;
  1741.    height: 40px;
  1742.    border-radius: 50%;
  1743.    object-fit: cover;
  1744.  }
  1745.  
  1746.  .author-name {
  1747.    font-weight: 600;
  1748.    color: var(--topbar-color, #111827);
  1749.  }
  1750.  
  1751.  .post-time {
  1752.    font-size: 0.85rem;
  1753.    color: #6b7280;
  1754.  }
  1755.  
  1756.  .read-time {
  1757.    background: #f3f4f6;
  1758.    padding: 0.25rem 0.75rem;
  1759.    border-radius: 12px;
  1760.    font-size: 0.8rem;
  1761.  }
  1762.  
  1763.  /* Compact Cards */
  1764.  .compact-card {
  1765.    background: var(--card-bg, #ffffff);
  1766.    border-radius: 12px;
  1767.    overflow: hidden;
  1768.    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
  1769.    border: 1px solid var(--border-color, #e5e7eb);
  1770.    transition: box-shadow 0.3s ease;
  1771.    height: 100%;
  1772.  }
  1773.  
  1774.  .compact-card:hover {
  1775.    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  1776.  }
  1777.  
  1778.  .compact-image {
  1779.    position: relative;
  1780.    height: 160px;
  1781.    overflow: hidden;
  1782.  }
  1783.  
  1784.  .compact-image img {
  1785.    width: 100%;
  1786.    height: 100%;
  1787.    object-fit: cover;
  1788.  }
  1789.  
  1790.  .compact-category {
  1791.    position: absolute;
  1792.    top: 0.75rem;
  1793.    left: 0.75rem;
  1794.    padding: 0.3rem 1rem;
  1795.    font-size: 0.75rem;
  1796.    border-radius: 20px;
  1797.    color: white;
  1798.    font-weight: 600;
  1799.    text-transform: uppercase;
  1800.  }
  1801.  
  1802.  .compact-body {
  1803.    padding: 1.25rem;
  1804.  }
  1805.  
  1806.  .compact-title {
  1807.    font-size: 1.1rem;
  1808.    font-weight: 600;
  1809.    color: #111827;
  1810.    margin-bottom: 0.5rem;
  1811.    line-height: 1.3;
  1812.  }
  1813.  
  1814.  .compact-title a {
  1815.    color: inherit;
  1816.    text-decoration: none;
  1817.  }
  1818.  
  1819.  .compact-title a:hover {
  1820.    color: #3b82f6;
  1821.    transition: color 0.3s ease;
  1822.  }
  1823.  
  1824.  .compact-text {
  1825.    font-size: 0.9rem;
  1826.    color: #4b5563;
  1827.    line-height: 1.5;
  1828.  }
  1829.  
  1830.  .compact-footer {
  1831.    display: flex;
  1832.    justify-content: space-between;
  1833.    align-items: center;
  1834.    margin-top: 1rem;
  1835.    font-size: 0.85rem;
  1836.    color: #6b7280;
  1837.  }
  1838.  
  1839.  .compact-author {
  1840.    display: flex;
  1841.    align-items: center;
  1842.    gap: 0.5rem;
  1843.  }
  1844.  
  1845.  .compact-avatar {
  1846.    width: 28px;
  1847.    height: 28px;
  1848.    border-radius: 50%;
  1849.    object-fit: cover;
  1850.  }
  1851.  
  1852.  .compact-name {
  1853.    color: var(--topbar-color, #111827);
  1854.    font-weight: 500;
  1855.  }
  1856.  
  1857.  /* Recent Articles Sidebar */
  1858.  .recent-section {
  1859.    background: var(--card-bg, #ffffff);
  1860.    border-radius: 12px;
  1861.    padding: 1.5rem;
  1862.    border: 1px solid var(--border-color, #e5e7eb);
  1863.    height: 100%;
  1864.  }
  1865.  
  1866.  .recent-title {
  1867.    font-size: 1.2rem;
  1868.    font-weight: 700;
  1869.    color: #111827;
  1870.    margin-bottom: 1rem;
  1871.    border-bottom: 1px solid var(--border-color, #e5e7eb);
  1872.    padding-bottom: 0.5rem;
  1873.  }
  1874.  
  1875.  .recent-list {
  1876.    display: flex;
  1877.    flex-direction: column;
  1878.    gap: 1rem;
  1879.  }
  1880.  
  1881.  .recent-item {
  1882.    padding: 0.75rem;
  1883.    border-radius: 8px;
  1884.    transition: background 0.2s ease;
  1885.    border: 1px solid var(--border-color, #e5e7eb);
  1886.  }
  1887.  
  1888.  .recent-item:hover {
  1889.    background: var(--card-bg);
  1890.  }
  1891.  
  1892.  .recent-article-title {
  1893.    font-size: 0.95rem;
  1894.    font-weight: 500;
  1895.    color: var(--topbar-color, #111827);
  1896.    margin-bottom: 0.25rem;
  1897.  }
  1898.  
  1899.  .recent-article-title a {
  1900.    color: inherit;
  1901.    text-decoration: none;
  1902.  }
  1903.  
  1904.  .recent-article-title a:hover {
  1905.    color: #3b82f6;
  1906.    transition: color 0.3s ease;
  1907.  }
  1908.  
  1909.  .recent-date {
  1910.    font-size: 0.8rem;
  1911.    color: #6b7280;
  1912.  }
  1913.  
  1914.  /* Responsive Design */
  1915.  @media (max-width: 992px) {
  1916.    .featured-image-container {
  1917.      height: 300px;
  1918.    }
  1919.    
  1920.    .featured-title {
  1921.      font-size: 2rem;
  1922.    }
  1923.    
  1924.    .compact-image {
  1925.      height: 140px;
  1926.    }
  1927.  }
  1928.  
  1929.  @media (max-width: 768px) {
  1930.    .featured-content,
  1931.    .compact-body {
  1932.      padding: 1.5rem;
  1933.    }
  1934.    
  1935.    .article-meta {
  1936.      flex-direction: column;
  1937.      align-items: flex-start;
  1938.      gap: 0.75rem;
  1939.    }
  1940.    
  1941.    .recent-section {
  1942.      margin-top: 2rem;
  1943.    }
  1944.  }
  1945.  
  1946.  @media (max-width: 576px) {
  1947.    .featured-title {
  1948.      font-size: 1.8rem;
  1949.    }
  1950.    
  1951.    .compact-title {
  1952.      font-size: 1rem;
  1953.    }
  1954.    
  1955.    .featured-content {
  1956.      padding: 1rem;
  1957.    }
  1958.    
  1959.    .compact-body {
  1960.      padding: 1rem;
  1961.    }
  1962.  }
  1963. </style>
  1964.  
  1965.  
  1966.        <!-- end of wpo-blog-hero -->
  1967.  
  1968.        <!-- start of wpo-breacking-news -->
  1969.        
  1970.        <!-- end of wpo-breacking-news -->
  1971.        
  1972.        <!-- start wpo-blog-highlights-section -->
  1973.        
  1974.  
  1975.  
  1976.  
  1977.    
  1978.  
  1979.  
  1980.  
  1981. <style>
  1982.    .blog-highlights-v3 {
  1983.        padding: 0px 0;
  1984.    }
  1985.    
  1986.    .blog-card-v3 {
  1987.        border: 1px solid #e9ecef;
  1988.        border-radius: 8px;
  1989.        overflow: hidden;
  1990.        transition: all 0.3s ease;
  1991.        background: white;
  1992.        height: 100%;
  1993.    }
  1994.    
  1995.    .blog-card-v3:hover {
  1996.        box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  1997.    }
  1998.    
  1999.    .blog-image-v3 {
  2000.        position: relative;
  2001.        overflow: hidden;
  2002.        height: 200px;
  2003.    }
  2004.    
  2005.    .blog-image-v3 img {
  2006.        width: 100%;
  2007.        height: 100%;
  2008.        object-fit: cover;
  2009.        transition: opacity 0.3s ease;
  2010.    }
  2011.    
  2012.    .blog-card-v3:hover .blog-image-v3 img {
  2013.        opacity: 0.9;
  2014.    }
  2015.    
  2016.    .blog-category-v3 {
  2017.        position: absolute;
  2018.        top: 12px;
  2019.        right: 12px;
  2020.        padding: 4px 12px;
  2021.        border-radius: 4px;
  2022.        font-size: 11px;
  2023.        font-weight: 600;
  2024.        text-transform: uppercase;
  2025.        letter-spacing: 0.8px;
  2026.    }
  2027.    
  2028.    .blog-content-v3 {
  2029.        padding: 20px;
  2030.    }
  2031.    
  2032.    .blog-title-v3 {
  2033.        font-size: 16px;
  2034.        font-weight: 600;
  2035.        line-height: 1.5;
  2036.        margin-bottom: 12px;
  2037.        min-height: 48px;
  2038.    }
  2039.    
  2040.    .blog-title-v3 a {
  2041.        text-decoration: none;
  2042.        transition: color 0.2s ease;
  2043.    }
  2044.    
  2045.    .blog-meta-v3 {
  2046.        display: flex;
  2047.        align-items: center;
  2048.        gap: 8px;
  2049.        margin-bottom: 10px;
  2050.        font-size: 12px;
  2051.        border-bottom: 1px solid #f1f3f4;
  2052.        padding-bottom: 10px;
  2053.    }
  2054.    
  2055.    .blog-author-img-v3 {
  2056.        width: 24px;
  2057.        height: 24px;
  2058.        border-radius: 50%;
  2059.        object-fit: cover;
  2060.    }
  2061.    
  2062.    .blog-excerpt-v3 {
  2063.        font-size: 13px;
  2064.        line-height: 1.5;
  2065.        opacity: 0.7;
  2066.        display: -webkit-box;
  2067.        -webkit-line-clamp: 2;
  2068.        -webkit-box-orient: vertical;
  2069.        overflow: hidden;
  2070.    }
  2071.    
  2072.    .section-title-v3 {
  2073.        font-size: 2.8rem;
  2074.        font-weight: 700;
  2075.        text-align: center;
  2076.        margin-bottom: 20px;
  2077.    }
  2078.    
  2079.    .section-subtitle-v3 {
  2080.        text-align: center;
  2081.        font-size: 1rem;
  2082.        opacity: 0.7;
  2083.        margin-bottom: 60px;
  2084.    }
  2085.  
  2086.    @media (max-width: 768px) {
  2087.        .section-title-v3 {
  2088.            font-size: 2.2rem;
  2089.        }
  2090.        .blog-highlights-v3 {
  2091.            padding: 0px 0;
  2092.        }
  2093.        .blog-content-v3 {
  2094.            padding: 16px;
  2095.        }
  2096.    }
  2097. </style>
  2098.  
  2099. <section class="blog-highlights-v3">
  2100.    <div class="container-fluid fluid-container">
  2101.        <div class="row">
  2102.            <div class="col-12">
  2103.                <h2 class="section-title-v3 top-color">
  2104.                Today's Top Highlights
  2105.                   </h2>
  2106.                <p class="section-subtitle-v3 top-color">Discover our latest stories and insights from around the world</p>
  2107.            </div>
  2108.        </div>
  2109.        
  2110.        <div class="row">
  2111.            <div class="col-lg-8 col-12">
  2112.                <div class="row g-3">
  2113.                    
  2114.                    <div class="col-lg-6 col-md-6 col-12">
  2115.                        <div class="card blog-card-v3">
  2116.                            <div class="blog-image-v3">
  2117.                                
  2118.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2119.                                
  2120.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2121.                            </div>
  2122.                            <div class="blog-content-v3">
  2123.                                <h3 class="blog-title-v3">
  2124.                                    <a href="/what-comes-next-is-unclear-relief-efforts-face-challenges-arriving-in-jamaican-towns-ravaged-by-the-storm/" class="top-color">
  2125.                                    &#x27;What comes next is unclear&#x27;: Relief efforts face challenges arriving in Jamaican towns ravaged by the storm.
  2126.                                    </a>
  2127.                                </h3>
  2128.                                <div class="blog-meta-v3">
  2129.                                    
  2130.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kelly Mcdonald" class="blog-author-img-v3">
  2131.                                    
  2132.                                    
  2133.                                    <span class="top-color">By Kelly Mcdonald</span>
  2134.                                    <span class="top-color">•</span>
  2135.                                    <span class="top-color">12 Jun 2026</span>
  2136.                                </div>
  2137.                                <p class="blog-excerpt-v3 top-color"></p>
  2138.                            </div>
  2139.                        </div>
  2140.                    </div>
  2141.                    
  2142.                    <div class="col-lg-6 col-md-6 col-12">
  2143.                        <div class="card blog-card-v3">
  2144.                            <div class="blog-image-v3">
  2145.                                
  2146.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2147.                                
  2148.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2149.                            </div>
  2150.                            <div class="blog-content-v3">
  2151.                                <h3 class="blog-title-v3">
  2152.                                    <a href="/despite-overwhelming-success-clair-obscur-developers-intend-to-keep-studio-small/" class="top-color">
  2153.                                    Despite Overwhelming Success, Clair Obscur Developers Intend to Keep Studio Small
  2154.                                    </a>
  2155.                                </h3>
  2156.                                <div class="blog-meta-v3">
  2157.                                    
  2158.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kelly Mcdonald" class="blog-author-img-v3">
  2159.                                    
  2160.                                    
  2161.                                    <span class="top-color">By Kelly Mcdonald</span>
  2162.                                    <span class="top-color">•</span>
  2163.                                    <span class="top-color">11 Jun 2026</span>
  2164.                                </div>
  2165.                                <p class="blog-excerpt-v3 top-color"></p>
  2166.                            </div>
  2167.                        </div>
  2168.                    </div>
  2169.                    
  2170.                    <div class="col-lg-6 col-md-6 col-12">
  2171.                        <div class="card blog-card-v3">
  2172.                            <div class="blog-image-v3">
  2173.                                
  2174.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2175.                                
  2176.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2177.                            </div>
  2178.                            <div class="blog-content-v3">
  2179.                                <h3 class="blog-title-v3">
  2180.                                    <a href="/ways-to-get-a-steel-cover-in-plza/" class="top-color">
  2181.                                    Ways to Get a Steel Cover in PLZA
  2182.                                    </a>
  2183.                                </h3>
  2184.                                <div class="blog-meta-v3">
  2185.                                    
  2186.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kelly Mcdonald" class="blog-author-img-v3">
  2187.                                    
  2188.                                    
  2189.                                    <span class="top-color">By Kelly Mcdonald</span>
  2190.                                    <span class="top-color">•</span>
  2191.                                    <span class="top-color">11 Jun 2026</span>
  2192.                                </div>
  2193.                                <p class="blog-excerpt-v3 top-color"></p>
  2194.                            </div>
  2195.                        </div>
  2196.                    </div>
  2197.                    
  2198.                    <div class="col-lg-6 col-md-6 col-12">
  2199.                        <div class="card blog-card-v3">
  2200.                            <div class="blog-image-v3">
  2201.                                
  2202.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2203.                                
  2204.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2205.                            </div>
  2206.                            <div class="blog-content-v3">
  2207.                                <h3 class="blog-title-v3">
  2208.                                    <a href="/manchester-uniteds-manager-dismissed-by-manchester-united/" class="top-color">
  2209.                                    Manchester United&#x27;s Manager Dismissed by Manchester United.
  2210.                                    </a>
  2211.                                </h3>
  2212.                                <div class="blog-meta-v3">
  2213.                                    
  2214.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kelly Mcdonald" class="blog-author-img-v3">
  2215.                                    
  2216.                                    
  2217.                                    <span class="top-color">By Kelly Mcdonald</span>
  2218.                                    <span class="top-color">•</span>
  2219.                                    <span class="top-color">11 Jun 2026</span>
  2220.                                </div>
  2221.                                <p class="blog-excerpt-v3 top-color"></p>
  2222.                            </div>
  2223.                        </div>
  2224.                    </div>
  2225.                    
  2226.                    <div class="col-lg-6 col-md-6 col-12">
  2227.                        <div class="card blog-card-v3">
  2228.                            <div class="blog-image-v3">
  2229.                                
  2230.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2231.                                
  2232.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2233.                            </div>
  2234.                            <div class="blog-content-v3">
  2235.                                <h3 class="blog-title-v3">
  2236.                                    <a href="/the-caribbean-nation-provides-us-military-use-to-its-airports-amid-escalating-strains-with-venezuela/" class="top-color">
  2237.                                    The Caribbean Nation Provides US Military Use to Its Airports Amid Escalating Strains with Venezuela
  2238.                                    </a>
  2239.                                </h3>
  2240.                                <div class="blog-meta-v3">
  2241.                                    
  2242.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kelly Mcdonald" class="blog-author-img-v3">
  2243.                                    
  2244.                                    
  2245.                                    <span class="top-color">By Kelly Mcdonald</span>
  2246.                                    <span class="top-color">•</span>
  2247.                                    <span class="top-color">11 Jun 2026</span>
  2248.                                </div>
  2249.                                <p class="blog-excerpt-v3 top-color"></p>
  2250.                            </div>
  2251.                        </div>
  2252.                    </div>
  2253.                    
  2254.                    <div class="col-lg-6 col-md-6 col-12">
  2255.                        <div class="card blog-card-v3">
  2256.                            <div class="blog-image-v3">
  2257.                                
  2258.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2259.                                
  2260.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2261.                            </div>
  2262.                            <div class="blog-content-v3">
  2263.                                <h3 class="blog-title-v3">
  2264.                                    <a href="/joseph-parker-and-fabio-wardley-ready-for-all-or-nothing-clash-with-opportunity-at-oleksandr-usyk-on-the-horizon/" class="top-color">
  2265.                                    Joseph Parker and Fabio Wardley Ready for ‘All or Nothing’ Clash with Opportunity at Oleksandr Usyk on the Horizon
  2266.                                    </a>
  2267.                                </h3>
  2268.                                <div class="blog-meta-v3">
  2269.                                    
  2270.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kelly Mcdonald" class="blog-author-img-v3">
  2271.                                    
  2272.                                    
  2273.                                    <span class="top-color">By Kelly Mcdonald</span>
  2274.                                    <span class="top-color">•</span>
  2275.                                    <span class="top-color">11 Jun 2026</span>
  2276.                                </div>
  2277.                                <p class="blog-excerpt-v3 top-color"></p>
  2278.                            </div>
  2279.                        </div>
  2280.                    </div>
  2281.                    
  2282.                    <div class="col-lg-6 col-md-6 col-12">
  2283.                        <div class="card blog-card-v3">
  2284.                            <div class="blog-image-v3">
  2285.                                
  2286.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2287.                                
  2288.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2289.                            </div>
  2290.                            <div class="blog-content-v3">
  2291.                                <h3 class="blog-title-v3">
  2292.                                    <a href="/former-president-trump-announces-proposals-for-a-golden-fleet-warships-named-after-the-former-president/" class="top-color">
  2293.                                    Former President Trump Announces Proposals for a ‘Golden Fleet’ Warships Named After the Former President
  2294.                                    </a>
  2295.                                </h3>
  2296.                                <div class="blog-meta-v3">
  2297.                                    
  2298.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kelly Mcdonald" class="blog-author-img-v3">
  2299.                                    
  2300.                                    
  2301.                                    <span class="top-color">By Kelly Mcdonald</span>
  2302.                                    <span class="top-color">•</span>
  2303.                                    <span class="top-color">11 Jun 2026</span>
  2304.                                </div>
  2305.                                <p class="blog-excerpt-v3 top-color"></p>
  2306.                            </div>
  2307.                        </div>
  2308.                    </div>
  2309.                    
  2310.                    <div class="col-lg-6 col-md-6 col-12">
  2311.                        <div class="card blog-card-v3">
  2312.                            <div class="blog-image-v3">
  2313.                                
  2314.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2315.                                
  2316.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2317.                            </div>
  2318.                            <div class="blog-content-v3">
  2319.                                <h3 class="blog-title-v3">
  2320.                                    <a href="/long-distance-running-champion-chepngetich-handed-36-month-suspension/" class="top-color">
  2321.                                    Long-distance running Champion Chepngetich Handed 36-month Suspension
  2322.                                    </a>
  2323.                                </h3>
  2324.                                <div class="blog-meta-v3">
  2325.                                    
  2326.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kelly Mcdonald" class="blog-author-img-v3">
  2327.                                    
  2328.                                    
  2329.                                    <span class="top-color">By Kelly Mcdonald</span>
  2330.                                    <span class="top-color">•</span>
  2331.                                    <span class="top-color">11 Jun 2026</span>
  2332.                                </div>
  2333.                                <p class="blog-excerpt-v3 top-color"></p>
  2334.                            </div>
  2335.                        </div>
  2336.                    </div>
  2337.                    
  2338.                    <div class="col-lg-6 col-md-6 col-12">
  2339.                        <div class="card blog-card-v3">
  2340.                            <div class="blog-image-v3">
  2341.                                
  2342.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2343.                                
  2344.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2345.                            </div>
  2346.                            <div class="blog-content-v3">
  2347.                                <h3 class="blog-title-v3">
  2348.                                    <a href="/voice-your-personal-perspectives-on-president-trumps-recent-remarks/" class="top-color">
  2349.                                    Voice Your Personal Perspectives on President Trump&#x27;s Recent Remarks
  2350.                                    </a>
  2351.                                </h3>
  2352.                                <div class="blog-meta-v3">
  2353.                                    
  2354.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kelly Mcdonald" class="blog-author-img-v3">
  2355.                                    
  2356.                                    
  2357.                                    <span class="top-color">By Kelly Mcdonald</span>
  2358.                                    <span class="top-color">•</span>
  2359.                                    <span class="top-color">11 Jun 2026</span>
  2360.                                </div>
  2361.                                <p class="blog-excerpt-v3 top-color"></p>
  2362.                            </div>
  2363.                        </div>
  2364.                    </div>
  2365.                    
  2366.                    <div class="col-lg-6 col-md-6 col-12">
  2367.                        <div class="card blog-card-v3">
  2368.                            <div class="blog-image-v3">
  2369.                                
  2370.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2371.                                
  2372.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2373.                            </div>
  2374.                            <div class="blog-content-v3">
  2375.                                <h3 class="blog-title-v3">
  2376.                                    <a href="/greenlandic-females-claim-judicial-triumph-in-battle-against-the-danish-state-over-forced-contraceptive-coil-scandal/" class="top-color">
  2377.                                    Greenlandic Females Claim Judicial Triumph in Battle against the Danish State over Forced Contraceptive Coil Scandal.
  2378.                                    </a>
  2379.                                </h3>
  2380.                                <div class="blog-meta-v3">
  2381.                                    
  2382.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kelly Mcdonald" class="blog-author-img-v3">
  2383.                                    
  2384.                                    
  2385.                                    <span class="top-color">By Kelly Mcdonald</span>
  2386.                                    <span class="top-color">•</span>
  2387.                                    <span class="top-color">10 Jun 2026</span>
  2388.                                </div>
  2389.                                <p class="blog-excerpt-v3 top-color"></p>
  2390.                            </div>
  2391.                        </div>
  2392.                    </div>
  2393.                    
  2394.                    <div class="col-lg-6 col-md-6 col-12">
  2395.                        <div class="card blog-card-v3">
  2396.                            <div class="blog-image-v3">
  2397.                                
  2398.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2399.                                
  2400.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2401.                            </div>
  2402.                            <div class="blog-content-v3">
  2403.                                <h3 class="blog-title-v3">
  2404.                                    <a href="/house-of-representatives-preparing-for-critical-decision-on-terminating-unprecedented-funding-crisis/" class="top-color">
  2405.                                    House of Representatives Preparing for Critical Decision on Terminating Unprecedented Funding Crisis
  2406.                                    </a>
  2407.                                </h3>
  2408.                                <div class="blog-meta-v3">
  2409.                                    
  2410.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kelly Mcdonald" class="blog-author-img-v3">
  2411.                                    
  2412.                                    
  2413.                                    <span class="top-color">By Kelly Mcdonald</span>
  2414.                                    <span class="top-color">•</span>
  2415.                                    <span class="top-color">10 Jun 2026</span>
  2416.                                </div>
  2417.                                <p class="blog-excerpt-v3 top-color"></p>
  2418.                            </div>
  2419.                        </div>
  2420.                    </div>
  2421.                    
  2422.                    <div class="col-lg-6 col-md-6 col-12">
  2423.                        <div class="card blog-card-v3">
  2424.                            <div class="blog-image-v3">
  2425.                                
  2426.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2427.                                
  2428.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2429.                            </div>
  2430.                            <div class="blog-content-v3">
  2431.                                <h3 class="blog-title-v3">
  2432.                                    <a href="/suicides-linked-to-domestic-abuse-should-be-investigated-as-potential-homicides-demand-uk-relatives/" class="top-color">
  2433.                                    Suicides Linked to Domestic Abuse Should Be Investigated as Potential Homicides, Demand UK Relatives
  2434.                                    </a>
  2435.                                </h3>
  2436.                                <div class="blog-meta-v3">
  2437.                                    
  2438.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kelly Mcdonald" class="blog-author-img-v3">
  2439.                                    
  2440.                                    
  2441.                                    <span class="top-color">By Kelly Mcdonald</span>
  2442.                                    <span class="top-color">•</span>
  2443.                                    <span class="top-color">10 Jun 2026</span>
  2444.                                </div>
  2445.                                <p class="blog-excerpt-v3 top-color"></p>
  2446.                            </div>
  2447.                        </div>
  2448.                    </div>
  2449.                    
  2450.                    
  2451.  
  2452.                </div>
  2453.            </div>
  2454.            
  2455.             <div class="col col-lg-4 col-12">
  2456.                
  2457.  
  2458.  
  2459.  
  2460.    
  2461.  
  2462.  
  2463. <!-- Blog Sidebar V2 - Focused Design -->
  2464.  <div class="sidebar mb-3">
  2465.    <!-- Recent Posts Section -->
  2466.    <div class="sidebar-widget mb-4">
  2467.      <div class="widget-title-wrapper mb-3">
  2468.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  2469.          <i class="ti-time me-2"></i>Recent Posts
  2470.          <span class="title-arrow-primary"></span>
  2471.        </h4>
  2472.      </div>
  2473.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2474.        <div class="recent-post-list">
  2475.          
  2476.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2477.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2478.                
  2479.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2480.                
  2481.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2482.            </div>
  2483.            <div class="post-content flex-grow-1">
  2484.              <h6 class="post-title mb-2">
  2485.                 <a href="/the-new-halo-campaign-evolved-reimagining-introduces-substantial-modifications-to-engage-a-fresh-player-base/" class="text-decoration-none top-color fw-semibold lh-sm">
  2486.                                            The New Halo: Campaign Evolved Reimagining Introduces Substantial Modifications to Engage a Fresh Player Base
  2487.                                            </a>
  2488.              </h6>
  2489.              <div class="post-meta mb-3">
  2490.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 Jun 2026</small>
  2491.                <!-- <small class="text-muted">
  2492.                  <i class="ti-eye me-1"></i>348 views
  2493.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2494.                </small> -->
  2495.              </div>
  2496.            </div>
  2497.          </div>
  2498.          
  2499.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2500.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2501.                
  2502.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2503.                
  2504.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2505.            </div>
  2506.            <div class="post-content flex-grow-1">
  2507.              <h6 class="post-title mb-2">
  2508.                 <a href="/the-game-unme-an-psychological-horror-merging-silent-hill-and-social-deduction-mechanics/" class="text-decoration-none top-color fw-semibold lh-sm">
  2509.                                            The Game UN:Me: An Psychological Horror Merging Silent Hill and Social Deduction Mechanics
  2510.                                            </a>
  2511.              </h6>
  2512.              <div class="post-meta mb-3">
  2513.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 Jun 2026</small>
  2514.                <!-- <small class="text-muted">
  2515.                  <i class="ti-eye me-1"></i>348 views
  2516.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2517.                </small> -->
  2518.              </div>
  2519.            </div>
  2520.          </div>
  2521.          
  2522.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2523.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2524.                
  2525.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2526.                
  2527.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2528.            </div>
  2529.            <div class="post-content flex-grow-1">
  2530.              <h6 class="post-title mb-2">
  2531.                 <a href="/dont-miss-one-iconic-stephen-king-cinematic-prior-to-the-series-next-episode/" class="text-decoration-none top-color fw-semibold lh-sm">
  2532.                                            Don&#x27;t Miss One Iconic Stephen King Cinematic Prior to the Series&#x27; Next Episode
  2533.                                            </a>
  2534.              </h6>
  2535.              <div class="post-meta mb-3">
  2536.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 Jun 2026</small>
  2537.                <!-- <small class="text-muted">
  2538.                  <i class="ti-eye me-1"></i>348 views
  2539.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2540.                </small> -->
  2541.              </div>
  2542.            </div>
  2543.          </div>
  2544.          
  2545.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2546.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2547.                
  2548.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2549.                
  2550.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2551.            </div>
  2552.            <div class="post-content flex-grow-1">
  2553.              <h6 class="post-title mb-2">
  2554.                 <a href="/why-do-we-have-to-wait-popovic-imposes-no-boundaries-on-what-australia-can-attain/" class="text-decoration-none top-color fw-semibold lh-sm">
  2555.                                            {‘Why do we have to wait?’: Popovic imposes no boundaries on what Australia can attain.
  2556.                                            </a>
  2557.              </h6>
  2558.              <div class="post-meta mb-3">
  2559.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 Jun 2026</small>
  2560.                <!-- <small class="text-muted">
  2561.                  <i class="ti-eye me-1"></i>348 views
  2562.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2563.                </small> -->
  2564.              </div>
  2565.            </div>
  2566.          </div>
  2567.          
  2568.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2569.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2570.                
  2571.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2572.                
  2573.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2574.            </div>
  2575.            <div class="post-content flex-grow-1">
  2576.              <h6 class="post-title mb-2">
  2577.                 <a href="/tom-clancys-the-division-makes-its-way-to-the-tabletop-as-a-brutally-tactical-tabletop-role-playing-game/" class="text-decoration-none top-color fw-semibold lh-sm">
  2578.                                            Tom Clancy&#x27;s The Division Makes Its Way to the Tabletop as a Brutally Tactical Tabletop Role-Playing Game
  2579.                                            </a>
  2580.              </h6>
  2581.              <div class="post-meta mb-3">
  2582.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 Jun 2026</small>
  2583.                <!-- <small class="text-muted">
  2584.                  <i class="ti-eye me-1"></i>348 views
  2585.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2586.                </small> -->
  2587.              </div>
  2588.            </div>
  2589.          </div>
  2590.          
  2591.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2592.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2593.                
  2594.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2595.                
  2596.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2597.            </div>
  2598.            <div class="post-content flex-grow-1">
  2599.              <h6 class="post-title mb-2">
  2600.                 <a href="/a-tribute-to-strength-lessons-to-learn-from-the-splendour-of-accras-cultural-festival/" class="text-decoration-none top-color fw-semibold lh-sm">
  2601.                                            A Tribute to Strength: Lessons to Learn from the Splendour of Accra&#x27;s Cultural Festival.
  2602.                                            </a>
  2603.              </h6>
  2604.              <div class="post-meta mb-3">
  2605.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>09 Jun 2026</small>
  2606.                <!-- <small class="text-muted">
  2607.                  <i class="ti-eye me-1"></i>348 views
  2608.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2609.                </small> -->
  2610.              </div>
  2611.            </div>
  2612.          </div>
  2613.          
  2614.  
  2615.        </div>
  2616.  
  2617.        <div class="text-center mt-4 pt-3 border-top border-light">
  2618.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2619.        </div>
  2620.      </div>
  2621.    </div>
  2622.  
  2623.    
  2624.    <div class="sidebar-widget mb-4">
  2625.      <div class="widget-title-wrapper mb-3">
  2626.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2627.          <i class="ti-calendar me-2"></i>June 2026 Blog Roll
  2628.          <span class="title-arrow"></span>
  2629.        </h4>
  2630.      </div>
  2631.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2632.        <div class="blog-roll-list scrollable-sidebar">
  2633.          
  2634.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2635.            <a href="https://nursingnotes.co.uk/" rel="dofollow" class="text-decoration-none ">
  2636.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2637.                <i class="ti-angle-right me-2 text-primary"></i>
  2638.                casino games not on gamstop
  2639.              </h6>
  2640.            </a>
  2641.          </div>
  2642.          
  2643.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2644.            <a href="https://www.pokerstrategy.com/betting-sites/uk/non-gamstop-betting-sites/" rel="dofollow" class="text-decoration-none ">
  2645.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2646.                <i class="ti-angle-right me-2 text-primary"></i>
  2647.                read reviews about best betting sites not on Gamstop
  2648.              </h6>
  2649.            </a>
  2650.          </div>
  2651.          
  2652.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2653.            <a href="https://cryptonews.com/uk/best-crypto-casinos/" rel="dofollow" class="text-decoration-none ">
  2654.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2655.                <i class="ti-angle-right me-2 text-primary"></i>
  2656.                user choice for Bitcoin casinos
  2657.              </h6>
  2658.            </a>
  2659.          </div>
  2660.          
  2661.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2662.            <a href="https://gamingamerica.com/non-gamstop-casinos" rel="dofollow" class="text-decoration-none ">
  2663.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2664.                <i class="ti-angle-right me-2 text-primary"></i>
  2665.                real feedback on online casinos not on Gamstop
  2666.              </h6>
  2667.            </a>
  2668.          </div>
  2669.          
  2670.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2671.            <a href="https://esports-news.co.uk/gambling-sites/" rel="dofollow" class="text-decoration-none ">
  2672.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2673.                <i class="ti-angle-right me-2 text-primary"></i>
  2674.                online casinos UK — website header
  2675.              </h6>
  2676.            </a>
  2677.          </div>
  2678.          
  2679.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2680.            <a href="https://www.footitalia.com/betting-sites/uk/not-on-gamstop/" rel="dofollow" class="text-decoration-none ">
  2681.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2682.                <i class="ti-angle-right me-2 text-primary"></i>
  2683.                new sports betting sites not on Gamstop
  2684.              </h6>
  2685.            </a>
  2686.          </div>
  2687.          
  2688.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2689.            <a href="https://www.stamina.org.uk/" rel="dofollow" class="text-decoration-none ">
  2690.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2691.                <i class="ti-angle-right me-2 text-primary"></i>
  2692.                Casino Not on Gamban
  2693.              </h6>
  2694.            </a>
  2695.          </div>
  2696.          
  2697.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2698.            <a href="https://n4g.com/uk/online-casinos" rel="dofollow" class="text-decoration-none ">
  2699.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2700.                <i class="ti-angle-right me-2 text-primary"></i>
  2701.                index of best Online casinos uk
  2702.              </h6>
  2703.            </a>
  2704.          </div>
  2705.          
  2706.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2707.            <a href="https://coinnews.com/casinos-not-on-gamstop-uk/" rel="dofollow" class="text-decoration-none ">
  2708.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2709.                <i class="ti-angle-right me-2 text-primary"></i>
  2710.                famous UK online casinos not on gamstop
  2711.              </h6>
  2712.            </a>
  2713.          </div>
  2714.          
  2715.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2716.            <a href="https://esports-news.co.uk/gambling-sites/" rel="dofollow" class="text-decoration-none ">
  2717.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2718.                <i class="ti-angle-right me-2 text-primary"></i>
  2719.                online casinos UK
  2720.              </h6>
  2721.            </a>
  2722.          </div>
  2723.          
  2724.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2725.            <a href="https://www.cardplayer.com/uk/online-casinos/best-non-uk-casinos" rel="dofollow" class="text-decoration-none ">
  2726.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2727.                <i class="ti-angle-right me-2 text-primary"></i>
  2728.                non gamstop
  2729.              </h6>
  2730.            </a>
  2731.          </div>
  2732.          
  2733.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2734.            <a href="https://esportsinsider.com/uk/gambling/non-gamstop-casinos" rel="dofollow" class="text-decoration-none ">
  2735.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2736.                <i class="ti-angle-right me-2 text-primary"></i>
  2737.                not on gamstop
  2738.              </h6>
  2739.            </a>
  2740.          </div>
  2741.          
  2742.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2743.            <a href="https://www.gameshub.com/uk/online-casinos/non-gamstop" rel="dofollow" class="text-decoration-none ">
  2744.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2745.                <i class="ti-angle-right me-2 text-primary"></i>
  2746.                not on gamstop
  2747.              </h6>
  2748.            </a>
  2749.          </div>
  2750.          
  2751.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2752.            <a href="https://www.londonfashionweekend.co.uk/" rel="dofollow" class="text-decoration-none ">
  2753.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2754.                <i class="ti-angle-right me-2 text-primary"></i>
  2755.                world cup 2026 betting sites inside
  2756.              </h6>
  2757.            </a>
  2758.          </div>
  2759.          
  2760.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2761.            <a href="https://www.kennybaker.co.uk/" rel="dofollow" class="text-decoration-none ">
  2762.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2763.                <i class="ti-angle-right me-2 text-primary"></i>
  2764.                these best online casinos
  2765.              </h6>
  2766.            </a>
  2767.          </div>
  2768.          
  2769.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2770.            <a href="https://www.outset.org/" rel="dofollow" class="text-decoration-none ">
  2771.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2772.                <i class="ti-angle-right me-2 text-primary"></i>
  2773.                non uk betting sites (verified)
  2774.              </h6>
  2775.            </a>
  2776.          </div>
  2777.          
  2778.      </div>
  2779.    </div>
  2780.    
  2781.    <div class="sidebar-widget mb-4">
  2782.      <div class="widget-title-wrapper mb-3">
  2783.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2784.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2785.          <span class="title-arrow"></span>
  2786.        </h4>
  2787.      </div>
  2788.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2789.        <div class="blog-roll-list scrollable-sidebar">
  2790.          
  2791.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2792.            <a href="https://bottlebling.co.uk/" rel="dofollow" class="text-decoration-none ">
  2793.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2794.                <i class="ti-angle-right me-2 text-primary"></i>
  2795.                online casino uk
  2796.              </h6>
  2797.            </a>
  2798.          </div>
  2799.          
  2800.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2801.            <a href="https://www.peterbrett.com/" rel="dofollow" class="text-decoration-none ">
  2802.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2803.                <i class="ti-angle-right me-2 text-primary"></i>
  2804.                non gamstop casino uk
  2805.              </h6>
  2806.            </a>
  2807.          </div>
  2808.          
  2809.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2810.            <a href="https://www.diabetologists-abcd.org.uk/" rel="dofollow" class="text-decoration-none ">
  2811.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2812.                <i class="ti-angle-right me-2 text-primary"></i>
  2813.                casino not on gamstop
  2814.              </h6>
  2815.            </a>
  2816.          </div>
  2817.          
  2818.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2819.            <a href="https://esportsinsider.com/uk/gambling/non-gamstop-casinos" rel="dofollow" class="text-decoration-none ">
  2820.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2821.                <i class="ti-angle-right me-2 text-primary"></i>
  2822.                non gamstop
  2823.              </h6>
  2824.            </a>
  2825.          </div>
  2826.          
  2827.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2828.            <a href="https://cryptonews.com/non-gamstop-casinos-uk/" rel="dofollow" class="text-decoration-none ">
  2829.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2830.                <i class="ti-angle-right me-2 text-primary"></i>
  2831.                non gamstop
  2832.              </h6>
  2833.            </a>
  2834.          </div>
  2835.          
  2836.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2837.            <a href="https://www.mainstventures.org/" rel="dofollow" class="text-decoration-none ">
  2838.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2839.                <i class="ti-angle-right me-2 text-primary"></i>
  2840.                casinos online
  2841.              </h6>
  2842.            </a>
  2843.          </div>
  2844.          
  2845.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2846.            <a href="https://www.coinspeaker.com/uk/crypto-betting-sites/" rel="dofollow" class="text-decoration-none ">
  2847.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2848.                <i class="ti-angle-right me-2 text-primary"></i>
  2849.                new betting sites uk
  2850.              </h6>
  2851.            </a>
  2852.          </div>
  2853.          
  2854.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2855.            <a href="https://www.cardplayer.com/uk/online-casinos" rel="dofollow" class="text-decoration-none ">
  2856.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2857.                <i class="ti-angle-right me-2 text-primary"></i>
  2858.                online casinos uk
  2859.              </h6>
  2860.            </a>
  2861.          </div>
  2862.          
  2863.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2864.            <a href="https://www.frn.org.uk/" rel="dofollow" class="text-decoration-none ">
  2865.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2866.                <i class="ti-angle-right me-2 text-primary"></i>
  2867.                new betting sites uk
  2868.              </h6>
  2869.            </a>
  2870.          </div>
  2871.          
  2872.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2873.            <a href="https://falstaffexperience.co.uk/" rel="dofollow" class="text-decoration-none ">
  2874.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2875.                <i class="ti-angle-right me-2 text-primary"></i>
  2876.                casino not on gamstop
  2877.              </h6>
  2878.            </a>
  2879.          </div>
  2880.          
  2881.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2882.            <a href="https://www.spaceforsmartergovernment.uk/" rel="dofollow" class="text-decoration-none ">
  2883.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2884.                <i class="ti-angle-right me-2 text-primary"></i>
  2885.                best betting sites uk
  2886.              </h6>
  2887.            </a>
  2888.          </div>
  2889.          
  2890.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2891.            <a href="https://www.udaipur.org.uk/" rel="dofollow" class="text-decoration-none ">
  2892.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2893.                <i class="ti-angle-right me-2 text-primary"></i>
  2894.                non gamstop casino
  2895.              </h6>
  2896.            </a>
  2897.          </div>
  2898.          
  2899.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2900.            <a href="https://www.fujitsu-siemens.co.uk/" rel="dofollow" class="text-decoration-none ">
  2901.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2902.                <i class="ti-angle-right me-2 text-primary"></i>
  2903.                best online betting sites
  2904.              </h6>
  2905.            </a>
  2906.          </div>
  2907.          
  2908.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2909.            <a href="https://esports-news.co.uk/gambling-sites/lizaro-review/" rel="dofollow" class="text-decoration-none ">
  2910.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2911.                <i class="ti-angle-right me-2 text-primary"></i>
  2912.                lizaro review
  2913.              </h6>
  2914.            </a>
  2915.          </div>
  2916.          
  2917.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2918.            <a href="https://www.voiceprint.co.uk/" rel="dofollow" class="text-decoration-none ">
  2919.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2920.                <i class="ti-angle-right me-2 text-primary"></i>
  2921.                best non gamstop casinos
  2922.              </h6>
  2923.            </a>
  2924.          </div>
  2925.          
  2926.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2927.            <a href="https://thegoldenfleeceyork.co.uk/" rel="dofollow" class="text-decoration-none ">
  2928.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2929.                <i class="ti-angle-right me-2 text-primary"></i>
  2930.                online casinos UK
  2931.              </h6>
  2932.            </a>
  2933.          </div>
  2934.          
  2935.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2936.            <a href="https://www.casquette.co.uk/" rel="dofollow" class="text-decoration-none ">
  2937.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2938.                <i class="ti-angle-right me-2 text-primary"></i>
  2939.                best non gamstop casinos
  2940.              </h6>
  2941.            </a>
  2942.          </div>
  2943.          
  2944.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2945.            <a href="https://heyimhome.co.uk/" rel="dofollow" class="text-decoration-none ">
  2946.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2947.                <i class="ti-angle-right me-2 text-primary"></i>
  2948.                online casinos not on gamstop
  2949.              </h6>
  2950.            </a>
  2951.          </div>
  2952.          
  2953.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2954.            <a href="https://www.heatonpark.org.uk/" rel="dofollow" class="text-decoration-none ">
  2955.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2956.                <i class="ti-angle-right me-2 text-primary"></i>
  2957.                crypto casino
  2958.              </h6>
  2959.            </a>
  2960.          </div>
  2961.          
  2962.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2963.            <a href="https://www.outset.org/" rel="dofollow" class="text-decoration-none ">
  2964.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2965.                <i class="ti-angle-right me-2 text-primary"></i>
  2966.                best betting sites
  2967.              </h6>
  2968.            </a>
  2969.          </div>
  2970.          
  2971.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2972.            <a href="https://www.tourofbritain.co.uk/" rel="dofollow" class="text-decoration-none ">
  2973.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2974.                <i class="ti-angle-right me-2 text-primary"></i>
  2975.                non gamstop casinos
  2976.              </h6>
  2977.            </a>
  2978.          </div>
  2979.          
  2980.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2981.            <a href="https://www.testandverification.com/" rel="dofollow" class="text-decoration-none ">
  2982.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2983.                <i class="ti-angle-right me-2 text-primary"></i>
  2984.                non gamstop casino uk
  2985.              </h6>
  2986.            </a>
  2987.          </div>
  2988.          
  2989.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2990.            <a href="https://www.casquette.co.uk/" rel="dofollow" class="text-decoration-none ">
  2991.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2992.                <i class="ti-angle-right me-2 text-primary"></i>
  2993.                online casino
  2994.              </h6>
  2995.            </a>
  2996.          </div>
  2997.          
  2998.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2999.            <a href="https://www.deakinandblue.com/" rel="dofollow" class="text-decoration-none ">
  3000.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3001.                <i class="ti-angle-right me-2 text-primary"></i>
  3002.                non gamstop online casinos uk
  3003.              </h6>
  3004.            </a>
  3005.          </div>
  3006.          
  3007.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3008.            <a href="https://www.toop.eu/" rel="dofollow" class="text-decoration-none ">
  3009.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3010.                <i class="ti-angle-right me-2 text-primary"></i>
  3011.                uk casinos not on gamstop
  3012.              </h6>
  3013.            </a>
  3014.          </div>
  3015.          
  3016.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3017.            <a href="https://www.roundhaypark.org.uk/" rel="dofollow" class="text-decoration-none ">
  3018.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3019.                <i class="ti-angle-right me-2 text-primary"></i>
  3020.                non gamstop casino uk
  3021.              </h6>
  3022.            </a>
  3023.          </div>
  3024.          
  3025.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3026.            <a href="https://www.focus12.co.uk/" rel="dofollow" class="text-decoration-none ">
  3027.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3028.                <i class="ti-angle-right me-2 text-primary"></i>
  3029.                slots not on gamstop
  3030.              </h6>
  3031.            </a>
  3032.          </div>
  3033.          
  3034.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3035.            <a href="https://britishicehockey.co.uk/" rel="dofollow" class="text-decoration-none ">
  3036.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3037.                <i class="ti-angle-right me-2 text-primary"></i>
  3038.                slots not on gamstop
  3039.              </h6>
  3040.            </a>
  3041.          </div>
  3042.          
  3043.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3044.            <a href="https://casinobeats.com/uk/online-casinos/casinos-not-on-gamstop/" rel="dofollow" class="text-decoration-none ">
  3045.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3046.                <i class="ti-angle-right me-2 text-primary"></i>
  3047.                casino not on gamstop
  3048.              </h6>
  3049.            </a>
  3050.          </div>
  3051.          
  3052.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3053.            <a href="https://esportsinsider.com/uk/gambling/non-gamstop-casinos" rel="dofollow" class="text-decoration-none ">
  3054.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3055.                <i class="ti-angle-right me-2 text-primary"></i>
  3056.                casino not on gamstop
  3057.              </h6>
  3058.            </a>
  3059.          </div>
  3060.          
  3061.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3062.            <a href="https://tescobagsofhelp.org.uk/" rel="dofollow" class="text-decoration-none ">
  3063.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3064.                <i class="ti-angle-right me-2 text-primary"></i>
  3065.                non gamstop casino
  3066.              </h6>
  3067.            </a>
  3068.          </div>
  3069.          
  3070.      </div>
  3071.    </div>
  3072.    
  3073.    <div class="sidebar-widget mb-4">
  3074.      <div class="widget-title-wrapper mb-3">
  3075.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3076.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  3077.          <span class="title-arrow"></span>
  3078.        </h4>
  3079.      </div>
  3080.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3081.        <div class="blog-roll-list scrollable-sidebar">
  3082.          
  3083.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3084.            <a href="https://www.heatonpark.org.uk/" rel="dofollow" class="text-decoration-none ">
  3085.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3086.                <i class="ti-angle-right me-2 text-primary"></i>
  3087.                no kyc casinos UK
  3088.              </h6>
  3089.            </a>
  3090.          </div>
  3091.          
  3092.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3093.            <a href="https://www.oceanacidification.org.uk/" rel="dofollow" class="text-decoration-none ">
  3094.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3095.                <i class="ti-angle-right me-2 text-primary"></i>
  3096.                casino not on gamstop
  3097.              </h6>
  3098.            </a>
  3099.          </div>
  3100.          
  3101.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3102.            <a href="https://www.mesaonline.org/" rel="dofollow" class="text-decoration-none ">
  3103.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3104.                <i class="ti-angle-right me-2 text-primary"></i>
  3105.                casinos not on gamstop
  3106.              </h6>
  3107.            </a>
  3108.          </div>
  3109.          
  3110.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3111.            <a href="https://www.geekgirlmeetup.co.uk/" rel="dofollow" class="text-decoration-none ">
  3112.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3113.                <i class="ti-angle-right me-2 text-primary"></i>
  3114.                casino not on gamstop
  3115.              </h6>
  3116.            </a>
  3117.          </div>
  3118.          
  3119.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3120.            <a href="https://nva.org.uk/" rel="dofollow" class="text-decoration-none ">
  3121.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3122.                <i class="ti-angle-right me-2 text-primary"></i>
  3123.                casinos not on gamstop
  3124.              </h6>
  3125.            </a>
  3126.          </div>
  3127.          
  3128.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3129.            <a href="https://straightfromyard.co.uk/" rel="dofollow" class="text-decoration-none ">
  3130.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3131.                <i class="ti-angle-right me-2 text-primary"></i>
  3132.                casino games
  3133.              </h6>
  3134.            </a>
  3135.          </div>
  3136.          
  3137.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3138.            <a href="https://www.london-irish.com/" rel="dofollow" class="text-decoration-none ">
  3139.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3140.                <i class="ti-angle-right me-2 text-primary"></i>
  3141.                best online casinos
  3142.              </h6>
  3143.            </a>
  3144.          </div>
  3145.          
  3146.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3147.            <a href="https://savethedatemagazine.co.uk/" rel="dofollow" class="text-decoration-none ">
  3148.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3149.                <i class="ti-angle-right me-2 text-primary"></i>
  3150.                best online casinos
  3151.              </h6>
  3152.            </a>
  3153.          </div>
  3154.          
  3155.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3156.            <a href="https://www.cca-glasgow.com/" rel="dofollow" class="text-decoration-none ">
  3157.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3158.                <i class="ti-angle-right me-2 text-primary"></i>
  3159.                casino games
  3160.              </h6>
  3161.            </a>
  3162.          </div>
  3163.          
  3164.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3165.            <a href="https://allcatsrgrey.org.uk/" rel="dofollow" class="text-decoration-none ">
  3166.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3167.                <i class="ti-angle-right me-2 text-primary"></i>
  3168.                casino games
  3169.              </h6>
  3170.            </a>
  3171.          </div>
  3172.          
  3173.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3174.            <a href="https://www.citytosea.org.uk/" rel="dofollow" class="text-decoration-none ">
  3175.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3176.                <i class="ti-angle-right me-2 text-primary"></i>
  3177.                casino games
  3178.              </h6>
  3179.            </a>
  3180.          </div>
  3181.          
  3182.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3183.            <a href="https://www.summerhall.co.uk/" rel="dofollow" class="text-decoration-none ">
  3184.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3185.                <i class="ti-angle-right me-2 text-primary"></i>
  3186.                casino games
  3187.              </h6>
  3188.            </a>
  3189.          </div>
  3190.          
  3191.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3192.            <a href="https://www.executive-shaving.co.uk" rel="dofollow" class="text-decoration-none ">
  3193.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3194.                <i class="ti-angle-right me-2 text-primary"></i>
  3195.                best online casinos
  3196.              </h6>
  3197.            </a>
  3198.          </div>
  3199.          
  3200.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3201.            <a href="https://spicers.co.uk/" rel="dofollow" class="text-decoration-none ">
  3202.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3203.                <i class="ti-angle-right me-2 text-primary"></i>
  3204.                new UK casino
  3205.              </h6>
  3206.            </a>
  3207.          </div>
  3208.          
  3209.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3210.            <a href="https://www.stokestaffslep.org.uk" rel="dofollow" class="text-decoration-none ">
  3211.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3212.                <i class="ti-angle-right me-2 text-primary"></i>
  3213.                non uk casino sites
  3214.              </h6>
  3215.            </a>
  3216.          </div>
  3217.          
  3218.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3219.            <a href="https://invo.org.uk" rel="dofollow" class="text-decoration-none ">
  3220.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3221.                <i class="ti-angle-right me-2 text-primary"></i>
  3222.                non gamstop casinos
  3223.              </h6>
  3224.            </a>
  3225.          </div>
  3226.          
  3227.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3228.            <a href="https://oxfordgoldgroup.com" rel="dofollow" class="text-decoration-none ">
  3229.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3230.                <i class="ti-angle-right me-2 text-primary"></i>
  3231.                non gamstop casino
  3232.              </h6>
  3233.            </a>
  3234.          </div>
  3235.          
  3236.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3237.            <a href="https://appleiphoneunlock.uk/" rel="dofollow" class="text-decoration-none ">
  3238.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3239.                <i class="ti-angle-right me-2 text-primary"></i>
  3240.                crypto casino uk
  3241.              </h6>
  3242.            </a>
  3243.          </div>
  3244.          
  3245.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3246.            <a href="https://mcaleicester.co.uk/" rel="dofollow" class="text-decoration-none ">
  3247.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3248.                <i class="ti-angle-right me-2 text-primary"></i>
  3249.                new online casinos uk
  3250.              </h6>
  3251.            </a>
  3252.          </div>
  3253.          
  3254.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3255.            <a href="https://thepearlyqueen.com/" rel="dofollow" class="text-decoration-none ">
  3256.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3257.                <i class="ti-angle-right me-2 text-primary"></i>
  3258.                non GamStop casinos
  3259.              </h6>
  3260.            </a>
  3261.          </div>
  3262.          
  3263.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3264.            <a href="https://hapihemp.co.uk/" rel="dofollow" class="text-decoration-none ">
  3265.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3266.                <i class="ti-angle-right me-2 text-primary"></i>
  3267.                best online betting sites uk
  3268.              </h6>
  3269.            </a>
  3270.          </div>
  3271.          
  3272.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3273.            <a href="https://www.kylebooks.co.uk/" rel="dofollow" class="text-decoration-none ">
  3274.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3275.                <i class="ti-angle-right me-2 text-primary"></i>
  3276.                non gamstop casinos uk
  3277.              </h6>
  3278.            </a>
  3279.          </div>
  3280.          
  3281.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3282.            <a href="https://www.citygateway.org.uk/" rel="dofollow" class="text-decoration-none ">
  3283.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3284.                <i class="ti-angle-right me-2 text-primary"></i>
  3285.                best non gamstop casinos
  3286.              </h6>
  3287.            </a>
  3288.          </div>
  3289.          
  3290.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3291.            <a href="https://www.techandplay.org/" rel="dofollow" class="text-decoration-none ">
  3292.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3293.                <i class="ti-angle-right me-2 text-primary"></i>
  3294.                best online betting sites uk
  3295.              </h6>
  3296.            </a>
  3297.          </div>
  3298.          
  3299.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3300.            <a href="https://www.deakinandblue.com/" rel="dofollow" class="text-decoration-none ">
  3301.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3302.                <i class="ti-angle-right me-2 text-primary"></i>
  3303.                uk online casinos not on gamstop
  3304.              </h6>
  3305.            </a>
  3306.          </div>
  3307.          
  3308.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3309.            <a href="https://www.thekarczma.co.uk/" rel="dofollow" class="text-decoration-none ">
  3310.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3311.                <i class="ti-angle-right me-2 text-primary"></i>
  3312.                non UK gambling sites
  3313.              </h6>
  3314.            </a>
  3315.          </div>
  3316.          
  3317.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3318.            <a href="https://www.wildandgame.co.uk" rel="dofollow" class="text-decoration-none ">
  3319.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3320.                <i class="ti-angle-right me-2 text-primary"></i>
  3321.                casinos not on GamStop
  3322.              </h6>
  3323.            </a>
  3324.          </div>
  3325.          
  3326.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3327.            <a href="https://www.fourpure.com/" rel="dofollow" class="text-decoration-none ">
  3328.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3329.                <i class="ti-angle-right me-2 text-primary"></i>
  3330.                casinos not on GamStop
  3331.              </h6>
  3332.            </a>
  3333.          </div>
  3334.          
  3335.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3336.            <a href="https://www.homeworkworkspace.com" rel="dofollow" class="text-decoration-none ">
  3337.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3338.                <i class="ti-angle-right me-2 text-primary"></i>
  3339.                sites not on GamStop
  3340.              </h6>
  3341.            </a>
  3342.          </div>
  3343.          
  3344.      </div>
  3345.    </div>
  3346.    
  3347.    <div class="sidebar-widget mb-4">
  3348.      <div class="widget-title-wrapper mb-3">
  3349.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3350.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  3351.          <span class="title-arrow"></span>
  3352.        </h4>
  3353.      </div>
  3354.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3355.        <div class="blog-roll-list scrollable-sidebar">
  3356.          
  3357.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3358.            <a href="https://www.drenge.co.uk/" rel="dofollow" class="text-decoration-none ">
  3359.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3360.                <i class="ti-angle-right me-2 text-primary"></i>
  3361.                non GamStop casinos
  3362.              </h6>
  3363.            </a>
  3364.          </div>
  3365.          
  3366.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3367.            <a href="https://www.durhamminers.org/" rel="dofollow" class="text-decoration-none ">
  3368.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3369.                <i class="ti-angle-right me-2 text-primary"></i>
  3370.                best casino not on GamStop
  3371.              </h6>
  3372.            </a>
  3373.          </div>
  3374.          
  3375.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3376.            <a href="https://www.llancaiachfawr.co.uk/" rel="dofollow" class="text-decoration-none ">
  3377.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3378.                <i class="ti-angle-right me-2 text-primary"></i>
  3379.                UK casinos not on GamStop
  3380.              </h6>
  3381.            </a>
  3382.          </div>
  3383.          
  3384.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3385.            <a href="https://www.covent-garden.co.uk/" rel="dofollow" class="text-decoration-none ">
  3386.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3387.                <i class="ti-angle-right me-2 text-primary"></i>
  3388.                non GamStop casino UK
  3389.              </h6>
  3390.            </a>
  3391.          </div>
  3392.          
  3393.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3394.            <a href="https://www.patients4nhs.org.uk/" rel="dofollow" class="text-decoration-none ">
  3395.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3396.                <i class="ti-angle-right me-2 text-primary"></i>
  3397.                casinos not on GamStop
  3398.              </h6>
  3399.            </a>
  3400.          </div>
  3401.          
  3402.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3403.            <a href="https://www.ginspa.co.uk/" rel="dofollow" class="text-decoration-none ">
  3404.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3405.                <i class="ti-angle-right me-2 text-primary"></i>
  3406.                casino not on gamestop
  3407.              </h6>
  3408.            </a>
  3409.          </div>
  3410.          
  3411.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3412.            <a href="https://socialeatinghouse.com/" rel="dofollow" class="text-decoration-none ">
  3413.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3414.                <i class="ti-angle-right me-2 text-primary"></i>
  3415.                casino sites not on GamStop
  3416.              </h6>
  3417.            </a>
  3418.          </div>
  3419.          
  3420.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3421.            <a href="https://www.cranleyclinic.com/" rel="dofollow" class="text-decoration-none ">
  3422.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3423.                <i class="ti-angle-right me-2 text-primary"></i>
  3424.                non GamStop casinos UK
  3425.              </h6>
  3426.            </a>
  3427.          </div>
  3428.          
  3429.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3430.            <a href="https://www.nordicresearchnetwork.co.uk/" rel="dofollow" class="text-decoration-none ">
  3431.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3432.                <i class="ti-angle-right me-2 text-primary"></i>
  3433.                Non UK Licenced Casinos
  3434.              </h6>
  3435.            </a>
  3436.          </div>
  3437.          
  3438.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3439.            <a href="https://www.illinoistech.org/" rel="dofollow" class="text-decoration-none ">
  3440.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3441.                <i class="ti-angle-right me-2 text-primary"></i>
  3442.                anonymous crypto casinos
  3443.              </h6>
  3444.            </a>
  3445.          </div>
  3446.          
  3447.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3448.            <a href="https://www.kysty.co.uk/" rel="dofollow" class="text-decoration-none ">
  3449.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3450.                <i class="ti-angle-right me-2 text-primary"></i>
  3451.                Non Gamstop Casinos
  3452.              </h6>
  3453.            </a>
  3454.          </div>
  3455.          
  3456.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3457.            <a href="https://hisbe.co.uk/" rel="dofollow" class="text-decoration-none ">
  3458.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3459.                <i class="ti-angle-right me-2 text-primary"></i>
  3460.                casinos not on gamstop
  3461.              </h6>
  3462.            </a>
  3463.          </div>
  3464.          
  3465.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3466.            <a href="https://citytosea.org.uk/" rel="dofollow" class="text-decoration-none ">
  3467.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3468.                <i class="ti-angle-right me-2 text-primary"></i>
  3469.                betting sites not on gamstop
  3470.              </h6>
  3471.            </a>
  3472.          </div>
  3473.          
  3474.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3475.            <a href="https://thisables.com/" rel="dofollow" class="text-decoration-none ">
  3476.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3477.                <i class="ti-angle-right me-2 text-primary"></i>
  3478.                uk bingo sites not on gamstop
  3479.              </h6>
  3480.            </a>
  3481.          </div>
  3482.          
  3483.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3484.            <a href="https://www.ncsl.org.uk/" rel="dofollow" class="text-decoration-none ">
  3485.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3486.                <i class="ti-angle-right me-2 text-primary"></i>
  3487.                best sports betting sites uk
  3488.              </h6>
  3489.            </a>
  3490.          </div>
  3491.          
  3492.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3493.            <a href="https://stmargarets.london/" rel="dofollow" class="text-decoration-none ">
  3494.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3495.                <i class="ti-angle-right me-2 text-primary"></i>
  3496.                non gamstop casinos
  3497.              </h6>
  3498.            </a>
  3499.          </div>
  3500.          
  3501.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3502.            <a href="https://oncallfire.uk/" rel="dofollow" class="text-decoration-none ">
  3503.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3504.                <i class="ti-angle-right me-2 text-primary"></i>
  3505.                Non Gamstop Casinos
  3506.              </h6>
  3507.            </a>
  3508.          </div>
  3509.          
  3510.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3511.            <a href="https://www.ferranti-technologies.co.uk/" rel="dofollow" class="text-decoration-none ">
  3512.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3513.                <i class="ti-angle-right me-2 text-primary"></i>
  3514.                casinos not on gamstop
  3515.              </h6>
  3516.            </a>
  3517.          </div>
  3518.          
  3519.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3520.            <a href="https://free2learn.org.uk" rel="dofollow" class="text-decoration-none ">
  3521.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3522.                <i class="ti-angle-right me-2 text-primary"></i>
  3523.                best casino not on gamstop
  3524.              </h6>
  3525.            </a>
  3526.          </div>
  3527.          
  3528.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3529.            <a href="https://www.regionalnetworks.org.uk/" rel="dofollow" class="text-decoration-none ">
  3530.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3531.                <i class="ti-angle-right me-2 text-primary"></i>
  3532.                non GAMSTOP casinos
  3533.              </h6>
  3534.            </a>
  3535.          </div>
  3536.          
  3537.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3538.            <a href="https://www.aipce.net/" rel="dofollow" class="text-decoration-none ">
  3539.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3540.                <i class="ti-angle-right me-2 text-primary"></i>
  3541.                casinos not on gamstop
  3542.              </h6>
  3543.            </a>
  3544.          </div>
  3545.          
  3546.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3547.            <a href="https://www.roadpeace.org/" rel="dofollow" class="text-decoration-none ">
  3548.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3549.                <i class="ti-angle-right me-2 text-primary"></i>
  3550.                casino not on gamstop
  3551.              </h6>
  3552.            </a>
  3553.          </div>
  3554.          
  3555.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3556.            <a href="http://ukfreespinsnotongamstop.in.net/" rel="dofollow" class="text-decoration-none ">
  3557.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3558.                <i class="ti-angle-right me-2 text-primary"></i>
  3559.                online casino
  3560.              </h6>
  3561.            </a>
  3562.          </div>
  3563.          
  3564.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3565.            <a href="https://dickensworld.co.uk/" rel="dofollow" class="text-decoration-none ">
  3566.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3567.                <i class="ti-angle-right me-2 text-primary"></i>
  3568.                online casinos
  3569.              </h6>
  3570.            </a>
  3571.          </div>
  3572.          
  3573.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3574.            <a href="https://www.money-mentor.org/" rel="dofollow" class="text-decoration-none ">
  3575.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3576.                <i class="ti-angle-right me-2 text-primary"></i>
  3577.                anonymous casino
  3578.              </h6>
  3579.            </a>
  3580.          </div>
  3581.          
  3582.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3583.            <a href="https://roadpeace.org/" rel="dofollow" class="text-decoration-none ">
  3584.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3585.                <i class="ti-angle-right me-2 text-primary"></i>
  3586.                casino
  3587.              </h6>
  3588.            </a>
  3589.          </div>
  3590.          
  3591.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3592.            <a href="https://financialservicescultureboard.org.uk/" rel="dofollow" class="text-decoration-none ">
  3593.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3594.                <i class="ti-angle-right me-2 text-primary"></i>
  3595.                non gamstop sports betting sites
  3596.              </h6>
  3597.            </a>
  3598.          </div>
  3599.          
  3600.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3601.            <a href="https://www.taysideaviation.co.uk/" rel="dofollow" class="text-decoration-none ">
  3602.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3603.                <i class="ti-angle-right me-2 text-primary"></i>
  3604.                non gamstop bookies
  3605.              </h6>
  3606.            </a>
  3607.          </div>
  3608.          
  3609.      </div>
  3610.    </div>
  3611.    
  3612.    <div class="sidebar-widget mb-4">
  3613.      <div class="widget-title-wrapper mb-3">
  3614.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3615.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3616.          <span class="title-arrow"></span>
  3617.        </h4>
  3618.      </div>
  3619.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3620.        <div class="blog-roll-list scrollable-sidebar">
  3621.          
  3622.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3623.            <a href="https://glasgowmuseumsslavery.co.uk/" rel="dofollow" class="text-decoration-none ">
  3624.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3625.                <i class="ti-angle-right me-2 text-primary"></i>
  3626.                best uk online casinos
  3627.              </h6>
  3628.            </a>
  3629.          </div>
  3630.          
  3631.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3632.            <a href="https://kam-media.co.uk/" rel="dofollow" class="text-decoration-none ">
  3633.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3634.                <i class="ti-angle-right me-2 text-primary"></i>
  3635.                best online casinos
  3636.              </h6>
  3637.            </a>
  3638.          </div>
  3639.          
  3640.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3641.            <a href="https://www.roadpeace.org/" rel="dofollow" class="text-decoration-none ">
  3642.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3643.                <i class="ti-angle-right me-2 text-primary"></i>
  3644.                slots
  3645.              </h6>
  3646.            </a>
  3647.          </div>
  3648.          
  3649.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3650.            <a href="https://www.voiceprint.co.uk/" rel="dofollow" class="text-decoration-none ">
  3651.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3652.                <i class="ti-angle-right me-2 text-primary"></i>
  3653.                non gamstop casino uk
  3654.              </h6>
  3655.            </a>
  3656.          </div>
  3657.          
  3658.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3659.            <a href="https://bereavementcommission.org.uk/" rel="dofollow" class="text-decoration-none ">
  3660.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3661.                <i class="ti-angle-right me-2 text-primary"></i>
  3662.                casinos not on gamstop
  3663.              </h6>
  3664.            </a>
  3665.          </div>
  3666.          
  3667.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3668.            <a href="https://jst.org.uk/" rel="dofollow" class="text-decoration-none ">
  3669.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3670.                <i class="ti-angle-right me-2 text-primary"></i>
  3671.                casino sites not on gamstop
  3672.              </h6>
  3673.            </a>
  3674.          </div>
  3675.          
  3676.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3677.            <a href="https://itechlabs.co.uk/" rel="dofollow" class="text-decoration-none ">
  3678.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3679.                <i class="ti-angle-right me-2 text-primary"></i>
  3680.                best betting sites uk
  3681.              </h6>
  3682.            </a>
  3683.          </div>
  3684.          
  3685.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3686.            <a href="https://esports-news.co.uk/betting-sites/non-gamstop/" rel="dofollow" class="text-decoration-none ">
  3687.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3688.                <i class="ti-angle-right me-2 text-primary"></i>
  3689.                best betting sites
  3690.              </h6>
  3691.            </a>
  3692.          </div>
  3693.          
  3694.      </div>
  3695.    </div>
  3696.    
  3697.  </div>
  3698.  
  3699. <!-- Sidebar V2 Styles -->
  3700. <style>
  3701.  .sidebar-widget {
  3702.    position: relative;
  3703.  }
  3704.  
  3705.  .widget-title {
  3706.    font-size: 1.1rem;
  3707.    font-weight: 700;
  3708.    display: inline-block;
  3709.    position: relative;
  3710.    z-index: 2;
  3711.    border-radius: 0;
  3712.  }
  3713.  
  3714.  /* Green arrow for August Blog Roll */
  3715.  .title-arrow::after {
  3716.    content: '';
  3717.    position: absolute;
  3718.    top: 0;
  3719.    right: -22px;
  3720.    width: 0;
  3721.    height: 0;
  3722.    border-left: 22px solid var(--bs-primary);
  3723.    border-top: 22px solid transparent;
  3724.    border-bottom: 22px solid transparent;
  3725.    z-index: 1;
  3726.  }
  3727.  
  3728.  /* Blue arrow for Recent Posts */
  3729.  .title-arrow-primary::after {
  3730.    content: '';
  3731.    position: absolute;
  3732.    top: 0;
  3733.    right: -22px;
  3734.    width: 0;
  3735.    height: 0;
  3736.    border-left: 22px solid var(--bs-primary);
  3737.    border-top: 22px solid transparent;
  3738.    border-bottom: 22px solid transparent;
  3739.    z-index: 1;
  3740.  }
  3741.  
  3742.  .widget-content {
  3743.    margin-top: -1px;
  3744.    position: relative;
  3745.    z-index: 1;
  3746.     background-color: var(--card-bg);
  3747.  }
  3748.  
  3749.  /* Blog Roll Items Hover Effects */
  3750.  .blog-roll-item:hover .blog-title {
  3751.    color: #198754 !important;
  3752.    transform: translateX(5px);
  3753.    transition: all 0.3s ease;
  3754.  }
  3755.  
  3756.  /* Recent Post Items Hover Effects */
  3757.  .recent-post-item:hover .post-title a {
  3758.    color: #0d6efd !important;
  3759.    transition: color 0.3s ease;
  3760.  }
  3761.  
  3762.  .recent-post-item:hover .post-image img {
  3763.    transform: scale(1.05);
  3764.    transition: transform 0.3s ease;
  3765.  }
  3766.  
  3767.  /* Button Hover Effects */
  3768.  .btn:hover {
  3769.    transform: translateY(-2px);
  3770.    transition: all 0.3s ease;
  3771.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3772.  }
  3773.  
  3774.  /* Badge Hover Effects */
  3775.  .badge:hover {
  3776.    transform: scale(1.05);
  3777.    transition: transform 0.3s ease;
  3778.  }
  3779.  
  3780.  @media (max-width: 991px) {
  3781.    .sidebar {
  3782.      margin-top: 3rem;
  3783.    }
  3784.  }
  3785.  
  3786.  @media (max-width: 576px) {
  3787.    .widget-title {
  3788.      font-size: 1rem;
  3789.      padding: 0.75rem 1rem !important;
  3790.    }
  3791.  
  3792.    .title-arrow::after,
  3793.    .title-arrow-primary::after {
  3794.      right: -18px;
  3795.      border-left-width: 18px;
  3796.      border-top-width: 18px;
  3797.      border-bottom-width: 18px;
  3798.    }
  3799.  
  3800.    .post-image {
  3801.      width: 70px !important;
  3802.      height: 55px !important;
  3803.    }
  3804.  
  3805.    .blog-meta {
  3806.      flex-direction: column !important;
  3807.      align-items: flex-start !important;
  3808.      gap: 0.5rem;
  3809.    }
  3810.  }
  3811. </style>
  3812.  
  3813.    
  3814.            </div>
  3815.        </div>
  3816.    </div>
  3817. </section>
  3818.  
  3819.    
  3820.        
  3821.        <!-- end wpo-blog-highlights-section -->
  3822.        <!-- start wpo-blog-sponsored-section -->
  3823.        
  3824.  
  3825.  
  3826.  
  3827.    
  3828.  
  3829.  
  3830.  
  3831. <style>
  3832.    .sponsored-section-v3 {
  3833.        padding: 50px 0;
  3834.    }
  3835.    
  3836.    .sponsored-card-v3 {
  3837.        background: var(--card-bg);
  3838.        border: 1px solid var(--border-color);
  3839.        border-radius: 4px;
  3840.        transition: transform 0.3s ease;
  3841.        height: 100%;
  3842.    }
  3843.    
  3844.    .sponsored-card-v3:hover {
  3845.        transform: scale(1.02);
  3846.    }
  3847.    
  3848.    .sponsored-image-v3 {
  3849.        position: relative;
  3850.        height: 170px;
  3851.        border-bottom: 1px solid var(--border-color);
  3852.    }
  3853.    
  3854.    .sponsored-image-v3 img {
  3855.        width: 100%;
  3856.        height: 100%;
  3857.        object-fit: cover;
  3858.    }
  3859.    
  3860.    .sponsored-badge-v3 {
  3861.        position: absolute;
  3862.        top: 10px;
  3863.        right: 10px;
  3864.        padding: 5px 8px;
  3865.        font-size: 11px;
  3866.        font-weight: 600;
  3867.        text-transform: uppercase;
  3868.        border-radius: 50%;
  3869.    }
  3870.    
  3871.    .sponsored-content-v3 {
  3872.        position: relative;
  3873.        padding: 18px;
  3874.    }
  3875.    
  3876.    .sponsored-title-v3 {
  3877.        font-size: 16px;
  3878.        font-weight: 700;
  3879.        line-height: 1.5;
  3880.        margin-bottom: 8px;
  3881.    }
  3882.    
  3883.    .sponsored-title-v3 a {
  3884.        text-decoration: none;
  3885.        color: #333;
  3886.    }
  3887.    
  3888.    .sponsored-title-v3 a:hover {
  3889.        color: #0056b3; /* Darker blue for hover */
  3890.    }
  3891.    
  3892.    .sponsored-excerpt-v3 {
  3893.        font-size: 13px;
  3894.        font-weight: 400;
  3895.        color: #868e96;
  3896.        margin-bottom: 12px;
  3897.        line-height: 1.5;
  3898.    }
  3899.    
  3900.    .sponsored-meta-v3 {
  3901.        font-size: 12px;
  3902.        color: #6c757d;
  3903.    }
  3904.    
  3905.    .author-info-v3 {
  3906.        display: flex;
  3907.        align-items: center;
  3908.        gap: 6px;
  3909.        margin-bottom: 6px;
  3910.    }
  3911.    
  3912.    .sponsored-author-img-v3 {
  3913.        width: 24px;
  3914.        height: 24px;
  3915.        border-radius: 50%;
  3916.        object-fit: cover;
  3917.    }
  3918.    
  3919.    .section-title-sponsored-v3 {
  3920.        font-size: 2rem;
  3921.        font-weight: 600;
  3922.        text-align: left;
  3923.        margin-bottom: 25px;
  3924.        color: #333;
  3925.        border-bottom: 3px solid var(--bs-primary);
  3926.        padding-bottom: 10px;
  3927.    }
  3928.  
  3929.    @media (max-width: 768px) {
  3930.        .sponsored-section-v3 {
  3931.            padding: 30px 0;
  3932.        }
  3933.        .sponsored-content-v3 {
  3934.            padding: 15px;
  3935.        }
  3936.        .sponsored-title-v3 {
  3937.            font-size: 15px;
  3938.        }
  3939.        .sponsored-excerpt-v3 {
  3940.            font-size: 12px;
  3941.        }
  3942.        .section-title-sponsored-v3 {
  3943.            font-size: 1.8rem;
  3944.        }
  3945.    }
  3946. </style>
  3947.  
  3948. <section class="sponsored-section-v3">
  3949.    <div class="container-fluid fluid-container">
  3950.        <div class="row">
  3951.            <div class="col-12">
  3952.                <h2 class="section-title-sponsored-v3">Sponsored News</h2>
  3953.            </div>
  3954.        </div>
  3955.        
  3956.        <div class="row g-4">
  3957.            
  3958.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3959.                <div class="card sponsored-card-v3">
  3960.                    <div class="sponsored-image-v3">
  3961.                        
  3962.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3963.                        
  3964.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3965.                    </div>
  3966.                    <div class="sponsored-content-v3">
  3967.                        <h3 class="sponsored-title-v3">
  3968.                            <a href="/the-new-halo-campaign-evolved-reimagining-introduces-substantial-modifications-to-engage-a-fresh-player-base/" class="top-color">
  3969.                            The New Halo: Campaign Evolved Reimagining Introduces Substantial Modifications to Engage a Fresh Player Base
  3970.                            </a>
  3971.                        </h3>
  3972.                        <p class="sponsored-excerpt-v3">
  3973.                            
  3974.                        </p>
  3975.                        <div class="sponsored-meta-v3">
  3976.                            <div class="author-info-v3">
  3977.                                
  3978.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kelly Mcdonald" class="sponsored-author-img-v3">
  3979.                                
  3980.                                <span>
  3981.                                    Kelly Mcdonald
  3982.                                </span>
  3983.                            </div>
  3984.                            <div class="d-flex gap-2">
  3985.                                <i class="ti-calendar"></i> 10 Jun 2026
  3986.                            </div>
  3987.                        </div>
  3988.                    </div>
  3989.                </div>
  3990.            </div>
  3991.            
  3992.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3993.                <div class="card sponsored-card-v3">
  3994.                    <div class="sponsored-image-v3">
  3995.                        
  3996.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3997.                        
  3998.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3999.                    </div>
  4000.                    <div class="sponsored-content-v3">
  4001.                        <h3 class="sponsored-title-v3">
  4002.                            <a href="/the-game-unme-an-psychological-horror-merging-silent-hill-and-social-deduction-mechanics/" class="top-color">
  4003.                            The Game UN:Me: An Psychological Horror Merging Silent Hill and Social Deduction Mechanics
  4004.                            </a>
  4005.                        </h3>
  4006.                        <p class="sponsored-excerpt-v3">
  4007.                            
  4008.                        </p>
  4009.                        <div class="sponsored-meta-v3">
  4010.                            <div class="author-info-v3">
  4011.                                
  4012.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kelly Mcdonald" class="sponsored-author-img-v3">
  4013.                                
  4014.                                <span>
  4015.                                    Kelly Mcdonald
  4016.                                </span>
  4017.                            </div>
  4018.                            <div class="d-flex gap-2">
  4019.                                <i class="ti-calendar"></i> 10 Jun 2026
  4020.                            </div>
  4021.                        </div>
  4022.                    </div>
  4023.                </div>
  4024.            </div>
  4025.            
  4026.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  4027.                <div class="card sponsored-card-v3">
  4028.                    <div class="sponsored-image-v3">
  4029.                        
  4030.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4031.                        
  4032.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4033.                    </div>
  4034.                    <div class="sponsored-content-v3">
  4035.                        <h3 class="sponsored-title-v3">
  4036.                            <a href="/dont-miss-one-iconic-stephen-king-cinematic-prior-to-the-series-next-episode/" class="top-color">
  4037.                            Don&#x27;t Miss One Iconic Stephen King Cinematic Prior to the Series&#x27; Next Episode
  4038.                            </a>
  4039.                        </h3>
  4040.                        <p class="sponsored-excerpt-v3">
  4041.                            
  4042.                        </p>
  4043.                        <div class="sponsored-meta-v3">
  4044.                            <div class="author-info-v3">
  4045.                                
  4046.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kelly Mcdonald" class="sponsored-author-img-v3">
  4047.                                
  4048.                                <span>
  4049.                                    Kelly Mcdonald
  4050.                                </span>
  4051.                            </div>
  4052.                            <div class="d-flex gap-2">
  4053.                                <i class="ti-calendar"></i> 10 Jun 2026
  4054.                            </div>
  4055.                        </div>
  4056.                    </div>
  4057.                </div>
  4058.            </div>
  4059.            
  4060.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  4061.                <div class="card sponsored-card-v3">
  4062.                    <div class="sponsored-image-v3">
  4063.                        
  4064.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4065.                        
  4066.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4067.                    </div>
  4068.                    <div class="sponsored-content-v3">
  4069.                        <h3 class="sponsored-title-v3">
  4070.                            <a href="/why-do-we-have-to-wait-popovic-imposes-no-boundaries-on-what-australia-can-attain/" class="top-color">
  4071.                            {‘Why do we have to wait?’: Popovic imposes no boundaries on what Australia can attain.
  4072.                            </a>
  4073.                        </h3>
  4074.                        <p class="sponsored-excerpt-v3">
  4075.                            
  4076.                        </p>
  4077.                        <div class="sponsored-meta-v3">
  4078.                            <div class="author-info-v3">
  4079.                                
  4080.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kelly Mcdonald" class="sponsored-author-img-v3">
  4081.                                
  4082.                                <span>
  4083.                                    Kelly Mcdonald
  4084.                                </span>
  4085.                            </div>
  4086.                            <div class="d-flex gap-2">
  4087.                                <i class="ti-calendar"></i> 10 Jun 2026
  4088.                            </div>
  4089.                        </div>
  4090.                    </div>
  4091.                </div>
  4092.            </div>
  4093.            
  4094.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  4095.                <div class="card sponsored-card-v3">
  4096.                    <div class="sponsored-image-v3">
  4097.                        
  4098.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4099.                        
  4100.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4101.                    </div>
  4102.                    <div class="sponsored-content-v3">
  4103.                        <h3 class="sponsored-title-v3">
  4104.                            <a href="/tom-clancys-the-division-makes-its-way-to-the-tabletop-as-a-brutally-tactical-tabletop-role-playing-game/" class="top-color">
  4105.                            Tom Clancy&#x27;s The Division Makes Its Way to the Tabletop as a Brutally Tactical Tabletop Role-Playing Game
  4106.                            </a>
  4107.                        </h3>
  4108.                        <p class="sponsored-excerpt-v3">
  4109.                            
  4110.                        </p>
  4111.                        <div class="sponsored-meta-v3">
  4112.                            <div class="author-info-v3">
  4113.                                
  4114.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kelly Mcdonald" class="sponsored-author-img-v3">
  4115.                                
  4116.                                <span>
  4117.                                    Kelly Mcdonald
  4118.                                </span>
  4119.                            </div>
  4120.                            <div class="d-flex gap-2">
  4121.                                <i class="ti-calendar"></i> 10 Jun 2026
  4122.                            </div>
  4123.                        </div>
  4124.                    </div>
  4125.                </div>
  4126.            </div>
  4127.            
  4128.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  4129.                <div class="card sponsored-card-v3">
  4130.                    <div class="sponsored-image-v3">
  4131.                        
  4132.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4133.                        
  4134.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4135.                    </div>
  4136.                    <div class="sponsored-content-v3">
  4137.                        <h3 class="sponsored-title-v3">
  4138.                            <a href="/a-tribute-to-strength-lessons-to-learn-from-the-splendour-of-accras-cultural-festival/" class="top-color">
  4139.                            A Tribute to Strength: Lessons to Learn from the Splendour of Accra&#x27;s Cultural Festival.
  4140.                            </a>
  4141.                        </h3>
  4142.                        <p class="sponsored-excerpt-v3">
  4143.                            
  4144.                        </p>
  4145.                        <div class="sponsored-meta-v3">
  4146.                            <div class="author-info-v3">
  4147.                                
  4148.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kelly Mcdonald" class="sponsored-author-img-v3">
  4149.                                
  4150.                                <span>
  4151.                                    Kelly Mcdonald
  4152.                                </span>
  4153.                            </div>
  4154.                            <div class="d-flex gap-2">
  4155.                                <i class="ti-calendar"></i> 09 Jun 2026
  4156.                            </div>
  4157.                        </div>
  4158.                    </div>
  4159.                </div>
  4160.            </div>
  4161.            
  4162.        </div>
  4163.    </div>
  4164. </section>
  4165.  
  4166.  
  4167.    
  4168.        <!-- end wpo-blog-sponsored-section -->
  4169.        <!-- start wpo-subscribe-section -->
  4170.        
  4171.        <!-- end subscribe-section -->
  4172.        <!-- start of wpo-site-footer-section -->
  4173.        
  4174.  
  4175.  
  4176.  
  4177.  
  4178.  
  4179.  
  4180. <footer class="wpo-site-footer-v2 ">
  4181.    
  4182.    <!-- Main Footer Content -->
  4183.    <div class="container-fluid fluid-container">
  4184.        
  4185.        <!-- Step 1: Brand Section -->
  4186.        <div class="footer-brand-section">
  4187.            <div class="row justify-content-center">
  4188.                <div class="col-lg-8 col-md-10 col-12 text-center">
  4189.                    <div class="brand-wrapper">
  4190.                        
  4191.                        <h2 class="brand-title">Vision Platform</h2>
  4192.                        <p class="brand-description">Vision Platform offers cutting-edge AI and machine learning solutions to help businesses innovate and transform their operations with intelligent technology.</p>
  4193.                        
  4194.                    </div>
  4195.                </div>
  4196.            </div>
  4197.        </div>
  4198.  
  4199.        <!-- Step 2: Content Columns with Separators -->
  4200.        <div class="footer-content-section">
  4201.            <div class="content-divider"></div>
  4202.            
  4203.            <div class="row">
  4204.                
  4205.                <!-- Column 1: Important Links -->
  4206.                <div class="col-lg-6 col-md-6 col-12">
  4207.                    <div class="footer-column">
  4208.                        <div class="column-header">
  4209.                            <span class="column-number bg-primary-gradient">01</span>
  4210.                            <h6 class="column-title">Important Pages</h6>
  4211.                        </div>
  4212.                        <div class="column-content">
  4213.                            <ul class="footer-links">
  4214.                                
  4215.                                <li>
  4216.                                    <a href="/our-new-sovereign-our-digital-priest-our-algorithmic-overlord-the-way-ai-returns-us-to-the-dark-ages/" class="footer-link">
  4217.                                        Our New Sovereign, Our Digital Priest, Our Algorithmic Overlord – The Way AI Returns Us to the Dark Ages.
  4218.                                    </a>
  4219.                                </li>
  4220.                                
  4221.                                <li>
  4222.                                    <a href="/is-the-entertainment-fading-this-fall-of-the-goal-scoring/" class="footer-link">
  4223.                                        Is the Entertainment Fading? This Fall of the Goal Scoring
  4224.                                    </a>
  4225.                                </li>
  4226.                                
  4227.                                <li>
  4228.                                    <a href="/key-figure-in-prince-harry-case-alleges-admission-was-fabricated/" class="footer-link">
  4229.                                        Key Figure in Prince Harry Case Alleges Admission Was Fabricated
  4230.                                    </a>
  4231.                                </li>
  4232.                                
  4233.                                <li>
  4234.                                    <a href="/the-gunners-debated-partnership-agreement-with-visit-rwanda-set-to-end-this-coming-year/" class="footer-link">
  4235.                                        The Gunners&#x27; Debated Partnership Agreement with Visit Rwanda Set to End This Coming Year
  4236.                                    </a>
  4237.                                </li>
  4238.                                
  4239.                                <li>
  4240.                                    <a href="/the-blues-qualification-hopes-suffer-a-setback-by-defeat-at-bergamo/" class="footer-link">
  4241.                                        The Blues&#x27; Qualification Hopes Suffer a Setback by Defeat at Bergamo
  4242.                                    </a>
  4243.                                </li>
  4244.                                
  4245.                                <li>
  4246.                                    <a href="/czech-populist-prime-minister-elect-declines-to-sell-corporate-holdings-amid-ethical-row/" class="footer-link">
  4247.                                        Czech Populist Prime Minister-Elect Declines to Sell Corporate Holdings Amid Ethical Row
  4248.                                    </a>
  4249.                                </li>
  4250.                                
  4251.                            </ul>
  4252.                        </div>
  4253.                    </div>
  4254.                </div>
  4255.  
  4256.                <!-- Column 2: External Links -->
  4257.                 <div class="col-lg-6 col-md-6 col-12">
  4258.                    <div class="footer-column">
  4259.                        <div class="column-header">
  4260.                            <span class="column-number bg-primary-gradient">02</span>
  4261.                            <h6 class="column-title">External Resources</h6>
  4262.                        </div>
  4263.                       <div class="column-content">
  4264.    <ul class="footer-links" id="footerLinks">
  4265.        
  4266.        
  4267.  
  4268.        
  4269.        
  4270.        
  4271.        
  4272.    </ul>
  4273. </div>
  4274.  
  4275.                    </div>
  4276.                </div>
  4277.  
  4278.                <!-- Column 3: Categories -->
  4279.                <div class="col-lg-6 col-md-6 col-12">
  4280.                    <div class="footer-column">
  4281.                        <div class="column-header">
  4282.                            <span class="column-number bg-primary-gradient">02</span>
  4283.                            <h6 class="column-title">Categories</h6>
  4284.                        </div>
  4285.                        <div class="column-content">
  4286.                            <ul class="footer-links">
  4287.                                
  4288.                                <li>
  4289.                                    <a href="/category/all-posts/" class="footer-link">
  4290.                                        All Posts
  4291.                                    </a>
  4292.                                </li>
  4293.                                
  4294.                                <li>
  4295.                                    <a href="/category/business/" class="footer-link">
  4296.                                        Business
  4297.                                    </a>
  4298.                                </li>
  4299.                                
  4300.                                <li>
  4301.                                    <a href="/category/esports/" class="footer-link">
  4302.                                        Esports
  4303.                                    </a>
  4304.                                </li>
  4305.                                
  4306.                                <li>
  4307.                                    <a href="/category/fashion/" class="footer-link">
  4308.                                        Fashion
  4309.                                    </a>
  4310.                                </li>
  4311.                                
  4312.                                <li>
  4313.                                    <a href="/category/featured/" class="footer-link">
  4314.                                        Featured
  4315.                                    </a>
  4316.                                </li>
  4317.                                
  4318.                                <li>
  4319.                                    <a href="/category/gaming/" class="footer-link">
  4320.                                        Gaming
  4321.                                    </a>
  4322.                                </li>
  4323.                                
  4324.                            </ul>
  4325.                        </div>
  4326.                    </div>
  4327.                </div>
  4328.  
  4329.            </div>
  4330.        </div>
  4331.  
  4332.        <!-- Step 3: Footer Bottom -->
  4333.        <div class="footer-bottom-section">
  4334.            <div class="bottom-divider"></div>
  4335.            <div class="d-flex justify-content-between flex-wrap">
  4336.                <div class="">
  4337.                    <p class="copyright-text">
  4338.                        &copy; 2026 <strong>Vision Platform</strong> • All rights reserved
  4339.                    </p>
  4340.                </div>
  4341.                <div class="">
  4342.                    <nav class="footer-nav">
  4343.                        <a href="/page/write-for-us/" class="footer-nav-link">Write For Us</a>
  4344.                        <a href="/page/terms-and-conditions/" class="footer-nav-link">Terms</a>
  4345.                        <a href="/sitemap.xml" class="footer-nav-link">Sitemap</a>
  4346.                    </nav>
  4347.                </div>
  4348.            </div>
  4349.        </div>
  4350.  
  4351.    </div>
  4352.  
  4353.    <!-- Background Elements -->
  4354.    <div class="footer-bg-elements">
  4355.        <div class="bg-circle circle-1"></div>
  4356.        <div class="bg-circle circle-2"></div>
  4357.        <div class="bg-line line-1"></div>
  4358.        <div class="bg-line line-2"></div>
  4359.    </div>
  4360.  
  4361. </footer>
  4362.  
  4363. <style>
  4364. /* Footer V2 - Clean Blog Design */
  4365. .wpo-site-footer-v2 {
  4366.    color: var(--footer-color);
  4367.    background-color: var(--card-bg);
  4368.    margin-top: 100px;
  4369. }
  4370.  
  4371.  
  4372.  
  4373. /* Step 2: Brand Section */
  4374. .footer-brand-section {
  4375.    position: relative;
  4376.    z-index: 2;
  4377.    padding: 120px 0 60px;
  4378. }
  4379.  
  4380. .brand-wrapper {
  4381.    max-width: 600px;
  4382.    margin: 0 auto;
  4383. }
  4384.  
  4385. .footer-logo {
  4386.    max-height: 60px;
  4387.    width: auto;
  4388.    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
  4389. }
  4390.  
  4391. .brand-title {
  4392.    font-size: 2.2rem;
  4393.    font-weight: 800;
  4394.    color: var(--footer-color);
  4395.    margin-bottom: 1rem;
  4396.    letter-spacing: -0.02em;
  4397. }
  4398.  
  4399. .brand-description {
  4400.    font-size: 1.1rem;
  4401.    color: var(--footer-color);
  4402.    line-height: 1.6;
  4403.    opacity: .7;
  4404.    margin-bottom: 0;
  4405. }
  4406.  
  4407. /* Step 3: Content Section */
  4408. .footer-content-section {
  4409.    position: relative;
  4410.    z-index: 2;
  4411.    padding: 60px 0;
  4412. }
  4413.  
  4414.  
  4415. .footer-column {
  4416.    margin-bottom: 40px;
  4417.    padding: 0 20px;
  4418. }
  4419.  
  4420. .column-header {
  4421.    display: flex;
  4422.    align-items: center;
  4423.    margin-bottom: 25px;
  4424.    padding-bottom: 15px;
  4425.    border-bottom: 2px solid var(--border-color);
  4426. }
  4427.  
  4428. .column-number {
  4429.    width: 35px;
  4430.    height: 35px;
  4431.    border-radius: 10px;
  4432.    display: flex;
  4433.    align-items: center;
  4434.    justify-content: center;
  4435.    font-weight: 700;
  4436.    font-size: 0.9rem;
  4437.    margin-right: 15px;
  4438. }
  4439.  
  4440. .column-title {
  4441.    font-size: 1.1rem;
  4442.    font-weight: 700;
  4443.    color: var(--footer-color) !important;
  4444.    margin: 0;
  4445. }
  4446.  
  4447. .column-content {
  4448.    padding-left: 50px;
  4449. }
  4450.  
  4451. /* Footer Links */
  4452. .footer-links {
  4453.    list-style: none;
  4454.    padding: 0;
  4455.    margin: 0;
  4456. }
  4457.  
  4458. .footer-links li {
  4459.    margin-bottom: 12px;
  4460.    position: relative;
  4461. }
  4462.  
  4463. .footer-link {
  4464.    color: var(--footer-color) !important;
  4465.    text-decoration: none;
  4466.    font-size: 0.95rem;
  4467.    line-height: 1.5;
  4468.    transition: all 0.8s ease;
  4469.    position: relative;
  4470.    display: inline-flex;
  4471.    align-items: center;
  4472. }
  4473.  
  4474. .footer-link:hover {
  4475.    color: var(--bs-primary);
  4476.    padding-left: 8px;
  4477. }
  4478.  
  4479. .footer-link::before {
  4480.    content: '';
  4481.    position: absolute;
  4482.    left: -15px;
  4483.    top: 50%;
  4484.    transform: translateY(-50%);
  4485.    width: 4px;
  4486.    height: 4px;
  4487.    background: var(--bs-primary);
  4488.    border-radius: 50%;
  4489.    opacity: 0;
  4490.    transition: opacity 0.3s ease;
  4491. }
  4492.  
  4493. .footer-link:hover::before {
  4494.    opacity: 1;
  4495. }
  4496.  
  4497. /* Step 4: Footer Bottom */
  4498. .footer-bottom-section {
  4499.    position: relative;
  4500.    z-index: 2;
  4501.    padding: 30px 0;
  4502. }
  4503.  
  4504. .bottom-divider {
  4505.    width: 100%;
  4506.    height: 1px;
  4507.    background: linear-gradient(90deg, transparent 0%,var(--footer-color) ,var(--border-color) ,  transparent 100%);
  4508.    margin-bottom: 30px;
  4509. }
  4510.  
  4511. .copyright-text {
  4512.    color: var(--footer-color);
  4513.    font-size: 0.9rem;
  4514.    margin: 0;
  4515.    line-height: 1.6;
  4516. }
  4517.  
  4518. .footer-nav {
  4519.    display: flex;
  4520.    align-items: center;
  4521.    gap: 20px;
  4522.    justify-content: center;
  4523. }
  4524.  
  4525. .footer-nav-link {
  4526.    color: var(--footer-color) !important;
  4527.    text-decoration: none;
  4528.    font-size: 0.9rem;
  4529.    font-weight: 500;
  4530.    transition: color 0.3s ease;
  4531.    position: relative;
  4532. }
  4533.  
  4534. .footer-nav-link:hover {
  4535.    color: var(--bs-primary);
  4536. }
  4537.  
  4538. .footer-nav-link::after {
  4539.    content: '';
  4540.    position: absolute;
  4541.    bottom: -5px;
  4542.    left: 0;
  4543.    width: 0;
  4544.    height: 2px;
  4545.    background: var(--bs-primary) !important;
  4546.    transition: width 0.3s ease;
  4547. }
  4548.  
  4549. .footer-nav-link:hover::after {
  4550.    width: 100%;
  4551. }
  4552.  
  4553. /* Responsive Design */
  4554. @media (max-width: 992px) {
  4555.    .footer-brand-section {
  4556.        padding: 100px 0 50px;
  4557.    }
  4558.    
  4559.    .brand-title {
  4560.        font-size: 1.8rem;
  4561.    }
  4562.    
  4563.    .column-content {
  4564.        padding-left: 0;
  4565.        padding-top: 10px;
  4566.    }
  4567.    
  4568.    .column-header {
  4569.        flex-direction: column;
  4570.        align-items: flex-start;
  4571.        gap: 10px;
  4572.    }
  4573.    
  4574.    .column-number {
  4575.        align-self: center;
  4576.    }
  4577. }
  4578.  
  4579. @media (max-width: 768px) {
  4580.    .footer-brand-section {
  4581.        padding: 80px 0 40px;
  4582.    }
  4583.    
  4584.    .brand-title {
  4585.        font-size: 1.6rem;
  4586.    }
  4587.    
  4588.    .newsletter-inline {
  4589.        padding: 1.5rem;
  4590.        margin: 0 15px;
  4591.    }
  4592.    
  4593.    .newsletter-form .input-group {
  4594.        flex-direction: column;
  4595.    }
  4596.    
  4597.    .btn-newsletter {
  4598.        border-radius: 0 0 12px 12px;
  4599.    }
  4600.    
  4601.    .newsletter-input {
  4602.        border-radius: 12px 12px 0 0;
  4603.    }
  4604.    
  4605.    .footer-column {
  4606.        padding: 0 15px;
  4607.        margin-bottom: 35px;
  4608.    }
  4609.    
  4610.    .footer-nav {
  4611.        flex-direction: column;
  4612.        gap: 15px;
  4613.        margin-top: 20px;
  4614.    }
  4615. }
  4616.  
  4617. @media (max-width: 576px) {
  4618.    .footer-brand-section {
  4619.        padding: 60px 0 30px;
  4620.    }
  4621.    
  4622.    .brand-title {
  4623.        font-size: 1.4rem;
  4624.    }
  4625.    
  4626.    .brand-description {
  4627.        font-size: 1rem;
  4628.    }
  4629.    
  4630.    .newsletter-title {
  4631.        font-size: 1.1rem;
  4632.    }
  4633.    
  4634.    .column-title {
  4635.        font-size: 1rem;
  4636.    }
  4637.    
  4638.    .footer-column {
  4639.        padding: 0 10px;
  4640.    }
  4641.    
  4642.    .bg-circle, .bg-line {
  4643.        display: none;
  4644.    }
  4645. }
  4646.  
  4647. /* Minimal Animation */
  4648. .footer-column {
  4649.    transition: opacity 0.3s ease;
  4650. }
  4651.  
  4652. .footer-column:hover {
  4653.    opacity: 0.9;
  4654. }
  4655. </style>
  4656.  
  4657. <!-- Bootstrap 5 JS -->
  4658.  
  4659. <script>
  4660. // Scroll to Top Function
  4661. function scrollToTop() {
  4662.    window.scrollTo({
  4663.        top: 0,
  4664.        behavior: 'smooth'
  4665.    });
  4666. }
  4667.  
  4668. // Initialize Footer V2 Features
  4669. document.addEventListener('DOMContentLoaded', function() {
  4670.    
  4671.    // Newsletter Form Enhancement
  4672.    const newsletterForm = document.querySelector('.newsletter-form');
  4673.    if (newsletterForm) {
  4674.        newsletterForm.addEventListener('submit', function(e) {
  4675.            e.preventDefault(); // Remove this in actual implementation
  4676.            
  4677.            const submitBtn = this.querySelector('.btn-newsletter');
  4678.            const originalText = submitBtn.textContent;
  4679.            
  4680.            submitBtn.textContent = 'Subscribing...';
  4681.            submitBtn.disabled = true;
  4682.            
  4683.            // Simulate form processing
  4684.            setTimeout(() => {
  4685.                submitBtn.textContent = 'Subscribed!';
  4686.                submitBtn.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  4687.                
  4688.                setTimeout(() => {
  4689.                    submitBtn.textContent = originalText;
  4690.                    submitBtn.disabled = false;
  4691.                    submitBtn.style.background = '';
  4692.                    this.reset();
  4693.                }, 2000);
  4694.            }, 1500);
  4695.        });
  4696.    }
  4697.    
  4698.    // Smooth reveal for columns on scroll
  4699.    const observerOptions = {
  4700.        threshold: 0.1,
  4701.        rootMargin: '0px 0px -50px 0px'
  4702.    };
  4703.    
  4704.    const observer = new IntersectionObserver((entries) => {
  4705.        entries.forEach(entry => {
  4706.            if (entry.isIntersecting) {
  4707.                entry.target.style.opacity = '1';
  4708.                entry.target.style.transform = 'translateY(0)';
  4709.            }
  4710.        });
  4711.    }, observerOptions);
  4712.    
  4713.    // Initially hide columns for animation
  4714.    document.querySelectorAll('.footer-column').forEach((column, index) => {
  4715.        column.style.opacity = '0';
  4716.        column.style.transform = 'translateY(20px)';
  4717.        column.style.transition = `all 0.6s ease ${index * 0.1}s`;
  4718.        observer.observe(column);
  4719.    });
  4720.    
  4721.    // Prevent default for placeholder links
  4722.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4723.        link.addEventListener('click', function(e) {
  4724.            e.preventDefault();
  4725.        });
  4726.    });
  4727. });
  4728.  
  4729. document.addEventListener('DOMContentLoaded', function () {
  4730.    var btn = document.getElementById('toggleFooterLinks');
  4731.    if (!btn) return; // No extra links, no button
  4732.  
  4733.    var extras = document.querySelectorAll('#footerLinks li.extra');
  4734.  
  4735.    btn.addEventListener('click', function () {
  4736.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4737.            return li.classList.contains('d-none');
  4738.        });
  4739.  
  4740.        extras.forEach(function (li) {
  4741.            if (anyHidden) {
  4742.                li.classList.remove('d-none');
  4743.                li.classList.add('show');
  4744.            } else {
  4745.                li.classList.add('d-none');
  4746.                li.classList.remove('show');
  4747.            }
  4748.        });
  4749.  
  4750.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4751.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4752.    });
  4753. });
  4754.  
  4755. </script>
  4756.  
  4757.        <!-- end of wpo-site-footer-section -->
  4758.    </div>
  4759.    <!-- end of page-wrapper -->
  4760.  
  4761.    <!-- All JavaScript files
  4762.    ================================================== -->
  4763.    
  4764.  
  4765. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4766. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4767. <!-- Plugins for this template -->
  4768. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4769. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4770. <!-- Custom script for this template -->
  4771. <script src="/static/blogapp/assets/js/script.js"></script>
  4772.  
  4773. <script>
  4774. (function () {
  4775. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4776. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4777.  
  4778. function applyFallback(img) {
  4779. if (!img || img.dataset.fallbackApplied === "1") {
  4780. return;
  4781. }
  4782. var failedSrc = img.currentSrc || img.src || "";
  4783. img.dataset.fallbackApplied = "1";
  4784. img.onerror = null;
  4785. img.src = fallbackImageSrc;
  4786. console.warn("[ImageFallback] Replaced broken image:", {
  4787. failedSrc: failedSrc,
  4788. fallbackSrc: fallbackImageSrc,
  4789. alt: img.alt || "",
  4790. });
  4791. }
  4792.  
  4793. document.querySelectorAll("img").forEach(function (img) {
  4794. if (img.complete && img.naturalWidth === 0) {
  4795. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4796. failedSrc: img.currentSrc || img.src || "",
  4797. alt: img.alt || "",
  4798. });
  4799. applyFallback(img);
  4800. }
  4801. });
  4802.  
  4803. document.addEventListener(
  4804. "error",
  4805. function (event) {
  4806. var target = event.target;
  4807. if (target && target.tagName === "IMG") {
  4808. applyFallback(target);
  4809. }
  4810. },
  4811. true
  4812. );
  4813. })();
  4814. </script>
  4815.  
  4816. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4817.  
  4818.  
  4819.  
  4820. <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":"849eb6aa1cc14d45a1e4ea2dffe397bd","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4821. </body>
  4822.  
  4823. </html>
  4824.  
  4825.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda