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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="cabin">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_-_2025-04-28T151619.789_KXHlrNu_jVemANo_huUjR7g.png">
  14.    
  15.  
  16.    <title>FuturePortal UK: Tech Trends, AI Insights &amp; Digital Innovation</title>
  17.    <meta name="description" content="Explore cutting-edge technology trends, AI developments, and digital innovation insights from the UK&#x27;s leading tech blog. Stay ahead with expert analysis and future-focused content.">
  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://futureportal.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ffb700;
  42.        --bs-primary-rgb: ffb700;
  43.        --bs-secondary: #78716c;
  44.        --bs-success: #10b981;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #d97706;
  47.        --bs-info: #0284c7;
  48.        --bs-light: #fffbeb;
  49.        --bs-dark: #3f3f46;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ffb700;
  53.        --theme-primary-color-s2: #ffb700;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #3f3f46;
  57.        --text-light-color: #676767;
  58.        --heading-color: #3f3f46;
  59.        --border-color: #fef08a;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #ffffff;
  73.        --nav-bg: #ffffff;
  74.        --sub-nav: #fef08a;
  75.        --navbar-color: #3f3f46;
  76.        --topbar-bg: #fffbeb;
  77.        --topbar-color: #3f3f46;
  78.        --footer-bg: #3f3f46;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #fef08a;
  82.        --card-radius: 12px;
  83.        --link-color: #ffb700;
  84.        --link-hover: #e0a800;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(255, 183, 0, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. <script>
  368.    var _paq = window._paq = window._paq || [];
  369.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  370.    _paq.push(['trackPageView']);
  371.    _paq.push(['enableLinkTracking']);
  372.    (function() {
  373.        var u = "//analytics.tech-vikings.com/";
  374.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  375.        _paq.push(['setSiteId', '2']);
  376.        var d = document,
  377.            g = d.createElement('script'),
  378.            s = d.getElementsByTagName('script')[0];
  379.        g.async = true;
  380.        g.src = u + 'matomo.js';
  381.        s.parentNode.insertBefore(g, s);
  382.    })();
  383. </script>
  384. </head>
  385.  
  386.  
  387.  
  388. <body class="page-blogapp:homepage theme-theme_43">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.  
  396.  
  397.            <!-- end preloader -->
  398.        
  399.        <!-- Start header -->
  400.        <header id="header" class="wpo-site-header">
  401.            
  402.  
  403.  
  404.    
  405.  
  406.  
  407. <div class="top-bg">
  408. <div class="unique-topbar2 d-sm-flex d-none container-fluid fluid-container">
  409.    <span id="current-time"></span>
  410.    
  411.    <div class="unique-news-container2">
  412.        <div class="unique-news-wrapper2 top-color" id="newsWrapper">
  413.            <!-- News items will be dynamically added here -->
  414.        </div>
  415.    </div>
  416.  
  417.    <div class="contact-info">
  418.        <ul class="d-flex list-unstyled gap-3 pe-3 flex-wrap">
  419.            <li><a href="#"><i class="top-color ti-facebook"></i></a></li>
  420.            <li><a href="#"><i class="top-color ti-twitter-alt"></i></a></li>
  421.            <li><a href="#"><i class="top-color ti-instagram"></i></a></li>
  422.            <li><a href="#"><i class="top-color ti-google"></i></a></li>
  423.        </ul>
  424.    </div>
  425. </div>
  426. </div>
  427.  
  428. <script>
  429.  // ----------------- Clock -----------------
  430.  function updateCurrentTime() {
  431.    const currentDate = new Date();
  432.    const day = currentDate.getDate().toString().padStart(2, '0');
  433.    const monthNames = ["January","February","March","April","May","June","July","August","September","October","November","December"];
  434.    const month = monthNames[currentDate.getMonth()];
  435.    const year = currentDate.getFullYear();
  436.    const hours = currentDate.getHours().toString().padStart(2, '0');
  437.    const minutes = currentDate.getMinutes().toString().padStart(2, '0');
  438.    const seconds = currentDate.getSeconds().toString().padStart(2, '0');
  439.    document.getElementById('current-time').innerHTML =
  440.      `<span class="fw-bold text-black p-2">${hours}:${minutes}:${seconds}</span> <span>${month} ${day}, ${year}</span>`;
  441.  }
  442.  setInterval(updateCurrentTime, 1000);
  443.  updateCurrentTime();
  444.  
  445.  // ----------------- News from Django -----------------
  446.  const newsItems = [
  447.    
  448.      { title: "California\u0027s Governor Confirms He Is Weighing a 2028 Presidential Run", url: "/californias-governor-confirms-he-is-weighing-a-2028-presidential-run/" },
  449.    
  450.      { title: "Certain factions on the political spectrum who offer only grievance: Labour is getting on with the job of economic rejuvenation.", url: "/certain-factions-on-the-political-spectrum-who-offer-only-grievance-labour-is-getting-on-with-the-job-of-economic-rejuvenation/" },
  451.    
  452.      { title: "Andy Burnham Would \u0027Probably\u0027 Have Won Gorton and Denton Byelection, States Labour Number Two", url: "/andy-burnham-would-probably-have-won-gorton-and-denton-byelection-states-labour-number-two/" },
  453.    
  454.      { title: "Former BBC Specialists Face Members of Parliament\u0027s Questioning In the Wake of Allegations of Prejudice in Unauthorized Memo", url: "/former-bbc-specialists-face-members-of-parliaments-questioning-in-the-wake-of-allegations-of-prejudice-in-unauthorized-memo/" },
  455.    
  456.      { title: "Canada\u0027s Blue Jays Claim Fall Classic Matchup With the Dodgers", url: "/canadas-blue-jays-claim-fall-classic-matchup-with-the-dodgers/" }
  457.    
  458.  ];
  459.  
  460.  let currentNewsIndex = 0;
  461.  const newsWrapper = document.getElementById('newsWrapper');
  462.  let newsElements = [];
  463.  
  464.  function createNewsElements() {
  465.      newsItems.forEach((news, index) => {
  466.          const newsElement = document.createElement('div');
  467.          newsElement.className = 'unique-news-item2 top-color';
  468.          newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  469.          newsWrapper.appendChild(newsElement);
  470.          newsElements.push(newsElement);
  471.      });
  472.      if (newsElements.length > 0) {
  473.          newsElements[0].classList.add('active');
  474.      }
  475.  }
  476.  
  477.  function changeNews() {
  478.      const currentElement = newsElements[currentNewsIndex];
  479.      const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  480.      const nextElement = newsElements[nextIndex];
  481.  
  482.      currentElement.classList.remove('active');
  483.      currentElement.classList.add('exit-up');
  484.  
  485.      setTimeout(() => {
  486.          nextElement.classList.add('active');
  487.          currentNewsIndex = nextIndex;
  488.          setTimeout(() => {
  489.              currentElement.classList.remove('exit-up');
  490.          }, 100);
  491.      }, 250);
  492.  }
  493.  
  494.  function startNewsRotation() {
  495.      setInterval(changeNews, 5000);
  496.  }
  497.  
  498.  window.onload = function() {
  499.      createNewsElements();
  500.      startNewsRotation();
  501.  };
  502. </script>
  503.  
  504.  
  505.  
  506.            
  507.  
  508.  
  509.  
  510.  
  511.  
  512.  
  513. <header class="header-v7 py-2 mb-4">
  514.    <!-- Top Bar -->
  515.    <div class="top-bar-v7">
  516.        <div class="container-fluid fluid-container">
  517.            <div class="row align-items-center justify-content-center">
  518.                <div class="col-lg-3 col-md-4">
  519.                    <div class="logo-section-v7">
  520.                        <a class="brand-link-v7" href="/">
  521.                            
  522.                                FuturePortal UK
  523.                            
  524.                        </a>
  525.                    </div>
  526.                </div>
  527.                <div class="col-lg-6 col-md-5">
  528.                    <div class="search-bar-v7">
  529.                        <form class="search-form-v7" action="#" method="get">
  530.                            <div class="search-container-v7">
  531.                                <input id="search-input" type="search" class="search-input-v7"
  532.                                    placeholder="Search articles, tutorials, news..." name="q">
  533.                                <button type="submit" class="search-btn-v7">
  534.                                    <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  535.                                        stroke-width="2">
  536.                                        <circle cx="11" cy="11" r="8"></circle>
  537.                                        <path d="m21 21-4.35-4.35"></path>
  538.                                    </svg>
  539.                                </button>
  540.                            </div>
  541.                            <div id="search-results" class="search-results-container search-v1"></div>
  542.                        </form>
  543.                    </div>
  544.                </div>
  545.                <div class="col-lg-3 col-md-3">
  546.                    <!-- Empty column for spacing -->
  547.                </div>
  548.            </div>
  549.        </div>
  550.    </div>
  551.  
  552.    <!-- Main Navigation -->
  553.    <div class="main-nav-v7">
  554.        <div class="container-fluid">
  555.            <div class="nav-wrapper-v7">
  556.  
  557.                <!-- Sidebar Navigation -->
  558.                <nav class="sidebar-nav-v7" id="sidebarNavV7">
  559.                    <div class="nav-header-v7">
  560.                        <h6 class="nav-title-v7">Navigation</h6>
  561.                        <button class="sidebar-close-v7 text-link" onclick="closeSidebarV7()">
  562.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  563.                                stroke-width="2">
  564.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  565.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  566.                            </svg>
  567.                        </button>
  568.                    </div>
  569.  
  570.                    <ul class="sidebar-menu-v7">
  571.                        <li class="sidebar-item-v7">
  572.                            <a href='/' class="sidebar-link-v7 active-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 d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
  576.                                    <polyline points="9,22 9,12 15,12 15,22"></polyline>
  577.                                </svg>
  578.                                Home
  579.                            </a>
  580.                        </li>
  581.  
  582.                        <li class="sidebar-item-v7 has-submenu-v7">
  583.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('tech-submenu-v7')">
  584.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  585.                                    stroke="currentColor" stroke-width="2">
  586.                                    <rect x="2" y="3" width="20" height="14" rx="2" ry="2"></rect>
  587.                                    <line x1="8" y1="21" x2="16" y2="21"></line>
  588.                                    <line x1="12" y1="17" x2="12" y2="21"></line>
  589.                                </svg>
  590.                                Technology
  591.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  592.                                    stroke="currentColor" stroke-width="2">
  593.                                    <polyline points="6,9 12,15 18,9"></polyline>
  594.                                </svg>
  595.                            </a>
  596.                            <ul class="sidebar-submenu-v7" id="tech-submenu-v7">
  597.                                <li><a href="#" class="sidebar-sublink-v7">Web Development</a></li>
  598.                                <li><a href="#" class="sidebar-sublink-v7">Mobile Apps</a></li>
  599.                                <li><a href="#" class="sidebar-sublink-v7">AI & Machine Learning</a></li>
  600.                                <li><a href="#" class="sidebar-sublink-v7">Cybersecurity</a></li>
  601.                            </ul>
  602.                        </li>
  603.  
  604.                        <li class="sidebar-item-v7 has-submenu-v7">
  605.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('business-submenu-v7')">
  606.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  607.                                    stroke="currentColor" stroke-width="2">
  608.                                    <path
  609.                                        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">
  610.                                    </path>
  611.                                </svg>
  612.                                Business
  613.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  614.                                    stroke="currentColor" stroke-width="2">
  615.                                    <polyline points="6,9 12,15 18,9"></polyline>
  616.                                </svg>
  617.                            </a>
  618.                            <ul class="sidebar-submenu-v7" id="business-submenu-v7">
  619.                                <li><a href="#" class="sidebar-sublink-v7">Startups</a></li>
  620.                                <li><a href="#" class="sidebar-sublink-v7">Marketing</a></li>
  621.                                <li><a href="#" class="sidebar-sublink-v7">Finance</a></li>
  622.                            </ul>
  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.                                    <path d="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"></path>
  630.                                    <path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"></path>
  631.                                </svg>
  632.                                Tutorials
  633.                            </a>
  634.                        </li>
  635.  
  636.                        <li class="sidebar-item-v7">
  637.                            <a href="#" class="sidebar-link-v7">
  638.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  639.                                    stroke="currentColor" stroke-width="2">
  640.                                    <polygon
  641.                                        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">
  642.                                    </polygon>
  643.                                </svg>
  644.                                Reviews
  645.                            </a>
  646.                        </li>
  647.  
  648.                        <li class="sidebar-item-v7">
  649.                            <a href="#" class="sidebar-link-v7">
  650.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  651.                                    stroke="currentColor" stroke-width="2">
  652.                                    <path d="M6 2l3 6 5.5-3-2.5 7h7l-3 6-5.5-3 2.5-7H6z"></path>
  653.                                </svg>
  654.                                News
  655.                            </a>
  656.                        </li>
  657.  
  658.                        <li class="sidebar-item-v7">
  659.                            <a href="#" class="sidebar-link-v7">
  660.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  661.                                    stroke="currentColor" stroke-width="2">
  662.                                    <circle cx="12" cy="12" r="3"></circle>
  663.                                    <path
  664.                                        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">
  665.                                    </path>
  666.                                </svg>
  667.                                About
  668.                            </a>
  669.                        </li>
  670.  
  671.                        <li class="sidebar-item-v7">
  672.                            <a href="#" class="sidebar-link-v7">
  673.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  674.                                    stroke="currentColor" stroke-width="2">
  675.                                    <path
  676.                                        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">
  677.                                    </path>
  678.                                    <polyline points="22,6 12,13 2,6"></polyline>
  679.                                </svg>
  680.                                Contact
  681.                            </a>
  682.                        </li>
  683.                    </ul>
  684.                </nav>
  685.                <div class="sidebar-blur"></div>
  686.  
  687.                <!-- Main Content Area -->
  688.                <div class="content-area-v7">
  689.                    <!-- Horizontal Nav for Desktop -->
  690.                    <nav class="horizontal-nav-v7 d-none d-lg-flex">
  691.                        <ul class="horizontal-menu-v7">
  692.  
  693.                            
  694.                            <li class="horizontal-item-v7">
  695.                                <a href="/" class="horizontal-link-v7 active-v7">Home</a>
  696.                            </li>
  697.  
  698.                            
  699.                            
  700.                             <li class="horizontal-item-v7">
  701.                                <a href="/category/all-posts/" class="horizontal-link-v7">
  702.                                    All Posts
  703.                                </a>
  704.                                </li>
  705.  
  706.                                
  707.  
  708.                                        
  709.                                        
  710.                                
  711.                             <li class="horizontal-item-v7">
  712.                                <a href="/category/business/" class="horizontal-link-v7">
  713.                                    Business
  714.                                </a>
  715.                                </li>
  716.  
  717.                                
  718.  
  719.                                        
  720.                                        
  721.                                
  722.                             <li class="horizontal-item-v7">
  723.                                <a href="/category/esports/" class="horizontal-link-v7">
  724.                                    Esports
  725.                                </a>
  726.                                </li>
  727.  
  728.                                
  729.  
  730.                                        
  731.                                        
  732.                                
  733.                             <li class="horizontal-item-v7">
  734.                                <a href="/category/fashion/" class="horizontal-link-v7">
  735.                                    Fashion
  736.                                </a>
  737.                                </li>
  738.  
  739.                                
  740.  
  741.                                        
  742.                                        
  743.                                
  744.                             <li class="horizontal-item-v7">
  745.                                <a href="/category/featured/" class="horizontal-link-v7">
  746.                                    Featured
  747.                                </a>
  748.                                </li>
  749.  
  750.                                
  751.  
  752.                                        
  753.                                        
  754.                                
  755.                             <li class="horizontal-item-v7">
  756.                                <a href="/category/gaming/" class="horizontal-link-v7">
  757.                                    Gaming
  758.                                </a>
  759.                                </li>
  760.  
  761.                                
  762.  
  763.                                        
  764.                                        
  765.                                
  766.                             <li class="horizontal-item-v7">
  767.                                <a href="/category/health/" class="horizontal-link-v7">
  768.                                    Health
  769.                                </a>
  770.                                </li>
  771.  
  772.                                
  773.  
  774.                                        
  775.                                        
  776.                                
  777.                            
  778.                                
  779.                                <li class="horizontal-item-v7 dropdown-v7">
  780.                                    <a href="#" class="horizontal-link-v7">More</a>
  781.                                    <div class="horizontal-dropdown-v7">
  782.                                        <a href="/category/life-fitness/"
  783.                                            class="dropdown-item-v7">
  784.                                            Life &amp; Fitness
  785.                                        </a>
  786.                                        
  787.  
  788.                                        
  789.                                        
  790.                                
  791.                            
  792.                                        <a href="/category/lifestyle/"
  793.                                            class="dropdown-item-v7">
  794.                                            Lifestyle
  795.                                        </a>
  796.                                        
  797.  
  798.                                        
  799.                                        
  800.                                
  801.                            
  802.                                        <a href="/category/news/"
  803.                                            class="dropdown-item-v7">
  804.                                            News
  805.                                        </a>
  806.                                        
  807.  
  808.                                        
  809.                                        
  810.                                
  811.                            
  812.                                        <a href="/category/others/"
  813.                                            class="dropdown-item-v7">
  814.                                            Others
  815.                                        </a>
  816.                                        
  817.  
  818.                                        
  819.                                        
  820.                                
  821.                            
  822.                                        <a href="/category/politics/"
  823.                                            class="dropdown-item-v7">
  824.                                            Politics
  825.                                        </a>
  826.                                        
  827.  
  828.                                        
  829.                                        
  830.                                
  831.                            
  832.                                        <a href="/category/sports/"
  833.                                            class="dropdown-item-v7">
  834.                                            Sports
  835.                                        </a>
  836.                                        
  837.  
  838.                                        
  839.                                        
  840.                                
  841.                            
  842.                                        <a href="/category/tech/"
  843.                                            class="dropdown-item-v7">
  844.                                            Tech
  845.                                        </a>
  846.                                        
  847.  
  848.                                        
  849.                                        
  850.                                
  851.                            
  852.                                        <a href="/category/travel/"
  853.                                            class="dropdown-item-v7">
  854.                                            Travel
  855.                                        </a>
  856.                                        
  857.  
  858.                                        
  859.                                        
  860.                                    </div>
  861.                                </li>
  862.                                
  863.                                
  864. <li>
  865.                  <a href="/page/contact-us/">
  866.                     Contact Us
  867.                  </a>
  868.              </li>
  869.                        </ul>
  870.                    </nav>
  871.  
  872.  
  873.                    <!-- Mobile Menu Button -->
  874.                    <button class="mobile-menu-btn-v7 d-lg-none text-link" onclick="openSidebarV7()">
  875.                        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  876.                            stroke-width="2">
  877.                            <line x1="3" y1="6" x2="21" y2="6"></line>
  878.                            <line x1="3" y1="12" x2="21" y2="12"></line>
  879.                            <line x1="3" y1="18" x2="21" y2="18"></line>
  880.                        </svg>
  881.                        Menu
  882.                    </button>
  883.                </div>
  884.            </div>
  885.        </div>
  886.    </div>
  887.  
  888.    <!-- Overlay for mobile sidebar -->
  889.    <div class="sidebar-overlay-v7" id="sidebarOverlayV7" onclick="closeSidebarV7()"></div>
  890. </header>
  891.  
  892. <style>
  893.    /* Navbar V7 Styles - Vertical Sidebar Navigation */
  894.    .header-v7 {
  895.        position: relative;
  896.        background: var(--navbar-bg);
  897.    }
  898.  
  899.    /* Top Bar Styles */
  900.    .top-bar-v7 {
  901.        padding: 15px 0;
  902.        border-bottom: 1px solid var(--border-color);
  903.        background: var(--navbar-bg);
  904.    }
  905.  
  906.    .logo-img-v7 {
  907.        max-height: 70px;
  908.        transition: transform 0.3s ease;
  909.    }
  910.  
  911.    .logo-img-v7:hover {
  912.        transform: scale(1.05);
  913.    }
  914.  
  915.    /* Search Bar Styles */
  916.    .search-container-v7 {
  917.        position: relative;
  918.        display: flex;
  919.        align-items: center;
  920.        background: transparent;
  921.        border: 2px solid var(--border-color);
  922.        border-radius: 8px;
  923.        overflow: hidden;
  924.        transition: all 0.3s ease;
  925.    }
  926.  
  927.    .search-container-v7:focus-within {
  928.        border-color: #007bff33;
  929.        box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.1);
  930.    }
  931.  
  932.    .search-input-v7 {
  933.        color: var(--topbar-color) !important;
  934.        flex: 1;
  935.        border: none;
  936.        padding: 12px 16px;
  937.        font-size: 14px;
  938.        outline: none;
  939.        background: transparent;
  940.    }
  941.  
  942.    .search-input-v7::placeholder {
  943.        color: #a0aec0;
  944.    }
  945.  
  946.    .search-btn-v7 {
  947.        background: var(--bs-primary);
  948.        color: white;
  949.        border: none;
  950.        padding: 12px 16px;
  951.        cursor: pointer;
  952.        transition: background 0.3s ease;
  953.    }
  954.  
  955.    .search-btn-v7:hover {
  956.        background: #3182ce;
  957.    }
  958.  
  959.    /* Header Actions */
  960.    .header-actions-v7 {
  961.        display: flex;
  962.        align-items: center;
  963.        gap: 15px;
  964.        justify-content: flex-end;
  965.    }
  966.  
  967.    .notification-btn-v7,
  968.    .profile-btn-v7 {
  969.        background: none;
  970.        border: none;
  971.        padding: 8px;
  972.        border-radius: 8px;
  973.        cursor: pointer;
  974.        transition: background 0.3s ease;
  975.        position: relative;
  976.    }
  977.  
  978.    .notification-btn-v7:hover,
  979.    .profile-btn-v7:hover {
  980.        background: #f1f5f9;
  981.    }
  982.  
  983.    .notification-badge-v7 {
  984.        position: absolute;
  985.        top: 2px;
  986.        right: 2px;
  987.        background: #e53e3e;
  988.        color: white;
  989.        font-size: 16px;
  990.        font-weight: 600;
  991.        width: 16px;
  992.        height: 16px;
  993.        border-radius: 50%;
  994.        display: flex;
  995.        align-items: center;
  996.        justify-content: center;
  997.    }
  998.  
  999.    .profile-avatar-v7 {
  1000.        width: 32px;
  1001.        height: 32px;
  1002.        background: var(--border-color);
  1003.        border-radius: 50%;
  1004.        display: flex;
  1005.        align-items: center;
  1006.        justify-content: center;
  1007.    }
  1008.  
  1009.    /* Main Navigation */
  1010.    .main-nav-v7 {
  1011.        background: var(--navbar-bg);
  1012.    }
  1013.  
  1014.    .nav-wrapper-v7 {
  1015.        display: flex;
  1016.        align-items: center;
  1017.        justify-content: center;
  1018.        min-height: 60px;
  1019.    }
  1020.  
  1021.    /* Sidebar Navigation */
  1022.    .sidebar-nav-v7 {
  1023.        position: fixed;
  1024.        top: 0;
  1025.        left: -350px;
  1026.        width: 350px;
  1027.        height: 100vh;
  1028.        background: var(--navbar-bg);
  1029.        z-index: 1000;
  1030.        transition: left 0.3s ease;
  1031.        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  1032.        overflow-y: auto;
  1033.    }
  1034.  
  1035.    .sidebar-nav-v7.show-v7 {
  1036.        left: 0;
  1037.    }
  1038.  
  1039.    .nav-header-v7 {
  1040.        display: flex;
  1041.        align-items: center;
  1042.        justify-content: space-between;
  1043.        padding: 20px 25px;
  1044.        border-bottom: 1px solid var(--border-color);
  1045.        background: var(--navbar-bg);
  1046.    }
  1047.  
  1048.    .nav-title-v7 {
  1049.        font-size: 16px;
  1050.        font-weight: 600;
  1051.        color: #2d3748;
  1052.        margin: 0;
  1053.    }
  1054.  
  1055.    .sidebar-close-v7 {
  1056.        background: none;
  1057.        border: none;
  1058.        padding: 8px;
  1059.        cursor: pointer;
  1060.        border-radius: 6px;
  1061.        transition: background 0.3s ease;
  1062.    }
  1063.  
  1064.    .sidebar-close-v7:hover {
  1065.        background: var(--border-color);
  1066.    }
  1067.  
  1068.    .sidebar-menu-v7 {
  1069.        list-style: none;
  1070.        padding: 20px 0;
  1071.        margin: 0;
  1072.    }
  1073.  
  1074.    .sidebar-item-v7 {
  1075.        margin-bottom: 5px;
  1076.    }
  1077.  
  1078.    .sidebar-link-v7 {
  1079.        display: flex;
  1080.        align-items: center;
  1081.        color: #4a5568;
  1082.        text-decoration: none;
  1083.        padding: 15px 25px;
  1084.        font-size: 15px;
  1085.        font-weight: 500;
  1086.        transition: all 0.3s ease;
  1087.        position: relative;
  1088.    }
  1089.  
  1090.    .sidebar-link-v7:hover,
  1091.    .sidebar-link-v7.active-v7 {
  1092.        color: #007bff;
  1093.        background: var(--border-color);
  1094.    }
  1095.  
  1096.    .sidebar-link-v7.active-v7::before {
  1097.        content: '';
  1098.        position: absolute;
  1099.        left: 0;
  1100.        top: 0;
  1101.        bottom: 0;
  1102.        width: 4px;
  1103.        background: #007bff;
  1104.    }
  1105.  
  1106.    .sidebar-icon-v7 {
  1107.        margin-right: 12px;
  1108.        color: currentColor;
  1109.    }
  1110.  
  1111.    .submenu-arrow-v7 {
  1112.        margin-left: auto;
  1113.        transition: transform 0.3s ease;
  1114.    }
  1115.  
  1116.    .has-submenu-v7.open-v7 .submenu-arrow-v7 {
  1117.        transform: rotate(180deg);
  1118.    }
  1119.  
  1120.    .sidebar-submenu-v7 {
  1121.        list-style: none;
  1122.        padding: 0;
  1123.        margin: 0;
  1124.        max-height: 0;
  1125.        overflow: hidden;
  1126.        transition: max-height 0.3s ease;
  1127.        background: var(--navbar-bg);
  1128.    }
  1129.  
  1130.    .sidebar-submenu-v7.show-v7 {
  1131.        max-height: 300px;
  1132.        padding: 10px 0;
  1133.    }
  1134.  
  1135.    .sidebar-sublink-v7 {
  1136.        display: block;
  1137.        color: #718096;
  1138.        text-decoration: none;
  1139.        padding: 10px 25px 10px 55px;
  1140.        font-size: 14px;
  1141.        transition: all 0.3s ease;
  1142.    }
  1143.  
  1144.    .sidebar-sublink-v7:hover {
  1145.        color: #007bff;
  1146.        background: var(--border-color);
  1147.    }
  1148.  
  1149.    /* Sidebar Footer */
  1150.    .sidebar-footer-v7 {
  1151.        padding: 25px;
  1152.        margin-top: auto;
  1153.        border-top: 1px solid var(--border-color);
  1154.    }
  1155.  
  1156.    .sidebar-cta-v7 {
  1157.        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  1158.        padding: 20px;
  1159.        border-radius: 12px;
  1160.        text-align: center;
  1161.        color: white;
  1162.    }
  1163.  
  1164.    .cta-title-v7 {
  1165.        font-size: 14px;
  1166.        font-weight: 600;
  1167.        margin: 0 0 5px 0;
  1168.    }
  1169.  
  1170.    .cta-text-v7 {
  1171.        font-size: 12px;
  1172.        margin: 0 0 15px 0;
  1173.        opacity: 0.9;
  1174.    }
  1175.  
  1176.    .cta-btn-v7 {
  1177.        background: rgba(255, 255, 255, 0.2);
  1178.        color: white;
  1179.        border: 1px solid rgba(255, 255, 255, 0.3);
  1180.        padding: 8px 20px;
  1181.        border-radius: 20px;
  1182.        font-size: 12px;
  1183.        font-weight: 500;
  1184.        cursor: pointer;
  1185.        transition: all 0.3s ease;
  1186.    }
  1187.  
  1188.    .cta-btn-v7:hover {
  1189.        background: rgba(255, 255, 255, 0.3);
  1190.    }
  1191.  
  1192.    /* Horizontal Navigation for Desktop */
  1193.    .horizontal-nav-v7 {
  1194.        flex: 1;
  1195.        display: flex;
  1196.        justify-content: center;
  1197.    }
  1198.  
  1199.    .horizontal-menu-v7 {
  1200.        list-style: none;
  1201.        padding: 0;
  1202.        margin: 0;
  1203.        display: flex;
  1204.        align-items: center;
  1205.    }
  1206.  
  1207.    .horizontal-item-v7 {
  1208.        position: relative;
  1209.        margin-right: 30px;
  1210.    }
  1211.  
  1212.    .horizontal-link-v7 {
  1213.        color: #4a5568;
  1214.        text-decoration: none;
  1215.        font-size: 16px;
  1216.        font-weight: 500;
  1217.        padding: 20px 0;
  1218.        position: relative;
  1219.        transition: color 0.3s ease;
  1220.    }
  1221.  
  1222.    .horizontal-link-v7::after {
  1223.        content: '';
  1224.        position: absolute;
  1225.        bottom: 0;
  1226.        left: 0;
  1227.        width: 0;
  1228.        height: 2px;
  1229.        background: #007bff;
  1230.        transition: width 0.3s ease;
  1231.    }
  1232.  
  1233.    .horizontal-link-v7:hover,
  1234.    .horizontal-link-v7.active-v7 {
  1235.        color: #007bff;
  1236.        font-weight: 600;
  1237.    }
  1238.  
  1239.    .horizontal-link-v7:hover::after,
  1240.    .horizontal-link-v7.active-v7::after {
  1241.        width: 100%;
  1242.    }
  1243.  
  1244.    /* Horizontal Dropdown */
  1245.    .horizontal-dropdown-v7 {
  1246.        position: absolute;
  1247.        top: 100%;
  1248.        left: 0;
  1249.        background: var(--navbar-bg);
  1250.        min-width: 200px;
  1251.        border-radius: 8px;
  1252.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  1253.        opacity: 0;
  1254.        visibility: hidden;
  1255.        transform: translateY(-10px);
  1256.        transition: all 0.3s ease;
  1257.        padding: 10px 0;
  1258.        z-index: 100;
  1259.    }
  1260.  
  1261.    .dropdown-v7:hover .horizontal-dropdown-v7 {
  1262.        opacity: 1;
  1263.        visibility: visible;
  1264.        transform: translateY(0);
  1265.    }
  1266.  
  1267.    .dropdown-item-v7 {
  1268.        display: block;
  1269.        color: #4a5568;
  1270.        text-decoration: none;
  1271.        padding: 12px 20px;
  1272.        font-size: 14px;
  1273.        transition: all 0.3s ease;
  1274.    }
  1275.  
  1276.    .dropdown-item-v7:hover {
  1277.        color: #007bff;
  1278.        background: #565758ff;
  1279.    }
  1280.  
  1281.    /* Mobile Menu Button */
  1282.    .mobile-menu-btn-v7 {
  1283.        background: none;
  1284.        border: 1px solid var(--border-color);
  1285.        padding: 10px 15px;
  1286.        border-radius: 8px;
  1287.        cursor: pointer;
  1288.        display: flex;
  1289.        align-items: center;
  1290.        gap: 8px;
  1291.        font-size: 14px;
  1292.        font-weight: 500;
  1293.        color: #4a5568;
  1294.        transition: all 0.3s ease;
  1295.        margin: 0 auto;
  1296.    }
  1297.  
  1298.    .mobile-menu-btn-v7:hover {
  1299.        border-color: #cbd5e0;
  1300.        opacity: 0.7;
  1301.    }
  1302.  
  1303.    /* Sidebar Overlay */
  1304.    .sidebar-overlay-v7 {
  1305.        position: fixed;
  1306.        top: 0;
  1307.        left: 0;
  1308.        right: 0;
  1309.        bottom: 0;
  1310.        background: rgba(0, 0, 0, 0.5);
  1311.        z-index: 999;
  1312.        opacity: 0;
  1313.        visibility: hidden;
  1314.        transition: all 0.3s ease;
  1315.    }
  1316.  
  1317.    .sidebar-overlay-v7.show-v7 {
  1318.        opacity: 1;
  1319.        visibility: visible;
  1320.    }
  1321.  
  1322.    /* Responsive Design */
  1323.    @media (max-width: 991px) {
  1324.        .top-bar-v7 .col-lg-6 {
  1325.            order: 3;
  1326.            margin-top: 15px;
  1327.        }
  1328.  
  1329.        .header-actions-v7 {
  1330.            justify-content: flex-start;
  1331.        }
  1332.    }
  1333.  
  1334.    @media (max-width: 768px) {
  1335.        .sidebar-nav-v7 {
  1336.            width: 300px;
  1337.            left: -300px;
  1338.        }
  1339.  
  1340.        .search-container-v7 {
  1341.            margin-top: 10px;
  1342.        }
  1343.    }
  1344. </style>
  1345.  
  1346. <script>
  1347.    function openSidebarV7() {
  1348.        const sidebar = document.getElementById('sidebarNavV7');
  1349.        const overlay = document.getElementById('sidebarOverlayV7');
  1350.  
  1351.        sidebar.classList.add('show-v7');
  1352.        overlay.classList.add('show-v7');
  1353.        document.body.style.overflow = 'hidden';
  1354.    }
  1355.  
  1356.    function closeSidebarV7() {
  1357.        const sidebar = document.getElementById('sidebarNavV7');
  1358.        const overlay = document.getElementById('sidebarOverlayV7');
  1359.  
  1360.        sidebar.classList.remove('show-v7');
  1361.        overlay.classList.remove('show-v7');
  1362.        document.body.style.overflow = '';
  1363.    }
  1364.  
  1365.    function toggleSubmenuV7(submenuId) {
  1366.        const submenu = document.getElementById(submenuId);
  1367.        const parentItem = submenu.closest('.sidebar-item-v7');
  1368.  
  1369.        // Close other open submenus
  1370.        const allSubmenus = document.querySelectorAll('.sidebar-submenu-v7');
  1371.        const allParentItems = document.querySelectorAll('.has-submenu-v7');
  1372.  
  1373.        allSubmenus.forEach(menu => {
  1374.            if (menu.id !== submenuId) {
  1375.                menu.classList.remove('show-v7');
  1376.            }
  1377.        });
  1378.  
  1379.        allParentItems.forEach(item => {
  1380.            if (item !== parentItem) {
  1381.                item.classList.remove('open-v7');
  1382.            }
  1383.        });
  1384.  
  1385.        // Toggle current submenu
  1386.        submenu.classList.toggle('show-v7');
  1387.        parentItem.classList.toggle('open-v7');
  1388.    }
  1389.  
  1390.    // Close sidebar when clicking outside
  1391.    document.addEventListener('click', function (event) {
  1392.        const sidebar = document.getElementById('sidebarNavV7');
  1393.        const mobileBtn = document.querySelector('.mobile-menu-btn-v7');
  1394.  
  1395.        if (!sidebar.contains(event.target) && !mobileBtn.contains(event.target)) {
  1396.            closeSidebarV7();
  1397.        }
  1398.    });
  1399.  
  1400.    // Handle window resize
  1401.    window.addEventListener('resize', function () {
  1402.        if (window.innerWidth >= 992) {
  1403.            closeSidebarV7();
  1404.        }
  1405.    });
  1406. </script>
  1407.  
  1408. <script>
  1409.  document.addEventListener("DOMContentLoaded", function () {
  1410.    console.log("loaded");
  1411.  
  1412.     const searchInput = document.getElementById("search-input")
  1413.    const searchResults = document.getElementById("search-results");
  1414.  
  1415.    if (!searchInput || !searchResults) {
  1416.      console.error("Search input/results not found");
  1417.      return;
  1418.    }
  1419.  
  1420.    // Prevent form submission
  1421.    if (searchInput.form) {
  1422.      searchInput.form.addEventListener("submit", function (e) {
  1423.        e.preventDefault();
  1424.      });
  1425.    }
  1426.  
  1427.    // Add event listener for keyup
  1428.    searchInput.addEventListener("keyup", function (e) {
  1429.      console.log("Key pressed:", e.key);
  1430.      e.preventDefault();
  1431.  
  1432.      const query = searchInput.value.trim();
  1433.      console.log("User is typing: " + query);
  1434.  
  1435.      // If empty → clear and hide
  1436.      if (query === "") {
  1437.        searchResults.innerHTML = "";
  1438.        searchResults.style.display = "none";
  1439.        return;
  1440.      }
  1441.  
  1442.      // Show results
  1443.      searchResults.style.display = "block";
  1444.  
  1445.      // Fetch search results
  1446.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1447.        method: "GET",
  1448.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1449.      })
  1450.        .then(response => {
  1451.          console.log("Response Status:", response.status);
  1452.          return response.json();
  1453.        })
  1454.        .then(data => {
  1455.          console.log("Data received:", data);
  1456.          if (data.html) {
  1457.            searchResults.innerHTML = data.html;
  1458.          } else {
  1459.            searchResults.innerHTML = "<p>No results found.</p>";
  1460.          }
  1461.        })
  1462.        .catch(error => {
  1463.          console.error("Error fetching search results:", error);
  1464.        });
  1465.    });
  1466.  
  1467.    // Close results when clicking outside
  1468.    document.addEventListener("click", function (e) {
  1469.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1470.        searchResults.style.display = "none";
  1471.      }
  1472.    });
  1473.  
  1474.    // Close results on ESC key
  1475.    document.addEventListener("keydown", function (e) {
  1476.      if (e.key === "Escape") {
  1477.        searchResults.style.display = "none";
  1478.      }
  1479.    });
  1480.  });
  1481. </script>
  1482.  
  1483. <style>
  1484.        /* search field */
  1485.  .search-results-container {
  1486.  position: absolute;
  1487.  top: 100%; /* Position it below the input field */
  1488.  left: 10px;
  1489.  right: 10px;
  1490.  background-color: white;
  1491.  border: 1px solid #ddd;
  1492.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1493.  max-height: 300px;
  1494.  overflow-y: auto;
  1495.  z-index: 1000;
  1496.  display: none; /* Initially hidden */
  1497. }
  1498.  
  1499. .search-results-container p {
  1500.  margin: 0;
  1501. }
  1502.  
  1503. .search-results-container .result-item {
  1504.  padding: 10px;
  1505.  cursor: pointer;
  1506. }
  1507.  
  1508. .search-results-container .result-item:hover {
  1509.  background-color: #f0f0f0;
  1510. }
  1511. </style>
  1512.  
  1513.        </header>
  1514.        <!-- end of header -->
  1515.        <!-- start of wpo-blog-hero -->
  1516.        
  1517.  
  1518.  
  1519.  
  1520.  
  1521.  
  1522.  
  1523.  
  1524. <div class="blog-hero-v8 my-5">
  1525.  <div class="container-fluid fluid-container">
  1526.    <!-- Full-Width Featured Article -->
  1527.    <div class="row g-4 mb-5">
  1528.      <div class="col-12">
  1529.        
  1530.        
  1531.          
  1532.        <article class="full-featured">
  1533.          <div class="featured-image-container">
  1534.            
  1535.              <img src="/static/blogapp/assets/images/breaking-news/img-3.jpg" alt="The English team Include Bashir in Squad for Ashes Opener" class="featured-image" />
  1536.            
  1537.            <div class="category-tag bg-primary-gradient news-tag">News</div>
  1538.          </div>
  1539.          <div class="featured-content">
  1540.            <h1 class="featured-title">
  1541.              <a href="/the-english-team-include-bashir-in-squad-for-ashes-opener/">The English team Include Bashir in Squad for Ashes Opener</a>
  1542.            </h1>
  1543.            <p class="featured-summary">Discover amazing stories and insights from our featured article.</p>
  1544.            <div class="article-meta">
  1545.              <div class="author-info">
  1546.                
  1547.                  <img src="/static/blogapp/assets/images/blog/blog-avater/img-1.jpg" alt="Gabriela Davis's Profile" class="author-pic" />
  1548.                
  1549.                <div class="author-text">
  1550.                  <span class="author-name">Gabriela Davis</span>
  1551.                  
  1552.                  <span class="post-time">May 13, 2026</span>
  1553.                </div>
  1554.              </div>
  1555.              <div class="reading-info">
  1556.                
  1557.              </div>
  1558.            </div>
  1559.          </div>
  1560.        </article>
  1561.  
  1562.        
  1563.        
  1564.      </div>
  1565.    </div>
  1566.  
  1567.    <!-- Bottom Section: Compact Cards and Recent Sidebar -->
  1568.    <div class="row g-4">
  1569.      
  1570.      <div class="col-lg-3 col-md-6 col-12">
  1571.        <article class="compact-card">
  1572.          <div class="compact-image">
  1573.            
  1574.              <img src="/static/blogapp/assets/images/hero/img-3.jpg" alt="Olympian and Other Eritreans Freed After Nearly Two Decades Without Facing Charges, Family Members Say" />
  1575.            
  1576.            <div class="category-tag bg-primary-gradient news-cat">News</div>
  1577.          </div>
  1578.          <div class="compact-body">
  1579.            <h3 class="compact-title">
  1580.              <a href="/olympian-and-other-eritreans-freed-after-nearly-two-decades-without-facing-charges-family-members-say/">Olympian and Other Eritreans Freed After Nearly Two Decades Without Facing Charges, Family Members Say</a>
  1581.            </h3>
  1582.            <p class="compact-text"></p>
  1583.            <div class="compact-footer">
  1584.              <div class="compact-author">
  1585.                
  1586.                  <img src="/static/blogapp/assets/images/blog/blog-avater/img-1.jpg" alt="Gabriela Davis's Profile" class="compact-avatar" />
  1587.                
  1588.                <span class="compact-name">Gabriela …</span>
  1589.              </div>
  1590.              <span class="compact-date">May 13</span>
  1591.            </div>
  1592.          </div>
  1593.        </article>
  1594.      </div>
  1595.      
  1596.      <div class="col-lg-3 col-md-6 col-12">
  1597.        <article class="compact-card">
  1598.          <div class="compact-image">
  1599.            
  1600.              <img src="/static/blogapp/assets/images/hero/img-3.jpg" alt="KPop Demon Hunters Balloons to Make a Grand Appearance at Macy&#x27;s Thanksgiving Day Parade" />
  1601.            
  1602.            <div class="category-tag bg-primary-gradient news-cat">News</div>
  1603.          </div>
  1604.          <div class="compact-body">
  1605.            <h3 class="compact-title">
  1606.              <a href="/kpop-demon-hunters-balloons-to-make-a-grand-appearance-at-macys-thanksgiving-day-parade/">KPop Demon Hunters Balloons to Make a Grand Appearance at Macy&#x27;s Thanksgiving Day Parade</a>
  1607.            </h3>
  1608.            <p class="compact-text"></p>
  1609.            <div class="compact-footer">
  1610.              <div class="compact-author">
  1611.                
  1612.                  <img src="/static/blogapp/assets/images/blog/blog-avater/img-1.jpg" alt="Gabriela Davis's Profile" class="compact-avatar" />
  1613.                
  1614.                <span class="compact-name">Gabriela …</span>
  1615.              </div>
  1616.              <span class="compact-date">May 12</span>
  1617.            </div>
  1618.          </div>
  1619.        </article>
  1620.      </div>
  1621.      
  1622.      <div class="col-lg-3 col-md-6 col-12">
  1623.        <article class="compact-card">
  1624.          <div class="compact-image">
  1625.            
  1626.              <img src="/static/blogapp/assets/images/hero/img-3.jpg" alt="Tragic Find: Remains of Vanished Mother and Child Located in Freezing Units in Austria" />
  1627.            
  1628.            <div class="category-tag bg-primary-gradient news-cat">News</div>
  1629.          </div>
  1630.          <div class="compact-body">
  1631.            <h3 class="compact-title">
  1632.              <a href="/tragic-find-remains-of-vanished-mother-and-child-located-in-freezing-units-in-austria/">Tragic Find: Remains of Vanished Mother and Child Located in Freezing Units in Austria</a>
  1633.            </h3>
  1634.            <p class="compact-text"></p>
  1635.            <div class="compact-footer">
  1636.              <div class="compact-author">
  1637.                
  1638.                  <img src="/static/blogapp/assets/images/blog/blog-avater/img-1.jpg" alt="Gabriela Davis's Profile" class="compact-avatar" />
  1639.                
  1640.                <span class="compact-name">Gabriela …</span>
  1641.              </div>
  1642.              <span class="compact-date">May 12</span>
  1643.            </div>
  1644.          </div>
  1645.        </article>
  1646.      </div>
  1647.      
  1648.  
  1649.      <!-- Recent Articles Sidebar -->
  1650.      <div class="col-lg-3 col-md-6 col-12">
  1651.        <div class="recent-section">
  1652.          <h3 class="recent-title">Recent Articles</h3>
  1653.          <div class="recent-list">
  1654.            
  1655.            <div class="recent-item">
  1656.              <div class="recent-content">
  1657.                <h4 class="recent-article-title">
  1658.                  <a href="/the-music-streaming-giants-year-end-recap-release-timeline-plus-key-inquiries-explained/">The Music Streaming Giant&#x27;s Year-End Recap: Release Timeline …</a>
  1659.                </h4>
  1660.                <span class="recent-date">May 12, 2026</span>
  1661.              </div>
  1662.            </div>
  1663.            
  1664.          </div>
  1665.        </div>
  1666.      </div>
  1667.    </div>
  1668.  </div>
  1669. </div>
  1670.  
  1671.  
  1672.  
  1673. <style>
  1674.  /* Full-Width Featured Article */
  1675.  .full-featured {
  1676.    background: var(--card-bg, #ffffff);
  1677.    border-radius: 12px;
  1678.    overflow: hidden;
  1679.    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
  1680.    border: 1px solid var(--border-color, #e5e7eb);
  1681.    transition: box-shadow 0.3s ease;
  1682.  }
  1683.  
  1684.  .full-featured:hover {
  1685.    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  1686.  }
  1687.  
  1688.  .featured-image-container {
  1689.    position: relative;
  1690.    height: 400px;
  1691.    overflow: hidden;
  1692.  }
  1693.  
  1694.  .featured-image {
  1695.    width: 100%;
  1696.    height: 100%;
  1697.    object-fit: cover;
  1698.  }
  1699.  
  1700.  .featured-content {
  1701.    padding: 2rem;
  1702.  }
  1703.  
  1704.  .featured-title {
  1705.    font-size: 2.5rem;
  1706.    font-weight: 700;
  1707.    color: #111827;
  1708.    margin-bottom: 1rem;
  1709.    line-height: 1.2;
  1710.  }
  1711.  
  1712.  .featured-title a {
  1713.    color: inherit;
  1714.    text-decoration: none;
  1715.  }
  1716.  
  1717.  .featured-title a:hover {
  1718.    color: #3b82f6;
  1719.    transition: color 0.3s ease;
  1720.  }
  1721.  
  1722.  .featured-summary {
  1723.    font-size: 1.1rem;
  1724.    color: #4b5563;
  1725.    line-height: 1.6;
  1726.    margin-bottom: 1.5rem;
  1727.  }
  1728.  
  1729.  /* Category Tags - Dynamic Colors */
  1730.  .category-tag {
  1731.    position: absolute;
  1732.    top: 1rem;
  1733.    left: 1rem;
  1734.    padding: 0.4rem 1.2rem;
  1735.    font-size: 0.8rem;
  1736.    font-weight: 600;
  1737.    text-transform: uppercase;
  1738.    color: white;
  1739.    border-radius: 20px;
  1740.    z-index: 2;
  1741.  }
  1742.  
  1743.  /* Category Colors */
  1744.  
  1745.  .business-tag, .business-cat { background-color: #10b981; }
  1746.  
  1747.  .lifestyle-tag, .lifestyle-cat { background-color: #8b5cf6; }
  1748.  .sports-tag, .sports-cat { background-color: #f59e0b; }
  1749.  .travel-tag, .travel-cat { background-color: #06b6d4; }
  1750.  .health-tag, .health-cat { background-color: #84cc16; }
  1751.  
  1752.  /* Article Meta */
  1753.  .article-meta {
  1754.    display: flex;
  1755.    align-items: center;
  1756.    justify-content: space-between;
  1757.    font-size: 0.9rem;
  1758.    color: #6b7280;
  1759.  }
  1760.  
  1761.  .author-info {
  1762.    display: flex;
  1763.    align-items: center;
  1764.    gap: 0.75rem;
  1765.  }
  1766.  
  1767.  .author-pic {
  1768.    width: 40px;
  1769.    height: 40px;
  1770.    border-radius: 50%;
  1771.    object-fit: cover;
  1772.  }
  1773.  
  1774.  .author-name {
  1775.    font-weight: 600;
  1776.    color: var(--topbar-color, #111827);
  1777.  }
  1778.  
  1779.  .post-time {
  1780.    font-size: 0.85rem;
  1781.    color: #6b7280;
  1782.  }
  1783.  
  1784.  .read-time {
  1785.    background: #f3f4f6;
  1786.    padding: 0.25rem 0.75rem;
  1787.    border-radius: 12px;
  1788.    font-size: 0.8rem;
  1789.  }
  1790.  
  1791.  /* Compact Cards */
  1792.  .compact-card {
  1793.    background: var(--card-bg, #ffffff);
  1794.    border-radius: 12px;
  1795.    overflow: hidden;
  1796.    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
  1797.    border: 1px solid var(--border-color, #e5e7eb);
  1798.    transition: box-shadow 0.3s ease;
  1799.    height: 100%;
  1800.  }
  1801.  
  1802.  .compact-card:hover {
  1803.    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  1804.  }
  1805.  
  1806.  .compact-image {
  1807.    position: relative;
  1808.    height: 160px;
  1809.    overflow: hidden;
  1810.  }
  1811.  
  1812.  .compact-image img {
  1813.    width: 100%;
  1814.    height: 100%;
  1815.    object-fit: cover;
  1816.  }
  1817.  
  1818.  .compact-category {
  1819.    position: absolute;
  1820.    top: 0.75rem;
  1821.    left: 0.75rem;
  1822.    padding: 0.3rem 1rem;
  1823.    font-size: 0.75rem;
  1824.    border-radius: 20px;
  1825.    color: white;
  1826.    font-weight: 600;
  1827.    text-transform: uppercase;
  1828.  }
  1829.  
  1830.  .compact-body {
  1831.    padding: 1.25rem;
  1832.  }
  1833.  
  1834.  .compact-title {
  1835.    font-size: 1.1rem;
  1836.    font-weight: 600;
  1837.    color: #111827;
  1838.    margin-bottom: 0.5rem;
  1839.    line-height: 1.3;
  1840.  }
  1841.  
  1842.  .compact-title a {
  1843.    color: inherit;
  1844.    text-decoration: none;
  1845.  }
  1846.  
  1847.  .compact-title a:hover {
  1848.    color: #3b82f6;
  1849.    transition: color 0.3s ease;
  1850.  }
  1851.  
  1852.  .compact-text {
  1853.    font-size: 0.9rem;
  1854.    color: #4b5563;
  1855.    line-height: 1.5;
  1856.  }
  1857.  
  1858.  .compact-footer {
  1859.    display: flex;
  1860.    justify-content: space-between;
  1861.    align-items: center;
  1862.    margin-top: 1rem;
  1863.    font-size: 0.85rem;
  1864.    color: #6b7280;
  1865.  }
  1866.  
  1867.  .compact-author {
  1868.    display: flex;
  1869.    align-items: center;
  1870.    gap: 0.5rem;
  1871.  }
  1872.  
  1873.  .compact-avatar {
  1874.    width: 28px;
  1875.    height: 28px;
  1876.    border-radius: 50%;
  1877.    object-fit: cover;
  1878.  }
  1879.  
  1880.  .compact-name {
  1881.    color: var(--topbar-color, #111827);
  1882.    font-weight: 500;
  1883.  }
  1884.  
  1885.  /* Recent Articles Sidebar */
  1886.  .recent-section {
  1887.    background: var(--card-bg, #ffffff);
  1888.    border-radius: 12px;
  1889.    padding: 1.5rem;
  1890.    border: 1px solid var(--border-color, #e5e7eb);
  1891.    height: 100%;
  1892.  }
  1893.  
  1894.  .recent-title {
  1895.    font-size: 1.2rem;
  1896.    font-weight: 700;
  1897.    color: #111827;
  1898.    margin-bottom: 1rem;
  1899.    border-bottom: 1px solid var(--border-color, #e5e7eb);
  1900.    padding-bottom: 0.5rem;
  1901.  }
  1902.  
  1903.  .recent-list {
  1904.    display: flex;
  1905.    flex-direction: column;
  1906.    gap: 1rem;
  1907.  }
  1908.  
  1909.  .recent-item {
  1910.    padding: 0.75rem;
  1911.    border-radius: 8px;
  1912.    transition: background 0.2s ease;
  1913.    border: 1px solid var(--border-color, #e5e7eb);
  1914.  }
  1915.  
  1916.  .recent-item:hover {
  1917.    background: var(--card-bg);
  1918.  }
  1919.  
  1920.  .recent-article-title {
  1921.    font-size: 0.95rem;
  1922.    font-weight: 500;
  1923.    color: var(--topbar-color, #111827);
  1924.    margin-bottom: 0.25rem;
  1925.  }
  1926.  
  1927.  .recent-article-title a {
  1928.    color: inherit;
  1929.    text-decoration: none;
  1930.  }
  1931.  
  1932.  .recent-article-title a:hover {
  1933.    color: #3b82f6;
  1934.    transition: color 0.3s ease;
  1935.  }
  1936.  
  1937.  .recent-date {
  1938.    font-size: 0.8rem;
  1939.    color: #6b7280;
  1940.  }
  1941.  
  1942.  /* Responsive Design */
  1943.  @media (max-width: 992px) {
  1944.    .featured-image-container {
  1945.      height: 300px;
  1946.    }
  1947.    
  1948.    .featured-title {
  1949.      font-size: 2rem;
  1950.    }
  1951.    
  1952.    .compact-image {
  1953.      height: 140px;
  1954.    }
  1955.  }
  1956.  
  1957.  @media (max-width: 768px) {
  1958.    .featured-content,
  1959.    .compact-body {
  1960.      padding: 1.5rem;
  1961.    }
  1962.    
  1963.    .article-meta {
  1964.      flex-direction: column;
  1965.      align-items: flex-start;
  1966.      gap: 0.75rem;
  1967.    }
  1968.    
  1969.    .recent-section {
  1970.      margin-top: 2rem;
  1971.    }
  1972.  }
  1973.  
  1974.  @media (max-width: 576px) {
  1975.    .featured-title {
  1976.      font-size: 1.8rem;
  1977.    }
  1978.    
  1979.    .compact-title {
  1980.      font-size: 1rem;
  1981.    }
  1982.    
  1983.    .featured-content {
  1984.      padding: 1rem;
  1985.    }
  1986.    
  1987.    .compact-body {
  1988.      padding: 1rem;
  1989.    }
  1990.  }
  1991. </style>
  1992.  
  1993.  
  1994.        <!-- end of wpo-blog-hero -->
  1995.  
  1996.        <!-- start of wpo-breacking-news -->
  1997.        
  1998.        <!-- end of wpo-breacking-news -->
  1999.        
  2000.        <!-- start wpo-blog-highlights-section -->
  2001.        
  2002.  
  2003.  
  2004.  
  2005.    
  2006.  
  2007.  
  2008.  
  2009. <style>
  2010.    .blog-highlights-v2 {
  2011.        padding: 60px 0;
  2012.        position: relative;
  2013.        overflow: hidden;
  2014.    }
  2015.    
  2016.    .blog-highlights-v2::before {
  2017.        content: '';
  2018.        position: absolute;
  2019.        top: 0;
  2020.        left: 0;
  2021.        width: 100%;
  2022.        height: 100%;
  2023.        background: var(--body-bg);
  2024.        pointer-events: none;
  2025.    }
  2026.    
  2027.    .blog-card-v2 {
  2028.        border: none;
  2029.        border-radius: 20px;
  2030.        overflow: hidden;
  2031.        background: white;
  2032.        height: 100%;
  2033.        position: relative;
  2034.        transform: translateY(0);
  2035.        transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  2036.        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  2037.        will-change: transform;
  2038.    }
  2039.    
  2040.    .blog-card-v2::before {
  2041.        content: '';
  2042.        position: absolute;
  2043.        top: 0;
  2044.        left: 0;
  2045.        width: 100%;
  2046.        height: 100%;
  2047.        background: linear-gradient(45deg, transparent 0%, rgba(255,255,255,0.1) 50%, transparent 100%);
  2048.        transform: translateX(-100%);
  2049.        transition: transform 0.6s ease;
  2050.        z-index: 1;
  2051.    }
  2052.    
  2053.    .blog-card-v2:hover {
  2054.        transform: translateY(-15px) scale(1.02);
  2055.        box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  2056.    }
  2057.    
  2058.    .blog-card-v2:hover::before {
  2059.        transform: translateX(100%);
  2060.    }
  2061.    
  2062.    .blog-image-v2 {
  2063.        position: relative;
  2064.        overflow: hidden;
  2065.        height: 250px;
  2066.        background: linear-gradient(45deg, #667eea 0%, #764ba2 100%);
  2067.    }
  2068.    
  2069.    .blog-image-v2::after {
  2070.        content: '';
  2071.        position: absolute;
  2072.        top: 0;
  2073.        left: 0;
  2074.        width: 100%;
  2075.        height: 100%;
  2076.        background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.3) 100%);
  2077.        z-index: 2;
  2078.    }
  2079.    
  2080.    .blog-image-v2 img {
  2081.        width: 100%;
  2082.        height: 100%;
  2083.        object-fit: cover;
  2084.        transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  2085.        transform: scale(1);
  2086.    }
  2087.    
  2088.    .blog-card-v2:hover .blog-image-v2 img {
  2089.        transform: scale(1.1) rotate(2deg);
  2090.    }
  2091.    
  2092.    .blog-category-v2 {
  2093.        position: absolute;
  2094.        top: 20px;
  2095.        left: 20px;
  2096.        padding: 8px 16px;
  2097.        border-radius: 50px;
  2098.        font-size: 12px;
  2099.        font-weight: 700;
  2100.        text-transform: uppercase;
  2101.        letter-spacing: 1px;
  2102.      
  2103.        z-index: 3;
  2104.        transform: translateY(0);
  2105.        transition: all 0.3s ease;
  2106.        box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
  2107.    }
  2108.    
  2109.    .blog-card-v2:hover .blog-category-v2 {
  2110.        transform: translateY(-5px);
  2111.        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
  2112.    }
  2113.    
  2114.    .blog-content-v2 {
  2115.        padding: 30px 25px;
  2116.        position: relative;
  2117.        z-index: 2;
  2118.    }
  2119.    
  2120.    .blog-title-v2 {
  2121.        font-size: 18px;
  2122.        font-weight: 700;
  2123.        line-height: 1.4;
  2124.        margin-bottom: 15px;
  2125.        min-height: 50px;
  2126.        position: relative;
  2127.        overflow: hidden;
  2128.    }
  2129.    
  2130.    .blog-title-v2 a {
  2131.        text-decoration: none;
  2132.        position: relative;
  2133.        transition: all 0.3s ease;
  2134.        background-clip: text;
  2135.        -webkit-background-clip: text;
  2136.    }
  2137.    
  2138.    .blog-title-v2 a::after {
  2139.        content: '';
  2140.        position: absolute;
  2141.        bottom: -2px;
  2142.        left: 0;
  2143.        width: 0;
  2144.        height: 2px;
  2145.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2146.        transition: width 0.4s ease;
  2147.    }
  2148.    
  2149.    .blog-card-v2:hover .blog-title-v2 a::after {
  2150.        width: 100%;
  2151.    }
  2152.    
  2153.    .blog-meta-v2 {
  2154.        display: flex;
  2155.        align-items: center;
  2156.        gap: 12px;
  2157.        margin-bottom: 15px;
  2158.        font-size: 13px;
  2159.        padding-bottom: 15px;
  2160.        border-bottom: 2px solid rgba(102, 126, 234, 0.1);
  2161.        position: relative;
  2162.    }
  2163.    
  2164.    .blog-meta-v2::after {
  2165.        content: '';
  2166.        position: absolute;
  2167.        bottom: -2px;
  2168.        left: 0;
  2169.        width: 0;
  2170.        height: 2px;
  2171.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2172.        transition: width 0.5s ease 0.2s;
  2173.    }
  2174.    
  2175.    .blog-card-v2:hover .blog-meta-v2::after {
  2176.        width: 60px;
  2177.    }
  2178.    
  2179.    .blog-author-img-v2 {
  2180.        width: 32px;
  2181.        height: 32px;
  2182.        border-radius: 50%;
  2183.        object-fit: cover;
  2184.        border: 3px solid white;
  2185.        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  2186.        transition: all 0.3s ease;
  2187.    }
  2188.    
  2189.    .blog-card-v2:hover .blog-author-img-v2 {
  2190.        transform: scale(1.1);
  2191.        box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
  2192.    }
  2193.    
  2194.    .blog-excerpt-v2 {
  2195.        font-size: 14px;
  2196.        line-height: 1.6;
  2197.        color: #666;
  2198.        display: -webkit-box;
  2199.        -webkit-line-clamp: 3;
  2200.        -webkit-box-orient: vertical;
  2201.        overflow: hidden;
  2202.        position: relative;
  2203.        opacity: 0.8;
  2204.        transition: opacity 0.3s ease;
  2205.    }
  2206.    
  2207.    .blog-card-v2:hover .blog-excerpt-v2 {
  2208.        opacity: 1;
  2209.    }
  2210.    
  2211.    .section-header-v2 {
  2212.        text-align: center;
  2213.        margin-bottom: 70px;
  2214.        position: relative;
  2215.    }
  2216.    
  2217.    .section-title-v2 {
  2218.        font-size: 3.2rem;
  2219.        font-weight: 800;
  2220.        margin-bottom: 20px;
  2221.        position: relative;
  2222.    }
  2223.    
  2224.    .section-title-v2::after {
  2225.        content: '';
  2226.        position: absolute;
  2227.        bottom: -10px;
  2228.        left: 50%;
  2229.        transform: translateX(-50%);
  2230.        width: 80px;
  2231.        height: 4px;
  2232.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2233.        border-radius: 2px;
  2234.    }
  2235.    
  2236.    .section-subtitle-v2 {
  2237.        font-size: 1.1rem;
  2238.        color: #666;
  2239.        max-width: 600px;
  2240.        margin: 0 auto;
  2241.        line-height: 1.6;
  2242.    }
  2243.    
  2244.    .blog-read-more-v2 {
  2245.        position: absolute;
  2246.        bottom: 25px;
  2247.        right: 25px;
  2248.        width: 45px;
  2249.        height: 45px;
  2250.        border-radius: 50%;
  2251.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2252.        display: flex;
  2253.        align-items: center;
  2254.        justify-content: center;
  2255.        color: white;
  2256.        text-decoration: none;
  2257.        transition: all 0.4s ease;
  2258.        transform: scale(0);
  2259.        opacity: 0;
  2260.        box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
  2261.    }
  2262.    
  2263.    .blog-card-v2:hover .blog-read-more-v2 {
  2264.        transform: scale(1);
  2265.        opacity: 1;
  2266.    }
  2267.    
  2268.    .blog-read-more-v2:hover {
  2269.        transform: scale(1.1);
  2270.        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
  2271.    }
  2272.    
  2273.    /* Animation Classes */
  2274.    .animate-on-scroll {
  2275.        opacity: 0;
  2276.        transform: translateY(30px);
  2277.        transition: all 0.6s ease;
  2278.    }
  2279.    
  2280.    .animate-on-scroll.animated {
  2281.        opacity: 1;
  2282.        transform: translateY(0);
  2283.    }
  2284.    
  2285.    /* Staggered Animation */
  2286.    .blog-card-v2:nth-child(1) { animation-delay: 0.1s; }
  2287.    .blog-card-v2:nth-child(2) { animation-delay: 0.2s; }
  2288.    .blog-card-v2:nth-child(3) { animation-delay: 0.3s; }
  2289.    .blog-card-v2:nth-child(4) { animation-delay: 0.4s; }
  2290.    .blog-card-v2:nth-child(5) { animation-delay: 0.5s; }
  2291.    .blog-card-v2:nth-child(6) { animation-delay: 0.6s; }
  2292.  
  2293.    @media (max-width: 768px) {
  2294.        .section-title-v2 {
  2295.            font-size: 2.5rem;
  2296.        }
  2297.        .blog-highlights-v2 {
  2298.            padding: 40px 0;
  2299.        }
  2300.        .blog-content-v2 {
  2301.            padding: 25px 20px;
  2302.        }
  2303.        .blog-card-v2:hover {
  2304.            transform: translateY(-10px) scale(1.01);
  2305.        }
  2306.    }
  2307. </style>
  2308.  
  2309. <section class="blog-highlights-v2">
  2310.    <div class="container-fluid fluid-container">
  2311.        <div class="row">
  2312.            <div class="col-12">
  2313.                <div class="section-header-v2 animate-on-scroll">
  2314.                    <h2 class="section-title-v2 text-primary-gradient">
  2315.                Today's Top Highlights
  2316.                   </h2>
  2317.                    <p class="section-subtitle-v2">Discover our latest stories and insights from around the world</p>
  2318.                </div>
  2319.            </div>
  2320.        </div>
  2321.        
  2322.        <div class="row">
  2323.            <div class="col-lg-8 col-12">
  2324.                <div class="row g-4">
  2325.                    
  2326.                    <div class="col-lg-6 col-md-6 col-12">
  2327.                        <div class="card blog-card-v2 animate-on-scroll">
  2328.                            <div class="blog-image-v2">
  2329.                                
  2330.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2331.                                
  2332.                                <span class="blog-category-v2 bg-primary-gradient">
  2333.                                    News
  2334.                                </span>
  2335.                            </div>
  2336.                            <div class="blog-content-v2">
  2337.                                <h3 class="blog-title-v2">
  2338.                                    <a class="top-color" href="/smooth-conclusion-to-messis-visit-to-india-after-unrest-in-kolkata/">
  2339.                                    Smooth Conclusion to Messi&#x27;s Visit to India After Unrest in Kolkata
  2340.                                    </a>
  2341.                                </h3>
  2342.                                <div class="blog-meta-v2">
  2343.                                    
  2344.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Gabriela Davis" class="blog-author-img-v2">
  2345.                                    
  2346.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2347.                                    <span>By Gabriela Davis</span>
  2348.                                    <span style="color: #ccc;">•</span>
  2349.                                    <span style="color: #999;">12 May 2026</span>
  2350.                                </div>
  2351.                                <p class="blog-excerpt-v2"></p>
  2352.                              
  2353.                            </div>
  2354.                        </div>
  2355.                    </div>
  2356.                    
  2357.                    <div class="col-lg-6 col-md-6 col-12">
  2358.                        <div class="card blog-card-v2 animate-on-scroll">
  2359.                            <div class="blog-image-v2">
  2360.                                
  2361.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2362.                                
  2363.                                <span class="blog-category-v2 bg-primary-gradient">
  2364.                                    News
  2365.                                </span>
  2366.                            </div>
  2367.                            <div class="blog-content-v2">
  2368.                                <h3 class="blog-title-v2">
  2369.                                    <a class="top-color" href="/brian-harris-life-story-a-life-through-the-lens/">
  2370.                                    Brian Harris Life Story: A Life Through the Lens
  2371.                                    </a>
  2372.                                </h3>
  2373.                                <div class="blog-meta-v2">
  2374.                                    
  2375.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Gabriela Davis" class="blog-author-img-v2">
  2376.                                    
  2377.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2378.                                    <span>By Gabriela Davis</span>
  2379.                                    <span style="color: #ccc;">•</span>
  2380.                                    <span style="color: #999;">12 May 2026</span>
  2381.                                </div>
  2382.                                <p class="blog-excerpt-v2"></p>
  2383.                              
  2384.                            </div>
  2385.                        </div>
  2386.                    </div>
  2387.                    
  2388.                    <div class="col-lg-6 col-md-6 col-12">
  2389.                        <div class="card blog-card-v2 animate-on-scroll">
  2390.                            <div class="blog-image-v2">
  2391.                                
  2392.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2393.                                
  2394.                                <span class="blog-category-v2 bg-primary-gradient">
  2395.                                    News
  2396.                                </span>
  2397.                            </div>
  2398.                            <div class="blog-content-v2">
  2399.                                <h3 class="blog-title-v2">
  2400.                                    <a class="top-color" href="/the-met-confronts-lawsuit-over-supposedly-nazi-plundered-van-gogh-masterpiece/">
  2401.                                    The Met Confronts Lawsuit Over Supposedly Nazi-Plundered Van Gogh Masterpiece
  2402.                                    </a>
  2403.                                </h3>
  2404.                                <div class="blog-meta-v2">
  2405.                                    
  2406.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Gabriela Davis" class="blog-author-img-v2">
  2407.                                    
  2408.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2409.                                    <span>By Gabriela Davis</span>
  2410.                                    <span style="color: #ccc;">•</span>
  2411.                                    <span style="color: #999;">12 May 2026</span>
  2412.                                </div>
  2413.                                <p class="blog-excerpt-v2"></p>
  2414.                              
  2415.                            </div>
  2416.                        </div>
  2417.                    </div>
  2418.                    
  2419.                    <div class="col-lg-6 col-md-6 col-12">
  2420.                        <div class="card blog-card-v2 animate-on-scroll">
  2421.                            <div class="blog-image-v2">
  2422.                                
  2423.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2424.                                
  2425.                                <span class="blog-category-v2 bg-primary-gradient">
  2426.                                    News
  2427.                                </span>
  2428.                            </div>
  2429.                            <div class="blog-content-v2">
  2430.                                <h3 class="blog-title-v2">
  2431.                                    <a class="top-color" href="/us-congressman-urges-former-prince-andrew-to-provide-testimony-in-epstein-investigation/">
  2432.                                    US Congressman Urges Former Prince Andrew to Provide Testimony in Epstein Investigation
  2433.                                    </a>
  2434.                                </h3>
  2435.                                <div class="blog-meta-v2">
  2436.                                    
  2437.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Gabriela Davis" class="blog-author-img-v2">
  2438.                                    
  2439.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2440.                                    <span>By Gabriela Davis</span>
  2441.                                    <span style="color: #ccc;">•</span>
  2442.                                    <span style="color: #999;">12 May 2026</span>
  2443.                                </div>
  2444.                                <p class="blog-excerpt-v2"></p>
  2445.                              
  2446.                            </div>
  2447.                        </div>
  2448.                    </div>
  2449.                    
  2450.                    <div class="col-lg-6 col-md-6 col-12">
  2451.                        <div class="card blog-card-v2 animate-on-scroll">
  2452.                            <div class="blog-image-v2">
  2453.                                
  2454.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2455.                                
  2456.                                <span class="blog-category-v2 bg-primary-gradient">
  2457.                                    News
  2458.                                </span>
  2459.                            </div>
  2460.                            <div class="blog-content-v2">
  2461.                                <h3 class="blog-title-v2">
  2462.                                    <a class="top-color" href="/bahrain-to-present-case-at-british-highest-court-over-sovereign-immunity-in-surveillance-allegations/">
  2463.                                    Bahrain to Present Case at British Highest Court Over Sovereign Immunity in Surveillance Allegations
  2464.                                    </a>
  2465.                                </h3>
  2466.                                <div class="blog-meta-v2">
  2467.                                    
  2468.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Gabriela Davis" class="blog-author-img-v2">
  2469.                                    
  2470.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2471.                                    <span>By Gabriela Davis</span>
  2472.                                    <span style="color: #ccc;">•</span>
  2473.                                    <span style="color: #999;">12 May 2026</span>
  2474.                                </div>
  2475.                                <p class="blog-excerpt-v2"></p>
  2476.                              
  2477.                            </div>
  2478.                        </div>
  2479.                    </div>
  2480.                    
  2481.                    <div class="col-lg-6 col-md-6 col-12">
  2482.                        <div class="card blog-card-v2 animate-on-scroll">
  2483.                            <div class="blog-image-v2">
  2484.                                
  2485.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2486.                                
  2487.                                <span class="blog-category-v2 bg-primary-gradient">
  2488.                                    News
  2489.                                </span>
  2490.                            </div>
  2491.                            <div class="blog-content-v2">
  2492.                                <h3 class="blog-title-v2">
  2493.                                    <a class="top-color" href="/the-visionary-filmmaker-makes-it-clear-ai-doesnt-produce-the-avatar-series/">
  2494.                                    The Visionary Filmmaker Makes It Clear: ‘AI Doesn’t Produce the Avatar Series’
  2495.                                    </a>
  2496.                                </h3>
  2497.                                <div class="blog-meta-v2">
  2498.                                    
  2499.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Gabriela Davis" class="blog-author-img-v2">
  2500.                                    
  2501.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2502.                                    <span>By Gabriela Davis</span>
  2503.                                    <span style="color: #ccc;">•</span>
  2504.                                    <span style="color: #999;">11 May 2026</span>
  2505.                                </div>
  2506.                                <p class="blog-excerpt-v2"></p>
  2507.                              
  2508.                            </div>
  2509.                        </div>
  2510.                    </div>
  2511.                    
  2512.                    <div class="col-lg-6 col-md-6 col-12">
  2513.                        <div class="card blog-card-v2 animate-on-scroll">
  2514.                            <div class="blog-image-v2">
  2515.                                
  2516.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2517.                                
  2518.                                <span class="blog-category-v2 bg-primary-gradient">
  2519.                                    News
  2520.                                </span>
  2521.                            </div>
  2522.                            <div class="blog-content-v2">
  2523.                                <h3 class="blog-title-v2">
  2524.                                    <a class="top-color" href="/restrained-isolated-and-terrified-the-grim-situation-for-female-prisoners-made-to-have-their-babies-in-incarceration/">
  2525.                                    Restrained, Isolated and Terrified: The Grim Situation for Female Prisoners Made to Have Their Babies in Incarceration.
  2526.                                    </a>
  2527.                                </h3>
  2528.                                <div class="blog-meta-v2">
  2529.                                    
  2530.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Gabriela Davis" class="blog-author-img-v2">
  2531.                                    
  2532.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2533.                                    <span>By Gabriela Davis</span>
  2534.                                    <span style="color: #ccc;">•</span>
  2535.                                    <span style="color: #999;">11 May 2026</span>
  2536.                                </div>
  2537.                                <p class="blog-excerpt-v2"></p>
  2538.                              
  2539.                            </div>
  2540.                        </div>
  2541.                    </div>
  2542.                    
  2543.                    <div class="col-lg-6 col-md-6 col-12">
  2544.                        <div class="card blog-card-v2 animate-on-scroll">
  2545.                            <div class="blog-image-v2">
  2546.                                
  2547.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2548.                                
  2549.                                <span class="blog-category-v2 bg-primary-gradient">
  2550.                                    News
  2551.                                </span>
  2552.                            </div>
  2553.                            <div class="blog-content-v2">
  2554.                                <h3 class="blog-title-v2">
  2555.                                    <a class="top-color" href="/an-tale-of-surprising-kindness-when-a-student-let-me-stay-on-her-dormitory-ground/">
  2556.                                    An Tale of Surprising Kindness: When a Student Let Me Stay on Her Dormitory Ground
  2557.                                    </a>
  2558.                                </h3>
  2559.                                <div class="blog-meta-v2">
  2560.                                    
  2561.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Gabriela Davis" class="blog-author-img-v2">
  2562.                                    
  2563.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2564.                                    <span>By Gabriela Davis</span>
  2565.                                    <span style="color: #ccc;">•</span>
  2566.                                    <span style="color: #999;">11 May 2026</span>
  2567.                                </div>
  2568.                                <p class="blog-excerpt-v2"></p>
  2569.                              
  2570.                            </div>
  2571.                        </div>
  2572.                    </div>
  2573.                    
  2574.                    <div class="col-lg-6 col-md-6 col-12">
  2575.                        <div class="card blog-card-v2 animate-on-scroll">
  2576.                            <div class="blog-image-v2">
  2577.                                
  2578.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2579.                                
  2580.                                <span class="blog-category-v2 bg-primary-gradient">
  2581.                                    News
  2582.                                </span>
  2583.                            </div>
  2584.                            <div class="blog-content-v2">
  2585.                                <h3 class="blog-title-v2">
  2586.                                    <a class="top-color" href="/within-those-bombed-out-remains-of-an-residential-building-i-encountered-a-volume-id-rendered/">
  2587.                                    Within those Bombed-Out Remains of an Residential Building, I Encountered a Volume I’d Rendered
  2588.                                    </a>
  2589.                                </h3>
  2590.                                <div class="blog-meta-v2">
  2591.                                    
  2592.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Gabriela Davis" class="blog-author-img-v2">
  2593.                                    
  2594.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2595.                                    <span>By Gabriela Davis</span>
  2596.                                    <span style="color: #ccc;">•</span>
  2597.                                    <span style="color: #999;">11 May 2026</span>
  2598.                                </div>
  2599.                                <p class="blog-excerpt-v2"></p>
  2600.                              
  2601.                            </div>
  2602.                        </div>
  2603.                    </div>
  2604.                    
  2605.                    <div class="col-lg-6 col-md-6 col-12">
  2606.                        <div class="card blog-card-v2 animate-on-scroll">
  2607.                            <div class="blog-image-v2">
  2608.                                
  2609.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2610.                                
  2611.                                <span class="blog-category-v2 bg-primary-gradient">
  2612.                                    News
  2613.                                </span>
  2614.                            </div>
  2615.                            <div class="blog-content-v2">
  2616.                                <h3 class="blog-title-v2">
  2617.                                    <a class="top-color" href="/3-game-pass-games-were-playing-this-weekend-october-10-12/">
  2618.                                    3 Game Pass Games We&#x27;re Playing This Weekend (October 10-12)
  2619.                                    </a>
  2620.                                </h3>
  2621.                                <div class="blog-meta-v2">
  2622.                                    
  2623.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Gabriela Davis" class="blog-author-img-v2">
  2624.                                    
  2625.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2626.                                    <span>By Gabriela Davis</span>
  2627.                                    <span style="color: #ccc;">•</span>
  2628.                                    <span style="color: #999;">11 May 2026</span>
  2629.                                </div>
  2630.                                <p class="blog-excerpt-v2"></p>
  2631.                              
  2632.                            </div>
  2633.                        </div>
  2634.                    </div>
  2635.                    
  2636.                    <div class="col-lg-6 col-md-6 col-12">
  2637.                        <div class="card blog-card-v2 animate-on-scroll">
  2638.                            <div class="blog-image-v2">
  2639.                                
  2640.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2641.                                
  2642.                                <span class="blog-category-v2 bg-primary-gradient">
  2643.                                    News
  2644.                                </span>
  2645.                            </div>
  2646.                            <div class="blog-content-v2">
  2647.                                <h3 class="blog-title-v2">
  2648.                                    <a class="top-color" href="/everyday-reality-for-120000-refugees-in-the-extensive-shelter-on-the-mali-border/">
  2649.                                    Everyday Reality for 120,000 Refugees in the Extensive Shelter on the Mali Border.
  2650.                                    </a>
  2651.                                </h3>
  2652.                                <div class="blog-meta-v2">
  2653.                                    
  2654.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Gabriela Davis" class="blog-author-img-v2">
  2655.                                    
  2656.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2657.                                    <span>By Gabriela Davis</span>
  2658.                                    <span style="color: #ccc;">•</span>
  2659.                                    <span style="color: #999;">11 May 2026</span>
  2660.                                </div>
  2661.                                <p class="blog-excerpt-v2"></p>
  2662.                              
  2663.                            </div>
  2664.                        </div>
  2665.                    </div>
  2666.                    
  2667.                    <div class="col-lg-6 col-md-6 col-12">
  2668.                        <div class="card blog-card-v2 animate-on-scroll">
  2669.                            <div class="blog-image-v2">
  2670.                                
  2671.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2672.                                
  2673.                                <span class="blog-category-v2 bg-primary-gradient">
  2674.                                    News
  2675.                                </span>
  2676.                            </div>
  2677.                            <div class="blog-content-v2">
  2678.                                <h3 class="blog-title-v2">
  2679.                                    <a class="top-color" href="/how-a-american-special-forces-vet-aided-the-venezuelan-opposition-leader-flee-her-homeland/">
  2680.                                    How a American Special Forces Vet Aided the Venezuelan Opposition Leader Flee Her Homeland
  2681.                                    </a>
  2682.                                </h3>
  2683.                                <div class="blog-meta-v2">
  2684.                                    
  2685.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Gabriela Davis" class="blog-author-img-v2">
  2686.                                    
  2687.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2688.                                    <span>By Gabriela Davis</span>
  2689.                                    <span style="color: #ccc;">•</span>
  2690.                                    <span style="color: #999;">11 May 2026</span>
  2691.                                </div>
  2692.                                <p class="blog-excerpt-v2"></p>
  2693.                              
  2694.                            </div>
  2695.                        </div>
  2696.                    </div>
  2697.                    
  2698.                    
  2699.  
  2700.                </div>
  2701.            </div>
  2702.            
  2703.               <div class="col col-lg-4 col-12">
  2704.                
  2705.  
  2706.  
  2707.  
  2708.    
  2709.  
  2710.  
  2711. <!-- Blog Sidebar V2 - Focused Design -->
  2712. <div class="sidebar">
  2713.  <!-- Recent Posts Section -->
  2714.  <div class="sidebar-widget mb-4">
  2715.    <div class="widget-title-wrapper mb-3">
  2716.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2717.        <i class="ti-time me-2"></i>Recent Posts
  2718.        <span class="title-arrow-primary"></span>
  2719.      </h4>
  2720.    </div>
  2721.    <div class="widget-content border mb-3 border-light shadow-sm rounded-3 p-4">
  2722.      <div class="recent-post-list">
  2723.      
  2724.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2725.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2726.              
  2727.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2728.              
  2729.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2730.          </div>
  2731.          <div class="post-content flex-grow-1">
  2732.            <h6 class="post-title mb-2">
  2733.               <a href="/mastering-the-art-of-talk-dating-like-a-gen-z-51-hyperspecific-terms-for-romance-sex-and-bad-behaviour/" class="text-decoration-none top-color fw-semibold lh-sm">
  2734.                                            Mastering the Art of Talk Dating Like a Gen Z: 51 Hyperspecific Terms for Romance, Sex and Bad Behaviour
  2735.                                            </a>
  2736.            </h6>
  2737.            <div class="post-meta">
  2738.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2739.              <!-- <small class="text-muted">
  2740.                <i class="ti-eye me-1"></i>348 views
  2741.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2742.              </small> -->
  2743.            </div>
  2744.          </div>
  2745.        </div>
  2746.        
  2747.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2748.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2749.              
  2750.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2751.              
  2752.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2753.          </div>
  2754.          <div class="post-content flex-grow-1">
  2755.            <h6 class="post-title mb-2">
  2756.               <a href="/trump-and-his-followers-imagine-a-planet-without-worldwide-regulations-however-they-will-not-achieve-it/" class="text-decoration-none top-color fw-semibold lh-sm">
  2757.                                            Trump and His Followers Imagine a Planet Without Worldwide Regulations – However They Will Not Achieve It
  2758.                                            </a>
  2759.            </h6>
  2760.            <div class="post-meta">
  2761.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 May 2026</small>
  2762.              <!-- <small class="text-muted">
  2763.                <i class="ti-eye me-1"></i>348 views
  2764.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2765.              </small> -->
  2766.            </div>
  2767.          </div>
  2768.        </div>
  2769.        
  2770.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2771.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2772.              
  2773.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2774.              
  2775.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2776.          </div>
  2777.          <div class="post-content flex-grow-1">
  2778.            <h6 class="post-title mb-2">
  2779.               <a href="/swedish-selection-reveal-isak-named-whereas-viktor-gyokeres-excluded/" class="text-decoration-none top-color fw-semibold lh-sm">
  2780.                                            Swedish Selection Reveal: Isak Named Whereas Viktor Gyokeres Excluded
  2781.                                            </a>
  2782.            </h6>
  2783.            <div class="post-meta">
  2784.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 May 2026</small>
  2785.              <!-- <small class="text-muted">
  2786.                <i class="ti-eye me-1"></i>348 views
  2787.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2788.              </small> -->
  2789.            </div>
  2790.          </div>
  2791.        </div>
  2792.        
  2793.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2794.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2795.              
  2796.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2797.              
  2798.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2799.          </div>
  2800.          <div class="post-content flex-grow-1">
  2801.            <h6 class="post-title mb-2">
  2802.               <a href="/united-arab-emirates-refuses-to-participate-in-gaza-stabilisation-mission-lacking-clear-legal-framework/" class="text-decoration-none top-color fw-semibold lh-sm">
  2803.                                            United Arab Emirates Refuses to Participate in Gaza Stabilisation Mission Lacking Clear Legal Framework
  2804.                                            </a>
  2805.            </h6>
  2806.            <div class="post-meta">
  2807.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 May 2026</small>
  2808.              <!-- <small class="text-muted">
  2809.                <i class="ti-eye me-1"></i>348 views
  2810.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2811.              </small> -->
  2812.            </div>
  2813.          </div>
  2814.        </div>
  2815.        
  2816.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2817.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2818.              
  2819.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2820.              
  2821.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2822.          </div>
  2823.          <div class="post-content flex-grow-1">
  2824.            <h6 class="post-title mb-2">
  2825.               <a href="/top-strategies-to-enhance-your-fortune-in-online-casino-slots/" class="text-decoration-none top-color fw-semibold lh-sm">
  2826.                                            Top Strategies to Enhance Your Fortune in Online Casino Slots
  2827.                                            </a>
  2828.            </h6>
  2829.            <div class="post-meta">
  2830.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 May 2026</small>
  2831.              <!-- <small class="text-muted">
  2832.                <i class="ti-eye me-1"></i>348 views
  2833.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2834.              </small> -->
  2835.            </div>
  2836.          </div>
  2837.        </div>
  2838.        
  2839.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2840.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2841.              
  2842.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2843.              
  2844.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2845.          </div>
  2846.          <div class="post-content flex-grow-1">
  2847.            <h6 class="post-title mb-2">
  2848.               <a href="/the-former-congresswoman-establishes-history-as-virginias-initial-woman-state-leader/" class="text-decoration-none top-color fw-semibold lh-sm">
  2849.                                            The Former Congresswoman Establishes History as Virginia&#x27;s Initial Woman State Leader
  2850.                                            </a>
  2851.            </h6>
  2852.            <div class="post-meta">
  2853.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 May 2026</small>
  2854.              <!-- <small class="text-muted">
  2855.                <i class="ti-eye me-1"></i>348 views
  2856.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2857.              </small> -->
  2858.            </div>
  2859.          </div>
  2860.        </div>
  2861.        
  2862.  
  2863.      </div>
  2864.  
  2865.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2866.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2867.      </div> -->
  2868.    </div>
  2869.  </div>
  2870.  
  2871.    
  2872.  <div class="sidebar-widget mb-4">
  2873.    <div class="widget-title-wrapper mb-3">
  2874.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2875.        <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2876.        <span class="title-arrow"></span>
  2877.      </h4>
  2878.    </div>
  2879.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2880.      <div class="blog-roll-list scrollable-sidebar">
  2881.        
  2882.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2883.          <a href="https://idolmag.co.uk/" class="text-decoration-none ">
  2884.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2885.              <i class="ti-angle-right me-2 text-primary"></i>
  2886.               non gamstop casino
  2887.            </h6>
  2888.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2889.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2890.            </div> -->
  2891.          </a>
  2892.        </div>
  2893.          
  2894.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2895.          <a href="https://www.cca-glasgow.com/" class="text-decoration-none ">
  2896.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2897.              <i class="ti-angle-right me-2 text-primary"></i>
  2898.               best non gamstop casinos
  2899.            </h6>
  2900.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2901.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2902.            </div> -->
  2903.          </a>
  2904.        </div>
  2905.          
  2906.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2907.          <a href="https://growsheffield.com/" class="text-decoration-none ">
  2908.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2909.              <i class="ti-angle-right me-2 text-primary"></i>
  2910.               best non Gamstop casinos
  2911.            </h6>
  2912.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2913.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2914.            </div> -->
  2915.          </a>
  2916.        </div>
  2917.          
  2918.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2919.          <a href="https://www.chemical-records.co.uk/" class="text-decoration-none ">
  2920.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2921.              <i class="ti-angle-right me-2 text-primary"></i>
  2922.               non gamstop casino uk
  2923.            </h6>
  2924.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2925.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2926.            </div> -->
  2927.          </a>
  2928.        </div>
  2929.          
  2930.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2931.          <a href="https://www.focus12.co.uk/" class="text-decoration-none ">
  2932.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2933.              <i class="ti-angle-right me-2 text-primary"></i>
  2934.               casinos not on gamstop
  2935.            </h6>
  2936.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2937.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2938.            </div> -->
  2939.          </a>
  2940.        </div>
  2941.          
  2942.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2943.          <a href="https://britishicehockey.co.uk/" class="text-decoration-none ">
  2944.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2945.              <i class="ti-angle-right me-2 text-primary"></i>
  2946.               casinos not on gamstop
  2947.            </h6>
  2948.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2949.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2950.            </div> -->
  2951.          </a>
  2952.        </div>
  2953.          
  2954.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2955.          <a href="https://gamingamerica.com/non-gamstop-casinos" class="text-decoration-none ">
  2956.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2957.              <i class="ti-angle-right me-2 text-primary"></i>
  2958.               non gamstop casinos
  2959.            </h6>
  2960.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2961.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2962.            </div> -->
  2963.          </a>
  2964.        </div>
  2965.          
  2966.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2967.          <a href="https://adventuregamers.com/online-casinos/non-gamstop" class="text-decoration-none ">
  2968.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2969.              <i class="ti-angle-right me-2 text-primary"></i>
  2970.               casino not on gamstop
  2971.            </h6>
  2972.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2973.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2974.            </div> -->
  2975.          </a>
  2976.        </div>
  2977.          
  2978.      </div>
  2979.  
  2980.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2981.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2982.      </div> -->
  2983.    </div>
  2984.  </div>
  2985.    
  2986.  <div class="sidebar-widget mb-4">
  2987.    <div class="widget-title-wrapper mb-3">
  2988.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2989.        <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2990.        <span class="title-arrow"></span>
  2991.      </h4>
  2992.    </div>
  2993.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2994.      <div class="blog-roll-list scrollable-sidebar">
  2995.        
  2996.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2997.          <a href="https://tdlwebsolutions.com/" class="text-decoration-none ">
  2998.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2999.              <i class="ti-angle-right me-2 text-primary"></i>
  3000.               lolajack casino
  3001.            </h6>
  3002.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3003.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3004.            </div> -->
  3005.          </a>
  3006.        </div>
  3007.          
  3008.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3009.          <a href="https://www.hintsandthings.co.uk/" class="text-decoration-none ">
  3010.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3011.              <i class="ti-angle-right me-2 text-primary"></i>
  3012.               bitcoin casinos
  3013.            </h6>
  3014.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3015.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3016.            </div> -->
  3017.          </a>
  3018.        </div>
  3019.          
  3020.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3021.          <a href="https://www.thecakestore.co.uk/" class="text-decoration-none ">
  3022.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3023.              <i class="ti-angle-right me-2 text-primary"></i>
  3024.               bitcoin casinos
  3025.            </h6>
  3026.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3027.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3028.            </div> -->
  3029.          </a>
  3030.        </div>
  3031.          
  3032.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3033.          <a href="https://www.foodsofengland.co.uk/" class="text-decoration-none ">
  3034.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3035.              <i class="ti-angle-right me-2 text-primary"></i>
  3036.               non gamstop casinos
  3037.            </h6>
  3038.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3039.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3040.            </div> -->
  3041.          </a>
  3042.        </div>
  3043.          
  3044.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3045.          <a href="https://www.mesaonline.org/" class="text-decoration-none ">
  3046.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3047.              <i class="ti-angle-right me-2 text-primary"></i>
  3048.               non gamstop casino
  3049.            </h6>
  3050.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3051.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3052.            </div> -->
  3053.          </a>
  3054.        </div>
  3055.          
  3056.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3057.          <a href="https://www.citytosea.org.uk/" class="text-decoration-none ">
  3058.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3059.              <i class="ti-angle-right me-2 text-primary"></i>
  3060.               casino not on gamstop
  3061.            </h6>
  3062.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3063.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3064.            </div> -->
  3065.          </a>
  3066.        </div>
  3067.          
  3068.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3069.          <a href="https://www.citytosea.org.uk/" class="text-decoration-none ">
  3070.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3071.              <i class="ti-angle-right me-2 text-primary"></i>
  3072.               non gamstop casino
  3073.            </h6>
  3074.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3075.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3076.            </div> -->
  3077.          </a>
  3078.        </div>
  3079.          
  3080.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3081.          <a href="https://www.surfaceview.co.uk/" class="text-decoration-none ">
  3082.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3083.              <i class="ti-angle-right me-2 text-primary"></i>
  3084.               non gamstop casino
  3085.            </h6>
  3086.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3087.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3088.            </div> -->
  3089.          </a>
  3090.        </div>
  3091.          
  3092.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3093.          <a href="https://internationalschoolmealsday.com/" class="text-decoration-none ">
  3094.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3095.              <i class="ti-angle-right me-2 text-primary"></i>
  3096.               non gamstop casino
  3097.            </h6>
  3098.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3099.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3100.            </div> -->
  3101.          </a>
  3102.        </div>
  3103.          
  3104.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3105.          <a href="https://straightfromyard.co.uk/" class="text-decoration-none ">
  3106.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3107.              <i class="ti-angle-right me-2 text-primary"></i>
  3108.               non gamstop casino
  3109.            </h6>
  3110.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3111.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3112.            </div> -->
  3113.          </a>
  3114.        </div>
  3115.          
  3116.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3117.          <a href="https://www.london-irish.com/" class="text-decoration-none ">
  3118.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3119.              <i class="ti-angle-right me-2 text-primary"></i>
  3120.               non gamstop casino
  3121.            </h6>
  3122.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3123.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3124.            </div> -->
  3125.          </a>
  3126.        </div>
  3127.          
  3128.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3129.          <a href="https://allcatsrgrey.org.uk/" class="text-decoration-none ">
  3130.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3131.              <i class="ti-angle-right me-2 text-primary"></i>
  3132.               non gamstop casino
  3133.            </h6>
  3134.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3135.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3136.            </div> -->
  3137.          </a>
  3138.        </div>
  3139.          
  3140.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3141.          <a href="https://bereavementcommission.org.uk/" class="text-decoration-none ">
  3142.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3143.              <i class="ti-angle-right me-2 text-primary"></i>
  3144.               non gamstop casino
  3145.            </h6>
  3146.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3147.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3148.            </div> -->
  3149.          </a>
  3150.        </div>
  3151.          
  3152.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3153.          <a href="https://savethedatemagazine.co.uk/" class="text-decoration-none ">
  3154.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3155.              <i class="ti-angle-right me-2 text-primary"></i>
  3156.               non gamstop casino
  3157.            </h6>
  3158.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3159.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3160.            </div> -->
  3161.          </a>
  3162.        </div>
  3163.          
  3164.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3165.          <a href="https://knightsof.media/" class="text-decoration-none ">
  3166.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3167.              <i class="ti-angle-right me-2 text-primary"></i>
  3168.               casino not on gamstop
  3169.            </h6>
  3170.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3171.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3172.            </div> -->
  3173.          </a>
  3174.        </div>
  3175.          
  3176.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3177.          <a href="https://unbound.co.uk/" class="text-decoration-none ">
  3178.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3179.              <i class="ti-angle-right me-2 text-primary"></i>
  3180.               non gamstop casino
  3181.            </h6>
  3182.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3183.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3184.            </div> -->
  3185.          </a>
  3186.        </div>
  3187.          
  3188.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3189.          <a href="https://www.nhsborders.org.uk/" class="text-decoration-none ">
  3190.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3191.              <i class="ti-angle-right me-2 text-primary"></i>
  3192.               crypto casino UK
  3193.            </h6>
  3194.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3195.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3196.            </div> -->
  3197.          </a>
  3198.        </div>
  3199.          
  3200.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3201.          <a href="https://swtrains.co.uk/" class="text-decoration-none ">
  3202.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3203.              <i class="ti-angle-right me-2 text-primary"></i>
  3204.               spinshark
  3205.            </h6>
  3206.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3207.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3208.            </div> -->
  3209.          </a>
  3210.        </div>
  3211.          
  3212.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3213.          <a href="https://qualityofcarenetwork.org/" class="text-decoration-none ">
  3214.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3215.              <i class="ti-angle-right me-2 text-primary"></i>
  3216.               Lola jack
  3217.            </h6>
  3218.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3219.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3220.            </div> -->
  3221.          </a>
  3222.        </div>
  3223.          
  3224.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3225.          <a href="https://stickyfingers.co.uk" class="text-decoration-none ">
  3226.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3227.              <i class="ti-angle-right me-2 text-primary"></i>
  3228.               casinos not on gamstop
  3229.            </h6>
  3230.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3231.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3232.            </div> -->
  3233.          </a>
  3234.        </div>
  3235.          
  3236.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3237.          <a href="https://greensquare.co.uk" class="text-decoration-none ">
  3238.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3239.              <i class="ti-angle-right me-2 text-primary"></i>
  3240.               casinos not on gamstop
  3241.            </h6>
  3242.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3243.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3244.            </div> -->
  3245.          </a>
  3246.        </div>
  3247.          
  3248.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3249.          <a href="https://focusontheuser.eu" class="text-decoration-none ">
  3250.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3251.              <i class="ti-angle-right me-2 text-primary"></i>
  3252.               casino not on gamstop
  3253.            </h6>
  3254.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3255.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3256.            </div> -->
  3257.          </a>
  3258.        </div>
  3259.          
  3260.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3261.          <a href="https://www.thekarczma.co.uk/" class="text-decoration-none ">
  3262.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3263.              <i class="ti-angle-right me-2 text-primary"></i>
  3264.               non UK licensed casino
  3265.            </h6>
  3266.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3267.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3268.            </div> -->
  3269.          </a>
  3270.        </div>
  3271.          
  3272.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3273.          <a href="https://www.autoidlabs.org.uk/" class="text-decoration-none ">
  3274.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3275.              <i class="ti-angle-right me-2 text-primary"></i>
  3276.               best non uk betting sites for uk players
  3277.            </h6>
  3278.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3279.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3280.            </div> -->
  3281.          </a>
  3282.        </div>
  3283.          
  3284.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3285.          <a href="https://www.ukessaywriters.co.uk/" class="text-decoration-none ">
  3286.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3287.              <i class="ti-angle-right me-2 text-primary"></i>
  3288.               uk online casinos
  3289.            </h6>
  3290.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3291.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3292.            </div> -->
  3293.          </a>
  3294.        </div>
  3295.          
  3296.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3297.          <a href="https://www.peelengineering.co.uk/" class="text-decoration-none ">
  3298.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3299.              <i class="ti-angle-right me-2 text-primary"></i>
  3300.               non gamstop casinos
  3301.            </h6>
  3302.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3303.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3304.            </div> -->
  3305.          </a>
  3306.        </div>
  3307.          
  3308.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3309.          <a href="https://allcatsrgrey.org.uk/" class="text-decoration-none ">
  3310.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3311.              <i class="ti-angle-right me-2 text-primary"></i>
  3312.               casinos not on gamstop
  3313.            </h6>
  3314.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3315.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3316.            </div> -->
  3317.          </a>
  3318.        </div>
  3319.          
  3320.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3321.          <a href="https://www.roadpeace.org/" class="text-decoration-none ">
  3322.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3323.              <i class="ti-angle-right me-2 text-primary"></i>
  3324.               non gamstop casino
  3325.            </h6>
  3326.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3327.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3328.            </div> -->
  3329.          </a>
  3330.        </div>
  3331.          
  3332.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3333.          <a href="https://www.summerhall.co.uk/" class="text-decoration-none ">
  3334.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3335.              <i class="ti-angle-right me-2 text-primary"></i>
  3336.               non gamstop casino
  3337.            </h6>
  3338.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3339.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3340.            </div> -->
  3341.          </a>
  3342.        </div>
  3343.          
  3344.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3345.          <a href="https://knightsof.media/" class="text-decoration-none ">
  3346.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3347.              <i class="ti-angle-right me-2 text-primary"></i>
  3348.               non gamstop casino
  3349.            </h6>
  3350.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3351.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3352.            </div> -->
  3353.          </a>
  3354.        </div>
  3355.          
  3356.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3357.          <a href="https://www.executive-shaving.co.uk" class="text-decoration-none ">
  3358.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3359.              <i class="ti-angle-right me-2 text-primary"></i>
  3360.               non GamStop casinos
  3361.            </h6>
  3362.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3363.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3364.            </div> -->
  3365.          </a>
  3366.        </div>
  3367.          
  3368.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3369.          <a href="https://www.fourpure.com/" class="text-decoration-none ">
  3370.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3371.              <i class="ti-angle-right me-2 text-primary"></i>
  3372.               online casinos
  3373.            </h6>
  3374.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3375.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3376.            </div> -->
  3377.          </a>
  3378.        </div>
  3379.          
  3380.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3381.          <a href="https://www.durhamminers.org/" class="text-decoration-none ">
  3382.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3383.              <i class="ti-angle-right me-2 text-primary"></i>
  3384.               online casinos
  3385.            </h6>
  3386.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3387.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3388.            </div> -->
  3389.          </a>
  3390.        </div>
  3391.          
  3392.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3393.          <a href="https://www.cultinformation.org.uk/" class="text-decoration-none ">
  3394.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3395.              <i class="ti-angle-right me-2 text-primary"></i>
  3396.               best non gamstop casinos
  3397.            </h6>
  3398.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3399.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3400.            </div> -->
  3401.          </a>
  3402.        </div>
  3403.          
  3404.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3405.          <a href="https://www.gamblinginsider.com/uk/online-casinos" class="text-decoration-none ">
  3406.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3407.              <i class="ti-angle-right me-2 text-primary"></i>
  3408.               best online casinos
  3409.            </h6>
  3410.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3411.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3412.            </div> -->
  3413.          </a>
  3414.        </div>
  3415.          
  3416.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3417.          <a href="https://www.charlesjencks.com/" class="text-decoration-none ">
  3418.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3419.              <i class="ti-angle-right me-2 text-primary"></i>
  3420.               best non gamstop casinos
  3421.            </h6>
  3422.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3423.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3424.            </div> -->
  3425.          </a>
  3426.        </div>
  3427.          
  3428.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3429.          <a href="https://occupylondon.org.uk/" class="text-decoration-none ">
  3430.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3431.              <i class="ti-angle-right me-2 text-primary"></i>
  3432.               best online betting sites uk
  3433.            </h6>
  3434.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3435.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3436.            </div> -->
  3437.          </a>
  3438.        </div>
  3439.          
  3440.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3441.          <a href="https://santanderjobs.co.uk/" class="text-decoration-none ">
  3442.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3443.              <i class="ti-angle-right me-2 text-primary"></i>
  3444.               best uk betting sites
  3445.            </h6>
  3446.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3447.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3448.            </div> -->
  3449.          </a>
  3450.        </div>
  3451.          
  3452.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3453.          <a href="https://www.roadpeace.org/" class="text-decoration-none ">
  3454.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3455.              <i class="ti-angle-right me-2 text-primary"></i>
  3456.               best non gamstop casinos
  3457.            </h6>
  3458.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3459.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3460.            </div> -->
  3461.          </a>
  3462.        </div>
  3463.          
  3464.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3465.          <a href="https://www.surfaceview.co.uk/" class="text-decoration-none ">
  3466.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3467.              <i class="ti-angle-right me-2 text-primary"></i>
  3468.               non gamstop casinos uk
  3469.            </h6>
  3470.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3471.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3472.            </div> -->
  3473.          </a>
  3474.        </div>
  3475.          
  3476.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3477.          <a href="https://bereavementcommission.org.uk/" class="text-decoration-none ">
  3478.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3479.              <i class="ti-angle-right me-2 text-primary"></i>
  3480.               casino zonder cruks
  3481.            </h6>
  3482.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3483.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3484.            </div> -->
  3485.          </a>
  3486.        </div>
  3487.          
  3488.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3489.          <a href="https://www.ukbeetles.co.uk" class="text-decoration-none ">
  3490.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3491.              <i class="ti-angle-right me-2 text-primary"></i>
  3492.               non GamStop casinos UK
  3493.            </h6>
  3494.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3495.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3496.            </div> -->
  3497.          </a>
  3498.        </div>
  3499.          
  3500.      </div>
  3501.  
  3502.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3503.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3504.      </div> -->
  3505.    </div>
  3506.  </div>
  3507.    
  3508.  <div class="sidebar-widget mb-4">
  3509.    <div class="widget-title-wrapper mb-3">
  3510.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3511.        <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  3512.        <span class="title-arrow"></span>
  3513.      </h4>
  3514.    </div>
  3515.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  3516.      <div class="blog-roll-list scrollable-sidebar">
  3517.        
  3518.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3519.          <a href="https://letsmush.com/" class="text-decoration-none ">
  3520.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3521.              <i class="ti-angle-right me-2 text-primary"></i>
  3522.               non GamStop casinos
  3523.            </h6>
  3524.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3525.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3526.            </div> -->
  3527.          </a>
  3528.        </div>
  3529.          
  3530.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3531.          <a href="https://www.nordicresearchnetwork.co.uk/" class="text-decoration-none ">
  3532.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3533.              <i class="ti-angle-right me-2 text-primary"></i>
  3534.               best non UK casino
  3535.            </h6>
  3536.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3537.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3538.            </div> -->
  3539.          </a>
  3540.        </div>
  3541.          
  3542.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3543.          <a href="https://www.surfaceview.co.uk/" class="text-decoration-none ">
  3544.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3545.              <i class="ti-angle-right me-2 text-primary"></i>
  3546.               non gamstop casinos
  3547.            </h6>
  3548.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3549.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3550.            </div> -->
  3551.          </a>
  3552.        </div>
  3553.          
  3554.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3555.          <a href="https://www.bmag.org.uk/" class="text-decoration-none ">
  3556.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3557.              <i class="ti-angle-right me-2 text-primary"></i>
  3558.               casino sites
  3559.            </h6>
  3560.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3561.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3562.            </div> -->
  3563.          </a>
  3564.        </div>
  3565.          
  3566.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3567.          <a href="https://www.labodeganegra.com/" class="text-decoration-none ">
  3568.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3569.              <i class="ti-angle-right me-2 text-primary"></i>
  3570.               casino sites not on GamStop
  3571.            </h6>
  3572.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3573.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3574.            </div> -->
  3575.          </a>
  3576.        </div>
  3577.          
  3578.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3579.          <a href="https://www.spicker.uk/" class="text-decoration-none ">
  3580.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3581.              <i class="ti-angle-right me-2 text-primary"></i>
  3582.               best casinos not on GamStop
  3583.            </h6>
  3584.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3585.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3586.            </div> -->
  3587.          </a>
  3588.        </div>
  3589.          
  3590.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3591.          <a href="https://www.hshmotorgroup.co.uk/" class="text-decoration-none ">
  3592.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3593.              <i class="ti-angle-right me-2 text-primary"></i>
  3594.               ethereum betting sites
  3595.            </h6>
  3596.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3597.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3598.            </div> -->
  3599.          </a>
  3600.        </div>
  3601.          
  3602.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3603.          <a href="https://newsoundgeneration.co.uk/casinos-not-on-gamstop/" class="text-decoration-none ">
  3604.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3605.              <i class="ti-angle-right me-2 text-primary"></i>
  3606.               non GAMSTOP casinos
  3607.            </h6>
  3608.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3609.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3610.            </div> -->
  3611.          </a>
  3612.        </div>
  3613.          
  3614.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3615.          <a href="https://www.kysty.co.uk/" class="text-decoration-none ">
  3616.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3617.              <i class="ti-angle-right me-2 text-primary"></i>
  3618.               non GAMSTOP casinos
  3619.            </h6>
  3620.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3621.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3622.            </div> -->
  3623.          </a>
  3624.        </div>
  3625.          
  3626.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3627.          <a href="https://www.sepho.org.uk/" class="text-decoration-none ">
  3628.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3629.              <i class="ti-angle-right me-2 text-primary"></i>
  3630.               best uk non gamstop casinos
  3631.            </h6>
  3632.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3633.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3634.            </div> -->
  3635.          </a>
  3636.        </div>
  3637.          
  3638.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3639.          <a href="https://www.durhamminers.org/" class="text-decoration-none ">
  3640.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3641.              <i class="ti-angle-right me-2 text-primary"></i>
  3642.               best casino not on GamStop
  3643.            </h6>
  3644.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3645.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3646.            </div> -->
  3647.          </a>
  3648.        </div>
  3649.          
  3650.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3651.          <a href="https://www.llancaiachfawr.co.uk/" class="text-decoration-none ">
  3652.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3653.              <i class="ti-angle-right me-2 text-primary"></i>
  3654.               non GamStop casino UK
  3655.            </h6>
  3656.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3657.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3658.            </div> -->
  3659.          </a>
  3660.        </div>
  3661.          
  3662.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3663.          <a href="https://www.ginspa.co.uk/" class="text-decoration-none ">
  3664.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3665.              <i class="ti-angle-right me-2 text-primary"></i>
  3666.               casino sites not on GamStop
  3667.            </h6>
  3668.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3669.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3670.            </div> -->
  3671.          </a>
  3672.        </div>
  3673.          
  3674.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3675.          <a href="https://socialeatinghouse.com/" class="text-decoration-none ">
  3676.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3677.              <i class="ti-angle-right me-2 text-primary"></i>
  3678.               casino not on GamStop
  3679.            </h6>
  3680.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3681.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3682.            </div> -->
  3683.          </a>
  3684.        </div>
  3685.          
  3686.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3687.          <a href="https://oncallfire.uk/" class="text-decoration-none ">
  3688.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3689.              <i class="ti-angle-right me-2 text-primary"></i>
  3690.               Non GamStop Casino
  3691.            </h6>
  3692.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3693.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3694.            </div> -->
  3695.          </a>
  3696.        </div>
  3697.          
  3698.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3699.          <a href="https://www.falconryforum.co.uk/" class="text-decoration-none ">
  3700.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3701.              <i class="ti-angle-right me-2 text-primary"></i>
  3702.               non gamstop casinos
  3703.            </h6>
  3704.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3705.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3706.            </div> -->
  3707.          </a>
  3708.        </div>
  3709.          
  3710.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3711.          <a href="https://www.lgbthistorymonth.org.uk/" class="text-decoration-none ">
  3712.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3713.              <i class="ti-angle-right me-2 text-primary"></i>
  3714.               non gamstop casinos
  3715.            </h6>
  3716.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3717.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3718.            </div> -->
  3719.          </a>
  3720.        </div>
  3721.          
  3722.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3723.          <a href="https://citytosea.org.uk/" class="text-decoration-none ">
  3724.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3725.              <i class="ti-angle-right me-2 text-primary"></i>
  3726.               non gamstop casino
  3727.            </h6>
  3728.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3729.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3730.            </div> -->
  3731.          </a>
  3732.        </div>
  3733.          
  3734.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3735.          <a href="https://www.dumpaday.com/" class="text-decoration-none ">
  3736.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3737.              <i class="ti-angle-right me-2 text-primary"></i>
  3738.               non gamstop casino
  3739.            </h6>
  3740.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3741.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3742.            </div> -->
  3743.          </a>
  3744.        </div>
  3745.          
  3746.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3747.          <a href="https://www.outset.org/" class="text-decoration-none ">
  3748.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3749.              <i class="ti-angle-right me-2 text-primary"></i>
  3750.               non uk betting sites
  3751.            </h6>
  3752.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3753.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3754.            </div> -->
  3755.          </a>
  3756.        </div>
  3757.          
  3758.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3759.          <a href="https://thebrexitparty.org/" class="text-decoration-none ">
  3760.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3761.              <i class="ti-angle-right me-2 text-primary"></i>
  3762.               non gamstop casinos
  3763.            </h6>
  3764.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3765.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3766.            </div> -->
  3767.          </a>
  3768.        </div>
  3769.          
  3770.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3771.          <a href="https://www.regionalnetworks.org.uk/" class="text-decoration-none ">
  3772.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3773.              <i class="ti-angle-right me-2 text-primary"></i>
  3774.               Casinos Not Using GAMSTOP
  3775.            </h6>
  3776.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3777.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3778.            </div> -->
  3779.          </a>
  3780.        </div>
  3781.          
  3782.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3783.          <a href="https://www.socresonline.org.uk/" class="text-decoration-none ">
  3784.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3785.              <i class="ti-angle-right me-2 text-primary"></i>
  3786.               bitcoin casino
  3787.            </h6>
  3788.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3789.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3790.            </div> -->
  3791.          </a>
  3792.        </div>
  3793.          
  3794.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3795.          <a href="https://www.welcometoportsmouth.co.uk/" class="text-decoration-none ">
  3796.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3797.              <i class="ti-angle-right me-2 text-primary"></i>
  3798.               online casinos
  3799.            </h6>
  3800.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3801.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3802.            </div> -->
  3803.          </a>
  3804.        </div>
  3805.          
  3806.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3807.          <a href="https://www.charitydigitalnews.co.uk/" class="text-decoration-none ">
  3808.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3809.              <i class="ti-angle-right me-2 text-primary"></i>
  3810.               non gamstop casinos
  3811.            </h6>
  3812.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3813.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3814.            </div> -->
  3815.          </a>
  3816.        </div>
  3817.          
  3818.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3819.          <a href="https://savethedatemagazine.co.uk/" class="text-decoration-none ">
  3820.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3821.              <i class="ti-angle-right me-2 text-primary"></i>
  3822.               online casino
  3823.            </h6>
  3824.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3825.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3826.            </div> -->
  3827.          </a>
  3828.        </div>
  3829.          
  3830.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3831.          <a href="https://unbound.co.uk/" class="text-decoration-none ">
  3832.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3833.              <i class="ti-angle-right me-2 text-primary"></i>
  3834.               online casino
  3835.            </h6>
  3836.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3837.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3838.            </div> -->
  3839.          </a>
  3840.        </div>
  3841.          
  3842.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3843.          <a href="https://www.legacycompany.co.uk/" class="text-decoration-none ">
  3844.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3845.              <i class="ti-angle-right me-2 text-primary"></i>
  3846.               online casino
  3847.            </h6>
  3848.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3849.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3850.            </div> -->
  3851.          </a>
  3852.        </div>
  3853.          
  3854.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3855.          <a href="https://knightsof.media/" class="text-decoration-none ">
  3856.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3857.              <i class="ti-angle-right me-2 text-primary"></i>
  3858.               casinos not on gamstop
  3859.            </h6>
  3860.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3861.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3862.            </div> -->
  3863.          </a>
  3864.        </div>
  3865.          
  3866.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3867.          <a href="https://bitcoinsuperstar.io/" class="text-decoration-none ">
  3868.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3869.              <i class="ti-angle-right me-2 text-primary"></i>
  3870.               No KYC casinos
  3871.            </h6>
  3872.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3873.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3874.            </div> -->
  3875.          </a>
  3876.        </div>
  3877.          
  3878.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3879.          <a href="https://roadpeace.org/" class="text-decoration-none ">
  3880.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3881.              <i class="ti-angle-right me-2 text-primary"></i>
  3882.               online casino
  3883.            </h6>
  3884.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3885.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3886.            </div> -->
  3887.          </a>
  3888.        </div>
  3889.          
  3890.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3891.          <a href="https://www.valuewalk.com/cryptocurrency/no-account-casinos/" class="text-decoration-none ">
  3892.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3893.              <i class="ti-angle-right me-2 text-primary"></i>
  3894.               no kyc casinos
  3895.            </h6>
  3896.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3897.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3898.            </div> -->
  3899.          </a>
  3900.        </div>
  3901.          
  3902.      </div>
  3903.  
  3904.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3905.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3906.      </div> -->
  3907.    </div>
  3908.  </div>
  3909.    
  3910.  <div class="sidebar-widget mb-4">
  3911.    <div class="widget-title-wrapper mb-3">
  3912.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3913.        <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3914.        <span class="title-arrow"></span>
  3915.      </h4>
  3916.    </div>
  3917.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  3918.      <div class="blog-roll-list scrollable-sidebar">
  3919.        
  3920.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3921.          <a href="https://www.welcometoportsmouth.co.uk/" class="text-decoration-none ">
  3922.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3923.              <i class="ti-angle-right me-2 text-primary"></i>
  3924.               casino not on gamstop
  3925.            </h6>
  3926.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3927.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3928.            </div> -->
  3929.          </a>
  3930.        </div>
  3931.          
  3932.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3933.          <a href="https://www.money-mentor.org/" class="text-decoration-none ">
  3934.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3935.              <i class="ti-angle-right me-2 text-primary"></i>
  3936.               crypto casino
  3937.            </h6>
  3938.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3939.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3940.            </div> -->
  3941.          </a>
  3942.        </div>
  3943.          
  3944.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3945.          <a href="https://financialservicescultureboard.org.uk/" class="text-decoration-none ">
  3946.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3947.              <i class="ti-angle-right me-2 text-primary"></i>
  3948.               best online betting sites
  3949.            </h6>
  3950.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3951.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3952.            </div> -->
  3953.          </a>
  3954.        </div>
  3955.          
  3956.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3957.          <a href="https://www.taysideaviation.co.uk/" class="text-decoration-none ">
  3958.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3959.              <i class="ti-angle-right me-2 text-primary"></i>
  3960.               best betting sites
  3961.            </h6>
  3962.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3963.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3964.            </div> -->
  3965.          </a>
  3966.        </div>
  3967.          
  3968.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3969.          <a href="https://www.money-mentor.org/" class="text-decoration-none ">
  3970.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3971.              <i class="ti-angle-right me-2 text-primary"></i>
  3972.               bitcoin casino
  3973.            </h6>
  3974.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3975.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3976.            </div> -->
  3977.          </a>
  3978.        </div>
  3979.          
  3980.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3981.          <a href="https://platypuspress.co.uk/" class="text-decoration-none ">
  3982.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3983.              <i class="ti-angle-right me-2 text-primary"></i>
  3984.               online casinos
  3985.            </h6>
  3986.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3987.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3988.            </div> -->
  3989.          </a>
  3990.        </div>
  3991.          
  3992.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3993.          <a href="https://itechlabs.co.uk/" class="text-decoration-none ">
  3994.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3995.              <i class="ti-angle-right me-2 text-primary"></i>
  3996.               best betting sites
  3997.            </h6>
  3998.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3999.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4000.            </div> -->
  4001.          </a>
  4002.        </div>
  4003.          
  4004.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4005.          <a href="https://www.kscience.co.uk/" class="text-decoration-none ">
  4006.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4007.              <i class="ti-angle-right me-2 text-primary"></i>
  4008.               online casinos
  4009.            </h6>
  4010.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4011.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4012.            </div> -->
  4013.          </a>
  4014.        </div>
  4015.          
  4016.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4017.          <a href="https://jst.org.uk/" class="text-decoration-none ">
  4018.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4019.              <i class="ti-angle-right me-2 text-primary"></i>
  4020.               casino not on gamstop
  4021.            </h6>
  4022.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4023.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4024.            </div> -->
  4025.          </a>
  4026.        </div>
  4027.          
  4028.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4029.          <a href="https://www.foreignersinuk.co.uk/" class="text-decoration-none ">
  4030.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4031.              <i class="ti-angle-right me-2 text-primary"></i>
  4032.               online casino
  4033.            </h6>
  4034.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4035.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4036.            </div> -->
  4037.          </a>
  4038.        </div>
  4039.          
  4040.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4041.          <a href="https://www.bshg.org.uk/" class="text-decoration-none ">
  4042.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4043.              <i class="ti-angle-right me-2 text-primary"></i>
  4044.               online casino
  4045.            </h6>
  4046.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4047.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4048.            </div> -->
  4049.          </a>
  4050.        </div>
  4051.          
  4052.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4053.          <a href="https://www.livingcoasts.org.uk/" class="text-decoration-none ">
  4054.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4055.              <i class="ti-angle-right me-2 text-primary"></i>
  4056.               no gamstop casino
  4057.            </h6>
  4058.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4059.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4060.            </div> -->
  4061.          </a>
  4062.        </div>
  4063.          
  4064.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4065.          <a href="https://savethedatemagazine.co.uk/" class="text-decoration-none ">
  4066.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4067.              <i class="ti-angle-right me-2 text-primary"></i>
  4068.               casinos not on gamstop
  4069.            </h6>
  4070.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4071.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4072.            </div> -->
  4073.          </a>
  4074.        </div>
  4075.          
  4076.      </div>
  4077.  
  4078.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  4079.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  4080.      </div> -->
  4081.    </div>
  4082.  </div>
  4083.    
  4084.  <!-- <div class="sidebar-widget">
  4085.    <div class="widget-title-wrapper mb-3">
  4086.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  4087.        <i class="ti-calendar me-2"></i>August 2025 Blog Roll
  4088.        <span class="title-arrow"></span>
  4089.      </h4>
  4090.    </div>
  4091.    <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  4092.      <div class="blog-roll-list">
  4093.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  4094.          <a href="#" class="text-decoration-none">
  4095.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4096.              <i class="ti-angle-right me-2 text-primary"></i>
  4097.              Complete Guide to Django REST Framework
  4098.            </h6>
  4099.            <div class="blog-meta d-flex justify-content-between align-items-center">
  4100.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4101.            </div>
  4102.          </a>
  4103.        </div>
  4104.  
  4105.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  4106.          <a href="#" class="text-decoration-none">
  4107.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4108.              <i class="ti-angle-right me-2 text-primary"></i>
  4109.              Modern JavaScript ES2025 Features
  4110.            </h6>
  4111.            <div class="blog-meta d-flex justify-content-between align-items-center">
  4112.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 25, 2025</small>
  4113.            </div>
  4114.          </a>
  4115.        </div>
  4116.  
  4117.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  4118.          <a href="#" class="text-decoration-none">
  4119.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4120.              <i class="ti-angle-right me-2 text-primary"></i>
  4121.              Digital Marketing Trends in 2025
  4122.            </h6>
  4123.            <div class="blog-meta d-flex justify-content-between align-items-center">
  4124.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 23, 2025</small>
  4125.            </div>
  4126.          </a>
  4127.        </div>
  4128.  
  4129.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  4130.          <a href="#" class="text-decoration-none">
  4131.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4132.              <i class="ti-angle-right me-2 text-primary"></i>
  4133.              Remote Work Best Practices
  4134.            </h6>
  4135.            <div class="blog-meta d-flex justify-content-between align-items-center">
  4136.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 20, 2025</small>
  4137.            </div>
  4138.          </a>
  4139.        </div>
  4140.  
  4141.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  4142.          <a href="#" class="text-decoration-none">
  4143.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4144.              <i class="ti-angle-right me-2 text-primary"></i>
  4145.              Sustainable Living Tips for Beginners
  4146.            </h6>
  4147.            <div class="blog-meta d-flex justify-content-between align-items-center">
  4148.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 18, 2025</small>
  4149.            </div>
  4150.          </a>
  4151.        </div>
  4152.  
  4153.        <div class="blog-roll-item">
  4154.          <a href="#" class="text-decoration-none">
  4155.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4156.              <i class="ti-angle-right me-2 text-primary"></i>
  4157.              AI and Machine Learning Basics
  4158.            </h6>
  4159.            <div class="blog-meta d-flex justify-content-between align-items-center">
  4160.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 15, 2025</small>
  4161.            </div>
  4162.          </a>
  4163.        </div>
  4164.      </div>
  4165.  
  4166.      <div class="text-center mt-4 pt-3 border-top border-light">
  4167.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  4168.      </div>
  4169.    </div>
  4170.  </div> -->
  4171. </div>
  4172.  
  4173. <!-- Sidebar V2 Styles -->
  4174. <style>
  4175.  .sidebar-widget {
  4176.    position: relative;
  4177.  }
  4178.  
  4179.  .widget-title {
  4180.    font-size: 1.1rem;
  4181.    font-weight: 700;
  4182.    display: inline-block;
  4183.    position: relative;
  4184.    z-index: 2;
  4185.    border-radius: 0;
  4186.  }
  4187.  
  4188.  /* Green arrow for August Blog Roll */
  4189.  .title-arrow::after {
  4190.    content: '';
  4191.    position: absolute;
  4192.    top: 0;
  4193.    right: -22px;
  4194.    width: 0;
  4195.    height: 0;
  4196.    border-left: 22px solid var(--bs-primary);
  4197.    border-top: 22px solid transparent;
  4198.    border-bottom: 22px solid transparent;
  4199.    z-index: 1;
  4200.  }
  4201.  
  4202.  /* Blue arrow for Recent Posts */
  4203.  .title-arrow-primary::after {
  4204.    content: '';
  4205.    position: absolute;
  4206.    top: 0;
  4207.    right: -22px;
  4208.    width: 0;
  4209.    height: 0;
  4210.    border-left: 22px solid var(--bs-primary);
  4211.    border-top: 22px solid transparent;
  4212.    border-bottom: 22px solid transparent;
  4213.    z-index: 1;
  4214.  }
  4215.  
  4216.  .widget-content {
  4217.    margin-top: -1px;
  4218.    position: relative;
  4219.    z-index: 1;
  4220.    background-color: var(--card-bg);
  4221.  }
  4222.  
  4223.  /* Blog Roll Items Hover Effects */
  4224.  .blog-roll-item:hover .blog-title {
  4225.    color: #198754 !important;
  4226.    transform: translateX(5px);
  4227.    transition: all 0.3s ease;
  4228.  }
  4229.  
  4230.  /* Recent Post Items Hover Effects */
  4231.  .recent-post-item:hover .post-title a {
  4232.    color: #0d6efd !important;
  4233.    transition: color 0.3s ease;
  4234.  }
  4235.  
  4236.  .recent-post-item:hover .post-image img {
  4237.    transform: scale(1.05);
  4238.    transition: transform 0.3s ease;
  4239.  }
  4240.  
  4241.  /* Button Hover Effects */
  4242.  .btn:hover {
  4243.    transform: translateY(-2px);
  4244.    transition: all 0.3s ease;
  4245.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  4246.  }
  4247.  
  4248.  /* Badge Hover Effects */
  4249.  .badge:hover {
  4250.    transform: scale(1.05);
  4251.    transition: transform 0.3s ease;
  4252.  }
  4253.  
  4254.  @media (max-width: 991px) {
  4255.    .sidebar {
  4256.      margin-top: 3rem;
  4257.    }
  4258.  }
  4259.  
  4260.  @media (max-width: 576px) {
  4261.    .widget-title {
  4262.      font-size: 1rem;
  4263.      padding: 0.75rem 1rem !important;
  4264.    }
  4265.  
  4266.    .title-arrow::after,
  4267.    .title-arrow-primary::after {
  4268.      right: -18px;
  4269.      border-left-width: 18px;
  4270.      border-top-width: 18px;
  4271.      border-bottom-width: 18px;
  4272.    }
  4273.  
  4274.    .post-image {
  4275.      width: 70px !important;
  4276.      height: 55px !important;
  4277.    }
  4278.  
  4279.    .blog-meta {
  4280.      flex-direction: column !important;
  4281.      align-items: flex-start !important;
  4282.      gap: 0.5rem;
  4283.    }
  4284.  }
  4285. </style>
  4286.  
  4287.    
  4288.            </div>
  4289.        </div>
  4290.    </div>
  4291. </section>
  4292.  
  4293. <script>
  4294. // Intersection Observer for scroll animations
  4295. document.addEventListener('DOMContentLoaded', function() {
  4296.    const observerOptions = {
  4297.        threshold: 0.1,
  4298.        rootMargin: '0px 0px -50px 0px'
  4299.    };
  4300.  
  4301.    const observer = new IntersectionObserver(function(entries) {
  4302.        entries.forEach(entry => {
  4303.            if (entry.isIntersecting) {
  4304.                entry.target.classList.add('animated');
  4305.            }
  4306.        });
  4307.    }, observerOptions);
  4308.  
  4309.    document.querySelectorAll('.animate-on-scroll').forEach(el => {
  4310.        observer.observe(el);
  4311.    });
  4312. });
  4313. </script>
  4314.  
  4315.    
  4316.        
  4317.        <!-- end wpo-blog-highlights-section -->
  4318.        <!-- start wpo-blog-sponsored-section -->
  4319.        
  4320.  
  4321.  
  4322.  
  4323.    
  4324.  
  4325.  
  4326.  
  4327. <style>
  4328.    .sponsored-section-v3 {
  4329.        padding: 50px 0;
  4330.    }
  4331.    
  4332.    .sponsored-card-v3 {
  4333.        background: var(--card-bg);
  4334.        border: 1px solid var(--border-color);
  4335.        border-radius: 4px;
  4336.        transition: transform 0.3s ease;
  4337.        height: 100%;
  4338.    }
  4339.    
  4340.    .sponsored-card-v3:hover {
  4341.        transform: scale(1.02);
  4342.    }
  4343.    
  4344.    .sponsored-image-v3 {
  4345.        position: relative;
  4346.        height: 170px;
  4347.        border-bottom: 1px solid var(--border-color);
  4348.    }
  4349.    
  4350.    .sponsored-image-v3 img {
  4351.        width: 100%;
  4352.        height: 100%;
  4353.        object-fit: cover;
  4354.    }
  4355.    
  4356.    .sponsored-badge-v3 {
  4357.        position: absolute;
  4358.        top: 10px;
  4359.        right: 10px;
  4360.        padding: 5px 8px;
  4361.        font-size: 11px;
  4362.        font-weight: 600;
  4363.        text-transform: uppercase;
  4364.        border-radius: 50%;
  4365.    }
  4366.    
  4367.    .sponsored-content-v3 {
  4368.        position: relative;
  4369.        padding: 18px;
  4370.    }
  4371.    
  4372.    .sponsored-title-v3 {
  4373.        font-size: 16px;
  4374.        font-weight: 700;
  4375.        line-height: 1.5;
  4376.        margin-bottom: 8px;
  4377.    }
  4378.    
  4379.    .sponsored-title-v3 a {
  4380.        text-decoration: none;
  4381.        color: #333;
  4382.    }
  4383.    
  4384.    .sponsored-title-v3 a:hover {
  4385.        color: #0056b3; /* Darker blue for hover */
  4386.    }
  4387.    
  4388.    .sponsored-excerpt-v3 {
  4389.        font-size: 13px;
  4390.        font-weight: 400;
  4391.        color: #868e96;
  4392.        margin-bottom: 12px;
  4393.        line-height: 1.5;
  4394.    }
  4395.    
  4396.    .sponsored-meta-v3 {
  4397.        font-size: 12px;
  4398.        color: #6c757d;
  4399.    }
  4400.    
  4401.    .author-info-v3 {
  4402.        display: flex;
  4403.        align-items: center;
  4404.        gap: 6px;
  4405.        margin-bottom: 6px;
  4406.    }
  4407.    
  4408.    .sponsored-author-img-v3 {
  4409.        width: 24px;
  4410.        height: 24px;
  4411.        border-radius: 50%;
  4412.        object-fit: cover;
  4413.    }
  4414.    
  4415.    .section-title-sponsored-v3 {
  4416.        font-size: 2rem;
  4417.        font-weight: 600;
  4418.        text-align: left;
  4419.        margin-bottom: 25px;
  4420.        color: #333;
  4421.        border-bottom: 3px solid var(--bs-primary);
  4422.        padding-bottom: 10px;
  4423.    }
  4424.  
  4425.    @media (max-width: 768px) {
  4426.        .sponsored-section-v3 {
  4427.            padding: 30px 0;
  4428.        }
  4429.        .sponsored-content-v3 {
  4430.            padding: 15px;
  4431.        }
  4432.        .sponsored-title-v3 {
  4433.            font-size: 15px;
  4434.        }
  4435.        .sponsored-excerpt-v3 {
  4436.            font-size: 12px;
  4437.        }
  4438.        .section-title-sponsored-v3 {
  4439.            font-size: 1.8rem;
  4440.        }
  4441.    }
  4442. </style>
  4443.  
  4444. <section class="sponsored-section-v3">
  4445.    <div class="container-fluid fluid-container">
  4446.        <div class="row">
  4447.            <div class="col-12">
  4448.                <h2 class="section-title-sponsored-v3">Sponsored News</h2>
  4449.            </div>
  4450.        </div>
  4451.        
  4452.        <div class="row g-4">
  4453.            
  4454.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  4455.                <div class="card sponsored-card-v3">
  4456.                    <div class="sponsored-image-v3">
  4457.                        
  4458.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4459.                        
  4460.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4461.                    </div>
  4462.                    <div class="sponsored-content-v3">
  4463.                        <h3 class="sponsored-title-v3">
  4464.                            <a href="/mastering-the-art-of-talk-dating-like-a-gen-z-51-hyperspecific-terms-for-romance-sex-and-bad-behaviour/" class="top-color">
  4465.                            Mastering the Art of Talk Dating Like a Gen Z: 51 Hyperspecific Terms for Romance, Sex and Bad Behaviour
  4466.                            </a>
  4467.                        </h3>
  4468.                        <p class="sponsored-excerpt-v3">
  4469.                            
  4470.                        </p>
  4471.                        <div class="sponsored-meta-v3">
  4472.                            <div class="author-info-v3">
  4473.                                
  4474.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Gabriela Davis" class="sponsored-author-img-v3">
  4475.                                
  4476.                                <span>
  4477.                                    Gabriela Davis
  4478.                                </span>
  4479.                            </div>
  4480.                            <div class="d-flex gap-2">
  4481.                                <i class="ti-calendar"></i> 11 May 2026
  4482.                            </div>
  4483.                        </div>
  4484.                    </div>
  4485.                </div>
  4486.            </div>
  4487.            
  4488.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  4489.                <div class="card sponsored-card-v3">
  4490.                    <div class="sponsored-image-v3">
  4491.                        
  4492.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4493.                        
  4494.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4495.                    </div>
  4496.                    <div class="sponsored-content-v3">
  4497.                        <h3 class="sponsored-title-v3">
  4498.                            <a href="/trump-and-his-followers-imagine-a-planet-without-worldwide-regulations-however-they-will-not-achieve-it/" class="top-color">
  4499.                            Trump and His Followers Imagine a Planet Without Worldwide Regulations – However They Will Not Achieve It
  4500.                            </a>
  4501.                        </h3>
  4502.                        <p class="sponsored-excerpt-v3">
  4503.                            
  4504.                        </p>
  4505.                        <div class="sponsored-meta-v3">
  4506.                            <div class="author-info-v3">
  4507.                                
  4508.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Gabriela Davis" class="sponsored-author-img-v3">
  4509.                                
  4510.                                <span>
  4511.                                    Gabriela Davis
  4512.                                </span>
  4513.                            </div>
  4514.                            <div class="d-flex gap-2">
  4515.                                <i class="ti-calendar"></i> 10 May 2026
  4516.                            </div>
  4517.                        </div>
  4518.                    </div>
  4519.                </div>
  4520.            </div>
  4521.            
  4522.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  4523.                <div class="card sponsored-card-v3">
  4524.                    <div class="sponsored-image-v3">
  4525.                        
  4526.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4527.                        
  4528.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4529.                    </div>
  4530.                    <div class="sponsored-content-v3">
  4531.                        <h3 class="sponsored-title-v3">
  4532.                            <a href="/swedish-selection-reveal-isak-named-whereas-viktor-gyokeres-excluded/" class="top-color">
  4533.                            Swedish Selection Reveal: Isak Named Whereas Viktor Gyokeres Excluded
  4534.                            </a>
  4535.                        </h3>
  4536.                        <p class="sponsored-excerpt-v3">
  4537.                            
  4538.                        </p>
  4539.                        <div class="sponsored-meta-v3">
  4540.                            <div class="author-info-v3">
  4541.                                
  4542.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Gabriela Davis" class="sponsored-author-img-v3">
  4543.                                
  4544.                                <span>
  4545.                                    Gabriela Davis
  4546.                                </span>
  4547.                            </div>
  4548.                            <div class="d-flex gap-2">
  4549.                                <i class="ti-calendar"></i> 10 May 2026
  4550.                            </div>
  4551.                        </div>
  4552.                    </div>
  4553.                </div>
  4554.            </div>
  4555.            
  4556.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  4557.                <div class="card sponsored-card-v3">
  4558.                    <div class="sponsored-image-v3">
  4559.                        
  4560.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4561.                        
  4562.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4563.                    </div>
  4564.                    <div class="sponsored-content-v3">
  4565.                        <h3 class="sponsored-title-v3">
  4566.                            <a href="/united-arab-emirates-refuses-to-participate-in-gaza-stabilisation-mission-lacking-clear-legal-framework/" class="top-color">
  4567.                            United Arab Emirates Refuses to Participate in Gaza Stabilisation Mission Lacking Clear Legal Framework
  4568.                            </a>
  4569.                        </h3>
  4570.                        <p class="sponsored-excerpt-v3">
  4571.                            
  4572.                        </p>
  4573.                        <div class="sponsored-meta-v3">
  4574.                            <div class="author-info-v3">
  4575.                                
  4576.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Gabriela Davis" class="sponsored-author-img-v3">
  4577.                                
  4578.                                <span>
  4579.                                    Gabriela Davis
  4580.                                </span>
  4581.                            </div>
  4582.                            <div class="d-flex gap-2">
  4583.                                <i class="ti-calendar"></i> 10 May 2026
  4584.                            </div>
  4585.                        </div>
  4586.                    </div>
  4587.                </div>
  4588.            </div>
  4589.            
  4590.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  4591.                <div class="card sponsored-card-v3">
  4592.                    <div class="sponsored-image-v3">
  4593.                        
  4594.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4595.                        
  4596.                        <div class="sponsored-badge-v3 bg-primary-gradient">Others</div>
  4597.                    </div>
  4598.                    <div class="sponsored-content-v3">
  4599.                        <h3 class="sponsored-title-v3">
  4600.                            <a href="/top-strategies-to-enhance-your-fortune-in-online-casino-slots/" class="top-color">
  4601.                            Top Strategies to Enhance Your Fortune in Online Casino Slots
  4602.                            </a>
  4603.                        </h3>
  4604.                        <p class="sponsored-excerpt-v3">
  4605.                            
  4606.                        </p>
  4607.                        <div class="sponsored-meta-v3">
  4608.                            <div class="author-info-v3">
  4609.                                
  4610.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Gabriela Davis" class="sponsored-author-img-v3">
  4611.                                
  4612.                                <span>
  4613.                                    Gabriela Davis
  4614.                                </span>
  4615.                            </div>
  4616.                            <div class="d-flex gap-2">
  4617.                                <i class="ti-calendar"></i> 10 May 2026
  4618.                            </div>
  4619.                        </div>
  4620.                    </div>
  4621.                </div>
  4622.            </div>
  4623.            
  4624.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  4625.                <div class="card sponsored-card-v3">
  4626.                    <div class="sponsored-image-v3">
  4627.                        
  4628.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4629.                        
  4630.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4631.                    </div>
  4632.                    <div class="sponsored-content-v3">
  4633.                        <h3 class="sponsored-title-v3">
  4634.                            <a href="/the-former-congresswoman-establishes-history-as-virginias-initial-woman-state-leader/" class="top-color">
  4635.                            The Former Congresswoman Establishes History as Virginia&#x27;s Initial Woman State Leader
  4636.                            </a>
  4637.                        </h3>
  4638.                        <p class="sponsored-excerpt-v3">
  4639.                            
  4640.                        </p>
  4641.                        <div class="sponsored-meta-v3">
  4642.                            <div class="author-info-v3">
  4643.                                
  4644.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Gabriela Davis" class="sponsored-author-img-v3">
  4645.                                
  4646.                                <span>
  4647.                                    Gabriela Davis
  4648.                                </span>
  4649.                            </div>
  4650.                            <div class="d-flex gap-2">
  4651.                                <i class="ti-calendar"></i> 10 May 2026
  4652.                            </div>
  4653.                        </div>
  4654.                    </div>
  4655.                </div>
  4656.            </div>
  4657.            
  4658.        </div>
  4659.    </div>
  4660. </section>
  4661.  
  4662.  
  4663.    
  4664.        <!-- end wpo-blog-sponsored-section -->
  4665.        <!-- start wpo-subscribe-section -->
  4666.        
  4667.        <!-- end subscribe-section -->
  4668.        <!-- start of wpo-site-footer-section -->
  4669.        
  4670.  
  4671.  
  4672.  
  4673.  
  4674.  
  4675.  
  4676. <footer class="wpo-site-footer-v2 ">
  4677.    
  4678.    <!-- Main Footer Content -->
  4679.    <div class="container-fluid fluid-container">
  4680.        
  4681.        <!-- Step 1: Brand Section -->
  4682.        <div class="footer-brand-section">
  4683.            <div class="row justify-content-center">
  4684.                <div class="col-lg-8 col-md-10 col-12 text-center">
  4685.                    <div class="brand-wrapper">
  4686.                        
  4687.                        <h2 class="brand-title">FuturePortal UK</h2>
  4688.                        <p class="brand-description">Explore cutting-edge technology trends, AI developments, and digital innovation insights from the UK&#x27;s leading tech blog. Stay ahead with expert analysis and future-focused content.</p>
  4689.                        
  4690.                    </div>
  4691.                </div>
  4692.            </div>
  4693.        </div>
  4694.  
  4695.        <!-- Step 2: Content Columns with Separators -->
  4696.        <div class="footer-content-section">
  4697.            <div class="content-divider"></div>
  4698.            
  4699.            <div class="row">
  4700.                
  4701.                <!-- Column 1: Important Links -->
  4702.                <div class="col-lg-6 col-md-6 col-12">
  4703.                    <div class="footer-column">
  4704.                        <div class="column-header">
  4705.                            <span class="column-number bg-primary-gradient">01</span>
  4706.                            <h6 class="column-title">Important Pages</h6>
  4707.                        </div>
  4708.                        <div class="column-content">
  4709.                            <ul class="footer-links">
  4710.                                
  4711.                                <li>
  4712.                                    <a href="/russian-president-vladimir-putin-pledges-continuous-oil-deliveries-to-india-in-rebuff-of-washington-pressure/" class="footer-link">
  4713.                                        Russian President Vladimir Putin Pledges Continuous Oil Deliveries to India in Rebuff of Washington Pressure
  4714.                                    </a>
  4715.                                </li>
  4716.                                
  4717.                                <li>
  4718.                                    <a href="/gaza-war-in-maps-after-two-years-of-hostilities/" class="footer-link">
  4719.                                        Gaza War in Maps After Two Years of Hostilities
  4720.                                    </a>
  4721.                                </li>
  4722.                                
  4723.                                <li>
  4724.                                    <a href="/democrats-denounce-trump-after-he-states-they-should-face-death-penalty/" class="footer-link">
  4725.                                        Democrats Denounce Trump After He States They Should Face Death Penalty
  4726.                                    </a>
  4727.                                </li>
  4728.                                
  4729.                                <li>
  4730.                                    <a href="/the-players-and-trainers-born-outside-in-the-united-states/" class="footer-link">
  4731.                                        The Players and Trainers Born Outside in the United States
  4732.                                    </a>
  4733.                                </li>
  4734.                                
  4735.                                <li>
  4736.                                    <a href="/russian-authorities-bans-snapchat-and-cracks-down-on-apples-facetime-state-media-announce/" class="footer-link">
  4737.                                        Russian Authorities Bans Snapchat and Cracks Down on Apple&#x27;s FaceTime, State Media Announce
  4738.                                    </a>
  4739.                                </li>
  4740.                                
  4741.                                <li>
  4742.                                    <a href="/chornobyl-catastrophe-shelter-can-no-longer-effectively-blocks-harmful-radiation-needs-major-restoration-iaea/" class="footer-link">
  4743.                                        Chornobyl Catastrophe Shelter Can No Longer Effectively Blocks Harmful Radiation, Needs Major Restoration – IAEA
  4744.                                    </a>
  4745.                                </li>
  4746.                                
  4747.                            </ul>
  4748.                        </div>
  4749.                    </div>
  4750.                </div>
  4751.  
  4752.                <!-- Column 2: External Links -->
  4753.                 <div class="col-lg-6 col-md-6 col-12">
  4754.                    <div class="footer-column">
  4755.                        <div class="column-header">
  4756.                            <span class="column-number bg-primary-gradient">02</span>
  4757.                            <h6 class="column-title">External Resources</h6>
  4758.                        </div>
  4759.                       <div class="column-content">
  4760.    <ul class="footer-links" id="footerLinks">
  4761.        
  4762.        
  4763.  
  4764.        
  4765.        
  4766.        
  4767.        
  4768.    </ul>
  4769. </div>
  4770.  
  4771.                    </div>
  4772.                </div>
  4773.  
  4774.                <!-- Column 3: Categories -->
  4775.                <div class="col-lg-6 col-md-6 col-12">
  4776.                    <div class="footer-column">
  4777.                        <div class="column-header">
  4778.                            <span class="column-number bg-primary-gradient">02</span>
  4779.                            <h6 class="column-title">Categories</h6>
  4780.                        </div>
  4781.                        <div class="column-content">
  4782.                            <ul class="footer-links">
  4783.                                
  4784.                                <li>
  4785.                                    <a href="/category/all-posts/" class="footer-link">
  4786.                                        All Posts
  4787.                                    </a>
  4788.                                </li>
  4789.                                
  4790.                                <li>
  4791.                                    <a href="/category/business/" class="footer-link">
  4792.                                        Business
  4793.                                    </a>
  4794.                                </li>
  4795.                                
  4796.                                <li>
  4797.                                    <a href="/category/esports/" class="footer-link">
  4798.                                        Esports
  4799.                                    </a>
  4800.                                </li>
  4801.                                
  4802.                                <li>
  4803.                                    <a href="/category/fashion/" class="footer-link">
  4804.                                        Fashion
  4805.                                    </a>
  4806.                                </li>
  4807.                                
  4808.                                <li>
  4809.                                    <a href="/category/featured/" class="footer-link">
  4810.                                        Featured
  4811.                                    </a>
  4812.                                </li>
  4813.                                
  4814.                                <li>
  4815.                                    <a href="/category/gaming/" class="footer-link">
  4816.                                        Gaming
  4817.                                    </a>
  4818.                                </li>
  4819.                                
  4820.                            </ul>
  4821.                        </div>
  4822.                    </div>
  4823.                </div>
  4824.  
  4825.            </div>
  4826.        </div>
  4827.  
  4828.        <!-- Step 3: Footer Bottom -->
  4829.        <div class="footer-bottom-section">
  4830.            <div class="bottom-divider"></div>
  4831.            <div class="d-flex justify-content-between flex-wrap">
  4832.                <div class="">
  4833.                    <p class="copyright-text">
  4834.                        &copy; 2026 <strong>FuturePortal UK</strong> • All rights reserved
  4835.                    </p>
  4836.                </div>
  4837.                <div class="">
  4838.                    <nav class="footer-nav">
  4839.                        <a href="/page/write-for-us/" class="footer-nav-link">Write For Us</a>
  4840.                        <a href="/page/terms-and-conditions/" class="footer-nav-link">Terms</a>
  4841.                        <a href="/sitemap.xml" class="footer-nav-link">Sitemap</a>
  4842.                    </nav>
  4843.                </div>
  4844.            </div>
  4845.        </div>
  4846.  
  4847.    </div>
  4848.  
  4849.    <!-- Background Elements -->
  4850.    <div class="footer-bg-elements">
  4851.        <div class="bg-circle circle-1"></div>
  4852.        <div class="bg-circle circle-2"></div>
  4853.        <div class="bg-line line-1"></div>
  4854.        <div class="bg-line line-2"></div>
  4855.    </div>
  4856.  
  4857. </footer>
  4858.  
  4859. <style>
  4860. /* Footer V2 - Clean Blog Design */
  4861. .wpo-site-footer-v2 {
  4862.    color: var(--footer-color);
  4863.    background-color: var(--card-bg);
  4864.    margin-top: 100px;
  4865. }
  4866.  
  4867.  
  4868.  
  4869. /* Step 2: Brand Section */
  4870. .footer-brand-section {
  4871.    position: relative;
  4872.    z-index: 2;
  4873.    padding: 120px 0 60px;
  4874. }
  4875.  
  4876. .brand-wrapper {
  4877.    max-width: 600px;
  4878.    margin: 0 auto;
  4879. }
  4880.  
  4881. .footer-logo {
  4882.    max-height: 60px;
  4883.    width: auto;
  4884.    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
  4885. }
  4886.  
  4887. .brand-title {
  4888.    font-size: 2.2rem;
  4889.    font-weight: 800;
  4890.    color: var(--footer-color);
  4891.    margin-bottom: 1rem;
  4892.    letter-spacing: -0.02em;
  4893. }
  4894.  
  4895. .brand-description {
  4896.    font-size: 1.1rem;
  4897.    color: var(--footer-color);
  4898.    line-height: 1.6;
  4899.    opacity: .7;
  4900.    margin-bottom: 0;
  4901. }
  4902.  
  4903. /* Step 3: Content Section */
  4904. .footer-content-section {
  4905.    position: relative;
  4906.    z-index: 2;
  4907.    padding: 60px 0;
  4908. }
  4909.  
  4910.  
  4911. .footer-column {
  4912.    margin-bottom: 40px;
  4913.    padding: 0 20px;
  4914. }
  4915.  
  4916. .column-header {
  4917.    display: flex;
  4918.    align-items: center;
  4919.    margin-bottom: 25px;
  4920.    padding-bottom: 15px;
  4921.    border-bottom: 2px solid var(--border-color);
  4922. }
  4923.  
  4924. .column-number {
  4925.    width: 35px;
  4926.    height: 35px;
  4927.    border-radius: 10px;
  4928.    display: flex;
  4929.    align-items: center;
  4930.    justify-content: center;
  4931.    font-weight: 700;
  4932.    font-size: 0.9rem;
  4933.    margin-right: 15px;
  4934. }
  4935.  
  4936. .column-title {
  4937.    font-size: 1.1rem;
  4938.    font-weight: 700;
  4939.    color: var(--footer-color) !important;
  4940.    margin: 0;
  4941. }
  4942.  
  4943. .column-content {
  4944.    padding-left: 50px;
  4945. }
  4946.  
  4947. /* Footer Links */
  4948. .footer-links {
  4949.    list-style: none;
  4950.    padding: 0;
  4951.    margin: 0;
  4952. }
  4953.  
  4954. .footer-links li {
  4955.    margin-bottom: 12px;
  4956.    position: relative;
  4957. }
  4958.  
  4959. .footer-link {
  4960.    color: var(--footer-color) !important;
  4961.    text-decoration: none;
  4962.    font-size: 0.95rem;
  4963.    line-height: 1.5;
  4964.    transition: all 0.8s ease;
  4965.    position: relative;
  4966.    display: inline-flex;
  4967.    align-items: center;
  4968. }
  4969.  
  4970. .footer-link:hover {
  4971.    color: var(--bs-primary);
  4972.    padding-left: 8px;
  4973. }
  4974.  
  4975. .footer-link::before {
  4976.    content: '';
  4977.    position: absolute;
  4978.    left: -15px;
  4979.    top: 50%;
  4980.    transform: translateY(-50%);
  4981.    width: 4px;
  4982.    height: 4px;
  4983.    background: var(--bs-primary);
  4984.    border-radius: 50%;
  4985.    opacity: 0;
  4986.    transition: opacity 0.3s ease;
  4987. }
  4988.  
  4989. .footer-link:hover::before {
  4990.    opacity: 1;
  4991. }
  4992.  
  4993. /* Step 4: Footer Bottom */
  4994. .footer-bottom-section {
  4995.    position: relative;
  4996.    z-index: 2;
  4997.    padding: 30px 0;
  4998. }
  4999.  
  5000. .bottom-divider {
  5001.    width: 100%;
  5002.    height: 1px;
  5003.    background: linear-gradient(90deg, transparent 0%,var(--footer-color) ,var(--border-color) ,  transparent 100%);
  5004.    margin-bottom: 30px;
  5005. }
  5006.  
  5007. .copyright-text {
  5008.    color: var(--footer-color);
  5009.    font-size: 0.9rem;
  5010.    margin: 0;
  5011.    line-height: 1.6;
  5012. }
  5013.  
  5014. .footer-nav {
  5015.    display: flex;
  5016.    align-items: center;
  5017.    gap: 20px;
  5018.    justify-content: center;
  5019. }
  5020.  
  5021. .footer-nav-link {
  5022.    color: var(--footer-color) !important;
  5023.    text-decoration: none;
  5024.    font-size: 0.9rem;
  5025.    font-weight: 500;
  5026.    transition: color 0.3s ease;
  5027.    position: relative;
  5028. }
  5029.  
  5030. .footer-nav-link:hover {
  5031.    color: var(--bs-primary);
  5032. }
  5033.  
  5034. .footer-nav-link::after {
  5035.    content: '';
  5036.    position: absolute;
  5037.    bottom: -5px;
  5038.    left: 0;
  5039.    width: 0;
  5040.    height: 2px;
  5041.    background: var(--bs-primary) !important;
  5042.    transition: width 0.3s ease;
  5043. }
  5044.  
  5045. .footer-nav-link:hover::after {
  5046.    width: 100%;
  5047. }
  5048.  
  5049. /* Responsive Design */
  5050. @media (max-width: 992px) {
  5051.    .footer-brand-section {
  5052.        padding: 100px 0 50px;
  5053.    }
  5054.    
  5055.    .brand-title {
  5056.        font-size: 1.8rem;
  5057.    }
  5058.    
  5059.    .column-content {
  5060.        padding-left: 0;
  5061.        padding-top: 10px;
  5062.    }
  5063.    
  5064.    .column-header {
  5065.        flex-direction: column;
  5066.        align-items: flex-start;
  5067.        gap: 10px;
  5068.    }
  5069.    
  5070.    .column-number {
  5071.        align-self: center;
  5072.    }
  5073. }
  5074.  
  5075. @media (max-width: 768px) {
  5076.    .footer-brand-section {
  5077.        padding: 80px 0 40px;
  5078.    }
  5079.    
  5080.    .brand-title {
  5081.        font-size: 1.6rem;
  5082.    }
  5083.    
  5084.    .newsletter-inline {
  5085.        padding: 1.5rem;
  5086.        margin: 0 15px;
  5087.    }
  5088.    
  5089.    .newsletter-form .input-group {
  5090.        flex-direction: column;
  5091.    }
  5092.    
  5093.    .btn-newsletter {
  5094.        border-radius: 0 0 12px 12px;
  5095.    }
  5096.    
  5097.    .newsletter-input {
  5098.        border-radius: 12px 12px 0 0;
  5099.    }
  5100.    
  5101.    .footer-column {
  5102.        padding: 0 15px;
  5103.        margin-bottom: 35px;
  5104.    }
  5105.    
  5106.    .footer-nav {
  5107.        flex-direction: column;
  5108.        gap: 15px;
  5109.        margin-top: 20px;
  5110.    }
  5111. }
  5112.  
  5113. @media (max-width: 576px) {
  5114.    .footer-brand-section {
  5115.        padding: 60px 0 30px;
  5116.    }
  5117.    
  5118.    .brand-title {
  5119.        font-size: 1.4rem;
  5120.    }
  5121.    
  5122.    .brand-description {
  5123.        font-size: 1rem;
  5124.    }
  5125.    
  5126.    .newsletter-title {
  5127.        font-size: 1.1rem;
  5128.    }
  5129.    
  5130.    .column-title {
  5131.        font-size: 1rem;
  5132.    }
  5133.    
  5134.    .footer-column {
  5135.        padding: 0 10px;
  5136.    }
  5137.    
  5138.    .bg-circle, .bg-line {
  5139.        display: none;
  5140.    }
  5141. }
  5142.  
  5143. /* Minimal Animation */
  5144. .footer-column {
  5145.    transition: opacity 0.3s ease;
  5146. }
  5147.  
  5148. .footer-column:hover {
  5149.    opacity: 0.9;
  5150. }
  5151. </style>
  5152.  
  5153. <!-- Bootstrap 5 JS -->
  5154.  
  5155. <script>
  5156. // Scroll to Top Function
  5157. function scrollToTop() {
  5158.    window.scrollTo({
  5159.        top: 0,
  5160.        behavior: 'smooth'
  5161.    });
  5162. }
  5163.  
  5164. // Initialize Footer V2 Features
  5165. document.addEventListener('DOMContentLoaded', function() {
  5166.    
  5167.    // Newsletter Form Enhancement
  5168.    const newsletterForm = document.querySelector('.newsletter-form');
  5169.    if (newsletterForm) {
  5170.        newsletterForm.addEventListener('submit', function(e) {
  5171.            e.preventDefault(); // Remove this in actual implementation
  5172.            
  5173.            const submitBtn = this.querySelector('.btn-newsletter');
  5174.            const originalText = submitBtn.textContent;
  5175.            
  5176.            submitBtn.textContent = 'Subscribing...';
  5177.            submitBtn.disabled = true;
  5178.            
  5179.            // Simulate form processing
  5180.            setTimeout(() => {
  5181.                submitBtn.textContent = 'Subscribed!';
  5182.                submitBtn.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  5183.                
  5184.                setTimeout(() => {
  5185.                    submitBtn.textContent = originalText;
  5186.                    submitBtn.disabled = false;
  5187.                    submitBtn.style.background = '';
  5188.                    this.reset();
  5189.                }, 2000);
  5190.            }, 1500);
  5191.        });
  5192.    }
  5193.    
  5194.    // Smooth reveal for columns on scroll
  5195.    const observerOptions = {
  5196.        threshold: 0.1,
  5197.        rootMargin: '0px 0px -50px 0px'
  5198.    };
  5199.    
  5200.    const observer = new IntersectionObserver((entries) => {
  5201.        entries.forEach(entry => {
  5202.            if (entry.isIntersecting) {
  5203.                entry.target.style.opacity = '1';
  5204.                entry.target.style.transform = 'translateY(0)';
  5205.            }
  5206.        });
  5207.    }, observerOptions);
  5208.    
  5209.    // Initially hide columns for animation
  5210.    document.querySelectorAll('.footer-column').forEach((column, index) => {
  5211.        column.style.opacity = '0';
  5212.        column.style.transform = 'translateY(20px)';
  5213.        column.style.transition = `all 0.6s ease ${index * 0.1}s`;
  5214.        observer.observe(column);
  5215.    });
  5216.    
  5217.    // Prevent default for placeholder links
  5218.    document.querySelectorAll('a[href="#"]').forEach(link => {
  5219.        link.addEventListener('click', function(e) {
  5220.            e.preventDefault();
  5221.        });
  5222.    });
  5223. });
  5224.  
  5225. document.addEventListener('DOMContentLoaded', function () {
  5226.    var btn = document.getElementById('toggleFooterLinks');
  5227.    if (!btn) return; // No extra links, no button
  5228.  
  5229.    var extras = document.querySelectorAll('#footerLinks li.extra');
  5230.  
  5231.    btn.addEventListener('click', function () {
  5232.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  5233.            return li.classList.contains('d-none');
  5234.        });
  5235.  
  5236.        extras.forEach(function (li) {
  5237.            if (anyHidden) {
  5238.                li.classList.remove('d-none');
  5239.                li.classList.add('show');
  5240.            } else {
  5241.                li.classList.add('d-none');
  5242.                li.classList.remove('show');
  5243.            }
  5244.        });
  5245.  
  5246.        btn.textContent = anyHidden ? 'View less' : 'View more';
  5247.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  5248.    });
  5249. });
  5250.  
  5251. </script>
  5252.  
  5253.        <!-- end of wpo-site-footer-section -->
  5254.    </div>
  5255.    <!-- end of page-wrapper -->
  5256.  
  5257.    <!-- All JavaScript files
  5258.    ================================================== -->
  5259.    
  5260.  
  5261. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  5262. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  5263. <!-- Plugins for this template -->
  5264. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  5265. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  5266. <!-- Custom script for this template -->
  5267. <script src="/static/blogapp/assets/js/script.js"></script>
  5268.  
  5269. <script>
  5270. (function () {
  5271. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  5272. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  5273.  
  5274. function applyFallback(img) {
  5275. if (!img || img.dataset.fallbackApplied === "1") {
  5276. return;
  5277. }
  5278. var failedSrc = img.currentSrc || img.src || "";
  5279. img.dataset.fallbackApplied = "1";
  5280. img.onerror = null;
  5281. img.src = fallbackImageSrc;
  5282. console.warn("[ImageFallback] Replaced broken image:", {
  5283. failedSrc: failedSrc,
  5284. fallbackSrc: fallbackImageSrc,
  5285. alt: img.alt || "",
  5286. });
  5287. }
  5288.  
  5289. document.querySelectorAll("img").forEach(function (img) {
  5290. if (img.complete && img.naturalWidth === 0) {
  5291. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  5292. failedSrc: img.currentSrc || img.src || "",
  5293. alt: img.alt || "",
  5294. });
  5295. applyFallback(img);
  5296. }
  5297. });
  5298.  
  5299. document.addEventListener(
  5300. "error",
  5301. function (event) {
  5302. var target = event.target;
  5303. if (target && target.tagName === "IMG") {
  5304. applyFallback(target);
  5305. }
  5306. },
  5307. true
  5308. );
  5309. })();
  5310. </script>
  5311.  
  5312. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  5313.  
  5314.  
  5315.  
  5316. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"90e1759c3635430ca521a394ede4d36b","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  5317. </body>
  5318.  
  5319. </html>
  5320.  
  5321.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda