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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="fira">
  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_1_D9riKnn_ShriLjZ_vFruUE7_ss4MYT2.png">
  14.    
  15.  
  16.    <title>Vivid Exchange UK: Creative Ideas and Inspirational Content</title>
  17.    <meta name="description" content="Discover fresh perspectives, innovative ideas, and engaging stories on creativity, lifestyle, and personal growth from the Vivid Exchange community in the UK.">
  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://vividexchange.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #e84393;
  42.        --bs-primary-rgb: e84393;
  43.        --bs-secondary: #57606f;
  44.        --bs-success: #00b894;
  45.        --bs-danger: #ff4757;
  46.        --bs-warning: #ffa502;
  47.        --bs-info: #1e90ff;
  48.        --bs-light: #f1f3f5;
  49.        --bs-dark: #2f3542;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #e84393;
  53.        --theme-primary-color-s2: #e84393;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #2f3542;
  57.        --text-light-color: #676767;
  58.        --heading-color: #2f3542;
  59.        --border-color: #ced6e0;
  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: #dfe4ea;
  75.        --navbar-color: #2f3542;
  76.        --topbar-bg: #f1f3f5;
  77.        --topbar-color: #2f3542;
  78.        --footer-bg: #2f3542;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #ced6e0;
  82.        --card-radius: 14px;
  83.        --link-color: #e84393;
  84.        --link-hover: #c0392b;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(232, 67, 147, 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_3">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395. <div class="preloader" style="z-index: 1025;">
  396.    <div class="angular-shape">
  397.        <div></div>
  398.        <div></div>
  399.        <div></div>
  400.    </div>
  401.    <div class="spinner">
  402.        <div class="double-bounce1"></div>
  403.        <div class="double-bounce2"></div>
  404.    </div>
  405. </div>  
  406.  
  407.            <!-- end preloader -->
  408.        
  409.        <!-- Start header -->
  410.        <header id="header" class="wpo-site-header">
  411.            
  412.  
  413.  
  414.    
  415.  
  416.  
  417.  
  418. <div class="topbar d-sm-flex d-none">
  419.  <div class="container-fluid fluid-container">
  420.    <div class="row  ">
  421.      <div>
  422.        <div class="pt-2 d-flex gap-2 pb-0">
  423.          <div class="">
  424.            <div class="tilt-button bg-primary-gradient">Latest Update</div>
  425.          </div>
  426.  
  427.          <!-- Add an id to the marquee -->
  428.          <marquee id="newsMarquee" direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  429.            <p class="text-center">
  430.              
  431.               <a href="/republican-lawmaker-says-deal-is-possible-on-healthcare-as-crucial-subsidies-approach-expiration/" class="px-5 top-color">
  432.                    Republican Lawmaker Says &#x27;Deal Is Possible&#x27; on Healthcare as Crucial Subsidies Approach Expiration.
  433.                  </a>
  434.              
  435.               <a href="/white-house-denounces-democrat-fabrication-as-additional-epstein-estate-images-disclosed/" class="px-5 top-color">
  436.                    White House Denounces &#x27;Democrat Fabrication&#x27; as Additional Epstein Estate Images Disclosed
  437.                  </a>
  438.              
  439.               <a href="/the-defender-departs-england-stage-long-after-her-name-was-etched-within-football-icons/" class="px-5 top-color">
  440.                    The Defender Departs England Stage Long After Her Name Was Etched Within Football Icons
  441.                  </a>
  442.              
  443.               <a href="/line-of-duty-announced-for-seventh-series-on-the-british-broadcaster/" class="px-5 top-color">
  444.                    Line of Duty Announced for Seventh Series on the British Broadcaster
  445.                  </a>
  446.              
  447.               <a href="/emma-raducanu-wraps-up-this-years-campaign-and-has-decided-to-continue-with-her-coach-into-the-2026-season/" class="px-5 top-color">
  448.                    Emma Raducanu wraps up this year&#x27;s campaign and has decided to continue with her coach into the 2026 season.
  449.                  </a>
  450.              
  451.            </p>
  452.          </marquee>
  453.        </div>
  454.      </div>
  455.    </div>
  456.  </div>
  457. </div>
  458. <style>
  459.  .tilt-button {
  460.  padding: 0.5rem 1rem;
  461.  white-space: nowrap;
  462.  font-weight: bold;
  463.  display: inline-block;
  464.  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0% 100%);
  465.  transition: background 0.3s ease;
  466. }
  467.  
  468.  
  469. </style>
  470. <script>
  471.  // Stop/start marquee when hovering or focusing links inside it
  472.  document.addEventListener("DOMContentLoaded", function () {
  473.    const marquee = document.getElementById("newsMarquee");
  474.    if (!marquee) return;
  475.  
  476.    marquee.querySelectorAll("a").forEach((link) => {
  477.      link.addEventListener("mouseenter", () => marquee.stop());
  478.      link.addEventListener("mouseleave", () => marquee.start());
  479.      // keyboard accessibility
  480.      link.addEventListener("focus", () => marquee.stop());
  481.      link.addEventListener("blur", () => marquee.start());
  482.    });
  483.  });
  484. </script>
  485.  
  486.  
  487.  
  488.            
  489.  
  490.  
  491.  
  492.  
  493.  
  494.  
  495. <header class="header-v8 mb-4">
  496.    <div class="container-fluid fluid-container">
  497.        <!-- Main Navigation Card -->
  498.        <div class="nav-card-v8">
  499.            <div class="row align-items-center justify-content-between">
  500.                <!-- Logo Section -->
  501.               <div class="col-lg-2 col-md-3 col-6">
  502.                    <div class="logo-section-v8">
  503.                        <a class="logo-link-v8" href="/">
  504.                            
  505.                                Vivid Exchange
  506.                            
  507.                        </a>
  508.                    </div>
  509.                </div>
  510.  
  511.                <!-- Navigation Menu -->
  512.                <div class="col-lg-8 col-md-6 d-none d-xl-block">
  513.                    <nav class="main-nav-v8">
  514.                        <ul class="nav-list-v8">
  515.  
  516.                            
  517.                            <li class="nav-item-v8">
  518.                                <a href="/" class="nav-link-v8 active-v8"
  519.                                    data-text="Home">Home</a>
  520.                            </li>
  521.  
  522.                            
  523.                            
  524.                             <li class="nav-item-v8">
  525.                                <a href="/category/all-posts/" class="nav-link-v8"
  526.                                    data-text="All Posts">
  527.                                    All Posts
  528.                                </a>
  529.                                </li>
  530.  
  531.                                
  532.  
  533.                                                
  534.                                                
  535.                                
  536.                             <li class="nav-item-v8">
  537.                                <a href="/category/business/" class="nav-link-v8"
  538.                                    data-text="Business">
  539.                                    Business
  540.                                </a>
  541.                                </li>
  542.  
  543.                                
  544.  
  545.                                                
  546.                                                
  547.                                
  548.                             <li class="nav-item-v8">
  549.                                <a href="/category/esports/" class="nav-link-v8"
  550.                                    data-text="Esports">
  551.                                    Esports
  552.                                </a>
  553.                                </li>
  554.  
  555.                                
  556.  
  557.                                                
  558.                                                
  559.                                
  560.                             <li class="nav-item-v8">
  561.                                <a href="/category/fashion/" class="nav-link-v8"
  562.                                    data-text="Fashion">
  563.                                    Fashion
  564.                                </a>
  565.                                </li>
  566.  
  567.                                
  568.  
  569.                                                
  570.                                                
  571.                                
  572.                             <li class="nav-item-v8">
  573.                                <a href="/category/featured/" class="nav-link-v8"
  574.                                    data-text="Featured">
  575.                                    Featured
  576.                                </a>
  577.                                </li>
  578.  
  579.                                
  580.  
  581.                                                
  582.                                                
  583.                                
  584.                             <li class="nav-item-v8">
  585.                                <a href="/category/gaming/" class="nav-link-v8"
  586.                                    data-text="Gaming">
  587.                                    Gaming
  588.                                </a>
  589.                                </li>
  590.  
  591.                                
  592.  
  593.                                                
  594.                                                
  595.                                
  596.                             <li class="nav-item-v8">
  597.                                <a href="/category/health/" class="nav-link-v8"
  598.                                    data-text="Health">
  599.                                    Health
  600.                                </a>
  601.                                </li>
  602.  
  603.                                
  604.  
  605.                                                
  606.                                                
  607.                                
  608.                            
  609.                                
  610.                                
  611.                                <li class="nav-item-v8 has-dropdown-v8">
  612.                                    <a href="#" class="nav-link-v8" data-text="More">More</a>
  613.                                    <div class="dropdown-card-v8">
  614.                                        <div class="dropdown-grid-v8">
  615.                                            <div class="dropdown-section-v8">
  616.                                                <a href="/category/life-fitness/"
  617.                                                    class="dropdown-link-v8">
  618.                                                    <span class="link-icon-v8"></span> Life &amp; Fitness
  619.                                                </a>
  620.                                                
  621.  
  622.                                                
  623.  
  624.                                                
  625.                                                
  626.                                
  627.                            
  628.                                                <a href="/category/lifestyle/"
  629.                                                    class="dropdown-link-v8">
  630.                                                    <span class="link-icon-v8"></span> Lifestyle
  631.                                                </a>
  632.                                                
  633.  
  634.                                                
  635.                                                
  636.                                
  637.                            
  638.                                                <a href="/category/news/"
  639.                                                    class="dropdown-link-v8">
  640.                                                    <span class="link-icon-v8"></span> News
  641.                                                </a>
  642.                                                
  643.  
  644.                                                
  645.                                                
  646.                                
  647.                            
  648.                                                <a href="/category/others/"
  649.                                                    class="dropdown-link-v8">
  650.                                                    <span class="link-icon-v8"></span> Others
  651.                                                </a>
  652.                                                
  653.  
  654.                                                
  655.                                                
  656.                                
  657.                            
  658.                                                <a href="/category/politics/"
  659.                                                    class="dropdown-link-v8">
  660.                                                    <span class="link-icon-v8"></span> Politics
  661.                                                </a>
  662.                                                
  663.  
  664.                                                
  665.                                                
  666.                                
  667.                            
  668.                                                <a href="/category/sports/"
  669.                                                    class="dropdown-link-v8">
  670.                                                    <span class="link-icon-v8"></span> Sports
  671.                                                </a>
  672.                                                
  673.  
  674.                                                
  675.                                                
  676.                                
  677.                            
  678.                                                <a href="/category/tech/"
  679.                                                    class="dropdown-link-v8">
  680.                                                    <span class="link-icon-v8"></span> Tech
  681.                                                </a>
  682.                                                
  683.  
  684.                                                
  685.                                                
  686.                                
  687.                            
  688.                                                <a href="/category/travel/"
  689.                                                    class="dropdown-link-v8">
  690.                                                    <span class="link-icon-v8"></span> Travel
  691.                                                </a>
  692.                                                
  693.  
  694.                                                
  695.                                                
  696.                                            </div>
  697.                                        </div>
  698.                                    </div>
  699.                                </li>
  700.                                
  701.                                
  702. <li>
  703.                  <a href="/page/contact-us/">
  704.                     Contact Us
  705.                  </a>
  706.              </li>
  707.                        </ul>
  708.                    </nav>
  709.  
  710.                </div>
  711.  
  712.                <!-- Search & Mobile Toggle -->
  713.                <div class="col-lg-2 col-md-3 col-6">
  714.                    <div class="nav-actions-v8">
  715.                        <button class="search-toggle-v8" onclick="toggleSearchV8()">
  716.                            <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  717.                                stroke-width="2">
  718.                                <circle cx="11" cy="11" r="8"></circle>
  719.                                <path d="m21 21-4.35-4.35"></path>
  720.                            </svg>
  721.                        </button>
  722.                        <button class="mobile-toggle-v8 d-xl-none" onclick="toggleMobileNavV8()">
  723.                            <i class="ti-menu fs-5"></i>
  724.                        </button>
  725.                    </div>
  726.                </div>
  727.            </div>
  728.        </div>
  729.  
  730.        <!-- Floating Search Card -->
  731.        <div class="search-card-v8" id="searchCardV8">
  732.            <div class="search-container-v8">
  733.                <form class="search-form-v8" action="#" method="get">
  734.                    <div class="search-input-wrapper-v8">
  735.                        <svg class="search-icon-v8" width="20" height="20" viewBox="0 0 24 24" fill="none"
  736.                            stroke="currentColor" stroke-width="2">
  737.                            <circle cx="11" cy="11" r="8"></circle>
  738.                            <path d="m21 21-4.35-4.35"></path>
  739.                        </svg>
  740.                        <input type="search" class="search-input-v8" id="search-input"
  741.                            placeholder="Search for articles, tutorials, news..." name="q" autocomplete="off">
  742.                        <button type="button" class="search-close-v8" onclick="toggleSearchV8()">
  743.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  744.                                stroke-width="2">
  745.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  746.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  747.                            </svg>
  748.                        </button>
  749.                    </div>
  750.                    <div class="search-suggestions-v8 search-v1" id="search-results">
  751.                        
  752.                        
  753.                    </div>
  754.                </form>
  755.            </div>
  756.        </div>
  757.  
  758.        <!-- Mobile Navigation Card -->
  759.        <div class="mobile-nav-card-v8 d-xl-none" id="mobileNavV8">
  760.            <div class="mobile-nav-content-v8">
  761.                <ul class="mobile-nav-list-v8">
  762.  
  763.                    
  764.                    <li class="mobile-nav-item-v8">
  765.                        <a href="/" class="mobile-nav-link-v8 active-v8">
  766.                            Home
  767.                        </a>
  768.                    </li>
  769.  
  770.                    
  771.                      <li class="mobile-nav-item-v8">
  772.                        <a href="/category/all-posts/" class="mobile-nav-link-v8">
  773.                            All Posts
  774.                        </a>
  775.                        </li>
  776.  
  777.                        
  778.  
  779.                                
  780.                                
  781.                        
  782.                      <li class="mobile-nav-item-v8">
  783.                        <a href="/category/business/" class="mobile-nav-link-v8">
  784.                            Business
  785.                        </a>
  786.                        </li>
  787.  
  788.                        
  789.  
  790.                                
  791.                                
  792.                        
  793.                      <li class="mobile-nav-item-v8">
  794.                        <a href="/category/esports/" class="mobile-nav-link-v8">
  795.                            Esports
  796.                        </a>
  797.                        </li>
  798.  
  799.                        
  800.  
  801.                                
  802.                                
  803.                        
  804.                      <li class="mobile-nav-item-v8">
  805.                        <a href="/category/fashion/" class="mobile-nav-link-v8">
  806.                            Fashion
  807.                        </a>
  808.                        </li>
  809.  
  810.                        
  811.  
  812.                                
  813.                                
  814.                        
  815.                      <li class="mobile-nav-item-v8">
  816.                        <a href="/category/featured/" class="mobile-nav-link-v8">
  817.                            Featured
  818.                        </a>
  819.                        </li>
  820.  
  821.                        
  822.  
  823.                                
  824.                                
  825.                        
  826.                      <li class="mobile-nav-item-v8">
  827.                        <a href="/category/gaming/" class="mobile-nav-link-v8">
  828.                            Gaming
  829.                        </a>
  830.                        </li>
  831.  
  832.                        
  833.  
  834.                                
  835.                                
  836.                        
  837.                      <li class="mobile-nav-item-v8">
  838.                        <a href="/category/health/" class="mobile-nav-link-v8">
  839.                            Health
  840.                        </a>
  841.                        </li>
  842.  
  843.                        
  844.  
  845.                                
  846.                                
  847.                        
  848.                    
  849.                        
  850.                        
  851.                        <li class="mobile-nav-item-v8">
  852.                            <a href="#" class="mobile-nav-link-v8" onclick="toggleMobileDropdownV8('more-mobile-v8')">
  853.                                More
  854.                                <svg class="mobile-arrow-v8" width="16" height="16" viewBox="0 0 24 24" fill="none"
  855.                                    stroke="currentColor" stroke-width="2">
  856.                                    <polyline points="6,9 12,15 18,9"></polyline>
  857.                                </svg>
  858.                            </a>
  859.                            <ul class="mobile-dropdown-v8" id="more-mobile-v8">
  860.                                <li>
  861.                                    <a href="/category/life-fitness/"
  862.                                        class="mobile-sub-link-v8">
  863.                                        Life &amp; Fitness
  864.                                    </a>
  865.                                </li>
  866.                                
  867.  
  868.                                
  869.  
  870.                                
  871.                                
  872.                        
  873.                    
  874.                                
  875.                                <li>
  876.                                    <a href="/category/lifestyle/"
  877.                                        class="mobile-sub-link-v8">
  878.                                        Lifestyle
  879.                                    </a>
  880.                                </li>
  881.                                
  882.  
  883.                                
  884.                                
  885.                        
  886.                    
  887.                                
  888.                                <li>
  889.                                    <a href="/category/news/"
  890.                                        class="mobile-sub-link-v8">
  891.                                        News
  892.                                    </a>
  893.                                </li>
  894.                                
  895.  
  896.                                
  897.                                
  898.                        
  899.                    
  900.                                
  901.                                <li>
  902.                                    <a href="/category/others/"
  903.                                        class="mobile-sub-link-v8">
  904.                                        Others
  905.                                    </a>
  906.                                </li>
  907.                                
  908.  
  909.                                
  910.                                
  911.                        
  912.                    
  913.                                
  914.                                <li>
  915.                                    <a href="/category/politics/"
  916.                                        class="mobile-sub-link-v8">
  917.                                        Politics
  918.                                    </a>
  919.                                </li>
  920.                                
  921.  
  922.                                
  923.                                
  924.                        
  925.                    
  926.                                
  927.                                <li>
  928.                                    <a href="/category/sports/"
  929.                                        class="mobile-sub-link-v8">
  930.                                        Sports
  931.                                    </a>
  932.                                </li>
  933.                                
  934.  
  935.                                
  936.                                
  937.                        
  938.                    
  939.                                
  940.                                <li>
  941.                                    <a href="/category/tech/"
  942.                                        class="mobile-sub-link-v8">
  943.                                        Tech
  944.                                    </a>
  945.                                </li>
  946.                                
  947.  
  948.                                
  949.                                
  950.                        
  951.                    
  952.                                
  953.                                <li>
  954.                                    <a href="/category/travel/"
  955.                                        class="mobile-sub-link-v8">
  956.                                        Travel
  957.                                    </a>
  958.                                </li>
  959.                                
  960.  
  961.                                
  962.                                
  963.                            </ul>
  964.                        </li>
  965.                        
  966.                        
  967.  
  968.                </ul>
  969.  
  970.            </div>
  971.        </div>
  972.    </div>
  973.  
  974.    <!-- Background Overlay -->
  975.    <div class="nav-overlay-v8" id="navOverlayV8" onclick="closeAllV8()"></div>
  976. </header>
  977.  
  978. <style>
  979.    /* Navbar V8 Styles - Card-Based Glassmorphism Navigation */
  980.    .header-v8 {
  981.        padding: 20px 0;
  982.        position: relative;
  983.        min-height: 120px;
  984.    }
  985.  
  986.    /* Main Navigation Card */
  987.    .nav-card-v8 {
  988.        background:var(--navbar-bg);
  989.        backdrop-filter: blur(20px);
  990.        border: 1px solid var(--border-color);
  991.        border-radius: 20px;
  992.        padding: 15px 25px;
  993.        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  994.        position: relative;
  995.        z-index: 100;
  996.    }
  997.  
  998.    /* Logo Styles */
  999.    .logo-img-v8 {
  1000.        max-height: 60px;
  1001.        transition: all 0.3s ease;
  1002.    }
  1003.  
  1004.    .logo-link-v8:hover .logo-img-v8 {
  1005.        transform: scale(1.05) rotate(2deg);
  1006.    }
  1007.  
  1008.    /* Main Navigation */
  1009.    .nav-list-v8 {
  1010.        list-style: none;
  1011.        padding: 0;
  1012.        margin: 0;
  1013.        display: flex;
  1014.        align-items: center;
  1015.        justify-content: center;
  1016.        gap: 8px;
  1017.    }
  1018.  
  1019.    .nav-item-v8 {
  1020.        position: relative;
  1021.    }
  1022.  
  1023.    .nav-link-v8 {
  1024.        color: #4a5568;
  1025.        text-decoration: none;
  1026.        font-weight: 500;
  1027.        font-size: 15px;
  1028.        padding: 12px 18px;
  1029.        border-radius: 12px;
  1030.        position: relative;
  1031.        transition: all 0.3s ease;
  1032.        display: block;
  1033.        background: linear-gradient(135deg, transparent 0%, transparent 100%);
  1034.    }
  1035.  
  1036.    .nav-link-v8::before {
  1037.        content: attr(data-text);
  1038.        position: absolute;
  1039.        top: 0;
  1040.        left: 0;
  1041.        right: 0;
  1042.        bottom: 0;
  1043.        display: flex;
  1044.        align-items: center;
  1045.        justify-content: center;
  1046.        background: var(--sub-nav);
  1047.        color: var(--topbar-color);
  1048.        border-radius: 12px;
  1049.        opacity: 0;
  1050.        transform: scale(0.8);
  1051.        transition: all 0.3s ease;
  1052.        font-weight: 600;
  1053.    }
  1054.  
  1055.    .nav-link-v8:hover::before,
  1056.    .nav-link-v8.active-v8::before {
  1057.        opacity: 1;
  1058.        transform: scale(1);
  1059.    }
  1060.  
  1061.    .nav-link-v8:hover,
  1062.    .nav-link-v8.active-v8 {
  1063.        color: transparent;
  1064.        background: rgba(102, 126, 234, 0.1);
  1065.    }
  1066.  
  1067.    /* Dropdown Styles */
  1068.    .dropdown-card-v8 {
  1069.        position: absolute;
  1070.        top: calc(100% + 15px);
  1071.        left: 50%;
  1072.        transform: translateX(-50%);
  1073.        background:var(--navbar-bg);
  1074.        backdrop-filter: blur(20px);
  1075.        border: 1px solid var(--border-color);
  1076.        border-radius: 16px;
  1077.        padding: 25px;
  1078.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1079.        opacity: 0;
  1080.        visibility: hidden;
  1081.        transform: translateX(-50%) translateY(-10px);
  1082.        transition: all 0.3s ease;
  1083.        z-index: 200;
  1084.        min-width: 320px;
  1085.    }
  1086.  
  1087.    .has-dropdown-v8:hover .dropdown-card-v8 {
  1088.        opacity: 1;
  1089.        visibility: visible;
  1090.        transform: translateX(-50%) translateY(0);
  1091.    }
  1092.  
  1093.    .dropdown-grid-v8 {
  1094.        display: grid;
  1095.        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  1096.        gap: 20px;
  1097.    }
  1098.  
  1099.    .dropdown-header-v8 {
  1100.        font-size: 12px;
  1101.        font-weight: 700;
  1102.        color: #667eea;
  1103.        margin-bottom: 12px;
  1104.        text-transform: uppercase;
  1105.        letter-spacing: 1px;
  1106.    }
  1107.  
  1108.    .dropdown-link-v8 {
  1109.        display: flex;
  1110.        align-items: center;
  1111.        color: var(--navbar-color) !important;;
  1112.        text-decoration: none;
  1113.        font-size: 14px;
  1114.        padding: 10px 12px;
  1115.        border-radius: 10px;
  1116.        transition: all 0.3s ease;
  1117.        margin-bottom: 8px;
  1118.    }
  1119.  
  1120.    .dropdown-link-v8:hover {
  1121.        background:var(--bs-primary);
  1122.        color: var(--bs-white) !important;;
  1123.        transform: translateX(5px);
  1124.    }
  1125.  
  1126.    .link-icon-v8 {
  1127.        margin-right: 10px;
  1128.        height: 5px;
  1129.        width: 5px;
  1130.        border: 1px solid #2d3748;
  1131.        border-radius: 50%;
  1132.    }
  1133.  
  1134.    /* Navigation Actions */
  1135.    .nav-actions-v8 {
  1136.        display: flex;
  1137.        align-items: center;
  1138.        justify-content: flex-end;
  1139.        gap: 10px;
  1140.    }
  1141.  
  1142.    .search-toggle-v8,
  1143.    .mobile-toggle-v8 {
  1144.        background: rgba(102, 126, 234, 0.1);
  1145.        border: none;
  1146.        border-radius: 12px;
  1147.        padding: 12px;
  1148.        cursor: pointer;
  1149.        transition: all 0.3s ease;
  1150.        color: var(--bs-white);
  1151.    }
  1152.  
  1153.    .search-toggle-v8:hover,
  1154.    .mobile-toggle-v8:hover {
  1155.        background: var(--sub-nav);
  1156.        color: var(--topbar-color);
  1157.        transform: scale(1.05);
  1158.    }
  1159.  
  1160.    .mobile-toggle-v8 {
  1161.        flex-direction: column;
  1162.        gap: 3px;
  1163.        padding: 10px 12px;
  1164.    }
  1165.  
  1166.    .toggle-line-v8 {
  1167.        width: 20px;
  1168.        height: 2px;
  1169.        background: currentColor;
  1170.        border-radius: 1px;
  1171.        transition: all 0.3s ease;
  1172.    }
  1173.  
  1174.    /* Floating Search Card */
  1175.    .search-card-v8 {
  1176.        position: absolute;
  1177.        top: 100%;
  1178.        left: 50%;
  1179.        transform: translateX(-50%);
  1180.        width: calc(100% - 40px);
  1181.        max-width: 600px;
  1182.        background:var(--navbar-bg);
  1183.        backdrop-filter: blur(20px);
  1184.        border: 1px solid var(--border-color);
  1185.        border-radius: 20px;
  1186.        padding: 25px;
  1187.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1188.        opacity: 0;
  1189.        visibility: hidden;
  1190.        transform: translateX(-50%) translateY(-20px);
  1191.        transition: all 0.4s ease;
  1192.        z-index: 300;
  1193.        margin-top: 15px;
  1194.    }
  1195.  
  1196.    .search-card-v8.show-v8 {
  1197.        opacity: 1;
  1198.        visibility: visible;
  1199.        transform: translateX(-50%) translateY(0);
  1200.    }
  1201.  
  1202.    .search-input-wrapper-v8 {
  1203.        display: flex;
  1204.        align-items: center;
  1205.        background: rgba(248, 250, 252, 0.8);
  1206.        border: 2px solid rgba(102, 126, 234, 0.2);
  1207.        border-radius: 15px;
  1208.        padding: 5px;
  1209.        margin-bottom: 20px;
  1210.        transition: all 0.3s ease;
  1211.    }
  1212.  
  1213.    .search-input-wrapper-v8:focus-within {
  1214.        border-color: #667eea;
  1215.        background: rgba(255, 255, 255, 0.9);
  1216.        box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  1217.    }
  1218.  
  1219.    .search-icon-v8 {
  1220.        color: #a0aec0;
  1221.        margin: 0 15px;
  1222.        transition: color 0.3s ease;
  1223.    }
  1224.  
  1225.    .search-input-wrapper-v8:focus-within .search-icon-v8 {
  1226.        color: #667eea;
  1227.    }
  1228.  
  1229.    .search-input-v8 {
  1230.        flex: 1;
  1231.        border: none;
  1232.        background: transparent;
  1233.        font-size: 16px;
  1234.        padding: 15px 0;
  1235.        outline: none;
  1236.        color: #2d3748;
  1237.    }
  1238.  
  1239.    .search-input-v8::placeholder {
  1240.        color: #a0aec0;
  1241.    }
  1242.  
  1243.    .search-close-v8 {
  1244.        background: rgba(160, 174, 192, 0.2);
  1245.        border: none;
  1246.        border-radius: 10px;
  1247.        padding: 8px;
  1248.        margin-right: 8px;
  1249.        cursor: pointer;
  1250.        transition: all 0.3s ease;
  1251.        color: #a0aec0;
  1252.    }
  1253.  
  1254.    .search-close-v8:hover {
  1255.        background: rgba(229, 62, 62, 0.1);
  1256.        color: #e53e3e;
  1257.    }
  1258.  
  1259.    /* Search Suggestions */
  1260.    .search-suggestions-v8 {
  1261.        display: grid;
  1262.        gap: 8px;
  1263.    }
  1264.  
  1265.    .suggestion-item-v8 {
  1266.        display: flex;
  1267.        align-items: center;
  1268.        padding: 12px 15px;
  1269.        background: rgba(248, 250, 252, 0.1);
  1270.        border-radius: 12px;
  1271.        cursor: pointer;
  1272.        transition: all 0.3s ease;
  1273.    }
  1274.  
  1275.    .suggestion-item-v8:hover {
  1276.        background: linear-gradient(135deg, #667eea 0%, #007bff 100%);
  1277.        color: white;
  1278.        transform: translateX(5px);
  1279.    }
  1280.  
  1281.    .suggestion-icon-v8 {
  1282.        margin-right: 12px;
  1283.        font-size: 16px;
  1284.    }
  1285.  
  1286.    .suggestion-text-v8 {
  1287.        font-size: 14px;
  1288.        font-weight: 500;
  1289.    }
  1290.  
  1291.    /* Mobile Navigation Card */
  1292.    .mobile-nav-card-v8 {
  1293.        position: absolute;
  1294.        top: 100%;
  1295.        left: 50%;
  1296.        transform: translateX(-50%);
  1297.        width: calc(100% - 40px);
  1298.        background:var(--card-bg);
  1299.        backdrop-filter: blur(20px);
  1300.        border: 1px solid var(--border-color);
  1301.        border-radius: 20px;
  1302.        padding: 20px;
  1303.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1304.        opacity: 0;
  1305.        visibility: hidden;
  1306.        transform: translateX(-50%) translateY(-20px);
  1307.        transition: all 0.4s ease;
  1308.        z-index: 300;
  1309.        margin-top: 15px;
  1310.        max-height: 70vh;
  1311.        overflow-y: auto;
  1312.    }
  1313.  
  1314.    .mobile-nav-card-v8.show-v8 {
  1315.        opacity: 1;
  1316.        visibility: visible;
  1317.        transform: translateX(-50%) translateY(0);
  1318.    }
  1319.  
  1320.    .mobile-nav-list-v8 {
  1321.        list-style: none;
  1322.        padding: 0;
  1323.        margin: 0;
  1324.    }
  1325.  
  1326.    .mobile-nav-item-v8 {
  1327.        margin-bottom: 8px;
  1328.    }
  1329.  
  1330.    .mobile-nav-link-v8 {
  1331.        display: flex;
  1332.        align-items: center;
  1333.        color: var(--navbar-color) !important;
  1334.        text-decoration: none;
  1335.        font-weight: 500;
  1336.        font-size: 16px;
  1337.        padding: 15px;
  1338.        border-radius: 12px;
  1339.        justify-content: space-between;
  1340.    }
  1341.  
  1342.    .mobile-nav-link-v8:hover,
  1343.    .mobile-nav-link-v8.active-v8 {
  1344.        background:var(--sub-nav);
  1345.        color: var(--topbar-color) !important;
  1346.    }
  1347.  
  1348.    .mobile-nav-icon-v8 {
  1349.        font-size: 18px;
  1350.        background-color: var(--navbar-bg) !important;
  1351.        margin-right: 12px;
  1352.    }
  1353.  
  1354.    .mobile-arrow-v8 {
  1355.        transition: transform 0.3s ease;
  1356.    }
  1357.  
  1358.    .mobile-nav-item-v8.open-v8 .mobile-arrow-v8 {
  1359.        transform: rotate(180deg);
  1360.    }
  1361.  
  1362.    .mobile-dropdown-v8 {
  1363.        list-style: none;
  1364.        padding: 0;
  1365.        margin: 0;
  1366.        max-height: 0;
  1367.        overflow: hidden;
  1368.        transition: all 0.3s ease;
  1369.        background: rgba(248, 250, 252, 0.5);
  1370.        border-radius: 12px;
  1371.        margin-top: 8px;
  1372.    }
  1373.  
  1374.    .mobile-dropdown-v8.show-v8 {
  1375.        max-height: 300px;
  1376.        background-color: var(--navbar-bg);
  1377.        padding: 10px 0;
  1378.    }
  1379.  
  1380.    .mobile-sub-link-v8 {
  1381.        display: block;
  1382.        color: var(--navbar-color) !important;
  1383.        text-decoration: none;
  1384.        font-size: 14px;
  1385.        padding: 10px 20px;
  1386.        transition: all 0.3s ease;
  1387.    }
  1388.  
  1389.    .mobile-sub-link-v8:hover {
  1390.        color: var(--topbar-color);
  1391.        background: var(--sub-nav);
  1392.        border-radius: 12px;
  1393.    }
  1394.  
  1395.    /* Background Overlay */
  1396.    .nav-overlay-v8 {
  1397.        position: fixed;
  1398.        top: 0;
  1399.        left: 0;
  1400.        right: 0;
  1401.        bottom: 0;
  1402.        background: rgba(0, 0, 0, 0.3);
  1403.        backdrop-filter: blur(5px);
  1404.        z-index: 250;
  1405.        opacity: 0;
  1406.        visibility: hidden;
  1407.        transition: all 0.3s ease;
  1408.    }
  1409.  
  1410.    .nav-overlay-v8.show-v8 {
  1411.        opacity: 1;
  1412.        visibility: visible;
  1413.    }
  1414.  
  1415.    /* Responsive Design */
  1416.    @media (max-width: 1300px) {
  1417.        .header-v8 {
  1418.            padding: 15px 0;
  1419.        }
  1420.  
  1421.        .nav-card-v8 {
  1422.            padding: 12px 20px;
  1423.            border-radius: 15px;
  1424.        }
  1425.  
  1426.        .search-card-v8,
  1427.        .mobile-nav-card-v8 {
  1428.            width: calc(100% - 40px);
  1429.            padding: 20px;
  1430.        }
  1431.    }
  1432.  
  1433.    @media (max-width: 576px) {
  1434.        .nav-card-v8 {
  1435.            padding: 10px 15px;
  1436.        }
  1437.  
  1438.        .logo-img-v8 {
  1439.            max-height: 35px;
  1440.        }
  1441.    }
  1442. </style>
  1443.  
  1444. <script>
  1445.    let activeCard = null;
  1446.  
  1447.    function toggleSearchV8() {
  1448.        const searchCard = document.getElementById('searchCardV8');
  1449.        const overlay = document.getElementById('navOverlayV8');
  1450.        const mobileNav = document.getElementById('mobileNavV8');
  1451.  
  1452.        // Close mobile nav if open
  1453.        mobileNav.classList.remove('show-v8');
  1454.  
  1455.        if (searchCard.classList.contains('show-v8')) {
  1456.            searchCard.classList.remove('show-v8');
  1457.            overlay.classList.remove('show-v8');
  1458.            activeCard = null;
  1459.        } else {
  1460.            searchCard.classList.add('show-v8');
  1461.            overlay.classList.add('show-v8');
  1462.            activeCard = 'search';
  1463.  
  1464.            // Focus on search input
  1465.            setTimeout(() => {
  1466.                const searchInput = document.querySelector('.search-input-v8');
  1467.                if (searchInput) searchInput.focus();
  1468.            }, 100);
  1469.        }
  1470.    }
  1471.  
  1472.    function toggleMobileNavV8() {
  1473.        const mobileNav = document.getElementById('mobileNavV8');
  1474.        const overlay = document.getElementById('navOverlayV8');
  1475.        const searchCard = document.getElementById('searchCardV8');
  1476.  
  1477.        // Close search if open
  1478.        searchCard.classList.remove('show-v8');
  1479.  
  1480.        if (mobileNav.classList.contains('show-v8')) {
  1481.            mobileNav.classList.remove('show-v8');
  1482.            overlay.classList.remove('show-v8');
  1483.            activeCard = null;
  1484.        } else {
  1485.            mobileNav.classList.add('show-v8');
  1486.            overlay.classList.add('show-v8');
  1487.            activeCard = 'mobile';
  1488.        }
  1489.    }
  1490.  
  1491.    function toggleMobileDropdownV8(dropdownId) {
  1492.        const dropdown = document.getElementById(dropdownId);
  1493.        const parentItem = dropdown.closest('.mobile-nav-item-v8');
  1494.  
  1495.        // Close other dropdowns
  1496.        const allDropdowns = document.querySelectorAll('.mobile-dropdown-v8');
  1497.        const allParents = document.querySelectorAll('.mobile-nav-item-v8');
  1498.  
  1499.        allDropdowns.forEach(dd => {
  1500.            if (dd.id !== dropdownId) {
  1501.                dd.classList.remove('show-v8');
  1502.            }
  1503.        });
  1504.  
  1505.        allParents.forEach(parent => {
  1506.            if (parent !== parentItem) {
  1507.                parent.classList.remove('open-v8');
  1508.            }
  1509.        });
  1510.  
  1511.        // Toggle current dropdown
  1512.        dropdown.classList.toggle('show-v8');
  1513.        parentItem.classList.toggle('open-v8');
  1514.    }
  1515.  
  1516.    function closeAllV8() {
  1517.        const searchCard = document.getElementById('searchCardV8');
  1518.        const mobileNav = document.getElementById('mobileNavV8');
  1519.        const overlay = document.getElementById('navOverlayV8');
  1520.  
  1521.        searchCard.classList.remove('show-v8');
  1522.        mobileNav.classList.remove('show-v8');
  1523.        overlay.classList.remove('show-v8');
  1524.        activeCard = null;
  1525.    }
  1526.  
  1527.    // Close on escape key
  1528.    document.addEventListener('keydown', function (e) {
  1529.        if (e.key === 'Escape' && activeCard) {
  1530.            closeAllV8();
  1531.        }
  1532.    });
  1533.  
  1534.    // Handle suggestion clicks
  1535.    document.addEventListener('click', function (e) {
  1536.        if (e.target.closest('.suggestion-item-v8')) {
  1537.            const suggestionText = e.target.closest('.suggestion-item-v8').querySelector('.suggestion-text-v8').textContent;
  1538.            const searchInput = document.querySelector('.search-input-v8');
  1539.            if (searchInput) {
  1540.                searchInput.value = suggestionText.replace(/^(Popular|Trending|Latest): /, '');
  1541.            }
  1542.        }
  1543.    });
  1544. </script>
  1545. <script>
  1546.  document.addEventListener("DOMContentLoaded", function () {
  1547.    console.log("loaded");
  1548.  
  1549.     const searchInput = document.getElementById("search-input")
  1550.    const searchResults = document.getElementById("search-results");
  1551.  
  1552.    if (!searchInput || !searchResults) {
  1553.      console.error("Search input/results not found");
  1554.      return;
  1555.    }
  1556.  
  1557.    // Prevent form submission
  1558.    if (searchInput.form) {
  1559.      searchInput.form.addEventListener("submit", function (e) {
  1560.        e.preventDefault();
  1561.      });
  1562.    }
  1563.  
  1564.    // Add event listener for keyup
  1565.    searchInput.addEventListener("keyup", function (e) {
  1566.      console.log("Key pressed:", e.key);
  1567.      e.preventDefault();
  1568.  
  1569.      const query = searchInput.value.trim();
  1570.      console.log("User is typing: " + query);
  1571.  
  1572.      // If empty → clear and hide
  1573.      if (query === "") {
  1574.        searchResults.innerHTML = "";
  1575.        searchResults.style.display = "none";
  1576.        return;
  1577.      }
  1578.  
  1579.      // Show results
  1580.      searchResults.style.display = "block";
  1581.  
  1582.      // Fetch search results
  1583.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1584.        method: "GET",
  1585.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1586.      })
  1587.        .then(response => {
  1588.          console.log("Response Status:", response.status);
  1589.          return response.json();
  1590.        })
  1591.        .then(data => {
  1592.          console.log("Data received:", data);
  1593.          if (data.html) {
  1594.            searchResults.innerHTML = data.html;
  1595.          } else {
  1596.            searchResults.innerHTML = "<p>No results found.</p>";
  1597.          }
  1598.        })
  1599.        .catch(error => {
  1600.          console.error("Error fetching search results:", error);
  1601.        });
  1602.    });
  1603.  
  1604.    // Close results when clicking outside
  1605.    document.addEventListener("click", function (e) {
  1606.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1607.        searchResults.style.display = "none";
  1608.      }
  1609.    });
  1610.  
  1611.    // Close results on ESC key
  1612.    document.addEventListener("keydown", function (e) {
  1613.      if (e.key === "Escape") {
  1614.        searchResults.style.display = "none";
  1615.      }
  1616.    });
  1617.  });
  1618. </script>
  1619.  
  1620.  
  1621.        </header>
  1622.        <!-- end of header -->
  1623.        <!-- start of wpo-blog-hero -->
  1624.        
  1625.  
  1626.  
  1627.  
  1628.  
  1629.  
  1630.  
  1631.  
  1632. <style>
  1633. .blog-hero-section {
  1634.    padding: 3rem 0;
  1635. }
  1636.  
  1637.  
  1638. .hero-grid {
  1639.    display: grid;
  1640.    grid-template-columns: 2fr 1fr 1fr;
  1641.    grid-template-rows: 1fr 1fr;
  1642.    gap: 1.5rem;
  1643.    height: 500px;
  1644. }
  1645.  
  1646. .hero-card {
  1647.    background: var(--card-bg);
  1648.    border-radius: 12px;
  1649.    overflow: hidden;
  1650.    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  1651.    transition: all 0.3s ease;
  1652.    position: relative;
  1653. }
  1654.  
  1655. .hero-card:hover {
  1656.    transform: translateY(-8px);
  1657.    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  1658. }
  1659.  
  1660. .main-hero {
  1661.    grid-row: 1 / -1;
  1662.    grid-column: 1;
  1663. }
  1664.  
  1665. .card-image {
  1666.    width: 100%;
  1667.    height: 60%;
  1668.    object-fit: cover;
  1669.    transition: transform 0.3s ease;
  1670. }
  1671.  
  1672. .main-hero .card-image {
  1673.    height: 65%;
  1674. }
  1675.  
  1676. .hero-card:hover .card-image {
  1677.    transform: scale(1.05);
  1678. }
  1679.  
  1680. .card-content {
  1681.    padding: 1.5rem;
  1682.    height: 40%;
  1683.    display: flex;
  1684.    flex-direction: column;
  1685.    justify-content: space-between;
  1686. }
  1687.  
  1688. .main-hero .card-content {
  1689.    height: 35%;
  1690. }
  1691.  
  1692. .category-badge {
  1693.    display: inline-block;
  1694.    background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1695.    color: white;
  1696.    padding: 0.4rem 1rem;
  1697.    border-radius: 20px;
  1698.    font-size: 0.8rem;
  1699.    font-weight: 600;
  1700.    text-transform: uppercase;
  1701.    letter-spacing: 0.5px;
  1702.    margin-bottom: 0.8rem;
  1703.    width: fit-content;
  1704. }
  1705.  
  1706. .card-title {
  1707.    font-size: 1.1rem;
  1708.    font-weight: 700;
  1709.    line-height: 1.4;
  1710.    margin-bottom: 0.5rem;
  1711. }
  1712.  
  1713. .main-hero .card-title {
  1714.    font-size: 1.6rem;
  1715.    line-height: 1.3;
  1716.    margin-bottom: 0.8rem;
  1717. }
  1718.  
  1719. .card-title a {
  1720.    color: var(--top-color);
  1721.    text-decoration: none;
  1722.    transition: color 0.3s ease;
  1723. }
  1724.  
  1725.  
  1726. .card-description {
  1727.    color: var(--top-color);
  1728.    line-height: 1.6;
  1729.    margin-bottom: 1rem;
  1730.    display: -webkit-box;
  1731.    -webkit-line-clamp: 2;
  1732.    -webkit-box-orient: vertical;
  1733.    overflow: hidden;
  1734. }
  1735.  
  1736. .main-hero .card-description {
  1737.    -webkit-line-clamp: 3;
  1738. }
  1739.  
  1740. .card-meta {
  1741.    display: flex;
  1742.    align-items: center;
  1743.    justify-content: space-between;
  1744.    margin-top: auto;
  1745. }
  1746.  
  1747. .author-section {
  1748.    display: flex;
  1749.    align-items: center;
  1750.    gap: 0.8rem;
  1751. }
  1752.  
  1753. .author-avatar {
  1754.    width: 35px;
  1755.    height: 35px;
  1756.    border-radius: 50%;
  1757.    object-fit: cover;
  1758.    border: 2px solid #f8f9fa;
  1759. }
  1760.  
  1761. .author-name {
  1762.    color: #667eea;
  1763.    text-decoration: none;
  1764.    font-weight: 600;
  1765.    font-size: 0.9rem;
  1766. }
  1767.  
  1768. .author-name:hover {
  1769.    text-decoration: underline;
  1770. }
  1771.  
  1772. .publish-date {
  1773.    color: #95a5a6;
  1774.    font-size: 0.85rem;
  1775.    font-weight: 500;
  1776. }
  1777.  
  1778. .side-card-1 {
  1779.    grid-column: 2;
  1780.    grid-row: 1;
  1781. }
  1782.  
  1783. .side-card-2 {
  1784.    grid-column: 3;
  1785.    grid-row: 1;
  1786. }
  1787.  
  1788. .side-card-3 {
  1789.    grid-column: 2 / 4;
  1790.    grid-row: 2;
  1791. }
  1792.  
  1793. /* Desktop: Cards 1, 2 & 3 with overlay text */
  1794. @media (min-width: 992px) {
  1795.    
  1796.    .main-hero .card-image,
  1797.    .side-card-1 .card-image,
  1798.    .side-card-2 .card-image {
  1799.        height: 100%;
  1800.    }
  1801.    
  1802.    .main-hero .card-content,
  1803.    .side-card-1 .card-content,
  1804.    .side-card-2 .card-content {
  1805.        position: absolute;
  1806.        bottom: 0;
  1807.        left: 0;
  1808.        right: 0;
  1809.        background: linear-gradient(transparent, rgba(0,0,0,0.8));
  1810.        color: white;
  1811.        padding: 2rem 1.5rem 1.5rem;
  1812.        height: auto;
  1813.    }
  1814.    
  1815.    .main-hero .card-content {
  1816.        padding: 3rem 2rem 2rem;
  1817.    }
  1818.    
  1819.    .main-hero .category-badge,
  1820.    .side-card-1 .category-badge,
  1821.    .side-card-2 .category-badge {
  1822.      
  1823.        margin-bottom: 0.8rem;
  1824.    }
  1825.    
  1826.    .main-hero .card-title a,
  1827.    .side-card-1 .card-title a,
  1828.    .side-card-2 .card-title a {
  1829.        color: white;
  1830.    }
  1831.    
  1832.    .main-hero .card-description {
  1833.        color: #f8f9fa;
  1834.    }
  1835.    
  1836.    .main-hero .author-name,
  1837.    .side-card-1 .author-name,
  1838.    .side-card-2 .author-name {
  1839.        color: #f8f9fa;
  1840.    }
  1841.    
  1842.    .main-hero .publish-date,
  1843.    .side-card-1 .publish-date,
  1844.    .side-card-2 .publish-date {
  1845.        color: #e9ecef;
  1846.    }
  1847. }
  1848.  
  1849. .side-card-3 {
  1850.    display: flex;
  1851.    flex-direction: row;
  1852. }
  1853.  
  1854. .side-card-3 .card-image {
  1855.    width: 40%;
  1856.    height: 100%;
  1857. }
  1858.  
  1859. .side-card-3 .card-content {
  1860.    width: 60%;
  1861.    height: 100%;
  1862.    padding: 1.5rem;
  1863. }
  1864.  
  1865. /* Mobile Responsive */
  1866. @media (max-width: 992px) {
  1867.    .hero-grid {
  1868.        grid-template-columns: 1fr;
  1869.        grid-template-rows: auto;
  1870.        height: auto;
  1871.        gap: 1rem;
  1872.    }
  1873.    
  1874.    .main-hero {
  1875.        grid-row: 1;
  1876.        grid-column: 1;
  1877.    }
  1878.    
  1879.    .side-card-1, .side-card-2, .side-card-3 {
  1880.        grid-column: 1;
  1881.        grid-row: auto;
  1882.    }
  1883.    
  1884.    /* Mobile: Cards 1, 2 & 3 normal layout (not overlay) */
  1885.    .main-hero .card-content,
  1886.    .side-card-1 .card-content,
  1887.    .side-card-2 .card-content {
  1888.        position: relative;
  1889.        background: var(--card-bg);
  1890.        color: inherit;
  1891.        padding: 1.5rem;
  1892.        height: auto;
  1893.    }
  1894.    
  1895.    .main-hero .card-image,
  1896.    .side-card-1 .card-image,
  1897.    .side-card-2 .card-image {
  1898.        height: 200px;
  1899.    }
  1900.    
  1901.    .main-hero .card-image {
  1902.        height: 250px;
  1903.    }
  1904.    
  1905.    .main-hero .category-badge,
  1906.    .side-card-1 .category-badge,
  1907.    .side-card-2 .category-badge {
  1908.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1909.        color: white;
  1910.    }
  1911.    
  1912.    .main-hero .card-title a,
  1913.    .side-card-1 .card-title a,
  1914.    .side-card-2 .card-title a {
  1915.        color: var(--top-color);
  1916.    }
  1917.    
  1918.    .main-hero .card-description {
  1919.        color: #7f8c8d;
  1920.    }
  1921.    
  1922.    .main-hero .author-name,
  1923.    .side-card-1 .author-name,
  1924.    .side-card-2 .author-name {
  1925.        color: #667eea;
  1926.    }
  1927.    
  1928.    .main-hero .publish-date,
  1929.    .side-card-1 .publish-date,
  1930.    .side-card-2 .publish-date {
  1931.        color: #95a5a6;
  1932.    }
  1933.    
  1934.    .side-card-3 {
  1935.        flex-direction: column;
  1936.    }
  1937.    
  1938.    .side-card-3 .card-image {
  1939.        width: 100%;
  1940.        height: 200px;
  1941.    }
  1942.    
  1943.    .side-card-3 .card-content {
  1944.        width: 100%;
  1945.        height: auto;
  1946.    }
  1947.    
  1948.    .card-image {
  1949.        height: 200px;
  1950.    }
  1951.    
  1952.    .main-hero .card-image {
  1953.        height: 250px;
  1954.    }
  1955.    
  1956.    .main-hero .card-content {
  1957.        height: auto;
  1958.    }
  1959. }
  1960. </style>
  1961.  
  1962. <div class="blog-hero-section">
  1963.    <div class="container-fluid fluid-container">
  1964.        <div class="hero-grid">
  1965.            <!-- Main Featured Post -->
  1966.            
  1967.                              
  1968.                    <article class="hero-card main-hero">
  1969.                        
  1970.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="3 Game Pass Titles That Can Justify Your Membership This Weekend (Nov. 21-23)" class="card-image">
  1971.                        
  1972.                        
  1973.                        <div class="card-content">
  1974.                            <div>
  1975.                                <span class="category-badge">News</span>
  1976.                                <h2 class="card-title">
  1977.                                    <a href="/3-game-pass-titles-that-can-justify-your-membership-this-weekend-nov-21-23/">
  1978.                                        3 Game Pass Titles That Can Justify Your Membership This Weekend (Nov. 21-23)
  1979.                                    </a>
  1980.                                </h2>
  1981.                                <p class="card-description"></p>
  1982.                            </div>
  1983.                            
  1984.                            <div class="card-meta">
  1985.                                <div class="author-section">
  1986.                                    
  1987.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Nicole Young" class="author-avatar">
  1988.                                    
  1989.                                    <a href="#" class="author-name">Nicole Young</a>
  1990.                                </div>
  1991.                                <span class="publish-date">May 15, 2026</span>
  1992.                            </div>
  1993.                        </div>
  1994.                    </article>
  1995.                
  1996.            
  1997.  
  1998.            <!-- Side Cards -->
  1999.            
  2000.                <article class="hero-card side-card-1">
  2001.                    
  2002.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Pre-Ashes Trash Talk Intensifies as Broad Labels Australia the Worst After 2010" class="card-image">
  2003.                    
  2004.                    
  2005.                    <div class="card-content">
  2006.                        <div>
  2007.                            <span class="category-badge">News</span>
  2008.                            <h3 class="card-title">
  2009.                                <a href="/pre-ashes-trash-talk-intensifies-as-broad-labels-australia-the-worst-after-2010/">
  2010.                                    Pre-Ashes Trash Talk Intensifies as Broad Labels Australia the Worst After 2010
  2011.                                </a>
  2012.                            </h3>
  2013.                            <p class="card-description"></p>
  2014.                        </div>
  2015.                        
  2016.                        <div class="card-meta">
  2017.                            <div class="author-section">
  2018.                                <a href="#" class="author-name">Nicole Young</a>
  2019.                            </div>
  2020.                            <span class="publish-date">May 15</span>
  2021.                        </div>
  2022.                    </div>
  2023.                </article>
  2024.            
  2025.                <article class="hero-card side-card-2">
  2026.                    
  2027.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="The Greek tennis star Contemplated Walking Away During Pain-Filled 2025 Season" class="card-image">
  2028.                    
  2029.                    
  2030.                    <div class="card-content">
  2031.                        <div>
  2032.                            <span class="category-badge">News</span>
  2033.                            <h3 class="card-title">
  2034.                                <a href="/the-greek-tennis-star-contemplated-walking-away-during-pain-filled-2025-season/">
  2035.                                    The Greek tennis star Contemplated Walking Away During Pain-Filled 2025 Season
  2036.                                </a>
  2037.                            </h3>
  2038.                            <p class="card-description"></p>
  2039.                        </div>
  2040.                        
  2041.                        <div class="card-meta">
  2042.                            <div class="author-section">
  2043.                                <a href="#" class="author-name">Nicole Young</a>
  2044.                            </div>
  2045.                            <span class="publish-date">May 15</span>
  2046.                        </div>
  2047.                    </div>
  2048.                </article>
  2049.            
  2050.                <article class="hero-card side-card-3">
  2051.                    
  2052.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Body versus World Standing - Boulter&#x27;s Melbourne Grand Slam Dilemma" class="card-image">
  2053.                    
  2054.                    
  2055.                    <div class="card-content">
  2056.                        <div>
  2057.                            <span class="category-badge">News</span>
  2058.                            <h3 class="card-title">
  2059.                                <a href="/body-versus-world-standing-boulters-melbourne-grand-slam-dilemma/">
  2060.                                    Body versus World Standing - Boulter&#x27;s Melbourne Grand Slam Dilemma
  2061.                                </a>
  2062.                            </h3>
  2063.                            <p class="card-description"></p>
  2064.                        </div>
  2065.                        
  2066.                        <div class="card-meta">
  2067.                            <div class="author-section">
  2068.                                <a href="#" class="author-name">Nicole Young</a>
  2069.                            </div>
  2070.                            <span class="publish-date">May 14</span>
  2071.                        </div>
  2072.                    </div>
  2073.                </article>
  2074.            
  2075.        </div>
  2076.    </div>
  2077. </div>
  2078.  
  2079.  
  2080.  
  2081.  
  2082.        <!-- end of wpo-blog-hero -->
  2083.  
  2084.        <!-- start of wpo-breacking-news -->
  2085.        
  2086.        <!-- end of wpo-breacking-news -->
  2087.        
  2088.        <!-- start wpo-blog-highlights-section -->
  2089.        
  2090.  
  2091.  
  2092.  
  2093.    
  2094.  
  2095.  
  2096. <section class="wpo-blog-highlights-section">
  2097.    <div class="container-fluid fluid-container">
  2098.        <div class="wpo-section-title">
  2099.            
  2100.                <h2>Today's Top Highlights</h2>
  2101.                    
  2102.        </div>
  2103.        <div class="row">
  2104.            <div class="col col-lg-8 col-12">
  2105.                <!-- start wpo-blog-section -->
  2106.                <div class="wpo-blog-highlights-wrap">
  2107.                    <div class="wpo-blog-items">
  2108.                        <div class="row">
  2109.                            
  2110.                            
  2111.                            <div class="col col-lg-6 col-md-6 col-12">
  2112.                                <div class="wpo-blog-item">
  2113.                                    <div class="wpo-blog-img">
  2114.                                        
  2115.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2116.                                        
  2117.                                        <div class="thumb bg-primary-gradient">News</div>
  2118.                                    </div>
  2119.                                    <div class="wpo-blog-content"  >
  2120.                                        <h2>
  2121.                                            <a href="/the-story-of-leonard-and-hungry-paul-overview-a-calming-series-narrated-by-the-famous-actress-offers-a-great-cure-to-modern-life/" class="top-color">
  2122.                                            The Story of Leonard and Hungry Paul Overview: A Calming Series Narrated by the Famous Actress Offers a Great Cure to Modern Life
  2123.                                            </a>
  2124.                                        </h2>
  2125.                                        <ul>
  2126.                                            <li>  
  2127.                                                
  2128.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Nicole Young">
  2129.                                                
  2130.                                            </li>
  2131.                                            <li class="top-color">By Nicole Young</li>
  2132.                                            <li class="top-color">14 May 2026</li>
  2133.                                        </ul>
  2134.                                        <p class="top-color"> </p>
  2135.                                    </div>
  2136.                                </div>
  2137.                            </div>
  2138.                        
  2139.                            
  2140.                            
  2141.                            <div class="col col-lg-6 col-md-6 col-12">
  2142.                                <div class="wpo-blog-item">
  2143.                                    <div class="wpo-blog-img">
  2144.                                        
  2145.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2146.                                        
  2147.                                        <div class="thumb bg-primary-gradient">News</div>
  2148.                                    </div>
  2149.                                    <div class="wpo-blog-content"  >
  2150.                                        <h2>
  2151.                                            <a href="/the-art-of-ideal-paneer-makhni-step-by-step-guide/" class="top-color">
  2152.                                            The Art of Ideal Paneer Makhni – Step-by-Step Guide
  2153.                                            </a>
  2154.                                        </h2>
  2155.                                        <ul>
  2156.                                            <li>  
  2157.                                                
  2158.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Nicole Young">
  2159.                                                
  2160.                                            </li>
  2161.                                            <li class="top-color">By Nicole Young</li>
  2162.                                            <li class="top-color">14 May 2026</li>
  2163.                                        </ul>
  2164.                                        <p class="top-color"> </p>
  2165.                                    </div>
  2166.                                </div>
  2167.                            </div>
  2168.                        
  2169.                            
  2170.                            
  2171.                            <div class="col col-lg-6 col-md-6 col-12">
  2172.                                <div class="wpo-blog-item">
  2173.                                    <div class="wpo-blog-img">
  2174.                                        
  2175.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2176.                                        
  2177.                                        <div class="thumb bg-primary-gradient">News</div>
  2178.                                    </div>
  2179.                                    <div class="wpo-blog-content"  >
  2180.                                        <h2>
  2181.                                            <a href="/british-and-scottish-government-authorities-disagree-over-footing-the-245m-bill-for-donald-trump-and-jd-vance-visits/" class="top-color">
  2182.                                            British and Scottish government Authorities Disagree Over Footing the £24.5m Bill for Donald Trump and JD Vance Visits
  2183.                                            </a>
  2184.                                        </h2>
  2185.                                        <ul>
  2186.                                            <li>  
  2187.                                                
  2188.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Nicole Young">
  2189.                                                
  2190.                                            </li>
  2191.                                            <li class="top-color">By Nicole Young</li>
  2192.                                            <li class="top-color">14 May 2026</li>
  2193.                                        </ul>
  2194.                                        <p class="top-color"> </p>
  2195.                                    </div>
  2196.                                </div>
  2197.                            </div>
  2198.                        
  2199.                            
  2200.                            
  2201.                            <div class="col col-lg-6 col-md-6 col-12">
  2202.                                <div class="wpo-blog-item">
  2203.                                    <div class="wpo-blog-img">
  2204.                                        
  2205.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2206.                                        
  2207.                                        <div class="thumb bg-primary-gradient">News</div>
  2208.                                    </div>
  2209.                                    <div class="wpo-blog-content"  >
  2210.                                        <h2>
  2211.                                            <a href="/high-court-upholds-redrawn-texas-house-maps/" class="top-color">
  2212.                                            High Court Upholds Redrawn Texas House Maps.
  2213.                                            </a>
  2214.                                        </h2>
  2215.                                        <ul>
  2216.                                            <li>  
  2217.                                                
  2218.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Nicole Young">
  2219.                                                
  2220.                                            </li>
  2221.                                            <li class="top-color">By Nicole Young</li>
  2222.                                            <li class="top-color">14 May 2026</li>
  2223.                                        </ul>
  2224.                                        <p class="top-color"> </p>
  2225.                                    </div>
  2226.                                </div>
  2227.                            </div>
  2228.                        
  2229.                            
  2230.                            
  2231.                            <div class="col col-lg-6 col-md-6 col-12">
  2232.                                <div class="wpo-blog-item">
  2233.                                    <div class="wpo-blog-img">
  2234.                                        
  2235.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2236.                                        
  2237.                                        <div class="thumb bg-primary-gradient">News</div>
  2238.                                    </div>
  2239.                                    <div class="wpo-blog-content"  >
  2240.                                        <h2>
  2241.                                            <a href="/surgeons-from-scotland-and-the-us-complete-historic-brain-operation-via-automated-technology/" class="top-color">
  2242.                                            Surgeons from Scotland and the US Complete Historic Brain Operation Via Automated Technology
  2243.                                            </a>
  2244.                                        </h2>
  2245.                                        <ul>
  2246.                                            <li>  
  2247.                                                
  2248.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Nicole Young">
  2249.                                                
  2250.                                            </li>
  2251.                                            <li class="top-color">By Nicole Young</li>
  2252.                                            <li class="top-color">14 May 2026</li>
  2253.                                        </ul>
  2254.                                        <p class="top-color"> </p>
  2255.                                    </div>
  2256.                                </div>
  2257.                            </div>
  2258.                        
  2259.                            
  2260.                            
  2261.                            <div class="col col-lg-6 col-md-6 col-12">
  2262.                                <div class="wpo-blog-item">
  2263.                                    <div class="wpo-blog-img">
  2264.                                        
  2265.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2266.                                        
  2267.                                        <div class="thumb bg-primary-gradient">News</div>
  2268.                                    </div>
  2269.                                    <div class="wpo-blog-content"  >
  2270.                                        <h2>
  2271.                                            <a href="/chinas-new-artificial-intelligence-regulations-aim-to-provide-youth-protection-and-self-harm-prevention-management/" class="top-color">
  2272.                                            China&#x27;s New Artificial Intelligence Regulations Aim to Provide Youth Protection and Self-Harm Prevention Management.
  2273.                                            </a>
  2274.                                        </h2>
  2275.                                        <ul>
  2276.                                            <li>  
  2277.                                                
  2278.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Nicole Young">
  2279.                                                
  2280.                                            </li>
  2281.                                            <li class="top-color">By Nicole Young</li>
  2282.                                            <li class="top-color">13 May 2026</li>
  2283.                                        </ul>
  2284.                                        <p class="top-color"> </p>
  2285.                                    </div>
  2286.                                </div>
  2287.                            </div>
  2288.                        
  2289.                            
  2290.                            
  2291.                            <div class="col col-lg-6 col-md-6 col-12">
  2292.                                <div class="wpo-blog-item">
  2293.                                    <div class="wpo-blog-img">
  2294.                                        
  2295.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2296.                                        
  2297.                                        <div class="thumb bg-primary-gradient">News</div>
  2298.                                    </div>
  2299.                                    <div class="wpo-blog-content"  >
  2300.                                        <h2>
  2301.                                            <a href="/californias-governor-confirms-he-is-evaluating-a-2028-presidential-run/" class="top-color">
  2302.                                            California&#x27;s Governor Confirms He Is Evaluating a 2028 Presidential Run
  2303.                                            </a>
  2304.                                        </h2>
  2305.                                        <ul>
  2306.                                            <li>  
  2307.                                                
  2308.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Nicole Young">
  2309.                                                
  2310.                                            </li>
  2311.                                            <li class="top-color">By Nicole Young</li>
  2312.                                            <li class="top-color">13 May 2026</li>
  2313.                                        </ul>
  2314.                                        <p class="top-color"> </p>
  2315.                                    </div>
  2316.                                </div>
  2317.                            </div>
  2318.                        
  2319.                            
  2320.                            
  2321.                            <div class="col col-lg-6 col-md-6 col-12">
  2322.                                <div class="wpo-blog-item">
  2323.                                    <div class="wpo-blog-img">
  2324.                                        
  2325.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2326.                                        
  2327.                                        <div class="thumb bg-primary-gradient">News</div>
  2328.                                    </div>
  2329.                                    <div class="wpo-blog-content"  >
  2330.                                        <h2>
  2331.                                            <a href="/certain-factions-on-the-political-spectrum-who-offer-only-discontent-ministers-are-moving-forward-with-the-job-of-economic-rejuvenation/" class="top-color">
  2332.                                            Certain factions on the political spectrum who offer only discontent: Ministers are moving forward with the job of economic rejuvenation.
  2333.                                            </a>
  2334.                                        </h2>
  2335.                                        <ul>
  2336.                                            <li>  
  2337.                                                
  2338.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Nicole Young">
  2339.                                                
  2340.                                            </li>
  2341.                                            <li class="top-color">By Nicole Young</li>
  2342.                                            <li class="top-color">13 May 2026</li>
  2343.                                        </ul>
  2344.                                        <p class="top-color"> </p>
  2345.                                    </div>
  2346.                                </div>
  2347.                            </div>
  2348.                        
  2349.                            
  2350.                            
  2351.                            <div class="col col-lg-6 col-md-6 col-12">
  2352.                                <div class="wpo-blog-item">
  2353.                                    <div class="wpo-blog-img">
  2354.                                        
  2355.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2356.                                        
  2357.                                        <div class="thumb bg-primary-gradient">News</div>
  2358.                                    </div>
  2359.                                    <div class="wpo-blog-content"  >
  2360.                                        <h2>
  2361.                                            <a href="/the-greater-manchester-mayor-would-probably-have-won-the-recent-byelection-states-labour-deputy-leader/" class="top-color">
  2362.                                            The Greater Manchester Mayor Would &#x27;Probably&#x27; Have Won the Recent Byelection, States Labour Deputy Leader
  2363.                                            </a>
  2364.                                        </h2>
  2365.                                        <ul>
  2366.                                            <li>  
  2367.                                                
  2368.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Nicole Young">
  2369.                                                
  2370.                                            </li>
  2371.                                            <li class="top-color">By Nicole Young</li>
  2372.                                            <li class="top-color">13 May 2026</li>
  2373.                                        </ul>
  2374.                                        <p class="top-color"> </p>
  2375.                                    </div>
  2376.                                </div>
  2377.                            </div>
  2378.                        
  2379.                            
  2380.                            
  2381.                            <div class="col col-lg-6 col-md-6 col-12">
  2382.                                <div class="wpo-blog-item">
  2383.                                    <div class="wpo-blog-img">
  2384.                                        
  2385.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2386.                                        
  2387.                                        <div class="thumb bg-primary-gradient">News</div>
  2388.                                    </div>
  2389.                                    <div class="wpo-blog-content"  >
  2390.                                        <h2>
  2391.                                            <a href="/previous-bbc-specialists-face-mps-questioning-in-the-wake-of-assertions-of-bias-in-disclosed-memorandum/" class="top-color">
  2392.                                            Previous BBC Specialists Face MPs&#x27; Questioning In the Wake of Assertions of Bias in Disclosed Memorandum
  2393.                                            </a>
  2394.                                        </h2>
  2395.                                        <ul>
  2396.                                            <li>  
  2397.                                                
  2398.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Nicole Young">
  2399.                                                
  2400.                                            </li>
  2401.                                            <li class="top-color">By Nicole Young</li>
  2402.                                            <li class="top-color">13 May 2026</li>
  2403.                                        </ul>
  2404.                                        <p class="top-color"> </p>
  2405.                                    </div>
  2406.                                </div>
  2407.                            </div>
  2408.                        
  2409.                            
  2410.                            
  2411.                            <div class="col col-lg-6 col-md-6 col-12">
  2412.                                <div class="wpo-blog-item">
  2413.                                    <div class="wpo-blog-img">
  2414.                                        
  2415.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2416.                                        
  2417.                                        <div class="thumb bg-primary-gradient">News</div>
  2418.                                    </div>
  2419.                                    <div class="wpo-blog-content"  >
  2420.                                        <h2>
  2421.                                            <a href="/the-blue-jays-claim-world-series-showdown-with-los-angeles-dodgers/" class="top-color">
  2422.                                            The Blue Jays Claim World Series Showdown With Los Angeles Dodgers
  2423.                                            </a>
  2424.                                        </h2>
  2425.                                        <ul>
  2426.                                            <li>  
  2427.                                                
  2428.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Nicole Young">
  2429.                                                
  2430.                                            </li>
  2431.                                            <li class="top-color">By Nicole Young</li>
  2432.                                            <li class="top-color">13 May 2026</li>
  2433.                                        </ul>
  2434.                                        <p class="top-color"> </p>
  2435.                                    </div>
  2436.                                </div>
  2437.                            </div>
  2438.                        
  2439.                            
  2440.                            
  2441.                            <div class="col col-lg-6 col-md-6 col-12">
  2442.                                <div class="wpo-blog-item">
  2443.                                    <div class="wpo-blog-img">
  2444.                                        
  2445.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2446.                                        
  2447.                                        <div class="thumb bg-primary-gradient">News</div>
  2448.                                    </div>
  2449.                                    <div class="wpo-blog-content"  >
  2450.                                        <h2>
  2451.                                            <a href="/england-select-the-off-spinner-in-team-for-the-ashes-series-initial-match/" class="top-color">
  2452.                                            England Select the off-spinner in Team for The Ashes series Initial Match
  2453.                                            </a>
  2454.                                        </h2>
  2455.                                        <ul>
  2456.                                            <li>  
  2457.                                                
  2458.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Nicole Young">
  2459.                                                
  2460.                                            </li>
  2461.                                            <li class="top-color">By Nicole Young</li>
  2462.                                            <li class="top-color">13 May 2026</li>
  2463.                                        </ul>
  2464.                                        <p class="top-color"> </p>
  2465.                                    </div>
  2466.                                </div>
  2467.                            </div>
  2468.                        
  2469.                            
  2470.                            
  2471.  
  2472.                        </div>
  2473.                    </div>
  2474.                </div>
  2475.                <!-- end wpo-blog-section -->
  2476.            </div>
  2477.  
  2478.            <div class="col col-lg-4 col-12">
  2479.                
  2480.  
  2481.  
  2482.  
  2483.    
  2484.  
  2485. <!-- Curved Heading Sidebar -->
  2486.    <div class="sidebar">
  2487.        
  2488.       <div class="sidebar-widget mb-4">
  2489.            <div class="widget-title-wrapper mb-3">
  2490.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2491.                    <div class="title-border"></div>
  2492.                    <i class="ti-folder me-2"></i>May 2026 Blog Roll
  2493.                </h4>
  2494.            </div>
  2495.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  2496.                <div class="archives-list scrollable-sidebar">
  2497.                    
  2498.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2499.                        <a href="https://thegoldenfleeceyork.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2500.                            <i class="ti-angle-right me-2 text-primary"></i>
  2501.                            <span class="archive-link top-color fw-semibold"> online casinos UK</span>
  2502.                        </a>
  2503.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2504.                    </div>
  2505.                
  2506.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2507.                        <a href="https://www.casquette.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2508.                            <i class="ti-angle-right me-2 text-primary"></i>
  2509.                            <span class="archive-link top-color fw-semibold"> best non gamstop casinos</span>
  2510.                        </a>
  2511.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2512.                    </div>
  2513.                
  2514.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2515.                        <a href="https://www.voiceprint.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2516.                            <i class="ti-angle-right me-2 text-primary"></i>
  2517.                            <span class="archive-link top-color fw-semibold"> best non gamstop casinos</span>
  2518.                        </a>
  2519.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2520.                    </div>
  2521.                
  2522.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2523.                        <a href="https://www.cevicheuk.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2524.                            <i class="ti-angle-right me-2 text-primary"></i>
  2525.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2526.                        </a>
  2527.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2528.                    </div>
  2529.                
  2530.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2531.                        <a href="https://www.testandverification.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2532.                            <i class="ti-angle-right me-2 text-primary"></i>
  2533.                            <span class="archive-link top-color fw-semibold"> non gamstop casino uk</span>
  2534.                        </a>
  2535.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2536.                    </div>
  2537.                
  2538.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2539.                        <a href="https://www.heatonpark.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2540.                            <i class="ti-angle-right me-2 text-primary"></i>
  2541.                            <span class="archive-link top-color fw-semibold"> crypto casino</span>
  2542.                        </a>
  2543.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2544.                    </div>
  2545.                
  2546.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2547.                        <a href="https://www.tourofbritain.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2548.                            <i class="ti-angle-right me-2 text-primary"></i>
  2549.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2550.                        </a>
  2551.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2552.                    </div>
  2553.                
  2554.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2555.                        <a href="https://www.outset.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2556.                            <i class="ti-angle-right me-2 text-primary"></i>
  2557.                            <span class="archive-link top-color fw-semibold"> best betting sites uk</span>
  2558.                        </a>
  2559.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2560.                    </div>
  2561.                
  2562.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2563.                        <a href="https://www.casquette.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2564.                            <i class="ti-angle-right me-2 text-primary"></i>
  2565.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  2566.                        </a>
  2567.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2568.                    </div>
  2569.                
  2570.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2571.                        <a href="https://www.deakinandblue.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2572.                            <i class="ti-angle-right me-2 text-primary"></i>
  2573.                            <span class="archive-link top-color fw-semibold"> non gamstop online casinos</span>
  2574.                        </a>
  2575.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2576.                    </div>
  2577.                
  2578.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2579.                        <a href="https://www.toop.eu/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2580.                            <i class="ti-angle-right me-2 text-primary"></i>
  2581.                            <span class="archive-link top-color fw-semibold"> best uk non gamstop casinos</span>
  2582.                        </a>
  2583.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2584.                    </div>
  2585.                
  2586.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2587.                        <a href="https://www.roundhaypark.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2588.                            <i class="ti-angle-right me-2 text-primary"></i>
  2589.                            <span class="archive-link top-color fw-semibold"> best non gamstop casinos</span>
  2590.                        </a>
  2591.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2592.                    </div>
  2593.                
  2594.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2595.                        <a href="https://www.focus12.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2596.                            <i class="ti-angle-right me-2 text-primary"></i>
  2597.                            <span class="archive-link top-color fw-semibold"> slots not on gamstop</span>
  2598.                        </a>
  2599.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2600.                    </div>
  2601.                
  2602.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2603.                        <a href="https://britishicehockey.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2604.                            <i class="ti-angle-right me-2 text-primary"></i>
  2605.                            <span class="archive-link top-color fw-semibold"> slots not on gamstop</span>
  2606.                        </a>
  2607.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2608.                    </div>
  2609.                
  2610.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2611.                        <a href="https://tescobagsofhelp.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2612.                            <i class="ti-angle-right me-2 text-primary"></i>
  2613.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  2614.                        </a>
  2615.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2616.                    </div>
  2617.                
  2618.                </div>
  2619.                
  2620.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  2621.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2622.                        <i class="ti-archive me-1"></i>View All Archives
  2623.                    </a>
  2624.                </div> -->
  2625.            </div>
  2626.        </div>
  2627.        
  2628.       <div class="sidebar-widget mb-4">
  2629.            <div class="widget-title-wrapper mb-3">
  2630.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2631.                    <div class="title-border"></div>
  2632.                    <i class="ti-folder me-2"></i>April 2026 Blog Roll
  2633.                </h4>
  2634.            </div>
  2635.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  2636.                <div class="archives-list scrollable-sidebar">
  2637.                    
  2638.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2639.                        <a href="https://www.tamworthinformed.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2640.                            <i class="ti-angle-right me-2 text-primary"></i>
  2641.                            <span class="archive-link top-color fw-semibold"> uk online casinos</span>
  2642.                        </a>
  2643.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2644.                    </div>
  2645.                
  2646.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2647.                        <a href="https://adventuregamers.com/online-casinos/non-gamstop"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2648.                            <i class="ti-angle-right me-2 text-primary"></i>
  2649.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  2650.                        </a>
  2651.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2652.                    </div>
  2653.                
  2654.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2655.                        <a href="https://nva.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2656.                            <i class="ti-angle-right me-2 text-primary"></i>
  2657.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  2658.                        </a>
  2659.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2660.                    </div>
  2661.                
  2662.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2663.                        <a href="https://www.oceanacidification.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2664.                            <i class="ti-angle-right me-2 text-primary"></i>
  2665.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  2666.                        </a>
  2667.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2668.                    </div>
  2669.                
  2670.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2671.                        <a href="https://www.mesaonline.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2672.                            <i class="ti-angle-right me-2 text-primary"></i>
  2673.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2674.                        </a>
  2675.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2676.                    </div>
  2677.                
  2678.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2679.                        <a href="https://www.geekgirlmeetup.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2680.                            <i class="ti-angle-right me-2 text-primary"></i>
  2681.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  2682.                        </a>
  2683.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2684.                    </div>
  2685.                
  2686.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2687.                        <a href="https://www.surfaceview.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2688.                            <i class="ti-angle-right me-2 text-primary"></i>
  2689.                            <span class="archive-link top-color fw-semibold"> best online casinos</span>
  2690.                        </a>
  2691.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2692.                    </div>
  2693.                
  2694.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2695.                        <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2696.                            <i class="ti-angle-right me-2 text-primary"></i>
  2697.                            <span class="archive-link top-color fw-semibold"> best online casinos</span>
  2698.                        </a>
  2699.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2700.                    </div>
  2701.                
  2702.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2703.                        <a href="https://straightfromyard.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2704.                            <i class="ti-angle-right me-2 text-primary"></i>
  2705.                            <span class="archive-link top-color fw-semibold"> best online casinos</span>
  2706.                        </a>
  2707.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2708.                    </div>
  2709.                
  2710.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2711.                        <a href="https://www.citytosea.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2712.                            <i class="ti-angle-right me-2 text-primary"></i>
  2713.                            <span class="archive-link top-color fw-semibold"> best online casinos</span>
  2714.                        </a>
  2715.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2716.                    </div>
  2717.                
  2718.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2719.                        <a href="https://savethedatemagazine.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2720.                            <i class="ti-angle-right me-2 text-primary"></i>
  2721.                            <span class="archive-link top-color fw-semibold"> best online casinos</span>
  2722.                        </a>
  2723.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2724.                    </div>
  2725.                
  2726.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2727.                        <a href="https://www.elthampalace.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2728.                            <i class="ti-angle-right me-2 text-primary"></i>
  2729.                            <span class="archive-link top-color fw-semibold"> casino games</span>
  2730.                        </a>
  2731.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2732.                    </div>
  2733.                
  2734.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2735.                        <a href="https://www.durhamminers.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2736.                            <i class="ti-angle-right me-2 text-primary"></i>
  2737.                            <span class="archive-link top-color fw-semibold"> casinos not on GamStop</span>
  2738.                        </a>
  2739.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2740.                    </div>
  2741.                
  2742.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2743.                        <a href="https://ncpqsw.com"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2744.                            <i class="ti-angle-right me-2 text-primary"></i>
  2745.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  2746.                        </a>
  2747.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2748.                    </div>
  2749.                
  2750.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2751.                        <a href="https://oxfordgoldgroup.com"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2752.                            <i class="ti-angle-right me-2 text-primary"></i>
  2753.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  2754.                        </a>
  2755.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2756.                    </div>
  2757.                
  2758.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2759.                        <a href="https://invo.org.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2760.                            <i class="ti-angle-right me-2 text-primary"></i>
  2761.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2762.                        </a>
  2763.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2764.                    </div>
  2765.                
  2766.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2767.                        <a href="https://forjimmy.org"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2768.                            <i class="ti-angle-right me-2 text-primary"></i>
  2769.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  2770.                        </a>
  2771.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2772.                    </div>
  2773.                
  2774.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2775.                        <a href="https://www.chamoisniortais.fr"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2776.                            <i class="ti-angle-right me-2 text-primary"></i>
  2777.                            <span class="archive-link top-color fw-semibold"> casino en ligne france</span>
  2778.                        </a>
  2779.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2780.                    </div>
  2781.                
  2782.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2783.                        <a href="https://appleiphoneunlock.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2784.                            <i class="ti-angle-right me-2 text-primary"></i>
  2785.                            <span class="archive-link top-color fw-semibold"> crypto casino uk</span>
  2786.                        </a>
  2787.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2788.                    </div>
  2789.                
  2790.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2791.                        <a href="https://mcaleicester.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2792.                            <i class="ti-angle-right me-2 text-primary"></i>
  2793.                            <span class="archive-link top-color fw-semibold"> new online casinos uk</span>
  2794.                        </a>
  2795.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2796.                    </div>
  2797.                
  2798.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2799.                        <a href="https://www.thekarczma.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2800.                            <i class="ti-angle-right me-2 text-primary"></i>
  2801.                            <span class="archive-link top-color fw-semibold"> Non UK Licensed Casino</span>
  2802.                        </a>
  2803.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2804.                    </div>
  2805.                
  2806.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2807.                        <a href="https://www.drakebell.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2808.                            <i class="ti-angle-right me-2 text-primary"></i>
  2809.                            <span class="archive-link top-color fw-semibold"> best online betting sites</span>
  2810.                        </a>
  2811.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2812.                    </div>
  2813.                
  2814.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2815.                        <a href="https://hapihemp.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2816.                            <i class="ti-angle-right me-2 text-primary"></i>
  2817.                            <span class="archive-link top-color fw-semibold"> best online betting sites uk</span>
  2818.                        </a>
  2819.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2820.                    </div>
  2821.                
  2822.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2823.                        <a href="https://www.thehaven.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2824.                            <i class="ti-angle-right me-2 text-primary"></i>
  2825.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2826.                        </a>
  2827.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2828.                    </div>
  2829.                
  2830.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2831.                        <a href="https://www.citygateway.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2832.                            <i class="ti-angle-right me-2 text-primary"></i>
  2833.                            <span class="archive-link top-color fw-semibold"> uk casinos not on gamstop</span>
  2834.                        </a>
  2835.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2836.                    </div>
  2837.                
  2838.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2839.                        <a href="https://www.techandplay.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2840.                            <i class="ti-angle-right me-2 text-primary"></i>
  2841.                            <span class="archive-link top-color fw-semibold"> best new betting sites</span>
  2842.                        </a>
  2843.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2844.                    </div>
  2845.                
  2846.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2847.                        <a href="https://www.deakinandblue.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2848.                            <i class="ti-angle-right me-2 text-primary"></i>
  2849.                            <span class="archive-link top-color fw-semibold"> uk online casinos not on gamstop</span>
  2850.                        </a>
  2851.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2852.                    </div>
  2853.                
  2854.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2855.                        <a href="https://www.fourpure.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2856.                            <i class="ti-angle-right me-2 text-primary"></i>
  2857.                            <span class="archive-link top-color fw-semibold"> best non GamStop casinos</span>
  2858.                        </a>
  2859.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2860.                    </div>
  2861.                
  2862.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2863.                        <a href="https://www.no-deportations.org.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2864.                            <i class="ti-angle-right me-2 text-primary"></i>
  2865.                            <span class="archive-link top-color fw-semibold"> casino not on GamStop</span>
  2866.                        </a>
  2867.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2868.                    </div>
  2869.                
  2870.                </div>
  2871.                
  2872.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  2873.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2874.                        <i class="ti-archive me-1"></i>View All Archives
  2875.                    </a>
  2876.                </div> -->
  2877.            </div>
  2878.        </div>
  2879.        
  2880.       <div class="sidebar-widget mb-4">
  2881.            <div class="widget-title-wrapper mb-3">
  2882.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2883.                    <div class="title-border"></div>
  2884.                    <i class="ti-folder me-2"></i>March 2026 Blog Roll
  2885.                </h4>
  2886.            </div>
  2887.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  2888.                <div class="archives-list scrollable-sidebar">
  2889.                    
  2890.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2891.                        <a href="https://www.mediawise.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2892.                            <i class="ti-angle-right me-2 text-primary"></i>
  2893.                            <span class="archive-link top-color fw-semibold"> casinos not on GamStop</span>
  2894.                        </a>
  2895.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2896.                    </div>
  2897.                
  2898.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2899.                        <a href="https://www.kysty.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2900.                            <i class="ti-angle-right me-2 text-primary"></i>
  2901.                            <span class="archive-link top-color fw-semibold"> Casino Not on GAMSTOP</span>
  2902.                        </a>
  2903.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2904.                    </div>
  2905.                
  2906.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2907.                        <a href="https://www.cranleyclinic.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2908.                            <i class="ti-angle-right me-2 text-primary"></i>
  2909.                            <span class="archive-link top-color fw-semibold"> online casino not on GamStop</span>
  2910.                        </a>
  2911.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2912.                    </div>
  2913.                
  2914.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2915.                        <a href="https://thenewoxford.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2916.                            <i class="ti-angle-right me-2 text-primary"></i>
  2917.                            <span class="archive-link top-color fw-semibold"> non GamStop casinos</span>
  2918.                        </a>
  2919.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2920.                    </div>
  2921.                
  2922.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2923.                        <a href="https://www.moretonmotormuseum.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2924.                            <i class="ti-angle-right me-2 text-primary"></i>
  2925.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  2926.                        </a>
  2927.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2928.                    </div>
  2929.                
  2930.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2931.                        <a href="https://www.mugdock-country-park.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2932.                            <i class="ti-angle-right me-2 text-primary"></i>
  2933.                            <span class="archive-link top-color fw-semibold"> best non GamStop casinos</span>
  2934.                        </a>
  2935.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2936.                    </div>
  2937.                
  2938.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2939.                        <a href="https://socialeatinghouse.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2940.                            <i class="ti-angle-right me-2 text-primary"></i>
  2941.                            <span class="archive-link top-color fw-semibold"> casino not on gamestop</span>
  2942.                        </a>
  2943.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2944.                    </div>
  2945.                
  2946.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2947.                        <a href="https://www.nordicresearchnetwork.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2948.                            <i class="ti-angle-right me-2 text-primary"></i>
  2949.                            <span class="archive-link top-color fw-semibold"> Non UK Casino Sites</span>
  2950.                        </a>
  2951.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2952.                    </div>
  2953.                
  2954.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2955.                        <a href="https://newsoundgeneration.co.uk/casinos-not-on-gamstop/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2956.                            <i class="ti-angle-right me-2 text-primary"></i>
  2957.                            <span class="archive-link top-color fw-semibold"> non GamStop casino</span>
  2958.                        </a>
  2959.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2960.                    </div>
  2961.                
  2962.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2963.                        <a href="https://www.illinoistech.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2964.                            <i class="ti-angle-right me-2 text-primary"></i>
  2965.                            <span class="archive-link top-color fw-semibold"> anonymous crypto casinos</span>
  2966.                        </a>
  2967.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2968.                    </div>
  2969.                
  2970.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2971.                        <a href="https://socialeatinghouse.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2972.                            <i class="ti-angle-right me-2 text-primary"></i>
  2973.                            <span class="archive-link top-color fw-semibold"> online casino not on GamStop</span>
  2974.                        </a>
  2975.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2976.                    </div>
  2977.                
  2978.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2979.                        <a href="https://www.llancaiachfawr.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2980.                            <i class="ti-angle-right me-2 text-primary"></i>
  2981.                            <span class="archive-link top-color fw-semibold"> games not on GamStop</span>
  2982.                        </a>
  2983.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2984.                    </div>
  2985.                
  2986.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2987.                        <a href="https://www.covent-garden.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2988.                            <i class="ti-angle-right me-2 text-primary"></i>
  2989.                            <span class="archive-link top-color fw-semibold"> best casino not on GamStop</span>
  2990.                        </a>
  2991.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2992.                    </div>
  2993.                
  2994.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2995.                        <a href="https://www.mugdock-country-park.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2996.                            <i class="ti-angle-right me-2 text-primary"></i>
  2997.                            <span class="archive-link top-color fw-semibold"> non GamStop casinos</span>
  2998.                        </a>
  2999.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3000.                    </div>
  3001.                
  3002.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3003.                        <a href="https://www.patients4nhs.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3004.                            <i class="ti-angle-right me-2 text-primary"></i>
  3005.                            <span class="archive-link top-color fw-semibold"> casino not on GamStop</span>
  3006.                        </a>
  3007.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3008.                    </div>
  3009.                
  3010.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3011.                        <a href="https://www.ginspa.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3012.                            <i class="ti-angle-right me-2 text-primary"></i>
  3013.                            <span class="archive-link top-color fw-semibold"> casino not on GamStop</span>
  3014.                        </a>
  3015.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3016.                    </div>
  3017.                
  3018.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3019.                        <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3020.                            <i class="ti-angle-right me-2 text-primary"></i>
  3021.                            <span class="archive-link top-color fw-semibold"> non gamstop</span>
  3022.                        </a>
  3023.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3024.                    </div>
  3025.                
  3026.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3027.                        <a href="https://oncallfire.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3028.                            <i class="ti-angle-right me-2 text-primary"></i>
  3029.                            <span class="archive-link top-color fw-semibold"> new non GamStop casinos</span>
  3030.                        </a>
  3031.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3032.                    </div>
  3033.                
  3034.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3035.                        <a href="https://www.falconryforum.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3036.                            <i class="ti-angle-right me-2 text-primary"></i>
  3037.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop uk</span>
  3038.                        </a>
  3039.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3040.                    </div>
  3041.                
  3042.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3043.                        <a href="https://hisbe.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3044.                            <i class="ti-angle-right me-2 text-primary"></i>
  3045.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  3046.                        </a>
  3047.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3048.                    </div>
  3049.                
  3050.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3051.                        <a href="https://citytosea.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3052.                            <i class="ti-angle-right me-2 text-primary"></i>
  3053.                            <span class="archive-link top-color fw-semibold"> betting sites not on gamstop</span>
  3054.                        </a>
  3055.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3056.                    </div>
  3057.                
  3058.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3059.                        <a href="https://thisables.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3060.                            <i class="ti-angle-right me-2 text-primary"></i>
  3061.                            <span class="archive-link top-color fw-semibold"> non gamstop bingo</span>
  3062.                        </a>
  3063.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3064.                    </div>
  3065.                
  3066.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3067.                        <a href="https://stmargarets.london/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3068.                            <i class="ti-angle-right me-2 text-primary"></i>
  3069.                            <span class="archive-link top-color fw-semibold"> best non Gamstop casinos</span>
  3070.                        </a>
  3071.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3072.                    </div>
  3073.                
  3074.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3075.                        <a href="https://www.regionalnetworks.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3076.                            <i class="ti-angle-right me-2 text-primary"></i>
  3077.                            <span class="archive-link top-color fw-semibold"> Casino Not on Gamstop</span>
  3078.                        </a>
  3079.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3080.                    </div>
  3081.                
  3082.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3083.                        <a href="https://www.ferranti-technologies.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3084.                            <i class="ti-angle-right me-2 text-primary"></i>
  3085.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  3086.                        </a>
  3087.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3088.                    </div>
  3089.                
  3090.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3091.                        <a href="https://www.aipce.net/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3092.                            <i class="ti-angle-right me-2 text-primary"></i>
  3093.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  3094.                        </a>
  3095.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3096.                    </div>
  3097.                
  3098.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3099.                        <a href="https://www.roadpeace.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3100.                            <i class="ti-angle-right me-2 text-primary"></i>
  3101.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  3102.                        </a>
  3103.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3104.                    </div>
  3105.                
  3106.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3107.                        <a href="https://roadpeace.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3108.                            <i class="ti-angle-right me-2 text-primary"></i>
  3109.                            <span class="archive-link top-color fw-semibold"> casino</span>
  3110.                        </a>
  3111.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3112.                    </div>
  3113.                
  3114.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3115.                        <a href="https://www.taysideaviation.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3116.                            <i class="ti-angle-right me-2 text-primary"></i>
  3117.                            <span class="archive-link top-color fw-semibold"> non gamstop bookies</span>
  3118.                        </a>
  3119.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3120.                    </div>
  3121.                
  3122.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3123.                        <a href="https://itechlabs.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3124.                            <i class="ti-angle-right me-2 text-primary"></i>
  3125.                            <span class="archive-link top-color fw-semibold"> non gamstop sports betting</span>
  3126.                        </a>
  3127.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3128.                    </div>
  3129.                
  3130.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3131.                        <a href="https://financialservicescultureboard.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3132.                            <i class="ti-angle-right me-2 text-primary"></i>
  3133.                            <span class="archive-link top-color fw-semibold"> non gamstop sports betting sites</span>
  3134.                        </a>
  3135.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3136.                    </div>
  3137.                
  3138.                </div>
  3139.                
  3140.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3141.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3142.                        <i class="ti-archive me-1"></i>View All Archives
  3143.                    </a>
  3144.                </div> -->
  3145.            </div>
  3146.        </div>
  3147.        
  3148.       <div class="sidebar-widget mb-4">
  3149.            <div class="widget-title-wrapper mb-3">
  3150.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3151.                    <div class="title-border"></div>
  3152.                    <i class="ti-folder me-2"></i>February 2026 Blog Roll
  3153.                </h4>
  3154.            </div>
  3155.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  3156.                <div class="archives-list scrollable-sidebar">
  3157.                    
  3158.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3159.                        <a href="https://kam-media.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3160.                            <i class="ti-angle-right me-2 text-primary"></i>
  3161.                            <span class="archive-link top-color fw-semibold"> top 20 online casinos uk</span>
  3162.                        </a>
  3163.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3164.                    </div>
  3165.                
  3166.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3167.                        <a href="https://glasgowmuseumsslavery.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3168.                            <i class="ti-angle-right me-2 text-primary"></i>
  3169.                            <span class="archive-link top-color fw-semibold"> top 10 online casinos</span>
  3170.                        </a>
  3171.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3172.                    </div>
  3173.                
  3174.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3175.                        <a href="https://www.roadpeace.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3176.                            <i class="ti-angle-right me-2 text-primary"></i>
  3177.                            <span class="archive-link top-color fw-semibold"> slots</span>
  3178.                        </a>
  3179.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3180.                    </div>
  3181.                
  3182.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3183.                        <a href="https://www.bshg.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3184.                            <i class="ti-angle-right me-2 text-primary"></i>
  3185.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  3186.                        </a>
  3187.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3188.                    </div>
  3189.                
  3190.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3191.                        <a href="https://unbound.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3192.                            <i class="ti-angle-right me-2 text-primary"></i>
  3193.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  3194.                        </a>
  3195.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3196.                    </div>
  3197.                
  3198.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3199.                        <a href="https://esports-news.co.uk/betting-sites/non-gamstop/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3200.                            <i class="ti-angle-right me-2 text-primary"></i>
  3201.                            <span class="archive-link top-color fw-semibold"> betting sites not on gamstop</span>
  3202.                        </a>
  3203.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3204.                    </div>
  3205.                
  3206.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3207.                        <a href="https://www.mesaonline.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3208.                            <i class="ti-angle-right me-2 text-primary"></i>
  3209.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  3210.                        </a>
  3211.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3212.                    </div>
  3213.                
  3214.                </div>
  3215.                
  3216.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3217.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3218.                        <i class="ti-archive me-1"></i>View All Archives
  3219.                    </a>
  3220.                </div> -->
  3221.            </div>
  3222.        </div>
  3223.        
  3224.  
  3225.       <!-- <div class="sidebar-widget mb-5">
  3226.            <div class="widget-title-wrapper mb-3">
  3227.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3228.                    <div class="title-border"></div>
  3229.                    <i class="ti-folder me-2"></i>Blog Archives
  3230.                </h4>
  3231.            </div>
  3232.            <div class="widget-content border border-color shadow-sm rounded-3 p-4">
  3233.                <div class="archives-list">
  3234.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3235.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3236.                            <i class="ti-angle-right me-2 text-primary"></i>
  3237.                            <span class="archive-link top-color fw-semibold">August 2025</span>
  3238.                        </a>
  3239.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span>
  3240.                    </div>
  3241.  
  3242.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3243.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3244.                            <i class="ti-angle-right me-2 text-primary"></i>
  3245.                            <span class="archive-link top-color fw-semibold">July 2025</span>
  3246.                        </a>
  3247.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">31 posts</span>
  3248.                    </div>
  3249.  
  3250.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3251.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3252.                            <i class="ti-angle-right me-2 text-primary"></i>
  3253.                            <span class="archive-link top-color fw-semibold">June 2025</span>
  3254.                        </a>
  3255.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">28 posts</span>
  3256.                    </div>
  3257.  
  3258.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3259.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3260.                            <i class="ti-angle-right me-2 text-primary"></i>
  3261.                            <span class="archive-link top-color fw-semibold">May 2025</span>
  3262.                        </a>
  3263.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">35 posts</span>
  3264.                    </div>
  3265.  
  3266.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3267.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3268.                            <i class="ti-angle-right me-2 text-primary"></i>
  3269.                            <span class="archive-link top-color fw-semibold">April 2025</span>
  3270.                        </a>
  3271.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">29 posts</span>
  3272.                    </div>
  3273.  
  3274.                    <div class="archive-item d-flex justify-content-between align-items-center">
  3275.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3276.                            <i class="ti-angle-right me-2 text-primary"></i>
  3277.                            <span class="archive-link top-color fw-semibold">March 2025</span>
  3278.                        </a>
  3279.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">27 posts</span>
  3280.                    </div>
  3281.                </div>
  3282.                
  3283.                <div class="text-center mt-4 pt-3 border-top border-color">
  3284.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3285.                        <i class="ti-archive me-1"></i>View All Archives
  3286.                    </a>
  3287.                </div>
  3288.            </div>
  3289.        </div> -->
  3290.  
  3291.        <div class="sidebar-widget mb-4">
  3292.            <div class="widget-title-wrapper mb-3">
  3293.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3294.                    <div class="title-border-primary"></div>
  3295.                    <i class="ti-star me-2"></i>Popular Posts
  3296.                </h4>
  3297.            </div>
  3298.            <div class="widget-content border border-color shadow-sm rounded-3 p-4">
  3299.                <div class="popular-post-list">
  3300.                    
  3301.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3302.                        <div class="post-content flex-grow-1">
  3303.                            <h6 class="post-title mb-1">
  3304.                                 <a href="/olympian-and-other-eritreans-released-after-nearly-two-decades-without-trial-family-members-say/" class="text-decoration-none top-color fw-semibold lh-sm">
  3305.                                            Olympian and Other Eritreans Released After Nearly Two Decades Without Trial, Family Members Say
  3306.                                            </a>
  3307.                            </h6>
  3308.                            <div class="post-meta">
  3309.                                <small class="text-muted">
  3310.                                    <i class="ti-calendar me-1"></i>13 May 2026
  3311.                                </small>
  3312.                                <!-- <small class="text-muted ms-3">
  3313.                                    <i class="ti-eye me-1"></i>1,234 views
  3314.                                </small> -->
  3315.                            </div>
  3316.                        </div>
  3317.                    </div>
  3318.                    
  3319.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3320.                        <div class="post-content flex-grow-1">
  3321.                            <h6 class="post-title mb-1">
  3322.                                 <a href="/the-kpop-demon-hunters-series-floats-to-make-a-grand-appearance-at-the-iconic-thanksgiving-parade/" class="text-decoration-none top-color fw-semibold lh-sm">
  3323.                                            The KPop Demon Hunters Series Floats to Make a Grand Appearance at the Iconic Thanksgiving Parade
  3324.                                            </a>
  3325.                            </h6>
  3326.                            <div class="post-meta">
  3327.                                <small class="text-muted">
  3328.                                    <i class="ti-calendar me-1"></i>12 May 2026
  3329.                                </small>
  3330.                                <!-- <small class="text-muted ms-3">
  3331.                                    <i class="ti-eye me-1"></i>1,234 views
  3332.                                </small> -->
  3333.                            </div>
  3334.                        </div>
  3335.                    </div>
  3336.                    
  3337.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3338.                        <div class="post-content flex-grow-1">
  3339.                            <h6 class="post-title mb-1">
  3340.                                 <a href="/the-music-streaming-giants-wrapped-launch-date-plus-key-inquiries-explained/" class="text-decoration-none top-color fw-semibold lh-sm">
  3341.                                            The Music Streaming Giant&#x27;s Wrapped: Launch Date plus Key Inquiries Explained
  3342.                                            </a>
  3343.                            </h6>
  3344.                            <div class="post-meta">
  3345.                                <small class="text-muted">
  3346.                                    <i class="ti-calendar me-1"></i>12 May 2026
  3347.                                </small>
  3348.                                <!-- <small class="text-muted ms-3">
  3349.                                    <i class="ti-eye me-1"></i>1,234 views
  3350.                                </small> -->
  3351.                            </div>
  3352.                        </div>
  3353.                    </div>
  3354.                    
  3355.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3356.                        <div class="post-content flex-grow-1">
  3357.                            <h6 class="post-title mb-1">
  3358.                                 <a href="/peaceful-end-to-messis-india-tour-after-unrest-in-kolkata/" class="text-decoration-none top-color fw-semibold lh-sm">
  3359.                                            Peaceful End to Messi&#x27;s India Tour After Unrest in Kolkata
  3360.                                            </a>
  3361.                            </h6>
  3362.                            <div class="post-meta">
  3363.                                <small class="text-muted">
  3364.                                    <i class="ti-calendar me-1"></i>12 May 2026
  3365.                                </small>
  3366.                                <!-- <small class="text-muted ms-3">
  3367.                                    <i class="ti-eye me-1"></i>1,234 views
  3368.                                </small> -->
  3369.                            </div>
  3370.                        </div>
  3371.                    </div>
  3372.                    
  3373.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3374.                        <div class="post-content flex-grow-1">
  3375.                            <h6 class="post-title mb-1">
  3376.                                 <a href="/brian-harris-obituary-a-life-behind-the-camera/" class="text-decoration-none top-color fw-semibold lh-sm">
  3377.                                            Brian Harris Obituary: A Life Behind the Camera
  3378.                                            </a>
  3379.                            </h6>
  3380.                            <div class="post-meta">
  3381.                                <small class="text-muted">
  3382.                                    <i class="ti-calendar me-1"></i>12 May 2026
  3383.                                </small>
  3384.                                <!-- <small class="text-muted ms-3">
  3385.                                    <i class="ti-eye me-1"></i>1,234 views
  3386.                                </small> -->
  3387.                            </div>
  3388.                        </div>
  3389.                    </div>
  3390.                    
  3391.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3392.                        <div class="post-content flex-grow-1">
  3393.                            <h6 class="post-title mb-1">
  3394.                                 <a href="/new-yorks-met-museum-confronts-legal-action-over-reportedly-nazi-plundered-van-gogh-artwork/" class="text-decoration-none top-color fw-semibold lh-sm">
  3395.                                            New York&#x27;s Met Museum Confronts Legal Action Over Reportedly Nazi-Plundered Van Gogh Artwork
  3396.                                            </a>
  3397.                            </h6>
  3398.                            <div class="post-meta">
  3399.                                <small class="text-muted">
  3400.                                    <i class="ti-calendar me-1"></i>12 May 2026
  3401.                                </small>
  3402.                                <!-- <small class="text-muted ms-3">
  3403.                                    <i class="ti-eye me-1"></i>1,234 views
  3404.                                </small> -->
  3405.                            </div>
  3406.                        </div>
  3407.                    </div>
  3408.                    
  3409.  
  3410.                </div>
  3411.                
  3412.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3413.                    <a href="#" class="btn btn-primary top-color btn-sm px-whtext-white rounded-pill">
  3414.                        <i class="ti-trophy me-1"></i>View All Popular
  3415.                    </a>
  3416.                </div> -->
  3417.            </div>
  3418.        </div>
  3419.  
  3420. </div>
  3421.  
  3422. <style>
  3423.     .widget-content {
  3424.        margin-top: -1px;
  3425.        position: relative;
  3426.        z-index: 1;
  3427.         background-color: var(--card-bg);
  3428.    }
  3429. </style>
  3430.  
  3431.    
  3432.            </div>
  3433.        </div>
  3434.    </div> <!-- end container -->
  3435. </section>
  3436.  
  3437.    
  3438.        
  3439.        <!-- end wpo-blog-highlights-section -->
  3440.        <!-- start wpo-blog-sponsored-section -->
  3441.        
  3442.  
  3443.  
  3444.  
  3445.    
  3446.  
  3447.  
  3448.  <style>
  3449.    .sponsored-section-v7 {
  3450.      padding: 50px 0;
  3451.    }
  3452.    
  3453.    .sponsored-card-v7 {
  3454.      background: #fafafa;
  3455.      border: none;
  3456.      transition: transform 0.3s ease;
  3457.      height: 100%;
  3458.    }
  3459.    
  3460.    .sponsored-card-v7:hover {
  3461.      transform: translateY(-3px);
  3462.    }
  3463.    
  3464.    .sponsored-image-v7 {
  3465.      position: relative;
  3466.      height: 160px;
  3467.    }
  3468.    
  3469.    .sponsored-image-v7 img {
  3470.      width: 100%;
  3471.      height: 100%;
  3472.      object-fit: cover;
  3473.      border-radius: 10px; /* Apply curve to image */
  3474.    }
  3475.    
  3476.    .sponsored-badge-v7 {
  3477.      position: absolute;
  3478.      bottom: 10px; /* pehle -30px tha; need be adjust kar lena */
  3479.      left: 10px;
  3480.      z-index: 10;
  3481.    
  3482.      /* pill look */
  3483.      display: inline-flex; /* vertical centering */
  3484.      align-items: center;
  3485.      justify-content: center;
  3486.      padding: 8px 16px; /* width = content + padding */
  3487.      border-radius: 999px; /* full pill */
  3488.      white-space: nowrap; /* ek hi line me rahe */
  3489.      /* text */
  3490.      font-size: 12px;
  3491.      text-transform: uppercase;
  3492.      letter-spacing: 0.5px;
  3493.      line-height: 1;
  3494.      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  3495.    }
  3496.    
  3497.    /* optional: icon ke saath thoda gap */
  3498.    .sponsored-badge-v7 i,
  3499.    .sponsored-badge-v7 .icon {
  3500.      margin-right: 8px;
  3501.      font-size: 14px;
  3502.      line-height: 1;
  3503.    }
  3504.    
  3505.    .sponsored-content-v7 {
  3506.      padding: 40px 15px 15px; /* Increased top padding to accommodate larger badge */
  3507.    }
  3508.    
  3509.    .sponsored-title-v7 {
  3510.      font-size: 15px;
  3511.      font-weight: 700;
  3512.      line-height: 1.4;
  3513.      margin-bottom: 8px;
  3514.      color: #333;
  3515.    }
  3516.    
  3517.    .sponsored-title-v7 a {
  3518.      text-decoration: none;
  3519.      font-size: 16px;
  3520.      color: var(--topbar-color);
  3521.    }
  3522.    
  3523.    .sponsored-title-v7 a:hover {
  3524.      color: var(--bs-primary); /* Green hover */
  3525.    }
  3526.    
  3527.    .sponsored-excerpt-v7 {
  3528.      font-size: 12px;
  3529.      font-weight: 400;
  3530.      color:  var(--topbar-color);;
  3531.      margin-bottom: 10px;
  3532.      line-height: 1.5;
  3533.    }
  3534.    
  3535.    .sponsored-meta-v7 {
  3536.      font-size: 11px;
  3537.       color: var(--topbar-color);;
  3538.    }
  3539.    
  3540.    .author-info-v7 {
  3541.      margin-bottom: 5px;
  3542.    }
  3543.    
  3544.    .sponsored-author-img-v7 {
  3545.      width: 30px;
  3546.      height: 30px;
  3547.      border-radius: 50%;
  3548.      object-fit: cover;
  3549.      vertical-align: middle;
  3550.      margin-right: 5px;
  3551.    }
  3552.    
  3553.    .section-title-sponsored-v7 {
  3554.      font-size: 1.9rem;
  3555.      font-weight: 600;
  3556.      text-align: center;
  3557.      margin-bottom: 30px;
  3558.      color: #333;
  3559.      position: relative;
  3560.    }
  3561.    
  3562.    .section-title-sponsored-v7::after {
  3563.      content: '';
  3564.      position: absolute;
  3565.      bottom: -8px;
  3566.      left: 50%;
  3567.      transform: translateX(-50%);
  3568.      width: 100px;
  3569.      height: 3px;
  3570.      background: var(--bs-primary);
  3571.    }
  3572.    
  3573.    @media (max-width: 768px) {
  3574.      .sponsored-section-v7 {
  3575.        padding: 30px 0;
  3576.      }
  3577.      .sponsored-image-v7 {
  3578.        height: 120px;
  3579.      }
  3580.      .sponsored-content-v7 {
  3581.        padding: 35px 12px 12px;
  3582.      }
  3583.  
  3584.      .sponsored-title-v7 {
  3585.        font-size: 14px;
  3586.      }
  3587.      .sponsored-excerpt-v7 {
  3588.        font-size: 11px;
  3589.      }
  3590.      .section-title-sponsored-v7 {
  3591.        font-size: 1.6rem;
  3592.      }
  3593.    }
  3594.  </style>
  3595.  
  3596.  <section class="sponsored-section-v7">
  3597.    <div class="container-fluid fluid-container">
  3598.      <div class="row mb-3">
  3599.        <div class="col-12">
  3600.          <h2 class="section-title-sponsored-v7">Sponsored News</h2>
  3601.        </div>
  3602.      </div>
  3603.  
  3604.      <div class="row g-3 d-flex justify-content-center">
  3605.        
  3606.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3607.            <div class="card sponsored-card-v7">
  3608.              <div class="sponsored-image-v7">
  3609.                
  3610.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3611.                
  3612.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3613.              </div>
  3614.              <div class="sponsored-content-v7">
  3615.                <h3 class="sponsored-title-v7"><a href="/olympian-and-other-eritreans-released-after-nearly-two-decades-without-trial-family-members-say/">Olympian and Other Eritreans Released After Nearly Two Decades Without Trial, Family Members Say</a></h3>
  3616.                <p class="sponsored-excerpt-v7 "></p>
  3617.                <div class="sponsored-meta-v7">
  3618.                  <div class="author-info-v7">
  3619.                    
  3620.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Nicole Young" class="sponsored-author-img-v7" />
  3621.                    
  3622.                    <span>Nicole Young</span>
  3623.                  </div>
  3624.                  <div>13 May 2026</div>
  3625.                </div>
  3626.              </div>
  3627.            </div>
  3628.          </div>
  3629.        
  3630.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3631.            <div class="card sponsored-card-v7">
  3632.              <div class="sponsored-image-v7">
  3633.                
  3634.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3635.                
  3636.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3637.              </div>
  3638.              <div class="sponsored-content-v7">
  3639.                <h3 class="sponsored-title-v7"><a href="/the-kpop-demon-hunters-series-floats-to-make-a-grand-appearance-at-the-iconic-thanksgiving-parade/">The KPop Demon Hunters Series Floats to Make a Grand Appearance at the Iconic Thanksgiving Parade</a></h3>
  3640.                <p class="sponsored-excerpt-v7 "></p>
  3641.                <div class="sponsored-meta-v7">
  3642.                  <div class="author-info-v7">
  3643.                    
  3644.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Nicole Young" class="sponsored-author-img-v7" />
  3645.                    
  3646.                    <span>Nicole Young</span>
  3647.                  </div>
  3648.                  <div>12 May 2026</div>
  3649.                </div>
  3650.              </div>
  3651.            </div>
  3652.          </div>
  3653.        
  3654.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3655.            <div class="card sponsored-card-v7">
  3656.              <div class="sponsored-image-v7">
  3657.                
  3658.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3659.                
  3660.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3661.              </div>
  3662.              <div class="sponsored-content-v7">
  3663.                <h3 class="sponsored-title-v7"><a href="/the-music-streaming-giants-wrapped-launch-date-plus-key-inquiries-explained/">The Music Streaming Giant&#x27;s Wrapped: Launch Date plus Key Inquiries Explained</a></h3>
  3664.                <p class="sponsored-excerpt-v7 "></p>
  3665.                <div class="sponsored-meta-v7">
  3666.                  <div class="author-info-v7">
  3667.                    
  3668.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Nicole Young" class="sponsored-author-img-v7" />
  3669.                    
  3670.                    <span>Nicole Young</span>
  3671.                  </div>
  3672.                  <div>12 May 2026</div>
  3673.                </div>
  3674.              </div>
  3675.            </div>
  3676.          </div>
  3677.        
  3678.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3679.            <div class="card sponsored-card-v7">
  3680.              <div class="sponsored-image-v7">
  3681.                
  3682.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3683.                
  3684.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3685.              </div>
  3686.              <div class="sponsored-content-v7">
  3687.                <h3 class="sponsored-title-v7"><a href="/peaceful-end-to-messis-india-tour-after-unrest-in-kolkata/">Peaceful End to Messi&#x27;s India Tour After Unrest in Kolkata</a></h3>
  3688.                <p class="sponsored-excerpt-v7 "></p>
  3689.                <div class="sponsored-meta-v7">
  3690.                  <div class="author-info-v7">
  3691.                    
  3692.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Nicole Young" class="sponsored-author-img-v7" />
  3693.                    
  3694.                    <span>Nicole Young</span>
  3695.                  </div>
  3696.                  <div>12 May 2026</div>
  3697.                </div>
  3698.              </div>
  3699.            </div>
  3700.          </div>
  3701.        
  3702.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3703.            <div class="card sponsored-card-v7">
  3704.              <div class="sponsored-image-v7">
  3705.                
  3706.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3707.                
  3708.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3709.              </div>
  3710.              <div class="sponsored-content-v7">
  3711.                <h3 class="sponsored-title-v7"><a href="/brian-harris-obituary-a-life-behind-the-camera/">Brian Harris Obituary: A Life Behind the Camera</a></h3>
  3712.                <p class="sponsored-excerpt-v7 "></p>
  3713.                <div class="sponsored-meta-v7">
  3714.                  <div class="author-info-v7">
  3715.                    
  3716.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Nicole Young" class="sponsored-author-img-v7" />
  3717.                    
  3718.                    <span>Nicole Young</span>
  3719.                  </div>
  3720.                  <div>12 May 2026</div>
  3721.                </div>
  3722.              </div>
  3723.            </div>
  3724.          </div>
  3725.        
  3726.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3727.            <div class="card sponsored-card-v7">
  3728.              <div class="sponsored-image-v7">
  3729.                
  3730.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3731.                
  3732.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3733.              </div>
  3734.              <div class="sponsored-content-v7">
  3735.                <h3 class="sponsored-title-v7"><a href="/new-yorks-met-museum-confronts-legal-action-over-reportedly-nazi-plundered-van-gogh-artwork/">New York&#x27;s Met Museum Confronts Legal Action Over Reportedly Nazi-Plundered Van Gogh Artwork</a></h3>
  3736.                <p class="sponsored-excerpt-v7 "></p>
  3737.                <div class="sponsored-meta-v7">
  3738.                  <div class="author-info-v7">
  3739.                    
  3740.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Nicole Young" class="sponsored-author-img-v7" />
  3741.                    
  3742.                    <span>Nicole Young</span>
  3743.                  </div>
  3744.                  <div>12 May 2026</div>
  3745.                </div>
  3746.              </div>
  3747.            </div>
  3748.          </div>
  3749.        
  3750.      </div>
  3751.    </div>
  3752.  </section>
  3753.  
  3754.  
  3755.    
  3756.        <!-- end wpo-blog-sponsored-section -->
  3757.        <!-- start wpo-subscribe-section -->
  3758.        
  3759.        <!-- end subscribe-section -->
  3760.        <!-- start of wpo-site-footer-section -->
  3761.        
  3762.  
  3763.  
  3764.  
  3765.  
  3766.  
  3767.  
  3768. <!-- Footer V4 - Modern Corporate Design -->
  3769. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  3770.  
  3771.    <div class="container-fluid fluid-container">
  3772.        
  3773.        <!-- Content Sections -->
  3774.        <div class="content-sections">
  3775.            <div class="row g-5">
  3776.                
  3777.                <!-- Brand Column -->
  3778.                <div class="col-lg-4 col-md-12">
  3779.                    <div class="brand-section">
  3780.                        <div class="brand-header">
  3781.                            
  3782.                            <div class="brand-text">
  3783.                                <h3 class="brand-name">Vivid Exchange</h3>
  3784.                                <span class="brand-type">Digital Publication</span>
  3785.                            </div>
  3786.                        </div>
  3787.                        <p class="brand-description  text-lg-start ">
  3788.                            Discover fresh perspectives, innovative ideas, and engaging stories on creativity, lifestyle, and personal growth from the Vivid Exchange community in the UK.
  3789.                        </p>
  3790.                    </div>
  3791.                </div>
  3792.  
  3793.                <!-- Quick Links Column -->
  3794.               <div class="col-lg-4 col-md-6">
  3795.                    <div class="links-section">
  3796.                        <div class="section-title">
  3797.                            <h4 class="title-text">Resources</h4>
  3798.                            <div class="title-decoration"></div>
  3799.                        </div>
  3800.                        <div class="links-container">
  3801.                          
  3802. <div class="link-group">
  3803.    <ul class="link-list" id="externalLinks">
  3804.        
  3805.  
  3806.    
  3807.        
  3808.        
  3809.        
  3810.    </ul>
  3811. </div>
  3812.  
  3813.                        </div>
  3814.                    </div>
  3815.                </div>
  3816.  
  3817.                <!-- Categories Column -->
  3818.                <div class="col-lg-4 col-md-6">
  3819.                    <div class="categories-section">
  3820.                        <div class="section-title">
  3821.                            <h4 class="title-text">Explore Topics</h4>
  3822.                            <div class="title-decoration"></div>
  3823.                        </div>
  3824.                        <div class="categories-container">
  3825.                            <p class="categories-intro">Discover content organized by topics that interest you most.</p>
  3826.                            <div class="categories-cloud">
  3827.                                
  3828.                                <a href="/category/all-posts/" class="category-pill">
  3829.                                    All Posts
  3830.                                </a>
  3831.                                
  3832.                                <a href="/category/business/" class="category-pill">
  3833.                                    Business
  3834.                                </a>
  3835.                                
  3836.                                <a href="/category/esports/" class="category-pill">
  3837.                                    Esports
  3838.                                </a>
  3839.                                
  3840.                                <a href="/category/fashion/" class="category-pill">
  3841.                                    Fashion
  3842.                                </a>
  3843.                                
  3844.                                <a href="/category/featured/" class="category-pill">
  3845.                                    Featured
  3846.                                </a>
  3847.                                
  3848.                                <a href="/category/gaming/" class="category-pill">
  3849.                                    Gaming
  3850.                                </a>
  3851.                                
  3852.                                <a href="/category/health/" class="category-pill">
  3853.                                    Health
  3854.                                </a>
  3855.                                
  3856.                                <a href="/category/life-fitness/" class="category-pill">
  3857.                                    Life &amp; Fitness
  3858.                                </a>
  3859.                                
  3860.                            </div>
  3861.                        </div>
  3862.                    </div>
  3863.                </div>
  3864.  
  3865.            </div>
  3866.        </div>
  3867.  
  3868.        <!-- Footer Bottom -->
  3869.        <div class="footer-bottom">
  3870.            <div class="bottom-border"></div>
  3871.            <div class=" d-flex justify-content-between flex-wrap">
  3872.                <div>
  3873.                    <div class="copyright-info">
  3874.                        <p class="copyright-main">
  3875.                            Â© 2026 <span class="brand-highlight">Vivid Exchange</span>. All rights reserved.
  3876.                        </p>
  3877.                        <p class="copyright-sub">
  3878.                            Thoughtfully crafted content for curious minds worldwide.
  3879.                        </p>
  3880.                    </div>
  3881.                </div>
  3882.                <div>
  3883.                    <div class="footer-actions">
  3884.                        <div class="action-links">
  3885.                            <a href="/page/write-for-us/" class="action-link">
  3886.                                <i class="bi bi-shield-check"></i>
  3887.                                <span>Write For Us</span>
  3888.                            </a>
  3889.                            <a href="/page/terms-and-conditions/" class="action-link">
  3890.                                <i class="bi bi-shield-check"></i>
  3891.                                <span>Terms & Conditions</span>
  3892.                            </a>
  3893.                            <a href="/sitemap.xml" class="action-link">
  3894.                                <i class="bi bi-diagram-3"></i>
  3895.                                <span>Sitemap</span>
  3896.                            </a>
  3897.                        </div>
  3898.  
  3899.                    </div>
  3900.                </div>
  3901.            </div>
  3902.        </div>
  3903.  
  3904.    </div>
  3905.  
  3906.    
  3907.  
  3908. </footer>
  3909.  
  3910.  
  3911. <style>
  3912. /* Footer V4 - Modern Corporate Design */
  3913. .wpo-site-footer-v4 {
  3914.    color: var(--footer-color);
  3915.    margin-top: 100px;
  3916. }
  3917.  
  3918.  
  3919. .accent-line {
  3920.    position: absolute;
  3921.    top: 0;
  3922.    height: 100%;
  3923.    width: 33.333%;
  3924.    opacity: 0.8;
  3925. }
  3926.  
  3927. .accent-1 {
  3928.    left: 0;
  3929.    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
  3930.    animation: slideRight 3s ease-in-out infinite;
  3931. }
  3932.  
  3933. .accent-2 {
  3934.    left: 33.333%;
  3935.    background: linear-gradient(90deg, #8b5cf6, #7c3aed);
  3936.    animation: slideRight 3s ease-in-out infinite 1s;
  3937. }
  3938.  
  3939. .accent-3 {
  3940.    left: 66.666%;
  3941.    background: linear-gradient(90deg, #10b981, #059669);
  3942.    animation: slideRight 3s ease-in-out infinite 2s;
  3943. }
  3944.  
  3945. @keyframes slideRight {
  3946.    0%, 100% { transform: translateX(-10px); opacity: 0.6; }
  3947.    50% { transform: translateX(10px); opacity: 1; }
  3948. }
  3949.  
  3950. /* Content Sections */
  3951. .content-sections {
  3952.    padding: 60px 0;
  3953.    position: relative;
  3954.    z-index: 2;
  3955. }
  3956.  
  3957. /* Brand Section */
  3958. .brand-section {
  3959.    padding-right: 2rem;
  3960. }
  3961.  
  3962. .brand-header {
  3963.    display: flex;
  3964.    align-items: center;
  3965.    margin-bottom: 2rem;
  3966.    gap: 1rem;
  3967. }
  3968.  
  3969. .brand-logo {
  3970.    height: 50px;
  3971.    width: auto;
  3972.    border-radius: 8px;
  3973. }
  3974.  
  3975. .brand-name {
  3976.    font-size: 1.5rem;
  3977.    font-weight: 800;
  3978.    color: var(--footer-color) !important;
  3979.    margin: 0;
  3980. }
  3981.  
  3982. .brand-type {
  3983.    color: var(--footer-color) !important;
  3984.    opacity: 0.8;
  3985.    font-size: 0.85rem;
  3986.    font-weight: 500;
  3987.    text-transform: uppercase;
  3988.    letter-spacing: 0.5px;
  3989. }
  3990.  
  3991. .brand-description {
  3992.    color: var(--footer-color) !important;
  3993.    line-height: 1.7;
  3994.    margin-bottom: 2rem;
  3995.    font-size: 0.95rem;
  3996. }
  3997.  
  3998. .brand-stats {
  3999.    display: flex;
  4000.    align-items: center;
  4001.    gap: 1.5rem;
  4002. }
  4003.  
  4004. .stat-item {
  4005.    text-align: center;
  4006. }
  4007.  
  4008. .stat-number {
  4009.    font-size: 1.5rem;
  4010.    font-weight: 800;
  4011.    color: #3b82f6;
  4012.    display: block;
  4013.    line-height: 1;
  4014. }
  4015.  
  4016. .stat-label {
  4017.    font-size: 0.8rem;
  4018.    color: #94a3b8;
  4019.    margin-top: 0.25rem;
  4020. }
  4021.  
  4022. .stat-divider {
  4023.    width: 1px;
  4024.    height: 40px;
  4025.    background: rgba(255, 255, 255, 0.2);
  4026. }
  4027.  
  4028. /* Links Section */
  4029. .links-section {
  4030.    padding-left: 1rem;
  4031.    padding-right: 1rem;
  4032. }
  4033.  
  4034. .section-title {
  4035.    margin-bottom: 2rem;
  4036.    position: relative;
  4037. }
  4038.  
  4039. .title-text {
  4040.    font-size: 1.3rem;
  4041.    font-weight: 700;
  4042.    color: var(--footer-color) !important;
  4043.    margin-bottom: 0.5rem;
  4044.    text-align: justify !important;
  4045. }
  4046.  
  4047.  
  4048. .link-group {
  4049.    margin-bottom: 2rem;
  4050. }
  4051.  
  4052. .group-title {
  4053.    font-size: 1rem;
  4054.    font-weight: 600;
  4055.    color: #f1f5f9;
  4056.    margin-bottom: 1rem;
  4057.    padding-bottom: 0.5rem;
  4058.    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  4059. }
  4060.  
  4061. .link-list {
  4062.    list-style: none;
  4063.    padding: 0;
  4064.    margin: 0;
  4065. }
  4066.  
  4067. .link-item {
  4068.    margin-bottom: 0.75rem;
  4069. }
  4070.  
  4071. .link-text {
  4072.    color: var(--footer-color) !important;
  4073.    text-decoration: none;
  4074.    font-size: 0.9rem;
  4075.    display: flex;
  4076.    align-items: center;
  4077.    transition: all 0.3s ease;
  4078.    padding: 0.25rem 0;
  4079. }
  4080.  
  4081. .link-text:hover {
  4082.    color: #3b82f6;
  4083.    padding-left: 0.5rem;
  4084. }
  4085.  
  4086. .link-icon {
  4087.    margin-right: 0.5rem;
  4088.    opacity: 0;
  4089.    transition: opacity 0.3s ease;
  4090. }
  4091.  
  4092. .link-text:hover .link-icon {
  4093.    opacity: 1;
  4094. }
  4095.  
  4096. .external-icon {
  4097.    color: #10b981;
  4098. }
  4099.  
  4100. /* Categories Section */
  4101. .categories-section {
  4102.    padding-left: 1rem;
  4103. }
  4104.  
  4105. .categories-intro {
  4106.    color: #cbd5e1;
  4107.    margin-bottom: 1.5rem;
  4108.    font-size: 0.9rem;
  4109. }
  4110.  
  4111. .categories-cloud {
  4112.    display: flex;
  4113.    flex-wrap: wrap;
  4114.    gap: 0.75rem;
  4115. }
  4116.  
  4117. .category-pill {
  4118.    display: inline-block;
  4119.    padding: 0.5rem 1rem;
  4120.    background: rgba(255, 255, 255, 0.1);
  4121.    border: 1px solid rgba(255, 255, 255, 0.2);
  4122.    border-radius: 20px;
  4123.    color:  var(--footer-color) !important;
  4124.    text-decoration: none;
  4125.    font-size: 0.85rem;
  4126.    opacity: 0.7;
  4127.    font-weight: 500;
  4128.    transition: all 0.3s ease;
  4129. }
  4130.  
  4131. .category-pill:hover {
  4132.    background: #3b82f6;
  4133.    border-color: #3b82f6;
  4134.    color: var(--footer-color) !important;
  4135.    opacity: 1;
  4136.    transform: translateY(-1px);
  4137.    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
  4138. }
  4139.  
  4140. /* Footer Bottom */
  4141. .footer-bottom {
  4142.    padding: 2rem 0;
  4143.    position: relative;
  4144.    z-index: 2;
  4145. }
  4146.  
  4147. .bottom-border {
  4148.    height: 1px;
  4149.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  4150.    margin-bottom: 2rem;
  4151. }
  4152.  
  4153. .copyright-main {
  4154.    font-size: 1rem;
  4155.    color: #e2e8f0;
  4156.    margin-bottom: 0.25rem;
  4157. }
  4158.  
  4159. .brand-highlight {
  4160.    color: var(--footer-color);
  4161.    font-weight: 700;
  4162. }
  4163.  
  4164. .copyright-sub {
  4165.    font-size: 0.85rem;
  4166.    color: #94a3b8;
  4167.    margin: 0;
  4168. }
  4169.  
  4170. .footer-actions {
  4171.    display: flex;
  4172.    align-items: center;
  4173.    gap: 2rem;
  4174. }
  4175.  
  4176. .action-links {
  4177.    display: flex;
  4178.    gap: 1.5rem;
  4179. }
  4180.  
  4181. .action-link {
  4182.    display: flex;
  4183.    align-items: center;
  4184.    gap: 0.5rem;
  4185.    color: #cbd5e1;
  4186.    text-decoration: none;
  4187.    font-size: 0.9rem;
  4188.    transition: color 0.3s ease;
  4189. }
  4190.  
  4191. .action-link:hover {
  4192.    color: #3b82f6;
  4193. }
  4194.  
  4195. .scroll-to-top-btn {
  4196.    background: rgba(255, 255, 255, 0.1);
  4197.    border: 1px solid rgba(255, 255, 255, 0.2);
  4198.    color: #cbd5e1;
  4199.    width: 44px;
  4200.    height: 44px;
  4201.    border-radius: 12px;
  4202.    cursor: pointer;
  4203.    transition: all 0.3s ease;
  4204.    display: flex;
  4205.    align-items: center;
  4206.    justify-content: center;
  4207. }
  4208.  
  4209. .scroll-to-top-btn:hover {
  4210.    background: #3b82f6;
  4211.    border-color: #3b82f6;
  4212.    color: white;
  4213.    transform: translateY(-2px);
  4214. }
  4215.  
  4216. /* Background Pattern */
  4217. .footer-pattern {
  4218.    position: absolute;
  4219.    top: 0;
  4220.    left: 0;
  4221.    width: 100%;
  4222.    height: 100%;
  4223.    z-index: 1;
  4224.    overflow: hidden;
  4225. }
  4226.  
  4227. .pattern-grid {
  4228.    position: relative;
  4229.    width: 100%;
  4230.    height: 100%;
  4231. }
  4232.  
  4233. .pattern-dot {
  4234.    position: absolute;
  4235.    width: 2px;
  4236.    height: 2px;
  4237.    background: rgba(255, 255, 255, 0.1);
  4238.    border-radius: 50%;
  4239. }
  4240.  
  4241. .pattern-dot:nth-child(1) { top: 20%; left: 10%; }
  4242. .pattern-dot:nth-child(2) { top: 40%; right: 15%; }
  4243. .pattern-dot:nth-child(3) { top: 60%; left: 70%; }
  4244. .pattern-dot:nth-child(4) { bottom: 30%; right: 30%; }
  4245. .pattern-dot:nth-child(5) { bottom: 50%; left: 40%; }
  4246. .pattern-dot:nth-child(6) { top: 80%; right: 60%; }
  4247.  
  4248. /* Responsive Design */
  4249. @media (max-width: 992px) {
  4250.    .newsletter-heading {
  4251.        font-size: 2rem;
  4252.    }
  4253.    
  4254.    .brand-section {
  4255.        padding-right: 0;
  4256.        margin-bottom: 3rem;
  4257.    }
  4258.    
  4259.    .links-section, .categories-section {
  4260.        padding-left: 0;
  4261.        padding-right: 0;
  4262.    }
  4263.    
  4264.    .brand-stats {
  4265.        justify-content: center;
  4266.        margin-top: 2rem;
  4267.    }
  4268. }
  4269.  
  4270. @media (max-width: 768px) {
  4271.    .newsletter-section {
  4272.        padding: 60px 0 40px;
  4273.    }
  4274.    
  4275.    .newsletter-container {
  4276.        padding: 2rem 1.5rem;
  4277.        margin: 0 1rem;
  4278.    }
  4279.    
  4280.    .newsletter-heading {
  4281.        font-size: 1.75rem;
  4282.    }
  4283.    
  4284.    .content-sections {
  4285.        padding: 40px 0;
  4286.    }
  4287.    
  4288.    .brand-header {
  4289.        flex-direction: column;
  4290.        text-align: center;
  4291.    }
  4292.    
  4293.    .footer-actions {
  4294.        flex-direction: column;
  4295.        gap: 1rem;
  4296.        margin-top: 1.5rem;
  4297.    }
  4298.    
  4299.    .action-links {
  4300.        order: 2;
  4301.    }
  4302.    
  4303.    .scroll-to-top-btn {
  4304.        order: 1;
  4305.    }
  4306. }
  4307.  
  4308. @media (max-width: 576px) {
  4309.    .newsletter-container {
  4310.        padding: 1.5rem 1rem;
  4311.    }
  4312.    
  4313.    .newsletter-heading {
  4314.        font-size: 1.5rem;
  4315.    }
  4316.    
  4317.    .brand-stats {
  4318.        flex-direction: column;
  4319.        gap: 1rem;
  4320.    }
  4321.    
  4322.    .stat-divider {
  4323.        width: 40px;
  4324.        height: 1px;
  4325.    }
  4326.    
  4327.    .action-links {
  4328.        flex-direction: column;
  4329.        gap: 0.75rem;
  4330.        text-align: center;
  4331.    }
  4332.    
  4333.    .pattern-dot {
  4334.        display: none;
  4335.    }
  4336. }
  4337. </style>
  4338.  
  4339. <!-- Bootstrap 5 JS -->
  4340.  
  4341. <script>
  4342. // Scroll to Top Function
  4343. document.addEventListener('DOMContentLoaded', function () {
  4344.    var btn = document.getElementById('toggleExternal');
  4345.    if (!btn) return; // No extra items, no button
  4346.  
  4347.    var extras = document.querySelectorAll('#externalLinks li.extra');
  4348.  
  4349.    btn.addEventListener('click', function () {
  4350.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4351.            return li.classList.contains('d-none');
  4352.        });
  4353.  
  4354.        extras.forEach(function (li) {
  4355.            if (anyHidden) {
  4356.                li.classList.remove('d-none');
  4357.                li.classList.add('show');
  4358.            } else {
  4359.                li.classList.add('d-none');
  4360.                li.classList.remove('show');
  4361.            }
  4362.        });
  4363.  
  4364.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4365.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4366.    });
  4367. });
  4368. function scrollToTop() {
  4369.    window.scrollTo({
  4370.        top: 0,
  4371.        behavior: 'smooth'
  4372.    });
  4373. }
  4374.  
  4375. // Initialize Footer V4 Features
  4376. document.addEventListener('DOMContentLoaded', function() {
  4377.    
  4378.    // Newsletter Form Handling
  4379.    const newsletterForm = document.querySelector('.newsletter-form');
  4380.    const emailInput = document.querySelector('.form-input');
  4381.    const submitButton = document.querySelector('.submit-button');
  4382.    const successMessage = document.querySelector('.success-message');
  4383.    const errorMessage = document.querySelector('.error-message');
  4384.    const infoMessage = document.querySelector('.info-message');
  4385.    
  4386.    if (newsletterForm && emailInput && submitButton) {
  4387.        
  4388.        // Form submission
  4389.        newsletterForm.addEventListener('submit', function(e) {
  4390.            e.preventDefault();
  4391.            
  4392.            const email = emailInput.value.trim();
  4393.            
  4394.            // Validate email
  4395.            if (!email || !isValidEmail(email)) {
  4396.                showMessage('error');
  4397.                emailInput.focus();
  4398.                return;
  4399.            }
  4400.            
  4401.            // Show loading state
  4402.            const originalText = submitButton.querySelector('.button-text').textContent;
  4403.            const originalIcon = submitButton.querySelector('.button-icon').innerHTML;
  4404.            
  4405.            submitButton.disabled = true;
  4406.            submitButton.querySelector('.button-text').textContent = 'Subscribing...';
  4407.            submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-arrow-clockwise"></i>';
  4408.            submitButton.querySelector('.button-icon i').style.animation = 'spin 1s linear infinite';
  4409.            
  4410.            // Simulate API call
  4411.            setTimeout(() => {
  4412.                // Success state
  4413.                submitButton.querySelector('.button-text').textContent = 'Subscribed!';
  4414.                submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-check-lg"></i>';
  4415.                submitButton.querySelector('.button-icon i').style.animation = 'none';
  4416.                submitButton.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  4417.                
  4418.                showMessage('success');
  4419.                
  4420.                // Reset after delay
  4421.                setTimeout(() => {
  4422.                    submitButton.querySelector('.button-text').textContent = originalText;
  4423.                    submitButton.querySelector('.button-icon').innerHTML = originalIcon;
  4424.                    submitButton.style.background = '';
  4425.                    submitButton.disabled = false;
  4426.                    emailInput.value = '';
  4427.                    showMessage('info');
  4428.                }, 3000);
  4429.                
  4430.            }, 2000);
  4431.        });
  4432.        
  4433.        // Input validation
  4434.        emailInput.addEventListener('blur', function() {
  4435.            const email = this.value.trim();
  4436.            if (email && !isValidEmail(email)) {
  4437.                this.style.borderColor = '#ef4444';
  4438.                this.style.boxShadow = '0 0 0 4px rgba(239, 68, 68, 0.2)';
  4439.            } else if (email && isValidEmail(email)) {
  4440.                this.style.borderColor = '#10b981';
  4441.                this.style.boxShadow = '0 0 0 4px rgba(16, 185, 129, 0.2)';
  4442.            }
  4443.        });
  4444.        
  4445.        emailInput.addEventListener('focus', function() {
  4446.            this.style.borderColor = '#3b82f6';
  4447.            this.style.boxShadow = '0 0 0 4px rgba(59, 130, 246, 0.2)';
  4448.        });
  4449.        
  4450.        // Reset validation styling on input
  4451.        emailInput.addEventListener('input', function() {
  4452.            if (this.style.borderColor === 'rgb(239, 68, 68)') {
  4453.                this.style.borderColor = '';
  4454.                this.style.boxShadow = '';
  4455.            }
  4456.        });
  4457.    }
  4458.    
  4459.    // Email validation function
  4460.    function isValidEmail(email) {
  4461.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  4462.        return emailRegex.test(email);
  4463.    }
  4464.    
  4465.    // Message display function
  4466.    function showMessage(type) {
  4467.        // Hide all messages
  4468.        successMessage.style.display = 'none';
  4469.        errorMessage.style.display = 'none';
  4470.        infoMessage.style.display = 'none';
  4471.        
  4472.        // Show specific message
  4473.        if (type === 'success') {
  4474.            successMessage.style.display = 'block';
  4475.        } else if (type === 'error') {
  4476.            errorMessage.style.display = 'block';
  4477.        } else if (type === 'info') {
  4478.            infoMessage.style.display = 'block';
  4479.        }
  4480.    }
  4481.    
  4482.    // Smooth reveal animations
  4483.    const observerOptions = {
  4484.        threshold: 0.1,
  4485.        rootMargin: '0px 0px -30px 0px'
  4486.    };
  4487.    
  4488.    const sectionObserver = new IntersectionObserver((entries) => {
  4489.        entries.forEach(entry => {
  4490.            if (entry.isIntersecting) {
  4491.                entry.target.style.opacity = '1';
  4492.                entry.target.style.transform = 'translateY(0)';
  4493.            }
  4494.        });
  4495.    }, observerOptions);
  4496.    
  4497.    // Animate sections
  4498.    document.querySelectorAll('.brand-section, .links-section, .categories-section').forEach((section, index) => {
  4499.        section.style.opacity = '0';
  4500.        section.style.transform = 'translateY(20px)';
  4501.        section.style.transition = `all 0.6s ease ${index * 0.2}s`;
  4502.        sectionObserver.observe(section);
  4503.    });
  4504.    
  4505.    // Animate category pills
  4506.    document.querySelectorAll('.category-pill').forEach((pill, index) => {
  4507.        pill.style.opacity = '0';
  4508.        pill.style.transform = 'translateY(10px)';
  4509.        pill.style.transition = `all 0.4s ease ${index * 0.1}s`;
  4510.        
  4511.        setTimeout(() => {
  4512.            pill.style.opacity = '1';
  4513.            pill.style.transform = 'translateY(0)';
  4514.        }, 300 + (index * 100));
  4515.    });
  4516.    
  4517.    // Enhanced link hover effects
  4518.    document.querySelectorAll('.link-text').forEach(link => {
  4519.        link.addEventListener('mouseenter', function() {
  4520.            const icon = this.querySelector('.link-icon');
  4521.            if (icon) {
  4522.                icon.style.transform = 'translateX(4px)';
  4523.            }
  4524.        });
  4525.        
  4526.        link.addEventListener('mouseleave', function() {
  4527.            const icon = this.querySelector('.link-icon');
  4528.            if (icon) {
  4529.                icon.style.transform = 'translateX(0)';
  4530.            }
  4531.        });
  4532.    });
  4533.    
  4534.    // Prevent default for demo links
  4535.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4536.        link.addEventListener('click', function(e) {
  4537.            e.preventDefault();
  4538.        });
  4539.    });
  4540.    
  4541.    // Add ripple effect to submit button
  4542.    submitButton.addEventListener('click', function(e) {
  4543.        const ripple = document.createElement('span');
  4544.        const rect = this.getBoundingClientRect();
  4545.        const size = Math.max(rect.width, rect.height);
  4546.        const x = e.clientX - rect.left - size / 2;
  4547.        const y = e.clientY - rect.top - size / 2;
  4548.        
  4549.        ripple.style.cssText = `
  4550.            position: absolute;
  4551.            width: ${size}px;
  4552.            height: ${size}px;
  4553.            left: ${x}px;
  4554.            top: ${y}px;
  4555.            background: rgba(255, 255, 255, 0.3);
  4556.            border-radius: 50%;
  4557.            transform: scale(0);
  4558.            animation: ripple 0.6s ease-out;
  4559.            pointer-events: none;
  4560.        `;
  4561.        
  4562.        this.appendChild(ripple);
  4563.        
  4564.        setTimeout(() => {
  4565.            ripple.remove();
  4566.        }, 600);
  4567.    });
  4568.    
  4569. });
  4570.  
  4571. // Add CSS for ripple animation
  4572. const rippleStyle = document.createElement('style');
  4573. rippleStyle.textContent = `
  4574.    @keyframes ripple {
  4575.        to {
  4576.            transform: scale(2);
  4577.            opacity: 0;
  4578.        }
  4579.    }
  4580.    
  4581.    @keyframes spin {
  4582.        from { transform: rotate(0deg); }
  4583.        to { transform: rotate(360deg); }
  4584.    }
  4585.    
  4586.    .submit-button {
  4587.        position: relative;
  4588.        overflow: hidden;
  4589.    }
  4590. `;
  4591. document.head.appendChild(rippleStyle);
  4592. </script>
  4593.  
  4594.        <!-- end of wpo-site-footer-section -->
  4595.    </div>
  4596.    <!-- end of page-wrapper -->
  4597.  
  4598.    <!-- All JavaScript files
  4599.    ================================================== -->
  4600.    
  4601.  
  4602. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4603. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4604. <!-- Plugins for this template -->
  4605. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4606. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4607. <!-- Custom script for this template -->
  4608. <script src="/static/blogapp/assets/js/script.js"></script>
  4609.  
  4610. <script>
  4611. (function () {
  4612. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4613. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4614.  
  4615. function applyFallback(img) {
  4616. if (!img || img.dataset.fallbackApplied === "1") {
  4617. return;
  4618. }
  4619. var failedSrc = img.currentSrc || img.src || "";
  4620. img.dataset.fallbackApplied = "1";
  4621. img.onerror = null;
  4622. img.src = fallbackImageSrc;
  4623. console.warn("[ImageFallback] Replaced broken image:", {
  4624. failedSrc: failedSrc,
  4625. fallbackSrc: fallbackImageSrc,
  4626. alt: img.alt || "",
  4627. });
  4628. }
  4629.  
  4630. document.querySelectorAll("img").forEach(function (img) {
  4631. if (img.complete && img.naturalWidth === 0) {
  4632. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4633. failedSrc: img.currentSrc || img.src || "",
  4634. alt: img.alt || "",
  4635. });
  4636. applyFallback(img);
  4637. }
  4638. });
  4639.  
  4640. document.addEventListener(
  4641. "error",
  4642. function (event) {
  4643. var target = event.target;
  4644. if (target && target.tagName === "IMG") {
  4645. applyFallback(target);
  4646. }
  4647. },
  4648. true
  4649. );
  4650. })();
  4651. </script>
  4652.  
  4653. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4654.  
  4655.  
  4656.  
  4657. <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":"f16c6ed7286341229996adc8d814c1e1","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4658. </body>
  4659.  
  4660. </html>
  4661.  
  4662.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda