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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="source">
  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-26T131937.544_OK2wXpD_4fMftRy_MPQaNXu.png">
  14.    
  15.  
  16.    <title>Vertex AI Gaming: Latest News, Reviews &amp; Tech Insights</title>
  17.    <meta name="description" content="Vertex AI Gaming delivers expert coverage on gaming technology, AI innovations, and industry trends for enthusiasts and professionals alike.">
  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://vertexaigaming.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #1b5e20;
  42.        --bs-primary-rgb: 1b5e20;
  43.        --bs-secondary: #78716c;
  44.        --bs-success: #2dd4bf;
  45.        --bs-danger: #f43f5e;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #0284c7;
  48.        --bs-light: #f0f4f2;
  49.        --bs-dark: #1a2e05;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #1b5e20;
  53.        --theme-primary-color-s2: #1b5e20;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #1a2e05;
  57.        --text-light-color: #676767;
  58.        --heading-color: #1a2e05;
  59.        --border-color: #c4d6cc;
  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: #d7e8d4;
  75.        --navbar-color: #1a2e05;
  76.        --topbar-bg: #f0f4f2;
  77.        --topbar-color: #1a2e05;
  78.        --footer-bg: #1a2e05;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #c4d6cc;
  82.        --card-radius: 12px;
  83.        --link-color: #1b5e20;
  84.        --link-hover: #134d17;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(27, 94, 32, 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_27">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405.  
  406. <div class="topbar d-sm-flex d-none">
  407.  <div class="container-fluid fluid-container">
  408.    <div class="row">
  409.      <div>
  410.        <div class="pt-2 d-flex  gap-2   pb-0">
  411.          <div class="bg-primary-gradient d-flex gap-2 mb-2 p-2 ">
  412.            <div class=" d-flex  ">
  413.              <sapn class="fw-bold ">
  414.                Latest
  415.              </sapn>
  416.            </div>
  417.            <div class="d-flex">
  418.              <sapn class="fw-bold ">
  419.                Update
  420.              </sapn>
  421.            </div>
  422.          </div>
  423.          <marquee direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  424.            <p class="text-center">
  425.              
  426.              <a href="/shocking-unearthing-remains-of-vanished-mother-and-child-located-in-freezing-units-in-austria/" class="px-5 top-color">
  427.                Shocking Unearthing: Remains of Vanished Mother and Child Located in Freezing Units in Austria
  428.              </a>
  429.              
  430.              <a href="/the-music-streaming-giants-wrapped-release-timeline-plus-key-inquiries-answered/" class="px-5 top-color">
  431.                The Music Streaming Giant&#x27;s Wrapped: Release Timeline plus Key Inquiries Answered
  432.              </a>
  433.              
  434.              <a href="/peaceful-conclusion-to-lionel-messis-india-tour-following-disorder-in-kolkata/" class="px-5 top-color">
  435.                Peaceful Conclusion to Lionel Messi&#x27;s India Tour Following Disorder in Kolkata
  436.              </a>
  437.              
  438.              <a href="/brian-harris-obituary-an-existence-through-the-camera/" class="px-5 top-color">
  439.                Brian Harris Obituary: An Existence Through the Camera
  440.              </a>
  441.              
  442.              <a href="/metropolitan-museum-faces-legal-challenge-over-allegedly-nazi-looted-van-gogh-painting/" class="px-5 top-color">
  443.                Metropolitan Museum Faces Legal Challenge Over Allegedly Nazi-Looted Van Gogh Painting
  444.              </a>
  445.              
  446.            </p>
  447.          </marquee>
  448.        </div>
  449.      </div>
  450.    </div>
  451.  </div>
  452. </div>
  453.  
  454.  
  455.  
  456.  
  457.            
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464. <header class="header-v7 py-2 mb-4">
  465.    <!-- Top Bar -->
  466.    <div class="top-bar-v7">
  467.        <div class="container-fluid fluid-container">
  468.            <div class="row align-items-center justify-content-center">
  469.                <div class="col-lg-3 col-md-4">
  470.                    <div class="logo-section-v7">
  471.                        <a class="brand-link-v7" href="/">
  472.                            
  473.                                Vertex AI Gaming
  474.                            
  475.                        </a>
  476.                    </div>
  477.                </div>
  478.                <div class="col-lg-6 col-md-5">
  479.                    <div class="search-bar-v7">
  480.                        <form class="search-form-v7" action="#" method="get">
  481.                            <div class="search-container-v7">
  482.                                <input id="search-input" type="search" class="search-input-v7"
  483.                                    placeholder="Search articles, tutorials, news..." name="q">
  484.                                <button type="submit" class="search-btn-v7">
  485.                                    <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  486.                                        stroke-width="2">
  487.                                        <circle cx="11" cy="11" r="8"></circle>
  488.                                        <path d="m21 21-4.35-4.35"></path>
  489.                                    </svg>
  490.                                </button>
  491.                            </div>
  492.                            <div id="search-results" class="search-results-container search-v1"></div>
  493.                        </form>
  494.                    </div>
  495.                </div>
  496.                <div class="col-lg-3 col-md-3">
  497.                    <!-- Empty column for spacing -->
  498.                </div>
  499.            </div>
  500.        </div>
  501.    </div>
  502.  
  503.    <!-- Main Navigation -->
  504.    <div class="main-nav-v7">
  505.        <div class="container-fluid">
  506.            <div class="nav-wrapper-v7">
  507.  
  508.                <!-- Sidebar Navigation -->
  509.                <nav class="sidebar-nav-v7" id="sidebarNavV7">
  510.                    <div class="nav-header-v7">
  511.                        <h6 class="nav-title-v7">Navigation</h6>
  512.                        <button class="sidebar-close-v7 text-link" onclick="closeSidebarV7()">
  513.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  514.                                stroke-width="2">
  515.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  516.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  517.                            </svg>
  518.                        </button>
  519.                    </div>
  520.  
  521.                    <ul class="sidebar-menu-v7">
  522.                        <li class="sidebar-item-v7">
  523.                            <a href='/' class="sidebar-link-v7 active-v7">
  524.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  525.                                    stroke="currentColor" stroke-width="2">
  526.                                    <path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
  527.                                    <polyline points="9,22 9,12 15,12 15,22"></polyline>
  528.                                </svg>
  529.                                Home
  530.                            </a>
  531.                        </li>
  532.  
  533.                        <li class="sidebar-item-v7 has-submenu-v7">
  534.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('tech-submenu-v7')">
  535.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  536.                                    stroke="currentColor" stroke-width="2">
  537.                                    <rect x="2" y="3" width="20" height="14" rx="2" ry="2"></rect>
  538.                                    <line x1="8" y1="21" x2="16" y2="21"></line>
  539.                                    <line x1="12" y1="17" x2="12" y2="21"></line>
  540.                                </svg>
  541.                                Technology
  542.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  543.                                    stroke="currentColor" stroke-width="2">
  544.                                    <polyline points="6,9 12,15 18,9"></polyline>
  545.                                </svg>
  546.                            </a>
  547.                            <ul class="sidebar-submenu-v7" id="tech-submenu-v7">
  548.                                <li><a href="#" class="sidebar-sublink-v7">Web Development</a></li>
  549.                                <li><a href="#" class="sidebar-sublink-v7">Mobile Apps</a></li>
  550.                                <li><a href="#" class="sidebar-sublink-v7">AI & Machine Learning</a></li>
  551.                                <li><a href="#" class="sidebar-sublink-v7">Cybersecurity</a></li>
  552.                            </ul>
  553.                        </li>
  554.  
  555.                        <li class="sidebar-item-v7 has-submenu-v7">
  556.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('business-submenu-v7')">
  557.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  558.                                    stroke="currentColor" stroke-width="2">
  559.                                    <path
  560.                                        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">
  561.                                    </path>
  562.                                </svg>
  563.                                Business
  564.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  565.                                    stroke="currentColor" stroke-width="2">
  566.                                    <polyline points="6,9 12,15 18,9"></polyline>
  567.                                </svg>
  568.                            </a>
  569.                            <ul class="sidebar-submenu-v7" id="business-submenu-v7">
  570.                                <li><a href="#" class="sidebar-sublink-v7">Startups</a></li>
  571.                                <li><a href="#" class="sidebar-sublink-v7">Marketing</a></li>
  572.                                <li><a href="#" class="sidebar-sublink-v7">Finance</a></li>
  573.                            </ul>
  574.                        </li>
  575.  
  576.                        <li class="sidebar-item-v7">
  577.                            <a href="#" class="sidebar-link-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 d="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"></path>
  581.                                    <path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"></path>
  582.                                </svg>
  583.                                Tutorials
  584.                            </a>
  585.                        </li>
  586.  
  587.                        <li class="sidebar-item-v7">
  588.                            <a href="#" class="sidebar-link-v7">
  589.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  590.                                    stroke="currentColor" stroke-width="2">
  591.                                    <polygon
  592.                                        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">
  593.                                    </polygon>
  594.                                </svg>
  595.                                Reviews
  596.                            </a>
  597.                        </li>
  598.  
  599.                        <li class="sidebar-item-v7">
  600.                            <a href="#" class="sidebar-link-v7">
  601.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  602.                                    stroke="currentColor" stroke-width="2">
  603.                                    <path d="M6 2l3 6 5.5-3-2.5 7h7l-3 6-5.5-3 2.5-7H6z"></path>
  604.                                </svg>
  605.                                News
  606.                            </a>
  607.                        </li>
  608.  
  609.                        <li class="sidebar-item-v7">
  610.                            <a href="#" class="sidebar-link-v7">
  611.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  612.                                    stroke="currentColor" stroke-width="2">
  613.                                    <circle cx="12" cy="12" r="3"></circle>
  614.                                    <path
  615.                                        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">
  616.                                    </path>
  617.                                </svg>
  618.                                About
  619.                            </a>
  620.                        </li>
  621.  
  622.                        <li class="sidebar-item-v7">
  623.                            <a href="#" class="sidebar-link-v7">
  624.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  625.                                    stroke="currentColor" stroke-width="2">
  626.                                    <path
  627.                                        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">
  628.                                    </path>
  629.                                    <polyline points="22,6 12,13 2,6"></polyline>
  630.                                </svg>
  631.                                Contact
  632.                            </a>
  633.                        </li>
  634.                    </ul>
  635.                </nav>
  636.                <div class="sidebar-blur"></div>
  637.  
  638.                <!-- Main Content Area -->
  639.                <div class="content-area-v7">
  640.                    <!-- Horizontal Nav for Desktop -->
  641.                    <nav class="horizontal-nav-v7 d-none d-lg-flex">
  642.                        <ul class="horizontal-menu-v7">
  643.  
  644.                            
  645.                            <li class="horizontal-item-v7">
  646.                                <a href="/" class="horizontal-link-v7 active-v7">Home</a>
  647.                            </li>
  648.  
  649.                            
  650.                            
  651.                             <li class="horizontal-item-v7">
  652.                                <a href="/category/all-posts/" class="horizontal-link-v7">
  653.                                    All Posts
  654.                                </a>
  655.                                </li>
  656.  
  657.                                
  658.  
  659.                                        
  660.                                        
  661.                                
  662.                             <li class="horizontal-item-v7">
  663.                                <a href="/category/business/" class="horizontal-link-v7">
  664.                                    Business
  665.                                </a>
  666.                                </li>
  667.  
  668.                                
  669.  
  670.                                        
  671.                                        
  672.                                
  673.                             <li class="horizontal-item-v7">
  674.                                <a href="/category/esports/" class="horizontal-link-v7">
  675.                                    Esports
  676.                                </a>
  677.                                </li>
  678.  
  679.                                
  680.  
  681.                                        
  682.                                        
  683.                                
  684.                             <li class="horizontal-item-v7">
  685.                                <a href="/category/fashion/" class="horizontal-link-v7">
  686.                                    Fashion
  687.                                </a>
  688.                                </li>
  689.  
  690.                                
  691.  
  692.                                        
  693.                                        
  694.                                
  695.                             <li class="horizontal-item-v7">
  696.                                <a href="/category/featured/" class="horizontal-link-v7">
  697.                                    Featured
  698.                                </a>
  699.                                </li>
  700.  
  701.                                
  702.  
  703.                                        
  704.                                        
  705.                                
  706.                             <li class="horizontal-item-v7">
  707.                                <a href="/category/gaming/" class="horizontal-link-v7">
  708.                                    Gaming
  709.                                </a>
  710.                                </li>
  711.  
  712.                                
  713.  
  714.                                        
  715.                                        
  716.                                
  717.                             <li class="horizontal-item-v7">
  718.                                <a href="/category/health/" class="horizontal-link-v7">
  719.                                    Health
  720.                                </a>
  721.                                </li>
  722.  
  723.                                
  724.  
  725.                                        
  726.                                        
  727.                                
  728.                            
  729.                                
  730.                                <li class="horizontal-item-v7 dropdown-v7">
  731.                                    <a href="#" class="horizontal-link-v7">More</a>
  732.                                    <div class="horizontal-dropdown-v7">
  733.                                        <a href="/category/life-fitness/"
  734.                                            class="dropdown-item-v7">
  735.                                            Life &amp; Fitness
  736.                                        </a>
  737.                                        
  738.  
  739.                                        
  740.                                        
  741.                                
  742.                            
  743.                                        <a href="/category/lifestyle/"
  744.                                            class="dropdown-item-v7">
  745.                                            Lifestyle
  746.                                        </a>
  747.                                        
  748.  
  749.                                        
  750.                                        
  751.                                
  752.                            
  753.                                        <a href="/category/news/"
  754.                                            class="dropdown-item-v7">
  755.                                            News
  756.                                        </a>
  757.                                        
  758.  
  759.                                        
  760.                                        
  761.                                
  762.                            
  763.                                        <a href="/category/others/"
  764.                                            class="dropdown-item-v7">
  765.                                            Others
  766.                                        </a>
  767.                                        
  768.  
  769.                                        
  770.                                        
  771.                                
  772.                            
  773.                                        <a href="/category/politics/"
  774.                                            class="dropdown-item-v7">
  775.                                            Politics
  776.                                        </a>
  777.                                        
  778.  
  779.                                        
  780.                                        
  781.                                
  782.                            
  783.                                        <a href="/category/sports/"
  784.                                            class="dropdown-item-v7">
  785.                                            Sports
  786.                                        </a>
  787.                                        
  788.  
  789.                                        
  790.                                        
  791.                                
  792.                            
  793.                                        <a href="/category/tech/"
  794.                                            class="dropdown-item-v7">
  795.                                            Tech
  796.                                        </a>
  797.                                        
  798.  
  799.                                        
  800.                                        
  801.                                
  802.                            
  803.                                        <a href="/category/travel/"
  804.                                            class="dropdown-item-v7">
  805.                                            Travel
  806.                                        </a>
  807.                                        
  808.  
  809.                                        
  810.                                        
  811.                                    </div>
  812.                                </li>
  813.                                
  814.                                
  815. <li>
  816.                  <a href="/page/contact-us/">
  817.                     Contact Us
  818.                  </a>
  819.              </li>
  820.                        </ul>
  821.                    </nav>
  822.  
  823.  
  824.                    <!-- Mobile Menu Button -->
  825.                    <button class="mobile-menu-btn-v7 d-lg-none text-link" onclick="openSidebarV7()">
  826.                        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  827.                            stroke-width="2">
  828.                            <line x1="3" y1="6" x2="21" y2="6"></line>
  829.                            <line x1="3" y1="12" x2="21" y2="12"></line>
  830.                            <line x1="3" y1="18" x2="21" y2="18"></line>
  831.                        </svg>
  832.                        Menu
  833.                    </button>
  834.                </div>
  835.            </div>
  836.        </div>
  837.    </div>
  838.  
  839.    <!-- Overlay for mobile sidebar -->
  840.    <div class="sidebar-overlay-v7" id="sidebarOverlayV7" onclick="closeSidebarV7()"></div>
  841. </header>
  842.  
  843. <style>
  844.    /* Navbar V7 Styles - Vertical Sidebar Navigation */
  845.    .header-v7 {
  846.        position: relative;
  847.        background: var(--navbar-bg);
  848.    }
  849.  
  850.    /* Top Bar Styles */
  851.    .top-bar-v7 {
  852.        padding: 15px 0;
  853.        border-bottom: 1px solid var(--border-color);
  854.        background: var(--navbar-bg);
  855.    }
  856.  
  857.    .logo-img-v7 {
  858.        max-height: 70px;
  859.        transition: transform 0.3s ease;
  860.    }
  861.  
  862.    .logo-img-v7:hover {
  863.        transform: scale(1.05);
  864.    }
  865.  
  866.    /* Search Bar Styles */
  867.    .search-container-v7 {
  868.        position: relative;
  869.        display: flex;
  870.        align-items: center;
  871.        background: transparent;
  872.        border: 2px solid var(--border-color);
  873.        border-radius: 8px;
  874.        overflow: hidden;
  875.        transition: all 0.3s ease;
  876.    }
  877.  
  878.    .search-container-v7:focus-within {
  879.        border-color: #007bff33;
  880.        box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.1);
  881.    }
  882.  
  883.    .search-input-v7 {
  884.        color: var(--topbar-color) !important;
  885.        flex: 1;
  886.        border: none;
  887.        padding: 12px 16px;
  888.        font-size: 14px;
  889.        outline: none;
  890.        background: transparent;
  891.    }
  892.  
  893.    .search-input-v7::placeholder {
  894.        color: #a0aec0;
  895.    }
  896.  
  897.    .search-btn-v7 {
  898.        background: var(--bs-primary);
  899.        color: white;
  900.        border: none;
  901.        padding: 12px 16px;
  902.        cursor: pointer;
  903.        transition: background 0.3s ease;
  904.    }
  905.  
  906.    .search-btn-v7:hover {
  907.        background: #3182ce;
  908.    }
  909.  
  910.    /* Header Actions */
  911.    .header-actions-v7 {
  912.        display: flex;
  913.        align-items: center;
  914.        gap: 15px;
  915.        justify-content: flex-end;
  916.    }
  917.  
  918.    .notification-btn-v7,
  919.    .profile-btn-v7 {
  920.        background: none;
  921.        border: none;
  922.        padding: 8px;
  923.        border-radius: 8px;
  924.        cursor: pointer;
  925.        transition: background 0.3s ease;
  926.        position: relative;
  927.    }
  928.  
  929.    .notification-btn-v7:hover,
  930.    .profile-btn-v7:hover {
  931.        background: #f1f5f9;
  932.    }
  933.  
  934.    .notification-badge-v7 {
  935.        position: absolute;
  936.        top: 2px;
  937.        right: 2px;
  938.        background: #e53e3e;
  939.        color: white;
  940.        font-size: 16px;
  941.        font-weight: 600;
  942.        width: 16px;
  943.        height: 16px;
  944.        border-radius: 50%;
  945.        display: flex;
  946.        align-items: center;
  947.        justify-content: center;
  948.    }
  949.  
  950.    .profile-avatar-v7 {
  951.        width: 32px;
  952.        height: 32px;
  953.        background: var(--border-color);
  954.        border-radius: 50%;
  955.        display: flex;
  956.        align-items: center;
  957.        justify-content: center;
  958.    }
  959.  
  960.    /* Main Navigation */
  961.    .main-nav-v7 {
  962.        background: var(--navbar-bg);
  963.    }
  964.  
  965.    .nav-wrapper-v7 {
  966.        display: flex;
  967.        align-items: center;
  968.        justify-content: center;
  969.        min-height: 60px;
  970.    }
  971.  
  972.    /* Sidebar Navigation */
  973.    .sidebar-nav-v7 {
  974.        position: fixed;
  975.        top: 0;
  976.        left: -350px;
  977.        width: 350px;
  978.        height: 100vh;
  979.        background: var(--navbar-bg);
  980.        z-index: 1000;
  981.        transition: left 0.3s ease;
  982.        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  983.        overflow-y: auto;
  984.    }
  985.  
  986.    .sidebar-nav-v7.show-v7 {
  987.        left: 0;
  988.    }
  989.  
  990.    .nav-header-v7 {
  991.        display: flex;
  992.        align-items: center;
  993.        justify-content: space-between;
  994.        padding: 20px 25px;
  995.        border-bottom: 1px solid var(--border-color);
  996.        background: var(--navbar-bg);
  997.    }
  998.  
  999.    .nav-title-v7 {
  1000.        font-size: 16px;
  1001.        font-weight: 600;
  1002.        color: #2d3748;
  1003.        margin: 0;
  1004.    }
  1005.  
  1006.    .sidebar-close-v7 {
  1007.        background: none;
  1008.        border: none;
  1009.        padding: 8px;
  1010.        cursor: pointer;
  1011.        border-radius: 6px;
  1012.        transition: background 0.3s ease;
  1013.    }
  1014.  
  1015.    .sidebar-close-v7:hover {
  1016.        background: var(--border-color);
  1017.    }
  1018.  
  1019.    .sidebar-menu-v7 {
  1020.        list-style: none;
  1021.        padding: 20px 0;
  1022.        margin: 0;
  1023.    }
  1024.  
  1025.    .sidebar-item-v7 {
  1026.        margin-bottom: 5px;
  1027.    }
  1028.  
  1029.    .sidebar-link-v7 {
  1030.        display: flex;
  1031.        align-items: center;
  1032.        color: #4a5568;
  1033.        text-decoration: none;
  1034.        padding: 15px 25px;
  1035.        font-size: 15px;
  1036.        font-weight: 500;
  1037.        transition: all 0.3s ease;
  1038.        position: relative;
  1039.    }
  1040.  
  1041.    .sidebar-link-v7:hover,
  1042.    .sidebar-link-v7.active-v7 {
  1043.        color: #007bff;
  1044.        background: var(--border-color);
  1045.    }
  1046.  
  1047.    .sidebar-link-v7.active-v7::before {
  1048.        content: '';
  1049.        position: absolute;
  1050.        left: 0;
  1051.        top: 0;
  1052.        bottom: 0;
  1053.        width: 4px;
  1054.        background: #007bff;
  1055.    }
  1056.  
  1057.    .sidebar-icon-v7 {
  1058.        margin-right: 12px;
  1059.        color: currentColor;
  1060.    }
  1061.  
  1062.    .submenu-arrow-v7 {
  1063.        margin-left: auto;
  1064.        transition: transform 0.3s ease;
  1065.    }
  1066.  
  1067.    .has-submenu-v7.open-v7 .submenu-arrow-v7 {
  1068.        transform: rotate(180deg);
  1069.    }
  1070.  
  1071.    .sidebar-submenu-v7 {
  1072.        list-style: none;
  1073.        padding: 0;
  1074.        margin: 0;
  1075.        max-height: 0;
  1076.        overflow: hidden;
  1077.        transition: max-height 0.3s ease;
  1078.        background: var(--navbar-bg);
  1079.    }
  1080.  
  1081.    .sidebar-submenu-v7.show-v7 {
  1082.        max-height: 300px;
  1083.        padding: 10px 0;
  1084.    }
  1085.  
  1086.    .sidebar-sublink-v7 {
  1087.        display: block;
  1088.        color: #718096;
  1089.        text-decoration: none;
  1090.        padding: 10px 25px 10px 55px;
  1091.        font-size: 14px;
  1092.        transition: all 0.3s ease;
  1093.    }
  1094.  
  1095.    .sidebar-sublink-v7:hover {
  1096.        color: #007bff;
  1097.        background: var(--border-color);
  1098.    }
  1099.  
  1100.    /* Sidebar Footer */
  1101.    .sidebar-footer-v7 {
  1102.        padding: 25px;
  1103.        margin-top: auto;
  1104.        border-top: 1px solid var(--border-color);
  1105.    }
  1106.  
  1107.    .sidebar-cta-v7 {
  1108.        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  1109.        padding: 20px;
  1110.        border-radius: 12px;
  1111.        text-align: center;
  1112.        color: white;
  1113.    }
  1114.  
  1115.    .cta-title-v7 {
  1116.        font-size: 14px;
  1117.        font-weight: 600;
  1118.        margin: 0 0 5px 0;
  1119.    }
  1120.  
  1121.    .cta-text-v7 {
  1122.        font-size: 12px;
  1123.        margin: 0 0 15px 0;
  1124.        opacity: 0.9;
  1125.    }
  1126.  
  1127.    .cta-btn-v7 {
  1128.        background: rgba(255, 255, 255, 0.2);
  1129.        color: white;
  1130.        border: 1px solid rgba(255, 255, 255, 0.3);
  1131.        padding: 8px 20px;
  1132.        border-radius: 20px;
  1133.        font-size: 12px;
  1134.        font-weight: 500;
  1135.        cursor: pointer;
  1136.        transition: all 0.3s ease;
  1137.    }
  1138.  
  1139.    .cta-btn-v7:hover {
  1140.        background: rgba(255, 255, 255, 0.3);
  1141.    }
  1142.  
  1143.    /* Horizontal Navigation for Desktop */
  1144.    .horizontal-nav-v7 {
  1145.        flex: 1;
  1146.        display: flex;
  1147.        justify-content: center;
  1148.    }
  1149.  
  1150.    .horizontal-menu-v7 {
  1151.        list-style: none;
  1152.        padding: 0;
  1153.        margin: 0;
  1154.        display: flex;
  1155.        align-items: center;
  1156.    }
  1157.  
  1158.    .horizontal-item-v7 {
  1159.        position: relative;
  1160.        margin-right: 30px;
  1161.    }
  1162.  
  1163.    .horizontal-link-v7 {
  1164.        color: #4a5568;
  1165.        text-decoration: none;
  1166.        font-size: 16px;
  1167.        font-weight: 500;
  1168.        padding: 20px 0;
  1169.        position: relative;
  1170.        transition: color 0.3s ease;
  1171.    }
  1172.  
  1173.    .horizontal-link-v7::after {
  1174.        content: '';
  1175.        position: absolute;
  1176.        bottom: 0;
  1177.        left: 0;
  1178.        width: 0;
  1179.        height: 2px;
  1180.        background: #007bff;
  1181.        transition: width 0.3s ease;
  1182.    }
  1183.  
  1184.    .horizontal-link-v7:hover,
  1185.    .horizontal-link-v7.active-v7 {
  1186.        color: #007bff;
  1187.        font-weight: 600;
  1188.    }
  1189.  
  1190.    .horizontal-link-v7:hover::after,
  1191.    .horizontal-link-v7.active-v7::after {
  1192.        width: 100%;
  1193.    }
  1194.  
  1195.    /* Horizontal Dropdown */
  1196.    .horizontal-dropdown-v7 {
  1197.        position: absolute;
  1198.        top: 100%;
  1199.        left: 0;
  1200.        background: var(--navbar-bg);
  1201.        min-width: 200px;
  1202.        border-radius: 8px;
  1203.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  1204.        opacity: 0;
  1205.        visibility: hidden;
  1206.        transform: translateY(-10px);
  1207.        transition: all 0.3s ease;
  1208.        padding: 10px 0;
  1209.        z-index: 100;
  1210.    }
  1211.  
  1212.    .dropdown-v7:hover .horizontal-dropdown-v7 {
  1213.        opacity: 1;
  1214.        visibility: visible;
  1215.        transform: translateY(0);
  1216.    }
  1217.  
  1218.    .dropdown-item-v7 {
  1219.        display: block;
  1220.        color: #4a5568;
  1221.        text-decoration: none;
  1222.        padding: 12px 20px;
  1223.        font-size: 14px;
  1224.        transition: all 0.3s ease;
  1225.    }
  1226.  
  1227.    .dropdown-item-v7:hover {
  1228.        color: #007bff;
  1229.        background: #565758ff;
  1230.    }
  1231.  
  1232.    /* Mobile Menu Button */
  1233.    .mobile-menu-btn-v7 {
  1234.        background: none;
  1235.        border: 1px solid var(--border-color);
  1236.        padding: 10px 15px;
  1237.        border-radius: 8px;
  1238.        cursor: pointer;
  1239.        display: flex;
  1240.        align-items: center;
  1241.        gap: 8px;
  1242.        font-size: 14px;
  1243.        font-weight: 500;
  1244.        color: #4a5568;
  1245.        transition: all 0.3s ease;
  1246.        margin: 0 auto;
  1247.    }
  1248.  
  1249.    .mobile-menu-btn-v7:hover {
  1250.        border-color: #cbd5e0;
  1251.        opacity: 0.7;
  1252.    }
  1253.  
  1254.    /* Sidebar Overlay */
  1255.    .sidebar-overlay-v7 {
  1256.        position: fixed;
  1257.        top: 0;
  1258.        left: 0;
  1259.        right: 0;
  1260.        bottom: 0;
  1261.        background: rgba(0, 0, 0, 0.5);
  1262.        z-index: 999;
  1263.        opacity: 0;
  1264.        visibility: hidden;
  1265.        transition: all 0.3s ease;
  1266.    }
  1267.  
  1268.    .sidebar-overlay-v7.show-v7 {
  1269.        opacity: 1;
  1270.        visibility: visible;
  1271.    }
  1272.  
  1273.    /* Responsive Design */
  1274.    @media (max-width: 991px) {
  1275.        .top-bar-v7 .col-lg-6 {
  1276.            order: 3;
  1277.            margin-top: 15px;
  1278.        }
  1279.  
  1280.        .header-actions-v7 {
  1281.            justify-content: flex-start;
  1282.        }
  1283.    }
  1284.  
  1285.    @media (max-width: 768px) {
  1286.        .sidebar-nav-v7 {
  1287.            width: 300px;
  1288.            left: -300px;
  1289.        }
  1290.  
  1291.        .search-container-v7 {
  1292.            margin-top: 10px;
  1293.        }
  1294.    }
  1295. </style>
  1296.  
  1297. <script>
  1298.    function openSidebarV7() {
  1299.        const sidebar = document.getElementById('sidebarNavV7');
  1300.        const overlay = document.getElementById('sidebarOverlayV7');
  1301.  
  1302.        sidebar.classList.add('show-v7');
  1303.        overlay.classList.add('show-v7');
  1304.        document.body.style.overflow = 'hidden';
  1305.    }
  1306.  
  1307.    function closeSidebarV7() {
  1308.        const sidebar = document.getElementById('sidebarNavV7');
  1309.        const overlay = document.getElementById('sidebarOverlayV7');
  1310.  
  1311.        sidebar.classList.remove('show-v7');
  1312.        overlay.classList.remove('show-v7');
  1313.        document.body.style.overflow = '';
  1314.    }
  1315.  
  1316.    function toggleSubmenuV7(submenuId) {
  1317.        const submenu = document.getElementById(submenuId);
  1318.        const parentItem = submenu.closest('.sidebar-item-v7');
  1319.  
  1320.        // Close other open submenus
  1321.        const allSubmenus = document.querySelectorAll('.sidebar-submenu-v7');
  1322.        const allParentItems = document.querySelectorAll('.has-submenu-v7');
  1323.  
  1324.        allSubmenus.forEach(menu => {
  1325.            if (menu.id !== submenuId) {
  1326.                menu.classList.remove('show-v7');
  1327.            }
  1328.        });
  1329.  
  1330.        allParentItems.forEach(item => {
  1331.            if (item !== parentItem) {
  1332.                item.classList.remove('open-v7');
  1333.            }
  1334.        });
  1335.  
  1336.        // Toggle current submenu
  1337.        submenu.classList.toggle('show-v7');
  1338.        parentItem.classList.toggle('open-v7');
  1339.    }
  1340.  
  1341.    // Close sidebar when clicking outside
  1342.    document.addEventListener('click', function (event) {
  1343.        const sidebar = document.getElementById('sidebarNavV7');
  1344.        const mobileBtn = document.querySelector('.mobile-menu-btn-v7');
  1345.  
  1346.        if (!sidebar.contains(event.target) && !mobileBtn.contains(event.target)) {
  1347.            closeSidebarV7();
  1348.        }
  1349.    });
  1350.  
  1351.    // Handle window resize
  1352.    window.addEventListener('resize', function () {
  1353.        if (window.innerWidth >= 992) {
  1354.            closeSidebarV7();
  1355.        }
  1356.    });
  1357. </script>
  1358.  
  1359. <script>
  1360.  document.addEventListener("DOMContentLoaded", function () {
  1361.    console.log("loaded");
  1362.  
  1363.     const searchInput = document.getElementById("search-input")
  1364.    const searchResults = document.getElementById("search-results");
  1365.  
  1366.    if (!searchInput || !searchResults) {
  1367.      console.error("Search input/results not found");
  1368.      return;
  1369.    }
  1370.  
  1371.    // Prevent form submission
  1372.    if (searchInput.form) {
  1373.      searchInput.form.addEventListener("submit", function (e) {
  1374.        e.preventDefault();
  1375.      });
  1376.    }
  1377.  
  1378.    // Add event listener for keyup
  1379.    searchInput.addEventListener("keyup", function (e) {
  1380.      console.log("Key pressed:", e.key);
  1381.      e.preventDefault();
  1382.  
  1383.      const query = searchInput.value.trim();
  1384.      console.log("User is typing: " + query);
  1385.  
  1386.      // If empty → clear and hide
  1387.      if (query === "") {
  1388.        searchResults.innerHTML = "";
  1389.        searchResults.style.display = "none";
  1390.        return;
  1391.      }
  1392.  
  1393.      // Show results
  1394.      searchResults.style.display = "block";
  1395.  
  1396.      // Fetch search results
  1397.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1398.        method: "GET",
  1399.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1400.      })
  1401.        .then(response => {
  1402.          console.log("Response Status:", response.status);
  1403.          return response.json();
  1404.        })
  1405.        .then(data => {
  1406.          console.log("Data received:", data);
  1407.          if (data.html) {
  1408.            searchResults.innerHTML = data.html;
  1409.          } else {
  1410.            searchResults.innerHTML = "<p>No results found.</p>";
  1411.          }
  1412.        })
  1413.        .catch(error => {
  1414.          console.error("Error fetching search results:", error);
  1415.        });
  1416.    });
  1417.  
  1418.    // Close results when clicking outside
  1419.    document.addEventListener("click", function (e) {
  1420.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1421.        searchResults.style.display = "none";
  1422.      }
  1423.    });
  1424.  
  1425.    // Close results on ESC key
  1426.    document.addEventListener("keydown", function (e) {
  1427.      if (e.key === "Escape") {
  1428.        searchResults.style.display = "none";
  1429.      }
  1430.    });
  1431.  });
  1432. </script>
  1433.  
  1434. <style>
  1435.        /* search field */
  1436.  .search-results-container {
  1437.  position: absolute;
  1438.  top: 100%; /* Position it below the input field */
  1439.  left: 10px;
  1440.  right: 10px;
  1441.  background-color: white;
  1442.  border: 1px solid #ddd;
  1443.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1444.  max-height: 300px;
  1445.  overflow-y: auto;
  1446.  z-index: 1000;
  1447.  display: none; /* Initially hidden */
  1448. }
  1449.  
  1450. .search-results-container p {
  1451.  margin: 0;
  1452. }
  1453.  
  1454. .search-results-container .result-item {
  1455.  padding: 10px;
  1456.  cursor: pointer;
  1457. }
  1458.  
  1459. .search-results-container .result-item:hover {
  1460.  background-color: #f0f0f0;
  1461. }
  1462. </style>
  1463.  
  1464.        </header>
  1465.        <!-- end of header -->
  1466.        <!-- start of wpo-blog-hero -->
  1467.        
  1468.  
  1469.  
  1470.  
  1471.  
  1472.  
  1473.  
  1474.  
  1475. <div class="blog-hero-v5">
  1476.  <div class="container-fluid fluid-container">
  1477.    <!-- Top Hero Banner -->
  1478.    <div class="row hero-banner">
  1479.      
  1480.      
  1481.        
  1482.        <div class="col-12">
  1483.          <div class="banner-container d-md-flex d-none">
  1484.            
  1485.                <img   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" class="banner-image">
  1486.            
  1487.            <div class="banner-overlay">
  1488.              <span class="banner-category bg-primary-gradient">News</span>
  1489.              <h2 class="banner-title"> <a href="/us-lawmaker-urges-former-prince-andrew-to-testify-in-jeffrey-epstein-investigation/" class="blog-color">
  1490.                                        US Lawmaker Urges Former Prince Andrew to Testify in Jeffrey Epstein Investigation
  1491.                                    </a></h2>
  1492.              <p class="blog-color"></p>
  1493.            </div>
  1494.          </div>
  1495.        </div>
  1496.  
  1497.      
  1498.      
  1499.      <!-- <div class="featured-grid">
  1500.        <div class="col-12">
  1501.          <div class="featured-card d-block d-md-none">
  1502.            <img src="/static/blogapp/assets/images/hero/img-1.jpg" alt="Tech Post" class="card-image" />
  1503.            <div class="card-content">
  1504.              <span class="card-category bg-primary-gradient">Travel & Adventure</span>
  1505.              <h2>Journey Through The Swiss Alps: A Complete Guide</h2>
  1506.              <p>Discover breathtaking landscapes and hidden trails for an unforgettable adventure.</p>
  1507.              <div class="author-info">
  1508.                <span class="author-name">Sarah Wilson</span>
  1509.                <span class="post-time">2 hours ago</span>
  1510.              </div>
  1511.            </div>
  1512.          </div>
  1513.        </div>
  1514.      </div> -->
  1515.    </div>
  1516.  
  1517.    <!-- Main Content Row -->
  1518.  </div>
  1519.  <div class="container-fluid fluid-container">
  1520.    <div class="row main-content">
  1521.      <!-- Left: Featured Posts Grid -->
  1522.      <div class="col-lg-8 col-md-12">
  1523.        <h5 class="section-title">Recent Posts</h5>
  1524.        <div class="row featured-grid">
  1525.          
  1526.          <div class="col-md-6">
  1527.            <div class="featured-card">
  1528.              
  1529.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1530.                      class="card-image" style="object-fit: cover;" alt="">
  1531.              
  1532.              <div class="card-content">
  1533.                <span class="card-category bg-primary-gradient">News</span>
  1534.                <h4 class="card-title"><a class="top-color" href="/the-gulf-nation-to-argue-at-british-highest-court-over-sovereign-immunity-in-surveillance-allegations/" >
  1535.                                        The Gulf nation to Argue at British Highest Court Over Sovereign Immunity in Surveillance Allegations
  1536.                                    </a></h4>
  1537.                <div class="author-info">
  1538.                  <span class="author-name">Amy Perez</span>
  1539.                  <span class="post-time">12 May 2026</span>
  1540.                </div>
  1541.              </div>
  1542.            </div>
  1543.          </div>
  1544.          
  1545.          <div class="col-md-6">
  1546.            <div class="featured-card">
  1547.              
  1548.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1549.                      class="card-image" style="object-fit: cover;" alt="">
  1550.              
  1551.              <div class="card-content">
  1552.                <span class="card-category bg-primary-gradient">News</span>
  1553.                <h4 class="card-title"><a class="top-color" href="/the-visionary-filmmaker-makes-it-clear-ai-doesnt-produce-the-avatar-series/" >
  1554.                                        The Visionary Filmmaker Makes It Clear: ‘AI Doesn’t Produce the Avatar Series’
  1555.                                    </a></h4>
  1556.                <div class="author-info">
  1557.                  <span class="author-name">Amy Perez</span>
  1558.                  <span class="post-time">11 May 2026</span>
  1559.                </div>
  1560.              </div>
  1561.            </div>
  1562.          </div>
  1563.          
  1564.          <div class="col-md-6">
  1565.            <div class="featured-card">
  1566.              
  1567.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1568.                      class="card-image" style="object-fit: cover;" alt="">
  1569.              
  1570.              <div class="card-content">
  1571.                <span class="card-category bg-primary-gradient">News</span>
  1572.                <h4 class="card-title"><a class="top-color" href="/bound-solitary-and-scared-the-bleak-reality-for-women-compelled-to-give-birth-in-prison/" >
  1573.                                        Bound, Solitary and Scared: The Bleak Reality for Women Compelled to Give Birth in Prison.
  1574.                                    </a></h4>
  1575.                <div class="author-info">
  1576.                  <span class="author-name">Amy Perez</span>
  1577.                  <span class="post-time">11 May 2026</span>
  1578.                </div>
  1579.              </div>
  1580.            </div>
  1581.          </div>
  1582.          
  1583.          <div class="col-md-6">
  1584.            <div class="featured-card">
  1585.              
  1586.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1587.                      class="card-image" style="object-fit: cover;" alt="">
  1588.              
  1589.              <div class="card-content">
  1590.                <span class="card-category bg-primary-gradient">News</span>
  1591.                <h4 class="card-title"><a class="top-color" href="/an-account-of-unexpected-kindness-when-a-student-allowed-me-to-stay-on-her-dorm-ground/" >
  1592.                                        An Account of Unexpected Kindness: When a Student Allowed Me to Stay on Her Dorm Ground
  1593.                                    </a></h4>
  1594.                <div class="author-info">
  1595.                  <span class="author-name">Amy Perez</span>
  1596.                  <span class="post-time">11 May 2026</span>
  1597.                </div>
  1598.              </div>
  1599.            </div>
  1600.          </div>
  1601.          
  1602.        </div>
  1603.      </div>
  1604.  
  1605.      <!-- Right: Trending Sidebar -->
  1606.      <div class="col-lg-4 col-md-12">
  1607.        <h5 class="section-title">Trending</h5>
  1608.        <div class="trending-list gap-md-2 gap-lg-0 justify-content-center align-items-center row">
  1609.          
  1610.  
  1611.        </div>
  1612.      </div>
  1613.    </div>
  1614.  </div>
  1615. </div>
  1616. <style>
  1617.  /* Blog Hero V5 - Clean 2-Column Layout */
  1618.  
  1619.  /* Hero Banner */
  1620.  .hero-banner .banner-container {
  1621.    position: relative;
  1622.    overflow: hidden;
  1623.    border-radius: 8px;
  1624.  }
  1625.  
  1626.  .hero-banner .banner-image {
  1627.    width: 100%;
  1628.    height: 350px;
  1629.    object-fit: cover;
  1630.    transition: all 0.2s ease;
  1631.  }
  1632.  
  1633.  .hero-banner:hover .banner-image {
  1634.    transform: scale(1.02);
  1635.  }
  1636.  
  1637.  .hero-banner .banner-overlay {
  1638.    position: absolute;
  1639.    bottom: 0;
  1640.    left: 0;
  1641.    right: 0;
  1642.    background: var(--blog-bg);
  1643.    color: var(--blog-color);
  1644.    padding: 1.5rem;
  1645.  }
  1646.  
  1647.  .banner-category {
  1648.    padding: 0.25rem 0.75rem;
  1649.    border-radius: 4px;
  1650.    font-size: 16px;
  1651.  }
  1652.  
  1653.  .banner-title {
  1654.    color: var(--blog-color) !important;
  1655.    margin: 0.5rem 0;
  1656.  }
  1657.  
  1658.  .banner-excerpt {
  1659.    font-size: 1rem;
  1660.    margin-bottom: 1rem;
  1661.  }
  1662.  
  1663.  .read-more-btn {
  1664.    background: #007bff;
  1665.    color: white;
  1666.    border: none;
  1667.    padding: 0.5rem 1rem;
  1668.    border-radius: 4px;
  1669.    cursor: pointer;
  1670.  }
  1671.  
  1672.  /* Main Content */
  1673.  .main-content {
  1674.    margin-top: 2rem;
  1675.  }
  1676.  
  1677.  .section-title {
  1678.    font-size: 1.2rem;
  1679.    font-weight: bold;
  1680.    margin-bottom: 1rem;
  1681.    border-bottom: 1px solid var(--border-color);
  1682.    padding-bottom: 0.5rem;
  1683.  }
  1684.  
  1685.  /* Featured Grid */
  1686.  .featured-grid .featured-card {
  1687.    background: var(--card-bg);
  1688.    border: 1px solid var(--border-color);
  1689.    border-radius: 8px;
  1690.    overflow: hidden;
  1691.    margin-bottom: 1.5rem;
  1692.    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  1693.  }
  1694.  
  1695.  .featured-grid .card-image {
  1696.    width: 100%;
  1697.    height: 200px;
  1698.    object-fit: cover;
  1699.    transition: all 0.2s ease;
  1700.  }
  1701.  
  1702.  .featured-grid .featured-card:hover .card-image {
  1703.    transform: scale(1.02);
  1704.  }
  1705.  
  1706.  .featured-grid .card-content {
  1707.    padding: 1rem;
  1708.  }
  1709.  
  1710.  .card-category {
  1711.    padding: 0.25rem 0.75rem;
  1712.    border-radius: 4px;
  1713.    font-size: 0.8rem;
  1714.  }
  1715.  
  1716.  .card-title {
  1717.    font-size: 1.1rem;
  1718.    margin: 0.5rem 0;
  1719.  }
  1720.  
  1721.  .author-info {
  1722.    font-size: 0.8rem;
  1723.    color: #666;
  1724.  }
  1725.  
  1726.  .author-name {
  1727.    font-weight: bold;
  1728.  }
  1729.  
  1730.  /* Trending Sidebar */
  1731.  .trending-list .trending-item {
  1732.    display: flex;
  1733.    margin-bottom: 1rem;
  1734.    padding: 1rem;
  1735.    background: var(--card-bg);
  1736.    border: 1px solid #ddd;
  1737.    border-radius: 8px;
  1738.    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  1739.  }
  1740.  
  1741.  .trending-item .trending-image {
  1742.    width: 115px;
  1743.    height: 115px;
  1744.    object-fit: cover;
  1745.    border-radius: 4px;
  1746.    margin-right: 1rem;
  1747.  }
  1748.  
  1749.  .trending-item .trending-content {
  1750.    flex: 1;
  1751.  }
  1752.  
  1753.  .trending-category {
  1754.    padding: 0.25rem 0.75rem;
  1755.    border-radius: 4px;
  1756.    font-size: 12px;
  1757.  }
  1758.  
  1759.  .trending-title {
  1760.    font-size: 1rem;
  1761.    margin: 0.25rem 0;
  1762.  }
  1763.  
  1764.  .trending-author {
  1765.    font-size: 1rem;
  1766.    color: var(--topbar-color);
  1767.  }
  1768.  
  1769.  /* Responsive */
  1770.  @media (max-width: 992px) {
  1771.    .hero-banner .banner-image {
  1772.      height: 250px;
  1773.    }
  1774.  
  1775.    .featured-grid .card-image {
  1776.      height: 180px;
  1777.    }
  1778.  
  1779.    .trending-item {
  1780.      flex-direction: column;
  1781.      text-align: center;
  1782.    }
  1783.  
  1784.    .trending-item .trending-image {
  1785.      margin-right: 0;
  1786.      margin-bottom: 1rem;
  1787.    }
  1788.  }
  1789.  
  1790.  @media (max-width: 768px) {
  1791.    .banner-title {
  1792.      font-size: 1.5rem;
  1793.    }
  1794.  
  1795.    .banner-excerpt {
  1796.      font-size: 0.9rem;
  1797.    }
  1798.  }
  1799. </style>
  1800.  
  1801.  
  1802.  
  1803.  
  1804.  
  1805.        <!-- end of wpo-blog-hero -->
  1806.  
  1807.        <!-- start of wpo-breacking-news -->
  1808.        
  1809.        <!-- end of wpo-breacking-news -->
  1810.        
  1811.        <!-- start wpo-blog-highlights-section -->
  1812.        
  1813.  
  1814.  
  1815.  
  1816.    
  1817.  
  1818.  
  1819.  
  1820. <style>
  1821.    .blog-highlights-v2 {
  1822.        padding: 60px 0;
  1823.    }
  1824.    
  1825.    .blog-card-v2 {
  1826.        border: none;
  1827.        border-radius: 16px;
  1828.        overflow: hidden;
  1829.        transition: all 0.3s ease;
  1830.        background: white;
  1831.        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  1832.    }
  1833.    
  1834.    .blog-card-v2:hover {
  1835.        transform: translateY(-8px);
  1836.        box-shadow: 0 12px 40px rgba(0,0,0,0.15);
  1837.    }
  1838.    
  1839.    .blog-image-v2 {
  1840.        position: relative;
  1841.        overflow: hidden;
  1842.        height: 220px;
  1843.    }
  1844.    
  1845.    .blog-image-v2 img {
  1846.        width: 100%;
  1847.        height: 100%;
  1848.        object-fit: cover;
  1849.        transition: transform 0.3s ease;
  1850.    }
  1851.    
  1852.    .blog-card-v2:hover .blog-image-v2 img {
  1853.        transform: scale(1.05);
  1854.    }
  1855.    
  1856.    .blog-category-v2 {
  1857.        position: absolute;
  1858.        top: 16px;
  1859.        left: 16px;
  1860.        padding: 6px 14px;
  1861.        border-radius: 20px;
  1862.        font-size: 12px;
  1863.        font-weight: 600;
  1864.        text-transform: uppercase;
  1865.        letter-spacing: 0.5px;
  1866.    }
  1867.    
  1868.    .blog-content-v2 {
  1869.        padding: 24px;
  1870.    }
  1871.    
  1872.    .blog-title-v2 {
  1873.        font-size: 18px;
  1874.        font-weight: 700;
  1875.        line-height: 1.4;
  1876.        margin-bottom: 16px;
  1877.    }
  1878.    
  1879.    .blog-title-v2 a {
  1880.        text-decoration: none;
  1881.        transition: color 0.3s ease;
  1882.    }
  1883.    
  1884.    .blog-meta-v2 {
  1885.        display: flex;
  1886.        align-items: center;
  1887.        gap: 12px;
  1888.        margin-bottom: 12px;
  1889.        font-size: 13px;
  1890.    }
  1891.    
  1892.    .blog-author-img {
  1893.        width: 32px;
  1894.        height: 32px;
  1895.        border-radius: 50%;
  1896.        object-fit: cover;
  1897.    }
  1898.    
  1899.    .blog-excerpt-v2 {
  1900.        font-size: 14px;
  1901.        line-height: 1.6;
  1902.        opacity: 0.8;
  1903.    }
  1904.    
  1905.    .section-title-v2 {
  1906.        font-size: 2.5rem;
  1907.        font-weight: 800;
  1908.        text-align: center;
  1909.        margin-bottom: 50px;
  1910.    }
  1911.  
  1912.    @media (max-width: 768px) {
  1913.        .section-title-v2 {
  1914.            font-size: 2rem;
  1915.        }
  1916.        .blog-highlights-v2 {
  1917.            padding: 40px 0;
  1918.        }
  1919.    }
  1920. </style>
  1921.  
  1922. <section class="blog-highlights-v2">
  1923.    <div class="container-fluid fluid-container">
  1924.        <div class="row">
  1925.            <div class="col-12">
  1926.                <h2 class="section-title-v2 top-color">
  1927.                Today's Top Highlights
  1928.                   </h2>
  1929.            </div>
  1930.            
  1931.        </div>
  1932.        
  1933.        <div class="row">
  1934.            <div class="col-lg-8 col-12">
  1935.                <div class="row g-4">
  1936.                    
  1937.                    <div class="col-lg-6 col-md-6 col-12">
  1938.                        <div class="card blog-card-v2 h-100">
  1939.                            <div class="blog-image-v2">
  1940.                                
  1941.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1942.                                
  1943.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1944.                            </div>
  1945.                            <div class="blog-content-v2">
  1946.                                <h3 class="blog-title-v2">
  1947.                                    <a href="/within-those-ruined-debris-of-an-residential-building-i-saw-a-volume-i-had-translated/" class="top-color">
  1948.                                    Within those Ruined Debris of an Residential Building, I Saw a Volume I Had Translated
  1949.                                    </a>
  1950.                                </h3>
  1951.                                <div class="blog-meta-v2">
  1952.                                    
  1953.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Amy Perez" class="blog-author-img">
  1954.                                    
  1955.                                    
  1956.                                    <span class="top-color">By Amy Perez</span>
  1957.                                    <span class="top-color">11 May 2026</span>
  1958.                                </div>
  1959.                                <p class="blog-excerpt-v2 top-color"> </p>
  1960.                            </div>
  1961.                        </div>
  1962.                    </div>
  1963.                    
  1964.                    <div class="col-lg-6 col-md-6 col-12">
  1965.                        <div class="card blog-card-v2 h-100">
  1966.                            <div class="blog-image-v2">
  1967.                                
  1968.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1969.                                
  1970.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1971.                            </div>
  1972.                            <div class="blog-content-v2">
  1973.                                <h3 class="blog-title-v2">
  1974.                                    <a href="/3-xbox-game-pass-games-we-are-playing-this-weekend-oct-10-12/" class="top-color">
  1975.                                    3 Xbox Game Pass Games We Are Playing This Weekend (Oct. 10-12)
  1976.                                    </a>
  1977.                                </h3>
  1978.                                <div class="blog-meta-v2">
  1979.                                    
  1980.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Amy Perez" class="blog-author-img">
  1981.                                    
  1982.                                    
  1983.                                    <span class="top-color">By Amy Perez</span>
  1984.                                    <span class="top-color">11 May 2026</span>
  1985.                                </div>
  1986.                                <p class="blog-excerpt-v2 top-color"> </p>
  1987.                            </div>
  1988.                        </div>
  1989.                    </div>
  1990.                    
  1991.                    <div class="col-lg-6 col-md-6 col-12">
  1992.                        <div class="card blog-card-v2 h-100">
  1993.                            <div class="blog-image-v2">
  1994.                                
  1995.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1996.                                
  1997.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1998.                            </div>
  1999.                            <div class="blog-content-v2">
  2000.                                <h3 class="blog-title-v2">
  2001.                                    <a href="/daily-existence-for-120000-asylum-seekers-in-mauritanias-extensive-mbera-camp-on-the-malians-frontier/" class="top-color">
  2002.                                    Daily Existence for 120,000 Asylum Seekers in Mauritania&#x27;s Extensive Mbera Camp on the Malians Frontier.
  2003.                                    </a>
  2004.                                </h3>
  2005.                                <div class="blog-meta-v2">
  2006.                                    
  2007.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Amy Perez" class="blog-author-img">
  2008.                                    
  2009.                                    
  2010.                                    <span class="top-color">By Amy Perez</span>
  2011.                                    <span class="top-color">11 May 2026</span>
  2012.                                </div>
  2013.                                <p class="blog-excerpt-v2 top-color"> </p>
  2014.                            </div>
  2015.                        </div>
  2016.                    </div>
  2017.                    
  2018.                    <div class="col-lg-6 col-md-6 col-12">
  2019.                        <div class="card blog-card-v2 h-100">
  2020.                            <div class="blog-image-v2">
  2021.                                
  2022.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2023.                                
  2024.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2025.                            </div>
  2026.                            <div class="blog-content-v2">
  2027.                                <h3 class="blog-title-v2">
  2028.                                    <a href="/the-way-a-us-military-veteran-aided-mar%C3%ADa-corina-machado-escape-her-homeland/" class="top-color">
  2029.                                    The Way a US Military Veteran Aided María Corina Machado Escape Her Homeland
  2030.                                    </a>
  2031.                                </h3>
  2032.                                <div class="blog-meta-v2">
  2033.                                    
  2034.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Amy Perez" class="blog-author-img">
  2035.                                    
  2036.                                    
  2037.                                    <span class="top-color">By Amy Perez</span>
  2038.                                    <span class="top-color">11 May 2026</span>
  2039.                                </div>
  2040.                                <p class="blog-excerpt-v2 top-color"> </p>
  2041.                            </div>
  2042.                        </div>
  2043.                    </div>
  2044.                    
  2045.                    <div class="col-lg-6 col-md-6 col-12">
  2046.                        <div class="card blog-card-v2 h-100">
  2047.                            <div class="blog-image-v2">
  2048.                                
  2049.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2050.                                
  2051.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2052.                            </div>
  2053.                            <div class="blog-content-v2">
  2054.                                <h3 class="blog-title-v2">
  2055.                                    <a href="/a-guide-to-talk-romance-like-gen-z-fifty-one-ultra-specific-phrases-for-romance-sex-and-questionable-conduct/" class="top-color">
  2056.                                    A Guide to Talk Romance Like Gen Z: Fifty-One Ultra-Specific Phrases for Romance, Sex and Questionable Conduct
  2057.                                    </a>
  2058.                                </h3>
  2059.                                <div class="blog-meta-v2">
  2060.                                    
  2061.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Amy Perez" class="blog-author-img">
  2062.                                    
  2063.                                    
  2064.                                    <span class="top-color">By Amy Perez</span>
  2065.                                    <span class="top-color">11 May 2026</span>
  2066.                                </div>
  2067.                                <p class="blog-excerpt-v2 top-color"> </p>
  2068.                            </div>
  2069.                        </div>
  2070.                    </div>
  2071.                    
  2072.                    <div class="col-lg-6 col-md-6 col-12">
  2073.                        <div class="card blog-card-v2 h-100">
  2074.                            <div class="blog-image-v2">
  2075.                                
  2076.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2077.                                
  2078.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2079.                            </div>
  2080.                            <div class="blog-content-v2">
  2081.                                <h3 class="blog-title-v2">
  2082.                                    <a href="/donald-trump-and-his-followers-picture-a-planet-without-worldwide-regulations-yet-they-are-unlikely-to-attain-this-goal/" class="top-color">
  2083.                                    Donald Trump and His Followers Picture a Planet Without Worldwide Regulations – Yet They Are Unlikely to Attain This Goal
  2084.                                    </a>
  2085.                                </h3>
  2086.                                <div class="blog-meta-v2">
  2087.                                    
  2088.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Amy Perez" class="blog-author-img">
  2089.                                    
  2090.                                    
  2091.                                    <span class="top-color">By Amy Perez</span>
  2092.                                    <span class="top-color">10 May 2026</span>
  2093.                                </div>
  2094.                                <p class="blog-excerpt-v2 top-color"> </p>
  2095.                            </div>
  2096.                        </div>
  2097.                    </div>
  2098.                    
  2099.                    <div class="col-lg-6 col-md-6 col-12">
  2100.                        <div class="card blog-card-v2 h-100">
  2101.                            <div class="blog-image-v2">
  2102.                                
  2103.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2104.                                
  2105.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2106.                            </div>
  2107.                            <div class="blog-content-v2">
  2108.                                <h3 class="blog-title-v2">
  2109.                                    <a href="/sweden-squad-reveal-alexander-isak-selected-while-viktor-gyokeres-excluded/" class="top-color">
  2110.                                    Sweden Squad Reveal: Alexander Isak Selected While Viktor Gyokeres Excluded
  2111.                                    </a>
  2112.                                </h3>
  2113.                                <div class="blog-meta-v2">
  2114.                                    
  2115.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Amy Perez" class="blog-author-img">
  2116.                                    
  2117.                                    
  2118.                                    <span class="top-color">By Amy Perez</span>
  2119.                                    <span class="top-color">10 May 2026</span>
  2120.                                </div>
  2121.                                <p class="blog-excerpt-v2 top-color"> </p>
  2122.                            </div>
  2123.                        </div>
  2124.                    </div>
  2125.                    
  2126.                    <div class="col-lg-6 col-md-6 col-12">
  2127.                        <div class="card blog-card-v2 h-100">
  2128.                            <div class="blog-image-v2">
  2129.                                
  2130.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2131.                                
  2132.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2133.                            </div>
  2134.                            <div class="blog-content-v2">
  2135.                                <h3 class="blog-title-v2">
  2136.                                    <a href="/united-arab-emirates-declines-to-join-gaza-security-mission-without-clear-juridical-structure/" class="top-color">
  2137.                                    United Arab Emirates Declines to Join Gaza Security Mission Without Clear Juridical Structure
  2138.                                    </a>
  2139.                                </h3>
  2140.                                <div class="blog-meta-v2">
  2141.                                    
  2142.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Amy Perez" class="blog-author-img">
  2143.                                    
  2144.                                    
  2145.                                    <span class="top-color">By Amy Perez</span>
  2146.                                    <span class="top-color">10 May 2026</span>
  2147.                                </div>
  2148.                                <p class="blog-excerpt-v2 top-color"> </p>
  2149.                            </div>
  2150.                        </div>
  2151.                    </div>
  2152.                    
  2153.                    <div class="col-lg-6 col-md-6 col-12">
  2154.                        <div class="card blog-card-v2 h-100">
  2155.                            <div class="blog-image-v2">
  2156.                                
  2157.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2158.                                
  2159.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2160.                            </div>
  2161.                            <div class="blog-content-v2">
  2162.                                <h3 class="blog-title-v2">
  2163.                                    <a href="/virginias-new-governor-establishes-history-as-virginias-initial-woman-governor/" class="top-color">
  2164.                                    Virginia&#x27;s New Governor Establishes History as Virginia&#x27;s Initial Woman Governor
  2165.                                    </a>
  2166.                                </h3>
  2167.                                <div class="blog-meta-v2">
  2168.                                    
  2169.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Amy Perez" class="blog-author-img">
  2170.                                    
  2171.                                    
  2172.                                    <span class="top-color">By Amy Perez</span>
  2173.                                    <span class="top-color">10 May 2026</span>
  2174.                                </div>
  2175.                                <p class="blog-excerpt-v2 top-color"> </p>
  2176.                            </div>
  2177.                        </div>
  2178.                    </div>
  2179.                    
  2180.                    <div class="col-lg-6 col-md-6 col-12">
  2181.                        <div class="card blog-card-v2 h-100">
  2182.                            <div class="blog-image-v2">
  2183.                                
  2184.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2185.                                
  2186.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2187.                            </div>
  2188.                            <div class="blog-content-v2">
  2189.                                <h3 class="blog-title-v2">
  2190.                                    <a href="/when-did-i-get-that-attractive-bruce-springsteen-on-watching-jeremy-allen-white-play-him-on-screen/" class="top-color">
  2191.                                    ‘When Did I Get That Attractive?’: Bruce Springsteen on Watching Jeremy Allen White Play Him On Screen
  2192.                                    </a>
  2193.                                </h3>
  2194.                                <div class="blog-meta-v2">
  2195.                                    
  2196.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Amy Perez" class="blog-author-img">
  2197.                                    
  2198.                                    
  2199.                                    <span class="top-color">By Amy Perez</span>
  2200.                                    <span class="top-color">10 May 2026</span>
  2201.                                </div>
  2202.                                <p class="blog-excerpt-v2 top-color"> </p>
  2203.                            </div>
  2204.                        </div>
  2205.                    </div>
  2206.                    
  2207.                    <div class="col-lg-6 col-md-6 col-12">
  2208.                        <div class="card blog-card-v2 h-100">
  2209.                            <div class="blog-image-v2">
  2210.                                
  2211.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2212.                                
  2213.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2214.                            </div>
  2215.                            <div class="blog-content-v2">
  2216.                                <h3 class="blog-title-v2">
  2217.                                    <a href="/jennifer-waltons-first-album-daughters-delves-into-grief-and-style/" class="top-color">
  2218.                                    Jennifer Walton&#x27;s First Album &quot;Daughters&quot; Delves Into Grief and Style
  2219.                                    </a>
  2220.                                </h3>
  2221.                                <div class="blog-meta-v2">
  2222.                                    
  2223.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Amy Perez" class="blog-author-img">
  2224.                                    
  2225.                                    
  2226.                                    <span class="top-color">By Amy Perez</span>
  2227.                                    <span class="top-color">10 May 2026</span>
  2228.                                </div>
  2229.                                <p class="blog-excerpt-v2 top-color"> </p>
  2230.                            </div>
  2231.                        </div>
  2232.                    </div>
  2233.                    
  2234.                    <div class="col-lg-6 col-md-6 col-12">
  2235.                        <div class="card blog-card-v2 h-100">
  2236.                            <div class="blog-image-v2">
  2237.                                
  2238.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2239.                                
  2240.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2241.                            </div>
  2242.                            <div class="blog-content-v2">
  2243.                                <h3 class="blog-title-v2">
  2244.                                    <a href="/russian-president-vladimir-putin-assures-continuous-crude-oil-supplies-to-india-in-defiance-of-washington-sanctions/" class="top-color">
  2245.                                    Russian President Vladimir Putin Assures Continuous Crude Oil Supplies to India in Defiance of Washington Sanctions
  2246.                                    </a>
  2247.                                </h3>
  2248.                                <div class="blog-meta-v2">
  2249.                                    
  2250.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Amy Perez" class="blog-author-img">
  2251.                                    
  2252.                                    
  2253.                                    <span class="top-color">By Amy Perez</span>
  2254.                                    <span class="top-color">10 May 2026</span>
  2255.                                </div>
  2256.                                <p class="blog-excerpt-v2 top-color"> </p>
  2257.                            </div>
  2258.                        </div>
  2259.                    </div>
  2260.                    
  2261.                    
  2262.  
  2263.                </div>
  2264.            </div>
  2265.            
  2266.          <div class="col col-lg-4 col-12">
  2267.                
  2268.  
  2269.  
  2270.  
  2271.    
  2272.  
  2273.  
  2274. <!-- Blog Sidebar V2 - Focused Design -->
  2275. <div class="sidebar">
  2276.  <!-- Recent Posts Section -->
  2277.  <div class="sidebar-widget mb-4">
  2278.    <div class="widget-title-wrapper mb-3">
  2279.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2280.        <i class="ti-time me-2"></i>Recent Posts
  2281.        <span class="title-arrow-primary"></span>
  2282.      </h4>
  2283.    </div>
  2284.    <div class="widget-content border mb-3 border-light shadow-sm rounded-3 p-4">
  2285.      <div class="recent-post-list">
  2286.      
  2287.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2288.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2289.              
  2290.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2291.              
  2292.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2293.          </div>
  2294.          <div class="post-content flex-grow-1">
  2295.            <h6 class="post-title mb-2">
  2296.               <a href="/gaza-war-in-maps-after-two-years-of-fighting/" class="text-decoration-none top-color fw-semibold lh-sm">
  2297.                                            Gaza War in Maps After Two Years of Fighting
  2298.                                            </a>
  2299.            </h6>
  2300.            <div class="post-meta">
  2301.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 May 2026</small>
  2302.              <!-- <small class="text-muted">
  2303.                <i class="ti-eye me-1"></i>348 views
  2304.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2305.              </small> -->
  2306.            </div>
  2307.          </div>
  2308.        </div>
  2309.        
  2310.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2311.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2312.              
  2313.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2314.              
  2315.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2316.          </div>
  2317.          <div class="post-content flex-grow-1">
  2318.            <h6 class="post-title mb-2">
  2319.               <a href="/democrats-denounce-trump-after-he-states-they-should-face-execution/" class="text-decoration-none top-color fw-semibold lh-sm">
  2320.                                            Democrats Denounce Trump After He States They Should Face Execution
  2321.                                            </a>
  2322.            </h6>
  2323.            <div class="post-meta">
  2324.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>09 May 2026</small>
  2325.              <!-- <small class="text-muted">
  2326.                <i class="ti-eye me-1"></i>348 views
  2327.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2328.              </small> -->
  2329.            </div>
  2330.          </div>
  2331.        </div>
  2332.        
  2333.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2334.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2335.              
  2336.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2337.              
  2338.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2339.          </div>
  2340.          <div class="post-content flex-grow-1">
  2341.            <h6 class="post-title mb-2">
  2342.               <a href="/these-players-and-coaches-not-born-in-the-united-states/" class="text-decoration-none top-color fw-semibold lh-sm">
  2343.                                            These Players and Coaches Not Born in the United States
  2344.                                            </a>
  2345.            </h6>
  2346.            <div class="post-meta">
  2347.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>09 May 2026</small>
  2348.              <!-- <small class="text-muted">
  2349.                <i class="ti-eye me-1"></i>348 views
  2350.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2351.              </small> -->
  2352.            </div>
  2353.          </div>
  2354.        </div>
  2355.        
  2356.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2357.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2358.              
  2359.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2360.              
  2361.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2362.          </div>
  2363.          <div class="post-content flex-grow-1">
  2364.            <h6 class="post-title mb-2">
  2365.               <a href="/russian-authorities-restricts-snapchat-and-restricts-apples-facetime-state-media-say/" class="text-decoration-none top-color fw-semibold lh-sm">
  2366.                                            Russian Authorities Restricts Snapchat and Restricts Apple&#x27;s FaceTime, State Media Say
  2367.                                            </a>
  2368.            </h6>
  2369.            <div class="post-meta">
  2370.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>09 May 2026</small>
  2371.              <!-- <small class="text-muted">
  2372.                <i class="ti-eye me-1"></i>348 views
  2373.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2374.              </small> -->
  2375.            </div>
  2376.          </div>
  2377.        </div>
  2378.        
  2379.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2380.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2381.              
  2382.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2383.              
  2384.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2385.          </div>
  2386.          <div class="post-content flex-grow-1">
  2387.            <h6 class="post-title mb-2">
  2388.               <a href="/chornobyl-catastrophe-shelter-can-no-longer-effectively-blocks-harmful-radiation-needs-major-restoration-iaea/" class="text-decoration-none top-color fw-semibold lh-sm">
  2389.                                            Chornobyl Catastrophe Shelter Can No Longer Effectively Blocks Harmful Radiation, Needs Major Restoration – IAEA
  2390.                                            </a>
  2391.            </h6>
  2392.            <div class="post-meta">
  2393.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>09 May 2026</small>
  2394.              <!-- <small class="text-muted">
  2395.                <i class="ti-eye me-1"></i>348 views
  2396.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2397.              </small> -->
  2398.            </div>
  2399.          </div>
  2400.        </div>
  2401.        
  2402.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2403.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2404.              
  2405.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2406.              
  2407.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2408.          </div>
  2409.          <div class="post-content flex-grow-1">
  2410.            <h6 class="post-title mb-2">
  2411.               <a href="/the-gunners-host-wolverhampton-wanderers-in-crucial-top-flight-clash/" class="text-decoration-none top-color fw-semibold lh-sm">
  2412.                                            The Gunners Host Wolverhampton Wanderers in Crucial Top-Flight Clash
  2413.                                            </a>
  2414.            </h6>
  2415.            <div class="post-meta">
  2416.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>09 May 2026</small>
  2417.              <!-- <small class="text-muted">
  2418.                <i class="ti-eye me-1"></i>348 views
  2419.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2420.              </small> -->
  2421.            </div>
  2422.          </div>
  2423.        </div>
  2424.        
  2425.  
  2426.      </div>
  2427.  
  2428.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2429.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2430.      </div> -->
  2431.    </div>
  2432.  </div>
  2433.  
  2434.    
  2435.  <div class="sidebar-widget mb-4">
  2436.    <div class="widget-title-wrapper mb-3">
  2437.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2438.        <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2439.        <span class="title-arrow"></span>
  2440.      </h4>
  2441.    </div>
  2442.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2443.      <div class="blog-roll-list scrollable-sidebar">
  2444.        
  2445.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2446.          <a href="https://www.deakinandblue.com/" class="text-decoration-none ">
  2447.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2448.              <i class="ti-angle-right me-2 text-primary"></i>
  2449.               best non gamstop casinos
  2450.            </h6>
  2451.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2452.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2453.            </div> -->
  2454.          </a>
  2455.        </div>
  2456.          
  2457.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2458.          <a href="https://letstalkloneliness.co.uk/" class="text-decoration-none ">
  2459.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2460.              <i class="ti-angle-right me-2 text-primary"></i>
  2461.               casinos not on gamstop
  2462.            </h6>
  2463.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2464.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2465.            </div> -->
  2466.          </a>
  2467.        </div>
  2468.          
  2469.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2470.          <a href="https://pride-events.co.uk/" class="text-decoration-none ">
  2471.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2472.              <i class="ti-angle-right me-2 text-primary"></i>
  2473.               non gamstop casinos uk
  2474.            </h6>
  2475.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2476.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2477.            </div> -->
  2478.          </a>
  2479.        </div>
  2480.          
  2481.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2482.          <a href="https://www.focus12.co.uk/" class="text-decoration-none ">
  2483.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2484.              <i class="ti-angle-right me-2 text-primary"></i>
  2485.               non gamstop casino sites
  2486.            </h6>
  2487.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2488.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2489.            </div> -->
  2490.          </a>
  2491.        </div>
  2492.          
  2493.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2494.          <a href="https://britishicehockey.co.uk/" class="text-decoration-none ">
  2495.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2496.              <i class="ti-angle-right me-2 text-primary"></i>
  2497.               non gamstop casino sites
  2498.            </h6>
  2499.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2500.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2501.            </div> -->
  2502.          </a>
  2503.        </div>
  2504.          
  2505.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2506.          <a href="https://esportsinsider.com/uk/gambling/non-gamstop-casinos" class="text-decoration-none ">
  2507.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2508.              <i class="ti-angle-right me-2 text-primary"></i>
  2509.               casino not on gamstop
  2510.            </h6>
  2511.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2512.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2513.            </div> -->
  2514.          </a>
  2515.        </div>
  2516.          
  2517.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2518.          <a href="https://www.orl.co.uk/" class="text-decoration-none ">
  2519.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2520.              <i class="ti-angle-right me-2 text-primary"></i>
  2521.               casino not on gamstop
  2522.            </h6>
  2523.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2524.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2525.            </div> -->
  2526.          </a>
  2527.        </div>
  2528.          
  2529.      </div>
  2530.  
  2531.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2532.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2533.      </div> -->
  2534.    </div>
  2535.  </div>
  2536.    
  2537.  <div class="sidebar-widget mb-4">
  2538.    <div class="widget-title-wrapper mb-3">
  2539.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2540.        <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2541.        <span class="title-arrow"></span>
  2542.      </h4>
  2543.    </div>
  2544.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2545.      <div class="blog-roll-list scrollable-sidebar">
  2546.        
  2547.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2548.          <a href="https://www.stamina.org.uk/" class="text-decoration-none ">
  2549.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2550.              <i class="ti-angle-right me-2 text-primary"></i>
  2551.               Websites Not on Gamban
  2552.            </h6>
  2553.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2554.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2555.            </div> -->
  2556.          </a>
  2557.        </div>
  2558.          
  2559.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2560.          <a href="https://www.tamworthinformed.co.uk/" class="text-decoration-none ">
  2561.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2562.              <i class="ti-angle-right me-2 text-primary"></i>
  2563.               uk casinos
  2564.            </h6>
  2565.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2566.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2567.            </div> -->
  2568.          </a>
  2569.        </div>
  2570.          
  2571.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2572.          <a href="https://adventuregamers.com/online-casinos/non-gamstop" class="text-decoration-none ">
  2573.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2574.              <i class="ti-angle-right me-2 text-primary"></i>
  2575.               casino not on gamstop
  2576.            </h6>
  2577.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2578.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2579.            </div> -->
  2580.          </a>
  2581.        </div>
  2582.          
  2583.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2584.          <a href="https://www.oceanacidification.org.uk/" class="text-decoration-none ">
  2585.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2586.              <i class="ti-angle-right me-2 text-primary"></i>
  2587.               casino not on gamstop
  2588.            </h6>
  2589.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2590.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2591.            </div> -->
  2592.          </a>
  2593.        </div>
  2594.          
  2595.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2596.          <a href="https://www.geekgirlmeetup.co.uk/" class="text-decoration-none ">
  2597.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2598.              <i class="ti-angle-right me-2 text-primary"></i>
  2599.               non gamstop casinos
  2600.            </h6>
  2601.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2602.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2603.            </div> -->
  2604.          </a>
  2605.        </div>
  2606.          
  2607.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2608.          <a href="https://stmargarets.london/" class="text-decoration-none ">
  2609.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2610.              <i class="ti-angle-right me-2 text-primary"></i>
  2611.               casinos not on gamstop
  2612.            </h6>
  2613.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2614.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2615.            </div> -->
  2616.          </a>
  2617.        </div>
  2618.          
  2619.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2620.          <a href="https://www.london-irish.com/" class="text-decoration-none ">
  2621.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2622.              <i class="ti-angle-right me-2 text-primary"></i>
  2623.               uk online casinos
  2624.            </h6>
  2625.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2626.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2627.            </div> -->
  2628.          </a>
  2629.        </div>
  2630.          
  2631.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2632.          <a href="https://www.summerhall.co.uk/" class="text-decoration-none ">
  2633.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2634.              <i class="ti-angle-right me-2 text-primary"></i>
  2635.               uk online casinos
  2636.            </h6>
  2637.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2638.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2639.            </div> -->
  2640.          </a>
  2641.        </div>
  2642.          
  2643.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2644.          <a href="https://www.citytosea.org.uk/" 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.               uk online casinos
  2648.            </h6>
  2649.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2650.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2651.            </div> -->
  2652.          </a>
  2653.        </div>
  2654.          
  2655.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2656.          <a href="https://bereavementcommission.org.uk/" class="text-decoration-none ">
  2657.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2658.              <i class="ti-angle-right me-2 text-primary"></i>
  2659.               uk online casinos
  2660.            </h6>
  2661.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2662.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2663.            </div> -->
  2664.          </a>
  2665.        </div>
  2666.          
  2667.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2668.          <a href="https://straightfromyard.co.uk/" class="text-decoration-none ">
  2669.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2670.              <i class="ti-angle-right me-2 text-primary"></i>
  2671.               uk online casinos
  2672.            </h6>
  2673.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2674.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2675.            </div> -->
  2676.          </a>
  2677.        </div>
  2678.          
  2679.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2680.          <a href="https://www.cca-glasgow.com/" 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.               uk online casinos
  2684.            </h6>
  2685.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2686.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2687.            </div> -->
  2688.          </a>
  2689.        </div>
  2690.          
  2691.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2692.          <a href="https://www.surfaceview.co.uk/" class="text-decoration-none ">
  2693.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2694.              <i class="ti-angle-right me-2 text-primary"></i>
  2695.               uk online casinos
  2696.            </h6>
  2697.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2698.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2699.            </div> -->
  2700.          </a>
  2701.        </div>
  2702.          
  2703.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2704.          <a href="https://unbound.co.uk/" class="text-decoration-none ">
  2705.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2706.              <i class="ti-angle-right me-2 text-primary"></i>
  2707.               uk online casinos
  2708.            </h6>
  2709.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2710.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2711.            </div> -->
  2712.          </a>
  2713.        </div>
  2714.          
  2715.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2716.          <a href="https://www.elthampalace.org.uk/" 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.               uk online casinos
  2720.            </h6>
  2721.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2722.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2723.            </div> -->
  2724.          </a>
  2725.        </div>
  2726.          
  2727.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2728.          <a href="https://www.homeworkworkspace.com" class="text-decoration-none ">
  2729.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2730.              <i class="ti-angle-right me-2 text-primary"></i>
  2731.               online casinos
  2732.            </h6>
  2733.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2734.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2735.            </div> -->
  2736.          </a>
  2737.        </div>
  2738.          
  2739.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2740.          <a href="https://familymathstoolkit.org.uk" class="text-decoration-none ">
  2741.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2742.              <i class="ti-angle-right me-2 text-primary"></i>
  2743.               casino not on gamstop
  2744.            </h6>
  2745.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2746.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2747.            </div> -->
  2748.          </a>
  2749.        </div>
  2750.          
  2751.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2752.          <a href="https://clearance-comet.co.uk" 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.               casino not on gamstop
  2756.            </h6>
  2757.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2758.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2759.            </div> -->
  2760.          </a>
  2761.        </div>
  2762.          
  2763.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2764.          <a href="https://shortstoryaward.co.uk" class="text-decoration-none ">
  2765.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2766.              <i class="ti-angle-right me-2 text-primary"></i>
  2767.               non gamstop casinos
  2768.            </h6>
  2769.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2770.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2771.            </div> -->
  2772.          </a>
  2773.        </div>
  2774.          
  2775.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2776.          <a href="https://appleiphoneunlock.uk/" class="text-decoration-none ">
  2777.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2778.              <i class="ti-angle-right me-2 text-primary"></i>
  2779.               no kyc casinos
  2780.            </h6>
  2781.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2782.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2783.            </div> -->
  2784.          </a>
  2785.        </div>
  2786.          
  2787.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2788.          <a href="https://www.kysty.co.uk/" class="text-decoration-none ">
  2789.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2790.              <i class="ti-angle-right me-2 text-primary"></i>
  2791.               non GamStop casinos
  2792.            </h6>
  2793.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2794.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2795.            </div> -->
  2796.          </a>
  2797.        </div>
  2798.          
  2799.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2800.          <a href="https://hapihemp.co.uk/" class="text-decoration-none ">
  2801.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2802.              <i class="ti-angle-right me-2 text-primary"></i>
  2803.               best online betting sites
  2804.            </h6>
  2805.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2806.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2807.            </div> -->
  2808.          </a>
  2809.        </div>
  2810.          
  2811.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2812.          <a href="https://bettingsitesnotongamstop.com/" class="text-decoration-none ">
  2813.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2814.              <i class="ti-angle-right me-2 text-primary"></i>
  2815.               betting sites not on gamstop
  2816.            </h6>
  2817.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2818.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2819.            </div> -->
  2820.          </a>
  2821.        </div>
  2822.          
  2823.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2824.          <a href="https://www.rochdaleonline.co.uk/" class="text-decoration-none ">
  2825.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2826.              <i class="ti-angle-right me-2 text-primary"></i>
  2827.               uk casinos not on gamstop
  2828.            </h6>
  2829.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2830.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2831.            </div> -->
  2832.          </a>
  2833.        </div>
  2834.          
  2835.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2836.          <a href="https://www.techandplay.org/" class="text-decoration-none ">
  2837.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2838.              <i class="ti-angle-right me-2 text-primary"></i>
  2839.               betting sites not on gamstop
  2840.            </h6>
  2841.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2842.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2843.            </div> -->
  2844.          </a>
  2845.        </div>
  2846.          
  2847.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2848.          <a href="https://www.nordicresearchnetwork.co.uk/" class="text-decoration-none ">
  2849.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2850.              <i class="ti-angle-right me-2 text-primary"></i>
  2851.               Non UK Casino Sites
  2852.            </h6>
  2853.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2854.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2855.            </div> -->
  2856.          </a>
  2857.        </div>
  2858.          
  2859.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2860.          <a href="https://www.antiquesforeveryone.co.uk/" class="text-decoration-none ">
  2861.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2862.              <i class="ti-angle-right me-2 text-primary"></i>
  2863.               betting sites not on GamStop
  2864.            </h6>
  2865.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2866.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2867.            </div> -->
  2868.          </a>
  2869.        </div>
  2870.          
  2871.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2872.          <a href="https://www.kew.org.uk/" class="text-decoration-none ">
  2873.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2874.              <i class="ti-angle-right me-2 text-primary"></i>
  2875.               non UK betting sites
  2876.            </h6>
  2877.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2878.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2879.            </div> -->
  2880.          </a>
  2881.        </div>
  2882.          
  2883.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2884.          <a href="https://playmonster.co.uk" class="text-decoration-none ">
  2885.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2886.              <i class="ti-angle-right me-2 text-primary"></i>
  2887.               non GamStop casinos
  2888.            </h6>
  2889.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2890.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2891.            </div> -->
  2892.          </a>
  2893.        </div>
  2894.          
  2895.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2896.          <a href="https://israelpremiertech.com" class="text-decoration-none ">
  2897.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2898.              <i class="ti-angle-right me-2 text-primary"></i>
  2899.               slot sites not on GamStop
  2900.            </h6>
  2901.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2902.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2903.            </div> -->
  2904.          </a>
  2905.        </div>
  2906.          
  2907.      </div>
  2908.  
  2909.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2910.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2911.      </div> -->
  2912.    </div>
  2913.  </div>
  2914.    
  2915.  <div class="sidebar-widget mb-4">
  2916.    <div class="widget-title-wrapper mb-3">
  2917.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2918.        <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  2919.        <span class="title-arrow"></span>
  2920.      </h4>
  2921.    </div>
  2922.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2923.      <div class="blog-roll-list scrollable-sidebar">
  2924.        
  2925.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2926.          <a href="https://www.drenge.co.uk/" class="text-decoration-none ">
  2927.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2928.              <i class="ti-angle-right me-2 text-primary"></i>
  2929.               non GamStop casinos
  2930.            </h6>
  2931.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2932.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2933.            </div> -->
  2934.          </a>
  2935.        </div>
  2936.          
  2937.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2938.          <a href="https://www.durhamminers.org/" class="text-decoration-none ">
  2939.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2940.              <i class="ti-angle-right me-2 text-primary"></i>
  2941.               casinos not on GamStop
  2942.            </h6>
  2943.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2944.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2945.            </div> -->
  2946.          </a>
  2947.        </div>
  2948.          
  2949.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2950.          <a href="https://socialeatinghouse.com/" class="text-decoration-none ">
  2951.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2952.              <i class="ti-angle-right me-2 text-primary"></i>
  2953.               non GamStop casinos
  2954.            </h6>
  2955.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2956.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2957.            </div> -->
  2958.          </a>
  2959.        </div>
  2960.          
  2961.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2962.          <a href="https://orangegenie.com" class="text-decoration-none ">
  2963.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2964.              <i class="ti-angle-right me-2 text-primary"></i>
  2965.               new non GamStop casinos
  2966.            </h6>
  2967.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2968.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2969.            </div> -->
  2970.          </a>
  2971.        </div>
  2972.          
  2973.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2974.          <a href="https://www.patients4nhs.org.uk/" class="text-decoration-none ">
  2975.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2976.              <i class="ti-angle-right me-2 text-primary"></i>
  2977.               non GamStop UK casinos
  2978.            </h6>
  2979.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2980.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2981.            </div> -->
  2982.          </a>
  2983.        </div>
  2984.          
  2985.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2986.          <a href="https://www.llancaiachfawr.co.uk/" class="text-decoration-none ">
  2987.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2988.              <i class="ti-angle-right me-2 text-primary"></i>
  2989.               non GamStop casinos UK
  2990.            </h6>
  2991.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2992.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2993.            </div> -->
  2994.          </a>
  2995.        </div>
  2996.          
  2997.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2998.          <a href="https://www.labodeganegra.com/" class="text-decoration-none ">
  2999.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3000.              <i class="ti-angle-right me-2 text-primary"></i>
  3001.               casinos not on GamStop
  3002.            </h6>
  3003.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3004.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3005.            </div> -->
  3006.          </a>
  3007.        </div>
  3008.          
  3009.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3010.          <a href="https://www.cranleyclinic.com/" class="text-decoration-none ">
  3011.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3012.              <i class="ti-angle-right me-2 text-primary"></i>
  3013.               non GamStop casino
  3014.            </h6>
  3015.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3016.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3017.            </div> -->
  3018.          </a>
  3019.        </div>
  3020.          
  3021.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3022.          <a href="https://www.thekarczma.co.uk/" class="text-decoration-none ">
  3023.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3024.              <i class="ti-angle-right me-2 text-primary"></i>
  3025.               non UK casino sites
  3026.            </h6>
  3027.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3028.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3029.            </div> -->
  3030.          </a>
  3031.        </div>
  3032.          
  3033.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3034.          <a href="https://www.illinoistech.org/" class="text-decoration-none ">
  3035.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3036.              <i class="ti-angle-right me-2 text-primary"></i>
  3037.               crypto casinos
  3038.            </h6>
  3039.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3040.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3041.            </div> -->
  3042.          </a>
  3043.        </div>
  3044.          
  3045.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3046.          <a href="https://allcatsrgrey.org.uk/" class="text-decoration-none ">
  3047.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3048.              <i class="ti-angle-right me-2 text-primary"></i>
  3049.               slots
  3050.            </h6>
  3051.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3052.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3053.            </div> -->
  3054.          </a>
  3055.        </div>
  3056.          
  3057.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3058.          <a href="https://hisbe.co.uk/" class="text-decoration-none ">
  3059.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3060.              <i class="ti-angle-right me-2 text-primary"></i>
  3061.               casino not on gamstop
  3062.            </h6>
  3063.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3064.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3065.            </div> -->
  3066.          </a>
  3067.        </div>
  3068.          
  3069.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3070.          <a href="https://citytosea.org.uk/" class="text-decoration-none ">
  3071.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3072.              <i class="ti-angle-right me-2 text-primary"></i>
  3073.               non uk casinos
  3074.            </h6>
  3075.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3076.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3077.            </div> -->
  3078.          </a>
  3079.        </div>
  3080.          
  3081.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3082.          <a href="https://www.incegd.com/" class="text-decoration-none ">
  3083.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3084.              <i class="ti-angle-right me-2 text-primary"></i>
  3085.               no kyc casinos
  3086.            </h6>
  3087.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3088.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3089.            </div> -->
  3090.          </a>
  3091.        </div>
  3092.          
  3093.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3094.          <a href="https://dabet.uk/" class="text-decoration-none ">
  3095.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3096.              <i class="ti-angle-right me-2 text-primary"></i>
  3097.               best online betting sites
  3098.            </h6>
  3099.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3100.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3101.            </div> -->
  3102.          </a>
  3103.        </div>
  3104.          
  3105.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3106.          <a href="https://oncallfire.uk/" class="text-decoration-none ">
  3107.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3108.              <i class="ti-angle-right me-2 text-primary"></i>
  3109.               Slots Not on Gamblock
  3110.            </h6>
  3111.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3112.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3113.            </div> -->
  3114.          </a>
  3115.        </div>
  3116.          
  3117.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3118.          <a href="https://www.ferranti-technologies.co.uk/" class="text-decoration-none ">
  3119.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3120.              <i class="ti-angle-right me-2 text-primary"></i>
  3121.               online casino
  3122.            </h6>
  3123.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3124.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3125.            </div> -->
  3126.          </a>
  3127.        </div>
  3128.          
  3129.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3130.          <a href="https://www.regionalnetworks.org.uk/" class="text-decoration-none ">
  3131.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3132.              <i class="ti-angle-right me-2 text-primary"></i>
  3133.               casino not on Gamstop
  3134.            </h6>
  3135.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3136.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3137.            </div> -->
  3138.          </a>
  3139.        </div>
  3140.          
  3141.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3142.          <a href="https://www.escapistmagazine.com/uk/non-gamstop-casinos/" class="text-decoration-none ">
  3143.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3144.              <i class="ti-angle-right me-2 text-primary"></i>
  3145.               casino not on gamstop
  3146.            </h6>
  3147.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3148.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3149.            </div> -->
  3150.          </a>
  3151.        </div>
  3152.          
  3153.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3154.          <a href="https://www.aipce.net/" class="text-decoration-none ">
  3155.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3156.              <i class="ti-angle-right me-2 text-primary"></i>
  3157.               non gamstop casino
  3158.            </h6>
  3159.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3160.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3161.            </div> -->
  3162.          </a>
  3163.        </div>
  3164.          
  3165.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3166.          <a href="https://bereavementcommission.org.uk/" class="text-decoration-none ">
  3167.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3168.              <i class="ti-angle-right me-2 text-primary"></i>
  3169.               casino not on gamstop
  3170.            </h6>
  3171.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3172.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3173.            </div> -->
  3174.          </a>
  3175.        </div>
  3176.          
  3177.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3178.          <a href="https://www.roadpeace.org/" class="text-decoration-none ">
  3179.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3180.              <i class="ti-angle-right me-2 text-primary"></i>
  3181.               casino not on gamstop
  3182.            </h6>
  3183.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3184.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3185.            </div> -->
  3186.          </a>
  3187.        </div>
  3188.          
  3189.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3190.          <a href="https://www.money-mentor.org/" class="text-decoration-none ">
  3191.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3192.              <i class="ti-angle-right me-2 text-primary"></i>
  3193.               no verification casino
  3194.            </h6>
  3195.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3196.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3197.            </div> -->
  3198.          </a>
  3199.        </div>
  3200.          
  3201.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3202.          <a href="https://roadpeace.org/" class="text-decoration-none ">
  3203.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3204.              <i class="ti-angle-right me-2 text-primary"></i>
  3205.               casino not on gamstop
  3206.            </h6>
  3207.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3208.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3209.            </div> -->
  3210.          </a>
  3211.        </div>
  3212.          
  3213.      </div>
  3214.  
  3215.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3216.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3217.      </div> -->
  3218.    </div>
  3219.  </div>
  3220.    
  3221.  <div class="sidebar-widget mb-4">
  3222.    <div class="widget-title-wrapper mb-3">
  3223.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3224.        <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3225.        <span class="title-arrow"></span>
  3226.      </h4>
  3227.    </div>
  3228.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  3229.      <div class="blog-roll-list scrollable-sidebar">
  3230.        
  3231.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3232.          <a href="https://glasgowmuseumsslavery.co.uk/" class="text-decoration-none ">
  3233.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3234.              <i class="ti-angle-right me-2 text-primary"></i>
  3235.               online casinos uk
  3236.            </h6>
  3237.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3238.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3239.            </div> -->
  3240.          </a>
  3241.        </div>
  3242.          
  3243.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3244.          <a href="https://www.roadpeace.org/" class="text-decoration-none ">
  3245.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3246.              <i class="ti-angle-right me-2 text-primary"></i>
  3247.               casino
  3248.            </h6>
  3249.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3250.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3251.            </div> -->
  3252.          </a>
  3253.        </div>
  3254.          
  3255.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3256.          <a href="https://www.voiceprint.co.uk/" class="text-decoration-none ">
  3257.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3258.              <i class="ti-angle-right me-2 text-primary"></i>
  3259.               best online casinos uk
  3260.            </h6>
  3261.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3262.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3263.            </div> -->
  3264.          </a>
  3265.        </div>
  3266.          
  3267.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3268.          <a href="https://bereavementcommission.org.uk/" class="text-decoration-none ">
  3269.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3270.              <i class="ti-angle-right me-2 text-primary"></i>
  3271.               casinos not on gamstop
  3272.            </h6>
  3273.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3274.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3275.            </div> -->
  3276.          </a>
  3277.        </div>
  3278.          
  3279.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3280.          <a href="https://www.bshg.org.uk/" class="text-decoration-none ">
  3281.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3282.              <i class="ti-angle-right me-2 text-primary"></i>
  3283.               casinos not on gamstop
  3284.            </h6>
  3285.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3286.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3287.            </div> -->
  3288.          </a>
  3289.        </div>
  3290.          
  3291.      </div>
  3292.  
  3293.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3294.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3295.      </div> -->
  3296.    </div>
  3297.  </div>
  3298.    
  3299.  <!-- <div class="sidebar-widget">
  3300.    <div class="widget-title-wrapper mb-3">
  3301.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3302.        <i class="ti-calendar me-2"></i>August 2025 Blog Roll
  3303.        <span class="title-arrow"></span>
  3304.      </h4>
  3305.    </div>
  3306.    <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3307.      <div class="blog-roll-list">
  3308.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3309.          <a href="#" 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.              Complete Guide to Django REST Framework
  3313.            </h6>
  3314.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3315.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3316.            </div>
  3317.          </a>
  3318.        </div>
  3319.  
  3320.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3321.          <a href="#" class="text-decoration-none">
  3322.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3323.              <i class="ti-angle-right me-2 text-primary"></i>
  3324.              Modern JavaScript ES2025 Features
  3325.            </h6>
  3326.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3327.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 25, 2025</small>
  3328.            </div>
  3329.          </a>
  3330.        </div>
  3331.  
  3332.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3333.          <a href="#" class="text-decoration-none">
  3334.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3335.              <i class="ti-angle-right me-2 text-primary"></i>
  3336.              Digital Marketing Trends in 2025
  3337.            </h6>
  3338.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3339.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 23, 2025</small>
  3340.            </div>
  3341.          </a>
  3342.        </div>
  3343.  
  3344.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3345.          <a href="#" class="text-decoration-none">
  3346.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3347.              <i class="ti-angle-right me-2 text-primary"></i>
  3348.              Remote Work Best Practices
  3349.            </h6>
  3350.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3351.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 20, 2025</small>
  3352.            </div>
  3353.          </a>
  3354.        </div>
  3355.  
  3356.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3357.          <a href="#" class="text-decoration-none">
  3358.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3359.              <i class="ti-angle-right me-2 text-primary"></i>
  3360.              Sustainable Living Tips for Beginners
  3361.            </h6>
  3362.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3363.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 18, 2025</small>
  3364.            </div>
  3365.          </a>
  3366.        </div>
  3367.  
  3368.        <div class="blog-roll-item">
  3369.          <a href="#" class="text-decoration-none">
  3370.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3371.              <i class="ti-angle-right me-2 text-primary"></i>
  3372.              AI and Machine Learning Basics
  3373.            </h6>
  3374.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3375.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 15, 2025</small>
  3376.            </div>
  3377.          </a>
  3378.        </div>
  3379.      </div>
  3380.  
  3381.      <div class="text-center mt-4 pt-3 border-top border-light">
  3382.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3383.      </div>
  3384.    </div>
  3385.  </div> -->
  3386. </div>
  3387.  
  3388. <!-- Sidebar V2 Styles -->
  3389. <style>
  3390.  .sidebar-widget {
  3391.    position: relative;
  3392.  }
  3393.  
  3394.  .widget-title {
  3395.    font-size: 1.1rem;
  3396.    font-weight: 700;
  3397.    display: inline-block;
  3398.    position: relative;
  3399.    z-index: 2;
  3400.    border-radius: 0;
  3401.  }
  3402.  
  3403.  /* Green arrow for August Blog Roll */
  3404.  .title-arrow::after {
  3405.    content: '';
  3406.    position: absolute;
  3407.    top: 0;
  3408.    right: -22px;
  3409.    width: 0;
  3410.    height: 0;
  3411.    border-left: 22px solid var(--bs-primary);
  3412.    border-top: 22px solid transparent;
  3413.    border-bottom: 22px solid transparent;
  3414.    z-index: 1;
  3415.  }
  3416.  
  3417.  /* Blue arrow for Recent Posts */
  3418.  .title-arrow-primary::after {
  3419.    content: '';
  3420.    position: absolute;
  3421.    top: 0;
  3422.    right: -22px;
  3423.    width: 0;
  3424.    height: 0;
  3425.    border-left: 22px solid var(--bs-primary);
  3426.    border-top: 22px solid transparent;
  3427.    border-bottom: 22px solid transparent;
  3428.    z-index: 1;
  3429.  }
  3430.  
  3431.  .widget-content {
  3432.    margin-top: -1px;
  3433.    position: relative;
  3434.    z-index: 1;
  3435.    background-color: var(--card-bg);
  3436.  }
  3437.  
  3438.  /* Blog Roll Items Hover Effects */
  3439.  .blog-roll-item:hover .blog-title {
  3440.    color: #198754 !important;
  3441.    transform: translateX(5px);
  3442.    transition: all 0.3s ease;
  3443.  }
  3444.  
  3445.  /* Recent Post Items Hover Effects */
  3446.  .recent-post-item:hover .post-title a {
  3447.    color: #0d6efd !important;
  3448.    transition: color 0.3s ease;
  3449.  }
  3450.  
  3451.  .recent-post-item:hover .post-image img {
  3452.    transform: scale(1.05);
  3453.    transition: transform 0.3s ease;
  3454.  }
  3455.  
  3456.  /* Button Hover Effects */
  3457.  .btn:hover {
  3458.    transform: translateY(-2px);
  3459.    transition: all 0.3s ease;
  3460.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3461.  }
  3462.  
  3463.  /* Badge Hover Effects */
  3464.  .badge:hover {
  3465.    transform: scale(1.05);
  3466.    transition: transform 0.3s ease;
  3467.  }
  3468.  
  3469.  @media (max-width: 991px) {
  3470.    .sidebar {
  3471.      margin-top: 3rem;
  3472.    }
  3473.  }
  3474.  
  3475.  @media (max-width: 576px) {
  3476.    .widget-title {
  3477.      font-size: 1rem;
  3478.      padding: 0.75rem 1rem !important;
  3479.    }
  3480.  
  3481.    .title-arrow::after,
  3482.    .title-arrow-primary::after {
  3483.      right: -18px;
  3484.      border-left-width: 18px;
  3485.      border-top-width: 18px;
  3486.      border-bottom-width: 18px;
  3487.    }
  3488.  
  3489.    .post-image {
  3490.      width: 70px !important;
  3491.      height: 55px !important;
  3492.    }
  3493.  
  3494.    .blog-meta {
  3495.      flex-direction: column !important;
  3496.      align-items: flex-start !important;
  3497.      gap: 0.5rem;
  3498.    }
  3499.  }
  3500. </style>
  3501.  
  3502.    
  3503.            </div>
  3504.        </div>
  3505.    </div>
  3506. </section>
  3507.  
  3508.    
  3509.        
  3510.        <!-- end wpo-blog-highlights-section -->
  3511.        <!-- start wpo-blog-sponsored-section -->
  3512.        
  3513.  
  3514.  
  3515.  
  3516.    
  3517.  
  3518.  
  3519.  
  3520. <section class="wpo-blog-sponsored-section section-padding">
  3521.    <div class="container-fluid fluid-container">
  3522.        <div class="wpo-section-title">
  3523.            <h2>sponsored news</h2>
  3524.        </div>
  3525.        <div class="row">
  3526.            <div class="wpo-blog-sponsored-wrap">
  3527.                <div class="wpo-blog-items">
  3528.                    <div class="row">
  3529.                        
  3530.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3531.                            <div class="wpo-blog-item">
  3532.                                <div class="wpo-blog-img">
  3533.                                    
  3534.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3535.                                    
  3536.                                    <div class="thumb bg-primary-gradient ">News</div>
  3537.                                </div>
  3538.                                <div class="wpo-blog-content">
  3539.                                    <h2>  <a href="/gaza-war-in-maps-after-two-years-of-fighting/" class="top-color">
  3540.                                            Gaza War in Maps After Two Years of Fighting
  3541.                                            </a>
  3542.                                    </h2>
  3543.                                    <ul>
  3544.                                        <li>
  3545.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Amy Perez">
  3546.                                                </li>
  3547.                                        <li class="top-color">By Amy Perez</li>
  3548.                                        <li  class="top-color">10 May 2026</li>
  3549.                                    </ul>
  3550.                                </div>
  3551.                            </div>
  3552.                        </div>
  3553.                        
  3554.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3555.                            <div class="wpo-blog-item">
  3556.                                <div class="wpo-blog-img">
  3557.                                    
  3558.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3559.                                    
  3560.                                    <div class="thumb bg-primary-gradient ">News</div>
  3561.                                </div>
  3562.                                <div class="wpo-blog-content">
  3563.                                    <h2>  <a href="/democrats-denounce-trump-after-he-states-they-should-face-execution/" class="top-color">
  3564.                                            Democrats Denounce Trump After He States They Should Face Execution
  3565.                                            </a>
  3566.                                    </h2>
  3567.                                    <ul>
  3568.                                        <li>
  3569.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Amy Perez">
  3570.                                                </li>
  3571.                                        <li class="top-color">By Amy Perez</li>
  3572.                                        <li  class="top-color">09 May 2026</li>
  3573.                                    </ul>
  3574.                                </div>
  3575.                            </div>
  3576.                        </div>
  3577.                        
  3578.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3579.                            <div class="wpo-blog-item">
  3580.                                <div class="wpo-blog-img">
  3581.                                    
  3582.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3583.                                    
  3584.                                    <div class="thumb bg-primary-gradient ">News</div>
  3585.                                </div>
  3586.                                <div class="wpo-blog-content">
  3587.                                    <h2>  <a href="/these-players-and-coaches-not-born-in-the-united-states/" class="top-color">
  3588.                                            These Players and Coaches Not Born in the United States
  3589.                                            </a>
  3590.                                    </h2>
  3591.                                    <ul>
  3592.                                        <li>
  3593.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Amy Perez">
  3594.                                                </li>
  3595.                                        <li class="top-color">By Amy Perez</li>
  3596.                                        <li  class="top-color">09 May 2026</li>
  3597.                                    </ul>
  3598.                                </div>
  3599.                            </div>
  3600.                        </div>
  3601.                        
  3602.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3603.                            <div class="wpo-blog-item">
  3604.                                <div class="wpo-blog-img">
  3605.                                    
  3606.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3607.                                    
  3608.                                    <div class="thumb bg-primary-gradient ">News</div>
  3609.                                </div>
  3610.                                <div class="wpo-blog-content">
  3611.                                    <h2>  <a href="/russian-authorities-restricts-snapchat-and-restricts-apples-facetime-state-media-say/" class="top-color">
  3612.                                            Russian Authorities Restricts Snapchat and Restricts Apple&#x27;s FaceTime, State Media Say
  3613.                                            </a>
  3614.                                    </h2>
  3615.                                    <ul>
  3616.                                        <li>
  3617.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Amy Perez">
  3618.                                                </li>
  3619.                                        <li class="top-color">By Amy Perez</li>
  3620.                                        <li  class="top-color">09 May 2026</li>
  3621.                                    </ul>
  3622.                                </div>
  3623.                            </div>
  3624.                        </div>
  3625.                        
  3626.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3627.                            <div class="wpo-blog-item">
  3628.                                <div class="wpo-blog-img">
  3629.                                    
  3630.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3631.                                    
  3632.                                    <div class="thumb bg-primary-gradient ">News</div>
  3633.                                </div>
  3634.                                <div class="wpo-blog-content">
  3635.                                    <h2>  <a href="/chornobyl-catastrophe-shelter-can-no-longer-effectively-blocks-harmful-radiation-needs-major-restoration-iaea/" class="top-color">
  3636.                                            Chornobyl Catastrophe Shelter Can No Longer Effectively Blocks Harmful Radiation, Needs Major Restoration – IAEA
  3637.                                            </a>
  3638.                                    </h2>
  3639.                                    <ul>
  3640.                                        <li>
  3641.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Amy Perez">
  3642.                                                </li>
  3643.                                        <li class="top-color">By Amy Perez</li>
  3644.                                        <li  class="top-color">09 May 2026</li>
  3645.                                    </ul>
  3646.                                </div>
  3647.                            </div>
  3648.                        </div>
  3649.                        
  3650.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3651.                            <div class="wpo-blog-item">
  3652.                                <div class="wpo-blog-img">
  3653.                                    
  3654.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3655.                                    
  3656.                                    <div class="thumb bg-primary-gradient ">News</div>
  3657.                                </div>
  3658.                                <div class="wpo-blog-content">
  3659.                                    <h2>  <a href="/the-gunners-host-wolverhampton-wanderers-in-crucial-top-flight-clash/" class="top-color">
  3660.                                            The Gunners Host Wolverhampton Wanderers in Crucial Top-Flight Clash
  3661.                                            </a>
  3662.                                    </h2>
  3663.                                    <ul>
  3664.                                        <li>
  3665.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Amy Perez">
  3666.                                                </li>
  3667.                                        <li class="top-color">By Amy Perez</li>
  3668.                                        <li  class="top-color">09 May 2026</li>
  3669.                                    </ul>
  3670.                                </div>
  3671.                            </div>
  3672.                        </div>
  3673.                        
  3674.  
  3675.                    </div>
  3676.                </div>
  3677.            </div>
  3678.        </div>
  3679.    </div> <!-- end container -->
  3680. </section>
  3681.  
  3682.  
  3683.    
  3684.        <!-- end wpo-blog-sponsored-section -->
  3685.        <!-- start wpo-subscribe-section -->
  3686.        
  3687.        <!-- end subscribe-section -->
  3688.        <!-- start of wpo-site-footer-section -->
  3689.        
  3690.  
  3691.  
  3692.  
  3693.  
  3694.  
  3695. <footer class="wpo-site-footer-v5 bg-primary-gradient">
  3696.  <!-- Top Layer: Logo & Tagline -->
  3697.  <div class="footer-top-layer py-5 text-center">
  3698.    <div class="container-fluid fluid-container">
  3699.      <div class="row">
  3700.        <div class="col-12">
  3701.          <div class="brand-logo">
  3702.            
  3703.              <h3 class="brand-title">Vertex AI Gaming</h3>
  3704.            
  3705.            <p class="brand-tagline mt-2">Vertex AI Gaming delivers expert coverage on gaming technology, AI innovations, and industry trends for enthusiasts and professionals alike.</p>
  3706.          </div>
  3707.        </div>
  3708.      </div>
  3709.    </div>
  3710.  </div>
  3711.  
  3712.  <!-- Content Layer: Full-Width Bands -->
  3713.  <div class="footer-content-layer pt-4">
  3714.    <div class="container-fluid fluid-container">
  3715.      <!-- Quick Links -->
  3716.      <div class="row">
  3717.        <div class="col-12 band-block py-3 mb-3 border-bottom">
  3718.          <h5 class="column-title">Quick Links</h5>
  3719.          <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3">
  3720.            
  3721.              <li>
  3722.                <a class="menu-link" href="/joe-root-shares-dual-opinions-on-floodlit-test-cricket-before-pivotal-ashes-showdown/">Joe Root Shares Dual Opinions on Floodlit Test Cricket Before Pivotal Ashes Showdown</a>
  3723.              </li>
  3724.            
  3725.              <li>
  3726.                <a class="menu-link" href="/conversing-over-the-divide-a-encounter-among-different-perspectives/">Conversing Over the Divide: A Encounter Among Different Perspectives</a>
  3727.              </li>
  3728.            
  3729.              <li>
  3730.                <a class="menu-link" href="/wta-finals-updates-elena-rybakina-faces-alexandrova-swiatek-clashes-with-amanda-anisimova/">WTA Finals Updates: Elena Rybakina Faces Alexandrova, Swiatek Clashes With Amanda Anisimova</a>
  3731.              </li>
  3732.            
  3733.              <li>
  3734.                <a class="menu-link" href="/failing-to-find-a-fantastic-time-at-college-you-are-not-the-only-one/">Failing to find a fantastic time at college? You are not the only one.</a>
  3735.              </li>
  3736.            
  3737.              <li>
  3738.                <a class="menu-link" href="/who-is-your-favourite-cricketer-in-the-legacy-of-the-mens-ashes/">Who is Your Favourite Cricketer in the Legacy of the Men’s Ashes?</a>
  3739.              </li>
  3740.            
  3741.              <li>
  3742.                <a class="menu-link" href="/the-manager-claims-debut-celtic-victory-in-20-years/">The Manager Claims Debut Celtic Victory in 20 Years</a>
  3743.              </li>
  3744.            
  3745.          </ul>
  3746.        </div>
  3747.      </div>
  3748.      <!-- Top Categories -->
  3749.      <div class="row">
  3750.        <div class="col-12 band-block pb-4  border-bottom">
  3751.          <h5 class="column-title">Top Categories</h5>
  3752.          <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3">
  3753.            
  3754.              <li>
  3755.                <a class="menu-link" href="/category/all-posts/">All Posts</a>
  3756.              </li>
  3757.            
  3758.              <li>
  3759.                <a class="menu-link" href="/category/business/">Business</a>
  3760.              </li>
  3761.            
  3762.              <li>
  3763.                <a class="menu-link" href="/category/esports/">Esports</a>
  3764.              </li>
  3765.            
  3766.              <li>
  3767.                <a class="menu-link" href="/category/fashion/">Fashion</a>
  3768.              </li>
  3769.            
  3770.              <li>
  3771.                <a class="menu-link" href="/category/featured/">Featured</a>
  3772.              </li>
  3773.            
  3774.          </ul>
  3775.        </div>
  3776.      </div>
  3777.      <!-- Blog Rolls -->
  3778.       <div class="row">
  3779.        <div class="col-12 band-block py-3 mb-3 border-bottom">
  3780.          <h5 class="column-title">Blog Rolls</h5>
  3781.          <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3" id="blogRollLinks">
  3782.            
  3783.            
  3784.  
  3785.            
  3786.            
  3787.              
  3788.            
  3789.          </ul>
  3790.        </div>
  3791.      </div>
  3792.    </div>
  3793.  </div>
  3794.  
  3795.  <!-- Bottom Layer -->
  3796.  <div class="footer-bottom-layer bg-primary text-white py-3">
  3797.    <div class="container-fluid fluid-container">
  3798.      <div class="row">
  3799.        <div class="col-12 text-center">
  3800.          <div class="bottom-content d-flex flex-wrap justify-content-center gap-3">
  3801.            <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  3802.            <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  3803.            <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  3804.            <span class="copyright-info">&copy; 2026 <strong>Vertex AI Gaming</strong>. All rights reserved.</span>
  3805.          </div>
  3806.        </div>
  3807.      </div>
  3808.    </div>
  3809.  </div>
  3810. </footer>
  3811.  
  3812. <style>
  3813.  
  3814. .footer-logo {
  3815.    height: 60px;
  3816.    width: auto;
  3817. }
  3818.  
  3819. .brand-title {
  3820.    font-size: 22px;
  3821.    font-weight: 800;
  3822.    color: white !important;
  3823.    margin: 0;
  3824. }
  3825.  
  3826. .brand-tagline {
  3827.    font-size: 14px;
  3828.    color: white !important;
  3829.    margin: 0;
  3830. }
  3831.  
  3832. .column-title {
  3833.    font-size: 16px;
  3834.    font-weight: 700;
  3835.    color:  white !important;
  3836.    margin-bottom: 12px;
  3837.    text-align: center;
  3838. }
  3839.  
  3840. .footer-menu {
  3841.    margin: 0;
  3842. }
  3843.  
  3844. .menu-link {
  3845.    color: white !important;
  3846.    text-decoration: none;
  3847.    font-size: 14px;
  3848.    font-weight: 600;
  3849.    transition: color 0.3s ease;
  3850. }
  3851.  
  3852.  
  3853. .footer-bottom-layer {
  3854.    font-size: 13px;
  3855. }
  3856.  
  3857. .utility-link {
  3858.    color: white !important;
  3859.    text-decoration: none;
  3860.    font-size: 13px;
  3861.    font-weight: 600;
  3862.    transition: color 0.3s ease;
  3863. }
  3864.  
  3865. .utility-link:hover {
  3866.    color: blue !important;
  3867. }
  3868.  
  3869. .copyright-info {
  3870.    font-size: 13px;
  3871.    font-weight: 600;
  3872. }
  3873.  
  3874. /* Responsive Design */
  3875. @media (max-width: 768px) {
  3876.    .footer-logo {
  3877.        height: 60px;
  3878.    }
  3879.    
  3880.    .column-title {
  3881.        font-size: 15px;
  3882.    }
  3883.    
  3884.    .menu-link {
  3885.        font-size: 13px;
  3886.    }
  3887. }
  3888.  
  3889. @media (max-width: 576px) {
  3890.    .brand-title {
  3891.        font-size: 20px;
  3892.    }
  3893.    
  3894.    .brand-tagline {
  3895.        font-size: 12px;
  3896.    }
  3897.    
  3898.    .cta-btn {
  3899.        font-size: 12px;
  3900.        padding: 5px 12px;
  3901.    }
  3902.    
  3903.    .band-block {
  3904.        border-left: 3px solid var(--primary-color);
  3905.    }
  3906. }
  3907. </style>
  3908.  
  3909. <script>
  3910. // Prevent default for placeholder links
  3911. document.addEventListener('DOMContentLoaded', function() {
  3912.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  3913.        anchor.addEventListener('click', function(e) {
  3914.            e.preventDefault();
  3915.        });
  3916.    });
  3917. });
  3918. document.addEventListener('DOMContentLoaded', function () {
  3919.    var btn = document.getElementById('toggleBlogRollLinks');
  3920.    if (!btn) return; // No extra items, no button
  3921.  
  3922.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  3923.  
  3924.    btn.addEventListener('click', function () {
  3925.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3926.            return li.classList.contains('d-none');
  3927.        });
  3928.  
  3929.        extras.forEach(function (li) {
  3930.            if (anyHidden) {
  3931.                li.classList.remove('d-none');
  3932.                li.classList.add('show');
  3933.            } else {
  3934.                li.classList.add('d-none');
  3935.                li.classList.remove('show');
  3936.            }
  3937.        });
  3938.  
  3939.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3940.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3941.    });
  3942. });
  3943.  
  3944. </script>
  3945.  
  3946.        <!-- end of wpo-site-footer-section -->
  3947.    </div>
  3948.    <!-- end of page-wrapper -->
  3949.  
  3950.    <!-- All JavaScript files
  3951.    ================================================== -->
  3952.    
  3953.  
  3954. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3955. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3956. <!-- Plugins for this template -->
  3957. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3958. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3959. <!-- Custom script for this template -->
  3960. <script src="/static/blogapp/assets/js/script.js"></script>
  3961.  
  3962. <script>
  3963. (function () {
  3964. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3965. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3966.  
  3967. function applyFallback(img) {
  3968. if (!img || img.dataset.fallbackApplied === "1") {
  3969. return;
  3970. }
  3971. var failedSrc = img.currentSrc || img.src || "";
  3972. img.dataset.fallbackApplied = "1";
  3973. img.onerror = null;
  3974. img.src = fallbackImageSrc;
  3975. console.warn("[ImageFallback] Replaced broken image:", {
  3976. failedSrc: failedSrc,
  3977. fallbackSrc: fallbackImageSrc,
  3978. alt: img.alt || "",
  3979. });
  3980. }
  3981.  
  3982. document.querySelectorAll("img").forEach(function (img) {
  3983. if (img.complete && img.naturalWidth === 0) {
  3984. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3985. failedSrc: img.currentSrc || img.src || "",
  3986. alt: img.alt || "",
  3987. });
  3988. applyFallback(img);
  3989. }
  3990. });
  3991.  
  3992. document.addEventListener(
  3993. "error",
  3994. function (event) {
  3995. var target = event.target;
  3996. if (target && target.tagName === "IMG") {
  3997. applyFallback(target);
  3998. }
  3999. },
  4000. true
  4001. );
  4002. })();
  4003. </script>
  4004.  
  4005. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4006.  
  4007.  
  4008.  
  4009. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"fa2ea62408654af6acbdee2851f9c16b","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4010. </body>
  4011.  
  4012. </html>
  4013.  
  4014.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda