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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="merri">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_-_2025-04-28T153003.045_owH6L5F_GQ9Q4Re_APyaHU8.png">
  14.    
  15.  
  16.    <title>BritLotto UK: Latest Lotto Results, Tips, and Jackpot News</title>
  17.    <meta name="description" content="Stay updated with the latest UK lottery results, expert tips, and jackpot news. BritLotto provides insights for Lotto, EuroMillions, and more to help players.">
  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://britlotto.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ffca28;
  42.        --bs-primary-rgb: ffca28;
  43.        --bs-secondary: #78716c;
  44.        --bs-success: #10b981;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #d97706;
  47.        --bs-info: #0284c7;
  48.        --bs-light: #fff9e6;
  49.        --bs-dark: #3f2a1d;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ffca28;
  53.        --theme-primary-color-s2: #ffca28;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #3f2a1d;
  57.        --text-light-color: #676767;
  58.        --heading-color: #3f2a1d;
  59.        --border-color: #fed7aa;
  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: #fede8a;
  75.        --navbar-color: #3f2a1d;
  76.        --topbar-bg: #fff9e6;
  77.        --topbar-color: #3f2a1d;
  78.        --footer-bg: #3f2a1d;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #fed7aa;
  82.        --card-radius: 14px;
  83.        --link-color: #ffca28;
  84.        --link-hover: #e0a800;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(255, 202, 40, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. <script>
  368.    var _paq = window._paq = window._paq || [];
  369.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  370.    _paq.push(['trackPageView']);
  371.    _paq.push(['enableLinkTracking']);
  372.    (function() {
  373.        var u = "//analytics.tech-vikings.com/";
  374.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  375.        _paq.push(['setSiteId', '2']);
  376.        var d = document,
  377.            g = d.createElement('script'),
  378.            s = d.getElementsByTagName('script')[0];
  379.        g.async = true;
  380.        g.src = u + 'matomo.js';
  381.        s.parentNode.insertBefore(g, s);
  382.    })();
  383. </script>
  384. </head>
  385.  
  386.  
  387.  
  388. <body class="page-blogapp:homepage theme-theme_79">
  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="/gavin-newsom-confirms-he-is-considering-a-2028-presidential-run/" class="px-5 top-color">
  420.                    Gavin Newsom Confirms He Is Considering a 2028 Presidential Run
  421.                  </a>
  422.                  
  423.                  <a href="/certain-factions-on-the-opposing-sides-who-offer-only-complaints-labour-is-getting-on-with-the-job-of-economic-renewal/" class="px-5 top-color">
  424.                    Certain factions on the opposing sides who offer only complaints: Labour is getting on with the job of economic renewal.
  425.                  </a>
  426.                  
  427.                  <a href="/the-greater-manchester-mayor-was-likely-to-have-won-the-recent-byelection-says-labour-number-two/" class="px-5 top-color">
  428.                    The Greater Manchester Mayor Was &#x27;Likely&#x27; to Have Won the Recent Byelection, Says Labour Number Two
  429.                  </a>
  430.                  
  431.                  <a href="/canadas-blue-jays-secure-world-series-showdown-with-the-dodgers/" class="px-5 top-color">
  432.                    Canada&#x27;s Blue Jays Secure World Series Showdown With the Dodgers
  433.                  </a>
  434.                  
  435.                  <a href="/england-name-shoaib-bashir-in-line-up-for-the-ashes-series-initial-match/" class="px-5 top-color">
  436.                    England Name Shoaib Bashir in Line-up for The Ashes series 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="custom-header mb-4">
  479.    <!-- Logo Section - Top Centered -->
  480.    <div class="logo-container">
  481.        <div class="container-fluid fluid-container">
  482.            <a class="brand-link" href="/">
  483.                
  484.                    BritLotto UK
  485.                
  486.            </a>
  487.        </div>
  488.    </div>
  489.  
  490.    <!-- Navigation Section -->
  491.    <div class="navigation-container">
  492.        <div class="container-fluid fluid-container">
  493.            <div class="nav-content">
  494.                <!-- Mobile toggle button -->
  495.                <button class="mobile-nav-toggle" type="button" onclick="toggleNav()">
  496.                    <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  497.                        <line x1="3" y1="6" x2="21" y2="6"></line>
  498.                        <line x1="3" y1="12" x2="21" y2="12"></line>
  499.                        <line x1="3" y1="18" x2="21" y2="18"></line>
  500.                    </svg>
  501.                </button>
  502.  
  503.                <!-- Navigation Links - Left Side -->
  504.                <nav class="primary-nav navbar navbar-expand-lg">
  505.                    <ul class="navbar-nav align-items-center me-auto mb-2 mb-lg-0">
  506.  
  507.                        
  508.                        <li class="nav-item">
  509.                            <a href="/" class="nav-link active">HOME</a>
  510.                        </li>
  511.                        
  512.                        
  513.                         <li class="nav-item">
  514.                            <a href="/category/all-posts/" class="nav-link">
  515.                                ALL POSTS
  516.                            </a>
  517.                            </li>
  518.  
  519.                            
  520.  
  521.                                    
  522.                                    
  523.                            
  524.                         <li class="nav-item">
  525.                            <a href="/category/business/" class="nav-link">
  526.                                BUSINESS
  527.                            </a>
  528.                            </li>
  529.  
  530.                            
  531.  
  532.                                    
  533.                                    
  534.                            
  535.                         <li class="nav-item">
  536.                            <a href="/category/esports/" class="nav-link">
  537.                                ESPORTS
  538.                            </a>
  539.                            </li>
  540.  
  541.                            
  542.  
  543.                                    
  544.                                    
  545.                            
  546.                         <li class="nav-item">
  547.                            <a href="/category/fashion/" class="nav-link">
  548.                                FASHION
  549.                            </a>
  550.                            </li>
  551.  
  552.                            
  553.  
  554.                                    
  555.                                    
  556.                            
  557.                         <li class="nav-item">
  558.                            <a href="/category/featured/" class="nav-link">
  559.                                FEATURED
  560.                            </a>
  561.                            </li>
  562.  
  563.                            
  564.  
  565.                                    
  566.                                    
  567.                            
  568.                        
  569.                            
  570.                            <li class="nav-item dropdown">
  571.                                <a class="nav-link dropdown-toggle" href="#" id="moreDropdown" role="button"
  572.                                    data-bs-toggle="dropdown" aria-expanded="false">
  573.                                    More
  574.                                </a>
  575.                                <ul class="dropdown-menu" aria-labelledby="moreDropdown">
  576.                                    <li>
  577.                                        <a class="dropdown-item"
  578.                                            href="/category/gaming/">
  579.                                            GAMING
  580.                                        </a>
  581.                                    </li>
  582.  
  583.                                    
  584.  
  585.                                    
  586.                                    
  587.                            
  588.                        
  589.                                    <li>
  590.                                        <a class="dropdown-item"
  591.                                            href="/category/health/">
  592.                                            HEALTH
  593.                                        </a>
  594.                                    </li>
  595.                                    
  596.  
  597.                                    
  598.                                    
  599.                            
  600.                        
  601.                                    <li>
  602.                                        <a class="dropdown-item"
  603.                                            href="/category/life-fitness/">
  604.                                            LIFE &amp; FITNESS
  605.                                        </a>
  606.                                    </li>
  607.                                    
  608.  
  609.                                    
  610.                                    
  611.                            
  612.                        
  613.                                    <li>
  614.                                        <a class="dropdown-item"
  615.                                            href="/category/lifestyle/">
  616.                                            LIFESTYLE
  617.                                        </a>
  618.                                    </li>
  619.                                    
  620.  
  621.                                    
  622.                                    
  623.                            
  624.                        
  625.                                    <li>
  626.                                        <a class="dropdown-item"
  627.                                            href="/category/news/">
  628.                                            NEWS
  629.                                        </a>
  630.                                    </li>
  631.                                    
  632.  
  633.                                    
  634.                                    
  635.                            
  636.                        
  637.                                    <li>
  638.                                        <a class="dropdown-item"
  639.                                            href="/category/others/">
  640.                                            OTHERS
  641.                                        </a>
  642.                                    </li>
  643.                                    
  644.  
  645.                                    
  646.                                    
  647.                            
  648.                        
  649.                                    <li>
  650.                                        <a class="dropdown-item"
  651.                                            href="/category/politics/">
  652.                                            POLITICS
  653.                                        </a>
  654.                                    </li>
  655.                                    
  656.  
  657.                                    
  658.                                    
  659.                            
  660.                        
  661.                                    <li>
  662.                                        <a class="dropdown-item"
  663.                                            href="/category/sports/">
  664.                                            SPORTS
  665.                                        </a>
  666.                                    </li>
  667.                                    
  668.  
  669.                                    
  670.                                    
  671.                            
  672.                        
  673.                                    <li>
  674.                                        <a class="dropdown-item"
  675.                                            href="/category/tech/">
  676.                                            TECH
  677.                                        </a>
  678.                                    </li>
  679.                                    
  680.  
  681.                                    
  682.                                    
  683.                            
  684.                        
  685.                                    <li>
  686.                                        <a class="dropdown-item"
  687.                                            href="/category/travel/">
  688.                                            TRAVEL
  689.                                        </a>
  690.                                    </li>
  691.                                    
  692.  
  693.                                    
  694.                                    
  695.                                </ul>
  696.                            </li>
  697.                            
  698.                            
  699. <li>
  700.                  <a href="/page/contact-us/">
  701.                     Contact Us
  702.                  </a>
  703.              </li>
  704.                    </ul>
  705.                </nav>
  706.  
  707.  
  708.                <!-- Search - Right Side -->
  709.                <div class="search-wrapper">
  710.                    <input type="search" class="search-input-field" placeholder="Search...">
  711.                    <!-- <button class="search-submit-btn" type="submit">
  712.                        <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  713.                            stroke-width="2">
  714.                            <circle cx="11" cy="11" r="8"></circle>
  715.                            <path d="m21 21-4.35-4.35"></path>
  716.                        </svg>
  717.                    </button> -->
  718.                        <!-- The search results will be displayed here -->
  719.          <div id="search-results" class="search-results-container search-v1"></div>
  720.                </div>
  721.            </div>
  722.        </div>
  723.    </div>
  724. </header>
  725.  
  726.  
  727. <script>
  728.    function toggleNav() {
  729.        const nav = document.getElementById('primaryNav');
  730.        const toggle = document.querySelector('.mobile-nav-toggle');
  731.  
  732.        nav.classList.toggle('show');
  733.        toggle.classList.toggle('active');
  734.    }
  735.  
  736.    // Close nav when clicking outside
  737.    document.addEventListener('click', function (event) {
  738.        const nav = document.getElementById('primaryNav');
  739.        const toggle = document.querySelector('.mobile-nav-toggle');
  740.  
  741.        if (!nav.contains(event.target) && !toggle.contains(event.target)) {
  742.            nav.classList.remove('show');
  743.            toggle.classList.remove('active');
  744.        }
  745.    });
  746.  
  747.    // Close nav when window is resized to desktop
  748.    window.addEventListener('resize', function () {
  749.        if (window.innerWidth > 768) {
  750.            document.getElementById('primaryNav').classList.remove('show');
  751.            document.querySelector('.mobile-nav-toggle').classList.remove('active');
  752.        }
  753.    });
  754.  
  755. </script>
  756.  
  757. <style>
  758.    .custom-header {
  759.        background: var(--navbar-bg);
  760.        border-bottom: 1px solid var(--border-color);
  761.        position: sticky;
  762.        top: 0;
  763.        z-index: 1000;
  764.        padding: 0px 10px;
  765.    }
  766.  
  767.    /* Logo Section - Top Centered */
  768.    .logo-container {
  769.        text-align: center;
  770.        padding: 10px 0;
  771.        background: var(--navbar-bg);
  772.        border-bottom: 1px solid var(--border-color);
  773.    }
  774.  
  775.    .brand-link {
  776.        display: inline-flex;
  777.        align-items: center;
  778.        text-decoration: none;
  779.    }
  780.  
  781.    .brand-link img {
  782.        height: 100px;
  783.        width: auto;
  784.    }
  785.  
  786.    /* Navigation Section */
  787.    .navigation-container {
  788.        background: var(--navbar-bg);
  789.        padding: 0;
  790.    }
  791.  
  792.    .nav-content {
  793.        display: flex;
  794.        align-items: center;
  795.        justify-content: space-between;
  796.        min-height: 60px;
  797.        position: relative;
  798.    }
  799.  
  800.    /* Mobile toggle button */
  801.    .mobile-nav-toggle {
  802.        display: none;
  803.        background: var(--navbar-bg);
  804.        border: 2px solid var(--bs-primary);
  805.        color: var(--navbar-color);
  806.        padding: 8px;
  807.        border-radius: 12px;
  808.        cursor: pointer;
  809.        transition: all 0.3s ease;
  810.    }
  811.  
  812.    .mobile-nav-toggle:hover {
  813.        background: var(--bs-primary);
  814.        color: var(--link-color) !important;
  815.    }
  816.  
  817.    /* Navigation Links - Left Side */
  818.    .primary-nav {
  819.        flex: 1;
  820.    }
  821.  
  822.    .nav-links-list {
  823.        display: flex;
  824.        list-style: none;
  825.        margin: 0;
  826.        padding: 0;
  827.        gap: 5px;
  828.        align-items: center;
  829.    }
  830.  
  831.    .nav-item {
  832.        display: block;
  833.        padding: 8px 16px;
  834.        color: #333;
  835.        text-decoration: none;
  836.        font-weight: 500;
  837.        font-size: 14px;
  838.        text-transform: uppercase;
  839.        letter-spacing: 0.5px;
  840.        border-radius: 12px;
  841.        transition: all 0.3s ease;
  842.        white-space: nowrap;
  843.    }
  844.  
  845.    .nav-item:hover {
  846.        background: rgba(0, 123, 255, 0.19);
  847.        color: var(--navbar-color);
  848.    }
  849.  
  850.    .nav-item.active {
  851.        background: var(--bs-primary);
  852.        color: var(--link-color) !important;
  853.        box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
  854.    }
  855.  
  856.    /* Search Container - Right Side */
  857.    .search-wrapper {
  858.        display: flex;
  859.        align-items: center;
  860.        gap: 8px;
  861.    }
  862.  
  863.    .search-input-field {
  864.        padding: 12px 18px;
  865.        border: 2px solid var(--border-color);
  866.        border-radius: 12px;
  867.        background: var(--navbar-bg);
  868.        color: var(--navbar-color);
  869.        font-size: 14px;
  870.        width: 250px;
  871.        transition: all 0.3s ease;
  872.    }
  873.  
  874.    .search-input-field::placeholder {
  875.        color: #6c757d;
  876.    }
  877.  
  878.    .search-input-field:focus {
  879.        outline: none;
  880.        background: white;
  881.        border-color: var(--bs-primary);
  882.        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  883.    }
  884.  
  885.    .search-submit-btn {
  886.        background: var(--bs-primary);
  887.        border: none;
  888.        color: white;
  889.        padding: 12px;
  890.        border-radius: 12px;
  891.        cursor: pointer;
  892.        transition: all 0.3s ease;
  893.        display: flex;
  894.        align-items: center;
  895.        justify-content: center;
  896.    }
  897.  
  898.    .search-submit-btn:hover {
  899.        transform: scale(1.05);
  900.        opacity: 0.7;
  901.    }
  902.  
  903.    /* Tablet responsiveness */
  904.    @media (max-width: 1200px) {
  905.        .nav-item {
  906.            font-size: 13px;
  907.        }
  908.  
  909.        .search-input-field {
  910.            width: 220px;
  911.        }
  912.    }
  913.  
  914.    @media (max-width: 1024px) {
  915.        .nav-item {
  916.            font-size: 13px;
  917.        }
  918.  
  919.        .search-input-field {
  920.            width: 200px;
  921.        }
  922.    }
  923.  
  924.    @media (max-width: 900px) {
  925.        .nav-item {
  926.            font-size: 12px;
  927.        }
  928.  
  929.        .search-input-field {
  930.            width: 180px;
  931.        }
  932.    }
  933.  
  934.    /* Mobile responsiveness */
  935.    @media (max-width: 768px) {
  936.        .container-fluid {
  937.            padding: 0 15px;
  938.        }
  939.  
  940.        .logo-container {
  941.            padding: 15px 0;
  942.        }
  943.  
  944.        .brand-link img {
  945.            height: 40px;
  946.        }
  947.  
  948.        /* Show mobile toggle */
  949.        .mobile-nav-toggle {
  950.            display: block;
  951.        }
  952.  
  953.        .nav-content {
  954.            min-height: 50px;
  955.            padding: 10px 0;
  956.        }
  957.  
  958.        /* Hide navigation on mobile by default */
  959.        .primary-nav {
  960.            position: absolute;
  961.            top: 100%;
  962.            left: 0;
  963.            right: 0;
  964.            background: var(--navbar-bg);
  965.            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  966.            border-radius: 0 0 10px 10px;
  967.            transform: translateY(-100%);
  968.            opacity: 0;
  969.            visibility: hidden;
  970.            transition: all 0.3s ease;
  971.            z-index: 999;
  972.        }
  973.  
  974.        /* Show navigation when toggled */
  975.        .primary-nav.show {
  976.            transform: translateY(0);
  977.            opacity: 1;
  978.            visibility: visible;
  979.        }
  980.  
  981.        .nav-links-list {
  982.            flex-direction: column;
  983.            gap: 0;
  984.            padding: 15px 0;
  985.        }
  986.  
  987.        .nav-item {
  988.            border-bottom: 1px solid #eee;
  989.            text-align: left;
  990.            border-radius: 0;
  991.            width: 100%;
  992.        }
  993.  
  994.        .nav-item:last-child {
  995.            border-bottom: none;
  996.        }
  997.  
  998.        /* Search stays visible on mobile - right side */
  999.        .search-wrapper {
  1000.            margin-left: auto;
  1001.        }
  1002.  
  1003.        .search-input-field {
  1004.            width: 160px;
  1005.            padding: 10px 15px;
  1006.            font-size: 13px;
  1007.        }
  1008.  
  1009.        .search-submit-btn {
  1010.            padding: 10px;
  1011.        }
  1012.    }
  1013.  
  1014.    @media (max-width: 576px) {
  1015.        .logo-container {
  1016.            padding: 12px 0;
  1017.        }
  1018.  
  1019.        .brand-link img {
  1020.            height: 35px;
  1021.        }
  1022.  
  1023.        .search-input-field {
  1024.            width: 140px;
  1025.            font-size: 12px;
  1026.        }
  1027.  
  1028.        .nav-content {
  1029.            gap: 10px;
  1030.        }
  1031.    }
  1032.  
  1033.    @media (max-width: 480px) {
  1034.        .container-fluid {
  1035.            padding: 0 10px;
  1036.        }
  1037.  
  1038.        .search-input-field {
  1039.            width: 120px;
  1040.        }
  1041.  
  1042.        .mobile-nav-toggle {
  1043.            padding: 6px;
  1044.        }
  1045.  
  1046.        .nav-item {
  1047.            font-size: 13px;
  1048.        }
  1049.    }
  1050.  
  1051.    @media (max-width: 400px) {
  1052.        .search-input-field {
  1053.            width: 100px;
  1054.            font-size: 11px;
  1055.            padding: 8px 12px;
  1056.        }
  1057.  
  1058.        .search-submit-btn {
  1059.            padding: 8px;
  1060.        }
  1061.  
  1062.        .search-submit-btn svg {
  1063.            width: 14px;
  1064.            height: 14px;
  1065.        }
  1066.    }
  1067.  
  1068.      /* search field */
  1069.  .search-results-container {
  1070.  position: absolute;
  1071.  top: 100%; /* Position it below the input field */
  1072.  left: 0;
  1073.  right: 0;
  1074.  background-color: white;
  1075.  border: 1px solid #ddd;
  1076.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1077.  max-height: 300px;
  1078.  overflow-y: auto;
  1079.  z-index: 1000;
  1080.  display: none; /* Initially hidden */
  1081. }
  1082.  
  1083. .search-results-container p {
  1084.  margin: 0;
  1085. }
  1086.  
  1087. .search-results-container .result-item {
  1088.  padding: 10px;
  1089.  cursor: pointer;
  1090. }
  1091.  
  1092. .search-results-container .result-item:hover {
  1093.  background-color: #f0f0f0;
  1094. }
  1095.  
  1096. </style>
  1097.  
  1098. <script>
  1099.  document.addEventListener("DOMContentLoaded", function () {
  1100.    const searchInput = document.querySelector(".search-input-field");
  1101.    const searchResults = document.getElementById("search-results");
  1102.  
  1103.    if (!searchInput || !searchResults) return; // Safety check
  1104.  
  1105.    // 🔍 Handle typing
  1106.    searchInput.addEventListener("keyup", function (e) {
  1107.      e.preventDefault();
  1108.  
  1109.      const query = searchInput.value.trim();
  1110.  
  1111.      if (query === "") {
  1112.        searchResults.innerHTML = "";
  1113.        searchResults.style.display = "none";
  1114.        return;
  1115.      }
  1116.  
  1117.      searchResults.style.display = "block";
  1118.  
  1119.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1120.        method: "GET",
  1121.        headers: {
  1122.          "X-Requested-With": "XMLHttpRequest",
  1123.        },
  1124.      })
  1125.        .then(response => response.json())
  1126.        .then(data => {
  1127.          if (data.html) {
  1128.            searchResults.innerHTML = data.html;
  1129.          } else {
  1130.            searchResults.innerHTML = "<p>No results found.</p>";
  1131.          }
  1132.        })
  1133.        .catch(error => {
  1134.          console.error("Error fetching search results:", error);
  1135.        });
  1136.    });
  1137.  
  1138.    // 🖱️ Close results when clicking outside
  1139.    document.addEventListener("click", function (e) {
  1140.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1141.        searchResults.style.display = "none";
  1142.      }
  1143.    });
  1144.  
  1145.    // ⌨️ Close results when pressing Escape
  1146.    document.addEventListener("keydown", function (e) {
  1147.      if (e.key === "Escape") {
  1148.        searchResults.style.display = "none";
  1149.      }
  1150.    });
  1151.  });
  1152. </script>
  1153.  
  1154.        </header>
  1155.        <!-- end of header -->
  1156.        <!-- start of wpo-blog-hero -->
  1157.        
  1158.  
  1159.  
  1160.  
  1161.  
  1162.  
  1163.  
  1164.  
  1165. <div class="blog-hero-v5">
  1166.  <div class="container-fluid fluid-container">
  1167.    <!-- Top Hero Banner -->
  1168.    <div class="row hero-banner">
  1169.      
  1170.      
  1171.        
  1172.        <div class="col-12">
  1173.          <div class="banner-container d-md-flex d-none">
  1174.            
  1175.                <img   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" class="banner-image">
  1176.            
  1177.            <div class="banner-overlay">
  1178.              <span class="banner-category bg-primary-gradient">News</span>
  1179.              <h2 class="banner-title"> <a href="/olympic-athlete-and-other-eritreans-freed-after-18-years-without-trial-family-members-say/" class="blog-color">
  1180.                                        Olympic Athlete and Other Eritreans Freed After 18 Years Without Trial, Family Members Say
  1181.                                    </a></h2>
  1182.              <p class="blog-color"></p>
  1183.            </div>
  1184.          </div>
  1185.        </div>
  1186.  
  1187.      
  1188.      
  1189.      <!-- <div class="featured-grid">
  1190.        <div class="col-12">
  1191.          <div class="featured-card d-block d-md-none">
  1192.            <img src="/static/blogapp/assets/images/hero/img-1.jpg" alt="Tech Post" class="card-image" />
  1193.            <div class="card-content">
  1194.              <span class="card-category bg-primary-gradient">Travel & Adventure</span>
  1195.              <h2>Journey Through The Swiss Alps: A Complete Guide</h2>
  1196.              <p>Discover breathtaking landscapes and hidden trails for an unforgettable adventure.</p>
  1197.              <div class="author-info">
  1198.                <span class="author-name">Sarah Wilson</span>
  1199.                <span class="post-time">2 hours ago</span>
  1200.              </div>
  1201.            </div>
  1202.          </div>
  1203.        </div>
  1204.      </div> -->
  1205.    </div>
  1206.  
  1207.    <!-- Main Content Row -->
  1208.  </div>
  1209.  <div class="container-fluid fluid-container">
  1210.    <div class="row main-content">
  1211.      <!-- Left: Featured Posts Grid -->
  1212.      <div class="col-lg-8 col-md-12">
  1213.        <h5 class="section-title">Recent Posts</h5>
  1214.        <div class="row featured-grid">
  1215.          
  1216.          <div class="col-md-6">
  1217.            <div class="featured-card">
  1218.              
  1219.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1220.                      class="card-image" style="object-fit: cover;" alt="">
  1221.              
  1222.              <div class="card-content">
  1223.                <span class="card-category bg-primary-gradient">News</span>
  1224.                <h4 class="card-title"><a class="top-color" href="/kpop-demon-hunters-balloons-to-take-center-stage-at-the-iconic-thanksgiving-parade/" >
  1225.                                        KPop Demon Hunters Balloons to Take Center Stage at the Iconic Thanksgiving Parade
  1226.                                    </a></h4>
  1227.                <div class="author-info">
  1228.                  <span class="author-name">Edward Riley</span>
  1229.                  <span class="post-time">12 May 2026</span>
  1230.                </div>
  1231.              </div>
  1232.            </div>
  1233.          </div>
  1234.          
  1235.          <div class="col-md-6">
  1236.            <div class="featured-card">
  1237.              
  1238.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1239.                      class="card-image" style="object-fit: cover;" alt="">
  1240.              
  1241.              <div class="card-content">
  1242.                <span class="card-category bg-primary-gradient">News</span>
  1243.                <h4 class="card-title"><a class="top-color" href="/tragic-find-bodies-of-vanished-mum-and-daughter-found-in-freezing-units-in-austria/" >
  1244.                                        Tragic Find: Bodies of Vanished Mum and Daughter Found in Freezing Units in Austria
  1245.                                    </a></h4>
  1246.                <div class="author-info">
  1247.                  <span class="author-name">Edward Riley</span>
  1248.                  <span class="post-time">12 May 2026</span>
  1249.                </div>
  1250.              </div>
  1251.            </div>
  1252.          </div>
  1253.          
  1254.          <div class="col-md-6">
  1255.            <div class="featured-card">
  1256.              
  1257.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1258.                      class="card-image" style="object-fit: cover;" alt="">
  1259.              
  1260.              <div class="card-content">
  1261.                <span class="card-category bg-primary-gradient">News</span>
  1262.                <h4 class="card-title"><a class="top-color" href="/the-music-streaming-giants-year-end-recap-launch-date-plus-key-inquiries-answered/" >
  1263.                                        The Music Streaming Giant&#x27;s Year-End Recap: Launch Date plus Key Inquiries Answered
  1264.                                    </a></h4>
  1265.                <div class="author-info">
  1266.                  <span class="author-name">Edward Riley</span>
  1267.                  <span class="post-time">12 May 2026</span>
  1268.                </div>
  1269.              </div>
  1270.            </div>
  1271.          </div>
  1272.          
  1273.          <div class="col-md-6">
  1274.            <div class="featured-card">
  1275.              
  1276.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1277.                      class="card-image" style="object-fit: cover;" alt="">
  1278.              
  1279.              <div class="card-content">
  1280.                <span class="card-category bg-primary-gradient">News</span>
  1281.                <h4 class="card-title"><a class="top-color" href="/peaceful-finish-to-lionel-messis-india-tour-following-unrest-in-kolkata/" >
  1282.                                        Peaceful Finish to Lionel Messi&#x27;s India Tour Following Unrest in Kolkata
  1283.                                    </a></h4>
  1284.                <div class="author-info">
  1285.                  <span class="author-name">Edward Riley</span>
  1286.                  <span class="post-time">12 May 2026</span>
  1287.                </div>
  1288.              </div>
  1289.            </div>
  1290.          </div>
  1291.          
  1292.        </div>
  1293.      </div>
  1294.  
  1295.      <!-- Right: Trending Sidebar -->
  1296.      <div class="col-lg-4 col-md-12">
  1297.        <h5 class="section-title">Trending</h5>
  1298.        <div class="trending-list gap-md-2 gap-lg-0 justify-content-center align-items-center row">
  1299.          
  1300.  
  1301.        </div>
  1302.      </div>
  1303.    </div>
  1304.  </div>
  1305. </div>
  1306. <style>
  1307.  /* Blog Hero V5 - Clean 2-Column Layout */
  1308.  
  1309.  /* Hero Banner */
  1310.  .hero-banner .banner-container {
  1311.    position: relative;
  1312.    overflow: hidden;
  1313.    border-radius: 8px;
  1314.  }
  1315.  
  1316.  .hero-banner .banner-image {
  1317.    width: 100%;
  1318.    height: 350px;
  1319.    object-fit: cover;
  1320.    transition: all 0.2s ease;
  1321.  }
  1322.  
  1323.  .hero-banner:hover .banner-image {
  1324.    transform: scale(1.02);
  1325.  }
  1326.  
  1327.  .hero-banner .banner-overlay {
  1328.    position: absolute;
  1329.    bottom: 0;
  1330.    left: 0;
  1331.    right: 0;
  1332.    background: var(--blog-bg);
  1333.    color: var(--blog-color);
  1334.    padding: 1.5rem;
  1335.  }
  1336.  
  1337.  .banner-category {
  1338.    padding: 0.25rem 0.75rem;
  1339.    border-radius: 4px;
  1340.    font-size: 16px;
  1341.  }
  1342.  
  1343.  .banner-title {
  1344.    color: var(--blog-color) !important;
  1345.    margin: 0.5rem 0;
  1346.  }
  1347.  
  1348.  .banner-excerpt {
  1349.    font-size: 1rem;
  1350.    margin-bottom: 1rem;
  1351.  }
  1352.  
  1353.  .read-more-btn {
  1354.    background: #007bff;
  1355.    color: white;
  1356.    border: none;
  1357.    padding: 0.5rem 1rem;
  1358.    border-radius: 4px;
  1359.    cursor: pointer;
  1360.  }
  1361.  
  1362.  /* Main Content */
  1363.  .main-content {
  1364.    margin-top: 2rem;
  1365.  }
  1366.  
  1367.  .section-title {
  1368.    font-size: 1.2rem;
  1369.    font-weight: bold;
  1370.    margin-bottom: 1rem;
  1371.    border-bottom: 1px solid var(--border-color);
  1372.    padding-bottom: 0.5rem;
  1373.  }
  1374.  
  1375.  /* Featured Grid */
  1376.  .featured-grid .featured-card {
  1377.    background: var(--card-bg);
  1378.    border: 1px solid var(--border-color);
  1379.    border-radius: 8px;
  1380.    overflow: hidden;
  1381.    margin-bottom: 1.5rem;
  1382.    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  1383.  }
  1384.  
  1385.  .featured-grid .card-image {
  1386.    width: 100%;
  1387.    height: 200px;
  1388.    object-fit: cover;
  1389.    transition: all 0.2s ease;
  1390.  }
  1391.  
  1392.  .featured-grid .featured-card:hover .card-image {
  1393.    transform: scale(1.02);
  1394.  }
  1395.  
  1396.  .featured-grid .card-content {
  1397.    padding: 1rem;
  1398.  }
  1399.  
  1400.  .card-category {
  1401.    padding: 0.25rem 0.75rem;
  1402.    border-radius: 4px;
  1403.    font-size: 0.8rem;
  1404.  }
  1405.  
  1406.  .card-title {
  1407.    font-size: 1.1rem;
  1408.    margin: 0.5rem 0;
  1409.  }
  1410.  
  1411.  .author-info {
  1412.    font-size: 0.8rem;
  1413.    color: #666;
  1414.  }
  1415.  
  1416.  .author-name {
  1417.    font-weight: bold;
  1418.  }
  1419.  
  1420.  /* Trending Sidebar */
  1421.  .trending-list .trending-item {
  1422.    display: flex;
  1423.    margin-bottom: 1rem;
  1424.    padding: 1rem;
  1425.    background: var(--card-bg);
  1426.    border: 1px solid #ddd;
  1427.    border-radius: 8px;
  1428.    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  1429.  }
  1430.  
  1431.  .trending-item .trending-image {
  1432.    width: 115px;
  1433.    height: 115px;
  1434.    object-fit: cover;
  1435.    border-radius: 4px;
  1436.    margin-right: 1rem;
  1437.  }
  1438.  
  1439.  .trending-item .trending-content {
  1440.    flex: 1;
  1441.  }
  1442.  
  1443.  .trending-category {
  1444.    padding: 0.25rem 0.75rem;
  1445.    border-radius: 4px;
  1446.    font-size: 12px;
  1447.  }
  1448.  
  1449.  .trending-title {
  1450.    font-size: 1rem;
  1451.    margin: 0.25rem 0;
  1452.  }
  1453.  
  1454.  .trending-author {
  1455.    font-size: 1rem;
  1456.    color: var(--topbar-color);
  1457.  }
  1458.  
  1459.  /* Responsive */
  1460.  @media (max-width: 992px) {
  1461.    .hero-banner .banner-image {
  1462.      height: 250px;
  1463.    }
  1464.  
  1465.    .featured-grid .card-image {
  1466.      height: 180px;
  1467.    }
  1468.  
  1469.    .trending-item {
  1470.      flex-direction: column;
  1471.      text-align: center;
  1472.    }
  1473.  
  1474.    .trending-item .trending-image {
  1475.      margin-right: 0;
  1476.      margin-bottom: 1rem;
  1477.    }
  1478.  }
  1479.  
  1480.  @media (max-width: 768px) {
  1481.    .banner-title {
  1482.      font-size: 1.5rem;
  1483.    }
  1484.  
  1485.    .banner-excerpt {
  1486.      font-size: 0.9rem;
  1487.    }
  1488.  }
  1489. </style>
  1490.  
  1491.  
  1492.  
  1493.  
  1494.  
  1495.        <!-- end of wpo-blog-hero -->
  1496.  
  1497.        <!-- start of wpo-breacking-news -->
  1498.        
  1499.        <!-- end of wpo-breacking-news -->
  1500.        
  1501.        <!-- start wpo-blog-highlights-section -->
  1502.        
  1503.  
  1504.  
  1505.  
  1506.    
  1507.  
  1508.  
  1509.  
  1510.  
  1511. <style>
  1512.    .blog-highlights-v3 {
  1513.        padding: 80px 0;
  1514.        position: relative;
  1515.        overflow: hidden;
  1516.    }
  1517.    
  1518.    .blog-highlights-v3::before {
  1519.        content: '';
  1520.        position: absolute;
  1521.        top: 0;
  1522.        left: 0;
  1523.        width: 100%;
  1524.        height: 100%;
  1525.        background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  1526.        z-index: 0;
  1527.    }
  1528.    
  1529.    .masonry-container {
  1530.        display: grid;
  1531.        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  1532.        grid-gap: 25px;
  1533.    }
  1534.    
  1535.    .blog-card-v3 {
  1536.        border: 1px solid var(--border-color) !important;
  1537.        border-radius: 25px;
  1538.        overflow: hidden;
  1539.        background: var(--card-bg);
  1540.        backdrop-filter: blur(10px);
  1541.        border: 1px solid var(--border-color);
  1542.        position: relative;
  1543.        transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  1544.        cursor: pointer;
  1545.        transform: translateY(0) rotateX(0) rotateY(0);
  1546.        transform-style: preserve-3d;
  1547.        perspective: 1000px;
  1548.        z-index: 1;
  1549.    }
  1550.    .span-21 { grid-row-end: span 21; }
  1551.    .span-22 { grid-row-end: span 22; }
  1552.    
  1553.    .blog-card-v3::before {
  1554.        content: '';
  1555.        position: absolute;
  1556.        top: 0;
  1557.        left: 0;
  1558.        width: 100%;
  1559.        height: 100%;
  1560.        background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.02) 100%);
  1561.        opacity: 0;
  1562.        transition: opacity 0.3s ease;
  1563.        z-index: 1;
  1564.    }
  1565.    
  1566.    .blog-card-v3:hover {
  1567.        transform: translateY(-20px) rotateX(5deg) rotateY(5deg) scale(1.03);
  1568.        box-shadow:
  1569.            0 30px 60px rgba(0,0,0,0.15),
  1570.            0 15px 30px rgba(0,0,0,0.1),
  1571.            inset 0 1px 0 rgba(255,255,255,0.3);
  1572.        z-index: 10;
  1573.    }
  1574.    
  1575.    .blog-card-v3:hover::before {
  1576.        opacity: 1;
  1577.    }
  1578.    
  1579.    .blog-image-v3 {
  1580.        position: relative;
  1581.        overflow: hidden;
  1582.        height: 50%;
  1583.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1584.    }
  1585.    
  1586.    .blog-image-v3::after {
  1587.        content: '';
  1588.        position: absolute;
  1589.        top: 0;
  1590.        left: 0;
  1591.        width: 100%;
  1592.        height: 100%;
  1593.        background:
  1594.            radial-gradient(circle at top right, rgba(255,255,255,0.3) 0%, transparent 50%),
  1595.            linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.4) 100%);
  1596.        z-index: 2;
  1597.    }
  1598.    
  1599.    .blog-image-v3 img {
  1600.        width: 100%;
  1601.        height: 100%;
  1602.        object-fit: cover;
  1603.        transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  1604.        transform: scale(1);
  1605.        filter: brightness(1) saturate(1);
  1606.    }
  1607.    
  1608.    .blog-card-v3:hover .blog-image-v3 img {
  1609.        transform: scale(1.15);
  1610.        filter: brightness(1.1) saturate(1.2);
  1611.    }
  1612.    
  1613.    .blog-floating-elements {
  1614.        position: absolute;
  1615.        top: 0;
  1616.        left: 0;
  1617.        width: 100%;
  1618.        height: 100%;
  1619.        pointer-events: none;
  1620.        z-index: 3;
  1621.    }
  1622.    
  1623.    .floating-dot {
  1624.        position: absolute;
  1625.        width: 8px;
  1626.        height: 8px;
  1627.        background: rgba(255,255,255,0.6);
  1628.        border-radius: 50%;
  1629.        animation: float 3s ease-in-out infinite;
  1630.    }
  1631.    
  1632.    .floating-dot:nth-child(1) { top: 20%; left: 15%; animation-delay: 0s; }
  1633.    .floating-dot:nth-child(2) { top: 60%; right: 20%; animation-delay: 0.5s; }
  1634.    .floating-dot:nth-child(3) { bottom: 30%; left: 25%; animation-delay: .5s; }
  1635.    
  1636.    @keyframes float {
  1637.        0%, 100% { transform: translateY(0px); }
  1638.        50% { transform: translateY(-10px); }
  1639.    }
  1640.    
  1641.    .blog-category-v3 {
  1642.        position: absolute;
  1643.        top: 25px;
  1644.        right: 25px;
  1645.        padding: 10px 18px;
  1646.        border-radius: 30px;
  1647.        font-size: 11px;
  1648.        font-weight: 800;
  1649.        text-transform: uppercase;
  1650.        letter-spacing: 1.2px;
  1651.        backdrop-filter: blur(10px);
  1652.        z-index: 4;
  1653.        transform: translateY(0) scale(1);
  1654.        transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  1655.        box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  1656.        border: 1px solid rgba(255,255,255,0.3);
  1657.    }
  1658.    
  1659.    .blog-card-v3:hover .blog-category-v3 {
  1660.        transform: translateY(-10px) scale(1.1);
  1661.        background: rgba(var(--card-bg),1);
  1662.        box-shadow: 0 12px 30px rgba(0,0,0,0.15);
  1663.    }
  1664.    
  1665.    .blog-content-v3 {
  1666.        padding: 35px 30px 30px;
  1667.        height: 50%;
  1668.        display: flex;
  1669.        flex-direction: column;
  1670.        justify-content: space-between;
  1671.        position: relative;
  1672.        z-index: 2;
  1673.    }
  1674.    
  1675.    .blog-title-v3 {
  1676.        font-size: 19px;
  1677.        font-weight: 700;
  1678.        line-height: 1.3;
  1679.        margin-bottom: 18px;
  1680.        position: relative;
  1681.    }
  1682.    
  1683.    .blog-title-v3 a {
  1684.        text-decoration: none;
  1685.        color: var(--top-color) !important;
  1686.        transition: all 0.3s ease;
  1687.        position: relative;
  1688.        display: inline-block;
  1689.    }
  1690.    
  1691.    .blog-title-v3 a::before {
  1692.        content: '';
  1693.        position: absolute;
  1694.        bottom: -3px;
  1695.        left: 0;
  1696.        width: 0;
  1697.        height: 3px;
  1698.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1699.        border-radius: 2px;
  1700.        transition: width 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  1701.    }
  1702.    
  1703.    .blog-card-v3:hover .blog-title-v3 a::before {
  1704.        width: 100%;
  1705.    }
  1706.    
  1707.    .blog-meta-v3 {
  1708.        display: flex;
  1709.        align-items: center;
  1710.        gap: 15px;
  1711.        margin-bottom: 18px;
  1712.        font-size: 13px;
  1713.        color: #7f8c8d;
  1714.        padding-bottom: 18px;
  1715.        border-bottom: 1px solid rgba(127, 140, 141, 0.1);
  1716.        position: relative;
  1717.    }
  1718.    
  1719.    .blog-meta-v3::after {
  1720.        content: '';
  1721.        position: absolute;
  1722.        bottom: -1px;
  1723.        left: 0;
  1724.        width: 0;
  1725.        height: 1px;
  1726.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1727.        transition: width 0.6s ease 0.3s;
  1728.    }
  1729.    
  1730.    .blog-card-v3:hover .blog-meta-v3::after {
  1731.        width: 80px;
  1732.    }
  1733.    
  1734.    .blog-author-img-v3 {
  1735.        width: 35px;
  1736.        height: 35px;
  1737.        border-radius: 50%;
  1738.        object-fit: cover;
  1739.        border: 3px solid rgba(255,255,255,0.8);
  1740.        transition: all 0.4s ease;
  1741.        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  1742.    }
  1743.    
  1744.    .blog-card-v3:hover .blog-author-img-v3 {
  1745.        transform: scale(1.15);
  1746.        border-color: rgba(102, 126, 234, 0.5);
  1747.        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.2);
  1748.    }
  1749.    
  1750.    .blog-excerpt-v3 {
  1751.        font-size: 14px;
  1752.        line-height: 1.7;
  1753.        color: #5a6c7d;
  1754.        margin-bottom: 20px;
  1755.        display: -webkit-box;
  1756.        -webkit-line-clamp: 3;
  1757.        -webkit-box-orient: vertical;
  1758.        overflow: hidden;
  1759.        opacity: 0.9;
  1760.        transition: opacity 0.3s ease;
  1761.    }
  1762.    
  1763.    .blog-card-v3:hover .blog-excerpt-v3 {
  1764.        opacity: 1;
  1765.    }
  1766.    
  1767.    .blog-actions-v3 {
  1768.        display: flex;
  1769.        justify-content: space-between;
  1770.        align-items: center;
  1771.    }
  1772.    
  1773.    .blog-read-time-v3 {
  1774.        font-size: 12px;
  1775.        color: #95a5a6;
  1776.        display: flex;
  1777.        align-items: center;
  1778.        gap: 6px;
  1779.    }
  1780.    
  1781.    .blog-read-more-v3 {
  1782.        width: 50px;
  1783.        height: 50px;
  1784.        border-radius: 50%;
  1785.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1786.        display: flex;
  1787.        align-items: center;
  1788.        justify-content: center;
  1789.        color: white;
  1790.        text-decoration: none;
  1791.        transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  1792.        transform: scale(0) rotate(0deg);
  1793.        opacity: 0;
  1794.        box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
  1795.        position: relative;
  1796.        overflow: hidden;
  1797.    }
  1798.    
  1799.    .blog-read-more-v3::before {
  1800.        content: '';
  1801.        position: absolute;
  1802.        top: 50%;
  1803.        left: 50%;
  1804.        width: 0;
  1805.        height: 0;
  1806.        background: rgba(255,255,255,0.2);
  1807.        border-radius: 50%;
  1808.        transition: all 0.6s ease;
  1809.        transform: translate(-50%, -50%);
  1810.    }
  1811.    
  1812.    .blog-card-v3:hover .blog-read-more-v3 {
  1813.        transform: scale(1) rotate(360deg);
  1814.        opacity: 1;
  1815.    }
  1816.    
  1817.    .blog-read-more-v3:hover::before {
  1818.        width: 100%;
  1819.        height: 100%;
  1820.    }
  1821.    
  1822.    .section-header-v3 {
  1823.        text-align: center;
  1824.        margin-bottom: 80px;
  1825.        position: relative;
  1826.        z-index: 2;
  1827.    }
  1828.    
  1829.    .section-title-v3 {
  1830.        font-size: 3.5rem;
  1831.        font-weight: 900;
  1832.        margin-bottom: 25px;
  1833.        color: #2c3e50;
  1834.        position: relative;
  1835.        display: inline-block;
  1836.    }
  1837.    
  1838.    .section-title-v3::before {
  1839.        content: '';
  1840.        position: absolute;
  1841.        top: -15px;
  1842.        right: -15px;
  1843.        width: 30px;
  1844.        height: 30px;
  1845.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1846.        border-radius: 50%;
  1847.        opacity: 0.3;
  1848.        animation: pulse 2s infinite;
  1849.    }
  1850.    
  1851.    @keyframes pulse {
  1852.        0%, 100% { transform: scale(1); opacity: 0.3; }
  1853.        50% { transform: scale(1.2); opacity: 0.6; }
  1854.    }
  1855.    
  1856.    .section-subtitle-v3 {
  1857.        font-size: 1.2rem;
  1858.        color: #7f8c8d;
  1859.        max-width: 700px;
  1860.        margin: 0 auto;
  1861.        line-height: 1.7;
  1862.        font-weight: 300;
  1863.    }
  1864.    
  1865.    .scroll-reveal {
  1866.        opacity: 0;
  1867.        transform: translateY(50px) scale(0.9);
  1868.        transition: all 0.8s cubic-bezier(0.23, 1, 0.320, 1);
  1869.    }
  1870.    
  1871.    .scroll-reveal.revealed {
  1872.        opacity: 1;
  1873.        transform: translateY(0) scale(1);
  1874.    }
  1875.    
  1876.    .scroll-reveal:nth-child(1) { transition-delay: 0.1s; }
  1877.    .scroll-reveal:nth-child(2) { transition-delay: 0.1s; }
  1878.    .scroll-reveal:nth-child(3) { transition-delay: 0.1s; }
  1879.    .scroll-reveal:nth-child(4) { transition-delay: 0.1s; }
  1880.    .scroll-reveal:nth-child(5) { transition-delay: 0.1s; }
  1881.    .scroll-reveal:nth-child(6) { transition-delay: 0.1s; }
  1882.  
  1883.    @media (max-width: 768px) {
  1884.        .masonry-container {
  1885.            display: flex;
  1886.            flex-direction: column;
  1887.            grid-gap: 20px;
  1888.        }
  1889.        .blog-card-v3:nth-child(n) {
  1890.            grid-row-end: span 20;
  1891.        }
  1892.        .section-title-v3 {
  1893.            font-size: 2.8rem;
  1894.        }
  1895.        .blog-highlights-v3 {
  1896.            padding: 60px 0;
  1897.        }
  1898.        .blog-content-v3 {
  1899.            padding: 25px 20px;
  1900.        }
  1901.        .blog-card-v3:hover {
  1902.            transform: translateY(-15px) scale(1.02);
  1903.        }
  1904.        .blog-image-v3{
  1905.            max-height: 350px;
  1906.            height: 100%;
  1907.        }
  1908.    }
  1909. </style>
  1910.  
  1911. <section class="blog-highlights-v3">
  1912.    <div class="container-fluid fluid-container">
  1913.        <div class="row">
  1914.            <div class="col-12">
  1915.                 <div class="wpo-section-title">
  1916.            <h2>
  1917.                Today's Top Highlights
  1918.                   </h2>
  1919.        </div>
  1920.            </div>
  1921.        </div>
  1922.        
  1923.        <div class="row">
  1924.            <div class="col-lg-8 col-12">
  1925.                <div class="masonry-container">
  1926.                    
  1927.                    <div class="blog-card-v3 scroll-reveal span-21">
  1928.                        <div class="blog-image-v3">
  1929.                            
  1930.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1931.                            
  1932.                            <div class="blog-floating-elements">
  1933.                                <div class="floating-dot"></div>
  1934.                                <div class="floating-dot"></div>
  1935.                                <div class="floating-dot"></div>
  1936.                            </div>
  1937.                            <span class="blog-category-v3 bg-primary-gradient">
  1938.                                News
  1939.                            </span>
  1940.                        </div>
  1941.                        <div class="blog-content-v3">
  1942.                            <h3 class="blog-title-v3">
  1943.                                <a href="/brian-harris-obituary-an-existence-behind-the-lens/" >
  1944.                                Brian Harris Obituary: An Existence Behind the Lens
  1945.                                </a>
  1946.                            </h3>
  1947.                            <div class="blog-meta-v3">
  1948.                                
  1949.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Edward Riley" class="blog-author-img-v3">
  1950.                                
  1951.                                <span>By Edward Riley</span>
  1952.                                <span>•</span>
  1953.                                <span>12 May 2026</span>
  1954.                            </div>
  1955.                            
  1956.                            <div class="blog-actions-v3">
  1957.                                <div class="blog-read-time-v3">
  1958.                                    <i class="far fa-clock"></i>
  1959.                                    <!-- <span>5 min read</span> -->
  1960.                                </div>
  1961.                                <a href="/brian-harris-obituary-an-existence-behind-the-lens/"  class="blog-read-more-v3">
  1962.                                    <i class="ti-arrow-right"></i>
  1963.                                </a>
  1964.                            </div>
  1965.                        </div>
  1966.                    </div>
  1967.                    
  1968.                    <div class="blog-card-v3 scroll-reveal span-22">
  1969.                        <div class="blog-image-v3">
  1970.                            
  1971.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1972.                            
  1973.                            <div class="blog-floating-elements">
  1974.                                <div class="floating-dot"></div>
  1975.                                <div class="floating-dot"></div>
  1976.                                <div class="floating-dot"></div>
  1977.                            </div>
  1978.                            <span class="blog-category-v3 bg-primary-gradient">
  1979.                                News
  1980.                            </span>
  1981.                        </div>
  1982.                        <div class="blog-content-v3">
  1983.                            <h3 class="blog-title-v3">
  1984.                                <a href="/new-yorks-met-museum-responds-to-lawsuit-over-reportedly-nazi-stolen-van-gogh-masterpiece/" >
  1985.                                New York&#x27;s Met Museum Responds to Lawsuit Over Reportedly Nazi-Stolen Van Gogh Masterpiece
  1986.                                </a>
  1987.                            </h3>
  1988.                            <div class="blog-meta-v3">
  1989.                                
  1990.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Edward Riley" class="blog-author-img-v3">
  1991.                                
  1992.                                <span>By Edward Riley</span>
  1993.                                <span>•</span>
  1994.                                <span>12 May 2026</span>
  1995.                            </div>
  1996.                            
  1997.                            <div class="blog-actions-v3">
  1998.                                <div class="blog-read-time-v3">
  1999.                                    <i class="far fa-clock"></i>
  2000.                                    <!-- <span>5 min read</span> -->
  2001.                                </div>
  2002.                                <a href="/new-yorks-met-museum-responds-to-lawsuit-over-reportedly-nazi-stolen-van-gogh-masterpiece/"  class="blog-read-more-v3">
  2003.                                    <i class="ti-arrow-right"></i>
  2004.                                </a>
  2005.                            </div>
  2006.                        </div>
  2007.                    </div>
  2008.                    
  2009.                    <div class="blog-card-v3 scroll-reveal span-21">
  2010.                        <div class="blog-image-v3">
  2011.                            
  2012.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2013.                            
  2014.                            <div class="blog-floating-elements">
  2015.                                <div class="floating-dot"></div>
  2016.                                <div class="floating-dot"></div>
  2017.                                <div class="floating-dot"></div>
  2018.                            </div>
  2019.                            <span class="blog-category-v3 bg-primary-gradient">
  2020.                                News
  2021.                            </span>
  2022.                        </div>
  2023.                        <div class="blog-content-v3">
  2024.                            <h3 class="blog-title-v3">
  2025.                                <a href="/bahrain-to-argue-at-british-highest-court-over-sovereign-immunity-in-spyware-allegations/" >
  2026.                                Bahrain to Argue at British Highest Court Over Sovereign Immunity in Spyware Allegations
  2027.                                </a>
  2028.                            </h3>
  2029.                            <div class="blog-meta-v3">
  2030.                                
  2031.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Edward Riley" class="blog-author-img-v3">
  2032.                                
  2033.                                <span>By Edward Riley</span>
  2034.                                <span>•</span>
  2035.                                <span>12 May 2026</span>
  2036.                            </div>
  2037.                            
  2038.                            <div class="blog-actions-v3">
  2039.                                <div class="blog-read-time-v3">
  2040.                                    <i class="far fa-clock"></i>
  2041.                                    <!-- <span>5 min read</span> -->
  2042.                                </div>
  2043.                                <a href="/bahrain-to-argue-at-british-highest-court-over-sovereign-immunity-in-spyware-allegations/"  class="blog-read-more-v3">
  2044.                                    <i class="ti-arrow-right"></i>
  2045.                                </a>
  2046.                            </div>
  2047.                        </div>
  2048.                    </div>
  2049.                    
  2050.                    <div class="blog-card-v3 scroll-reveal span-22">
  2051.                        <div class="blog-image-v3">
  2052.                            
  2053.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2054.                            
  2055.                            <div class="blog-floating-elements">
  2056.                                <div class="floating-dot"></div>
  2057.                                <div class="floating-dot"></div>
  2058.                                <div class="floating-dot"></div>
  2059.                            </div>
  2060.                            <span class="blog-category-v3 bg-primary-gradient">
  2061.                                News
  2062.                            </span>
  2063.                        </div>
  2064.                        <div class="blog-content-v3">
  2065.                            <h3 class="blog-title-v3">
  2066.                                <a href="/the-renowned-director-makes-it-clear-avatar-movies-are-not-made-by-computers/" >
  2067.                                The Renowned Director Makes It Clear: ‘Avatar Movies Are Not Made By Computers’
  2068.                                </a>
  2069.                            </h3>
  2070.                            <div class="blog-meta-v3">
  2071.                                
  2072.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Edward Riley" class="blog-author-img-v3">
  2073.                                
  2074.                                <span>By Edward Riley</span>
  2075.                                <span>•</span>
  2076.                                <span>11 May 2026</span>
  2077.                            </div>
  2078.                            
  2079.                            <div class="blog-actions-v3">
  2080.                                <div class="blog-read-time-v3">
  2081.                                    <i class="far fa-clock"></i>
  2082.                                    <!-- <span>5 min read</span> -->
  2083.                                </div>
  2084.                                <a href="/the-renowned-director-makes-it-clear-avatar-movies-are-not-made-by-computers/"  class="blog-read-more-v3">
  2085.                                    <i class="ti-arrow-right"></i>
  2086.                                </a>
  2087.                            </div>
  2088.                        </div>
  2089.                    </div>
  2090.                    
  2091.                    <div class="blog-card-v3 scroll-reveal span-21">
  2092.                        <div class="blog-image-v3">
  2093.                            
  2094.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2095.                            
  2096.                            <div class="blog-floating-elements">
  2097.                                <div class="floating-dot"></div>
  2098.                                <div class="floating-dot"></div>
  2099.                                <div class="floating-dot"></div>
  2100.                            </div>
  2101.                            <span class="blog-category-v3 bg-primary-gradient">
  2102.                                News
  2103.                            </span>
  2104.                        </div>
  2105.                        <div class="blog-content-v3">
  2106.                            <h3 class="blog-title-v3">
  2107.                                <a href="/restrained-alone-and-frightened-the-harsh-truth-for-female-prisoners-forced-to-give-birth-in-prison/" >
  2108.                                Restrained, Alone and Frightened: The Harsh Truth for Female Prisoners Forced to Give Birth in Prison.
  2109.                                </a>
  2110.                            </h3>
  2111.                            <div class="blog-meta-v3">
  2112.                                
  2113.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Edward Riley" class="blog-author-img-v3">
  2114.                                
  2115.                                <span>By Edward Riley</span>
  2116.                                <span>•</span>
  2117.                                <span>11 May 2026</span>
  2118.                            </div>
  2119.                            
  2120.                            <div class="blog-actions-v3">
  2121.                                <div class="blog-read-time-v3">
  2122.                                    <i class="far fa-clock"></i>
  2123.                                    <!-- <span>5 min read</span> -->
  2124.                                </div>
  2125.                                <a href="/restrained-alone-and-frightened-the-harsh-truth-for-female-prisoners-forced-to-give-birth-in-prison/"  class="blog-read-more-v3">
  2126.                                    <i class="ti-arrow-right"></i>
  2127.                                </a>
  2128.                            </div>
  2129.                        </div>
  2130.                    </div>
  2131.                    
  2132.                    <div class="blog-card-v3 scroll-reveal span-22">
  2133.                        <div class="blog-image-v3">
  2134.                            
  2135.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2136.                            
  2137.                            <div class="blog-floating-elements">
  2138.                                <div class="floating-dot"></div>
  2139.                                <div class="floating-dot"></div>
  2140.                                <div class="floating-dot"></div>
  2141.                            </div>
  2142.                            <span class="blog-category-v3 bg-primary-gradient">
  2143.                                News
  2144.                            </span>
  2145.                        </div>
  2146.                        <div class="blog-content-v3">
  2147.                            <h3 class="blog-title-v3">
  2148.                                <a href="/a-tale-of-unexpected-generosity-when-a-university-student-let-me-stay-on-her-dormitory-floor/" >
  2149.                                A Tale of Unexpected Generosity: When a University Student Let Me Stay on Her Dormitory Floor
  2150.                                </a>
  2151.                            </h3>
  2152.                            <div class="blog-meta-v3">
  2153.                                
  2154.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Edward Riley" class="blog-author-img-v3">
  2155.                                
  2156.                                <span>By Edward Riley</span>
  2157.                                <span>•</span>
  2158.                                <span>11 May 2026</span>
  2159.                            </div>
  2160.                            
  2161.                            <div class="blog-actions-v3">
  2162.                                <div class="blog-read-time-v3">
  2163.                                    <i class="far fa-clock"></i>
  2164.                                    <!-- <span>5 min read</span> -->
  2165.                                </div>
  2166.                                <a href="/a-tale-of-unexpected-generosity-when-a-university-student-let-me-stay-on-her-dormitory-floor/"  class="blog-read-more-v3">
  2167.                                    <i class="ti-arrow-right"></i>
  2168.                                </a>
  2169.                            </div>
  2170.                        </div>
  2171.                    </div>
  2172.                    
  2173.                    <div class="blog-card-v3 scroll-reveal span-21">
  2174.                        <div class="blog-image-v3">
  2175.                            
  2176.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2177.                            
  2178.                            <div class="blog-floating-elements">
  2179.                                <div class="floating-dot"></div>
  2180.                                <div class="floating-dot"></div>
  2181.                                <div class="floating-dot"></div>
  2182.                            </div>
  2183.                            <span class="blog-category-v3 bg-primary-gradient">
  2184.                                News
  2185.                            </span>
  2186.                        </div>
  2187.                        <div class="blog-content-v3">
  2188.                            <h3 class="blog-title-v3">
  2189.                                <a href="/within-the-bombed-out-remains-of-an-residential-building-i-found-a-book-i-had-translated/" >
  2190.                                Within the Bombed-Out Remains of an Residential Building, I Found a Book I Had Translated
  2191.                                </a>
  2192.                            </h3>
  2193.                            <div class="blog-meta-v3">
  2194.                                
  2195.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Edward Riley" class="blog-author-img-v3">
  2196.                                
  2197.                                <span>By Edward Riley</span>
  2198.                                <span>•</span>
  2199.                                <span>11 May 2026</span>
  2200.                            </div>
  2201.                            
  2202.                            <div class="blog-actions-v3">
  2203.                                <div class="blog-read-time-v3">
  2204.                                    <i class="far fa-clock"></i>
  2205.                                    <!-- <span>5 min read</span> -->
  2206.                                </div>
  2207.                                <a href="/within-the-bombed-out-remains-of-an-residential-building-i-found-a-book-i-had-translated/"  class="blog-read-more-v3">
  2208.                                    <i class="ti-arrow-right"></i>
  2209.                                </a>
  2210.                            </div>
  2211.                        </div>
  2212.                    </div>
  2213.                    
  2214.                    <div class="blog-card-v3 scroll-reveal span-22">
  2215.                        <div class="blog-image-v3">
  2216.                            
  2217.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2218.                            
  2219.                            <div class="blog-floating-elements">
  2220.                                <div class="floating-dot"></div>
  2221.                                <div class="floating-dot"></div>
  2222.                                <div class="floating-dot"></div>
  2223.                            </div>
  2224.                            <span class="blog-category-v3 bg-primary-gradient">
  2225.                                News
  2226.                            </span>
  2227.                        </div>
  2228.                        <div class="blog-content-v3">
  2229.                            <h3 class="blog-title-v3">
  2230.                                <a href="/3-xbox-game-pass-titles-were-enjoying-over-the-weekend-october-10-12/" >
  2231.                                3 Xbox Game Pass Titles We&#x27;re Enjoying Over the Weekend (October 10-12)
  2232.                                </a>
  2233.                            </h3>
  2234.                            <div class="blog-meta-v3">
  2235.                                
  2236.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Edward Riley" class="blog-author-img-v3">
  2237.                                
  2238.                                <span>By Edward Riley</span>
  2239.                                <span>•</span>
  2240.                                <span>11 May 2026</span>
  2241.                            </div>
  2242.                            
  2243.                            <div class="blog-actions-v3">
  2244.                                <div class="blog-read-time-v3">
  2245.                                    <i class="far fa-clock"></i>
  2246.                                    <!-- <span>5 min read</span> -->
  2247.                                </div>
  2248.                                <a href="/3-xbox-game-pass-titles-were-enjoying-over-the-weekend-october-10-12/"  class="blog-read-more-v3">
  2249.                                    <i class="ti-arrow-right"></i>
  2250.                                </a>
  2251.                            </div>
  2252.                        </div>
  2253.                    </div>
  2254.                    
  2255.                    <div class="blog-card-v3 scroll-reveal span-21">
  2256.                        <div class="blog-image-v3">
  2257.                            
  2258.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2259.                            
  2260.                            <div class="blog-floating-elements">
  2261.                                <div class="floating-dot"></div>
  2262.                                <div class="floating-dot"></div>
  2263.                                <div class="floating-dot"></div>
  2264.                            </div>
  2265.                            <span class="blog-category-v3 bg-primary-gradient">
  2266.                                News
  2267.                            </span>
  2268.                        </div>
  2269.                        <div class="blog-content-v3">
  2270.                            <h3 class="blog-title-v3">
  2271.                                <a href="/life-for-120000-displaced-people-in-mauritanias-extensive-refugee-camp-on-the-malians-frontier/" >
  2272.                                Life for 120,000 Displaced People in Mauritania&#x27;s Extensive Refugee Camp on the Malians Frontier.
  2273.                                </a>
  2274.                            </h3>
  2275.                            <div class="blog-meta-v3">
  2276.                                
  2277.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Edward Riley" class="blog-author-img-v3">
  2278.                                
  2279.                                <span>By Edward Riley</span>
  2280.                                <span>•</span>
  2281.                                <span>11 May 2026</span>
  2282.                            </div>
  2283.                            
  2284.                            <div class="blog-actions-v3">
  2285.                                <div class="blog-read-time-v3">
  2286.                                    <i class="far fa-clock"></i>
  2287.                                    <!-- <span>5 min read</span> -->
  2288.                                </div>
  2289.                                <a href="/life-for-120000-displaced-people-in-mauritanias-extensive-refugee-camp-on-the-malians-frontier/"  class="blog-read-more-v3">
  2290.                                    <i class="ti-arrow-right"></i>
  2291.                                </a>
  2292.                            </div>
  2293.                        </div>
  2294.                    </div>
  2295.                    
  2296.                    <div class="blog-card-v3 scroll-reveal span-22">
  2297.                        <div class="blog-image-v3">
  2298.                            
  2299.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2300.                            
  2301.                            <div class="blog-floating-elements">
  2302.                                <div class="floating-dot"></div>
  2303.                                <div class="floating-dot"></div>
  2304.                                <div class="floating-dot"></div>
  2305.                            </div>
  2306.                            <span class="blog-category-v3 bg-primary-gradient">
  2307.                                News
  2308.                            </span>
  2309.                        </div>
  2310.                        <div class="blog-content-v3">
  2311.                            <h3 class="blog-title-v3">
  2312.                                <a href="/how-a-us-military-vet-aided-mar%C3%ADa-corina-machado-flee-venezuela/" >
  2313.                                How a US Military Vet Aided María Corina Machado Flee Venezuela
  2314.                                </a>
  2315.                            </h3>
  2316.                            <div class="blog-meta-v3">
  2317.                                
  2318.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Edward Riley" class="blog-author-img-v3">
  2319.                                
  2320.                                <span>By Edward Riley</span>
  2321.                                <span>•</span>
  2322.                                <span>11 May 2026</span>
  2323.                            </div>
  2324.                            
  2325.                            <div class="blog-actions-v3">
  2326.                                <div class="blog-read-time-v3">
  2327.                                    <i class="far fa-clock"></i>
  2328.                                    <!-- <span>5 min read</span> -->
  2329.                                </div>
  2330.                                <a href="/how-a-us-military-vet-aided-mar%C3%ADa-corina-machado-flee-venezuela/"  class="blog-read-more-v3">
  2331.                                    <i class="ti-arrow-right"></i>
  2332.                                </a>
  2333.                            </div>
  2334.                        </div>
  2335.                    </div>
  2336.                    
  2337.                    <div class="blog-card-v3 scroll-reveal span-21">
  2338.                        <div class="blog-image-v3">
  2339.                            
  2340.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2341.                            
  2342.                            <div class="blog-floating-elements">
  2343.                                <div class="floating-dot"></div>
  2344.                                <div class="floating-dot"></div>
  2345.                                <div class="floating-dot"></div>
  2346.                            </div>
  2347.                            <span class="blog-category-v3 bg-primary-gradient">
  2348.                                News
  2349.                            </span>
  2350.                        </div>
  2351.                        <div class="blog-content-v3">
  2352.                            <h3 class="blog-title-v3">
  2353.                                <a href="/a-guide-to-speak-romance-like-gen-z-51-niche-phrases-for-romance-sex-and-questionable-conduct/" >
  2354.                                A Guide to Speak Romance Like Gen Z: 51 Niche Phrases for Romance, Sex and Questionable Conduct
  2355.                                </a>
  2356.                            </h3>
  2357.                            <div class="blog-meta-v3">
  2358.                                
  2359.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Edward Riley" class="blog-author-img-v3">
  2360.                                
  2361.                                <span>By Edward Riley</span>
  2362.                                <span>•</span>
  2363.                                <span>11 May 2026</span>
  2364.                            </div>
  2365.                            
  2366.                            <div class="blog-actions-v3">
  2367.                                <div class="blog-read-time-v3">
  2368.                                    <i class="far fa-clock"></i>
  2369.                                    <!-- <span>5 min read</span> -->
  2370.                                </div>
  2371.                                <a href="/a-guide-to-speak-romance-like-gen-z-51-niche-phrases-for-romance-sex-and-questionable-conduct/"  class="blog-read-more-v3">
  2372.                                    <i class="ti-arrow-right"></i>
  2373.                                </a>
  2374.                            </div>
  2375.                        </div>
  2376.                    </div>
  2377.                    
  2378.                    <div class="blog-card-v3 scroll-reveal span-22">
  2379.                        <div class="blog-image-v3">
  2380.                            
  2381.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2382.                            
  2383.                            <div class="blog-floating-elements">
  2384.                                <div class="floating-dot"></div>
  2385.                                <div class="floating-dot"></div>
  2386.                                <div class="floating-dot"></div>
  2387.                            </div>
  2388.                            <span class="blog-category-v3 bg-primary-gradient">
  2389.                                News
  2390.                            </span>
  2391.                        </div>
  2392.                        <div class="blog-content-v3">
  2393.                            <h3 class="blog-title-v3">
  2394.                                <a href="/donald-trump-and-his-allies-imagine-a-world-devoid-of-international-law-yet-they-are-unlikely-to-achieve-it/" >
  2395.                                Donald Trump and His Allies Imagine a World Devoid of International Law – Yet They Are Unlikely to Achieve It
  2396.                                </a>
  2397.                            </h3>
  2398.                            <div class="blog-meta-v3">
  2399.                                
  2400.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Edward Riley" class="blog-author-img-v3">
  2401.                                
  2402.                                <span>By Edward Riley</span>
  2403.                                <span>•</span>
  2404.                                <span>10 May 2026</span>
  2405.                            </div>
  2406.                            
  2407.                            <div class="blog-actions-v3">
  2408.                                <div class="blog-read-time-v3">
  2409.                                    <i class="far fa-clock"></i>
  2410.                                    <!-- <span>5 min read</span> -->
  2411.                                </div>
  2412.                                <a href="/donald-trump-and-his-allies-imagine-a-world-devoid-of-international-law-yet-they-are-unlikely-to-achieve-it/"  class="blog-read-more-v3">
  2413.                                    <i class="ti-arrow-right"></i>
  2414.                                </a>
  2415.                            </div>
  2416.                        </div>
  2417.                    </div>
  2418.                    
  2419.                    
  2420.  
  2421.                </div>
  2422.            </div>
  2423.            
  2424.               <div class="col col-lg-4 col-12">
  2425.                
  2426.  
  2427.  
  2428.  
  2429.    
  2430.  
  2431. <!-- Curved Heading Sidebar -->
  2432.    <div class="sidebar">
  2433.        
  2434.       <div class="sidebar-widget mb-4">
  2435.            <div class="widget-title-wrapper mb-3">
  2436.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2437.                    <div class="title-border"></div>
  2438.                    <i class="ti-folder me-2"></i>May 2026 Blog Roll
  2439.                </h4>
  2440.            </div>
  2441.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  2442.                <div class="archives-list scrollable-sidebar">
  2443.                    
  2444.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2445.                        <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2446.                            <i class="ti-angle-right me-2 text-primary"></i>
  2447.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2448.                        </a>
  2449.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2450.                    </div>
  2451.                
  2452.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2453.                        <a href="https://straightfromyard.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2454.                            <i class="ti-angle-right me-2 text-primary"></i>
  2455.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2456.                        </a>
  2457.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2458.                    </div>
  2459.                
  2460.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2461.                        <a href="https://thetimeisnow.uk/betting-sites-not-on-gamstop"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2462.                            <i class="ti-angle-right me-2 text-primary"></i>
  2463.                            <span class="archive-link top-color fw-semibold"> best online betting sites</span>
  2464.                        </a>
  2465.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2466.                    </div>
  2467.                
  2468.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2469.                        <a href="https://www.geekgirlmeetup.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2470.                            <i class="ti-angle-right me-2 text-primary"></i>
  2471.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  2472.                        </a>
  2473.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2474.                    </div>
  2475.                
  2476.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2477.                        <a href="https://www.focus12.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2478.                            <i class="ti-angle-right me-2 text-primary"></i>
  2479.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2480.                        </a>
  2481.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2482.                    </div>
  2483.                
  2484.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2485.                        <a href="https://www.gameshub.com/uk/online-casinos/non-gamstop-casinos/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2486.                            <i class="ti-angle-right me-2 text-primary"></i>
  2487.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2488.                        </a>
  2489.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2490.                    </div>
  2491.                
  2492.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2493.                        <a href="https://adventuregamers.com/online-casinos/non-gamstop"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2494.                            <i class="ti-angle-right me-2 text-primary"></i>
  2495.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2496.                        </a>
  2497.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2498.                    </div>
  2499.                
  2500.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2501.                        <a href="https://www.london-irish.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2502.                            <i class="ti-angle-right me-2 text-primary"></i>
  2503.                            <span class="archive-link top-color fw-semibold"> casino sites not on gamstop</span>
  2504.                        </a>
  2505.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2506.                    </div>
  2507.                
  2508.                </div>
  2509.                
  2510.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  2511.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2512.                        <i class="ti-archive me-1"></i>View All Archives
  2513.                    </a>
  2514.                </div> -->
  2515.            </div>
  2516.        </div>
  2517.        
  2518.       <div class="sidebar-widget mb-4">
  2519.            <div class="widget-title-wrapper mb-3">
  2520.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2521.                    <div class="title-border"></div>
  2522.                    <i class="ti-folder me-2"></i>April 2026 Blog Roll
  2523.                </h4>
  2524.            </div>
  2525.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  2526.                <div class="archives-list scrollable-sidebar">
  2527.                    
  2528.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2529.                        <a href="https://www.hintsandthings.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2530.                            <i class="ti-angle-right me-2 text-primary"></i>
  2531.                            <span class="archive-link top-color fw-semibold"> crypto casino UK</span>
  2532.                        </a>
  2533.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2534.                    </div>
  2535.                
  2536.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2537.                        <a href="https://fortworden.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2538.                            <i class="ti-angle-right me-2 text-primary"></i>
  2539.                            <span class="archive-link top-color fw-semibold"> best crypto casino</span>
  2540.                        </a>
  2541.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2542.                    </div>
  2543.                
  2544.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2545.                        <a href="https://www.artigiano.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2546.                            <i class="ti-angle-right me-2 text-primary"></i>
  2547.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  2548.                        </a>
  2549.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2550.                    </div>
  2551.                
  2552.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2553.                        <a href="https://www.hintsandthings.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2554.                            <i class="ti-angle-right me-2 text-primary"></i>
  2555.                            <span class="archive-link top-color fw-semibold"> crypto casino</span>
  2556.                        </a>
  2557.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2558.                    </div>
  2559.                
  2560.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2561.                        <a href="https://gamingamerica.com/non-gamstop-casinos"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2562.                            <i class="ti-angle-right me-2 text-primary"></i>
  2563.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2564.                        </a>
  2565.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2566.                    </div>
  2567.                
  2568.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2569.                        <a href="https://www.forcesreunited.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2570.                            <i class="ti-angle-right me-2 text-primary"></i>
  2571.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  2572.                        </a>
  2573.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2574.                    </div>
  2575.                
  2576.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2577.                        <a href="https://internationalschoolmealsday.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2578.                            <i class="ti-angle-right me-2 text-primary"></i>
  2579.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  2580.                        </a>
  2581.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2582.                    </div>
  2583.                
  2584.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2585.                        <a href="https://straightfromyard.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2586.                            <i class="ti-angle-right me-2 text-primary"></i>
  2587.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2588.                        </a>
  2589.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2590.                    </div>
  2591.                
  2592.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2593.                        <a href="https://internationalschoolmealsday.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2594.                            <i class="ti-angle-right me-2 text-primary"></i>
  2595.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  2596.                        </a>
  2597.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2598.                    </div>
  2599.                
  2600.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2601.                        <a href="https://www.citytosea.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2602.                            <i class="ti-angle-right me-2 text-primary"></i>
  2603.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  2604.                        </a>
  2605.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2606.                    </div>
  2607.                
  2608.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2609.                        <a href="https://www.surfaceview.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2610.                            <i class="ti-angle-right me-2 text-primary"></i>
  2611.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  2612.                        </a>
  2613.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2614.                    </div>
  2615.                
  2616.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2617.                        <a href="https://bereavementcommission.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2618.                            <i class="ti-angle-right me-2 text-primary"></i>
  2619.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2620.                        </a>
  2621.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2622.                    </div>
  2623.                
  2624.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2625.                        <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2626.                            <i class="ti-angle-right me-2 text-primary"></i>
  2627.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2628.                        </a>
  2629.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2630.                    </div>
  2631.                
  2632.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2633.                        <a href="https://www.cca-glasgow.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2634.                            <i class="ti-angle-right me-2 text-primary"></i>
  2635.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2636.                        </a>
  2637.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2638.                    </div>
  2639.                
  2640.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2641.                        <a href="https://www.london-irish.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2642.                            <i class="ti-angle-right me-2 text-primary"></i>
  2643.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2644.                        </a>
  2645.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2646.                    </div>
  2647.                
  2648.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2649.                        <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2650.                            <i class="ti-angle-right me-2 text-primary"></i>
  2651.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  2652.                        </a>
  2653.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2654.                    </div>
  2655.                
  2656.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2657.                        <a href="https://savethedatemagazine.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2658.                            <i class="ti-angle-right me-2 text-primary"></i>
  2659.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2660.                        </a>
  2661.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2662.                    </div>
  2663.                
  2664.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2665.                        <a href="https://www.summerhall.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2666.                            <i class="ti-angle-right me-2 text-primary"></i>
  2667.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2668.                        </a>
  2669.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2670.                    </div>
  2671.                
  2672.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2673.                        <a href="https://unbound.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2674.                            <i class="ti-angle-right me-2 text-primary"></i>
  2675.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  2676.                        </a>
  2677.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2678.                    </div>
  2679.                
  2680.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2681.                        <a href="https://bainbridgesauctions.co.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2682.                            <i class="ti-angle-right me-2 text-primary"></i>
  2683.                            <span class="archive-link top-color fw-semibold"> best non uk gambling sites</span>
  2684.                        </a>
  2685.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2686.                    </div>
  2687.                
  2688.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2689.                        <a href="https://www.executive-shaving.co.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2690.                            <i class="ti-angle-right me-2 text-primary"></i>
  2691.                            <span class="archive-link top-color fw-semibold"> casino not on GamStop</span>
  2692.                        </a>
  2693.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2694.                    </div>
  2695.                
  2696.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2697.                        <a href="https://www.costaricanembassy.co.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2698.                            <i class="ti-angle-right me-2 text-primary"></i>
  2699.                            <span class="archive-link top-color fw-semibold"> UK casino sites</span>
  2700.                        </a>
  2701.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2702.                    </div>
  2703.                
  2704.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2705.                        <a href="https://llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch.co.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2706.                            <i class="ti-angle-right me-2 text-primary"></i>
  2707.                            <span class="archive-link top-color fw-semibold"> casinos not on GamStop</span>
  2708.                        </a>
  2709.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2710.                    </div>
  2711.                
  2712.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2713.                        <a href="https://www.nhsborders.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2714.                            <i class="ti-angle-right me-2 text-primary"></i>
  2715.                            <span class="archive-link top-color fw-semibold"> crypto casinos UK</span>
  2716.                        </a>
  2717.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2718.                    </div>
  2719.                
  2720.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2721.                        <a href="https://forcesreunited.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2722.                            <i class="ti-angle-right me-2 text-primary"></i>
  2723.                            <span class="archive-link top-color fw-semibold"> harrycasino</span>
  2724.                        </a>
  2725.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2726.                    </div>
  2727.                
  2728.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2729.                        <a href="https://ukces.org.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2730.                            <i class="ti-angle-right me-2 text-primary"></i>
  2731.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  2732.                        </a>
  2733.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2734.                    </div>
  2735.                
  2736.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2737.                        <a href="https://maianscriptworld.co.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2738.                            <i class="ti-angle-right me-2 text-primary"></i>
  2739.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2740.                        </a>
  2741.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2742.                    </div>
  2743.                
  2744.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2745.                        <a href="https://trada.co.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2746.                            <i class="ti-angle-right me-2 text-primary"></i>
  2747.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  2748.                        </a>
  2749.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2750.                    </div>
  2751.                
  2752.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2753.                        <a href="https://stallion-theme.co.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2754.                            <i class="ti-angle-right me-2 text-primary"></i>
  2755.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2756.                        </a>
  2757.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2758.                    </div>
  2759.                
  2760.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2761.                        <a href="https://www.citytosea.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2762.                            <i class="ti-angle-right me-2 text-primary"></i>
  2763.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2764.                        </a>
  2765.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2766.                    </div>
  2767.                
  2768.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2769.                        <a href="https://recruitmentbuzz.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2770.                            <i class="ti-angle-right me-2 text-primary"></i>
  2771.                            <span class="archive-link top-color fw-semibold"> uk online casinos not on gamstop</span>
  2772.                        </a>
  2773.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2774.                    </div>
  2775.                
  2776.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2777.                        <a href="https://artsincarehomes.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2778.                            <i class="ti-angle-right me-2 text-primary"></i>
  2779.                            <span class="archive-link top-color fw-semibold"> no verification casinos uk</span>
  2780.                        </a>
  2781.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2782.                    </div>
  2783.                
  2784.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2785.                        <a href="https://slsablog.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2786.                            <i class="ti-angle-right me-2 text-primary"></i>
  2787.                            <span class="archive-link top-color fw-semibold"> uk online casinos</span>
  2788.                        </a>
  2789.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2790.                    </div>
  2791.                
  2792.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2793.                        <a href="https://www.surfaceview.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2794.                            <i class="ti-angle-right me-2 text-primary"></i>
  2795.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2796.                        </a>
  2797.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2798.                    </div>
  2799.                
  2800.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2801.                        <a href="https://www.roadpeace.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2802.                            <i class="ti-angle-right me-2 text-primary"></i>
  2803.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2804.                        </a>
  2805.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2806.                    </div>
  2807.                
  2808.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2809.                        <a href="https://www.durhamminers.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2810.                            <i class="ti-angle-right me-2 text-primary"></i>
  2811.                            <span class="archive-link top-color fw-semibold"> non GamStop casinos</span>
  2812.                        </a>
  2813.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2814.                    </div>
  2815.                
  2816.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2817.                        <a href="https://fdncoffee.com"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2818.                            <i class="ti-angle-right me-2 text-primary"></i>
  2819.                            <span class="archive-link top-color fw-semibold"> non GamStop sites</span>
  2820.                        </a>
  2821.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2822.                    </div>
  2823.                
  2824.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2825.                        <a href="https://www.thekarczma.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2826.                            <i class="ti-angle-right me-2 text-primary"></i>
  2827.                            <span class="archive-link top-color fw-semibold"> Non UK Casino</span>
  2828.                        </a>
  2829.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2830.                    </div>
  2831.                
  2832.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2833.                        <a href="https://www.nordicresearchnetwork.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2834.                            <i class="ti-angle-right me-2 text-primary"></i>
  2835.                            <span class="archive-link top-color fw-semibold"> non UK casinos</span>
  2836.                        </a>
  2837.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2838.                    </div>
  2839.                
  2840.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2841.                        <a href="https://focus12.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2842.                            <i class="ti-angle-right me-2 text-primary"></i>
  2843.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2844.                        </a>
  2845.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2846.                    </div>
  2847.                
  2848.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2849.                        <a href="https://esports-news.co.uk/online-casinos/poker/not-on-gamstop/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2850.                            <i class="ti-angle-right me-2 text-primary"></i>
  2851.                            <span class="archive-link top-color fw-semibold"> online poker sites not on gamstop</span>
  2852.                        </a>
  2853.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2854.                    </div>
  2855.                
  2856.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2857.                        <a href="https://savethedatemagazine.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2858.                            <i class="ti-angle-right me-2 text-primary"></i>
  2859.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  2860.                        </a>
  2861.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2862.                    </div>
  2863.                
  2864.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2865.                        <a href="https://www.gohomeproductions.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2866.                            <i class="ti-angle-right me-2 text-primary"></i>
  2867.                            <span class="archive-link top-color fw-semibold"> new uk betting sites</span>
  2868.                        </a>
  2869.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2870.                    </div>
  2871.                
  2872.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2873.                        <a href="https://www.outset.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2874.                            <i class="ti-angle-right me-2 text-primary"></i>
  2875.                            <span class="archive-link top-color fw-semibold"> non uk betting sites</span>
  2876.                        </a>
  2877.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2878.                    </div>
  2879.                
  2880.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2881.                        <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2882.                            <i class="ti-angle-right me-2 text-primary"></i>
  2883.                            <span class="archive-link top-color fw-semibold"> no gamstop casino</span>
  2884.                        </a>
  2885.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2886.                    </div>
  2887.                
  2888.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2889.                        <a href="https://bereavementcommission.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2890.                            <i class="ti-angle-right me-2 text-primary"></i>
  2891.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  2892.                        </a>
  2893.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2894.                    </div>
  2895.                
  2896.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2897.                        <a href="https://www.impact-awards.co.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2898.                            <i class="ti-angle-right me-2 text-primary"></i>
  2899.                            <span class="archive-link top-color fw-semibold"> casino not on GamStop</span>
  2900.                        </a>
  2901.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2902.                    </div>
  2903.                
  2904.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2905.                        <a href="https://www.homeworkworkspace.com"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2906.                            <i class="ti-angle-right me-2 text-primary"></i>
  2907.                            <span class="archive-link top-color fw-semibold"> casinos not on GamStop</span>
  2908.                        </a>
  2909.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2910.                    </div>
  2911.                
  2912.                </div>
  2913.                
  2914.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  2915.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2916.                        <i class="ti-archive me-1"></i>View All Archives
  2917.                    </a>
  2918.                </div> -->
  2919.            </div>
  2920.        </div>
  2921.        
  2922.       <div class="sidebar-widget mb-4">
  2923.            <div class="widget-title-wrapper mb-3">
  2924.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2925.                    <div class="title-border"></div>
  2926.                    <i class="ti-folder me-2"></i>March 2026 Blog Roll
  2927.                </h4>
  2928.            </div>
  2929.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  2930.                <div class="archives-list scrollable-sidebar">
  2931.                    
  2932.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2933.                        <a href="https://mylespower.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2934.                            <i class="ti-angle-right me-2 text-primary"></i>
  2935.                            <span class="archive-link top-color fw-semibold"> bitcoin casinos</span>
  2936.                        </a>
  2937.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2938.                    </div>
  2939.                
  2940.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2941.                        <a href="https://www.gullwingbridge.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2942.                            <i class="ti-angle-right me-2 text-primary"></i>
  2943.                            <span class="archive-link top-color fw-semibold"> slots not on GamStop</span>
  2944.                        </a>
  2945.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2946.                    </div>
  2947.                
  2948.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2949.                        <a href="https://newsoundgeneration.co.uk/casinos-not-on-gamstop/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2950.                            <i class="ti-angle-right me-2 text-primary"></i>
  2951.                            <span class="archive-link top-color fw-semibold"> casino without GamStop</span>
  2952.                        </a>
  2953.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2954.                    </div>
  2955.                
  2956.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2957.                        <a href="https://www.bmag.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2958.                            <i class="ti-angle-right me-2 text-primary"></i>
  2959.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  2960.                        </a>
  2961.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2962.                    </div>
  2963.                
  2964.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2965.                        <a href="https://www.surfaceview.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2966.                            <i class="ti-angle-right me-2 text-primary"></i>
  2967.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  2968.                        </a>
  2969.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2970.                    </div>
  2971.                
  2972.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2973.                        <a href="https://www.moretonmotormuseum.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2974.                            <i class="ti-angle-right me-2 text-primary"></i>
  2975.                            <span class="archive-link top-color fw-semibold"> slots not on GamStop</span>
  2976.                        </a>
  2977.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2978.                    </div>
  2979.                
  2980.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2981.                        <a href="https://www.labodeganegra.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2982.                            <i class="ti-angle-right me-2 text-primary"></i>
  2983.                            <span class="archive-link top-color fw-semibold"> casino sites not on GamStop</span>
  2984.                        </a>
  2985.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2986.                    </div>
  2987.                
  2988.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2989.                        <a href="https://www.houseofparty.com.au/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2990.                            <i class="ti-angle-right me-2 text-primary"></i>
  2991.                            <span class="archive-link top-color fw-semibold"> no verification withdrawal casino</span>
  2992.                        </a>
  2993.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2994.                    </div>
  2995.                
  2996.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2997.                        <a href="https://www.swtrains.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2998.                            <i class="ti-angle-right me-2 text-primary"></i>
  2999.                            <span class="archive-link top-color fw-semibold"> spinshark casino</span>
  3000.                        </a>
  3001.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3002.                    </div>
  3003.                
  3004.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3005.                        <a href="https://www.insidewalessport.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3006.                            <i class="ti-angle-right me-2 text-primary"></i>
  3007.                            <span class="archive-link top-color fw-semibold"> No KYC casino</span>
  3008.                        </a>
  3009.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3010.                    </div>
  3011.                
  3012.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3013.                        <a href="https://esports-news.co.uk/online-casinos/poker/not-on-gamstop/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3014.                            <i class="ti-angle-right me-2 text-primary"></i>
  3015.                            <span class="archive-link top-color fw-semibold"> uk poker sites not on gamstop</span>
  3016.                        </a>
  3017.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3018.                    </div>
  3019.                
  3020.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3021.                        <a href="https://oncallfire.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3022.                            <i class="ti-angle-right me-2 text-primary"></i>
  3023.                            <span class="archive-link top-color fw-semibold"> Non GamStop Casinos</span>
  3024.                        </a>
  3025.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3026.                    </div>
  3027.                
  3028.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3029.                        <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3030.                            <i class="ti-angle-right me-2 text-primary"></i>
  3031.                            <span class="archive-link top-color fw-semibold"> uk casinos</span>
  3032.                        </a>
  3033.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3034.                    </div>
  3035.                
  3036.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3037.                        <a href="https://www.gamblinginsider.com/uk/online-casinos"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3038.                            <i class="ti-angle-right me-2 text-primary"></i>
  3039.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  3040.                        </a>
  3041.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3042.                    </div>
  3043.                
  3044.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3045.                        <a href="https://www.testandverification.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3046.                            <i class="ti-angle-right me-2 text-primary"></i>
  3047.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  3048.                        </a>
  3049.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3050.                    </div>
  3051.                
  3052.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3053.                        <a href="https://socialeatinghouse.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3054.                            <i class="ti-angle-right me-2 text-primary"></i>
  3055.                            <span class="archive-link top-color fw-semibold"> non GamStop casino</span>
  3056.                        </a>
  3057.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3058.                    </div>
  3059.                
  3060.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3061.                        <a href="https://www.llancaiachfawr.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3062.                            <i class="ti-angle-right me-2 text-primary"></i>
  3063.                            <span class="archive-link top-color fw-semibold"> non GamStop casino</span>
  3064.                        </a>
  3065.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3066.                    </div>
  3067.                
  3068.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3069.                        <a href="https://www.ginspa.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3070.                            <i class="ti-angle-right me-2 text-primary"></i>
  3071.                            <span class="archive-link top-color fw-semibold"> non GamStop sites</span>
  3072.                        </a>
  3073.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3074.                    </div>
  3075.                
  3076.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3077.                        <a href="https://www.kysty.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3078.                            <i class="ti-angle-right me-2 text-primary"></i>
  3079.                            <span class="archive-link top-color fw-semibold"> Gambling Sites Not on Gamblock</span>
  3080.                        </a>
  3081.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3082.                    </div>
  3083.                
  3084.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3085.                        <a href="https://robinhoodtax.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3086.                            <i class="ti-angle-right me-2 text-primary"></i>
  3087.                            <span class="archive-link top-color fw-semibold"> online casino uk</span>
  3088.                        </a>
  3089.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3090.                    </div>
  3091.                
  3092.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3093.                        <a href="https://citytosea.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3094.                            <i class="ti-angle-right me-2 text-primary"></i>
  3095.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  3096.                        </a>
  3097.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3098.                    </div>
  3099.                
  3100.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3101.                        <a href="https://www.oceanacidification.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3102.                            <i class="ti-angle-right me-2 text-primary"></i>
  3103.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  3104.                        </a>
  3105.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3106.                    </div>
  3107.                
  3108.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3109.                        <a href="https://www.summerhall.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3110.                            <i class="ti-angle-right me-2 text-primary"></i>
  3111.                            <span class="archive-link top-color fw-semibold"> non gamstop casino uk</span>
  3112.                        </a>
  3113.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3114.                    </div>
  3115.                
  3116.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3117.                        <a href="https://www.regionalnetworks.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3118.                            <i class="ti-angle-right me-2 text-primary"></i>
  3119.                            <span class="archive-link top-color fw-semibold"> Casinos Not on Gamban</span>
  3120.                        </a>
  3121.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3122.                    </div>
  3123.                
  3124.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3125.                        <a href="https://www.movewise.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3126.                            <i class="ti-angle-right me-2 text-primary"></i>
  3127.                            <span class="archive-link top-color fw-semibold"> best casino sites</span>
  3128.                        </a>
  3129.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3130.                    </div>
  3131.                
  3132.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3133.                        <a href="https://www.socresonline.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3134.                            <i class="ti-angle-right me-2 text-primary"></i>
  3135.                            <span class="archive-link top-color fw-semibold"> crypto casino</span>
  3136.                        </a>
  3137.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3138.                    </div>
  3139.                
  3140.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3141.                        <a href="https://letstalkloneliness.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3142.                            <i class="ti-angle-right me-2 text-primary"></i>
  3143.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  3144.                        </a>
  3145.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3146.                    </div>
  3147.                
  3148.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3149.                        <a href="https://adventuregamers.com/online-casinos/non-gamstop"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3150.                            <i class="ti-angle-right me-2 text-primary"></i>
  3151.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  3152.                        </a>
  3153.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3154.                    </div>
  3155.                
  3156.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3157.                        <a href="https://www.london-irish.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3158.                            <i class="ti-angle-right me-2 text-primary"></i>
  3159.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  3160.                        </a>
  3161.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3162.                    </div>
  3163.                
  3164.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3165.                        <a href="https://www.money-mentor.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3166.                            <i class="ti-angle-right me-2 text-primary"></i>
  3167.                            <span class="archive-link top-color fw-semibold"> crypto casino</span>
  3168.                        </a>
  3169.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3170.                    </div>
  3171.                
  3172.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3173.                        <a href="https://www.gameshub.com/uk/online-casinos/crypto/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3174.                            <i class="ti-angle-right me-2 text-primary"></i>
  3175.                            <span class="archive-link top-color fw-semibold"> uk bitcoin casino</span>
  3176.                        </a>
  3177.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3178.                    </div>
  3179.                
  3180.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3181.                        <a href="https://www.naacp-losangeles.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3182.                            <i class="ti-angle-right me-2 text-primary"></i>
  3183.                            <span class="archive-link top-color fw-semibold"> california online casinos</span>
  3184.                        </a>
  3185.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3186.                    </div>
  3187.                
  3188.                </div>
  3189.                
  3190.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3191.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3192.                        <i class="ti-archive me-1"></i>View All Archives
  3193.                    </a>
  3194.                </div> -->
  3195.            </div>
  3196.        </div>
  3197.        
  3198.       <div class="sidebar-widget mb-4">
  3199.            <div class="widget-title-wrapper mb-3">
  3200.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3201.                    <div class="title-border"></div>
  3202.                    <i class="ti-folder me-2"></i>February 2026 Blog Roll
  3203.                </h4>
  3204.            </div>
  3205.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  3206.                <div class="archives-list scrollable-sidebar">
  3207.                    
  3208.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3209.                        <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3210.                            <i class="ti-angle-right me-2 text-primary"></i>
  3211.                            <span class="archive-link top-color fw-semibold"> uk casino sites not on gamstop</span>
  3212.                        </a>
  3213.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3214.                    </div>
  3215.                
  3216.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3217.                        <a href="https://ibrabee.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3218.                            <i class="ti-angle-right me-2 text-primary"></i>
  3219.                            <span class="archive-link top-color fw-semibold"> best non gamstop casinos uk</span>
  3220.                        </a>
  3221.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3222.                    </div>
  3223.                
  3224.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3225.                        <a href="https://www.roadpeace.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3226.                            <i class="ti-angle-right me-2 text-primary"></i>
  3227.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  3228.                        </a>
  3229.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3230.                    </div>
  3231.                
  3232.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3233.                        <a href="https://www.money-mentor.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3234.                            <i class="ti-angle-right me-2 text-primary"></i>
  3235.                            <span class="archive-link top-color fw-semibold"> crypto casinos</span>
  3236.                        </a>
  3237.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3238.                    </div>
  3239.                
  3240.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3241.                        <a href="https://www.money-mentor.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3242.                            <i class="ti-angle-right me-2 text-primary"></i>
  3243.                            <span class="archive-link top-color fw-semibold"> no verification casino</span>
  3244.                        </a>
  3245.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3246.                    </div>
  3247.                
  3248.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3249.                        <a href="https://plasticoceans.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3250.                            <i class="ti-angle-right me-2 text-primary"></i>
  3251.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  3252.                        </a>
  3253.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3254.                    </div>
  3255.                
  3256.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3257.                        <a href="https://platypuspress.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3258.                            <i class="ti-angle-right me-2 text-primary"></i>
  3259.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  3260.                        </a>
  3261.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3262.                    </div>
  3263.                
  3264.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3265.                        <a href="https://www.mesaonline.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3266.                            <i class="ti-angle-right me-2 text-primary"></i>
  3267.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  3268.                        </a>
  3269.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3270.                    </div>
  3271.                
  3272.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3273.                        <a href="https://bereavementcommission.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3274.                            <i class="ti-angle-right me-2 text-primary"></i>
  3275.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  3276.                        </a>
  3277.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3278.                    </div>
  3279.                
  3280.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3281.                        <a href="https://www.foreignersinuk.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3282.                            <i class="ti-angle-right me-2 text-primary"></i>
  3283.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  3284.                        </a>
  3285.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3286.                    </div>
  3287.                
  3288.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3289.                        <a href="https://financialservicescultureboard.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3290.                            <i class="ti-angle-right me-2 text-primary"></i>
  3291.                            <span class="archive-link top-color fw-semibold"> new uk betting sites</span>
  3292.                        </a>
  3293.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3294.                    </div>
  3295.                
  3296.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3297.                        <a href="https://www.taysideaviation.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3298.                            <i class="ti-angle-right me-2 text-primary"></i>
  3299.                            <span class="archive-link top-color fw-semibold"> crypto betting</span>
  3300.                        </a>
  3301.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3302.                    </div>
  3303.                
  3304.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3305.                        <a href="https://jst.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3306.                            <i class="ti-angle-right me-2 text-primary"></i>
  3307.                            <span class="archive-link top-color fw-semibold"> online casinos not on gamstop</span>
  3308.                        </a>
  3309.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3310.                    </div>
  3311.                
  3312.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3313.                        <a href="https://www.squarebox.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3314.                            <i class="ti-angle-right me-2 text-primary"></i>
  3315.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  3316.                        </a>
  3317.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3318.                    </div>
  3319.                
  3320.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3321.                        <a href="https://gamingamerica.com/non-gamstop-casinos"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3322.                            <i class="ti-angle-right me-2 text-primary"></i>
  3323.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  3324.                        </a>
  3325.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3326.                    </div>
  3327.                
  3328.                </div>
  3329.                
  3330.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3331.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3332.                        <i class="ti-archive me-1"></i>View All Archives
  3333.                    </a>
  3334.                </div> -->
  3335.            </div>
  3336.        </div>
  3337.        
  3338.  
  3339.       <!-- <div class="sidebar-widget mb-5">
  3340.            <div class="widget-title-wrapper mb-3">
  3341.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3342.                    <div class="title-border"></div>
  3343.                    <i class="ti-folder me-2"></i>Blog Archives
  3344.                </h4>
  3345.            </div>
  3346.            <div class="widget-content border border-color shadow-sm rounded-3 p-4">
  3347.                <div class="archives-list">
  3348.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3349.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3350.                            <i class="ti-angle-right me-2 text-primary"></i>
  3351.                            <span class="archive-link top-color fw-semibold">August 2025</span>
  3352.                        </a>
  3353.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span>
  3354.                    </div>
  3355.  
  3356.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3357.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3358.                            <i class="ti-angle-right me-2 text-primary"></i>
  3359.                            <span class="archive-link top-color fw-semibold">July 2025</span>
  3360.                        </a>
  3361.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">31 posts</span>
  3362.                    </div>
  3363.  
  3364.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3365.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3366.                            <i class="ti-angle-right me-2 text-primary"></i>
  3367.                            <span class="archive-link top-color fw-semibold">June 2025</span>
  3368.                        </a>
  3369.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">28 posts</span>
  3370.                    </div>
  3371.  
  3372.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3373.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3374.                            <i class="ti-angle-right me-2 text-primary"></i>
  3375.                            <span class="archive-link top-color fw-semibold">May 2025</span>
  3376.                        </a>
  3377.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">35 posts</span>
  3378.                    </div>
  3379.  
  3380.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3381.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3382.                            <i class="ti-angle-right me-2 text-primary"></i>
  3383.                            <span class="archive-link top-color fw-semibold">April 2025</span>
  3384.                        </a>
  3385.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">29 posts</span>
  3386.                    </div>
  3387.  
  3388.                    <div class="archive-item d-flex justify-content-between align-items-center">
  3389.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3390.                            <i class="ti-angle-right me-2 text-primary"></i>
  3391.                            <span class="archive-link top-color fw-semibold">March 2025</span>
  3392.                        </a>
  3393.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">27 posts</span>
  3394.                    </div>
  3395.                </div>
  3396.                
  3397.                <div class="text-center mt-4 pt-3 border-top border-color">
  3398.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3399.                        <i class="ti-archive me-1"></i>View All Archives
  3400.                    </a>
  3401.                </div>
  3402.            </div>
  3403.        </div> -->
  3404.  
  3405.        <div class="sidebar-widget mb-4">
  3406.            <div class="widget-title-wrapper mb-3">
  3407.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3408.                    <div class="title-border-primary"></div>
  3409.                    <i class="ti-star me-2"></i>Popular Posts
  3410.                </h4>
  3411.            </div>
  3412.            <div class="widget-content border border-color shadow-sm rounded-3 p-4">
  3413.                <div class="popular-post-list">
  3414.                    
  3415.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3416.                        <div class="post-content flex-grow-1">
  3417.                            <h6 class="post-title mb-1">
  3418.                                 <a href="/swedish-selection-reveal-isak-selected-whereas-gyokeres-misses-out/" class="text-decoration-none top-color fw-semibold lh-sm">
  3419.                                            Swedish Selection Reveal: Isak Selected Whereas Gyokeres Misses Out
  3420.                                            </a>
  3421.                            </h6>
  3422.                            <div class="post-meta">
  3423.                                <small class="text-muted">
  3424.                                    <i class="ti-calendar me-1"></i>10 May 2026
  3425.                                </small>
  3426.                                <!-- <small class="text-muted ms-3">
  3427.                                    <i class="ti-eye me-1"></i>1,234 views
  3428.                                </small> -->
  3429.                            </div>
  3430.                        </div>
  3431.                    </div>
  3432.                    
  3433.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3434.                        <div class="post-content flex-grow-1">
  3435.                            <h6 class="post-title mb-1">
  3436.                                 <a href="/unveiling-the-exciting-realm-of-online-slot-game-tournaments/" class="text-decoration-none top-color fw-semibold lh-sm">
  3437.                                            Unveiling the Exciting Realm of Online Slot Game Tournaments
  3438.                                            </a>
  3439.                            </h6>
  3440.                            <div class="post-meta">
  3441.                                <small class="text-muted">
  3442.                                    <i class="ti-calendar me-1"></i>10 May 2026
  3443.                                </small>
  3444.                                <!-- <small class="text-muted ms-3">
  3445.                                    <i class="ti-eye me-1"></i>1,234 views
  3446.                                </small> -->
  3447.                            </div>
  3448.                        </div>
  3449.                    </div>
  3450.                    
  3451.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3452.                        <div class="post-content flex-grow-1">
  3453.                            <h6 class="post-title mb-1">
  3454.                                 <a href="/uae-refuses-to-join-gaza-stabilisation-force-without-defined-legal-framework/" class="text-decoration-none top-color fw-semibold lh-sm">
  3455.                                            UAE Refuses to Join Gaza Stabilisation Force Without Defined Legal Framework
  3456.                                            </a>
  3457.                            </h6>
  3458.                            <div class="post-meta">
  3459.                                <small class="text-muted">
  3460.                                    <i class="ti-calendar me-1"></i>10 May 2026
  3461.                                </small>
  3462.                                <!-- <small class="text-muted ms-3">
  3463.                                    <i class="ti-eye me-1"></i>1,234 views
  3464.                                </small> -->
  3465.                            </div>
  3466.                        </div>
  3467.                    </div>
  3468.                    
  3469.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3470.                        <div class="post-content flex-grow-1">
  3471.                            <h6 class="post-title mb-1">
  3472.                                 <a href="/abigail-spanberger-establishes-a-landmark-as-virginias-initial-woman-state-leader/" class="text-decoration-none top-color fw-semibold lh-sm">
  3473.                                            Abigail Spanberger Establishes a Landmark as Virginia&#x27;s Initial Woman State Leader
  3474.                                            </a>
  3475.                            </h6>
  3476.                            <div class="post-meta">
  3477.                                <small class="text-muted">
  3478.                                    <i class="ti-calendar me-1"></i>10 May 2026
  3479.                                </small>
  3480.                                <!-- <small class="text-muted ms-3">
  3481.                                    <i class="ti-eye me-1"></i>1,234 views
  3482.                                </small> -->
  3483.                            </div>
  3484.                        </div>
  3485.                    </div>
  3486.                    
  3487.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3488.                        <div class="post-content flex-grow-1">
  3489.                            <h6 class="post-title mb-1">
  3490.                                 <a href="/the-future-of-online-slot-games-innovations-unveiled/" class="text-decoration-none top-color fw-semibold lh-sm">
  3491.                                            The Future of Online Slot Games: Innovations Unveiled
  3492.                                            </a>
  3493.                            </h6>
  3494.                            <div class="post-meta">
  3495.                                <small class="text-muted">
  3496.                                    <i class="ti-calendar me-1"></i>10 May 2026
  3497.                                </small>
  3498.                                <!-- <small class="text-muted ms-3">
  3499.                                    <i class="ti-eye me-1"></i>1,234 views
  3500.                                </small> -->
  3501.                            </div>
  3502.                        </div>
  3503.                    </div>
  3504.                    
  3505.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3506.                        <div class="post-content flex-grow-1">
  3507.                            <h6 class="post-title mb-1">
  3508.                                 <a href="/when-did-i-get-that-handsome-the-rock-legend-on-watching-jeremy-allen-white-play-him-on-screen/" class="text-decoration-none top-color fw-semibold lh-sm">
  3509.                                            ‘When Did I Get That Handsome?’: The Rock Legend on Watching Jeremy Allen White Play Him On Screen
  3510.                                            </a>
  3511.                            </h6>
  3512.                            <div class="post-meta">
  3513.                                <small class="text-muted">
  3514.                                    <i class="ti-calendar me-1"></i>10 May 2026
  3515.                                </small>
  3516.                                <!-- <small class="text-muted ms-3">
  3517.                                    <i class="ti-eye me-1"></i>1,234 views
  3518.                                </small> -->
  3519.                            </div>
  3520.                        </div>
  3521.                    </div>
  3522.                    
  3523.  
  3524.                </div>
  3525.                
  3526.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3527.                    <a href="#" class="btn btn-primary top-color btn-sm px-whtext-white rounded-pill">
  3528.                        <i class="ti-trophy me-1"></i>View All Popular
  3529.                    </a>
  3530.                </div> -->
  3531.            </div>
  3532.        </div>
  3533.  
  3534. </div>
  3535.  
  3536. <style>
  3537.     .widget-content {
  3538.        margin-top: -1px;
  3539.        position: relative;
  3540.        z-index: 1;
  3541.         background-color: var(--card-bg);
  3542.    }
  3543. </style>
  3544.  
  3545.    
  3546.            </div>
  3547.        </div>
  3548.    </div>
  3549. </section>
  3550.  
  3551. <script>
  3552. // Enhanced Intersection Observer with staggered animations
  3553. document.addEventListener('DOMContentLoaded', function() {
  3554.    const observerOptions = {
  3555.        threshold: 0.1,
  3556.        rootMargin: '0px 0px -100px 0px'
  3557.    };
  3558.  
  3559.    const observer = new IntersectionObserver(function(entries) {
  3560.        entries.forEach(entry => {
  3561.            if (entry.isIntersecting) {
  3562.                setTimeout(() => {
  3563.                    entry.target.classList.add('revealed');
  3564.                }, 100);
  3565.            }
  3566.        });
  3567.    }, observerOptions);
  3568.  
  3569.    // Observe all scroll-reveal elements
  3570.    document.querySelectorAll('.scroll-reveal').forEach(el => {
  3571.        observer.observe(el);
  3572.    });
  3573.  
  3574.    // Add parallax effect to floating dots
  3575.    document.addEventListener('mousemove', function(e) {
  3576.        const cards = document.querySelectorAll('.blog-card-v3');
  3577.        cards.forEach(card => {
  3578.            const rect = card.getBoundingClientRect();
  3579.            const x = (e.clientX - rect.left) / rect.width;
  3580.            const y = (e.clientY - rect.top) / rect.height;
  3581.            
  3582.            const dots = card.querySelectorAll('.floating-dot');
  3583.            dots.forEach((dot, index) => {
  3584.                const moveX = (x - 0.5) * (10 + index * 5);
  3585.                const moveY = (y - 0.5) * (10 + index * 5);
  3586.                dot.style.transform = `translate(${moveX}px, ${moveY}px)`;
  3587.            });
  3588.        });
  3589.    });
  3590. });
  3591. </script>
  3592.  
  3593.    
  3594.        
  3595.        <!-- end wpo-blog-highlights-section -->
  3596.        <!-- start wpo-blog-sponsored-section -->
  3597.        
  3598.  
  3599.  
  3600.  
  3601.    
  3602.  
  3603.  
  3604.  
  3605. <style>
  3606.    .sponsored-section-v3 {
  3607.        padding: 0 0 50px;
  3608.    }
  3609.    
  3610.    .sponsored-card-v3 {
  3611.        background: white;
  3612.        border: 1px solid var(--border-color);
  3613.        border-radius: 0;
  3614.        overflow: hidden;
  3615.        transition: all 0.3s ease;
  3616.        height: 100%;
  3617.        position: relative;
  3618.    }
  3619.    
  3620.    .sponsored-card-v3:hover {
  3621.        border-color: #dee2e6;
  3622.        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  3623.    }
  3624.    
  3625.    .sponsored-image-v3 {
  3626.        position: relative;
  3627.        overflow: hidden;
  3628.        height: 160px;
  3629.    }
  3630.    
  3631.    .sponsored-image-v3 img {
  3632.        width: 100%;
  3633.        height: 100%;
  3634.        object-fit: cover;
  3635.        filter: grayscale(20%);
  3636.        transition: filter 0.3s ease;
  3637.    }
  3638.    
  3639.    .sponsored-card-v3:hover .sponsored-image-v3 img {
  3640.        filter: grayscale(0%);
  3641.    }
  3642.    
  3643.    .sponsored-badge-v3 {
  3644.        position: absolute;
  3645.        bottom: auto;
  3646.        left: auto;
  3647.        right: 10px;
  3648.        top: 10px;
  3649.        padding: 8px;
  3650.        font-size: 10px;
  3651.        font-weight: 700;
  3652.        text-transform: uppercase;
  3653.        letter-spacing: 1px;
  3654.        text-align: center;
  3655.    }
  3656.    
  3657.    .sponsored-content-v3 {
  3658.        position: relative;
  3659.        padding: 24px 20px;
  3660.    }
  3661.    
  3662.    .sponsored-title-v3 {
  3663.        font-size: 15px;
  3664.        font-weight: 700;
  3665.        line-height: 1.5;
  3666.        margin-bottom: 18px;
  3667.        min-height: 45px;
  3668.        text-transform: uppercase;
  3669.        letter-spacing: 0.5px;
  3670.    }
  3671.    
  3672.    .sponsored-title-v3 a {
  3673.        text-decoration: none;
  3674.        transition: opacity 0.3s ease;
  3675.    }
  3676.    
  3677.    .sponsored-title-v3 a:hover {
  3678.        opacity: 0.8;
  3679.    }
  3680.    
  3681.    .sponsored-meta-v3 {
  3682.        display: flex;
  3683.        align-items: center;
  3684.        justify-content: space-between;
  3685.        font-size: 11px;
  3686.        font-weight: 600;
  3687.        text-transform: uppercase;
  3688.        letter-spacing: 0.5px;
  3689.        padding-top: 12px;
  3690.        border-top: 1px solid #f1f3f4;
  3691.    }
  3692.    
  3693.    .author-info-v3 {
  3694.        display: flex;
  3695.        align-items: center;
  3696.        gap: 8px;
  3697.    }
  3698.    
  3699.    .sponsored-author-img-v3 {
  3700.        width: 30px;
  3701.        height: 30px;
  3702.        border-radius: 50%;
  3703.        object-fit: cover;
  3704.    }
  3705.    
  3706.    .section-title-sponsored-v3 {
  3707.        font-size: 2.5rem;
  3708.        font-weight: 900;
  3709.        text-align: left;
  3710.        margin-bottom: 30px;
  3711.        letter-spacing: 2px;
  3712.        border-left: 8px solid var(--bs-primary);
  3713.        padding-left: 20px;
  3714.    }
  3715.    
  3716.    .sponsored-overlay-v3 {
  3717.        position: absolute;
  3718.        top: 0;
  3719.        left: 0;
  3720.        right: 0;
  3721.        bottom: 0;
  3722.        background: linear-gradient(45deg, transparent 0%, rgba(0,0,0,0.1) 100%);
  3723.        opacity: 0;
  3724.        transition: opacity 0.3s ease;
  3725.    }
  3726.    
  3727.    .sponsored-card-v3:hover .sponsored-overlay-v3 {
  3728.        opacity: 1;
  3729.    }
  3730.  
  3731.    @media (max-width: 768px) {
  3732.        .sponsored-section-v3 {
  3733.            padding: 0px 0 40px;
  3734.        }
  3735.        .section-title-sponsored-v3 {
  3736.            font-size: 2.2rem;
  3737.            text-align: center;
  3738.            border-left: none;
  3739.            border-bottom: 4px solid;
  3740.            padding-left: 0;
  3741.            padding-bottom: 10px;
  3742.        }
  3743.        .sponsored-content-v3 {
  3744.            padding: 20px 16px;
  3745.        }
  3746.    }
  3747. </style>
  3748.  
  3749. <section class="sponsored-section-v3">
  3750.    <div class="container-fluid fluid-container mt-5">
  3751.        <div class="row">
  3752.            <div class="col-12">
  3753.                <h2 class="section-title-sponsored-v3 ">Sponsored News</h2>
  3754.            </div>
  3755.        </div>
  3756.        
  3757.        <div class="row g-3">
  3758.            
  3759.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3760.                <div class="card sponsored-card-v3">
  3761.                    <div class="sponsored-overlay-v3"></div>
  3762.                    <div class="sponsored-image-v3">
  3763.                        
  3764.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3765.                        
  3766.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3767.                    </div>
  3768.                    <div class="sponsored-content-v3">
  3769.                        <h3 class="sponsored-title-v3">
  3770.                            <a href="/swedish-selection-reveal-isak-selected-whereas-gyokeres-misses-out/" class="top-color">
  3771.                            Swedish Selection Reveal: Isak Selected Whereas Gyokeres Misses Out
  3772.                            </a>
  3773.                        </h3>
  3774.                        <div class="sponsored-meta-v3">
  3775.                            <div class="author-info-v3">
  3776.                                
  3777.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Edward Riley" class="sponsored-author-img-v3">
  3778.                                
  3779.                                <span class="top-color">
  3780.                                    Edward Riley
  3781.                                </span>
  3782.                            </div>
  3783.                            <span class="top-color">10 May 2026</span>
  3784.                        </div>
  3785.                    </div>
  3786.                </div>
  3787.            </div>
  3788.            
  3789.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3790.                <div class="card sponsored-card-v3">
  3791.                    <div class="sponsored-overlay-v3"></div>
  3792.                    <div class="sponsored-image-v3">
  3793.                        
  3794.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3795.                        
  3796.                        <div class="sponsored-badge-v3 bg-primary-gradient">Others</div>
  3797.                    </div>
  3798.                    <div class="sponsored-content-v3">
  3799.                        <h3 class="sponsored-title-v3">
  3800.                            <a href="/unveiling-the-exciting-realm-of-online-slot-game-tournaments/" class="top-color">
  3801.                            Unveiling the Exciting Realm of Online Slot Game Tournaments
  3802.                            </a>
  3803.                        </h3>
  3804.                        <div class="sponsored-meta-v3">
  3805.                            <div class="author-info-v3">
  3806.                                
  3807.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Edward Riley" class="sponsored-author-img-v3">
  3808.                                
  3809.                                <span class="top-color">
  3810.                                    Edward Riley
  3811.                                </span>
  3812.                            </div>
  3813.                            <span class="top-color">10 May 2026</span>
  3814.                        </div>
  3815.                    </div>
  3816.                </div>
  3817.            </div>
  3818.            
  3819.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3820.                <div class="card sponsored-card-v3">
  3821.                    <div class="sponsored-overlay-v3"></div>
  3822.                    <div class="sponsored-image-v3">
  3823.                        
  3824.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3825.                        
  3826.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3827.                    </div>
  3828.                    <div class="sponsored-content-v3">
  3829.                        <h3 class="sponsored-title-v3">
  3830.                            <a href="/uae-refuses-to-join-gaza-stabilisation-force-without-defined-legal-framework/" class="top-color">
  3831.                            UAE Refuses to Join Gaza Stabilisation Force Without Defined Legal Framework
  3832.                            </a>
  3833.                        </h3>
  3834.                        <div class="sponsored-meta-v3">
  3835.                            <div class="author-info-v3">
  3836.                                
  3837.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Edward Riley" class="sponsored-author-img-v3">
  3838.                                
  3839.                                <span class="top-color">
  3840.                                    Edward Riley
  3841.                                </span>
  3842.                            </div>
  3843.                            <span class="top-color">10 May 2026</span>
  3844.                        </div>
  3845.                    </div>
  3846.                </div>
  3847.            </div>
  3848.            
  3849.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3850.                <div class="card sponsored-card-v3">
  3851.                    <div class="sponsored-overlay-v3"></div>
  3852.                    <div class="sponsored-image-v3">
  3853.                        
  3854.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3855.                        
  3856.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3857.                    </div>
  3858.                    <div class="sponsored-content-v3">
  3859.                        <h3 class="sponsored-title-v3">
  3860.                            <a href="/abigail-spanberger-establishes-a-landmark-as-virginias-initial-woman-state-leader/" class="top-color">
  3861.                            Abigail Spanberger Establishes a Landmark as Virginia&#x27;s Initial Woman State Leader
  3862.                            </a>
  3863.                        </h3>
  3864.                        <div class="sponsored-meta-v3">
  3865.                            <div class="author-info-v3">
  3866.                                
  3867.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Edward Riley" class="sponsored-author-img-v3">
  3868.                                
  3869.                                <span class="top-color">
  3870.                                    Edward Riley
  3871.                                </span>
  3872.                            </div>
  3873.                            <span class="top-color">10 May 2026</span>
  3874.                        </div>
  3875.                    </div>
  3876.                </div>
  3877.            </div>
  3878.            
  3879.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3880.                <div class="card sponsored-card-v3">
  3881.                    <div class="sponsored-overlay-v3"></div>
  3882.                    <div class="sponsored-image-v3">
  3883.                        
  3884.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3885.                        
  3886.                        <div class="sponsored-badge-v3 bg-primary-gradient">Others</div>
  3887.                    </div>
  3888.                    <div class="sponsored-content-v3">
  3889.                        <h3 class="sponsored-title-v3">
  3890.                            <a href="/the-future-of-online-slot-games-innovations-unveiled/" class="top-color">
  3891.                            The Future of Online Slot Games: Innovations Unveiled
  3892.                            </a>
  3893.                        </h3>
  3894.                        <div class="sponsored-meta-v3">
  3895.                            <div class="author-info-v3">
  3896.                                
  3897.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Edward Riley" class="sponsored-author-img-v3">
  3898.                                
  3899.                                <span class="top-color">
  3900.                                    Edward Riley
  3901.                                </span>
  3902.                            </div>
  3903.                            <span class="top-color">10 May 2026</span>
  3904.                        </div>
  3905.                    </div>
  3906.                </div>
  3907.            </div>
  3908.            
  3909.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3910.                <div class="card sponsored-card-v3">
  3911.                    <div class="sponsored-overlay-v3"></div>
  3912.                    <div class="sponsored-image-v3">
  3913.                        
  3914.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3915.                        
  3916.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3917.                    </div>
  3918.                    <div class="sponsored-content-v3">
  3919.                        <h3 class="sponsored-title-v3">
  3920.                            <a href="/when-did-i-get-that-handsome-the-rock-legend-on-watching-jeremy-allen-white-play-him-on-screen/" class="top-color">
  3921.                            ‘When Did I Get That Handsome?’: The Rock Legend on Watching Jeremy Allen White Play Him On Screen
  3922.                            </a>
  3923.                        </h3>
  3924.                        <div class="sponsored-meta-v3">
  3925.                            <div class="author-info-v3">
  3926.                                
  3927.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Edward Riley" class="sponsored-author-img-v3">
  3928.                                
  3929.                                <span class="top-color">
  3930.                                    Edward Riley
  3931.                                </span>
  3932.                            </div>
  3933.                            <span class="top-color">10 May 2026</span>
  3934.                        </div>
  3935.                    </div>
  3936.                </div>
  3937.            </div>
  3938.            
  3939.        </div>
  3940.    </div>
  3941. </section>
  3942.  
  3943.  
  3944.    
  3945.        <!-- end wpo-blog-sponsored-section -->
  3946.        <!-- start wpo-subscribe-section -->
  3947.        
  3948.        <!-- end subscribe-section -->
  3949.        <!-- start of wpo-site-footer-section -->
  3950.        
  3951.  
  3952.  
  3953.  
  3954.  
  3955.  
  3956.  
  3957. <!-- Footer V4 - Modern Corporate Design -->
  3958. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  3959.  
  3960.    <div class="container-fluid fluid-container">
  3961.        
  3962.        <!-- Content Sections -->
  3963.        <div class="content-sections">
  3964.            <div class="row g-5">
  3965.                
  3966.                <!-- Brand Column -->
  3967.                <div class="col-lg-4 col-md-12">
  3968.                    <div class="brand-section">
  3969.                        <div class="brand-header">
  3970.                            
  3971.                            <div class="brand-text">
  3972.                                <h3 class="brand-name">BritLotto UK</h3>
  3973.                                <span class="brand-type">Digital Publication</span>
  3974.                            </div>
  3975.                        </div>
  3976.                        <p class="brand-description  text-lg-start ">
  3977.                            Stay updated with the latest UK lottery results, expert tips, and jackpot news. BritLotto provides insights for Lotto, EuroMillions, and more to help players.
  3978.                        </p>
  3979.                    </div>
  3980.                </div>
  3981.  
  3982.                <!-- Quick Links Column -->
  3983.               <div class="col-lg-4 col-md-6">
  3984.                    <div class="links-section">
  3985.                        <div class="section-title">
  3986.                            <h4 class="title-text">Resources</h4>
  3987.                            <div class="title-decoration"></div>
  3988.                        </div>
  3989.                        <div class="links-container">
  3990.                          
  3991. <div class="link-group">
  3992.    <ul class="link-list" id="externalLinks">
  3993.        
  3994.  
  3995.    
  3996.        
  3997.        
  3998.        
  3999.    </ul>
  4000. </div>
  4001.  
  4002.                        </div>
  4003.                    </div>
  4004.                </div>
  4005.  
  4006.                <!-- Categories Column -->
  4007.                <div class="col-lg-4 col-md-6">
  4008.                    <div class="categories-section">
  4009.                        <div class="section-title">
  4010.                            <h4 class="title-text">Explore Topics</h4>
  4011.                            <div class="title-decoration"></div>
  4012.                        </div>
  4013.                        <div class="categories-container">
  4014.                            <p class="categories-intro">Discover content organized by topics that interest you most.</p>
  4015.                            <div class="categories-cloud">
  4016.                                
  4017.                                <a href="/category/all-posts/" class="category-pill">
  4018.                                    All Posts
  4019.                                </a>
  4020.                                
  4021.                                <a href="/category/business/" class="category-pill">
  4022.                                    Business
  4023.                                </a>
  4024.                                
  4025.                                <a href="/category/esports/" class="category-pill">
  4026.                                    Esports
  4027.                                </a>
  4028.                                
  4029.                                <a href="/category/fashion/" class="category-pill">
  4030.                                    Fashion
  4031.                                </a>
  4032.                                
  4033.                                <a href="/category/featured/" class="category-pill">
  4034.                                    Featured
  4035.                                </a>
  4036.                                
  4037.                                <a href="/category/gaming/" class="category-pill">
  4038.                                    Gaming
  4039.                                </a>
  4040.                                
  4041.                                <a href="/category/health/" class="category-pill">
  4042.                                    Health
  4043.                                </a>
  4044.                                
  4045.                                <a href="/category/life-fitness/" class="category-pill">
  4046.                                    Life &amp; Fitness
  4047.                                </a>
  4048.                                
  4049.                            </div>
  4050.                        </div>
  4051.                    </div>
  4052.                </div>
  4053.  
  4054.            </div>
  4055.        </div>
  4056.  
  4057.        <!-- Footer Bottom -->
  4058.        <div class="footer-bottom">
  4059.            <div class="bottom-border"></div>
  4060.            <div class=" d-flex justify-content-between flex-wrap">
  4061.                <div>
  4062.                    <div class="copyright-info">
  4063.                        <p class="copyright-main">
  4064.                            © 2026 <span class="brand-highlight">BritLotto UK</span>. All rights reserved.
  4065.                        </p>
  4066.                        <p class="copyright-sub">
  4067.                            Thoughtfully crafted content for curious minds worldwide.
  4068.                        </p>
  4069.                    </div>
  4070.                </div>
  4071.                <div>
  4072.                    <div class="footer-actions">
  4073.                        <div class="action-links">
  4074.                            <a href="/page/write-for-us/" class="action-link">
  4075.                                <i class="bi bi-shield-check"></i>
  4076.                                <span>Write For Us</span>
  4077.                            </a>
  4078.                            <a href="/page/terms-and-conditions/" class="action-link">
  4079.                                <i class="bi bi-shield-check"></i>
  4080.                                <span>Terms & Conditions</span>
  4081.                            </a>
  4082.                            <a href="/sitemap.xml" class="action-link">
  4083.                                <i class="bi bi-diagram-3"></i>
  4084.                                <span>Sitemap</span>
  4085.                            </a>
  4086.                        </div>
  4087.  
  4088.                    </div>
  4089.                </div>
  4090.            </div>
  4091.        </div>
  4092.  
  4093.    </div>
  4094.  
  4095.    
  4096.  
  4097. </footer>
  4098.  
  4099.  
  4100. <style>
  4101. /* Footer V4 - Modern Corporate Design */
  4102. .wpo-site-footer-v4 {
  4103.    color: var(--footer-color);
  4104.    margin-top: 100px;
  4105. }
  4106.  
  4107.  
  4108. .accent-line {
  4109.    position: absolute;
  4110.    top: 0;
  4111.    height: 100%;
  4112.    width: 33.333%;
  4113.    opacity: 0.8;
  4114. }
  4115.  
  4116. .accent-1 {
  4117.    left: 0;
  4118.    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
  4119.    animation: slideRight 3s ease-in-out infinite;
  4120. }
  4121.  
  4122. .accent-2 {
  4123.    left: 33.333%;
  4124.    background: linear-gradient(90deg, #8b5cf6, #7c3aed);
  4125.    animation: slideRight 3s ease-in-out infinite 1s;
  4126. }
  4127.  
  4128. .accent-3 {
  4129.    left: 66.666%;
  4130.    background: linear-gradient(90deg, #10b981, #059669);
  4131.    animation: slideRight 3s ease-in-out infinite 2s;
  4132. }
  4133.  
  4134. @keyframes slideRight {
  4135.    0%, 100% { transform: translateX(-10px); opacity: 0.6; }
  4136.    50% { transform: translateX(10px); opacity: 1; }
  4137. }
  4138.  
  4139. /* Content Sections */
  4140. .content-sections {
  4141.    padding: 60px 0;
  4142.    position: relative;
  4143.    z-index: 2;
  4144. }
  4145.  
  4146. /* Brand Section */
  4147. .brand-section {
  4148.    padding-right: 2rem;
  4149. }
  4150.  
  4151. .brand-header {
  4152.    display: flex;
  4153.    align-items: center;
  4154.    margin-bottom: 2rem;
  4155.    gap: 1rem;
  4156. }
  4157.  
  4158. .brand-logo {
  4159.    height: 50px;
  4160.    width: auto;
  4161.    border-radius: 8px;
  4162. }
  4163.  
  4164. .brand-name {
  4165.    font-size: 1.5rem;
  4166.    font-weight: 800;
  4167.    color: var(--footer-color) !important;
  4168.    margin: 0;
  4169. }
  4170.  
  4171. .brand-type {
  4172.    color: var(--footer-color) !important;
  4173.    opacity: 0.8;
  4174.    font-size: 0.85rem;
  4175.    font-weight: 500;
  4176.    text-transform: uppercase;
  4177.    letter-spacing: 0.5px;
  4178. }
  4179.  
  4180. .brand-description {
  4181.    color: var(--footer-color) !important;
  4182.    line-height: 1.7;
  4183.    margin-bottom: 2rem;
  4184.    font-size: 0.95rem;
  4185. }
  4186.  
  4187. .brand-stats {
  4188.    display: flex;
  4189.    align-items: center;
  4190.    gap: 1.5rem;
  4191. }
  4192.  
  4193. .stat-item {
  4194.    text-align: center;
  4195. }
  4196.  
  4197. .stat-number {
  4198.    font-size: 1.5rem;
  4199.    font-weight: 800;
  4200.    color: #3b82f6;
  4201.    display: block;
  4202.    line-height: 1;
  4203. }
  4204.  
  4205. .stat-label {
  4206.    font-size: 0.8rem;
  4207.    color: #94a3b8;
  4208.    margin-top: 0.25rem;
  4209. }
  4210.  
  4211. .stat-divider {
  4212.    width: 1px;
  4213.    height: 40px;
  4214.    background: rgba(255, 255, 255, 0.2);
  4215. }
  4216.  
  4217. /* Links Section */
  4218. .links-section {
  4219.    padding-left: 1rem;
  4220.    padding-right: 1rem;
  4221. }
  4222.  
  4223. .section-title {
  4224.    margin-bottom: 2rem;
  4225.    position: relative;
  4226. }
  4227.  
  4228. .title-text {
  4229.    font-size: 1.3rem;
  4230.    font-weight: 700;
  4231.    color: var(--footer-color) !important;
  4232.    margin-bottom: 0.5rem;
  4233.    text-align: justify !important;
  4234. }
  4235.  
  4236.  
  4237. .link-group {
  4238.    margin-bottom: 2rem;
  4239. }
  4240.  
  4241. .group-title {
  4242.    font-size: 1rem;
  4243.    font-weight: 600;
  4244.    color: #f1f5f9;
  4245.    margin-bottom: 1rem;
  4246.    padding-bottom: 0.5rem;
  4247.    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  4248. }
  4249.  
  4250. .link-list {
  4251.    list-style: none;
  4252.    padding: 0;
  4253.    margin: 0;
  4254. }
  4255.  
  4256. .link-item {
  4257.    margin-bottom: 0.75rem;
  4258. }
  4259.  
  4260. .link-text {
  4261.    color: var(--footer-color) !important;
  4262.    text-decoration: none;
  4263.    font-size: 0.9rem;
  4264.    display: flex;
  4265.    align-items: center;
  4266.    transition: all 0.3s ease;
  4267.    padding: 0.25rem 0;
  4268. }
  4269.  
  4270. .link-text:hover {
  4271.    color: #3b82f6;
  4272.    padding-left: 0.5rem;
  4273. }
  4274.  
  4275. .link-icon {
  4276.    margin-right: 0.5rem;
  4277.    opacity: 0;
  4278.    transition: opacity 0.3s ease;
  4279. }
  4280.  
  4281. .link-text:hover .link-icon {
  4282.    opacity: 1;
  4283. }
  4284.  
  4285. .external-icon {
  4286.    color: #10b981;
  4287. }
  4288.  
  4289. /* Categories Section */
  4290. .categories-section {
  4291.    padding-left: 1rem;
  4292. }
  4293.  
  4294. .categories-intro {
  4295.    color: #cbd5e1;
  4296.    margin-bottom: 1.5rem;
  4297.    font-size: 0.9rem;
  4298. }
  4299.  
  4300. .categories-cloud {
  4301.    display: flex;
  4302.    flex-wrap: wrap;
  4303.    gap: 0.75rem;
  4304. }
  4305.  
  4306. .category-pill {
  4307.    display: inline-block;
  4308.    padding: 0.5rem 1rem;
  4309.    background: rgba(255, 255, 255, 0.1);
  4310.    border: 1px solid rgba(255, 255, 255, 0.2);
  4311.    border-radius: 20px;
  4312.    color:  var(--footer-color) !important;
  4313.    text-decoration: none;
  4314.    font-size: 0.85rem;
  4315.    opacity: 0.7;
  4316.    font-weight: 500;
  4317.    transition: all 0.3s ease;
  4318. }
  4319.  
  4320. .category-pill:hover {
  4321.    background: #3b82f6;
  4322.    border-color: #3b82f6;
  4323.    color: var(--footer-color) !important;
  4324.    opacity: 1;
  4325.    transform: translateY(-1px);
  4326.    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
  4327. }
  4328.  
  4329. /* Footer Bottom */
  4330. .footer-bottom {
  4331.    padding: 2rem 0;
  4332.    position: relative;
  4333.    z-index: 2;
  4334. }
  4335.  
  4336. .bottom-border {
  4337.    height: 1px;
  4338.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  4339.    margin-bottom: 2rem;
  4340. }
  4341.  
  4342. .copyright-main {
  4343.    font-size: 1rem;
  4344.    color: #e2e8f0;
  4345.    margin-bottom: 0.25rem;
  4346. }
  4347.  
  4348. .brand-highlight {
  4349.    color: var(--footer-color);
  4350.    font-weight: 700;
  4351. }
  4352.  
  4353. .copyright-sub {
  4354.    font-size: 0.85rem;
  4355.    color: #94a3b8;
  4356.    margin: 0;
  4357. }
  4358.  
  4359. .footer-actions {
  4360.    display: flex;
  4361.    align-items: center;
  4362.    gap: 2rem;
  4363. }
  4364.  
  4365. .action-links {
  4366.    display: flex;
  4367.    gap: 1.5rem;
  4368. }
  4369.  
  4370. .action-link {
  4371.    display: flex;
  4372.    align-items: center;
  4373.    gap: 0.5rem;
  4374.    color: #cbd5e1;
  4375.    text-decoration: none;
  4376.    font-size: 0.9rem;
  4377.    transition: color 0.3s ease;
  4378. }
  4379.  
  4380. .action-link:hover {
  4381.    color: #3b82f6;
  4382. }
  4383.  
  4384. .scroll-to-top-btn {
  4385.    background: rgba(255, 255, 255, 0.1);
  4386.    border: 1px solid rgba(255, 255, 255, 0.2);
  4387.    color: #cbd5e1;
  4388.    width: 44px;
  4389.    height: 44px;
  4390.    border-radius: 12px;
  4391.    cursor: pointer;
  4392.    transition: all 0.3s ease;
  4393.    display: flex;
  4394.    align-items: center;
  4395.    justify-content: center;
  4396. }
  4397.  
  4398. .scroll-to-top-btn:hover {
  4399.    background: #3b82f6;
  4400.    border-color: #3b82f6;
  4401.    color: white;
  4402.    transform: translateY(-2px);
  4403. }
  4404.  
  4405. /* Background Pattern */
  4406. .footer-pattern {
  4407.    position: absolute;
  4408.    top: 0;
  4409.    left: 0;
  4410.    width: 100%;
  4411.    height: 100%;
  4412.    z-index: 1;
  4413.    overflow: hidden;
  4414. }
  4415.  
  4416. .pattern-grid {
  4417.    position: relative;
  4418.    width: 100%;
  4419.    height: 100%;
  4420. }
  4421.  
  4422. .pattern-dot {
  4423.    position: absolute;
  4424.    width: 2px;
  4425.    height: 2px;
  4426.    background: rgba(255, 255, 255, 0.1);
  4427.    border-radius: 50%;
  4428. }
  4429.  
  4430. .pattern-dot:nth-child(1) { top: 20%; left: 10%; }
  4431. .pattern-dot:nth-child(2) { top: 40%; right: 15%; }
  4432. .pattern-dot:nth-child(3) { top: 60%; left: 70%; }
  4433. .pattern-dot:nth-child(4) { bottom: 30%; right: 30%; }
  4434. .pattern-dot:nth-child(5) { bottom: 50%; left: 40%; }
  4435. .pattern-dot:nth-child(6) { top: 80%; right: 60%; }
  4436.  
  4437. /* Responsive Design */
  4438. @media (max-width: 992px) {
  4439.    .newsletter-heading {
  4440.        font-size: 2rem;
  4441.    }
  4442.    
  4443.    .brand-section {
  4444.        padding-right: 0;
  4445.        margin-bottom: 3rem;
  4446.    }
  4447.    
  4448.    .links-section, .categories-section {
  4449.        padding-left: 0;
  4450.        padding-right: 0;
  4451.    }
  4452.    
  4453.    .brand-stats {
  4454.        justify-content: center;
  4455.        margin-top: 2rem;
  4456.    }
  4457. }
  4458.  
  4459. @media (max-width: 768px) {
  4460.    .newsletter-section {
  4461.        padding: 60px 0 40px;
  4462.    }
  4463.    
  4464.    .newsletter-container {
  4465.        padding: 2rem 1.5rem;
  4466.        margin: 0 1rem;
  4467.    }
  4468.    
  4469.    .newsletter-heading {
  4470.        font-size: 1.75rem;
  4471.    }
  4472.    
  4473.    .content-sections {
  4474.        padding: 40px 0;
  4475.    }
  4476.    
  4477.    .brand-header {
  4478.        flex-direction: column;
  4479.        text-align: center;
  4480.    }
  4481.    
  4482.    .footer-actions {
  4483.        flex-direction: column;
  4484.        gap: 1rem;
  4485.        margin-top: 1.5rem;
  4486.    }
  4487.    
  4488.    .action-links {
  4489.        order: 2;
  4490.    }
  4491.    
  4492.    .scroll-to-top-btn {
  4493.        order: 1;
  4494.    }
  4495. }
  4496.  
  4497. @media (max-width: 576px) {
  4498.    .newsletter-container {
  4499.        padding: 1.5rem 1rem;
  4500.    }
  4501.    
  4502.    .newsletter-heading {
  4503.        font-size: 1.5rem;
  4504.    }
  4505.    
  4506.    .brand-stats {
  4507.        flex-direction: column;
  4508.        gap: 1rem;
  4509.    }
  4510.    
  4511.    .stat-divider {
  4512.        width: 40px;
  4513.        height: 1px;
  4514.    }
  4515.    
  4516.    .action-links {
  4517.        flex-direction: column;
  4518.        gap: 0.75rem;
  4519.        text-align: center;
  4520.    }
  4521.    
  4522.    .pattern-dot {
  4523.        display: none;
  4524.    }
  4525. }
  4526. </style>
  4527.  
  4528. <!-- Bootstrap 5 JS -->
  4529.  
  4530. <script>
  4531. // Scroll to Top Function
  4532. document.addEventListener('DOMContentLoaded', function () {
  4533.    var btn = document.getElementById('toggleExternal');
  4534.    if (!btn) return; // No extra items, no button
  4535.  
  4536.    var extras = document.querySelectorAll('#externalLinks li.extra');
  4537.  
  4538.    btn.addEventListener('click', function () {
  4539.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4540.            return li.classList.contains('d-none');
  4541.        });
  4542.  
  4543.        extras.forEach(function (li) {
  4544.            if (anyHidden) {
  4545.                li.classList.remove('d-none');
  4546.                li.classList.add('show');
  4547.            } else {
  4548.                li.classList.add('d-none');
  4549.                li.classList.remove('show');
  4550.            }
  4551.        });
  4552.  
  4553.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4554.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4555.    });
  4556. });
  4557. function scrollToTop() {
  4558.    window.scrollTo({
  4559.        top: 0,
  4560.        behavior: 'smooth'
  4561.    });
  4562. }
  4563.  
  4564. // Initialize Footer V4 Features
  4565. document.addEventListener('DOMContentLoaded', function() {
  4566.    
  4567.    // Newsletter Form Handling
  4568.    const newsletterForm = document.querySelector('.newsletter-form');
  4569.    const emailInput = document.querySelector('.form-input');
  4570.    const submitButton = document.querySelector('.submit-button');
  4571.    const successMessage = document.querySelector('.success-message');
  4572.    const errorMessage = document.querySelector('.error-message');
  4573.    const infoMessage = document.querySelector('.info-message');
  4574.    
  4575.    if (newsletterForm && emailInput && submitButton) {
  4576.        
  4577.        // Form submission
  4578.        newsletterForm.addEventListener('submit', function(e) {
  4579.            e.preventDefault();
  4580.            
  4581.            const email = emailInput.value.trim();
  4582.            
  4583.            // Validate email
  4584.            if (!email || !isValidEmail(email)) {
  4585.                showMessage('error');
  4586.                emailInput.focus();
  4587.                return;
  4588.            }
  4589.            
  4590.            // Show loading state
  4591.            const originalText = submitButton.querySelector('.button-text').textContent;
  4592.            const originalIcon = submitButton.querySelector('.button-icon').innerHTML;
  4593.            
  4594.            submitButton.disabled = true;
  4595.            submitButton.querySelector('.button-text').textContent = 'Subscribing...';
  4596.            submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-arrow-clockwise"></i>';
  4597.            submitButton.querySelector('.button-icon i').style.animation = 'spin 1s linear infinite';
  4598.            
  4599.            // Simulate API call
  4600.            setTimeout(() => {
  4601.                // Success state
  4602.                submitButton.querySelector('.button-text').textContent = 'Subscribed!';
  4603.                submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-check-lg"></i>';
  4604.                submitButton.querySelector('.button-icon i').style.animation = 'none';
  4605.                submitButton.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  4606.                
  4607.                showMessage('success');
  4608.                
  4609.                // Reset after delay
  4610.                setTimeout(() => {
  4611.                    submitButton.querySelector('.button-text').textContent = originalText;
  4612.                    submitButton.querySelector('.button-icon').innerHTML = originalIcon;
  4613.                    submitButton.style.background = '';
  4614.                    submitButton.disabled = false;
  4615.                    emailInput.value = '';
  4616.                    showMessage('info');
  4617.                }, 3000);
  4618.                
  4619.            }, 2000);
  4620.        });
  4621.        
  4622.        // Input validation
  4623.        emailInput.addEventListener('blur', function() {
  4624.            const email = this.value.trim();
  4625.            if (email && !isValidEmail(email)) {
  4626.                this.style.borderColor = '#ef4444';
  4627.                this.style.boxShadow = '0 0 0 4px rgba(239, 68, 68, 0.2)';
  4628.            } else if (email && isValidEmail(email)) {
  4629.                this.style.borderColor = '#10b981';
  4630.                this.style.boxShadow = '0 0 0 4px rgba(16, 185, 129, 0.2)';
  4631.            }
  4632.        });
  4633.        
  4634.        emailInput.addEventListener('focus', function() {
  4635.            this.style.borderColor = '#3b82f6';
  4636.            this.style.boxShadow = '0 0 0 4px rgba(59, 130, 246, 0.2)';
  4637.        });
  4638.        
  4639.        // Reset validation styling on input
  4640.        emailInput.addEventListener('input', function() {
  4641.            if (this.style.borderColor === 'rgb(239, 68, 68)') {
  4642.                this.style.borderColor = '';
  4643.                this.style.boxShadow = '';
  4644.            }
  4645.        });
  4646.    }
  4647.    
  4648.    // Email validation function
  4649.    function isValidEmail(email) {
  4650.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  4651.        return emailRegex.test(email);
  4652.    }
  4653.    
  4654.    // Message display function
  4655.    function showMessage(type) {
  4656.        // Hide all messages
  4657.        successMessage.style.display = 'none';
  4658.        errorMessage.style.display = 'none';
  4659.        infoMessage.style.display = 'none';
  4660.        
  4661.        // Show specific message
  4662.        if (type === 'success') {
  4663.            successMessage.style.display = 'block';
  4664.        } else if (type === 'error') {
  4665.            errorMessage.style.display = 'block';
  4666.        } else if (type === 'info') {
  4667.            infoMessage.style.display = 'block';
  4668.        }
  4669.    }
  4670.    
  4671.    // Smooth reveal animations
  4672.    const observerOptions = {
  4673.        threshold: 0.1,
  4674.        rootMargin: '0px 0px -30px 0px'
  4675.    };
  4676.    
  4677.    const sectionObserver = new IntersectionObserver((entries) => {
  4678.        entries.forEach(entry => {
  4679.            if (entry.isIntersecting) {
  4680.                entry.target.style.opacity = '1';
  4681.                entry.target.style.transform = 'translateY(0)';
  4682.            }
  4683.        });
  4684.    }, observerOptions);
  4685.    
  4686.    // Animate sections
  4687.    document.querySelectorAll('.brand-section, .links-section, .categories-section').forEach((section, index) => {
  4688.        section.style.opacity = '0';
  4689.        section.style.transform = 'translateY(20px)';
  4690.        section.style.transition = `all 0.6s ease ${index * 0.2}s`;
  4691.        sectionObserver.observe(section);
  4692.    });
  4693.    
  4694.    // Animate category pills
  4695.    document.querySelectorAll('.category-pill').forEach((pill, index) => {
  4696.        pill.style.opacity = '0';
  4697.        pill.style.transform = 'translateY(10px)';
  4698.        pill.style.transition = `all 0.4s ease ${index * 0.1}s`;
  4699.        
  4700.        setTimeout(() => {
  4701.            pill.style.opacity = '1';
  4702.            pill.style.transform = 'translateY(0)';
  4703.        }, 300 + (index * 100));
  4704.    });
  4705.    
  4706.    // Enhanced link hover effects
  4707.    document.querySelectorAll('.link-text').forEach(link => {
  4708.        link.addEventListener('mouseenter', function() {
  4709.            const icon = this.querySelector('.link-icon');
  4710.            if (icon) {
  4711.                icon.style.transform = 'translateX(4px)';
  4712.            }
  4713.        });
  4714.        
  4715.        link.addEventListener('mouseleave', function() {
  4716.            const icon = this.querySelector('.link-icon');
  4717.            if (icon) {
  4718.                icon.style.transform = 'translateX(0)';
  4719.            }
  4720.        });
  4721.    });
  4722.    
  4723.    // Prevent default for demo links
  4724.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4725.        link.addEventListener('click', function(e) {
  4726.            e.preventDefault();
  4727.        });
  4728.    });
  4729.    
  4730.    // Add ripple effect to submit button
  4731.    submitButton.addEventListener('click', function(e) {
  4732.        const ripple = document.createElement('span');
  4733.        const rect = this.getBoundingClientRect();
  4734.        const size = Math.max(rect.width, rect.height);
  4735.        const x = e.clientX - rect.left - size / 2;
  4736.        const y = e.clientY - rect.top - size / 2;
  4737.        
  4738.        ripple.style.cssText = `
  4739.            position: absolute;
  4740.            width: ${size}px;
  4741.            height: ${size}px;
  4742.            left: ${x}px;
  4743.            top: ${y}px;
  4744.            background: rgba(255, 255, 255, 0.3);
  4745.            border-radius: 50%;
  4746.            transform: scale(0);
  4747.            animation: ripple 0.6s ease-out;
  4748.            pointer-events: none;
  4749.        `;
  4750.        
  4751.        this.appendChild(ripple);
  4752.        
  4753.        setTimeout(() => {
  4754.            ripple.remove();
  4755.        }, 600);
  4756.    });
  4757.    
  4758. });
  4759.  
  4760. // Add CSS for ripple animation
  4761. const rippleStyle = document.createElement('style');
  4762. rippleStyle.textContent = `
  4763.    @keyframes ripple {
  4764.        to {
  4765.            transform: scale(2);
  4766.            opacity: 0;
  4767.        }
  4768.    }
  4769.    
  4770.    @keyframes spin {
  4771.        from { transform: rotate(0deg); }
  4772.        to { transform: rotate(360deg); }
  4773.    }
  4774.    
  4775.    .submit-button {
  4776.        position: relative;
  4777.        overflow: hidden;
  4778.    }
  4779. `;
  4780. document.head.appendChild(rippleStyle);
  4781. </script>
  4782.  
  4783.        <!-- end of wpo-site-footer-section -->
  4784.    </div>
  4785.    <!-- end of page-wrapper -->
  4786.  
  4787.    <!-- All JavaScript files
  4788.    ================================================== -->
  4789.    
  4790.  
  4791. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4792. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4793. <!-- Plugins for this template -->
  4794. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4795. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4796. <!-- Custom script for this template -->
  4797. <script src="/static/blogapp/assets/js/script.js"></script>
  4798.  
  4799. <script>
  4800. (function () {
  4801. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4802. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4803.  
  4804. function applyFallback(img) {
  4805. if (!img || img.dataset.fallbackApplied === "1") {
  4806. return;
  4807. }
  4808. var failedSrc = img.currentSrc || img.src || "";
  4809. img.dataset.fallbackApplied = "1";
  4810. img.onerror = null;
  4811. img.src = fallbackImageSrc;
  4812. console.warn("[ImageFallback] Replaced broken image:", {
  4813. failedSrc: failedSrc,
  4814. fallbackSrc: fallbackImageSrc,
  4815. alt: img.alt || "",
  4816. });
  4817. }
  4818.  
  4819. document.querySelectorAll("img").forEach(function (img) {
  4820. if (img.complete && img.naturalWidth === 0) {
  4821. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4822. failedSrc: img.currentSrc || img.src || "",
  4823. alt: img.alt || "",
  4824. });
  4825. applyFallback(img);
  4826. }
  4827. });
  4828.  
  4829. document.addEventListener(
  4830. "error",
  4831. function (event) {
  4832. var target = event.target;
  4833. if (target && target.tagName === "IMG") {
  4834. applyFallback(target);
  4835. }
  4836. },
  4837. true
  4838. );
  4839. })();
  4840. </script>
  4841.  
  4842. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4843.  
  4844.  
  4845.  
  4846. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"2d4f162f5fd849bdbdd18eb449f3a720","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4847. </body>
  4848.  
  4849. </html>
  4850.  
  4851.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda