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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="poppins">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/Untitled_design_-_2025-04-26T143946.267_w5AabEa_IZ3XuPE.png">
  14.    
  15.  
  16.    <title>Poker Lounge UK - Expert Poker Strategy &amp; Casino Reviews</title>
  17.    <meta name="description" content="Discover top poker tips, strategy guides, and honest casino reviews at Poker Lounge UK. Your trusted source for online poker insights and gaming advice.">
  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://pokerlounge.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #0d9488;
  42.        --bs-primary-rgb: 0d9488;
  43.        --bs-secondary: #6b7280;
  44.        --bs-success: #22c55e;
  45.        --bs-danger: #ef4444;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #3b82f6;
  48.        --bs-light: #f0fdfa;
  49.        --bs-dark: #0f2027;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #0d9488;
  53.        --theme-primary-color-s2: #0d9488;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #134e4a;
  57.        --text-light-color: #676767;
  58.        --heading-color: #134e4a;
  59.        --border-color: #99f6e4;
  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: #ccfbf1;
  75.        --navbar-color: #134e4a;
  76.        --topbar-bg: #f0fdfa;
  77.        --topbar-color: #134e4a;
  78.        --footer-bg: #134e4a;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #99f6e4;
  82.        --card-radius: 16px;
  83.        --link-color: #0d9488;
  84.        --link-hover: #0f766e;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(13, 148, 136, 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-fresh">
  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 ">
  407.  <div class="container-fluid fluid-container">
  408.    <div class="row align-items-center ">
  409.      <div class="col  col-lg-9 col-md-9 col-sm-12 col-12">
  410.        <div class="contact-intro ">
  411.          <ul class="d-flex gap-2 align-items-center">
  412.            <li class="update ">
  413.              <span class="bg-primary-gradient text-nowrap">New Update</span>
  414.            </li>
  415.            <li class="top-color">
  416.              <marquee direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  417.                <p class="text-center mb-0">
  418.                  
  419.                  <a href="/californias-governor-acknowledges-he-is-evaluating-a-presidential-campaign-for-2028/" class="px-5 top-color">
  420.                    California&#x27;s Governor Acknowledges He Is Evaluating a Presidential Campaign for 2028
  421.                  </a>
  422.                  
  423.                  <a href="/certain-factions-on-the-left-and-right-who-offer-only-discontent-the-government-is-proceeding-with-the-job-of-economic-renewal/" class="px-5 top-color">
  424.                    Certain factions on the left and right who offer only discontent: The government is proceeding with the job of economic renewal.
  425.                  </a>
  426.                  
  427.                  <a href="/andy-burnham-was-likely-to-have-secured-gorton-and-denton-byelection-states-labour-number-two/" class="px-5 top-color">
  428.                    Andy Burnham Was &#x27;Likely&#x27; to Have Secured Gorton and Denton Byelection, States Labour Number Two
  429.                  </a>
  430.                  
  431.                  <a href="/toronto-blue-jays-secure-world-series-matchup-with-los-angeles-dodgers/" class="px-5 top-color">
  432.                    Toronto Blue Jays Secure World Series Matchup With Los Angeles Dodgers
  433.                  </a>
  434.                  
  435.                  <a href="/the-english-team-select-the-off-spinner-in-squad-for-ashes-initial-match/" class="px-5 top-color">
  436.                    The English team Select the off-spinner in Squad for Ashes Initial Match
  437.                  </a>
  438.                  
  439.                </p>
  440.              </marquee>
  441.            </li>
  442.          </ul>
  443.        </div>
  444.      </div>
  445.      <div class="col col-lg-3 col-md-3 col-sm-12 col-12">
  446.        <div class="contact-info ">
  447.          <ul>
  448.            <li>
  449.              <a href="#" class="top-color"><i class="top-color ti-facebook"></i></a>
  450.            </li>
  451.            <li>
  452.              <a href="#" class="top-color"><i class="top-color ti-twitter-alt"></i></a>
  453.            </li>
  454.            <li>
  455.              <a href="#" class="top-color"><i class="top-color ti-instagram"></i></a>
  456.            </li>
  457.            <li>
  458.              <a href="#" class="top-color"><i class="top-color ti-google"></i></a>
  459.            </li>
  460.          </ul>
  461.        </div>
  462.      </div>
  463.    </div>
  464.  </div>
  465. </div>
  466.  
  467.  
  468.  
  469.  
  470.  
  471.            
  472.  
  473.  
  474.  
  475.  
  476.  
  477.  
  478. <header class="header-v8 mb-4">
  479.    <div class="container-fluid fluid-container">
  480.        <!-- Main Navigation Card -->
  481.        <div class="nav-card-v8">
  482.            <div class="row align-items-center justify-content-between">
  483.                <!-- Logo Section -->
  484.               <div class="col-lg-2 col-md-3 col-6">
  485.                    <div class="logo-section-v8">
  486.                        <a class="logo-link-v8" href="/">
  487.                            
  488.                                Poker Lounge UK
  489.                            
  490.                        </a>
  491.                    </div>
  492.                </div>
  493.  
  494.                <!-- Navigation Menu -->
  495.                <div class="col-lg-8 col-md-6 d-none d-xl-block">
  496.                    <nav class="main-nav-v8">
  497.                        <ul class="nav-list-v8">
  498.  
  499.                            
  500.                            <li class="nav-item-v8">
  501.                                <a href="/" class="nav-link-v8 active-v8"
  502.                                    data-text="Home">Home</a>
  503.                            </li>
  504.  
  505.                            
  506.                            
  507.                             <li class="nav-item-v8">
  508.                                <a href="/category/all-posts/" class="nav-link-v8"
  509.                                    data-text="All Posts">
  510.                                    All Posts
  511.                                </a>
  512.                                </li>
  513.  
  514.                                
  515.  
  516.                                                
  517.                                                
  518.                                
  519.                             <li class="nav-item-v8">
  520.                                <a href="/category/business/" class="nav-link-v8"
  521.                                    data-text="Business">
  522.                                    Business
  523.                                </a>
  524.                                </li>
  525.  
  526.                                
  527.  
  528.                                                
  529.                                                
  530.                                
  531.                             <li class="nav-item-v8">
  532.                                <a href="/category/esports/" class="nav-link-v8"
  533.                                    data-text="Esports">
  534.                                    Esports
  535.                                </a>
  536.                                </li>
  537.  
  538.                                
  539.  
  540.                                                
  541.                                                
  542.                                
  543.                             <li class="nav-item-v8">
  544.                                <a href="/category/fashion/" class="nav-link-v8"
  545.                                    data-text="Fashion">
  546.                                    Fashion
  547.                                </a>
  548.                                </li>
  549.  
  550.                                
  551.  
  552.                                                
  553.                                                
  554.                                
  555.                             <li class="nav-item-v8">
  556.                                <a href="/category/featured/" class="nav-link-v8"
  557.                                    data-text="Featured">
  558.                                    Featured
  559.                                </a>
  560.                                </li>
  561.  
  562.                                
  563.  
  564.                                                
  565.                                                
  566.                                
  567.                             <li class="nav-item-v8">
  568.                                <a href="/category/gaming/" class="nav-link-v8"
  569.                                    data-text="Gaming">
  570.                                    Gaming
  571.                                </a>
  572.                                </li>
  573.  
  574.                                
  575.  
  576.                                                
  577.                                                
  578.                                
  579.                             <li class="nav-item-v8">
  580.                                <a href="/category/health/" class="nav-link-v8"
  581.                                    data-text="Health">
  582.                                    Health
  583.                                </a>
  584.                                </li>
  585.  
  586.                                
  587.  
  588.                                                
  589.                                                
  590.                                
  591.                            
  592.                                
  593.                                
  594.                                <li class="nav-item-v8 has-dropdown-v8">
  595.                                    <a href="#" class="nav-link-v8" data-text="More">More</a>
  596.                                    <div class="dropdown-card-v8">
  597.                                        <div class="dropdown-grid-v8">
  598.                                            <div class="dropdown-section-v8">
  599.                                                <a href="/category/life-fitness/"
  600.                                                    class="dropdown-link-v8">
  601.                                                    <span class="link-icon-v8"></span> Life &amp; Fitness
  602.                                                </a>
  603.                                                
  604.  
  605.                                                
  606.  
  607.                                                
  608.                                                
  609.                                
  610.                            
  611.                                                <a href="/category/lifestyle/"
  612.                                                    class="dropdown-link-v8">
  613.                                                    <span class="link-icon-v8"></span> Lifestyle
  614.                                                </a>
  615.                                                
  616.  
  617.                                                
  618.                                                
  619.                                
  620.                            
  621.                                                <a href="/category/news/"
  622.                                                    class="dropdown-link-v8">
  623.                                                    <span class="link-icon-v8"></span> News
  624.                                                </a>
  625.                                                
  626.  
  627.                                                
  628.                                                
  629.                                
  630.                            
  631.                                                <a href="/category/others/"
  632.                                                    class="dropdown-link-v8">
  633.                                                    <span class="link-icon-v8"></span> Others
  634.                                                </a>
  635.                                                
  636.  
  637.                                                
  638.                                                
  639.                                
  640.                            
  641.                                                <a href="/category/politics/"
  642.                                                    class="dropdown-link-v8">
  643.                                                    <span class="link-icon-v8"></span> Politics
  644.                                                </a>
  645.                                                
  646.  
  647.                                                
  648.                                                
  649.                                
  650.                            
  651.                                                <a href="/category/sports/"
  652.                                                    class="dropdown-link-v8">
  653.                                                    <span class="link-icon-v8"></span> Sports
  654.                                                </a>
  655.                                                
  656.  
  657.                                                
  658.                                                
  659.                                
  660.                            
  661.                                                <a href="/category/tech/"
  662.                                                    class="dropdown-link-v8">
  663.                                                    <span class="link-icon-v8"></span> Tech
  664.                                                </a>
  665.                                                
  666.  
  667.                                                
  668.                                                
  669.                                
  670.                            
  671.                                                <a href="/category/travel/"
  672.                                                    class="dropdown-link-v8">
  673.                                                    <span class="link-icon-v8"></span> Travel
  674.                                                </a>
  675.                                                
  676.  
  677.                                                
  678.                                                
  679.                                            </div>
  680.                                        </div>
  681.                                    </div>
  682.                                </li>
  683.                                
  684.                                
  685. <li>
  686.                  <a href="/page/contact-us/">
  687.                     Contact Us
  688.                  </a>
  689.              </li>
  690.                        </ul>
  691.                    </nav>
  692.  
  693.                </div>
  694.  
  695.                <!-- Search & Mobile Toggle -->
  696.                <div class="col-lg-2 col-md-3 col-6">
  697.                    <div class="nav-actions-v8">
  698.                        <button class="search-toggle-v8" onclick="toggleSearchV8()">
  699.                            <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  700.                                stroke-width="2">
  701.                                <circle cx="11" cy="11" r="8"></circle>
  702.                                <path d="m21 21-4.35-4.35"></path>
  703.                            </svg>
  704.                        </button>
  705.                        <button class="mobile-toggle-v8 d-xl-none" onclick="toggleMobileNavV8()">
  706.                            <i class="ti-menu fs-5"></i>
  707.                        </button>
  708.                    </div>
  709.                </div>
  710.            </div>
  711.        </div>
  712.  
  713.        <!-- Floating Search Card -->
  714.        <div class="search-card-v8" id="searchCardV8">
  715.            <div class="search-container-v8">
  716.                <form class="search-form-v8" action="#" method="get">
  717.                    <div class="search-input-wrapper-v8">
  718.                        <svg class="search-icon-v8" width="20" height="20" viewBox="0 0 24 24" fill="none"
  719.                            stroke="currentColor" stroke-width="2">
  720.                            <circle cx="11" cy="11" r="8"></circle>
  721.                            <path d="m21 21-4.35-4.35"></path>
  722.                        </svg>
  723.                        <input type="search" class="search-input-v8" id="search-input"
  724.                            placeholder="Search for articles, tutorials, news..." name="q" autocomplete="off">
  725.                        <button type="button" class="search-close-v8" onclick="toggleSearchV8()">
  726.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  727.                                stroke-width="2">
  728.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  729.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  730.                            </svg>
  731.                        </button>
  732.                    </div>
  733.                    <div class="search-suggestions-v8 search-v1" id="search-results">
  734.                        
  735.                        
  736.                    </div>
  737.                </form>
  738.            </div>
  739.        </div>
  740.  
  741.        <!-- Mobile Navigation Card -->
  742.        <div class="mobile-nav-card-v8 d-xl-none" id="mobileNavV8">
  743.            <div class="mobile-nav-content-v8">
  744.                <ul class="mobile-nav-list-v8">
  745.  
  746.                    
  747.                    <li class="mobile-nav-item-v8">
  748.                        <a href="/" class="mobile-nav-link-v8 active-v8">
  749.                            Home
  750.                        </a>
  751.                    </li>
  752.  
  753.                    
  754.                      <li class="mobile-nav-item-v8">
  755.                        <a href="/category/all-posts/" class="mobile-nav-link-v8">
  756.                            All Posts
  757.                        </a>
  758.                        </li>
  759.  
  760.                        
  761.  
  762.                                
  763.                                
  764.                        
  765.                      <li class="mobile-nav-item-v8">
  766.                        <a href="/category/business/" class="mobile-nav-link-v8">
  767.                            Business
  768.                        </a>
  769.                        </li>
  770.  
  771.                        
  772.  
  773.                                
  774.                                
  775.                        
  776.                      <li class="mobile-nav-item-v8">
  777.                        <a href="/category/esports/" class="mobile-nav-link-v8">
  778.                            Esports
  779.                        </a>
  780.                        </li>
  781.  
  782.                        
  783.  
  784.                                
  785.                                
  786.                        
  787.                      <li class="mobile-nav-item-v8">
  788.                        <a href="/category/fashion/" class="mobile-nav-link-v8">
  789.                            Fashion
  790.                        </a>
  791.                        </li>
  792.  
  793.                        
  794.  
  795.                                
  796.                                
  797.                        
  798.                      <li class="mobile-nav-item-v8">
  799.                        <a href="/category/featured/" class="mobile-nav-link-v8">
  800.                            Featured
  801.                        </a>
  802.                        </li>
  803.  
  804.                        
  805.  
  806.                                
  807.                                
  808.                        
  809.                      <li class="mobile-nav-item-v8">
  810.                        <a href="/category/gaming/" class="mobile-nav-link-v8">
  811.                            Gaming
  812.                        </a>
  813.                        </li>
  814.  
  815.                        
  816.  
  817.                                
  818.                                
  819.                        
  820.                      <li class="mobile-nav-item-v8">
  821.                        <a href="/category/health/" class="mobile-nav-link-v8">
  822.                            Health
  823.                        </a>
  824.                        </li>
  825.  
  826.                        
  827.  
  828.                                
  829.                                
  830.                        
  831.                    
  832.                        
  833.                        
  834.                        <li class="mobile-nav-item-v8">
  835.                            <a href="#" class="mobile-nav-link-v8" onclick="toggleMobileDropdownV8('more-mobile-v8')">
  836.                                More
  837.                                <svg class="mobile-arrow-v8" width="16" height="16" viewBox="0 0 24 24" fill="none"
  838.                                    stroke="currentColor" stroke-width="2">
  839.                                    <polyline points="6,9 12,15 18,9"></polyline>
  840.                                </svg>
  841.                            </a>
  842.                            <ul class="mobile-dropdown-v8" id="more-mobile-v8">
  843.                                <li>
  844.                                    <a href="/category/life-fitness/"
  845.                                        class="mobile-sub-link-v8">
  846.                                        Life &amp; Fitness
  847.                                    </a>
  848.                                </li>
  849.                                
  850.  
  851.                                
  852.  
  853.                                
  854.                                
  855.                        
  856.                    
  857.                                
  858.                                <li>
  859.                                    <a href="/category/lifestyle/"
  860.                                        class="mobile-sub-link-v8">
  861.                                        Lifestyle
  862.                                    </a>
  863.                                </li>
  864.                                
  865.  
  866.                                
  867.                                
  868.                        
  869.                    
  870.                                
  871.                                <li>
  872.                                    <a href="/category/news/"
  873.                                        class="mobile-sub-link-v8">
  874.                                        News
  875.                                    </a>
  876.                                </li>
  877.                                
  878.  
  879.                                
  880.                                
  881.                        
  882.                    
  883.                                
  884.                                <li>
  885.                                    <a href="/category/others/"
  886.                                        class="mobile-sub-link-v8">
  887.                                        Others
  888.                                    </a>
  889.                                </li>
  890.                                
  891.  
  892.                                
  893.                                
  894.                        
  895.                    
  896.                                
  897.                                <li>
  898.                                    <a href="/category/politics/"
  899.                                        class="mobile-sub-link-v8">
  900.                                        Politics
  901.                                    </a>
  902.                                </li>
  903.                                
  904.  
  905.                                
  906.                                
  907.                        
  908.                    
  909.                                
  910.                                <li>
  911.                                    <a href="/category/sports/"
  912.                                        class="mobile-sub-link-v8">
  913.                                        Sports
  914.                                    </a>
  915.                                </li>
  916.                                
  917.  
  918.                                
  919.                                
  920.                        
  921.                    
  922.                                
  923.                                <li>
  924.                                    <a href="/category/tech/"
  925.                                        class="mobile-sub-link-v8">
  926.                                        Tech
  927.                                    </a>
  928.                                </li>
  929.                                
  930.  
  931.                                
  932.                                
  933.                        
  934.                    
  935.                                
  936.                                <li>
  937.                                    <a href="/category/travel/"
  938.                                        class="mobile-sub-link-v8">
  939.                                        Travel
  940.                                    </a>
  941.                                </li>
  942.                                
  943.  
  944.                                
  945.                                
  946.                            </ul>
  947.                        </li>
  948.                        
  949.                        
  950.  
  951.                </ul>
  952.  
  953.            </div>
  954.        </div>
  955.    </div>
  956.  
  957.    <!-- Background Overlay -->
  958.    <div class="nav-overlay-v8" id="navOverlayV8" onclick="closeAllV8()"></div>
  959. </header>
  960.  
  961. <style>
  962.    /* Navbar V8 Styles - Card-Based Glassmorphism Navigation */
  963.    .header-v8 {
  964.        padding: 20px 0;
  965.        position: relative;
  966.        min-height: 120px;
  967.    }
  968.  
  969.    /* Main Navigation Card */
  970.    .nav-card-v8 {
  971.        background:var(--navbar-bg);
  972.        backdrop-filter: blur(20px);
  973.        border: 1px solid var(--border-color);
  974.        border-radius: 20px;
  975.        padding: 15px 25px;
  976.        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  977.        position: relative;
  978.        z-index: 100;
  979.    }
  980.  
  981.    /* Logo Styles */
  982.    .logo-img-v8 {
  983.        max-height: 60px;
  984.        transition: all 0.3s ease;
  985.    }
  986.  
  987.    .logo-link-v8:hover .logo-img-v8 {
  988.        transform: scale(1.05) rotate(2deg);
  989.    }
  990.  
  991.    /* Main Navigation */
  992.    .nav-list-v8 {
  993.        list-style: none;
  994.        padding: 0;
  995.        margin: 0;
  996.        display: flex;
  997.        align-items: center;
  998.        justify-content: center;
  999.        gap: 8px;
  1000.    }
  1001.  
  1002.    .nav-item-v8 {
  1003.        position: relative;
  1004.    }
  1005.  
  1006.    .nav-link-v8 {
  1007.        color: #4a5568;
  1008.        text-decoration: none;
  1009.        font-weight: 500;
  1010.        font-size: 15px;
  1011.        padding: 12px 18px;
  1012.        border-radius: 12px;
  1013.        position: relative;
  1014.        transition: all 0.3s ease;
  1015.        display: block;
  1016.        background: linear-gradient(135deg, transparent 0%, transparent 100%);
  1017.    }
  1018.  
  1019.    .nav-link-v8::before {
  1020.        content: attr(data-text);
  1021.        position: absolute;
  1022.        top: 0;
  1023.        left: 0;
  1024.        right: 0;
  1025.        bottom: 0;
  1026.        display: flex;
  1027.        align-items: center;
  1028.        justify-content: center;
  1029.        background: var(--sub-nav);
  1030.        color: var(--topbar-color);
  1031.        border-radius: 12px;
  1032.        opacity: 0;
  1033.        transform: scale(0.8);
  1034.        transition: all 0.3s ease;
  1035.        font-weight: 600;
  1036.    }
  1037.  
  1038.    .nav-link-v8:hover::before,
  1039.    .nav-link-v8.active-v8::before {
  1040.        opacity: 1;
  1041.        transform: scale(1);
  1042.    }
  1043.  
  1044.    .nav-link-v8:hover,
  1045.    .nav-link-v8.active-v8 {
  1046.        color: transparent;
  1047.        background: rgba(102, 126, 234, 0.1);
  1048.    }
  1049.  
  1050.    /* Dropdown Styles */
  1051.    .dropdown-card-v8 {
  1052.        position: absolute;
  1053.        top: calc(100% + 15px);
  1054.        left: 50%;
  1055.        transform: translateX(-50%);
  1056.        background:var(--navbar-bg);
  1057.        backdrop-filter: blur(20px);
  1058.        border: 1px solid var(--border-color);
  1059.        border-radius: 16px;
  1060.        padding: 25px;
  1061.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1062.        opacity: 0;
  1063.        visibility: hidden;
  1064.        transform: translateX(-50%) translateY(-10px);
  1065.        transition: all 0.3s ease;
  1066.        z-index: 200;
  1067.        min-width: 320px;
  1068.    }
  1069.  
  1070.    .has-dropdown-v8:hover .dropdown-card-v8 {
  1071.        opacity: 1;
  1072.        visibility: visible;
  1073.        transform: translateX(-50%) translateY(0);
  1074.    }
  1075.  
  1076.    .dropdown-grid-v8 {
  1077.        display: grid;
  1078.        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  1079.        gap: 20px;
  1080.    }
  1081.  
  1082.    .dropdown-header-v8 {
  1083.        font-size: 12px;
  1084.        font-weight: 700;
  1085.        color: #667eea;
  1086.        margin-bottom: 12px;
  1087.        text-transform: uppercase;
  1088.        letter-spacing: 1px;
  1089.    }
  1090.  
  1091.    .dropdown-link-v8 {
  1092.        display: flex;
  1093.        align-items: center;
  1094.        color: var(--navbar-color) !important;;
  1095.        text-decoration: none;
  1096.        font-size: 14px;
  1097.        padding: 10px 12px;
  1098.        border-radius: 10px;
  1099.        transition: all 0.3s ease;
  1100.        margin-bottom: 8px;
  1101.    }
  1102.  
  1103.    .dropdown-link-v8:hover {
  1104.        background:var(--bs-primary);
  1105.        color: var(--bs-white) !important;;
  1106.        transform: translateX(5px);
  1107.    }
  1108.  
  1109.    .link-icon-v8 {
  1110.        margin-right: 10px;
  1111.        height: 5px;
  1112.        width: 5px;
  1113.        border: 1px solid #2d3748;
  1114.        border-radius: 50%;
  1115.    }
  1116.  
  1117.    /* Navigation Actions */
  1118.    .nav-actions-v8 {
  1119.        display: flex;
  1120.        align-items: center;
  1121.        justify-content: flex-end;
  1122.        gap: 10px;
  1123.    }
  1124.  
  1125.    .search-toggle-v8,
  1126.    .mobile-toggle-v8 {
  1127.        background: rgba(102, 126, 234, 0.1);
  1128.        border: none;
  1129.        border-radius: 12px;
  1130.        padding: 12px;
  1131.        cursor: pointer;
  1132.        transition: all 0.3s ease;
  1133.        color: var(--bs-white);
  1134.    }
  1135.  
  1136.    .search-toggle-v8:hover,
  1137.    .mobile-toggle-v8:hover {
  1138.        background: var(--sub-nav);
  1139.        color: var(--topbar-color);
  1140.        transform: scale(1.05);
  1141.    }
  1142.  
  1143.    .mobile-toggle-v8 {
  1144.        flex-direction: column;
  1145.        gap: 3px;
  1146.        padding: 10px 12px;
  1147.    }
  1148.  
  1149.    .toggle-line-v8 {
  1150.        width: 20px;
  1151.        height: 2px;
  1152.        background: currentColor;
  1153.        border-radius: 1px;
  1154.        transition: all 0.3s ease;
  1155.    }
  1156.  
  1157.    /* Floating Search Card */
  1158.    .search-card-v8 {
  1159.        position: absolute;
  1160.        top: 100%;
  1161.        left: 50%;
  1162.        transform: translateX(-50%);
  1163.        width: calc(100% - 40px);
  1164.        max-width: 600px;
  1165.        background:var(--navbar-bg);
  1166.        backdrop-filter: blur(20px);
  1167.        border: 1px solid var(--border-color);
  1168.        border-radius: 20px;
  1169.        padding: 25px;
  1170.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1171.        opacity: 0;
  1172.        visibility: hidden;
  1173.        transform: translateX(-50%) translateY(-20px);
  1174.        transition: all 0.4s ease;
  1175.        z-index: 300;
  1176.        margin-top: 15px;
  1177.    }
  1178.  
  1179.    .search-card-v8.show-v8 {
  1180.        opacity: 1;
  1181.        visibility: visible;
  1182.        transform: translateX(-50%) translateY(0);
  1183.    }
  1184.  
  1185.    .search-input-wrapper-v8 {
  1186.        display: flex;
  1187.        align-items: center;
  1188.        background: rgba(248, 250, 252, 0.8);
  1189.        border: 2px solid rgba(102, 126, 234, 0.2);
  1190.        border-radius: 15px;
  1191.        padding: 5px;
  1192.        margin-bottom: 20px;
  1193.        transition: all 0.3s ease;
  1194.    }
  1195.  
  1196.    .search-input-wrapper-v8:focus-within {
  1197.        border-color: #667eea;
  1198.        background: rgba(255, 255, 255, 0.9);
  1199.        box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  1200.    }
  1201.  
  1202.    .search-icon-v8 {
  1203.        color: #a0aec0;
  1204.        margin: 0 15px;
  1205.        transition: color 0.3s ease;
  1206.    }
  1207.  
  1208.    .search-input-wrapper-v8:focus-within .search-icon-v8 {
  1209.        color: #667eea;
  1210.    }
  1211.  
  1212.    .search-input-v8 {
  1213.        flex: 1;
  1214.        border: none;
  1215.        background: transparent;
  1216.        font-size: 16px;
  1217.        padding: 15px 0;
  1218.        outline: none;
  1219.        color: #2d3748;
  1220.    }
  1221.  
  1222.    .search-input-v8::placeholder {
  1223.        color: #a0aec0;
  1224.    }
  1225.  
  1226.    .search-close-v8 {
  1227.        background: rgba(160, 174, 192, 0.2);
  1228.        border: none;
  1229.        border-radius: 10px;
  1230.        padding: 8px;
  1231.        margin-right: 8px;
  1232.        cursor: pointer;
  1233.        transition: all 0.3s ease;
  1234.        color: #a0aec0;
  1235.    }
  1236.  
  1237.    .search-close-v8:hover {
  1238.        background: rgba(229, 62, 62, 0.1);
  1239.        color: #e53e3e;
  1240.    }
  1241.  
  1242.    /* Search Suggestions */
  1243.    .search-suggestions-v8 {
  1244.        display: grid;
  1245.        gap: 8px;
  1246.    }
  1247.  
  1248.    .suggestion-item-v8 {
  1249.        display: flex;
  1250.        align-items: center;
  1251.        padding: 12px 15px;
  1252.        background: rgba(248, 250, 252, 0.1);
  1253.        border-radius: 12px;
  1254.        cursor: pointer;
  1255.        transition: all 0.3s ease;
  1256.    }
  1257.  
  1258.    .suggestion-item-v8:hover {
  1259.        background: linear-gradient(135deg, #667eea 0%, #007bff 100%);
  1260.        color: white;
  1261.        transform: translateX(5px);
  1262.    }
  1263.  
  1264.    .suggestion-icon-v8 {
  1265.        margin-right: 12px;
  1266.        font-size: 16px;
  1267.    }
  1268.  
  1269.    .suggestion-text-v8 {
  1270.        font-size: 14px;
  1271.        font-weight: 500;
  1272.    }
  1273.  
  1274.    /* Mobile Navigation Card */
  1275.    .mobile-nav-card-v8 {
  1276.        position: absolute;
  1277.        top: 100%;
  1278.        left: 50%;
  1279.        transform: translateX(-50%);
  1280.        width: calc(100% - 40px);
  1281.        background:var(--card-bg);
  1282.        backdrop-filter: blur(20px);
  1283.        border: 1px solid var(--border-color);
  1284.        border-radius: 20px;
  1285.        padding: 20px;
  1286.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1287.        opacity: 0;
  1288.        visibility: hidden;
  1289.        transform: translateX(-50%) translateY(-20px);
  1290.        transition: all 0.4s ease;
  1291.        z-index: 300;
  1292.        margin-top: 15px;
  1293.        max-height: 70vh;
  1294.        overflow-y: auto;
  1295.    }
  1296.  
  1297.    .mobile-nav-card-v8.show-v8 {
  1298.        opacity: 1;
  1299.        visibility: visible;
  1300.        transform: translateX(-50%) translateY(0);
  1301.    }
  1302.  
  1303.    .mobile-nav-list-v8 {
  1304.        list-style: none;
  1305.        padding: 0;
  1306.        margin: 0;
  1307.    }
  1308.  
  1309.    .mobile-nav-item-v8 {
  1310.        margin-bottom: 8px;
  1311.    }
  1312.  
  1313.    .mobile-nav-link-v8 {
  1314.        display: flex;
  1315.        align-items: center;
  1316.        color: var(--navbar-color) !important;
  1317.        text-decoration: none;
  1318.        font-weight: 500;
  1319.        font-size: 16px;
  1320.        padding: 15px;
  1321.        border-radius: 12px;
  1322.        justify-content: space-between;
  1323.    }
  1324.  
  1325.    .mobile-nav-link-v8:hover,
  1326.    .mobile-nav-link-v8.active-v8 {
  1327.        background:var(--sub-nav);
  1328.        color: var(--topbar-color) !important;
  1329.    }
  1330.  
  1331.    .mobile-nav-icon-v8 {
  1332.        font-size: 18px;
  1333.        background-color: var(--navbar-bg) !important;
  1334.        margin-right: 12px;
  1335.    }
  1336.  
  1337.    .mobile-arrow-v8 {
  1338.        transition: transform 0.3s ease;
  1339.    }
  1340.  
  1341.    .mobile-nav-item-v8.open-v8 .mobile-arrow-v8 {
  1342.        transform: rotate(180deg);
  1343.    }
  1344.  
  1345.    .mobile-dropdown-v8 {
  1346.        list-style: none;
  1347.        padding: 0;
  1348.        margin: 0;
  1349.        max-height: 0;
  1350.        overflow: hidden;
  1351.        transition: all 0.3s ease;
  1352.        background: rgba(248, 250, 252, 0.5);
  1353.        border-radius: 12px;
  1354.        margin-top: 8px;
  1355.    }
  1356.  
  1357.    .mobile-dropdown-v8.show-v8 {
  1358.        max-height: 300px;
  1359.        background-color: var(--navbar-bg);
  1360.        padding: 10px 0;
  1361.    }
  1362.  
  1363.    .mobile-sub-link-v8 {
  1364.        display: block;
  1365.        color: var(--navbar-color) !important;
  1366.        text-decoration: none;
  1367.        font-size: 14px;
  1368.        padding: 10px 20px;
  1369.        transition: all 0.3s ease;
  1370.    }
  1371.  
  1372.    .mobile-sub-link-v8:hover {
  1373.        color: var(--topbar-color);
  1374.        background: var(--sub-nav);
  1375.        border-radius: 12px;
  1376.    }
  1377.  
  1378.    /* Background Overlay */
  1379.    .nav-overlay-v8 {
  1380.        position: fixed;
  1381.        top: 0;
  1382.        left: 0;
  1383.        right: 0;
  1384.        bottom: 0;
  1385.        background: rgba(0, 0, 0, 0.3);
  1386.        backdrop-filter: blur(5px);
  1387.        z-index: 250;
  1388.        opacity: 0;
  1389.        visibility: hidden;
  1390.        transition: all 0.3s ease;
  1391.    }
  1392.  
  1393.    .nav-overlay-v8.show-v8 {
  1394.        opacity: 1;
  1395.        visibility: visible;
  1396.    }
  1397.  
  1398.    /* Responsive Design */
  1399.    @media (max-width: 1300px) {
  1400.        .header-v8 {
  1401.            padding: 15px 0;
  1402.        }
  1403.  
  1404.        .nav-card-v8 {
  1405.            padding: 12px 20px;
  1406.            border-radius: 15px;
  1407.        }
  1408.  
  1409.        .search-card-v8,
  1410.        .mobile-nav-card-v8 {
  1411.            width: calc(100% - 40px);
  1412.            padding: 20px;
  1413.        }
  1414.    }
  1415.  
  1416.    @media (max-width: 576px) {
  1417.        .nav-card-v8 {
  1418.            padding: 10px 15px;
  1419.        }
  1420.  
  1421.        .logo-img-v8 {
  1422.            max-height: 35px;
  1423.        }
  1424.    }
  1425. </style>
  1426.  
  1427. <script>
  1428.    let activeCard = null;
  1429.  
  1430.    function toggleSearchV8() {
  1431.        const searchCard = document.getElementById('searchCardV8');
  1432.        const overlay = document.getElementById('navOverlayV8');
  1433.        const mobileNav = document.getElementById('mobileNavV8');
  1434.  
  1435.        // Close mobile nav if open
  1436.        mobileNav.classList.remove('show-v8');
  1437.  
  1438.        if (searchCard.classList.contains('show-v8')) {
  1439.            searchCard.classList.remove('show-v8');
  1440.            overlay.classList.remove('show-v8');
  1441.            activeCard = null;
  1442.        } else {
  1443.            searchCard.classList.add('show-v8');
  1444.            overlay.classList.add('show-v8');
  1445.            activeCard = 'search';
  1446.  
  1447.            // Focus on search input
  1448.            setTimeout(() => {
  1449.                const searchInput = document.querySelector('.search-input-v8');
  1450.                if (searchInput) searchInput.focus();
  1451.            }, 100);
  1452.        }
  1453.    }
  1454.  
  1455.    function toggleMobileNavV8() {
  1456.        const mobileNav = document.getElementById('mobileNavV8');
  1457.        const overlay = document.getElementById('navOverlayV8');
  1458.        const searchCard = document.getElementById('searchCardV8');
  1459.  
  1460.        // Close search if open
  1461.        searchCard.classList.remove('show-v8');
  1462.  
  1463.        if (mobileNav.classList.contains('show-v8')) {
  1464.            mobileNav.classList.remove('show-v8');
  1465.            overlay.classList.remove('show-v8');
  1466.            activeCard = null;
  1467.        } else {
  1468.            mobileNav.classList.add('show-v8');
  1469.            overlay.classList.add('show-v8');
  1470.            activeCard = 'mobile';
  1471.        }
  1472.    }
  1473.  
  1474.    function toggleMobileDropdownV8(dropdownId) {
  1475.        const dropdown = document.getElementById(dropdownId);
  1476.        const parentItem = dropdown.closest('.mobile-nav-item-v8');
  1477.  
  1478.        // Close other dropdowns
  1479.        const allDropdowns = document.querySelectorAll('.mobile-dropdown-v8');
  1480.        const allParents = document.querySelectorAll('.mobile-nav-item-v8');
  1481.  
  1482.        allDropdowns.forEach(dd => {
  1483.            if (dd.id !== dropdownId) {
  1484.                dd.classList.remove('show-v8');
  1485.            }
  1486.        });
  1487.  
  1488.        allParents.forEach(parent => {
  1489.            if (parent !== parentItem) {
  1490.                parent.classList.remove('open-v8');
  1491.            }
  1492.        });
  1493.  
  1494.        // Toggle current dropdown
  1495.        dropdown.classList.toggle('show-v8');
  1496.        parentItem.classList.toggle('open-v8');
  1497.    }
  1498.  
  1499.    function closeAllV8() {
  1500.        const searchCard = document.getElementById('searchCardV8');
  1501.        const mobileNav = document.getElementById('mobileNavV8');
  1502.        const overlay = document.getElementById('navOverlayV8');
  1503.  
  1504.        searchCard.classList.remove('show-v8');
  1505.        mobileNav.classList.remove('show-v8');
  1506.        overlay.classList.remove('show-v8');
  1507.        activeCard = null;
  1508.    }
  1509.  
  1510.    // Close on escape key
  1511.    document.addEventListener('keydown', function (e) {
  1512.        if (e.key === 'Escape' && activeCard) {
  1513.            closeAllV8();
  1514.        }
  1515.    });
  1516.  
  1517.    // Handle suggestion clicks
  1518.    document.addEventListener('click', function (e) {
  1519.        if (e.target.closest('.suggestion-item-v8')) {
  1520.            const suggestionText = e.target.closest('.suggestion-item-v8').querySelector('.suggestion-text-v8').textContent;
  1521.            const searchInput = document.querySelector('.search-input-v8');
  1522.            if (searchInput) {
  1523.                searchInput.value = suggestionText.replace(/^(Popular|Trending|Latest): /, '');
  1524.            }
  1525.        }
  1526.    });
  1527. </script>
  1528. <script>
  1529.  document.addEventListener("DOMContentLoaded", function () {
  1530.    console.log("loaded");
  1531.  
  1532.     const searchInput = document.getElementById("search-input")
  1533.    const searchResults = document.getElementById("search-results");
  1534.  
  1535.    if (!searchInput || !searchResults) {
  1536.      console.error("Search input/results not found");
  1537.      return;
  1538.    }
  1539.  
  1540.    // Prevent form submission
  1541.    if (searchInput.form) {
  1542.      searchInput.form.addEventListener("submit", function (e) {
  1543.        e.preventDefault();
  1544.      });
  1545.    }
  1546.  
  1547.    // Add event listener for keyup
  1548.    searchInput.addEventListener("keyup", function (e) {
  1549.      console.log("Key pressed:", e.key);
  1550.      e.preventDefault();
  1551.  
  1552.      const query = searchInput.value.trim();
  1553.      console.log("User is typing: " + query);
  1554.  
  1555.      // If empty → clear and hide
  1556.      if (query === "") {
  1557.        searchResults.innerHTML = "";
  1558.        searchResults.style.display = "none";
  1559.        return;
  1560.      }
  1561.  
  1562.      // Show results
  1563.      searchResults.style.display = "block";
  1564.  
  1565.      // Fetch search results
  1566.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1567.        method: "GET",
  1568.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1569.      })
  1570.        .then(response => {
  1571.          console.log("Response Status:", response.status);
  1572.          return response.json();
  1573.        })
  1574.        .then(data => {
  1575.          console.log("Data received:", data);
  1576.          if (data.html) {
  1577.            searchResults.innerHTML = data.html;
  1578.          } else {
  1579.            searchResults.innerHTML = "<p>No results found.</p>";
  1580.          }
  1581.        })
  1582.        .catch(error => {
  1583.          console.error("Error fetching search results:", error);
  1584.        });
  1585.    });
  1586.  
  1587.    // Close results when clicking outside
  1588.    document.addEventListener("click", function (e) {
  1589.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1590.        searchResults.style.display = "none";
  1591.      }
  1592.    });
  1593.  
  1594.    // Close results on ESC key
  1595.    document.addEventListener("keydown", function (e) {
  1596.      if (e.key === "Escape") {
  1597.        searchResults.style.display = "none";
  1598.      }
  1599.    });
  1600.  });
  1601. </script>
  1602.  
  1603.  
  1604.        </header>
  1605.        <!-- end of header -->
  1606.        <!-- start of wpo-blog-hero -->
  1607.        
  1608.  
  1609.  
  1610.  
  1611.  
  1612.  
  1613.  
  1614.  
  1615. <div class="blog-hero-v6">
  1616.    <div class="container-fluid fluid-container">
  1617.        
  1618.        <!-- Top Section - Two Column Layout -->
  1619.        <div class="row g-4 mb-5">
  1620.            <!-- Main Featured Article - Left -->
  1621.            
  1622.  
  1623.            <div class="col-lg-6 col-md-12">
  1624.                <article class="main-featured">
  1625.                    <div class="featured-image-container">
  1626.                        
  1627.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1628.                                class="featured-image" style="object-fit: cover;" alt="">
  1629.                        
  1630.                        <div class="category-tag bg-primary-gradient">News</div>
  1631.                    </div>
  1632.                    <div class="featured-content">
  1633.                        <h1 class="featured-title"><a class="top-color" href="/olympic-athlete-and-other-eritreans-released-after-18-years-without-facing-charges-family-members-say/" >
  1634.                                        Olympic Athlete and Other Eritreans Released After 18 Years Without Facing Charges, Family Members Say
  1635.                                    </a></h1>
  1636.                        <p class="featured-summary"></p>
  1637.                        <div class="article-meta">
  1638.                            <div class="author-info">
  1639.                                
  1640.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joseph Sanders" class="author-pic">
  1641.                                
  1642.                                <div class="author-text">
  1643.                                    <span class="author-name">Joseph Sanders</span>
  1644.                                    <span class="post-time">13 May 2026</span>
  1645.                                    
  1646.                                </div>
  1647.                            </div>
  1648.                            <div class="reading-info">
  1649.                                <!-- <span class="read-time">4 min read</span> -->
  1650.                            </div>
  1651.                        </div>
  1652.                    </div>
  1653.                </article>
  1654.            </div>
  1655.            
  1656.  
  1657.            <div class="col-lg-6 col-md-12">
  1658.                <article class="main-featured">
  1659.                    <div class="featured-image-container">
  1660.                        
  1661.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1662.                                class="featured-image" style="object-fit: cover;" alt="">
  1663.                        
  1664.                        <div class="category-tag bg-primary-gradient">News</div>
  1665.                    </div>
  1666.                    <div class="featured-content">
  1667.                        <h1 class="featured-title"><a class="top-color" href="/kpop-demon-hunters-floats-to-make-a-grand-appearance-at-macys-thanksgiving-day-parade/" >
  1668.                                        KPop Demon Hunters Floats to Make a Grand Appearance at Macy&#x27;s Thanksgiving Day Parade
  1669.                                    </a></h1>
  1670.                        <p class="featured-summary"></p>
  1671.                        <div class="article-meta">
  1672.                            <div class="author-info">
  1673.                                
  1674.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joseph Sanders" class="author-pic">
  1675.                                
  1676.                                <div class="author-text">
  1677.                                    <span class="author-name">Joseph Sanders</span>
  1678.                                    <span class="post-time">12 May 2026</span>
  1679.                                    
  1680.                                </div>
  1681.                            </div>
  1682.                            <div class="reading-info">
  1683.                                <!-- <span class="read-time">4 min read</span> -->
  1684.                            </div>
  1685.                        </div>
  1686.                    </div>
  1687.                </article>
  1688.            </div>
  1689.            
  1690.  
  1691.        </div>
  1692.  
  1693.        <!-- Bottom Section - Three Column Grid -->
  1694.        <div class="row g-4">
  1695.            
  1696.                <div class="col-lg-4 col-md-6 col-12">
  1697.                    <article class="compact-card">
  1698.                        <div class="compact-image">
  1699.                            
  1700.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1701.                                   style="object-fit: cover;" alt="">
  1702.                            
  1703.                            <div class="compact-category bg-primary-gradient">News</div>
  1704.                        </div>
  1705.                        <div class="compact-body">
  1706.                            <h3 class="compact-title"> <a class="top-color" href="/tragic-find-remains-of-vanished-mum-and-daughter-located-in-freezing-units-in-austria/" >
  1707.                                        Tragic Find: Remains of Vanished Mum and Daughter Located in Freezing Units in Austria
  1708.                                    </a></h3>
  1709.                            <p class="compact-text"></p>
  1710.                            <div class="compact-footer">
  1711.                                <div class="compact-author">
  1712.                                    
  1713.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" class="compact-avatar">
  1714.                                    
  1715.                                    <span class="compact-name">Joseph Sanders</span>
  1716.                                </div>
  1717.                                <span class="compact-date">12 May 2026</span>
  1718.                            </div>
  1719.                        </div>
  1720.                    </article>
  1721.                </div>
  1722.            
  1723.                <div class="col-lg-4 col-md-6 col-12">
  1724.                    <article class="compact-card">
  1725.                        <div class="compact-image">
  1726.                            
  1727.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1728.                                   style="object-fit: cover;" alt="">
  1729.                            
  1730.                            <div class="compact-category bg-primary-gradient">News</div>
  1731.                        </div>
  1732.                        <div class="compact-body">
  1733.                            <h3 class="compact-title"> <a class="top-color" href="/spotify-wrapped-release-timeline-and-key-inquiries-explained/" >
  1734.                                        Spotify Wrapped: Release Timeline and Key Inquiries Explained
  1735.                                    </a></h3>
  1736.                            <p class="compact-text"></p>
  1737.                            <div class="compact-footer">
  1738.                                <div class="compact-author">
  1739.                                    
  1740.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" class="compact-avatar">
  1741.                                    
  1742.                                    <span class="compact-name">Joseph Sanders</span>
  1743.                                </div>
  1744.                                <span class="compact-date">12 May 2026</span>
  1745.                            </div>
  1746.                        </div>
  1747.                    </article>
  1748.                </div>
  1749.            
  1750.  
  1751.            <div class="col-lg-4 col-md-12 col-12">
  1752.                <!-- Recent Articles Sidebar -->
  1753.                <div class="recent-section">
  1754.                    <h3 class="recent-title">Recent Articles</h3>
  1755.                    <div class="recent-list">
  1756.                        
  1757.                        <div class="recent-item">
  1758.                            <div class="recent-content">
  1759.                                <h4 class="recent-article-title"><a class="top-color" href="/peaceful-conclusion-to-messis-india-tour-following-disorder-in-kolkata/" >
  1760.                                        Peaceful Conclusion to Messi&#x27;s India Tour Following Disorder in Kolkata
  1761.                                    </a></h4>
  1762.                                <span class="recent-date">12 May 2026</span>
  1763.                            </div>
  1764.                        </div>
  1765.                        
  1766.                    </div>
  1767.                </div>
  1768.            </div>
  1769.        </div>
  1770.    </div>
  1771. </div>
  1772.  
  1773. <style>
  1774. /* Blog Hero V6 - Magazine Style with White Background */
  1775. .blog-hero-v6 {
  1776.    padding: 3rem 0;
  1777.    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  1778. }
  1779.  
  1780. /* Main Featured Article */
  1781. .main-featured {
  1782.    background: var(--card-bg);
  1783.    border-radius: 16px;
  1784.    overflow: hidden;
  1785.    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  1786.    border: 1px solid var(--border-color);
  1787.    transition: all 0.3s ease;
  1788. }
  1789.  
  1790. .main-featured:hover {
  1791.    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  1792.    transform: translateY(-2px);
  1793. }
  1794.  
  1795. .featured-image-container {
  1796.    position: relative;
  1797.    height: 300px;
  1798.    overflow: hidden;
  1799. }
  1800.  
  1801. .featured-image {
  1802.    width: 100%;
  1803.    height: 100%;
  1804.    object-fit: cover;
  1805.    transition: transform 0.4s ease;
  1806. }
  1807.  
  1808. .main-featured:hover .featured-image {
  1809.    transform: scale(1.03);
  1810. }
  1811.  
  1812. .featured-content {
  1813.    padding: 2.5rem;
  1814. }
  1815.  
  1816. .featured-title {
  1817.    font-size: 2rem;
  1818.    font-weight: 700;
  1819.    color: #1a202c;
  1820.    margin-bottom: 1rem;
  1821.    line-height: 1.25;
  1822.    letter-spacing: -0.025em;
  1823. }
  1824.  
  1825. .featured-summary {
  1826.    font-size: 1.1rem;
  1827.    color: #4a5568;
  1828.    line-height: 1.6;
  1829.    margin-bottom: 2rem;
  1830. }
  1831.  
  1832. /* Category Tags */
  1833. .category-tag {
  1834.    position: absolute;
  1835.    top: 1.5rem;
  1836.    left: 1.5rem;
  1837.    padding: 0.5rem 1rem;
  1838.    font-size: 0.75rem;
  1839.    font-weight: 600;
  1840.    text-transform: uppercase;
  1841.    letter-spacing: 0.1em;
  1842.    color: white;
  1843.    border-radius: 6px;
  1844.    z-index: 2;
  1845. }
  1846.  
  1847.  
  1848. /* Article Meta */
  1849. .article-meta {
  1850.    display: flex;
  1851.    align-items: center;
  1852.    justify-content: space-between;
  1853. }
  1854.  
  1855. .author-info {
  1856.    display: flex;
  1857.    align-items: center;
  1858.    gap: 1rem;
  1859. }
  1860.  
  1861. .author-pic {
  1862.    width: 48px;
  1863.    height: 48px;
  1864.    border-radius: 50%;
  1865.    object-fit: cover;
  1866.    border: 2px solid #e2e8f0;
  1867. }
  1868.  
  1869. .author-text {
  1870.    display: flex;
  1871.    flex-direction: column;
  1872. }
  1873.  
  1874. .author-name {
  1875.    font-weight: 600;
  1876.    color: #2d3748;
  1877.    font-size: 0.95rem;
  1878. }
  1879.  
  1880. .post-time {
  1881.    font-size: 0.85rem;
  1882.    color: #718096;
  1883. }
  1884.  
  1885. .reading-info {
  1886.    display: flex;
  1887.    align-items: center;
  1888. }
  1889.  
  1890. .read-time {
  1891.    font-size: 0.9rem;
  1892.    color: #718096;
  1893.    padding: 0.25rem 0.75rem;
  1894.    background: #f7fafc;
  1895.    border-radius: 15px;
  1896.    font-weight: 500;
  1897. }
  1898.  
  1899. /* Secondary Featured */
  1900. .secondary-featured {
  1901.    background: var(--card-bg);
  1902.    border-radius: 16px;
  1903.    overflow: hidden;
  1904.    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  1905.    border: 1px solid var(--border-color);
  1906.    height: 100%;
  1907.    transition: all 0.3s ease;
  1908. }
  1909.  
  1910. .secondary-featured:hover {
  1911.    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  1912.    transform: translateY(-2px);
  1913. }
  1914.  
  1915. .secondary-image-wrapper {
  1916.    position: relative;
  1917.    height: 200px;
  1918.    overflow: hidden;
  1919. }
  1920.  
  1921. .secondary-image-wrapper img {
  1922.    width: 100%;
  1923.    height: 100%;
  1924.    object-fit: cover;
  1925.    transition: transform 0.4s ease;
  1926. }
  1927.  
  1928. .secondary-featured:hover .secondary-image-wrapper img {
  1929.    transform: scale(1.03);
  1930. }
  1931.  
  1932. .secondary-content {
  1933.    padding: 2rem;
  1934. }
  1935.  
  1936. .secondary-title {
  1937.    font-size: 1.5rem;
  1938.    font-weight: 600;
  1939.    color: #1a202c;
  1940.    margin-bottom: 1rem;
  1941.    line-height: 1.3;
  1942. }
  1943.  
  1944. .secondary-excerpt {
  1945.    font-size: 0.95rem;
  1946.    color: #4a5568;
  1947.    line-height: 1.6;
  1948.    margin-bottom: 1.5rem;
  1949. }
  1950.  
  1951. .secondary-meta {
  1952.    display: flex;
  1953.    align-items: center;
  1954.    gap: 0.5rem;
  1955.    font-size: 0.85rem;
  1956.    color: #718096;
  1957. }
  1958.  
  1959. .meta-divider {
  1960.    color: #cbd5e0;
  1961. }
  1962.  
  1963. /* Compact Cards */
  1964. .compact-card {
  1965.    background: var(--card-bg);
  1966.    border-radius: 12px;
  1967.    overflow: hidden;
  1968.    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
  1969.    border: 1px solid var(--border-color);
  1970.    transition: all 0.3s ease;
  1971.    height: 100%;
  1972.    display: flex;
  1973.    flex-direction: column;
  1974. }
  1975.  
  1976. .compact-card:hover {
  1977.    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
  1978.    transform: translateY(-3px);
  1979. }
  1980.  
  1981. .compact-image {
  1982.    position: relative;
  1983.    height: 180px;
  1984.    overflow: hidden;
  1985. }
  1986.  
  1987. .compact-image img {
  1988.    width: 100%;
  1989.    height: 100%;
  1990.    object-fit: cover;
  1991.    transition: transform 0.4s ease;
  1992. }
  1993.  
  1994. .compact-card:hover .compact-image img {
  1995.    transform: scale(1.05);
  1996. }
  1997.  
  1998. .compact-category {
  1999.    position: absolute;
  2000.    top: 1rem;
  2001.    left: 1rem;
  2002.    padding: 0.25rem 0.75rem;
  2003.    font-size: 0.7rem;
  2004.    font-weight: 600;
  2005.    text-transform: uppercase;
  2006.    color: white;
  2007.    border-radius: 4px;
  2008. }
  2009.  
  2010. .compact-body {
  2011.    padding: 1.5rem;
  2012.    flex-grow: 1;
  2013.    display: flex;
  2014.    flex-direction: column;
  2015. }
  2016.  
  2017. .compact-title {
  2018.    font-size: 1.1rem;
  2019.    font-weight: 600;
  2020.    color: #1a202c;
  2021.    margin-bottom: 0.75rem;
  2022.    line-height: 1.4;
  2023. }
  2024.  
  2025. .compact-text {
  2026.    font-size: 0.9rem;
  2027.    color: #4a5568;
  2028.    line-height: 1.5;
  2029.    margin-bottom: 1.5rem;
  2030.    flex-grow: 1;
  2031. }
  2032.  
  2033. .compact-footer {
  2034.    display: flex;
  2035.    align-items: center;
  2036.    justify-content: space-between;
  2037.    margin-top: auto;
  2038. }
  2039.  
  2040. .compact-author {
  2041.    display: flex;
  2042.    align-items: center;
  2043.    gap: 0.5rem;
  2044. }
  2045.  
  2046. .compact-avatar {
  2047.    width: 32px;
  2048.    height: 32px;
  2049.    border-radius: 50%;
  2050.    object-fit: cover;
  2051. }
  2052.  
  2053. .compact-name {
  2054.    font-size: 0.85rem;
  2055.    font-weight: 500;
  2056.    color: #2d3748;
  2057. }
  2058.  
  2059. .compact-date {
  2060.    font-size: 0.8rem;
  2061.    color: #718096;
  2062. }
  2063.  
  2064. /* Recent Articles Section */
  2065. .recent-section {
  2066.    background: var(--card-bg);
  2067.    border-radius: 12px;
  2068.    padding: 2rem;
  2069.    border: 1px solid var(--border-color);
  2070.    height: 100%;
  2071. }
  2072.  
  2073. .recent-title {
  2074.    font-size: 1.25rem;
  2075.    font-weight: 700;
  2076.    color: #1a202c;
  2077.    margin-bottom: 1.5rem;
  2078.    padding-bottom: 0.75rem;
  2079.    border-bottom: 2px solid var(--border-color);
  2080. }
  2081.  
  2082. .recent-list {
  2083.    display: flex;
  2084.    flex-direction: column;
  2085.    gap: 1.25rem;
  2086. }
  2087.  
  2088. .recent-item {
  2089.    display: flex;
  2090.    align-items: center;
  2091.    gap: 1rem;
  2092.    padding: 0.8rem;
  2093.    background: var(--card-bg);
  2094.    border-radius: 8px;
  2095.    transition: all 0.2s ease;
  2096.    border: 1px solid var(--border-color);
  2097. }
  2098.  
  2099. .recent-item:hover {
  2100.    transform: translateX(4px);
  2101.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  2102. }
  2103.  
  2104. .recent-content {
  2105.    flex-grow: 1;
  2106. }
  2107.  
  2108. .recent-article-title {
  2109.    font-size: 0.95rem;
  2110.    font-weight: 600;
  2111.    color: #1a202c;
  2112.    margin-bottom: 0rem;
  2113.    line-height: 1.3;
  2114. }
  2115.  
  2116. .recent-date {
  2117.    font-size: 0.8rem;
  2118.    color: #718096;
  2119. }
  2120.  
  2121. /* Responsive Design */
  2122. @media (max-width: 992px) {
  2123.    .blog-hero-v6 {
  2124.        padding: 2rem 0;
  2125.    }
  2126.    
  2127.    .featured-title {
  2128.        font-size: 1.75rem;
  2129.    }
  2130.    
  2131.    .secondary-title {
  2132.        font-size: 1.3rem;
  2133.    }
  2134.    
  2135.    .article-meta {
  2136.        flex-direction: column;
  2137.        align-items: flex-start;
  2138.        gap: 1rem;
  2139.    }
  2140. }
  2141.  
  2142. @media (max-width: 768px) {
  2143.    .featured-content,
  2144.    .secondary-content {
  2145.        padding: 1.5rem;
  2146.    }
  2147.    
  2148.    .featured-title {
  2149.        font-size: 1.5rem;
  2150.    }
  2151.    
  2152.    .featured-image-container,
  2153.    .secondary-image-wrapper {
  2154.        height: 200px;
  2155.    }
  2156.    
  2157.    .compact-image {
  2158.        height: 150px;
  2159.    }
  2160.    
  2161.    .recent-section {
  2162.        margin-top: 2rem;
  2163.    }
  2164. }
  2165.  
  2166. @media (max-width: 576px) {
  2167.    .reading-info {
  2168.        margin-top: 1rem;
  2169.    }
  2170.    
  2171.    .secondary-meta {
  2172.        flex-wrap: wrap;
  2173.    }
  2174.    
  2175.    .recent-item {
  2176.        padding: 0.75rem;
  2177.    }
  2178. }
  2179. </style>
  2180.  
  2181.  
  2182.  
  2183.  
  2184.        <!-- end of wpo-blog-hero -->
  2185.  
  2186.        <!-- start of wpo-breacking-news -->
  2187.        
  2188.        <!-- end of wpo-breacking-news -->
  2189.        
  2190.        <!-- start wpo-blog-highlights-section -->
  2191.        
  2192.  
  2193.  
  2194.  
  2195.    
  2196.  
  2197.  
  2198.  
  2199. <style>
  2200.    /* General Section Styling */
  2201.    .blog-highlights-v10 {
  2202.        padding: 20px 0;  /* Adjusted padding for distinction */
  2203.        position: relative;
  2204.    }
  2205.  
  2206.    /* Section Header */
  2207.    .section-header-v10 {
  2208.        text-align: left;  /* Left-aligned for uniqueness */
  2209.        margin-bottom: 50px;
  2210.        padding-left: 15px;
  2211.    }
  2212.  
  2213.    .section-title-v10 {
  2214.        font-size: 2.9rem;  /* Slightly smaller than v9 for variety */
  2215.        font-weight: 800;
  2216.        color: #1a1a1a;
  2217.        margin-bottom: 15px;
  2218.        text-transform: none;  /* No uppercase for modern look */
  2219.    }
  2220.  
  2221.    .section-subtitle-v10 {
  2222.        font-size: 1.05rem;
  2223.        color: #555;
  2224.        max-width: 650px;
  2225.        line-height: 1.6;
  2226.    }
  2227.  
  2228.  
  2229.    /* Blog Card */
  2230.    .blog-card-v10 {
  2231.        background: var(--card-bg);
  2232.        border-radius: 10px;  /* Softer corners */
  2233.        margin-bottom: 35px;
  2234.        overflow: hidden;
  2235.        opacity: 0;  /* Initially hidden for animation */
  2236.        transform: rotate(1.5deg);  /* Subtle tilt for animation */
  2237.        transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.3s ease;
  2238.        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  2239.    }
  2240.  
  2241.    .blog-card-v10.visible {
  2242.        opacity: 1;
  2243.        transform: rotate(0deg);  /* Straighten on appearance */
  2244.    }
  2245.  
  2246.    @keyframes fadeRotateIn {
  2247.        from {
  2248.            opacity: 0;
  2249.            transform: rotate(1.5deg);
  2250.        }
  2251.        to {
  2252.            opacity: 1;
  2253.            transform: rotate(0deg);
  2254.        }
  2255.    }
  2256.  
  2257.    .blog-card-v10:hover {
  2258.        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);  /* Subtle hover shadow */
  2259.    }
  2260.  
  2261.    /* Blog Image */
  2262.    .blog-image-container-v10 {
  2263.        width: 100%;
  2264.        height: 240px;  /* Unique height for v10 */
  2265.        overflow: hidden;
  2266.        position: relative;
  2267.    }
  2268.  
  2269.    .blog-image-v10 img {
  2270.        width: 100%;
  2271.        height: 100%;
  2272.        object-fit: cover;
  2273.    }
  2274.  
  2275.    /* Blog Content */
  2276.    .blog-content-v10 {
  2277.        padding: 20px 22px;  /* Adjusted padding */
  2278.        text-align: left;
  2279.    }
  2280.  
  2281.    .blog-title-v10 {
  2282.        font-size: 1.55rem;  /* Slightly larger than v9 */
  2283.        font-weight: 700;
  2284.        margin-bottom: 12px;
  2285.        color: #1a1a1a;
  2286.    }
  2287.  
  2288.    .blog-meta-v10 {
  2289.        font-size: 0.85rem;
  2290.        color: #777;
  2291.        margin-bottom: 12px;
  2292.        font-style: italic;  /* Italic for distinction */
  2293.    }
  2294.  
  2295.    .blog-excerpt-v10 {
  2296.        font-size: 0.95rem;
  2297.        color: #555;
  2298.        margin-bottom: 15px;
  2299.        line-height: 1.6;
  2300.    }
  2301.  
  2302.    .blog-actions-v10 {
  2303.        display: inline-block;
  2304.    }
  2305.  
  2306.    .blog-read-more-v10 {
  2307.        font-size: 0.95rem;
  2308.        color: #e74c3c;  /* Red accent for uniqueness */
  2309.        text-decoration: none;
  2310.        font-weight: 600;
  2311.        transition: color 0.3s ease;
  2312.    }
  2313.  
  2314.    .blog-read-more-v10:hover {
  2315.        color: #c0392b;  /* Darker red on hover */
  2316.    }
  2317.    /* Responsive Design */
  2318.    @media (max-width: 768px) {
  2319.        .section-title-v10 {
  2320.            font-size: 2.4rem;
  2321.        }
  2322.  
  2323.        .section-header-v10 {
  2324.            padding-left: 10px;
  2325.        }
  2326.        
  2327.        .blog-card-v10 {
  2328.            margin-bottom: 20px;
  2329.        }
  2330.  
  2331.        .blog-meta-v10 {
  2332.            font-size: 0.75rem;
  2333.        }
  2334.  
  2335.        .blog-image-container-v10 {
  2336.            height: 170px;  /* Adjusted for mobile */
  2337.        }
  2338.  
  2339.        .sidebar-v10 {
  2340.            padding: 15px;
  2341.        }
  2342.    }
  2343. </style>
  2344.  
  2345. <section class="blog-highlights-v10">
  2346.    <div class="container-fluid fluid-container">
  2347.        <!-- Section Header -->
  2348.        <div class="row">
  2349.            <div class="col-12 col-lg-10">  
  2350.                <div class="section-header-v10">
  2351.                    <h2 class="section-title-v10">
  2352.                Today's Top Highlights
  2353.                   </h2>
  2354.                    <p class="section-subtitle-v10">Discover how technology and creativity intertwine to shape storytelling in the digital age.</p>
  2355.                </div>
  2356.            </div>
  2357.        </div>
  2358.        
  2359.        <!-- Blog Grid and Sidebar -->
  2360.        <div class="row">
  2361.            <div class="col-lg-8">
  2362.                <div class="row">
  2363.                    
  2364.                    <div class="col-md-6 col-sm-12">  
  2365.                        <article class="blog-card-v10">
  2366.                            <div class="blog-image-container-v10">
  2367.                                <div class="blog-image-v10 h-100">
  2368.                                    
  2369.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2370.                                    
  2371.                                </div>
  2372.                            </div>
  2373.                            <div class="blog-content-v10">
  2374.                                <h3 class="blog-title-v10">
  2375.                                     <a class="top-color" href="/esteemed-photographer-brian-harris-life-story-an-existence-behind-the-camera/" >
  2376.                                    Esteemed Photographer Brian Harris Life Story: An Existence Behind the Camera
  2377.                                    </a>
  2378.                                </h3>
  2379.                                <div class="blog-meta-v10">
  2380.                                    <span>By Joseph Sanders • 12 May 2026</span>
  2381.                                </div>
  2382.                                <p class="blog-excerpt-v10">
  2383.                                    
  2384.                                </p>
  2385.                                <div class="blog-actions-v10">
  2386.                                    <a href="/esteemed-photographer-brian-harris-life-story-an-existence-behind-the-camera/" class="blog-read-more-v10">Read More</a>
  2387.                                </div>
  2388.                            </div>
  2389.                        </article>
  2390.                    </div>
  2391.                    
  2392.                    <div class="col-md-6 col-sm-12">  
  2393.                        <article class="blog-card-v10">
  2394.                            <div class="blog-image-container-v10">
  2395.                                <div class="blog-image-v10 h-100">
  2396.                                    
  2397.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2398.                                    
  2399.                                </div>
  2400.                            </div>
  2401.                            <div class="blog-content-v10">
  2402.                                <h3 class="blog-title-v10">
  2403.                                     <a class="top-color" href="/new-yorks-met-museum-faces-legal-challenge-over-reportedly-nazi-looted-van-gogh-masterpiece/" >
  2404.                                    New York&#x27;s Met Museum Faces Legal Challenge Over Reportedly Nazi-Looted Van Gogh Masterpiece
  2405.                                    </a>
  2406.                                </h3>
  2407.                                <div class="blog-meta-v10">
  2408.                                    <span>By Joseph Sanders • 12 May 2026</span>
  2409.                                </div>
  2410.                                <p class="blog-excerpt-v10">
  2411.                                    
  2412.                                </p>
  2413.                                <div class="blog-actions-v10">
  2414.                                    <a href="/new-yorks-met-museum-faces-legal-challenge-over-reportedly-nazi-looted-van-gogh-masterpiece/" class="blog-read-more-v10">Read More</a>
  2415.                                </div>
  2416.                            </div>
  2417.                        </article>
  2418.                    </div>
  2419.                    
  2420.                    <div class="col-md-6 col-sm-12">  
  2421.                        <article class="blog-card-v10">
  2422.                            <div class="blog-image-container-v10">
  2423.                                <div class="blog-image-v10 h-100">
  2424.                                    
  2425.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2426.                                    
  2427.                                </div>
  2428.                            </div>
  2429.                            <div class="blog-content-v10">
  2430.                                <h3 class="blog-title-v10">
  2431.                                     <a class="top-color" href="/american-lawmaker-urges-ex-royal-andrew-to-testify-in-epstein-inquiry/" >
  2432.                                    American Lawmaker Urges Ex-Royal Andrew to Testify in Epstein Inquiry
  2433.                                    </a>
  2434.                                </h3>
  2435.                                <div class="blog-meta-v10">
  2436.                                    <span>By Joseph Sanders • 12 May 2026</span>
  2437.                                </div>
  2438.                                <p class="blog-excerpt-v10">
  2439.                                    
  2440.                                </p>
  2441.                                <div class="blog-actions-v10">
  2442.                                    <a href="/american-lawmaker-urges-ex-royal-andrew-to-testify-in-epstein-inquiry/" class="blog-read-more-v10">Read More</a>
  2443.                                </div>
  2444.                            </div>
  2445.                        </article>
  2446.                    </div>
  2447.                    
  2448.                    <div class="col-md-6 col-sm-12">  
  2449.                        <article class="blog-card-v10">
  2450.                            <div class="blog-image-container-v10">
  2451.                                <div class="blog-image-v10 h-100">
  2452.                                    
  2453.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2454.                                    
  2455.                                </div>
  2456.                            </div>
  2457.                            <div class="blog-content-v10">
  2458.                                <h3 class="blog-title-v10">
  2459.                                     <a class="top-color" href="/the-gulf-nation-to-present-case-at-uk-supreme-court-over-state-immunity-in-surveillance-allegations/" >
  2460.                                    The Gulf nation to Present Case at UK Supreme Court Over State Immunity in Surveillance Allegations
  2461.                                    </a>
  2462.                                </h3>
  2463.                                <div class="blog-meta-v10">
  2464.                                    <span>By Joseph Sanders • 12 May 2026</span>
  2465.                                </div>
  2466.                                <p class="blog-excerpt-v10">
  2467.                                    
  2468.                                </p>
  2469.                                <div class="blog-actions-v10">
  2470.                                    <a href="/the-gulf-nation-to-present-case-at-uk-supreme-court-over-state-immunity-in-surveillance-allegations/" class="blog-read-more-v10">Read More</a>
  2471.                                </div>
  2472.                            </div>
  2473.                        </article>
  2474.                    </div>
  2475.                    
  2476.                    <div class="col-md-6 col-sm-12">  
  2477.                        <article class="blog-card-v10">
  2478.                            <div class="blog-image-container-v10">
  2479.                                <div class="blog-image-v10 h-100">
  2480.                                    
  2481.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2482.                                    
  2483.                                </div>
  2484.                            </div>
  2485.                            <div class="blog-content-v10">
  2486.                                <h3 class="blog-title-v10">
  2487.                                     <a class="top-color" href="/the-visionary-filmmaker-sets-the-record-straight-ai-doesnt-produce-the-avatar-series/" >
  2488.                                    The Visionary Filmmaker Sets the Record Straight: ‘AI Doesn’t Produce the Avatar Series’
  2489.                                    </a>
  2490.                                </h3>
  2491.                                <div class="blog-meta-v10">
  2492.                                    <span>By Joseph Sanders • 11 May 2026</span>
  2493.                                </div>
  2494.                                <p class="blog-excerpt-v10">
  2495.                                    
  2496.                                </p>
  2497.                                <div class="blog-actions-v10">
  2498.                                    <a href="/the-visionary-filmmaker-sets-the-record-straight-ai-doesnt-produce-the-avatar-series/" class="blog-read-more-v10">Read More</a>
  2499.                                </div>
  2500.                            </div>
  2501.                        </article>
  2502.                    </div>
  2503.                    
  2504.                    <div class="col-md-6 col-sm-12">  
  2505.                        <article class="blog-card-v10">
  2506.                            <div class="blog-image-container-v10">
  2507.                                <div class="blog-image-v10 h-100">
  2508.                                    
  2509.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2510.                                    
  2511.                                </div>
  2512.                            </div>
  2513.                            <div class="blog-content-v10">
  2514.                                <h3 class="blog-title-v10">
  2515.                                     <a class="top-color" href="/restrained-alone-and-terrified-the-bleak-reality-for-female-prisoners-compelled-to-have-their-babies-in-detention/" >
  2516.                                    Restrained, Alone and Terrified: The Bleak Reality for Female Prisoners Compelled to Have Their Babies in Detention.
  2517.                                    </a>
  2518.                                </h3>
  2519.                                <div class="blog-meta-v10">
  2520.                                    <span>By Joseph Sanders • 11 May 2026</span>
  2521.                                </div>
  2522.                                <p class="blog-excerpt-v10">
  2523.                                    
  2524.                                </p>
  2525.                                <div class="blog-actions-v10">
  2526.                                    <a href="/restrained-alone-and-terrified-the-bleak-reality-for-female-prisoners-compelled-to-have-their-babies-in-detention/" class="blog-read-more-v10">Read More</a>
  2527.                                </div>
  2528.                            </div>
  2529.                        </article>
  2530.                    </div>
  2531.                    
  2532.                    <div class="col-md-6 col-sm-12">  
  2533.                        <article class="blog-card-v10">
  2534.                            <div class="blog-image-container-v10">
  2535.                                <div class="blog-image-v10 h-100">
  2536.                                    
  2537.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2538.                                    
  2539.                                </div>
  2540.                            </div>
  2541.                            <div class="blog-content-v10">
  2542.                                <h3 class="blog-title-v10">
  2543.                                     <a class="top-color" href="/an-story-of-unexpected-generosity-the-time-a-student-allowed-me-to-stay-on-her-dorm-floor/" >
  2544.                                    An Story of Unexpected Generosity: The Time a Student Allowed Me to Stay on Her Dorm Floor
  2545.                                    </a>
  2546.                                </h3>
  2547.                                <div class="blog-meta-v10">
  2548.                                    <span>By Joseph Sanders • 11 May 2026</span>
  2549.                                </div>
  2550.                                <p class="blog-excerpt-v10">
  2551.                                    
  2552.                                </p>
  2553.                                <div class="blog-actions-v10">
  2554.                                    <a href="/an-story-of-unexpected-generosity-the-time-a-student-allowed-me-to-stay-on-her-dorm-floor/" class="blog-read-more-v10">Read More</a>
  2555.                                </div>
  2556.                            </div>
  2557.                        </article>
  2558.                    </div>
  2559.                    
  2560.                    <div class="col-md-6 col-sm-12">  
  2561.                        <article class="blog-card-v10">
  2562.                            <div class="blog-image-container-v10">
  2563.                                <div class="blog-image-v10 h-100">
  2564.                                    
  2565.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2566.                                    
  2567.                                </div>
  2568.                            </div>
  2569.                            <div class="blog-content-v10">
  2570.                                <h3 class="blog-title-v10">
  2571.                                     <a class="top-color" href="/amid-those-devastated-debris-of-an-apartment-block-i-found-a-volume-id-translated/" >
  2572.                                    Amid those Devastated Debris of an Apartment Block, I Found a Volume I’d Translated
  2573.                                    </a>
  2574.                                </h3>
  2575.                                <div class="blog-meta-v10">
  2576.                                    <span>By Joseph Sanders • 11 May 2026</span>
  2577.                                </div>
  2578.                                <p class="blog-excerpt-v10">
  2579.                                    
  2580.                                </p>
  2581.                                <div class="blog-actions-v10">
  2582.                                    <a href="/amid-those-devastated-debris-of-an-apartment-block-i-found-a-volume-id-translated/" class="blog-read-more-v10">Read More</a>
  2583.                                </div>
  2584.                            </div>
  2585.                        </article>
  2586.                    </div>
  2587.                    
  2588.                    <div class="col-md-6 col-sm-12">  
  2589.                        <article class="blog-card-v10">
  2590.                            <div class="blog-image-container-v10">
  2591.                                <div class="blog-image-v10 h-100">
  2592.                                    
  2593.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2594.                                    
  2595.                                </div>
  2596.                            </div>
  2597.                            <div class="blog-content-v10">
  2598.                                <h3 class="blog-title-v10">
  2599.                                     <a class="top-color" href="/3-game-pass-games-were-enjoying-this-weekend-october-10-12/" >
  2600.                                    3 Game Pass Games We&#x27;re Enjoying This Weekend (October 10-12)
  2601.                                    </a>
  2602.                                </h3>
  2603.                                <div class="blog-meta-v10">
  2604.                                    <span>By Joseph Sanders • 11 May 2026</span>
  2605.                                </div>
  2606.                                <p class="blog-excerpt-v10">
  2607.                                    
  2608.                                </p>
  2609.                                <div class="blog-actions-v10">
  2610.                                    <a href="/3-game-pass-games-were-enjoying-this-weekend-october-10-12/" class="blog-read-more-v10">Read More</a>
  2611.                                </div>
  2612.                            </div>
  2613.                        </article>
  2614.                    </div>
  2615.                    
  2616.                    <div class="col-md-6 col-sm-12">  
  2617.                        <article class="blog-card-v10">
  2618.                            <div class="blog-image-container-v10">
  2619.                                <div class="blog-image-v10 h-100">
  2620.                                    
  2621.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2622.                                    
  2623.                                </div>
  2624.                            </div>
  2625.                            <div class="blog-content-v10">
  2626.                                <h3 class="blog-title-v10">
  2627.                                     <a class="top-color" href="/daily-existence-for-120000-asylum-seekers-in-the-massive-shelter-on-the-malians-frontier/" >
  2628.                                    Daily Existence for 120,000 Asylum Seekers in the Massive Shelter on the Malians Frontier.
  2629.                                    </a>
  2630.                                </h3>
  2631.                                <div class="blog-meta-v10">
  2632.                                    <span>By Joseph Sanders • 11 May 2026</span>
  2633.                                </div>
  2634.                                <p class="blog-excerpt-v10">
  2635.                                    
  2636.                                </p>
  2637.                                <div class="blog-actions-v10">
  2638.                                    <a href="/daily-existence-for-120000-asylum-seekers-in-the-massive-shelter-on-the-malians-frontier/" class="blog-read-more-v10">Read More</a>
  2639.                                </div>
  2640.                            </div>
  2641.                        </article>
  2642.                    </div>
  2643.                    
  2644.                    <div class="col-md-6 col-sm-12">  
  2645.                        <article class="blog-card-v10">
  2646.                            <div class="blog-image-container-v10">
  2647.                                <div class="blog-image-v10 h-100">
  2648.                                    
  2649.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2650.                                    
  2651.                                </div>
  2652.                            </div>
  2653.                            <div class="blog-content-v10">
  2654.                                <h3 class="blog-title-v10">
  2655.                                     <a class="top-color" href="/the-way-a-american-special-forces-veteran-aided-mar%C3%ADa-corina-machado-escape-venezuela/" >
  2656.                                    The Way a American Special Forces Veteran Aided María Corina Machado Escape Venezuela
  2657.                                    </a>
  2658.                                </h3>
  2659.                                <div class="blog-meta-v10">
  2660.                                    <span>By Joseph Sanders • 11 May 2026</span>
  2661.                                </div>
  2662.                                <p class="blog-excerpt-v10">
  2663.                                    
  2664.                                </p>
  2665.                                <div class="blog-actions-v10">
  2666.                                    <a href="/the-way-a-american-special-forces-veteran-aided-mar%C3%ADa-corina-machado-escape-venezuela/" class="blog-read-more-v10">Read More</a>
  2667.                                </div>
  2668.                            </div>
  2669.                        </article>
  2670.                    </div>
  2671.                    
  2672.                    <div class="col-md-6 col-sm-12">  
  2673.                        <article class="blog-card-v10">
  2674.                            <div class="blog-image-container-v10">
  2675.                                <div class="blog-image-v10 h-100">
  2676.                                    
  2677.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2678.                                    
  2679.                                </div>
  2680.                            </div>
  2681.                            <div class="blog-content-v10">
  2682.                                <h3 class="blog-title-v10">
  2683.                                     <a class="top-color" href="/how-to-talk-dating-like-zoomer-fifty-one-ultra-specific-words-for-love-sex-and-bad-behaviour/" >
  2684.                                    How to Talk Dating Like Zoomer: Fifty-One Ultra-Specific Words for Love, Sex and Bad Behaviour
  2685.                                    </a>
  2686.                                </h3>
  2687.                                <div class="blog-meta-v10">
  2688.                                    <span>By Joseph Sanders • 11 May 2026</span>
  2689.                                </div>
  2690.                                <p class="blog-excerpt-v10">
  2691.                                    
  2692.                                </p>
  2693.                                <div class="blog-actions-v10">
  2694.                                    <a href="/how-to-talk-dating-like-zoomer-fifty-one-ultra-specific-words-for-love-sex-and-bad-behaviour/" class="blog-read-more-v10">Read More</a>
  2695.                                </div>
  2696.                            </div>
  2697.                        </article>
  2698.                    </div>
  2699.                    
  2700.                    
  2701.  
  2702.                </div>
  2703.            </div>
  2704.  
  2705.            <!-- Sidebar -->
  2706.                   <div class="col col-lg-4 col-12">
  2707.                <div class="sidebar-v10">
  2708.                      
  2709.  
  2710.  
  2711.  
  2712.    
  2713.  
  2714.  
  2715. <!-- Blog Sidebar V2 - Focused Design -->
  2716.  <div class="sidebar mb-3">
  2717.    <!-- Recent Posts Section -->
  2718.    <div class="sidebar-widget mb-4">
  2719.      <div class="widget-title-wrapper mb-3">
  2720.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  2721.          <i class="ti-time me-2"></i>Recent Posts
  2722.          <span class="title-arrow-primary"></span>
  2723.        </h4>
  2724.      </div>
  2725.      <div class="widget-content border border-light  shadow-sm rounded-3 p-4">
  2726.        <div class="recent-post-list">
  2727.          
  2728.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2729.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2730.              
  2731.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2732.              
  2733.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2734.            </div>
  2735.            <div class="post-content flex-grow-1">
  2736.              <h6 class="post-title mb-2">
  2737.                <a href="/donald-trump-and-his-supporters-envision-a-planet-lacking-worldwide-regulations-however-they-will-not-succeed/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2738.                                            Donald Trump and His Supporters Envision a Planet Lacking Worldwide Regulations – However They Will Not Succeed
  2739.                                            </a>
  2740.              </h6>
  2741.              <div class="post-meta">
  2742.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 May 2026</small>
  2743.                <!-- <small class="text-muted">
  2744.                  <i class="ti-eye me-1"></i>348 views
  2745.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2746.                </small> -->
  2747.              </div>
  2748.            </div>
  2749.          </div>
  2750.          
  2751.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2752.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2753.              
  2754.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2755.              
  2756.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2757.            </div>
  2758.            <div class="post-content flex-grow-1">
  2759.              <h6 class="post-title mb-2">
  2760.                <a href="/sweden-selection-lineup-isak-selected-while-viktor-gyokeres-excluded/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2761.                                            Sweden Selection Lineup: Isak Selected While Viktor Gyokeres Excluded
  2762.                                            </a>
  2763.              </h6>
  2764.              <div class="post-meta">
  2765.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 May 2026</small>
  2766.                <!-- <small class="text-muted">
  2767.                  <i class="ti-eye me-1"></i>348 views
  2768.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2769.                </small> -->
  2770.              </div>
  2771.            </div>
  2772.          </div>
  2773.          
  2774.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2775.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2776.              
  2777.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2778.              
  2779.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2780.            </div>
  2781.            <div class="post-content flex-grow-1">
  2782.              <h6 class="post-title mb-2">
  2783.                <a href="/united-arab-emirates-refuses-to-participate-in-gaza-security-force-without-defined-juridical-structure/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2784.                                            United Arab Emirates Refuses to Participate in Gaza Security Force Without Defined Juridical Structure
  2785.                                            </a>
  2786.              </h6>
  2787.              <div class="post-meta">
  2788.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 May 2026</small>
  2789.                <!-- <small class="text-muted">
  2790.                  <i class="ti-eye me-1"></i>348 views
  2791.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2792.                </small> -->
  2793.              </div>
  2794.            </div>
  2795.          </div>
  2796.          
  2797.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2798.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2799.              
  2800.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2801.              
  2802.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2803.            </div>
  2804.            <div class="post-content flex-grow-1">
  2805.              <h6 class="post-title mb-2">
  2806.                <a href="/when-did-i-get-that-attractive-the-rock-legend-on-seeing-jeremy-allen-white-portray-him-on-screen/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2807.                                            ‘When Did I Get That Attractive?’: The Rock Legend on Seeing Jeremy Allen White Portray Him On Screen
  2808.                                            </a>
  2809.              </h6>
  2810.              <div class="post-meta">
  2811.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 May 2026</small>
  2812.                <!-- <small class="text-muted">
  2813.                  <i class="ti-eye me-1"></i>348 views
  2814.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2815.                </small> -->
  2816.              </div>
  2817.            </div>
  2818.          </div>
  2819.          
  2820.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2821.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2822.              
  2823.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2824.              
  2825.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2826.            </div>
  2827.            <div class="post-content flex-grow-1">
  2828.              <h6 class="post-title mb-2">
  2829.                <a href="/jennifer-waltons-first-album-daughters-delves-into-grief-and-style/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2830.                                            Jennifer Walton&#x27;s First Album &quot;Daughters&quot; Delves Into Grief and Style
  2831.                                            </a>
  2832.              </h6>
  2833.              <div class="post-meta">
  2834.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 May 2026</small>
  2835.                <!-- <small class="text-muted">
  2836.                  <i class="ti-eye me-1"></i>348 views
  2837.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2838.                </small> -->
  2839.              </div>
  2840.            </div>
  2841.          </div>
  2842.          
  2843.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2844.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2845.              
  2846.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2847.              
  2848.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2849.            </div>
  2850.            <div class="post-content flex-grow-1">
  2851.              <h6 class="post-title mb-2">
  2852.                <a href="/russian-president-vladimir-putin-pledges-uninterrupted-oil-supplies-to-india-in-rebuff-of-us-sanctions/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2853.                                            Russian President Vladimir Putin Pledges Uninterrupted Oil Supplies to India in Rebuff of US Sanctions
  2854.                                            </a>
  2855.              </h6>
  2856.              <div class="post-meta">
  2857.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 May 2026</small>
  2858.                <!-- <small class="text-muted">
  2859.                  <i class="ti-eye me-1"></i>348 views
  2860.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2861.                </small> -->
  2862.              </div>
  2863.            </div>
  2864.          </div>
  2865.          
  2866.  
  2867.        </div>
  2868.  
  2869.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2870.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2871.        </div> -->
  2872.      </div>
  2873.    </div>
  2874.    
  2875.    
  2876.    <div class="sidebar-widget mb-4">
  2877.      <div class="widget-title-wrapper mb-3">
  2878.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2879.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2880.          <span class="title-arrow"></span>
  2881.        </h4>
  2882.      </div>
  2883.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2884.        <div class="blog-roll-list scrollable-sidebar">
  2885.          
  2886.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2887.            <a href="https://www.kylebooks.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2888.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2889.                <i class="ti-angle-right me-2 text-primary"></i>
  2890.                 online casinos
  2891.              </h6>
  2892.            </a>
  2893.          </div>
  2894.          
  2895.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2896.            <a href="https://www.deakinandblue.com/"  rel="dofollow" class="text-decoration-none ">
  2897.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2898.                <i class="ti-angle-right me-2 text-primary"></i>
  2899.                 non gamstop casinos uk
  2900.              </h6>
  2901.            </a>
  2902.          </div>
  2903.          
  2904.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2905.            <a href="https://www.citytosea.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2906.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2907.                <i class="ti-angle-right me-2 text-primary"></i>
  2908.                 non gamstop casinos
  2909.              </h6>
  2910.            </a>
  2911.          </div>
  2912.          
  2913.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2914.            <a href="https://thelincolnite.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2915.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2916.                <i class="ti-angle-right me-2 text-primary"></i>
  2917.                 best uk non gamstop casinos
  2918.              </h6>
  2919.            </a>
  2920.          </div>
  2921.          
  2922.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2923.            <a href="https://www.focus12.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2924.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2925.                <i class="ti-angle-right me-2 text-primary"></i>
  2926.                 online casino
  2927.              </h6>
  2928.            </a>
  2929.          </div>
  2930.          
  2931.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2932.            <a href="https://britishicehockey.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2933.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2934.                <i class="ti-angle-right me-2 text-primary"></i>
  2935.                 online casino
  2936.              </h6>
  2937.            </a>
  2938.          </div>
  2939.          
  2940.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2941.            <a href="https://www.escapistmagazine.com/uk/non-gamstop-casinos/"  rel="dofollow" class="text-decoration-none ">
  2942.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2943.                <i class="ti-angle-right me-2 text-primary"></i>
  2944.                 non gamstop casino
  2945.              </h6>
  2946.            </a>
  2947.          </div>
  2948.          
  2949.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2950.            <a href="https://esports-news.co.uk/online-casinos/non-gamstop/"  rel="dofollow" class="text-decoration-none ">
  2951.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2952.                <i class="ti-angle-right me-2 text-primary"></i>
  2953.                 casino not on gamstop
  2954.              </h6>
  2955.            </a>
  2956.          </div>
  2957.          
  2958.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2959.            <a href="https://santanderjobs.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2960.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2961.                <i class="ti-angle-right me-2 text-primary"></i>
  2962.                 non uk betting sites
  2963.              </h6>
  2964.            </a>
  2965.          </div>
  2966.          
  2967.  
  2968.        </div>
  2969.  
  2970.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2971.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2972.        </div> -->
  2973.      </div>
  2974.    </div>
  2975.    
  2976.    <div class="sidebar-widget mb-4">
  2977.      <div class="widget-title-wrapper mb-3">
  2978.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2979.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2980.          <span class="title-arrow"></span>
  2981.        </h4>
  2982.      </div>
  2983.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2984.        <div class="blog-roll-list scrollable-sidebar">
  2985.          
  2986.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2987.            <a href="https://twinsuk.co.uk"  rel="dofollow" class="text-decoration-none ">
  2988.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2989.                <i class="ti-angle-right me-2 text-primary"></i>
  2990.                 online casinos
  2991.              </h6>
  2992.            </a>
  2993.          </div>
  2994.          
  2995.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2996.            <a href="https://www.heatonpark.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2997.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2998.                <i class="ti-angle-right me-2 text-primary"></i>
  2999.                 crypto casino
  3000.              </h6>
  3001.            </a>
  3002.          </div>
  3003.          
  3004.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3005.            <a href="https://casinobeats.com/uk/online-casinos/casinos-not-on-gamstop/"  rel="dofollow" class="text-decoration-none ">
  3006.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3007.                <i class="ti-angle-right me-2 text-primary"></i>
  3008.                 casino not on gamstop
  3009.              </h6>
  3010.            </a>
  3011.          </div>
  3012.          
  3013.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3014.            <a href="https://nva.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3015.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3016.                <i class="ti-angle-right me-2 text-primary"></i>
  3017.                 casino not on gamstop
  3018.              </h6>
  3019.            </a>
  3020.          </div>
  3021.          
  3022.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3023.            <a href="https://www.mesaonline.org/"  rel="dofollow" class="text-decoration-none ">
  3024.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3025.                <i class="ti-angle-right me-2 text-primary"></i>
  3026.                 non gamstop casinos
  3027.              </h6>
  3028.            </a>
  3029.          </div>
  3030.          
  3031.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3032.            <a href="https://savethedatemagazine.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3033.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3034.                <i class="ti-angle-right me-2 text-primary"></i>
  3035.                 casinos not on gamstop
  3036.              </h6>
  3037.            </a>
  3038.          </div>
  3039.          
  3040.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3041.            <a href="https://newsoundgeneration.co.uk/casinos-not-on-gamstop/"  rel="dofollow" class="text-decoration-none ">
  3042.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3043.                <i class="ti-angle-right me-2 text-primary"></i>
  3044.                 best casinos not on GAMSTOP
  3045.              </h6>
  3046.            </a>
  3047.          </div>
  3048.          
  3049.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3050.            <a href="https://straightfromyard.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3051.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3052.                <i class="ti-angle-right me-2 text-primary"></i>
  3053.                 uk casinos not on gamstop
  3054.              </h6>
  3055.            </a>
  3056.          </div>
  3057.          
  3058.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3059.            <a href="https://www.citytosea.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3060.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3061.                <i class="ti-angle-right me-2 text-primary"></i>
  3062.                 uk casinos not on gamstop
  3063.              </h6>
  3064.            </a>
  3065.          </div>
  3066.          
  3067.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3068.            <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3069.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3070.                <i class="ti-angle-right me-2 text-primary"></i>
  3071.                 uk casinos not on gamstop
  3072.              </h6>
  3073.            </a>
  3074.          </div>
  3075.          
  3076.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3077.            <a href="https://bereavementcommission.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3078.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3079.                <i class="ti-angle-right me-2 text-primary"></i>
  3080.                 uk casinos not on gamstop
  3081.              </h6>
  3082.            </a>
  3083.          </div>
  3084.          
  3085.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3086.            <a href="https://www.cca-glasgow.com/"  rel="dofollow" class="text-decoration-none ">
  3087.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3088.                <i class="ti-angle-right me-2 text-primary"></i>
  3089.                 uk casinos not on gamstop
  3090.              </h6>
  3091.            </a>
  3092.          </div>
  3093.          
  3094.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3095.            <a href="https://internationalschoolmealsday.com/"  rel="dofollow" class="text-decoration-none ">
  3096.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3097.                <i class="ti-angle-right me-2 text-primary"></i>
  3098.                 casino sites not on gamstop
  3099.              </h6>
  3100.            </a>
  3101.          </div>
  3102.          
  3103.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3104.            <a href="https://savethedatemagazine.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3105.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3106.                <i class="ti-angle-right me-2 text-primary"></i>
  3107.                 uk casinos not on gamstop
  3108.              </h6>
  3109.            </a>
  3110.          </div>
  3111.          
  3112.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3113.            <a href="https://www.london-irish.com/"  rel="dofollow" class="text-decoration-none ">
  3114.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3115.                <i class="ti-angle-right me-2 text-primary"></i>
  3116.                 uk casinos not on gamstop
  3117.              </h6>
  3118.            </a>
  3119.          </div>
  3120.          
  3121.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3122.            <a href="https://www.summerhall.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3123.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3124.                <i class="ti-angle-right me-2 text-primary"></i>
  3125.                 uk casinos not on gamstop
  3126.              </h6>
  3127.            </a>
  3128.          </div>
  3129.          
  3130.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3131.            <a href="https://unbound.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3132.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3133.                <i class="ti-angle-right me-2 text-primary"></i>
  3134.                 uk casinos not on gamstop
  3135.              </h6>
  3136.            </a>
  3137.          </div>
  3138.          
  3139.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3140.            <a href="https://www.elthampalace.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3141.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3142.                <i class="ti-angle-right me-2 text-primary"></i>
  3143.                 uk casinos not on gamstop
  3144.              </h6>
  3145.            </a>
  3146.          </div>
  3147.          
  3148.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3149.            <a href="https://www.costaricanembassy.co.uk"  rel="dofollow" class="text-decoration-none ">
  3150.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3151.                <i class="ti-angle-right me-2 text-primary"></i>
  3152.                 best non GamStop casinos
  3153.              </h6>
  3154.            </a>
  3155.          </div>
  3156.          
  3157.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3158.            <a href="https://www.impact-awards.co.uk"  rel="dofollow" class="text-decoration-none ">
  3159.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3160.                <i class="ti-angle-right me-2 text-primary"></i>
  3161.                 non GamStop casinos
  3162.              </h6>
  3163.            </a>
  3164.          </div>
  3165.          
  3166.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3167.            <a href="https://tridentcryptofund.com/"  rel="dofollow" class="text-decoration-none ">
  3168.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3169.                <i class="ti-angle-right me-2 text-primary"></i>
  3170.                 bitcoin casino
  3171.              </h6>
  3172.            </a>
  3173.          </div>
  3174.          
  3175.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3176.            <a href="https://epik.org.uk"  rel="dofollow" class="text-decoration-none ">
  3177.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3178.                <i class="ti-angle-right me-2 text-primary"></i>
  3179.                 casinos not on gamstop
  3180.              </h6>
  3181.            </a>
  3182.          </div>
  3183.          
  3184.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3185.            <a href="https://botafogo.co.uk"  rel="dofollow" class="text-decoration-none ">
  3186.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3187.                <i class="ti-angle-right me-2 text-primary"></i>
  3188.                 non gamstop casinos
  3189.              </h6>
  3190.            </a>
  3191.          </div>
  3192.          
  3193.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3194.            <a href="https://bonhillevents.com"  rel="dofollow" class="text-decoration-none ">
  3195.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3196.                <i class="ti-angle-right me-2 text-primary"></i>
  3197.                 casino not on gamstop
  3198.              </h6>
  3199.            </a>
  3200.          </div>
  3201.          
  3202.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3203.            <a href="https://ncsl.org.uk"  rel="dofollow" class="text-decoration-none ">
  3204.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3205.                <i class="ti-angle-right me-2 text-primary"></i>
  3206.                 non gamstop casinos
  3207.              </h6>
  3208.            </a>
  3209.          </div>
  3210.          
  3211.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3212.            <a href="https://bladnoch.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3213.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3214.                <i class="ti-angle-right me-2 text-primary"></i>
  3215.                 best betting sites
  3216.              </h6>
  3217.            </a>
  3218.          </div>
  3219.          
  3220.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3221.            <a href="https://www.4ye.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3222.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3223.                <i class="ti-angle-right me-2 text-primary"></i>
  3224.                 casinos not on gamstop
  3225.              </h6>
  3226.            </a>
  3227.          </div>
  3228.          
  3229.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3230.            <a href="https://www.cca-glasgow.com/"  rel="dofollow" class="text-decoration-none ">
  3231.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3232.                <i class="ti-angle-right me-2 text-primary"></i>
  3233.                 casino not on gamstop
  3234.              </h6>
  3235.            </a>
  3236.          </div>
  3237.          
  3238.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3239.            <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3240.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3241.                <i class="ti-angle-right me-2 text-primary"></i>
  3242.                 casino not on gamstop
  3243.              </h6>
  3244.            </a>
  3245.          </div>
  3246.          
  3247.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3248.            <a href="https://fdncoffee.com"  rel="dofollow" class="text-decoration-none ">
  3249.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3250.                <i class="ti-angle-right me-2 text-primary"></i>
  3251.                 UK casino not on GamStop
  3252.              </h6>
  3253.            </a>
  3254.          </div>
  3255.          
  3256.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3257.            <a href="https://www.fourpure.com/"  rel="dofollow" class="text-decoration-none ">
  3258.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3259.                <i class="ti-angle-right me-2 text-primary"></i>
  3260.                 online casino
  3261.              </h6>
  3262.            </a>
  3263.          </div>
  3264.          
  3265.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3266.            <a href="https://www.bmag.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3267.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3268.                <i class="ti-angle-right me-2 text-primary"></i>
  3269.                 uk online casinos
  3270.              </h6>
  3271.            </a>
  3272.          </div>
  3273.          
  3274.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3275.            <a href="https://www.ukrmb.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3276.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3277.                <i class="ti-angle-right me-2 text-primary"></i>
  3278.                 uk casinos not on gamstop
  3279.              </h6>
  3280.            </a>
  3281.          </div>
  3282.          
  3283.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3284.            <a href="https://www.peterbrett.com/"  rel="dofollow" class="text-decoration-none ">
  3285.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3286.                <i class="ti-angle-right me-2 text-primary"></i>
  3287.                 casino not on gamstop
  3288.              </h6>
  3289.            </a>
  3290.          </div>
  3291.          
  3292.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3293.            <a href="https://ecademy.com/"  rel="dofollow" class="text-decoration-none ">
  3294.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3295.                <i class="ti-angle-right me-2 text-primary"></i>
  3296.                 best uk non gamstop casinos
  3297.              </h6>
  3298.            </a>
  3299.          </div>
  3300.          
  3301.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3302.            <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none ">
  3303.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3304.                <i class="ti-angle-right me-2 text-primary"></i>
  3305.                 online casinos not on gamstop
  3306.              </h6>
  3307.            </a>
  3308.          </div>
  3309.          
  3310.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3311.            <a href="https://www.testandverification.com/"  rel="dofollow" class="text-decoration-none ">
  3312.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3313.                <i class="ti-angle-right me-2 text-primary"></i>
  3314.                 uk casinos not on gamstop
  3315.              </h6>
  3316.            </a>
  3317.          </div>
  3318.          
  3319.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3320.            <a href="https://www.wildandgame.co.uk"  rel="dofollow" class="text-decoration-none ">
  3321.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3322.                <i class="ti-angle-right me-2 text-primary"></i>
  3323.                 non GamStop casino
  3324.              </h6>
  3325.            </a>
  3326.          </div>
  3327.          
  3328.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3329.            <a href="https://www.antiquesforeveryone.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3330.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3331.                <i class="ti-angle-right me-2 text-primary"></i>
  3332.                 betting sites not on GamStop
  3333.              </h6>
  3334.            </a>
  3335.          </div>
  3336.          
  3337.  
  3338.        </div>
  3339.  
  3340.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3341.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3342.        </div> -->
  3343.      </div>
  3344.    </div>
  3345.    
  3346.    <div class="sidebar-widget mb-4">
  3347.      <div class="widget-title-wrapper mb-3">
  3348.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3349.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  3350.          <span class="title-arrow"></span>
  3351.        </h4>
  3352.      </div>
  3353.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  3354.        <div class="blog-roll-list scrollable-sidebar">
  3355.          
  3356.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3357.            <a href="https://www.peckhamaudio.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3358.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3359.                <i class="ti-angle-right me-2 text-primary"></i>
  3360.                 non GamStop casinos
  3361.              </h6>
  3362.            </a>
  3363.          </div>
  3364.          
  3365.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3366.            <a href="https://www.patients4nhs.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3367.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3368.                <i class="ti-angle-right me-2 text-primary"></i>
  3369.                 casino not on GamStop
  3370.              </h6>
  3371.            </a>
  3372.          </div>
  3373.          
  3374.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3375.            <a href="https://www.covent-garden.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3376.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3377.                <i class="ti-angle-right me-2 text-primary"></i>
  3378.                 gambling sites not on GamStop
  3379.              </h6>
  3380.            </a>
  3381.          </div>
  3382.          
  3383.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3384.            <a href="https://www.llancaiachfawr.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3385.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3386.                <i class="ti-angle-right me-2 text-primary"></i>
  3387.                 UK casinos not on GamStop
  3388.              </h6>
  3389.            </a>
  3390.          </div>
  3391.          
  3392.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3393.            <a href="https://socialeatinghouse.com/"  rel="dofollow" class="text-decoration-none ">
  3394.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3395.                <i class="ti-angle-right me-2 text-primary"></i>
  3396.                 gambling sites not on GamStop
  3397.              </h6>
  3398.            </a>
  3399.          </div>
  3400.          
  3401.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3402.            <a href="https://thenewoxford.com/"  rel="dofollow" class="text-decoration-none ">
  3403.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3404.                <i class="ti-angle-right me-2 text-primary"></i>
  3405.                 casinos not on GamStop
  3406.              </h6>
  3407.            </a>
  3408.          </div>
  3409.          
  3410.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3411.            <a href="https://www.labodeganegra.com/"  rel="dofollow" class="text-decoration-none ">
  3412.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3413.                <i class="ti-angle-right me-2 text-primary"></i>
  3414.                 casino not on GamStop UK
  3415.              </h6>
  3416.            </a>
  3417.          </div>
  3418.          
  3419.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3420.            <a href="https://www.nordicresearchnetwork.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3421.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3422.                <i class="ti-angle-right me-2 text-primary"></i>
  3423.                 non UK casinos that accept UK players
  3424.              </h6>
  3425.            </a>
  3426.          </div>
  3427.          
  3428.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3429.            <a href="https://www.roostblog.com/"  rel="dofollow" class="text-decoration-none ">
  3430.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3431.                <i class="ti-angle-right me-2 text-primary"></i>
  3432.                 best online crypto casinos
  3433.              </h6>
  3434.            </a>
  3435.          </div>
  3436.          
  3437.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3438.            <a href="https://socialeatinghouse.com/"  rel="dofollow" class="text-decoration-none ">
  3439.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3440.                <i class="ti-angle-right me-2 text-primary"></i>
  3441.                 non GamStop casinos
  3442.              </h6>
  3443.            </a>
  3444.          </div>
  3445.          
  3446.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3447.            <a href="https://www.thekarczma.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3448.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3449.                <i class="ti-angle-right me-2 text-primary"></i>
  3450.                 non UK casinos
  3451.              </h6>
  3452.            </a>
  3453.          </div>
  3454.          
  3455.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3456.            <a href="https://www.kysty.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3457.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3458.                <i class="ti-angle-right me-2 text-primary"></i>
  3459.                 games not on Gamban
  3460.              </h6>
  3461.            </a>
  3462.          </div>
  3463.          
  3464.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3465.            <a href="https://oncallfire.uk/"  rel="dofollow" class="text-decoration-none ">
  3466.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3467.                <i class="ti-angle-right me-2 text-primary"></i>
  3468.                 slots not on GamStop
  3469.              </h6>
  3470.            </a>
  3471.          </div>
  3472.          
  3473.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3474.            <a href="https://www.falconryforum.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3475.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3476.                <i class="ti-angle-right me-2 text-primary"></i>
  3477.                 non gamstop casino
  3478.              </h6>
  3479.            </a>
  3480.          </div>
  3481.          
  3482.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3483.            <a href="https://citytosea.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3484.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3485.                <i class="ti-angle-right me-2 text-primary"></i>
  3486.                 gambling site
  3487.              </h6>
  3488.            </a>
  3489.          </div>
  3490.          
  3491.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3492.            <a href="https://www.lgbthistorymonth.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3493.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3494.                <i class="ti-angle-right me-2 text-primary"></i>
  3495.                 best casino not on gamstop
  3496.              </h6>
  3497.            </a>
  3498.          </div>
  3499.          
  3500.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3501.            <a href="https://www.squarebox.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3502.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3503.                <i class="ti-angle-right me-2 text-primary"></i>
  3504.                 non gamstop casinos uk
  3505.              </h6>
  3506.            </a>
  3507.          </div>
  3508.          
  3509.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3510.            <a href="https://thetimeisnow.uk/betting-sites-not-on-gamstop"  rel="dofollow" class="text-decoration-none ">
  3511.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3512.                <i class="ti-angle-right me-2 text-primary"></i>
  3513.                 new betting sites uk
  3514.              </h6>
  3515.            </a>
  3516.          </div>
  3517.          
  3518.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3519.            <a href="https://www.regionalnetworks.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3520.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3521.                <i class="ti-angle-right me-2 text-primary"></i>
  3522.                 casino not on GAMSTOP
  3523.              </h6>
  3524.            </a>
  3525.          </div>
  3526.          
  3527.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3528.            <a href="https://www.toop.eu/"  rel="dofollow" class="text-decoration-none ">
  3529.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3530.                <i class="ti-angle-right me-2 text-primary"></i>
  3531.                 uk casino not on gamstop
  3532.              </h6>
  3533.            </a>
  3534.          </div>
  3535.          
  3536.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3537.            <a href="https://thefoodmarket.com/"  rel="dofollow" class="text-decoration-none ">
  3538.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3539.                <i class="ti-angle-right me-2 text-primary"></i>
  3540.                 No KYC crypto casinos
  3541.              </h6>
  3542.            </a>
  3543.          </div>
  3544.          
  3545.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3546.            <a href="https://bapca.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3547.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3548.                <i class="ti-angle-right me-2 text-primary"></i>
  3549.                 non gamstop casinos
  3550.              </h6>
  3551.            </a>
  3552.          </div>
  3553.          
  3554.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3555.            <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none ">
  3556.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3557.                <i class="ti-angle-right me-2 text-primary"></i>
  3558.                 non gamstop casino
  3559.              </h6>
  3560.            </a>
  3561.          </div>
  3562.          
  3563.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3564.            <a href="https://www.employersforwork-lifebalance.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3565.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3566.                <i class="ti-angle-right me-2 text-primary"></i>
  3567.                 casino not on gamstop
  3568.              </h6>
  3569.            </a>
  3570.          </div>
  3571.          
  3572.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3573.            <a href="https://www.cryptocurrencyfreak.com/"  rel="dofollow" class="text-decoration-none ">
  3574.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3575.                <i class="ti-angle-right me-2 text-primary"></i>
  3576.                 crypto casinos UK
  3577.              </h6>
  3578.            </a>
  3579.          </div>
  3580.          
  3581.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3582.            <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none ">
  3583.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3584.                <i class="ti-angle-right me-2 text-primary"></i>
  3585.                 casino not on gamstop
  3586.              </h6>
  3587.            </a>
  3588.          </div>
  3589.          
  3590.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3591.            <a href="https://roadpeace.org/"  rel="dofollow" class="text-decoration-none ">
  3592.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3593.                <i class="ti-angle-right me-2 text-primary"></i>
  3594.                 non gamstop casinos
  3595.              </h6>
  3596.            </a>
  3597.          </div>
  3598.          
  3599.  
  3600.        </div>
  3601.  
  3602.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3603.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3604.        </div> -->
  3605.      </div>
  3606.    </div>
  3607.    
  3608.    <div class="sidebar-widget mb-4">
  3609.      <div class="widget-title-wrapper mb-3">
  3610.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3611.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3612.          <span class="title-arrow"></span>
  3613.        </h4>
  3614.      </div>
  3615.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  3616.        <div class="blog-roll-list scrollable-sidebar">
  3617.          
  3618.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3619.            <a href="https://croftersrights.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3620.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3621.                <i class="ti-angle-right me-2 text-primary"></i>
  3622.                 casino online
  3623.              </h6>
  3624.            </a>
  3625.          </div>
  3626.          
  3627.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3628.            <a href="https://www.ncpqsw.com/"  rel="dofollow" class="text-decoration-none ">
  3629.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3630.                <i class="ti-angle-right me-2 text-primary"></i>
  3631.                 uk online casinos not on gamstop
  3632.              </h6>
  3633.            </a>
  3634.          </div>
  3635.          
  3636.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3637.            <a href="https://www.roadpeace.org/"  rel="dofollow" class="text-decoration-none ">
  3638.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3639.                <i class="ti-angle-right me-2 text-primary"></i>
  3640.                 casino not on gamstop
  3641.              </h6>
  3642.            </a>
  3643.          </div>
  3644.          
  3645.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3646.            <a href="https://www.summerhall.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3647.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3648.                <i class="ti-angle-right me-2 text-primary"></i>
  3649.                 casino not on gamstop
  3650.              </h6>
  3651.            </a>
  3652.          </div>
  3653.          
  3654.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3655.            <a href="https://free2learn.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3656.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3657.                <i class="ti-angle-right me-2 text-primary"></i>
  3658.                 top 10 online casinos
  3659.              </h6>
  3660.            </a>
  3661.          </div>
  3662.          
  3663.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3664.            <a href="https://bereavementcommission.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3665.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3666.                <i class="ti-angle-right me-2 text-primary"></i>
  3667.                 non gamstop casino
  3668.              </h6>
  3669.            </a>
  3670.          </div>
  3671.          
  3672.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3673.            <a href="https://www.casquette.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3674.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3675.                <i class="ti-angle-right me-2 text-primary"></i>
  3676.                 online casinos
  3677.              </h6>
  3678.            </a>
  3679.          </div>
  3680.          
  3681.  
  3682.        </div>
  3683.  
  3684.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3685.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3686.        </div> -->
  3687.      </div>
  3688.    </div>
  3689.    
  3690.  </div>
  3691.  
  3692. <!-- Sidebar V2 Styles -->
  3693. <style>
  3694.  .sidebar-widget {
  3695.    position: relative;
  3696.  }
  3697.  
  3698.  .widget-title {
  3699.    font-size: 1.1rem;
  3700.    font-weight: 700;
  3701.    display: inline-block;
  3702.    position: relative;
  3703.    z-index: 2;
  3704.    border-radius: 0;
  3705.  }
  3706.  
  3707.  /* Green arrow for August Blog Roll */
  3708.  .title-arrow::after {
  3709.    content: '';
  3710.    position: absolute;
  3711.    top: 0;
  3712.    right: -22px;
  3713.    width: 0;
  3714.    height: 0;
  3715.    border-left: 22px solid var(--bs-primary);
  3716.    border-top: 22px solid transparent;
  3717.    border-bottom: 22px solid transparent;
  3718.    z-index: 1;
  3719.  }
  3720.  
  3721.  /* Blue arrow for Recent Posts */
  3722.  .title-arrow-primary::after {
  3723.    content: '';
  3724.    position: absolute;
  3725.    top: 0;
  3726.    right: -22px;
  3727.    width: 0;
  3728.    height: 0;
  3729.    border-left: 22px solid var(--bs-primary);
  3730.    border-top: 22px solid transparent;
  3731.    border-bottom: 22px solid transparent;
  3732.    z-index: 1;
  3733.  }
  3734.  
  3735.  .widget-content {
  3736.    margin-top: -1px;
  3737.    position: relative;
  3738.    z-index: 1;
  3739.     background-color: var(--card-bg);
  3740.  }
  3741.  
  3742.  /* Blog Roll Items Hover Effects */
  3743.  .blog-roll-item:hover .post-title {
  3744.    color: #198754 !important;
  3745.    transform: translateX(5px);
  3746.    transition: all 0.3s ease;
  3747.  }
  3748.  
  3749.  /* Recent Post Items Hover Effects */
  3750.  .recent-post-item:hover .post-title a {
  3751.    color: #0d6efd !important;
  3752.    transition: color 0.3s ease;
  3753.  }
  3754.  
  3755.  .recent-post-item:hover .post-image img {
  3756.    transform: scale(1.05);
  3757.    transition: transform 0.3s ease;
  3758.  }
  3759.  
  3760.  /* Button Hover Effects */
  3761.  .btn:hover {
  3762.    transform: translateY(-2px);
  3763.    transition: all 0.3s ease;
  3764.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3765.  }
  3766.  
  3767.  /* Badge Hover Effects */
  3768.  .badge:hover {
  3769.    transform: scale(1.05);
  3770.    transition: transform 0.3s ease;
  3771.  }
  3772.  
  3773.  @media (max-width: 991px) {
  3774.    .sidebar {
  3775.      margin-top: 3rem;
  3776.    }
  3777.  }
  3778.  
  3779.  @media (max-width: 576px) {
  3780.    .widget-title {
  3781.      font-size: 1rem;
  3782.      padding: 0.75rem 1rem !important;
  3783.    }
  3784.  
  3785.    .title-arrow::after,
  3786.    .title-arrow-primary::after {
  3787.      right: -18px;
  3788.      border-left-width: 18px;
  3789.      border-top-width: 18px;
  3790.      border-bottom-width: 18px;
  3791.    }
  3792.  
  3793.    .post-image {
  3794.      width: 70px !important;
  3795.      height: 55px !important;
  3796.    }
  3797.  
  3798.    .blog-meta {
  3799.      flex-direction: column !important;
  3800.      align-items: flex-start !important;
  3801.      gap: 0.5rem;
  3802.    }
  3803.  }
  3804. </style>
  3805.  
  3806.    
  3807.                </div>
  3808.            </div>
  3809.        </div>
  3810.    </div>
  3811. </section>
  3812.  
  3813. <script>
  3814.    // Intersection Observer for Fade-in with Slight Rotation
  3815.    document.addEventListener('DOMContentLoaded', function() {
  3816.        const observerOptions = {
  3817.            threshold: 0.15, // Trigger when 15% of the card is visible
  3818.            rootMargin: '0px 0px -50px 0px',
  3819.        };
  3820.  
  3821.        const observer = new IntersectionObserver(function(entries, observer) {
  3822.            entries.forEach(entry => {
  3823.                if (entry.isIntersecting) {
  3824.                    entry.target.classList.add('visible');
  3825.                    observer.unobserve(entry.target);
  3826.                }
  3827.            });
  3828.        }, observerOptions);
  3829.  
  3830.        document.querySelectorAll('.blog-card-v10').forEach(card => {
  3831.            observer.observe(card);
  3832.        });
  3833.    });
  3834. </script>
  3835.  
  3836.    
  3837.        
  3838.        <!-- end wpo-blog-highlights-section -->
  3839.        <!-- start wpo-blog-sponsored-section -->
  3840.        
  3841.  
  3842.  
  3843.  
  3844.    
  3845.  
  3846.  
  3847.  
  3848. <style>
  3849.    .sponsored-section-v5 {
  3850.        padding: 40px 0;
  3851.    }
  3852.    
  3853.    .sponsored-card-v5 {
  3854.        background: var(--card-bg);
  3855.        border: 1px solid #f5f5f5;
  3856.        border-radius: var(--border-radius);
  3857.        transition: border-color 0.3s ease;
  3858.        height: 100%;
  3859.    }
  3860.    
  3861.    .sponsored-card-v5:hover {
  3862.        border-color: var(--bs-primary);
  3863.    }
  3864.    
  3865.    .sponsored-image-v5 {
  3866.        position: relative;
  3867.        background: var(--card-bg);
  3868.        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  3869.        margin: 15px 15px 0;
  3870.    }
  3871.    
  3872.    .sponsored-image-v5 img {
  3873.        width: 100%;
  3874.        height: 140px;
  3875.        object-fit: cover;
  3876.        border-radius: var(--border-radius);
  3877.    }
  3878.    
  3879.    .sponsored-badge-v5 {
  3880.        position: absolute;
  3881.        top: 6px;
  3882.        left: 8px;
  3883.        padding: 4px 10px;
  3884.        font-size: 11px;
  3885.        font-weight: 600;
  3886.        text-transform: uppercase;    
  3887.        border-radius: var(--border-radius);
  3888.    }
  3889.    
  3890.    .sponsored-badge-v5::before {
  3891.        content: '';
  3892.        position: absolute;
  3893.        top: 8px;
  3894.        left: -10px;
  3895.        border-top: 10px solid var(--bs-primary);
  3896.        border-left: 10px solid transparent;
  3897.        transform: rotate(45deg);
  3898.    }
  3899.    
  3900.    .sponsored-content-v5 {
  3901.        padding: 15px;
  3902.    }
  3903.    
  3904.    .sponsored-title-v5 {
  3905.        font-size: 15px;
  3906.        font-weight: 700;
  3907.        line-height: 1.4;
  3908.        margin-bottom: 8px;
  3909.        color: #333;
  3910.    }
  3911.    
  3912.    .sponsored-title-v5 a {
  3913.        text-decoration: none;
  3914.        color: #333;
  3915.    }
  3916.    
  3917.    .sponsored-title-v5 a:hover {
  3918.        color: var(--bs-primary); /* Purple hover */
  3919.    }
  3920.    
  3921.    .sponsored-excerpt-v5 {
  3922.        font-size: 12px;
  3923.        font-style: italic;
  3924.        color: #868e96;
  3925.        margin-bottom: 10px;
  3926.        line-height: 1.5;
  3927.    }
  3928.    
  3929.    .sponsored-meta-v5 {
  3930.        font-size: 11px;
  3931.        color: #6c757d;
  3932.    }
  3933.    
  3934.    .author-info-v5 {
  3935.        margin-bottom: 5px;
  3936.    }
  3937.    
  3938.    .sponsored-author-img-v5 {
  3939.        width: 22px;
  3940.        height: 22px;
  3941.        border-radius: var(--border-radius);
  3942.        object-fit: cover;
  3943.        vertical-align: middle;
  3944.        margin-right: 5px;
  3945.    }
  3946.    
  3947.    .section-title-sponsored-v5 {
  3948.        font-size: 2.1rem;
  3949.        font-weight: 700;
  3950.        text-align: center;
  3951.        margin-bottom: 30px;
  3952.        color: #333;
  3953.        position: relative;
  3954.    }
  3955.    
  3956.    .section-title-sponsored-v5::after {
  3957.        content: '';
  3958.        position: absolute;
  3959.        bottom: -10px;
  3960.        left: 50%;
  3961.        transform: translateX(-50%);
  3962.        width: 80px;
  3963.        height: 2px;
  3964.        background: var(--bs-primary);
  3965.        box-shadow: 0 2px 0 0 var(--bs-primary);
  3966.    }
  3967.  
  3968.    @media (max-width: 768px) {
  3969.        .sponsored-section-v5 {
  3970.            padding: 25px 0;
  3971.        }
  3972.        .sponsored-image-v5 {
  3973.            margin: 10px 10px 0;
  3974.            padding: 8px;
  3975.        }
  3976.        .sponsored-image-v5 img {
  3977.            height: 120px;
  3978.        }
  3979.        .sponsored-content-v5 {
  3980.            padding: 12px;
  3981.        }
  3982.        .sponsored-title-v5 {
  3983.            font-size: 14px;
  3984.        }
  3985.        .sponsored-excerpt-v5 {
  3986.            font-size: 11px;
  3987.        }
  3988.        .section-title-sponsored-v5 {
  3989.            font-size: 1.7rem;
  3990.        }
  3991.    }
  3992. </style>
  3993.  
  3994. <section class="sponsored-section-v5">
  3995.    <div class="container-fluid fluid-container">
  3996.        <div class="row">
  3997.            <div class="col-12">
  3998.                <h2 class="section-title-sponsored-v5">Sponsored News</h2>
  3999.            </div>
  4000.        </div>
  4001.        
  4002.        <div class="row g-3">
  4003.            
  4004.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4005.                <div class="card sponsored-card-v5">
  4006.                    <div class="sponsored-image-v5">
  4007.                        
  4008.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4009.                        
  4010.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  4011.                    </div>
  4012.                    <div class="sponsored-content-v5">
  4013.                        <h3 class="sponsored-title-v5">
  4014.                            <a href="/donald-trump-and-his-supporters-envision-a-planet-lacking-worldwide-regulations-however-they-will-not-succeed/" >
  4015.                                            Donald Trump and His Supporters Envision a Planet Lacking Worldwide Regulations – However They Will Not Succeed
  4016.                                            </a>
  4017.                        </h3>
  4018.                        <p class="sponsored-excerpt-v5">
  4019.                          
  4020.                        </p>
  4021.                        <div class="sponsored-meta-v5">
  4022.                            <div class="author-info-v5">
  4023.                                
  4024.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joseph Sanders" class="sponsored-author-img-v5">
  4025.                                
  4026.                                <span>
  4027.                                    Joseph Sanders
  4028.                                </span>
  4029.                            </div>
  4030.                            <div>10 May 2026</div>
  4031.                        </div>
  4032.                    </div>
  4033.                </div>
  4034.            </div>
  4035.            
  4036.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4037.                <div class="card sponsored-card-v5">
  4038.                    <div class="sponsored-image-v5">
  4039.                        
  4040.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4041.                        
  4042.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  4043.                    </div>
  4044.                    <div class="sponsored-content-v5">
  4045.                        <h3 class="sponsored-title-v5">
  4046.                            <a href="/sweden-selection-lineup-isak-selected-while-viktor-gyokeres-excluded/" >
  4047.                                            Sweden Selection Lineup: Isak Selected While Viktor Gyokeres Excluded
  4048.                                            </a>
  4049.                        </h3>
  4050.                        <p class="sponsored-excerpt-v5">
  4051.                          
  4052.                        </p>
  4053.                        <div class="sponsored-meta-v5">
  4054.                            <div class="author-info-v5">
  4055.                                
  4056.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joseph Sanders" class="sponsored-author-img-v5">
  4057.                                
  4058.                                <span>
  4059.                                    Joseph Sanders
  4060.                                </span>
  4061.                            </div>
  4062.                            <div>10 May 2026</div>
  4063.                        </div>
  4064.                    </div>
  4065.                </div>
  4066.            </div>
  4067.            
  4068.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4069.                <div class="card sponsored-card-v5">
  4070.                    <div class="sponsored-image-v5">
  4071.                        
  4072.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4073.                        
  4074.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  4075.                    </div>
  4076.                    <div class="sponsored-content-v5">
  4077.                        <h3 class="sponsored-title-v5">
  4078.                            <a href="/united-arab-emirates-refuses-to-participate-in-gaza-security-force-without-defined-juridical-structure/" >
  4079.                                            United Arab Emirates Refuses to Participate in Gaza Security Force Without Defined Juridical Structure
  4080.                                            </a>
  4081.                        </h3>
  4082.                        <p class="sponsored-excerpt-v5">
  4083.                          
  4084.                        </p>
  4085.                        <div class="sponsored-meta-v5">
  4086.                            <div class="author-info-v5">
  4087.                                
  4088.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joseph Sanders" class="sponsored-author-img-v5">
  4089.                                
  4090.                                <span>
  4091.                                    Joseph Sanders
  4092.                                </span>
  4093.                            </div>
  4094.                            <div>10 May 2026</div>
  4095.                        </div>
  4096.                    </div>
  4097.                </div>
  4098.            </div>
  4099.            
  4100.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4101.                <div class="card sponsored-card-v5">
  4102.                    <div class="sponsored-image-v5">
  4103.                        
  4104.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4105.                        
  4106.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  4107.                    </div>
  4108.                    <div class="sponsored-content-v5">
  4109.                        <h3 class="sponsored-title-v5">
  4110.                            <a href="/when-did-i-get-that-attractive-the-rock-legend-on-seeing-jeremy-allen-white-portray-him-on-screen/" >
  4111.                                            ‘When Did I Get That Attractive?’: The Rock Legend on Seeing Jeremy Allen White Portray Him On Screen
  4112.                                            </a>
  4113.                        </h3>
  4114.                        <p class="sponsored-excerpt-v5">
  4115.                          
  4116.                        </p>
  4117.                        <div class="sponsored-meta-v5">
  4118.                            <div class="author-info-v5">
  4119.                                
  4120.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joseph Sanders" class="sponsored-author-img-v5">
  4121.                                
  4122.                                <span>
  4123.                                    Joseph Sanders
  4124.                                </span>
  4125.                            </div>
  4126.                            <div>10 May 2026</div>
  4127.                        </div>
  4128.                    </div>
  4129.                </div>
  4130.            </div>
  4131.            
  4132.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4133.                <div class="card sponsored-card-v5">
  4134.                    <div class="sponsored-image-v5">
  4135.                        
  4136.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4137.                        
  4138.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  4139.                    </div>
  4140.                    <div class="sponsored-content-v5">
  4141.                        <h3 class="sponsored-title-v5">
  4142.                            <a href="/jennifer-waltons-first-album-daughters-delves-into-grief-and-style/" >
  4143.                                            Jennifer Walton&#x27;s First Album &quot;Daughters&quot; Delves Into Grief and Style
  4144.                                            </a>
  4145.                        </h3>
  4146.                        <p class="sponsored-excerpt-v5">
  4147.                          
  4148.                        </p>
  4149.                        <div class="sponsored-meta-v5">
  4150.                            <div class="author-info-v5">
  4151.                                
  4152.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joseph Sanders" class="sponsored-author-img-v5">
  4153.                                
  4154.                                <span>
  4155.                                    Joseph Sanders
  4156.                                </span>
  4157.                            </div>
  4158.                            <div>10 May 2026</div>
  4159.                        </div>
  4160.                    </div>
  4161.                </div>
  4162.            </div>
  4163.            
  4164.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4165.                <div class="card sponsored-card-v5">
  4166.                    <div class="sponsored-image-v5">
  4167.                        
  4168.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4169.                        
  4170.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  4171.                    </div>
  4172.                    <div class="sponsored-content-v5">
  4173.                        <h3 class="sponsored-title-v5">
  4174.                            <a href="/russian-president-vladimir-putin-pledges-uninterrupted-oil-supplies-to-india-in-rebuff-of-us-sanctions/" >
  4175.                                            Russian President Vladimir Putin Pledges Uninterrupted Oil Supplies to India in Rebuff of US Sanctions
  4176.                                            </a>
  4177.                        </h3>
  4178.                        <p class="sponsored-excerpt-v5">
  4179.                          
  4180.                        </p>
  4181.                        <div class="sponsored-meta-v5">
  4182.                            <div class="author-info-v5">
  4183.                                
  4184.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joseph Sanders" class="sponsored-author-img-v5">
  4185.                                
  4186.                                <span>
  4187.                                    Joseph Sanders
  4188.                                </span>
  4189.                            </div>
  4190.                            <div>10 May 2026</div>
  4191.                        </div>
  4192.                    </div>
  4193.                </div>
  4194.            </div>
  4195.            
  4196.        </div>
  4197.    </div>
  4198. </section>
  4199.  
  4200.  
  4201.    
  4202.        <!-- end wpo-blog-sponsored-section -->
  4203.        <!-- start wpo-subscribe-section -->
  4204.        
  4205.        <!-- end subscribe-section -->
  4206.        <!-- start of wpo-site-footer-section -->
  4207.        
  4208.  
  4209.  
  4210.  
  4211.  
  4212.  
  4213. <footer class="wpo-site-footer-v5 bg-primary-gradient">
  4214.  <!-- Top Layer: Logo & Tagline -->
  4215.  <div class="footer-top-layer py-5 text-center">
  4216.    <div class="container-fluid fluid-container">
  4217.      <div class="row">
  4218.        <div class="col-12">
  4219.          <div class="brand-logo">
  4220.            
  4221.              <h3 class="brand-title">Poker Lounge UK</h3>
  4222.            
  4223.            <p class="brand-tagline mt-2">Discover top poker tips, strategy guides, and honest casino reviews at Poker Lounge UK. Your trusted source for online poker insights and gaming advice.</p>
  4224.          </div>
  4225.        </div>
  4226.      </div>
  4227.    </div>
  4228.  </div>
  4229.  
  4230.  <!-- Content Layer: Full-Width Bands -->
  4231.  <div class="footer-content-layer pt-4">
  4232.    <div class="container-fluid fluid-container">
  4233.      <!-- Quick Links -->
  4234.      <div class="row">
  4235.        <div class="col-12 band-block py-3 mb-3 border-bottom">
  4236.          <h5 class="column-title">Quick Links</h5>
  4237.          <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3">
  4238.            
  4239.              <li>
  4240.                <a class="menu-link" href="/arsenal-face-wolves-in-key-top-flight-clash/">Arsenal Face Wolves in Key Top-Flight Clash</a>
  4241.              </li>
  4242.            
  4243.              <li>
  4244.                <a class="menu-link" href="/neanderthals-and-modern-humans-were-likely-engaging-in-intimate-contact-scientists-propose/">Neanderthals and Modern Humans Were Likely Engaging in Intimate Contact, Scientists Propose</a>
  4245.              </li>
  4246.            
  4247.              <li>
  4248.                <a class="menu-link" href="/star-denies-anti-vax-stance-following-voicing-disputed-coronavirus-feature/">Star Denies Anti-Vax Stance Following Voicing Disputed Coronavirus Feature</a>
  4249.              </li>
  4250.            
  4251.              <li>
  4252.                <a class="menu-link" href="/mount-semeru-eruption-in-indonesia-triggers-evacuations/">Mount Semeru Eruption in Indonesia Triggers Evacuations</a>
  4253.              </li>
  4254.            
  4255.              <li>
  4256.                <a class="menu-link" href="/billionaire-j-isaacman-voted-in-as-us-space-agency-leader-following-controversial-nomination/">Billionaire J. Isaacman Voted in as U.S. Space Agency Leader Following Controversial Nomination</a>
  4257.              </li>
  4258.            
  4259.              <li>
  4260.                <a class="menu-link" href="/joe-root-voices-mixed-opinions-on-pink-ball-test-games-before-pivotal-ashes-encounter/">Joe Root Voices Mixed Opinions on Pink-Ball Test Games Before Pivotal Ashes Encounter</a>
  4261.              </li>
  4262.            
  4263.          </ul>
  4264.        </div>
  4265.      </div>
  4266.      <!-- Top Categories -->
  4267.      <div class="row">
  4268.        <div class="col-12 band-block pb-4  border-bottom">
  4269.          <h5 class="column-title">Top Categories</h5>
  4270.          <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3">
  4271.            
  4272.              <li>
  4273.                <a class="menu-link" href="/category/all-posts/">All Posts</a>
  4274.              </li>
  4275.            
  4276.              <li>
  4277.                <a class="menu-link" href="/category/business/">Business</a>
  4278.              </li>
  4279.            
  4280.              <li>
  4281.                <a class="menu-link" href="/category/esports/">Esports</a>
  4282.              </li>
  4283.            
  4284.              <li>
  4285.                <a class="menu-link" href="/category/fashion/">Fashion</a>
  4286.              </li>
  4287.            
  4288.              <li>
  4289.                <a class="menu-link" href="/category/featured/">Featured</a>
  4290.              </li>
  4291.            
  4292.          </ul>
  4293.        </div>
  4294.      </div>
  4295.      <!-- Blog Rolls -->
  4296.       <div class="row">
  4297.        <div class="col-12 band-block py-3 mb-3 border-bottom">
  4298.          <h5 class="column-title">Blog Rolls</h5>
  4299.          <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3" id="blogRollLinks">
  4300.            
  4301.            
  4302.  
  4303.            
  4304.            
  4305.              
  4306.            
  4307.          </ul>
  4308.        </div>
  4309.      </div>
  4310.    </div>
  4311.  </div>
  4312.  
  4313.  <!-- Bottom Layer -->
  4314.  <div class="footer-bottom-layer bg-primary text-white py-3">
  4315.    <div class="container-fluid fluid-container">
  4316.      <div class="row">
  4317.        <div class="col-12 text-center">
  4318.          <div class="bottom-content d-flex flex-wrap justify-content-center gap-3">
  4319.            <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  4320.            <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  4321.            <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  4322.            <span class="copyright-info">&copy; 2026 <strong>Poker Lounge UK</strong>. All rights reserved.</span>
  4323.          </div>
  4324.        </div>
  4325.      </div>
  4326.    </div>
  4327.  </div>
  4328. </footer>
  4329.  
  4330. <style>
  4331.  
  4332. .footer-logo {
  4333.    height: 60px;
  4334.    width: auto;
  4335. }
  4336.  
  4337. .brand-title {
  4338.    font-size: 22px;
  4339.    font-weight: 800;
  4340.    color: white !important;
  4341.    margin: 0;
  4342. }
  4343.  
  4344. .brand-tagline {
  4345.    font-size: 14px;
  4346.    color: white !important;
  4347.    margin: 0;
  4348. }
  4349.  
  4350. .column-title {
  4351.    font-size: 16px;
  4352.    font-weight: 700;
  4353.    color:  white !important;
  4354.    margin-bottom: 12px;
  4355.    text-align: center;
  4356. }
  4357.  
  4358. .footer-menu {
  4359.    margin: 0;
  4360. }
  4361.  
  4362. .menu-link {
  4363.    color: white !important;
  4364.    text-decoration: none;
  4365.    font-size: 14px;
  4366.    font-weight: 600;
  4367.    transition: color 0.3s ease;
  4368. }
  4369.  
  4370.  
  4371. .footer-bottom-layer {
  4372.    font-size: 13px;
  4373. }
  4374.  
  4375. .utility-link {
  4376.    color: white !important;
  4377.    text-decoration: none;
  4378.    font-size: 13px;
  4379.    font-weight: 600;
  4380.    transition: color 0.3s ease;
  4381. }
  4382.  
  4383. .utility-link:hover {
  4384.    color: blue !important;
  4385. }
  4386.  
  4387. .copyright-info {
  4388.    font-size: 13px;
  4389.    font-weight: 600;
  4390. }
  4391.  
  4392. /* Responsive Design */
  4393. @media (max-width: 768px) {
  4394.    .footer-logo {
  4395.        height: 60px;
  4396.    }
  4397.    
  4398.    .column-title {
  4399.        font-size: 15px;
  4400.    }
  4401.    
  4402.    .menu-link {
  4403.        font-size: 13px;
  4404.    }
  4405. }
  4406.  
  4407. @media (max-width: 576px) {
  4408.    .brand-title {
  4409.        font-size: 20px;
  4410.    }
  4411.    
  4412.    .brand-tagline {
  4413.        font-size: 12px;
  4414.    }
  4415.    
  4416.    .cta-btn {
  4417.        font-size: 12px;
  4418.        padding: 5px 12px;
  4419.    }
  4420.    
  4421.    .band-block {
  4422.        border-left: 3px solid var(--primary-color);
  4423.    }
  4424. }
  4425. </style>
  4426.  
  4427. <script>
  4428. // Prevent default for placeholder links
  4429. document.addEventListener('DOMContentLoaded', function() {
  4430.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  4431.        anchor.addEventListener('click', function(e) {
  4432.            e.preventDefault();
  4433.        });
  4434.    });
  4435. });
  4436. document.addEventListener('DOMContentLoaded', function () {
  4437.    var btn = document.getElementById('toggleBlogRollLinks');
  4438.    if (!btn) return; // No extra items, no button
  4439.  
  4440.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  4441.  
  4442.    btn.addEventListener('click', function () {
  4443.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4444.            return li.classList.contains('d-none');
  4445.        });
  4446.  
  4447.        extras.forEach(function (li) {
  4448.            if (anyHidden) {
  4449.                li.classList.remove('d-none');
  4450.                li.classList.add('show');
  4451.            } else {
  4452.                li.classList.add('d-none');
  4453.                li.classList.remove('show');
  4454.            }
  4455.        });
  4456.  
  4457.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4458.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4459.    });
  4460. });
  4461.  
  4462. </script>
  4463.  
  4464.        <!-- end of wpo-site-footer-section -->
  4465.    </div>
  4466.    <!-- end of page-wrapper -->
  4467.  
  4468.    <!-- All JavaScript files
  4469.    ================================================== -->
  4470.    
  4471.  
  4472. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4473. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4474. <!-- Plugins for this template -->
  4475. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4476. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4477. <!-- Custom script for this template -->
  4478. <script src="/static/blogapp/assets/js/script.js"></script>
  4479.  
  4480. <script>
  4481. (function () {
  4482. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4483. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4484.  
  4485. function applyFallback(img) {
  4486. if (!img || img.dataset.fallbackApplied === "1") {
  4487. return;
  4488. }
  4489. var failedSrc = img.currentSrc || img.src || "";
  4490. img.dataset.fallbackApplied = "1";
  4491. img.onerror = null;
  4492. img.src = fallbackImageSrc;
  4493. console.warn("[ImageFallback] Replaced broken image:", {
  4494. failedSrc: failedSrc,
  4495. fallbackSrc: fallbackImageSrc,
  4496. alt: img.alt || "",
  4497. });
  4498. }
  4499.  
  4500. document.querySelectorAll("img").forEach(function (img) {
  4501. if (img.complete && img.naturalWidth === 0) {
  4502. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4503. failedSrc: img.currentSrc || img.src || "",
  4504. alt: img.alt || "",
  4505. });
  4506. applyFallback(img);
  4507. }
  4508. });
  4509.  
  4510. document.addEventListener(
  4511. "error",
  4512. function (event) {
  4513. var target = event.target;
  4514. if (target && target.tagName === "IMG") {
  4515. applyFallback(target);
  4516. }
  4517. },
  4518. true
  4519. );
  4520. })();
  4521. </script>
  4522.  
  4523. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4524.  
  4525.  
  4526.  
  4527. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"2f30a5e1cfc54ff699a18447d702ca73","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4528. </body>
  4529.  
  4530. </html>
  4531.  
  4532.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda