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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="mulish">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_20_wI9cT7Y_eOveN0y.png">
  14.    
  15.  
  16.    <title>Future Arena: Tech Insights, AI Trends &amp; Digital Innovation News</title>
  17.    <meta name="description" content="Future Arena explores cutting-edge technology, artificial intelligence trends, and digital innovation. Stay updated with expert analysis on emerging tech and future developments.">
  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://futurearena.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #8e44ad;
  42.        --bs-primary-rgb: 8e44ad;
  43.        --bs-secondary: #7f8c8d;
  44.        --bs-success: #2ecc71;
  45.        --bs-danger: #c0392b;
  46.        --bs-warning: #f1c40f;
  47.        --bs-info: #3498db;
  48.        --bs-light: #f0f3f5;
  49.        --bs-dark: #2c3e50;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #8e44ad;
  53.        --theme-primary-color-s2: #8e44ad;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #2c3e50;
  57.        --text-light-color: #676767;
  58.        --heading-color: #2c3e50;
  59.        --border-color: #b2bec3;
  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: #dfe6e9;
  75.        --navbar-color: #2c3e50;
  76.        --topbar-bg: #f0f3f5;
  77.        --topbar-color: #2c3e50;
  78.        --footer-bg: #2c3e50;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #b2bec3;
  82.        --card-radius: 14px;
  83.        --link-color: #8e44ad;
  84.        --link-hover: #7d3c98;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(142, 68, 173, 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_10">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.  
  396.  
  397.            <!-- end preloader -->
  398.        
  399.        <!-- Start header -->
  400.        <header id="header" class="wpo-site-header">
  401.            
  402.  
  403.  
  404.    
  405.  
  406.  
  407.  
  408. <div class="topbar ">
  409.  <div class="container-fluid fluid-container">
  410.    <div class="row align-items-center ">
  411.      <div class="col  col-lg-9 col-md-9 col-sm-12 col-12">
  412.        <div class="contact-intro ">
  413.          <ul class="d-flex gap-2 align-items-center">
  414.            <li class="update ">
  415.              <span class="bg-primary-gradient text-nowrap">New Update</span>
  416.            </li>
  417.            <li class="top-color">
  418.              <marquee direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  419.                <p class="text-center mb-0">
  420.                  
  421.                  <a href="/joe-root-voices-conflicted-views-on-floodlit-test-games-ahead-of-key-ashes-series-encounter/" class="px-5 top-color">
  422.                    Joe Root Voices Conflicted Views on Floodlit Test Games Ahead of Key Ashes Series Encounter
  423.                  </a>
  424.                  
  425.                  <a href="/dining-over-the-divide-an-meeting-among-opposing-perspectives/" class="px-5 top-color">
  426.                    Dining Over the Divide: An Meeting Among Opposing Perspectives
  427.                  </a>
  428.                  
  429.                  <a href="/womens-tennis-finals-latest-news-rybakina-faces-alexandrova-swiatek-clashes-with-amanda-anisimova/" class="px-5 top-color">
  430.                    Women&#x27;s Tennis Finals Latest News: Rybakina Faces Alexandrova, Swiatek Clashes With Amanda Anisimova
  431.                  </a>
  432.                  
  433.                  <a href="/cameroonian-political-opposition-figure-faces-court-action-concerning-election-unrest-government-announces/" class="px-5 top-color">
  434.                    Cameroonian Political Opposition Figure Faces Court Action Concerning Election Unrest, Government Announces
  435.                  </a>
  436.                  
  437.                  <a href="/finland-upsets-back-to-back-reigning-champions-the-united-states-in-world-junior-quarter-finals/" class="px-5 top-color">
  438.                    Finland Upsets Back-to-Back Reigning Champions the United States in World Junior Quarter-Finals.
  439.                  </a>
  440.                  
  441.                </p>
  442.              </marquee>
  443.            </li>
  444.          </ul>
  445.        </div>
  446.      </div>
  447.      <div class="col col-lg-3 col-md-3 col-sm-12 col-12">
  448.        <div class="contact-info ">
  449.          <ul>
  450.            <li>
  451.              <a href="#" class="top-color"><i class="top-color ti-facebook"></i></a>
  452.            </li>
  453.            <li>
  454.              <a href="#" class="top-color"><i class="top-color ti-twitter-alt"></i></a>
  455.            </li>
  456.            <li>
  457.              <a href="#" class="top-color"><i class="top-color ti-instagram"></i></a>
  458.            </li>
  459.            <li>
  460.              <a href="#" class="top-color"><i class="top-color ti-google"></i></a>
  461.            </li>
  462.          </ul>
  463.        </div>
  464.      </div>
  465.    </div>
  466.  </div>
  467. </div>
  468.  
  469.  
  470.  
  471.  
  472.  
  473.            
  474.  
  475.  
  476.  
  477.  
  478.  
  479.  
  480. <header class="header-v7 py-2 mb-4">
  481.    <!-- Top Bar -->
  482.    <div class="top-bar-v7">
  483.        <div class="container-fluid fluid-container">
  484.            <div class="row align-items-center justify-content-center">
  485.                <div class="col-lg-3 col-md-4">
  486.                    <div class="logo-section-v7">
  487.                        <a class="brand-link-v7" href="/">
  488.                            
  489.                                Future Arena
  490.                            
  491.                        </a>
  492.                    </div>
  493.                </div>
  494.                <div class="col-lg-6 col-md-5">
  495.                    <div class="search-bar-v7">
  496.                        <form class="search-form-v7" action="#" method="get">
  497.                            <div class="search-container-v7">
  498.                                <input id="search-input" type="search" class="search-input-v7"
  499.                                    placeholder="Search articles, tutorials, news..." name="q">
  500.                                <button type="submit" class="search-btn-v7">
  501.                                    <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  502.                                        stroke-width="2">
  503.                                        <circle cx="11" cy="11" r="8"></circle>
  504.                                        <path d="m21 21-4.35-4.35"></path>
  505.                                    </svg>
  506.                                </button>
  507.                            </div>
  508.                            <div id="search-results" class="search-results-container search-v1"></div>
  509.                        </form>
  510.                    </div>
  511.                </div>
  512.                <div class="col-lg-3 col-md-3">
  513.                    <!-- Empty column for spacing -->
  514.                </div>
  515.            </div>
  516.        </div>
  517.    </div>
  518.  
  519.    <!-- Main Navigation -->
  520.    <div class="main-nav-v7">
  521.        <div class="container-fluid">
  522.            <div class="nav-wrapper-v7">
  523.  
  524.                <!-- Sidebar Navigation -->
  525.                <nav class="sidebar-nav-v7" id="sidebarNavV7">
  526.                    <div class="nav-header-v7">
  527.                        <h6 class="nav-title-v7">Navigation</h6>
  528.                        <button class="sidebar-close-v7 text-link" onclick="closeSidebarV7()">
  529.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  530.                                stroke-width="2">
  531.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  532.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  533.                            </svg>
  534.                        </button>
  535.                    </div>
  536.  
  537.                    <ul class="sidebar-menu-v7">
  538.                        <li class="sidebar-item-v7">
  539.                            <a href='/' class="sidebar-link-v7 active-v7">
  540.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  541.                                    stroke="currentColor" stroke-width="2">
  542.                                    <path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
  543.                                    <polyline points="9,22 9,12 15,12 15,22"></polyline>
  544.                                </svg>
  545.                                Home
  546.                            </a>
  547.                        </li>
  548.  
  549.                        <li class="sidebar-item-v7 has-submenu-v7">
  550.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('tech-submenu-v7')">
  551.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  552.                                    stroke="currentColor" stroke-width="2">
  553.                                    <rect x="2" y="3" width="20" height="14" rx="2" ry="2"></rect>
  554.                                    <line x1="8" y1="21" x2="16" y2="21"></line>
  555.                                    <line x1="12" y1="17" x2="12" y2="21"></line>
  556.                                </svg>
  557.                                Technology
  558.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  559.                                    stroke="currentColor" stroke-width="2">
  560.                                    <polyline points="6,9 12,15 18,9"></polyline>
  561.                                </svg>
  562.                            </a>
  563.                            <ul class="sidebar-submenu-v7" id="tech-submenu-v7">
  564.                                <li><a href="#" class="sidebar-sublink-v7">Web Development</a></li>
  565.                                <li><a href="#" class="sidebar-sublink-v7">Mobile Apps</a></li>
  566.                                <li><a href="#" class="sidebar-sublink-v7">AI & Machine Learning</a></li>
  567.                                <li><a href="#" class="sidebar-sublink-v7">Cybersecurity</a></li>
  568.                            </ul>
  569.                        </li>
  570.  
  571.                        <li class="sidebar-item-v7 has-submenu-v7">
  572.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('business-submenu-v7')">
  573.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  574.                                    stroke="currentColor" stroke-width="2">
  575.                                    <path
  576.                                        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">
  577.                                    </path>
  578.                                </svg>
  579.                                Business
  580.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  581.                                    stroke="currentColor" stroke-width="2">
  582.                                    <polyline points="6,9 12,15 18,9"></polyline>
  583.                                </svg>
  584.                            </a>
  585.                            <ul class="sidebar-submenu-v7" id="business-submenu-v7">
  586.                                <li><a href="#" class="sidebar-sublink-v7">Startups</a></li>
  587.                                <li><a href="#" class="sidebar-sublink-v7">Marketing</a></li>
  588.                                <li><a href="#" class="sidebar-sublink-v7">Finance</a></li>
  589.                            </ul>
  590.                        </li>
  591.  
  592.                        <li class="sidebar-item-v7">
  593.                            <a href="#" class="sidebar-link-v7">
  594.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  595.                                    stroke="currentColor" stroke-width="2">
  596.                                    <path d="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"></path>
  597.                                    <path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"></path>
  598.                                </svg>
  599.                                Tutorials
  600.                            </a>
  601.                        </li>
  602.  
  603.                        <li class="sidebar-item-v7">
  604.                            <a href="#" class="sidebar-link-v7">
  605.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  606.                                    stroke="currentColor" stroke-width="2">
  607.                                    <polygon
  608.                                        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">
  609.                                    </polygon>
  610.                                </svg>
  611.                                Reviews
  612.                            </a>
  613.                        </li>
  614.  
  615.                        <li class="sidebar-item-v7">
  616.                            <a href="#" class="sidebar-link-v7">
  617.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  618.                                    stroke="currentColor" stroke-width="2">
  619.                                    <path d="M6 2l3 6 5.5-3-2.5 7h7l-3 6-5.5-3 2.5-7H6z"></path>
  620.                                </svg>
  621.                                News
  622.                            </a>
  623.                        </li>
  624.  
  625.                        <li class="sidebar-item-v7">
  626.                            <a href="#" class="sidebar-link-v7">
  627.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  628.                                    stroke="currentColor" stroke-width="2">
  629.                                    <circle cx="12" cy="12" r="3"></circle>
  630.                                    <path
  631.                                        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">
  632.                                    </path>
  633.                                </svg>
  634.                                About
  635.                            </a>
  636.                        </li>
  637.  
  638.                        <li class="sidebar-item-v7">
  639.                            <a href="#" class="sidebar-link-v7">
  640.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  641.                                    stroke="currentColor" stroke-width="2">
  642.                                    <path
  643.                                        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">
  644.                                    </path>
  645.                                    <polyline points="22,6 12,13 2,6"></polyline>
  646.                                </svg>
  647.                                Contact
  648.                            </a>
  649.                        </li>
  650.                    </ul>
  651.                </nav>
  652.                <div class="sidebar-blur"></div>
  653.  
  654.                <!-- Main Content Area -->
  655.                <div class="content-area-v7">
  656.                    <!-- Horizontal Nav for Desktop -->
  657.                    <nav class="horizontal-nav-v7 d-none d-lg-flex">
  658.                        <ul class="horizontal-menu-v7">
  659.  
  660.                            
  661.                            <li class="horizontal-item-v7">
  662.                                <a href="/" class="horizontal-link-v7 active-v7">Home</a>
  663.                            </li>
  664.  
  665.                            
  666.                            
  667.                             <li class="horizontal-item-v7">
  668.                                <a href="/category/all-posts/" class="horizontal-link-v7">
  669.                                    All Posts
  670.                                </a>
  671.                                </li>
  672.  
  673.                                
  674.  
  675.                                        
  676.                                        
  677.                                
  678.                             <li class="horizontal-item-v7">
  679.                                <a href="/category/business/" class="horizontal-link-v7">
  680.                                    Business
  681.                                </a>
  682.                                </li>
  683.  
  684.                                
  685.  
  686.                                        
  687.                                        
  688.                                
  689.                             <li class="horizontal-item-v7">
  690.                                <a href="/category/esports/" class="horizontal-link-v7">
  691.                                    Esports
  692.                                </a>
  693.                                </li>
  694.  
  695.                                
  696.  
  697.                                        
  698.                                        
  699.                                
  700.                             <li class="horizontal-item-v7">
  701.                                <a href="/category/fashion/" class="horizontal-link-v7">
  702.                                    Fashion
  703.                                </a>
  704.                                </li>
  705.  
  706.                                
  707.  
  708.                                        
  709.                                        
  710.                                
  711.                             <li class="horizontal-item-v7">
  712.                                <a href="/category/featured/" class="horizontal-link-v7">
  713.                                    Featured
  714.                                </a>
  715.                                </li>
  716.  
  717.                                
  718.  
  719.                                        
  720.                                        
  721.                                
  722.                             <li class="horizontal-item-v7">
  723.                                <a href="/category/gaming/" class="horizontal-link-v7">
  724.                                    Gaming
  725.                                </a>
  726.                                </li>
  727.  
  728.                                
  729.  
  730.                                        
  731.                                        
  732.                                
  733.                             <li class="horizontal-item-v7">
  734.                                <a href="/category/health/" class="horizontal-link-v7">
  735.                                    Health
  736.                                </a>
  737.                                </li>
  738.  
  739.                                
  740.  
  741.                                        
  742.                                        
  743.                                
  744.                            
  745.                                
  746.                                <li class="horizontal-item-v7 dropdown-v7">
  747.                                    <a href="#" class="horizontal-link-v7">More</a>
  748.                                    <div class="horizontal-dropdown-v7">
  749.                                        <a href="/category/life-fitness/"
  750.                                            class="dropdown-item-v7">
  751.                                            Life &amp; Fitness
  752.                                        </a>
  753.                                        
  754.  
  755.                                        
  756.                                        
  757.                                
  758.                            
  759.                                        <a href="/category/lifestyle/"
  760.                                            class="dropdown-item-v7">
  761.                                            Lifestyle
  762.                                        </a>
  763.                                        
  764.  
  765.                                        
  766.                                        
  767.                                
  768.                            
  769.                                        <a href="/category/news/"
  770.                                            class="dropdown-item-v7">
  771.                                            News
  772.                                        </a>
  773.                                        
  774.  
  775.                                        
  776.                                        
  777.                                
  778.                            
  779.                                        <a href="/category/others/"
  780.                                            class="dropdown-item-v7">
  781.                                            Others
  782.                                        </a>
  783.                                        
  784.  
  785.                                        
  786.                                        
  787.                                
  788.                            
  789.                                        <a href="/category/politics/"
  790.                                            class="dropdown-item-v7">
  791.                                            Politics
  792.                                        </a>
  793.                                        
  794.  
  795.                                        
  796.                                        
  797.                                
  798.                            
  799.                                        <a href="/category/sports/"
  800.                                            class="dropdown-item-v7">
  801.                                            Sports
  802.                                        </a>
  803.                                        
  804.  
  805.                                        
  806.                                        
  807.                                
  808.                            
  809.                                        <a href="/category/tech/"
  810.                                            class="dropdown-item-v7">
  811.                                            Tech
  812.                                        </a>
  813.                                        
  814.  
  815.                                        
  816.                                        
  817.                                
  818.                            
  819.                                        <a href="/category/travel/"
  820.                                            class="dropdown-item-v7">
  821.                                            Travel
  822.                                        </a>
  823.                                        
  824.  
  825.                                        
  826.                                        
  827.                                    </div>
  828.                                </li>
  829.                                
  830.                                
  831. <li>
  832.                  <a href="/page/contact-us/">
  833.                     Contact Us
  834.                  </a>
  835.              </li>
  836.                        </ul>
  837.                    </nav>
  838.  
  839.  
  840.                    <!-- Mobile Menu Button -->
  841.                    <button class="mobile-menu-btn-v7 d-lg-none text-link" onclick="openSidebarV7()">
  842.                        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  843.                            stroke-width="2">
  844.                            <line x1="3" y1="6" x2="21" y2="6"></line>
  845.                            <line x1="3" y1="12" x2="21" y2="12"></line>
  846.                            <line x1="3" y1="18" x2="21" y2="18"></line>
  847.                        </svg>
  848.                        Menu
  849.                    </button>
  850.                </div>
  851.            </div>
  852.        </div>
  853.    </div>
  854.  
  855.    <!-- Overlay for mobile sidebar -->
  856.    <div class="sidebar-overlay-v7" id="sidebarOverlayV7" onclick="closeSidebarV7()"></div>
  857. </header>
  858.  
  859. <style>
  860.    /* Navbar V7 Styles - Vertical Sidebar Navigation */
  861.    .header-v7 {
  862.        position: relative;
  863.        background: var(--navbar-bg);
  864.    }
  865.  
  866.    /* Top Bar Styles */
  867.    .top-bar-v7 {
  868.        padding: 15px 0;
  869.        border-bottom: 1px solid var(--border-color);
  870.        background: var(--navbar-bg);
  871.    }
  872.  
  873.    .logo-img-v7 {
  874.        max-height: 70px;
  875.        transition: transform 0.3s ease;
  876.    }
  877.  
  878.    .logo-img-v7:hover {
  879.        transform: scale(1.05);
  880.    }
  881.  
  882.    /* Search Bar Styles */
  883.    .search-container-v7 {
  884.        position: relative;
  885.        display: flex;
  886.        align-items: center;
  887.        background: transparent;
  888.        border: 2px solid var(--border-color);
  889.        border-radius: 8px;
  890.        overflow: hidden;
  891.        transition: all 0.3s ease;
  892.    }
  893.  
  894.    .search-container-v7:focus-within {
  895.        border-color: #007bff33;
  896.        box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.1);
  897.    }
  898.  
  899.    .search-input-v7 {
  900.        color: var(--topbar-color) !important;
  901.        flex: 1;
  902.        border: none;
  903.        padding: 12px 16px;
  904.        font-size: 14px;
  905.        outline: none;
  906.        background: transparent;
  907.    }
  908.  
  909.    .search-input-v7::placeholder {
  910.        color: #a0aec0;
  911.    }
  912.  
  913.    .search-btn-v7 {
  914.        background: var(--bs-primary);
  915.        color: white;
  916.        border: none;
  917.        padding: 12px 16px;
  918.        cursor: pointer;
  919.        transition: background 0.3s ease;
  920.    }
  921.  
  922.    .search-btn-v7:hover {
  923.        background: #3182ce;
  924.    }
  925.  
  926.    /* Header Actions */
  927.    .header-actions-v7 {
  928.        display: flex;
  929.        align-items: center;
  930.        gap: 15px;
  931.        justify-content: flex-end;
  932.    }
  933.  
  934.    .notification-btn-v7,
  935.    .profile-btn-v7 {
  936.        background: none;
  937.        border: none;
  938.        padding: 8px;
  939.        border-radius: 8px;
  940.        cursor: pointer;
  941.        transition: background 0.3s ease;
  942.        position: relative;
  943.    }
  944.  
  945.    .notification-btn-v7:hover,
  946.    .profile-btn-v7:hover {
  947.        background: #f1f5f9;
  948.    }
  949.  
  950.    .notification-badge-v7 {
  951.        position: absolute;
  952.        top: 2px;
  953.        right: 2px;
  954.        background: #e53e3e;
  955.        color: white;
  956.        font-size: 16px;
  957.        font-weight: 600;
  958.        width: 16px;
  959.        height: 16px;
  960.        border-radius: 50%;
  961.        display: flex;
  962.        align-items: center;
  963.        justify-content: center;
  964.    }
  965.  
  966.    .profile-avatar-v7 {
  967.        width: 32px;
  968.        height: 32px;
  969.        background: var(--border-color);
  970.        border-radius: 50%;
  971.        display: flex;
  972.        align-items: center;
  973.        justify-content: center;
  974.    }
  975.  
  976.    /* Main Navigation */
  977.    .main-nav-v7 {
  978.        background: var(--navbar-bg);
  979.    }
  980.  
  981.    .nav-wrapper-v7 {
  982.        display: flex;
  983.        align-items: center;
  984.        justify-content: center;
  985.        min-height: 60px;
  986.    }
  987.  
  988.    /* Sidebar Navigation */
  989.    .sidebar-nav-v7 {
  990.        position: fixed;
  991.        top: 0;
  992.        left: -350px;
  993.        width: 350px;
  994.        height: 100vh;
  995.        background: var(--navbar-bg);
  996.        z-index: 1000;
  997.        transition: left 0.3s ease;
  998.        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  999.        overflow-y: auto;
  1000.    }
  1001.  
  1002.    .sidebar-nav-v7.show-v7 {
  1003.        left: 0;
  1004.    }
  1005.  
  1006.    .nav-header-v7 {
  1007.        display: flex;
  1008.        align-items: center;
  1009.        justify-content: space-between;
  1010.        padding: 20px 25px;
  1011.        border-bottom: 1px solid var(--border-color);
  1012.        background: var(--navbar-bg);
  1013.    }
  1014.  
  1015.    .nav-title-v7 {
  1016.        font-size: 16px;
  1017.        font-weight: 600;
  1018.        color: #2d3748;
  1019.        margin: 0;
  1020.    }
  1021.  
  1022.    .sidebar-close-v7 {
  1023.        background: none;
  1024.        border: none;
  1025.        padding: 8px;
  1026.        cursor: pointer;
  1027.        border-radius: 6px;
  1028.        transition: background 0.3s ease;
  1029.    }
  1030.  
  1031.    .sidebar-close-v7:hover {
  1032.        background: var(--border-color);
  1033.    }
  1034.  
  1035.    .sidebar-menu-v7 {
  1036.        list-style: none;
  1037.        padding: 20px 0;
  1038.        margin: 0;
  1039.    }
  1040.  
  1041.    .sidebar-item-v7 {
  1042.        margin-bottom: 5px;
  1043.    }
  1044.  
  1045.    .sidebar-link-v7 {
  1046.        display: flex;
  1047.        align-items: center;
  1048.        color: #4a5568;
  1049.        text-decoration: none;
  1050.        padding: 15px 25px;
  1051.        font-size: 15px;
  1052.        font-weight: 500;
  1053.        transition: all 0.3s ease;
  1054.        position: relative;
  1055.    }
  1056.  
  1057.    .sidebar-link-v7:hover,
  1058.    .sidebar-link-v7.active-v7 {
  1059.        color: #007bff;
  1060.        background: var(--border-color);
  1061.    }
  1062.  
  1063.    .sidebar-link-v7.active-v7::before {
  1064.        content: '';
  1065.        position: absolute;
  1066.        left: 0;
  1067.        top: 0;
  1068.        bottom: 0;
  1069.        width: 4px;
  1070.        background: #007bff;
  1071.    }
  1072.  
  1073.    .sidebar-icon-v7 {
  1074.        margin-right: 12px;
  1075.        color: currentColor;
  1076.    }
  1077.  
  1078.    .submenu-arrow-v7 {
  1079.        margin-left: auto;
  1080.        transition: transform 0.3s ease;
  1081.    }
  1082.  
  1083.    .has-submenu-v7.open-v7 .submenu-arrow-v7 {
  1084.        transform: rotate(180deg);
  1085.    }
  1086.  
  1087.    .sidebar-submenu-v7 {
  1088.        list-style: none;
  1089.        padding: 0;
  1090.        margin: 0;
  1091.        max-height: 0;
  1092.        overflow: hidden;
  1093.        transition: max-height 0.3s ease;
  1094.        background: var(--navbar-bg);
  1095.    }
  1096.  
  1097.    .sidebar-submenu-v7.show-v7 {
  1098.        max-height: 300px;
  1099.        padding: 10px 0;
  1100.    }
  1101.  
  1102.    .sidebar-sublink-v7 {
  1103.        display: block;
  1104.        color: #718096;
  1105.        text-decoration: none;
  1106.        padding: 10px 25px 10px 55px;
  1107.        font-size: 14px;
  1108.        transition: all 0.3s ease;
  1109.    }
  1110.  
  1111.    .sidebar-sublink-v7:hover {
  1112.        color: #007bff;
  1113.        background: var(--border-color);
  1114.    }
  1115.  
  1116.    /* Sidebar Footer */
  1117.    .sidebar-footer-v7 {
  1118.        padding: 25px;
  1119.        margin-top: auto;
  1120.        border-top: 1px solid var(--border-color);
  1121.    }
  1122.  
  1123.    .sidebar-cta-v7 {
  1124.        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  1125.        padding: 20px;
  1126.        border-radius: 12px;
  1127.        text-align: center;
  1128.        color: white;
  1129.    }
  1130.  
  1131.    .cta-title-v7 {
  1132.        font-size: 14px;
  1133.        font-weight: 600;
  1134.        margin: 0 0 5px 0;
  1135.    }
  1136.  
  1137.    .cta-text-v7 {
  1138.        font-size: 12px;
  1139.        margin: 0 0 15px 0;
  1140.        opacity: 0.9;
  1141.    }
  1142.  
  1143.    .cta-btn-v7 {
  1144.        background: rgba(255, 255, 255, 0.2);
  1145.        color: white;
  1146.        border: 1px solid rgba(255, 255, 255, 0.3);
  1147.        padding: 8px 20px;
  1148.        border-radius: 20px;
  1149.        font-size: 12px;
  1150.        font-weight: 500;
  1151.        cursor: pointer;
  1152.        transition: all 0.3s ease;
  1153.    }
  1154.  
  1155.    .cta-btn-v7:hover {
  1156.        background: rgba(255, 255, 255, 0.3);
  1157.    }
  1158.  
  1159.    /* Horizontal Navigation for Desktop */
  1160.    .horizontal-nav-v7 {
  1161.        flex: 1;
  1162.        display: flex;
  1163.        justify-content: center;
  1164.    }
  1165.  
  1166.    .horizontal-menu-v7 {
  1167.        list-style: none;
  1168.        padding: 0;
  1169.        margin: 0;
  1170.        display: flex;
  1171.        align-items: center;
  1172.    }
  1173.  
  1174.    .horizontal-item-v7 {
  1175.        position: relative;
  1176.        margin-right: 30px;
  1177.    }
  1178.  
  1179.    .horizontal-link-v7 {
  1180.        color: #4a5568;
  1181.        text-decoration: none;
  1182.        font-size: 16px;
  1183.        font-weight: 500;
  1184.        padding: 20px 0;
  1185.        position: relative;
  1186.        transition: color 0.3s ease;
  1187.    }
  1188.  
  1189.    .horizontal-link-v7::after {
  1190.        content: '';
  1191.        position: absolute;
  1192.        bottom: 0;
  1193.        left: 0;
  1194.        width: 0;
  1195.        height: 2px;
  1196.        background: #007bff;
  1197.        transition: width 0.3s ease;
  1198.    }
  1199.  
  1200.    .horizontal-link-v7:hover,
  1201.    .horizontal-link-v7.active-v7 {
  1202.        color: #007bff;
  1203.        font-weight: 600;
  1204.    }
  1205.  
  1206.    .horizontal-link-v7:hover::after,
  1207.    .horizontal-link-v7.active-v7::after {
  1208.        width: 100%;
  1209.    }
  1210.  
  1211.    /* Horizontal Dropdown */
  1212.    .horizontal-dropdown-v7 {
  1213.        position: absolute;
  1214.        top: 100%;
  1215.        left: 0;
  1216.        background: var(--navbar-bg);
  1217.        min-width: 200px;
  1218.        border-radius: 8px;
  1219.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  1220.        opacity: 0;
  1221.        visibility: hidden;
  1222.        transform: translateY(-10px);
  1223.        transition: all 0.3s ease;
  1224.        padding: 10px 0;
  1225.        z-index: 100;
  1226.    }
  1227.  
  1228.    .dropdown-v7:hover .horizontal-dropdown-v7 {
  1229.        opacity: 1;
  1230.        visibility: visible;
  1231.        transform: translateY(0);
  1232.    }
  1233.  
  1234.    .dropdown-item-v7 {
  1235.        display: block;
  1236.        color: #4a5568;
  1237.        text-decoration: none;
  1238.        padding: 12px 20px;
  1239.        font-size: 14px;
  1240.        transition: all 0.3s ease;
  1241.    }
  1242.  
  1243.    .dropdown-item-v7:hover {
  1244.        color: #007bff;
  1245.        background: #565758ff;
  1246.    }
  1247.  
  1248.    /* Mobile Menu Button */
  1249.    .mobile-menu-btn-v7 {
  1250.        background: none;
  1251.        border: 1px solid var(--border-color);
  1252.        padding: 10px 15px;
  1253.        border-radius: 8px;
  1254.        cursor: pointer;
  1255.        display: flex;
  1256.        align-items: center;
  1257.        gap: 8px;
  1258.        font-size: 14px;
  1259.        font-weight: 500;
  1260.        color: #4a5568;
  1261.        transition: all 0.3s ease;
  1262.        margin: 0 auto;
  1263.    }
  1264.  
  1265.    .mobile-menu-btn-v7:hover {
  1266.        border-color: #cbd5e0;
  1267.        opacity: 0.7;
  1268.    }
  1269.  
  1270.    /* Sidebar Overlay */
  1271.    .sidebar-overlay-v7 {
  1272.        position: fixed;
  1273.        top: 0;
  1274.        left: 0;
  1275.        right: 0;
  1276.        bottom: 0;
  1277.        background: rgba(0, 0, 0, 0.5);
  1278.        z-index: 999;
  1279.        opacity: 0;
  1280.        visibility: hidden;
  1281.        transition: all 0.3s ease;
  1282.    }
  1283.  
  1284.    .sidebar-overlay-v7.show-v7 {
  1285.        opacity: 1;
  1286.        visibility: visible;
  1287.    }
  1288.  
  1289.    /* Responsive Design */
  1290.    @media (max-width: 991px) {
  1291.        .top-bar-v7 .col-lg-6 {
  1292.            order: 3;
  1293.            margin-top: 15px;
  1294.        }
  1295.  
  1296.        .header-actions-v7 {
  1297.            justify-content: flex-start;
  1298.        }
  1299.    }
  1300.  
  1301.    @media (max-width: 768px) {
  1302.        .sidebar-nav-v7 {
  1303.            width: 300px;
  1304.            left: -300px;
  1305.        }
  1306.  
  1307.        .search-container-v7 {
  1308.            margin-top: 10px;
  1309.        }
  1310.    }
  1311. </style>
  1312.  
  1313. <script>
  1314.    function openSidebarV7() {
  1315.        const sidebar = document.getElementById('sidebarNavV7');
  1316.        const overlay = document.getElementById('sidebarOverlayV7');
  1317.  
  1318.        sidebar.classList.add('show-v7');
  1319.        overlay.classList.add('show-v7');
  1320.        document.body.style.overflow = 'hidden';
  1321.    }
  1322.  
  1323.    function closeSidebarV7() {
  1324.        const sidebar = document.getElementById('sidebarNavV7');
  1325.        const overlay = document.getElementById('sidebarOverlayV7');
  1326.  
  1327.        sidebar.classList.remove('show-v7');
  1328.        overlay.classList.remove('show-v7');
  1329.        document.body.style.overflow = '';
  1330.    }
  1331.  
  1332.    function toggleSubmenuV7(submenuId) {
  1333.        const submenu = document.getElementById(submenuId);
  1334.        const parentItem = submenu.closest('.sidebar-item-v7');
  1335.  
  1336.        // Close other open submenus
  1337.        const allSubmenus = document.querySelectorAll('.sidebar-submenu-v7');
  1338.        const allParentItems = document.querySelectorAll('.has-submenu-v7');
  1339.  
  1340.        allSubmenus.forEach(menu => {
  1341.            if (menu.id !== submenuId) {
  1342.                menu.classList.remove('show-v7');
  1343.            }
  1344.        });
  1345.  
  1346.        allParentItems.forEach(item => {
  1347.            if (item !== parentItem) {
  1348.                item.classList.remove('open-v7');
  1349.            }
  1350.        });
  1351.  
  1352.        // Toggle current submenu
  1353.        submenu.classList.toggle('show-v7');
  1354.        parentItem.classList.toggle('open-v7');
  1355.    }
  1356.  
  1357.    // Close sidebar when clicking outside
  1358.    document.addEventListener('click', function (event) {
  1359.        const sidebar = document.getElementById('sidebarNavV7');
  1360.        const mobileBtn = document.querySelector('.mobile-menu-btn-v7');
  1361.  
  1362.        if (!sidebar.contains(event.target) && !mobileBtn.contains(event.target)) {
  1363.            closeSidebarV7();
  1364.        }
  1365.    });
  1366.  
  1367.    // Handle window resize
  1368.    window.addEventListener('resize', function () {
  1369.        if (window.innerWidth >= 992) {
  1370.            closeSidebarV7();
  1371.        }
  1372.    });
  1373. </script>
  1374.  
  1375. <script>
  1376.  document.addEventListener("DOMContentLoaded", function () {
  1377.    console.log("loaded");
  1378.  
  1379.     const searchInput = document.getElementById("search-input")
  1380.    const searchResults = document.getElementById("search-results");
  1381.  
  1382.    if (!searchInput || !searchResults) {
  1383.      console.error("Search input/results not found");
  1384.      return;
  1385.    }
  1386.  
  1387.    // Prevent form submission
  1388.    if (searchInput.form) {
  1389.      searchInput.form.addEventListener("submit", function (e) {
  1390.        e.preventDefault();
  1391.      });
  1392.    }
  1393.  
  1394.    // Add event listener for keyup
  1395.    searchInput.addEventListener("keyup", function (e) {
  1396.      console.log("Key pressed:", e.key);
  1397.      e.preventDefault();
  1398.  
  1399.      const query = searchInput.value.trim();
  1400.      console.log("User is typing: " + query);
  1401.  
  1402.      // If empty → clear and hide
  1403.      if (query === "") {
  1404.        searchResults.innerHTML = "";
  1405.        searchResults.style.display = "none";
  1406.        return;
  1407.      }
  1408.  
  1409.      // Show results
  1410.      searchResults.style.display = "block";
  1411.  
  1412.      // Fetch search results
  1413.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1414.        method: "GET",
  1415.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1416.      })
  1417.        .then(response => {
  1418.          console.log("Response Status:", response.status);
  1419.          return response.json();
  1420.        })
  1421.        .then(data => {
  1422.          console.log("Data received:", data);
  1423.          if (data.html) {
  1424.            searchResults.innerHTML = data.html;
  1425.          } else {
  1426.            searchResults.innerHTML = "<p>No results found.</p>";
  1427.          }
  1428.        })
  1429.        .catch(error => {
  1430.          console.error("Error fetching search results:", error);
  1431.        });
  1432.    });
  1433.  
  1434.    // Close results when clicking outside
  1435.    document.addEventListener("click", function (e) {
  1436.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1437.        searchResults.style.display = "none";
  1438.      }
  1439.    });
  1440.  
  1441.    // Close results on ESC key
  1442.    document.addEventListener("keydown", function (e) {
  1443.      if (e.key === "Escape") {
  1444.        searchResults.style.display = "none";
  1445.      }
  1446.    });
  1447.  });
  1448. </script>
  1449.  
  1450. <style>
  1451.        /* search field */
  1452.  .search-results-container {
  1453.  position: absolute;
  1454.  top: 100%; /* Position it below the input field */
  1455.  left: 10px;
  1456.  right: 10px;
  1457.  background-color: white;
  1458.  border: 1px solid #ddd;
  1459.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1460.  max-height: 300px;
  1461.  overflow-y: auto;
  1462.  z-index: 1000;
  1463.  display: none; /* Initially hidden */
  1464. }
  1465.  
  1466. .search-results-container p {
  1467.  margin: 0;
  1468. }
  1469.  
  1470. .search-results-container .result-item {
  1471.  padding: 10px;
  1472.  cursor: pointer;
  1473. }
  1474.  
  1475. .search-results-container .result-item:hover {
  1476.  background-color: #f0f0f0;
  1477. }
  1478. </style>
  1479.  
  1480.        </header>
  1481.        <!-- end of header -->
  1482.        <!-- start of wpo-blog-hero -->
  1483.        
  1484.  
  1485.  
  1486.  
  1487.  
  1488.  
  1489.  
  1490.  
  1491. <div class="blog-hero-v8 my-5">
  1492.  <div class="container-fluid fluid-container">
  1493.    <!-- Full-Width Featured Article -->
  1494.    <div class="row g-4 mb-5">
  1495.      <div class="col-12">
  1496.        
  1497.        
  1498.          
  1499.        <article class="full-featured">
  1500.          <div class="featured-image-container">
  1501.            
  1502.              <img src="/static/blogapp/assets/images/breaking-news/img-3.jpg" alt="Struggling to have a fantastic time at college? You&#x27;re not alone." class="featured-image" />
  1503.            
  1504.            <div class="category-tag bg-primary-gradient news-tag">News</div>
  1505.          </div>
  1506.          <div class="featured-content">
  1507.            <h1 class="featured-title">
  1508.              <a href="/struggling-to-have-a-fantastic-time-at-college-youre-not-alone/">Struggling to have a fantastic time at college? You&#x27;re not alone.</a>
  1509.            </h1>
  1510.            <p class="featured-summary">Discover amazing stories and insights from our featured article.</p>
  1511.            <div class="article-meta">
  1512.              <div class="author-info">
  1513.                
  1514.                  <img src="/static/blogapp/assets/images/blog/blog-avater/img-1.jpg" alt="Amanda Graham's Profile" class="author-pic" />
  1515.                
  1516.                <div class="author-text">
  1517.                  <span class="author-name">Amanda Graham</span>
  1518.                  
  1519.                  <span class="post-time">May 07, 2026</span>
  1520.                </div>
  1521.              </div>
  1522.              <div class="reading-info">
  1523.                
  1524.              </div>
  1525.            </div>
  1526.          </div>
  1527.        </article>
  1528.  
  1529.        
  1530.        
  1531.      </div>
  1532.    </div>
  1533.  
  1534.    <!-- Bottom Section: Compact Cards and Recent Sidebar -->
  1535.    <div class="row g-4">
  1536.      
  1537.      <div class="col-lg-3 col-md-6 col-12">
  1538.        <article class="compact-card">
  1539.          <div class="compact-image">
  1540.            
  1541.              <img src="/static/blogapp/assets/images/hero/img-3.jpg" alt="The Manager Earns First Team Victory For the First Time Since 2004" />
  1542.            
  1543.            <div class="category-tag bg-primary-gradient news-cat">News</div>
  1544.          </div>
  1545.          <div class="compact-body">
  1546.            <h3 class="compact-title">
  1547.              <a href="/the-manager-earns-first-team-victory-for-the-first-time-since-2004/">The Manager Earns First Team Victory For the First Time Since 2004</a>
  1548.            </h3>
  1549.            <p class="compact-text"></p>
  1550.            <div class="compact-footer">
  1551.              <div class="compact-author">
  1552.                
  1553.                  <img src="/static/blogapp/assets/images/blog/blog-avater/img-1.jpg" alt="Amanda Graham's Profile" class="compact-avatar" />
  1554.                
  1555.                <span class="compact-name">Amanda …</span>
  1556.              </div>
  1557.              <span class="compact-date">May 07</span>
  1558.            </div>
  1559.          </div>
  1560.        </article>
  1561.      </div>
  1562.      
  1563.      <div class="col-lg-3 col-md-6 col-12">
  1564.        <article class="compact-card">
  1565.          <div class="compact-image">
  1566.            
  1567.              <img src="/static/blogapp/assets/images/hero/img-3.jpg" alt="Can the UK&#x27;s Toads Survive from Traffic and Terrible Decline?" />
  1568.            
  1569.            <div class="category-tag bg-primary-gradient news-cat">News</div>
  1570.          </div>
  1571.          <div class="compact-body">
  1572.            <h3 class="compact-title">
  1573.              <a href="/can-the-uks-toads-survive-from-traffic-and-terrible-decline/">Can the UK&#x27;s Toads Survive from Traffic and Terrible Decline?</a>
  1574.            </h3>
  1575.            <p class="compact-text"></p>
  1576.            <div class="compact-footer">
  1577.              <div class="compact-author">
  1578.                
  1579.                  <img src="/static/blogapp/assets/images/blog/blog-avater/img-1.jpg" alt="Amanda Graham's Profile" class="compact-avatar" />
  1580.                
  1581.                <span class="compact-name">Amanda …</span>
  1582.              </div>
  1583.              <span class="compact-date">May 07</span>
  1584.            </div>
  1585.          </div>
  1586.        </article>
  1587.      </div>
  1588.      
  1589.      <div class="col-lg-3 col-md-6 col-12">
  1590.        <article class="compact-card">
  1591.          <div class="compact-image">
  1592.            
  1593.              <img src="/static/blogapp/assets/images/hero/img-3.jpg" alt="Fury Erupts as Trump&#x27;s Post on Director Rob Reiner Ignites Sharp Rebuke" />
  1594.            
  1595.            <div class="category-tag bg-primary-gradient news-cat">News</div>
  1596.          </div>
  1597.          <div class="compact-body">
  1598.            <h3 class="compact-title">
  1599.              <a href="/fury-erupts-as-trumps-post-on-director-rob-reiner-ignites-sharp-rebuke/">Fury Erupts as Trump&#x27;s Post on Director Rob Reiner Ignites Sharp Rebuke</a>
  1600.            </h3>
  1601.            <p class="compact-text"></p>
  1602.            <div class="compact-footer">
  1603.              <div class="compact-author">
  1604.                
  1605.                  <img src="/static/blogapp/assets/images/blog/blog-avater/img-1.jpg" alt="Amanda Graham's Profile" class="compact-avatar" />
  1606.                
  1607.                <span class="compact-name">Amanda …</span>
  1608.              </div>
  1609.              <span class="compact-date">May 07</span>
  1610.            </div>
  1611.          </div>
  1612.        </article>
  1613.      </div>
  1614.      
  1615.  
  1616.      <!-- Recent Articles Sidebar -->
  1617.      <div class="col-lg-3 col-md-6 col-12">
  1618.        <div class="recent-section">
  1619.          <h3 class="recent-title">Recent Articles</h3>
  1620.          <div class="recent-list">
  1621.            
  1622.            <div class="recent-item">
  1623.              <div class="recent-content">
  1624.                <h4 class="recent-article-title">
  1625.                  <a href="/this-thriller-follow-up-eminfluencersem-will-give-competing-streaming-suspense-films-a-bad-case-of-fomo/">This Thriller Follow-Up &lt;em&gt;Influencers&lt;/em&gt; Will Give Competing Streaming …</a>
  1626.                </h4>
  1627.                <span class="recent-date">May 07, 2026</span>
  1628.              </div>
  1629.            </div>
  1630.            
  1631.          </div>
  1632.        </div>
  1633.      </div>
  1634.    </div>
  1635.  </div>
  1636. </div>
  1637.  
  1638.  
  1639.  
  1640. <style>
  1641.  /* Full-Width Featured Article */
  1642.  .full-featured {
  1643.    background: var(--card-bg, #ffffff);
  1644.    border-radius: 12px;
  1645.    overflow: hidden;
  1646.    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
  1647.    border: 1px solid var(--border-color, #e5e7eb);
  1648.    transition: box-shadow 0.3s ease;
  1649.  }
  1650.  
  1651.  .full-featured:hover {
  1652.    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  1653.  }
  1654.  
  1655.  .featured-image-container {
  1656.    position: relative;
  1657.    height: 400px;
  1658.    overflow: hidden;
  1659.  }
  1660.  
  1661.  .featured-image {
  1662.    width: 100%;
  1663.    height: 100%;
  1664.    object-fit: cover;
  1665.  }
  1666.  
  1667.  .featured-content {
  1668.    padding: 2rem;
  1669.  }
  1670.  
  1671.  .featured-title {
  1672.    font-size: 2.5rem;
  1673.    font-weight: 700;
  1674.    color: #111827;
  1675.    margin-bottom: 1rem;
  1676.    line-height: 1.2;
  1677.  }
  1678.  
  1679.  .featured-title a {
  1680.    color: inherit;
  1681.    text-decoration: none;
  1682.  }
  1683.  
  1684.  .featured-title a:hover {
  1685.    color: #3b82f6;
  1686.    transition: color 0.3s ease;
  1687.  }
  1688.  
  1689.  .featured-summary {
  1690.    font-size: 1.1rem;
  1691.    color: #4b5563;
  1692.    line-height: 1.6;
  1693.    margin-bottom: 1.5rem;
  1694.  }
  1695.  
  1696.  /* Category Tags - Dynamic Colors */
  1697.  .category-tag {
  1698.    position: absolute;
  1699.    top: 1rem;
  1700.    left: 1rem;
  1701.    padding: 0.4rem 1.2rem;
  1702.    font-size: 0.8rem;
  1703.    font-weight: 600;
  1704.    text-transform: uppercase;
  1705.    color: white;
  1706.    border-radius: 20px;
  1707.    z-index: 2;
  1708.  }
  1709.  
  1710.  /* Category Colors */
  1711.  
  1712.  .business-tag, .business-cat { background-color: #10b981; }
  1713.  
  1714.  .lifestyle-tag, .lifestyle-cat { background-color: #8b5cf6; }
  1715.  .sports-tag, .sports-cat { background-color: #f59e0b; }
  1716.  .travel-tag, .travel-cat { background-color: #06b6d4; }
  1717.  .health-tag, .health-cat { background-color: #84cc16; }
  1718.  
  1719.  /* Article Meta */
  1720.  .article-meta {
  1721.    display: flex;
  1722.    align-items: center;
  1723.    justify-content: space-between;
  1724.    font-size: 0.9rem;
  1725.    color: #6b7280;
  1726.  }
  1727.  
  1728.  .author-info {
  1729.    display: flex;
  1730.    align-items: center;
  1731.    gap: 0.75rem;
  1732.  }
  1733.  
  1734.  .author-pic {
  1735.    width: 40px;
  1736.    height: 40px;
  1737.    border-radius: 50%;
  1738.    object-fit: cover;
  1739.  }
  1740.  
  1741.  .author-name {
  1742.    font-weight: 600;
  1743.    color: var(--topbar-color, #111827);
  1744.  }
  1745.  
  1746.  .post-time {
  1747.    font-size: 0.85rem;
  1748.    color: #6b7280;
  1749.  }
  1750.  
  1751.  .read-time {
  1752.    background: #f3f4f6;
  1753.    padding: 0.25rem 0.75rem;
  1754.    border-radius: 12px;
  1755.    font-size: 0.8rem;
  1756.  }
  1757.  
  1758.  /* Compact Cards */
  1759.  .compact-card {
  1760.    background: var(--card-bg, #ffffff);
  1761.    border-radius: 12px;
  1762.    overflow: hidden;
  1763.    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
  1764.    border: 1px solid var(--border-color, #e5e7eb);
  1765.    transition: box-shadow 0.3s ease;
  1766.    height: 100%;
  1767.  }
  1768.  
  1769.  .compact-card:hover {
  1770.    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  1771.  }
  1772.  
  1773.  .compact-image {
  1774.    position: relative;
  1775.    height: 160px;
  1776.    overflow: hidden;
  1777.  }
  1778.  
  1779.  .compact-image img {
  1780.    width: 100%;
  1781.    height: 100%;
  1782.    object-fit: cover;
  1783.  }
  1784.  
  1785.  .compact-category {
  1786.    position: absolute;
  1787.    top: 0.75rem;
  1788.    left: 0.75rem;
  1789.    padding: 0.3rem 1rem;
  1790.    font-size: 0.75rem;
  1791.    border-radius: 20px;
  1792.    color: white;
  1793.    font-weight: 600;
  1794.    text-transform: uppercase;
  1795.  }
  1796.  
  1797.  .compact-body {
  1798.    padding: 1.25rem;
  1799.  }
  1800.  
  1801.  .compact-title {
  1802.    font-size: 1.1rem;
  1803.    font-weight: 600;
  1804.    color: #111827;
  1805.    margin-bottom: 0.5rem;
  1806.    line-height: 1.3;
  1807.  }
  1808.  
  1809.  .compact-title a {
  1810.    color: inherit;
  1811.    text-decoration: none;
  1812.  }
  1813.  
  1814.  .compact-title a:hover {
  1815.    color: #3b82f6;
  1816.    transition: color 0.3s ease;
  1817.  }
  1818.  
  1819.  .compact-text {
  1820.    font-size: 0.9rem;
  1821.    color: #4b5563;
  1822.    line-height: 1.5;
  1823.  }
  1824.  
  1825.  .compact-footer {
  1826.    display: flex;
  1827.    justify-content: space-between;
  1828.    align-items: center;
  1829.    margin-top: 1rem;
  1830.    font-size: 0.85rem;
  1831.    color: #6b7280;
  1832.  }
  1833.  
  1834.  .compact-author {
  1835.    display: flex;
  1836.    align-items: center;
  1837.    gap: 0.5rem;
  1838.  }
  1839.  
  1840.  .compact-avatar {
  1841.    width: 28px;
  1842.    height: 28px;
  1843.    border-radius: 50%;
  1844.    object-fit: cover;
  1845.  }
  1846.  
  1847.  .compact-name {
  1848.    color: var(--topbar-color, #111827);
  1849.    font-weight: 500;
  1850.  }
  1851.  
  1852.  /* Recent Articles Sidebar */
  1853.  .recent-section {
  1854.    background: var(--card-bg, #ffffff);
  1855.    border-radius: 12px;
  1856.    padding: 1.5rem;
  1857.    border: 1px solid var(--border-color, #e5e7eb);
  1858.    height: 100%;
  1859.  }
  1860.  
  1861.  .recent-title {
  1862.    font-size: 1.2rem;
  1863.    font-weight: 700;
  1864.    color: #111827;
  1865.    margin-bottom: 1rem;
  1866.    border-bottom: 1px solid var(--border-color, #e5e7eb);
  1867.    padding-bottom: 0.5rem;
  1868.  }
  1869.  
  1870.  .recent-list {
  1871.    display: flex;
  1872.    flex-direction: column;
  1873.    gap: 1rem;
  1874.  }
  1875.  
  1876.  .recent-item {
  1877.    padding: 0.75rem;
  1878.    border-radius: 8px;
  1879.    transition: background 0.2s ease;
  1880.    border: 1px solid var(--border-color, #e5e7eb);
  1881.  }
  1882.  
  1883.  .recent-item:hover {
  1884.    background: var(--card-bg);
  1885.  }
  1886.  
  1887.  .recent-article-title {
  1888.    font-size: 0.95rem;
  1889.    font-weight: 500;
  1890.    color: var(--topbar-color, #111827);
  1891.    margin-bottom: 0.25rem;
  1892.  }
  1893.  
  1894.  .recent-article-title a {
  1895.    color: inherit;
  1896.    text-decoration: none;
  1897.  }
  1898.  
  1899.  .recent-article-title a:hover {
  1900.    color: #3b82f6;
  1901.    transition: color 0.3s ease;
  1902.  }
  1903.  
  1904.  .recent-date {
  1905.    font-size: 0.8rem;
  1906.    color: #6b7280;
  1907.  }
  1908.  
  1909.  /* Responsive Design */
  1910.  @media (max-width: 992px) {
  1911.    .featured-image-container {
  1912.      height: 300px;
  1913.    }
  1914.    
  1915.    .featured-title {
  1916.      font-size: 2rem;
  1917.    }
  1918.    
  1919.    .compact-image {
  1920.      height: 140px;
  1921.    }
  1922.  }
  1923.  
  1924.  @media (max-width: 768px) {
  1925.    .featured-content,
  1926.    .compact-body {
  1927.      padding: 1.5rem;
  1928.    }
  1929.    
  1930.    .article-meta {
  1931.      flex-direction: column;
  1932.      align-items: flex-start;
  1933.      gap: 0.75rem;
  1934.    }
  1935.    
  1936.    .recent-section {
  1937.      margin-top: 2rem;
  1938.    }
  1939.  }
  1940.  
  1941.  @media (max-width: 576px) {
  1942.    .featured-title {
  1943.      font-size: 1.8rem;
  1944.    }
  1945.    
  1946.    .compact-title {
  1947.      font-size: 1rem;
  1948.    }
  1949.    
  1950.    .featured-content {
  1951.      padding: 1rem;
  1952.    }
  1953.    
  1954.    .compact-body {
  1955.      padding: 1rem;
  1956.    }
  1957.  }
  1958. </style>
  1959.  
  1960.  
  1961.        <!-- end of wpo-blog-hero -->
  1962.  
  1963.        <!-- start of wpo-breacking-news -->
  1964.        
  1965.        <!-- end of wpo-breacking-news -->
  1966.        
  1967.        <!-- start wpo-blog-highlights-section -->
  1968.        
  1969.  
  1970.  
  1971.  
  1972.    
  1973.  
  1974.  
  1975.  <style>
  1976.    .blog-section {
  1977.      padding: 60px 0;
  1978.    }
  1979.  
  1980.    .blog-card {
  1981.      background: var(--card-bg);
  1982.      border-radius: 12px;
  1983.      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  1984.      transition: box-shadow 0.3s ease, transform 0.3s ease;
  1985.      margin-bottom: 30px;
  1986.      overflow: hidden;
  1987.      border: none;
  1988.    }
  1989.  
  1990.    .blog-card-body {
  1991.      padding: 30px;
  1992.    }
  1993.  
  1994.    .blog-category {
  1995.      display: inline-block;
  1996.      padding: 6px 16px;
  1997.      border-radius: 20px;
  1998.      font-size: 12px;
  1999.      font-weight: 600;
  2000.      text-transform: uppercase;
  2001.      letter-spacing: 0.5px;
  2002.      margin-bottom: 20px;
  2003.    }
  2004.  
  2005.    .blog-title {
  2006.      font-weight: 700;
  2007.      color: var(--topbar-color);
  2008.      margin-bottom: 20px;
  2009.      line-height: 1.4;
  2010.      text-decoration: none;
  2011.    }
  2012.  
  2013.    .blog-title:hover {
  2014.      color: #1e40af !important;
  2015.      text-decoration: none;
  2016.    }
  2017.  
  2018.    .blog-meta {
  2019.      display: flex;
  2020.      align-items: center;
  2021.      margin-bottom: 20px;
  2022.      color: var(--topbar-color);
  2023.      font-size: 14px;
  2024.    }
  2025.  
  2026.    .blog-meta img {
  2027.      width: 35px;
  2028.      height: 35px;
  2029.      border-radius: 50%;
  2030.      object-fit: cover;
  2031.      display: block;
  2032.    }
  2033.  
  2034.    .blog-meta .meta-info {
  2035.      display: flex;
  2036.      align-items: center;
  2037.      gap: 15px;
  2038.    }
  2039.  
  2040.    .blog-description {
  2041.      color: var(--topbar-color);
  2042.      line-height: 1.7;
  2043.      margin-bottom: 25px;
  2044.      font-size: 15px;
  2045.    }
  2046.  
  2047.    .read-more-btn {
  2048.      background: transparent;
  2049.      border: 2px solid var(--bs-primary);
  2050.      color: var(--bs-primary);
  2051.      padding: 12px 30px;
  2052.      border-radius: 6px;
  2053.      font-weight: 600;
  2054.      text-transform: uppercase;
  2055.      letter-spacing: 0.5px;
  2056.      transition: all 0.3s ease;
  2057.      text-decoration: none;
  2058.      display: inline-block;
  2059.      font-size: 13px;
  2060.    }
  2061.  
  2062.    .read-more-btn:hover {
  2063.      background: var(--bs-primary);
  2064.      color: var(--bs-white) !important;
  2065.      text-decoration: none;
  2066.    }
  2067.  
  2068.    .section-title {
  2069.      text-align: center;
  2070.      margin-bottom: 50px;
  2071.    }
  2072.  
  2073.    .section-title h2 {
  2074.      font-size: 42px;
  2075.      font-weight: 800;
  2076.      color: #2c3e50;
  2077.      margin-bottom: 15px;
  2078.    }
  2079.  
  2080.    .section-title p {
  2081.      color: #6c757d;
  2082.      font-size: 18px;
  2083.      max-width: 600px;
  2084.      margin: 0 auto;
  2085.    }
  2086.  
  2087.    .avatar-placeholder {
  2088.      width: 35px;
  2089.      height: 35px;
  2090.      border-radius: 50%;
  2091.      background: linear-gradient(45deg, var(--bs-primary), #20c997);
  2092.      display: flex;
  2093.      align-items: center;
  2094.      justify-content: center;
  2095.      color: var(--bs-white);
  2096.      font-weight: bold;
  2097.      margin-right: 12px;
  2098.      overflow: hidden;
  2099.    }
  2100.  
  2101.    @media (max-width: 768px) {
  2102.  
  2103.  
  2104.      .section-title h2 {
  2105.        font-size: 32px;
  2106.      }
  2107.  
  2108.      .blog-card-body {
  2109.        padding: 20px;
  2110.      }
  2111.    }
  2112.  
  2113.    /* ===== Smooth Fade on Scroll (Up & Down) ===== */
  2114.    :root{
  2115.      --fade-distance: 28px;
  2116.      --fade-duration: 700ms;
  2117.      --fade-ease: cubic-bezier(0.16,1,0.3,1);
  2118.    }
  2119.  
  2120.    .fade-base{
  2121.      opacity: 0;
  2122.      filter: blur(2px);
  2123.      transform: translateY(var(--y,0)) translateZ(0); /* GPU hint */
  2124.      transition:
  2125.        opacity var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms),
  2126.        transform var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms),
  2127.        filter var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms);
  2128.      will-change: transform, opacity, filter;
  2129.    }
  2130.    .fade-up   { --y: var(--fade-distance); }          /* when entering on scroll down */
  2131.    .fade-down { --y: calc(var(--fade-distance) * -1); }/* when entering on scroll up */
  2132.  
  2133.    .fade-show{
  2134.      opacity: 1;
  2135.      filter: blur(0);
  2136.      transform: translateY(0) translateZ(0);
  2137.    }
  2138.  
  2139.    /* Hover should still work after fade-in */
  2140.    .blog-card.fade-show:hover{
  2141.      transform: translateY(-5px) translateZ(0);
  2142.      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  2143.    }
  2144.  
  2145.    /* Reduced motion */
  2146.    @media (prefers-reduced-motion: reduce){
  2147.      .fade-base{
  2148.        transition: none !important;
  2149.        transform: none !important;
  2150.        opacity: 1 !important;
  2151.        filter: none !important;
  2152.      }
  2153.      .blog-card.fade-show:hover{
  2154.        transform: none !important;
  2155.        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  2156.      }
  2157.    }
  2158.  </style>
  2159.  
  2160.  <section class="blog-section">
  2161.    <div class="container-fluid fluid-container">
  2162.      <div class="row">
  2163.        <div class="section-title ">
  2164.          <h2>
  2165.                Today's Top Highlights
  2166.                   </h2>
  2167.          <p>Stay updated with the latest insights and trends in online gaming</p>
  2168.        </div>
  2169.  
  2170.        <div class="col-lg-8 col-12">
  2171.          
  2172.            <div class="blog-card fade-base">
  2173.              <div class="blog-card-body">
  2174.                <span class="blog-category bg-primary-gradient">News</span>
  2175.                <h3>
  2176.                  <a href="/beloved-star-pat-finn-a-versatile-actor-recognized-for-roles-in-friends-and-the-middle-dies-at-the-age-of-sixty/" class="blog-title">
  2177.                    Beloved Star Pat Finn, a versatile actor, Recognized For Roles in Friends and The Middle, Dies at the Age of Sixty.
  2178.                  </a>
  2179.                </h3>
  2180.                <div class="blog-meta">
  2181.                  <div class="avatar-placeholder">
  2182.                    
  2183.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Amanda Graham" />
  2184.                    
  2185.                  </div>
  2186.                  <div class="meta-info">
  2187.                    <span>Amanda Graham</span>
  2188.                    <span><i class="far fa-clock"></i> 07 May 2026</span>
  2189.                  </div>
  2190.                </div>
  2191.                <p class="blog-description"></p>
  2192.                <a href="/beloved-star-pat-finn-a-versatile-actor-recognized-for-roles-in-friends-and-the-middle-dies-at-the-age-of-sixty/" class="read-more-btn">READ MORE</a>
  2193.              </div>
  2194.            </div>
  2195.          
  2196.            <div class="blog-card fade-base">
  2197.              <div class="blog-card-body">
  2198.                <span class="blog-category bg-primary-gradient">News</span>
  2199.                <h3>
  2200.                  <a href="/sabalenka-ready-to-challenge-nick-kyrgios-in-modern-cross-gender-clash-match/" class="blog-title">
  2201.                    Sabalenka Ready to Challenge Nick Kyrgios in Modern Cross-Gender Clash Match
  2202.                  </a>
  2203.                </h3>
  2204.                <div class="blog-meta">
  2205.                  <div class="avatar-placeholder">
  2206.                    
  2207.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Amanda Graham" />
  2208.                    
  2209.                  </div>
  2210.                  <div class="meta-info">
  2211.                    <span>Amanda Graham</span>
  2212.                    <span><i class="far fa-clock"></i> 06 May 2026</span>
  2213.                  </div>
  2214.                </div>
  2215.                <p class="blog-description"></p>
  2216.                <a href="/sabalenka-ready-to-challenge-nick-kyrgios-in-modern-cross-gender-clash-match/" class="read-more-btn">READ MORE</a>
  2217.              </div>
  2218.            </div>
  2219.          
  2220.            <div class="blog-card fade-base">
  2221.              <div class="blog-card-body">
  2222.                <span class="blog-category bg-primary-gradient">News</span>
  2223.                <h3>
  2224.                  <a href="/netflix-casts-spot-on-actor-for-mr-2-in-the-hit-series-third-season/" class="blog-title">
  2225.                    Netflix Casts Spot-On Actor for Mr. 2 in the Hit Series Third Season
  2226.                  </a>
  2227.                </h3>
  2228.                <div class="blog-meta">
  2229.                  <div class="avatar-placeholder">
  2230.                    
  2231.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Amanda Graham" />
  2232.                    
  2233.                  </div>
  2234.                  <div class="meta-info">
  2235.                    <span>Amanda Graham</span>
  2236.                    <span><i class="far fa-clock"></i> 06 May 2026</span>
  2237.                  </div>
  2238.                </div>
  2239.                <p class="blog-description"></p>
  2240.                <a href="/netflix-casts-spot-on-actor-for-mr-2-in-the-hit-series-third-season/" class="read-more-btn">READ MORE</a>
  2241.              </div>
  2242.            </div>
  2243.          
  2244.            <div class="blog-card fade-base">
  2245.              <div class="blog-card-body">
  2246.                <span class="blog-category bg-primary-gradient">News</span>
  2247.                <h3>
  2248.                  <a href="/the-porcine-pardon-hog-named-6-7-spared-by-miami-dade-mayor/" class="blog-title">
  2249.                    The Porcine Pardon: Hog Named 6-7 Spared by Miami-Dade Mayor.
  2250.                  </a>
  2251.                </h3>
  2252.                <div class="blog-meta">
  2253.                  <div class="avatar-placeholder">
  2254.                    
  2255.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Amanda Graham" />
  2256.                    
  2257.                  </div>
  2258.                  <div class="meta-info">
  2259.                    <span>Amanda Graham</span>
  2260.                    <span><i class="far fa-clock"></i> 06 May 2026</span>
  2261.                  </div>
  2262.                </div>
  2263.                <p class="blog-description"></p>
  2264.                <a href="/the-porcine-pardon-hog-named-6-7-spared-by-miami-dade-mayor/" class="read-more-btn">READ MORE</a>
  2265.              </div>
  2266.            </div>
  2267.          
  2268.            <div class="blog-card fade-base">
  2269.              <div class="blog-card-body">
  2270.                <span class="blog-category bg-primary-gradient">News</span>
  2271.                <h3>
  2272.                  <a href="/trump-invites-loved-ones-of-shot-military-members-to-the-white-house/" class="blog-title">
  2273.                    Trump Invites Loved Ones of Shot Military Members to the White House
  2274.                  </a>
  2275.                </h3>
  2276.                <div class="blog-meta">
  2277.                  <div class="avatar-placeholder">
  2278.                    
  2279.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Amanda Graham" />
  2280.                    
  2281.                  </div>
  2282.                  <div class="meta-info">
  2283.                    <span>Amanda Graham</span>
  2284.                    <span><i class="far fa-clock"></i> 06 May 2026</span>
  2285.                  </div>
  2286.                </div>
  2287.                <p class="blog-description"></p>
  2288.                <a href="/trump-invites-loved-ones-of-shot-military-members-to-the-white-house/" class="read-more-btn">READ MORE</a>
  2289.              </div>
  2290.            </div>
  2291.          
  2292.            <div class="blog-card fade-base">
  2293.              <div class="blog-card-body">
  2294.                <span class="blog-category bg-primary-gradient">News</span>
  2295.                <h3>
  2296.                  <a href="/scream-original-star-the-actor-fears-he-could-ruin-the-franchise-with-the-seventh-installment/" class="blog-title">
  2297.                    Scream Original Star the Actor Fears He Could Ruin the Franchise with the Seventh Installment.
  2298.                  </a>
  2299.                </h3>
  2300.                <div class="blog-meta">
  2301.                  <div class="avatar-placeholder">
  2302.                    
  2303.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Amanda Graham" />
  2304.                    
  2305.                  </div>
  2306.                  <div class="meta-info">
  2307.                    <span>Amanda Graham</span>
  2308.                    <span><i class="far fa-clock"></i> 06 May 2026</span>
  2309.                  </div>
  2310.                </div>
  2311.                <p class="blog-description"></p>
  2312.                <a href="/scream-original-star-the-actor-fears-he-could-ruin-the-franchise-with-the-seventh-installment/" class="read-more-btn">READ MORE</a>
  2313.              </div>
  2314.            </div>
  2315.          
  2316.            <div class="blog-card fade-base">
  2317.              <div class="blog-card-body">
  2318.                <span class="blog-category bg-primary-gradient">News</span>
  2319.                <h3>
  2320.                  <a href="/captain-stokes-feels-knackered-yet-insists-hes-ready-to-bowl/" class="blog-title">
  2321.                    Captain Stokes Feels &#x27;Knackered&#x27; Yet Insists He&#x27;s &#x27;Ready to Bowl&#x27;
  2322.                  </a>
  2323.                </h3>
  2324.                <div class="blog-meta">
  2325.                  <div class="avatar-placeholder">
  2326.                    
  2327.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Amanda Graham" />
  2328.                    
  2329.                  </div>
  2330.                  <div class="meta-info">
  2331.                    <span>Amanda Graham</span>
  2332.                    <span><i class="far fa-clock"></i> 06 May 2026</span>
  2333.                  </div>
  2334.                </div>
  2335.                <p class="blog-description"></p>
  2336.                <a href="/captain-stokes-feels-knackered-yet-insists-hes-ready-to-bowl/" class="read-more-btn">READ MORE</a>
  2337.              </div>
  2338.            </div>
  2339.          
  2340.            <div class="blog-card fade-base">
  2341.              <div class="blog-card-body">
  2342.                <span class="blog-category bg-primary-gradient">News</span>
  2343.                <h3>
  2344.                  <a href="/moving-from-grudging-respect-to-unease-russia-weighs-up-the-ousting-of-maduro/" class="blog-title">
  2345.                    Moving from Grudging Respect to Unease: Russia Weighs Up the Ousting of Maduro.
  2346.                  </a>
  2347.                </h3>
  2348.                <div class="blog-meta">
  2349.                  <div class="avatar-placeholder">
  2350.                    
  2351.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Amanda Graham" />
  2352.                    
  2353.                  </div>
  2354.                  <div class="meta-info">
  2355.                    <span>Amanda Graham</span>
  2356.                    <span><i class="far fa-clock"></i> 06 May 2026</span>
  2357.                  </div>
  2358.                </div>
  2359.                <p class="blog-description"></p>
  2360.                <a href="/moving-from-grudging-respect-to-unease-russia-weighs-up-the-ousting-of-maduro/" class="read-more-btn">READ MORE</a>
  2361.              </div>
  2362.            </div>
  2363.          
  2364.            <div class="blog-card fade-base">
  2365.              <div class="blog-card-body">
  2366.                <span class="blog-category bg-primary-gradient">News</span>
  2367.                <h3>
  2368.                  <a href="/recent-drugs-celebrated-as-a-turning-point-in-addressing-drug-resistant-gonorrhoea/" class="blog-title">
  2369.                    Recent Drugs Celebrated as a &#x27;Turning Point&#x27; in Addressing Drug-Resistant Gonorrhoea
  2370.                  </a>
  2371.                </h3>
  2372.                <div class="blog-meta">
  2373.                  <div class="avatar-placeholder">
  2374.                    
  2375.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Amanda Graham" />
  2376.                    
  2377.                  </div>
  2378.                  <div class="meta-info">
  2379.                    <span>Amanda Graham</span>
  2380.                    <span><i class="far fa-clock"></i> 06 May 2026</span>
  2381.                  </div>
  2382.                </div>
  2383.                <p class="blog-description"></p>
  2384.                <a href="/recent-drugs-celebrated-as-a-turning-point-in-addressing-drug-resistant-gonorrhoea/" class="read-more-btn">READ MORE</a>
  2385.              </div>
  2386.            </div>
  2387.          
  2388.            <div class="blog-card fade-base">
  2389.              <div class="blog-card-body">
  2390.                <span class="blog-category bg-primary-gradient">News</span>
  2391.                <h3>
  2392.                  <a href="/he-brought-laughter-remembering-the-games-taken-talent-a-score-of-years-on/" class="blog-title">
  2393.                    &#x27;He brought laughter&#x27;: Remembering the game&#x27;s taken talent a score of years on.
  2394.                  </a>
  2395.                </h3>
  2396.                <div class="blog-meta">
  2397.                  <div class="avatar-placeholder">
  2398.                    
  2399.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Amanda Graham" />
  2400.                    
  2401.                  </div>
  2402.                  <div class="meta-info">
  2403.                    <span>Amanda Graham</span>
  2404.                    <span><i class="far fa-clock"></i> 05 May 2026</span>
  2405.                  </div>
  2406.                </div>
  2407.                <p class="blog-description"></p>
  2408.                <a href="/he-brought-laughter-remembering-the-games-taken-talent-a-score-of-years-on/" class="read-more-btn">READ MORE</a>
  2409.              </div>
  2410.            </div>
  2411.          
  2412.            <div class="blog-card fade-base">
  2413.              <div class="blog-card-body">
  2414.                <span class="blog-category bg-primary-gradient">News</span>
  2415.                <h3>
  2416.                  <a href="/the-reason-real-madrid-have-complete-trust-in-teenager-pitarch/" class="blog-title">
  2417.                    The Reason Real Madrid Have &#x27;Complete Trust&#x27; in Teenager Pitarch
  2418.                  </a>
  2419.                </h3>
  2420.                <div class="blog-meta">
  2421.                  <div class="avatar-placeholder">
  2422.                    
  2423.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Amanda Graham" />
  2424.                    
  2425.                  </div>
  2426.                  <div class="meta-info">
  2427.                    <span>Amanda Graham</span>
  2428.                    <span><i class="far fa-clock"></i> 05 May 2026</span>
  2429.                  </div>
  2430.                </div>
  2431.                <p class="blog-description"></p>
  2432.                <a href="/the-reason-real-madrid-have-complete-trust-in-teenager-pitarch/" class="read-more-btn">READ MORE</a>
  2433.              </div>
  2434.            </div>
  2435.          
  2436.            <div class="blog-card fade-base">
  2437.              <div class="blog-card-body">
  2438.                <span class="blog-category bg-primary-gradient">News</span>
  2439.                <h3>
  2440.                  <a href="/twitch-broadcaster-introduces-newborn-during-live-stream-with-thousands-of-audience-members/" class="blog-title">
  2441.                    Twitch Broadcaster Introduces Newborn During Live Stream with Thousands of Audience Members
  2442.                  </a>
  2443.                </h3>
  2444.                <div class="blog-meta">
  2445.                  <div class="avatar-placeholder">
  2446.                    
  2447.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Amanda Graham" />
  2448.                    
  2449.                  </div>
  2450.                  <div class="meta-info">
  2451.                    <span>Amanda Graham</span>
  2452.                    <span><i class="far fa-clock"></i> 05 May 2026</span>
  2453.                  </div>
  2454.                </div>
  2455.                <p class="blog-description"></p>
  2456.                <a href="/twitch-broadcaster-introduces-newborn-during-live-stream-with-thousands-of-audience-members/" class="read-more-btn">READ MORE</a>
  2457.              </div>
  2458.            </div>
  2459.          
  2460.          
  2461.  
  2462.        </div>
  2463.  
  2464.         <div class="col col-lg-4 col-12">
  2465.                
  2466.  
  2467.  
  2468.  
  2469.    
  2470.  
  2471. <!-- Curved Heading Sidebar -->
  2472.    <div class="sidebar mb-3">
  2473.        
  2474.       <div class="sidebar-widget mb-5">
  2475.            <div class="widget-title-wrapper mb-3">
  2476.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2477.                    <div class="title-border"></div>
  2478.                    <i class="ti-folder me-2"></i>May 2026 Blog Roll
  2479.                </h4>
  2480.            </div>
  2481.            <div class="widget-content shadow-sm rounded-3 p-4">
  2482.                <div class="archives-list scrollable-sidebar">
  2483.                    
  2484.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2485.                        <a href="https://idolmag.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2486.                            <i class="ti-angle-right me-2 text-primary"></i>
  2487.                            <span class="archive-link top-color fw-semibold">non gamstop casino</span>
  2488.                        </a>
  2489.                    </div>
  2490.                    
  2491.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2492.                        <a href="https://www.cca-glasgow.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2493.                            <i class="ti-angle-right me-2 text-primary"></i>
  2494.                            <span class="archive-link top-color fw-semibold">best non gamstop casinos</span>
  2495.                        </a>
  2496.                    </div>
  2497.                    
  2498.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2499.                        <a href="https://growsheffield.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2500.                            <i class="ti-angle-right me-2 text-primary"></i>
  2501.                            <span class="archive-link top-color fw-semibold">uk casinos not on gamstop</span>
  2502.                        </a>
  2503.                    </div>
  2504.                    
  2505.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2506.                        <a href="https://www.concrete-online.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2507.                            <i class="ti-angle-right me-2 text-primary"></i>
  2508.                            <span class="archive-link top-color fw-semibold">best non Gamstop casinos</span>
  2509.                        </a>
  2510.                    </div>
  2511.                    
  2512.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2513.                        <a href="https://www.focus12.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2514.                            <i class="ti-angle-right me-2 text-primary"></i>
  2515.                            <span class="archive-link top-color fw-semibold">casinos not on gamstop</span>
  2516.                        </a>
  2517.                    </div>
  2518.                    
  2519.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2520.                        <a href="https://gamingamerica.com/non-gamstop-casinos" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2521.                            <i class="ti-angle-right me-2 text-primary"></i>
  2522.                            <span class="archive-link top-color fw-semibold">non gamstop casinos</span>
  2523.                        </a>
  2524.                    </div>
  2525.                    
  2526.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2527.                        <a href="https://adventuregamers.com/online-casinos/non-gamstop" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2528.                            <i class="ti-angle-right me-2 text-primary"></i>
  2529.                            <span class="archive-link top-color fw-semibold">casino not on gamstop</span>
  2530.                        </a>
  2531.                    </div>
  2532.                    
  2533.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2534.                        <a href="https://knightsof.media/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2535.                            <i class="ti-angle-right me-2 text-primary"></i>
  2536.                            <span class="archive-link top-color fw-semibold">casino sites not on gamstop</span>
  2537.                        </a>
  2538.                    </div>
  2539.                    
  2540.  
  2541.                </div>
  2542.            </div>
  2543.        </div>
  2544.        
  2545.       <div class="sidebar-widget mb-5">
  2546.            <div class="widget-title-wrapper mb-3">
  2547.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2548.                    <div class="title-border"></div>
  2549.                    <i class="ti-folder me-2"></i>April 2026 Blog Roll
  2550.                </h4>
  2551.            </div>
  2552.            <div class="widget-content shadow-sm rounded-3 p-4">
  2553.                <div class="archives-list scrollable-sidebar">
  2554.                    
  2555.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2556.                        <a href="https://www.artigiano.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2557.                            <i class="ti-angle-right me-2 text-primary"></i>
  2558.                            <span class="archive-link top-color fw-semibold">gambling sites not on gamstop</span>
  2559.                        </a>
  2560.                    </div>
  2561.                    
  2562.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2563.                        <a href="https://www.escapistmagazine.com/uk/non-gamstop-casinos/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2564.                            <i class="ti-angle-right me-2 text-primary"></i>
  2565.                            <span class="archive-link top-color fw-semibold">non gamstop casino</span>
  2566.                        </a>
  2567.                    </div>
  2568.                    
  2569.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2570.                        <a href="https://www.citytosea.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2571.                            <i class="ti-angle-right me-2 text-primary"></i>
  2572.                            <span class="archive-link top-color fw-semibold">casino not on gamstop</span>
  2573.                        </a>
  2574.                    </div>
  2575.                    
  2576.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2577.                        <a href="https://www.chemical-records.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2578.                            <i class="ti-angle-right me-2 text-primary"></i>
  2579.                            <span class="archive-link top-color fw-semibold">non gamstop casino</span>
  2580.                        </a>
  2581.                    </div>
  2582.                    
  2583.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2584.                        <a href="https://allcatsrgrey.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2585.                            <i class="ti-angle-right me-2 text-primary"></i>
  2586.                            <span class="archive-link top-color fw-semibold">non gamstop casino</span>
  2587.                        </a>
  2588.                    </div>
  2589.                    
  2590.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2591.                        <a href="https://straightfromyard.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2592.                            <i class="ti-angle-right me-2 text-primary"></i>
  2593.                            <span class="archive-link top-color fw-semibold">non gamstop casino</span>
  2594.                        </a>
  2595.                    </div>
  2596.                    
  2597.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2598.                        <a href="https://savethedatemagazine.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2599.                            <i class="ti-angle-right me-2 text-primary"></i>
  2600.                            <span class="archive-link top-color fw-semibold">non gamstop casino</span>
  2601.                        </a>
  2602.                    </div>
  2603.                    
  2604.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2605.                        <a href="https://www.cca-glasgow.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2606.                            <i class="ti-angle-right me-2 text-primary"></i>
  2607.                            <span class="archive-link top-color fw-semibold">non gamstop casino</span>
  2608.                        </a>
  2609.                    </div>
  2610.                    
  2611.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2612.                        <a href="https://bereavementcommission.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2613.                            <i class="ti-angle-right me-2 text-primary"></i>
  2614.                            <span class="archive-link top-color fw-semibold">non gamstop casino</span>
  2615.                        </a>
  2616.                    </div>
  2617.                    
  2618.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2619.                        <a href="https://www.london-irish.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2620.                            <i class="ti-angle-right me-2 text-primary"></i>
  2621.                            <span class="archive-link top-color fw-semibold">non gamstop casino</span>
  2622.                        </a>
  2623.                    </div>
  2624.                    
  2625.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2626.                        <a href="https://www.citytosea.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2627.                            <i class="ti-angle-right me-2 text-primary"></i>
  2628.                            <span class="archive-link top-color fw-semibold">non gamstop casino</span>
  2629.                        </a>
  2630.                    </div>
  2631.                    
  2632.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2633.                        <a href="https://internationalschoolmealsday.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2634.                            <i class="ti-angle-right me-2 text-primary"></i>
  2635.                            <span class="archive-link top-color fw-semibold">non gamstop casino</span>
  2636.                        </a>
  2637.                    </div>
  2638.                    
  2639.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2640.                        <a href="https://unbound.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2641.                            <i class="ti-angle-right me-2 text-primary"></i>
  2642.                            <span class="archive-link top-color fw-semibold">non gamstop casino</span>
  2643.                        </a>
  2644.                    </div>
  2645.                    
  2646.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2647.                        <a href="https://www.summerhall.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2648.                            <i class="ti-angle-right me-2 text-primary"></i>
  2649.                            <span class="archive-link top-color fw-semibold">non gamstop casino</span>
  2650.                        </a>
  2651.                    </div>
  2652.                    
  2653.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2654.                        <a href="https://knightsof.media/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2655.                            <i class="ti-angle-right me-2 text-primary"></i>
  2656.                            <span class="archive-link top-color fw-semibold">casino not on gamstop</span>
  2657.                        </a>
  2658.                    </div>
  2659.                    
  2660.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2661.                        <a href="https://www.elthampalace.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2662.                            <i class="ti-angle-right me-2 text-primary"></i>
  2663.                            <span class="archive-link top-color fw-semibold">non gamstop casino</span>
  2664.                        </a>
  2665.                    </div>
  2666.                    
  2667.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2668.                        <a href="https://www.homeworkworkspace.com" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2669.                            <i class="ti-angle-right me-2 text-primary"></i>
  2670.                            <span class="archive-link top-color fw-semibold">casinos not on GamStop</span>
  2671.                        </a>
  2672.                    </div>
  2673.                    
  2674.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2675.                        <a href="https://www.nhsborders.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2676.                            <i class="ti-angle-right me-2 text-primary"></i>
  2677.                            <span class="archive-link top-color fw-semibold">crypto casino UK</span>
  2678.                        </a>
  2679.                    </div>
  2680.                    
  2681.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2682.                        <a href="https://swtrains.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2683.                            <i class="ti-angle-right me-2 text-primary"></i>
  2684.                            <span class="archive-link top-color fw-semibold">spinshark</span>
  2685.                        </a>
  2686.                    </div>
  2687.                    
  2688.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2689.                        <a href="https://stickyfingers.co.uk" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2690.                            <i class="ti-angle-right me-2 text-primary"></i>
  2691.                            <span class="archive-link top-color fw-semibold">casinos not on gamstop</span>
  2692.                        </a>
  2693.                    </div>
  2694.                    
  2695.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2696.                        <a href="https://hgca.com" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2697.                            <i class="ti-angle-right me-2 text-primary"></i>
  2698.                            <span class="archive-link top-color fw-semibold">non gamstop casino</span>
  2699.                        </a>
  2700.                    </div>
  2701.                    
  2702.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2703.                        <a href="https://greensquare.co.uk" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2704.                            <i class="ti-angle-right me-2 text-primary"></i>
  2705.                            <span class="archive-link top-color fw-semibold">casinos not on gamstop</span>
  2706.                        </a>
  2707.                    </div>
  2708.                    
  2709.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2710.                        <a href="https://steviethefox.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2711.                            <i class="ti-angle-right me-2 text-primary"></i>
  2712.                            <span class="archive-link top-color fw-semibold">crypto betting</span>
  2713.                        </a>
  2714.                    </div>
  2715.                    
  2716.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2717.                        <a href="https://www.peelengineering.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2718.                            <i class="ti-angle-right me-2 text-primary"></i>
  2719.                            <span class="archive-link top-color fw-semibold">casinos not on gamstop</span>
  2720.                        </a>
  2721.                    </div>
  2722.                    
  2723.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2724.                        <a href="https://www.ukessaywriters.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2725.                            <i class="ti-angle-right me-2 text-primary"></i>
  2726.                            <span class="archive-link top-color fw-semibold">uk online casinos list</span>
  2727.                        </a>
  2728.                    </div>
  2729.                    
  2730.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2731.                        <a href="https://www.roadpeace.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2732.                            <i class="ti-angle-right me-2 text-primary"></i>
  2733.                            <span class="archive-link top-color fw-semibold">non gamstop casino</span>
  2734.                        </a>
  2735.                    </div>
  2736.                    
  2737.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2738.                        <a href="https://knightsof.media/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2739.                            <i class="ti-angle-right me-2 text-primary"></i>
  2740.                            <span class="archive-link top-color fw-semibold">non gamstop casino</span>
  2741.                        </a>
  2742.                    </div>
  2743.                    
  2744.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2745.                        <a href="https://www.cca-glasgow.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2746.                            <i class="ti-angle-right me-2 text-primary"></i>
  2747.                            <span class="archive-link top-color fw-semibold">casino not on gamstop</span>
  2748.                        </a>
  2749.                    </div>
  2750.                    
  2751.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2752.                        <a href="https://fdncoffee.com" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2753.                            <i class="ti-angle-right me-2 text-primary"></i>
  2754.                            <span class="archive-link top-color fw-semibold">online casinos</span>
  2755.                        </a>
  2756.                    </div>
  2757.                    
  2758.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2759.                        <a href="https://www.durhamminers.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2760.                            <i class="ti-angle-right me-2 text-primary"></i>
  2761.                            <span class="archive-link top-color fw-semibold">online casinos UK</span>
  2762.                        </a>
  2763.                    </div>
  2764.                    
  2765.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2766.                        <a href="https://www.cultinformation.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2767.                            <i class="ti-angle-right me-2 text-primary"></i>
  2768.                            <span class="archive-link top-color fw-semibold">best non gamstop casinos</span>
  2769.                        </a>
  2770.                    </div>
  2771.                    
  2772.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2773.                        <a href="https://www.gamblinginsider.com/uk/online-casinos" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2774.                            <i class="ti-angle-right me-2 text-primary"></i>
  2775.                            <span class="archive-link top-color fw-semibold">best online casinos</span>
  2776.                        </a>
  2777.                    </div>
  2778.                    
  2779.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2780.                        <a href="https://www.charlesjencks.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2781.                            <i class="ti-angle-right me-2 text-primary"></i>
  2782.                            <span class="archive-link top-color fw-semibold">best non gamstop casinos</span>
  2783.                        </a>
  2784.                    </div>
  2785.                    
  2786.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2787.                        <a href="https://santanderjobs.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2788.                            <i class="ti-angle-right me-2 text-primary"></i>
  2789.                            <span class="archive-link top-color fw-semibold">betting sites not on gamstop</span>
  2790.                        </a>
  2791.                    </div>
  2792.                    
  2793.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2794.                        <a href="https://www.roadpeace.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2795.                            <i class="ti-angle-right me-2 text-primary"></i>
  2796.                            <span class="archive-link top-color fw-semibold">best non gamstop casinos</span>
  2797.                        </a>
  2798.                    </div>
  2799.                    
  2800.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2801.                        <a href="https://www.surfaceview.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2802.                            <i class="ti-angle-right me-2 text-primary"></i>
  2803.                            <span class="archive-link top-color fw-semibold">non gamstop casinos uk</span>
  2804.                        </a>
  2805.                    </div>
  2806.                    
  2807.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2808.                        <a href="https://www.thekarczma.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2809.                            <i class="ti-angle-right me-2 text-primary"></i>
  2810.                            <span class="archive-link top-color fw-semibold">Best Non UK Online Casino</span>
  2811.                        </a>
  2812.                    </div>
  2813.                    
  2814.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2815.                        <a href="https://www.ukbeetles.co.uk" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2816.                            <i class="ti-angle-right me-2 text-primary"></i>
  2817.                            <span class="archive-link top-color fw-semibold">casino not on GamStop</span>
  2818.                        </a>
  2819.                    </div>
  2820.                    
  2821.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2822.                        <a href="https://israelpremiertech.com" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2823.                            <i class="ti-angle-right me-2 text-primary"></i>
  2824.                            <span class="archive-link top-color fw-semibold">best casinos not on GamStop</span>
  2825.                        </a>
  2826.                    </div>
  2827.                    
  2828.  
  2829.                </div>
  2830.            </div>
  2831.        </div>
  2832.        
  2833.       <div class="sidebar-widget mb-5">
  2834.            <div class="widget-title-wrapper mb-3">
  2835.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2836.                    <div class="title-border"></div>
  2837.                    <i class="ti-folder me-2"></i>March 2026 Blog Roll
  2838.                </h4>
  2839.            </div>
  2840.            <div class="widget-content shadow-sm rounded-3 p-4">
  2841.                <div class="archives-list scrollable-sidebar">
  2842.                    
  2843.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2844.                        <a href="https://letsmush.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2845.                            <i class="ti-angle-right me-2 text-primary"></i>
  2846.                            <span class="archive-link top-color fw-semibold">non GamStop casinos</span>
  2847.                        </a>
  2848.                    </div>
  2849.                    
  2850.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2851.                        <a href="https://www.surfaceview.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2852.                            <i class="ti-angle-right me-2 text-primary"></i>
  2853.                            <span class="archive-link top-color fw-semibold">non gamstop casinos</span>
  2854.                        </a>
  2855.                    </div>
  2856.                    
  2857.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2858.                        <a href="https://www.bmag.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2859.                            <i class="ti-angle-right me-2 text-primary"></i>
  2860.                            <span class="archive-link top-color fw-semibold">casino sites</span>
  2861.                        </a>
  2862.                    </div>
  2863.                    
  2864.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2865.                        <a href="https://www.labodeganegra.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2866.                            <i class="ti-angle-right me-2 text-primary"></i>
  2867.                            <span class="archive-link top-color fw-semibold">non GamStop casino</span>
  2868.                        </a>
  2869.                    </div>
  2870.                    
  2871.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2872.                        <a href="https://hmdbookclub.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2873.                            <i class="ti-angle-right me-2 text-primary"></i>
  2874.                            <span class="archive-link top-color fw-semibold">casino not on GamStop</span>
  2875.                        </a>
  2876.                    </div>
  2877.                    
  2878.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2879.                        <a href="https://www.hshmotorgroup.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2880.                            <i class="ti-angle-right me-2 text-primary"></i>
  2881.                            <span class="archive-link top-color fw-semibold">ethereum betting sites</span>
  2882.                        </a>
  2883.                    </div>
  2884.                    
  2885.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2886.                        <a href="https://www.nordicresearchnetwork.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2887.                            <i class="ti-angle-right me-2 text-primary"></i>
  2888.                            <span class="archive-link top-color fw-semibold">non UK casinos for UK players</span>
  2889.                        </a>
  2890.                    </div>
  2891.                    
  2892.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2893.                        <a href="https://www.kysty.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2894.                            <i class="ti-angle-right me-2 text-primary"></i>
  2895.                            <span class="archive-link top-color fw-semibold">non GAMSTOP casino</span>
  2896.                        </a>
  2897.                    </div>
  2898.                    
  2899.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2900.                        <a href="https://www.sepho.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2901.                            <i class="ti-angle-right me-2 text-primary"></i>
  2902.                            <span class="archive-link top-color fw-semibold">non uk casinos accepting uk players</span>
  2903.                        </a>
  2904.                    </div>
  2905.                    
  2906.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2907.                        <a href="https://www.llancaiachfawr.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2908.                            <i class="ti-angle-right me-2 text-primary"></i>
  2909.                            <span class="archive-link top-color fw-semibold">best casino not on GamStop</span>
  2910.                        </a>
  2911.                    </div>
  2912.                    
  2913.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2914.                        <a href="https://www.ginspa.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2915.                            <i class="ti-angle-right me-2 text-primary"></i>
  2916.                            <span class="archive-link top-color fw-semibold">games not on GamStop</span>
  2917.                        </a>
  2918.                    </div>
  2919.                    
  2920.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2921.                        <a href="https://www.durhamminers.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2922.                            <i class="ti-angle-right me-2 text-primary"></i>
  2923.                            <span class="archive-link top-color fw-semibold">casinos not on GamStop</span>
  2924.                        </a>
  2925.                    </div>
  2926.                    
  2927.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2928.                        <a href="https://www.covent-garden.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2929.                            <i class="ti-angle-right me-2 text-primary"></i>
  2930.                            <span class="archive-link top-color fw-semibold">games not on GamStop</span>
  2931.                        </a>
  2932.                    </div>
  2933.                    
  2934.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2935.                        <a href="https://www.falconryforum.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2936.                            <i class="ti-angle-right me-2 text-primary"></i>
  2937.                            <span class="archive-link top-color fw-semibold">non gamstop casinos</span>
  2938.                        </a>
  2939.                    </div>
  2940.                    
  2941.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2942.                        <a href="https://www.lgbthistorymonth.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2943.                            <i class="ti-angle-right me-2 text-primary"></i>
  2944.                            <span class="archive-link top-color fw-semibold">non gamstop casinos</span>
  2945.                        </a>
  2946.                    </div>
  2947.                    
  2948.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2949.                        <a href="https://www.regionalnetworks.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2950.                            <i class="ti-angle-right me-2 text-primary"></i>
  2951.                            <span class="archive-link top-color fw-semibold">non GamStop casino</span>
  2952.                        </a>
  2953.                    </div>
  2954.                    
  2955.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2956.                        <a href="https://oncallfire.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2957.                            <i class="ti-angle-right me-2 text-primary"></i>
  2958.                            <span class="archive-link top-color fw-semibold">Casino Not on GAMSTOP</span>
  2959.                        </a>
  2960.                    </div>
  2961.                    
  2962.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2963.                        <a href="https://citytosea.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2964.                            <i class="ti-angle-right me-2 text-primary"></i>
  2965.                            <span class="archive-link top-color fw-semibold">non gamstop casino</span>
  2966.                        </a>
  2967.                    </div>
  2968.                    
  2969.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2970.                        <a href="https://thebrexitparty.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2971.                            <i class="ti-angle-right me-2 text-primary"></i>
  2972.                            <span class="archive-link top-color fw-semibold">non gamstop casinos</span>
  2973.                        </a>
  2974.                    </div>
  2975.                    
  2976.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2977.                        <a href="https://www.socresonline.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2978.                            <i class="ti-angle-right me-2 text-primary"></i>
  2979.                            <span class="archive-link top-color fw-semibold">bitcoin casino</span>
  2980.                        </a>
  2981.                    </div>
  2982.                    
  2983.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2984.                        <a href="https://www.cryptocomparer.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2985.                            <i class="ti-angle-right me-2 text-primary"></i>
  2986.                            <span class="archive-link top-color fw-semibold">no verification casinos</span>
  2987.                        </a>
  2988.                    </div>
  2989.                    
  2990.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2991.                        <a href="https://cryptoblox.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2992.                            <i class="ti-angle-right me-2 text-primary"></i>
  2993.                            <span class="archive-link top-color fw-semibold">bitcoin casino</span>
  2994.                        </a>
  2995.                    </div>
  2996.                    
  2997.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2998.                        <a href="https://savethedatemagazine.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2999.                            <i class="ti-angle-right me-2 text-primary"></i>
  3000.                            <span class="archive-link top-color fw-semibold">online casino</span>
  3001.                        </a>
  3002.                    </div>
  3003.                    
  3004.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3005.                        <a href="https://www.legacycompany.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3006.                            <i class="ti-angle-right me-2 text-primary"></i>
  3007.                            <span class="archive-link top-color fw-semibold">online casino</span>
  3008.                        </a>
  3009.                    </div>
  3010.                    
  3011.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3012.                        <a href="https://knightsof.media/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3013.                            <i class="ti-angle-right me-2 text-primary"></i>
  3014.                            <span class="archive-link top-color fw-semibold">casinos not on gamstop</span>
  3015.                        </a>
  3016.                    </div>
  3017.                    
  3018.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3019.                        <a href="https://roadpeace.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3020.                            <i class="ti-angle-right me-2 text-primary"></i>
  3021.                            <span class="archive-link top-color fw-semibold">online casino</span>
  3022.                        </a>
  3023.                    </div>
  3024.                    
  3025.  
  3026.                </div>
  3027.            </div>
  3028.        </div>
  3029.        
  3030.       <div class="sidebar-widget mb-5">
  3031.            <div class="widget-title-wrapper mb-3">
  3032.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3033.                    <div class="title-border"></div>
  3034.                    <i class="ti-folder me-2"></i>February 2026 Blog Roll
  3035.                </h4>
  3036.            </div>
  3037.            <div class="widget-content shadow-sm rounded-3 p-4">
  3038.                <div class="archives-list scrollable-sidebar">
  3039.                    
  3040.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3041.                        <a href="https://www.welcometoportsmouth.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3042.                            <i class="ti-angle-right me-2 text-primary"></i>
  3043.                            <span class="archive-link top-color fw-semibold">casino not on gamstop</span>
  3044.                        </a>
  3045.                    </div>
  3046.                    
  3047.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3048.                        <a href="https://www.roadpeace.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3049.                            <i class="ti-angle-right me-2 text-primary"></i>
  3050.                            <span class="archive-link top-color fw-semibold">gambling sites</span>
  3051.                        </a>
  3052.                    </div>
  3053.                    
  3054.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3055.                        <a href="https://www.summerhall.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3056.                            <i class="ti-angle-right me-2 text-primary"></i>
  3057.                            <span class="archive-link top-color fw-semibold">casinos not on gamstop</span>
  3058.                        </a>
  3059.                    </div>
  3060.                    
  3061.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3062.                        <a href="https://www.taysideaviation.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3063.                            <i class="ti-angle-right me-2 text-primary"></i>
  3064.                            <span class="archive-link top-color fw-semibold">best betting sites</span>
  3065.                        </a>
  3066.                    </div>
  3067.                    
  3068.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3069.                        <a href="https://financialservicescultureboard.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3070.                            <i class="ti-angle-right me-2 text-primary"></i>
  3071.                            <span class="archive-link top-color fw-semibold">best online betting sites</span>
  3072.                        </a>
  3073.                    </div>
  3074.                    
  3075.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3076.                        <a href="https://platypuspress.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3077.                            <i class="ti-angle-right me-2 text-primary"></i>
  3078.                            <span class="archive-link top-color fw-semibold">online casinos</span>
  3079.                        </a>
  3080.                    </div>
  3081.                    
  3082.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3083.                        <a href="https://plasticoceans.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3084.                            <i class="ti-angle-right me-2 text-primary"></i>
  3085.                            <span class="archive-link top-color fw-semibold">non gamstop casinos</span>
  3086.                        </a>
  3087.                    </div>
  3088.                    
  3089.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3090.                        <a href="https://itechlabs.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3091.                            <i class="ti-angle-right me-2 text-primary"></i>
  3092.                            <span class="archive-link top-color fw-semibold">best betting sites</span>
  3093.                        </a>
  3094.                    </div>
  3095.                    
  3096.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3097.                        <a href="https://rbth.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3098.                            <i class="ti-angle-right me-2 text-primary"></i>
  3099.                            <span class="archive-link top-color fw-semibold">best non Gamstop casinos</span>
  3100.                        </a>
  3101.                    </div>
  3102.                    
  3103.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3104.                        <a href="https://www.mesaonline.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3105.                            <i class="ti-angle-right me-2 text-primary"></i>
  3106.                            <span class="archive-link top-color fw-semibold">online casinos</span>
  3107.                        </a>
  3108.                    </div>
  3109.                    
  3110.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3111.                        <a href="https://www.lsx.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3112.                            <i class="ti-angle-right me-2 text-primary"></i>
  3113.                            <span class="archive-link top-color fw-semibold">bookmakers not on gamstop</span>
  3114.                        </a>
  3115.                    </div>
  3116.                    
  3117.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3118.                        <a href="https://jst.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3119.                            <i class="ti-angle-right me-2 text-primary"></i>
  3120.                            <span class="archive-link top-color fw-semibold">casino not on gamstop</span>
  3121.                        </a>
  3122.                    </div>
  3123.                    
  3124.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3125.                        <a href="https://www.foreignersinuk.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3126.                            <i class="ti-angle-right me-2 text-primary"></i>
  3127.                            <span class="archive-link top-color fw-semibold">online casino</span>
  3128.                        </a>
  3129.                    </div>
  3130.                    
  3131.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3132.                        <a href="https://platypuspress.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3133.                            <i class="ti-angle-right me-2 text-primary"></i>
  3134.                            <span class="archive-link top-color fw-semibold">non gamstop casinos</span>
  3135.                        </a>
  3136.                    </div>
  3137.                    
  3138.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3139.                        <a href="https://www.livingcoasts.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3140.                            <i class="ti-angle-right me-2 text-primary"></i>
  3141.                            <span class="archive-link top-color fw-semibold">uk online casinos not on gamstop</span>
  3142.                        </a>
  3143.                    </div>
  3144.                    
  3145.  
  3146.                </div>
  3147.            </div>
  3148.        </div>
  3149.        
  3150. <!--        
  3151.       <div class="sidebar-widget mb-5">
  3152.            <div class="widget-title-wrapper mb-3">
  3153.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3154.                    <div class="title-border"></div>
  3155.                    <i class="ti-folder me-2"></i>Blog Archives
  3156.                </h4>
  3157.            </div>
  3158.            <div class="widget-content shadow-sm rounded-3 p-4">
  3159.                <div class="archives-list">
  3160.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3161.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3162.                            <i class="ti-angle-right me-2 text-primary"></i>
  3163.                            <span class="archive-link top-color fw-semibold">August 2025</span>
  3164.                        </a>
  3165.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span>
  3166.                    </div>
  3167.  
  3168.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3169.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3170.                            <i class="ti-angle-right me-2 text-primary"></i>
  3171.                            <span class="archive-link top-color fw-semibold">July 2025</span>
  3172.                        </a>
  3173.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">31 posts</span>
  3174.                    </div>
  3175.  
  3176.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3177.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3178.                            <i class="ti-angle-right me-2 text-primary"></i>
  3179.                            <span class="archive-link top-color fw-semibold">June 2025</span>
  3180.                        </a>
  3181.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">28 posts</span>
  3182.                    </div>
  3183.  
  3184.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3185.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3186.                            <i class="ti-angle-right me-2 text-primary"></i>
  3187.                            <span class="archive-link top-color fw-semibold">May 2025</span>
  3188.                        </a>
  3189.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">35 posts</span>
  3190.                    </div>
  3191.  
  3192.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3193.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3194.                            <i class="ti-angle-right me-2 text-primary"></i>
  3195.                            <span class="archive-link top-color fw-semibold">April 2025</span>
  3196.                        </a>
  3197.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">29 posts</span>
  3198.                    </div>
  3199.  
  3200.                    <div class="archive-item d-flex justify-content-between align-items-center">
  3201.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3202.                            <i class="ti-angle-right me-2 text-primary"></i>
  3203.                            <span class="archive-link top-color fw-semibold">March 2025</span>
  3204.                        </a>
  3205.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">27 posts</span>
  3206.                    </div>
  3207.                </div>
  3208.                
  3209.                <div class="text-center mt-4 pt-3 border-top border-color">
  3210.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3211.                        <i class="ti-archive me-1"></i>View All Archives
  3212.                    </a>
  3213.                </div>
  3214.            </div>
  3215.        </div> -->
  3216.        <div class="sidebar-widget mb-4">
  3217.            <div class="widget-title-wrapper mb-3">
  3218.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3219.                    <div class="title-border-primary"></div>
  3220.                    <i class="ti-star me-2"></i>Popular Posts
  3221.                </h4>
  3222.            </div>
  3223.            <div class="widget-content mb-3 shadow-sm rounded-3 p-4">
  3224.                <div class="popular-post-list">
  3225.                    
  3226.                    
  3227.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3228.                        <div class="post-content flex-grow-1">
  3229.                            <h6 class="post-title mb-1">
  3230.                                 <a href="/manchester-united-set-to-sign-germany-forward-lea-sch%C3%BCller-from-bayern-munich/" class="text-decoration-none top-color fw-semibold lh-sm">
  3231.                                            Manchester United Set to Sign Germany Forward Lea Schüller from Bayern Munich
  3232.                                            </a>
  3233.                            </h6>
  3234.                            <div class="post-meta">
  3235.                                <small class="text-muted">
  3236.                                    <i class="ti-calendar me-1"></i>05 May 2026
  3237.                                </small>
  3238.                                <!-- <small class="text-muted ms-3">
  3239.                                    <i class="ti-eye me-1"></i>1,234 views
  3240.                                </small> -->
  3241.                            </div>
  3242.                        </div>
  3243.                    </div>
  3244.                    
  3245.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3246.                        <div class="post-content flex-grow-1">
  3247.                            <h6 class="post-title mb-1">
  3248.                                 <a href="/celebrating-like-a-champions-league-champion-kendalls-special-evening-for-england/" class="text-decoration-none top-color fw-semibold lh-sm">
  3249.                                            ‘Celebrating like a Champions League champion’ - Kendall’s special evening for England
  3250.                                            </a>
  3251.                            </h6>
  3252.                            <div class="post-meta">
  3253.                                <small class="text-muted">
  3254.                                    <i class="ti-calendar me-1"></i>05 May 2026
  3255.                                </small>
  3256.                                <!-- <small class="text-muted ms-3">
  3257.                                    <i class="ti-eye me-1"></i>1,234 views
  3258.                                </small> -->
  3259.                            </div>
  3260.                        </div>
  3261.                    </div>
  3262.                    
  3263.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3264.                        <div class="post-content flex-grow-1">
  3265.                            <h6 class="post-title mb-1">
  3266.                                 <a href="/beijing-strengthens-oversight-on-rare-earth-element-exports-citing-state-security-worries/" class="text-decoration-none top-color fw-semibold lh-sm">
  3267.                                            Beijing Strengthens Oversight on Rare Earth Element Exports, Citing State Security Worries
  3268.                                            </a>
  3269.                            </h6>
  3270.                            <div class="post-meta">
  3271.                                <small class="text-muted">
  3272.                                    <i class="ti-calendar me-1"></i>05 May 2026
  3273.                                </small>
  3274.                                <!-- <small class="text-muted ms-3">
  3275.                                    <i class="ti-eye me-1"></i>1,234 views
  3276.                                </small> -->
  3277.                            </div>
  3278.                        </div>
  3279.                    </div>
  3280.                    
  3281.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3282.                        <div class="post-content flex-grow-1">
  3283.                            <h6 class="post-title mb-1">
  3284.                                 <a href="/the-renowned-filmmaker-discussing-his-monumental-revolutionary-war-film-series-this-is-our-most-crucial-work/" class="text-decoration-none top-color fw-semibold lh-sm">
  3285.                                            The Renowned Filmmaker discussing His Monumental Revolutionary War Film Series: ‘This Is Our Most Crucial Work’
  3286.                                            </a>
  3287.                            </h6>
  3288.                            <div class="post-meta">
  3289.                                <small class="text-muted">
  3290.                                    <i class="ti-calendar me-1"></i>05 May 2026
  3291.                                </small>
  3292.                                <!-- <small class="text-muted ms-3">
  3293.                                    <i class="ti-eye me-1"></i>1,234 views
  3294.                                </small> -->
  3295.                            </div>
  3296.                        </div>
  3297.                    </div>
  3298.                    
  3299.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3300.                        <div class="post-content flex-grow-1">
  3301.                            <h6 class="post-title mb-1">
  3302.                                 <a href="/orbital-photographs-depict-iranian-navy-and-atomic-facilities-targeted-by-us-israeli-airstrikes/" class="text-decoration-none top-color fw-semibold lh-sm">
  3303.                                            Orbital Photographs Depict Iranian Navy and Atomic Facilities Targeted by US-Israeli Airstrikes.
  3304.                                            </a>
  3305.                            </h6>
  3306.                            <div class="post-meta">
  3307.                                <small class="text-muted">
  3308.                                    <i class="ti-calendar me-1"></i>05 May 2026
  3309.                                </small>
  3310.                                <!-- <small class="text-muted ms-3">
  3311.                                    <i class="ti-eye me-1"></i>1,234 views
  3312.                                </small> -->
  3313.                            </div>
  3314.                        </div>
  3315.                    </div>
  3316.                    
  3317.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3318.                        <div class="post-content flex-grow-1">
  3319.                            <h6 class="post-title mb-1">
  3320.                                 <a href="/i-became-the-air-guitar-world-champion/" class="text-decoration-none top-color fw-semibold lh-sm">
  3321.                                            I Became the Air Guitar World Champion
  3322.                                            </a>
  3323.                            </h6>
  3324.                            <div class="post-meta">
  3325.                                <small class="text-muted">
  3326.                                    <i class="ti-calendar me-1"></i>04 May 2026
  3327.                                </small>
  3328.                                <!-- <small class="text-muted ms-3">
  3329.                                    <i class="ti-eye me-1"></i>1,234 views
  3330.                                </small> -->
  3331.                            </div>
  3332.                        </div>
  3333.                    </div>
  3334.                    
  3335.  
  3336.                </div>
  3337.                
  3338.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3339.                    <a href="#" class="btn btn-primary top-color btn-sm px-whtext-white rounded-pill">
  3340.                        <i class="ti-trophy me-1"></i>View All Popular
  3341.                    </a>
  3342.                </div> -->
  3343.            </div>
  3344.        </div>
  3345.  
  3346. </div>
  3347. <style>
  3348.    
  3349.  .widget-content {
  3350.    background-color: var(--card-bg);
  3351.    border: 1px solid var(--border-color);
  3352.  }
  3353. </style>
  3354.  
  3355.    
  3356.            </div>
  3357.      </div>
  3358.    </div>
  3359.  </section>
  3360.  
  3361.  <script>
  3362.    // Smooth fade on scroll (adds .fade-up on downward scroll, .fade-down on upward scroll)
  3363.    document.addEventListener('DOMContentLoaded', function () {
  3364.      // Fallback if IntersectionObserver unavailable
  3365.      if (!('IntersectionObserver' in window)) {
  3366.        document.querySelectorAll('.fade-base').forEach(el => el.classList.add('fade-show'));
  3367.        return;
  3368.      }
  3369.  
  3370.      let lastY = window.pageYOffset || 0;
  3371.      let scrollDir = 'down';
  3372.      let ticking = false;
  3373.  
  3374.      // Jank-free scroll direction tracking
  3375.      window.addEventListener('scroll', () => {
  3376.        const y = window.pageYOffset || 0;
  3377.        if (!ticking) {
  3378.          requestAnimationFrame(() => {
  3379.            scrollDir = y > lastY ? 'down' : 'up';
  3380.            lastY = y <= 0 ? 0 : y;
  3381.            ticking = false;
  3382.          });
  3383.          ticking = true;
  3384.        }
  3385.      }, { passive: true });
  3386.  
  3387.      const options = {
  3388.        threshold: 0.18,
  3389.        rootMargin: '0px 0px -8% 0px'
  3390.      };
  3391.  
  3392.      const io = new IntersectionObserver((entries) => {
  3393.        entries.forEach((entry) => {
  3394.          const el = entry.target;
  3395.  
  3396.          if (entry.isIntersecting) {
  3397.            // direction-based class
  3398.            el.classList.remove('fade-up', 'fade-down');
  3399.            el.classList.add(scrollDir === 'down' ? 'fade-up' : 'fade-down');
  3400.  
  3401.            // smooth timing (override-able per element via CSS vars)
  3402.            if (!el.style.getPropertyValue('--dur')) {
  3403.              el.style.setProperty('--dur', '700ms');
  3404.            }
  3405.            if (!el.style.getPropertyValue('--ease')) {
  3406.              el.style.setProperty('--ease', 'cubic-bezier(0.16,1,0.3,1)');
  3407.            }
  3408.  
  3409.            el.classList.add('fade-show');
  3410.          } else {
  3411.            // re-animate when re-entering
  3412.            el.classList.remove('fade-show');
  3413.          }
  3414.        });
  3415.      }, options);
  3416.  
  3417.      // Observe all fade targets with a light stagger
  3418.      const nodes = Array.from(document.querySelectorAll('.fade-base'));
  3419.      nodes.forEach((el, i) => {
  3420.        // 0–5 -> 0–300ms stagger (loops every 6)
  3421.        el.style.setProperty('--stagger', `${(i % 6) * 60}ms`);
  3422.        io.observe(el);
  3423.      });
  3424.    });
  3425.  </script>
  3426.  
  3427.  
  3428.    
  3429.        
  3430.        <!-- end wpo-blog-highlights-section -->
  3431.        <!-- start wpo-blog-sponsored-section -->
  3432.        
  3433.  
  3434.  
  3435.  
  3436.    
  3437.  
  3438.  
  3439.  
  3440. <style>
  3441.    .sponsored-section-v5 {
  3442.        padding: 40px 0;
  3443.    }
  3444.    
  3445.    .sponsored-card-v5 {
  3446.        background: var(--card-bg);
  3447.        border: 1px solid #f5f5f5;
  3448.        border-radius: var(--border-radius);
  3449.        transition: border-color 0.3s ease;
  3450.        height: 100%;
  3451.    }
  3452.    
  3453.    .sponsored-card-v5:hover {
  3454.        border-color: var(--bs-primary);
  3455.    }
  3456.    
  3457.    .sponsored-image-v5 {
  3458.        position: relative;
  3459.        background: var(--card-bg);
  3460.        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  3461.        margin: 15px 15px 0;
  3462.    }
  3463.    
  3464.    .sponsored-image-v5 img {
  3465.        width: 100%;
  3466.        height: 140px;
  3467.        object-fit: cover;
  3468.        border-radius: var(--border-radius);
  3469.    }
  3470.    
  3471.    .sponsored-badge-v5 {
  3472.        position: absolute;
  3473.        top: 6px;
  3474.        left: 8px;
  3475.        padding: 4px 10px;
  3476.        font-size: 11px;
  3477.        font-weight: 600;
  3478.        text-transform: uppercase;    
  3479.        border-radius: var(--border-radius);
  3480.    }
  3481.    
  3482.    .sponsored-badge-v5::before {
  3483.        content: '';
  3484.        position: absolute;
  3485.        top: 8px;
  3486.        left: -10px;
  3487.        border-top: 10px solid var(--bs-primary);
  3488.        border-left: 10px solid transparent;
  3489.        transform: rotate(45deg);
  3490.    }
  3491.    
  3492.    .sponsored-content-v5 {
  3493.        padding: 15px;
  3494.    }
  3495.    
  3496.    .sponsored-title-v5 {
  3497.        font-size: 15px;
  3498.        font-weight: 700;
  3499.        line-height: 1.4;
  3500.        margin-bottom: 8px;
  3501.        color: #333;
  3502.    }
  3503.    
  3504.    .sponsored-title-v5 a {
  3505.        text-decoration: none;
  3506.        color: #333;
  3507.    }
  3508.    
  3509.    .sponsored-title-v5 a:hover {
  3510.        color: var(--bs-primary); /* Purple hover */
  3511.    }
  3512.    
  3513.    .sponsored-excerpt-v5 {
  3514.        font-size: 12px;
  3515.        font-style: italic;
  3516.        color: #868e96;
  3517.        margin-bottom: 10px;
  3518.        line-height: 1.5;
  3519.    }
  3520.    
  3521.    .sponsored-meta-v5 {
  3522.        font-size: 11px;
  3523.        color: #6c757d;
  3524.    }
  3525.    
  3526.    .author-info-v5 {
  3527.        margin-bottom: 5px;
  3528.    }
  3529.    
  3530.    .sponsored-author-img-v5 {
  3531.        width: 22px;
  3532.        height: 22px;
  3533.        border-radius: var(--border-radius);
  3534.        object-fit: cover;
  3535.        vertical-align: middle;
  3536.        margin-right: 5px;
  3537.    }
  3538.    
  3539.    .section-title-sponsored-v5 {
  3540.        font-size: 2.1rem;
  3541.        font-weight: 700;
  3542.        text-align: center;
  3543.        margin-bottom: 30px;
  3544.        color: #333;
  3545.        position: relative;
  3546.    }
  3547.    
  3548.    .section-title-sponsored-v5::after {
  3549.        content: '';
  3550.        position: absolute;
  3551.        bottom: -10px;
  3552.        left: 50%;
  3553.        transform: translateX(-50%);
  3554.        width: 80px;
  3555.        height: 2px;
  3556.        background: var(--bs-primary);
  3557.        box-shadow: 0 2px 0 0 var(--bs-primary);
  3558.    }
  3559.  
  3560.    @media (max-width: 768px) {
  3561.        .sponsored-section-v5 {
  3562.            padding: 25px 0;
  3563.        }
  3564.        .sponsored-image-v5 {
  3565.            margin: 10px 10px 0;
  3566.            padding: 8px;
  3567.        }
  3568.        .sponsored-image-v5 img {
  3569.            height: 120px;
  3570.        }
  3571.        .sponsored-content-v5 {
  3572.            padding: 12px;
  3573.        }
  3574.        .sponsored-title-v5 {
  3575.            font-size: 14px;
  3576.        }
  3577.        .sponsored-excerpt-v5 {
  3578.            font-size: 11px;
  3579.        }
  3580.        .section-title-sponsored-v5 {
  3581.            font-size: 1.7rem;
  3582.        }
  3583.    }
  3584. </style>
  3585.  
  3586. <section class="sponsored-section-v5">
  3587.    <div class="container-fluid fluid-container">
  3588.        <div class="row">
  3589.            <div class="col-12">
  3590.                <h2 class="section-title-sponsored-v5">Sponsored News</h2>
  3591.            </div>
  3592.        </div>
  3593.        
  3594.        <div class="row g-3">
  3595.            
  3596.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3597.                <div class="card sponsored-card-v5">
  3598.                    <div class="sponsored-image-v5">
  3599.                        
  3600.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3601.                        
  3602.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  3603.                    </div>
  3604.                    <div class="sponsored-content-v5">
  3605.                        <h3 class="sponsored-title-v5">
  3606.                            <a href="/manchester-united-set-to-sign-germany-forward-lea-sch%C3%BCller-from-bayern-munich/" >
  3607.                                            Manchester United Set to Sign Germany Forward Lea Schüller from Bayern Munich
  3608.                                            </a>
  3609.                        </h3>
  3610.                        <p class="sponsored-excerpt-v5">
  3611.                          
  3612.                        </p>
  3613.                        <div class="sponsored-meta-v5">
  3614.                            <div class="author-info-v5">
  3615.                                
  3616.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Amanda Graham" class="sponsored-author-img-v5">
  3617.                                
  3618.                                <span>
  3619.                                    Amanda Graham
  3620.                                </span>
  3621.                            </div>
  3622.                            <div>05 May 2026</div>
  3623.                        </div>
  3624.                    </div>
  3625.                </div>
  3626.            </div>
  3627.            
  3628.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3629.                <div class="card sponsored-card-v5">
  3630.                    <div class="sponsored-image-v5">
  3631.                        
  3632.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3633.                        
  3634.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  3635.                    </div>
  3636.                    <div class="sponsored-content-v5">
  3637.                        <h3 class="sponsored-title-v5">
  3638.                            <a href="/celebrating-like-a-champions-league-champion-kendalls-special-evening-for-england/" >
  3639.                                            ‘Celebrating like a Champions League champion’ - Kendall’s special evening for England
  3640.                                            </a>
  3641.                        </h3>
  3642.                        <p class="sponsored-excerpt-v5">
  3643.                          
  3644.                        </p>
  3645.                        <div class="sponsored-meta-v5">
  3646.                            <div class="author-info-v5">
  3647.                                
  3648.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Amanda Graham" class="sponsored-author-img-v5">
  3649.                                
  3650.                                <span>
  3651.                                    Amanda Graham
  3652.                                </span>
  3653.                            </div>
  3654.                            <div>05 May 2026</div>
  3655.                        </div>
  3656.                    </div>
  3657.                </div>
  3658.            </div>
  3659.            
  3660.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3661.                <div class="card sponsored-card-v5">
  3662.                    <div class="sponsored-image-v5">
  3663.                        
  3664.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3665.                        
  3666.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  3667.                    </div>
  3668.                    <div class="sponsored-content-v5">
  3669.                        <h3 class="sponsored-title-v5">
  3670.                            <a href="/beijing-strengthens-oversight-on-rare-earth-element-exports-citing-state-security-worries/" >
  3671.                                            Beijing Strengthens Oversight on Rare Earth Element Exports, Citing State Security Worries
  3672.                                            </a>
  3673.                        </h3>
  3674.                        <p class="sponsored-excerpt-v5">
  3675.                          
  3676.                        </p>
  3677.                        <div class="sponsored-meta-v5">
  3678.                            <div class="author-info-v5">
  3679.                                
  3680.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Amanda Graham" class="sponsored-author-img-v5">
  3681.                                
  3682.                                <span>
  3683.                                    Amanda Graham
  3684.                                </span>
  3685.                            </div>
  3686.                            <div>05 May 2026</div>
  3687.                        </div>
  3688.                    </div>
  3689.                </div>
  3690.            </div>
  3691.            
  3692.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3693.                <div class="card sponsored-card-v5">
  3694.                    <div class="sponsored-image-v5">
  3695.                        
  3696.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3697.                        
  3698.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  3699.                    </div>
  3700.                    <div class="sponsored-content-v5">
  3701.                        <h3 class="sponsored-title-v5">
  3702.                            <a href="/the-renowned-filmmaker-discussing-his-monumental-revolutionary-war-film-series-this-is-our-most-crucial-work/" >
  3703.                                            The Renowned Filmmaker discussing His Monumental Revolutionary War Film Series: ‘This Is Our Most Crucial Work’
  3704.                                            </a>
  3705.                        </h3>
  3706.                        <p class="sponsored-excerpt-v5">
  3707.                          
  3708.                        </p>
  3709.                        <div class="sponsored-meta-v5">
  3710.                            <div class="author-info-v5">
  3711.                                
  3712.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Amanda Graham" class="sponsored-author-img-v5">
  3713.                                
  3714.                                <span>
  3715.                                    Amanda Graham
  3716.                                </span>
  3717.                            </div>
  3718.                            <div>05 May 2026</div>
  3719.                        </div>
  3720.                    </div>
  3721.                </div>
  3722.            </div>
  3723.            
  3724.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3725.                <div class="card sponsored-card-v5">
  3726.                    <div class="sponsored-image-v5">
  3727.                        
  3728.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3729.                        
  3730.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  3731.                    </div>
  3732.                    <div class="sponsored-content-v5">
  3733.                        <h3 class="sponsored-title-v5">
  3734.                            <a href="/orbital-photographs-depict-iranian-navy-and-atomic-facilities-targeted-by-us-israeli-airstrikes/" >
  3735.                                            Orbital Photographs Depict Iranian Navy and Atomic Facilities Targeted by US-Israeli Airstrikes.
  3736.                                            </a>
  3737.                        </h3>
  3738.                        <p class="sponsored-excerpt-v5">
  3739.                          
  3740.                        </p>
  3741.                        <div class="sponsored-meta-v5">
  3742.                            <div class="author-info-v5">
  3743.                                
  3744.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Amanda Graham" class="sponsored-author-img-v5">
  3745.                                
  3746.                                <span>
  3747.                                    Amanda Graham
  3748.                                </span>
  3749.                            </div>
  3750.                            <div>05 May 2026</div>
  3751.                        </div>
  3752.                    </div>
  3753.                </div>
  3754.            </div>
  3755.            
  3756.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3757.                <div class="card sponsored-card-v5">
  3758.                    <div class="sponsored-image-v5">
  3759.                        
  3760.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3761.                        
  3762.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  3763.                    </div>
  3764.                    <div class="sponsored-content-v5">
  3765.                        <h3 class="sponsored-title-v5">
  3766.                            <a href="/i-became-the-air-guitar-world-champion/" >
  3767.                                            I Became the Air Guitar World Champion
  3768.                                            </a>
  3769.                        </h3>
  3770.                        <p class="sponsored-excerpt-v5">
  3771.                          
  3772.                        </p>
  3773.                        <div class="sponsored-meta-v5">
  3774.                            <div class="author-info-v5">
  3775.                                
  3776.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Amanda Graham" class="sponsored-author-img-v5">
  3777.                                
  3778.                                <span>
  3779.                                    Amanda Graham
  3780.                                </span>
  3781.                            </div>
  3782.                            <div>04 May 2026</div>
  3783.                        </div>
  3784.                    </div>
  3785.                </div>
  3786.            </div>
  3787.            
  3788.        </div>
  3789.    </div>
  3790. </section>
  3791.  
  3792.  
  3793.    
  3794.        <!-- end wpo-blog-sponsored-section -->
  3795.        <!-- start wpo-subscribe-section -->
  3796.        
  3797.        <!-- end subscribe-section -->
  3798.        <!-- start of wpo-site-footer-section -->
  3799.        
  3800.  
  3801.  
  3802.  
  3803.  
  3804.  
  3805.  
  3806. <!-- Footer V5 - Clean Minimalist Bootstrap Design -->
  3807. <footer class="footer-v5 bg-primary-gradient border-top">
  3808.    
  3809.    <!-- Main Footer Content -->
  3810.    <div class="container-fluid py-5">
  3811.        
  3812.        <!-- Top Section with Logo and Description -->
  3813.        <div class="row mb-5">
  3814.            <div class="col-12 text-center">
  3815.                <div class="footer-brand mb-4">
  3816.                    
  3817.                    <h4 class="fw-bold footer-color mb-2">Future Arena</h4>
  3818.                    <p class="footer-color opacity-50">Future Arena explores cutting-edge technology, artificial intelligence trends, and digital innovation. Stay updated with expert analysis on emerging tech and future developments.</p>
  3819.                </div>
  3820.            </div>
  3821.        </div>
  3822.  
  3823.        <!-- Content Grid -->
  3824.        <div class="d-flex justify-content-between flex-wrap gap-2 px-3">
  3825.            
  3826.            <!-- Quick Links Column -->
  3827.            <div class="">
  3828.                <div class="footer-section">
  3829.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3830.                        Quick Links
  3831.                    </h6>
  3832.                    <ul class="list-unstyled footer-links">
  3833.                        
  3834.                        <li class="mb-2">
  3835.                            <a href="/the-ongoing-issue-with-the-capitals-scaffolding-clad-hotel/"
  3836.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3837.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3838.                                The Ongoing Issue with the Capital&#x27;s Scaffolding-Clad Hotel?
  3839.                            </a>
  3840.                        </li>
  3841.                        
  3842.                        <li class="mb-2">
  3843.                            <a href="/amid-a-fierce-gale-the-panicked-screams-of-children-in-tents-outside-echoed-this-defines-christmas-in-gaza/"
  3844.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3845.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3846.                                Amid a Fierce Gale, The Panicked Screams of Children in Tents Outside Echoed. This Defines Christmas in Gaza
  3847.                            </a>
  3848.                        </li>
  3849.                        
  3850.                        <li class="mb-2">
  3851.                            <a href="/the-situation-is-dire-conflict-on-iran-squeezes-indias-lpg-availability/"
  3852.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3853.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3854.                                ‘The Situation is Dire’: Conflict on Iran Squeezes India&#x27;s LPG Availability.
  3855.                            </a>
  3856.                        </li>
  3857.                        
  3858.                        <li class="mb-2">
  3859.                            <a href="/real-madrid-commanding-however-vinicius-junior-issues-escalate-key-clasico-takeaways/"
  3860.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3861.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3862.                                Real Madrid Commanding however Vinicius Junior Issues Escalate – Key Clasico Takeaways
  3863.                            </a>
  3864.                        </li>
  3865.                        
  3866.                        <li class="mb-2">
  3867.                            <a href="/maga-voters-backing-zohran-mamdani-and-a-emerging-left-coalition-the-biggest-unexpected-outcomes-from-new-yorks-mayoral-race/"
  3868.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3869.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3870.                                MAGA Voters Backing Zohran Mamdani and a Emerging Left Coalition: The Biggest Unexpected Outcomes from New York’s Mayoral Race
  3871.                            </a>
  3872.                        </li>
  3873.                        
  3874.                        <li class="mb-2">
  3875.                            <a href="/federal-ban-on-hemp-sourced-thc-may-limit-cbd-availability-what-you-need-to-understand/"
  3876.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3877.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3878.                                Federal Ban on Hemp-Sourced THC May Limit CBD Availability: What You Need to Understand
  3879.                            </a>
  3880.                        </li>
  3881.                        
  3882.                    </ul>
  3883.                </div>
  3884.            </div>
  3885.  
  3886.            <!-- Resources Column -->
  3887.            <div class="">
  3888.                <div class="footer-section">
  3889.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3890.                        Resources
  3891.                    </h6>
  3892.                   <ul class="footer-links" id="footerLinks">
  3893.        
  3894.        
  3895.  
  3896.        
  3897.        
  3898.        
  3899.        
  3900.    </ul>
  3901.                </div>
  3902.            </div>
  3903.  
  3904.            <!-- Categories Column -->
  3905.            <div class="">
  3906.                <div class="footer-section">
  3907.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3908.                        Categories
  3909.                    </h6>
  3910.                    <div class="category-tags">
  3911.                      
  3912.                                <li>
  3913.                                    <a href="/category/all-posts/" class="footer-link footer-color">
  3914.                                        All Posts
  3915.                                    </a>
  3916.                                </li>
  3917.                                
  3918.                                <li>
  3919.                                    <a href="/category/business/" class="footer-link footer-color">
  3920.                                        Business
  3921.                                    </a>
  3922.                                </li>
  3923.                                
  3924.                                <li>
  3925.                                    <a href="/category/esports/" class="footer-link footer-color">
  3926.                                        Esports
  3927.                                    </a>
  3928.                                </li>
  3929.                                
  3930.                                <li>
  3931.                                    <a href="/category/fashion/" class="footer-link footer-color">
  3932.                                        Fashion
  3933.                                    </a>
  3934.                                </li>
  3935.                                
  3936.                                <li>
  3937.                                    <a href="/category/featured/" class="footer-link footer-color">
  3938.                                        Featured
  3939.                                    </a>
  3940.                                </li>
  3941.                                
  3942.                                <li>
  3943.                                    <a href="/category/gaming/" class="footer-link footer-color">
  3944.                                        Gaming
  3945.                                    </a>
  3946.                                </li>
  3947.                                
  3948.                    </div>
  3949.                </div>
  3950.            </div>
  3951.  
  3952.        </div>
  3953.  
  3954.    </div>
  3955.  
  3956.    <!-- Footer Bottom -->
  3957.    <div class="footer-bottom  border-top py-3">
  3958.        <div class="container-fluid fluid-container">
  3959.            <div class=" d-flex justify-content-between flex-wrap">
  3960.                <div class="">
  3961.                    <p class="mb-0 footer-color  ">
  3962.                        © 2026 <span class="fw-semibold footer-color">Future Arena</span>. All rights reserved.
  3963.                    </p>
  3964.                </div>
  3965.                <div class="">
  3966.                    <div class="footer-nav">
  3967.                        <a href="/page/write-for-us/" class="text-decoration-none   me-3">
  3968.                            <i class="bi bi-file-text me-1"></i>Write For Us
  3969.                        </a>
  3970.                        <a href="/page/terms-and-conditions/" class="text-decoration-none   me-3">
  3971.                            <i class="bi bi-file-text me-1"></i>Terms
  3972.                        </a>
  3973.                        <a href="/sitemap.xml" class="text-decoration-none  ">
  3974.                            <i class="bi bi-diagram-3 me-1"></i>Sitemap
  3975.                        </a>
  3976.                    </div>
  3977.                </div>
  3978.            </div>
  3979.        </div>
  3980.    </div>
  3981.  
  3982. </footer>
  3983.  
  3984. <style>
  3985. /* Footer V5 - Clean Minimalist Bootstrap Design */
  3986.  
  3987.  
  3988.  
  3989.  
  3990. .footer-logo {
  3991.    border-radius: 8px;
  3992. }
  3993.  
  3994. /* Footer Sections */
  3995. .footer-section {
  3996.    padding: 0 15px;
  3997. }
  3998.  
  3999. .footer-section h6 {
  4000.    position: relative;
  4001.    padding-bottom: 8px;
  4002. }
  4003.  
  4004. .footer-section h6::after {
  4005.    content: '';
  4006.    position: absolute;
  4007.    bottom: 0;
  4008.    left: 0;
  4009.    width: 30px;
  4010.    height: 2px;
  4011.    background: linear-gradient(45deg, var(--bs-primary), var(--footer-color));
  4012.    border-radius: 1px;
  4013. }
  4014.  
  4015. /* Links Styling */
  4016. .footer-links a {
  4017.    transition: all 0.3s ease;
  4018.    padding: 4px 0;
  4019.    border-radius: 4px;
  4020. }
  4021.  
  4022. .footer-links a:hover {
  4023.    color: var(--bs-primary) !important;
  4024.    padding-left: 8px;
  4025. }
  4026.  
  4027. .footer-links a:hover i {
  4028.    transform: translateX(2px);
  4029. }
  4030.  
  4031. /* Category Tags */
  4032. .category-tag {
  4033.    transition: all 0.3s ease;
  4034.    padding: 6px 12px !important;
  4035.    font-size: 0.875rem;
  4036. }
  4037.  
  4038.  
  4039.  
  4040. /* Footer Bottom */
  4041. .footer-bottom {
  4042.    backdrop-filter: blur(10px);
  4043. }
  4044.  
  4045. /* Responsive Design */
  4046. @media (max-width: 768px) {
  4047.    .footer-v5 {
  4048.        margin-top: 60px;
  4049.    }
  4050.    
  4051.    .footer-section {
  4052.        text-align:start;
  4053.        margin-bottom: 40px;
  4054.    }
  4055.    
  4056.    .footer-links a,
  4057.    .category-tags {
  4058.        justify-content:start;
  4059.    }
  4060.    
  4061.    .social-links .d-flex {
  4062.        justify-content:start;
  4063.    }
  4064. }
  4065.  
  4066. @media (max-width: 576px) {
  4067.    .footer-brand h4 {
  4068.        font-size: 1.25rem;
  4069.    }
  4070.    
  4071.    .stats-item h5 {
  4072.        font-size: 1.1rem;
  4073.    }
  4074.    
  4075.    .newsletter-form .btn {
  4076.        padding: 8px 12px;
  4077.    }
  4078. }
  4079.  
  4080. /* Animation Classes */
  4081. .fade-in {
  4082.    animation: fadeIn 0.6s ease-in;
  4083. }
  4084.  
  4085. @keyframes fadeIn {
  4086.    from { opacity: 0; transform: translateY(20px); }
  4087.    to { opacity: 1; transform: translateY(0); }
  4088. }
  4089.  
  4090. /* Loading State */
  4091. .loading {
  4092.    pointer-events: none;
  4093.    opacity: 0.7;
  4094. }
  4095.  
  4096. .loading .btn {
  4097.    position: relative;
  4098. }
  4099.  
  4100. .loading .btn::after {
  4101.    content: '';
  4102.    position: absolute;
  4103.    top: 50%;
  4104.    left: 50%;
  4105.    width: 16px;
  4106.    height: 16px;
  4107.    margin: -8px 0 0 -8px;
  4108.    border: 2px solid transparent;
  4109.    border-top-color: currentColor;
  4110.    border-radius: 50%;
  4111.    animation: spin 1s linear infinite;
  4112. }
  4113.  
  4114. @keyframes spin {
  4115.    to { transform: rotate(360deg); }
  4116. }
  4117.  
  4118. /* Utility Classes */
  4119. .text-gradient {
  4120.    background: linear-gradient(45deg, var(--bs-primary), var(--bs-success));
  4121.    -webkit-background-clip: text;
  4122.    -webkit-text-fill-color: transparent;
  4123.    background-clip: text;
  4124. }
  4125.  
  4126. .hover-lift {
  4127.    transition: transform 0.3s ease;
  4128. }
  4129.  
  4130. .hover-lift:hover {
  4131.    transform: translateY(-2px);
  4132. }
  4133. </style>
  4134.  
  4135.  
  4136. <script>
  4137. document.addEventListener('DOMContentLoaded', function() {
  4138.    
  4139.    // Initialize Bootstrap tooltips
  4140.    const tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'));
  4141.    tooltipTriggerList.map(function (tooltipTriggerEl) {
  4142.        return new bootstrap.Tooltip(tooltipTriggerEl);
  4143.    });
  4144.  
  4145.    // Newsletter form handling
  4146.    const newsletterForm = document.querySelector('.newsletter-form');
  4147.    if (newsletterForm) {
  4148.        newsletterForm.addEventListener('submit', function(e) {
  4149.            e.preventDefault();
  4150.            
  4151.            const email = this.querySelector('input[name="email"]').value.trim();
  4152.            const submitBtn = this.querySelector('button[type="submit"]');
  4153.            const originalContent = submitBtn.innerHTML;
  4154.            
  4155.            // Validate email
  4156.            if (!email || !isValidEmail(email)) {
  4157.                showToast('Please enter a valid email address', 'error');
  4158.                return;
  4159.            }
  4160.            
  4161.            // Show loading state
  4162.            this.classList.add('loading');
  4163.            submitBtn.innerHTML = '<span class="spinner-border spinner-border-sm me-1"></span>Subscribing...';
  4164.            submitBtn.disabled = true;
  4165.            
  4166.            // Simulate API call
  4167.            setTimeout(() => {
  4168.                // Success state
  4169.                submitBtn.innerHTML = '<i class="bi bi-check-lg me-1"></i>Subscribed!';
  4170.                submitBtn.classList.remove('btn-primary');
  4171.                submitBtn.classList.add('btn-success');
  4172.                
  4173.                showToast('Successfully subscribed to newsletter!', 'success');
  4174.                
  4175.                // Reset form
  4176.                setTimeout(() => {
  4177.                    this.classList.remove('loading');
  4178.                    submitBtn.innerHTML = originalContent;
  4179.                    submitBtn.classList.remove('btn-success');
  4180.                    submitBtn.classList.add('btn-primary');
  4181.                    submitBtn.disabled = false;
  4182.                    this.reset();
  4183.                }, 2000);
  4184.                
  4185.            }, 1500);
  4186.        });
  4187.    }
  4188.    
  4189.    // Email validation function
  4190.    function isValidEmail(email) {
  4191.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  4192.        return emailRegex.test(email);
  4193.    }
  4194.    
  4195.    // Toast notification function
  4196.    function showToast(message, type = 'info') {
  4197.        // Remove existing toasts
  4198.        const existingToasts = document.querySelectorAll('.custom-toast');
  4199.        existingToasts.forEach(toast => toast.remove());
  4200.        
  4201.        // Create toast
  4202.        const toast = document.createElement('div');
  4203.        toast.className = `custom-toast position-fixed top-0 end-0 m-3 alert alert-${type === 'error' ? 'danger' : type} alert-dismissible fade show`;
  4204.        toast.style.zIndex = '9999';
  4205.        toast.innerHTML = `
  4206.            <div class="d-flex align-items-center">
  4207.                <i class="bi bi-${type === 'success' ? 'check-circle-fill' : type === 'error' ? 'exclamation-triangle-fill' : 'info-circle-fill'} me-2"></i>
  4208.                <span>${message}</span>
  4209.                <button type="button" class="btn-close" data-bs-dismiss="alert"></button>
  4210.            </div>
  4211.        `;
  4212.        
  4213.        document.body.appendChild(toast);
  4214.        
  4215.        // Auto remove after 4 seconds
  4216.        setTimeout(() => {
  4217.            if (toast && toast.parentNode) {
  4218.                toast.remove();
  4219.            }
  4220.        }, 4000);
  4221.    }
  4222.    
  4223.    // Smooth scroll for internal links
  4224.    document.querySelectorAll('a[href^="#"]').forEach(anchor => {
  4225.        anchor.addEventListener('click', function(e) {
  4226.            e.preventDefault();
  4227.            const target = document.querySelector(this.getAttribute('href'));
  4228.            if (target) {
  4229.                target.scrollIntoView({
  4230.                    behavior: 'smooth',
  4231.                    block: 'start'
  4232.                });
  4233.            }
  4234.        });
  4235.    });
  4236.    
  4237.    // Add fade-in animation to footer sections on scroll
  4238.    const observerOptions = {
  4239.        threshold: 0.1,
  4240.        rootMargin: '0px 0px -50px 0px'
  4241.    };
  4242.    
  4243.    const sectionObserver = new IntersectionObserver((entries) => {
  4244.        entries.forEach(entry => {
  4245.            if (entry.isIntersecting) {
  4246.                entry.target.classList.add('fade-in');
  4247.            }
  4248.        });
  4249.    }, observerOptions);
  4250.    
  4251.    // Observe footer sections
  4252.    document.querySelectorAll('.footer-section, .stats-item').forEach(section => {
  4253.        sectionObserver.observe(section);
  4254.    });
  4255.    
  4256.    // Enhanced hover effects for category tags
  4257.    document.querySelectorAll('.category-tag').forEach(tag => {
  4258.        tag.addEventListener('mouseenter', function() {
  4259.            this.style.transform = 'translateY(-2px) scale(1.02)';
  4260.        });
  4261.        
  4262.        tag.addEventListener('mouseleave', function() {
  4263.            this.style.transform = 'translateY(0) scale(1)';
  4264.        });
  4265.    });
  4266.    
  4267.    // Prevent default for demo links
  4268.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4269.        link.addEventListener('click', function(e) {
  4270.            e.preventDefault();
  4271.        });
  4272.    });
  4273.    
  4274.    // Add click ripple effect to buttons
  4275.    document.querySelectorAll('.btn').forEach(btn => {
  4276.        btn.addEventListener('click', function(e) {
  4277.            const ripple = document.createElement('span');
  4278.            const rect = this.getBoundingClientRect();
  4279.            const size = Math.max(rect.width, rect.height);
  4280.            const x = e.clientX - rect.left - size / 2;
  4281.            const y = e.clientY - rect.top - size / 2;
  4282.            
  4283.            ripple.style.cssText = `
  4284.                position: absolute;
  4285.                left: ${x}px;
  4286.                top: ${y}px;
  4287.                width: ${size}px;
  4288.                height: ${size}px;
  4289.                border-radius: 50%;
  4290.                background: rgba(255, 255, 255, 0.4);
  4291.                transform: scale(0);
  4292.                animation: ripple-effect 0.6s linear;
  4293.                pointer-events: none;
  4294.            `;
  4295.            
  4296.            this.style.position = 'relative';
  4297.            this.style.overflow = 'hidden';
  4298.            this.appendChild(ripple);
  4299.            
  4300.            setTimeout(() => ripple.remove(), 600);
  4301.        });
  4302.    });
  4303.    
  4304. });
  4305.  
  4306. // Add ripple animation CSS
  4307. const rippleCSS = document.createElement('style');
  4308. rippleCSS.textContent = `
  4309.    @keyframes ripple-effect {
  4310.        to {
  4311.            transform: scale(4);
  4312.            opacity: 0;
  4313.        }
  4314.    }
  4315. `;
  4316. document.head.appendChild(rippleCSS);
  4317.  
  4318. document.addEventListener('DOMContentLoaded', function () {
  4319.    var btn = document.getElementById('toggleFooterLinks');
  4320.    if (!btn) return; // No extra links, no button
  4321.  
  4322.    var extras = document.querySelectorAll('#footerLinks li.extra');
  4323.  
  4324.    btn.addEventListener('click', function () {
  4325.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4326.            return li.classList.contains('d-none');
  4327.        });
  4328.  
  4329.        extras.forEach(function (li) {
  4330.            if (anyHidden) {
  4331.                li.classList.remove('d-none');
  4332.                li.classList.add('show');
  4333.            } else {
  4334.                li.classList.add('d-none');
  4335.                li.classList.remove('show');
  4336.            }
  4337.        });
  4338.  
  4339.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4340.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4341.    });
  4342. });
  4343.  
  4344. </script>
  4345.  
  4346.        <!-- end of wpo-site-footer-section -->
  4347.    </div>
  4348.    <!-- end of page-wrapper -->
  4349.  
  4350.    <!-- All JavaScript files
  4351.    ================================================== -->
  4352.    
  4353.  
  4354. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4355. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4356. <!-- Plugins for this template -->
  4357. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4358. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4359. <!-- Custom script for this template -->
  4360. <script src="/static/blogapp/assets/js/script.js"></script>
  4361.  
  4362. <script>
  4363. (function () {
  4364. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4365. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4366.  
  4367. function applyFallback(img) {
  4368. if (!img || img.dataset.fallbackApplied === "1") {
  4369. return;
  4370. }
  4371. var failedSrc = img.currentSrc || img.src || "";
  4372. img.dataset.fallbackApplied = "1";
  4373. img.onerror = null;
  4374. img.src = fallbackImageSrc;
  4375. console.warn("[ImageFallback] Replaced broken image:", {
  4376. failedSrc: failedSrc,
  4377. fallbackSrc: fallbackImageSrc,
  4378. alt: img.alt || "",
  4379. });
  4380. }
  4381.  
  4382. document.querySelectorAll("img").forEach(function (img) {
  4383. if (img.complete && img.naturalWidth === 0) {
  4384. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4385. failedSrc: img.currentSrc || img.src || "",
  4386. alt: img.alt || "",
  4387. });
  4388. applyFallback(img);
  4389. }
  4390. });
  4391.  
  4392. document.addEventListener(
  4393. "error",
  4394. function (event) {
  4395. var target = event.target;
  4396. if (target && target.tagName === "IMG") {
  4397. applyFallback(target);
  4398. }
  4399. },
  4400. true
  4401. );
  4402. })();
  4403. </script>
  4404.  
  4405. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4406.  
  4407.  
  4408.  
  4409. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"b24c989a141045f8beb65a884454b8e7","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4410. </body>
  4411.  
  4412. </html>
  4413.  
  4414.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda