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

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