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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="libre">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/Untitled_design_-_2025-04-26T131717.501_JY5l7r1_08rc6Yn.png">
  14.    
  15.  
  16.    <title>Legacy Collective: UK Heritage Preservation &amp; Cultural Insights</title>
  17.    <meta name="description" content="Explore UK heritage preservation, cultural insights, and historical narratives. Discover articles on traditions, artifacts, and community stories from across Britain.">
  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://legacycollective.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ff3d7f;
  42.        --bs-primary-rgb: ff3d7f;
  43.        --bs-secondary: #6b7280;
  44.        --bs-success: #22c55e;
  45.        --bs-danger: #ef4444;
  46.        --bs-warning: #eab308;
  47.        --bs-info: #3b82f6;
  48.        --bs-light: #fff0f5;
  49.        --bs-dark: #4a0e1a;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ff3d7f;
  53.        --theme-primary-color-s2: #ff3d7f;
  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: 12px;
  83.        --link-color: #ff3d7f;
  84.        --link-hover: #e02d6e;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(255, 61, 127, 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_91">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405.  
  406. <div class="topbar ">
  407.  <div class="container-fluid fluid-container">
  408.    <div class="row align-items-center ">
  409.      <div class="col  col-lg-9 col-md-9 col-sm-12 col-12">
  410.        <div class="contact-intro ">
  411.          <ul class="d-flex gap-2 align-items-center">
  412.            <li class="update ">
  413.              <span class="bg-primary-gradient text-nowrap">New Update</span>
  414.            </li>
  415.            <li class="top-color">
  416.              <marquee direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  417.                <p class="text-center mb-0">
  418.                  
  419.                  <a href="/shocking-discovery-bodies-of-vanished-mum-and-daughter-found-in-freezers-in-austria/" class="px-5 top-color">
  420.                    Shocking Discovery: Bodies of Vanished Mum and Daughter Found in Freezers in Austria
  421.                  </a>
  422.                  
  423.                  <a href="/spotify-year-end-recap-release-timeline-plus-your-burning-questions-explained/" class="px-5 top-color">
  424.                    Spotify Year-End Recap: Release Timeline plus Your Burning Questions Explained
  425.                  </a>
  426.                  
  427.                  <a href="/calm-end-to-messis-india-tour-in-the-wake-of-kolkata-chaos/" class="px-5 top-color">
  428.                    Calm End to Messi&#x27;s India Tour In the Wake of Kolkata Chaos
  429.                  </a>
  430.                  
  431.                  <a href="/esteemed-photographer-brian-harris-obituary-an-existence-behind-the-lens/" class="px-5 top-color">
  432.                    Esteemed Photographer Brian Harris Obituary: An Existence Behind the Lens
  433.                  </a>
  434.                  
  435.                  <a href="/metropolitan-museum-faces-legal-action-over-allegedly-nazi-stolen-van-gogh-painting/" class="px-5 top-color">
  436.                    Metropolitan Museum Faces Legal Action Over Allegedly Nazi-Stolen Van Gogh Painting
  437.                  </a>
  438.                  
  439.                </p>
  440.              </marquee>
  441.            </li>
  442.          </ul>
  443.        </div>
  444.      </div>
  445.      <div class="col col-lg-3 col-md-3 col-sm-12 col-12">
  446.        <div class="contact-info ">
  447.          <ul>
  448.            <li>
  449.              <a href="#" class="top-color"><i class="top-color ti-facebook"></i></a>
  450.            </li>
  451.            <li>
  452.              <a href="#" class="top-color"><i class="top-color ti-twitter-alt"></i></a>
  453.            </li>
  454.            <li>
  455.              <a href="#" class="top-color"><i class="top-color ti-instagram"></i></a>
  456.            </li>
  457.            <li>
  458.              <a href="#" class="top-color"><i class="top-color ti-google"></i></a>
  459.            </li>
  460.          </ul>
  461.        </div>
  462.      </div>
  463.    </div>
  464.  </div>
  465. </div>
  466.  
  467.  
  468.  
  469.  
  470.  
  471.            
  472.  
  473.  
  474.  
  475.  
  476.  
  477.  
  478. <header class="header-v7 py-2 mb-4">
  479.    <!-- Top Bar -->
  480.    <div class="top-bar-v7">
  481.        <div class="container-fluid fluid-container">
  482.            <div class="row align-items-center justify-content-center">
  483.                <div class="col-lg-3 col-md-4">
  484.                    <div class="logo-section-v7">
  485.                        <a class="brand-link-v7" href="/">
  486.                            
  487.                                Legacy Collective
  488.                            
  489.                        </a>
  490.                    </div>
  491.                </div>
  492.                <div class="col-lg-6 col-md-5">
  493.                    <div class="search-bar-v7">
  494.                        <form class="search-form-v7" action="#" method="get">
  495.                            <div class="search-container-v7">
  496.                                <input id="search-input" type="search" class="search-input-v7"
  497.                                    placeholder="Search articles, tutorials, news..." name="q">
  498.                                <button type="submit" class="search-btn-v7">
  499.                                    <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  500.                                        stroke-width="2">
  501.                                        <circle cx="11" cy="11" r="8"></circle>
  502.                                        <path d="m21 21-4.35-4.35"></path>
  503.                                    </svg>
  504.                                </button>
  505.                            </div>
  506.                            <div id="search-results" class="search-results-container search-v1"></div>
  507.                        </form>
  508.                    </div>
  509.                </div>
  510.                <div class="col-lg-3 col-md-3">
  511.                    <!-- Empty column for spacing -->
  512.                </div>
  513.            </div>
  514.        </div>
  515.    </div>
  516.  
  517.    <!-- Main Navigation -->
  518.    <div class="main-nav-v7">
  519.        <div class="container-fluid">
  520.            <div class="nav-wrapper-v7">
  521.  
  522.                <!-- Sidebar Navigation -->
  523.                <nav class="sidebar-nav-v7" id="sidebarNavV7">
  524.                    <div class="nav-header-v7">
  525.                        <h6 class="nav-title-v7">Navigation</h6>
  526.                        <button class="sidebar-close-v7 text-link" onclick="closeSidebarV7()">
  527.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  528.                                stroke-width="2">
  529.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  530.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  531.                            </svg>
  532.                        </button>
  533.                    </div>
  534.  
  535.                    <ul class="sidebar-menu-v7">
  536.                        <li class="sidebar-item-v7">
  537.                            <a href='/' class="sidebar-link-v7 active-v7">
  538.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  539.                                    stroke="currentColor" stroke-width="2">
  540.                                    <path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
  541.                                    <polyline points="9,22 9,12 15,12 15,22"></polyline>
  542.                                </svg>
  543.                                Home
  544.                            </a>
  545.                        </li>
  546.  
  547.                        <li class="sidebar-item-v7 has-submenu-v7">
  548.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('tech-submenu-v7')">
  549.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  550.                                    stroke="currentColor" stroke-width="2">
  551.                                    <rect x="2" y="3" width="20" height="14" rx="2" ry="2"></rect>
  552.                                    <line x1="8" y1="21" x2="16" y2="21"></line>
  553.                                    <line x1="12" y1="17" x2="12" y2="21"></line>
  554.                                </svg>
  555.                                Technology
  556.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  557.                                    stroke="currentColor" stroke-width="2">
  558.                                    <polyline points="6,9 12,15 18,9"></polyline>
  559.                                </svg>
  560.                            </a>
  561.                            <ul class="sidebar-submenu-v7" id="tech-submenu-v7">
  562.                                <li><a href="#" class="sidebar-sublink-v7">Web Development</a></li>
  563.                                <li><a href="#" class="sidebar-sublink-v7">Mobile Apps</a></li>
  564.                                <li><a href="#" class="sidebar-sublink-v7">AI & Machine Learning</a></li>
  565.                                <li><a href="#" class="sidebar-sublink-v7">Cybersecurity</a></li>
  566.                            </ul>
  567.                        </li>
  568.  
  569.                        <li class="sidebar-item-v7 has-submenu-v7">
  570.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('business-submenu-v7')">
  571.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  572.                                    stroke="currentColor" stroke-width="2">
  573.                                    <path
  574.                                        d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z">
  575.                                    </path>
  576.                                </svg>
  577.                                Business
  578.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  579.                                    stroke="currentColor" stroke-width="2">
  580.                                    <polyline points="6,9 12,15 18,9"></polyline>
  581.                                </svg>
  582.                            </a>
  583.                            <ul class="sidebar-submenu-v7" id="business-submenu-v7">
  584.                                <li><a href="#" class="sidebar-sublink-v7">Startups</a></li>
  585.                                <li><a href="#" class="sidebar-sublink-v7">Marketing</a></li>
  586.                                <li><a href="#" class="sidebar-sublink-v7">Finance</a></li>
  587.                            </ul>
  588.                        </li>
  589.  
  590.                        <li class="sidebar-item-v7">
  591.                            <a href="#" class="sidebar-link-v7">
  592.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  593.                                    stroke="currentColor" stroke-width="2">
  594.                                    <path d="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"></path>
  595.                                    <path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"></path>
  596.                                </svg>
  597.                                Tutorials
  598.                            </a>
  599.                        </li>
  600.  
  601.                        <li class="sidebar-item-v7">
  602.                            <a href="#" class="sidebar-link-v7">
  603.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  604.                                    stroke="currentColor" stroke-width="2">
  605.                                    <polygon
  606.                                        points="12,2 15.09,8.26 22,9.27 17,14.14 18.18,21.02 12,17.77 5.82,21.02 7,14.14 2,9.27 8.91,8.26">
  607.                                    </polygon>
  608.                                </svg>
  609.                                Reviews
  610.                            </a>
  611.                        </li>
  612.  
  613.                        <li class="sidebar-item-v7">
  614.                            <a href="#" class="sidebar-link-v7">
  615.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  616.                                    stroke="currentColor" stroke-width="2">
  617.                                    <path d="M6 2l3 6 5.5-3-2.5 7h7l-3 6-5.5-3 2.5-7H6z"></path>
  618.                                </svg>
  619.                                News
  620.                            </a>
  621.                        </li>
  622.  
  623.                        <li class="sidebar-item-v7">
  624.                            <a href="#" class="sidebar-link-v7">
  625.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  626.                                    stroke="currentColor" stroke-width="2">
  627.                                    <circle cx="12" cy="12" r="3"></circle>
  628.                                    <path
  629.                                        d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1 1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z">
  630.                                    </path>
  631.                                </svg>
  632.                                About
  633.                            </a>
  634.                        </li>
  635.  
  636.                        <li class="sidebar-item-v7">
  637.                            <a href="#" class="sidebar-link-v7">
  638.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  639.                                    stroke="currentColor" stroke-width="2">
  640.                                    <path
  641.                                        d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z">
  642.                                    </path>
  643.                                    <polyline points="22,6 12,13 2,6"></polyline>
  644.                                </svg>
  645.                                Contact
  646.                            </a>
  647.                        </li>
  648.                    </ul>
  649.                </nav>
  650.                <div class="sidebar-blur"></div>
  651.  
  652.                <!-- Main Content Area -->
  653.                <div class="content-area-v7">
  654.                    <!-- Horizontal Nav for Desktop -->
  655.                    <nav class="horizontal-nav-v7 d-none d-lg-flex">
  656.                        <ul class="horizontal-menu-v7">
  657.  
  658.                            
  659.                            <li class="horizontal-item-v7">
  660.                                <a href="/" class="horizontal-link-v7 active-v7">Home</a>
  661.                            </li>
  662.  
  663.                            
  664.                            
  665.                             <li class="horizontal-item-v7">
  666.                                <a href="/category/all-posts/" class="horizontal-link-v7">
  667.                                    All Posts
  668.                                </a>
  669.                                </li>
  670.  
  671.                                
  672.  
  673.                                        
  674.                                        
  675.                                
  676.                             <li class="horizontal-item-v7">
  677.                                <a href="/category/business/" class="horizontal-link-v7">
  678.                                    Business
  679.                                </a>
  680.                                </li>
  681.  
  682.                                
  683.  
  684.                                        
  685.                                        
  686.                                
  687.                             <li class="horizontal-item-v7">
  688.                                <a href="/category/esports/" class="horizontal-link-v7">
  689.                                    Esports
  690.                                </a>
  691.                                </li>
  692.  
  693.                                
  694.  
  695.                                        
  696.                                        
  697.                                
  698.                             <li class="horizontal-item-v7">
  699.                                <a href="/category/fashion/" class="horizontal-link-v7">
  700.                                    Fashion
  701.                                </a>
  702.                                </li>
  703.  
  704.                                
  705.  
  706.                                        
  707.                                        
  708.                                
  709.                             <li class="horizontal-item-v7">
  710.                                <a href="/category/featured/" class="horizontal-link-v7">
  711.                                    Featured
  712.                                </a>
  713.                                </li>
  714.  
  715.                                
  716.  
  717.                                        
  718.                                        
  719.                                
  720.                             <li class="horizontal-item-v7">
  721.                                <a href="/category/gaming/" class="horizontal-link-v7">
  722.                                    Gaming
  723.                                </a>
  724.                                </li>
  725.  
  726.                                
  727.  
  728.                                        
  729.                                        
  730.                                
  731.                             <li class="horizontal-item-v7">
  732.                                <a href="/category/health/" class="horizontal-link-v7">
  733.                                    Health
  734.                                </a>
  735.                                </li>
  736.  
  737.                                
  738.  
  739.                                        
  740.                                        
  741.                                
  742.                            
  743.                                
  744.                                <li class="horizontal-item-v7 dropdown-v7">
  745.                                    <a href="#" class="horizontal-link-v7">More</a>
  746.                                    <div class="horizontal-dropdown-v7">
  747.                                        <a href="/category/life-fitness/"
  748.                                            class="dropdown-item-v7">
  749.                                            Life &amp; Fitness
  750.                                        </a>
  751.                                        
  752.  
  753.                                        
  754.                                        
  755.                                
  756.                            
  757.                                        <a href="/category/lifestyle/"
  758.                                            class="dropdown-item-v7">
  759.                                            Lifestyle
  760.                                        </a>
  761.                                        
  762.  
  763.                                        
  764.                                        
  765.                                
  766.                            
  767.                                        <a href="/category/news/"
  768.                                            class="dropdown-item-v7">
  769.                                            News
  770.                                        </a>
  771.                                        
  772.  
  773.                                        
  774.                                        
  775.                                
  776.                            
  777.                                        <a href="/category/others/"
  778.                                            class="dropdown-item-v7">
  779.                                            Others
  780.                                        </a>
  781.                                        
  782.  
  783.                                        
  784.                                        
  785.                                
  786.                            
  787.                                        <a href="/category/politics/"
  788.                                            class="dropdown-item-v7">
  789.                                            Politics
  790.                                        </a>
  791.                                        
  792.  
  793.                                        
  794.                                        
  795.                                
  796.                            
  797.                                        <a href="/category/sports/"
  798.                                            class="dropdown-item-v7">
  799.                                            Sports
  800.                                        </a>
  801.                                        
  802.  
  803.                                        
  804.                                        
  805.                                
  806.                            
  807.                                        <a href="/category/tech/"
  808.                                            class="dropdown-item-v7">
  809.                                            Tech
  810.                                        </a>
  811.                                        
  812.  
  813.                                        
  814.                                        
  815.                                
  816.                            
  817.                                        <a href="/category/travel/"
  818.                                            class="dropdown-item-v7">
  819.                                            Travel
  820.                                        </a>
  821.                                        
  822.  
  823.                                        
  824.                                        
  825.                                    </div>
  826.                                </li>
  827.                                
  828.                                
  829. <li>
  830.                  <a href="/page/contact-us/">
  831.                     Contact Us
  832.                  </a>
  833.              </li>
  834.                        </ul>
  835.                    </nav>
  836.  
  837.  
  838.                    <!-- Mobile Menu Button -->
  839.                    <button class="mobile-menu-btn-v7 d-lg-none text-link" onclick="openSidebarV7()">
  840.                        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  841.                            stroke-width="2">
  842.                            <line x1="3" y1="6" x2="21" y2="6"></line>
  843.                            <line x1="3" y1="12" x2="21" y2="12"></line>
  844.                            <line x1="3" y1="18" x2="21" y2="18"></line>
  845.                        </svg>
  846.                        Menu
  847.                    </button>
  848.                </div>
  849.            </div>
  850.        </div>
  851.    </div>
  852.  
  853.    <!-- Overlay for mobile sidebar -->
  854.    <div class="sidebar-overlay-v7" id="sidebarOverlayV7" onclick="closeSidebarV7()"></div>
  855. </header>
  856.  
  857. <style>
  858.    /* Navbar V7 Styles - Vertical Sidebar Navigation */
  859.    .header-v7 {
  860.        position: relative;
  861.        background: var(--navbar-bg);
  862.    }
  863.  
  864.    /* Top Bar Styles */
  865.    .top-bar-v7 {
  866.        padding: 15px 0;
  867.        border-bottom: 1px solid var(--border-color);
  868.        background: var(--navbar-bg);
  869.    }
  870.  
  871.    .logo-img-v7 {
  872.        max-height: 70px;
  873.        transition: transform 0.3s ease;
  874.    }
  875.  
  876.    .logo-img-v7:hover {
  877.        transform: scale(1.05);
  878.    }
  879.  
  880.    /* Search Bar Styles */
  881.    .search-container-v7 {
  882.        position: relative;
  883.        display: flex;
  884.        align-items: center;
  885.        background: transparent;
  886.        border: 2px solid var(--border-color);
  887.        border-radius: 8px;
  888.        overflow: hidden;
  889.        transition: all 0.3s ease;
  890.    }
  891.  
  892.    .search-container-v7:focus-within {
  893.        border-color: #007bff33;
  894.        box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.1);
  895.    }
  896.  
  897.    .search-input-v7 {
  898.        color: var(--topbar-color) !important;
  899.        flex: 1;
  900.        border: none;
  901.        padding: 12px 16px;
  902.        font-size: 14px;
  903.        outline: none;
  904.        background: transparent;
  905.    }
  906.  
  907.    .search-input-v7::placeholder {
  908.        color: #a0aec0;
  909.    }
  910.  
  911.    .search-btn-v7 {
  912.        background: var(--bs-primary);
  913.        color: white;
  914.        border: none;
  915.        padding: 12px 16px;
  916.        cursor: pointer;
  917.        transition: background 0.3s ease;
  918.    }
  919.  
  920.    .search-btn-v7:hover {
  921.        background: #3182ce;
  922.    }
  923.  
  924.    /* Header Actions */
  925.    .header-actions-v7 {
  926.        display: flex;
  927.        align-items: center;
  928.        gap: 15px;
  929.        justify-content: flex-end;
  930.    }
  931.  
  932.    .notification-btn-v7,
  933.    .profile-btn-v7 {
  934.        background: none;
  935.        border: none;
  936.        padding: 8px;
  937.        border-radius: 8px;
  938.        cursor: pointer;
  939.        transition: background 0.3s ease;
  940.        position: relative;
  941.    }
  942.  
  943.    .notification-btn-v7:hover,
  944.    .profile-btn-v7:hover {
  945.        background: #f1f5f9;
  946.    }
  947.  
  948.    .notification-badge-v7 {
  949.        position: absolute;
  950.        top: 2px;
  951.        right: 2px;
  952.        background: #e53e3e;
  953.        color: white;
  954.        font-size: 16px;
  955.        font-weight: 600;
  956.        width: 16px;
  957.        height: 16px;
  958.        border-radius: 50%;
  959.        display: flex;
  960.        align-items: center;
  961.        justify-content: center;
  962.    }
  963.  
  964.    .profile-avatar-v7 {
  965.        width: 32px;
  966.        height: 32px;
  967.        background: var(--border-color);
  968.        border-radius: 50%;
  969.        display: flex;
  970.        align-items: center;
  971.        justify-content: center;
  972.    }
  973.  
  974.    /* Main Navigation */
  975.    .main-nav-v7 {
  976.        background: var(--navbar-bg);
  977.    }
  978.  
  979.    .nav-wrapper-v7 {
  980.        display: flex;
  981.        align-items: center;
  982.        justify-content: center;
  983.        min-height: 60px;
  984.    }
  985.  
  986.    /* Sidebar Navigation */
  987.    .sidebar-nav-v7 {
  988.        position: fixed;
  989.        top: 0;
  990.        left: -350px;
  991.        width: 350px;
  992.        height: 100vh;
  993.        background: var(--navbar-bg);
  994.        z-index: 1000;
  995.        transition: left 0.3s ease;
  996.        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  997.        overflow-y: auto;
  998.    }
  999.  
  1000.    .sidebar-nav-v7.show-v7 {
  1001.        left: 0;
  1002.    }
  1003.  
  1004.    .nav-header-v7 {
  1005.        display: flex;
  1006.        align-items: center;
  1007.        justify-content: space-between;
  1008.        padding: 20px 25px;
  1009.        border-bottom: 1px solid var(--border-color);
  1010.        background: var(--navbar-bg);
  1011.    }
  1012.  
  1013.    .nav-title-v7 {
  1014.        font-size: 16px;
  1015.        font-weight: 600;
  1016.        color: #2d3748;
  1017.        margin: 0;
  1018.    }
  1019.  
  1020.    .sidebar-close-v7 {
  1021.        background: none;
  1022.        border: none;
  1023.        padding: 8px;
  1024.        cursor: pointer;
  1025.        border-radius: 6px;
  1026.        transition: background 0.3s ease;
  1027.    }
  1028.  
  1029.    .sidebar-close-v7:hover {
  1030.        background: var(--border-color);
  1031.    }
  1032.  
  1033.    .sidebar-menu-v7 {
  1034.        list-style: none;
  1035.        padding: 20px 0;
  1036.        margin: 0;
  1037.    }
  1038.  
  1039.    .sidebar-item-v7 {
  1040.        margin-bottom: 5px;
  1041.    }
  1042.  
  1043.    .sidebar-link-v7 {
  1044.        display: flex;
  1045.        align-items: center;
  1046.        color: #4a5568;
  1047.        text-decoration: none;
  1048.        padding: 15px 25px;
  1049.        font-size: 15px;
  1050.        font-weight: 500;
  1051.        transition: all 0.3s ease;
  1052.        position: relative;
  1053.    }
  1054.  
  1055.    .sidebar-link-v7:hover,
  1056.    .sidebar-link-v7.active-v7 {
  1057.        color: #007bff;
  1058.        background: var(--border-color);
  1059.    }
  1060.  
  1061.    .sidebar-link-v7.active-v7::before {
  1062.        content: '';
  1063.        position: absolute;
  1064.        left: 0;
  1065.        top: 0;
  1066.        bottom: 0;
  1067.        width: 4px;
  1068.        background: #007bff;
  1069.    }
  1070.  
  1071.    .sidebar-icon-v7 {
  1072.        margin-right: 12px;
  1073.        color: currentColor;
  1074.    }
  1075.  
  1076.    .submenu-arrow-v7 {
  1077.        margin-left: auto;
  1078.        transition: transform 0.3s ease;
  1079.    }
  1080.  
  1081.    .has-submenu-v7.open-v7 .submenu-arrow-v7 {
  1082.        transform: rotate(180deg);
  1083.    }
  1084.  
  1085.    .sidebar-submenu-v7 {
  1086.        list-style: none;
  1087.        padding: 0;
  1088.        margin: 0;
  1089.        max-height: 0;
  1090.        overflow: hidden;
  1091.        transition: max-height 0.3s ease;
  1092.        background: var(--navbar-bg);
  1093.    }
  1094.  
  1095.    .sidebar-submenu-v7.show-v7 {
  1096.        max-height: 300px;
  1097.        padding: 10px 0;
  1098.    }
  1099.  
  1100.    .sidebar-sublink-v7 {
  1101.        display: block;
  1102.        color: #718096;
  1103.        text-decoration: none;
  1104.        padding: 10px 25px 10px 55px;
  1105.        font-size: 14px;
  1106.        transition: all 0.3s ease;
  1107.    }
  1108.  
  1109.    .sidebar-sublink-v7:hover {
  1110.        color: #007bff;
  1111.        background: var(--border-color);
  1112.    }
  1113.  
  1114.    /* Sidebar Footer */
  1115.    .sidebar-footer-v7 {
  1116.        padding: 25px;
  1117.        margin-top: auto;
  1118.        border-top: 1px solid var(--border-color);
  1119.    }
  1120.  
  1121.    .sidebar-cta-v7 {
  1122.        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  1123.        padding: 20px;
  1124.        border-radius: 12px;
  1125.        text-align: center;
  1126.        color: white;
  1127.    }
  1128.  
  1129.    .cta-title-v7 {
  1130.        font-size: 14px;
  1131.        font-weight: 600;
  1132.        margin: 0 0 5px 0;
  1133.    }
  1134.  
  1135.    .cta-text-v7 {
  1136.        font-size: 12px;
  1137.        margin: 0 0 15px 0;
  1138.        opacity: 0.9;
  1139.    }
  1140.  
  1141.    .cta-btn-v7 {
  1142.        background: rgba(255, 255, 255, 0.2);
  1143.        color: white;
  1144.        border: 1px solid rgba(255, 255, 255, 0.3);
  1145.        padding: 8px 20px;
  1146.        border-radius: 20px;
  1147.        font-size: 12px;
  1148.        font-weight: 500;
  1149.        cursor: pointer;
  1150.        transition: all 0.3s ease;
  1151.    }
  1152.  
  1153.    .cta-btn-v7:hover {
  1154.        background: rgba(255, 255, 255, 0.3);
  1155.    }
  1156.  
  1157.    /* Horizontal Navigation for Desktop */
  1158.    .horizontal-nav-v7 {
  1159.        flex: 1;
  1160.        display: flex;
  1161.        justify-content: center;
  1162.    }
  1163.  
  1164.    .horizontal-menu-v7 {
  1165.        list-style: none;
  1166.        padding: 0;
  1167.        margin: 0;
  1168.        display: flex;
  1169.        align-items: center;
  1170.    }
  1171.  
  1172.    .horizontal-item-v7 {
  1173.        position: relative;
  1174.        margin-right: 30px;
  1175.    }
  1176.  
  1177.    .horizontal-link-v7 {
  1178.        color: #4a5568;
  1179.        text-decoration: none;
  1180.        font-size: 16px;
  1181.        font-weight: 500;
  1182.        padding: 20px 0;
  1183.        position: relative;
  1184.        transition: color 0.3s ease;
  1185.    }
  1186.  
  1187.    .horizontal-link-v7::after {
  1188.        content: '';
  1189.        position: absolute;
  1190.        bottom: 0;
  1191.        left: 0;
  1192.        width: 0;
  1193.        height: 2px;
  1194.        background: #007bff;
  1195.        transition: width 0.3s ease;
  1196.    }
  1197.  
  1198.    .horizontal-link-v7:hover,
  1199.    .horizontal-link-v7.active-v7 {
  1200.        color: #007bff;
  1201.        font-weight: 600;
  1202.    }
  1203.  
  1204.    .horizontal-link-v7:hover::after,
  1205.    .horizontal-link-v7.active-v7::after {
  1206.        width: 100%;
  1207.    }
  1208.  
  1209.    /* Horizontal Dropdown */
  1210.    .horizontal-dropdown-v7 {
  1211.        position: absolute;
  1212.        top: 100%;
  1213.        left: 0;
  1214.        background: var(--navbar-bg);
  1215.        min-width: 200px;
  1216.        border-radius: 8px;
  1217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  1218.        opacity: 0;
  1219.        visibility: hidden;
  1220.        transform: translateY(-10px);
  1221.        transition: all 0.3s ease;
  1222.        padding: 10px 0;
  1223.        z-index: 100;
  1224.    }
  1225.  
  1226.    .dropdown-v7:hover .horizontal-dropdown-v7 {
  1227.        opacity: 1;
  1228.        visibility: visible;
  1229.        transform: translateY(0);
  1230.    }
  1231.  
  1232.    .dropdown-item-v7 {
  1233.        display: block;
  1234.        color: #4a5568;
  1235.        text-decoration: none;
  1236.        padding: 12px 20px;
  1237.        font-size: 14px;
  1238.        transition: all 0.3s ease;
  1239.    }
  1240.  
  1241.    .dropdown-item-v7:hover {
  1242.        color: #007bff;
  1243.        background: #565758ff;
  1244.    }
  1245.  
  1246.    /* Mobile Menu Button */
  1247.    .mobile-menu-btn-v7 {
  1248.        background: none;
  1249.        border: 1px solid var(--border-color);
  1250.        padding: 10px 15px;
  1251.        border-radius: 8px;
  1252.        cursor: pointer;
  1253.        display: flex;
  1254.        align-items: center;
  1255.        gap: 8px;
  1256.        font-size: 14px;
  1257.        font-weight: 500;
  1258.        color: #4a5568;
  1259.        transition: all 0.3s ease;
  1260.        margin: 0 auto;
  1261.    }
  1262.  
  1263.    .mobile-menu-btn-v7:hover {
  1264.        border-color: #cbd5e0;
  1265.        opacity: 0.7;
  1266.    }
  1267.  
  1268.    /* Sidebar Overlay */
  1269.    .sidebar-overlay-v7 {
  1270.        position: fixed;
  1271.        top: 0;
  1272.        left: 0;
  1273.        right: 0;
  1274.        bottom: 0;
  1275.        background: rgba(0, 0, 0, 0.5);
  1276.        z-index: 999;
  1277.        opacity: 0;
  1278.        visibility: hidden;
  1279.        transition: all 0.3s ease;
  1280.    }
  1281.  
  1282.    .sidebar-overlay-v7.show-v7 {
  1283.        opacity: 1;
  1284.        visibility: visible;
  1285.    }
  1286.  
  1287.    /* Responsive Design */
  1288.    @media (max-width: 991px) {
  1289.        .top-bar-v7 .col-lg-6 {
  1290.            order: 3;
  1291.            margin-top: 15px;
  1292.        }
  1293.  
  1294.        .header-actions-v7 {
  1295.            justify-content: flex-start;
  1296.        }
  1297.    }
  1298.  
  1299.    @media (max-width: 768px) {
  1300.        .sidebar-nav-v7 {
  1301.            width: 300px;
  1302.            left: -300px;
  1303.        }
  1304.  
  1305.        .search-container-v7 {
  1306.            margin-top: 10px;
  1307.        }
  1308.    }
  1309. </style>
  1310.  
  1311. <script>
  1312.    function openSidebarV7() {
  1313.        const sidebar = document.getElementById('sidebarNavV7');
  1314.        const overlay = document.getElementById('sidebarOverlayV7');
  1315.  
  1316.        sidebar.classList.add('show-v7');
  1317.        overlay.classList.add('show-v7');
  1318.        document.body.style.overflow = 'hidden';
  1319.    }
  1320.  
  1321.    function closeSidebarV7() {
  1322.        const sidebar = document.getElementById('sidebarNavV7');
  1323.        const overlay = document.getElementById('sidebarOverlayV7');
  1324.  
  1325.        sidebar.classList.remove('show-v7');
  1326.        overlay.classList.remove('show-v7');
  1327.        document.body.style.overflow = '';
  1328.    }
  1329.  
  1330.    function toggleSubmenuV7(submenuId) {
  1331.        const submenu = document.getElementById(submenuId);
  1332.        const parentItem = submenu.closest('.sidebar-item-v7');
  1333.  
  1334.        // Close other open submenus
  1335.        const allSubmenus = document.querySelectorAll('.sidebar-submenu-v7');
  1336.        const allParentItems = document.querySelectorAll('.has-submenu-v7');
  1337.  
  1338.        allSubmenus.forEach(menu => {
  1339.            if (menu.id !== submenuId) {
  1340.                menu.classList.remove('show-v7');
  1341.            }
  1342.        });
  1343.  
  1344.        allParentItems.forEach(item => {
  1345.            if (item !== parentItem) {
  1346.                item.classList.remove('open-v7');
  1347.            }
  1348.        });
  1349.  
  1350.        // Toggle current submenu
  1351.        submenu.classList.toggle('show-v7');
  1352.        parentItem.classList.toggle('open-v7');
  1353.    }
  1354.  
  1355.    // Close sidebar when clicking outside
  1356.    document.addEventListener('click', function (event) {
  1357.        const sidebar = document.getElementById('sidebarNavV7');
  1358.        const mobileBtn = document.querySelector('.mobile-menu-btn-v7');
  1359.  
  1360.        if (!sidebar.contains(event.target) && !mobileBtn.contains(event.target)) {
  1361.            closeSidebarV7();
  1362.        }
  1363.    });
  1364.  
  1365.    // Handle window resize
  1366.    window.addEventListener('resize', function () {
  1367.        if (window.innerWidth >= 992) {
  1368.            closeSidebarV7();
  1369.        }
  1370.    });
  1371. </script>
  1372.  
  1373. <script>
  1374.  document.addEventListener("DOMContentLoaded", function () {
  1375.    console.log("loaded");
  1376.  
  1377.     const searchInput = document.getElementById("search-input")
  1378.    const searchResults = document.getElementById("search-results");
  1379.  
  1380.    if (!searchInput || !searchResults) {
  1381.      console.error("Search input/results not found");
  1382.      return;
  1383.    }
  1384.  
  1385.    // Prevent form submission
  1386.    if (searchInput.form) {
  1387.      searchInput.form.addEventListener("submit", function (e) {
  1388.        e.preventDefault();
  1389.      });
  1390.    }
  1391.  
  1392.    // Add event listener for keyup
  1393.    searchInput.addEventListener("keyup", function (e) {
  1394.      console.log("Key pressed:", e.key);
  1395.      e.preventDefault();
  1396.  
  1397.      const query = searchInput.value.trim();
  1398.      console.log("User is typing: " + query);
  1399.  
  1400.      // If empty → clear and hide
  1401.      if (query === "") {
  1402.        searchResults.innerHTML = "";
  1403.        searchResults.style.display = "none";
  1404.        return;
  1405.      }
  1406.  
  1407.      // Show results
  1408.      searchResults.style.display = "block";
  1409.  
  1410.      // Fetch search results
  1411.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1412.        method: "GET",
  1413.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1414.      })
  1415.        .then(response => {
  1416.          console.log("Response Status:", response.status);
  1417.          return response.json();
  1418.        })
  1419.        .then(data => {
  1420.          console.log("Data received:", data);
  1421.          if (data.html) {
  1422.            searchResults.innerHTML = data.html;
  1423.          } else {
  1424.            searchResults.innerHTML = "<p>No results found.</p>";
  1425.          }
  1426.        })
  1427.        .catch(error => {
  1428.          console.error("Error fetching search results:", error);
  1429.        });
  1430.    });
  1431.  
  1432.    // Close results when clicking outside
  1433.    document.addEventListener("click", function (e) {
  1434.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1435.        searchResults.style.display = "none";
  1436.      }
  1437.    });
  1438.  
  1439.    // Close results on ESC key
  1440.    document.addEventListener("keydown", function (e) {
  1441.      if (e.key === "Escape") {
  1442.        searchResults.style.display = "none";
  1443.      }
  1444.    });
  1445.  });
  1446. </script>
  1447.  
  1448. <style>
  1449.        /* search field */
  1450.  .search-results-container {
  1451.  position: absolute;
  1452.  top: 100%; /* Position it below the input field */
  1453.  left: 10px;
  1454.  right: 10px;
  1455.  background-color: white;
  1456.  border: 1px solid #ddd;
  1457.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1458.  max-height: 300px;
  1459.  overflow-y: auto;
  1460.  z-index: 1000;
  1461.  display: none; /* Initially hidden */
  1462. }
  1463.  
  1464. .search-results-container p {
  1465.  margin: 0;
  1466. }
  1467.  
  1468. .search-results-container .result-item {
  1469.  padding: 10px;
  1470.  cursor: pointer;
  1471. }
  1472.  
  1473. .search-results-container .result-item:hover {
  1474.  background-color: #f0f0f0;
  1475. }
  1476. </style>
  1477.  
  1478.        </header>
  1479.        <!-- end of header -->
  1480.        <!-- start of wpo-blog-hero -->
  1481.        
  1482.  
  1483.  
  1484.  
  1485.  
  1486.  
  1487.  
  1488.  
  1489. <div class="blog-hero-v5">
  1490.  <div class="container-fluid fluid-container">
  1491.    <!-- Hero Header -->
  1492.  
  1493.    <!-- Main Content Grid -->
  1494.    <div class="row g-4">
  1495.      <!-- Large Featured Post - Left Side -->
  1496.      <div class="col-lg-6 col-md-12">
  1497.        
  1498.        
  1499.          
  1500.        <div class="large-featured-card">
  1501.          <div class="card-image-wrapper">
  1502.            
  1503.                <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" class="card-image">
  1504.            
  1505.            <div class="image-overlay">
  1506.              <span class="category-pill fashion bg-primary-gradient">News</span>
  1507.            </div>
  1508.          </div>
  1509.          <div class="card-content">
  1510.            <h2 class="card-title"><a class="top-color" href="/us-lawmaker-urges-ex-royal-andrew-to-testify-in-jeffrey-epstein-investigation/">
  1511.                                        US Lawmaker Urges Ex-Royal Andrew to Testify in Jeffrey Epstein Investigation
  1512.                                    </a></h2>
  1513.            <p class="card-description"></p>
  1514.            <div class="card-footer">
  1515.              <div class="author-section">
  1516.                <div class="author-avatar">
  1517.                  
  1518.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jill Burke" class="author-img">
  1519.                    
  1520.                </div>
  1521.                <div class="author-details">
  1522.                  <span class="author-name">Jill Burke</span>
  1523.                  <span class="publish-date">12 May 2026</span>
  1524.                </div>
  1525.              </div>
  1526.              <div class="read-time">
  1527.                <!-- <span>9 min read</span> -->
  1528.              </div>
  1529.            </div>
  1530.          </div>
  1531.        </div>
  1532.  
  1533.        
  1534.      </div>
  1535.      
  1536.  
  1537.      <!-- Right Side - Grid of Posts -->
  1538.      <div class="col-lg-6 col-md-12">
  1539.        <div class="row h-100">
  1540.          
  1541.          
  1542.            
  1543.          <!-- Medium Featured Post -->
  1544.          <div class="col-12 mb-3">
  1545.            <div class="medium-featured-card h-100">
  1546.              <div class="row g-0 h-100">
  1547.                <div class="col-md-6">
  1548.                  <div class="medium-image-wrapper">
  1549.                    
  1550.                          <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1551.                      
  1552.                    <div class="medium-overlay">
  1553.                      <span class="category-pill travel bg-primary-gradient">News</span>
  1554.                    </div>
  1555.                  </div>
  1556.                </div>
  1557.                <div class="col-md-6">
  1558.                  <div class="medium-content">
  1559.                    <h3 class="medium-title"><a class="top-color" href="/the-gulf-nation-to-present-case-at-british-supreme-court-over-sovereign-immunity-in-surveillance-allegations/">
  1560.                                        The Gulf nation to Present Case at British Supreme Court Over Sovereign Immunity in Surveillance Allegations
  1561.                                    </a></h3>
  1562.                    <p class="medium-excerpt"></p>
  1563.                    <div class="medium-meta">
  1564.                      <span class="author">By Jill Burke</span>
  1565.                      <span class="date">12 May 2026</span>
  1566.                    </div>
  1567.                  </div>
  1568.                </div>
  1569.              </div>
  1570.            </div>
  1571.          </div>
  1572.  
  1573.          
  1574.          
  1575.  
  1576.          
  1577.            <!-- Small Cards Row -->
  1578.            <div class="col-md-6 col-12 mb-md-0 mb-3">
  1579.              <div class="small-card h-100">
  1580.                <div class="small-image-wrapper">
  1581.                    
  1582.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1583.                            style="object-fit: cover;" alt="">
  1584.                    
  1585.                  <span class="small-category bg-primary-gradient">News</span>
  1586.                </div>
  1587.                <div class="small-content">
  1588.                  <h4 class="small-title"> <a class="top-color" href="/james-cameron-makes-it-clear-computers-dont-create-avatar-films/" >
  1589.                                        James Cameron Makes It Clear: ‘Computers Don’t Create Avatar Films’
  1590.                                    </a></h4>
  1591.                  <p class="medium-excerpt"></p>
  1592.                  <div class="small-meta">
  1593.                    <span>By Jill Burke</span>
  1594.                    <span>11 May 2026</span>
  1595.                  </div>
  1596.                </div>
  1597.              </div>
  1598.            </div>
  1599.            
  1600.            <!-- Small Cards Row -->
  1601.            <div class="col-md-6 col-12 mb-md-0 mb-3">
  1602.              <div class="small-card h-100">
  1603.                <div class="small-image-wrapper">
  1604.                    
  1605.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1606.                            style="object-fit: cover;" alt="">
  1607.                    
  1608.                  <span class="small-category bg-primary-gradient">News</span>
  1609.                </div>
  1610.                <div class="small-content">
  1611.                  <h4 class="small-title"> <a class="top-color" href="/bound-isolated-and-scared-the-bleak-reality-for-female-inmates-made-to-deliver-in-incarceration/" >
  1612.                                        Bound, Isolated and Scared: The Bleak Reality for Female Inmates Made to Deliver in Incarceration.
  1613.                                    </a></h4>
  1614.                  <p class="medium-excerpt"></p>
  1615.                  <div class="small-meta">
  1616.                    <span>By Jill Burke</span>
  1617.                    <span>11 May 2026</span>
  1618.                  </div>
  1619.                </div>
  1620.              </div>
  1621.            </div>
  1622.            
  1623.  
  1624.        </div>
  1625.      </div>
  1626.    </div>
  1627.  </div>
  1628. </div>
  1629.  
  1630. <style>
  1631.  /* Blog Hero V5 - Clean Card Grid Design */
  1632.  :root {
  1633.    --shadow-light: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  1634.    --shadow-medium: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  1635.    --shadow-heavy: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  1636.  
  1637.    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  1638.  }
  1639.  
  1640.  .blog-hero-v5 {
  1641.    padding: 4rem 0;
  1642.  }
  1643.  
  1644.  /* Hero Header */
  1645.  .hero-header {
  1646.    margin-bottom: 2rem;
  1647.  }
  1648.  
  1649.  .hero-title {
  1650.    font-size: 3.5rem;
  1651.    font-weight: 800;
  1652.    color: var(--text-dark);
  1653.    margin-bottom: 1rem;
  1654.    letter-spacing: -0.025em;
  1655.    line-height: 1.1;
  1656.  }
  1657.  
  1658.  .hero-subtitle {
  1659.    font-size: 1.25rem;
  1660.    color: var(--text-light);
  1661.    font-weight: 400;
  1662.    max-width: 600px;
  1663.    margin: 0 auto;
  1664.  }
  1665.  
  1666.  /* Large Featured Card */
  1667.  .large-featured-card {
  1668.    background: var(--card-bg);
  1669.    border-radius: var(--border-radius);
  1670.    box-shadow: var(--shadow-medium);
  1671.    overflow: hidden;
  1672.    height: 100%;
  1673.    transition: var(--transition);
  1674.    border: 1px solid var(--border-color);
  1675.  }
  1676.  
  1677.  .large-featured-card:hover {
  1678.    transform: translateY(-8px);
  1679.    box-shadow: var(--shadow-heavy);
  1680.  }
  1681.  
  1682.  .card-image-wrapper {
  1683.    position: relative;
  1684.    height: 280px;
  1685.    overflow: hidden;
  1686.  }
  1687.  
  1688.  .card-image {
  1689.    width: 100%;
  1690.    height: 100%;
  1691.    object-fit: cover;
  1692.    transition: var(--transition);
  1693.  }
  1694.  
  1695.  .large-featured-card:hover .card-image {
  1696.    transform: scale(1.05);
  1697.  }
  1698.  
  1699.  .image-overlay {
  1700.    position: absolute;
  1701.    top: 1.5rem;
  1702.    left: 1.5rem;
  1703.  }
  1704.  
  1705.  .card-content {
  1706.    padding: 2rem;
  1707.  }
  1708.  
  1709.  .card-title {
  1710.    font-size: 1.75rem;
  1711.    font-weight: 700;
  1712.    color: var(--text-dark);
  1713.    margin-bottom: 1rem;
  1714.    line-height: 1.3;
  1715.  }
  1716.  
  1717.  .card-description {
  1718.    color: var(--text-light);
  1719.    font-size: 1rem;
  1720.    line-height: 1.6;
  1721.    margin-bottom: 2rem;
  1722.  }
  1723.  
  1724.  .card-footer {
  1725.    display: flex;
  1726.    align-items: center;
  1727.    justify-content: space-between;
  1728.  }
  1729.  
  1730.  .author-section {
  1731.    display: flex;
  1732.    align-items: center;
  1733.    gap: 1rem;
  1734.  }
  1735.  
  1736.  .author-avatar {
  1737.    width: 48px;
  1738.    height: 48px;
  1739.    border-radius: 50%;
  1740.    overflow: hidden;
  1741.    border: 2px solid var(--border-color);
  1742.  }
  1743.  
  1744.  .author-avatar img {
  1745.    width: 100%;
  1746.    height: 100%;
  1747.    object-fit: cover;
  1748.  }
  1749.  
  1750.  .author-details {
  1751.    display: flex;
  1752.    flex-direction: column;
  1753.  }
  1754.  
  1755.  .author-name {
  1756.    font-weight: 600;
  1757.    color: var(--text-dark);
  1758.    font-size: 0.95rem;
  1759.  }
  1760.  
  1761.  .publish-date {
  1762.    color: var(--text-light);
  1763.    font-size: 0.875rem;
  1764.  }
  1765.  
  1766.  .read-time {
  1767.    background: var(--card-bg);
  1768.    padding: 0.5rem 1rem;
  1769.    border-radius: 20px;
  1770.    font-size: 0.875rem;
  1771.    color: var(--text-light);
  1772.    font-weight: 500;
  1773.  }
  1774.  
  1775.  /* Category Pills */
  1776.  .category-pill {
  1777.    display: inline-block;
  1778.    padding: 0.5rem 1rem;
  1779.    font-size: 0.75rem;
  1780.    font-weight: 600;
  1781.    text-transform: uppercase;
  1782.    letter-spacing: 0.05em;
  1783.    border-radius: 20px;
  1784.    color: white;
  1785.  }
  1786.  
  1787.  
  1788.  /* Medium Featured Card */
  1789.  .medium-featured-card {
  1790.    background: var(--card-bg);
  1791.    border-radius: var(--border-radius);
  1792.    box-shadow: var(--shadow-light);
  1793.    overflow: hidden;
  1794.    height: 220px;
  1795.    transition: var(--transition);
  1796.    border: 1px solid var(--border-color);
  1797.  }
  1798.  
  1799.  .medium-featured-card:hover {
  1800.    transform: translateY(-4px);
  1801.    box-shadow: var(--shadow-medium);
  1802.  }
  1803.  
  1804.  .medium-image-wrapper {
  1805.    position: relative;
  1806.    height: 100%;
  1807.    overflow: hidden;
  1808.  }
  1809.  
  1810.  .medium-image-wrapper img {
  1811.    width: 100%;
  1812.    height: 100%;
  1813.    object-fit: cover;
  1814.    transition: var(--transition);
  1815.  }
  1816.  
  1817.  .medium-featured-card:hover .medium-image-wrapper img {
  1818.    transform: scale(1.05);
  1819.  }
  1820.  
  1821.  .medium-overlay {
  1822.    position: absolute;
  1823.    top: 1rem;
  1824.    left: 1rem;
  1825.  }
  1826.  
  1827.  .medium-content {
  1828.    padding: 1.5rem;
  1829.    display: flex;
  1830.    flex-direction: column;
  1831.    justify-content: space-between;
  1832.    height: 100%;
  1833.  }
  1834.  
  1835.  .medium-title {
  1836.    font-size: 1.25rem;
  1837.    font-weight: 600;
  1838.    color: var(--text-dark);
  1839.    margin-bottom: 0.75rem;
  1840.    line-height: 1.3;
  1841.  }
  1842.  
  1843.  .medium-excerpt {
  1844.    color: var(--text-light);
  1845.    font-size: 0.9rem;
  1846.    line-height: 1.5;
  1847.    margin-bottom: 1rem;
  1848.    flex-grow: 1;
  1849.  }
  1850.  
  1851.  .medium-meta {
  1852.    display: flex;
  1853.    flex-direction: column;
  1854.    gap: 0.25rem;
  1855.    font-size: 0.8rem;
  1856.  }
  1857.  
  1858.  /* Small Cards */
  1859.  .small-card {
  1860.    background: var(--card-bg);
  1861.    border-radius: var(--border-radius);
  1862.    box-shadow: var(--shadow-light);
  1863.    overflow: hidden;
  1864.    transition: var(--transition);
  1865.    border: 1px solid var(--border-color);
  1866.    display: flex;
  1867.    flex-direction: column;
  1868.  }
  1869.  
  1870.  .small-card:hover {
  1871.    transform: translateY(-4px);
  1872.    box-shadow: var(--shadow-medium);
  1873.  }
  1874.  
  1875.  .small-image-wrapper {
  1876.    position: relative;
  1877.    height: 140px;
  1878.    overflow: hidden;
  1879.    flex-shrink: 0;
  1880.  }
  1881.  
  1882.  .small-image-wrapper img {
  1883.    width: 100%;
  1884.    height: 100%;
  1885.    object-fit: cover;
  1886.    transition: var(--transition);
  1887.  }
  1888.  
  1889.  .small-card:hover .small-image-wrapper img {
  1890.    transform: scale(1.05);
  1891.  }
  1892.  
  1893.  .small-category {
  1894.    position: absolute;
  1895.    top: 0.75rem;
  1896.    left: 0.75rem;
  1897.    padding: 0.25rem 0.75rem;
  1898.    font-size: 0.7rem;
  1899.    font-weight: 600;
  1900.    text-transform: uppercase;
  1901.    border-radius: 12px;
  1902.    color: white;
  1903.  }
  1904.  
  1905.  
  1906.  .small-content {
  1907.    padding: 1rem;
  1908.    flex-grow: 1;
  1909.    display: flex;
  1910.    flex-direction: column;
  1911.    justify-content: space-between;
  1912.  }
  1913.  
  1914.  .small-title {
  1915.    font-size: 1rem;
  1916.    font-weight: 600;
  1917.    color: var(--text-dark);
  1918.    margin-bottom: 0.75rem;
  1919.    line-height: 1.3;
  1920.  }
  1921.  
  1922.  .small-meta {
  1923.    display: flex;
  1924.    justify-content: space-between;
  1925.    font-size: 0.75rem;
  1926.    color: var(--text-light);
  1927.  }
  1928.  
  1929.  /* Stats Section - Removed */
  1930.  
  1931.  /* Responsive Design */
  1932.  @media (max-width: 992px) {
  1933.    .hero-title {
  1934.      font-size: 2.5rem;
  1935.    }
  1936.  
  1937.    .card-content {
  1938.      padding: 1.5rem;
  1939.    }
  1940.  
  1941.    .card-title {
  1942.      font-size: 1.5rem;
  1943.    }
  1944.  
  1945.    .medium-featured-card {
  1946.      height: auto;
  1947.    }
  1948.  
  1949.    .medium-content {
  1950.      height: auto;
  1951.    }
  1952.  }
  1953.  
  1954.  @media (max-width: 768px) {
  1955.    .blog-hero-v5 {
  1956.      padding: 2rem 0;
  1957.    }
  1958.  
  1959.    .hero-title {
  1960.      font-size: 2rem;
  1961.    }
  1962.  
  1963.    .hero-subtitle {
  1964.      font-size: 1rem;
  1965.    }
  1966.  
  1967.    .card-image-wrapper {
  1968.      height: 200px;
  1969.    }
  1970.  
  1971.    .medium-featured-card {
  1972.      height: auto;
  1973.    }
  1974.  
  1975.    .medium-image-wrapper {
  1976.      height: 150px;
  1977.    }
  1978.  
  1979.    .small-image-wrapper {
  1980.      height: 120px;
  1981.    }
  1982.  }
  1983.  
  1984.  @media (max-width: 576px) {
  1985.    .card-footer {
  1986.      flex-direction: column;
  1987.      align-items: flex-start;
  1988.      gap: 1rem;
  1989.    }
  1990.  
  1991.    .stat-number {
  1992.      font-size: 1.5rem;
  1993.    }
  1994.  }
  1995. </style>
  1996.  
  1997.  
  1998.  
  1999.  
  2000.  
  2001.        <!-- end of wpo-blog-hero -->
  2002.  
  2003.        <!-- start of wpo-breacking-news -->
  2004.        
  2005.        <!-- end of wpo-breacking-news -->
  2006.        
  2007.        <!-- start wpo-blog-highlights-section -->
  2008.        
  2009.  
  2010.  
  2011.  
  2012.    
  2013.  
  2014.  
  2015. <style>
  2016.  
  2017.    .blog-highlights-section {
  2018.        padding: 30px 0;
  2019.    }
  2020.  
  2021.    .blog-cards-grid {
  2022.        display: grid;
  2023.        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  2024.        gap: 30px;
  2025.    }
  2026.  
  2027.    .blog-card {
  2028.        background: var(--card-bg);
  2029.        border: 1px solid var(--card-border);
  2030.        border-radius: var(--border-radius);
  2031.        overflow: hidden;
  2032.        transition: all 0.3s ease;
  2033.        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  2034.    }
  2035.  
  2036.    .blog-card:hover {
  2037.        transform: translateY(-8px);
  2038.        box-shadow: 0 12px 35px rgba(0,0,0,0.1);
  2039.        border-color: var(--theme-primary-color);
  2040.    }
  2041.  
  2042.    .blog-card-image {
  2043.        position: relative;
  2044.        height: 220px;
  2045.        overflow: hidden;
  2046.    }
  2047.  
  2048.    .blog-card-image img {
  2049.        width: 100%;
  2050.        height: 100%;
  2051.        object-fit: cover;
  2052.        transition: transform 0.3s ease;
  2053.    }
  2054.  
  2055.    .blog-card:hover .blog-card-image img {
  2056.        transform: scale(1.05);
  2057.    }
  2058.  
  2059.    .blog-category {
  2060.        position: absolute;
  2061.        top: 15px;
  2062.        right: 15px;
  2063.        color: white;
  2064.        padding: 6px 12px;
  2065.        border-radius: 20px;
  2066.        font-size: 12px;
  2067.        font-weight: 600;
  2068.        text-transform: uppercase;
  2069.        letter-spacing: 0.5px;
  2070.    }
  2071.  
  2072.    .blog-card-content {
  2073.        padding: 25px;
  2074.    }
  2075.  
  2076.    .blog-card-title {
  2077.        font-family: var(--heading-font);
  2078.        font-size: 1.3rem;
  2079.        font-weight: var(--heading-weight);
  2080.        color: var(--top-color);
  2081.        margin-bottom: 15px;
  2082.        line-height: 1.4;
  2083.    }
  2084.  
  2085.    .blog-card-title a {
  2086.        color: inherit !important;
  2087.        text-decoration: none;
  2088.        transition: color 0.3s ease;
  2089.    }
  2090.  
  2091.    .blog-card-title a:hover {
  2092.        color: var(--theme-primary-color);
  2093.    }
  2094.  
  2095.    .blog-card-meta {
  2096.        display: flex;
  2097.        align-items: center;
  2098.        gap: 15px;
  2099.        margin-bottom: 15px;
  2100.        font-size: 14px;
  2101.        color: var(--text-light-color);
  2102.    }
  2103.  
  2104.    .blog-author-img {
  2105.        width: 30px;
  2106.        height: 30px;
  2107.        border-radius: 50%;
  2108.        object-fit: cover;
  2109.    }
  2110.  
  2111.    .blog-card-excerpt {
  2112.        color: var(--body-color);
  2113.        font-size: 15px;
  2114.        line-height: 1.6;
  2115.        margin-bottom: 20px;
  2116.        display: -webkit-box;
  2117.        -webkit-line-clamp: 3;
  2118.        -webkit-box-orient: vertical;
  2119.        overflow: hidden;
  2120.    }
  2121.  
  2122.    .blog-card-footer {
  2123.        display: flex;
  2124.        justify-content: space-between;
  2125.        align-items: center;
  2126.        padding-top: 15px;
  2127.        border-top: 1px solid var(--border-color-s2);
  2128.    }
  2129.  
  2130.    .blog-read-time {
  2131.        font-size: 13px;
  2132.        color: var(--light);
  2133.    }
  2134.  
  2135.    .blog-read-more {
  2136.        color: var(--top-color) !important;
  2137.        text-decoration: none;
  2138.        font-weight: 600;
  2139.        font-size: 14px;
  2140.        transition: all 0.3s ease;
  2141.    }
  2142.  
  2143.    .blog-read-more:hover {
  2144.        color: var(--theme-primary-color-s2);
  2145.        text-decoration: underline;
  2146.    }
  2147.  
  2148.    .section-title {
  2149.        font-family: var(--heading-font);
  2150.        font-size: 2.5rem;
  2151.        font-weight: var(--heading-weight);
  2152.        color: var(--heading-color);
  2153.        text-align: center;
  2154.        margin-bottom: 20px;
  2155.    }
  2156.  
  2157.    .section-subtitle {
  2158.        text-align: center;
  2159.        color: var(--text-light-color);
  2160.        font-size: 1.1rem;
  2161.        max-width: 600px;
  2162.        margin: 0 auto;
  2163.    }
  2164.  
  2165.    @media (max-width: 768px) {
  2166.        .blog-cards-grid {
  2167.            grid-template-columns: 1fr;
  2168.            gap: 20px;
  2169.        }
  2170.        
  2171.        .section-title {
  2172.            font-size: 2rem;
  2173.        }
  2174.        
  2175.        .blog-highlights-section {
  2176.            padding: 60px 0;
  2177.        }
  2178.    }
  2179. </style>
  2180.  
  2181. <section class="blog-highlights-section">
  2182.     <div class="container-fluid fluid-container">
  2183.      
  2184.            <div class="section-title">
  2185.                <h2>
  2186.                Today's Top Highlights
  2187.                   </h2>
  2188.                <p class="section-subtitle">Discover the latest stories and insights from our community</p>
  2189.    </div>
  2190.        
  2191.        <div class="row">
  2192.            <div class="col-lg-8 col-12">
  2193.                <div class="blog-cards-grid">
  2194.                    
  2195.                    <article class="blog-card">
  2196.                        <div class="blog-card-image">
  2197.                          
  2198.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2199.                            
  2200.                            <span class="blog-category bg-primary-gradient">
  2201.                                News
  2202.                            </span>
  2203.                        </div>
  2204.                        <div class="blog-card-content">
  2205.                            <h3 class="blog-card-title">
  2206.                                <a href="/within-those-bombed-out-remains-of-an-apartment-block-i-saw-a-book-id-rendered/" >
  2207.                                Within those Bombed-Out Remains of an Apartment Block, I Saw a Book I’d Rendered
  2208.                                </a>
  2209.                            </h3>
  2210.                            <div class="blog-card-meta">
  2211.                                
  2212.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jill Burke" class="blog-author-img">
  2213.                                
  2214.                                <span>By <strong>Jill Burke</strong></span>
  2215.                                <span>•</span>
  2216.                                <span>11 May 2026</span>
  2217.                            </div>
  2218.                            <p class="blog-card-excerpt">
  2219.                                
  2220.                            </p>
  2221.                            <div class="blog-card-footer">
  2222.                                <div class="blog-read-time">
  2223.                                    📖 5 min read
  2224.                                </div>
  2225.                                <a href="/within-those-bombed-out-remains-of-an-apartment-block-i-saw-a-book-id-rendered/" class="blog-read-more">
  2226.                                    Read More →
  2227.                                </a>
  2228.                            </div>
  2229.                        </div>
  2230.                    </article>
  2231.                    
  2232.                    <article class="blog-card">
  2233.                        <div class="blog-card-image">
  2234.                          
  2235.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2236.                            
  2237.                            <span class="blog-category bg-primary-gradient">
  2238.                                News
  2239.                            </span>
  2240.                        </div>
  2241.                        <div class="blog-card-content">
  2242.                            <h3 class="blog-card-title">
  2243.                                <a href="/3-xbox-game-pass-games-were-enjoying-this-weekend-oct-10-12/" >
  2244.                                3 Xbox Game Pass Games We&#x27;re Enjoying This Weekend (Oct. 10-12)
  2245.                                </a>
  2246.                            </h3>
  2247.                            <div class="blog-card-meta">
  2248.                                
  2249.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jill Burke" class="blog-author-img">
  2250.                                
  2251.                                <span>By <strong>Jill Burke</strong></span>
  2252.                                <span>•</span>
  2253.                                <span>11 May 2026</span>
  2254.                            </div>
  2255.                            <p class="blog-card-excerpt">
  2256.                                
  2257.                            </p>
  2258.                            <div class="blog-card-footer">
  2259.                                <div class="blog-read-time">
  2260.                                    📖 5 min read
  2261.                                </div>
  2262.                                <a href="/3-xbox-game-pass-games-were-enjoying-this-weekend-oct-10-12/" class="blog-read-more">
  2263.                                    Read More →
  2264.                                </a>
  2265.                            </div>
  2266.                        </div>
  2267.                    </article>
  2268.                    
  2269.                    <article class="blog-card">
  2270.                        <div class="blog-card-image">
  2271.                          
  2272.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2273.                            
  2274.                            <span class="blog-category bg-primary-gradient">
  2275.                                News
  2276.                            </span>
  2277.                        </div>
  2278.                        <div class="blog-card-content">
  2279.                            <h3 class="blog-card-title">
  2280.                                <a href="/everyday-reality-for-120000-displaced-people-in-the-vast-shelter-on-the-mali-border/" >
  2281.                                Everyday Reality for 120,000 Displaced People in the Vast Shelter on the Mali Border.
  2282.                                </a>
  2283.                            </h3>
  2284.                            <div class="blog-card-meta">
  2285.                                
  2286.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jill Burke" class="blog-author-img">
  2287.                                
  2288.                                <span>By <strong>Jill Burke</strong></span>
  2289.                                <span>•</span>
  2290.                                <span>11 May 2026</span>
  2291.                            </div>
  2292.                            <p class="blog-card-excerpt">
  2293.                                
  2294.                            </p>
  2295.                            <div class="blog-card-footer">
  2296.                                <div class="blog-read-time">
  2297.                                    📖 5 min read
  2298.                                </div>
  2299.                                <a href="/everyday-reality-for-120000-displaced-people-in-the-vast-shelter-on-the-mali-border/" class="blog-read-more">
  2300.                                    Read More →
  2301.                                </a>
  2302.                            </div>
  2303.                        </div>
  2304.                    </article>
  2305.                    
  2306.                    <article class="blog-card">
  2307.                        <div class="blog-card-image">
  2308.                          
  2309.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2310.                            
  2311.                            <span class="blog-category bg-primary-gradient">
  2312.                                News
  2313.                            </span>
  2314.                        </div>
  2315.                        <div class="blog-card-content">
  2316.                            <h3 class="blog-card-title">
  2317.                                <a href="/the-way-a-us-military-veteran-aided-the-venezuelan-opposition-leader-flee-her-homeland/" >
  2318.                                The Way a US Military Veteran Aided the Venezuelan Opposition Leader Flee Her Homeland
  2319.                                </a>
  2320.                            </h3>
  2321.                            <div class="blog-card-meta">
  2322.                                
  2323.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jill Burke" class="blog-author-img">
  2324.                                
  2325.                                <span>By <strong>Jill Burke</strong></span>
  2326.                                <span>•</span>
  2327.                                <span>11 May 2026</span>
  2328.                            </div>
  2329.                            <p class="blog-card-excerpt">
  2330.                                
  2331.                            </p>
  2332.                            <div class="blog-card-footer">
  2333.                                <div class="blog-read-time">
  2334.                                    📖 5 min read
  2335.                                </div>
  2336.                                <a href="/the-way-a-us-military-veteran-aided-the-venezuelan-opposition-leader-flee-her-homeland/" class="blog-read-more">
  2337.                                    Read More →
  2338.                                </a>
  2339.                            </div>
  2340.                        </div>
  2341.                    </article>
  2342.                    
  2343.                    <article class="blog-card">
  2344.                        <div class="blog-card-image">
  2345.                          
  2346.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2347.                            
  2348.                            <span class="blog-category bg-primary-gradient">
  2349.                                News
  2350.                            </span>
  2351.                        </div>
  2352.                        <div class="blog-card-content">
  2353.                            <h3 class="blog-card-title">
  2354.                                <a href="/mastering-the-art-of-talk-dating-like-a-zoomer-51-niche-terms-for-love-intimacy-and-bad-behaviour/" >
  2355.                                Mastering the Art of Talk Dating Like a Zoomer: 51 Niche Terms for Love, Intimacy and Bad Behaviour
  2356.                                </a>
  2357.                            </h3>
  2358.                            <div class="blog-card-meta">
  2359.                                
  2360.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jill Burke" class="blog-author-img">
  2361.                                
  2362.                                <span>By <strong>Jill Burke</strong></span>
  2363.                                <span>•</span>
  2364.                                <span>11 May 2026</span>
  2365.                            </div>
  2366.                            <p class="blog-card-excerpt">
  2367.                                
  2368.                            </p>
  2369.                            <div class="blog-card-footer">
  2370.                                <div class="blog-read-time">
  2371.                                    📖 5 min read
  2372.                                </div>
  2373.                                <a href="/mastering-the-art-of-talk-dating-like-a-zoomer-51-niche-terms-for-love-intimacy-and-bad-behaviour/" class="blog-read-more">
  2374.                                    Read More →
  2375.                                </a>
  2376.                            </div>
  2377.                        </div>
  2378.                    </article>
  2379.                    
  2380.                    <article class="blog-card">
  2381.                        <div class="blog-card-image">
  2382.                          
  2383.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2384.                            
  2385.                            <span class="blog-category bg-primary-gradient">
  2386.                                News
  2387.                            </span>
  2388.                        </div>
  2389.                        <div class="blog-card-content">
  2390.                            <h3 class="blog-card-title">
  2391.                                <a href="/trump-and-his-allies-envision-a-world-lacking-worldwide-regulations-yet-they-will-not-attain-this-goal/" >
  2392.                                Trump and His Allies Envision a World Lacking Worldwide Regulations – Yet They Will Not Attain This Goal
  2393.                                </a>
  2394.                            </h3>
  2395.                            <div class="blog-card-meta">
  2396.                                
  2397.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jill Burke" class="blog-author-img">
  2398.                                
  2399.                                <span>By <strong>Jill Burke</strong></span>
  2400.                                <span>•</span>
  2401.                                <span>10 May 2026</span>
  2402.                            </div>
  2403.                            <p class="blog-card-excerpt">
  2404.                                
  2405.                            </p>
  2406.                            <div class="blog-card-footer">
  2407.                                <div class="blog-read-time">
  2408.                                    📖 5 min read
  2409.                                </div>
  2410.                                <a href="/trump-and-his-allies-envision-a-world-lacking-worldwide-regulations-yet-they-will-not-attain-this-goal/" class="blog-read-more">
  2411.                                    Read More →
  2412.                                </a>
  2413.                            </div>
  2414.                        </div>
  2415.                    </article>
  2416.                    
  2417.                    <article class="blog-card">
  2418.                        <div class="blog-card-image">
  2419.                          
  2420.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2421.                            
  2422.                            <span class="blog-category bg-primary-gradient">
  2423.                                News
  2424.                            </span>
  2425.                        </div>
  2426.                        <div class="blog-card-content">
  2427.                            <h3 class="blog-card-title">
  2428.                                <a href="/swedish-selection-reveal-alexander-isak-selected-whereas-viktor-gyokeres-misses-out/" >
  2429.                                Swedish Selection Reveal: Alexander Isak Selected Whereas Viktor Gyokeres Misses Out
  2430.                                </a>
  2431.                            </h3>
  2432.                            <div class="blog-card-meta">
  2433.                                
  2434.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jill Burke" class="blog-author-img">
  2435.                                
  2436.                                <span>By <strong>Jill Burke</strong></span>
  2437.                                <span>•</span>
  2438.                                <span>10 May 2026</span>
  2439.                            </div>
  2440.                            <p class="blog-card-excerpt">
  2441.                                
  2442.                            </p>
  2443.                            <div class="blog-card-footer">
  2444.                                <div class="blog-read-time">
  2445.                                    📖 5 min read
  2446.                                </div>
  2447.                                <a href="/swedish-selection-reveal-alexander-isak-selected-whereas-viktor-gyokeres-misses-out/" class="blog-read-more">
  2448.                                    Read More →
  2449.                                </a>
  2450.                            </div>
  2451.                        </div>
  2452.                    </article>
  2453.                    
  2454.                    <article class="blog-card">
  2455.                        <div class="blog-card-image">
  2456.                          
  2457.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2458.                            
  2459.                            <span class="blog-category bg-primary-gradient">
  2460.                                News
  2461.                            </span>
  2462.                        </div>
  2463.                        <div class="blog-card-content">
  2464.                            <h3 class="blog-card-title">
  2465.                                <a href="/united-arab-emirates-refuses-to-participate-in-gazan-security-force-lacking-defined-juridical-structure/" >
  2466.                                United Arab Emirates Refuses to Participate in Gazan Security Force Lacking Defined Juridical Structure
  2467.                                </a>
  2468.                            </h3>
  2469.                            <div class="blog-card-meta">
  2470.                                
  2471.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jill Burke" class="blog-author-img">
  2472.                                
  2473.                                <span>By <strong>Jill Burke</strong></span>
  2474.                                <span>•</span>
  2475.                                <span>10 May 2026</span>
  2476.                            </div>
  2477.                            <p class="blog-card-excerpt">
  2478.                                
  2479.                            </p>
  2480.                            <div class="blog-card-footer">
  2481.                                <div class="blog-read-time">
  2482.                                    📖 5 min read
  2483.                                </div>
  2484.                                <a href="/united-arab-emirates-refuses-to-participate-in-gazan-security-force-lacking-defined-juridical-structure/" class="blog-read-more">
  2485.                                    Read More →
  2486.                                </a>
  2487.                            </div>
  2488.                        </div>
  2489.                    </article>
  2490.                    
  2491.                    <article class="blog-card">
  2492.                        <div class="blog-card-image">
  2493.                          
  2494.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2495.                            
  2496.                            <span class="blog-category bg-primary-gradient">
  2497.                                News
  2498.                            </span>
  2499.                        </div>
  2500.                        <div class="blog-card-content">
  2501.                            <h3 class="blog-card-title">
  2502.                                <a href="/the-former-congresswoman-makes-history-as-virginias-initial-woman-governor/" >
  2503.                                The Former Congresswoman Makes History as Virginia&#x27;s Initial Woman Governor
  2504.                                </a>
  2505.                            </h3>
  2506.                            <div class="blog-card-meta">
  2507.                                
  2508.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jill Burke" class="blog-author-img">
  2509.                                
  2510.                                <span>By <strong>Jill Burke</strong></span>
  2511.                                <span>•</span>
  2512.                                <span>10 May 2026</span>
  2513.                            </div>
  2514.                            <p class="blog-card-excerpt">
  2515.                                
  2516.                            </p>
  2517.                            <div class="blog-card-footer">
  2518.                                <div class="blog-read-time">
  2519.                                    📖 5 min read
  2520.                                </div>
  2521.                                <a href="/the-former-congresswoman-makes-history-as-virginias-initial-woman-governor/" class="blog-read-more">
  2522.                                    Read More →
  2523.                                </a>
  2524.                            </div>
  2525.                        </div>
  2526.                    </article>
  2527.                    
  2528.                    <article class="blog-card">
  2529.                        <div class="blog-card-image">
  2530.                          
  2531.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2532.                            
  2533.                            <span class="blog-category bg-primary-gradient">
  2534.                                News
  2535.                            </span>
  2536.                        </div>
  2537.                        <div class="blog-card-content">
  2538.                            <h3 class="blog-card-title">
  2539.                                <a href="/when-did-i-get-that-good-looking-bruce-springsteen-on-watching-the-actor-play-him-in-film/" >
  2540.                                ‘When Did I Get That Good-Looking?’: Bruce Springsteen on Watching The Actor Play Him In Film
  2541.                                </a>
  2542.                            </h3>
  2543.                            <div class="blog-card-meta">
  2544.                                
  2545.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jill Burke" class="blog-author-img">
  2546.                                
  2547.                                <span>By <strong>Jill Burke</strong></span>
  2548.                                <span>•</span>
  2549.                                <span>10 May 2026</span>
  2550.                            </div>
  2551.                            <p class="blog-card-excerpt">
  2552.                                
  2553.                            </p>
  2554.                            <div class="blog-card-footer">
  2555.                                <div class="blog-read-time">
  2556.                                    📖 5 min read
  2557.                                </div>
  2558.                                <a href="/when-did-i-get-that-good-looking-bruce-springsteen-on-watching-the-actor-play-him-in-film/" class="blog-read-more">
  2559.                                    Read More →
  2560.                                </a>
  2561.                            </div>
  2562.                        </div>
  2563.                    </article>
  2564.                    
  2565.                    <article class="blog-card">
  2566.                        <div class="blog-card-image">
  2567.                          
  2568.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2569.                            
  2570.                            <span class="blog-category bg-primary-gradient">
  2571.                                News
  2572.                            </span>
  2573.                        </div>
  2574.                        <div class="blog-card-content">
  2575.                            <h3 class="blog-card-title">
  2576.                                <a href="/the-debut-album-daughters-delves-into-grief-and-style/" >
  2577.                                The Debut Album &quot;Daughters&quot; Delves Into Grief and Style
  2578.                                </a>
  2579.                            </h3>
  2580.                            <div class="blog-card-meta">
  2581.                                
  2582.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jill Burke" class="blog-author-img">
  2583.                                
  2584.                                <span>By <strong>Jill Burke</strong></span>
  2585.                                <span>•</span>
  2586.                                <span>10 May 2026</span>
  2587.                            </div>
  2588.                            <p class="blog-card-excerpt">
  2589.                                
  2590.                            </p>
  2591.                            <div class="blog-card-footer">
  2592.                                <div class="blog-read-time">
  2593.                                    📖 5 min read
  2594.                                </div>
  2595.                                <a href="/the-debut-album-daughters-delves-into-grief-and-style/" class="blog-read-more">
  2596.                                    Read More →
  2597.                                </a>
  2598.                            </div>
  2599.                        </div>
  2600.                    </article>
  2601.                    
  2602.                    <article class="blog-card">
  2603.                        <div class="blog-card-image">
  2604.                          
  2605.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2606.                            
  2607.                            <span class="blog-category bg-primary-gradient">
  2608.                                News
  2609.                            </span>
  2610.                        </div>
  2611.                        <div class="blog-card-content">
  2612.                            <h3 class="blog-card-title">
  2613.                                <a href="/russian-president-vladimir-putin-vows-steady-energy-deliveries-to-india-in-defiance-of-us-sanctions/" >
  2614.                                Russian President Vladimir Putin Vows Steady Energy Deliveries to India in Defiance of US Sanctions
  2615.                                </a>
  2616.                            </h3>
  2617.                            <div class="blog-card-meta">
  2618.                                
  2619.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jill Burke" class="blog-author-img">
  2620.                                
  2621.                                <span>By <strong>Jill Burke</strong></span>
  2622.                                <span>•</span>
  2623.                                <span>10 May 2026</span>
  2624.                            </div>
  2625.                            <p class="blog-card-excerpt">
  2626.                                
  2627.                            </p>
  2628.                            <div class="blog-card-footer">
  2629.                                <div class="blog-read-time">
  2630.                                    📖 5 min read
  2631.                                </div>
  2632.                                <a href="/russian-president-vladimir-putin-vows-steady-energy-deliveries-to-india-in-defiance-of-us-sanctions/" class="blog-read-more">
  2633.                                    Read More →
  2634.                                </a>
  2635.                            </div>
  2636.                        </div>
  2637.                    </article>
  2638.                    
  2639.                    
  2640.  
  2641.                </div>
  2642.            </div>
  2643.            
  2644.              <div class="col col-lg-4 col-12">
  2645.                
  2646.  
  2647.  
  2648.  
  2649.    
  2650.  
  2651. <div class="blog-sidebar">
  2652.    
  2653.        <div class="widget category-widget">
  2654.            <h3>May 2026 Blog Roll</h3>
  2655.            <ul class="scrollable-sidebar">
  2656.                
  2657.                    <li>
  2658.                        <a href="https://www.voiceprint.co.uk/" class="top-color " rel="dofollow">
  2659.                            online casino
  2660.                        </a>
  2661.                    </li>
  2662.                
  2663.                    <li>
  2664.                        <a href="https://www.gohacking.com/" class="top-color " rel="dofollow">
  2665.                            non-gamstop poker
  2666.                        </a>
  2667.                    </li>
  2668.                
  2669.                    <li>
  2670.                        <a href="https://ealingnewsextra.co.uk/" class="top-color " rel="dofollow">
  2671.                            new betting sites uk
  2672.                        </a>
  2673.                    </li>
  2674.                
  2675.                    <li>
  2676.                        <a href="https://www.charitydigitalnews.co.uk/" class="top-color " rel="dofollow">
  2677.                            non gamstop casino uk
  2678.                        </a>
  2679.                    </li>
  2680.                
  2681.                    <li>
  2682.                        <a href="https://www.focus12.co.uk/" class="top-color " rel="dofollow">
  2683.                            casino not on gamstop
  2684.                        </a>
  2685.                    </li>
  2686.                
  2687.                    <li>
  2688.                        <a href="https://gamingamerica.com/non-gamstop-casinos" class="top-color " rel="dofollow">
  2689.                            casinos not on gamstop
  2690.                        </a>
  2691.                    </li>
  2692.                
  2693.                    <li>
  2694.                        <a href="https://esports-news.co.uk/online-casinos/non-gamstop/" class="top-color " rel="dofollow">
  2695.                            non gamstop casino
  2696.                        </a>
  2697.                    </li>
  2698.                
  2699.            </ul>
  2700.        </div>
  2701.    
  2702.        <div class="widget category-widget">
  2703.            <h3>April 2026 Blog Roll</h3>
  2704.            <ul class="scrollable-sidebar">
  2705.                
  2706.                    <li>
  2707.                        <a href="https://www.sculleyspeaks.com/" class="top-color " rel="dofollow">
  2708.                            lolajack casino
  2709.                        </a>
  2710.                    </li>
  2711.                
  2712.                    <li>
  2713.                        <a href="https://www.thecakestore.co.uk/" class="top-color " rel="dofollow">
  2714.                            no verification casinos UK
  2715.                        </a>
  2716.                    </li>
  2717.                
  2718.                    <li>
  2719.                        <a href="https://www.escapistmagazine.com/uk/non-gamstop-casinos/" class="top-color " rel="dofollow">
  2720.                            casinos not on gamstop
  2721.                        </a>
  2722.                    </li>
  2723.                
  2724.                    <li>
  2725.                        <a href="https://www.richmondreview.co.uk/" class="top-color " rel="dofollow">
  2726.                            non gamstop casino
  2727.                        </a>
  2728.                    </li>
  2729.                
  2730.                    <li>
  2731.                        <a href="https://www.uberrock.co.uk/" class="top-color " rel="dofollow">
  2732.                            casino not on gamstop
  2733.                        </a>
  2734.                    </li>
  2735.                
  2736.                    <li>
  2737.                        <a href="https://allcatsrgrey.org.uk/" class="top-color " rel="dofollow">
  2738.                            casino not on gamstop
  2739.                        </a>
  2740.                    </li>
  2741.                
  2742.                    <li>
  2743.                        <a href="https://savethedatemagazine.co.uk/" class="top-color " rel="dofollow">
  2744.                            casino not on gamstop
  2745.                        </a>
  2746.                    </li>
  2747.                
  2748.                    <li>
  2749.                        <a href="https://straightfromyard.co.uk/" class="top-color " rel="dofollow">
  2750.                            casino not on gamstop
  2751.                        </a>
  2752.                    </li>
  2753.                
  2754.                    <li>
  2755.                        <a href="https://www.cca-glasgow.com/" class="top-color " rel="dofollow">
  2756.                            casino not on gamstop
  2757.                        </a>
  2758.                    </li>
  2759.                
  2760.                    <li>
  2761.                        <a href="https://www.summerhall.co.uk/" class="top-color " rel="dofollow">
  2762.                            casino not on gamstop
  2763.                        </a>
  2764.                    </li>
  2765.                
  2766.                    <li>
  2767.                        <a href="https://www.citytosea.org.uk/" class="top-color " rel="dofollow">
  2768.                            casino not on gamstop
  2769.                        </a>
  2770.                    </li>
  2771.                
  2772.                    <li>
  2773.                        <a href="https://www.london-irish.com/" class="top-color " rel="dofollow">
  2774.                            casino not on gamstop
  2775.                        </a>
  2776.                    </li>
  2777.                
  2778.                    <li>
  2779.                        <a href="https://www.surfaceview.co.uk/" class="top-color " rel="dofollow">
  2780.                            casino not on gamstop
  2781.                        </a>
  2782.                    </li>
  2783.                
  2784.                    <li>
  2785.                        <a href="https://bereavementcommission.org.uk/" class="top-color " rel="dofollow">
  2786.                            casino not on gamstop
  2787.                        </a>
  2788.                    </li>
  2789.                
  2790.                    <li>
  2791.                        <a href="https://internationalschoolmealsday.com/" class="top-color " rel="dofollow">
  2792.                            slots not on gamstop
  2793.                        </a>
  2794.                    </li>
  2795.                
  2796.                    <li>
  2797.                        <a href="https://unbound.co.uk/" class="top-color " rel="dofollow">
  2798.                            casino not on gamstop
  2799.                        </a>
  2800.                    </li>
  2801.                
  2802.                    <li>
  2803.                        <a href="https://knightsof.media/" class="top-color " rel="dofollow">
  2804.                            uk casinos not on gamstop
  2805.                        </a>
  2806.                    </li>
  2807.                
  2808.                    <li>
  2809.                        <a href="https://www.elthampalace.org.uk/" class="top-color " rel="dofollow">
  2810.                            casino not on gamstop
  2811.                        </a>
  2812.                    </li>
  2813.                
  2814.                    <li>
  2815.                        <a href="https://canongateluxuryapartment.co.uk" class="top-color " rel="dofollow">
  2816.                            best non uk casinos
  2817.                        </a>
  2818.                    </li>
  2819.                
  2820.                    <li>
  2821.                        <a href="https://www.executive-shaving.co.uk" class="top-color " rel="dofollow">
  2822.                            casinos not on GamStop
  2823.                        </a>
  2824.                    </li>
  2825.                
  2826.                    <li>
  2827.                        <a href="https://thegreenmanatinglewhite.co.uk/" class="top-color " rel="dofollow">
  2828.                            non uk betting companies
  2829.                        </a>
  2830.                    </li>
  2831.                
  2832.                    <li>
  2833.                        <a href="https://www.impact-awards.co.uk" class="top-color " rel="dofollow">
  2834.                            non GamStop casinos
  2835.                        </a>
  2836.                    </li>
  2837.                
  2838.                    <li>
  2839.                        <a href="https://www.wildandgame.co.uk" class="top-color " rel="dofollow">
  2840.                            best UK casino sites
  2841.                        </a>
  2842.                    </li>
  2843.                
  2844.                    <li>
  2845.                        <a href="https://www.nordicresearchnetwork.co.uk/" class="top-color " rel="dofollow">
  2846.                            Non UK Casino Accepting UK Players
  2847.                        </a>
  2848.                    </li>
  2849.                
  2850.                    <li>
  2851.                        <a href="https://www.nhsborders.org.uk/" class="top-color " rel="dofollow">
  2852.                            bitcoin casinos UK
  2853.                        </a>
  2854.                    </li>
  2855.                
  2856.                    <li>
  2857.                        <a href="https://swtrains.co.uk/" class="top-color " rel="dofollow">
  2858.                            spinshark promo code
  2859.                        </a>
  2860.                    </li>
  2861.                
  2862.                    <li>
  2863.                        <a href="https://littlewhitelies.co.uk" class="top-color " rel="dofollow">
  2864.                            casino not on gamstop
  2865.                        </a>
  2866.                    </li>
  2867.                
  2868.                    <li>
  2869.                        <a href="https://clintoncards.co.uk" class="top-color " rel="dofollow">
  2870.                            casinos not on gamstop
  2871.                        </a>
  2872.                    </li>
  2873.                
  2874.                    <li>
  2875.                        <a href="https://thelincolnite.co.uk" class="top-color " rel="dofollow">
  2876.                            non gamstop casinos
  2877.                        </a>
  2878.                    </li>
  2879.                
  2880.                    <li>
  2881.                        <a href="https://craftanddough.co.uk/" class="top-color " rel="dofollow">
  2882.                            online casinos that accept credit cards
  2883.                        </a>
  2884.                    </li>
  2885.                
  2886.                    <li>
  2887.                        <a href="https://www.athelstane.co.uk/" class="top-color " rel="dofollow">
  2888.                            sports betting with crypto
  2889.                        </a>
  2890.                    </li>
  2891.                
  2892.                    <li>
  2893.                        <a href="https://cafcwomen.co.uk/" class="top-color " rel="dofollow">
  2894.                            poker sites not on gamstop
  2895.                        </a>
  2896.                    </li>
  2897.                
  2898.                    <li>
  2899.                        <a href="https://www.capturingourcoast.co.uk/" class="top-color " rel="dofollow">
  2900.                            non gamstop casino uk
  2901.                        </a>
  2902.                    </li>
  2903.                
  2904.                    <li>
  2905.                        <a href="https://www.roadpeace.org/" class="top-color " rel="dofollow">
  2906.                            casino not on gamstop
  2907.                        </a>
  2908.                    </li>
  2909.                
  2910.                    <li>
  2911.                        <a href="https://allcatsrgrey.org.uk/" class="top-color " rel="dofollow">
  2912.                            non gamstop casino
  2913.                        </a>
  2914.                    </li>
  2915.                
  2916.                    <li>
  2917.                        <a href="https://knightsof.media/" class="top-color " rel="dofollow">
  2918.                            casino not on gamstop
  2919.                        </a>
  2920.                    </li>
  2921.                
  2922.                    <li>
  2923.                        <a href="https://www.cca-glasgow.com/" class="top-color " rel="dofollow">
  2924.                            non gamstop casino reviews
  2925.                        </a>
  2926.                    </li>
  2927.                
  2928.                    <li>
  2929.                        <a href="https://stephenwalter.co.uk/" class="top-color " rel="dofollow">
  2930.                            best online betting sites
  2931.                        </a>
  2932.                    </li>
  2933.                
  2934.                    <li>
  2935.                        <a href="https://www.gamblinginsider.com/uk/online-casinos" class="top-color " rel="dofollow">
  2936.                            online casinos
  2937.                        </a>
  2938.                    </li>
  2939.                
  2940.                    <li>
  2941.                        <a href="https://www.pidginlondon.com/" class="top-color " rel="dofollow">
  2942.                            casino no verification uk
  2943.                        </a>
  2944.                    </li>
  2945.                
  2946.                    <li>
  2947.                        <a href="https://plasticoceans.uk/" class="top-color " rel="dofollow">
  2948.                            best uk non gamstop casinos
  2949.                        </a>
  2950.                    </li>
  2951.                
  2952.                    <li>
  2953.                        <a href="https://www.squarebox.co.uk/" class="top-color " rel="dofollow">
  2954.                            no gamstop casino
  2955.                        </a>
  2956.                    </li>
  2957.                
  2958.                    <li>
  2959.                        <a href="https://www.summerhall.co.uk/" class="top-color " rel="dofollow">
  2960.                            non gamstop casino
  2961.                        </a>
  2962.                    </li>
  2963.                
  2964.                    <li>
  2965.                        <a href="https://www.no-deportations.org.uk" class="top-color " rel="dofollow">
  2966.                            non GamStop casino
  2967.                        </a>
  2968.                    </li>
  2969.                
  2970.            </ul>
  2971.        </div>
  2972.    
  2973.        <div class="widget category-widget">
  2974.            <h3>March 2026 Blog Roll</h3>
  2975.            <ul class="scrollable-sidebar">
  2976.                
  2977.                    <li>
  2978.                        <a href="https://letsmush.com/" class="top-color " rel="dofollow">
  2979.                            UK casino sites
  2980.                        </a>
  2981.                    </li>
  2982.                
  2983.                    <li>
  2984.                        <a href="https://www.bmag.org.uk/" class="top-color " rel="dofollow">
  2985.                            best casino site
  2986.                        </a>
  2987.                    </li>
  2988.                
  2989.                    <li>
  2990.                        <a href="https://www.surfaceview.co.uk/" class="top-color " rel="dofollow">
  2991.                            casinos not on gamstop
  2992.                        </a>
  2993.                    </li>
  2994.                
  2995.                    <li>
  2996.                        <a href="https://www.labodeganegra.com/" class="top-color " rel="dofollow">
  2997.                            non GamStop casino
  2998.                        </a>
  2999.                    </li>
  3000.                
  3001.                    <li>
  3002.                        <a href="https://whitestarrunning.co.uk/" class="top-color " rel="dofollow">
  3003.                            slots not on GamStop
  3004.                        </a>
  3005.                    </li>
  3006.                
  3007.                    <li>
  3008.                        <a href="https://migrations.uk/" class="top-color " rel="dofollow">
  3009.                            play Harry Casino
  3010.                        </a>
  3011.                    </li>
  3012.                
  3013.                    <li>
  3014.                        <a href="https://www.nmds-sc-online.org.uk/" class="top-color " rel="dofollow">
  3015.                            non gamstop betting sites
  3016.                        </a>
  3017.                    </li>
  3018.                
  3019.                    <li>
  3020.                        <a href="https://socialeatinghouse.com/" class="top-color " rel="dofollow">
  3021.                            casinos not on GamStop
  3022.                        </a>
  3023.                    </li>
  3024.                
  3025.                    <li>
  3026.                        <a href="https://www.ginspa.co.uk/" class="top-color " rel="dofollow">
  3027.                            gambling sites not on GamStop
  3028.                        </a>
  3029.                    </li>
  3030.                
  3031.                    <li>
  3032.                        <a href="https://www.covent-garden.co.uk/" class="top-color " rel="dofollow">
  3033.                            best casinos not on GamStop
  3034.                        </a>
  3035.                    </li>
  3036.                
  3037.                    <li>
  3038.                        <a href="https://www.patients4nhs.org.uk/" class="top-color " rel="dofollow">
  3039.                            non GamStop casino UK
  3040.                        </a>
  3041.                    </li>
  3042.                
  3043.                    <li>
  3044.                        <a href="https://www.llancaiachfawr.co.uk/" class="top-color " rel="dofollow">
  3045.                            casinos not on GamStop
  3046.                        </a>
  3047.                    </li>
  3048.                
  3049.                    <li>
  3050.                        <a href="https://www.durhamminers.org/" class="top-color " rel="dofollow">
  3051.                            non GamStop casinos
  3052.                        </a>
  3053.                    </li>
  3054.                
  3055.                    <li>
  3056.                        <a href="https://www.kysty.co.uk/" class="top-color " rel="dofollow">
  3057.                            new online casinos
  3058.                        </a>
  3059.                    </li>
  3060.                
  3061.                    <li>
  3062.                        <a href="https://www.thekarczma.co.uk/" class="top-color " rel="dofollow">
  3063.                            Non UK Casino
  3064.                        </a>
  3065.                    </li>
  3066.                
  3067.                    <li>
  3068.                        <a href="https://www.falconryforum.co.uk/" class="top-color " rel="dofollow">
  3069.                            casino not on gamstop
  3070.                        </a>
  3071.                    </li>
  3072.                
  3073.                    <li>
  3074.                        <a href="https://hisbe.co.uk/" class="top-color " rel="dofollow">
  3075.                            casino not on gamstop
  3076.                        </a>
  3077.                    </li>
  3078.                
  3079.                    <li>
  3080.                        <a href="https://citytosea.org.uk/" class="top-color " rel="dofollow">
  3081.                            casino not on gamstop
  3082.                        </a>
  3083.                    </li>
  3084.                
  3085.                    <li>
  3086.                        <a href="https://openidentityexchange.org/" class="top-color " rel="dofollow">
  3087.                            casino not on gamstop
  3088.                        </a>
  3089.                    </li>
  3090.                
  3091.                    <li>
  3092.                        <a href="https://www.lsx.org.uk/" class="top-color " rel="dofollow">
  3093.                            best online betting sites uk
  3094.                        </a>
  3095.                    </li>
  3096.                
  3097.                    <li>
  3098.                        <a href="https://oncallfire.uk/" class="top-color " rel="dofollow">
  3099.                            Casinos Not Under Gamstop
  3100.                        </a>
  3101.                    </li>
  3102.                
  3103.                    <li>
  3104.                        <a href="https://www.regionalnetworks.org.uk/" class="top-color " rel="dofollow">
  3105.                            Not on GamStop
  3106.                        </a>
  3107.                    </li>
  3108.                
  3109.                    <li>
  3110.                        <a href="https://casinobeats.com/uk/online-casinos/casinos-not-on-gamstop/" class="top-color " rel="dofollow">
  3111.                            casinos not on gamstop
  3112.                        </a>
  3113.                    </li>
  3114.                
  3115.                    <li>
  3116.                        <a href="https://cryptoblox.com/" class="top-color " rel="dofollow">
  3117.                            No KYC casino
  3118.                        </a>
  3119.                    </li>
  3120.                
  3121.                    <li>
  3122.                        <a href="https://www.helloitscraig.co.uk/" class="top-color " rel="dofollow">
  3123.                            online casino
  3124.                        </a>
  3125.                    </li>
  3126.                
  3127.                    <li>
  3128.                        <a href="https://www.marblearchcavesgeopark.com/" class="top-color " rel="dofollow">
  3129.                            online casinos
  3130.                        </a>
  3131.                    </li>
  3132.                
  3133.                    <li>
  3134.                        <a href="https://www.strawberrysoup.co.uk/" class="top-color " rel="dofollow">
  3135.                            online casinos
  3136.                        </a>
  3137.                    </li>
  3138.                
  3139.                    <li>
  3140.                        <a href="https://www.london-irish.com/" class="top-color " rel="dofollow">
  3141.                            non gamstop casino
  3142.                        </a>
  3143.                    </li>
  3144.                
  3145.                    <li>
  3146.                        <a href="https://www.money-mentor.org/" class="top-color " rel="dofollow">
  3147.                            bitcoin casinos
  3148.                        </a>
  3149.                    </li>
  3150.                
  3151.                    <li>
  3152.                        <a href="https://knightsof.media/" class="top-color " rel="dofollow">
  3153.                            casinos not on gamstop
  3154.                        </a>
  3155.                    </li>
  3156.                
  3157.                    <li>
  3158.                        <a href="https://roadpeace.org/" class="top-color " rel="dofollow">
  3159.                            non gamstop casino
  3160.                        </a>
  3161.                    </li>
  3162.                
  3163.            </ul>
  3164.        </div>
  3165.    
  3166.        <div class="widget category-widget">
  3167.            <h3>February 2026 Blog Roll</h3>
  3168.            <ul class="scrollable-sidebar">
  3169.                
  3170.                    <li>
  3171.                        <a href="https://www.summerhall.co.uk/" class="top-color " rel="dofollow">
  3172.                            casinos not on gamstop
  3173.                        </a>
  3174.                    </li>
  3175.                
  3176.                    <li>
  3177.                        <a href="https://platypuspress.co.uk/" class="top-color " rel="dofollow">
  3178.                            casino not on gamstop
  3179.                        </a>
  3180.                    </li>
  3181.                
  3182.                    <li>
  3183.                        <a href="https://plasticoceans.uk/" class="top-color " rel="dofollow">
  3184.                            casinos not on gamstop
  3185.                        </a>
  3186.                    </li>
  3187.                
  3188.                    <li>
  3189.                        <a href="https://www.money-mentor.org/" class="top-color " rel="dofollow">
  3190.                            bitcoin casino UK
  3191.                        </a>
  3192.                    </li>
  3193.                
  3194.                    <li>
  3195.                        <a href="https://www.editorialintelligence.com/" class="top-color " rel="dofollow">
  3196.                            best online betting sites
  3197.                        </a>
  3198.                    </li>
  3199.                
  3200.                    <li>
  3201.                        <a href="https://www.mesaonline.org/" class="top-color " rel="dofollow">
  3202.                            casino not on gamstop
  3203.                        </a>
  3204.                    </li>
  3205.                
  3206.                    <li>
  3207.                        <a href="https://jst.org.uk/" class="top-color " rel="dofollow">
  3208.                            online casinos
  3209.                        </a>
  3210.                    </li>
  3211.                
  3212.                    <li>
  3213.                        <a href="https://www.casquette.co.uk/" class="top-color " rel="dofollow">
  3214.                            non gamstop casinos
  3215.                        </a>
  3216.                    </li>
  3217.                
  3218.            </ul>
  3219.        </div>
  3220.    
  3221.  
  3222.    
  3223.    <div class="widget recent-post-widget mb-3">
  3224.        <h3>Popular Post</h3>
  3225.        <div class="posts">
  3226.            
  3227.            <div class="post">
  3228.                <div class="img-holder">
  3229.                    
  3230.                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;  width: 80px;" alt="">
  3231.                    
  3232.                </div>
  3233.                <div class="details">
  3234.                    <span class="date top-color" >09 May 2026 </span>
  3235.                    <h4> <a href="/democrats-condemn-trump-after-he-claims-they-should-face-death-penalty/" class="top-color">
  3236.                                            Democrats Condemn Trump After He Claims They Should Face Death Penalty
  3237.                                            </a></h4>
  3238.                </div>
  3239.            </div>
  3240.            
  3241.            <div class="post">
  3242.                <div class="img-holder">
  3243.                    
  3244.                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;  width: 80px;" alt="">
  3245.                    
  3246.                </div>
  3247.                <div class="details">
  3248.                    <span class="date top-color" >09 May 2026 </span>
  3249.                    <h4> <a href="/these-athletes-and-coaches-not-born-in-the-united-states/" class="top-color">
  3250.                                            These Athletes and Coaches Not Born in the United States
  3251.                                            </a></h4>
  3252.                </div>
  3253.            </div>
  3254.            
  3255.            <div class="post">
  3256.                <div class="img-holder">
  3257.                    
  3258.                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;  width: 80px;" alt="">
  3259.                    
  3260.                </div>
  3261.                <div class="details">
  3262.                    <span class="date top-color" >09 May 2026 </span>
  3263.                    <h4> <a href="/russian-authorities-blocks-snapchat-and-restricts-apples-facetime-officials-report/" class="top-color">
  3264.                                            Russian Authorities Blocks Snapchat and Restricts Apple&#x27;s FaceTime, Officials Report
  3265.                                            </a></h4>
  3266.                </div>
  3267.            </div>
  3268.            
  3269.            <div class="post">
  3270.                <div class="img-holder">
  3271.                    
  3272.                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;  width: 80px;" alt="">
  3273.                    
  3274.                </div>
  3275.                <div class="details">
  3276.                    <span class="date top-color" >09 May 2026 </span>
  3277.                    <h4> <a href="/chornobyl-disaster-shelter-no-longer-effectively-blocks-radiation-needs-significant-repair-international-atomic-energy-agency/" class="top-color">
  3278.                                            Chornobyl Disaster Shelter No Longer Effectively Blocks Radiation, Needs Significant Repair – International Atomic Energy Agency
  3279.                                            </a></h4>
  3280.                </div>
  3281.            </div>
  3282.            
  3283.            <div class="post">
  3284.                <div class="img-holder">
  3285.                    
  3286.                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;  width: 80px;" alt="">
  3287.                    
  3288.                </div>
  3289.                <div class="details">
  3290.                    <span class="date top-color" >09 May 2026 </span>
  3291.                    <h4> <a href="/arsenal-host-wolves-in-key-top-flight-encounter/" class="top-color">
  3292.                                            Arsenal Host Wolves in Key Top-Flight Encounter
  3293.                                            </a></h4>
  3294.                </div>
  3295.            </div>
  3296.            
  3297.            <div class="post">
  3298.                <div class="img-holder">
  3299.                    
  3300.                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;  width: 80px;" alt="">
  3301.                    
  3302.                </div>
  3303.                <div class="details">
  3304.                    <span class="date top-color" >09 May 2026 </span>
  3305.                    <h4> <a href="/neanderthals-and-early-humans-were-likely-engaging-in-intimate-contact-scientists-suggest/" class="top-color">
  3306.                                            Neanderthals and Early Humans Were Likely Engaging in Intimate Contact, Scientists Suggest
  3307.                                            </a></h4>
  3308.                </div>
  3309.            </div>
  3310.            
  3311.  
  3312.        </div>
  3313.    </div>
  3314.    
  3315. </div>
  3316.    
  3317.            </div>
  3318.        </div>
  3319.    </div>
  3320. </section>
  3321.  
  3322. <script>
  3323. document.addEventListener('DOMContentLoaded', function() {
  3324.    // Simple scroll animation
  3325.    const cards = document.querySelectorAll('.blog-card');
  3326.    
  3327.    const observer = new IntersectionObserver(function(entries) {
  3328.        entries.forEach(entry => {
  3329.            if (entry.isIntersecting) {
  3330.                entry.target.style.opacity = '1';
  3331.                entry.target.style.transform = 'translateY(0)';
  3332.            }
  3333.        });
  3334.    }, {
  3335.        threshold: 0.1
  3336.    });
  3337.  
  3338.    cards.forEach((card, index) => {
  3339.        card.style.opacity = '0';
  3340.        card.style.transform = 'translateY(30px)';
  3341.        card.style.transition = `opacity 0.6s ease ${index * 0.1}s, transform 0.6s ease ${index * 0.1}s`;
  3342.        observer.observe(card);
  3343.    });
  3344. });
  3345. </script>
  3346.  
  3347.    
  3348.        
  3349.        <!-- end wpo-blog-highlights-section -->
  3350.        <!-- start wpo-blog-sponsored-section -->
  3351.        
  3352.  
  3353.  
  3354.  
  3355.    
  3356.  
  3357.  
  3358.  
  3359. <style>
  3360.    .sponsored-section-v4 {
  3361.        padding: 50px 0;
  3362.    }
  3363.    
  3364.    .sponsored-card-v4 {
  3365.        background: var(--card-bg);
  3366.        border: 1px solid var(--border-color);
  3367.        border-radius: 4px;
  3368.        transition: border-color 0.3s ease;
  3369.        height: 100%;
  3370.        padding: 15px;
  3371.    }
  3372.    
  3373.    .sponsored-card-v4:hover {
  3374.        border-color: #adb5bd;
  3375.    }
  3376.    
  3377.    .sponsored-image-v4 {
  3378.        width: 150px;
  3379.        height: 150px;
  3380.        margin: 10px auto;
  3381.        border-radius: 50%;
  3382.        shape-outside: circle(50%);
  3383.        float: left;
  3384.    }
  3385.    
  3386.    .sponsored-image-v4 img {
  3387.        width: 100%;
  3388.        height: 100%;
  3389.        object-fit: cover;
  3390.        border-radius: 50%;
  3391.    }
  3392.    
  3393.    .sponsored-content-v4 {
  3394.        padding: 10px;
  3395.        overflow: hidden; /* Clearfix for floated image */
  3396.    }
  3397.    
  3398.    .sponsored-title-v4 {
  3399.        font-size: 15px;
  3400.        font-weight: 700;
  3401.        line-height: 1.4;
  3402.        margin-bottom: 8px;
  3403.        color: #333;
  3404.        position: relative;
  3405.        display: inline-block;
  3406.    }
  3407.    
  3408.    .sponsored-title-v4 a {
  3409.        text-decoration: none;
  3410.        color: var(--topbar-color) !important;
  3411.        margin: 10px 0px;
  3412.    }
  3413.    
  3414.    .sponsored-title-v4 a:hover {
  3415.        color: #6f42c1 !important; /* Purple hover */
  3416.    }
  3417.    
  3418.    .sponsored-title-v4::after {
  3419.        content: '';
  3420.        position: absolute;
  3421.        bottom: -2px;
  3422.        left: 0;
  3423.        width: 100%;
  3424.        height: 2px;
  3425.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark))
  3426.    }
  3427.    
  3428.    .sponsored-excerpt-v4 {
  3429.        font-size: 12px;
  3430.        font-weight: 400;
  3431.        color: #6c757d;
  3432.        margin-bottom: 10px;
  3433.        line-height: 1.5;
  3434.    }
  3435.    
  3436.    .sponsored-meta-v4 {
  3437.        font-size: 11px;
  3438.        color: #6c757d;
  3439.    }
  3440.    
  3441.    .author-info-v4 {
  3442.        margin-bottom: 5px;
  3443.    }
  3444.    
  3445.    .sponsored-author-img-v4 {
  3446.        width: 20px;
  3447.        height: 20px;
  3448.        border-radius: 50%;
  3449.        object-fit: cover;
  3450.        vertical-align: middle;
  3451.        margin-right: 5px;
  3452.    }
  3453.    
  3454.    .section-title-sponsored-v4 {
  3455.        font-size: 1.9rem;
  3456.        font-weight: 600;
  3457.        text-align: center;
  3458.        margin-bottom: 30px;
  3459.        color: #333;
  3460.        position: relative;
  3461.    }
  3462.    
  3463.    .section-title-sponsored-v4::after {
  3464.        content: '';
  3465.        position: absolute;
  3466.        bottom: -8px;
  3467.        left: 50%;
  3468.        transform: translateX(-50%);
  3469.        width: 80px;
  3470.        height: 3px;
  3471.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  3472.    }
  3473.  
  3474.    @media (max-width: 768px) {
  3475.        .sponsored-section-v4 {
  3476.            padding: 30px 0;
  3477.        }
  3478.        .sponsored-image-v4 {
  3479.            width: 120px;
  3480.            height: 120px;
  3481.            float: none;
  3482.            margin: 10px auto;
  3483.        }
  3484.        .sponsored-content-v4 {
  3485.            padding: 12px;
  3486.            text-align: center;
  3487.        }
  3488.        .sponsored-title-v4 {
  3489.            font-size: 14px;
  3490.        }
  3491.        .sponsored-excerpt-v4 {
  3492.            font-size: 11px;
  3493.        }
  3494.        .sponsored-meta-v4 {
  3495.            font-size: 10px;
  3496.        }
  3497.        .section-title-sponsored-v4 {
  3498.            font-size: 1.6rem;
  3499.        }
  3500.    }
  3501. </style>
  3502.  
  3503. <section class="sponsored-section-v4">
  3504.    <div class="container-fluid fluid-container">
  3505.        <div class="row">
  3506.            <div class="col-12">
  3507.                <h2 class="section-title-sponsored-v4">Sponsored News</h2>
  3508.            </div>
  3509.        </div>
  3510.        
  3511.        <div class="row g-4">
  3512.            
  3513.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3514.                <div class="card sponsored-card-v4">
  3515.                    <div class="sponsored-image-v4">
  3516.                        
  3517.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3518.                        
  3519.                    </div>
  3520.                    <div class="sponsored-content-v4">
  3521.                        <h3 class="sponsored-title-v4">
  3522.                            <a href="/democrats-condemn-trump-after-he-claims-they-should-face-death-penalty/" >
  3523.                                            Democrats Condemn Trump After He Claims They Should Face Death Penalty
  3524.                                            </a>
  3525.                        </h3>
  3526.                        <p class="sponsored-excerpt-v4">
  3527.                          
  3528.                        </p>
  3529.                        <div class="sponsored-meta-v4">
  3530.                            <div class="author-info-v4">
  3531.                                
  3532.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jill Burke" class="sponsored-author-img-v4">
  3533.                                
  3534.                                <span>
  3535.                                    Jill Burke
  3536.                                </span>
  3537.                            </div>
  3538.                            <div>09 May 2026</div>
  3539.                        </div>
  3540.                    </div>
  3541.                </div>
  3542.            </div>
  3543.            
  3544.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3545.                <div class="card sponsored-card-v4">
  3546.                    <div class="sponsored-image-v4">
  3547.                        
  3548.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3549.                        
  3550.                    </div>
  3551.                    <div class="sponsored-content-v4">
  3552.                        <h3 class="sponsored-title-v4">
  3553.                            <a href="/these-athletes-and-coaches-not-born-in-the-united-states/" >
  3554.                                            These Athletes and Coaches Not Born in the United States
  3555.                                            </a>
  3556.                        </h3>
  3557.                        <p class="sponsored-excerpt-v4">
  3558.                          
  3559.                        </p>
  3560.                        <div class="sponsored-meta-v4">
  3561.                            <div class="author-info-v4">
  3562.                                
  3563.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jill Burke" class="sponsored-author-img-v4">
  3564.                                
  3565.                                <span>
  3566.                                    Jill Burke
  3567.                                </span>
  3568.                            </div>
  3569.                            <div>09 May 2026</div>
  3570.                        </div>
  3571.                    </div>
  3572.                </div>
  3573.            </div>
  3574.            
  3575.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3576.                <div class="card sponsored-card-v4">
  3577.                    <div class="sponsored-image-v4">
  3578.                        
  3579.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3580.                        
  3581.                    </div>
  3582.                    <div class="sponsored-content-v4">
  3583.                        <h3 class="sponsored-title-v4">
  3584.                            <a href="/russian-authorities-blocks-snapchat-and-restricts-apples-facetime-officials-report/" >
  3585.                                            Russian Authorities Blocks Snapchat and Restricts Apple&#x27;s FaceTime, Officials Report
  3586.                                            </a>
  3587.                        </h3>
  3588.                        <p class="sponsored-excerpt-v4">
  3589.                          
  3590.                        </p>
  3591.                        <div class="sponsored-meta-v4">
  3592.                            <div class="author-info-v4">
  3593.                                
  3594.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jill Burke" class="sponsored-author-img-v4">
  3595.                                
  3596.                                <span>
  3597.                                    Jill Burke
  3598.                                </span>
  3599.                            </div>
  3600.                            <div>09 May 2026</div>
  3601.                        </div>
  3602.                    </div>
  3603.                </div>
  3604.            </div>
  3605.            
  3606.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3607.                <div class="card sponsored-card-v4">
  3608.                    <div class="sponsored-image-v4">
  3609.                        
  3610.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3611.                        
  3612.                    </div>
  3613.                    <div class="sponsored-content-v4">
  3614.                        <h3 class="sponsored-title-v4">
  3615.                            <a href="/chornobyl-disaster-shelter-no-longer-effectively-blocks-radiation-needs-significant-repair-international-atomic-energy-agency/" >
  3616.                                            Chornobyl Disaster Shelter No Longer Effectively Blocks Radiation, Needs Significant Repair – International Atomic Energy Agency
  3617.                                            </a>
  3618.                        </h3>
  3619.                        <p class="sponsored-excerpt-v4">
  3620.                          
  3621.                        </p>
  3622.                        <div class="sponsored-meta-v4">
  3623.                            <div class="author-info-v4">
  3624.                                
  3625.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jill Burke" class="sponsored-author-img-v4">
  3626.                                
  3627.                                <span>
  3628.                                    Jill Burke
  3629.                                </span>
  3630.                            </div>
  3631.                            <div>09 May 2026</div>
  3632.                        </div>
  3633.                    </div>
  3634.                </div>
  3635.            </div>
  3636.            
  3637.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3638.                <div class="card sponsored-card-v4">
  3639.                    <div class="sponsored-image-v4">
  3640.                        
  3641.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3642.                        
  3643.                    </div>
  3644.                    <div class="sponsored-content-v4">
  3645.                        <h3 class="sponsored-title-v4">
  3646.                            <a href="/arsenal-host-wolves-in-key-top-flight-encounter/" >
  3647.                                            Arsenal Host Wolves in Key Top-Flight Encounter
  3648.                                            </a>
  3649.                        </h3>
  3650.                        <p class="sponsored-excerpt-v4">
  3651.                          
  3652.                        </p>
  3653.                        <div class="sponsored-meta-v4">
  3654.                            <div class="author-info-v4">
  3655.                                
  3656.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jill Burke" class="sponsored-author-img-v4">
  3657.                                
  3658.                                <span>
  3659.                                    Jill Burke
  3660.                                </span>
  3661.                            </div>
  3662.                            <div>09 May 2026</div>
  3663.                        </div>
  3664.                    </div>
  3665.                </div>
  3666.            </div>
  3667.            
  3668.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3669.                <div class="card sponsored-card-v4">
  3670.                    <div class="sponsored-image-v4">
  3671.                        
  3672.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3673.                        
  3674.                    </div>
  3675.                    <div class="sponsored-content-v4">
  3676.                        <h3 class="sponsored-title-v4">
  3677.                            <a href="/neanderthals-and-early-humans-were-likely-engaging-in-intimate-contact-scientists-suggest/" >
  3678.                                            Neanderthals and Early Humans Were Likely Engaging in Intimate Contact, Scientists Suggest
  3679.                                            </a>
  3680.                        </h3>
  3681.                        <p class="sponsored-excerpt-v4">
  3682.                          
  3683.                        </p>
  3684.                        <div class="sponsored-meta-v4">
  3685.                            <div class="author-info-v4">
  3686.                                
  3687.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jill Burke" class="sponsored-author-img-v4">
  3688.                                
  3689.                                <span>
  3690.                                    Jill Burke
  3691.                                </span>
  3692.                            </div>
  3693.                            <div>09 May 2026</div>
  3694.                        </div>
  3695.                    </div>
  3696.                </div>
  3697.            </div>
  3698.            
  3699.        </div>
  3700.    </div>
  3701. </section>
  3702.  
  3703.  
  3704.    
  3705.        <!-- end wpo-blog-sponsored-section -->
  3706.        <!-- start wpo-subscribe-section -->
  3707.        
  3708.        <!-- end subscribe-section -->
  3709.        <!-- start of wpo-site-footer-section -->
  3710.        
  3711.  
  3712.  
  3713.  
  3714.  
  3715.  
  3716. <footer class="wpo-site-footer-v2">
  3717.  <!-- Top Section - Logo & CTA -->
  3718.  <div class="footer-top-section py-3">
  3719.    <div class="container-fluid fluid-container">
  3720.      <div class="row align-items-center">
  3721.        <div class="brand-logo d-flex align-items-center justify-content-center">
  3722.          
  3723.            <h3 class="brand-title">Legacy Collective</h3>
  3724.          
  3725.          <div class="brand-info">
  3726.            <h3 class="brand-title">Legacy Collective</h3>
  3727.          </div>
  3728.        </div>
  3729.      </div>
  3730.    </div>
  3731.  </div>
  3732.  
  3733.  <!-- Main Content Grid -->
  3734.  <div class="footer-main-content py-4">
  3735.    <div class="container-fluid fluid-container px-3">
  3736.      <div class="d-flex justify-content-between flex-wrap gap-3">
  3737.        <!-- Column 1: Quick Links & Top Categories -->
  3738.        <div class="">
  3739.          <div class="footer-column">
  3740.            <h5 class="column-title">Quick Links</h5>
  3741.            <ul class="footer-menu list-unstyled">
  3742.              
  3743.                <li>
  3744.                  <a class="menu-link" href="/conversing-across-the-divide-a-encounter-between-opposing-perspectives/">Conversing Across the Divide: A Encounter Between Opposing Perspectives</a>
  3745.                </li>
  3746.              
  3747.                <li>
  3748.                  <a class="menu-link" href="/womens-tennis-finals-updates-elena-rybakina-faces-alexandrova-iga-swiatek-clashes-with-amanda-anisimova/">Women&#x27;s Tennis Finals Updates: Elena Rybakina Faces Alexandrova, Iga Swiatek Clashes With Amanda Anisimova</a>
  3749.                </li>
  3750.              
  3751.                <li>
  3752.                  <a class="menu-link" href="/cameroonian-opposition-leader-confronts-court-action-concerning-election-unrest-government-announces/">Cameroonian Opposition Leader Confronts Court Action Concerning Election Unrest, Government Announces</a>
  3753.                </li>
  3754.              
  3755.                <li>
  3756.                  <a class="menu-link" href="/the-big-apple-prepares-for-incoming-gambling-establishments-during-a-us-betting-expansion/">The Big Apple Prepares For Incoming Gambling Establishments During A US Betting Expansion</a>
  3757.                </li>
  3758.              
  3759.                <li>
  3760.                  <a class="menu-link" href="/the-finnish-team-shocks-two-time-defending-title-holders-us-in-world-junior-quarter-finals/">The Finnish Team Shocks Two-Time Defending Title Holders US in World Junior Quarter-Finals.</a>
  3761.                </li>
  3762.              
  3763.                <li>
  3764.                  <a class="menu-link" href="/struggling-to-have-a-fantastic-time-at-college-you-are-not-the-only-one/">Struggling to have a fantastic time at college? You are not the only one.</a>
  3765.                </li>
  3766.              
  3767.            </ul>
  3768.          </div>
  3769.        </div>
  3770.        <div class="">
  3771.          <div class="footer-column mt-4">
  3772.            <h5 class="column-title">Top Categories</h5>
  3773.            <ul class="footer-menu list-unstyled">
  3774.              
  3775.                <li>
  3776.                  <a class="menu-link" href="/category/all-posts/">All Posts</a>
  3777.                </li>
  3778.              
  3779.                <li>
  3780.                  <a class="menu-link" href="/category/business/">Business</a>
  3781.                </li>
  3782.              
  3783.                <li>
  3784.                  <a class="menu-link" href="/category/esports/">Esports</a>
  3785.                </li>
  3786.              
  3787.                <li>
  3788.                  <a class="menu-link" href="/category/fashion/">Fashion</a>
  3789.                </li>
  3790.              
  3791.                <li>
  3792.                  <a class="menu-link" href="/category/featured/">Featured</a>
  3793.                </li>
  3794.              
  3795.            </ul>
  3796.          </div>
  3797.        </div>
  3798.        <!-- Column 2: Blog Rolls -->
  3799.      <div class="">
  3800.          <div class="footer-column">
  3801.            <h5 class="column-title">Blog Rolls</h5>
  3802.            <ul class="footer-menu list-unstyled" id="blogRollLinks">
  3803.              
  3804.              
  3805.  
  3806.              
  3807.              
  3808.                
  3809.              
  3810.            </ul>
  3811.          </div>
  3812.        </div>
  3813.      </div>
  3814.    </div>
  3815.  </div>
  3816.  
  3817.  <!-- Tagline Section -->
  3818.  <div class="footer-tagline bg-primary-gradient text-center py-3">
  3819.    <div class="container-fluid fluid-container">
  3820.      <p class="mb-0 text-white text-capitalize">Explore UK heritage preservation, cultural insights, and historical narratives. Discover articles on traditions, artifacts, and community stories from across Britain.</p>
  3821.    </div>
  3822.  </div>
  3823.  
  3824.  <!-- Footer Bottom -->
  3825.  <div class="footer-bottom py-3">
  3826.    <div class="container-fluid fluid-container">
  3827.      <div class="d-flex flex-column flex-md-row justify-content-between align-items-center text-center">
  3828.        <div class="copyright-info">
  3829.          <p class="mb-0 text-color">
  3830.            &copy; 2026 <strong>Legacy Collective</strong>. All rights reserved.
  3831.          </p>
  3832.        </div>
  3833.        <div class="utility-links mt-2 mt-md-0">
  3834.          <a href="/page/write-for-us/" class="utility-link me-3">Write For Us</a>
  3835.          <a href="/page/terms-and-conditions/" class="utility-link me-3">Terms &amp; Conditions</a>
  3836.          <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  3837.        </div>
  3838.      </div>
  3839.    </div>
  3840.  </div>
  3841. </footer>
  3842.  
  3843.  
  3844. <style>
  3845.  
  3846. .footer-top-section {
  3847.    border-bottom: 1px solid var(--border-color);
  3848.    background-color: var(--card-bg) !important;
  3849. }
  3850.  
  3851. .footer-logo {
  3852.    height:50px;
  3853.    width: auto;
  3854. }
  3855. .text-color{
  3856.    color: var(--topbar-color) !important;
  3857. }
  3858. .brand-title {
  3859.    font-size: 20px;
  3860.    font-weight: 600;
  3861.    color: var(--topbar-color);
  3862.    margin: 0;
  3863. }
  3864.  
  3865. .footer-main-content {
  3866.    background: var(--card-bg);
  3867. }
  3868.  
  3869. .column-title {
  3870.    font-size: 16px;
  3871.    font-weight: 600;
  3872.    color: var(--topbar-color) !important;
  3873.    margin-bottom: 15px;
  3874. }
  3875.  
  3876. .footer-menu li {
  3877.    margin-bottom: 8px;
  3878. }
  3879.  
  3880. .menu-link {
  3881.    color: var(--topbar-color) !important;
  3882.    text-decoration: none;
  3883.    font-size: 16px;
  3884.    transition: color 0.3s ease;
  3885. }
  3886.  
  3887. .footer-tagline {
  3888.    font-size: 16px;
  3889. }
  3890.  
  3891. .footer-bottom {
  3892.    font-size: 16px;
  3893.    background-color: var(--card-bg) !important;
  3894. }
  3895.  
  3896. .utility-link {
  3897.    color: var(--topbar-color) !important;
  3898.    text-decoration: none;
  3899.    transition: color 0.3s ease;
  3900. }
  3901.  
  3902. .utility-link:hover {
  3903.    color: var(--secondary-color);
  3904. }
  3905.  
  3906. /* Responsive Design */
  3907. @media (max-width: 992px) {
  3908.    .footer-top-section {
  3909.        text-align: start;
  3910.    }
  3911.    .cta-btn {
  3912.        margin-top: 10px;
  3913.    }
  3914. }
  3915.  
  3916. @media (max-width: 768px) {
  3917.    .footer-column {
  3918.        text-align: start;
  3919.    }
  3920.    .footer-tagline {
  3921.        font-size: 13px;
  3922.    }
  3923. }
  3924.  
  3925. @media (max-width: 576px) {
  3926.    .column-title {
  3927.        font-size: 15px;
  3928.    }
  3929.    .menu-link {
  3930.        font-size: 13px;
  3931.    }
  3932.    .cta-btn {
  3933.        font-size: 13px;
  3934.        padding: 7px 15px;
  3935.    }
  3936. }
  3937. </style>
  3938.  
  3939. <script>
  3940. // Prevent default for placeholder links
  3941. document.addEventListener('DOMContentLoaded', function() {
  3942.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  3943.        anchor.addEventListener('click', function(e) {
  3944.            e.preventDefault();
  3945.        });
  3946.    });
  3947. });
  3948. document.addEventListener('DOMContentLoaded', function () {
  3949.    var btn = document.getElementById('toggleBlogRollLinks');
  3950.    if (!btn) return; // No extra items, no button
  3951.  
  3952.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  3953.  
  3954.    btn.addEventListener('click', function () {
  3955.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3956.            return li.classList.contains('d-none');
  3957.        });
  3958.  
  3959.        extras.forEach(function (li) {
  3960.            if (anyHidden) {
  3961.                li.classList.remove('d-none');
  3962.                li.classList.add('show');
  3963.            } else {
  3964.                li.classList.add('d-none');
  3965.                li.classList.remove('show');
  3966.            }
  3967.        });
  3968.  
  3969.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3970.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3971.    });
  3972. });
  3973.  
  3974. </script>
  3975.  
  3976.        <!-- end of wpo-site-footer-section -->
  3977.    </div>
  3978.    <!-- end of page-wrapper -->
  3979.  
  3980.    <!-- All JavaScript files
  3981.    ================================================== -->
  3982.    
  3983.  
  3984. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3985. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3986. <!-- Plugins for this template -->
  3987. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3988. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3989. <!-- Custom script for this template -->
  3990. <script src="/static/blogapp/assets/js/script.js"></script>
  3991.  
  3992. <script>
  3993. (function () {
  3994. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3995. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3996.  
  3997. function applyFallback(img) {
  3998. if (!img || img.dataset.fallbackApplied === "1") {
  3999. return;
  4000. }
  4001. var failedSrc = img.currentSrc || img.src || "";
  4002. img.dataset.fallbackApplied = "1";
  4003. img.onerror = null;
  4004. img.src = fallbackImageSrc;
  4005. console.warn("[ImageFallback] Replaced broken image:", {
  4006. failedSrc: failedSrc,
  4007. fallbackSrc: fallbackImageSrc,
  4008. alt: img.alt || "",
  4009. });
  4010. }
  4011.  
  4012. document.querySelectorAll("img").forEach(function (img) {
  4013. if (img.complete && img.naturalWidth === 0) {
  4014. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4015. failedSrc: img.currentSrc || img.src || "",
  4016. alt: img.alt || "",
  4017. });
  4018. applyFallback(img);
  4019. }
  4020. });
  4021.  
  4022. document.addEventListener(
  4023. "error",
  4024. function (event) {
  4025. var target = event.target;
  4026. if (target && target.tagName === "IMG") {
  4027. applyFallback(target);
  4028. }
  4029. },
  4030. true
  4031. );
  4032. })();
  4033. </script>
  4034.  
  4035. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4036.  
  4037.  
  4038.  
  4039. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"d12fdd540a5749849171af1f9b686bf3","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4040. </body>
  4041.  
  4042. </html>
  4043.  
  4044.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda