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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="hind">
  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_71_bQCUS68_z35AMTD_brs2rG0.png">
  14.    
  15.  
  16.    <title>NeonPortal UK: Tech Insights, Reviews &amp; Digital Innovation Blog</title>
  17.    <meta name="description" content="Explore the latest in technology, digital trends, and expert reviews on NeonPortal UK. Your go-to source for insightful articles and innovation updates.">
  18.    <link href="/static/blogapp/assets/css/themify-icons.css" rel="stylesheet">
  19.    <link href="/static/blogapp/assets/css/flaticon.css" rel="stylesheet">
  20.    <link href="/static/blogapp/assets/css/bootstrap.min.css" rel="stylesheet">
  21.    <link href="/static/blogapp/assets/css/animate.css" rel="stylesheet">
  22.    <link href="/static/blogapp/assets/css/owl.carousel.css" rel="stylesheet">
  23.    <link href="/static/blogapp/assets/css/owl.theme.css" rel="stylesheet">
  24.    <link href="/static/blogapp/assets/css/slick.css" rel="stylesheet">
  25.    <link href="/static/blogapp/assets/css/slick-theme.css" rel="stylesheet">
  26.    <link href="/static/blogapp/assets/css/swiper.min.css" rel="stylesheet">
  27.    <link href="/static/blogapp/assets/css/owl.transitions.css" rel="stylesheet">
  28.    <link href="/static/blogapp/assets/css/jquery.fancybox.css" rel="stylesheet">
  29.    <link href="/static/blogapp/assets/css/odometer-theme-default.css" rel="stylesheet">
  30.    <link href="/static/blogapp/assets/css/component.css" rel="stylesheet">
  31.    <link href="/static/blogapp/assets/sass/style.css" rel="stylesheet">
  32.    <link href="/static/blogapp/assets/sass/layout/navbar.css" rel="stylesheet">
  33.    <link href="/static/blogapp/assets/css/responsive.css" rel="stylesheet">
  34.    <link href="/static/blogapp/assets/sass/fonts.css" rel="stylesheet">
  35.    <link rel="canonical" href="https://neonportal.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #606c38;
  42.        --bs-primary-rgb: 606c38;
  43.        --bs-secondary: #6b6e74;
  44.        --bs-success: #2a9d8f;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #d97706;
  47.        --bs-info: #457b9d;
  48.        --bs-light: #f4f1de;
  49.        --bs-dark: #283618;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #606c38;
  53.        --theme-primary-color-s2: #606c38;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #283618;
  57.        --text-light-color: #676767;
  58.        --heading-color: #283618;
  59.        --border-color: #d8d5c4;
  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: #e9ece2;
  75.        --navbar-color: #283618;
  76.        --topbar-bg: #f4f1de;
  77.        --topbar-color: #283618;
  78.        --footer-bg: #283618;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #d8d5c4;
  82.        --card-radius: 10px;
  83.        --link-color: #606c38;
  84.        --link-hover: #4a552c;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(96, 108, 56, 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_32">
  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. <div class="topbar d-sm-flex d-none">
  406.  <div class="container-fluid fluid-container">
  407.    <div class="row  ">
  408.      <div>
  409.        <div class="pt-2 d-flex gap-2 pb-0">
  410.          <div class="bg-primary-gradient d-flex gap-2 mb-2 p-2">
  411.            <div class="d-flex">
  412.              <span class="fw-bold">Latest</span>
  413.            </div>
  414.            <div class="d-flex">
  415.              <span class="fw-bold">Update</span>
  416.            </div>
  417.          </div>
  418.  
  419.          <!-- Add an id to the marquee -->
  420.          <marquee id="newsMarquee" direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  421.            <p class="text-center">
  422.              
  423.               <a href="/the-presidents-unprecedented-influence-in-sports-achieved-an-apex-in-2025-the-coming-year-looks-set-to-go-further/" class="px-5 top-color">
  424.                    The President&#x27;s Unprecedented Influence in Sports Achieved An Apex in 2025. The Coming Year Looks Set to Go Further.
  425.                  </a>
  426.              
  427.               <a href="/we-were-fired-and-we-accept-it-this-is-how-to-find-a-new-role-that-fits-your-needs/" class="px-5 top-color">
  428.                    We Were Fired, and We Accept It – This Is How to Find a New Role That Fits Your Needs
  429.                  </a>
  430.              
  431.               <a href="/work-out-as-you-are-working-10-strength-building-office-workouts-you-can-do-in-regular-clothes/" class="px-5 top-color">
  432.                    Work out as you are working? 10 strength-building office workouts you can do in regular clothes
  433.                  </a>
  434.              
  435.               <a href="/anno-117-pax-romanas-hidden-gem-turns-out-to-be-a-stunning-first-person-mode/" class="px-5 top-color">
  436.                    Anno 117 Pax Romana&#x27;s Hidden Gem Turns Out to Be a Stunning First-Person Mode.
  437.                  </a>
  438.              
  439.               <a href="/cracking-the-techniques-for-beating-online-slot-game-odds/" class="px-5 top-color">
  440.                    Cracking the Techniques for Beating Online Slot Game Odds
  441.                  </a>
  442.              
  443.            </p>
  444.          </marquee>
  445.        </div>
  446.      </div>
  447.    </div>
  448.  </div>
  449. </div>
  450.  
  451. <script>
  452.  // Stop/start marquee when hovering or focusing links inside it
  453.  document.addEventListener("DOMContentLoaded", function () {
  454.    const marquee = document.getElementById("newsMarquee");
  455.    if (!marquee) return;
  456.  
  457.    marquee.querySelectorAll("a").forEach((link) => {
  458.      link.addEventListener("mouseenter", () => marquee.stop());
  459.      link.addEventListener("mouseleave", () => marquee.start());
  460.      // keyboard accessibility
  461.      link.addEventListener("focus", () => marquee.stop());
  462.      link.addEventListener("blur", () => marquee.start());
  463.    });
  464.  });
  465. </script>
  466.  
  467.  
  468.  
  469.            
  470.  
  471.  
  472.  
  473.  
  474.  
  475.  
  476. <header class="header-v2 mb-4">
  477.    <div class="main-header-v2">
  478.        <div class="container-fluid fluid-container">
  479.            <div class="row align-items-center">
  480.                <div class="col-lg-3 col-md-4 col-6">
  481.                   <div class="logo-area-v2">
  482.                        <a class="navbar-brand" href="/">
  483.                            
  484.                                NeonPortal UK
  485.                            
  486.                        </a>
  487.                    </div>
  488.                </div>
  489.  
  490.                <div class="col-lg-6 col-md-8 col-6 d-none d-md-block">
  491.                    <div class="search-area-v2">
  492.                        <form class="search-wrapper-v2" action="#" method="get">
  493.                            <input type="search" class="search-field-v2"
  494.                                placeholder="Search articles, news, tutorials..." name="q" id="search-input1">
  495.                            <!-- <button type="submit" class="search-button-v2">
  496.                                <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  497.                                    stroke-width="2">
  498.                                    <circle cx="11" cy="11" r="8"></circle>
  499.                                    <path d="m21 21-4.35-4.35"></path>
  500.                                </svg>
  501.                                <span>Search</span>
  502.                            </button> -->
  503.                            <!-- The search results will be displayed here -->
  504.                        </form>
  505.                        <div id="search-results1" class="search-results-container search-v1"></div>
  506.                    </div>
  507.                </div>
  508.            </div>
  509.  
  510.            <!-- Mobile Search -->
  511.            <div class="row d-md-none">
  512.                <div class="col-12">
  513.                    <div class="search-area-v2">
  514.                        <form class="search-wrapper-v2" action="#" method="get">
  515.                            <input type="search" class="search-field-v2" placeholder="Search..." name="q" id="search-input">
  516.                            <!-- <button type="submit" class="search-button-v2">
  517.                                <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  518.                                    stroke-width="2">
  519.                                    <circle cx="11" cy="11" r="8"></circle>
  520.                                    <path d="m21 21-4.35-4.35"></path>
  521.                                </svg>
  522.                                <span>Search</span>
  523.                            </button> -->
  524.                        <!-- The search results will be displayed here -->
  525.                    </form>
  526.                    <div id="search-results12" class="search-results-container search-v1"></div>
  527.                    </div>
  528.                </div>
  529.            </div>
  530.        </div>
  531.    </div>
  532.  
  533.    <!-- Navigation Bar -->
  534.    <nav class="nav-bar-v2">
  535.        <div class="container-fluid fluid-container">
  536.            <div class="nav-container-v2 py-2">
  537.  
  538.                <!-- Mobile Menu Toggle -->
  539.                <button class="mobile-toggle d-lg-none" type="button" onclick="toggleMobileMenu()">
  540.                    <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  541.                        <line x1="3" y1="6" x2="21" y2="6"></line>
  542.                        <line x1="3" y1="12" x2="21" y2="12"></line>
  543.                        <line x1="3" y1="18" x2="21" y2="18"></line>
  544.                    </svg>
  545.                    Menu
  546.                </button>
  547.  
  548.                <!-- Navigation Menu -->
  549.                <ul class="nav-menu-v2" id="navMenu">
  550.  
  551.                    
  552.                    <li class="nav-item-v2">
  553.                        <a href="/" class="nav-link-v2 active-v2">Home</a>
  554.                    </li>
  555.  
  556.                    
  557.                    
  558.                     <li class="nav-item-v2">
  559.                        <a href="/category/all-posts/" class="nav-link-v2">
  560.                            All Posts
  561.                        </a>
  562.                        </li>
  563.  
  564.                        
  565.  
  566.                                
  567.                                
  568.                        
  569.                     <li class="nav-item-v2">
  570.                        <a href="/category/business/" class="nav-link-v2">
  571.                            Business
  572.                        </a>
  573.                        </li>
  574.  
  575.                        
  576.  
  577.                                
  578.                                
  579.                        
  580.                     <li class="nav-item-v2">
  581.                        <a href="/category/esports/" class="nav-link-v2">
  582.                            Esports
  583.                        </a>
  584.                        </li>
  585.  
  586.                        
  587.  
  588.                                
  589.                                
  590.                        
  591.                     <li class="nav-item-v2">
  592.                        <a href="/category/fashion/" class="nav-link-v2">
  593.                            Fashion
  594.                        </a>
  595.                        </li>
  596.  
  597.                        
  598.  
  599.                                
  600.                                
  601.                        
  602.                     <li class="nav-item-v2">
  603.                        <a href="/category/featured/" class="nav-link-v2">
  604.                            Featured
  605.                        </a>
  606.                        </li>
  607.  
  608.                        
  609.  
  610.                                
  611.                                
  612.                        
  613.                    
  614.                        
  615.                        <li class="nav-item-v2" onclick="toggleDropdown(this, event)">
  616.                            <a href="#" class="nav-link-v2">
  617.                                More
  618.                                <svg class="d-lg-none" width="12" height="12" style="margin-left: 5px;"
  619.                                    viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  620.                                    <path d="m6 9 6 6 6-6"></path>
  621.                                </svg>
  622.                            </a>
  623.                            <div class="dropdown-v2">
  624.                                <a href="/category/gaming/" class="dropdown-link-v2">
  625.                                    Gaming
  626.                                </a>
  627.                                
  628.  
  629.                                
  630.                                
  631.                        
  632.                    
  633.                                <a href="/category/health/" class="dropdown-link-v2">
  634.                                    Health
  635.                                </a>
  636.                                
  637.  
  638.                                
  639.                                
  640.                        
  641.                    
  642.                                <a href="/category/life-fitness/" class="dropdown-link-v2">
  643.                                    Life &amp; Fitness
  644.                                </a>
  645.                                
  646.  
  647.                                
  648.                                
  649.                        
  650.                    
  651.                                <a href="/category/lifestyle/" class="dropdown-link-v2">
  652.                                    Lifestyle
  653.                                </a>
  654.                                
  655.  
  656.                                
  657.                                
  658.                        
  659.                    
  660.                                <a href="/category/news/" class="dropdown-link-v2">
  661.                                    News
  662.                                </a>
  663.                                
  664.  
  665.                                
  666.                                
  667.                        
  668.                    
  669.                                <a href="/category/others/" class="dropdown-link-v2">
  670.                                    Others
  671.                                </a>
  672.                                
  673.  
  674.                                
  675.                                
  676.                        
  677.                    
  678.                                <a href="/category/politics/" class="dropdown-link-v2">
  679.                                    Politics
  680.                                </a>
  681.                                
  682.  
  683.                                
  684.                                
  685.                        
  686.                    
  687.                                <a href="/category/sports/" class="dropdown-link-v2">
  688.                                    Sports
  689.                                </a>
  690.                                
  691.  
  692.                                
  693.                                
  694.                        
  695.                    
  696.                                <a href="/category/tech/" class="dropdown-link-v2">
  697.                                    Tech
  698.                                </a>
  699.                                
  700.  
  701.                                
  702.                                
  703.                        
  704.                    
  705.                                <a href="/category/travel/" class="dropdown-link-v2">
  706.                                    Travel
  707.                                </a>
  708.                                
  709.  
  710.                                
  711.                                
  712.                            </div>
  713.                        </li>
  714.                        
  715.                        
  716. <li>
  717.                  <a href="/page/contact-us/">
  718.                     Contact Us
  719.                  </a>
  720.              </li>
  721.                </ul>
  722.  
  723.            </div>
  724.        </div>
  725.    </nav>
  726. </header>
  727.  
  728. <script>
  729.    function toggleMobileMenu() {
  730.        const navMenu = document.getElementById('navMenu');
  731.        navMenu.classList.toggle('show');
  732.    }
  733.  
  734.    function toggleDropdown(element, event) {
  735.        // Only handle dropdown toggle on mobile
  736.        if (window.innerWidth < 992) {
  737.            event.preventDefault();
  738.            element.classList.toggle('dropdown-open');
  739.        }
  740.    }
  741.  
  742.    // Close mobile menu when clicking outside
  743.    document.addEventListener('click', function (event) {
  744.        const navMenu = document.getElementById('navMenu');
  745.        const mobileToggle = document.querySelector('.mobile-toggle');
  746.  
  747.        if (!navMenu.contains(event.target) && !mobileToggle.contains(event.target)) {
  748.            navMenu.classList.remove('show');
  749.        }
  750.    });
  751.  
  752.    // Handle window resize
  753.    window.addEventListener('resize', function () {
  754.        const navMenu = document.getElementById('navMenu');
  755.        if (window.innerWidth >= 992) {
  756.            navMenu.classList.remove('show');
  757.            // Remove all dropdown-open classes
  758.            document.querySelectorAll('.dropdown-open').forEach(item => {
  759.                item.classList.remove('dropdown-open');
  760.            });
  761.        }
  762.    });
  763. </script>
  764.  
  765. <script>
  766.  document.addEventListener("DOMContentLoaded", function () {
  767.    console.log("loaded");
  768.  
  769.    //const searchInput = document.getElementById("search-input1");
  770.     const searchInput = window.innerWidth <= 991
  771.      ? document.getElementById("search-input")
  772.      : document.getElementById("search-input1");
  773.    const searchResults = window.innerWidth <= 991
  774.      ? document.getElementById("search-results12") :document.getElementById("search-results1");
  775.  
  776.    if (!searchInput || !searchResults) {
  777.      console.error("Search input/results not found");
  778.      return;
  779.    }
  780.  
  781.    // Prevent form submission
  782.    if (searchInput.form) {
  783.      searchInput.form.addEventListener("submit", function (e) {
  784.        e.preventDefault();
  785.      });
  786.    }
  787.  
  788.    // Add event listener for keyup
  789.    searchInput.addEventListener("keyup", function (e) {
  790.      console.log("Key pressed:", e.key);
  791.      e.preventDefault();
  792.  
  793.      const query = searchInput.value.trim();
  794.      console.log("User is typing: " + query);
  795.  
  796.      // If empty → clear and hide
  797.      if (query === "") {
  798.        searchResults.innerHTML = "";
  799.        searchResults.style.display = "none";
  800.        return;
  801.      }
  802.  
  803.      // Show results
  804.      searchResults.style.display = "block";
  805.  
  806.      // Fetch search results
  807.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  808.        method: "GET",
  809.        headers: { "X-Requested-With": "XMLHttpRequest" },
  810.      })
  811.        .then(response => {
  812.          console.log("Response Status:", response.status);
  813.          return response.json();
  814.        })
  815.        .then(data => {
  816.          console.log("Data received:", data);
  817.          if (data.html) {
  818.            searchResults.innerHTML = data.html;
  819.          } else {
  820.            searchResults.innerHTML = "<p>No results found.</p>";
  821.          }
  822.        })
  823.        .catch(error => {
  824.          console.error("Error fetching search results:", error);
  825.        });
  826.    });
  827.  
  828.    // Close results when clicking outside
  829.    document.addEventListener("click", function (e) {
  830.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  831.        searchResults.style.display = "none";
  832.      }
  833.    });
  834.  
  835.    // Close results on ESC key
  836.    document.addEventListener("keydown", function (e) {
  837.      if (e.key === "Escape") {
  838.        searchResults.style.display = "none";
  839.      }
  840.    });
  841.  });
  842. </script>
  843.  
  844. <style>
  845.        /* search field */
  846.  .search-results-container {
  847.  position: absolute;
  848.  top: 100%; /* Position it below the input field */
  849.  left: 10px;
  850.  right: 10px;
  851.  background-color: white;
  852.  border: 1px solid #ddd;
  853.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  854.  max-height: 300px;
  855.  overflow-y: auto;
  856.  z-index: 1000;
  857.  display: none; /* Initially hidden */
  858. }
  859.  
  860. .search-results-container p {
  861.  margin: 0;
  862. }
  863.  
  864. .search-results-container .result-item {
  865.  padding: 10px;
  866.  cursor: pointer;
  867. }
  868.  
  869. .search-results-container .result-item:hover {
  870.  background-color: #f0f0f0;
  871. }
  872. </style>
  873.  
  874.        </header>
  875.        <!-- end of header -->
  876.        <!-- start of wpo-blog-hero -->
  877.        
  878.  
  879.  
  880.  
  881.  <!-- Django Template for Clean Blog Cards -->
  882.  
  883.  
  884.  
  885.  
  886. <div class="blog-section">
  887.    <div class="container-fluid fluid-container">
  888.        <div class="blog-grid">
  889.            
  890.            
  891.              
  892.            <!-- Featured Blog Card -->
  893.            <article class="blog-card featured">
  894.                <div class="card-image">
  895.                    
  896.                        <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  897.                    
  898.                    <span class="category bg-primary-gradient">Others</span>
  899.                </div>
  900.                <div class="card-content">
  901.                    <h2 class="card-title"><a class="top-color" href="/how-to-choose-the-perfect-online-slot-game-for-you-personally-39d2/">
  902.                                        How to Choose the Perfect Online Slot Game for You personally
  903.                                    </a></h2>
  904.                    <p class="card-excerpt"></p>
  905.                    <div class="card-meta">
  906.                        <div class="author">
  907.                            
  908.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jill Montgomery" class="author-avatar">
  909.                            
  910.                            <span class="author-name">Jill Montgomery</span>
  911.                        </div>
  912.                        <span class="date">17 May 2026</span>
  913.                    </div>
  914.                    <a  href="/how-to-choose-the-perfect-online-slot-game-for-you-personally-39d2/" class="read-more">Read Article</a>
  915.                </div>
  916.            </article>
  917.  
  918.            
  919.            
  920.  
  921.            
  922.            <!-- Regular Blog Card -->
  923.            <article class="blog-card">
  924.                <div class="card-image">
  925.                    
  926.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  927.                            class="img img-responsive" style="object-fit: cover;" alt="">
  928.                    
  929.                    <span class="category bg-primary-gradient">Others</span>
  930.                </div>
  931.                <div class="card-content">
  932.                    <h3 class="card-title"> <a class="top-color" href="/how-to-choose-the-perfect-online-slot-game-for-you-personally/" >
  933.                                        How to Choose the Perfect Online Slot Game for You personally
  934.                                    </a></h3>
  935.                    <p class="card-excerpt"></p>
  936.                    <div class="card-meta">
  937.                        <div class="author">
  938.                              
  939.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jill Montgomery" class="author-avatar">
  940.                            
  941.                            <span class="author-name">Jill Montgomery</span>
  942.                        </div>
  943.                        <span class="date">17 May 2026</span>
  944.                    </div>
  945.                    <a  href="/how-to-choose-the-perfect-online-slot-game-for-you-personally/" class="read-more">Read Article</a>
  946.                </div>
  947.            </article>
  948.            
  949.            <!-- Regular Blog Card -->
  950.            <article class="blog-card">
  951.                <div class="card-image">
  952.                    
  953.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  954.                            class="img img-responsive" style="object-fit: cover;" alt="">
  955.                    
  956.                    <span class="category bg-primary-gradient">Others</span>
  957.                </div>
  958.                <div class="card-content">
  959.                    <h3 class="card-title"> <a class="top-color" href="/maximizing-your-profits-proven-tactics-for-online-slot-games/" >
  960.                                        Maximizing Your Profits: Proven Tactics for Online Slot Games
  961.                                    </a></h3>
  962.                    <p class="card-excerpt"></p>
  963.                    <div class="card-meta">
  964.                        <div class="author">
  965.                              
  966.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jill Montgomery" class="author-avatar">
  967.                            
  968.                            <span class="author-name">Jill Montgomery</span>
  969.                        </div>
  970.                        <span class="date">17 May 2026</span>
  971.                    </div>
  972.                    <a  href="/maximizing-your-profits-proven-tactics-for-online-slot-games/" class="read-more">Read Article</a>
  973.                </div>
  974.            </article>
  975.            
  976.            <!-- Regular Blog Card -->
  977.            <article class="blog-card">
  978.                <div class="card-image">
  979.                    
  980.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  981.                            class="img img-responsive" style="object-fit: cover;" alt="">
  982.                    
  983.                    <span class="category bg-primary-gradient">News</span>
  984.                </div>
  985.                <div class="card-content">
  986.                    <h3 class="card-title"> <a class="top-color" href="/us-president-donald-trump-states-for-the-most-part-agreement-exists-on-subsequent-phases-of-truce-agreement-for-gaza/" >
  987.                                        US President Donald Trump States &#x27;For the Most Part, Agreement Exists&#x27; on Subsequent Phases of Truce Agreement for Gaza
  988.                                    </a></h3>
  989.                    <p class="card-excerpt"></p>
  990.                    <div class="card-meta">
  991.                        <div class="author">
  992.                              
  993.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jill Montgomery" class="author-avatar">
  994.                            
  995.                            <span class="author-name">Jill Montgomery</span>
  996.                        </div>
  997.                        <span class="date">17 May 2026</span>
  998.                    </div>
  999.                    <a  href="/us-president-donald-trump-states-for-the-most-part-agreement-exists-on-subsequent-phases-of-truce-agreement-for-gaza/" class="read-more">Read Article</a>
  1000.                </div>
  1001.            </article>
  1002.            
  1003.            <!-- Regular Blog Card -->
  1004.            <article class="blog-card">
  1005.                <div class="card-image">
  1006.                    
  1007.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1008.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1009.                    
  1010.                    <span class="category bg-primary-gradient">News</span>
  1011.                </div>
  1012.                <div class="card-content">
  1013.                    <h3 class="card-title"> <a class="top-color" href="/my-fantasy-is-to-ride-a-unicorn-nightly-medieval-metal-band-castle-rat/" >
  1014.                                        ‘My Fantasy Is to Ride a Unicorn Nightly’: Medieval Metal Band Castle Rat
  1015.                                    </a></h3>
  1016.                    <p class="card-excerpt"></p>
  1017.                    <div class="card-meta">
  1018.                        <div class="author">
  1019.                              
  1020.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jill Montgomery" class="author-avatar">
  1021.                            
  1022.                            <span class="author-name">Jill Montgomery</span>
  1023.                        </div>
  1024.                        <span class="date">17 May 2026</span>
  1025.                    </div>
  1026.                    <a  href="/my-fantasy-is-to-ride-a-unicorn-nightly-medieval-metal-band-castle-rat/" class="read-more">Read Article</a>
  1027.                </div>
  1028.            </article>
  1029.            
  1030.  
  1031.        </div>
  1032.    </div>
  1033. </div>
  1034.  
  1035. <style>
  1036.  
  1037.  
  1038. .blog-section {
  1039.    padding: 60px 0;
  1040. }
  1041.  
  1042.  
  1043. .blog-grid {
  1044.    display: grid;
  1045.    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  1046.    gap: 30px;
  1047. }
  1048.  
  1049. /* Blog Cards */
  1050. .blog-card {
  1051.    background: var(--card-bg);
  1052.    border: 1px solid var(--border-color);
  1053.    border-radius: var(--card-radius);
  1054.    overflow: hidden;
  1055.    transition: all 0.3s ease;
  1056. }
  1057.  
  1058. .blog-card:hover {
  1059.    transform: translateY(-5px);
  1060.    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  1061.    border-color: var(--border-color);
  1062. }
  1063.  
  1064. .featured {
  1065.    grid-column: span 2;
  1066.    display: grid;
  1067.    grid-template-columns: 1fr 1fr;
  1068.    gap: 0;
  1069. }
  1070.  
  1071. .card-image {
  1072.    position: relative;
  1073.    height: 220px;
  1074.    background: #f8f8f8;
  1075. }
  1076.  
  1077. .featured .card-image {
  1078.    height: 100%;
  1079.    min-height: 300px;
  1080. }
  1081.  
  1082. .card-image img {
  1083.    width: 100%;
  1084.    height: 100%;
  1085.    object-fit: cover;
  1086. }
  1087.  
  1088. .category {
  1089.    position: absolute;
  1090.    top: 15px;
  1091.    left: 15px;
  1092.    padding: 6px 16px;
  1093.    border-radius: 20px;
  1094.    font-size: 12px;
  1095.    font-weight: 500;
  1096.    text-transform: uppercase;
  1097.    letter-spacing: 0.5px;
  1098. }
  1099.  
  1100. .card-content {
  1101.    padding: 25px;
  1102. }
  1103.  
  1104. .featured .card-content {
  1105.    display: flex;
  1106.    flex-direction: column;
  1107.    justify-content: center;
  1108.    padding: 40px;
  1109. }
  1110.  
  1111. .card-title {
  1112.    font-size: 18px;
  1113.    font-weight: 600;
  1114.    margin-bottom: 12px;
  1115.    line-height: 1.4;
  1116. }
  1117.  
  1118. .featured .card-title {
  1119.    font-size: 24px;
  1120.    margin-bottom: 15px;
  1121. }
  1122.  
  1123. .card-excerpt {
  1124.    color: #666;
  1125.    font-size: 14px;
  1126.    line-height: 1.6;
  1127.    margin-bottom: 20px;
  1128. }
  1129.  
  1130. .featured .card-excerpt {
  1131.    font-size: 16px;
  1132.    margin-bottom: 25px;
  1133. }
  1134.  
  1135. .card-meta {
  1136.    display: flex;
  1137.    align-items: center;
  1138.    justify-content: space-between;
  1139.    padding-top: 15px;
  1140.    border-top: 1px solid #f0f0f0;
  1141.    margin-bottom: 15px;
  1142. }
  1143.  
  1144. .author {
  1145.    display: flex;
  1146.    align-items: center;
  1147.    gap: 10px;
  1148. }
  1149.  
  1150. .author-avatar {
  1151.    width: 30px;
  1152.    height: 30px;
  1153.    border-radius: 50%;
  1154.    object-fit: cover;
  1155.    border: 1px solid #e5e5e5;
  1156. }
  1157.  
  1158. .author-name {
  1159.    color: #555;
  1160.    font-size: 13px;
  1161.    font-weight: 500;
  1162. }
  1163.  
  1164. .date {
  1165.    color: #999;
  1166.    font-size: 12px;
  1167. }
  1168.  
  1169. .read-more {
  1170.    color: #333;
  1171.    text-decoration: none;
  1172.    font-size: 13px;
  1173.    font-weight: 500;
  1174.    display: inline-flex;
  1175.    align-items: center;
  1176.    transition: color 0.2s ease;
  1177. }
  1178.  
  1179. .read-more:hover {
  1180.    color: #000;
  1181. }
  1182.  
  1183. .read-more::after {
  1184.    content: '→';
  1185.    margin-left: 8px;
  1186.    transition: transform 0.2s ease;
  1187. }
  1188.  
  1189. .read-more:hover::after {
  1190.    transform: translateX(4px);
  1191. }
  1192.  
  1193. /* Newsletter Card */
  1194. .newsletter-card {
  1195.    background: white;
  1196.    border: 2px dashed #ddd;
  1197.    border-radius: 12px;
  1198.    padding: 40px 30px;
  1199.    text-align: center;
  1200.    display: flex;
  1201.    flex-direction: column;
  1202.    justify-content: center;
  1203.    align-items: center;
  1204. }
  1205.  
  1206. .newsletter-title {
  1207.    color: #333;
  1208.    font-size: 20px;
  1209.    font-weight: 600;
  1210.    margin-bottom: 8px;
  1211. }
  1212.  
  1213. .newsletter-desc {
  1214.    color: #666;
  1215.    font-size: 14px;
  1216.    margin-bottom: 25px;
  1217. }
  1218.  
  1219. .newsletter-form {
  1220.    width: 100%;
  1221.    max-width: 280px;
  1222.    margin-bottom: 15px;
  1223. }
  1224.  
  1225. .email-input {
  1226.    width: 100%;
  1227.    padding: 12px 16px;
  1228.    border: 1px solid #ddd;
  1229.    border-radius: 8px;
  1230.    font-size: 14px;
  1231.    margin-bottom: 12px;
  1232.    transition: border-color 0.2s ease;
  1233. }
  1234.  
  1235. .email-input:focus {
  1236.    outline: none;
  1237.    border-color: #333;
  1238. }
  1239.  
  1240. .subscribe-btn {
  1241.    width: 100%;
  1242.    padding: 12px 16px;
  1243.    background: #333;
  1244.    color: white;
  1245.    border: none;
  1246.    border-radius: 8px;
  1247.    font-size: 14px;
  1248.    font-weight: 500;
  1249.    cursor: pointer;
  1250.    transition: background 0.2s ease;
  1251. }
  1252.  
  1253. .subscribe-btn:hover {
  1254.    background: #555;
  1255. }
  1256.  
  1257. .subscriber-count {
  1258.    color: #999;
  1259.    font-size: 12px;
  1260. }
  1261.  
  1262. /* Responsive Design */
  1263. @media (max-width: 768px) {
  1264.    .blog-grid {
  1265.        grid-template-columns: 1fr;
  1266.        gap: 20px;
  1267.    }
  1268.    
  1269.    .featured {
  1270.        grid-column: span 1;
  1271.        grid-template-columns: 1fr;
  1272.    }
  1273.    
  1274.    .featured .card-image {
  1275.        height: 220px;
  1276.    }
  1277.    
  1278.    .featured .card-content {
  1279.        padding: 25px;
  1280.    }
  1281.    
  1282.    .featured .card-title {
  1283.        font-size: 20px;
  1284.    }
  1285.    
  1286.    .featured .card-excerpt {
  1287.        font-size: 14px;
  1288.    }
  1289. }
  1290.  
  1291. @media (max-width: 480px) {
  1292.    .container {
  1293.        padding: 0 15px;
  1294.    }
  1295.    
  1296.    .card-content,
  1297.    .featured .card-content {
  1298.        padding: 20px;
  1299.    }
  1300.    
  1301.    .newsletter-card {
  1302.        padding: 30px 20px;
  1303.    }
  1304. }
  1305. </style>
  1306.  
  1307.  
  1308.  
  1309.  
  1310.        <!-- end of wpo-blog-hero -->
  1311.  
  1312.        <!-- start of wpo-breacking-news -->
  1313.        
  1314.        <!-- end of wpo-breacking-news -->
  1315.        
  1316.        <!-- start wpo-blog-highlights-section -->
  1317.        
  1318.  
  1319.  
  1320.  
  1321.    
  1322.  
  1323.  
  1324. <section class="wpo-blog-highlights-section">
  1325.    <div class="container-fluid fluid-container">
  1326.        <div class="wpo-section-title">
  1327.            
  1328.                <h2>Today's Top Highlights</h2>
  1329.                    
  1330.        </div>
  1331.        <div class="row">
  1332.            <div class="col col-lg-8 col-12">
  1333.                <!-- start wpo-blog-section -->
  1334.                <div class="wpo-blog-highlights-wrap">
  1335.                    <div class="wpo-blog-items">
  1336.                        <div class="row">
  1337.                            
  1338.                            
  1339.                            <div class="col col-lg-6 col-md-6 col-12">
  1340.                                <div class="wpo-blog-item">
  1341.                                    <div class="wpo-blog-img">
  1342.                                        
  1343.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1344.                                        
  1345.                                        <div class="thumb bg-primary-gradient">News</div>
  1346.                                    </div>
  1347.                                    <div class="wpo-blog-content"  >
  1348.                                        <h2>
  1349.                                            <a href="/crans-montana-fire-victims-are-treated-in-specialist-clinics-across-europe/" class="top-color">
  1350.                                            Crans-Montana Fire Victims Are Treated in Specialist Clinics Across Europe
  1351.                                            </a>
  1352.                                        </h2>
  1353.                                        <ul>
  1354.                                            <li>  
  1355.                                                
  1356.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jill Montgomery">
  1357.                                                
  1358.                                            </li>
  1359.                                            <li class="top-color">By Jill Montgomery</li>
  1360.                                            <li class="top-color">17 May 2026</li>
  1361.                                        </ul>
  1362.                                        <p class="top-color"> </p>
  1363.                                    </div>
  1364.                                </div>
  1365.                            </div>
  1366.                        
  1367.                            
  1368.                            
  1369.                            <div class="col col-lg-6 col-md-6 col-12">
  1370.                                <div class="wpo-blog-item">
  1371.                                    <div class="wpo-blog-img">
  1372.                                        
  1373.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1374.                                        
  1375.                                        <div class="thumb bg-primary-gradient">News</div>
  1376.                                    </div>
  1377.                                    <div class="wpo-blog-content"  >
  1378.                                        <h2>
  1379.                                            <a href="/queens-recognise-titans-as-trump-extends-mamdani-a-friendly-reception/" class="top-color">
  1380.                                            Queens Recognise Titans as Trump Extends Mamdani a Friendly Reception
  1381.                                            </a>
  1382.                                        </h2>
  1383.                                        <ul>
  1384.                                            <li>  
  1385.                                                
  1386.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jill Montgomery">
  1387.                                                
  1388.                                            </li>
  1389.                                            <li class="top-color">By Jill Montgomery</li>
  1390.                                            <li class="top-color">17 May 2026</li>
  1391.                                        </ul>
  1392.                                        <p class="top-color"> </p>
  1393.                                    </div>
  1394.                                </div>
  1395.                            </div>
  1396.                        
  1397.                            
  1398.                            
  1399.                            <div class="col col-lg-6 col-md-6 col-12">
  1400.                                <div class="wpo-blog-item">
  1401.                                    <div class="wpo-blog-img">
  1402.                                        
  1403.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1404.                                        
  1405.                                        <div class="thumb bg-primary-gradient">News</div>
  1406.                                    </div>
  1407.                                    <div class="wpo-blog-content"  >
  1408.                                        <h2>
  1409.                                            <a href="/the-ten-year-affair-by-erin-somers-the-middle-aged-infidelity-tale-our-era-needs/" class="top-color">
  1410.                                            The Ten Year Affair by Erin Somers: The Middle-Aged Infidelity Tale Our Era Needs.
  1411.                                            </a>
  1412.                                        </h2>
  1413.                                        <ul>
  1414.                                            <li>  
  1415.                                                
  1416.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jill Montgomery">
  1417.                                                
  1418.                                            </li>
  1419.                                            <li class="top-color">By Jill Montgomery</li>
  1420.                                            <li class="top-color">16 May 2026</li>
  1421.                                        </ul>
  1422.                                        <p class="top-color"> </p>
  1423.                                    </div>
  1424.                                </div>
  1425.                            </div>
  1426.                        
  1427.                            
  1428.                            
  1429.                            <div class="col col-lg-6 col-md-6 col-12">
  1430.                                <div class="wpo-blog-item">
  1431.                                    <div class="wpo-blog-img">
  1432.                                        
  1433.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1434.                                        
  1435.                                        <div class="thumb bg-primary-gradient">News</div>
  1436.                                    </div>
  1437.                                    <div class="wpo-blog-content"  >
  1438.                                        <h2>
  1439.                                            <a href="/president-zelenskyy-declares-ukraine-was-ten-percent-off-from-peace-yet-not-at-any-possible-price/" class="top-color">
  1440.                                            President Zelenskyy Declares Ukraine Was Ten Percent Off from Peace, Yet Not at Any Possible Price
  1441.                                            </a>
  1442.                                        </h2>
  1443.                                        <ul>
  1444.                                            <li>  
  1445.                                                
  1446.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jill Montgomery">
  1447.                                                
  1448.                                            </li>
  1449.                                            <li class="top-color">By Jill Montgomery</li>
  1450.                                            <li class="top-color">16 May 2026</li>
  1451.                                        </ul>
  1452.                                        <p class="top-color"> </p>
  1453.                                    </div>
  1454.                                </div>
  1455.                            </div>
  1456.                        
  1457.                            
  1458.                            
  1459.                            <div class="col col-lg-6 col-md-6 col-12">
  1460.                                <div class="wpo-blog-item">
  1461.                                    <div class="wpo-blog-img">
  1462.                                        
  1463.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1464.                                        
  1465.                                        <div class="thumb bg-primary-gradient">News</div>
  1466.                                    </div>
  1467.                                    <div class="wpo-blog-content"  >
  1468.                                        <h2>
  1469.                                            <a href="/the-mighty-neins-opening-sequence-selected-the-incorrect-popular-rpg-show-song/" class="top-color">
  1470.                                            The Mighty Nein&#x27;s Opening Sequence Selected the Incorrect Popular RPG Show Song
  1471.                                            </a>
  1472.                                        </h2>
  1473.                                        <ul>
  1474.                                            <li>  
  1475.                                                
  1476.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jill Montgomery">
  1477.                                                
  1478.                                            </li>
  1479.                                            <li class="top-color">By Jill Montgomery</li>
  1480.                                            <li class="top-color">16 May 2026</li>
  1481.                                        </ul>
  1482.                                        <p class="top-color"> </p>
  1483.                                    </div>
  1484.                                </div>
  1485.                            </div>
  1486.                        
  1487.                            
  1488.                            
  1489.                            <div class="col col-lg-6 col-md-6 col-12">
  1490.                                <div class="wpo-blog-item">
  1491.                                    <div class="wpo-blog-img">
  1492.                                        
  1493.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1494.                                        
  1495.                                        <div class="thumb bg-primary-gradient">News</div>
  1496.                                    </div>
  1497.                                    <div class="wpo-blog-content"  >
  1498.                                        <h2>
  1499.                                            <a href="/leadership-changes-war-sparse-reporting-major-threats-to-global-warming-solutions-that-hindered-cop30/" class="top-color">
  1500.                                            Leadership Changes, War, Sparse Reporting: Major Threats to Global Warming Solutions That Hindered Cop30
  1501.                                            </a>
  1502.                                        </h2>
  1503.                                        <ul>
  1504.                                            <li>  
  1505.                                                
  1506.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jill Montgomery">
  1507.                                                
  1508.                                            </li>
  1509.                                            <li class="top-color">By Jill Montgomery</li>
  1510.                                            <li class="top-color">16 May 2026</li>
  1511.                                        </ul>
  1512.                                        <p class="top-color"> </p>
  1513.                                    </div>
  1514.                                </div>
  1515.                            </div>
  1516.                        
  1517.                            
  1518.                            
  1519.                            <div class="col col-lg-6 col-md-6 col-12">
  1520.                                <div class="wpo-blog-item">
  1521.                                    <div class="wpo-blog-img">
  1522.                                        
  1523.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1524.                                        
  1525.                                        <div class="thumb bg-primary-gradient">News</div>
  1526.                                    </div>
  1527.                                    <div class="wpo-blog-content"  >
  1528.                                        <h2>
  1529.                                            <a href="/snap-payments-expected-to-cease-for-over-40-million-throughout-prolonged-government-closure/" class="top-color">
  1530.                                            SNAP Payments Expected to Cease for Over 40 Million Throughout Prolonged Government Closure
  1531.                                            </a>
  1532.                                        </h2>
  1533.                                        <ul>
  1534.                                            <li>  
  1535.                                                
  1536.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jill Montgomery">
  1537.                                                
  1538.                                            </li>
  1539.                                            <li class="top-color">By Jill Montgomery</li>
  1540.                                            <li class="top-color">16 May 2026</li>
  1541.                                        </ul>
  1542.                                        <p class="top-color"> </p>
  1543.                                    </div>
  1544.                                </div>
  1545.                            </div>
  1546.                        
  1547.                            
  1548.                            
  1549.                            <div class="col col-lg-6 col-md-6 col-12">
  1550.                                <div class="wpo-blog-item">
  1551.                                    <div class="wpo-blog-img">
  1552.                                        
  1553.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1554.                                        
  1555.                                        <div class="thumb bg-primary-gradient">News</div>
  1556.                                    </div>
  1557.                                    <div class="wpo-blog-content"  >
  1558.                                        <h2>
  1559.                                            <a href="/tragedy-strikes-as-individual-succumbs-after-water-retrieval-off-uk-coast/" class="top-color">
  1560.                                            Tragedy Strikes as Individual Succumbs After Water Retrieval Off UK Coast
  1561.                                            </a>
  1562.                                        </h2>
  1563.                                        <ul>
  1564.                                            <li>  
  1565.                                                
  1566.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jill Montgomery">
  1567.                                                
  1568.                                            </li>
  1569.                                            <li class="top-color">By Jill Montgomery</li>
  1570.                                            <li class="top-color">16 May 2026</li>
  1571.                                        </ul>
  1572.                                        <p class="top-color"> </p>
  1573.                                    </div>
  1574.                                </div>
  1575.                            </div>
  1576.                        
  1577.                            
  1578.                            
  1579.                            <div class="col col-lg-6 col-md-6 col-12">
  1580.                                <div class="wpo-blog-item">
  1581.                                    <div class="wpo-blog-img">
  1582.                                        
  1583.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1584.                                        
  1585.                                        <div class="thumb bg-primary-gradient">Others</div>
  1586.                                    </div>
  1587.                                    <div class="wpo-blog-content"  >
  1588.                                        <h2>
  1589.                                            <a href="/dominating-online-slot-games-top-10-tips-for-casino-gamers/" class="top-color">
  1590.                                            Dominating Online Slot Games: Top 10 Tips for Casino Gamers
  1591.                                            </a>
  1592.                                        </h2>
  1593.                                        <ul>
  1594.                                            <li>  
  1595.                                                
  1596.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jill Montgomery">
  1597.                                                
  1598.                                            </li>
  1599.                                            <li class="top-color">By Jill Montgomery</li>
  1600.                                            <li class="top-color">16 May 2026</li>
  1601.                                        </ul>
  1602.                                        <p class="top-color"> </p>
  1603.                                    </div>
  1604.                                </div>
  1605.                            </div>
  1606.                        
  1607.                            
  1608.                            
  1609.                            <div class="col col-lg-6 col-md-6 col-12">
  1610.                                <div class="wpo-blog-item">
  1611.                                    <div class="wpo-blog-img">
  1612.                                        
  1613.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1614.                                        
  1615.                                        <div class="thumb bg-primary-gradient">News</div>
  1616.                                    </div>
  1617.                                    <div class="wpo-blog-content"  >
  1618.                                        <h2>
  1619.                                            <a href="/pm-hails-a-proud-day-as-online-safety-commissioner-predicts-world-will-follow-our-example/" class="top-color">
  1620.                                            PM Hails a &#x27;Proud Day&#x27; as Online Safety Commissioner Predicts &#x27;World Will Follow Our Example&#x27;.
  1621.                                            </a>
  1622.                                        </h2>
  1623.                                        <ul>
  1624.                                            <li>  
  1625.                                                
  1626.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jill Montgomery">
  1627.                                                
  1628.                                            </li>
  1629.                                            <li class="top-color">By Jill Montgomery</li>
  1630.                                            <li class="top-color">16 May 2026</li>
  1631.                                        </ul>
  1632.                                        <p class="top-color"> </p>
  1633.                                    </div>
  1634.                                </div>
  1635.                            </div>
  1636.                        
  1637.                            
  1638.                            
  1639.                            <div class="col col-lg-6 col-md-6 col-12">
  1640.                                <div class="wpo-blog-item">
  1641.                                    <div class="wpo-blog-img">
  1642.                                        
  1643.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1644.                                        
  1645.                                        <div class="thumb bg-primary-gradient">News</div>
  1646.                                    </div>
  1647.                                    <div class="wpo-blog-content"  >
  1648.                                        <h2>
  1649.                                            <a href="/new-york-city-mayor-eric-adams-will-support-former-governor-andrew-cuomo-in-nyc-mayors-election/" class="top-color">
  1650.                                            New York City Mayor Eric Adams Will Support Former Governor Andrew Cuomo in NYC Mayor&#x27;s Election
  1651.                                            </a>
  1652.                                        </h2>
  1653.                                        <ul>
  1654.                                            <li>  
  1655.                                                
  1656.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jill Montgomery">
  1657.                                                
  1658.                                            </li>
  1659.                                            <li class="top-color">By Jill Montgomery</li>
  1660.                                            <li class="top-color">16 May 2026</li>
  1661.                                        </ul>
  1662.                                        <p class="top-color"> </p>
  1663.                                    </div>
  1664.                                </div>
  1665.                            </div>
  1666.                        
  1667.                            
  1668.                            
  1669.                            <div class="col col-lg-6 col-md-6 col-12">
  1670.                                <div class="wpo-blog-item">
  1671.                                    <div class="wpo-blog-img">
  1672.                                        
  1673.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1674.                                        
  1675.                                        <div class="thumb bg-primary-gradient">News</div>
  1676.                                    </div>
  1677.                                    <div class="wpo-blog-content"  >
  1678.                                        <h2>
  1679.                                            <a href="/gop-senator-says-deal-can-be-had-on-health-care-as-crucial-subsidies-approach-expiration/" class="top-color">
  1680.                                            GOP Senator Says &#x27;Deal Can Be Had&#x27; on Health Care as Crucial Subsidies Approach Expiration.
  1681.                                            </a>
  1682.                                        </h2>
  1683.                                        <ul>
  1684.                                            <li>  
  1685.                                                
  1686.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jill Montgomery">
  1687.                                                
  1688.                                            </li>
  1689.                                            <li class="top-color">By Jill Montgomery</li>
  1690.                                            <li class="top-color">15 May 2026</li>
  1691.                                        </ul>
  1692.                                        <p class="top-color"> </p>
  1693.                                    </div>
  1694.                                </div>
  1695.                            </div>
  1696.                        
  1697.                            
  1698.                            
  1699.  
  1700.                        </div>
  1701.                    </div>
  1702.                </div>
  1703.                <!-- end wpo-blog-section -->
  1704.            </div>
  1705.  
  1706.            <div class="col col-lg-4 col-12">
  1707.                
  1708.  
  1709.  
  1710.  
  1711.    
  1712.  
  1713.  
  1714. <!-- Blog Sidebar V2 - Focused Design -->
  1715.  <div class="sidebar mb-3">
  1716.    <!-- Recent Posts Section -->
  1717.    <div class="sidebar-widget mb-4">
  1718.      <div class="widget-title-wrapper mb-3">
  1719.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  1720.          <i class="ti-time me-2"></i>Recent Posts
  1721.          <span class="title-arrow-primary"></span>
  1722.        </h4>
  1723.      </div>
  1724.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  1725.        <div class="recent-post-list">
  1726.          
  1727.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1728.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1729.                
  1730.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  1731.                
  1732.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1733.            </div>
  1734.            <div class="post-content flex-grow-1">
  1735.              <h6 class="post-title mb-2">
  1736.                 <a href="/administration-decries-democrat-fabrication-as-further-epstein-estate-images-disclosed/" class="text-decoration-none top-color fw-semibold lh-sm">
  1737.                                            Administration Decries &#x27;Democrat Fabrication&#x27; as Further Epstein Estate Images Disclosed
  1738.                                            </a>
  1739.              </h6>
  1740.              <div class="post-meta mb-3">
  1741.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>15 May 2026</small>
  1742.                <!-- <small class="text-muted">
  1743.                  <i class="ti-eye me-1"></i>348 views
  1744.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1745.                </small> -->
  1746.              </div>
  1747.            </div>
  1748.          </div>
  1749.          
  1750.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1751.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1752.                
  1753.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  1754.                
  1755.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1756.            </div>
  1757.            <div class="post-content flex-grow-1">
  1758.              <h6 class="post-title mb-2">
  1759.                 <a href="/bright-departs-england-scene-long-past-her-name-was-engraved-within-soccer-icons/" class="text-decoration-none top-color fw-semibold lh-sm">
  1760.                                            Bright Departs England Scene Long Past Her Name Was Engraved Within Soccer Icons
  1761.                                            </a>
  1762.              </h6>
  1763.              <div class="post-meta mb-3">
  1764.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>15 May 2026</small>
  1765.                <!-- <small class="text-muted">
  1766.                  <i class="ti-eye me-1"></i>348 views
  1767.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1768.                </small> -->
  1769.              </div>
  1770.            </div>
  1771.          </div>
  1772.          
  1773.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1774.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1775.                
  1776.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  1777.                
  1778.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1779.            </div>
  1780.            <div class="post-content flex-grow-1">
  1781.              <h6 class="post-title mb-2">
  1782.                 <a href="/the-hit-drama-confirmed-for-seventh-series-on-bbc/" class="text-decoration-none top-color fw-semibold lh-sm">
  1783.                                            The Hit Drama Confirmed for Seventh Series on BBC
  1784.                                            </a>
  1785.              </h6>
  1786.              <div class="post-meta mb-3">
  1787.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>15 May 2026</small>
  1788.                <!-- <small class="text-muted">
  1789.                  <i class="ti-eye me-1"></i>348 views
  1790.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1791.                </small> -->
  1792.              </div>
  1793.            </div>
  1794.          </div>
  1795.          
  1796.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1797.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1798.                
  1799.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  1800.                
  1801.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1802.            </div>
  1803.            <div class="post-content flex-grow-1">
  1804.              <h6 class="post-title mb-2">
  1805.                 <a href="/the-22-year-old-tennis-player-emma-raducanu-wraps-up-the-current-season-and-will-keep-trainer-for-2026/" class="text-decoration-none top-color fw-semibold lh-sm">
  1806.                                            The 22-year-old tennis player Emma Raducanu wraps up the current season and will keep trainer for 2026.
  1807.                                            </a>
  1808.              </h6>
  1809.              <div class="post-meta mb-3">
  1810.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>15 May 2026</small>
  1811.                <!-- <small class="text-muted">
  1812.                  <i class="ti-eye me-1"></i>348 views
  1813.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1814.                </small> -->
  1815.              </div>
  1816.            </div>
  1817.          </div>
  1818.          
  1819.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1820.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1821.                
  1822.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  1823.                
  1824.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">Others</span>
  1825.            </div>
  1826.            <div class="post-content flex-grow-1">
  1827.              <h6 class="post-title mb-2">
  1828.                 <a href="/clarifying-rngs-ensuring-fairness-in-online-slot-games/" class="text-decoration-none top-color fw-semibold lh-sm">
  1829.                                            Clarifying RNGs: Ensuring Fairness in Online Slot Games
  1830.                                            </a>
  1831.              </h6>
  1832.              <div class="post-meta mb-3">
  1833.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>15 May 2026</small>
  1834.                <!-- <small class="text-muted">
  1835.                  <i class="ti-eye me-1"></i>348 views
  1836.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1837.                </small> -->
  1838.              </div>
  1839.            </div>
  1840.          </div>
  1841.          
  1842.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1843.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1844.                
  1845.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  1846.                
  1847.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1848.            </div>
  1849.            <div class="post-content flex-grow-1">
  1850.              <h6 class="post-title mb-2">
  1851.                 <a href="/3-game-pass-titles-that-can-validate-your-membership-during-the-weekend-nov-21-23/" class="text-decoration-none top-color fw-semibold lh-sm">
  1852.                                            3 Game Pass Titles That Can Validate Your Membership During the Weekend (Nov. 21-23)
  1853.                                            </a>
  1854.              </h6>
  1855.              <div class="post-meta mb-3">
  1856.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>15 May 2026</small>
  1857.                <!-- <small class="text-muted">
  1858.                  <i class="ti-eye me-1"></i>348 views
  1859.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1860.                </small> -->
  1861.              </div>
  1862.            </div>
  1863.          </div>
  1864.          
  1865.  
  1866.        </div>
  1867.  
  1868.        <div class="text-center mt-4 pt-3 border-top border-light">
  1869.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  1870.        </div>
  1871.      </div>
  1872.    </div>
  1873.  
  1874.    
  1875.    <div class="sidebar-widget mb-4">
  1876.      <div class="widget-title-wrapper mb-3">
  1877.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  1878.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  1879.          <span class="title-arrow"></span>
  1880.        </h4>
  1881.      </div>
  1882.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  1883.        <div class="blog-roll-list scrollable-sidebar">
  1884.          
  1885.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1886.            <a href="https://esports-news.co.uk/gambling-sites/glorion-review/" rel="dofollow" class="text-decoration-none ">
  1887.              <h6 class="blog-title top-color mb-2 fw-semibold">
  1888.                <i class="ti-angle-right me-2 text-primary"></i>
  1889.                glorion review
  1890.              </h6>
  1891.            </a>
  1892.          </div>
  1893.          
  1894.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1895.            <a href="https://esports-news.co.uk/gambling-sites/westace-review/" rel="dofollow" class="text-decoration-none ">
  1896.              <h6 class="blog-title top-color mb-2 fw-semibold">
  1897.                <i class="ti-angle-right me-2 text-primary"></i>
  1898.                westace review
  1899.              </h6>
  1900.            </a>
  1901.          </div>
  1902.          
  1903.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1904.            <a href="https://lagoccia.co.uk/" rel="dofollow" class="text-decoration-none ">
  1905.              <h6 class="blog-title top-color mb-2 fw-semibold">
  1906.                <i class="ti-angle-right me-2 text-primary"></i>
  1907.                non gamstop casinos
  1908.              </h6>
  1909.            </a>
  1910.          </div>
  1911.          
  1912.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1913.            <a href="https://www.thehaven.org.uk/" rel="dofollow" class="text-decoration-none ">
  1914.              <h6 class="blog-title top-color mb-2 fw-semibold">
  1915.                <i class="ti-angle-right me-2 text-primary"></i>
  1916.                casino sites
  1917.              </h6>
  1918.            </a>
  1919.          </div>
  1920.          
  1921.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1922.            <a href="https://idolmag.co.uk/" rel="dofollow" class="text-decoration-none ">
  1923.              <h6 class="blog-title top-color mb-2 fw-semibold">
  1924.                <i class="ti-angle-right me-2 text-primary"></i>
  1925.                casino sites
  1926.              </h6>
  1927.            </a>
  1928.          </div>
  1929.          
  1930.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1931.            <a href="https://heyimhome.co.uk/" rel="dofollow" class="text-decoration-none ">
  1932.              <h6 class="blog-title top-color mb-2 fw-semibold">
  1933.                <i class="ti-angle-right me-2 text-primary"></i>
  1934.                online casino
  1935.              </h6>
  1936.            </a>
  1937.          </div>
  1938.          
  1939.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1940.            <a href="https://tasminlittle.org.uk/" rel="dofollow" class="text-decoration-none ">
  1941.              <h6 class="blog-title top-color mb-2 fw-semibold">
  1942.                <i class="ti-angle-right me-2 text-primary"></i>
  1943.                best non gamstop casinos
  1944.              </h6>
  1945.            </a>
  1946.          </div>
  1947.          
  1948.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1949.            <a href="https://www.makemegenius.com/" rel="dofollow" class="text-decoration-none ">
  1950.              <h6 class="blog-title top-color mb-2 fw-semibold">
  1951.                <i class="ti-angle-right me-2 text-primary"></i>
  1952.                non gamstop casinos
  1953.              </h6>
  1954.            </a>
  1955.          </div>
  1956.          
  1957.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1958.            <a href="https://www.cca-glasgow.com/" rel="dofollow" class="text-decoration-none ">
  1959.              <h6 class="blog-title top-color mb-2 fw-semibold">
  1960.                <i class="ti-angle-right me-2 text-primary"></i>
  1961.                non gamstop casino
  1962.              </h6>
  1963.            </a>
  1964.          </div>
  1965.          
  1966.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1967.            <a href="https://gamingamerica.com/non-gamstop-casinos" rel="dofollow" class="text-decoration-none ">
  1968.              <h6 class="blog-title top-color mb-2 fw-semibold">
  1969.                <i class="ti-angle-right me-2 text-primary"></i>
  1970.                non gamstop casinos
  1971.              </h6>
  1972.            </a>
  1973.          </div>
  1974.          
  1975.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1976.            <a href="https://www.testandverification.com/" rel="dofollow" class="text-decoration-none ">
  1977.              <h6 class="blog-title top-color mb-2 fw-semibold">
  1978.                <i class="ti-angle-right me-2 text-primary"></i>
  1979.                best non gamstop casinos
  1980.              </h6>
  1981.            </a>
  1982.          </div>
  1983.          
  1984.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1985.            <a href="https://www.cancerbacup.org.uk/" rel="dofollow" class="text-decoration-none ">
  1986.              <h6 class="blog-title top-color mb-2 fw-semibold">
  1987.                <i class="ti-angle-right me-2 text-primary"></i>
  1988.                new uk betting sites
  1989.              </h6>
  1990.            </a>
  1991.          </div>
  1992.          
  1993.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1994.            <a href="https://www.tourofbritain.co.uk/" rel="dofollow" class="text-decoration-none ">
  1995.              <h6 class="blog-title top-color mb-2 fw-semibold">
  1996.                <i class="ti-angle-right me-2 text-primary"></i>
  1997.                casino not on gamstop
  1998.              </h6>
  1999.            </a>
  2000.          </div>
  2001.          
  2002.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2003.            <a href="https://britishicehockey.co.uk/" rel="dofollow" class="text-decoration-none ">
  2004.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2005.                <i class="ti-angle-right me-2 text-primary"></i>
  2006.                online casinos
  2007.              </h6>
  2008.            </a>
  2009.          </div>
  2010.          
  2011.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2012.            <a href="https://www.escapistmagazine.com/uk/non-gamstop-casinos/" rel="dofollow" class="text-decoration-none ">
  2013.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2014.                <i class="ti-angle-right me-2 text-primary"></i>
  2015.                non gamstop casinos
  2016.              </h6>
  2017.            </a>
  2018.          </div>
  2019.          
  2020.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2021.            <a href="https://www.outset.org/" rel="dofollow" class="text-decoration-none ">
  2022.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2023.                <i class="ti-angle-right me-2 text-primary"></i>
  2024.                non uk betting sites
  2025.              </h6>
  2026.            </a>
  2027.          </div>
  2028.          
  2029.      </div>
  2030.    </div>
  2031.    
  2032.    <div class="sidebar-widget mb-4">
  2033.      <div class="widget-title-wrapper mb-3">
  2034.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2035.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2036.          <span class="title-arrow"></span>
  2037.        </h4>
  2038.      </div>
  2039.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2040.        <div class="blog-roll-list scrollable-sidebar">
  2041.          
  2042.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2043.            <a href="https://tdlwebsolutions.com/" rel="dofollow" class="text-decoration-none ">
  2044.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2045.                <i class="ti-angle-right me-2 text-primary"></i>
  2046.                lolajack casino website
  2047.              </h6>
  2048.            </a>
  2049.          </div>
  2050.          
  2051.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2052.            <a href="https://casinobeats.com/uk/online-casinos/casinos-not-on-gamstop/" rel="dofollow" class="text-decoration-none ">
  2053.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2054.                <i class="ti-angle-right me-2 text-primary"></i>
  2055.                non gamstop casinos
  2056.              </h6>
  2057.            </a>
  2058.          </div>
  2059.          
  2060.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2061.            <a href="https://savethedatemagazine.co.uk/" rel="dofollow" class="text-decoration-none ">
  2062.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2063.                <i class="ti-angle-right me-2 text-primary"></i>
  2064.                non gamstop casino
  2065.              </h6>
  2066.            </a>
  2067.          </div>
  2068.          
  2069.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2070.            <a href="https://www.richmondreview.co.uk/" rel="dofollow" class="text-decoration-none ">
  2071.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2072.                <i class="ti-angle-right me-2 text-primary"></i>
  2073.                casino not on gamstop
  2074.              </h6>
  2075.            </a>
  2076.          </div>
  2077.          
  2078.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2079.            <a href="https://unbound.co.uk/" rel="dofollow" class="text-decoration-none ">
  2080.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2081.                <i class="ti-angle-right me-2 text-primary"></i>
  2082.                gambling sites not on gamstop
  2083.              </h6>
  2084.            </a>
  2085.          </div>
  2086.          
  2087.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2088.            <a href="https://savethedatemagazine.co.uk/" rel="dofollow" class="text-decoration-none ">
  2089.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2090.                <i class="ti-angle-right me-2 text-primary"></i>
  2091.                gambling sites not on gamstop
  2092.              </h6>
  2093.            </a>
  2094.          </div>
  2095.          
  2096.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2097.            <a href="https://www.surfaceview.co.uk/" rel="dofollow" class="text-decoration-none ">
  2098.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2099.                <i class="ti-angle-right me-2 text-primary"></i>
  2100.                gambling sites not on gamstop
  2101.              </h6>
  2102.            </a>
  2103.          </div>
  2104.          
  2105.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2106.            <a href="https://www.cca-glasgow.com/" rel="dofollow" class="text-decoration-none ">
  2107.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2108.                <i class="ti-angle-right me-2 text-primary"></i>
  2109.                gambling sites not on gamstop
  2110.              </h6>
  2111.            </a>
  2112.          </div>
  2113.          
  2114.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2115.            <a href="https://www.citytosea.org.uk/" rel="dofollow" class="text-decoration-none ">
  2116.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2117.                <i class="ti-angle-right me-2 text-primary"></i>
  2118.                gambling sites not on gamstop
  2119.              </h6>
  2120.            </a>
  2121.          </div>
  2122.          
  2123.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2124.            <a href="https://allcatsrgrey.org.uk/" rel="dofollow" class="text-decoration-none ">
  2125.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2126.                <i class="ti-angle-right me-2 text-primary"></i>
  2127.                gambling sites not on gamstop
  2128.              </h6>
  2129.            </a>
  2130.          </div>
  2131.          
  2132.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2133.            <a href="https://bereavementcommission.org.uk/" rel="dofollow" class="text-decoration-none ">
  2134.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2135.                <i class="ti-angle-right me-2 text-primary"></i>
  2136.                gambling sites not on gamstop
  2137.              </h6>
  2138.            </a>
  2139.          </div>
  2140.          
  2141.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2142.            <a href="https://www.summerhall.co.uk/" rel="dofollow" class="text-decoration-none ">
  2143.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2144.                <i class="ti-angle-right me-2 text-primary"></i>
  2145.                gambling sites not on gamstop
  2146.              </h6>
  2147.            </a>
  2148.          </div>
  2149.          
  2150.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2151.            <a href="https://www.london-irish.com/" rel="dofollow" class="text-decoration-none ">
  2152.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2153.                <i class="ti-angle-right me-2 text-primary"></i>
  2154.                gambling sites not on gamstop
  2155.              </h6>
  2156.            </a>
  2157.          </div>
  2158.          
  2159.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2160.            <a href="https://internationalschoolmealsday.com/" rel="dofollow" class="text-decoration-none ">
  2161.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2162.                <i class="ti-angle-right me-2 text-primary"></i>
  2163.                online casinos not on gamstop
  2164.              </h6>
  2165.            </a>
  2166.          </div>
  2167.          
  2168.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2169.            <a href="https://straightfromyard.co.uk/" rel="dofollow" class="text-decoration-none ">
  2170.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2171.                <i class="ti-angle-right me-2 text-primary"></i>
  2172.                gambling sites not on gamstop
  2173.              </h6>
  2174.            </a>
  2175.          </div>
  2176.          
  2177.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2178.            <a href="https://www.elthampalace.org.uk/" rel="dofollow" class="text-decoration-none ">
  2179.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2180.                <i class="ti-angle-right me-2 text-primary"></i>
  2181.                gambling sites not on gamstop
  2182.              </h6>
  2183.            </a>
  2184.          </div>
  2185.          
  2186.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2187.            <a href="https://tridentcryptofund.com/" rel="dofollow" class="text-decoration-none ">
  2188.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2189.                <i class="ti-angle-right me-2 text-primary"></i>
  2190.                crypto casinos
  2191.              </h6>
  2192.            </a>
  2193.          </div>
  2194.          
  2195.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2196.            <a href="https://concrete-online.co.uk" rel="dofollow" class="text-decoration-none ">
  2197.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2198.                <i class="ti-angle-right me-2 text-primary"></i>
  2199.                non gamstop casino
  2200.              </h6>
  2201.            </a>
  2202.          </div>
  2203.          
  2204.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2205.            <a href="https://letstalkloneliness.co.uk" rel="dofollow" class="text-decoration-none ">
  2206.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2207.                <i class="ti-angle-right me-2 text-primary"></i>
  2208.                non gamstop casinos
  2209.              </h6>
  2210.            </a>
  2211.          </div>
  2212.          
  2213.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2214.            <a href="https://newschain.uk" rel="dofollow" class="text-decoration-none ">
  2215.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2216.                <i class="ti-angle-right me-2 text-primary"></i>
  2217.                non gamstop casino
  2218.              </h6>
  2219.            </a>
  2220.          </div>
  2221.          
  2222.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2223.            <a href="https://www.nordicresearchnetwork.co.uk/" rel="dofollow" class="text-decoration-none ">
  2224.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2225.                <i class="ti-angle-right me-2 text-primary"></i>
  2226.                non UK registered casinos
  2227.              </h6>
  2228.            </a>
  2229.          </div>
  2230.          
  2231.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2232.            <a href="https://superdao.co/" rel="dofollow" class="text-decoration-none ">
  2233.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2234.                <i class="ti-angle-right me-2 text-primary"></i>
  2235.                crypto casino
  2236.              </h6>
  2237.            </a>
  2238.          </div>
  2239.          
  2240.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2241.            <a href="https://www.economicjournal.co.uk/" rel="dofollow" class="text-decoration-none ">
  2242.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2243.                <i class="ti-angle-right me-2 text-primary"></i>
  2244.                non gamstop betting sites
  2245.              </h6>
  2246.            </a>
  2247.          </div>
  2248.          
  2249.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2250.            <a href="https://phoneweek.co.uk/" rel="dofollow" class="text-decoration-none ">
  2251.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2252.                <i class="ti-angle-right me-2 text-primary"></i>
  2253.                non gamstop casinos
  2254.              </h6>
  2255.            </a>
  2256.          </div>
  2257.          
  2258.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2259.            <a href="http://circdata-solutions.co.uk/" rel="dofollow" class="text-decoration-none ">
  2260.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2261.                <i class="ti-angle-right me-2 text-primary"></i>
  2262.                top 50 online casinos uk
  2263.              </h6>
  2264.            </a>
  2265.          </div>
  2266.          
  2267.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2268.            <a href="https://www.gamblinginsider.com/uk/online-casinos" rel="dofollow" class="text-decoration-none ">
  2269.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2270.                <i class="ti-angle-right me-2 text-primary"></i>
  2271.                top 20 online casinos uk
  2272.              </h6>
  2273.            </a>
  2274.          </div>
  2275.          
  2276.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2277.            <a href="https://thelincolnite.co.uk/" rel="dofollow" class="text-decoration-none ">
  2278.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2279.                <i class="ti-angle-right me-2 text-primary"></i>
  2280.                casino not on gamstop
  2281.              </h6>
  2282.            </a>
  2283.          </div>
  2284.          
  2285.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2286.            <a href="https://www.cevicheuk.com/" rel="dofollow" class="text-decoration-none ">
  2287.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2288.                <i class="ti-angle-right me-2 text-primary"></i>
  2289.                non gamstop casinos
  2290.              </h6>
  2291.            </a>
  2292.          </div>
  2293.          
  2294.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2295.            <a href="https://savethedatemagazine.co.uk//" rel="dofollow" class="text-decoration-none ">
  2296.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2297.                <i class="ti-angle-right me-2 text-primary"></i>
  2298.                non gamstop casinos uk
  2299.              </h6>
  2300.            </a>
  2301.          </div>
  2302.          
  2303.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2304.            <a href="https://www.surfaceview.co.uk/" rel="dofollow" class="text-decoration-none ">
  2305.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2306.                <i class="ti-angle-right me-2 text-primary"></i>
  2307.                non gamstop casinos 2026
  2308.              </h6>
  2309.            </a>
  2310.          </div>
  2311.          
  2312.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2313.            <a href="https://www.kysty.co.uk/" rel="dofollow" class="text-decoration-none ">
  2314.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2315.                <i class="ti-angle-right me-2 text-primary"></i>
  2316.                Slots Not on GamCare
  2317.              </h6>
  2318.            </a>
  2319.          </div>
  2320.          
  2321.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2322.            <a href="https://www.thekarczma.co.uk/" rel="dofollow" class="text-decoration-none ">
  2323.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2324.                <i class="ti-angle-right me-2 text-primary"></i>
  2325.                non UK casino
  2326.              </h6>
  2327.            </a>
  2328.          </div>
  2329.          
  2330.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2331.            <a href="https://www.edinburghfoody.com" rel="dofollow" class="text-decoration-none ">
  2332.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2333.                <i class="ti-angle-right me-2 text-primary"></i>
  2334.                casinos not on GamStop
  2335.              </h6>
  2336.            </a>
  2337.          </div>
  2338.          
  2339.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2340.            <a href="https://llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch.co.uk" rel="dofollow" class="text-decoration-none ">
  2341.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2342.                <i class="ti-angle-right me-2 text-primary"></i>
  2343.                casino not on gamestop
  2344.              </h6>
  2345.            </a>
  2346.          </div>
  2347.          
  2348.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2349.            <a href="https://www.fourpure.com/" rel="dofollow" class="text-decoration-none ">
  2350.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2351.                <i class="ti-angle-right me-2 text-primary"></i>
  2352.                UK online casino
  2353.              </h6>
  2354.            </a>
  2355.          </div>
  2356.          
  2357.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2358.            <a href="https://www.happydaysrv.co.uk" rel="dofollow" class="text-decoration-none ">
  2359.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2360.                <i class="ti-angle-right me-2 text-primary"></i>
  2361.                UK casino not on GamStop
  2362.              </h6>
  2363.            </a>
  2364.          </div>
  2365.          
  2366.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2367.            <a href="https://www.homeworkworkspace.com" rel="dofollow" class="text-decoration-none ">
  2368.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2369.                <i class="ti-angle-right me-2 text-primary"></i>
  2370.                best casinos not on GamStop
  2371.              </h6>
  2372.            </a>
  2373.          </div>
  2374.          
  2375.      </div>
  2376.    </div>
  2377.    
  2378.    <div class="sidebar-widget mb-4">
  2379.      <div class="widget-title-wrapper mb-3">
  2380.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2381.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  2382.          <span class="title-arrow"></span>
  2383.        </h4>
  2384.      </div>
  2385.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2386.        <div class="blog-roll-list scrollable-sidebar">
  2387.          
  2388.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2389.            <a href="https://www.gullwingbridge.co.uk/" rel="dofollow" class="text-decoration-none ">
  2390.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2391.                <i class="ti-angle-right me-2 text-primary"></i>
  2392.                best non GamStop casinos
  2393.              </h6>
  2394.            </a>
  2395.          </div>
  2396.          
  2397.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2398.            <a href="https://www.bmag.org.uk/" rel="dofollow" class="text-decoration-none ">
  2399.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2400.                <i class="ti-angle-right me-2 text-primary"></i>
  2401.                top 10 online casinos
  2402.              </h6>
  2403.            </a>
  2404.          </div>
  2405.          
  2406.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2407.            <a href="https://internationalschoolmealsday.com/" rel="dofollow" class="text-decoration-none ">
  2408.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2409.                <i class="ti-angle-right me-2 text-primary"></i>
  2410.                Spinshark Casino No Deposit Bonus
  2411.              </h6>
  2412.            </a>
  2413.          </div>
  2414.          
  2415.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2416.            <a href="https://www.cranleyclinic.com/" rel="dofollow" class="text-decoration-none ">
  2417.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2418.                <i class="ti-angle-right me-2 text-primary"></i>
  2419.                casino not on GamStop UK
  2420.              </h6>
  2421.            </a>
  2422.          </div>
  2423.          
  2424.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2425.            <a href="https://www.durhamminers.org/" rel="dofollow" class="text-decoration-none ">
  2426.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2427.                <i class="ti-angle-right me-2 text-primary"></i>
  2428.                slot sites not on GamStop
  2429.              </h6>
  2430.            </a>
  2431.          </div>
  2432.          
  2433.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2434.            <a href="https://www.patients4nhs.org.uk/" rel="dofollow" class="text-decoration-none ">
  2435.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2436.                <i class="ti-angle-right me-2 text-primary"></i>
  2437.                non GamStop casino
  2438.              </h6>
  2439.            </a>
  2440.          </div>
  2441.          
  2442.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2443.            <a href="https://orangegenie.com" rel="dofollow" class="text-decoration-none ">
  2444.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2445.                <i class="ti-angle-right me-2 text-primary"></i>
  2446.                UK casinos not on GamStop
  2447.              </h6>
  2448.            </a>
  2449.          </div>
  2450.          
  2451.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2452.            <a href="https://womeninfinance.co.uk/" rel="dofollow" class="text-decoration-none ">
  2453.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2454.                <i class="ti-angle-right me-2 text-primary"></i>
  2455.                UK casino sites
  2456.              </h6>
  2457.            </a>
  2458.          </div>
  2459.          
  2460.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2461.            <a href="https://www.covent-garden.co.uk/" rel="dofollow" class="text-decoration-none ">
  2462.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2463.                <i class="ti-angle-right me-2 text-primary"></i>
  2464.                non GamStop casino
  2465.              </h6>
  2466.            </a>
  2467.          </div>
  2468.          
  2469.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2470.            <a href="https://www.labodeganegra.com/" rel="dofollow" class="text-decoration-none ">
  2471.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2472.                <i class="ti-angle-right me-2 text-primary"></i>
  2473.                non GamStop UK casinos
  2474.              </h6>
  2475.            </a>
  2476.          </div>
  2477.          
  2478.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2479.            <a href="https://www.gcaf.co.uk/" rel="dofollow" class="text-decoration-none ">
  2480.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2481.                <i class="ti-angle-right me-2 text-primary"></i>
  2482.                betting sites that accept bitcoin
  2483.              </h6>
  2484.            </a>
  2485.          </div>
  2486.          
  2487.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2488.            <a href="https://www.clwyd-theatr-cymru.co.uk/" rel="dofollow" class="text-decoration-none ">
  2489.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2490.                <i class="ti-angle-right me-2 text-primary"></i>
  2491.                top 50 online casinos uk
  2492.              </h6>
  2493.            </a>
  2494.          </div>
  2495.          
  2496.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2497.            <a href="https://socialeatinghouse.com/" rel="dofollow" class="text-decoration-none ">
  2498.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2499.                <i class="ti-angle-right me-2 text-primary"></i>
  2500.                casino sites not on GamStop
  2501.              </h6>
  2502.            </a>
  2503.          </div>
  2504.          
  2505.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2506.            <a href="https://www.patients4nhs.org.uk/" rel="dofollow" class="text-decoration-none ">
  2507.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2508.                <i class="ti-angle-right me-2 text-primary"></i>
  2509.                non GamStop casinos
  2510.              </h6>
  2511.            </a>
  2512.          </div>
  2513.          
  2514.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2515.            <a href="https://allcatsrgrey.org.uk/" rel="dofollow" class="text-decoration-none ">
  2516.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2517.                <i class="ti-angle-right me-2 text-primary"></i>
  2518.                non gamstop casinos
  2519.              </h6>
  2520.            </a>
  2521.          </div>
  2522.          
  2523.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2524.            <a href="https://www.falconryforum.co.uk/" rel="dofollow" class="text-decoration-none ">
  2525.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2526.                <i class="ti-angle-right me-2 text-primary"></i>
  2527.                non gamstop casino
  2528.              </h6>
  2529.            </a>
  2530.          </div>
  2531.          
  2532.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2533.            <a href="https://www.regionalnetworks.org.uk/" rel="dofollow" class="text-decoration-none ">
  2534.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2535.                <i class="ti-angle-right me-2 text-primary"></i>
  2536.                new casinos not blocked by Gamstop
  2537.              </h6>
  2538.            </a>
  2539.          </div>
  2540.          
  2541.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2542.            <a href="https://www.cressbrook.co.uk/" rel="dofollow" class="text-decoration-none ">
  2543.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2544.                <i class="ti-angle-right me-2 text-primary"></i>
  2545.                uk casino online
  2546.              </h6>
  2547.            </a>
  2548.          </div>
  2549.          
  2550.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2551.            <a href="https://citytosea.org.uk/" rel="dofollow" class="text-decoration-none ">
  2552.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2553.                <i class="ti-angle-right me-2 text-primary"></i>
  2554.                casinos not on gamstop
  2555.              </h6>
  2556.            </a>
  2557.          </div>
  2558.          
  2559.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2560.            <a href="https://www.contextis.co.uk/" rel="dofollow" class="text-decoration-none ">
  2561.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2562.                <i class="ti-angle-right me-2 text-primary"></i>
  2563.                casinos not on gamstop
  2564.              </h6>
  2565.            </a>
  2566.          </div>
  2567.          
  2568.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2569.            <a href="https://www.headley.co.uk/" rel="dofollow" class="text-decoration-none ">
  2570.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2571.                <i class="ti-angle-right me-2 text-primary"></i>
  2572.                betting sites not on gamstop
  2573.              </h6>
  2574.            </a>
  2575.          </div>
  2576.          
  2577.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2578.            <a href="https://oncallfire.uk/" rel="dofollow" class="text-decoration-none ">
  2579.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2580.                <i class="ti-angle-right me-2 text-primary"></i>
  2581.                casinos not covered by Gamstop
  2582.              </h6>
  2583.            </a>
  2584.          </div>
  2585.          
  2586.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2587.            <a href="https://www.toop.eu/" rel="dofollow" class="text-decoration-none ">
  2588.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2589.                <i class="ti-angle-right me-2 text-primary"></i>
  2590.                best uk non GamStop casinos
  2591.              </h6>
  2592.            </a>
  2593.          </div>
  2594.          
  2595.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2596.            <a href="https://cryptoblox.com/" rel="dofollow" class="text-decoration-none ">
  2597.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2598.                <i class="ti-angle-right me-2 text-primary"></i>
  2599.                bitcoin casino UK
  2600.              </h6>
  2601.            </a>
  2602.          </div>
  2603.          
  2604.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2605.            <a href="https://www.goodclub.co.uk/" rel="dofollow" class="text-decoration-none ">
  2606.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2607.                <i class="ti-angle-right me-2 text-primary"></i>
  2608.                non gamstop casinos
  2609.              </h6>
  2610.            </a>
  2611.          </div>
  2612.          
  2613.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2614.            <a href="https://knightsof.media/" rel="dofollow" class="text-decoration-none ">
  2615.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2616.                <i class="ti-angle-right me-2 text-primary"></i>
  2617.                online casino
  2618.              </h6>
  2619.            </a>
  2620.          </div>
  2621.          
  2622.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2623.            <a href="https://www.marblearchcavesgeopark.com/" rel="dofollow" class="text-decoration-none ">
  2624.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2625.                <i class="ti-angle-right me-2 text-primary"></i>
  2626.                casino not on gamstop
  2627.              </h6>
  2628.            </a>
  2629.          </div>
  2630.          
  2631.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2632.            <a href="https://www.money-mentor.org/" rel="dofollow" class="text-decoration-none ">
  2633.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2634.                <i class="ti-angle-right me-2 text-primary"></i>
  2635.                bitcoin casino
  2636.              </h6>
  2637.            </a>
  2638.          </div>
  2639.          
  2640.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2641.            <a href="https://gamblingindustrynews.com/crypto-casinos/uk/" rel="dofollow" class="text-decoration-none ">
  2642.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2643.                <i class="ti-angle-right me-2 text-primary"></i>
  2644.                bitcoin casino
  2645.              </h6>
  2646.            </a>
  2647.          </div>
  2648.          
  2649.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2650.            <a href="https://roadpeace.org/" rel="dofollow" class="text-decoration-none ">
  2651.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2652.                <i class="ti-angle-right me-2 text-primary"></i>
  2653.                non gamstop casinos
  2654.              </h6>
  2655.            </a>
  2656.          </div>
  2657.          
  2658.      </div>
  2659.    </div>
  2660.    
  2661.    <div class="sidebar-widget mb-4">
  2662.      <div class="widget-title-wrapper mb-3">
  2663.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2664.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  2665.          <span class="title-arrow"></span>
  2666.        </h4>
  2667.      </div>
  2668.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2669.        <div class="blog-roll-list scrollable-sidebar">
  2670.          
  2671.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2672.            <a href="https://internationalschoolmealsday.com/" rel="dofollow" class="text-decoration-none ">
  2673.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2674.                <i class="ti-angle-right me-2 text-primary"></i>
  2675.                top 20 online casinos uk
  2676.              </h6>
  2677.            </a>
  2678.          </div>
  2679.          
  2680.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2681.            <a href="https://croftersrights.co.uk/" rel="dofollow" class="text-decoration-none ">
  2682.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2683.                <i class="ti-angle-right me-2 text-primary"></i>
  2684.                best non gamstop casinos
  2685.              </h6>
  2686.            </a>
  2687.          </div>
  2688.          
  2689.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2690.            <a href="https://www.roadpeace.org/" rel="dofollow" class="text-decoration-none ">
  2691.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2692.                <i class="ti-angle-right me-2 text-primary"></i>
  2693.                casino not on gamstop
  2694.              </h6>
  2695.            </a>
  2696.          </div>
  2697.          
  2698.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2699.            <a href="https://www.summerhall.co.uk/" rel="dofollow" class="text-decoration-none ">
  2700.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2701.                <i class="ti-angle-right me-2 text-primary"></i>
  2702.                casino not on gamstop
  2703.              </h6>
  2704.            </a>
  2705.          </div>
  2706.          
  2707.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2708.            <a href="https://botafogo.co.uk/" rel="dofollow" class="text-decoration-none ">
  2709.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2710.                <i class="ti-angle-right me-2 text-primary"></i>
  2711.                non gamstop casino uk
  2712.              </h6>
  2713.            </a>
  2714.          </div>
  2715.          
  2716.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2717.            <a href="https://bereavementcommission.org.uk/" rel="dofollow" class="text-decoration-none ">
  2718.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2719.                <i class="ti-angle-right me-2 text-primary"></i>
  2720.                online casinos
  2721.              </h6>
  2722.            </a>
  2723.          </div>
  2724.          
  2725.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2726.            <a href="https://www.bshg.org.uk/" rel="dofollow" class="text-decoration-none ">
  2727.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2728.                <i class="ti-angle-right me-2 text-primary"></i>
  2729.                online casinos
  2730.              </h6>
  2731.            </a>
  2732.          </div>
  2733.          
  2734.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2735.            <a href="https://www.techandplay.org/" rel="dofollow" class="text-decoration-none ">
  2736.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2737.                <i class="ti-angle-right me-2 text-primary"></i>
  2738.                betting sites
  2739.              </h6>
  2740.            </a>
  2741.          </div>
  2742.          
  2743.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2744.            <a href="https://unbound.co.uk/" rel="dofollow" class="text-decoration-none ">
  2745.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2746.                <i class="ti-angle-right me-2 text-primary"></i>
  2747.                online casinos
  2748.              </h6>
  2749.            </a>
  2750.          </div>
  2751.          
  2752.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2753.            <a href="https://www.casquette.co.uk/" rel="dofollow" class="text-decoration-none ">
  2754.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2755.                <i class="ti-angle-right me-2 text-primary"></i>
  2756.                casino not on gamstop
  2757.              </h6>
  2758.            </a>
  2759.          </div>
  2760.          
  2761.      </div>
  2762.    </div>
  2763.    
  2764.  </div>
  2765.  
  2766. <!-- Sidebar V2 Styles -->
  2767. <style>
  2768.  .sidebar-widget {
  2769.    position: relative;
  2770.  }
  2771.  
  2772.  .widget-title {
  2773.    font-size: 1.1rem;
  2774.    font-weight: 700;
  2775.    display: inline-block;
  2776.    position: relative;
  2777.    z-index: 2;
  2778.    border-radius: 0;
  2779.  }
  2780.  
  2781.  /* Green arrow for August Blog Roll */
  2782.  .title-arrow::after {
  2783.    content: '';
  2784.    position: absolute;
  2785.    top: 0;
  2786.    right: -22px;
  2787.    width: 0;
  2788.    height: 0;
  2789.    border-left: 22px solid var(--bs-primary);
  2790.    border-top: 22px solid transparent;
  2791.    border-bottom: 22px solid transparent;
  2792.    z-index: 1;
  2793.  }
  2794.  
  2795.  /* Blue arrow for Recent Posts */
  2796.  .title-arrow-primary::after {
  2797.    content: '';
  2798.    position: absolute;
  2799.    top: 0;
  2800.    right: -22px;
  2801.    width: 0;
  2802.    height: 0;
  2803.    border-left: 22px solid var(--bs-primary);
  2804.    border-top: 22px solid transparent;
  2805.    border-bottom: 22px solid transparent;
  2806.    z-index: 1;
  2807.  }
  2808.  
  2809.  .widget-content {
  2810.    margin-top: -1px;
  2811.    position: relative;
  2812.    z-index: 1;
  2813.     background-color: var(--card-bg);
  2814.  }
  2815.  
  2816.  /* Blog Roll Items Hover Effects */
  2817.  .blog-roll-item:hover .blog-title {
  2818.    color: #198754 !important;
  2819.    transform: translateX(5px);
  2820.    transition: all 0.3s ease;
  2821.  }
  2822.  
  2823.  /* Recent Post Items Hover Effects */
  2824.  .recent-post-item:hover .post-title a {
  2825.    color: #0d6efd !important;
  2826.    transition: color 0.3s ease;
  2827.  }
  2828.  
  2829.  .recent-post-item:hover .post-image img {
  2830.    transform: scale(1.05);
  2831.    transition: transform 0.3s ease;
  2832.  }
  2833.  
  2834.  /* Button Hover Effects */
  2835.  .btn:hover {
  2836.    transform: translateY(-2px);
  2837.    transition: all 0.3s ease;
  2838.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  2839.  }
  2840.  
  2841.  /* Badge Hover Effects */
  2842.  .badge:hover {
  2843.    transform: scale(1.05);
  2844.    transition: transform 0.3s ease;
  2845.  }
  2846.  
  2847.  @media (max-width: 991px) {
  2848.    .sidebar {
  2849.      margin-top: 3rem;
  2850.    }
  2851.  }
  2852.  
  2853.  @media (max-width: 576px) {
  2854.    .widget-title {
  2855.      font-size: 1rem;
  2856.      padding: 0.75rem 1rem !important;
  2857.    }
  2858.  
  2859.    .title-arrow::after,
  2860.    .title-arrow-primary::after {
  2861.      right: -18px;
  2862.      border-left-width: 18px;
  2863.      border-top-width: 18px;
  2864.      border-bottom-width: 18px;
  2865.    }
  2866.  
  2867.    .post-image {
  2868.      width: 70px !important;
  2869.      height: 55px !important;
  2870.    }
  2871.  
  2872.    .blog-meta {
  2873.      flex-direction: column !important;
  2874.      align-items: flex-start !important;
  2875.      gap: 0.5rem;
  2876.    }
  2877.  }
  2878. </style>
  2879.  
  2880.    
  2881.            </div>
  2882.        </div>
  2883.    </div> <!-- end container -->
  2884. </section>
  2885.  
  2886.    
  2887.        
  2888.        <!-- end wpo-blog-highlights-section -->
  2889.        <!-- start wpo-blog-sponsored-section -->
  2890.        
  2891.  
  2892.  
  2893.  
  2894.    
  2895.  
  2896.  
  2897.  
  2898. <style>
  2899.    .sponsored-section-v2 {
  2900.        padding: 40px 0;
  2901.        background: var(--body-bg);
  2902.    }
  2903.    
  2904.    .sponsored-card-v2 {
  2905.        background: var(--body-bg);
  2906.        border: 1px solid #f0f0f0;
  2907.        border-radius: 8px;
  2908.        transition: box-shadow 0.3s ease;
  2909.        height: 100%;
  2910.        position: relative;
  2911.    }
  2912.    
  2913.    .sponsored-card-v2:hover {
  2914.        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  2915.    }
  2916.    
  2917.    .sponsored-image-v2 {
  2918.        position: relative;
  2919.        height: 200px;
  2920.    }
  2921.    
  2922.    .sponsored-image-v2 img {
  2923.        width: 100%;
  2924.        height: 100%;
  2925.        object-fit: cover;
  2926.    }
  2927.    
  2928.    .sponsored-badge-v2 {
  2929.        position: absolute;
  2930.        bottom: 10px;
  2931.        left: 10px;
  2932.        padding: 6px 10px;
  2933.        font-size: 12px;
  2934.        font-weight: 600;
  2935.        text-transform: uppercase;
  2936.        border-radius: 4px;
  2937.    }
  2938.    
  2939.    .sponsored-content-v2 {
  2940.        padding: 20px;
  2941.    }
  2942.    
  2943.    .sponsored-title-v2 {
  2944.        font-size: 18px;
  2945.        font-weight: 600;
  2946.        line-height: 1.4;
  2947.        margin-bottom: 10px;
  2948.    }
  2949.    
  2950.    .sponsored-title-v2 a {
  2951.        text-decoration: none;
  2952.        transition: color 0.3s ease;
  2953.    }
  2954.    
  2955.    .sponsored-title-v2 a:hover {
  2956.        color: #007bff; /* Blue hover for variety */
  2957.    }
  2958.    
  2959.    .sponsored-excerpt-v2 {
  2960.        font-size: 14px;
  2961.        color: #6c757d;
  2962.        margin-bottom: 15px;
  2963.        line-height: 1.6;
  2964.    }
  2965.    
  2966.    .sponsored-meta-v2 {
  2967.        display: flex;
  2968.        align-items: center;
  2969.        justify-content: space-between;
  2970.        font-size: 12px;
  2971.        color: #6c757d;
  2972.    }
  2973.    
  2974.    .author-info-v2 {
  2975.        display: flex;
  2976.        align-items: center;
  2977.        gap: 8px;
  2978.    }
  2979.    
  2980.    .sponsored-author-img-v2 {
  2981.        width: 28px;
  2982.        height: 28px;
  2983.        border-radius: 50%;
  2984.        object-fit: cover;
  2985.    }
  2986.    
  2987.    .section-title-sponsored-v2 {
  2988.        font-size: 2.2rem;
  2989.        font-weight: 700;
  2990.        text-align: center;
  2991.        margin-bottom: 30px;
  2992.        color: #333;
  2993.    }
  2994.  
  2995.    @media (max-width: 768px) {
  2996.        .sponsored-section-v2 {
  2997.            padding: 30px 0;
  2998.        }
  2999.        .sponsored-content-v2 {
  3000.            padding: 15px;
  3001.        }
  3002.        .sponsored-title-v2 {
  3003.            font-size: 16px;
  3004.        }
  3005.        .sponsored-excerpt-v2 {
  3006.            font-size: 13px;
  3007.        }
  3008.    }
  3009. </style>
  3010.  
  3011. <section class="sponsored-section-v2">
  3012.    <div class="container-fluid fluid-container">
  3013.        <div class="row">
  3014.            <div class="col-12">
  3015.                <h2 class="section-title-sponsored-v2">Sponsored News</h2>
  3016.            </div>
  3017.        </div>
  3018.        
  3019.        <div class="row g-4">
  3020.            
  3021.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3022.                <div class="card sponsored-card-v2">
  3023.                    <div class="sponsored-image-v2">
  3024.                        
  3025.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3026.                        
  3027.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3028.                    </div>
  3029.                    <div class="sponsored-content-v2">
  3030.                        <h3 class="sponsored-title-v2">
  3031.                            <a href="/administration-decries-democrat-fabrication-as-further-epstein-estate-images-disclosed/" class="top-color">
  3032.                            Administration Decries &#x27;Democrat Fabrication&#x27; as Further Epstein Estate Images Disclosed
  3033.                            </a>
  3034.                        </h3>
  3035.                        <p class="sponsored-excerpt-v2">
  3036.                            
  3037.                        </p>
  3038.                        <div class="sponsored-meta-v2">
  3039.                            <div class="author-info-v2">
  3040.                                
  3041.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jill Montgomery" class="sponsored-author-img-v2">
  3042.                                
  3043.                                <span>
  3044.                                    Jill Montgomery
  3045.                                </span>
  3046.                            </div>
  3047.                            <span>15 May 2026</span>
  3048.                        </div>
  3049.                    </div>
  3050.                </div>
  3051.            </div>
  3052.            
  3053.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3054.                <div class="card sponsored-card-v2">
  3055.                    <div class="sponsored-image-v2">
  3056.                        
  3057.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3058.                        
  3059.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3060.                    </div>
  3061.                    <div class="sponsored-content-v2">
  3062.                        <h3 class="sponsored-title-v2">
  3063.                            <a href="/bright-departs-england-scene-long-past-her-name-was-engraved-within-soccer-icons/" class="top-color">
  3064.                            Bright Departs England Scene Long Past Her Name Was Engraved Within Soccer Icons
  3065.                            </a>
  3066.                        </h3>
  3067.                        <p class="sponsored-excerpt-v2">
  3068.                            
  3069.                        </p>
  3070.                        <div class="sponsored-meta-v2">
  3071.                            <div class="author-info-v2">
  3072.                                
  3073.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jill Montgomery" class="sponsored-author-img-v2">
  3074.                                
  3075.                                <span>
  3076.                                    Jill Montgomery
  3077.                                </span>
  3078.                            </div>
  3079.                            <span>15 May 2026</span>
  3080.                        </div>
  3081.                    </div>
  3082.                </div>
  3083.            </div>
  3084.            
  3085.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3086.                <div class="card sponsored-card-v2">
  3087.                    <div class="sponsored-image-v2">
  3088.                        
  3089.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3090.                        
  3091.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3092.                    </div>
  3093.                    <div class="sponsored-content-v2">
  3094.                        <h3 class="sponsored-title-v2">
  3095.                            <a href="/the-hit-drama-confirmed-for-seventh-series-on-bbc/" class="top-color">
  3096.                            The Hit Drama Confirmed for Seventh Series on BBC
  3097.                            </a>
  3098.                        </h3>
  3099.                        <p class="sponsored-excerpt-v2">
  3100.                            
  3101.                        </p>
  3102.                        <div class="sponsored-meta-v2">
  3103.                            <div class="author-info-v2">
  3104.                                
  3105.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jill Montgomery" class="sponsored-author-img-v2">
  3106.                                
  3107.                                <span>
  3108.                                    Jill Montgomery
  3109.                                </span>
  3110.                            </div>
  3111.                            <span>15 May 2026</span>
  3112.                        </div>
  3113.                    </div>
  3114.                </div>
  3115.            </div>
  3116.            
  3117.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3118.                <div class="card sponsored-card-v2">
  3119.                    <div class="sponsored-image-v2">
  3120.                        
  3121.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3122.                        
  3123.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3124.                    </div>
  3125.                    <div class="sponsored-content-v2">
  3126.                        <h3 class="sponsored-title-v2">
  3127.                            <a href="/the-22-year-old-tennis-player-emma-raducanu-wraps-up-the-current-season-and-will-keep-trainer-for-2026/" class="top-color">
  3128.                            The 22-year-old tennis player Emma Raducanu wraps up the current season and will keep trainer for 2026.
  3129.                            </a>
  3130.                        </h3>
  3131.                        <p class="sponsored-excerpt-v2">
  3132.                            
  3133.                        </p>
  3134.                        <div class="sponsored-meta-v2">
  3135.                            <div class="author-info-v2">
  3136.                                
  3137.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jill Montgomery" class="sponsored-author-img-v2">
  3138.                                
  3139.                                <span>
  3140.                                    Jill Montgomery
  3141.                                </span>
  3142.                            </div>
  3143.                            <span>15 May 2026</span>
  3144.                        </div>
  3145.                    </div>
  3146.                </div>
  3147.            </div>
  3148.            
  3149.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3150.                <div class="card sponsored-card-v2">
  3151.                    <div class="sponsored-image-v2">
  3152.                        
  3153.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3154.                        
  3155.                        <div class="sponsored-badge-v2 bg-primary-gradient">Others</div>
  3156.                    </div>
  3157.                    <div class="sponsored-content-v2">
  3158.                        <h3 class="sponsored-title-v2">
  3159.                            <a href="/clarifying-rngs-ensuring-fairness-in-online-slot-games/" class="top-color">
  3160.                            Clarifying RNGs: Ensuring Fairness in Online Slot Games
  3161.                            </a>
  3162.                        </h3>
  3163.                        <p class="sponsored-excerpt-v2">
  3164.                            
  3165.                        </p>
  3166.                        <div class="sponsored-meta-v2">
  3167.                            <div class="author-info-v2">
  3168.                                
  3169.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jill Montgomery" class="sponsored-author-img-v2">
  3170.                                
  3171.                                <span>
  3172.                                    Jill Montgomery
  3173.                                </span>
  3174.                            </div>
  3175.                            <span>15 May 2026</span>
  3176.                        </div>
  3177.                    </div>
  3178.                </div>
  3179.            </div>
  3180.            
  3181.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3182.                <div class="card sponsored-card-v2">
  3183.                    <div class="sponsored-image-v2">
  3184.                        
  3185.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3186.                        
  3187.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3188.                    </div>
  3189.                    <div class="sponsored-content-v2">
  3190.                        <h3 class="sponsored-title-v2">
  3191.                            <a href="/3-game-pass-titles-that-can-validate-your-membership-during-the-weekend-nov-21-23/" class="top-color">
  3192.                            3 Game Pass Titles That Can Validate Your Membership During the Weekend (Nov. 21-23)
  3193.                            </a>
  3194.                        </h3>
  3195.                        <p class="sponsored-excerpt-v2">
  3196.                            
  3197.                        </p>
  3198.                        <div class="sponsored-meta-v2">
  3199.                            <div class="author-info-v2">
  3200.                                
  3201.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jill Montgomery" class="sponsored-author-img-v2">
  3202.                                
  3203.                                <span>
  3204.                                    Jill Montgomery
  3205.                                </span>
  3206.                            </div>
  3207.                            <span>15 May 2026</span>
  3208.                        </div>
  3209.                    </div>
  3210.                </div>
  3211.            </div>
  3212.            
  3213.        </div>
  3214.    </div>
  3215. </section>
  3216.  
  3217.  
  3218.    
  3219.        <!-- end wpo-blog-sponsored-section -->
  3220.        <!-- start wpo-subscribe-section -->
  3221.        
  3222.        <!-- end subscribe-section -->
  3223.        <!-- start of wpo-site-footer-section -->
  3224.        
  3225.  
  3226.  
  3227.  
  3228.  
  3229.  
  3230.  
  3231. <!-- Footer V4 - Modern Corporate Design -->
  3232. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  3233.  
  3234.    <div class="container-fluid fluid-container">
  3235.        
  3236.        <!-- Content Sections -->
  3237.        <div class="content-sections">
  3238.            <div class="row g-5">
  3239.                
  3240.                <!-- Brand Column -->
  3241.                <div class="col-lg-4 col-md-12">
  3242.                    <div class="brand-section">
  3243.                        <div class="brand-header">
  3244.                            
  3245.                            <div class="brand-text">
  3246.                                <h3 class="brand-name">NeonPortal UK</h3>
  3247.                                <span class="brand-type">Digital Publication</span>
  3248.                            </div>
  3249.                        </div>
  3250.                        <p class="brand-description  text-lg-start ">
  3251.                            Explore the latest in technology, digital trends, and expert reviews on NeonPortal UK. Your go-to source for insightful articles and innovation updates.
  3252.                        </p>
  3253.                    </div>
  3254.                </div>
  3255.  
  3256.                <!-- Quick Links Column -->
  3257.               <div class="col-lg-4 col-md-6">
  3258.                    <div class="links-section">
  3259.                        <div class="section-title">
  3260.                            <h4 class="title-text">Resources</h4>
  3261.                            <div class="title-decoration"></div>
  3262.                        </div>
  3263.                        <div class="links-container">
  3264.                          
  3265. <div class="link-group">
  3266.    <ul class="link-list" id="externalLinks">
  3267.        
  3268.  
  3269.    
  3270.        
  3271.        
  3272.        
  3273.    </ul>
  3274. </div>
  3275.  
  3276.                        </div>
  3277.                    </div>
  3278.                </div>
  3279.  
  3280.                <!-- Categories Column -->
  3281.                <div class="col-lg-4 col-md-6">
  3282.                    <div class="categories-section">
  3283.                        <div class="section-title">
  3284.                            <h4 class="title-text">Explore Topics</h4>
  3285.                            <div class="title-decoration"></div>
  3286.                        </div>
  3287.                        <div class="categories-container">
  3288.                            <p class="categories-intro">Discover content organized by topics that interest you most.</p>
  3289.                            <div class="categories-cloud">
  3290.                                
  3291.                                <a href="/category/all-posts/" class="category-pill">
  3292.                                    All Posts
  3293.                                </a>
  3294.                                
  3295.                                <a href="/category/business/" class="category-pill">
  3296.                                    Business
  3297.                                </a>
  3298.                                
  3299.                                <a href="/category/esports/" class="category-pill">
  3300.                                    Esports
  3301.                                </a>
  3302.                                
  3303.                                <a href="/category/fashion/" class="category-pill">
  3304.                                    Fashion
  3305.                                </a>
  3306.                                
  3307.                                <a href="/category/featured/" class="category-pill">
  3308.                                    Featured
  3309.                                </a>
  3310.                                
  3311.                                <a href="/category/gaming/" class="category-pill">
  3312.                                    Gaming
  3313.                                </a>
  3314.                                
  3315.                                <a href="/category/health/" class="category-pill">
  3316.                                    Health
  3317.                                </a>
  3318.                                
  3319.                                <a href="/category/life-fitness/" class="category-pill">
  3320.                                    Life &amp; Fitness
  3321.                                </a>
  3322.                                
  3323.                            </div>
  3324.                        </div>
  3325.                    </div>
  3326.                </div>
  3327.  
  3328.            </div>
  3329.        </div>
  3330.  
  3331.        <!-- Footer Bottom -->
  3332.        <div class="footer-bottom">
  3333.            <div class="bottom-border"></div>
  3334.            <div class=" d-flex justify-content-between flex-wrap">
  3335.                <div>
  3336.                    <div class="copyright-info">
  3337.                        <p class="copyright-main">
  3338.                            © 2026 <span class="brand-highlight">NeonPortal UK</span>. All rights reserved.
  3339.                        </p>
  3340.                        <p class="copyright-sub">
  3341.                            Thoughtfully crafted content for curious minds worldwide.
  3342.                        </p>
  3343.                    </div>
  3344.                </div>
  3345.                <div>
  3346.                    <div class="footer-actions">
  3347.                        <div class="action-links">
  3348.                            <a href="/page/write-for-us/" class="action-link">
  3349.                                <i class="bi bi-shield-check"></i>
  3350.                                <span>Write For Us</span>
  3351.                            </a>
  3352.                            <a href="/page/terms-and-conditions/" class="action-link">
  3353.                                <i class="bi bi-shield-check"></i>
  3354.                                <span>Terms & Conditions</span>
  3355.                            </a>
  3356.                            <a href="/sitemap.xml" class="action-link">
  3357.                                <i class="bi bi-diagram-3"></i>
  3358.                                <span>Sitemap</span>
  3359.                            </a>
  3360.                        </div>
  3361.  
  3362.                    </div>
  3363.                </div>
  3364.            </div>
  3365.        </div>
  3366.  
  3367.    </div>
  3368.  
  3369.    
  3370.  
  3371. </footer>
  3372.  
  3373.  
  3374. <style>
  3375. /* Footer V4 - Modern Corporate Design */
  3376. .wpo-site-footer-v4 {
  3377.    color: var(--footer-color);
  3378.    margin-top: 100px;
  3379. }
  3380.  
  3381.  
  3382. .accent-line {
  3383.    position: absolute;
  3384.    top: 0;
  3385.    height: 100%;
  3386.    width: 33.333%;
  3387.    opacity: 0.8;
  3388. }
  3389.  
  3390. .accent-1 {
  3391.    left: 0;
  3392.    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
  3393.    animation: slideRight 3s ease-in-out infinite;
  3394. }
  3395.  
  3396. .accent-2 {
  3397.    left: 33.333%;
  3398.    background: linear-gradient(90deg, #8b5cf6, #7c3aed);
  3399.    animation: slideRight 3s ease-in-out infinite 1s;
  3400. }
  3401.  
  3402. .accent-3 {
  3403.    left: 66.666%;
  3404.    background: linear-gradient(90deg, #10b981, #059669);
  3405.    animation: slideRight 3s ease-in-out infinite 2s;
  3406. }
  3407.  
  3408. @keyframes slideRight {
  3409.    0%, 100% { transform: translateX(-10px); opacity: 0.6; }
  3410.    50% { transform: translateX(10px); opacity: 1; }
  3411. }
  3412.  
  3413. /* Content Sections */
  3414. .content-sections {
  3415.    padding: 60px 0;
  3416.    position: relative;
  3417.    z-index: 2;
  3418. }
  3419.  
  3420. /* Brand Section */
  3421. .brand-section {
  3422.    padding-right: 2rem;
  3423. }
  3424.  
  3425. .brand-header {
  3426.    display: flex;
  3427.    align-items: center;
  3428.    margin-bottom: 2rem;
  3429.    gap: 1rem;
  3430. }
  3431.  
  3432. .brand-logo {
  3433.    height: 50px;
  3434.    width: auto;
  3435.    border-radius: 8px;
  3436. }
  3437.  
  3438. .brand-name {
  3439.    font-size: 1.5rem;
  3440.    font-weight: 800;
  3441.    color: var(--footer-color) !important;
  3442.    margin: 0;
  3443. }
  3444.  
  3445. .brand-type {
  3446.    color: var(--footer-color) !important;
  3447.    opacity: 0.8;
  3448.    font-size: 0.85rem;
  3449.    font-weight: 500;
  3450.    text-transform: uppercase;
  3451.    letter-spacing: 0.5px;
  3452. }
  3453.  
  3454. .brand-description {
  3455.    color: var(--footer-color) !important;
  3456.    line-height: 1.7;
  3457.    margin-bottom: 2rem;
  3458.    font-size: 0.95rem;
  3459. }
  3460.  
  3461. .brand-stats {
  3462.    display: flex;
  3463.    align-items: center;
  3464.    gap: 1.5rem;
  3465. }
  3466.  
  3467. .stat-item {
  3468.    text-align: center;
  3469. }
  3470.  
  3471. .stat-number {
  3472.    font-size: 1.5rem;
  3473.    font-weight: 800;
  3474.    color: #3b82f6;
  3475.    display: block;
  3476.    line-height: 1;
  3477. }
  3478.  
  3479. .stat-label {
  3480.    font-size: 0.8rem;
  3481.    color: #94a3b8;
  3482.    margin-top: 0.25rem;
  3483. }
  3484.  
  3485. .stat-divider {
  3486.    width: 1px;
  3487.    height: 40px;
  3488.    background: rgba(255, 255, 255, 0.2);
  3489. }
  3490.  
  3491. /* Links Section */
  3492. .links-section {
  3493.    padding-left: 1rem;
  3494.    padding-right: 1rem;
  3495. }
  3496.  
  3497. .section-title {
  3498.    margin-bottom: 2rem;
  3499.    position: relative;
  3500. }
  3501.  
  3502. .title-text {
  3503.    font-size: 1.3rem;
  3504.    font-weight: 700;
  3505.    color: var(--footer-color) !important;
  3506.    margin-bottom: 0.5rem;
  3507.    text-align: justify !important;
  3508. }
  3509.  
  3510.  
  3511. .link-group {
  3512.    margin-bottom: 2rem;
  3513. }
  3514.  
  3515. .group-title {
  3516.    font-size: 1rem;
  3517.    font-weight: 600;
  3518.    color: #f1f5f9;
  3519.    margin-bottom: 1rem;
  3520.    padding-bottom: 0.5rem;
  3521.    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  3522. }
  3523.  
  3524. .link-list {
  3525.    list-style: none;
  3526.    padding: 0;
  3527.    margin: 0;
  3528. }
  3529.  
  3530. .link-item {
  3531.    margin-bottom: 0.75rem;
  3532. }
  3533.  
  3534. .link-text {
  3535.    color: var(--footer-color) !important;
  3536.    text-decoration: none;
  3537.    font-size: 0.9rem;
  3538.    display: flex;
  3539.    align-items: center;
  3540.    transition: all 0.3s ease;
  3541.    padding: 0.25rem 0;
  3542. }
  3543.  
  3544. .link-text:hover {
  3545.    color: #3b82f6;
  3546.    padding-left: 0.5rem;
  3547. }
  3548.  
  3549. .link-icon {
  3550.    margin-right: 0.5rem;
  3551.    opacity: 0;
  3552.    transition: opacity 0.3s ease;
  3553. }
  3554.  
  3555. .link-text:hover .link-icon {
  3556.    opacity: 1;
  3557. }
  3558.  
  3559. .external-icon {
  3560.    color: #10b981;
  3561. }
  3562.  
  3563. /* Categories Section */
  3564. .categories-section {
  3565.    padding-left: 1rem;
  3566. }
  3567.  
  3568. .categories-intro {
  3569.    color: #cbd5e1;
  3570.    margin-bottom: 1.5rem;
  3571.    font-size: 0.9rem;
  3572. }
  3573.  
  3574. .categories-cloud {
  3575.    display: flex;
  3576.    flex-wrap: wrap;
  3577.    gap: 0.75rem;
  3578. }
  3579.  
  3580. .category-pill {
  3581.    display: inline-block;
  3582.    padding: 0.5rem 1rem;
  3583.    background: rgba(255, 255, 255, 0.1);
  3584.    border: 1px solid rgba(255, 255, 255, 0.2);
  3585.    border-radius: 20px;
  3586.    color:  var(--footer-color) !important;
  3587.    text-decoration: none;
  3588.    font-size: 0.85rem;
  3589.    opacity: 0.7;
  3590.    font-weight: 500;
  3591.    transition: all 0.3s ease;
  3592. }
  3593.  
  3594. .category-pill:hover {
  3595.    background: #3b82f6;
  3596.    border-color: #3b82f6;
  3597.    color: var(--footer-color) !important;
  3598.    opacity: 1;
  3599.    transform: translateY(-1px);
  3600.    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
  3601. }
  3602.  
  3603. /* Footer Bottom */
  3604. .footer-bottom {
  3605.    padding: 2rem 0;
  3606.    position: relative;
  3607.    z-index: 2;
  3608. }
  3609.  
  3610. .bottom-border {
  3611.    height: 1px;
  3612.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  3613.    margin-bottom: 2rem;
  3614. }
  3615.  
  3616. .copyright-main {
  3617.    font-size: 1rem;
  3618.    color: #e2e8f0;
  3619.    margin-bottom: 0.25rem;
  3620. }
  3621.  
  3622. .brand-highlight {
  3623.    color: var(--footer-color);
  3624.    font-weight: 700;
  3625. }
  3626.  
  3627. .copyright-sub {
  3628.    font-size: 0.85rem;
  3629.    color: #94a3b8;
  3630.    margin: 0;
  3631. }
  3632.  
  3633. .footer-actions {
  3634.    display: flex;
  3635.    align-items: center;
  3636.    gap: 2rem;
  3637. }
  3638.  
  3639. .action-links {
  3640.    display: flex;
  3641.    gap: 1.5rem;
  3642. }
  3643.  
  3644. .action-link {
  3645.    display: flex;
  3646.    align-items: center;
  3647.    gap: 0.5rem;
  3648.    color: #cbd5e1;
  3649.    text-decoration: none;
  3650.    font-size: 0.9rem;
  3651.    transition: color 0.3s ease;
  3652. }
  3653.  
  3654. .action-link:hover {
  3655.    color: #3b82f6;
  3656. }
  3657.  
  3658. .scroll-to-top-btn {
  3659.    background: rgba(255, 255, 255, 0.1);
  3660.    border: 1px solid rgba(255, 255, 255, 0.2);
  3661.    color: #cbd5e1;
  3662.    width: 44px;
  3663.    height: 44px;
  3664.    border-radius: 12px;
  3665.    cursor: pointer;
  3666.    transition: all 0.3s ease;
  3667.    display: flex;
  3668.    align-items: center;
  3669.    justify-content: center;
  3670. }
  3671.  
  3672. .scroll-to-top-btn:hover {
  3673.    background: #3b82f6;
  3674.    border-color: #3b82f6;
  3675.    color: white;
  3676.    transform: translateY(-2px);
  3677. }
  3678.  
  3679. /* Background Pattern */
  3680. .footer-pattern {
  3681.    position: absolute;
  3682.    top: 0;
  3683.    left: 0;
  3684.    width: 100%;
  3685.    height: 100%;
  3686.    z-index: 1;
  3687.    overflow: hidden;
  3688. }
  3689.  
  3690. .pattern-grid {
  3691.    position: relative;
  3692.    width: 100%;
  3693.    height: 100%;
  3694. }
  3695.  
  3696. .pattern-dot {
  3697.    position: absolute;
  3698.    width: 2px;
  3699.    height: 2px;
  3700.    background: rgba(255, 255, 255, 0.1);
  3701.    border-radius: 50%;
  3702. }
  3703.  
  3704. .pattern-dot:nth-child(1) { top: 20%; left: 10%; }
  3705. .pattern-dot:nth-child(2) { top: 40%; right: 15%; }
  3706. .pattern-dot:nth-child(3) { top: 60%; left: 70%; }
  3707. .pattern-dot:nth-child(4) { bottom: 30%; right: 30%; }
  3708. .pattern-dot:nth-child(5) { bottom: 50%; left: 40%; }
  3709. .pattern-dot:nth-child(6) { top: 80%; right: 60%; }
  3710.  
  3711. /* Responsive Design */
  3712. @media (max-width: 992px) {
  3713.    .newsletter-heading {
  3714.        font-size: 2rem;
  3715.    }
  3716.    
  3717.    .brand-section {
  3718.        padding-right: 0;
  3719.        margin-bottom: 3rem;
  3720.    }
  3721.    
  3722.    .links-section, .categories-section {
  3723.        padding-left: 0;
  3724.        padding-right: 0;
  3725.    }
  3726.    
  3727.    .brand-stats {
  3728.        justify-content: center;
  3729.        margin-top: 2rem;
  3730.    }
  3731. }
  3732.  
  3733. @media (max-width: 768px) {
  3734.    .newsletter-section {
  3735.        padding: 60px 0 40px;
  3736.    }
  3737.    
  3738.    .newsletter-container {
  3739.        padding: 2rem 1.5rem;
  3740.        margin: 0 1rem;
  3741.    }
  3742.    
  3743.    .newsletter-heading {
  3744.        font-size: 1.75rem;
  3745.    }
  3746.    
  3747.    .content-sections {
  3748.        padding: 40px 0;
  3749.    }
  3750.    
  3751.    .brand-header {
  3752.        flex-direction: column;
  3753.        text-align: center;
  3754.    }
  3755.    
  3756.    .footer-actions {
  3757.        flex-direction: column;
  3758.        gap: 1rem;
  3759.        margin-top: 1.5rem;
  3760.    }
  3761.    
  3762.    .action-links {
  3763.        order: 2;
  3764.    }
  3765.    
  3766.    .scroll-to-top-btn {
  3767.        order: 1;
  3768.    }
  3769. }
  3770.  
  3771. @media (max-width: 576px) {
  3772.    .newsletter-container {
  3773.        padding: 1.5rem 1rem;
  3774.    }
  3775.    
  3776.    .newsletter-heading {
  3777.        font-size: 1.5rem;
  3778.    }
  3779.    
  3780.    .brand-stats {
  3781.        flex-direction: column;
  3782.        gap: 1rem;
  3783.    }
  3784.    
  3785.    .stat-divider {
  3786.        width: 40px;
  3787.        height: 1px;
  3788.    }
  3789.    
  3790.    .action-links {
  3791.        flex-direction: column;
  3792.        gap: 0.75rem;
  3793.        text-align: center;
  3794.    }
  3795.    
  3796.    .pattern-dot {
  3797.        display: none;
  3798.    }
  3799. }
  3800. </style>
  3801.  
  3802. <!-- Bootstrap 5 JS -->
  3803.  
  3804. <script>
  3805. // Scroll to Top Function
  3806. document.addEventListener('DOMContentLoaded', function () {
  3807.    var btn = document.getElementById('toggleExternal');
  3808.    if (!btn) return; // No extra items, no button
  3809.  
  3810.    var extras = document.querySelectorAll('#externalLinks li.extra');
  3811.  
  3812.    btn.addEventListener('click', function () {
  3813.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3814.            return li.classList.contains('d-none');
  3815.        });
  3816.  
  3817.        extras.forEach(function (li) {
  3818.            if (anyHidden) {
  3819.                li.classList.remove('d-none');
  3820.                li.classList.add('show');
  3821.            } else {
  3822.                li.classList.add('d-none');
  3823.                li.classList.remove('show');
  3824.            }
  3825.        });
  3826.  
  3827.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3828.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3829.    });
  3830. });
  3831. function scrollToTop() {
  3832.    window.scrollTo({
  3833.        top: 0,
  3834.        behavior: 'smooth'
  3835.    });
  3836. }
  3837.  
  3838. // Initialize Footer V4 Features
  3839. document.addEventListener('DOMContentLoaded', function() {
  3840.    
  3841.    // Newsletter Form Handling
  3842.    const newsletterForm = document.querySelector('.newsletter-form');
  3843.    const emailInput = document.querySelector('.form-input');
  3844.    const submitButton = document.querySelector('.submit-button');
  3845.    const successMessage = document.querySelector('.success-message');
  3846.    const errorMessage = document.querySelector('.error-message');
  3847.    const infoMessage = document.querySelector('.info-message');
  3848.    
  3849.    if (newsletterForm && emailInput && submitButton) {
  3850.        
  3851.        // Form submission
  3852.        newsletterForm.addEventListener('submit', function(e) {
  3853.            e.preventDefault();
  3854.            
  3855.            const email = emailInput.value.trim();
  3856.            
  3857.            // Validate email
  3858.            if (!email || !isValidEmail(email)) {
  3859.                showMessage('error');
  3860.                emailInput.focus();
  3861.                return;
  3862.            }
  3863.            
  3864.            // Show loading state
  3865.            const originalText = submitButton.querySelector('.button-text').textContent;
  3866.            const originalIcon = submitButton.querySelector('.button-icon').innerHTML;
  3867.            
  3868.            submitButton.disabled = true;
  3869.            submitButton.querySelector('.button-text').textContent = 'Subscribing...';
  3870.            submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-arrow-clockwise"></i>';
  3871.            submitButton.querySelector('.button-icon i').style.animation = 'spin 1s linear infinite';
  3872.            
  3873.            // Simulate API call
  3874.            setTimeout(() => {
  3875.                // Success state
  3876.                submitButton.querySelector('.button-text').textContent = 'Subscribed!';
  3877.                submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-check-lg"></i>';
  3878.                submitButton.querySelector('.button-icon i').style.animation = 'none';
  3879.                submitButton.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  3880.                
  3881.                showMessage('success');
  3882.                
  3883.                // Reset after delay
  3884.                setTimeout(() => {
  3885.                    submitButton.querySelector('.button-text').textContent = originalText;
  3886.                    submitButton.querySelector('.button-icon').innerHTML = originalIcon;
  3887.                    submitButton.style.background = '';
  3888.                    submitButton.disabled = false;
  3889.                    emailInput.value = '';
  3890.                    showMessage('info');
  3891.                }, 3000);
  3892.                
  3893.            }, 2000);
  3894.        });
  3895.        
  3896.        // Input validation
  3897.        emailInput.addEventListener('blur', function() {
  3898.            const email = this.value.trim();
  3899.            if (email && !isValidEmail(email)) {
  3900.                this.style.borderColor = '#ef4444';
  3901.                this.style.boxShadow = '0 0 0 4px rgba(239, 68, 68, 0.2)';
  3902.            } else if (email && isValidEmail(email)) {
  3903.                this.style.borderColor = '#10b981';
  3904.                this.style.boxShadow = '0 0 0 4px rgba(16, 185, 129, 0.2)';
  3905.            }
  3906.        });
  3907.        
  3908.        emailInput.addEventListener('focus', function() {
  3909.            this.style.borderColor = '#3b82f6';
  3910.            this.style.boxShadow = '0 0 0 4px rgba(59, 130, 246, 0.2)';
  3911.        });
  3912.        
  3913.        // Reset validation styling on input
  3914.        emailInput.addEventListener('input', function() {
  3915.            if (this.style.borderColor === 'rgb(239, 68, 68)') {
  3916.                this.style.borderColor = '';
  3917.                this.style.boxShadow = '';
  3918.            }
  3919.        });
  3920.    }
  3921.    
  3922.    // Email validation function
  3923.    function isValidEmail(email) {
  3924.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  3925.        return emailRegex.test(email);
  3926.    }
  3927.    
  3928.    // Message display function
  3929.    function showMessage(type) {
  3930.        // Hide all messages
  3931.        successMessage.style.display = 'none';
  3932.        errorMessage.style.display = 'none';
  3933.        infoMessage.style.display = 'none';
  3934.        
  3935.        // Show specific message
  3936.        if (type === 'success') {
  3937.            successMessage.style.display = 'block';
  3938.        } else if (type === 'error') {
  3939.            errorMessage.style.display = 'block';
  3940.        } else if (type === 'info') {
  3941.            infoMessage.style.display = 'block';
  3942.        }
  3943.    }
  3944.    
  3945.    // Smooth reveal animations
  3946.    const observerOptions = {
  3947.        threshold: 0.1,
  3948.        rootMargin: '0px 0px -30px 0px'
  3949.    };
  3950.    
  3951.    const sectionObserver = new IntersectionObserver((entries) => {
  3952.        entries.forEach(entry => {
  3953.            if (entry.isIntersecting) {
  3954.                entry.target.style.opacity = '1';
  3955.                entry.target.style.transform = 'translateY(0)';
  3956.            }
  3957.        });
  3958.    }, observerOptions);
  3959.    
  3960.    // Animate sections
  3961.    document.querySelectorAll('.brand-section, .links-section, .categories-section').forEach((section, index) => {
  3962.        section.style.opacity = '0';
  3963.        section.style.transform = 'translateY(20px)';
  3964.        section.style.transition = `all 0.6s ease ${index * 0.2}s`;
  3965.        sectionObserver.observe(section);
  3966.    });
  3967.    
  3968.    // Animate category pills
  3969.    document.querySelectorAll('.category-pill').forEach((pill, index) => {
  3970.        pill.style.opacity = '0';
  3971.        pill.style.transform = 'translateY(10px)';
  3972.        pill.style.transition = `all 0.4s ease ${index * 0.1}s`;
  3973.        
  3974.        setTimeout(() => {
  3975.            pill.style.opacity = '1';
  3976.            pill.style.transform = 'translateY(0)';
  3977.        }, 300 + (index * 100));
  3978.    });
  3979.    
  3980.    // Enhanced link hover effects
  3981.    document.querySelectorAll('.link-text').forEach(link => {
  3982.        link.addEventListener('mouseenter', function() {
  3983.            const icon = this.querySelector('.link-icon');
  3984.            if (icon) {
  3985.                icon.style.transform = 'translateX(4px)';
  3986.            }
  3987.        });
  3988.        
  3989.        link.addEventListener('mouseleave', function() {
  3990.            const icon = this.querySelector('.link-icon');
  3991.            if (icon) {
  3992.                icon.style.transform = 'translateX(0)';
  3993.            }
  3994.        });
  3995.    });
  3996.    
  3997.    // Prevent default for demo links
  3998.    document.querySelectorAll('a[href="#"]').forEach(link => {
  3999.        link.addEventListener('click', function(e) {
  4000.            e.preventDefault();
  4001.        });
  4002.    });
  4003.    
  4004.    // Add ripple effect to submit button
  4005.    submitButton.addEventListener('click', function(e) {
  4006.        const ripple = document.createElement('span');
  4007.        const rect = this.getBoundingClientRect();
  4008.        const size = Math.max(rect.width, rect.height);
  4009.        const x = e.clientX - rect.left - size / 2;
  4010.        const y = e.clientY - rect.top - size / 2;
  4011.        
  4012.        ripple.style.cssText = `
  4013.            position: absolute;
  4014.            width: ${size}px;
  4015.            height: ${size}px;
  4016.            left: ${x}px;
  4017.            top: ${y}px;
  4018.            background: rgba(255, 255, 255, 0.3);
  4019.            border-radius: 50%;
  4020.            transform: scale(0);
  4021.            animation: ripple 0.6s ease-out;
  4022.            pointer-events: none;
  4023.        `;
  4024.        
  4025.        this.appendChild(ripple);
  4026.        
  4027.        setTimeout(() => {
  4028.            ripple.remove();
  4029.        }, 600);
  4030.    });
  4031.    
  4032. });
  4033.  
  4034. // Add CSS for ripple animation
  4035. const rippleStyle = document.createElement('style');
  4036. rippleStyle.textContent = `
  4037.    @keyframes ripple {
  4038.        to {
  4039.            transform: scale(2);
  4040.            opacity: 0;
  4041.        }
  4042.    }
  4043.    
  4044.    @keyframes spin {
  4045.        from { transform: rotate(0deg); }
  4046.        to { transform: rotate(360deg); }
  4047.    }
  4048.    
  4049.    .submit-button {
  4050.        position: relative;
  4051.        overflow: hidden;
  4052.    }
  4053. `;
  4054. document.head.appendChild(rippleStyle);
  4055. </script>
  4056.  
  4057.        <!-- end of wpo-site-footer-section -->
  4058.    </div>
  4059.    <!-- end of page-wrapper -->
  4060.  
  4061.    <!-- All JavaScript files
  4062.    ================================================== -->
  4063.    
  4064.  
  4065. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4066. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4067. <!-- Plugins for this template -->
  4068. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4069. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4070. <!-- Custom script for this template -->
  4071. <script src="/static/blogapp/assets/js/script.js"></script>
  4072.  
  4073. <script>
  4074. (function () {
  4075. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4076. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4077.  
  4078. function applyFallback(img) {
  4079. if (!img || img.dataset.fallbackApplied === "1") {
  4080. return;
  4081. }
  4082. var failedSrc = img.currentSrc || img.src || "";
  4083. img.dataset.fallbackApplied = "1";
  4084. img.onerror = null;
  4085. img.src = fallbackImageSrc;
  4086. console.warn("[ImageFallback] Replaced broken image:", {
  4087. failedSrc: failedSrc,
  4088. fallbackSrc: fallbackImageSrc,
  4089. alt: img.alt || "",
  4090. });
  4091. }
  4092.  
  4093. document.querySelectorAll("img").forEach(function (img) {
  4094. if (img.complete && img.naturalWidth === 0) {
  4095. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4096. failedSrc: img.currentSrc || img.src || "",
  4097. alt: img.alt || "",
  4098. });
  4099. applyFallback(img);
  4100. }
  4101. });
  4102.  
  4103. document.addEventListener(
  4104. "error",
  4105. function (event) {
  4106. var target = event.target;
  4107. if (target && target.tagName === "IMG") {
  4108. applyFallback(target);
  4109. }
  4110. },
  4111. true
  4112. );
  4113. })();
  4114. </script>
  4115.  
  4116. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4117.  
  4118.  
  4119.  
  4120. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447" integrity="sha512-57MDmcccJXYtNnH+ZiBwzC4jb2rvgVCEokYN+L/nLlmO8rfYT/gIpW2A569iJ/3b+0UEasghjuZH/ma3wIs/EQ==" data-cf-beacon='{"version":"2024.11.0","token":"e829819ea9944af68347ac1c9dff9faa","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4121. </body>
  4122.  
  4123. </html>
  4124.  
  4125.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda