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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="lora">
  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-28T151858.072_14IBb6i_xka7soc_57h6v2s.png">
  14.    
  15.  
  16.    <title>Flux Lounge: UK&#x27;s Premier Lifestyle and Culture Blog Destination</title>
  17.    <meta name="description" content="Explore the latest trends in lifestyle, culture, and entertainment from the UK&#x27;s leading blog. Discover insightful articles, reviews, and guides.">
  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://fluxlounge.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #e74c3c;
  42.        --bs-primary-rgb: e74c3c;
  43.        --bs-secondary: #636e72;
  44.        --bs-success: #27ae60;
  45.        --bs-danger: #c0392b;
  46.        --bs-warning: #f1c40f;
  47.        --bs-info: #3498db;
  48.        --bs-light: #f5f6fa;
  49.        --bs-dark: #2d3436;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #e74c3c;
  53.        --theme-primary-color-s2: #e74c3c;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #2d3436;
  57.        --text-light-color: #676767;
  58.        --heading-color: #2d3436;
  59.        --border-color: #dfe4ea;
  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: #e8ecef;
  75.        --navbar-color: #2d3436;
  76.        --topbar-bg: #f5f6fa;
  77.        --topbar-color: #2d3436;
  78.        --footer-bg: #2d3436;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #dfe4ea;
  82.        --card-radius: 10px;
  83.        --link-color: #e74c3c;
  84.        --link-hover: #c0392b;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(231, 76, 60, 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_8">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405.  
  406. <div class="topbar d-sm-flex d-none">
  407.  <div class="container-fluid fluid-container">
  408.    <div class="row">
  409.      <div>
  410.        <div class="pt-2 d-flex  gap-2   pb-0">
  411.          <div class="bg-primary-gradient d-flex gap-2 mb-2 p-2 ">
  412.            <div class=" d-flex  ">
  413.              <sapn class="fw-bold ">
  414.                Latest
  415.              </sapn>
  416.            </div>
  417.            <div class="d-flex">
  418.              <sapn class="fw-bold ">
  419.                Update
  420.              </sapn>
  421.            </div>
  422.          </div>
  423.          <marquee direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  424.            <p class="text-center">
  425.              
  426.              <a href="/the-presidents-overarching-presence-in-athletics-hit-new-heights-in-last-year-2026-looks-set-to-go-further/" class="px-5 top-color">
  427.                The President&#x27;s Overarching Presence in Athletics Hit New Heights in Last Year. 2026 Looks Set to Go Further.
  428.              </a>
  429.              
  430.              <a href="/we-got-dismissed-and-were-embracing-it-this-is-how-to-find-a-fresh-position-that-suits-you-personally/" class="px-5 top-color">
  431.                We Got Dismissed, and We&#x27;re Embracing It – This Is How to Find a Fresh Position That Suits You Personally
  432.              </a>
  433.              
  434.              <a href="/over-60000-escape-sudanese-city-after-seizure-by-rsf-militia-un-reports/" class="px-5 top-color">
  435.                Over 60,000 Escape Sudanese City After Seizure by RSF Militia, UN Reports
  436.              </a>
  437.              
  438.              <a href="/work-out-while-you-work-ten-fitness-enhancing-workplace-workouts-you-can-do-in-everyday-outfits/" class="px-5 top-color">
  439.                Work out while you work? Ten fitness-enhancing workplace workouts you can do in everyday outfits
  440.              </a>
  441.              
  442.              <a href="/anno-117-pax-romanas-best-kept-secret-is-a-breathtaking-first-person-mode/" class="px-5 top-color">
  443.                Anno 117 Pax Romana&#x27;s Best-Kept Secret Is a Breathtaking First-Person Mode.
  444.              </a>
  445.              
  446.            </p>
  447.          </marquee>
  448.        </div>
  449.      </div>
  450.    </div>
  451.  </div>
  452. </div>
  453.  
  454.  
  455.  
  456.  
  457.            
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464. <header class="header-v7 py-2 mb-4">
  465.    <!-- Top Bar -->
  466.    <div class="top-bar-v7">
  467.        <div class="container-fluid fluid-container">
  468.            <div class="row align-items-center justify-content-center">
  469.                <div class="col-lg-3 col-md-4">
  470.                    <div class="logo-section-v7">
  471.                        <a class="brand-link-v7" href="/">
  472.                            
  473.                                Flux Lounge
  474.                            
  475.                        </a>
  476.                    </div>
  477.                </div>
  478.                <div class="col-lg-6 col-md-5">
  479.                    <div class="search-bar-v7">
  480.                        <form class="search-form-v7" action="#" method="get">
  481.                            <div class="search-container-v7">
  482.                                <input id="search-input" type="search" class="search-input-v7"
  483.                                    placeholder="Search articles, tutorials, news..." name="q">
  484.                                <button type="submit" class="search-btn-v7">
  485.                                    <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  486.                                        stroke-width="2">
  487.                                        <circle cx="11" cy="11" r="8"></circle>
  488.                                        <path d="m21 21-4.35-4.35"></path>
  489.                                    </svg>
  490.                                </button>
  491.                            </div>
  492.                            <div id="search-results" class="search-results-container search-v1"></div>
  493.                        </form>
  494.                    </div>
  495.                </div>
  496.                <div class="col-lg-3 col-md-3">
  497.                    <!-- Empty column for spacing -->
  498.                </div>
  499.            </div>
  500.        </div>
  501.    </div>
  502.  
  503.    <!-- Main Navigation -->
  504.    <div class="main-nav-v7">
  505.        <div class="container-fluid">
  506.            <div class="nav-wrapper-v7">
  507.  
  508.                <!-- Sidebar Navigation -->
  509.                <nav class="sidebar-nav-v7" id="sidebarNavV7">
  510.                    <div class="nav-header-v7">
  511.                        <h6 class="nav-title-v7">Navigation</h6>
  512.                        <button class="sidebar-close-v7 text-link" onclick="closeSidebarV7()">
  513.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  514.                                stroke-width="2">
  515.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  516.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  517.                            </svg>
  518.                        </button>
  519.                    </div>
  520.  
  521.                    <ul class="sidebar-menu-v7">
  522.                        <li class="sidebar-item-v7">
  523.                            <a href='/' class="sidebar-link-v7 active-v7">
  524.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  525.                                    stroke="currentColor" stroke-width="2">
  526.                                    <path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
  527.                                    <polyline points="9,22 9,12 15,12 15,22"></polyline>
  528.                                </svg>
  529.                                Home
  530.                            </a>
  531.                        </li>
  532.  
  533.                        <li class="sidebar-item-v7 has-submenu-v7">
  534.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('tech-submenu-v7')">
  535.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  536.                                    stroke="currentColor" stroke-width="2">
  537.                                    <rect x="2" y="3" width="20" height="14" rx="2" ry="2"></rect>
  538.                                    <line x1="8" y1="21" x2="16" y2="21"></line>
  539.                                    <line x1="12" y1="17" x2="12" y2="21"></line>
  540.                                </svg>
  541.                                Technology
  542.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  543.                                    stroke="currentColor" stroke-width="2">
  544.                                    <polyline points="6,9 12,15 18,9"></polyline>
  545.                                </svg>
  546.                            </a>
  547.                            <ul class="sidebar-submenu-v7" id="tech-submenu-v7">
  548.                                <li><a href="#" class="sidebar-sublink-v7">Web Development</a></li>
  549.                                <li><a href="#" class="sidebar-sublink-v7">Mobile Apps</a></li>
  550.                                <li><a href="#" class="sidebar-sublink-v7">AI & Machine Learning</a></li>
  551.                                <li><a href="#" class="sidebar-sublink-v7">Cybersecurity</a></li>
  552.                            </ul>
  553.                        </li>
  554.  
  555.                        <li class="sidebar-item-v7 has-submenu-v7">
  556.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('business-submenu-v7')">
  557.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  558.                                    stroke="currentColor" stroke-width="2">
  559.                                    <path
  560.                                        d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z">
  561.                                    </path>
  562.                                </svg>
  563.                                Business
  564.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  565.                                    stroke="currentColor" stroke-width="2">
  566.                                    <polyline points="6,9 12,15 18,9"></polyline>
  567.                                </svg>
  568.                            </a>
  569.                            <ul class="sidebar-submenu-v7" id="business-submenu-v7">
  570.                                <li><a href="#" class="sidebar-sublink-v7">Startups</a></li>
  571.                                <li><a href="#" class="sidebar-sublink-v7">Marketing</a></li>
  572.                                <li><a href="#" class="sidebar-sublink-v7">Finance</a></li>
  573.                            </ul>
  574.                        </li>
  575.  
  576.                        <li class="sidebar-item-v7">
  577.                            <a href="#" class="sidebar-link-v7">
  578.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  579.                                    stroke="currentColor" stroke-width="2">
  580.                                    <path d="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"></path>
  581.                                    <path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"></path>
  582.                                </svg>
  583.                                Tutorials
  584.                            </a>
  585.                        </li>
  586.  
  587.                        <li class="sidebar-item-v7">
  588.                            <a href="#" class="sidebar-link-v7">
  589.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  590.                                    stroke="currentColor" stroke-width="2">
  591.                                    <polygon
  592.                                        points="12,2 15.09,8.26 22,9.27 17,14.14 18.18,21.02 12,17.77 5.82,21.02 7,14.14 2,9.27 8.91,8.26">
  593.                                    </polygon>
  594.                                </svg>
  595.                                Reviews
  596.                            </a>
  597.                        </li>
  598.  
  599.                        <li class="sidebar-item-v7">
  600.                            <a href="#" class="sidebar-link-v7">
  601.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  602.                                    stroke="currentColor" stroke-width="2">
  603.                                    <path d="M6 2l3 6 5.5-3-2.5 7h7l-3 6-5.5-3 2.5-7H6z"></path>
  604.                                </svg>
  605.                                News
  606.                            </a>
  607.                        </li>
  608.  
  609.                        <li class="sidebar-item-v7">
  610.                            <a href="#" class="sidebar-link-v7">
  611.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  612.                                    stroke="currentColor" stroke-width="2">
  613.                                    <circle cx="12" cy="12" r="3"></circle>
  614.                                    <path
  615.                                        d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1 1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z">
  616.                                    </path>
  617.                                </svg>
  618.                                About
  619.                            </a>
  620.                        </li>
  621.  
  622.                        <li class="sidebar-item-v7">
  623.                            <a href="#" class="sidebar-link-v7">
  624.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  625.                                    stroke="currentColor" stroke-width="2">
  626.                                    <path
  627.                                        d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z">
  628.                                    </path>
  629.                                    <polyline points="22,6 12,13 2,6"></polyline>
  630.                                </svg>
  631.                                Contact
  632.                            </a>
  633.                        </li>
  634.                    </ul>
  635.                </nav>
  636.                <div class="sidebar-blur"></div>
  637.  
  638.                <!-- Main Content Area -->
  639.                <div class="content-area-v7">
  640.                    <!-- Horizontal Nav for Desktop -->
  641.                    <nav class="horizontal-nav-v7 d-none d-lg-flex">
  642.                        <ul class="horizontal-menu-v7">
  643.  
  644.                            
  645.                            <li class="horizontal-item-v7">
  646.                                <a href="/" class="horizontal-link-v7 active-v7">Home</a>
  647.                            </li>
  648.  
  649.                            
  650.                            
  651.                             <li class="horizontal-item-v7">
  652.                                <a href="/category/all-posts/" class="horizontal-link-v7">
  653.                                    All Posts
  654.                                </a>
  655.                                </li>
  656.  
  657.                                
  658.  
  659.                                        
  660.                                        
  661.                                
  662.                             <li class="horizontal-item-v7">
  663.                                <a href="/category/business/" class="horizontal-link-v7">
  664.                                    Business
  665.                                </a>
  666.                                </li>
  667.  
  668.                                
  669.  
  670.                                        
  671.                                        
  672.                                
  673.                             <li class="horizontal-item-v7">
  674.                                <a href="/category/esports/" class="horizontal-link-v7">
  675.                                    Esports
  676.                                </a>
  677.                                </li>
  678.  
  679.                                
  680.  
  681.                                        
  682.                                        
  683.                                
  684.                             <li class="horizontal-item-v7">
  685.                                <a href="/category/fashion/" class="horizontal-link-v7">
  686.                                    Fashion
  687.                                </a>
  688.                                </li>
  689.  
  690.                                
  691.  
  692.                                        
  693.                                        
  694.                                
  695.                             <li class="horizontal-item-v7">
  696.                                <a href="/category/featured/" class="horizontal-link-v7">
  697.                                    Featured
  698.                                </a>
  699.                                </li>
  700.  
  701.                                
  702.  
  703.                                        
  704.                                        
  705.                                
  706.                             <li class="horizontal-item-v7">
  707.                                <a href="/category/gaming/" class="horizontal-link-v7">
  708.                                    Gaming
  709.                                </a>
  710.                                </li>
  711.  
  712.                                
  713.  
  714.                                        
  715.                                        
  716.                                
  717.                             <li class="horizontal-item-v7">
  718.                                <a href="/category/health/" class="horizontal-link-v7">
  719.                                    Health
  720.                                </a>
  721.                                </li>
  722.  
  723.                                
  724.  
  725.                                        
  726.                                        
  727.                                
  728.                            
  729.                                
  730.                                <li class="horizontal-item-v7 dropdown-v7">
  731.                                    <a href="#" class="horizontal-link-v7">More</a>
  732.                                    <div class="horizontal-dropdown-v7">
  733.                                        <a href="/category/life-fitness/"
  734.                                            class="dropdown-item-v7">
  735.                                            Life &amp; Fitness
  736.                                        </a>
  737.                                        
  738.  
  739.                                        
  740.                                        
  741.                                
  742.                            
  743.                                        <a href="/category/lifestyle/"
  744.                                            class="dropdown-item-v7">
  745.                                            Lifestyle
  746.                                        </a>
  747.                                        
  748.  
  749.                                        
  750.                                        
  751.                                
  752.                            
  753.                                        <a href="/category/news/"
  754.                                            class="dropdown-item-v7">
  755.                                            News
  756.                                        </a>
  757.                                        
  758.  
  759.                                        
  760.                                        
  761.                                
  762.                            
  763.                                        <a href="/category/others/"
  764.                                            class="dropdown-item-v7">
  765.                                            Others
  766.                                        </a>
  767.                                        
  768.  
  769.                                        
  770.                                        
  771.                                
  772.                            
  773.                                        <a href="/category/politics/"
  774.                                            class="dropdown-item-v7">
  775.                                            Politics
  776.                                        </a>
  777.                                        
  778.  
  779.                                        
  780.                                        
  781.                                
  782.                            
  783.                                        <a href="/category/sports/"
  784.                                            class="dropdown-item-v7">
  785.                                            Sports
  786.                                        </a>
  787.                                        
  788.  
  789.                                        
  790.                                        
  791.                                
  792.                            
  793.                                        <a href="/category/tech/"
  794.                                            class="dropdown-item-v7">
  795.                                            Tech
  796.                                        </a>
  797.                                        
  798.  
  799.                                        
  800.                                        
  801.                                
  802.                            
  803.                                        <a href="/category/travel/"
  804.                                            class="dropdown-item-v7">
  805.                                            Travel
  806.                                        </a>
  807.                                        
  808.  
  809.                                        
  810.                                        
  811.                                    </div>
  812.                                </li>
  813.                                
  814.                                
  815. <li>
  816.                  <a href="/page/contact-us/">
  817.                     Contact Us
  818.                  </a>
  819.              </li>
  820.                        </ul>
  821.                    </nav>
  822.  
  823.  
  824.                    <!-- Mobile Menu Button -->
  825.                    <button class="mobile-menu-btn-v7 d-lg-none text-link" onclick="openSidebarV7()">
  826.                        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  827.                            stroke-width="2">
  828.                            <line x1="3" y1="6" x2="21" y2="6"></line>
  829.                            <line x1="3" y1="12" x2="21" y2="12"></line>
  830.                            <line x1="3" y1="18" x2="21" y2="18"></line>
  831.                        </svg>
  832.                        Menu
  833.                    </button>
  834.                </div>
  835.            </div>
  836.        </div>
  837.    </div>
  838.  
  839.    <!-- Overlay for mobile sidebar -->
  840.    <div class="sidebar-overlay-v7" id="sidebarOverlayV7" onclick="closeSidebarV7()"></div>
  841. </header>
  842.  
  843. <style>
  844.    /* Navbar V7 Styles - Vertical Sidebar Navigation */
  845.    .header-v7 {
  846.        position: relative;
  847.        background: var(--navbar-bg);
  848.    }
  849.  
  850.    /* Top Bar Styles */
  851.    .top-bar-v7 {
  852.        padding: 15px 0;
  853.        border-bottom: 1px solid var(--border-color);
  854.        background: var(--navbar-bg);
  855.    }
  856.  
  857.    .logo-img-v7 {
  858.        max-height: 70px;
  859.        transition: transform 0.3s ease;
  860.    }
  861.  
  862.    .logo-img-v7:hover {
  863.        transform: scale(1.05);
  864.    }
  865.  
  866.    /* Search Bar Styles */
  867.    .search-container-v7 {
  868.        position: relative;
  869.        display: flex;
  870.        align-items: center;
  871.        background: transparent;
  872.        border: 2px solid var(--border-color);
  873.        border-radius: 8px;
  874.        overflow: hidden;
  875.        transition: all 0.3s ease;
  876.    }
  877.  
  878.    .search-container-v7:focus-within {
  879.        border-color: #007bff33;
  880.        box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.1);
  881.    }
  882.  
  883.    .search-input-v7 {
  884.        color: var(--topbar-color) !important;
  885.        flex: 1;
  886.        border: none;
  887.        padding: 12px 16px;
  888.        font-size: 14px;
  889.        outline: none;
  890.        background: transparent;
  891.    }
  892.  
  893.    .search-input-v7::placeholder {
  894.        color: #a0aec0;
  895.    }
  896.  
  897.    .search-btn-v7 {
  898.        background: var(--bs-primary);
  899.        color: white;
  900.        border: none;
  901.        padding: 12px 16px;
  902.        cursor: pointer;
  903.        transition: background 0.3s ease;
  904.    }
  905.  
  906.    .search-btn-v7:hover {
  907.        background: #3182ce;
  908.    }
  909.  
  910.    /* Header Actions */
  911.    .header-actions-v7 {
  912.        display: flex;
  913.        align-items: center;
  914.        gap: 15px;
  915.        justify-content: flex-end;
  916.    }
  917.  
  918.    .notification-btn-v7,
  919.    .profile-btn-v7 {
  920.        background: none;
  921.        border: none;
  922.        padding: 8px;
  923.        border-radius: 8px;
  924.        cursor: pointer;
  925.        transition: background 0.3s ease;
  926.        position: relative;
  927.    }
  928.  
  929.    .notification-btn-v7:hover,
  930.    .profile-btn-v7:hover {
  931.        background: #f1f5f9;
  932.    }
  933.  
  934.    .notification-badge-v7 {
  935.        position: absolute;
  936.        top: 2px;
  937.        right: 2px;
  938.        background: #e53e3e;
  939.        color: white;
  940.        font-size: 16px;
  941.        font-weight: 600;
  942.        width: 16px;
  943.        height: 16px;
  944.        border-radius: 50%;
  945.        display: flex;
  946.        align-items: center;
  947.        justify-content: center;
  948.    }
  949.  
  950.    .profile-avatar-v7 {
  951.        width: 32px;
  952.        height: 32px;
  953.        background: var(--border-color);
  954.        border-radius: 50%;
  955.        display: flex;
  956.        align-items: center;
  957.        justify-content: center;
  958.    }
  959.  
  960.    /* Main Navigation */
  961.    .main-nav-v7 {
  962.        background: var(--navbar-bg);
  963.    }
  964.  
  965.    .nav-wrapper-v7 {
  966.        display: flex;
  967.        align-items: center;
  968.        justify-content: center;
  969.        min-height: 60px;
  970.    }
  971.  
  972.    /* Sidebar Navigation */
  973.    .sidebar-nav-v7 {
  974.        position: fixed;
  975.        top: 0;
  976.        left: -350px;
  977.        width: 350px;
  978.        height: 100vh;
  979.        background: var(--navbar-bg);
  980.        z-index: 1000;
  981.        transition: left 0.3s ease;
  982.        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  983.        overflow-y: auto;
  984.    }
  985.  
  986.    .sidebar-nav-v7.show-v7 {
  987.        left: 0;
  988.    }
  989.  
  990.    .nav-header-v7 {
  991.        display: flex;
  992.        align-items: center;
  993.        justify-content: space-between;
  994.        padding: 20px 25px;
  995.        border-bottom: 1px solid var(--border-color);
  996.        background: var(--navbar-bg);
  997.    }
  998.  
  999.    .nav-title-v7 {
  1000.        font-size: 16px;
  1001.        font-weight: 600;
  1002.        color: #2d3748;
  1003.        margin: 0;
  1004.    }
  1005.  
  1006.    .sidebar-close-v7 {
  1007.        background: none;
  1008.        border: none;
  1009.        padding: 8px;
  1010.        cursor: pointer;
  1011.        border-radius: 6px;
  1012.        transition: background 0.3s ease;
  1013.    }
  1014.  
  1015.    .sidebar-close-v7:hover {
  1016.        background: var(--border-color);
  1017.    }
  1018.  
  1019.    .sidebar-menu-v7 {
  1020.        list-style: none;
  1021.        padding: 20px 0;
  1022.        margin: 0;
  1023.    }
  1024.  
  1025.    .sidebar-item-v7 {
  1026.        margin-bottom: 5px;
  1027.    }
  1028.  
  1029.    .sidebar-link-v7 {
  1030.        display: flex;
  1031.        align-items: center;
  1032.        color: #4a5568;
  1033.        text-decoration: none;
  1034.        padding: 15px 25px;
  1035.        font-size: 15px;
  1036.        font-weight: 500;
  1037.        transition: all 0.3s ease;
  1038.        position: relative;
  1039.    }
  1040.  
  1041.    .sidebar-link-v7:hover,
  1042.    .sidebar-link-v7.active-v7 {
  1043.        color: #007bff;
  1044.        background: var(--border-color);
  1045.    }
  1046.  
  1047.    .sidebar-link-v7.active-v7::before {
  1048.        content: '';
  1049.        position: absolute;
  1050.        left: 0;
  1051.        top: 0;
  1052.        bottom: 0;
  1053.        width: 4px;
  1054.        background: #007bff;
  1055.    }
  1056.  
  1057.    .sidebar-icon-v7 {
  1058.        margin-right: 12px;
  1059.        color: currentColor;
  1060.    }
  1061.  
  1062.    .submenu-arrow-v7 {
  1063.        margin-left: auto;
  1064.        transition: transform 0.3s ease;
  1065.    }
  1066.  
  1067.    .has-submenu-v7.open-v7 .submenu-arrow-v7 {
  1068.        transform: rotate(180deg);
  1069.    }
  1070.  
  1071.    .sidebar-submenu-v7 {
  1072.        list-style: none;
  1073.        padding: 0;
  1074.        margin: 0;
  1075.        max-height: 0;
  1076.        overflow: hidden;
  1077.        transition: max-height 0.3s ease;
  1078.        background: var(--navbar-bg);
  1079.    }
  1080.  
  1081.    .sidebar-submenu-v7.show-v7 {
  1082.        max-height: 300px;
  1083.        padding: 10px 0;
  1084.    }
  1085.  
  1086.    .sidebar-sublink-v7 {
  1087.        display: block;
  1088.        color: #718096;
  1089.        text-decoration: none;
  1090.        padding: 10px 25px 10px 55px;
  1091.        font-size: 14px;
  1092.        transition: all 0.3s ease;
  1093.    }
  1094.  
  1095.    .sidebar-sublink-v7:hover {
  1096.        color: #007bff;
  1097.        background: var(--border-color);
  1098.    }
  1099.  
  1100.    /* Sidebar Footer */
  1101.    .sidebar-footer-v7 {
  1102.        padding: 25px;
  1103.        margin-top: auto;
  1104.        border-top: 1px solid var(--border-color);
  1105.    }
  1106.  
  1107.    .sidebar-cta-v7 {
  1108.        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  1109.        padding: 20px;
  1110.        border-radius: 12px;
  1111.        text-align: center;
  1112.        color: white;
  1113.    }
  1114.  
  1115.    .cta-title-v7 {
  1116.        font-size: 14px;
  1117.        font-weight: 600;
  1118.        margin: 0 0 5px 0;
  1119.    }
  1120.  
  1121.    .cta-text-v7 {
  1122.        font-size: 12px;
  1123.        margin: 0 0 15px 0;
  1124.        opacity: 0.9;
  1125.    }
  1126.  
  1127.    .cta-btn-v7 {
  1128.        background: rgba(255, 255, 255, 0.2);
  1129.        color: white;
  1130.        border: 1px solid rgba(255, 255, 255, 0.3);
  1131.        padding: 8px 20px;
  1132.        border-radius: 20px;
  1133.        font-size: 12px;
  1134.        font-weight: 500;
  1135.        cursor: pointer;
  1136.        transition: all 0.3s ease;
  1137.    }
  1138.  
  1139.    .cta-btn-v7:hover {
  1140.        background: rgba(255, 255, 255, 0.3);
  1141.    }
  1142.  
  1143.    /* Horizontal Navigation for Desktop */
  1144.    .horizontal-nav-v7 {
  1145.        flex: 1;
  1146.        display: flex;
  1147.        justify-content: center;
  1148.    }
  1149.  
  1150.    .horizontal-menu-v7 {
  1151.        list-style: none;
  1152.        padding: 0;
  1153.        margin: 0;
  1154.        display: flex;
  1155.        align-items: center;
  1156.    }
  1157.  
  1158.    .horizontal-item-v7 {
  1159.        position: relative;
  1160.        margin-right: 30px;
  1161.    }
  1162.  
  1163.    .horizontal-link-v7 {
  1164.        color: #4a5568;
  1165.        text-decoration: none;
  1166.        font-size: 16px;
  1167.        font-weight: 500;
  1168.        padding: 20px 0;
  1169.        position: relative;
  1170.        transition: color 0.3s ease;
  1171.    }
  1172.  
  1173.    .horizontal-link-v7::after {
  1174.        content: '';
  1175.        position: absolute;
  1176.        bottom: 0;
  1177.        left: 0;
  1178.        width: 0;
  1179.        height: 2px;
  1180.        background: #007bff;
  1181.        transition: width 0.3s ease;
  1182.    }
  1183.  
  1184.    .horizontal-link-v7:hover,
  1185.    .horizontal-link-v7.active-v7 {
  1186.        color: #007bff;
  1187.        font-weight: 600;
  1188.    }
  1189.  
  1190.    .horizontal-link-v7:hover::after,
  1191.    .horizontal-link-v7.active-v7::after {
  1192.        width: 100%;
  1193.    }
  1194.  
  1195.    /* Horizontal Dropdown */
  1196.    .horizontal-dropdown-v7 {
  1197.        position: absolute;
  1198.        top: 100%;
  1199.        left: 0;
  1200.        background: var(--navbar-bg);
  1201.        min-width: 200px;
  1202.        border-radius: 8px;
  1203.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  1204.        opacity: 0;
  1205.        visibility: hidden;
  1206.        transform: translateY(-10px);
  1207.        transition: all 0.3s ease;
  1208.        padding: 10px 0;
  1209.        z-index: 100;
  1210.    }
  1211.  
  1212.    .dropdown-v7:hover .horizontal-dropdown-v7 {
  1213.        opacity: 1;
  1214.        visibility: visible;
  1215.        transform: translateY(0);
  1216.    }
  1217.  
  1218.    .dropdown-item-v7 {
  1219.        display: block;
  1220.        color: #4a5568;
  1221.        text-decoration: none;
  1222.        padding: 12px 20px;
  1223.        font-size: 14px;
  1224.        transition: all 0.3s ease;
  1225.    }
  1226.  
  1227.    .dropdown-item-v7:hover {
  1228.        color: #007bff;
  1229.        background: #565758ff;
  1230.    }
  1231.  
  1232.    /* Mobile Menu Button */
  1233.    .mobile-menu-btn-v7 {
  1234.        background: none;
  1235.        border: 1px solid var(--border-color);
  1236.        padding: 10px 15px;
  1237.        border-radius: 8px;
  1238.        cursor: pointer;
  1239.        display: flex;
  1240.        align-items: center;
  1241.        gap: 8px;
  1242.        font-size: 14px;
  1243.        font-weight: 500;
  1244.        color: #4a5568;
  1245.        transition: all 0.3s ease;
  1246.        margin: 0 auto;
  1247.    }
  1248.  
  1249.    .mobile-menu-btn-v7:hover {
  1250.        border-color: #cbd5e0;
  1251.        opacity: 0.7;
  1252.    }
  1253.  
  1254.    /* Sidebar Overlay */
  1255.    .sidebar-overlay-v7 {
  1256.        position: fixed;
  1257.        top: 0;
  1258.        left: 0;
  1259.        right: 0;
  1260.        bottom: 0;
  1261.        background: rgba(0, 0, 0, 0.5);
  1262.        z-index: 999;
  1263.        opacity: 0;
  1264.        visibility: hidden;
  1265.        transition: all 0.3s ease;
  1266.    }
  1267.  
  1268.    .sidebar-overlay-v7.show-v7 {
  1269.        opacity: 1;
  1270.        visibility: visible;
  1271.    }
  1272.  
  1273.    /* Responsive Design */
  1274.    @media (max-width: 991px) {
  1275.        .top-bar-v7 .col-lg-6 {
  1276.            order: 3;
  1277.            margin-top: 15px;
  1278.        }
  1279.  
  1280.        .header-actions-v7 {
  1281.            justify-content: flex-start;
  1282.        }
  1283.    }
  1284.  
  1285.    @media (max-width: 768px) {
  1286.        .sidebar-nav-v7 {
  1287.            width: 300px;
  1288.            left: -300px;
  1289.        }
  1290.  
  1291.        .search-container-v7 {
  1292.            margin-top: 10px;
  1293.        }
  1294.    }
  1295. </style>
  1296.  
  1297. <script>
  1298.    function openSidebarV7() {
  1299.        const sidebar = document.getElementById('sidebarNavV7');
  1300.        const overlay = document.getElementById('sidebarOverlayV7');
  1301.  
  1302.        sidebar.classList.add('show-v7');
  1303.        overlay.classList.add('show-v7');
  1304.        document.body.style.overflow = 'hidden';
  1305.    }
  1306.  
  1307.    function closeSidebarV7() {
  1308.        const sidebar = document.getElementById('sidebarNavV7');
  1309.        const overlay = document.getElementById('sidebarOverlayV7');
  1310.  
  1311.        sidebar.classList.remove('show-v7');
  1312.        overlay.classList.remove('show-v7');
  1313.        document.body.style.overflow = '';
  1314.    }
  1315.  
  1316.    function toggleSubmenuV7(submenuId) {
  1317.        const submenu = document.getElementById(submenuId);
  1318.        const parentItem = submenu.closest('.sidebar-item-v7');
  1319.  
  1320.        // Close other open submenus
  1321.        const allSubmenus = document.querySelectorAll('.sidebar-submenu-v7');
  1322.        const allParentItems = document.querySelectorAll('.has-submenu-v7');
  1323.  
  1324.        allSubmenus.forEach(menu => {
  1325.            if (menu.id !== submenuId) {
  1326.                menu.classList.remove('show-v7');
  1327.            }
  1328.        });
  1329.  
  1330.        allParentItems.forEach(item => {
  1331.            if (item !== parentItem) {
  1332.                item.classList.remove('open-v7');
  1333.            }
  1334.        });
  1335.  
  1336.        // Toggle current submenu
  1337.        submenu.classList.toggle('show-v7');
  1338.        parentItem.classList.toggle('open-v7');
  1339.    }
  1340.  
  1341.    // Close sidebar when clicking outside
  1342.    document.addEventListener('click', function (event) {
  1343.        const sidebar = document.getElementById('sidebarNavV7');
  1344.        const mobileBtn = document.querySelector('.mobile-menu-btn-v7');
  1345.  
  1346.        if (!sidebar.contains(event.target) && !mobileBtn.contains(event.target)) {
  1347.            closeSidebarV7();
  1348.        }
  1349.    });
  1350.  
  1351.    // Handle window resize
  1352.    window.addEventListener('resize', function () {
  1353.        if (window.innerWidth >= 992) {
  1354.            closeSidebarV7();
  1355.        }
  1356.    });
  1357. </script>
  1358.  
  1359. <script>
  1360.  document.addEventListener("DOMContentLoaded", function () {
  1361.    console.log("loaded");
  1362.  
  1363.     const searchInput = document.getElementById("search-input")
  1364.    const searchResults = document.getElementById("search-results");
  1365.  
  1366.    if (!searchInput || !searchResults) {
  1367.      console.error("Search input/results not found");
  1368.      return;
  1369.    }
  1370.  
  1371.    // Prevent form submission
  1372.    if (searchInput.form) {
  1373.      searchInput.form.addEventListener("submit", function (e) {
  1374.        e.preventDefault();
  1375.      });
  1376.    }
  1377.  
  1378.    // Add event listener for keyup
  1379.    searchInput.addEventListener("keyup", function (e) {
  1380.      console.log("Key pressed:", e.key);
  1381.      e.preventDefault();
  1382.  
  1383.      const query = searchInput.value.trim();
  1384.      console.log("User is typing: " + query);
  1385.  
  1386.      // If empty → clear and hide
  1387.      if (query === "") {
  1388.        searchResults.innerHTML = "";
  1389.        searchResults.style.display = "none";
  1390.        return;
  1391.      }
  1392.  
  1393.      // Show results
  1394.      searchResults.style.display = "block";
  1395.  
  1396.      // Fetch search results
  1397.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1398.        method: "GET",
  1399.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1400.      })
  1401.        .then(response => {
  1402.          console.log("Response Status:", response.status);
  1403.          return response.json();
  1404.        })
  1405.        .then(data => {
  1406.          console.log("Data received:", data);
  1407.          if (data.html) {
  1408.            searchResults.innerHTML = data.html;
  1409.          } else {
  1410.            searchResults.innerHTML = "<p>No results found.</p>";
  1411.          }
  1412.        })
  1413.        .catch(error => {
  1414.          console.error("Error fetching search results:", error);
  1415.        });
  1416.    });
  1417.  
  1418.    // Close results when clicking outside
  1419.    document.addEventListener("click", function (e) {
  1420.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1421.        searchResults.style.display = "none";
  1422.      }
  1423.    });
  1424.  
  1425.    // Close results on ESC key
  1426.    document.addEventListener("keydown", function (e) {
  1427.      if (e.key === "Escape") {
  1428.        searchResults.style.display = "none";
  1429.      }
  1430.    });
  1431.  });
  1432. </script>
  1433.  
  1434. <style>
  1435.        /* search field */
  1436.  .search-results-container {
  1437.  position: absolute;
  1438.  top: 100%; /* Position it below the input field */
  1439.  left: 10px;
  1440.  right: 10px;
  1441.  background-color: white;
  1442.  border: 1px solid #ddd;
  1443.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1444.  max-height: 300px;
  1445.  overflow-y: auto;
  1446.  z-index: 1000;
  1447.  display: none; /* Initially hidden */
  1448. }
  1449.  
  1450. .search-results-container p {
  1451.  margin: 0;
  1452. }
  1453.  
  1454. .search-results-container .result-item {
  1455.  padding: 10px;
  1456.  cursor: pointer;
  1457. }
  1458.  
  1459. .search-results-container .result-item:hover {
  1460.  background-color: #f0f0f0;
  1461. }
  1462. </style>
  1463.  
  1464.        </header>
  1465.        <!-- end of header -->
  1466.        <!-- start of wpo-blog-hero -->
  1467.        
  1468.  
  1469.  
  1470.  
  1471.  
  1472.  
  1473.  
  1474.  
  1475. <div class="blog-hero-v2">
  1476.  <div class="container-fluid fluid-container">
  1477.    <div class="row">
  1478.      <!-- Main Featured Post -->
  1479.      <div class="col-lg-8 col-md-12 mb-lg-0 mb-4">
  1480.        
  1481.        
  1482.        
  1483.          
  1484.        <div class="featured-post">
  1485.          <div class="post-image">
  1486.            
  1487.            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;"
  1488.              class="img-fluid" alt="">
  1489.            
  1490.            <div class="post-overlay">
  1491.              <div class="post-content">
  1492.                <span class="category-badge bg-primary-gradient">Others</span>
  1493.                <h1 class="post-title1 blog-color">
  1494.                  <a href="/changing-the-game-groundbreaking-features-that-enhance-online-slot-gaming-0936/" class="blog-color">
  1495.                    Changing the Game: Groundbreaking Features That Enhance Online Slot Gaming
  1496.                  </a>
  1497.                </h1>
  1498.                <p class="post-excerpt"></p>
  1499.                <div class="post-meta">
  1500.                  <div class="author-info">
  1501.                    
  1502.                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;"
  1503.                      alt="Laurie Haynes" class="author-avatar">
  1504.                    
  1505.                    <span class="blog-color">By&nbsp;&nbsp;<a href="#" class="author-name">Laurie Haynes</a></span>
  1506.                  </div>
  1507.                  <span class="post-date">17 May 2026</span>
  1508.                </div>
  1509.              </div>
  1510.            </div>
  1511.          </div>
  1512.        </div>
  1513.  
  1514.        
  1515.        
  1516.      </div>
  1517.  
  1518.      <!-- Side Posts -->
  1519.      <div class="col-lg-4 col-md-12">
  1520.        <div class="row h-100">
  1521.        
  1522.  
  1523.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  1524.            <div class="side-post h-100">
  1525.              <div class="row g-0 h-100">
  1526.                <div class="col-5">
  1527.                  <div class="side-post-image">
  1528.                    
  1529.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1530.                      style="object-fit: cover;" alt="">
  1531.                    
  1532.                  </div>
  1533.                </div>
  1534.                <div class="col-7">
  1535.                  <div class="side-post-content">
  1536.                    <div>
  1537.                      <span class="category-badge bg-primary-gradient">Others</span>
  1538.                      <h3> <a href="/changing-the-game-groundbreaking-features-that-enhance-online-slot-gaming/" class="line-clamp-2">
  1539.                          Changing the Game: Groundbreaking Features That Enhance Online Slot Gaming
  1540.                        </a></h3>
  1541.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  1542.                    </div>
  1543.                    <div class="side-post-meta">
  1544.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Laurie Haynes</a></span>
  1545.                    </div>
  1546.                  </div>
  1547.                </div>
  1548.              </div>
  1549.            </div>
  1550.          </div>
  1551.  
  1552.          
  1553.  
  1554.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  1555.            <div class="side-post h-100">
  1556.              <div class="row g-0 h-100">
  1557.                <div class="col-5">
  1558.                  <div class="side-post-image">
  1559.                    
  1560.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1561.                      style="object-fit: cover;" alt="">
  1562.                    
  1563.                  </div>
  1564.                </div>
  1565.                <div class="col-7">
  1566.                  <div class="side-post-content">
  1567.                    <div>
  1568.                      <span class="category-badge bg-primary-gradient">News</span>
  1569.                      <h3> <a href="/trump-says-generally-there-is-consensus-on-next-stages-of-truce-agreement-for-gaza/" class="line-clamp-2">
  1570.                          Trump Says &#x27;Generally, There Is Consensus&#x27; on Next Stages of Truce Agreement for Gaza
  1571.                        </a></h3>
  1572.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  1573.                    </div>
  1574.                    <div class="side-post-meta">
  1575.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Laurie Haynes</a></span>
  1576.                    </div>
  1577.                  </div>
  1578.                </div>
  1579.              </div>
  1580.            </div>
  1581.          </div>
  1582.  
  1583.          
  1584.  
  1585.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  1586.            <div class="side-post h-100">
  1587.              <div class="row g-0 h-100">
  1588.                <div class="col-5">
  1589.                  <div class="side-post-image">
  1590.                    
  1591.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1592.                      style="object-fit: cover;" alt="">
  1593.                    
  1594.                  </div>
  1595.                </div>
  1596.                <div class="col-7">
  1597.                  <div class="side-post-content">
  1598.                    <div>
  1599.                      <span class="category-badge bg-primary-gradient">Others</span>
  1600.                      <h3> <a href="/unveiling-the-psychological-factors-of-online-slot-games/" class="line-clamp-2">
  1601.                          Unveiling the Psychological Factors of Online Slot Games
  1602.                        </a></h3>
  1603.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  1604.                    </div>
  1605.                    <div class="side-post-meta">
  1606.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Laurie Haynes</a></span>
  1607.                    </div>
  1608.                  </div>
  1609.                </div>
  1610.              </div>
  1611.            </div>
  1612.          </div>
  1613.  
  1614.          
  1615.        </div>
  1616.      </div>
  1617.    </div>
  1618.  </div>
  1619. </div>
  1620.  
  1621. <style>
  1622.  /* Blog Hero V2 Styles */
  1623.  .blog-hero-v2 {
  1624.    padding: 60px 0;
  1625.  }
  1626.  
  1627.  /* Featured Post Styles */
  1628.  .featured-post {
  1629.    position: relative;
  1630.    border-radius: 20px;
  1631.    overflow: hidden;
  1632.    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  1633.    transition: transform 0.3s ease, box-shadow 0.3s ease;
  1634.  }
  1635.  
  1636.  .featured-post:hover {
  1637.    transform: translateY(-5px);
  1638.    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
  1639.  }
  1640.  
  1641.  .featured-post .post-image {
  1642.    position: relative;
  1643.    height: 500px;
  1644.    overflow: hidden;
  1645.  }
  1646.  
  1647.  .featured-post .post-image img {
  1648.    width: 100%;
  1649.    height: 100%;
  1650.    object-fit: cover;
  1651.    transition: transform 0.5s ease;
  1652.  }
  1653.  
  1654.  .featured-post:hover .post-image img {
  1655.    transform: scale(1.05);
  1656.  }
  1657.  
  1658.  .post-overlay {
  1659.    position: absolute;
  1660.    top: 0;
  1661.    left: 0;
  1662.    right: 0;
  1663.    bottom: 0;
  1664.    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.1) 100%);
  1665.    display: flex;
  1666.    align-items: flex-end;
  1667.    padding: 40px;
  1668.  }
  1669.  
  1670.  .post-content .post-title1 {
  1671.    color: white;
  1672.    font-size: 2.5rem;
  1673.    font-weight: 700;
  1674.    margin: 15px 0;
  1675.    line-height: 1.2;
  1676.  }
  1677.  
  1678.  .post-content .post-excerpt {
  1679.    color: rgba(255, 255, 255, 0.9);
  1680.    font-size: 1.1rem;
  1681.    margin-bottom: 20px;
  1682.    line-height: 1.6;
  1683.  }
  1684.  
  1685.  /* Category Badges */
  1686.  .category-badge {
  1687.    display: inline-block;
  1688.    padding: 4px 8px;
  1689.    font-size: 0.75rem;
  1690.    font-weight: 600;
  1691.    text-transform: uppercase;
  1692.    letter-spacing: 0.5px;
  1693.    border-radius: 25px;
  1694.    text-align: center;
  1695.    width: fit-content;
  1696.  }
  1697.  
  1698.  /* Post Meta */
  1699.  .post-meta {
  1700.    display: flex;
  1701.    align-items: center;
  1702.    justify-content: space-between;
  1703.    margin-top: 25px;
  1704.  }
  1705.  
  1706.  .author-info {
  1707.    display: flex;
  1708.    align-items: center;
  1709.    gap: 12px;
  1710.  }
  1711.  
  1712.  .author-avatar {
  1713.    width: 45px !important;
  1714.    height: 45px !important;
  1715.    border-radius: 50%;
  1716.    border: 3px solid white;
  1717.  }
  1718.  
  1719.  .author-name,
  1720.  .post-date {
  1721.    color: rgba(255, 255, 255, 0.9);
  1722.    font-weight: 500;
  1723.  }
  1724.  
  1725.  .author-name {
  1726.    text-decoration: none;
  1727.  }
  1728.  
  1729.  .author-name:hover {
  1730.    color: white;
  1731.  }
  1732.  
  1733.  /* Side Posts */
  1734.  .side-post {
  1735.    background: var(--card-bg);
  1736.    border-radius: 15px;
  1737.    border: 1px solid var(--border-color);
  1738.    overflow: hidden;
  1739.    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  1740.    transition: transform 0.3s ease, box-shadow 0.3s ease;
  1741.    height: auto;
  1742.  }
  1743.  
  1744.  .side-post:hover {
  1745.    transform: translateY(-3px);
  1746.    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  1747.  }
  1748.  
  1749.  .side-post-image {
  1750.    max-height: 155px;
  1751.    height: 100%;
  1752.    overflow: hidden;
  1753.  }
  1754.  
  1755.  .side-post-image img {
  1756.    width: 100%;
  1757.    height: 100%;
  1758.    object-fit: cover;
  1759.    transition: transform 0.3s ease;
  1760.  }
  1761.  
  1762.  .side-post:hover .side-post-image img {
  1763.    transform: scale(1.1);
  1764.  }
  1765.  
  1766.  .side-post-content {
  1767.    padding: 8px 16px;
  1768.    display: flex;
  1769.    flex-direction: column;
  1770.    justify-content: space-between;
  1771.    height: 100%;
  1772.  }
  1773.  
  1774.  .side-post-content h3 {
  1775.    font-size: 1rem;
  1776.    font-weight: 600;
  1777.    margin: 8px 0;
  1778.    line-height: 1.4;
  1779.  }
  1780.  
  1781.  .side-post-content h3 a {
  1782.    color: #333;
  1783.    text-decoration: none;
  1784.    transition: color 0.3s ease;
  1785.  }
  1786.  
  1787.  .side-post-content h3 a:hover {
  1788.    color: #007bff;
  1789.  }
  1790.  
  1791.  .side-post-meta {
  1792.    font-size: 0.8rem;
  1793.    color: #666;
  1794.    display: flex;
  1795.    flex-direction: column;
  1796.    gap: 4px;
  1797.  }
  1798.  
  1799.  .side-post-meta a {
  1800.    color: #007bff;
  1801.    text-decoration: none;
  1802.  }
  1803.  
  1804.  .side-post-meta a:hover {
  1805.    text-decoration: underline;
  1806.  }
  1807.  
  1808.  /* Responsive Design */
  1809.  @media (max-width: 768px) {
  1810.    .blog-hero-v2 {
  1811.      padding: 30px 0;
  1812.    }
  1813.  
  1814.    .featured-post .post-image {
  1815.      height: 350px;
  1816.    }
  1817.  
  1818.    .post-overlay {
  1819.      padding: 25px;
  1820.    }
  1821.  
  1822.    .post-content .post-title1 {
  1823.      font-size: 1.8rem;
  1824.    }
  1825.  
  1826.    .post-content .post-excerpt {
  1827.      font-size: 1rem;
  1828.      margin-bottom: 15px;
  1829.    }
  1830.  
  1831.    .post-meta {
  1832.      flex-direction: column;
  1833.      align-items: flex-start;
  1834.      gap: 10px;
  1835.    }
  1836.  
  1837.    .side-post {
  1838.      height: auto;
  1839.    }
  1840.  
  1841.    .side-post-content {
  1842.      height: auto;
  1843.      padding: 15px;
  1844.    }
  1845.  }
  1846.  
  1847.  @media (max-width: 576px) {
  1848.    .post-content .post-title1 {
  1849.      font-size: 1.5rem;
  1850.    }
  1851.  
  1852.    .side-post-content h3 {
  1853.      font-size: 0.9rem;
  1854.    }
  1855.  
  1856.    .side-post-image img {}
  1857.  }
  1858. </style>
  1859.  
  1860.  
  1861.  
  1862.  
  1863.        <!-- end of wpo-blog-hero -->
  1864.  
  1865.        <!-- start of wpo-breacking-news -->
  1866.        
  1867.        <!-- end of wpo-breacking-news -->
  1868.        
  1869.        <!-- start wpo-blog-highlights-section -->
  1870.        
  1871.  
  1872.  
  1873.  
  1874.    
  1875.  
  1876.  
  1877.  
  1878.  
  1879. <style>
  1880.    .blog-highlights-v3 {
  1881.        padding: 80px 0;
  1882.        position: relative;
  1883.        overflow: hidden;
  1884.    }
  1885.    
  1886.    .blog-highlights-v3::before {
  1887.        content: '';
  1888.        position: absolute;
  1889.        top: 0;
  1890.        left: 0;
  1891.        width: 100%;
  1892.        height: 100%;
  1893.        background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  1894.        z-index: 0;
  1895.    }
  1896.    
  1897.    .masonry-container {
  1898.        display: grid;
  1899.        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  1900.        grid-gap: 25px;
  1901.    }
  1902.    
  1903.    .blog-card-v3 {
  1904.        border: 1px solid var(--border-color) !important;
  1905.        border-radius: 25px;
  1906.        overflow: hidden;
  1907.        background: var(--card-bg);
  1908.        backdrop-filter: blur(10px);
  1909.        border: 1px solid var(--border-color);
  1910.        position: relative;
  1911.        transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  1912.        cursor: pointer;
  1913.        transform: translateY(0) rotateX(0) rotateY(0);
  1914.        transform-style: preserve-3d;
  1915.        perspective: 1000px;
  1916.        z-index: 1;
  1917.    }
  1918.    .span-21 { grid-row-end: span 21; }
  1919.    .span-22 { grid-row-end: span 22; }
  1920.    
  1921.    .blog-card-v3::before {
  1922.        content: '';
  1923.        position: absolute;
  1924.        top: 0;
  1925.        left: 0;
  1926.        width: 100%;
  1927.        height: 100%;
  1928.        background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.02) 100%);
  1929.        opacity: 0;
  1930.        transition: opacity 0.3s ease;
  1931.        z-index: 1;
  1932.    }
  1933.    
  1934.    .blog-card-v3:hover {
  1935.        transform: translateY(-20px) rotateX(5deg) rotateY(5deg) scale(1.03);
  1936.        box-shadow:
  1937.            0 30px 60px rgba(0,0,0,0.15),
  1938.            0 15px 30px rgba(0,0,0,0.1),
  1939.            inset 0 1px 0 rgba(255,255,255,0.3);
  1940.        z-index: 10;
  1941.    }
  1942.    
  1943.    .blog-card-v3:hover::before {
  1944.        opacity: 1;
  1945.    }
  1946.    
  1947.    .blog-image-v3 {
  1948.        position: relative;
  1949.        overflow: hidden;
  1950.        height: 50%;
  1951.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1952.    }
  1953.    
  1954.    .blog-image-v3::after {
  1955.        content: '';
  1956.        position: absolute;
  1957.        top: 0;
  1958.        left: 0;
  1959.        width: 100%;
  1960.        height: 100%;
  1961.        background:
  1962.            radial-gradient(circle at top right, rgba(255,255,255,0.3) 0%, transparent 50%),
  1963.            linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.4) 100%);
  1964.        z-index: 2;
  1965.    }
  1966.    
  1967.    .blog-image-v3 img {
  1968.        width: 100%;
  1969.        height: 100%;
  1970.        object-fit: cover;
  1971.        transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  1972.        transform: scale(1);
  1973.        filter: brightness(1) saturate(1);
  1974.    }
  1975.    
  1976.    .blog-card-v3:hover .blog-image-v3 img {
  1977.        transform: scale(1.15);
  1978.        filter: brightness(1.1) saturate(1.2);
  1979.    }
  1980.    
  1981.    .blog-floating-elements {
  1982.        position: absolute;
  1983.        top: 0;
  1984.        left: 0;
  1985.        width: 100%;
  1986.        height: 100%;
  1987.        pointer-events: none;
  1988.        z-index: 3;
  1989.    }
  1990.    
  1991.    .floating-dot {
  1992.        position: absolute;
  1993.        width: 8px;
  1994.        height: 8px;
  1995.        background: rgba(255,255,255,0.6);
  1996.        border-radius: 50%;
  1997.        animation: float 3s ease-in-out infinite;
  1998.    }
  1999.    
  2000.    .floating-dot:nth-child(1) { top: 20%; left: 15%; animation-delay: 0s; }
  2001.    .floating-dot:nth-child(2) { top: 60%; right: 20%; animation-delay: 0.5s; }
  2002.    .floating-dot:nth-child(3) { bottom: 30%; left: 25%; animation-delay: .5s; }
  2003.    
  2004.    @keyframes float {
  2005.        0%, 100% { transform: translateY(0px); }
  2006.        50% { transform: translateY(-10px); }
  2007.    }
  2008.    
  2009.    .blog-category-v3 {
  2010.        position: absolute;
  2011.        top: 25px;
  2012.        right: 25px;
  2013.        padding: 10px 18px;
  2014.        border-radius: 30px;
  2015.        font-size: 11px;
  2016.        font-weight: 800;
  2017.        text-transform: uppercase;
  2018.        letter-spacing: 1.2px;
  2019.        backdrop-filter: blur(10px);
  2020.        z-index: 4;
  2021.        transform: translateY(0) scale(1);
  2022.        transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  2023.        box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  2024.        border: 1px solid rgba(255,255,255,0.3);
  2025.    }
  2026.    
  2027.    .blog-card-v3:hover .blog-category-v3 {
  2028.        transform: translateY(-10px) scale(1.1);
  2029.        background: rgba(var(--card-bg),1);
  2030.        box-shadow: 0 12px 30px rgba(0,0,0,0.15);
  2031.    }
  2032.    
  2033.    .blog-content-v3 {
  2034.        padding: 35px 30px 30px;
  2035.        height: 50%;
  2036.        display: flex;
  2037.        flex-direction: column;
  2038.        justify-content: space-between;
  2039.        position: relative;
  2040.        z-index: 2;
  2041.    }
  2042.    
  2043.    .blog-title-v3 {
  2044.        font-size: 19px;
  2045.        font-weight: 700;
  2046.        line-height: 1.3;
  2047.        margin-bottom: 18px;
  2048.        position: relative;
  2049.    }
  2050.    
  2051.    .blog-title-v3 a {
  2052.        text-decoration: none;
  2053.        color: var(--top-color) !important;
  2054.        transition: all 0.3s ease;
  2055.        position: relative;
  2056.        display: inline-block;
  2057.    }
  2058.    
  2059.    .blog-title-v3 a::before {
  2060.        content: '';
  2061.        position: absolute;
  2062.        bottom: -3px;
  2063.        left: 0;
  2064.        width: 0;
  2065.        height: 3px;
  2066.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2067.        border-radius: 2px;
  2068.        transition: width 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  2069.    }
  2070.    
  2071.    .blog-card-v3:hover .blog-title-v3 a::before {
  2072.        width: 100%;
  2073.    }
  2074.    
  2075.    .blog-meta-v3 {
  2076.        display: flex;
  2077.        align-items: center;
  2078.        gap: 15px;
  2079.        margin-bottom: 18px;
  2080.        font-size: 13px;
  2081.        color: #7f8c8d;
  2082.        padding-bottom: 18px;
  2083.        border-bottom: 1px solid rgba(127, 140, 141, 0.1);
  2084.        position: relative;
  2085.    }
  2086.    
  2087.    .blog-meta-v3::after {
  2088.        content: '';
  2089.        position: absolute;
  2090.        bottom: -1px;
  2091.        left: 0;
  2092.        width: 0;
  2093.        height: 1px;
  2094.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2095.        transition: width 0.6s ease 0.3s;
  2096.    }
  2097.    
  2098.    .blog-card-v3:hover .blog-meta-v3::after {
  2099.        width: 80px;
  2100.    }
  2101.    
  2102.    .blog-author-img-v3 {
  2103.        width: 35px;
  2104.        height: 35px;
  2105.        border-radius: 50%;
  2106.        object-fit: cover;
  2107.        border: 3px solid rgba(255,255,255,0.8);
  2108.        transition: all 0.4s ease;
  2109.        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  2110.    }
  2111.    
  2112.    .blog-card-v3:hover .blog-author-img-v3 {
  2113.        transform: scale(1.15);
  2114.        border-color: rgba(102, 126, 234, 0.5);
  2115.        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.2);
  2116.    }
  2117.    
  2118.    .blog-excerpt-v3 {
  2119.        font-size: 14px;
  2120.        line-height: 1.7;
  2121.        color: #5a6c7d;
  2122.        margin-bottom: 20px;
  2123.        display: -webkit-box;
  2124.        -webkit-line-clamp: 3;
  2125.        -webkit-box-orient: vertical;
  2126.        overflow: hidden;
  2127.        opacity: 0.9;
  2128.        transition: opacity 0.3s ease;
  2129.    }
  2130.    
  2131.    .blog-card-v3:hover .blog-excerpt-v3 {
  2132.        opacity: 1;
  2133.    }
  2134.    
  2135.    .blog-actions-v3 {
  2136.        display: flex;
  2137.        justify-content: space-between;
  2138.        align-items: center;
  2139.    }
  2140.    
  2141.    .blog-read-time-v3 {
  2142.        font-size: 12px;
  2143.        color: #95a5a6;
  2144.        display: flex;
  2145.        align-items: center;
  2146.        gap: 6px;
  2147.    }
  2148.    
  2149.    .blog-read-more-v3 {
  2150.        width: 50px;
  2151.        height: 50px;
  2152.        border-radius: 50%;
  2153.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2154.        display: flex;
  2155.        align-items: center;
  2156.        justify-content: center;
  2157.        color: white;
  2158.        text-decoration: none;
  2159.        transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  2160.        transform: scale(0) rotate(0deg);
  2161.        opacity: 0;
  2162.        box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
  2163.        position: relative;
  2164.        overflow: hidden;
  2165.    }
  2166.    
  2167.    .blog-read-more-v3::before {
  2168.        content: '';
  2169.        position: absolute;
  2170.        top: 50%;
  2171.        left: 50%;
  2172.        width: 0;
  2173.        height: 0;
  2174.        background: rgba(255,255,255,0.2);
  2175.        border-radius: 50%;
  2176.        transition: all 0.6s ease;
  2177.        transform: translate(-50%, -50%);
  2178.    }
  2179.    
  2180.    .blog-card-v3:hover .blog-read-more-v3 {
  2181.        transform: scale(1) rotate(360deg);
  2182.        opacity: 1;
  2183.    }
  2184.    
  2185.    .blog-read-more-v3:hover::before {
  2186.        width: 100%;
  2187.        height: 100%;
  2188.    }
  2189.    
  2190.    .section-header-v3 {
  2191.        text-align: center;
  2192.        margin-bottom: 80px;
  2193.        position: relative;
  2194.        z-index: 2;
  2195.    }
  2196.    
  2197.    .section-title-v3 {
  2198.        font-size: 3.5rem;
  2199.        font-weight: 900;
  2200.        margin-bottom: 25px;
  2201.        color: #2c3e50;
  2202.        position: relative;
  2203.        display: inline-block;
  2204.    }
  2205.    
  2206.    .section-title-v3::before {
  2207.        content: '';
  2208.        position: absolute;
  2209.        top: -15px;
  2210.        right: -15px;
  2211.        width: 30px;
  2212.        height: 30px;
  2213.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2214.        border-radius: 50%;
  2215.        opacity: 0.3;
  2216.        animation: pulse 2s infinite;
  2217.    }
  2218.    
  2219.    @keyframes pulse {
  2220.        0%, 100% { transform: scale(1); opacity: 0.3; }
  2221.        50% { transform: scale(1.2); opacity: 0.6; }
  2222.    }
  2223.    
  2224.    .section-subtitle-v3 {
  2225.        font-size: 1.2rem;
  2226.        color: #7f8c8d;
  2227.        max-width: 700px;
  2228.        margin: 0 auto;
  2229.        line-height: 1.7;
  2230.        font-weight: 300;
  2231.    }
  2232.    
  2233.    .scroll-reveal {
  2234.        opacity: 0;
  2235.        transform: translateY(50px) scale(0.9);
  2236.        transition: all 0.8s cubic-bezier(0.23, 1, 0.320, 1);
  2237.    }
  2238.    
  2239.    .scroll-reveal.revealed {
  2240.        opacity: 1;
  2241.        transform: translateY(0) scale(1);
  2242.    }
  2243.    
  2244.    .scroll-reveal:nth-child(1) { transition-delay: 0.1s; }
  2245.    .scroll-reveal:nth-child(2) { transition-delay: 0.1s; }
  2246.    .scroll-reveal:nth-child(3) { transition-delay: 0.1s; }
  2247.    .scroll-reveal:nth-child(4) { transition-delay: 0.1s; }
  2248.    .scroll-reveal:nth-child(5) { transition-delay: 0.1s; }
  2249.    .scroll-reveal:nth-child(6) { transition-delay: 0.1s; }
  2250.  
  2251.    @media (max-width: 768px) {
  2252.        .masonry-container {
  2253.            display: flex;
  2254.            flex-direction: column;
  2255.            grid-gap: 20px;
  2256.        }
  2257.        .blog-card-v3:nth-child(n) {
  2258.            grid-row-end: span 20;
  2259.        }
  2260.        .section-title-v3 {
  2261.            font-size: 2.8rem;
  2262.        }
  2263.        .blog-highlights-v3 {
  2264.            padding: 60px 0;
  2265.        }
  2266.        .blog-content-v3 {
  2267.            padding: 25px 20px;
  2268.        }
  2269.        .blog-card-v3:hover {
  2270.            transform: translateY(-15px) scale(1.02);
  2271.        }
  2272.        .blog-image-v3{
  2273.            max-height: 350px;
  2274.            height: 100%;
  2275.        }
  2276.    }
  2277. </style>
  2278.  
  2279. <section class="blog-highlights-v3">
  2280.    <div class="container-fluid fluid-container">
  2281.        <div class="row">
  2282.            <div class="col-12">
  2283.                 <div class="wpo-section-title">
  2284.            <h2>
  2285.                Today's Top Highlights
  2286.                   </h2>
  2287.        </div>
  2288.            </div>
  2289.        </div>
  2290.        
  2291.        <div class="row">
  2292.            <div class="col-lg-8 col-12">
  2293.                <div class="masonry-container">
  2294.                    
  2295.                    <div class="blog-card-v3 scroll-reveal span-21">
  2296.                        <div class="blog-image-v3">
  2297.                            
  2298.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2299.                            
  2300.                            <div class="blog-floating-elements">
  2301.                                <div class="floating-dot"></div>
  2302.                                <div class="floating-dot"></div>
  2303.                                <div class="floating-dot"></div>
  2304.                            </div>
  2305.                            <span class="blog-category-v3 bg-primary-gradient">
  2306.                                Others
  2307.                            </span>
  2308.                        </div>
  2309.                        <div class="blog-content-v3">
  2310.                            <h3 class="blog-title-v3">
  2311.                                <a href="/outplaying-the-game-top-5-tactics-to-outsmart-the-house-edge-in-casino-slots/" >
  2312.                                Outplaying the Game:
  2313.        Top 5 Tactics to Outsmart the House Edge in Casino Slots
  2314.                                </a>
  2315.                            </h3>
  2316.                            <div class="blog-meta-v3">
  2317.                                
  2318.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Laurie Haynes" class="blog-author-img-v3">
  2319.                                
  2320.                                <span>By Laurie Haynes</span>
  2321.                                <span>•</span>
  2322.                                <span>17 May 2026</span>
  2323.                            </div>
  2324.                            
  2325.                            <div class="blog-actions-v3">
  2326.                                <div class="blog-read-time-v3">
  2327.                                    <i class="far fa-clock"></i>
  2328.                                    <!-- <span>5 min read</span> -->
  2329.                                </div>
  2330.                                <a href="/outplaying-the-game-top-5-tactics-to-outsmart-the-house-edge-in-casino-slots/"  class="blog-read-more-v3">
  2331.                                    <i class="ti-arrow-right"></i>
  2332.                                </a>
  2333.                            </div>
  2334.                        </div>
  2335.                    </div>
  2336.                    
  2337.                    <div class="blog-card-v3 scroll-reveal span-22">
  2338.                        <div class="blog-image-v3">
  2339.                            
  2340.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2341.                            
  2342.                            <div class="blog-floating-elements">
  2343.                                <div class="floating-dot"></div>
  2344.                                <div class="floating-dot"></div>
  2345.                                <div class="floating-dot"></div>
  2346.                            </div>
  2347.                            <span class="blog-category-v3 bg-primary-gradient">
  2348.                                News
  2349.                            </span>
  2350.                        </div>
  2351.                        <div class="blog-content-v3">
  2352.                            <h3 class="blog-title-v3">
  2353.                                <a href="/titans-recognise-titans-as-trump-gives-the-mayor-elect-a-warm-reception/" >
  2354.                                Titans Recognise Titans as Trump Gives The Mayor-Elect a Warm Reception
  2355.                                </a>
  2356.                            </h3>
  2357.                            <div class="blog-meta-v3">
  2358.                                
  2359.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Laurie Haynes" class="blog-author-img-v3">
  2360.                                
  2361.                                <span>By Laurie Haynes</span>
  2362.                                <span>•</span>
  2363.                                <span>17 May 2026</span>
  2364.                            </div>
  2365.                            
  2366.                            <div class="blog-actions-v3">
  2367.                                <div class="blog-read-time-v3">
  2368.                                    <i class="far fa-clock"></i>
  2369.                                    <!-- <span>5 min read</span> -->
  2370.                                </div>
  2371.                                <a href="/titans-recognise-titans-as-trump-gives-the-mayor-elect-a-warm-reception/"  class="blog-read-more-v3">
  2372.                                    <i class="ti-arrow-right"></i>
  2373.                                </a>
  2374.                            </div>
  2375.                        </div>
  2376.                    </div>
  2377.                    
  2378.                    <div class="blog-card-v3 scroll-reveal span-21">
  2379.                        <div class="blog-image-v3">
  2380.                            
  2381.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2382.                            
  2383.                            <div class="blog-floating-elements">
  2384.                                <div class="floating-dot"></div>
  2385.                                <div class="floating-dot"></div>
  2386.                                <div class="floating-dot"></div>
  2387.                            </div>
  2388.                            <span class="blog-category-v3 bg-primary-gradient">
  2389.                                News
  2390.                            </span>
  2391.                        </div>
  2392.                        <div class="blog-content-v3">
  2393.                            <h3 class="blog-title-v3">
  2394.                                <a href="/the-decade-of-desire-by-erin-somers-a-middle-aged-adultery-story-our-era-has-earned/" >
  2395.                                The Decade of Desire by Erin Somers: A Middle-Aged Adultery Story Our Era Has Earned.
  2396.                                </a>
  2397.                            </h3>
  2398.                            <div class="blog-meta-v3">
  2399.                                
  2400.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Laurie Haynes" class="blog-author-img-v3">
  2401.                                
  2402.                                <span>By Laurie Haynes</span>
  2403.                                <span>•</span>
  2404.                                <span>16 May 2026</span>
  2405.                            </div>
  2406.                            
  2407.                            <div class="blog-actions-v3">
  2408.                                <div class="blog-read-time-v3">
  2409.                                    <i class="far fa-clock"></i>
  2410.                                    <!-- <span>5 min read</span> -->
  2411.                                </div>
  2412.                                <a href="/the-decade-of-desire-by-erin-somers-a-middle-aged-adultery-story-our-era-has-earned/"  class="blog-read-more-v3">
  2413.                                    <i class="ti-arrow-right"></i>
  2414.                                </a>
  2415.                            </div>
  2416.                        </div>
  2417.                    </div>
  2418.                    
  2419.                    <div class="blog-card-v3 scroll-reveal span-22">
  2420.                        <div class="blog-image-v3">
  2421.                            
  2422.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2423.                            
  2424.                            <div class="blog-floating-elements">
  2425.                                <div class="floating-dot"></div>
  2426.                                <div class="floating-dot"></div>
  2427.                                <div class="floating-dot"></div>
  2428.                            </div>
  2429.                            <span class="blog-category-v3 bg-primary-gradient">
  2430.                                News
  2431.                            </span>
  2432.                        </div>
  2433.                        <div class="blog-content-v3">
  2434.                            <h3 class="blog-title-v3">
  2435.                                <a href="/president-zelenskyy-states-ukraine-was-ten-percent-away-from-peace-yet-not-at-any-price/" >
  2436.                                President Zelenskyy States Ukraine Was Ten Percent Away from Peace, Yet Not at Any Price
  2437.                                </a>
  2438.                            </h3>
  2439.                            <div class="blog-meta-v3">
  2440.                                
  2441.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Laurie Haynes" class="blog-author-img-v3">
  2442.                                
  2443.                                <span>By Laurie Haynes</span>
  2444.                                <span>•</span>
  2445.                                <span>16 May 2026</span>
  2446.                            </div>
  2447.                            
  2448.                            <div class="blog-actions-v3">
  2449.                                <div class="blog-read-time-v3">
  2450.                                    <i class="far fa-clock"></i>
  2451.                                    <!-- <span>5 min read</span> -->
  2452.                                </div>
  2453.                                <a href="/president-zelenskyy-states-ukraine-was-ten-percent-away-from-peace-yet-not-at-any-price/"  class="blog-read-more-v3">
  2454.                                    <i class="ti-arrow-right"></i>
  2455.                                </a>
  2456.                            </div>
  2457.                        </div>
  2458.                    </div>
  2459.                    
  2460.                    <div class="blog-card-v3 scroll-reveal span-21">
  2461.                        <div class="blog-image-v3">
  2462.                            
  2463.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2464.                            
  2465.                            <div class="blog-floating-elements">
  2466.                                <div class="floating-dot"></div>
  2467.                                <div class="floating-dot"></div>
  2468.                                <div class="floating-dot"></div>
  2469.                            </div>
  2470.                            <span class="blog-category-v3 bg-primary-gradient">
  2471.                                News
  2472.                            </span>
  2473.                        </div>
  2474.                        <div class="blog-content-v3">
  2475.                            <h3 class="blog-title-v3">
  2476.                                <a href="/the-new-animated-series-introductory-sequence-chose-the-incorrect-popular-rpg-show-track/" >
  2477.                                The New Animated Series&#x27; Introductory Sequence Chose the Incorrect Popular RPG Show Track
  2478.                                </a>
  2479.                            </h3>
  2480.                            <div class="blog-meta-v3">
  2481.                                
  2482.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Laurie Haynes" class="blog-author-img-v3">
  2483.                                
  2484.                                <span>By Laurie Haynes</span>
  2485.                                <span>•</span>
  2486.                                <span>16 May 2026</span>
  2487.                            </div>
  2488.                            
  2489.                            <div class="blog-actions-v3">
  2490.                                <div class="blog-read-time-v3">
  2491.                                    <i class="far fa-clock"></i>
  2492.                                    <!-- <span>5 min read</span> -->
  2493.                                </div>
  2494.                                <a href="/the-new-animated-series-introductory-sequence-chose-the-incorrect-popular-rpg-show-track/"  class="blog-read-more-v3">
  2495.                                    <i class="ti-arrow-right"></i>
  2496.                                </a>
  2497.                            </div>
  2498.                        </div>
  2499.                    </div>
  2500.                    
  2501.                    <div class="blog-card-v3 scroll-reveal span-22">
  2502.                        <div class="blog-image-v3">
  2503.                            
  2504.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2505.                            
  2506.                            <div class="blog-floating-elements">
  2507.                                <div class="floating-dot"></div>
  2508.                                <div class="floating-dot"></div>
  2509.                                <div class="floating-dot"></div>
  2510.                            </div>
  2511.                            <span class="blog-category-v3 bg-primary-gradient">
  2512.                                News
  2513.                            </span>
  2514.                        </div>
  2515.                        <div class="blog-content-v3">
  2516.                            <h3 class="blog-title-v3">
  2517.                                <a href="/political-shifts-global-conflicts-absent-media-five-obstacles-to-environmental-advancement-that-dogged-environmental-conference/" >
  2518.                                Political Shifts, Global Conflicts, Absent Media: Five Obstacles to Environmental Advancement That Dogged Environmental Conference
  2519.                                </a>
  2520.                            </h3>
  2521.                            <div class="blog-meta-v3">
  2522.                                
  2523.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Laurie Haynes" class="blog-author-img-v3">
  2524.                                
  2525.                                <span>By Laurie Haynes</span>
  2526.                                <span>•</span>
  2527.                                <span>16 May 2026</span>
  2528.                            </div>
  2529.                            
  2530.                            <div class="blog-actions-v3">
  2531.                                <div class="blog-read-time-v3">
  2532.                                    <i class="far fa-clock"></i>
  2533.                                    <!-- <span>5 min read</span> -->
  2534.                                </div>
  2535.                                <a href="/political-shifts-global-conflicts-absent-media-five-obstacles-to-environmental-advancement-that-dogged-environmental-conference/"  class="blog-read-more-v3">
  2536.                                    <i class="ti-arrow-right"></i>
  2537.                                </a>
  2538.                            </div>
  2539.                        </div>
  2540.                    </div>
  2541.                    
  2542.                    <div class="blog-card-v3 scroll-reveal span-21">
  2543.                        <div class="blog-image-v3">
  2544.                            
  2545.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2546.                            
  2547.                            <div class="blog-floating-elements">
  2548.                                <div class="floating-dot"></div>
  2549.                                <div class="floating-dot"></div>
  2550.                                <div class="floating-dot"></div>
  2551.                            </div>
  2552.                            <span class="blog-category-v3 bg-primary-gradient">
  2553.                                News
  2554.                            </span>
  2555.                        </div>
  2556.                        <div class="blog-content-v3">
  2557.                            <h3 class="blog-title-v3">
  2558.                                <a href="/food-benefits-scheduled-to-expire-for-over-40-million-throughout-ongoing-us-government-shutdown/" >
  2559.                                Food Benefits Scheduled to Expire for Over 40 Million Throughout Ongoing US Government Shutdown
  2560.                                </a>
  2561.                            </h3>
  2562.                            <div class="blog-meta-v3">
  2563.                                
  2564.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Laurie Haynes" class="blog-author-img-v3">
  2565.                                
  2566.                                <span>By Laurie Haynes</span>
  2567.                                <span>•</span>
  2568.                                <span>16 May 2026</span>
  2569.                            </div>
  2570.                            
  2571.                            <div class="blog-actions-v3">
  2572.                                <div class="blog-read-time-v3">
  2573.                                    <i class="far fa-clock"></i>
  2574.                                    <!-- <span>5 min read</span> -->
  2575.                                </div>
  2576.                                <a href="/food-benefits-scheduled-to-expire-for-over-40-million-throughout-ongoing-us-government-shutdown/"  class="blog-read-more-v3">
  2577.                                    <i class="ti-arrow-right"></i>
  2578.                                </a>
  2579.                            </div>
  2580.                        </div>
  2581.                    </div>
  2582.                    
  2583.                    <div class="blog-card-v3 scroll-reveal span-22">
  2584.                        <div class="blog-image-v3">
  2585.                            
  2586.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2587.                            
  2588.                            <div class="blog-floating-elements">
  2589.                                <div class="floating-dot"></div>
  2590.                                <div class="floating-dot"></div>
  2591.                                <div class="floating-dot"></div>
  2592.                            </div>
  2593.                            <span class="blog-category-v3 bg-primary-gradient">
  2594.                                News
  2595.                            </span>
  2596.                        </div>
  2597.                        <div class="blog-content-v3">
  2598.                            <h3 class="blog-title-v3">
  2599.                                <a href="/tragedy-hits-as-person-dies-after-water-retrieval-off-british-shoreline/" >
  2600.                                Tragedy Hits as Person Dies After Water Retrieval Off British Shoreline
  2601.                                </a>
  2602.                            </h3>
  2603.                            <div class="blog-meta-v3">
  2604.                                
  2605.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Laurie Haynes" class="blog-author-img-v3">
  2606.                                
  2607.                                <span>By Laurie Haynes</span>
  2608.                                <span>•</span>
  2609.                                <span>16 May 2026</span>
  2610.                            </div>
  2611.                            
  2612.                            <div class="blog-actions-v3">
  2613.                                <div class="blog-read-time-v3">
  2614.                                    <i class="far fa-clock"></i>
  2615.                                    <!-- <span>5 min read</span> -->
  2616.                                </div>
  2617.                                <a href="/tragedy-hits-as-person-dies-after-water-retrieval-off-british-shoreline/"  class="blog-read-more-v3">
  2618.                                    <i class="ti-arrow-right"></i>
  2619.                                </a>
  2620.                            </div>
  2621.                        </div>
  2622.                    </div>
  2623.                    
  2624.                    <div class="blog-card-v3 scroll-reveal span-21">
  2625.                        <div class="blog-image-v3">
  2626.                            
  2627.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2628.                            
  2629.                            <div class="blog-floating-elements">
  2630.                                <div class="floating-dot"></div>
  2631.                                <div class="floating-dot"></div>
  2632.                                <div class="floating-dot"></div>
  2633.                            </div>
  2634.                            <span class="blog-category-v3 bg-primary-gradient">
  2635.                                News
  2636.                            </span>
  2637.                        </div>
  2638.                        <div class="blog-content-v3">
  2639.                            <h3 class="blog-title-v3">
  2640.                                <a href="/pm-celebrates-a-historic-day-as-esafety-chief-forecasts-globe-will-follow-our-lead/" >
  2641.                                PM Celebrates a &#x27;Historic Day&#x27; as eSafety Chief Forecasts &#x27;Globe Will Follow Our Lead&#x27;.
  2642.                                </a>
  2643.                            </h3>
  2644.                            <div class="blog-meta-v3">
  2645.                                
  2646.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Laurie Haynes" class="blog-author-img-v3">
  2647.                                
  2648.                                <span>By Laurie Haynes</span>
  2649.                                <span>•</span>
  2650.                                <span>16 May 2026</span>
  2651.                            </div>
  2652.                            
  2653.                            <div class="blog-actions-v3">
  2654.                                <div class="blog-read-time-v3">
  2655.                                    <i class="far fa-clock"></i>
  2656.                                    <!-- <span>5 min read</span> -->
  2657.                                </div>
  2658.                                <a href="/pm-celebrates-a-historic-day-as-esafety-chief-forecasts-globe-will-follow-our-lead/"  class="blog-read-more-v3">
  2659.                                    <i class="ti-arrow-right"></i>
  2660.                                </a>
  2661.                            </div>
  2662.                        </div>
  2663.                    </div>
  2664.                    
  2665.                    <div class="blog-card-v3 scroll-reveal span-22">
  2666.                        <div class="blog-image-v3">
  2667.                            
  2668.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2669.                            
  2670.                            <div class="blog-floating-elements">
  2671.                                <div class="floating-dot"></div>
  2672.                                <div class="floating-dot"></div>
  2673.                                <div class="floating-dot"></div>
  2674.                            </div>
  2675.                            <span class="blog-category-v3 bg-primary-gradient">
  2676.                                News
  2677.                            </span>
  2678.                        </div>
  2679.                        <div class="blog-content-v3">
  2680.                            <h3 class="blog-title-v3">
  2681.                                <a href="/eric-adams-will-support-former-governor-andrew-cuomo-in-new-york-city-mayors-election/" >
  2682.                                Eric Adams Will Support Former Governor Andrew Cuomo in New York City Mayor&#x27;s Election
  2683.                                </a>
  2684.                            </h3>
  2685.                            <div class="blog-meta-v3">
  2686.                                
  2687.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Laurie Haynes" class="blog-author-img-v3">
  2688.                                
  2689.                                <span>By Laurie Haynes</span>
  2690.                                <span>•</span>
  2691.                                <span>16 May 2026</span>
  2692.                            </div>
  2693.                            
  2694.                            <div class="blog-actions-v3">
  2695.                                <div class="blog-read-time-v3">
  2696.                                    <i class="far fa-clock"></i>
  2697.                                    <!-- <span>5 min read</span> -->
  2698.                                </div>
  2699.                                <a href="/eric-adams-will-support-former-governor-andrew-cuomo-in-new-york-city-mayors-election/"  class="blog-read-more-v3">
  2700.                                    <i class="ti-arrow-right"></i>
  2701.                                </a>
  2702.                            </div>
  2703.                        </div>
  2704.                    </div>
  2705.                    
  2706.                    <div class="blog-card-v3 scroll-reveal span-21">
  2707.                        <div class="blog-image-v3">
  2708.                            
  2709.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2710.                            
  2711.                            <div class="blog-floating-elements">
  2712.                                <div class="floating-dot"></div>
  2713.                                <div class="floating-dot"></div>
  2714.                                <div class="floating-dot"></div>
  2715.                            </div>
  2716.                            <span class="blog-category-v3 bg-primary-gradient">
  2717.                                News
  2718.                            </span>
  2719.                        </div>
  2720.                        <div class="blog-content-v3">
  2721.                            <h3 class="blog-title-v3">
  2722.                                <a href="/gop-lawmaker-asserts-deal-is-possible-on-healthcare-as-key-tax-credits-set-to-expire/" >
  2723.                                GOP Lawmaker Asserts &#x27;Deal Is Possible&#x27; on Healthcare as Key Tax Credits Set to Expire.
  2724.                                </a>
  2725.                            </h3>
  2726.                            <div class="blog-meta-v3">
  2727.                                
  2728.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Laurie Haynes" class="blog-author-img-v3">
  2729.                                
  2730.                                <span>By Laurie Haynes</span>
  2731.                                <span>•</span>
  2732.                                <span>15 May 2026</span>
  2733.                            </div>
  2734.                            
  2735.                            <div class="blog-actions-v3">
  2736.                                <div class="blog-read-time-v3">
  2737.                                    <i class="far fa-clock"></i>
  2738.                                    <!-- <span>5 min read</span> -->
  2739.                                </div>
  2740.                                <a href="/gop-lawmaker-asserts-deal-is-possible-on-healthcare-as-key-tax-credits-set-to-expire/"  class="blog-read-more-v3">
  2741.                                    <i class="ti-arrow-right"></i>
  2742.                                </a>
  2743.                            </div>
  2744.                        </div>
  2745.                    </div>
  2746.                    
  2747.                    <div class="blog-card-v3 scroll-reveal span-22">
  2748.                        <div class="blog-image-v3">
  2749.                            
  2750.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2751.                            
  2752.                            <div class="blog-floating-elements">
  2753.                                <div class="floating-dot"></div>
  2754.                                <div class="floating-dot"></div>
  2755.                                <div class="floating-dot"></div>
  2756.                            </div>
  2757.                            <span class="blog-category-v3 bg-primary-gradient">
  2758.                                Others
  2759.                            </span>
  2760.                        </div>
  2761.                        <div class="blog-content-v3">
  2762.                            <h3 class="blog-title-v3">
  2763.                                <a href="/exploring-the-psychology-of-online-slot-games/" >
  2764.                                Exploring the Psychology of Online Slot Games
  2765.                                </a>
  2766.                            </h3>
  2767.                            <div class="blog-meta-v3">
  2768.                                
  2769.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Laurie Haynes" class="blog-author-img-v3">
  2770.                                
  2771.                                <span>By Laurie Haynes</span>
  2772.                                <span>•</span>
  2773.                                <span>15 May 2026</span>
  2774.                            </div>
  2775.                            
  2776.                            <div class="blog-actions-v3">
  2777.                                <div class="blog-read-time-v3">
  2778.                                    <i class="far fa-clock"></i>
  2779.                                    <!-- <span>5 min read</span> -->
  2780.                                </div>
  2781.                                <a href="/exploring-the-psychology-of-online-slot-games/"  class="blog-read-more-v3">
  2782.                                    <i class="ti-arrow-right"></i>
  2783.                                </a>
  2784.                            </div>
  2785.                        </div>
  2786.                    </div>
  2787.                    
  2788.                    
  2789.  
  2790.                </div>
  2791.            </div>
  2792.            
  2793.               <div class="col col-lg-4 col-12">
  2794.                
  2795.  
  2796.  
  2797.  
  2798.    
  2799.  
  2800.  
  2801. <!-- Blog Sidebar -->
  2802.  
  2803.    <div class="sidebar mb-3">
  2804.        
  2805.        
  2806.        <div class="sidebar-widget mb-4">
  2807.            <div class="widget-title-wrapper mb-3">
  2808.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2809.                    May 2026 Blog Roll
  2810.                    <span class="title-arrow"></span>
  2811.                </h4>
  2812.            </div>
  2813.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2814.                <ul class="list-unstyled scrollable-sidebar">
  2815.                    
  2816.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2817.                        <a href="https://esports-news.co.uk/gambling-sites/dudespin-review/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2818.                            <i class="ti-angle-right me-2 text-primary"></i>
  2819.                            <span class="fw-semibold">dudespin review</span>
  2820.                        </a>
  2821.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2822.                    </li>
  2823.                    
  2824.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2825.                        <a href="https://esports-news.co.uk/gambling-sites/mafia-casino-review/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2826.                            <i class="ti-angle-right me-2 text-primary"></i>
  2827.                            <span class="fw-semibold">mafia review</span>
  2828.                        </a>
  2829.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2830.                    </li>
  2831.                    
  2832.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2833.                        <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2834.                            <i class="ti-angle-right me-2 text-primary"></i>
  2835.                            <span class="fw-semibold">top 10 online casinos</span>
  2836.                        </a>
  2837.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2838.                    </li>
  2839.                    
  2840.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2841.                        <a href="https://www.lattitude.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2842.                            <i class="ti-angle-right me-2 text-primary"></i>
  2843.                            <span class="fw-semibold">slots not on gamstop</span>
  2844.                        </a>
  2845.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2846.                    </li>
  2847.                    
  2848.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2849.                        <a href="https://www.kylebooks.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2850.                            <i class="ti-angle-right me-2 text-primary"></i>
  2851.                            <span class="fw-semibold">top 10 online casinos</span>
  2852.                        </a>
  2853.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2854.                    </li>
  2855.                    
  2856.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2857.                        <a href="https://heyimhome.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2858.                            <i class="ti-angle-right me-2 text-primary"></i>
  2859.                            <span class="fw-semibold">non gamstop casino</span>
  2860.                        </a>
  2861.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2862.                    </li>
  2863.                    
  2864.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2865.                        <a href="https://jeremyforlabour.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2866.                            <i class="ti-angle-right me-2 text-primary"></i>
  2867.                            <span class="fw-semibold">best non gamstop casinos</span>
  2868.                        </a>
  2869.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2870.                    </li>
  2871.                    
  2872.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2873.                        <a href="https://www.kibera.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2874.                            <i class="ti-angle-right me-2 text-primary"></i>
  2875.                            <span class="fw-semibold">casino not on gamstop</span>
  2876.                        </a>
  2877.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2878.                    </li>
  2879.                    
  2880.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2881.                        <a href="https://bottlebling.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2882.                            <i class="ti-angle-right me-2 text-primary"></i>
  2883.                            <span class="fw-semibold">casino online</span>
  2884.                        </a>
  2885.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2886.                    </li>
  2887.                    
  2888.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2889.                        <a href="https://unbound.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2890.                            <i class="ti-angle-right me-2 text-primary"></i>
  2891.                            <span class="fw-semibold">best uk non gamstop casinos</span>
  2892.                        </a>
  2893.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2894.                    </li>
  2895.                    
  2896.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2897.                        <a href="https://www.gohacking.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2898.                            <i class="ti-angle-right me-2 text-primary"></i>
  2899.                            <span class="fw-semibold">non gamstop poker websites</span>
  2900.                        </a>
  2901.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2902.                    </li>
  2903.                    
  2904.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2905.                        <a href="https://www.hintsandthings.co.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2906.                            <i class="ti-angle-right me-2 text-primary"></i>
  2907.                            <span class="fw-semibold">no kyc casino</span>
  2908.                        </a>
  2909.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2910.                    </li>
  2911.                    
  2912.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2913.                        <a href="https://nursingnotes.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2914.                            <i class="ti-angle-right me-2 text-primary"></i>
  2915.                            <span class="fw-semibold">online casino</span>
  2916.                        </a>
  2917.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2918.                    </li>
  2919.                    
  2920.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2921.                        <a href="https://www.cca-glasgow.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2922.                            <i class="ti-angle-right me-2 text-primary"></i>
  2923.                            <span class="fw-semibold">non gamstop casinos</span>
  2924.                        </a>
  2925.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2926.                    </li>
  2927.                    
  2928.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2929.                        <a href="https://www.employersforwork-lifebalance.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2930.                            <i class="ti-angle-right me-2 text-primary"></i>
  2931.                            <span class="fw-semibold">best non gamstop casinos</span>
  2932.                        </a>
  2933.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2934.                    </li>
  2935.                    
  2936.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2937.                        <a href="https://www.copyrighthub.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2938.                            <i class="ti-angle-right me-2 text-primary"></i>
  2939.                            <span class="fw-semibold">non gamstop casino</span>
  2940.                        </a>
  2941.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2942.                    </li>
  2943.                    
  2944.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2945.                        <a href="https://www.focus12.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2946.                            <i class="ti-angle-right me-2 text-primary"></i>
  2947.                            <span class="fw-semibold">casinos not on gamstop</span>
  2948.                        </a>
  2949.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2950.                    </li>
  2951.                    
  2952.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2953.                        <a href="https://britishicehockey.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2954.                            <i class="ti-angle-right me-2 text-primary"></i>
  2955.                            <span class="fw-semibold">casinos not on gamstop</span>
  2956.                        </a>
  2957.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2958.                    </li>
  2959.                    
  2960.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2961.                        <a href="https://adventuregamers.com/online-casinos/non-gamstop"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2962.                            <i class="ti-angle-right me-2 text-primary"></i>
  2963.                            <span class="fw-semibold">casinos not on gamstop</span>
  2964.                        </a>
  2965.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2966.                    </li>
  2967.                    
  2968.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2969.                        <a href="https://gamingamerica.com/non-gamstop-casinos"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2970.                            <i class="ti-angle-right me-2 text-primary"></i>
  2971.                            <span class="fw-semibold">non gamstop casinos</span>
  2972.                        </a>
  2973.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2974.                    </li>
  2975.                    
  2976.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2977.                        <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2978.                            <i class="ti-angle-right me-2 text-primary"></i>
  2979.                            <span class="fw-semibold">non gamstop casinos uk</span>
  2980.                        </a>
  2981.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2982.                    </li>
  2983.                    
  2984.                </ul>
  2985.            </div>
  2986.        </div>
  2987.        
  2988.        <div class="sidebar-widget mb-4">
  2989.            <div class="widget-title-wrapper mb-3">
  2990.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2991.                    April 2026 Blog Roll
  2992.                    <span class="title-arrow"></span>
  2993.                </h4>
  2994.            </div>
  2995.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2996.                <ul class="list-unstyled scrollable-sidebar">
  2997.                    
  2998.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2999.                        <a href="https://www.durhamminers.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3000.                            <i class="ti-angle-right me-2 text-primary"></i>
  3001.                            <span class="fw-semibold">casino sites</span>
  3002.                        </a>
  3003.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3004.                    </li>
  3005.                    
  3006.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3007.                        <a href="https://www.skydiveukltd.com"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3008.                            <i class="ti-angle-right me-2 text-primary"></i>
  3009.                            <span class="fw-semibold">non GamStop</span>
  3010.                        </a>
  3011.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3012.                    </li>
  3013.                    
  3014.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3015.                        <a href="https://www.artigiano.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3016.                            <i class="ti-angle-right me-2 text-primary"></i>
  3017.                            <span class="fw-semibold">slots not on gamstop</span>
  3018.                        </a>
  3019.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3020.                    </li>
  3021.                    
  3022.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3023.                        <a href="https://www.thecakestore.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3024.                            <i class="ti-angle-right me-2 text-primary"></i>
  3025.                            <span class="fw-semibold">bitcoin casinos</span>
  3026.                        </a>
  3027.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3028.                    </li>
  3029.                    
  3030.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3031.                        <a href="https://www.escapistmagazine.com/uk/non-gamstop-casinos/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3032.                            <i class="ti-angle-right me-2 text-primary"></i>
  3033.                            <span class="fw-semibold">non gamstop casino</span>
  3034.                        </a>
  3035.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3036.                    </li>
  3037.                    
  3038.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3039.                        <a href="https://www.mesaonline.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3040.                            <i class="ti-angle-right me-2 text-primary"></i>
  3041.                            <span class="fw-semibold">casino not on gamstop</span>
  3042.                        </a>
  3043.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3044.                    </li>
  3045.                    
  3046.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3047.                        <a href="https://www.citytosea.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3048.                            <i class="ti-angle-right me-2 text-primary"></i>
  3049.                            <span class="fw-semibold">casino not on gamstop</span>
  3050.                        </a>
  3051.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3052.                    </li>
  3053.                    
  3054.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3055.                        <a href="https://straightfromyard.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3056.                            <i class="ti-angle-right me-2 text-primary"></i>
  3057.                            <span class="fw-semibold">non gamstop casino</span>
  3058.                        </a>
  3059.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3060.                    </li>
  3061.                    
  3062.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3063.                        <a href="https://www.citytosea.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3064.                            <i class="ti-angle-right me-2 text-primary"></i>
  3065.                            <span class="fw-semibold">non gamstop casino</span>
  3066.                        </a>
  3067.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3068.                    </li>
  3069.                    
  3070.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3071.                        <a href="https://www.cca-glasgow.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3072.                            <i class="ti-angle-right me-2 text-primary"></i>
  3073.                            <span class="fw-semibold">non gamstop casino</span>
  3074.                        </a>
  3075.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3076.                    </li>
  3077.                    
  3078.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3079.                        <a href="https://internationalschoolmealsday.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3080.                            <i class="ti-angle-right me-2 text-primary"></i>
  3081.                            <span class="fw-semibold">non gamstop casino</span>
  3082.                        </a>
  3083.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3084.                    </li>
  3085.                    
  3086.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3087.                        <a href="https://www.london-irish.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3088.                            <i class="ti-angle-right me-2 text-primary"></i>
  3089.                            <span class="fw-semibold">non gamstop casino</span>
  3090.                        </a>
  3091.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3092.                    </li>
  3093.                    
  3094.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3095.                        <a href="https://www.surfaceview.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3096.                            <i class="ti-angle-right me-2 text-primary"></i>
  3097.                            <span class="fw-semibold">non gamstop casino</span>
  3098.                        </a>
  3099.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3100.                    </li>
  3101.                    
  3102.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3103.                        <a href="https://savethedatemagazine.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3104.                            <i class="ti-angle-right me-2 text-primary"></i>
  3105.                            <span class="fw-semibold">non gamstop casino</span>
  3106.                        </a>
  3107.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3108.                    </li>
  3109.                    
  3110.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3111.                        <a href="https://www.summerhall.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3112.                            <i class="ti-angle-right me-2 text-primary"></i>
  3113.                            <span class="fw-semibold">non gamstop casino</span>
  3114.                        </a>
  3115.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3116.                    </li>
  3117.                    
  3118.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3119.                        <a href="https://bereavementcommission.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3120.                            <i class="ti-angle-right me-2 text-primary"></i>
  3121.                            <span class="fw-semibold">non gamstop casino</span>
  3122.                        </a>
  3123.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3124.                    </li>
  3125.                    
  3126.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3127.                        <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3128.                            <i class="ti-angle-right me-2 text-primary"></i>
  3129.                            <span class="fw-semibold">casino not on gamstop</span>
  3130.                        </a>
  3131.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3132.                    </li>
  3133.                    
  3134.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3135.                        <a href="https://unbound.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3136.                            <i class="ti-angle-right me-2 text-primary"></i>
  3137.                            <span class="fw-semibold">non gamstop casino</span>
  3138.                        </a>
  3139.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3140.                    </li>
  3141.                    
  3142.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3143.                        <a href="https://www.elthampalace.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3144.                            <i class="ti-angle-right me-2 text-primary"></i>
  3145.                            <span class="fw-semibold">non gamstop casino</span>
  3146.                        </a>
  3147.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3148.                    </li>
  3149.                    
  3150.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3151.                        <a href="https://papaganoush.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3152.                            <i class="ti-angle-right me-2 text-primary"></i>
  3153.                            <span class="fw-semibold">trusted non uk casino sites</span>
  3154.                        </a>
  3155.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3156.                    </li>
  3157.                    
  3158.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3159.                        <a href="https://www.nhsborders.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3160.                            <i class="ti-angle-right me-2 text-primary"></i>
  3161.                            <span class="fw-semibold">crypto casino UK</span>
  3162.                        </a>
  3163.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3164.                    </li>
  3165.                    
  3166.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3167.                        <a href="https://swtrains.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3168.                            <i class="ti-angle-right me-2 text-primary"></i>
  3169.                            <span class="fw-semibold">spinshark</span>
  3170.                        </a>
  3171.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3172.                    </li>
  3173.                    
  3174.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3175.                        <a href="https://aipce.net"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3176.                            <i class="ti-angle-right me-2 text-primary"></i>
  3177.                            <span class="fw-semibold">casino not on gamstop</span>
  3178.                        </a>
  3179.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3180.                    </li>
  3181.                    
  3182.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3183.                        <a href="https://bikeweek.org.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3184.                            <i class="ti-angle-right me-2 text-primary"></i>
  3185.                            <span class="fw-semibold">non gamstop casino</span>
  3186.                        </a>
  3187.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3188.                    </li>
  3189.                    
  3190.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3191.                        <a href="https://weascotland.org.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3192.                            <i class="ti-angle-right me-2 text-primary"></i>
  3193.                            <span class="fw-semibold">casino not on gamstop</span>
  3194.                        </a>
  3195.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3196.                    </li>
  3197.                    
  3198.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3199.                        <a href="https://itspa.org.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3200.                            <i class="ti-angle-right me-2 text-primary"></i>
  3201.                            <span class="fw-semibold">casinos not on gamstop</span>
  3202.                        </a>
  3203.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3204.                    </li>
  3205.                    
  3206.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3207.                        <a href="https://newsoundgeneration.co.uk/casinos-not-on-gamstop/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3208.                            <i class="ti-angle-right me-2 text-primary"></i>
  3209.                            <span class="fw-semibold">Non Gamstop Casino</span>
  3210.                        </a>
  3211.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3212.                    </li>
  3213.                    
  3214.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3215.                        <a href="https://www.citytosea.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3216.                            <i class="ti-angle-right me-2 text-primary"></i>
  3217.                            <span class="fw-semibold">casinos not on gamstop</span>
  3218.                        </a>
  3219.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3220.                    </li>
  3221.                    
  3222.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3223.                        <a href="https://www.ukessaywriters.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3224.                            <i class="ti-angle-right me-2 text-primary"></i>
  3225.                            <span class="fw-semibold">best online casinos uk</span>
  3226.                        </a>
  3227.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3228.                    </li>
  3229.                    
  3230.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3231.                        <a href="https://steviethefox.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3232.                            <i class="ti-angle-right me-2 text-primary"></i>
  3233.                            <span class="fw-semibold">crypto betting sites</span>
  3234.                        </a>
  3235.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3236.                    </li>
  3237.                    
  3238.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3239.                        <a href="https://www.peelengineering.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3240.                            <i class="ti-angle-right me-2 text-primary"></i>
  3241.                            <span class="fw-semibold">non gamstop casino</span>
  3242.                        </a>
  3243.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3244.                    </li>
  3245.                    
  3246.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3247.                        <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3248.                            <i class="ti-angle-right me-2 text-primary"></i>
  3249.                            <span class="fw-semibold">casinos not on gamstop</span>
  3250.                        </a>
  3251.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3252.                    </li>
  3253.                    
  3254.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3255.                        <a href="https://www.cca-glasgow.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3256.                            <i class="ti-angle-right me-2 text-primary"></i>
  3257.                            <span class="fw-semibold">casinos not on gamstop</span>
  3258.                        </a>
  3259.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3260.                    </li>
  3261.                    
  3262.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3263.                        <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3264.                            <i class="ti-angle-right me-2 text-primary"></i>
  3265.                            <span class="fw-semibold">non gamstop casino</span>
  3266.                        </a>
  3267.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3268.                    </li>
  3269.                    
  3270.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3271.                        <a href="https://midnightcity.co/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3272.                            <i class="ti-angle-right me-2 text-primary"></i>
  3273.                            <span class="fw-semibold">slot sites</span>
  3274.                        </a>
  3275.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3276.                    </li>
  3277.                    
  3278.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3279.                        <a href="https://www.stmonicas.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3280.                            <i class="ti-angle-right me-2 text-primary"></i>
  3281.                            <span class="fw-semibold">casino not on Gamstop</span>
  3282.                        </a>
  3283.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3284.                    </li>
  3285.                    
  3286.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3287.                        <a href="https://israelpremiertech.com"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3288.                            <i class="ti-angle-right me-2 text-primary"></i>
  3289.                            <span class="fw-semibold">best online casinos</span>
  3290.                        </a>
  3291.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3292.                    </li>
  3293.                    
  3294.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3295.                        <a href="https://www.fourpure.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3296.                            <i class="ti-angle-right me-2 text-primary"></i>
  3297.                            <span class="fw-semibold">online casinos</span>
  3298.                        </a>
  3299.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3300.                    </li>
  3301.                    
  3302.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3303.                        <a href="https://www.cultinformation.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3304.                            <i class="ti-angle-right me-2 text-primary"></i>
  3305.                            <span class="fw-semibold">non gamstop casinos</span>
  3306.                        </a>
  3307.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3308.                    </li>
  3309.                    
  3310.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3311.                        <a href="https://dabet.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3312.                            <i class="ti-angle-right me-2 text-primary"></i>
  3313.                            <span class="fw-semibold">betting sites not on gamstop</span>
  3314.                        </a>
  3315.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3316.                    </li>
  3317.                    
  3318.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3319.                        <a href="https://www.copyrighthub.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3320.                            <i class="ti-angle-right me-2 text-primary"></i>
  3321.                            <span class="fw-semibold">casino not on gamstop</span>
  3322.                        </a>
  3323.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3324.                    </li>
  3325.                    
  3326.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3327.                        <a href="https://santanderjobs.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3328.                            <i class="ti-angle-right me-2 text-primary"></i>
  3329.                            <span class="fw-semibold">best betting sites</span>
  3330.                        </a>
  3331.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3332.                    </li>
  3333.                    
  3334.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3335.                        <a href="https://www.surfaceview.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3336.                            <i class="ti-angle-right me-2 text-primary"></i>
  3337.                            <span class="fw-semibold">non gamstop casinos uk</span>
  3338.                        </a>
  3339.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3340.                    </li>
  3341.                    
  3342.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3343.                        <a href="https://www.kysty.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3344.                            <i class="ti-angle-right me-2 text-primary"></i>
  3345.                            <span class="fw-semibold">Non GamStop Casino</span>
  3346.                        </a>
  3347.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3348.                    </li>
  3349.                    
  3350.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3351.                        <a href="https://www.cyclechic.co.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3352.                            <i class="ti-angle-right me-2 text-primary"></i>
  3353.                            <span class="fw-semibold">non GamStop casinos</span>
  3354.                        </a>
  3355.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3356.                    </li>
  3357.                    
  3358.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3359.                        <a href="https://fdncoffee.com"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3360.                            <i class="ti-angle-right me-2 text-primary"></i>
  3361.                            <span class="fw-semibold">casino not on GamStop</span>
  3362.                        </a>
  3363.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3364.                    </li>
  3365.                    
  3366.                </ul>
  3367.            </div>
  3368.        </div>
  3369.        
  3370.        <div class="sidebar-widget mb-4">
  3371.            <div class="widget-title-wrapper mb-3">
  3372.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  3373.                    March 2026 Blog Roll
  3374.                    <span class="title-arrow"></span>
  3375.                </h4>
  3376.            </div>
  3377.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  3378.                <ul class="list-unstyled scrollable-sidebar">
  3379.                    
  3380.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3381.                        <a href="https://letsmush.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3382.                            <i class="ti-angle-right me-2 text-primary"></i>
  3383.                            <span class="fw-semibold">casinos not on GamStop</span>
  3384.                        </a>
  3385.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3386.                    </li>
  3387.                    
  3388.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3389.                        <a href="https://www.surfaceview.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3390.                            <i class="ti-angle-right me-2 text-primary"></i>
  3391.                            <span class="fw-semibold">non gamstop casinos</span>
  3392.                        </a>
  3393.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3394.                    </li>
  3395.                    
  3396.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3397.                        <a href="https://www.bmag.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3398.                            <i class="ti-angle-right me-2 text-primary"></i>
  3399.                            <span class="fw-semibold">casino site</span>
  3400.                        </a>
  3401.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3402.                    </li>
  3403.                    
  3404.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3405.                        <a href="https://internationalschoolmealsday.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3406.                            <i class="ti-angle-right me-2 text-primary"></i>
  3407.                            <span class="fw-semibold">spinshark casino review</span>
  3408.                        </a>
  3409.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3410.                    </li>
  3411.                    
  3412.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3413.                        <a href="https://www.ginspa.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3414.                            <i class="ti-angle-right me-2 text-primary"></i>
  3415.                            <span class="fw-semibold">casino not on GamStop</span>
  3416.                        </a>
  3417.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3418.                    </li>
  3419.                    
  3420.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3421.                        <a href="https://www.bunker-51.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3422.                            <i class="ti-angle-right me-2 text-primary"></i>
  3423.                            <span class="fw-semibold">UK casinos not on GamStop</span>
  3424.                        </a>
  3425.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3426.                    </li>
  3427.                    
  3428.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3429.                        <a href="https://www.leahdagloria.com.au/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3430.                            <i class="ti-angle-right me-2 text-primary"></i>
  3431.                            <span class="fw-semibold">no kyc casinos</span>
  3432.                        </a>
  3433.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3434.                    </li>
  3435.                    
  3436.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3437.                        <a href="https://www.thekarczma.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3438.                            <i class="ti-angle-right me-2 text-primary"></i>
  3439.                            <span class="fw-semibold">Online Casinos</span>
  3440.                        </a>
  3441.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3442.                    </li>
  3443.                    
  3444.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3445.                        <a href="https://www.nordicresearchnetwork.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3446.                            <i class="ti-angle-right me-2 text-primary"></i>
  3447.                            <span class="fw-semibold">Non UK Gambling Sites</span>
  3448.                        </a>
  3449.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3450.                    </li>
  3451.                    
  3452.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3453.                        <a href="https://esports-news.co.uk/online-casinos/poker/not-on-gamstop/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3454.                            <i class="ti-angle-right me-2 text-primary"></i>
  3455.                            <span class="fw-semibold">uk poker not on gamstop</span>
  3456.                        </a>
  3457.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3458.                    </li>
  3459.                    
  3460.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3461.                        <a href="https://www.gamblinginsider.com/uk/online-casinos"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3462.                            <i class="ti-angle-right me-2 text-primary"></i>
  3463.                            <span class="fw-semibold">uk casinos</span>
  3464.                        </a>
  3465.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3466.                    </li>
  3467.                    
  3468.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3469.                        <a href="https://www.gcaf.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3470.                            <i class="ti-angle-right me-2 text-primary"></i>
  3471.                            <span class="fw-semibold">crypto betting sites</span>
  3472.                        </a>
  3473.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3474.                    </li>
  3475.                    
  3476.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3477.                        <a href="https://www.sepho.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3478.                            <i class="ti-angle-right me-2 text-primary"></i>
  3479.                            <span class="fw-semibold">uk casinos not on gamstop</span>
  3480.                        </a>
  3481.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3482.                    </li>
  3483.                    
  3484.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3485.                        <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3486.                            <i class="ti-angle-right me-2 text-primary"></i>
  3487.                            <span class="fw-semibold">casino sites</span>
  3488.                        </a>
  3489.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3490.                    </li>
  3491.                    
  3492.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3493.                        <a href="https://www.falconryforum.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3494.                            <i class="ti-angle-right me-2 text-primary"></i>
  3495.                            <span class="fw-semibold">non gamstop casinos</span>
  3496.                        </a>
  3497.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3498.                    </li>
  3499.                    
  3500.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3501.                        <a href="https://www.lgbthistorymonth.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3502.                            <i class="ti-angle-right me-2 text-primary"></i>
  3503.                            <span class="fw-semibold">non gamstop casinos</span>
  3504.                        </a>
  3505.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3506.                    </li>
  3507.                    
  3508.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3509.                        <a href="https://citytosea.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3510.                            <i class="ti-angle-right me-2 text-primary"></i>
  3511.                            <span class="fw-semibold">non gamstop casino</span>
  3512.                        </a>
  3513.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3514.                    </li>
  3515.                    
  3516.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3517.                        <a href="https://www.dumpaday.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3518.                            <i class="ti-angle-right me-2 text-primary"></i>
  3519.                            <span class="fw-semibold">casino online uk</span>
  3520.                        </a>
  3521.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3522.                    </li>
  3523.                    
  3524.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3525.                        <a href="https://www.outset.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3526.                            <i class="ti-angle-right me-2 text-primary"></i>
  3527.                            <span class="fw-semibold">best betting sites uk</span>
  3528.                        </a>
  3529.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3530.                    </li>
  3531.                    
  3532.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3533.                        <a href="https://sandbag.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3534.                            <i class="ti-angle-right me-2 text-primary"></i>
  3535.                            <span class="fw-semibold">casinos not on gamstop</span>
  3536.                        </a>
  3537.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3538.                    </li>
  3539.                    
  3540.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3541.                        <a href="https://oncallfire.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3542.                            <i class="ti-angle-right me-2 text-primary"></i>
  3543.                            <span class="fw-semibold">casinos not with GAMSTOP</span>
  3544.                        </a>
  3545.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3546.                    </li>
  3547.                    
  3548.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3549.                        <a href="https://www.regionalnetworks.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3550.                            <i class="ti-angle-right me-2 text-primary"></i>
  3551.                            <span class="fw-semibold">UK Non GAMSTOP Casinos</span>
  3552.                        </a>
  3553.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3554.                    </li>
  3555.                    
  3556.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3557.                        <a href="https://www.socresonline.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3558.                            <i class="ti-angle-right me-2 text-primary"></i>
  3559.                            <span class="fw-semibold">bitcoin casino</span>
  3560.                        </a>
  3561.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3562.                    </li>
  3563.                    
  3564.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3565.                        <a href="https://www.welcometoportsmouth.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3566.                            <i class="ti-angle-right me-2 text-primary"></i>
  3567.                            <span class="fw-semibold">casinos not on gamstop</span>
  3568.                        </a>
  3569.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3570.                    </li>
  3571.                    
  3572.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3573.                        <a href="https://adventuregamers.com/online-casinos/non-gamstop"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3574.                            <i class="ti-angle-right me-2 text-primary"></i>
  3575.                            <span class="fw-semibold">casino not on gamstop</span>
  3576.                        </a>
  3577.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3578.                    </li>
  3579.                    
  3580.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3581.                        <a href="https://thefoodmarket.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3582.                            <i class="ti-angle-right me-2 text-primary"></i>
  3583.                            <span class="fw-semibold">No KYC casinos</span>
  3584.                        </a>
  3585.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3586.                    </li>
  3587.                    
  3588.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3589.                        <a href="https://www.cryptocomparer.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3590.                            <i class="ti-angle-right me-2 text-primary"></i>
  3591.                            <span class="fw-semibold">crypto casino UK</span>
  3592.                        </a>
  3593.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3594.                    </li>
  3595.                    
  3596.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3597.                        <a href="https://www.charitydigitalnews.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3598.                            <i class="ti-angle-right me-2 text-primary"></i>
  3599.                            <span class="fw-semibold">online casinos</span>
  3600.                        </a>
  3601.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3602.                    </li>
  3603.                    
  3604.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3605.                        <a href="https://www.wildaboutbritain.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3606.                            <i class="ti-angle-right me-2 text-primary"></i>
  3607.                            <span class="fw-semibold">non gamstop casino</span>
  3608.                        </a>
  3609.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3610.                    </li>
  3611.                    
  3612.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3613.                        <a href="https://savethedatemagazine.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3614.                            <i class="ti-angle-right me-2 text-primary"></i>
  3615.                            <span class="fw-semibold">online casino</span>
  3616.                        </a>
  3617.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3618.                    </li>
  3619.                    
  3620.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3621.                        <a href="https://www.goodsixty.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3622.                            <i class="ti-angle-right me-2 text-primary"></i>
  3623.                            <span class="fw-semibold">casino not on gamstop</span>
  3624.                        </a>
  3625.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3626.                    </li>
  3627.                    
  3628.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3629.                        <a href="https://www.money-mentor.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3630.                            <i class="ti-angle-right me-2 text-primary"></i>
  3631.                            <span class="fw-semibold">crypto casino UK</span>
  3632.                        </a>
  3633.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3634.                    </li>
  3635.                    
  3636.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3637.                        <a href="https://insidebitcoins.com/crypto-casinos/best-crypto-casinos-uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3638.                            <i class="ti-angle-right me-2 text-primary"></i>
  3639.                            <span class="fw-semibold">crypto casino</span>
  3640.                        </a>
  3641.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3642.                    </li>
  3643.                    
  3644.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3645.                        <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3646.                            <i class="ti-angle-right me-2 text-primary"></i>
  3647.                            <span class="fw-semibold">casinos not on gamstop</span>
  3648.                        </a>
  3649.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3650.                    </li>
  3651.                    
  3652.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3653.                        <a href="https://bitcoinsuperstar.io/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3654.                            <i class="ti-angle-right me-2 text-primary"></i>
  3655.                            <span class="fw-semibold">No KYC casinos</span>
  3656.                        </a>
  3657.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3658.                    </li>
  3659.                    
  3660.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3661.                        <a href="https://collectvox.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3662.                            <i class="ti-angle-right me-2 text-primary"></i>
  3663.                            <span class="fw-semibold">no kyc crypto casinos</span>
  3664.                        </a>
  3665.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3666.                    </li>
  3667.                    
  3668.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3669.                        <a href="https://roadpeace.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3670.                            <i class="ti-angle-right me-2 text-primary"></i>
  3671.                            <span class="fw-semibold">online casino</span>
  3672.                        </a>
  3673.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3674.                    </li>
  3675.                    
  3676.                </ul>
  3677.            </div>
  3678.        </div>
  3679.        
  3680.        <div class="sidebar-widget mb-4">
  3681.            <div class="widget-title-wrapper mb-3">
  3682.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  3683.                    February 2026 Blog Roll
  3684.                    <span class="title-arrow"></span>
  3685.                </h4>
  3686.            </div>
  3687.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  3688.                <ul class="list-unstyled scrollable-sidebar">
  3689.                    
  3690.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3691.                        <a href="https://thecharliegardfoundation.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3692.                            <i class="ti-angle-right me-2 text-primary"></i>
  3693.                            <span class="fw-semibold">uk casino not on gamstop</span>
  3694.                        </a>
  3695.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3696.                    </li>
  3697.                    
  3698.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3699.                        <a href="https://www.roadpeace.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3700.                            <i class="ti-angle-right me-2 text-primary"></i>
  3701.                            <span class="fw-semibold">gambling site</span>
  3702.                        </a>
  3703.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3704.                    </li>
  3705.                    
  3706.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3707.                        <a href="https://www.money-mentor.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3708.                            <i class="ti-angle-right me-2 text-primary"></i>
  3709.                            <span class="fw-semibold">crypto casino</span>
  3710.                        </a>
  3711.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3712.                    </li>
  3713.                    
  3714.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3715.                        <a href="https://financialservicescultureboard.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3716.                            <i class="ti-angle-right me-2 text-primary"></i>
  3717.                            <span class="fw-semibold">best betting sites uk</span>
  3718.                        </a>
  3719.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3720.                    </li>
  3721.                    
  3722.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3723.                        <a href="https://platypuspress.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3724.                            <i class="ti-angle-right me-2 text-primary"></i>
  3725.                            <span class="fw-semibold">online casinos</span>
  3726.                        </a>
  3727.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3728.                    </li>
  3729.                    
  3730.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3731.                        <a href="https://plasticoceans.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3732.                            <i class="ti-angle-right me-2 text-primary"></i>
  3733.                            <span class="fw-semibold">non gamstop casinos</span>
  3734.                        </a>
  3735.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3736.                    </li>
  3737.                    
  3738.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3739.                        <a href="https://itechlabs.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3740.                            <i class="ti-angle-right me-2 text-primary"></i>
  3741.                            <span class="fw-semibold">crypto betting uk</span>
  3742.                        </a>
  3743.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3744.                    </li>
  3745.                    
  3746.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3747.                        <a href="https://www.taysideaviation.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3748.                            <i class="ti-angle-right me-2 text-primary"></i>
  3749.                            <span class="fw-semibold">best betting sites</span>
  3750.                        </a>
  3751.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3752.                    </li>
  3753.                    
  3754.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3755.                        <a href="https://rbth.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3756.                            <i class="ti-angle-right me-2 text-primary"></i>
  3757.                            <span class="fw-semibold">top 50 online casinos uk</span>
  3758.                        </a>
  3759.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3760.                    </li>
  3761.                    
  3762.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3763.                        <a href="https://bereavementcommission.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3764.                            <i class="ti-angle-right me-2 text-primary"></i>
  3765.                            <span class="fw-semibold">online casino</span>
  3766.                        </a>
  3767.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3768.                    </li>
  3769.                    
  3770.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3771.                        <a href="https://www.mesaonline.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3772.                            <i class="ti-angle-right me-2 text-primary"></i>
  3773.                            <span class="fw-semibold">online casinos</span>
  3774.                        </a>
  3775.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3776.                    </li>
  3777.                    
  3778.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3779.                        <a href="https://www.foreignersinuk.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3780.                            <i class="ti-angle-right me-2 text-primary"></i>
  3781.                            <span class="fw-semibold">online casinos</span>
  3782.                        </a>
  3783.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3784.                    </li>
  3785.                    
  3786.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3787.                        <a href="https://jst.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3788.                            <i class="ti-angle-right me-2 text-primary"></i>
  3789.                            <span class="fw-semibold">casino not on gamstop</span>
  3790.                        </a>
  3791.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3792.                    </li>
  3793.                    
  3794.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3795.                        <a href="https://www.bshg.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3796.                            <i class="ti-angle-right me-2 text-primary"></i>
  3797.                            <span class="fw-semibold">online casino</span>
  3798.                        </a>
  3799.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3800.                    </li>
  3801.                    
  3802.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3803.                        <a href="https://unbound.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3804.                            <i class="ti-angle-right me-2 text-primary"></i>
  3805.                            <span class="fw-semibold">online casino</span>
  3806.                        </a>
  3807.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3808.                    </li>
  3809.                    
  3810.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3811.                        <a href="https://platypuspress.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3812.                            <i class="ti-angle-right me-2 text-primary"></i>
  3813.                            <span class="fw-semibold">casinos online</span>
  3814.                        </a>
  3815.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3816.                    </li>
  3817.                    
  3818.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3819.                        <a href="https://www.aboutcookies.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3820.                            <i class="ti-angle-right me-2 text-primary"></i>
  3821.                            <span class="fw-semibold">non gamstop casino</span>
  3822.                        </a>
  3823.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3824.                    </li>
  3825.                    
  3826.                </ul>
  3827.            </div>
  3828.        </div>
  3829.        
  3830.  
  3831.        <!-- Recent Posts Section -->
  3832.        <div class="sidebar-widget mb-3">
  3833.            <div class="widget-title-wrapper mb-3">
  3834.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  3835.                    Recent Posts
  3836.                    <span class="title-arrow"></span>
  3837.                </h4>
  3838.            </div>
  3839.            <div class="widget-content border border-light shadow-sm rounded p-4">
  3840.                <div class="recent-post-list">
  3841.                    
  3842.                    
  3843.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3844.                        <div class="post-image me-3 flex-shrink-0">
  3845.                            
  3846.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3847.                            
  3848.                        </div>
  3849.                        <div class="post-content flex-grow-1">
  3850.                            <h6 class="post-title mb-1">
  3851.                                 <a href="/white-house-decries-democrat-hoax-as-further-jeffrey-epstein-photographs-disclosed/" class="text-decoration-none top-color fw-semibold">
  3852.                                    White House Decries &#x27;Democrat Hoax&#x27; as Further Jeffrey Epstein Photographs Disclosed
  3853.                                </a>
  3854.                            </h6>
  3855.                            <div class="post-meta">
  3856.                                <small class="text-muted">
  3857.                                    <i class="ti-calendar me-1"></i>15 May 2026
  3858.                                </small>
  3859.                                <!-- <small class="text-muted ms-2">
  3860.                                    <i class="ti-eye me-1"></i>234 views
  3861.                                </small> -->
  3862.                            </div>
  3863.                        </div>
  3864.                    </div>
  3865.                    
  3866.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3867.                        <div class="post-image me-3 flex-shrink-0">
  3868.                            
  3869.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3870.                            
  3871.                        </div>
  3872.                        <div class="post-content flex-grow-1">
  3873.                            <h6 class="post-title mb-1">
  3874.                                 <a href="/bright-exits-england-scene-well-after-her-reputation-was-carved-among-football-legends/" class="text-decoration-none top-color fw-semibold">
  3875.                                    Bright Exits England Scene Well After Her Reputation Was Carved Among Football Legends
  3876.                                </a>
  3877.                            </h6>
  3878.                            <div class="post-meta">
  3879.                                <small class="text-muted">
  3880.                                    <i class="ti-calendar me-1"></i>15 May 2026
  3881.                                </small>
  3882.                                <!-- <small class="text-muted ms-2">
  3883.                                    <i class="ti-eye me-1"></i>234 views
  3884.                                </small> -->
  3885.                            </div>
  3886.                        </div>
  3887.                    </div>
  3888.                    
  3889.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3890.                        <div class="post-image me-3 flex-shrink-0">
  3891.                            
  3892.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3893.                            
  3894.                        </div>
  3895.                        <div class="post-content flex-grow-1">
  3896.                            <h6 class="post-title mb-1">
  3897.                                 <a href="/the-hit-drama-announced-for-seventh-series-on-bbc/" class="text-decoration-none top-color fw-semibold">
  3898.                                    The Hit Drama Announced for Seventh Series on BBC
  3899.                                </a>
  3900.                            </h6>
  3901.                            <div class="post-meta">
  3902.                                <small class="text-muted">
  3903.                                    <i class="ti-calendar me-1"></i>15 May 2026
  3904.                                </small>
  3905.                                <!-- <small class="text-muted ms-2">
  3906.                                    <i class="ti-eye me-1"></i>234 views
  3907.                                </small> -->
  3908.                            </div>
  3909.                        </div>
  3910.                    </div>
  3911.                    
  3912.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3913.                        <div class="post-image me-3 flex-shrink-0">
  3914.                            
  3915.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3916.                            
  3917.                        </div>
  3918.                        <div class="post-content flex-grow-1">
  3919.                            <h6 class="post-title mb-1">
  3920.                                 <a href="/emma-raducanu-wraps-up-the-current-season-and-will-keep-coach-into-the-2026-season/" class="text-decoration-none top-color fw-semibold">
  3921.                                    Emma Raducanu wraps up the current season and will keep coach into the 2026 season.
  3922.                                </a>
  3923.                            </h6>
  3924.                            <div class="post-meta">
  3925.                                <small class="text-muted">
  3926.                                    <i class="ti-calendar me-1"></i>15 May 2026
  3927.                                </small>
  3928.                                <!-- <small class="text-muted ms-2">
  3929.                                    <i class="ti-eye me-1"></i>234 views
  3930.                                </small> -->
  3931.                            </div>
  3932.                        </div>
  3933.                    </div>
  3934.                    
  3935.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3936.                        <div class="post-image me-3 flex-shrink-0">
  3937.                            
  3938.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3939.                            
  3940.                        </div>
  3941.                        <div class="post-content flex-grow-1">
  3942.                            <h6 class="post-title mb-1">
  3943.                                 <a href="/3-xbox-game-pass-games-that-will-validate-your-membership-during-the-weekend-nov-21-23/" class="text-decoration-none top-color fw-semibold">
  3944.                                    3 Xbox Game Pass Games That Will Validate Your Membership During the Weekend (Nov. 21-23)
  3945.                                </a>
  3946.                            </h6>
  3947.                            <div class="post-meta">
  3948.                                <small class="text-muted">
  3949.                                    <i class="ti-calendar me-1"></i>15 May 2026
  3950.                                </small>
  3951.                                <!-- <small class="text-muted ms-2">
  3952.                                    <i class="ti-eye me-1"></i>234 views
  3953.                                </small> -->
  3954.                            </div>
  3955.                        </div>
  3956.                    </div>
  3957.                    
  3958.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3959.                        <div class="post-image me-3 flex-shrink-0">
  3960.                            
  3961.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3962.                            
  3963.                        </div>
  3964.                        <div class="post-content flex-grow-1">
  3965.                            <h6 class="post-title mb-1">
  3966.                                 <a href="/the-ultimate-guide-to-picking-the-finest-online-slot-games/" class="text-decoration-none top-color fw-semibold">
  3967.                                    The Ultimate Guide to Picking the Finest Online Slot Games
  3968.                                </a>
  3969.                            </h6>
  3970.                            <div class="post-meta">
  3971.                                <small class="text-muted">
  3972.                                    <i class="ti-calendar me-1"></i>15 May 2026
  3973.                                </small>
  3974.                                <!-- <small class="text-muted ms-2">
  3975.                                    <i class="ti-eye me-1"></i>234 views
  3976.                                </small> -->
  3977.                            </div>
  3978.                        </div>
  3979.                    </div>
  3980.                    
  3981.  
  3982.                </div>
  3983.            </div>
  3984.        </div>
  3985.  
  3986.    </div>
  3987.  
  3988.  
  3989. <!-- Sidebar Styles -->
  3990. <style>
  3991.    .sidebar-widget {
  3992.        position: relative;
  3993.    }
  3994.    
  3995.    .widget-title {
  3996.        font-size: 1.1rem;
  3997.        font-weight: 700;
  3998.        display: inline-block;
  3999.        position: relative;
  4000.        z-index: 2;
  4001.        border-radius: 0;
  4002.    }
  4003.    
  4004.    .title-arrow::after {
  4005.        content: '';
  4006.        position: absolute;
  4007.        top: 0;
  4008.        right: -20px;
  4009.        width: 0;
  4010.        height: 0;
  4011.        border-left: 20px solid var(--bs-primary);
  4012.        border-top: 20px solid transparent;
  4013.        border-bottom: 20px solid transparent;
  4014.        z-index: 1;
  4015.    }
  4016.    
  4017.    .widget-content {
  4018.        margin-top: -1px;
  4019.        position: relative;
  4020.        z-index: 1;
  4021.         background-color: var(--card-bg);
  4022.    }
  4023.    
  4024.    .recent-post-item:hover .post-title1 a {
  4025.        color: #dc3545 !important;
  4026.        transition: color 0.3s ease;
  4027.    }
  4028.    
  4029.    .recent-post-item .post-image img {
  4030.        transition: transform 0.3s ease;
  4031.    }
  4032.    
  4033.    .recent-post-item:hover .post-image img {
  4034.        transform: scale(1.05);
  4035.    }
  4036.    
  4037.    .btn:hover {
  4038.        transform: translateY(-1px);
  4039.        transition: all 0.3s ease;
  4040.        box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  4041.    }
  4042.    
  4043.    @media (max-width: 991px) {
  4044.        .sidebar {
  4045.            margin-top: 3rem;
  4046.        }
  4047.    }
  4048.    
  4049.    @media (max-width: 576px) {
  4050.        .widget-title {
  4051.            font-size: 1rem;
  4052.            padding: 0.75rem 1rem !important;
  4053.        }
  4054.        
  4055.        .title-arrow::after {
  4056.            right: -15px;
  4057.            border-left: 15px solid var(--bs-primary);
  4058.            border-top: 15px solid transparent;
  4059.            border-bottom: 15px solid transparent;
  4060.        }
  4061.        
  4062.        .post-image {
  4063.            display: none !important;
  4064.        }
  4065.    }
  4066. </style>
  4067.    
  4068.            </div>
  4069.        </div>
  4070.    </div>
  4071. </section>
  4072.  
  4073. <script>
  4074. // Enhanced Intersection Observer with staggered animations
  4075. document.addEventListener('DOMContentLoaded', function() {
  4076.    const observerOptions = {
  4077.        threshold: 0.1,
  4078.        rootMargin: '0px 0px -100px 0px'
  4079.    };
  4080.  
  4081.    const observer = new IntersectionObserver(function(entries) {
  4082.        entries.forEach(entry => {
  4083.            if (entry.isIntersecting) {
  4084.                setTimeout(() => {
  4085.                    entry.target.classList.add('revealed');
  4086.                }, 100);
  4087.            }
  4088.        });
  4089.    }, observerOptions);
  4090.  
  4091.    // Observe all scroll-reveal elements
  4092.    document.querySelectorAll('.scroll-reveal').forEach(el => {
  4093.        observer.observe(el);
  4094.    });
  4095.  
  4096.    // Add parallax effect to floating dots
  4097.    document.addEventListener('mousemove', function(e) {
  4098.        const cards = document.querySelectorAll('.blog-card-v3');
  4099.        cards.forEach(card => {
  4100.            const rect = card.getBoundingClientRect();
  4101.            const x = (e.clientX - rect.left) / rect.width;
  4102.            const y = (e.clientY - rect.top) / rect.height;
  4103.            
  4104.            const dots = card.querySelectorAll('.floating-dot');
  4105.            dots.forEach((dot, index) => {
  4106.                const moveX = (x - 0.5) * (10 + index * 5);
  4107.                const moveY = (y - 0.5) * (10 + index * 5);
  4108.                dot.style.transform = `translate(${moveX}px, ${moveY}px)`;
  4109.            });
  4110.        });
  4111.    });
  4112. });
  4113. </script>
  4114.  
  4115.    
  4116.        
  4117.        <!-- end wpo-blog-highlights-section -->
  4118.        <!-- start wpo-blog-sponsored-section -->
  4119.        
  4120.  
  4121.  
  4122.  
  4123.    
  4124.  
  4125.  
  4126.  <style>
  4127.    .sponsored-card-v10 {
  4128.      border: 1px solid var(--bs-primary); /* Cyan border */
  4129.      transition: border-color 0.3s ease;
  4130.      min-height: 350px;
  4131.    }
  4132.    
  4133.    .sponsored-content-v10 {
  4134.      flex: 1; /* text area stretch kare */
  4135.    }
  4136.    .sponsored-card-v10:hover {
  4137.      border-color: var(--bs-primary);
  4138.      opacity: 0.8;
  4139.    }
  4140.    
  4141.    .sponsored-content-v10 {
  4142.      padding: 12px;
  4143.      border-radius: 12px 12px 0px 0px;
  4144.      background: var(--card-bg);
  4145.      border-bottom: 2px solid var(--bs-primary); /* Cyan top border for banner */
  4146.    }
  4147.    
  4148.    .sponsored-image-v10 {
  4149.      height: 180px;
  4150.    }
  4151.    
  4152.    .sponsored-image-v10 img {
  4153.      width: 100%;
  4154.      height: 100%;
  4155.      border-radius: 0px 0px 12px 12px;
  4156.      object-fit: cover;
  4157.    }
  4158.    
  4159.    .sponsored-badge-v10 {
  4160.      display: inline-block;
  4161.      position: relative;
  4162.      padding: 4px 8px;
  4163.      border-radius: var(--border-radius);
  4164.      font-size: 11px;
  4165.      font-weight: 600;
  4166.      text-transform: uppercase;
  4167.      color: white;
  4168.      margin-bottom: 8px;
  4169.    }
  4170.    
  4171.    .sponsored-badge-v10::after {
  4172.      content: '';
  4173.      position: absolute;
  4174.      top: 0;
  4175.      right: -8px;
  4176.    }
  4177.    
  4178.    .sponsored-title-v10 {
  4179.      font-size: 14px;
  4180.      font-weight: 700;
  4181.      line-height: 1.3;
  4182.      margin-bottom: 6px;
  4183.      color: #333;
  4184.    }
  4185.    
  4186.    .sponsored-title-v10 a {
  4187.      text-decoration: none;
  4188.      color: var(--topbar-color);
  4189.    }
  4190.    
  4191.    .sponsored-title-v10 a:hover {
  4192.      color: var(--bs-primary); /* Cyan hover */
  4193.    }
  4194.    
  4195.    .sponsored-excerpt-v10 {
  4196.      font-size: 11px;
  4197.      font-weight: 400;
  4198.      color: #6c757d;
  4199.      margin-bottom: 6px;
  4200.      line-height: 1.4;
  4201.    }
  4202.    
  4203.    .sponsored-meta-v10 {
  4204.      font-size: 10px;
  4205.      color: #6c757d;
  4206.    }
  4207.    
  4208.    .author-info-v10 {
  4209.      margin-bottom: 4px;
  4210.    }
  4211.    
  4212.    .sponsored-author-img-v10 {
  4213.      width: 18px;
  4214.      height: 18px;
  4215.      border-radius: 50%;
  4216.      object-fit: cover;
  4217.      vertical-align: middle;
  4218.      margin-right: 4px;
  4219.    }
  4220.    
  4221.    .section-title-sponsored-v10 {
  4222.      font-size: 1.8rem;
  4223.      font-weight: 600;
  4224.      text-align: left;
  4225.      margin-bottom: 25px;
  4226.      color: #333;
  4227.      position: relative;
  4228.    }
  4229.    
  4230.    .section-title-sponsored-v10::after {
  4231.      content: '';
  4232.      position: absolute;
  4233.      bottom: -6px;
  4234.      left: 0;
  4235.      width: 60px;
  4236.      height: 2px;
  4237.      background: var(--bs-primary);
  4238.    }
  4239.    
  4240.    @media (max-width: 768px) {
  4241.      .sponsored-section-v10 {
  4242.        padding: 30px 0;
  4243.      }
  4244.      .sponsored-image-v10 {
  4245.        height: 180px;
  4246.      }
  4247.      .sponsored-content-v10 {
  4248.        padding: 10px;
  4249.      }
  4250.      .sponsored-title-v10 {
  4251.        font-size: 13px;
  4252.      }
  4253.      .sponsored-excerpt-v10 {
  4254.        font-size: 10px;
  4255.      }
  4256.      .sponsored-badge-v10 {
  4257.        font-size: 10px;
  4258.        padding: 3px 6px;
  4259.      }
  4260.      .sponsored-meta-v10 {
  4261.        font-size: 9px;
  4262.      }
  4263.      .section-title-sponsored-v10 {
  4264.        font-size: 1.5rem;
  4265.      }
  4266.    }
  4267.  </style>
  4268.  
  4269.  <section class="sponsored-section-v10 my-5">
  4270.    <div class="container-fluid fluid-container">
  4271.      <div class="row">
  4272.        <div class="col-12">
  4273.          <h2 class="section-title-sponsored-v10">Sponsored News</h2>
  4274.        </div>
  4275.      </div>
  4276.  
  4277.      <div class="row g-3 d-flex align-items-center">
  4278.        
  4279.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  4280.            <div class="card sponsored-card-v10 h-100 w-100">
  4281.              <div class="sponsored-content-v10">
  4282.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  4283.                <h3 class="sponsored-title-v10"><a href="/white-house-decries-democrat-hoax-as-further-jeffrey-epstein-photographs-disclosed/">White House Decries &#x27;Democrat Hoax&#x27; as Further Jeffrey Epstein Photographs Disclosed</a></h3>
  4284.                <p class="sponsored-excerpt-v10"></p>
  4285.                <div class="sponsored-meta-v10">
  4286.                  <div class="author-info-v10">
  4287.                    
  4288.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" class="sponsored-author-img-v10" alt="Laurie Haynes" />
  4289.                    
  4290.                    <span>Laurie Haynes</span>
  4291.                  </div>
  4292.                  <div>15 May 2026</div>
  4293.                </div>
  4294.              </div>
  4295.              <div class="sponsored-image-v10">
  4296.                
  4297.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  4298.                
  4299.              </div>
  4300.            </div>
  4301.          </div>
  4302.        
  4303.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  4304.            <div class="card sponsored-card-v10 h-100 w-100">
  4305.              <div class="sponsored-content-v10">
  4306.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  4307.                <h3 class="sponsored-title-v10"><a href="/bright-exits-england-scene-well-after-her-reputation-was-carved-among-football-legends/">Bright Exits England Scene Well After Her Reputation Was Carved Among Football Legends</a></h3>
  4308.                <p class="sponsored-excerpt-v10"></p>
  4309.                <div class="sponsored-meta-v10">
  4310.                  <div class="author-info-v10">
  4311.                    
  4312.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" class="sponsored-author-img-v10" alt="Laurie Haynes" />
  4313.                    
  4314.                    <span>Laurie Haynes</span>
  4315.                  </div>
  4316.                  <div>15 May 2026</div>
  4317.                </div>
  4318.              </div>
  4319.              <div class="sponsored-image-v10">
  4320.                
  4321.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  4322.                
  4323.              </div>
  4324.            </div>
  4325.          </div>
  4326.        
  4327.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  4328.            <div class="card sponsored-card-v10 h-100 w-100">
  4329.              <div class="sponsored-content-v10">
  4330.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  4331.                <h3 class="sponsored-title-v10"><a href="/the-hit-drama-announced-for-seventh-series-on-bbc/">The Hit Drama Announced for Seventh Series on BBC</a></h3>
  4332.                <p class="sponsored-excerpt-v10"></p>
  4333.                <div class="sponsored-meta-v10">
  4334.                  <div class="author-info-v10">
  4335.                    
  4336.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" class="sponsored-author-img-v10" alt="Laurie Haynes" />
  4337.                    
  4338.                    <span>Laurie Haynes</span>
  4339.                  </div>
  4340.                  <div>15 May 2026</div>
  4341.                </div>
  4342.              </div>
  4343.              <div class="sponsored-image-v10">
  4344.                
  4345.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  4346.                
  4347.              </div>
  4348.            </div>
  4349.          </div>
  4350.        
  4351.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  4352.            <div class="card sponsored-card-v10 h-100 w-100">
  4353.              <div class="sponsored-content-v10">
  4354.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  4355.                <h3 class="sponsored-title-v10"><a href="/emma-raducanu-wraps-up-the-current-season-and-will-keep-coach-into-the-2026-season/">Emma Raducanu wraps up the current season and will keep coach into the 2026 season.</a></h3>
  4356.                <p class="sponsored-excerpt-v10"></p>
  4357.                <div class="sponsored-meta-v10">
  4358.                  <div class="author-info-v10">
  4359.                    
  4360.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" class="sponsored-author-img-v10" alt="Laurie Haynes" />
  4361.                    
  4362.                    <span>Laurie Haynes</span>
  4363.                  </div>
  4364.                  <div>15 May 2026</div>
  4365.                </div>
  4366.              </div>
  4367.              <div class="sponsored-image-v10">
  4368.                
  4369.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  4370.                
  4371.              </div>
  4372.            </div>
  4373.          </div>
  4374.        
  4375.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  4376.            <div class="card sponsored-card-v10 h-100 w-100">
  4377.              <div class="sponsored-content-v10">
  4378.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  4379.                <h3 class="sponsored-title-v10"><a href="/3-xbox-game-pass-games-that-will-validate-your-membership-during-the-weekend-nov-21-23/">3 Xbox Game Pass Games That Will Validate Your Membership During the Weekend (Nov. 21-23)</a></h3>
  4380.                <p class="sponsored-excerpt-v10"></p>
  4381.                <div class="sponsored-meta-v10">
  4382.                  <div class="author-info-v10">
  4383.                    
  4384.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" class="sponsored-author-img-v10" alt="Laurie Haynes" />
  4385.                    
  4386.                    <span>Laurie Haynes</span>
  4387.                  </div>
  4388.                  <div>15 May 2026</div>
  4389.                </div>
  4390.              </div>
  4391.              <div class="sponsored-image-v10">
  4392.                
  4393.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  4394.                
  4395.              </div>
  4396.            </div>
  4397.          </div>
  4398.        
  4399.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  4400.            <div class="card sponsored-card-v10 h-100 w-100">
  4401.              <div class="sponsored-content-v10">
  4402.                <div class="sponsored-badge-v10 bg-primary-gradient">Others</div>
  4403.                <h3 class="sponsored-title-v10"><a href="/the-ultimate-guide-to-picking-the-finest-online-slot-games/">The Ultimate Guide to Picking the Finest Online Slot Games</a></h3>
  4404.                <p class="sponsored-excerpt-v10"></p>
  4405.                <div class="sponsored-meta-v10">
  4406.                  <div class="author-info-v10">
  4407.                    
  4408.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" class="sponsored-author-img-v10" alt="Laurie Haynes" />
  4409.                    
  4410.                    <span>Laurie Haynes</span>
  4411.                  </div>
  4412.                  <div>15 May 2026</div>
  4413.                </div>
  4414.              </div>
  4415.              <div class="sponsored-image-v10">
  4416.                
  4417.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  4418.                
  4419.              </div>
  4420.            </div>
  4421.          </div>
  4422.        
  4423.      </div>
  4424.    </div>
  4425.  </section>
  4426.  
  4427.  
  4428.    
  4429.        <!-- end wpo-blog-sponsored-section -->
  4430.        <!-- start wpo-subscribe-section -->
  4431.        
  4432.        <!-- end subscribe-section -->
  4433.        <!-- start of wpo-site-footer-section -->
  4434.        
  4435.  
  4436.  
  4437.  
  4438.  
  4439.  
  4440. <footer class="wpo-site-footer-v2">
  4441.    <!-- Main Footer Content -->
  4442.    <div class="wpo-main-footer">
  4443.        <div class="container-fluid fluid-container">
  4444.            <div class="row g-4">
  4445.                
  4446.                <!-- Company Info Section -->
  4447.                <div class="col-lg-4 col-md-6 col-12">
  4448.                    <div class="footer-widget company-info-widget">
  4449.                        <div class="widget-header">
  4450.                            <div class="footer-logo">
  4451.                                
  4452.                                    <h2 class="footer-logo-text">Flux Lounge</h2>
  4453.                                
  4454.                            </div>
  4455.                        </div>
  4456.                        <div class="widget-content2 footer-widget-content2">
  4457.                            <p class="company-description-text">
  4458.                                Explore the latest trends in lifestyle, culture, and entertainment from the UK&#x27;s leading blog. Discover insightful articles, reviews, and guides.
  4459.                            </p>
  4460.                            <div class="contact-info2">
  4461.                                <div class="contact-item">
  4462.                                    <i class="fas fa-envelope"></i>
  4463.                                    <span><a href="/cdn-cgi/l/email-protection#721e1b1c1901321c170a06101311191e1b1c19015c111d1f" class="footer-link2"><span class="__cf_email__" data-cfemail="8be7e2e5e0f8cbe5eef3ffe9eae8e0e7e2e5e0f8a5e8e4e6">[email&#160;protected]</span></a></span>
  4464.                                </div>
  4465.                                <!-- <div class="contact-item">
  4466.                                    <i class="fas fa-phone"></i>
  4467.                                    <span><a  href="https://wa.me/971543449951" class="footer-link2">+971 54 344 9951</a></span>
  4468.                                </div> -->
  4469.                            </div>
  4470.                        </div>
  4471.                    </div>
  4472.                </div>
  4473.  
  4474.                <!-- Quick Links Section -->
  4475.                <div class="col-lg-4 col-md-6 col-12">
  4476.                    <div class="footer-widget quick-links-widget">
  4477.                        <div class="widget-header">
  4478.                            <h4 class="widget-title2 quick-links-title">Quick Links</h4>
  4479.                        </div>
  4480.                        <div class="widget-content2 footer-widget-content2">
  4481.                            <ul class="footer-links">
  4482.                                
  4483.                                <li><a href="/leonard-and-hungry-paul-review-a-calming-show-featuring-the-voice-of-the-famous-actress-brings-a-great-remedy-to-contemporary-living/" class="footer-link">Leonard and Hungry Paul Review: A Calming Show Featuring the Voice of the Famous Actress Brings a Great Remedy to Contemporary Living</a></li>
  4484.                                
  4485.                                <li><a href="/the-art-of-ideal-paneer-makhni-cooking-instructions/" class="footer-link">The Art of Ideal Paneer Makhni – Cooking Instructions</a></li>
  4486.                                
  4487.                                <li><a href="/uk-and-scottish-government-authorities-clash-over-who-should-pay-the-245-million-cost-for-trump-and-vance-trips/" class="footer-link">UK and Scottish government Authorities Clash Over Who Should Pay the £24.5 million Cost for Trump and Vance Trips</a></li>
  4488.                                
  4489.                                <li><a href="/nations-highest-court-upholds-revised-texas-house-districts/" class="footer-link">Nation&#x27;s Highest Court Upholds Revised Texas House Districts.</a></li>
  4490.                                
  4491.                                <li><a href="/medical-experts-from-scotland-and-the-us-complete-world-first-stroke-surgery-with-robotic-system/" class="footer-link">Medical Experts from Scotland and the US Complete World-First Stroke Surgery With Robotic System</a></li>
  4492.                                
  4493.                                <li><a href="/some-groups-on-the-political-spectrum-who-offer-only-grievance-labour-is-getting-on-with-the-job-of-economic-rejuvenation/" class="footer-link">Some groups on the political spectrum who offer only grievance: Labour is getting on with the job of economic rejuvenation.</a></li>
  4494.                                
  4495.                            </ul>
  4496.                        </div>
  4497.                    </div>
  4498.                </div>
  4499.  
  4500.                <!-- Blog Rolls Section -->
  4501.          <div class="col-lg-3 col-md-6 col-12">
  4502.    <div class="footer-widget blog-rolls-widget">
  4503.        <div class="widget-header">
  4504.            <h4 class="widget-title2 blog-rolls-title">Blog Rolls</h4>
  4505.        </div>
  4506.        <div class="widget-content2 footer-widget-content2">
  4507.            <div class="row">
  4508.                <div class="col-6">
  4509.                    <ul class="footer-links" id="blogroll">
  4510.                        
  4511.                        
  4512.                        
  4513.                        
  4514.                        
  4515.                        
  4516.                        
  4517.                    </ul>
  4518.                </div>
  4519.            </div>
  4520.        </div>
  4521.    </div>
  4522. </div>
  4523.                <!-- Categories Section -->
  4524.                <div class="col-lg-4 col-md-6 col-12">
  4525.                    <div class="footer-widget categories-widget">
  4526.                        <div class="widget-header">
  4527.                            <h4 class="widget-title2 categories-title">Categories</h4>
  4528.                        </div>
  4529.                        <div class="widget-content2 footer-widget-content2">
  4530.                            <div class="row">
  4531.                                <div class="col-6">
  4532.                                    <ul class="footer-links">
  4533.                                        
  4534.                                        <li> <a href="/category/all-posts/" class="footer-link">
  4535.                                            All Posts
  4536.                                        </a></li>
  4537.                                        
  4538.                                        <li> <a href="/category/business/" class="footer-link">
  4539.                                            Business
  4540.                                        </a></li>
  4541.                                        
  4542.                                        <li> <a href="/category/esports/" class="footer-link">
  4543.                                            Esports
  4544.                                        </a></li>
  4545.                                        
  4546.                                        <li> <a href="/category/fashion/" class="footer-link">
  4547.                                            Fashion
  4548.                                        </a></li>
  4549.                                        
  4550.                                        <li> <a href="/category/featured/" class="footer-link">
  4551.                                            Featured
  4552.                                        </a></li>
  4553.                                        
  4554.                                    </ul>
  4555.                                </div>
  4556.                              
  4557.                            </div>
  4558.                        </div>
  4559.                    </div>
  4560.                </div>
  4561.  
  4562.            </div>
  4563.        </div>
  4564.    </div>
  4565.  
  4566.    <!-- Footer Bottom -->
  4567.    <div class="footer-bottom">
  4568.        <div class="container-fluid fluid-container">
  4569.            <div class="row align-items-center">
  4570.                <!-- Copyright -->
  4571.                <div class="col-lg-6 col-md-6 col-12">
  4572.                    <div class="copyright-text">
  4573.                        <p class="copyright-text-p">&copy; 2026 <strong class="footer-sitename">Flux Lounge</strong>.
  4574.                            All rights reserved.
  4575.                        </p>
  4576.                    </div>
  4577.                </div>
  4578.  
  4579.                <!-- Footer Menu -->
  4580.                <div class="col-lg-6 col-md-6 col-12">
  4581.                    <div class="footer-menu">
  4582.                        <ul class="bottom-menu">
  4583.                            <li><a href="/page/write-for-us/" class="footer-link">Write For Us</a></li>
  4584.                            <li><a href="/page/terms-and-conditions/" class="footer-link">Terms &amp; Conditions</a></li>
  4585.                            <li><a href="/sitemap.xml" class="footer-link">Sitemap</a></li>
  4586.                        </ul>
  4587.                    </div>
  4588.                </div>
  4589.            </div>
  4590.        </div>
  4591.    </div>
  4592.  
  4593. </footer>
  4594.  
  4595. <style>
  4596. /* Footer V2 Styles */
  4597. .wpo-site-footer-v2 {
  4598.    background: var(--footer-bg);
  4599.    color: var(--footer-color);
  4600.    position: relative;
  4601.    overflow: hidden;
  4602. }
  4603.  
  4604. .wpo-site-footer-v2::before {
  4605.    content: '';
  4606.    position: absolute;
  4607.    top: 0;
  4608.    left: 0;
  4609.    right: 0;
  4610.    bottom: 0;
  4611.    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23ffffff" opacity="0.03"/><circle cx="75" cy="75" r="1" fill="%23ffffff" opacity="0.03"/><circle cx="50" cy="10" r="0.5" fill="%23ffffff" opacity="0.02"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grain)"/></svg>');
  4612.    pointer-events: none;
  4613. }
  4614.  
  4615. .wpo-main-footer {
  4616.    padding: 60px 0 40px;
  4617.    position: relative;
  4618.    z-index: 2;
  4619. }
  4620.  
  4621. .footer-widget {
  4622.    margin-bottom: 30px;
  4623. }
  4624.  
  4625. .widget-header {
  4626.    margin-bottom: 25px;
  4627. }
  4628.  
  4629. .widget-title2 {
  4630.    font-size: 20px;
  4631.    font-weight: 700;
  4632.    color: var(--footer-color) !important;
  4633.    margin: 0;
  4634.    position: relative;
  4635.    padding-bottom: 10px;
  4636. }
  4637.  
  4638. .widget-title2::after {
  4639.    content: '';
  4640.    position: absolute;
  4641.    bottom: 0;
  4642.    left: 0;
  4643.    width: 40px;
  4644.    height: 3px;
  4645.    background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  4646.    border-radius: 2px;
  4647. }
  4648.  
  4649. /* Company Info Styles */
  4650. .footer-logo-img {
  4651.    max-height: 100px;
  4652.    margin-bottom: 20px;
  4653. }
  4654.  
  4655. .footer-logo-text {
  4656.    color: var(--footer-color);
  4657. }
  4658.  
  4659. .company-description-text {
  4660.    font-size: 14px;
  4661.    line-height: 1.7;
  4662.    color: var(--footer-color);
  4663.    margin-bottom: 25px;
  4664. }
  4665.  
  4666. .contact-info2 .contact-item {
  4667.    display: flex;
  4668.    align-items: center;
  4669.    margin-bottom: 10px;
  4670.    font-size: 14px;
  4671. }
  4672.  
  4673. .contact-info2 .contact-item i {
  4674.    width: 20px;
  4675.    color: var(--footer-color);
  4676.    margin-right: 10px;
  4677. }
  4678.  
  4679. /* Footer Links Styles */
  4680. .footer-links {
  4681.    list-style: none;
  4682.    padding: 0;
  4683.    margin: 0;
  4684. }
  4685.  
  4686. .footer-links li {
  4687.    margin-bottom: 12px;
  4688. }
  4689. .footer-link2 {
  4690.    color: var(--footer-color) !important;
  4691. }
  4692. .footer-link2:hover {
  4693.    color: blue !important;
  4694. }
  4695. .footer-links a{
  4696.    color: var(--footer-color) !important;
  4697.    text-decoration: none;
  4698.    cursor: pointer;
  4699.    font-size: 14px;
  4700.    transition: all 0.3s ease;
  4701.    position: relative;
  4702. }
  4703.  
  4704. .footer-links a:hover {
  4705.    color: #4f46e5 !important;
  4706.    padding-left: 8px;
  4707. }
  4708.  
  4709. /* Footer Bottom Styles */
  4710. .footer-bottom {
  4711.    background: rgba(0, 0, 0, 0.3);
  4712.    padding: 20px 0;
  4713.    border-top: 1px solid rgba(255, 255, 255, 0.1);
  4714.    position: relative;
  4715.    z-index: 2;
  4716. }
  4717.  
  4718. .copyright-text-p {
  4719.    margin: 0;
  4720.    font-size: 14px;
  4721.    color: var(--footer-color);
  4722. }
  4723.  
  4724. .footer-sitename {
  4725.    color: var(--footer-color);
  4726. }
  4727.  
  4728. .bottom-menu {
  4729.    list-style: none;
  4730.    padding: 0;
  4731.    margin: 0;
  4732.    display: flex;
  4733.    justify-content: flex-end;
  4734.    gap: 20px;
  4735. }
  4736.  
  4737. .bottom-menu a {
  4738.    color: var(--footer-color);
  4739.    text-decoration: none;
  4740.    font-size: 14px;
  4741.    transition: color 0.3s ease;
  4742. }
  4743.  
  4744. .bottom-menu a:hover {
  4745.    color: #4f46e5;
  4746. }
  4747.  
  4748. @media (max-width: 768px) {
  4749.    .wpo-main-footer {
  4750.        padding: 40px 0 30px;
  4751.    }
  4752.    
  4753.    .bottom-menu {
  4754.        justify-content: center;
  4755.        margin-top: 15px;
  4756.    }
  4757.    
  4758.    .copyright-text {
  4759.        text-align: center;
  4760.    }
  4761.    
  4762.    .social-links {
  4763.        justify-content: center;
  4764.    }
  4765. }
  4766.  
  4767. @media (max-width: 576px) {
  4768.    .widget-title2 {
  4769.        font-size: 18px;
  4770.    }
  4771.    
  4772.    .newsletter-form .input-group {
  4773.        flex-direction: column;
  4774.    }
  4775.    
  4776.    .newsletter-form .btn {
  4777.        margin-top: 10px;
  4778.        border-radius: 8px;
  4779.    }
  4780.    
  4781.    .newsletter-form .form-control {
  4782.        border-radius: 8px;
  4783.    }
  4784. }
  4785. </style>
  4786.  
  4787.  
  4788. <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>
  4789.  document.addEventListener('DOMContentLoaded', function () {
  4790.    var btn = document.getElementById('toggleMore');
  4791.    if (!btn) return; // If there are <=5 items, no need for the button
  4792.  
  4793.    var extras = document.querySelectorAll('#blogroll li.extra');
  4794.  
  4795.    btn.addEventListener('click', function () {
  4796.      var anyHidden = Array.prototype.some.call(extras, function (li) {
  4797.        return li.classList.contains('d-none');
  4798.      });
  4799.  
  4800.      extras.forEach(function (li) {
  4801.        if (anyHidden) {
  4802.          li.classList.remove('d-none');
  4803.          li.classList.add('show'); // Show with smooth transition
  4804.        } else {
  4805.          li.classList.add('d-none');
  4806.          li.classList.remove('show'); // Hide smoothly
  4807.        }
  4808.      });
  4809.  
  4810.      // Update the button text and aria-expanded attribute
  4811.      btn.textContent = anyHidden ? 'View less' : 'View more';
  4812.      btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4813.    });
  4814.  });
  4815. </script>
  4816.        <!-- end of wpo-site-footer-section -->
  4817.    </div>
  4818.    <!-- end of page-wrapper -->
  4819.  
  4820.    <!-- All JavaScript files
  4821.    ================================================== -->
  4822.    
  4823.  
  4824. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4825. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4826. <!-- Plugins for this template -->
  4827. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4828. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4829. <!-- Custom script for this template -->
  4830. <script src="/static/blogapp/assets/js/script.js"></script>
  4831.  
  4832. <script>
  4833. (function () {
  4834. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4835. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4836.  
  4837. function applyFallback(img) {
  4838. if (!img || img.dataset.fallbackApplied === "1") {
  4839. return;
  4840. }
  4841. var failedSrc = img.currentSrc || img.src || "";
  4842. img.dataset.fallbackApplied = "1";
  4843. img.onerror = null;
  4844. img.src = fallbackImageSrc;
  4845. console.warn("[ImageFallback] Replaced broken image:", {
  4846. failedSrc: failedSrc,
  4847. fallbackSrc: fallbackImageSrc,
  4848. alt: img.alt || "",
  4849. });
  4850. }
  4851.  
  4852. document.querySelectorAll("img").forEach(function (img) {
  4853. if (img.complete && img.naturalWidth === 0) {
  4854. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4855. failedSrc: img.currentSrc || img.src || "",
  4856. alt: img.alt || "",
  4857. });
  4858. applyFallback(img);
  4859. }
  4860. });
  4861.  
  4862. document.addEventListener(
  4863. "error",
  4864. function (event) {
  4865. var target = event.target;
  4866. if (target && target.tagName === "IMG") {
  4867. applyFallback(target);
  4868. }
  4869. },
  4870. true
  4871. );
  4872. })();
  4873. </script>
  4874.  
  4875. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4876.  
  4877.  
  4878.  
  4879. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447" integrity="sha512-57MDmcccJXYtNnH+ZiBwzC4jb2rvgVCEokYN+L/nLlmO8rfYT/gIpW2A569iJ/3b+0UEasghjuZH/ma3wIs/EQ==" data-cf-beacon='{"version":"2024.11.0","token":"430b8dcf6cd246c19f22c2ff46633b96","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4880. </body>
  4881.  
  4882. </html>
  4883.  
  4884.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda