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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="source">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_-_2025-04-28T170503.732_ed4Zrey_JURDeHt_MRBFnep_Gf9pwLE.png">
  14.    
  15.  
  16.    <title>Echo Central Plus | Latest UK News, Technology &amp; Lifestyle Insights</title>
  17.    <meta name="description" content="Echo Central Plus delivers breaking UK news, in-depth technology analysis, and practical lifestyle advice from expert contributors across multiple fields.">
  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://echocentralplus.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ff2d55;
  42.        --bs-primary-rgb: ff2d55;
  43.        --bs-secondary: #6b6e74;
  44.        --bs-success: #10b981;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #0284c7;
  48.        --bs-light: #fff0f5;
  49.        --bs-dark: #4a0e1a;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ff2d55;
  53.        --theme-primary-color-s2: #ff2d55;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #4a0e1a;
  57.        --text-light-color: #676767;
  58.        --heading-color: #4a0e1a;
  59.        --border-color: #f9a8b8;
  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: #fed7de;
  75.        --navbar-color: #4a0e1a;
  76.        --topbar-bg: #fff0f5;
  77.        --topbar-color: #4a0e1a;
  78.        --footer-bg: #4a0e1a;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #f9a8b8;
  82.        --card-radius: 10px;
  83.        --link-color: #ff2d55;
  84.        --link-hover: #e0264b;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(255, 45, 85, 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_97">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405.  
  406. <div class="topbar d-sm-flex d-none">
  407.  <div class="container-fluid fluid-container">
  408.    <div class="row  ">
  409.      <div>
  410.        <div class="pt-2 d-flex gap-2 pb-0">
  411.          <div class="">
  412.            <div class="tilt-button bg-primary-gradient">Latest Update</div>
  413.          </div>
  414.  
  415.          <!-- Add an id to the marquee -->
  416.          <marquee id="newsMarquee" direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  417.            <p class="text-center">
  418.              
  419.               <a href="/long-forgotten-bach-compositions-played-for-first-ever-performance-in-320-years/" class="px-5 top-color">
  420.                    Long-Forgotten Bach Compositions Played for First-Ever Performance in 320 Years
  421.                  </a>
  422.              
  423.               <a href="/the-gal%C3%A1pagos-islands-lacked-any-native-amphibians-then-hundreds-of-thousands-of-frogs-arrived/" class="px-5 top-color">
  424.                    The Galápagos Islands Lacked Any Native Amphibians. Then Hundreds of Thousands of Frogs Arrived
  425.                  </a>
  426.              
  427.               <a href="/sitting-with-ferguson-and-being-knocked-out-a-lenswomans-stories/" class="px-5 top-color">
  428.                    Sitting with Ferguson and Being &#x27;Knocked Out&#x27; – A Lenswoman&#x27;s Stories
  429.                  </a>
  430.              
  431.               <a href="/californias-governor-blocks-parole-for-manson-follower-patricia-krenwinkel/" class="px-5 top-color">
  432.                    California&#x27;s Governor Blocks Parole for Manson Follower Patricia Krenwinkel
  433.                  </a>
  434.              
  435.               <a href="/suspect-in-ivy-league-campus-incident-located-deceased-inside-storage-facility/" class="px-5 top-color">
  436.                    Suspect in Ivy League Campus Incident Located Deceased Inside Storage Facility.
  437.                  </a>
  438.              
  439.            </p>
  440.          </marquee>
  441.        </div>
  442.      </div>
  443.    </div>
  444.  </div>
  445. </div>
  446. <style>
  447.  .tilt-button {
  448.  padding: 0.5rem 1rem;
  449.  white-space: nowrap;
  450.  font-weight: bold;
  451.  display: inline-block;
  452.  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0% 100%);
  453.  transition: background 0.3s ease;
  454. }
  455.  
  456.  
  457. </style>
  458. <script>
  459.  // Stop/start marquee when hovering or focusing links inside it
  460.  document.addEventListener("DOMContentLoaded", function () {
  461.    const marquee = document.getElementById("newsMarquee");
  462.    if (!marquee) return;
  463.  
  464.    marquee.querySelectorAll("a").forEach((link) => {
  465.      link.addEventListener("mouseenter", () => marquee.stop());
  466.      link.addEventListener("mouseleave", () => marquee.start());
  467.      // keyboard accessibility
  468.      link.addEventListener("focus", () => marquee.stop());
  469.      link.addEventListener("blur", () => marquee.start());
  470.    });
  471.  });
  472. </script>
  473.  
  474.  
  475.  
  476.            
  477.  
  478.  
  479.  
  480.  
  481.  
  482.  
  483. <header class="header-v8 mb-4">
  484.    <div class="container-fluid fluid-container">
  485.        <!-- Main Navigation Card -->
  486.        <div class="nav-card-v8">
  487.            <div class="row align-items-center justify-content-between">
  488.                <!-- Logo Section -->
  489.               <div class="col-lg-2 col-md-3 col-6">
  490.                    <div class="logo-section-v8">
  491.                        <a class="logo-link-v8" href="/">
  492.                            
  493.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/48d592e3-6211-4125-983a-9afacf7198b9_logo.png" alt="Echo Central Plus" class="logo-img-v8" />
  494.                            
  495.                        </a>
  496.                    </div>
  497.                </div>
  498.  
  499.                <!-- Navigation Menu -->
  500.                <div class="col-lg-8 col-md-6 d-none d-xl-block">
  501.                    <nav class="main-nav-v8">
  502.                        <ul class="nav-list-v8">
  503.  
  504.                            
  505.                            <li class="nav-item-v8">
  506.                                <a href="/" class="nav-link-v8 active-v8"
  507.                                    data-text="Home">Home</a>
  508.                            </li>
  509.  
  510.                            
  511.                            
  512.                             <li class="nav-item-v8">
  513.                                <a href="/category/all-posts/" class="nav-link-v8"
  514.                                    data-text="All Posts">
  515.                                    All Posts
  516.                                </a>
  517.                                </li>
  518.  
  519.                                
  520.  
  521.                                                
  522.                                                
  523.                                
  524.                             <li class="nav-item-v8">
  525.                                <a href="/category/business/" class="nav-link-v8"
  526.                                    data-text="Business">
  527.                                    Business
  528.                                </a>
  529.                                </li>
  530.  
  531.                                
  532.  
  533.                                                
  534.                                                
  535.                                
  536.                             <li class="nav-item-v8">
  537.                                <a href="/category/esports/" class="nav-link-v8"
  538.                                    data-text="Esports">
  539.                                    Esports
  540.                                </a>
  541.                                </li>
  542.  
  543.                                
  544.  
  545.                                                
  546.                                                
  547.                                
  548.                             <li class="nav-item-v8">
  549.                                <a href="/category/fashion/" class="nav-link-v8"
  550.                                    data-text="Fashion">
  551.                                    Fashion
  552.                                </a>
  553.                                </li>
  554.  
  555.                                
  556.  
  557.                                                
  558.                                                
  559.                                
  560.                             <li class="nav-item-v8">
  561.                                <a href="/category/featured/" class="nav-link-v8"
  562.                                    data-text="Featured">
  563.                                    Featured
  564.                                </a>
  565.                                </li>
  566.  
  567.                                
  568.  
  569.                                                
  570.                                                
  571.                                
  572.                             <li class="nav-item-v8">
  573.                                <a href="/category/gaming/" class="nav-link-v8"
  574.                                    data-text="Gaming">
  575.                                    Gaming
  576.                                </a>
  577.                                </li>
  578.  
  579.                                
  580.  
  581.                                                
  582.                                                
  583.                                
  584.                             <li class="nav-item-v8">
  585.                                <a href="/category/health/" class="nav-link-v8"
  586.                                    data-text="Health">
  587.                                    Health
  588.                                </a>
  589.                                </li>
  590.  
  591.                                
  592.  
  593.                                                
  594.                                                
  595.                                
  596.                            
  597.                                
  598.                                
  599.                                <li class="nav-item-v8 has-dropdown-v8">
  600.                                    <a href="#" class="nav-link-v8" data-text="More">More</a>
  601.                                    <div class="dropdown-card-v8">
  602.                                        <div class="dropdown-grid-v8">
  603.                                            <div class="dropdown-section-v8">
  604.                                                <a href="/category/life-fitness/"
  605.                                                    class="dropdown-link-v8">
  606.                                                    <span class="link-icon-v8"></span> Life &amp; Fitness
  607.                                                </a>
  608.                                                
  609.  
  610.                                                
  611.  
  612.                                                
  613.                                                
  614.                                
  615.                            
  616.                                                <a href="/category/lifestyle/"
  617.                                                    class="dropdown-link-v8">
  618.                                                    <span class="link-icon-v8"></span> Lifestyle
  619.                                                </a>
  620.                                                
  621.  
  622.                                                
  623.                                                
  624.                                
  625.                            
  626.                                                <a href="/category/news/"
  627.                                                    class="dropdown-link-v8">
  628.                                                    <span class="link-icon-v8"></span> News
  629.                                                </a>
  630.                                                
  631.  
  632.                                                
  633.                                                
  634.                                
  635.                            
  636.                                                <a href="/category/others/"
  637.                                                    class="dropdown-link-v8">
  638.                                                    <span class="link-icon-v8"></span> Others
  639.                                                </a>
  640.                                                
  641.  
  642.                                                
  643.                                                
  644.                                
  645.                            
  646.                                                <a href="/category/politics/"
  647.                                                    class="dropdown-link-v8">
  648.                                                    <span class="link-icon-v8"></span> Politics
  649.                                                </a>
  650.                                                
  651.  
  652.                                                
  653.                                                
  654.                                
  655.                            
  656.                                                <a href="/category/sports/"
  657.                                                    class="dropdown-link-v8">
  658.                                                    <span class="link-icon-v8"></span> Sports
  659.                                                </a>
  660.                                                
  661.  
  662.                                                
  663.                                                
  664.                                
  665.                            
  666.                                                <a href="/category/tech/"
  667.                                                    class="dropdown-link-v8">
  668.                                                    <span class="link-icon-v8"></span> Tech
  669.                                                </a>
  670.                                                
  671.  
  672.                                                
  673.                                                
  674.                                
  675.                            
  676.                                                <a href="/category/travel/"
  677.                                                    class="dropdown-link-v8">
  678.                                                    <span class="link-icon-v8"></span> Travel
  679.                                                </a>
  680.                                                
  681.  
  682.                                                
  683.                                                
  684.                                            </div>
  685.                                        </div>
  686.                                    </div>
  687.                                </li>
  688.                                
  689.                                
  690. <li>
  691.                  <a href="/page/contact-us/">
  692.                     Contact Us
  693.                  </a>
  694.              </li>
  695.                        </ul>
  696.                    </nav>
  697.  
  698.                </div>
  699.  
  700.                <!-- Search & Mobile Toggle -->
  701.                <div class="col-lg-2 col-md-3 col-6">
  702.                    <div class="nav-actions-v8">
  703.                        <button class="search-toggle-v8" onclick="toggleSearchV8()">
  704.                            <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  705.                                stroke-width="2">
  706.                                <circle cx="11" cy="11" r="8"></circle>
  707.                                <path d="m21 21-4.35-4.35"></path>
  708.                            </svg>
  709.                        </button>
  710.                        <button class="mobile-toggle-v8 d-xl-none" onclick="toggleMobileNavV8()">
  711.                            <i class="ti-menu fs-5"></i>
  712.                        </button>
  713.                    </div>
  714.                </div>
  715.            </div>
  716.        </div>
  717.  
  718.        <!-- Floating Search Card -->
  719.        <div class="search-card-v8" id="searchCardV8">
  720.            <div class="search-container-v8">
  721.                <form class="search-form-v8" action="#" method="get">
  722.                    <div class="search-input-wrapper-v8">
  723.                        <svg class="search-icon-v8" width="20" height="20" viewBox="0 0 24 24" fill="none"
  724.                            stroke="currentColor" stroke-width="2">
  725.                            <circle cx="11" cy="11" r="8"></circle>
  726.                            <path d="m21 21-4.35-4.35"></path>
  727.                        </svg>
  728.                        <input type="search" class="search-input-v8" id="search-input"
  729.                            placeholder="Search for articles, tutorials, news..." name="q" autocomplete="off">
  730.                        <button type="button" class="search-close-v8" onclick="toggleSearchV8()">
  731.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  732.                                stroke-width="2">
  733.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  734.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  735.                            </svg>
  736.                        </button>
  737.                    </div>
  738.                    <div class="search-suggestions-v8 search-v1" id="search-results">
  739.                        
  740.                        
  741.                    </div>
  742.                </form>
  743.            </div>
  744.        </div>
  745.  
  746.        <!-- Mobile Navigation Card -->
  747.        <div class="mobile-nav-card-v8 d-xl-none" id="mobileNavV8">
  748.            <div class="mobile-nav-content-v8">
  749.                <ul class="mobile-nav-list-v8">
  750.  
  751.                    
  752.                    <li class="mobile-nav-item-v8">
  753.                        <a href="/" class="mobile-nav-link-v8 active-v8">
  754.                            Home
  755.                        </a>
  756.                    </li>
  757.  
  758.                    
  759.                      <li class="mobile-nav-item-v8">
  760.                        <a href="/category/all-posts/" class="mobile-nav-link-v8">
  761.                            All Posts
  762.                        </a>
  763.                        </li>
  764.  
  765.                        
  766.  
  767.                                
  768.                                
  769.                        
  770.                      <li class="mobile-nav-item-v8">
  771.                        <a href="/category/business/" class="mobile-nav-link-v8">
  772.                            Business
  773.                        </a>
  774.                        </li>
  775.  
  776.                        
  777.  
  778.                                
  779.                                
  780.                        
  781.                      <li class="mobile-nav-item-v8">
  782.                        <a href="/category/esports/" class="mobile-nav-link-v8">
  783.                            Esports
  784.                        </a>
  785.                        </li>
  786.  
  787.                        
  788.  
  789.                                
  790.                                
  791.                        
  792.                      <li class="mobile-nav-item-v8">
  793.                        <a href="/category/fashion/" class="mobile-nav-link-v8">
  794.                            Fashion
  795.                        </a>
  796.                        </li>
  797.  
  798.                        
  799.  
  800.                                
  801.                                
  802.                        
  803.                      <li class="mobile-nav-item-v8">
  804.                        <a href="/category/featured/" class="mobile-nav-link-v8">
  805.                            Featured
  806.                        </a>
  807.                        </li>
  808.  
  809.                        
  810.  
  811.                                
  812.                                
  813.                        
  814.                      <li class="mobile-nav-item-v8">
  815.                        <a href="/category/gaming/" class="mobile-nav-link-v8">
  816.                            Gaming
  817.                        </a>
  818.                        </li>
  819.  
  820.                        
  821.  
  822.                                
  823.                                
  824.                        
  825.                      <li class="mobile-nav-item-v8">
  826.                        <a href="/category/health/" class="mobile-nav-link-v8">
  827.                            Health
  828.                        </a>
  829.                        </li>
  830.  
  831.                        
  832.  
  833.                                
  834.                                
  835.                        
  836.                    
  837.                        
  838.                        
  839.                        <li class="mobile-nav-item-v8">
  840.                            <a href="#" class="mobile-nav-link-v8" onclick="toggleMobileDropdownV8('more-mobile-v8')">
  841.                                More
  842.                                <svg class="mobile-arrow-v8" width="16" height="16" viewBox="0 0 24 24" fill="none"
  843.                                    stroke="currentColor" stroke-width="2">
  844.                                    <polyline points="6,9 12,15 18,9"></polyline>
  845.                                </svg>
  846.                            </a>
  847.                            <ul class="mobile-dropdown-v8" id="more-mobile-v8">
  848.                                <li>
  849.                                    <a href="/category/life-fitness/"
  850.                                        class="mobile-sub-link-v8">
  851.                                        Life &amp; Fitness
  852.                                    </a>
  853.                                </li>
  854.                                
  855.  
  856.                                
  857.  
  858.                                
  859.                                
  860.                        
  861.                    
  862.                                
  863.                                <li>
  864.                                    <a href="/category/lifestyle/"
  865.                                        class="mobile-sub-link-v8">
  866.                                        Lifestyle
  867.                                    </a>
  868.                                </li>
  869.                                
  870.  
  871.                                
  872.                                
  873.                        
  874.                    
  875.                                
  876.                                <li>
  877.                                    <a href="/category/news/"
  878.                                        class="mobile-sub-link-v8">
  879.                                        News
  880.                                    </a>
  881.                                </li>
  882.                                
  883.  
  884.                                
  885.                                
  886.                        
  887.                    
  888.                                
  889.                                <li>
  890.                                    <a href="/category/others/"
  891.                                        class="mobile-sub-link-v8">
  892.                                        Others
  893.                                    </a>
  894.                                </li>
  895.                                
  896.  
  897.                                
  898.                                
  899.                        
  900.                    
  901.                                
  902.                                <li>
  903.                                    <a href="/category/politics/"
  904.                                        class="mobile-sub-link-v8">
  905.                                        Politics
  906.                                    </a>
  907.                                </li>
  908.                                
  909.  
  910.                                
  911.                                
  912.                        
  913.                    
  914.                                
  915.                                <li>
  916.                                    <a href="/category/sports/"
  917.                                        class="mobile-sub-link-v8">
  918.                                        Sports
  919.                                    </a>
  920.                                </li>
  921.                                
  922.  
  923.                                
  924.                                
  925.                        
  926.                    
  927.                                
  928.                                <li>
  929.                                    <a href="/category/tech/"
  930.                                        class="mobile-sub-link-v8">
  931.                                        Tech
  932.                                    </a>
  933.                                </li>
  934.                                
  935.  
  936.                                
  937.                                
  938.                        
  939.                    
  940.                                
  941.                                <li>
  942.                                    <a href="/category/travel/"
  943.                                        class="mobile-sub-link-v8">
  944.                                        Travel
  945.                                    </a>
  946.                                </li>
  947.                                
  948.  
  949.                                
  950.                                
  951.                            </ul>
  952.                        </li>
  953.                        
  954.                        
  955.  
  956.                </ul>
  957.  
  958.            </div>
  959.        </div>
  960.    </div>
  961.  
  962.    <!-- Background Overlay -->
  963.    <div class="nav-overlay-v8" id="navOverlayV8" onclick="closeAllV8()"></div>
  964. </header>
  965.  
  966. <style>
  967.    /* Navbar V8 Styles - Card-Based Glassmorphism Navigation */
  968.    .header-v8 {
  969.        padding: 20px 0;
  970.        position: relative;
  971.        min-height: 120px;
  972.    }
  973.  
  974.    /* Main Navigation Card */
  975.    .nav-card-v8 {
  976.        background:var(--navbar-bg);
  977.        backdrop-filter: blur(20px);
  978.        border: 1px solid var(--border-color);
  979.        border-radius: 20px;
  980.        padding: 15px 25px;
  981.        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  982.        position: relative;
  983.        z-index: 100;
  984.    }
  985.  
  986.    /* Logo Styles */
  987.    .logo-img-v8 {
  988.        max-height: 60px;
  989.        transition: all 0.3s ease;
  990.    }
  991.  
  992.    .logo-link-v8:hover .logo-img-v8 {
  993.        transform: scale(1.05) rotate(2deg);
  994.    }
  995.  
  996.    /* Main Navigation */
  997.    .nav-list-v8 {
  998.        list-style: none;
  999.        padding: 0;
  1000.        margin: 0;
  1001.        display: flex;
  1002.        align-items: center;
  1003.        justify-content: center;
  1004.        gap: 8px;
  1005.    }
  1006.  
  1007.    .nav-item-v8 {
  1008.        position: relative;
  1009.    }
  1010.  
  1011.    .nav-link-v8 {
  1012.        color: #4a5568;
  1013.        text-decoration: none;
  1014.        font-weight: 500;
  1015.        font-size: 15px;
  1016.        padding: 12px 18px;
  1017.        border-radius: 12px;
  1018.        position: relative;
  1019.        transition: all 0.3s ease;
  1020.        display: block;
  1021.        background: linear-gradient(135deg, transparent 0%, transparent 100%);
  1022.    }
  1023.  
  1024.    .nav-link-v8::before {
  1025.        content: attr(data-text);
  1026.        position: absolute;
  1027.        top: 0;
  1028.        left: 0;
  1029.        right: 0;
  1030.        bottom: 0;
  1031.        display: flex;
  1032.        align-items: center;
  1033.        justify-content: center;
  1034.        background: var(--sub-nav);
  1035.        color: var(--topbar-color);
  1036.        border-radius: 12px;
  1037.        opacity: 0;
  1038.        transform: scale(0.8);
  1039.        transition: all 0.3s ease;
  1040.        font-weight: 600;
  1041.    }
  1042.  
  1043.    .nav-link-v8:hover::before,
  1044.    .nav-link-v8.active-v8::before {
  1045.        opacity: 1;
  1046.        transform: scale(1);
  1047.    }
  1048.  
  1049.    .nav-link-v8:hover,
  1050.    .nav-link-v8.active-v8 {
  1051.        color: transparent;
  1052.        background: rgba(102, 126, 234, 0.1);
  1053.    }
  1054.  
  1055.    /* Dropdown Styles */
  1056.    .dropdown-card-v8 {
  1057.        position: absolute;
  1058.        top: calc(100% + 15px);
  1059.        left: 50%;
  1060.        transform: translateX(-50%);
  1061.        background:var(--navbar-bg);
  1062.        backdrop-filter: blur(20px);
  1063.        border: 1px solid var(--border-color);
  1064.        border-radius: 16px;
  1065.        padding: 25px;
  1066.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1067.        opacity: 0;
  1068.        visibility: hidden;
  1069.        transform: translateX(-50%) translateY(-10px);
  1070.        transition: all 0.3s ease;
  1071.        z-index: 200;
  1072.        min-width: 320px;
  1073.    }
  1074.  
  1075.    .has-dropdown-v8:hover .dropdown-card-v8 {
  1076.        opacity: 1;
  1077.        visibility: visible;
  1078.        transform: translateX(-50%) translateY(0);
  1079.    }
  1080.  
  1081.    .dropdown-grid-v8 {
  1082.        display: grid;
  1083.        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  1084.        gap: 20px;
  1085.    }
  1086.  
  1087.    .dropdown-header-v8 {
  1088.        font-size: 12px;
  1089.        font-weight: 700;
  1090.        color: #667eea;
  1091.        margin-bottom: 12px;
  1092.        text-transform: uppercase;
  1093.        letter-spacing: 1px;
  1094.    }
  1095.  
  1096.    .dropdown-link-v8 {
  1097.        display: flex;
  1098.        align-items: center;
  1099.        color: var(--navbar-color) !important;;
  1100.        text-decoration: none;
  1101.        font-size: 14px;
  1102.        padding: 10px 12px;
  1103.        border-radius: 10px;
  1104.        transition: all 0.3s ease;
  1105.        margin-bottom: 8px;
  1106.    }
  1107.  
  1108.    .dropdown-link-v8:hover {
  1109.        background:var(--bs-primary);
  1110.        color: var(--bs-white) !important;;
  1111.        transform: translateX(5px);
  1112.    }
  1113.  
  1114.    .link-icon-v8 {
  1115.        margin-right: 10px;
  1116.        height: 5px;
  1117.        width: 5px;
  1118.        border: 1px solid #2d3748;
  1119.        border-radius: 50%;
  1120.    }
  1121.  
  1122.    /* Navigation Actions */
  1123.    .nav-actions-v8 {
  1124.        display: flex;
  1125.        align-items: center;
  1126.        justify-content: flex-end;
  1127.        gap: 10px;
  1128.    }
  1129.  
  1130.    .search-toggle-v8,
  1131.    .mobile-toggle-v8 {
  1132.        background: rgba(102, 126, 234, 0.1);
  1133.        border: none;
  1134.        border-radius: 12px;
  1135.        padding: 12px;
  1136.        cursor: pointer;
  1137.        transition: all 0.3s ease;
  1138.        color: var(--bs-white);
  1139.    }
  1140.  
  1141.    .search-toggle-v8:hover,
  1142.    .mobile-toggle-v8:hover {
  1143.        background: var(--sub-nav);
  1144.        color: var(--topbar-color);
  1145.        transform: scale(1.05);
  1146.    }
  1147.  
  1148.    .mobile-toggle-v8 {
  1149.        flex-direction: column;
  1150.        gap: 3px;
  1151.        padding: 10px 12px;
  1152.    }
  1153.  
  1154.    .toggle-line-v8 {
  1155.        width: 20px;
  1156.        height: 2px;
  1157.        background: currentColor;
  1158.        border-radius: 1px;
  1159.        transition: all 0.3s ease;
  1160.    }
  1161.  
  1162.    /* Floating Search Card */
  1163.    .search-card-v8 {
  1164.        position: absolute;
  1165.        top: 100%;
  1166.        left: 50%;
  1167.        transform: translateX(-50%);
  1168.        width: calc(100% - 40px);
  1169.        max-width: 600px;
  1170.        background:var(--navbar-bg);
  1171.        backdrop-filter: blur(20px);
  1172.        border: 1px solid var(--border-color);
  1173.        border-radius: 20px;
  1174.        padding: 25px;
  1175.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1176.        opacity: 0;
  1177.        visibility: hidden;
  1178.        transform: translateX(-50%) translateY(-20px);
  1179.        transition: all 0.4s ease;
  1180.        z-index: 300;
  1181.        margin-top: 15px;
  1182.    }
  1183.  
  1184.    .search-card-v8.show-v8 {
  1185.        opacity: 1;
  1186.        visibility: visible;
  1187.        transform: translateX(-50%) translateY(0);
  1188.    }
  1189.  
  1190.    .search-input-wrapper-v8 {
  1191.        display: flex;
  1192.        align-items: center;
  1193.        background: rgba(248, 250, 252, 0.8);
  1194.        border: 2px solid rgba(102, 126, 234, 0.2);
  1195.        border-radius: 15px;
  1196.        padding: 5px;
  1197.        margin-bottom: 20px;
  1198.        transition: all 0.3s ease;
  1199.    }
  1200.  
  1201.    .search-input-wrapper-v8:focus-within {
  1202.        border-color: #667eea;
  1203.        background: rgba(255, 255, 255, 0.9);
  1204.        box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  1205.    }
  1206.  
  1207.    .search-icon-v8 {
  1208.        color: #a0aec0;
  1209.        margin: 0 15px;
  1210.        transition: color 0.3s ease;
  1211.    }
  1212.  
  1213.    .search-input-wrapper-v8:focus-within .search-icon-v8 {
  1214.        color: #667eea;
  1215.    }
  1216.  
  1217.    .search-input-v8 {
  1218.        flex: 1;
  1219.        border: none;
  1220.        background: transparent;
  1221.        font-size: 16px;
  1222.        padding: 15px 0;
  1223.        outline: none;
  1224.        color: #2d3748;
  1225.    }
  1226.  
  1227.    .search-input-v8::placeholder {
  1228.        color: #a0aec0;
  1229.    }
  1230.  
  1231.    .search-close-v8 {
  1232.        background: rgba(160, 174, 192, 0.2);
  1233.        border: none;
  1234.        border-radius: 10px;
  1235.        padding: 8px;
  1236.        margin-right: 8px;
  1237.        cursor: pointer;
  1238.        transition: all 0.3s ease;
  1239.        color: #a0aec0;
  1240.    }
  1241.  
  1242.    .search-close-v8:hover {
  1243.        background: rgba(229, 62, 62, 0.1);
  1244.        color: #e53e3e;
  1245.    }
  1246.  
  1247.    /* Search Suggestions */
  1248.    .search-suggestions-v8 {
  1249.        display: grid;
  1250.        gap: 8px;
  1251.    }
  1252.  
  1253.    .suggestion-item-v8 {
  1254.        display: flex;
  1255.        align-items: center;
  1256.        padding: 12px 15px;
  1257.        background: rgba(248, 250, 252, 0.1);
  1258.        border-radius: 12px;
  1259.        cursor: pointer;
  1260.        transition: all 0.3s ease;
  1261.    }
  1262.  
  1263.    .suggestion-item-v8:hover {
  1264.        background: linear-gradient(135deg, #667eea 0%, #007bff 100%);
  1265.        color: white;
  1266.        transform: translateX(5px);
  1267.    }
  1268.  
  1269.    .suggestion-icon-v8 {
  1270.        margin-right: 12px;
  1271.        font-size: 16px;
  1272.    }
  1273.  
  1274.    .suggestion-text-v8 {
  1275.        font-size: 14px;
  1276.        font-weight: 500;
  1277.    }
  1278.  
  1279.    /* Mobile Navigation Card */
  1280.    .mobile-nav-card-v8 {
  1281.        position: absolute;
  1282.        top: 100%;
  1283.        left: 50%;
  1284.        transform: translateX(-50%);
  1285.        width: calc(100% - 40px);
  1286.        background:var(--card-bg);
  1287.        backdrop-filter: blur(20px);
  1288.        border: 1px solid var(--border-color);
  1289.        border-radius: 20px;
  1290.        padding: 20px;
  1291.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1292.        opacity: 0;
  1293.        visibility: hidden;
  1294.        transform: translateX(-50%) translateY(-20px);
  1295.        transition: all 0.4s ease;
  1296.        z-index: 300;
  1297.        margin-top: 15px;
  1298.        max-height: 70vh;
  1299.        overflow-y: auto;
  1300.    }
  1301.  
  1302.    .mobile-nav-card-v8.show-v8 {
  1303.        opacity: 1;
  1304.        visibility: visible;
  1305.        transform: translateX(-50%) translateY(0);
  1306.    }
  1307.  
  1308.    .mobile-nav-list-v8 {
  1309.        list-style: none;
  1310.        padding: 0;
  1311.        margin: 0;
  1312.    }
  1313.  
  1314.    .mobile-nav-item-v8 {
  1315.        margin-bottom: 8px;
  1316.    }
  1317.  
  1318.    .mobile-nav-link-v8 {
  1319.        display: flex;
  1320.        align-items: center;
  1321.        color: var(--navbar-color) !important;
  1322.        text-decoration: none;
  1323.        font-weight: 500;
  1324.        font-size: 16px;
  1325.        padding: 15px;
  1326.        border-radius: 12px;
  1327.        justify-content: space-between;
  1328.    }
  1329.  
  1330.    .mobile-nav-link-v8:hover,
  1331.    .mobile-nav-link-v8.active-v8 {
  1332.        background:var(--sub-nav);
  1333.        color: var(--topbar-color) !important;
  1334.    }
  1335.  
  1336.    .mobile-nav-icon-v8 {
  1337.        font-size: 18px;
  1338.        background-color: var(--navbar-bg) !important;
  1339.        margin-right: 12px;
  1340.    }
  1341.  
  1342.    .mobile-arrow-v8 {
  1343.        transition: transform 0.3s ease;
  1344.    }
  1345.  
  1346.    .mobile-nav-item-v8.open-v8 .mobile-arrow-v8 {
  1347.        transform: rotate(180deg);
  1348.    }
  1349.  
  1350.    .mobile-dropdown-v8 {
  1351.        list-style: none;
  1352.        padding: 0;
  1353.        margin: 0;
  1354.        max-height: 0;
  1355.        overflow: hidden;
  1356.        transition: all 0.3s ease;
  1357.        background: rgba(248, 250, 252, 0.5);
  1358.        border-radius: 12px;
  1359.        margin-top: 8px;
  1360.    }
  1361.  
  1362.    .mobile-dropdown-v8.show-v8 {
  1363.        max-height: 300px;
  1364.        background-color: var(--navbar-bg);
  1365.        padding: 10px 0;
  1366.    }
  1367.  
  1368.    .mobile-sub-link-v8 {
  1369.        display: block;
  1370.        color: var(--navbar-color) !important;
  1371.        text-decoration: none;
  1372.        font-size: 14px;
  1373.        padding: 10px 20px;
  1374.        transition: all 0.3s ease;
  1375.    }
  1376.  
  1377.    .mobile-sub-link-v8:hover {
  1378.        color: var(--topbar-color);
  1379.        background: var(--sub-nav);
  1380.        border-radius: 12px;
  1381.    }
  1382.  
  1383.    /* Background Overlay */
  1384.    .nav-overlay-v8 {
  1385.        position: fixed;
  1386.        top: 0;
  1387.        left: 0;
  1388.        right: 0;
  1389.        bottom: 0;
  1390.        background: rgba(0, 0, 0, 0.3);
  1391.        backdrop-filter: blur(5px);
  1392.        z-index: 250;
  1393.        opacity: 0;
  1394.        visibility: hidden;
  1395.        transition: all 0.3s ease;
  1396.    }
  1397.  
  1398.    .nav-overlay-v8.show-v8 {
  1399.        opacity: 1;
  1400.        visibility: visible;
  1401.    }
  1402.  
  1403.    /* Responsive Design */
  1404.    @media (max-width: 1300px) {
  1405.        .header-v8 {
  1406.            padding: 15px 0;
  1407.        }
  1408.  
  1409.        .nav-card-v8 {
  1410.            padding: 12px 20px;
  1411.            border-radius: 15px;
  1412.        }
  1413.  
  1414.        .search-card-v8,
  1415.        .mobile-nav-card-v8 {
  1416.            width: calc(100% - 40px);
  1417.            padding: 20px;
  1418.        }
  1419.    }
  1420.  
  1421.    @media (max-width: 576px) {
  1422.        .nav-card-v8 {
  1423.            padding: 10px 15px;
  1424.        }
  1425.  
  1426.        .logo-img-v8 {
  1427.            max-height: 35px;
  1428.        }
  1429.    }
  1430. </style>
  1431.  
  1432. <script>
  1433.    let activeCard = null;
  1434.  
  1435.    function toggleSearchV8() {
  1436.        const searchCard = document.getElementById('searchCardV8');
  1437.        const overlay = document.getElementById('navOverlayV8');
  1438.        const mobileNav = document.getElementById('mobileNavV8');
  1439.  
  1440.        // Close mobile nav if open
  1441.        mobileNav.classList.remove('show-v8');
  1442.  
  1443.        if (searchCard.classList.contains('show-v8')) {
  1444.            searchCard.classList.remove('show-v8');
  1445.            overlay.classList.remove('show-v8');
  1446.            activeCard = null;
  1447.        } else {
  1448.            searchCard.classList.add('show-v8');
  1449.            overlay.classList.add('show-v8');
  1450.            activeCard = 'search';
  1451.  
  1452.            // Focus on search input
  1453.            setTimeout(() => {
  1454.                const searchInput = document.querySelector('.search-input-v8');
  1455.                if (searchInput) searchInput.focus();
  1456.            }, 100);
  1457.        }
  1458.    }
  1459.  
  1460.    function toggleMobileNavV8() {
  1461.        const mobileNav = document.getElementById('mobileNavV8');
  1462.        const overlay = document.getElementById('navOverlayV8');
  1463.        const searchCard = document.getElementById('searchCardV8');
  1464.  
  1465.        // Close search if open
  1466.        searchCard.classList.remove('show-v8');
  1467.  
  1468.        if (mobileNav.classList.contains('show-v8')) {
  1469.            mobileNav.classList.remove('show-v8');
  1470.            overlay.classList.remove('show-v8');
  1471.            activeCard = null;
  1472.        } else {
  1473.            mobileNav.classList.add('show-v8');
  1474.            overlay.classList.add('show-v8');
  1475.            activeCard = 'mobile';
  1476.        }
  1477.    }
  1478.  
  1479.    function toggleMobileDropdownV8(dropdownId) {
  1480.        const dropdown = document.getElementById(dropdownId);
  1481.        const parentItem = dropdown.closest('.mobile-nav-item-v8');
  1482.  
  1483.        // Close other dropdowns
  1484.        const allDropdowns = document.querySelectorAll('.mobile-dropdown-v8');
  1485.        const allParents = document.querySelectorAll('.mobile-nav-item-v8');
  1486.  
  1487.        allDropdowns.forEach(dd => {
  1488.            if (dd.id !== dropdownId) {
  1489.                dd.classList.remove('show-v8');
  1490.            }
  1491.        });
  1492.  
  1493.        allParents.forEach(parent => {
  1494.            if (parent !== parentItem) {
  1495.                parent.classList.remove('open-v8');
  1496.            }
  1497.        });
  1498.  
  1499.        // Toggle current dropdown
  1500.        dropdown.classList.toggle('show-v8');
  1501.        parentItem.classList.toggle('open-v8');
  1502.    }
  1503.  
  1504.    function closeAllV8() {
  1505.        const searchCard = document.getElementById('searchCardV8');
  1506.        const mobileNav = document.getElementById('mobileNavV8');
  1507.        const overlay = document.getElementById('navOverlayV8');
  1508.  
  1509.        searchCard.classList.remove('show-v8');
  1510.        mobileNav.classList.remove('show-v8');
  1511.        overlay.classList.remove('show-v8');
  1512.        activeCard = null;
  1513.    }
  1514.  
  1515.    // Close on escape key
  1516.    document.addEventListener('keydown', function (e) {
  1517.        if (e.key === 'Escape' && activeCard) {
  1518.            closeAllV8();
  1519.        }
  1520.    });
  1521.  
  1522.    // Handle suggestion clicks
  1523.    document.addEventListener('click', function (e) {
  1524.        if (e.target.closest('.suggestion-item-v8')) {
  1525.            const suggestionText = e.target.closest('.suggestion-item-v8').querySelector('.suggestion-text-v8').textContent;
  1526.            const searchInput = document.querySelector('.search-input-v8');
  1527.            if (searchInput) {
  1528.                searchInput.value = suggestionText.replace(/^(Popular|Trending|Latest): /, '');
  1529.            }
  1530.        }
  1531.    });
  1532. </script>
  1533. <script>
  1534.  document.addEventListener("DOMContentLoaded", function () {
  1535.    console.log("loaded");
  1536.  
  1537.     const searchInput = document.getElementById("search-input")
  1538.    const searchResults = document.getElementById("search-results");
  1539.  
  1540.    if (!searchInput || !searchResults) {
  1541.      console.error("Search input/results not found");
  1542.      return;
  1543.    }
  1544.  
  1545.    // Prevent form submission
  1546.    if (searchInput.form) {
  1547.      searchInput.form.addEventListener("submit", function (e) {
  1548.        e.preventDefault();
  1549.      });
  1550.    }
  1551.  
  1552.    // Add event listener for keyup
  1553.    searchInput.addEventListener("keyup", function (e) {
  1554.      console.log("Key pressed:", e.key);
  1555.      e.preventDefault();
  1556.  
  1557.      const query = searchInput.value.trim();
  1558.      console.log("User is typing: " + query);
  1559.  
  1560.      // If empty → clear and hide
  1561.      if (query === "") {
  1562.        searchResults.innerHTML = "";
  1563.        searchResults.style.display = "none";
  1564.        return;
  1565.      }
  1566.  
  1567.      // Show results
  1568.      searchResults.style.display = "block";
  1569.  
  1570.      // Fetch search results
  1571.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1572.        method: "GET",
  1573.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1574.      })
  1575.        .then(response => {
  1576.          console.log("Response Status:", response.status);
  1577.          return response.json();
  1578.        })
  1579.        .then(data => {
  1580.          console.log("Data received:", data);
  1581.          if (data.html) {
  1582.            searchResults.innerHTML = data.html;
  1583.          } else {
  1584.            searchResults.innerHTML = "<p>No results found.</p>";
  1585.          }
  1586.        })
  1587.        .catch(error => {
  1588.          console.error("Error fetching search results:", error);
  1589.        });
  1590.    });
  1591.  
  1592.    // Close results when clicking outside
  1593.    document.addEventListener("click", function (e) {
  1594.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1595.        searchResults.style.display = "none";
  1596.      }
  1597.    });
  1598.  
  1599.    // Close results on ESC key
  1600.    document.addEventListener("keydown", function (e) {
  1601.      if (e.key === "Escape") {
  1602.        searchResults.style.display = "none";
  1603.      }
  1604.    });
  1605.  });
  1606. </script>
  1607.  
  1608.  
  1609.        </header>
  1610.        <!-- end of header -->
  1611.        <!-- start of wpo-blog-hero -->
  1612.        
  1613.  
  1614.  
  1615.  
  1616.  
  1617.  
  1618.  
  1619.  
  1620. <div class="blog-hero-v5">
  1621.  <div class="container-fluid fluid-container">
  1622.    <!-- Hero Header -->
  1623.  
  1624.    <!-- Main Content Grid -->
  1625.    <div class="row g-4">
  1626.      <!-- Large Featured Post - Left Side -->
  1627.      <div class="col-lg-6 col-md-12">
  1628.        
  1629.        
  1630.          
  1631.        <div class="large-featured-card">
  1632.          <div class="card-image-wrapper">
  1633.            
  1634.                <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" class="card-image">
  1635.            
  1636.            <div class="image-overlay">
  1637.              <span class="category-pill fashion bg-primary-gradient">News</span>
  1638.            </div>
  1639.          </div>
  1640.          <div class="card-content">
  1641.            <h2 class="card-title"><a class="top-color" href="/the-mushroom-cleaning-controversy-expert-tips-for-preparing-your-fungi/">
  1642.                                        The Mushroom Cleaning Controversy: Expert Tips for Preparing Your Fungi
  1643.                                    </a></h2>
  1644.            <p class="card-description"></p>
  1645.            <div class="card-footer">
  1646.              <div class="author-section">
  1647.                <div class="author-avatar">
  1648.                  
  1649.                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/20eac9c3-4a01-497d-9274-b8746b814d2a_profile.png" alt="Daisy Brown" style="object-fit: cover;" class="author-img">
  1650.                    
  1651.                </div>
  1652.                <div class="author-details">
  1653.                  <span class="author-name">Daisy Brown</span>
  1654.                  <span class="publish-date">19 May 2026</span>
  1655.                </div>
  1656.              </div>
  1657.              <div class="read-time">
  1658.                <!-- <span>9 min read</span> -->
  1659.              </div>
  1660.            </div>
  1661.          </div>
  1662.        </div>
  1663.  
  1664.        
  1665.      </div>
  1666.      
  1667.  
  1668.      <!-- Right Side - Grid of Posts -->
  1669.      <div class="col-lg-6 col-md-12">
  1670.        <div class="row h-100">
  1671.          
  1672.          
  1673.            
  1674.          <!-- Medium Featured Post -->
  1675.          <div class="col-12 mb-3">
  1676.            <div class="medium-featured-card h-100">
  1677.              <div class="row g-0 h-100">
  1678.                <div class="col-md-6">
  1679.                  <div class="medium-image-wrapper">
  1680.                    
  1681.                          <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1682.                      
  1683.                    <div class="medium-overlay">
  1684.                      <span class="category-pill travel bg-primary-gradient">News</span>
  1685.                    </div>
  1686.                  </div>
  1687.                </div>
  1688.                <div class="col-md-6">
  1689.                  <div class="medium-content">
  1690.                    <h3 class="medium-title"><a class="top-color" href="/body-of-competitive-swimmer-seemingly-killed-by-predator-recovered-from-pacific-shore/">
  1691.                                        Body of Competitive Swimmer Seemingly Killed by Predator Recovered from Pacific Shore
  1692.                                    </a></h3>
  1693.                    <p class="medium-excerpt"></p>
  1694.                    <div class="medium-meta">
  1695.                      <span class="author">By Daisy Brown</span>
  1696.                      <span class="date">19 May 2026</span>
  1697.                    </div>
  1698.                  </div>
  1699.                </div>
  1700.              </div>
  1701.            </div>
  1702.          </div>
  1703.  
  1704.          
  1705.          
  1706.  
  1707.          
  1708.            <!-- Small Cards Row -->
  1709.            <div class="col-md-6 col-12 mb-md-0 mb-3">
  1710.              <div class="small-card h-100">
  1711.                <div class="small-image-wrapper">
  1712.                    
  1713.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1714.                            style="object-fit: cover;" alt="">
  1715.                    
  1716.                  <span class="small-category bg-primary-gradient">News</span>
  1717.                </div>
  1718.                <div class="small-content">
  1719.                  <h4 class="small-title"> <a class="top-color" href="/iconic-singer-barry-manilow-to-undergo-an-operation-for-cancer-in-his-lung/" >
  1720.                                        Iconic Singer Barry Manilow to Undergo an Operation for Cancer in His Lung.
  1721.                                    </a></h4>
  1722.                  <p class="medium-excerpt"></p>
  1723.                  <div class="small-meta">
  1724.                    <span>By Daisy Brown</span>
  1725.                    <span>19 May 2026</span>
  1726.                  </div>
  1727.                </div>
  1728.              </div>
  1729.            </div>
  1730.            
  1731.            <!-- Small Cards Row -->
  1732.            <div class="col-md-6 col-12 mb-md-0 mb-3">
  1733.              <div class="small-card h-100">
  1734.                <div class="small-image-wrapper">
  1735.                    
  1736.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1737.                            style="object-fit: cover;" alt="">
  1738.                    
  1739.                  <span class="small-category bg-primary-gradient">News</span>
  1740.                </div>
  1741.                <div class="small-content">
  1742.                  <h4 class="small-title"> <a class="top-color" href="/ex-uk-soldier-charged-of-murdering-kenya-woman-shows-up-in-courtroom/" >
  1743.                                        Ex UK Soldier Charged of Murdering Kenya Woman Shows Up in Courtroom
  1744.                                    </a></h4>
  1745.                  <p class="medium-excerpt"></p>
  1746.                  <div class="small-meta">
  1747.                    <span>By Daisy Brown</span>
  1748.                    <span>19 May 2026</span>
  1749.                  </div>
  1750.                </div>
  1751.              </div>
  1752.            </div>
  1753.            
  1754.  
  1755.        </div>
  1756.      </div>
  1757.    </div>
  1758.  </div>
  1759. </div>
  1760.  
  1761. <style>
  1762.  /* Blog Hero V5 - Clean Card Grid Design */
  1763.  :root {
  1764.    --shadow-light: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  1765.    --shadow-medium: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  1766.    --shadow-heavy: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  1767.  
  1768.    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  1769.  }
  1770.  
  1771.  .blog-hero-v5 {
  1772.    padding: 4rem 0;
  1773.  }
  1774.  
  1775.  /* Hero Header */
  1776.  .hero-header {
  1777.    margin-bottom: 2rem;
  1778.  }
  1779.  
  1780.  .hero-title {
  1781.    font-size: 3.5rem;
  1782.    font-weight: 800;
  1783.    color: var(--text-dark);
  1784.    margin-bottom: 1rem;
  1785.    letter-spacing: -0.025em;
  1786.    line-height: 1.1;
  1787.  }
  1788.  
  1789.  .hero-subtitle {
  1790.    font-size: 1.25rem;
  1791.    color: var(--text-light);
  1792.    font-weight: 400;
  1793.    max-width: 600px;
  1794.    margin: 0 auto;
  1795.  }
  1796.  
  1797.  /* Large Featured Card */
  1798.  .large-featured-card {
  1799.    background: var(--card-bg);
  1800.    border-radius: var(--border-radius);
  1801.    box-shadow: var(--shadow-medium);
  1802.    overflow: hidden;
  1803.    height: 100%;
  1804.    transition: var(--transition);
  1805.    border: 1px solid var(--border-color);
  1806.  }
  1807.  
  1808.  .large-featured-card:hover {
  1809.    transform: translateY(-8px);
  1810.    box-shadow: var(--shadow-heavy);
  1811.  }
  1812.  
  1813.  .card-image-wrapper {
  1814.    position: relative;
  1815.    height: 280px;
  1816.    overflow: hidden;
  1817.  }
  1818.  
  1819.  .card-image {
  1820.    width: 100%;
  1821.    height: 100%;
  1822.    object-fit: cover;
  1823.    transition: var(--transition);
  1824.  }
  1825.  
  1826.  .large-featured-card:hover .card-image {
  1827.    transform: scale(1.05);
  1828.  }
  1829.  
  1830.  .image-overlay {
  1831.    position: absolute;
  1832.    top: 1.5rem;
  1833.    left: 1.5rem;
  1834.  }
  1835.  
  1836.  .card-content {
  1837.    padding: 2rem;
  1838.  }
  1839.  
  1840.  .card-title {
  1841.    font-size: 1.75rem;
  1842.    font-weight: 700;
  1843.    color: var(--text-dark);
  1844.    margin-bottom: 1rem;
  1845.    line-height: 1.3;
  1846.  }
  1847.  
  1848.  .card-description {
  1849.    color: var(--text-light);
  1850.    font-size: 1rem;
  1851.    line-height: 1.6;
  1852.    margin-bottom: 2rem;
  1853.  }
  1854.  
  1855.  .card-footer {
  1856.    display: flex;
  1857.    align-items: center;
  1858.    justify-content: space-between;
  1859.  }
  1860.  
  1861.  .author-section {
  1862.    display: flex;
  1863.    align-items: center;
  1864.    gap: 1rem;
  1865.  }
  1866.  
  1867.  .author-avatar {
  1868.    width: 48px;
  1869.    height: 48px;
  1870.    border-radius: 50%;
  1871.    overflow: hidden;
  1872.    border: 2px solid var(--border-color);
  1873.  }
  1874.  
  1875.  .author-avatar img {
  1876.    width: 100%;
  1877.    height: 100%;
  1878.    object-fit: cover;
  1879.  }
  1880.  
  1881.  .author-details {
  1882.    display: flex;
  1883.    flex-direction: column;
  1884.  }
  1885.  
  1886.  .author-name {
  1887.    font-weight: 600;
  1888.    color: var(--text-dark);
  1889.    font-size: 0.95rem;
  1890.  }
  1891.  
  1892.  .publish-date {
  1893.    color: var(--text-light);
  1894.    font-size: 0.875rem;
  1895.  }
  1896.  
  1897.  .read-time {
  1898.    background: var(--card-bg);
  1899.    padding: 0.5rem 1rem;
  1900.    border-radius: 20px;
  1901.    font-size: 0.875rem;
  1902.    color: var(--text-light);
  1903.    font-weight: 500;
  1904.  }
  1905.  
  1906.  /* Category Pills */
  1907.  .category-pill {
  1908.    display: inline-block;
  1909.    padding: 0.5rem 1rem;
  1910.    font-size: 0.75rem;
  1911.    font-weight: 600;
  1912.    text-transform: uppercase;
  1913.    letter-spacing: 0.05em;
  1914.    border-radius: 20px;
  1915.    color: white;
  1916.  }
  1917.  
  1918.  
  1919.  /* Medium Featured Card */
  1920.  .medium-featured-card {
  1921.    background: var(--card-bg);
  1922.    border-radius: var(--border-radius);
  1923.    box-shadow: var(--shadow-light);
  1924.    overflow: hidden;
  1925.    height: 220px;
  1926.    transition: var(--transition);
  1927.    border: 1px solid var(--border-color);
  1928.  }
  1929.  
  1930.  .medium-featured-card:hover {
  1931.    transform: translateY(-4px);
  1932.    box-shadow: var(--shadow-medium);
  1933.  }
  1934.  
  1935.  .medium-image-wrapper {
  1936.    position: relative;
  1937.    height: 100%;
  1938.    overflow: hidden;
  1939.  }
  1940.  
  1941.  .medium-image-wrapper img {
  1942.    width: 100%;
  1943.    height: 100%;
  1944.    object-fit: cover;
  1945.    transition: var(--transition);
  1946.  }
  1947.  
  1948.  .medium-featured-card:hover .medium-image-wrapper img {
  1949.    transform: scale(1.05);
  1950.  }
  1951.  
  1952.  .medium-overlay {
  1953.    position: absolute;
  1954.    top: 1rem;
  1955.    left: 1rem;
  1956.  }
  1957.  
  1958.  .medium-content {
  1959.    padding: 1.5rem;
  1960.    display: flex;
  1961.    flex-direction: column;
  1962.    justify-content: space-between;
  1963.    height: 100%;
  1964.  }
  1965.  
  1966.  .medium-title {
  1967.    font-size: 1.25rem;
  1968.    font-weight: 600;
  1969.    color: var(--text-dark);
  1970.    margin-bottom: 0.75rem;
  1971.    line-height: 1.3;
  1972.  }
  1973.  
  1974.  .medium-excerpt {
  1975.    color: var(--text-light);
  1976.    font-size: 0.9rem;
  1977.    line-height: 1.5;
  1978.    margin-bottom: 1rem;
  1979.    flex-grow: 1;
  1980.  }
  1981.  
  1982.  .medium-meta {
  1983.    display: flex;
  1984.    flex-direction: column;
  1985.    gap: 0.25rem;
  1986.    font-size: 0.8rem;
  1987.  }
  1988.  
  1989.  /* Small Cards */
  1990.  .small-card {
  1991.    background: var(--card-bg);
  1992.    border-radius: var(--border-radius);
  1993.    box-shadow: var(--shadow-light);
  1994.    overflow: hidden;
  1995.    transition: var(--transition);
  1996.    border: 1px solid var(--border-color);
  1997.    display: flex;
  1998.    flex-direction: column;
  1999.  }
  2000.  
  2001.  .small-card:hover {
  2002.    transform: translateY(-4px);
  2003.    box-shadow: var(--shadow-medium);
  2004.  }
  2005.  
  2006.  .small-image-wrapper {
  2007.    position: relative;
  2008.    height: 140px;
  2009.    overflow: hidden;
  2010.    flex-shrink: 0;
  2011.  }
  2012.  
  2013.  .small-image-wrapper img {
  2014.    width: 100%;
  2015.    height: 100%;
  2016.    object-fit: cover;
  2017.    transition: var(--transition);
  2018.  }
  2019.  
  2020.  .small-card:hover .small-image-wrapper img {
  2021.    transform: scale(1.05);
  2022.  }
  2023.  
  2024.  .small-category {
  2025.    position: absolute;
  2026.    top: 0.75rem;
  2027.    left: 0.75rem;
  2028.    padding: 0.25rem 0.75rem;
  2029.    font-size: 0.7rem;
  2030.    font-weight: 600;
  2031.    text-transform: uppercase;
  2032.    border-radius: 12px;
  2033.    color: white;
  2034.  }
  2035.  
  2036.  
  2037.  .small-content {
  2038.    padding: 1rem;
  2039.    flex-grow: 1;
  2040.    display: flex;
  2041.    flex-direction: column;
  2042.    justify-content: space-between;
  2043.  }
  2044.  
  2045.  .small-title {
  2046.    font-size: 1rem;
  2047.    font-weight: 600;
  2048.    color: var(--text-dark);
  2049.    margin-bottom: 0.75rem;
  2050.    line-height: 1.3;
  2051.  }
  2052.  
  2053.  .small-meta {
  2054.    display: flex;
  2055.    justify-content: space-between;
  2056.    font-size: 0.75rem;
  2057.    color: var(--text-light);
  2058.  }
  2059.  
  2060.  /* Stats Section - Removed */
  2061.  
  2062.  /* Responsive Design */
  2063.  @media (max-width: 992px) {
  2064.    .hero-title {
  2065.      font-size: 2.5rem;
  2066.    }
  2067.  
  2068.    .card-content {
  2069.      padding: 1.5rem;
  2070.    }
  2071.  
  2072.    .card-title {
  2073.      font-size: 1.5rem;
  2074.    }
  2075.  
  2076.    .medium-featured-card {
  2077.      height: auto;
  2078.    }
  2079.  
  2080.    .medium-content {
  2081.      height: auto;
  2082.    }
  2083.  }
  2084.  
  2085.  @media (max-width: 768px) {
  2086.    .blog-hero-v5 {
  2087.      padding: 2rem 0;
  2088.    }
  2089.  
  2090.    .hero-title {
  2091.      font-size: 2rem;
  2092.    }
  2093.  
  2094.    .hero-subtitle {
  2095.      font-size: 1rem;
  2096.    }
  2097.  
  2098.    .card-image-wrapper {
  2099.      height: 200px;
  2100.    }
  2101.  
  2102.    .medium-featured-card {
  2103.      height: auto;
  2104.    }
  2105.  
  2106.    .medium-image-wrapper {
  2107.      height: 150px;
  2108.    }
  2109.  
  2110.    .small-image-wrapper {
  2111.      height: 120px;
  2112.    }
  2113.  }
  2114.  
  2115.  @media (max-width: 576px) {
  2116.    .card-footer {
  2117.      flex-direction: column;
  2118.      align-items: flex-start;
  2119.      gap: 1rem;
  2120.    }
  2121.  
  2122.    .stat-number {
  2123.      font-size: 1.5rem;
  2124.    }
  2125.  }
  2126. </style>
  2127.  
  2128.  
  2129.  
  2130.  
  2131.  
  2132.        <!-- end of wpo-blog-hero -->
  2133.  
  2134.        <!-- start of wpo-breacking-news -->
  2135.        
  2136.        <!-- end of wpo-breacking-news -->
  2137.        
  2138.        <!-- start wpo-blog-highlights-section -->
  2139.        
  2140.  
  2141.  
  2142.  
  2143.    
  2144.  
  2145.  
  2146.  
  2147. <style>
  2148.    .blog-highlights-v3 {
  2149.        padding: 0px 0;
  2150.    }
  2151.    
  2152.    .blog-card-v3 {
  2153.        border: 1px solid #e9ecef;
  2154.        border-radius: 8px;
  2155.        overflow: hidden;
  2156.        transition: all 0.3s ease;
  2157.        background: white;
  2158.        height: 100%;
  2159.    }
  2160.    
  2161.    .blog-card-v3:hover {
  2162.        box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  2163.    }
  2164.    
  2165.    .blog-image-v3 {
  2166.        position: relative;
  2167.        overflow: hidden;
  2168.        height: 200px;
  2169.    }
  2170.    
  2171.    .blog-image-v3 img {
  2172.        width: 100%;
  2173.        height: 100%;
  2174.        object-fit: cover;
  2175.        transition: opacity 0.3s ease;
  2176.    }
  2177.    
  2178.    .blog-card-v3:hover .blog-image-v3 img {
  2179.        opacity: 0.9;
  2180.    }
  2181.    
  2182.    .blog-category-v3 {
  2183.        position: absolute;
  2184.        top: 12px;
  2185.        right: 12px;
  2186.        padding: 4px 12px;
  2187.        border-radius: 4px;
  2188.        font-size: 11px;
  2189.        font-weight: 600;
  2190.        text-transform: uppercase;
  2191.        letter-spacing: 0.8px;
  2192.    }
  2193.    
  2194.    .blog-content-v3 {
  2195.        padding: 20px;
  2196.    }
  2197.    
  2198.    .blog-title-v3 {
  2199.        font-size: 16px;
  2200.        font-weight: 600;
  2201.        line-height: 1.5;
  2202.        margin-bottom: 12px;
  2203.        min-height: 48px;
  2204.    }
  2205.    
  2206.    .blog-title-v3 a {
  2207.        text-decoration: none;
  2208.        transition: color 0.2s ease;
  2209.    }
  2210.    
  2211.    .blog-meta-v3 {
  2212.        display: flex;
  2213.        align-items: center;
  2214.        gap: 8px;
  2215.        margin-bottom: 10px;
  2216.        font-size: 12px;
  2217.        border-bottom: 1px solid #f1f3f4;
  2218.        padding-bottom: 10px;
  2219.    }
  2220.    
  2221.    .blog-author-img-v3 {
  2222.        width: 24px;
  2223.        height: 24px;
  2224.        border-radius: 50%;
  2225.        object-fit: cover;
  2226.    }
  2227.    
  2228.    .blog-excerpt-v3 {
  2229.        font-size: 13px;
  2230.        line-height: 1.5;
  2231.        opacity: 0.7;
  2232.        display: -webkit-box;
  2233.        -webkit-line-clamp: 2;
  2234.        -webkit-box-orient: vertical;
  2235.        overflow: hidden;
  2236.    }
  2237.    
  2238.    .section-title-v3 {
  2239.        font-size: 2.8rem;
  2240.        font-weight: 700;
  2241.        text-align: center;
  2242.        margin-bottom: 20px;
  2243.    }
  2244.    
  2245.    .section-subtitle-v3 {
  2246.        text-align: center;
  2247.        font-size: 1rem;
  2248.        opacity: 0.7;
  2249.        margin-bottom: 60px;
  2250.    }
  2251.  
  2252.    @media (max-width: 768px) {
  2253.        .section-title-v3 {
  2254.            font-size: 2.2rem;
  2255.        }
  2256.        .blog-highlights-v3 {
  2257.            padding: 0px 0;
  2258.        }
  2259.        .blog-content-v3 {
  2260.            padding: 16px;
  2261.        }
  2262.    }
  2263. </style>
  2264.  
  2265. <section class="blog-highlights-v3">
  2266.    <div class="container-fluid fluid-container">
  2267.        <div class="row">
  2268.            <div class="col-12">
  2269.                <h2 class="section-title-v3 top-color">
  2270.                Today's Top Highlights
  2271.                   </h2>
  2272.                <p class="section-subtitle-v3 top-color">Discover our latest stories and insights from around the world</p>
  2273.            </div>
  2274.        </div>
  2275.        
  2276.        <div class="row">
  2277.            <div class="col-lg-8 col-12">
  2278.                <div class="row g-3">
  2279.                    
  2280.                    <div class="col-lg-6 col-md-6 col-12">
  2281.                        <div class="card blog-card-v3">
  2282.                            <div class="blog-image-v3">
  2283.                                
  2284.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2285.                                
  2286.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2287.                            </div>
  2288.                            <div class="blog-content-v3">
  2289.                                <h3 class="blog-title-v3">
  2290.                                    <a href="/we-need-a-chopper-to-search-for-them-13-year-olds-emergency-call-to-save-loved-ones-stranded-off-australian-coast-disclosed/" class="top-color">
  2291.                                    ‘We Need a Chopper to Search For Them’: 13-Year-Old’s Emergency Call to Save Loved Ones Stranded Off Australian Coast Disclosed
  2292.                                    </a>
  2293.                                </h3>
  2294.                                <div class="blog-meta-v3">
  2295.                                    
  2296.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/20eac9c3-4a01-497d-9274-b8746b814d2a_profile.png" alt="Daisy Brown" style="object-fit: cover;" class="blog-author-img-v3">
  2297.                                    
  2298.                                    
  2299.                                    <span class="top-color">By Daisy Brown</span>
  2300.                                    <span class="top-color">•</span>
  2301.                                    <span class="top-color">19 May 2026</span>
  2302.                                </div>
  2303.                                <p class="blog-excerpt-v3 top-color"></p>
  2304.                            </div>
  2305.                        </div>
  2306.                    </div>
  2307.                    
  2308.                    <div class="col-lg-6 col-md-6 col-12">
  2309.                        <div class="card blog-card-v3">
  2310.                            <div class="blog-image-v3">
  2311.                                
  2312.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2313.                                
  2314.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2315.                            </div>
  2316.                            <div class="blog-content-v3">
  2317.                                <h3 class="blog-title-v3">
  2318.                                    <a href="/tropical-storm-catastrophe-in-sri-lanka-ignites-a-spirit-of-community-action/" class="top-color">
  2319.                                    Tropical Storm Catastrophe in Sri Lanka Ignites a Spirit of Community Action
  2320.                                    </a>
  2321.                                </h3>
  2322.                                <div class="blog-meta-v3">
  2323.                                    
  2324.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/20eac9c3-4a01-497d-9274-b8746b814d2a_profile.png" alt="Daisy Brown" style="object-fit: cover;" class="blog-author-img-v3">
  2325.                                    
  2326.                                    
  2327.                                    <span class="top-color">By Daisy Brown</span>
  2328.                                    <span class="top-color">•</span>
  2329.                                    <span class="top-color">18 May 2026</span>
  2330.                                </div>
  2331.                                <p class="blog-excerpt-v3 top-color"></p>
  2332.                            </div>
  2333.                        </div>
  2334.                    </div>
  2335.                    
  2336.                    <div class="col-lg-6 col-md-6 col-12">
  2337.                        <div class="card blog-card-v3">
  2338.                            <div class="blog-image-v3">
  2339.                                
  2340.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2341.                                
  2342.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2343.                            </div>
  2344.                            <div class="blog-content-v3">
  2345.                                <h3 class="blog-title-v3">
  2346.                                    <a href="/los-blancos-trent-alexander-arnold-could-face-his-former-club-in-forthcoming-champions-league-fixture/" class="top-color">
  2347.                                    Los Blancos&#x27; Trent Alexander-Arnold Could Face His Former Club in Forthcoming Champions League Fixture
  2348.                                    </a>
  2349.                                </h3>
  2350.                                <div class="blog-meta-v3">
  2351.                                    
  2352.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/20eac9c3-4a01-497d-9274-b8746b814d2a_profile.png" alt="Daisy Brown" style="object-fit: cover;" class="blog-author-img-v3">
  2353.                                    
  2354.                                    
  2355.                                    <span class="top-color">By Daisy Brown</span>
  2356.                                    <span class="top-color">•</span>
  2357.                                    <span class="top-color">18 May 2026</span>
  2358.                                </div>
  2359.                                <p class="blog-excerpt-v3 top-color"></p>
  2360.                            </div>
  2361.                        </div>
  2362.                    </div>
  2363.                    
  2364.                    <div class="col-lg-6 col-md-6 col-12">
  2365.                        <div class="card blog-card-v3">
  2366.                            <div class="blog-image-v3">
  2367.                                
  2368.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2369.                                
  2370.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2371.                            </div>
  2372.                            <div class="blog-content-v3">
  2373.                                <h3 class="blog-title-v3">
  2374.                                    <a href="/disturbing-memories-return-in-davao-as-authorities-piece-together-bondi-shooting-suspects-movements/" class="top-color">
  2375.                                    Disturbing Memories Return in Davao as Authorities Piece Together Bondi Shooting Suspects’ Movements
  2376.                                    </a>
  2377.                                </h3>
  2378.                                <div class="blog-meta-v3">
  2379.                                    
  2380.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/20eac9c3-4a01-497d-9274-b8746b814d2a_profile.png" alt="Daisy Brown" style="object-fit: cover;" class="blog-author-img-v3">
  2381.                                    
  2382.                                    
  2383.                                    <span class="top-color">By Daisy Brown</span>
  2384.                                    <span class="top-color">•</span>
  2385.                                    <span class="top-color">18 May 2026</span>
  2386.                                </div>
  2387.                                <p class="blog-excerpt-v3 top-color"></p>
  2388.                            </div>
  2389.                        </div>
  2390.                    </div>
  2391.                    
  2392.                    <div class="col-lg-6 col-md-6 col-12">
  2393.                        <div class="card blog-card-v3">
  2394.                            <div class="blog-image-v3">
  2395.                                
  2396.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2397.                                
  2398.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2399.                            </div>
  2400.                            <div class="blog-content-v3">
  2401.                                <h3 class="blog-title-v3">
  2402.                                    <a href="/real-southern-portugal-exploring-portugal-past-the-coastline/" class="top-color">
  2403.                                    Real Southern Portugal: Exploring Portugal Past the Coastline
  2404.                                    </a>
  2405.                                </h3>
  2406.                                <div class="blog-meta-v3">
  2407.                                    
  2408.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/20eac9c3-4a01-497d-9274-b8746b814d2a_profile.png" alt="Daisy Brown" style="object-fit: cover;" class="blog-author-img-v3">
  2409.                                    
  2410.                                    
  2411.                                    <span class="top-color">By Daisy Brown</span>
  2412.                                    <span class="top-color">•</span>
  2413.                                    <span class="top-color">18 May 2026</span>
  2414.                                </div>
  2415.                                <p class="blog-excerpt-v3 top-color"></p>
  2416.                            </div>
  2417.                        </div>
  2418.                    </div>
  2419.                    
  2420.                    <div class="col-lg-6 col-md-6 col-12">
  2421.                        <div class="card blog-card-v3">
  2422.                            <div class="blog-image-v3">
  2423.                                
  2424.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2425.                                
  2426.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2427.                            </div>
  2428.                            <div class="blog-content-v3">
  2429.                                <h3 class="blog-title-v3">
  2430.                                    <a href="/arsenals-goalkeeper-backs-squad-depth-as-key-to-silverware-challenge/" class="top-color">
  2431.                                    Arsenal&#x27;s goalkeeper Backs Squad Depth as Key to Silverware Challenge
  2432.                                    </a>
  2433.                                </h3>
  2434.                                <div class="blog-meta-v3">
  2435.                                    
  2436.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/20eac9c3-4a01-497d-9274-b8746b814d2a_profile.png" alt="Daisy Brown" style="object-fit: cover;" class="blog-author-img-v3">
  2437.                                    
  2438.                                    
  2439.                                    <span class="top-color">By Daisy Brown</span>
  2440.                                    <span class="top-color">•</span>
  2441.                                    <span class="top-color">18 May 2026</span>
  2442.                                </div>
  2443.                                <p class="blog-excerpt-v3 top-color"></p>
  2444.                            </div>
  2445.                        </div>
  2446.                    </div>
  2447.                    
  2448.                    <div class="col-lg-6 col-md-6 col-12">
  2449.                        <div class="card blog-card-v3">
  2450.                            <div class="blog-image-v3">
  2451.                                
  2452.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2453.                                
  2454.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2455.                            </div>
  2456.                            <div class="blog-content-v3">
  2457.                                <h3 class="blog-title-v3">
  2458.                                    <a href="/will-the-all-blacks-regain-their-spark-during-the-fall-tour/" class="top-color">
  2459.                                    Will the All Blacks regain their spark during the fall tour?
  2460.                                    </a>
  2461.                                </h3>
  2462.                                <div class="blog-meta-v3">
  2463.                                    
  2464.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/20eac9c3-4a01-497d-9274-b8746b814d2a_profile.png" alt="Daisy Brown" style="object-fit: cover;" class="blog-author-img-v3">
  2465.                                    
  2466.                                    
  2467.                                    <span class="top-color">By Daisy Brown</span>
  2468.                                    <span class="top-color">•</span>
  2469.                                    <span class="top-color">18 May 2026</span>
  2470.                                </div>
  2471.                                <p class="blog-excerpt-v3 top-color"></p>
  2472.                            </div>
  2473.                        </div>
  2474.                    </div>
  2475.                    
  2476.                    <div class="col-lg-6 col-md-6 col-12">
  2477.                        <div class="card blog-card-v3">
  2478.                            <div class="blog-image-v3">
  2479.                                
  2480.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2481.                                
  2482.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2483.                            </div>
  2484.                            <div class="blog-content-v3">
  2485.                                <h3 class="blog-title-v3">
  2486.                                    <a href="/trumps-unprecedented-shadow-in-athletics-hit-a-peak-in-2025-next-year-promises-to-take-it-further/" class="top-color">
  2487.                                    Trump&#x27;s Unprecedented Shadow in Athletics Hit A Peak in 2025. Next Year Promises to Take It Further.
  2488.                                    </a>
  2489.                                </h3>
  2490.                                <div class="blog-meta-v3">
  2491.                                    
  2492.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/20eac9c3-4a01-497d-9274-b8746b814d2a_profile.png" alt="Daisy Brown" style="object-fit: cover;" class="blog-author-img-v3">
  2493.                                    
  2494.                                    
  2495.                                    <span class="top-color">By Daisy Brown</span>
  2496.                                    <span class="top-color">•</span>
  2497.                                    <span class="top-color">18 May 2026</span>
  2498.                                </div>
  2499.                                <p class="blog-excerpt-v3 top-color"></p>
  2500.                            </div>
  2501.                        </div>
  2502.                    </div>
  2503.                    
  2504.                    <div class="col-lg-6 col-md-6 col-12">
  2505.                        <div class="card blog-card-v3">
  2506.                            <div class="blog-image-v3">
  2507.                                
  2508.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2509.                                
  2510.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2511.                            </div>
  2512.                            <div class="blog-content-v3">
  2513.                                <h3 class="blog-title-v3">
  2514.                                    <a href="/we-got-fired-and-we-accept-it-this-is-how-to-land-a-fresh-position-that-suits-your-needs/" class="top-color">
  2515.                                    We Got Fired, and We Accept It – This Is How to Land a Fresh Position That Suits Your Needs
  2516.                                    </a>
  2517.                                </h3>
  2518.                                <div class="blog-meta-v3">
  2519.                                    
  2520.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/20eac9c3-4a01-497d-9274-b8746b814d2a_profile.png" alt="Daisy Brown" style="object-fit: cover;" class="blog-author-img-v3">
  2521.                                    
  2522.                                    
  2523.                                    <span class="top-color">By Daisy Brown</span>
  2524.                                    <span class="top-color">•</span>
  2525.                                    <span class="top-color">18 May 2026</span>
  2526.                                </div>
  2527.                                <p class="blog-excerpt-v3 top-color"></p>
  2528.                            </div>
  2529.                        </div>
  2530.                    </div>
  2531.                    
  2532.                    <div class="col-lg-6 col-md-6 col-12">
  2533.                        <div class="card blog-card-v3">
  2534.                            <div class="blog-image-v3">
  2535.                                
  2536.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2537.                                
  2538.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2539.                            </div>
  2540.                            <div class="blog-content-v3">
  2541.                                <h3 class="blog-title-v3">
  2542.                                    <a href="/work-out-as-you-are-working-a-dozen-fitness-enhancing-office-movements-you-can-do-in-regular-clothes/" class="top-color">
  2543.                                    Work out as you are working? A dozen fitness-enhancing office movements you can do in regular clothes
  2544.                                    </a>
  2545.                                </h3>
  2546.                                <div class="blog-meta-v3">
  2547.                                    
  2548.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/20eac9c3-4a01-497d-9274-b8746b814d2a_profile.png" alt="Daisy Brown" style="object-fit: cover;" class="blog-author-img-v3">
  2549.                                    
  2550.                                    
  2551.                                    <span class="top-color">By Daisy Brown</span>
  2552.                                    <span class="top-color">•</span>
  2553.                                    <span class="top-color">17 May 2026</span>
  2554.                                </div>
  2555.                                <p class="blog-excerpt-v3 top-color"></p>
  2556.                            </div>
  2557.                        </div>
  2558.                    </div>
  2559.                    
  2560.                    <div class="col-lg-6 col-md-6 col-12">
  2561.                        <div class="card blog-card-v3">
  2562.                            <div class="blog-image-v3">
  2563.                                
  2564.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2565.                                
  2566.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2567.                            </div>
  2568.                            <div class="blog-content-v3">
  2569.                                <h3 class="blog-title-v3">
  2570.                                    <a href="/anno-117-pax-romanas-top-secret-is-a-breathtaking-first-person-view/" class="top-color">
  2571.                                    Anno 117: Pax Romana&#x27;s Top Secret Is a Breathtaking First-Person View.
  2572.                                    </a>
  2573.                                </h3>
  2574.                                <div class="blog-meta-v3">
  2575.                                    
  2576.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/20eac9c3-4a01-497d-9274-b8746b814d2a_profile.png" alt="Daisy Brown" style="object-fit: cover;" class="blog-author-img-v3">
  2577.                                    
  2578.                                    
  2579.                                    <span class="top-color">By Daisy Brown</span>
  2580.                                    <span class="top-color">•</span>
  2581.                                    <span class="top-color">17 May 2026</span>
  2582.                                </div>
  2583.                                <p class="blog-excerpt-v3 top-color"></p>
  2584.                            </div>
  2585.                        </div>
  2586.                    </div>
  2587.                    
  2588.                    <div class="col-lg-6 col-md-6 col-12">
  2589.                        <div class="card blog-card-v3">
  2590.                            <div class="blog-image-v3">
  2591.                                
  2592.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2593.                                
  2594.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2595.                            </div>
  2596.                            <div class="blog-content-v3">
  2597.                                <h3 class="blog-title-v3">
  2598.                                    <a href="/us-president-donald-trump-states-largely-there-is-consensus-on-subsequent-phases-of-peace-deal-in-gaza/" class="top-color">
  2599.                                    US President Donald Trump States &#x27;Largely, There Is Consensus&#x27; on Subsequent Phases of Peace Deal in Gaza
  2600.                                    </a>
  2601.                                </h3>
  2602.                                <div class="blog-meta-v3">
  2603.                                    
  2604.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/20eac9c3-4a01-497d-9274-b8746b814d2a_profile.png" alt="Daisy Brown" style="object-fit: cover;" class="blog-author-img-v3">
  2605.                                    
  2606.                                    
  2607.                                    <span class="top-color">By Daisy Brown</span>
  2608.                                    <span class="top-color">•</span>
  2609.                                    <span class="top-color">17 May 2026</span>
  2610.                                </div>
  2611.                                <p class="blog-excerpt-v3 top-color"></p>
  2612.                            </div>
  2613.                        </div>
  2614.                    </div>
  2615.                    
  2616.                    
  2617.  
  2618.                </div>
  2619.            </div>
  2620.            
  2621.             <div class="col col-lg-4 col-12">
  2622.                
  2623.  
  2624.  
  2625.  
  2626.    
  2627.  
  2628.  
  2629. <!-- Blog Sidebar V2 - Focused Design -->
  2630.  <div class="sidebar mb-3">
  2631.    <!-- Recent Posts Section -->
  2632.    <div class="sidebar-widget mb-5">
  2633.      <div class="widget-title-wrapper mb-3">
  2634.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  2635.          <i class="ti-time me-2"></i>Recent Posts
  2636.          <span class="title-arrow-primary"></span>
  2637.        </h4>
  2638.      </div>
  2639.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2640.        <div class="recent-post-list">
  2641.          
  2642.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2643.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2644.                
  2645.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2646.              
  2647.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2648.            </div>
  2649.            <div class="post-content flex-grow-1">
  2650.              <h6 class="post-title mb-2">
  2651.                 <a href="/every-night-i-dream-of-riding-a-unicorn-fantasy-themed-heavy-metal-band-castle-rat/" class="text-decoration-none top-color fw-semibold lh-sm">
  2652.                                            ‘Every Night, I Dream of Riding a Unicorn’: Fantasy-Themed Heavy Metal Band Castle Rat
  2653.                                            </a>
  2654.              </h6>
  2655.              <div class="post-meta mb-3">
  2656.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2657.                <!-- <small class="text-muted">
  2658.                  <i class="ti-eye me-1"></i>348 views
  2659.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2660.                </small> -->
  2661.              </div>
  2662.            </div>
  2663.          </div>
  2664.        
  2665.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2666.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2667.                
  2668.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2669.              
  2670.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2671.            </div>
  2672.            <div class="post-content flex-grow-1">
  2673.              <h6 class="post-title mb-2">
  2674.                 <a href="/crans-montana-blaze-survivors-are-treated-in-specialist-clinics-across-europe/" class="text-decoration-none top-color fw-semibold lh-sm">
  2675.                                            Crans-Montana Blaze Survivors Are Treated in Specialist Clinics Across Europe
  2676.                                            </a>
  2677.              </h6>
  2678.              <div class="post-meta mb-3">
  2679.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2680.                <!-- <small class="text-muted">
  2681.                  <i class="ti-eye me-1"></i>348 views
  2682.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2683.                </small> -->
  2684.              </div>
  2685.            </div>
  2686.          </div>
  2687.        
  2688.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2689.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2690.                
  2691.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2692.              
  2693.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2694.            </div>
  2695.            <div class="post-content flex-grow-1">
  2696.              <h6 class="post-title mb-2">
  2697.                 <a href="/queens-acknowledge-leaders-as-the-president-extends-mamdani-a-warm-greeting/" class="text-decoration-none top-color fw-semibold lh-sm">
  2698.                                            Queens Acknowledge Leaders as The President Extends Mamdani a Warm Greeting
  2699.                                            </a>
  2700.              </h6>
  2701.              <div class="post-meta mb-3">
  2702.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2703.                <!-- <small class="text-muted">
  2704.                  <i class="ti-eye me-1"></i>348 views
  2705.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2706.                </small> -->
  2707.              </div>
  2708.            </div>
  2709.          </div>
  2710.        
  2711.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2712.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2713.                
  2714.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2715.              
  2716.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2717.            </div>
  2718.            <div class="post-content flex-grow-1">
  2719.              <h6 class="post-title mb-2">
  2720.                 <a href="/the-ten-year-affair-by-erin-somers-the-midlife-infidelity-story-our-generation-deserves/" class="text-decoration-none top-color fw-semibold lh-sm">
  2721.                                            The Ten Year Affair by Erin Somers: The Midlife Infidelity Story Our Generation Deserves.
  2722.                                            </a>
  2723.              </h6>
  2724.              <div class="post-meta mb-3">
  2725.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  2726.                <!-- <small class="text-muted">
  2727.                  <i class="ti-eye me-1"></i>348 views
  2728.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2729.                </small> -->
  2730.              </div>
  2731.            </div>
  2732.          </div>
  2733.        
  2734.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2735.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2736.                
  2737.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2738.              
  2739.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2740.            </div>
  2741.            <div class="post-content flex-grow-1">
  2742.              <h6 class="post-title mb-2">
  2743.                 <a href="/leader-zelensky-states-ukraine-was-ten-percent-off-from-a-peace-deal-but-not-at-any-possible-cost/" class="text-decoration-none top-color fw-semibold lh-sm">
  2744.                                            Leader Zelensky States Ukraine Was Ten Percent Off from a Peace Deal, But Not at Any Possible Cost
  2745.                                            </a>
  2746.              </h6>
  2747.              <div class="post-meta mb-3">
  2748.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  2749.                <!-- <small class="text-muted">
  2750.                  <i class="ti-eye me-1"></i>348 views
  2751.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2752.                </small> -->
  2753.              </div>
  2754.            </div>
  2755.          </div>
  2756.        
  2757.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2758.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2759.                
  2760.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2761.              
  2762.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2763.            </div>
  2764.            <div class="post-content flex-grow-1">
  2765.              <h6 class="post-title mb-2">
  2766.                 <a href="/the-mighty-neins-introductory-sequence-selected-the-wrong-popular-rpg-show-track/" class="text-decoration-none top-color fw-semibold lh-sm">
  2767.                                            The Mighty Nein&#x27;s Introductory Sequence Selected the Wrong Popular RPG Show Track
  2768.                                            </a>
  2769.              </h6>
  2770.              <div class="post-meta mb-3">
  2771.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  2772.                <!-- <small class="text-muted">
  2773.                  <i class="ti-eye me-1"></i>348 views
  2774.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2775.                </small> -->
  2776.              </div>
  2777.            </div>
  2778.          </div>
  2779.        
  2780.        </div>
  2781.  
  2782.        <div class="text-center mt-4 pt-3 border-top border-light">
  2783.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2784.        </div>
  2785.      </div>
  2786.    </div>
  2787.  
  2788.    
  2789.    <div class="sidebar-widget mb-4">
  2790.      <div class="widget-title-wrapper mb-3">
  2791.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2792.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2793.          <span class="title-arrow"></span>
  2794.        </h4>
  2795.      </div>
  2796.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2797.        <div class="blog-roll-list scrollable-sidebar">
  2798.          
  2799.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2800.            <a href="https://www.gameshub.com/uk/online-casinos/non-gamstop-casinos/" class="text-decoration-none " rel="dofollow">
  2801.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2802.                <i class="ti-angle-right me-2 text-primary"></i>
  2803.                casino not on gamstop
  2804.              </h6>
  2805.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2806.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2807.              </div> -->
  2808.            </a>
  2809.          </div>
  2810.          
  2811.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2812.            <a href="https://www.summerhall.co.uk/" class="text-decoration-none " rel="dofollow">
  2813.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2814.                <i class="ti-angle-right me-2 text-primary"></i>
  2815.                best uk non GamStop casinos
  2816.              </h6>
  2817.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2818.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2819.              </div> -->
  2820.            </a>
  2821.          </div>
  2822.          
  2823.  
  2824.        </div>
  2825. <!--
  2826.        <div class="text-center mt-4 pt-3 border-top border-light">
  2827.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2828.        </div> -->
  2829.      </div>
  2830.    </div>
  2831.    
  2832.    <div class="sidebar-widget mb-4">
  2833.      <div class="widget-title-wrapper mb-3">
  2834.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2835.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2836.          <span class="title-arrow"></span>
  2837.        </h4>
  2838.      </div>
  2839.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2840.        <div class="blog-roll-list scrollable-sidebar">
  2841.          
  2842.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2843.            <a href="https://wallaseycemetery.co.uk" class="text-decoration-none " rel="dofollow">
  2844.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2845.                <i class="ti-angle-right me-2 text-primary"></i>
  2846.                best betting sites uk
  2847.              </h6>
  2848.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2849.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2850.              </div> -->
  2851.            </a>
  2852.          </div>
  2853.          
  2854.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2855.            <a href="https://www.adhdfoundation.org.uk" class="text-decoration-none " rel="dofollow">
  2856.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2857.                <i class="ti-angle-right me-2 text-primary"></i>
  2858.                best non gamstop casinos
  2859.              </h6>
  2860.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2861.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2862.              </div> -->
  2863.            </a>
  2864.          </div>
  2865.          
  2866.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2867.            <a href="https://belgo-restaurants.co.uk" class="text-decoration-none " rel="dofollow">
  2868.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2869.                <i class="ti-angle-right me-2 text-primary"></i>
  2870.                casinos not on GamStop
  2871.              </h6>
  2872.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2873.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2874.              </div> -->
  2875.            </a>
  2876.          </div>
  2877.          
  2878.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2879.            <a href="https://bottlebling.co.uk/" class="text-decoration-none " rel="dofollow">
  2880.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2881.                <i class="ti-angle-right me-2 text-primary"></i>
  2882.                best online casino
  2883.              </h6>
  2884.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2885.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2886.              </div> -->
  2887.            </a>
  2888.          </div>
  2889.          
  2890.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2891.            <a href="https://www.helptobuy.org.uk/" class="text-decoration-none " rel="dofollow">
  2892.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2893.                <i class="ti-angle-right me-2 text-primary"></i>
  2894.                casinos not on gamstop
  2895.              </h6>
  2896.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2897.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2898.              </div> -->
  2899.            </a>
  2900.          </div>
  2901.          
  2902.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2903.            <a href="https://www.forcesreunited.co.uk/" class="text-decoration-none " rel="dofollow">
  2904.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2905.                <i class="ti-angle-right me-2 text-primary"></i>
  2906.                casinos not on gamstop
  2907.              </h6>
  2908.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2909.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2910.              </div> -->
  2911.            </a>
  2912.          </div>
  2913.          
  2914.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2915.            <a href="https://www.stamina.org.uk/" class="text-decoration-none " rel="dofollow">
  2916.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2917.                <i class="ti-angle-right me-2 text-primary"></i>
  2918.                casinos not on GamStop
  2919.              </h6>
  2920.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2921.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2922.              </div> -->
  2923.            </a>
  2924.          </div>
  2925.          
  2926.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2927.            <a href="https://www.roadpeace.org/" class="text-decoration-none " rel="dofollow">
  2928.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2929.                <i class="ti-angle-right me-2 text-primary"></i>
  2930.                non gamstop casino
  2931.              </h6>
  2932.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2933.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2934.              </div> -->
  2935.            </a>
  2936.          </div>
  2937.          
  2938.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2939.            <a href="https://heyimhome.co.uk/" class="text-decoration-none " rel="dofollow">
  2940.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2941.                <i class="ti-angle-right me-2 text-primary"></i>
  2942.                online casinos UK
  2943.              </h6>
  2944.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2945.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2946.              </div> -->
  2947.            </a>
  2948.          </div>
  2949.          
  2950.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2951.            <a href="https://craftanddough.co.uk/" class="text-decoration-none " rel="dofollow">
  2952.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2953.                <i class="ti-angle-right me-2 text-primary"></i>
  2954.                secure casinos accepting credit cards uk
  2955.              </h6>
  2956.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2957.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2958.              </div> -->
  2959.            </a>
  2960.          </div>
  2961.          
  2962.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2963.            <a href="https://www.oceandivalondon.co.uk/" class="text-decoration-none " rel="dofollow">
  2964.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2965.                <i class="ti-angle-right me-2 text-primary"></i>
  2966.                new betting sites
  2967.              </h6>
  2968.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2969.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2970.              </div> -->
  2971.            </a>
  2972.          </div>
  2973.          
  2974.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2975.            <a href="https://www.londonart.co.uk/" class="text-decoration-none " rel="dofollow">
  2976.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2977.                <i class="ti-angle-right me-2 text-primary"></i>
  2978.                london escorts
  2979.              </h6>
  2980.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2981.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2982.              </div> -->
  2983.            </a>
  2984.          </div>
  2985.          
  2986.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2987.            <a href="https://unbound.co.uk/" class="text-decoration-none " rel="dofollow">
  2988.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2989.                <i class="ti-angle-right me-2 text-primary"></i>
  2990.                casinos not on gamstop
  2991.              </h6>
  2992.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2993.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2994.              </div> -->
  2995.            </a>
  2996.          </div>
  2997.          
  2998.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2999.            <a href="https://www.citytosea.org.uk/" class="text-decoration-none " rel="dofollow">
  3000.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3001.                <i class="ti-angle-right me-2 text-primary"></i>
  3002.                casinos not on gamstop
  3003.              </h6>
  3004.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3005.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3006.              </div> -->
  3007.            </a>
  3008.          </div>
  3009.          
  3010.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3011.            <a href="https://www.cca-glasgow.com/" class="text-decoration-none " rel="dofollow">
  3012.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3013.                <i class="ti-angle-right me-2 text-primary"></i>
  3014.                non gamstop casino
  3015.              </h6>
  3016.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3017.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3018.              </div> -->
  3019.            </a>
  3020.          </div>
  3021.          
  3022.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3023.            <a href="https://www.stmonicas.co.uk/" class="text-decoration-none " rel="dofollow">
  3024.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3025.                <i class="ti-angle-right me-2 text-primary"></i>
  3026.                casinos not on Gamstop
  3027.              </h6>
  3028.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3029.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3030.              </div> -->
  3031.            </a>
  3032.          </div>
  3033.          
  3034.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3035.            <a href="https://www.patients4nhs.org.uk/" class="text-decoration-none " rel="dofollow">
  3036.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3037.                <i class="ti-angle-right me-2 text-primary"></i>
  3038.                online casino
  3039.              </h6>
  3040.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3041.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3042.              </div> -->
  3043.            </a>
  3044.          </div>
  3045.          
  3046.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3047.            <a href="https://www.homeworkworkspace.com" class="text-decoration-none " rel="dofollow">
  3048.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3049.                <i class="ti-angle-right me-2 text-primary"></i>
  3050.                gambling sites not on GamStop
  3051.              </h6>
  3052.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3053.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3054.              </div> -->
  3055.            </a>
  3056.          </div>
  3057.          
  3058.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3059.            <a href="https://www.coexisthouse.org.uk" class="text-decoration-none " rel="dofollow">
  3060.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3061.                <i class="ti-angle-right me-2 text-primary"></i>
  3062.                non GamStop casino
  3063.              </h6>
  3064.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3065.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3066.              </div> -->
  3067.            </a>
  3068.          </div>
  3069.          
  3070.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3071.            <a href="https://www.fourpure.com/" class="text-decoration-none " rel="dofollow">
  3072.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3073.                <i class="ti-angle-right me-2 text-primary"></i>
  3074.                non GamStop casinos
  3075.              </h6>
  3076.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3077.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3078.              </div> -->
  3079.            </a>
  3080.          </div>
  3081.          
  3082.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3083.            <a href="https://israelpremiertech.com" class="text-decoration-none " rel="dofollow">
  3084.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3085.                <i class="ti-angle-right me-2 text-primary"></i>
  3086.                non GamStop casinos
  3087.              </h6>
  3088.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3089.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3090.              </div> -->
  3091.            </a>
  3092.          </div>
  3093.          
  3094.  
  3095.        </div>
  3096. <!--
  3097.        <div class="text-center mt-4 pt-3 border-top border-light">
  3098.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3099.        </div> -->
  3100.      </div>
  3101.    </div>
  3102.    
  3103.    <div class="sidebar-widget mb-4">
  3104.      <div class="widget-title-wrapper mb-3">
  3105.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3106.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  3107.          <span class="title-arrow"></span>
  3108.        </h4>
  3109.      </div>
  3110.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3111.        <div class="blog-roll-list scrollable-sidebar">
  3112.          
  3113.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3114.            <a href="https://www.peckhamaudio.co.uk/" class="text-decoration-none " rel="dofollow">
  3115.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3116.                <i class="ti-angle-right me-2 text-primary"></i>
  3117.                non GamStop casinos
  3118.              </h6>
  3119.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3120.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3121.              </div> -->
  3122.            </a>
  3123.          </div>
  3124.          
  3125.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3126.            <a href="https://hayleyfromhome.co.uk/" class="text-decoration-none " rel="dofollow">
  3127.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3128.                <i class="ti-angle-right me-2 text-primary"></i>
  3129.                fast payout casino
  3130.              </h6>
  3131.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3132.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3133.              </div> -->
  3134.            </a>
  3135.          </div>
  3136.          
  3137.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3138.            <a href="https://www.ginspa.co.uk/" class="text-decoration-none " rel="dofollow">
  3139.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3140.                <i class="ti-angle-right me-2 text-primary"></i>
  3141.                best casino not on GamStop
  3142.              </h6>
  3143.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3144.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3145.              </div> -->
  3146.            </a>
  3147.          </div>
  3148.          
  3149.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3150.            <a href="https://www.durhamminers.org/" class="text-decoration-none " rel="dofollow">
  3151.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3152.                <i class="ti-angle-right me-2 text-primary"></i>
  3153.                casinos not on GamStop
  3154.              </h6>
  3155.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3156.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3157.              </div> -->
  3158.            </a>
  3159.          </div>
  3160.          
  3161.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3162.            <a href="https://socialeatinghouse.com/" class="text-decoration-none " rel="dofollow">
  3163.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3164.                <i class="ti-angle-right me-2 text-primary"></i>
  3165.                non GamStop casinos
  3166.              </h6>
  3167.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3168.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3169.              </div> -->
  3170.            </a>
  3171.          </div>
  3172.          
  3173.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3174.            <a href="https://www.llancaiachfawr.co.uk/" class="text-decoration-none " rel="dofollow">
  3175.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3176.                <i class="ti-angle-right me-2 text-primary"></i>
  3177.                casinos not on GamStop
  3178.              </h6>
  3179.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3180.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3181.              </div> -->
  3182.            </a>
  3183.          </div>
  3184.          
  3185.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3186.            <a href="https://www.stevepound.org.uk/" class="text-decoration-none " rel="dofollow">
  3187.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3188.                <i class="ti-angle-right me-2 text-primary"></i>
  3189.                Casino Not on Gamstop
  3190.              </h6>
  3191.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3192.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3193.              </div> -->
  3194.            </a>
  3195.          </div>
  3196.          
  3197.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3198.            <a href="https://www.patients4nhs.org.uk/" class="text-decoration-none " rel="dofollow">
  3199.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3200.                <i class="ti-angle-right me-2 text-primary"></i>
  3201.                casino not on GamStop
  3202.              </h6>
  3203.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3204.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3205.              </div> -->
  3206.            </a>
  3207.          </div>
  3208.          
  3209.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3210.            <a href="https://socialeatinghouse.com/" class="text-decoration-none " rel="dofollow">
  3211.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3212.                <i class="ti-angle-right me-2 text-primary"></i>
  3213.                casinos not on GamStop
  3214.              </h6>
  3215.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3216.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3217.              </div> -->
  3218.            </a>
  3219.          </div>
  3220.          
  3221.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3222.            <a href="https://www.falconryforum.co.uk/" class="text-decoration-none " rel="dofollow">
  3223.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3224.                <i class="ti-angle-right me-2 text-primary"></i>
  3225.                non gamstop casinos
  3226.              </h6>
  3227.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3228.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3229.              </div> -->
  3230.            </a>
  3231.          </div>
  3232.          
  3233.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3234.            <a href="https://knightsof.media/" class="text-decoration-none " rel="dofollow">
  3235.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3236.                <i class="ti-angle-right me-2 text-primary"></i>
  3237.                best uk non GamStop casinos
  3238.              </h6>
  3239.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3240.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3241.              </div> -->
  3242.            </a>
  3243.          </div>
  3244.          
  3245.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3246.            <a href="https://www.thekarczma.co.uk/" class="text-decoration-none " rel="dofollow">
  3247.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3248.                <i class="ti-angle-right me-2 text-primary"></i>
  3249.                Best Casinos
  3250.              </h6>
  3251.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3252.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3253.              </div> -->
  3254.            </a>
  3255.          </div>
  3256.          
  3257.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3258.            <a href="https://whittingtoncastle.co.uk/" class="text-decoration-none " rel="dofollow">
  3259.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3260.                <i class="ti-angle-right me-2 text-primary"></i>
  3261.                not on GamStop
  3262.              </h6>
  3263.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3264.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3265.              </div> -->
  3266.            </a>
  3267.          </div>
  3268.          
  3269.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3270.            <a href="https://www.nordicresearchnetwork.co.uk/" class="text-decoration-none " rel="dofollow">
  3271.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3272.                <i class="ti-angle-right me-2 text-primary"></i>
  3273.                Non UK Casinos
  3274.              </h6>
  3275.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3276.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3277.              </div> -->
  3278.            </a>
  3279.          </div>
  3280.          
  3281.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3282.            <a href="https://www.kysty.co.uk/" class="text-decoration-none " rel="dofollow">
  3283.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3284.                <i class="ti-angle-right me-2 text-primary"></i>
  3285.                Casino Not on GAMSTOP
  3286.              </h6>
  3287.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3288.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3289.              </div> -->
  3290.            </a>
  3291.          </div>
  3292.          
  3293.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3294.            <a href="https://www.techcityuk.com/" class="text-decoration-none " rel="dofollow">
  3295.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3296.                <i class="ti-angle-right me-2 text-primary"></i>
  3297.                casinos not on gamstop
  3298.              </h6>
  3299.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3300.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3301.              </div> -->
  3302.            </a>
  3303.          </div>
  3304.          
  3305.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3306.            <a href="https://www.goodsixty.co.uk/" class="text-decoration-none " rel="dofollow">
  3307.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3308.                <i class="ti-angle-right me-2 text-primary"></i>
  3309.                online casino
  3310.              </h6>
  3311.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3312.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3313.              </div> -->
  3314.            </a>
  3315.          </div>
  3316.          
  3317.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3318.            <a href="https://roadpeace.org/" class="text-decoration-none " rel="dofollow">
  3319.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3320.                <i class="ti-angle-right me-2 text-primary"></i>
  3321.                online casino
  3322.              </h6>
  3323.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3324.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3325.              </div> -->
  3326.            </a>
  3327.          </div>
  3328.          
  3329.  
  3330.        </div>
  3331. <!--
  3332.        <div class="text-center mt-4 pt-3 border-top border-light">
  3333.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3334.        </div> -->
  3335.      </div>
  3336.    </div>
  3337.    
  3338.    <div class="sidebar-widget mb-4">
  3339.      <div class="widget-title-wrapper mb-3">
  3340.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3341.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3342.          <span class="title-arrow"></span>
  3343.        </h4>
  3344.      </div>
  3345.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3346.        <div class="blog-roll-list scrollable-sidebar">
  3347.          
  3348.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3349.            <a href="https://www.taysideaviation.co.uk/" class="text-decoration-none " rel="dofollow">
  3350.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3351.                <i class="ti-angle-right me-2 text-primary"></i>
  3352.                best crypto betting sites
  3353.              </h6>
  3354.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3355.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3356.              </div> -->
  3357.            </a>
  3358.          </div>
  3359.          
  3360.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3361.            <a href="https://financialservicescultureboard.org.uk/" class="text-decoration-none " rel="dofollow">
  3362.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3363.                <i class="ti-angle-right me-2 text-primary"></i>
  3364.                best betting sites
  3365.              </h6>
  3366.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3367.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3368.              </div> -->
  3369.            </a>
  3370.          </div>
  3371.          
  3372.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3373.            <a href="https://idolmag.co.uk/" class="text-decoration-none " rel="dofollow">
  3374.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3375.                <i class="ti-angle-right me-2 text-primary"></i>
  3376.                new online casinos
  3377.              </h6>
  3378.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3379.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3380.              </div> -->
  3381.            </a>
  3382.          </div>
  3383.          
  3384.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3385.            <a href="https://www.thehaven.org.uk/" class="text-decoration-none " rel="dofollow">
  3386.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3387.                <i class="ti-angle-right me-2 text-primary"></i>
  3388.                online casinos
  3389.              </h6>
  3390.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3391.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3392.              </div> -->
  3393.            </a>
  3394.          </div>
  3395.          
  3396.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3397.            <a href="https://casinonotongamstop.org.uk/bingo-sites-not-on-gamstop" class="text-decoration-none " rel="dofollow">
  3398.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3399.                <i class="ti-angle-right me-2 text-primary"></i>
  3400.                non gamstop bingo
  3401.              </h6>
  3402.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3403.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3404.              </div> -->
  3405.            </a>
  3406.          </div>
  3407.          
  3408.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3409.            <a href="https://ecademy.com/" class="text-decoration-none " rel="dofollow">
  3410.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3411.                <i class="ti-angle-right me-2 text-primary"></i>
  3412.                non gamstop casinos uk
  3413.              </h6>
  3414.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3415.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3416.              </div> -->
  3417.            </a>
  3418.          </div>
  3419.          
  3420.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3421.            <a href="https://www.regionalnetworks.org.uk/" class="text-decoration-none " rel="dofollow">
  3422.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3423.                <i class="ti-angle-right me-2 text-primary"></i>
  3424.                Gambling Sites Not on GamCare
  3425.              </h6>
  3426.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3427.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3428.              </div> -->
  3429.            </a>
  3430.          </div>
  3431.          
  3432.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3433.            <a href="https://oncallfire.uk/" class="text-decoration-none " rel="dofollow">
  3434.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3435.                <i class="ti-angle-right me-2 text-primary"></i>
  3436.                casinos not affected by GAMSTOP program
  3437.              </h6>
  3438.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3439.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3440.              </div> -->
  3441.            </a>
  3442.          </div>
  3443.          
  3444.  
  3445.        </div>
  3446. <!--
  3447.        <div class="text-center mt-4 pt-3 border-top border-light">
  3448.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3449.        </div> -->
  3450.      </div>
  3451.    </div>
  3452.    
  3453.  </div>
  3454.  
  3455. <!-- Sidebar V2 Styles -->
  3456. <style>
  3457.  .sidebar-widget {
  3458.    position: relative;
  3459.  }
  3460.  
  3461.  .widget-title {
  3462.    font-size: 1.1rem;
  3463.    font-weight: 700;
  3464.    display: inline-block;
  3465.    position: relative;
  3466.    z-index: 2;
  3467.    border-radius: 0;
  3468.  }
  3469.  
  3470.  /* Green arrow for August Blog Roll */
  3471.  .title-arrow::after {
  3472.    content: '';
  3473.    position: absolute;
  3474.    top: 0;
  3475.    right: -22px;
  3476.    width: 0;
  3477.    height: 0;
  3478.    border-left: 22px solid var(--bs-primary);
  3479.    border-top: 22px solid transparent;
  3480.    border-bottom: 22px solid transparent;
  3481.    z-index: 1;
  3482.  }
  3483.  
  3484.  /* Blue arrow for Recent Posts */
  3485.  .title-arrow-primary::after {
  3486.    content: '';
  3487.    position: absolute;
  3488.    top: 0;
  3489.    right: -22px;
  3490.    width: 0;
  3491.    height: 0;
  3492.    border-left: 22px solid var(--bs-primary);
  3493.    border-top: 22px solid transparent;
  3494.    border-bottom: 22px solid transparent;
  3495.    z-index: 1;
  3496.  }
  3497.  
  3498.  .widget-content {
  3499.    margin-top: -1px;
  3500.    position: relative;
  3501.    z-index: 1;
  3502.     background-color: var(--card-bg);
  3503.  }
  3504.  
  3505.  /* Blog Roll Items Hover Effects */
  3506.  .blog-roll-item:hover .blog-title {
  3507.    color: #198754 !important;
  3508.    transform: translateX(5px);
  3509.    transition: all 0.3s ease;
  3510.  }
  3511.  
  3512.  /* Recent Post Items Hover Effects */
  3513.  .recent-post-item:hover .post-title a {
  3514.    color: #0d6efd !important;
  3515.    transition: color 0.3s ease;
  3516.  }
  3517.  
  3518.  .recent-post-item:hover .post-image img {
  3519.    transform: scale(1.05);
  3520.    transition: transform 0.3s ease;
  3521.  }
  3522.  
  3523.  /* Button Hover Effects */
  3524.  .btn:hover {
  3525.    transform: translateY(-2px);
  3526.    transition: all 0.3s ease;
  3527.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3528.  }
  3529.  
  3530.  /* Badge Hover Effects */
  3531.  .badge:hover {
  3532.    transform: scale(1.05);
  3533.    transition: transform 0.3s ease;
  3534.  }
  3535.  
  3536.  @media (max-width: 991px) {
  3537.    .sidebar {
  3538.      margin-top: 3rem;
  3539.    }
  3540.  }
  3541.  
  3542.  @media (max-width: 576px) {
  3543.    .widget-title {
  3544.      font-size: 1rem;
  3545.      padding: 0.75rem 1rem !important;
  3546.    }
  3547.  
  3548.    .title-arrow::after,
  3549.    .title-arrow-primary::after {
  3550.      right: -18px;
  3551.      border-left-width: 18px;
  3552.      border-top-width: 18px;
  3553.      border-bottom-width: 18px;
  3554.    }
  3555.  
  3556.    .post-image {
  3557.      width: 70px !important;
  3558.      height: 55px !important;
  3559.    }
  3560.  
  3561.    .blog-meta {
  3562.      flex-direction: column !important;
  3563.      align-items: flex-start !important;
  3564.      gap: 0.5rem;
  3565.    }
  3566.  }
  3567. </style>
  3568.  
  3569.    
  3570.            </div>
  3571.        </div>
  3572.    </div>
  3573. </section>
  3574.  
  3575.    
  3576.        
  3577.        <!-- end wpo-blog-highlights-section -->
  3578.        <!-- start wpo-blog-sponsored-section -->
  3579.        
  3580.  
  3581.  
  3582.  
  3583.    
  3584.  
  3585.  
  3586.  <style>
  3587.    .sponsored-card-v10 {
  3588.      border: 1px solid var(--bs-primary); /* Cyan border */
  3589.      transition: border-color 0.3s ease;
  3590.      min-height: 350px;
  3591.    }
  3592.    
  3593.    .sponsored-content-v10 {
  3594.      flex: 1; /* text area stretch kare */
  3595.    }
  3596.    .sponsored-card-v10:hover {
  3597.      border-color: var(--bs-primary);
  3598.      opacity: 0.8;
  3599.    }
  3600.    
  3601.    .sponsored-content-v10 {
  3602.      padding: 12px;
  3603.      border-radius: 12px 12px 0px 0px;
  3604.      background: var(--card-bg);
  3605.      border-bottom: 2px solid var(--bs-primary); /* Cyan top border for banner */
  3606.    }
  3607.    
  3608.    .sponsored-image-v10 {
  3609.      height: 180px;
  3610.    }
  3611.    
  3612.    .sponsored-image-v10 img {
  3613.      width: 100%;
  3614.      height: 100%;
  3615.      border-radius: 0px 0px 12px 12px;
  3616.      object-fit: cover;
  3617.    }
  3618.    
  3619.    .sponsored-badge-v10 {
  3620.      display: inline-block;
  3621.      position: relative;
  3622.      padding: 4px 8px;
  3623.      border-radius: var(--border-radius);
  3624.      font-size: 11px;
  3625.      font-weight: 600;
  3626.      text-transform: uppercase;
  3627.      color: white;
  3628.      margin-bottom: 8px;
  3629.    }
  3630.    
  3631.    .sponsored-badge-v10::after {
  3632.      content: '';
  3633.      position: absolute;
  3634.      top: 0;
  3635.      right: -8px;
  3636.    }
  3637.    
  3638.    .sponsored-title-v10 {
  3639.      font-size: 14px;
  3640.      font-weight: 700;
  3641.      line-height: 1.3;
  3642.      margin-bottom: 6px;
  3643.      color: #333;
  3644.    }
  3645.    
  3646.    .sponsored-title-v10 a {
  3647.      text-decoration: none;
  3648.      color: var(--topbar-color);
  3649.    }
  3650.    
  3651.    .sponsored-title-v10 a:hover {
  3652.      color: var(--bs-primary); /* Cyan hover */
  3653.    }
  3654.    
  3655.    .sponsored-excerpt-v10 {
  3656.      font-size: 11px;
  3657.      font-weight: 400;
  3658.      color: #6c757d;
  3659.      margin-bottom: 6px;
  3660.      line-height: 1.4;
  3661.    }
  3662.    
  3663.    .sponsored-meta-v10 {
  3664.      font-size: 10px;
  3665.      color: #6c757d;
  3666.    }
  3667.    
  3668.    .author-info-v10 {
  3669.      margin-bottom: 4px;
  3670.    }
  3671.    
  3672.    .sponsored-author-img-v10 {
  3673.      width: 18px;
  3674.      height: 18px;
  3675.      border-radius: 50%;
  3676.      object-fit: cover;
  3677.      vertical-align: middle;
  3678.      margin-right: 4px;
  3679.    }
  3680.    
  3681.    .section-title-sponsored-v10 {
  3682.      font-size: 1.8rem;
  3683.      font-weight: 600;
  3684.      text-align: left;
  3685.      margin-bottom: 25px;
  3686.      color: #333;
  3687.      position: relative;
  3688.    }
  3689.    
  3690.    .section-title-sponsored-v10::after {
  3691.      content: '';
  3692.      position: absolute;
  3693.      bottom: -6px;
  3694.      left: 0;
  3695.      width: 60px;
  3696.      height: 2px;
  3697.      background: var(--bs-primary);
  3698.    }
  3699.    
  3700.    @media (max-width: 768px) {
  3701.      .sponsored-section-v10 {
  3702.        padding: 30px 0;
  3703.      }
  3704.      .sponsored-image-v10 {
  3705.        height: 180px;
  3706.      }
  3707.      .sponsored-content-v10 {
  3708.        padding: 10px;
  3709.      }
  3710.      .sponsored-title-v10 {
  3711.        font-size: 13px;
  3712.      }
  3713.      .sponsored-excerpt-v10 {
  3714.        font-size: 10px;
  3715.      }
  3716.      .sponsored-badge-v10 {
  3717.        font-size: 10px;
  3718.        padding: 3px 6px;
  3719.      }
  3720.      .sponsored-meta-v10 {
  3721.        font-size: 9px;
  3722.      }
  3723.      .section-title-sponsored-v10 {
  3724.        font-size: 1.5rem;
  3725.      }
  3726.    }
  3727.  </style>
  3728.  
  3729.  <section class="sponsored-section-v10 my-5">
  3730.    <div class="container-fluid fluid-container">
  3731.      <div class="row">
  3732.        <div class="col-12">
  3733.          <h2 class="section-title-sponsored-v10">Sponsored News</h2>
  3734.        </div>
  3735.      </div>
  3736.  
  3737.      <div class="row g-3 d-flex align-items-center">
  3738.        
  3739.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3740.            <div class="card sponsored-card-v10 h-100 w-100">
  3741.              <div class="sponsored-content-v10">
  3742.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3743.                <h3 class="sponsored-title-v10"><a href="/every-night-i-dream-of-riding-a-unicorn-fantasy-themed-heavy-metal-band-castle-rat/">‘Every Night, I Dream of Riding a Unicorn’: Fantasy-Themed Heavy Metal Band Castle Rat</a></h3>
  3744.                <p class="sponsored-excerpt-v10"></p>
  3745.                <div class="sponsored-meta-v10">
  3746.                  <div class="author-info-v10">
  3747.                    
  3748.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/20eac9c3-4a01-497d-9274-b8746b814d2a_profile.png" alt="Daisy Brown" style="object-fit: cover;" class="sponsored-author-img-v10" />
  3749.                    
  3750.                    <span>Daisy Brown</span>
  3751.                  </div>
  3752.                  <div>17 May 2026</div>
  3753.                </div>
  3754.              </div>
  3755.              <div class="sponsored-image-v10">
  3756.                
  3757.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3758.                
  3759.              </div>
  3760.            </div>
  3761.          </div>
  3762.        
  3763.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3764.            <div class="card sponsored-card-v10 h-100 w-100">
  3765.              <div class="sponsored-content-v10">
  3766.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3767.                <h3 class="sponsored-title-v10"><a href="/crans-montana-blaze-survivors-are-treated-in-specialist-clinics-across-europe/">Crans-Montana Blaze Survivors Are Treated in Specialist Clinics Across Europe</a></h3>
  3768.                <p class="sponsored-excerpt-v10"></p>
  3769.                <div class="sponsored-meta-v10">
  3770.                  <div class="author-info-v10">
  3771.                    
  3772.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/20eac9c3-4a01-497d-9274-b8746b814d2a_profile.png" alt="Daisy Brown" style="object-fit: cover;" class="sponsored-author-img-v10" />
  3773.                    
  3774.                    <span>Daisy Brown</span>
  3775.                  </div>
  3776.                  <div>17 May 2026</div>
  3777.                </div>
  3778.              </div>
  3779.              <div class="sponsored-image-v10">
  3780.                
  3781.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3782.                
  3783.              </div>
  3784.            </div>
  3785.          </div>
  3786.        
  3787.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3788.            <div class="card sponsored-card-v10 h-100 w-100">
  3789.              <div class="sponsored-content-v10">
  3790.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3791.                <h3 class="sponsored-title-v10"><a href="/queens-acknowledge-leaders-as-the-president-extends-mamdani-a-warm-greeting/">Queens Acknowledge Leaders as The President Extends Mamdani a Warm Greeting</a></h3>
  3792.                <p class="sponsored-excerpt-v10"></p>
  3793.                <div class="sponsored-meta-v10">
  3794.                  <div class="author-info-v10">
  3795.                    
  3796.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/20eac9c3-4a01-497d-9274-b8746b814d2a_profile.png" alt="Daisy Brown" style="object-fit: cover;" class="sponsored-author-img-v10" />
  3797.                    
  3798.                    <span>Daisy Brown</span>
  3799.                  </div>
  3800.                  <div>17 May 2026</div>
  3801.                </div>
  3802.              </div>
  3803.              <div class="sponsored-image-v10">
  3804.                
  3805.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3806.                
  3807.              </div>
  3808.            </div>
  3809.          </div>
  3810.        
  3811.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3812.            <div class="card sponsored-card-v10 h-100 w-100">
  3813.              <div class="sponsored-content-v10">
  3814.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3815.                <h3 class="sponsored-title-v10"><a href="/the-ten-year-affair-by-erin-somers-the-midlife-infidelity-story-our-generation-deserves/">The Ten Year Affair by Erin Somers: The Midlife Infidelity Story Our Generation Deserves.</a></h3>
  3816.                <p class="sponsored-excerpt-v10"></p>
  3817.                <div class="sponsored-meta-v10">
  3818.                  <div class="author-info-v10">
  3819.                    
  3820.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/20eac9c3-4a01-497d-9274-b8746b814d2a_profile.png" alt="Daisy Brown" style="object-fit: cover;" class="sponsored-author-img-v10" />
  3821.                    
  3822.                    <span>Daisy Brown</span>
  3823.                  </div>
  3824.                  <div>16 May 2026</div>
  3825.                </div>
  3826.              </div>
  3827.              <div class="sponsored-image-v10">
  3828.                
  3829.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3830.                
  3831.              </div>
  3832.            </div>
  3833.          </div>
  3834.        
  3835.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3836.            <div class="card sponsored-card-v10 h-100 w-100">
  3837.              <div class="sponsored-content-v10">
  3838.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3839.                <h3 class="sponsored-title-v10"><a href="/leader-zelensky-states-ukraine-was-ten-percent-off-from-a-peace-deal-but-not-at-any-possible-cost/">Leader Zelensky States Ukraine Was Ten Percent Off from a Peace Deal, But Not at Any Possible Cost</a></h3>
  3840.                <p class="sponsored-excerpt-v10"></p>
  3841.                <div class="sponsored-meta-v10">
  3842.                  <div class="author-info-v10">
  3843.                    
  3844.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/20eac9c3-4a01-497d-9274-b8746b814d2a_profile.png" alt="Daisy Brown" style="object-fit: cover;" class="sponsored-author-img-v10" />
  3845.                    
  3846.                    <span>Daisy Brown</span>
  3847.                  </div>
  3848.                  <div>16 May 2026</div>
  3849.                </div>
  3850.              </div>
  3851.              <div class="sponsored-image-v10">
  3852.                
  3853.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3854.                
  3855.              </div>
  3856.            </div>
  3857.          </div>
  3858.        
  3859.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3860.            <div class="card sponsored-card-v10 h-100 w-100">
  3861.              <div class="sponsored-content-v10">
  3862.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3863.                <h3 class="sponsored-title-v10"><a href="/the-mighty-neins-introductory-sequence-selected-the-wrong-popular-rpg-show-track/">The Mighty Nein&#x27;s Introductory Sequence Selected the Wrong Popular RPG Show Track</a></h3>
  3864.                <p class="sponsored-excerpt-v10"></p>
  3865.                <div class="sponsored-meta-v10">
  3866.                  <div class="author-info-v10">
  3867.                    
  3868.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/20eac9c3-4a01-497d-9274-b8746b814d2a_profile.png" alt="Daisy Brown" style="object-fit: cover;" class="sponsored-author-img-v10" />
  3869.                    
  3870.                    <span>Daisy Brown</span>
  3871.                  </div>
  3872.                  <div>16 May 2026</div>
  3873.                </div>
  3874.              </div>
  3875.              <div class="sponsored-image-v10">
  3876.                
  3877.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3878.                
  3879.              </div>
  3880.            </div>
  3881.          </div>
  3882.        
  3883.      </div>
  3884.    </div>
  3885.  </section>
  3886.  
  3887.  
  3888.    
  3889.        <!-- end wpo-blog-sponsored-section -->
  3890.        <!-- start wpo-subscribe-section -->
  3891.        
  3892.        <!-- end subscribe-section -->
  3893.        <!-- start of wpo-site-footer-section -->
  3894.        
  3895.  
  3896.  
  3897.  
  3898.  
  3899.  
  3900. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  3901.  <!-- Main Content: Asymmetrical Layout -->
  3902.  <div class="footer-main-content py-5">
  3903.    <div class="container-fluid fluid-container">
  3904.      <div class="row">
  3905.        <!-- Left: Logo & Tagline (Narrow, Skewed) -->
  3906.        <div class="col-lg-3 col-md-4 col-12 mb-4 skewed-section">
  3907.          <div class="brand-logo text-center text-lg-start">
  3908.            
  3909.              <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/48d592e3-6211-4125-983a-9afacf7198b9_logo.png" alt="Echo Central Plus" class="footer-logo" />
  3910.            
  3911.            <p class="brand-tagline mt-2">Echo Central Plus delivers breaking UK news, in-depth technology analysis, and practical lifestyle advice from expert contributors across multiple fields.</p>
  3912.          </div>
  3913.        </div>
  3914.        <!-- Right: Staggered Links -->
  3915.        <div class="col-lg-9 col-md-8 col-12">
  3916.          <div class="d-flex flex-column gap-4">
  3917.            <!-- Quick Links -->
  3918.            <div class="footer-column offset-content">
  3919.              <h5 class="column-title">Quick Links</h5>
  3920.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3">
  3921.                
  3922.                  <li>
  3923.                    <a class="menu-link" href="/republican-lawmaker-claims-agreement-is-possible-on-healthcare-as-crucial-tax-credits-approach-expiration/">Republican Lawmaker Claims &#x27;Agreement Is Possible&#x27; on Healthcare as Crucial Tax Credits Approach Expiration.</a>
  3924.                  </li>
  3925.                
  3926.                  <li>
  3927.                    <a class="menu-link" href="/white-house-denounces-democratic-fabrication-as-additional-jeffrey-epstein-photographs-released/">White House Denounces &#x27;Democratic Fabrication&#x27; as Additional Jeffrey Epstein Photographs Released</a>
  3928.                  </li>
  3929.                
  3930.                  <li>
  3931.                    <a class="menu-link" href="/millie-bright-departs-international-stage-long-past-her-name-was-etched-into-soccer-icons/">Millie Bright Departs International Stage Long Past Her Name Was Etched Into Soccer Icons</a>
  3932.                  </li>
  3933.                
  3934.                  <li>
  3935.                    <a class="menu-link" href="/line-of-duty-confirmed-for-seventh-series-on-the-british-broadcaster/">Line of Duty Confirmed for Seventh Series on the British Broadcaster</a>
  3936.                  </li>
  3937.                
  3938.                  <li>
  3939.                    <a class="menu-link" href="/emma-raducanu-concludes-her-season-and-will-keep-trainer-through-next-year/">Emma Raducanu concludes her season and will keep trainer through next year.</a>
  3940.                  </li>
  3941.                
  3942.                  <li>
  3943.                    <a class="menu-link" href="/three-xbox-game-pass-titles-that-will-validate-your-subscription-during-the-weekend-nov-21-23/">Three Xbox Game Pass Titles That Will Validate Your Subscription During the Weekend (Nov. 21-23)</a>
  3944.                  </li>
  3945.                
  3946.              </ul>
  3947.            </div>
  3948.            <!-- Top Categories -->
  3949.            <div class="footer-column offset-content offset-right">
  3950.              <h5 class="column-title">Top Categories</h5>
  3951.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3">
  3952.                
  3953.                  <li>
  3954.                    <a class="menu-link" href="/category/all-posts/">All Posts</a>
  3955.                  </li>
  3956.                
  3957.                  <li>
  3958.                    <a class="menu-link" href="/category/business/">Business</a>
  3959.                  </li>
  3960.                
  3961.                  <li>
  3962.                    <a class="menu-link" href="/category/esports/">Esports</a>
  3963.                  </li>
  3964.                
  3965.                  <li>
  3966.                    <a class="menu-link" href="/category/fashion/">Fashion</a>
  3967.                  </li>
  3968.                
  3969.                  <li>
  3970.                    <a class="menu-link" href="/category/featured/">Featured</a>
  3971.                  </li>
  3972.                
  3973.              </ul>
  3974.            </div>
  3975.            <!-- Blog Rolls -->
  3976.           <div class="footer-column offset-content">
  3977.              <h5 class="column-title">Blog Rolls</h5>
  3978.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3" id="blogRollLinks">
  3979.                
  3980.                
  3981.  
  3982.                
  3983.                
  3984.                  
  3985.                
  3986.              </ul>
  3987.            </div>
  3988.          </div>
  3989.        </div>
  3990.      </div>
  3991.    </div>
  3992.  </div>
  3993.  
  3994.  <!-- Bottom Section -->
  3995.  <div class="footer-bottom bg-primary text-white py-3">
  3996.    <div class="container-fluid fluid-container">
  3997.      <div class="row justify-content-center">
  3998.        <div class="col-12 text-center">
  3999.          <div class="bottom-content">
  4000.            <div class="utility-links d-flex flex-wrap justify-content-center gap-3 mb-3">
  4001.              <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  4002.              <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  4003.              <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  4004.            </div>
  4005.            <div class="copyright-info ">
  4006.              <p class="mb-0 text-white">
  4007.                &copy; 2026 <strong>Echo Central Plus</strong>. All rights reserved.
  4008.              </p>
  4009.            </div>
  4010.          </div>
  4011.        </div>
  4012.      </div>
  4013.    </div>
  4014.  </div>
  4015. </footer>
  4016.  
  4017.  
  4018.  
  4019. <style>
  4020. .footer-logo {
  4021.    height: 60px;
  4022.    width: auto;
  4023. }
  4024.  
  4025. .brand-title {
  4026.    font-size: 24px;
  4027.    font-weight: 700;
  4028.    color: white  !important;
  4029.    margin: 0;
  4030. }
  4031.  
  4032. .brand-tagline {
  4033.    font-size: 14px;
  4034.    color: white  !important;
  4035.    margin: 0;
  4036. }
  4037.  
  4038. .column-title {
  4039.    font-size: 16px;
  4040.    font-weight: 600;
  4041.    color: white !important;
  4042.    margin-bottom: 12px;
  4043. }
  4044.  
  4045. .footer-menu {
  4046.    margin: 0;
  4047. }
  4048.  
  4049. .menu-link {
  4050.    color: white !important;
  4051.    text-decoration: none;
  4052.    font-size: 14px;
  4053.    transition: color 0.3s ease, transform 0.3s ease;
  4054. }
  4055.  
  4056. .menu-link:hover {
  4057.    color: var(--primary-color);
  4058.    transform: scale(1.05);
  4059. }
  4060.  
  4061. .offset-content {
  4062.    margin-left: 20px;
  4063. }
  4064.  
  4065. .footer-bottom {
  4066.    font-size: 13px;
  4067. }
  4068.  
  4069. .utility-link {
  4070.    color: white  !important;
  4071.    text-decoration: none;
  4072.    font-size: 13px;
  4073.    transition: color 0.3s ease;
  4074. }
  4075.  
  4076. .utility-link:hover {
  4077.    color: var(--primary-color);
  4078. }
  4079.  
  4080. .copyright-info p {
  4081.    font-size: 13px;
  4082. }
  4083.  
  4084. /* Responsive Design */
  4085. @media (max-width: 1024px) {
  4086.   .footer-logo{
  4087.    height: 40px;
  4088.    width: auto;
  4089.   }
  4090. }
  4091.  
  4092. @media (max-width: 768px) {
  4093.    .footer-logo {
  4094.        height: 60px;
  4095.    }
  4096.    
  4097.    .column-title {
  4098.        font-size: 15px;
  4099.        text-align: center;
  4100.    }
  4101.    
  4102.    .footer-menu {
  4103.        justify-content: center;
  4104.    }
  4105.    
  4106.    .menu-link {
  4107.        font-size: 13px;
  4108.    }
  4109. }
  4110.  
  4111. @media (max-width: 576px) {
  4112.    .brand-title {
  4113.        font-size: 20px;
  4114.    }
  4115.    
  4116.    .brand-tagline {
  4117.        font-size: 12px;
  4118.    }
  4119.    
  4120.    .cta-btn {
  4121.        font-size: 12px;
  4122.        padding: 5px 12px;
  4123.    }
  4124. }
  4125. </style>
  4126.  
  4127. <script>
  4128. // Prevent default for placeholder links
  4129. document.addEventListener('DOMContentLoaded', function() {
  4130.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  4131.        anchor.addEventListener('click', function(e) {
  4132.            e.preventDefault();
  4133.        });
  4134.    });
  4135. });
  4136. document.addEventListener('DOMContentLoaded', function () {
  4137.    var btn = document.getElementById('toggleBlogRollLinks');
  4138.    if (!btn) return; // No extra items, no button
  4139.  
  4140.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  4141.  
  4142.    btn.addEventListener('click', function () {
  4143.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4144.            return li.classList.contains('d-none');
  4145.        });
  4146.  
  4147.        extras.forEach(function (li) {
  4148.            if (anyHidden) {
  4149.                li.classList.remove('d-none');
  4150.                li.classList.add('show');
  4151.            } else {
  4152.                li.classList.add('d-none');
  4153.                li.classList.remove('show');
  4154.            }
  4155.        });
  4156.  
  4157.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4158.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4159.    });
  4160. });
  4161.  
  4162. </script>
  4163.  
  4164.        <!-- end of wpo-site-footer-section -->
  4165.    </div>
  4166.    <!-- end of page-wrapper -->
  4167.  
  4168.    <!-- All JavaScript files
  4169.    ================================================== -->
  4170.    
  4171.  
  4172. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4173. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4174. <!-- Plugins for this template -->
  4175. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4176. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4177. <!-- Custom script for this template -->
  4178. <script src="/static/blogapp/assets/js/script.js"></script>
  4179.  
  4180. <script>
  4181. (function () {
  4182. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4183. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4184.  
  4185. function applyFallback(img) {
  4186. if (!img || img.dataset.fallbackApplied === "1") {
  4187. return;
  4188. }
  4189. var failedSrc = img.currentSrc || img.src || "";
  4190. img.dataset.fallbackApplied = "1";
  4191. img.onerror = null;
  4192. img.src = fallbackImageSrc;
  4193. console.warn("[ImageFallback] Replaced broken image:", {
  4194. failedSrc: failedSrc,
  4195. fallbackSrc: fallbackImageSrc,
  4196. alt: img.alt || "",
  4197. });
  4198. }
  4199.  
  4200. document.querySelectorAll("img").forEach(function (img) {
  4201. if (img.complete && img.naturalWidth === 0) {
  4202. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4203. failedSrc: img.currentSrc || img.src || "",
  4204. alt: img.alt || "",
  4205. });
  4206. applyFallback(img);
  4207. }
  4208. });
  4209.  
  4210. document.addEventListener(
  4211. "error",
  4212. function (event) {
  4213. var target = event.target;
  4214. if (target && target.tagName === "IMG") {
  4215. applyFallback(target);
  4216. }
  4217. },
  4218. true
  4219. );
  4220. })();
  4221. </script>
  4222.  
  4223. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4224.  
  4225.  
  4226.  
  4227. <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":"65e9f98199d442639101d75243609e91","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4228. </body>
  4229.  
  4230. </html>
  4231.  
  4232.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda