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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="mulish">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_4_DkDMVpr_sOFiTty_OfG3WU7.png">
  14.    
  15.  
  16.    <title>Royal Brit Site: UK Lifestyle, Travel &amp; Culture Insights</title>
  17.    <meta name="description" content="Explore UK lifestyle, travel tips, and cultural insights on Royal Brit Site. Discover guides, stories, and expert advice for modern British living.">
  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://royalbritsite.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #fb8500;
  42.        --bs-primary-rgb: fb8500;
  43.        --bs-secondary: #71717a;
  44.        --bs-success: #10b981;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #d97706;
  47.        --bs-info: #0284c7;
  48.        --bs-light: #fff7ed;
  49.        --bs-dark: #431407;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #fb8500;
  53.        --theme-primary-color-s2: #fb8500;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #431407;
  57.        --text-light-color: #676767;
  58.        --heading-color: #431407;
  59.        --border-color: #fed7aa;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #ffffff;
  73.        --nav-bg: #ffffff;
  74.        --sub-nav: #ffedd5;
  75.        --navbar-color: #431407;
  76.        --topbar-bg: #fff7ed;
  77.        --topbar-color: #431407;
  78.        --footer-bg: #431407;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #fed7aa;
  82.        --card-radius: 12px;
  83.        --link-color: #fb8500;
  84.        --link-hover: #ea580c;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(251, 133, 0, 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_24">
  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. <style>
  406.    /* General styling for top bar */
  407.    .unique-topbar-v7 {
  408.        background-color: var(--topbar-bg);
  409.        color: #fff;
  410.      
  411.    }
  412.    .unique-v7 {
  413.        padding: 10px 30px;
  414.        display: flex;
  415.        align-items: center;
  416.        justify-content: space-between; /* Ensure it stretches across */
  417.    }
  418.  
  419.    .unique-menu-btn-v7 {
  420.        border: none;
  421.        max-width: 145px !important;
  422.        padding: 8px;
  423.        cursor: pointer;
  424.        border-radius: 5px;
  425.    }
  426.  
  427.    .unique-news-container-v7 {
  428.        display: flex;
  429.        align-items: center;
  430.        overflow: hidden;
  431.        width: fit-content;
  432.        flex-grow: 1; /* Take remaining space */
  433.        height: 60px;
  434.    }
  435.  
  436.    .unique-news-wrapper-v7 {
  437.        display: flex;
  438.        flex-direction: row;
  439.        align-items: center;
  440.        padding: 5px;
  441.    }
  442.  
  443.    .unique-news-item-v7 {
  444.        opacity: 0;
  445.        transform: translateX(100px);
  446.        transition: all 0.5s ease;
  447.        font-size: 16px;
  448.        color: var(--topbar-color);
  449.        height: 0;
  450.        width: 0;
  451.    }
  452.    
  453.    .unique-news-item-v7.active-v7 {
  454.        padding: 10px;
  455.        opacity: 1;
  456.          height: auto;
  457.        width: auto;
  458.        margin-right: 20px;
  459.        transform: translateX(0);
  460.    }
  461.  
  462.    .unique-news-item-v7.exit-up-v7 {
  463.        opacity: 0;
  464.        transform: translateX(-100px); /* Move news item left */
  465.    }
  466.  
  467.    /* Social Icons in Inline */
  468.    .contact-info-v7 {
  469.        display: flex;
  470.        gap: 10px;
  471.    }
  472.  
  473.    .contact-info-v7 ul {
  474.        display: flex;
  475.        gap: 15px;
  476.        list-style: none;
  477.    }
  478.  
  479.    .social-icon-v7 {
  480.        color: var(--topbar-color) !important;
  481.        font-size: 20px;
  482.        text-decoration: none;
  483.    }
  484.  
  485.    .social-icon-v7:hover {
  486.        color: #1da1f2;
  487.    }
  488. </style>
  489.  
  490. <div class="unique-topbar-v7">
  491.    <div class="fluid-container unique-v7 container-fluid">
  492.        <button class="unique-menu-btn-v7 bg-primary-gradient w-100 fw-bold">Latest Updates</button>        
  493.      
  494.        <div class="unique-news-container-v7">
  495.            <div class="unique-news-wrapper-v7" id="newsWrapper-v7">
  496.                <!-- News items will be added dynamically -->
  497.            </div>
  498.        </div>
  499.      
  500.        <div class="contact-info-v7">
  501.            <ul>
  502.                <li><a href="#" class="social-icon-v7"><i class="ti-facebook"></i></a></li>
  503.                <li><a href="#" class="social-icon-v7"><i class="ti-twitter-alt"></i></a></li>
  504.                <li><a href="#" class="social-icon-v7"><i class="ti-instagram"></i></a></li>
  505.                <li><a href="#" class="social-icon-v7"><i class="ti-google"></i></a></li>
  506.            </ul>
  507.        </div>
  508.    </div>
  509. </div>
  510.  
  511. <script>
  512.    // Build array dynamically from Django context
  513.    const newsItems = [
  514.        
  515.            { title: "Joe Root Voices Dual Views on Floodlit Test Matches Ahead of Crucial Ashes Series Clash", url: "/joe-root-voices-dual-views-on-floodlit-test-matches-ahead-of-crucial-ashes-series-clash/" },
  516.        
  517.            { title: "Dining Over the Divide: A Encounter Between Different Perspectives", url: "/dining-over-the-divide-a-encounter-between-different-perspectives/" },
  518.        
  519.            { title: "Cameroonian Political Opposition Leader Confronts Court Action Concerning Post\u002DElection Violence, Authorities Announces", url: "/cameroonian-political-opposition-leader-confronts-court-action-concerning-post-election-violence-authorities-announces/" },
  520.        
  521.            { title: "NYC Braces For Incoming Casinos In The Midst Of An American Betting Surge", url: "/nyc-braces-for-incoming-casinos-in-the-midst-of-an-american-betting-surge/" },
  522.        
  523.            { title: "Finland Shocks Back\u002Dto\u002DBack Reigning Title Holders the United States in World Junior Quarterfinal Round.", url: "/finland-shocks-back-to-back-reigning-title-holders-the-united-states-in-world-junior-quarterfinal-round/" }
  524.        
  525.    ];
  526.  
  527.    let currentNewsIndex = 0;
  528.    const newsWrapper = document.getElementById('newsWrapper-v7');
  529.    let newsElements = [];
  530.  
  531.    // Create news elements
  532.    function createNewsElements() {
  533.        newsItems.forEach((news, index) => {
  534.            const newsElement = document.createElement('div');
  535.            newsElement.className = 'unique-news-item-v7';
  536.            newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  537.            newsWrapper.appendChild(newsElement);
  538.            newsElements.push(newsElement);
  539.        });
  540.  
  541.        if (newsElements.length > 0) {
  542.            newsElements[0].classList.add('active-v7');
  543.        }
  544.    }
  545.  
  546.    // Animate news change
  547.    function changeNews() {
  548.        const currentElement = newsElements[currentNewsIndex];
  549.        const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  550.        const nextElement = newsElements[nextIndex];
  551.  
  552.        currentElement.classList.remove('active-v7');
  553.        currentElement.classList.add('exit-up-v7');
  554.  
  555.        setTimeout(() => {
  556.            nextElement.classList.add('active-v7');
  557.            currentNewsIndex = nextIndex;
  558.  
  559.            setTimeout(() => {
  560.                currentElement.classList.remove('exit-up-v7');
  561.            }, 100);
  562.        }, 250);
  563.    }
  564.  
  565.    // Start news rotation
  566.    function startNewsRotation() {
  567.        setInterval(changeNews, 5000);
  568.    }
  569.  
  570.    window.onload = function() {
  571.        createNewsElements();
  572.        startNewsRotation();
  573.    };
  574. </script>
  575.  
  576.  
  577.  
  578.            
  579.  
  580.  
  581.  
  582.  
  583.  
  584.  
  585. <header class="header-v7 py-2 mb-4">
  586.    <!-- Top Bar -->
  587.    <div class="top-bar-v7">
  588.        <div class="container-fluid fluid-container">
  589.            <div class="row align-items-center justify-content-center">
  590.                <div class="col-lg-3 col-md-4">
  591.                    <div class="logo-section-v7">
  592.                        <a class="brand-link-v7" href="/">
  593.                            
  594.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/3602b675-ca31-4cfe-8a59-e6118e564a7b_logo.png" alt="Royal Brit Site" class="logo-img-v7" />
  595.                            
  596.                        </a>
  597.                    </div>
  598.                </div>
  599.                <div class="col-lg-6 col-md-5">
  600.                    <div class="search-bar-v7">
  601.                        <form class="search-form-v7" action="#" method="get">
  602.                            <div class="search-container-v7">
  603.                                <input id="search-input" type="search" class="search-input-v7"
  604.                                    placeholder="Search articles, tutorials, news..." name="q">
  605.                                <button type="submit" class="search-btn-v7">
  606.                                    <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  607.                                        stroke-width="2">
  608.                                        <circle cx="11" cy="11" r="8"></circle>
  609.                                        <path d="m21 21-4.35-4.35"></path>
  610.                                    </svg>
  611.                                </button>
  612.                            </div>
  613.                            <div id="search-results" class="search-results-container search-v1"></div>
  614.                        </form>
  615.                    </div>
  616.                </div>
  617.                <div class="col-lg-3 col-md-3">
  618.                    <!-- Empty column for spacing -->
  619.                </div>
  620.            </div>
  621.        </div>
  622.    </div>
  623.  
  624.    <!-- Main Navigation -->
  625.    <div class="main-nav-v7">
  626.        <div class="container-fluid">
  627.            <div class="nav-wrapper-v7">
  628.  
  629.                <!-- Sidebar Navigation -->
  630.                <nav class="sidebar-nav-v7" id="sidebarNavV7">
  631.                    <div class="nav-header-v7">
  632.                        <h6 class="nav-title-v7">Navigation</h6>
  633.                        <button class="sidebar-close-v7 text-link" onclick="closeSidebarV7()">
  634.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  635.                                stroke-width="2">
  636.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  637.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  638.                            </svg>
  639.                        </button>
  640.                    </div>
  641.  
  642.                    <ul class="sidebar-menu-v7">
  643.                        <li class="sidebar-item-v7">
  644.                            <a href='/' class="sidebar-link-v7 active-v7">
  645.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  646.                                    stroke="currentColor" stroke-width="2">
  647.                                    <path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
  648.                                    <polyline points="9,22 9,12 15,12 15,22"></polyline>
  649.                                </svg>
  650.                                Home
  651.                            </a>
  652.                        </li>
  653.  
  654.                        <li class="sidebar-item-v7 has-submenu-v7">
  655.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('tech-submenu-v7')">
  656.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  657.                                    stroke="currentColor" stroke-width="2">
  658.                                    <rect x="2" y="3" width="20" height="14" rx="2" ry="2"></rect>
  659.                                    <line x1="8" y1="21" x2="16" y2="21"></line>
  660.                                    <line x1="12" y1="17" x2="12" y2="21"></line>
  661.                                </svg>
  662.                                Technology
  663.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  664.                                    stroke="currentColor" stroke-width="2">
  665.                                    <polyline points="6,9 12,15 18,9"></polyline>
  666.                                </svg>
  667.                            </a>
  668.                            <ul class="sidebar-submenu-v7" id="tech-submenu-v7">
  669.                                <li><a href="#" class="sidebar-sublink-v7">Web Development</a></li>
  670.                                <li><a href="#" class="sidebar-sublink-v7">Mobile Apps</a></li>
  671.                                <li><a href="#" class="sidebar-sublink-v7">AI & Machine Learning</a></li>
  672.                                <li><a href="#" class="sidebar-sublink-v7">Cybersecurity</a></li>
  673.                            </ul>
  674.                        </li>
  675.  
  676.                        <li class="sidebar-item-v7 has-submenu-v7">
  677.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('business-submenu-v7')">
  678.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  679.                                    stroke="currentColor" stroke-width="2">
  680.                                    <path
  681.                                        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">
  682.                                    </path>
  683.                                </svg>
  684.                                Business
  685.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  686.                                    stroke="currentColor" stroke-width="2">
  687.                                    <polyline points="6,9 12,15 18,9"></polyline>
  688.                                </svg>
  689.                            </a>
  690.                            <ul class="sidebar-submenu-v7" id="business-submenu-v7">
  691.                                <li><a href="#" class="sidebar-sublink-v7">Startups</a></li>
  692.                                <li><a href="#" class="sidebar-sublink-v7">Marketing</a></li>
  693.                                <li><a href="#" class="sidebar-sublink-v7">Finance</a></li>
  694.                            </ul>
  695.                        </li>
  696.  
  697.                        <li class="sidebar-item-v7">
  698.                            <a href="#" class="sidebar-link-v7">
  699.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  700.                                    stroke="currentColor" stroke-width="2">
  701.                                    <path d="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"></path>
  702.                                    <path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"></path>
  703.                                </svg>
  704.                                Tutorials
  705.                            </a>
  706.                        </li>
  707.  
  708.                        <li class="sidebar-item-v7">
  709.                            <a href="#" class="sidebar-link-v7">
  710.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  711.                                    stroke="currentColor" stroke-width="2">
  712.                                    <polygon
  713.                                        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">
  714.                                    </polygon>
  715.                                </svg>
  716.                                Reviews
  717.                            </a>
  718.                        </li>
  719.  
  720.                        <li class="sidebar-item-v7">
  721.                            <a href="#" class="sidebar-link-v7">
  722.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  723.                                    stroke="currentColor" stroke-width="2">
  724.                                    <path d="M6 2l3 6 5.5-3-2.5 7h7l-3 6-5.5-3 2.5-7H6z"></path>
  725.                                </svg>
  726.                                News
  727.                            </a>
  728.                        </li>
  729.  
  730.                        <li class="sidebar-item-v7">
  731.                            <a href="#" class="sidebar-link-v7">
  732.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  733.                                    stroke="currentColor" stroke-width="2">
  734.                                    <circle cx="12" cy="12" r="3"></circle>
  735.                                    <path
  736.                                        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">
  737.                                    </path>
  738.                                </svg>
  739.                                About
  740.                            </a>
  741.                        </li>
  742.  
  743.                        <li class="sidebar-item-v7">
  744.                            <a href="#" class="sidebar-link-v7">
  745.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  746.                                    stroke="currentColor" stroke-width="2">
  747.                                    <path
  748.                                        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">
  749.                                    </path>
  750.                                    <polyline points="22,6 12,13 2,6"></polyline>
  751.                                </svg>
  752.                                Contact
  753.                            </a>
  754.                        </li>
  755.                    </ul>
  756.                </nav>
  757.                <div class="sidebar-blur"></div>
  758.  
  759.                <!-- Main Content Area -->
  760.                <div class="content-area-v7">
  761.                    <!-- Horizontal Nav for Desktop -->
  762.                    <nav class="horizontal-nav-v7 d-none d-lg-flex">
  763.                        <ul class="horizontal-menu-v7">
  764.  
  765.                            
  766.                            <li class="horizontal-item-v7">
  767.                                <a href="/" class="horizontal-link-v7 active-v7">Home</a>
  768.                            </li>
  769.  
  770.                            
  771.                            
  772.                             <li class="horizontal-item-v7">
  773.                                <a href="/category/all-posts/" class="horizontal-link-v7">
  774.                                    All Posts
  775.                                </a>
  776.                                </li>
  777.  
  778.                                
  779.  
  780.                                        
  781.                                        
  782.                                
  783.                             <li class="horizontal-item-v7">
  784.                                <a href="/category/business/" class="horizontal-link-v7">
  785.                                    Business
  786.                                </a>
  787.                                </li>
  788.  
  789.                                
  790.  
  791.                                        
  792.                                        
  793.                                
  794.                             <li class="horizontal-item-v7">
  795.                                <a href="/category/esports/" class="horizontal-link-v7">
  796.                                    Esports
  797.                                </a>
  798.                                </li>
  799.  
  800.                                
  801.  
  802.                                        
  803.                                        
  804.                                
  805.                             <li class="horizontal-item-v7">
  806.                                <a href="/category/fashion/" class="horizontal-link-v7">
  807.                                    Fashion
  808.                                </a>
  809.                                </li>
  810.  
  811.                                
  812.  
  813.                                        
  814.                                        
  815.                                
  816.                             <li class="horizontal-item-v7">
  817.                                <a href="/category/featured/" class="horizontal-link-v7">
  818.                                    Featured
  819.                                </a>
  820.                                </li>
  821.  
  822.                                
  823.  
  824.                                        
  825.                                        
  826.                                
  827.                             <li class="horizontal-item-v7">
  828.                                <a href="/category/gaming/" class="horizontal-link-v7">
  829.                                    Gaming
  830.                                </a>
  831.                                </li>
  832.  
  833.                                
  834.  
  835.                                        
  836.                                        
  837.                                
  838.                             <li class="horizontal-item-v7">
  839.                                <a href="/category/health/" class="horizontal-link-v7">
  840.                                    Health
  841.                                </a>
  842.                                </li>
  843.  
  844.                                
  845.  
  846.                                        
  847.                                        
  848.                                
  849.                            
  850.                                
  851.                                <li class="horizontal-item-v7 dropdown-v7">
  852.                                    <a href="#" class="horizontal-link-v7">More</a>
  853.                                    <div class="horizontal-dropdown-v7">
  854.                                        <a href="/category/life-fitness/"
  855.                                            class="dropdown-item-v7">
  856.                                            Life &amp; Fitness
  857.                                        </a>
  858.                                        
  859.  
  860.                                        
  861.                                        
  862.                                
  863.                            
  864.                                        <a href="/category/lifestyle/"
  865.                                            class="dropdown-item-v7">
  866.                                            Lifestyle
  867.                                        </a>
  868.                                        
  869.  
  870.                                        
  871.                                        
  872.                                
  873.                            
  874.                                        <a href="/category/news/"
  875.                                            class="dropdown-item-v7">
  876.                                            News
  877.                                        </a>
  878.                                        
  879.  
  880.                                        
  881.                                        
  882.                                
  883.                            
  884.                                        <a href="/category/others/"
  885.                                            class="dropdown-item-v7">
  886.                                            Others
  887.                                        </a>
  888.                                        
  889.  
  890.                                        
  891.                                        
  892.                                
  893.                            
  894.                                        <a href="/category/politics/"
  895.                                            class="dropdown-item-v7">
  896.                                            Politics
  897.                                        </a>
  898.                                        
  899.  
  900.                                        
  901.                                        
  902.                                
  903.                            
  904.                                        <a href="/category/sports/"
  905.                                            class="dropdown-item-v7">
  906.                                            Sports
  907.                                        </a>
  908.                                        
  909.  
  910.                                        
  911.                                        
  912.                                
  913.                            
  914.                                        <a href="/category/tech/"
  915.                                            class="dropdown-item-v7">
  916.                                            Tech
  917.                                        </a>
  918.                                        
  919.  
  920.                                        
  921.                                        
  922.                                
  923.                            
  924.                                        <a href="/category/travel/"
  925.                                            class="dropdown-item-v7">
  926.                                            Travel
  927.                                        </a>
  928.                                        
  929.  
  930.                                        
  931.                                        
  932.                                    </div>
  933.                                </li>
  934.                                
  935.                                
  936. <li>
  937.                  <a href="/page/contact-us/">
  938.                     Contact Us
  939.                  </a>
  940.              </li>
  941.                        </ul>
  942.                    </nav>
  943.  
  944.  
  945.                    <!-- Mobile Menu Button -->
  946.                    <button class="mobile-menu-btn-v7 d-lg-none text-link" onclick="openSidebarV7()">
  947.                        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  948.                            stroke-width="2">
  949.                            <line x1="3" y1="6" x2="21" y2="6"></line>
  950.                            <line x1="3" y1="12" x2="21" y2="12"></line>
  951.                            <line x1="3" y1="18" x2="21" y2="18"></line>
  952.                        </svg>
  953.                        Menu
  954.                    </button>
  955.                </div>
  956.            </div>
  957.        </div>
  958.    </div>
  959.  
  960.    <!-- Overlay for mobile sidebar -->
  961.    <div class="sidebar-overlay-v7" id="sidebarOverlayV7" onclick="closeSidebarV7()"></div>
  962. </header>
  963.  
  964. <style>
  965.    /* Navbar V7 Styles - Vertical Sidebar Navigation */
  966.    .header-v7 {
  967.        position: relative;
  968.        background: var(--navbar-bg);
  969.    }
  970.  
  971.    /* Top Bar Styles */
  972.    .top-bar-v7 {
  973.        padding: 15px 0;
  974.        border-bottom: 1px solid var(--border-color);
  975.        background: var(--navbar-bg);
  976.    }
  977.  
  978.    .logo-img-v7 {
  979.        max-height: 70px;
  980.        transition: transform 0.3s ease;
  981.    }
  982.  
  983.    .logo-img-v7:hover {
  984.        transform: scale(1.05);
  985.    }
  986.  
  987.    /* Search Bar Styles */
  988.    .search-container-v7 {
  989.        position: relative;
  990.        display: flex;
  991.        align-items: center;
  992.        background: transparent;
  993.        border: 2px solid var(--border-color);
  994.        border-radius: 8px;
  995.        overflow: hidden;
  996.        transition: all 0.3s ease;
  997.    }
  998.  
  999.    .search-container-v7:focus-within {
  1000.        border-color: #007bff33;
  1001.        box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.1);
  1002.    }
  1003.  
  1004.    .search-input-v7 {
  1005.        color: var(--topbar-color) !important;
  1006.        flex: 1;
  1007.        border: none;
  1008.        padding: 12px 16px;
  1009.        font-size: 14px;
  1010.        outline: none;
  1011.        background: transparent;
  1012.    }
  1013.  
  1014.    .search-input-v7::placeholder {
  1015.        color: #a0aec0;
  1016.    }
  1017.  
  1018.    .search-btn-v7 {
  1019.        background: var(--bs-primary);
  1020.        color: white;
  1021.        border: none;
  1022.        padding: 12px 16px;
  1023.        cursor: pointer;
  1024.        transition: background 0.3s ease;
  1025.    }
  1026.  
  1027.    .search-btn-v7:hover {
  1028.        background: #3182ce;
  1029.    }
  1030.  
  1031.    /* Header Actions */
  1032.    .header-actions-v7 {
  1033.        display: flex;
  1034.        align-items: center;
  1035.        gap: 15px;
  1036.        justify-content: flex-end;
  1037.    }
  1038.  
  1039.    .notification-btn-v7,
  1040.    .profile-btn-v7 {
  1041.        background: none;
  1042.        border: none;
  1043.        padding: 8px;
  1044.        border-radius: 8px;
  1045.        cursor: pointer;
  1046.        transition: background 0.3s ease;
  1047.        position: relative;
  1048.    }
  1049.  
  1050.    .notification-btn-v7:hover,
  1051.    .profile-btn-v7:hover {
  1052.        background: #f1f5f9;
  1053.    }
  1054.  
  1055.    .notification-badge-v7 {
  1056.        position: absolute;
  1057.        top: 2px;
  1058.        right: 2px;
  1059.        background: #e53e3e;
  1060.        color: white;
  1061.        font-size: 16px;
  1062.        font-weight: 600;
  1063.        width: 16px;
  1064.        height: 16px;
  1065.        border-radius: 50%;
  1066.        display: flex;
  1067.        align-items: center;
  1068.        justify-content: center;
  1069.    }
  1070.  
  1071.    .profile-avatar-v7 {
  1072.        width: 32px;
  1073.        height: 32px;
  1074.        background: var(--border-color);
  1075.        border-radius: 50%;
  1076.        display: flex;
  1077.        align-items: center;
  1078.        justify-content: center;
  1079.    }
  1080.  
  1081.    /* Main Navigation */
  1082.    .main-nav-v7 {
  1083.        background: var(--navbar-bg);
  1084.    }
  1085.  
  1086.    .nav-wrapper-v7 {
  1087.        display: flex;
  1088.        align-items: center;
  1089.        justify-content: center;
  1090.        min-height: 60px;
  1091.    }
  1092.  
  1093.    /* Sidebar Navigation */
  1094.    .sidebar-nav-v7 {
  1095.        position: fixed;
  1096.        top: 0;
  1097.        left: -350px;
  1098.        width: 350px;
  1099.        height: 100vh;
  1100.        background: var(--navbar-bg);
  1101.        z-index: 1000;
  1102.        transition: left 0.3s ease;
  1103.        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  1104.        overflow-y: auto;
  1105.    }
  1106.  
  1107.    .sidebar-nav-v7.show-v7 {
  1108.        left: 0;
  1109.    }
  1110.  
  1111.    .nav-header-v7 {
  1112.        display: flex;
  1113.        align-items: center;
  1114.        justify-content: space-between;
  1115.        padding: 20px 25px;
  1116.        border-bottom: 1px solid var(--border-color);
  1117.        background: var(--navbar-bg);
  1118.    }
  1119.  
  1120.    .nav-title-v7 {
  1121.        font-size: 16px;
  1122.        font-weight: 600;
  1123.        color: #2d3748;
  1124.        margin: 0;
  1125.    }
  1126.  
  1127.    .sidebar-close-v7 {
  1128.        background: none;
  1129.        border: none;
  1130.        padding: 8px;
  1131.        cursor: pointer;
  1132.        border-radius: 6px;
  1133.        transition: background 0.3s ease;
  1134.    }
  1135.  
  1136.    .sidebar-close-v7:hover {
  1137.        background: var(--border-color);
  1138.    }
  1139.  
  1140.    .sidebar-menu-v7 {
  1141.        list-style: none;
  1142.        padding: 20px 0;
  1143.        margin: 0;
  1144.    }
  1145.  
  1146.    .sidebar-item-v7 {
  1147.        margin-bottom: 5px;
  1148.    }
  1149.  
  1150.    .sidebar-link-v7 {
  1151.        display: flex;
  1152.        align-items: center;
  1153.        color: #4a5568;
  1154.        text-decoration: none;
  1155.        padding: 15px 25px;
  1156.        font-size: 15px;
  1157.        font-weight: 500;
  1158.        transition: all 0.3s ease;
  1159.        position: relative;
  1160.    }
  1161.  
  1162.    .sidebar-link-v7:hover,
  1163.    .sidebar-link-v7.active-v7 {
  1164.        color: #007bff;
  1165.        background: var(--border-color);
  1166.    }
  1167.  
  1168.    .sidebar-link-v7.active-v7::before {
  1169.        content: '';
  1170.        position: absolute;
  1171.        left: 0;
  1172.        top: 0;
  1173.        bottom: 0;
  1174.        width: 4px;
  1175.        background: #007bff;
  1176.    }
  1177.  
  1178.    .sidebar-icon-v7 {
  1179.        margin-right: 12px;
  1180.        color: currentColor;
  1181.    }
  1182.  
  1183.    .submenu-arrow-v7 {
  1184.        margin-left: auto;
  1185.        transition: transform 0.3s ease;
  1186.    }
  1187.  
  1188.    .has-submenu-v7.open-v7 .submenu-arrow-v7 {
  1189.        transform: rotate(180deg);
  1190.    }
  1191.  
  1192.    .sidebar-submenu-v7 {
  1193.        list-style: none;
  1194.        padding: 0;
  1195.        margin: 0;
  1196.        max-height: 0;
  1197.        overflow: hidden;
  1198.        transition: max-height 0.3s ease;
  1199.        background: var(--navbar-bg);
  1200.    }
  1201.  
  1202.    .sidebar-submenu-v7.show-v7 {
  1203.        max-height: 300px;
  1204.        padding: 10px 0;
  1205.    }
  1206.  
  1207.    .sidebar-sublink-v7 {
  1208.        display: block;
  1209.        color: #718096;
  1210.        text-decoration: none;
  1211.        padding: 10px 25px 10px 55px;
  1212.        font-size: 14px;
  1213.        transition: all 0.3s ease;
  1214.    }
  1215.  
  1216.    .sidebar-sublink-v7:hover {
  1217.        color: #007bff;
  1218.        background: var(--border-color);
  1219.    }
  1220.  
  1221.    /* Sidebar Footer */
  1222.    .sidebar-footer-v7 {
  1223.        padding: 25px;
  1224.        margin-top: auto;
  1225.        border-top: 1px solid var(--border-color);
  1226.    }
  1227.  
  1228.    .sidebar-cta-v7 {
  1229.        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  1230.        padding: 20px;
  1231.        border-radius: 12px;
  1232.        text-align: center;
  1233.        color: white;
  1234.    }
  1235.  
  1236.    .cta-title-v7 {
  1237.        font-size: 14px;
  1238.        font-weight: 600;
  1239.        margin: 0 0 5px 0;
  1240.    }
  1241.  
  1242.    .cta-text-v7 {
  1243.        font-size: 12px;
  1244.        margin: 0 0 15px 0;
  1245.        opacity: 0.9;
  1246.    }
  1247.  
  1248.    .cta-btn-v7 {
  1249.        background: rgba(255, 255, 255, 0.2);
  1250.        color: white;
  1251.        border: 1px solid rgba(255, 255, 255, 0.3);
  1252.        padding: 8px 20px;
  1253.        border-radius: 20px;
  1254.        font-size: 12px;
  1255.        font-weight: 500;
  1256.        cursor: pointer;
  1257.        transition: all 0.3s ease;
  1258.    }
  1259.  
  1260.    .cta-btn-v7:hover {
  1261.        background: rgba(255, 255, 255, 0.3);
  1262.    }
  1263.  
  1264.    /* Horizontal Navigation for Desktop */
  1265.    .horizontal-nav-v7 {
  1266.        flex: 1;
  1267.        display: flex;
  1268.        justify-content: center;
  1269.    }
  1270.  
  1271.    .horizontal-menu-v7 {
  1272.        list-style: none;
  1273.        padding: 0;
  1274.        margin: 0;
  1275.        display: flex;
  1276.        align-items: center;
  1277.    }
  1278.  
  1279.    .horizontal-item-v7 {
  1280.        position: relative;
  1281.        margin-right: 30px;
  1282.    }
  1283.  
  1284.    .horizontal-link-v7 {
  1285.        color: #4a5568;
  1286.        text-decoration: none;
  1287.        font-size: 16px;
  1288.        font-weight: 500;
  1289.        padding: 20px 0;
  1290.        position: relative;
  1291.        transition: color 0.3s ease;
  1292.    }
  1293.  
  1294.    .horizontal-link-v7::after {
  1295.        content: '';
  1296.        position: absolute;
  1297.        bottom: 0;
  1298.        left: 0;
  1299.        width: 0;
  1300.        height: 2px;
  1301.        background: #007bff;
  1302.        transition: width 0.3s ease;
  1303.    }
  1304.  
  1305.    .horizontal-link-v7:hover,
  1306.    .horizontal-link-v7.active-v7 {
  1307.        color: #007bff;
  1308.        font-weight: 600;
  1309.    }
  1310.  
  1311.    .horizontal-link-v7:hover::after,
  1312.    .horizontal-link-v7.active-v7::after {
  1313.        width: 100%;
  1314.    }
  1315.  
  1316.    /* Horizontal Dropdown */
  1317.    .horizontal-dropdown-v7 {
  1318.        position: absolute;
  1319.        top: 100%;
  1320.        left: 0;
  1321.        background: var(--navbar-bg);
  1322.        min-width: 200px;
  1323.        border-radius: 8px;
  1324.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  1325.        opacity: 0;
  1326.        visibility: hidden;
  1327.        transform: translateY(-10px);
  1328.        transition: all 0.3s ease;
  1329.        padding: 10px 0;
  1330.        z-index: 100;
  1331.    }
  1332.  
  1333.    .dropdown-v7:hover .horizontal-dropdown-v7 {
  1334.        opacity: 1;
  1335.        visibility: visible;
  1336.        transform: translateY(0);
  1337.    }
  1338.  
  1339.    .dropdown-item-v7 {
  1340.        display: block;
  1341.        color: #4a5568;
  1342.        text-decoration: none;
  1343.        padding: 12px 20px;
  1344.        font-size: 14px;
  1345.        transition: all 0.3s ease;
  1346.    }
  1347.  
  1348.    .dropdown-item-v7:hover {
  1349.        color: #007bff;
  1350.        background: #565758ff;
  1351.    }
  1352.  
  1353.    /* Mobile Menu Button */
  1354.    .mobile-menu-btn-v7 {
  1355.        background: none;
  1356.        border: 1px solid var(--border-color);
  1357.        padding: 10px 15px;
  1358.        border-radius: 8px;
  1359.        cursor: pointer;
  1360.        display: flex;
  1361.        align-items: center;
  1362.        gap: 8px;
  1363.        font-size: 14px;
  1364.        font-weight: 500;
  1365.        color: #4a5568;
  1366.        transition: all 0.3s ease;
  1367.        margin: 0 auto;
  1368.    }
  1369.  
  1370.    .mobile-menu-btn-v7:hover {
  1371.        border-color: #cbd5e0;
  1372.        opacity: 0.7;
  1373.    }
  1374.  
  1375.    /* Sidebar Overlay */
  1376.    .sidebar-overlay-v7 {
  1377.        position: fixed;
  1378.        top: 0;
  1379.        left: 0;
  1380.        right: 0;
  1381.        bottom: 0;
  1382.        background: rgba(0, 0, 0, 0.5);
  1383.        z-index: 999;
  1384.        opacity: 0;
  1385.        visibility: hidden;
  1386.        transition: all 0.3s ease;
  1387.    }
  1388.  
  1389.    .sidebar-overlay-v7.show-v7 {
  1390.        opacity: 1;
  1391.        visibility: visible;
  1392.    }
  1393.  
  1394.    /* Responsive Design */
  1395.    @media (max-width: 991px) {
  1396.        .top-bar-v7 .col-lg-6 {
  1397.            order: 3;
  1398.            margin-top: 15px;
  1399.        }
  1400.  
  1401.        .header-actions-v7 {
  1402.            justify-content: flex-start;
  1403.        }
  1404.    }
  1405.  
  1406.    @media (max-width: 768px) {
  1407.        .sidebar-nav-v7 {
  1408.            width: 300px;
  1409.            left: -300px;
  1410.        }
  1411.  
  1412.        .search-container-v7 {
  1413.            margin-top: 10px;
  1414.        }
  1415.    }
  1416. </style>
  1417.  
  1418. <script>
  1419.    function openSidebarV7() {
  1420.        const sidebar = document.getElementById('sidebarNavV7');
  1421.        const overlay = document.getElementById('sidebarOverlayV7');
  1422.  
  1423.        sidebar.classList.add('show-v7');
  1424.        overlay.classList.add('show-v7');
  1425.        document.body.style.overflow = 'hidden';
  1426.    }
  1427.  
  1428.    function closeSidebarV7() {
  1429.        const sidebar = document.getElementById('sidebarNavV7');
  1430.        const overlay = document.getElementById('sidebarOverlayV7');
  1431.  
  1432.        sidebar.classList.remove('show-v7');
  1433.        overlay.classList.remove('show-v7');
  1434.        document.body.style.overflow = '';
  1435.    }
  1436.  
  1437.    function toggleSubmenuV7(submenuId) {
  1438.        const submenu = document.getElementById(submenuId);
  1439.        const parentItem = submenu.closest('.sidebar-item-v7');
  1440.  
  1441.        // Close other open submenus
  1442.        const allSubmenus = document.querySelectorAll('.sidebar-submenu-v7');
  1443.        const allParentItems = document.querySelectorAll('.has-submenu-v7');
  1444.  
  1445.        allSubmenus.forEach(menu => {
  1446.            if (menu.id !== submenuId) {
  1447.                menu.classList.remove('show-v7');
  1448.            }
  1449.        });
  1450.  
  1451.        allParentItems.forEach(item => {
  1452.            if (item !== parentItem) {
  1453.                item.classList.remove('open-v7');
  1454.            }
  1455.        });
  1456.  
  1457.        // Toggle current submenu
  1458.        submenu.classList.toggle('show-v7');
  1459.        parentItem.classList.toggle('open-v7');
  1460.    }
  1461.  
  1462.    // Close sidebar when clicking outside
  1463.    document.addEventListener('click', function (event) {
  1464.        const sidebar = document.getElementById('sidebarNavV7');
  1465.        const mobileBtn = document.querySelector('.mobile-menu-btn-v7');
  1466.  
  1467.        if (!sidebar.contains(event.target) && !mobileBtn.contains(event.target)) {
  1468.            closeSidebarV7();
  1469.        }
  1470.    });
  1471.  
  1472.    // Handle window resize
  1473.    window.addEventListener('resize', function () {
  1474.        if (window.innerWidth >= 992) {
  1475.            closeSidebarV7();
  1476.        }
  1477.    });
  1478. </script>
  1479.  
  1480. <script>
  1481.  document.addEventListener("DOMContentLoaded", function () {
  1482.    console.log("loaded");
  1483.  
  1484.     const searchInput = document.getElementById("search-input")
  1485.    const searchResults = document.getElementById("search-results");
  1486.  
  1487.    if (!searchInput || !searchResults) {
  1488.      console.error("Search input/results not found");
  1489.      return;
  1490.    }
  1491.  
  1492.    // Prevent form submission
  1493.    if (searchInput.form) {
  1494.      searchInput.form.addEventListener("submit", function (e) {
  1495.        e.preventDefault();
  1496.      });
  1497.    }
  1498.  
  1499.    // Add event listener for keyup
  1500.    searchInput.addEventListener("keyup", function (e) {
  1501.      console.log("Key pressed:", e.key);
  1502.      e.preventDefault();
  1503.  
  1504.      const query = searchInput.value.trim();
  1505.      console.log("User is typing: " + query);
  1506.  
  1507.      // If empty → clear and hide
  1508.      if (query === "") {
  1509.        searchResults.innerHTML = "";
  1510.        searchResults.style.display = "none";
  1511.        return;
  1512.      }
  1513.  
  1514.      // Show results
  1515.      searchResults.style.display = "block";
  1516.  
  1517.      // Fetch search results
  1518.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1519.        method: "GET",
  1520.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1521.      })
  1522.        .then(response => {
  1523.          console.log("Response Status:", response.status);
  1524.          return response.json();
  1525.        })
  1526.        .then(data => {
  1527.          console.log("Data received:", data);
  1528.          if (data.html) {
  1529.            searchResults.innerHTML = data.html;
  1530.          } else {
  1531.            searchResults.innerHTML = "<p>No results found.</p>";
  1532.          }
  1533.        })
  1534.        .catch(error => {
  1535.          console.error("Error fetching search results:", error);
  1536.        });
  1537.    });
  1538.  
  1539.    // Close results when clicking outside
  1540.    document.addEventListener("click", function (e) {
  1541.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1542.        searchResults.style.display = "none";
  1543.      }
  1544.    });
  1545.  
  1546.    // Close results on ESC key
  1547.    document.addEventListener("keydown", function (e) {
  1548.      if (e.key === "Escape") {
  1549.        searchResults.style.display = "none";
  1550.      }
  1551.    });
  1552.  });
  1553. </script>
  1554.  
  1555. <style>
  1556.        /* search field */
  1557.  .search-results-container {
  1558.  position: absolute;
  1559.  top: 100%; /* Position it below the input field */
  1560.  left: 10px;
  1561.  right: 10px;
  1562.  background-color: white;
  1563.  border: 1px solid #ddd;
  1564.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1565.  max-height: 300px;
  1566.  overflow-y: auto;
  1567.  z-index: 1000;
  1568.  display: none; /* Initially hidden */
  1569. }
  1570.  
  1571. .search-results-container p {
  1572.  margin: 0;
  1573. }
  1574.  
  1575. .search-results-container .result-item {
  1576.  padding: 10px;
  1577.  cursor: pointer;
  1578. }
  1579.  
  1580. .search-results-container .result-item:hover {
  1581.  background-color: #f0f0f0;
  1582. }
  1583. </style>
  1584.  
  1585.        </header>
  1586.        <!-- end of header -->
  1587.        <!-- start of wpo-blog-hero -->
  1588.        
  1589.  
  1590.  
  1591.  
  1592.  
  1593.  
  1594.  
  1595.  
  1596. <div class="blog-hero-v2">
  1597.  <div class="container-fluid fluid-container">
  1598.    <div class="row">
  1599.      <!-- Main Featured Post -->
  1600.      <div class="col-lg-8 col-md-12 mb-lg-0 mb-4">
  1601.        
  1602.        
  1603.        
  1604.          
  1605.        <div class="featured-post">
  1606.          <div class="post-image">
  1607.            
  1608.            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;"
  1609.              class="img-fluid" alt="">
  1610.            
  1611.            <div class="post-overlay">
  1612.              <div class="post-content">
  1613.                <span class="category-badge bg-primary-gradient">News</span>
  1614.                <h1 class="post-title1 blog-color">
  1615.                  <a href="/not-having-the-time-of-your-life-at-uni-many-share-your-feelings/" class="blog-color">
  1616.                    Not having the time of your life at uni? Many share your feelings.
  1617.                  </a>
  1618.                </h1>
  1619.                <p class="post-excerpt"></p>
  1620.                <div class="post-meta">
  1621.                  <div class="author-info">
  1622.                    
  1623.                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8b9e2a89-28ac-42d0-97a0-118684d27939_profile.png" alt="Hannah Townsend"
  1624.                      style="object-fit: cover;" class="author-avatar">
  1625.                    
  1626.                    <span class="blog-color">By&nbsp;&nbsp;<a href="#" class="author-name">Hannah Townsend</a></span>
  1627.                  </div>
  1628.                  <span class="post-date">07 May 2026</span>
  1629.                </div>
  1630.              </div>
  1631.            </div>
  1632.          </div>
  1633.        </div>
  1634.  
  1635.        
  1636.        
  1637.      </div>
  1638.  
  1639.      <!-- Side Posts -->
  1640.      <div class="col-lg-4 col-md-12">
  1641.        <div class="row h-100">
  1642.        
  1643.  
  1644.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  1645.            <div class="side-post h-100">
  1646.              <div class="row g-0 h-100">
  1647.                <div class="col-5">
  1648.                  <div class="side-post-image">
  1649.                    
  1650.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1651.                      style="object-fit: cover;" alt="">
  1652.                    
  1653.                  </div>
  1654.                </div>
  1655.                <div class="col-7">
  1656.                  <div class="side-post-content">
  1657.                    <div>
  1658.                      <span class="category-badge bg-primary-gradient">News</span>
  1659.                      <h3> <a href="/which-player-is-your-personal-favorite-cricket-player-in-the-history-of-the-mens-ashes/" class="line-clamp-2">
  1660.                          Which Player is Your Personal Favorite Cricket Player in the History of the Men’s Ashes?
  1661.                        </a></h3>
  1662.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  1663.                    </div>
  1664.                    <div class="side-post-meta">
  1665.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Hannah Townsend</a></span>
  1666.                    </div>
  1667.                  </div>
  1668.                </div>
  1669.              </div>
  1670.            </div>
  1671.          </div>
  1672.  
  1673.          
  1674.  
  1675.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  1676.            <div class="side-post h-100">
  1677.              <div class="row g-0 h-100">
  1678.                <div class="col-5">
  1679.                  <div class="side-post-image">
  1680.                    
  1681.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1682.                      style="object-fit: cover;" alt="">
  1683.                    
  1684.                  </div>
  1685.                </div>
  1686.                <div class="col-7">
  1687.                  <div class="side-post-content">
  1688.                    <div>
  1689.                      <span class="category-badge bg-primary-gradient">News</span>
  1690.                      <h3> <a href="/the-manager-claims-first-celtic-win-after-two-decades/" class="line-clamp-2">
  1691.                          The Manager Claims First Celtic Win After Two Decades
  1692.                        </a></h3>
  1693.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  1694.                    </div>
  1695.                    <div class="side-post-meta">
  1696.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Hannah Townsend</a></span>
  1697.                    </div>
  1698.                  </div>
  1699.                </div>
  1700.              </div>
  1701.            </div>
  1702.          </div>
  1703.  
  1704.          
  1705.  
  1706.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  1707.            <div class="side-post h-100">
  1708.              <div class="row g-0 h-100">
  1709.                <div class="col-5">
  1710.                  <div class="side-post-image">
  1711.                    
  1712.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1713.                      style="object-fit: cover;" alt="">
  1714.                    
  1715.                  </div>
  1716.                </div>
  1717.                <div class="col-7">
  1718.                  <div class="side-post-content">
  1719.                    <div>
  1720.                      <span class="category-badge bg-primary-gradient">News</span>
  1721.                      <h3> <a href="/will-britains-toads-survive-from-traffic-and-terrible-decline/" class="line-clamp-2">
  1722.                          Will Britain&#x27;s Toads Survive from Traffic and Terrible Decline?
  1723.                        </a></h3>
  1724.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  1725.                    </div>
  1726.                    <div class="side-post-meta">
  1727.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Hannah Townsend</a></span>
  1728.                    </div>
  1729.                  </div>
  1730.                </div>
  1731.              </div>
  1732.            </div>
  1733.          </div>
  1734.  
  1735.          
  1736.        </div>
  1737.      </div>
  1738.    </div>
  1739.  </div>
  1740. </div>
  1741.  
  1742. <style>
  1743.  /* Blog Hero V2 Styles */
  1744.  .blog-hero-v2 {
  1745.    padding: 60px 0;
  1746.  }
  1747.  
  1748.  /* Featured Post Styles */
  1749.  .featured-post {
  1750.    position: relative;
  1751.    border-radius: 20px;
  1752.    overflow: hidden;
  1753.    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  1754.    transition: transform 0.3s ease, box-shadow 0.3s ease;
  1755.  }
  1756.  
  1757.  .featured-post:hover {
  1758.    transform: translateY(-5px);
  1759.    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
  1760.  }
  1761.  
  1762.  .featured-post .post-image {
  1763.    position: relative;
  1764.    height: 500px;
  1765.    overflow: hidden;
  1766.  }
  1767.  
  1768.  .featured-post .post-image img {
  1769.    width: 100%;
  1770.    height: 100%;
  1771.    object-fit: cover;
  1772.    transition: transform 0.5s ease;
  1773.  }
  1774.  
  1775.  .featured-post:hover .post-image img {
  1776.    transform: scale(1.05);
  1777.  }
  1778.  
  1779.  .post-overlay {
  1780.    position: absolute;
  1781.    top: 0;
  1782.    left: 0;
  1783.    right: 0;
  1784.    bottom: 0;
  1785.    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.1) 100%);
  1786.    display: flex;
  1787.    align-items: flex-end;
  1788.    padding: 40px;
  1789.  }
  1790.  
  1791.  .post-content .post-title1 {
  1792.    color: white;
  1793.    font-size: 2.5rem;
  1794.    font-weight: 700;
  1795.    margin: 15px 0;
  1796.    line-height: 1.2;
  1797.  }
  1798.  
  1799.  .post-content .post-excerpt {
  1800.    color: rgba(255, 255, 255, 0.9);
  1801.    font-size: 1.1rem;
  1802.    margin-bottom: 20px;
  1803.    line-height: 1.6;
  1804.  }
  1805.  
  1806.  /* Category Badges */
  1807.  .category-badge {
  1808.    display: inline-block;
  1809.    padding: 4px 8px;
  1810.    font-size: 0.75rem;
  1811.    font-weight: 600;
  1812.    text-transform: uppercase;
  1813.    letter-spacing: 0.5px;
  1814.    border-radius: 25px;
  1815.    text-align: center;
  1816.    width: fit-content;
  1817.  }
  1818.  
  1819.  /* Post Meta */
  1820.  .post-meta {
  1821.    display: flex;
  1822.    align-items: center;
  1823.    justify-content: space-between;
  1824.    margin-top: 25px;
  1825.  }
  1826.  
  1827.  .author-info {
  1828.    display: flex;
  1829.    align-items: center;
  1830.    gap: 12px;
  1831.  }
  1832.  
  1833.  .author-avatar {
  1834.    width: 45px !important;
  1835.    height: 45px !important;
  1836.    border-radius: 50%;
  1837.    border: 3px solid white;
  1838.  }
  1839.  
  1840.  .author-name,
  1841.  .post-date {
  1842.    color: rgba(255, 255, 255, 0.9);
  1843.    font-weight: 500;
  1844.  }
  1845.  
  1846.  .author-name {
  1847.    text-decoration: none;
  1848.  }
  1849.  
  1850.  .author-name:hover {
  1851.    color: white;
  1852.  }
  1853.  
  1854.  /* Side Posts */
  1855.  .side-post {
  1856.    background: var(--card-bg);
  1857.    border-radius: 15px;
  1858.    border: 1px solid var(--border-color);
  1859.    overflow: hidden;
  1860.    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  1861.    transition: transform 0.3s ease, box-shadow 0.3s ease;
  1862.    height: auto;
  1863.  }
  1864.  
  1865.  .side-post:hover {
  1866.    transform: translateY(-3px);
  1867.    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  1868.  }
  1869.  
  1870.  .side-post-image {
  1871.    max-height: 155px;
  1872.    height: 100%;
  1873.    overflow: hidden;
  1874.  }
  1875.  
  1876.  .side-post-image img {
  1877.    width: 100%;
  1878.    height: 100%;
  1879.    object-fit: cover;
  1880.    transition: transform 0.3s ease;
  1881.  }
  1882.  
  1883.  .side-post:hover .side-post-image img {
  1884.    transform: scale(1.1);
  1885.  }
  1886.  
  1887.  .side-post-content {
  1888.    padding: 8px 16px;
  1889.    display: flex;
  1890.    flex-direction: column;
  1891.    justify-content: space-between;
  1892.    height: 100%;
  1893.  }
  1894.  
  1895.  .side-post-content h3 {
  1896.    font-size: 1rem;
  1897.    font-weight: 600;
  1898.    margin: 8px 0;
  1899.    line-height: 1.4;
  1900.  }
  1901.  
  1902.  .side-post-content h3 a {
  1903.    color: #333;
  1904.    text-decoration: none;
  1905.    transition: color 0.3s ease;
  1906.  }
  1907.  
  1908.  .side-post-content h3 a:hover {
  1909.    color: #007bff;
  1910.  }
  1911.  
  1912.  .side-post-meta {
  1913.    font-size: 0.8rem;
  1914.    color: #666;
  1915.    display: flex;
  1916.    flex-direction: column;
  1917.    gap: 4px;
  1918.  }
  1919.  
  1920.  .side-post-meta a {
  1921.    color: #007bff;
  1922.    text-decoration: none;
  1923.  }
  1924.  
  1925.  .side-post-meta a:hover {
  1926.    text-decoration: underline;
  1927.  }
  1928.  
  1929.  /* Responsive Design */
  1930.  @media (max-width: 768px) {
  1931.    .blog-hero-v2 {
  1932.      padding: 30px 0;
  1933.    }
  1934.  
  1935.    .featured-post .post-image {
  1936.      height: 350px;
  1937.    }
  1938.  
  1939.    .post-overlay {
  1940.      padding: 25px;
  1941.    }
  1942.  
  1943.    .post-content .post-title1 {
  1944.      font-size: 1.8rem;
  1945.    }
  1946.  
  1947.    .post-content .post-excerpt {
  1948.      font-size: 1rem;
  1949.      margin-bottom: 15px;
  1950.    }
  1951.  
  1952.    .post-meta {
  1953.      flex-direction: column;
  1954.      align-items: flex-start;
  1955.      gap: 10px;
  1956.    }
  1957.  
  1958.    .side-post {
  1959.      height: auto;
  1960.    }
  1961.  
  1962.    .side-post-content {
  1963.      height: auto;
  1964.      padding: 15px;
  1965.    }
  1966.  }
  1967.  
  1968.  @media (max-width: 576px) {
  1969.    .post-content .post-title1 {
  1970.      font-size: 1.5rem;
  1971.    }
  1972.  
  1973.    .side-post-content h3 {
  1974.      font-size: 0.9rem;
  1975.    }
  1976.  
  1977.    .side-post-image img {}
  1978.  }
  1979. </style>
  1980.  
  1981.  
  1982.  
  1983.  
  1984.        <!-- end of wpo-blog-hero -->
  1985.  
  1986.        <!-- start of wpo-breacking-news -->
  1987.        
  1988.        <!-- end of wpo-breacking-news -->
  1989.        
  1990.        <!-- start wpo-blog-highlights-section -->
  1991.        
  1992.  
  1993.  
  1994.  
  1995.    
  1996.  
  1997.  
  1998. <section class="wpo-blog-highlights-section">
  1999.    <div class="container-fluid fluid-container">
  2000.        <div class="wpo-section-title">
  2001.            
  2002.                <h2>Today's Top Highlights</h2>
  2003.                    
  2004.        </div>
  2005.        <div class="row">
  2006.            <div class="col col-lg-8 col-12">
  2007.                <!-- start wpo-blog-section -->
  2008.                <div class="wpo-blog-highlights-wrap">
  2009.                    <div class="wpo-blog-items">
  2010.                        <div class="row">
  2011.                            
  2012.                            
  2013.                            <div class="col col-lg-6 col-md-6 col-12">
  2014.                                <div class="wpo-blog-item">
  2015.                                    <div class="wpo-blog-img">
  2016.                                        
  2017.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2018.                                        
  2019.                                        <div class="thumb bg-primary-gradient">News</div>
  2020.                                    </div>
  2021.                                    <div class="wpo-blog-content"  >
  2022.                                        <h2>
  2023.                                            <a href="/this-thriller-follow-up-eminfluencersem-will-give-other-streaming-suspense-films-serious-fomo/" class="top-color">
  2024.                                            This Thriller Follow-Up &lt;em&gt;Influencers&lt;/em&gt; Will Give Other Streaming Suspense Films Serious FOMO
  2025.                                            </a>
  2026.                                        </h2>
  2027.                                        <ul>
  2028.                                            <li>  
  2029.                                                
  2030.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8b9e2a89-28ac-42d0-97a0-118684d27939_profile.png" alt="Hannah Townsend" style="object-fit: cover;">
  2031.                                                
  2032.                                            </li>
  2033.                                            <li class="top-color">By Hannah Townsend</li>
  2034.                                            <li class="top-color">07 May 2026</li>
  2035.                                        </ul>
  2036.                                        <p class="top-color"> </p>
  2037.                                    </div>
  2038.                                </div>
  2039.                            </div>
  2040.                        
  2041.                            
  2042.                            
  2043.                            <div class="col col-lg-6 col-md-6 col-12">
  2044.                                <div class="wpo-blog-item">
  2045.                                    <div class="wpo-blog-img">
  2046.                                        
  2047.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2048.                                        
  2049.                                        <div class="thumb bg-primary-gradient">News</div>
  2050.                                    </div>
  2051.                                    <div class="wpo-blog-content"  >
  2052.                                        <h2>
  2053.                                            <a href="/beloved-performer-the-actor-pat-finn-famed-for-parts-in-seinfeld-and-the-middle-has-died-at-60-years-old/" class="top-color">
  2054.                                            Beloved Performer The actor Pat Finn, Famed For Parts in Seinfeld and The Middle, Has Died at 60 Years Old.
  2055.                                            </a>
  2056.                                        </h2>
  2057.                                        <ul>
  2058.                                            <li>  
  2059.                                                
  2060.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8b9e2a89-28ac-42d0-97a0-118684d27939_profile.png" alt="Hannah Townsend" style="object-fit: cover;">
  2061.                                                
  2062.                                            </li>
  2063.                                            <li class="top-color">By Hannah Townsend</li>
  2064.                                            <li class="top-color">07 May 2026</li>
  2065.                                        </ul>
  2066.                                        <p class="top-color"> </p>
  2067.                                    </div>
  2068.                                </div>
  2069.                            </div>
  2070.                        
  2071.                            
  2072.                            
  2073.                            <div class="col col-lg-6 col-md-6 col-12">
  2074.                                <div class="wpo-blog-item">
  2075.                                    <div class="wpo-blog-img">
  2076.                                        
  2077.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2078.                                        
  2079.                                        <div class="thumb bg-primary-gradient">News</div>
  2080.                                    </div>
  2081.                                    <div class="wpo-blog-content"  >
  2082.                                        <h2>
  2083.                                            <a href="/aryna-sabalenka-set-to-face-nick-kyrgios-in-contemporary-gender-showdown-match/" class="top-color">
  2084.                                            Aryna Sabalenka Set to Face Nick Kyrgios in Contemporary Gender Showdown Match
  2085.                                            </a>
  2086.                                        </h2>
  2087.                                        <ul>
  2088.                                            <li>  
  2089.                                                
  2090.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8b9e2a89-28ac-42d0-97a0-118684d27939_profile.png" alt="Hannah Townsend" style="object-fit: cover;">
  2091.                                                
  2092.                                            </li>
  2093.                                            <li class="top-color">By Hannah Townsend</li>
  2094.                                            <li class="top-color">06 May 2026</li>
  2095.                                        </ul>
  2096.                                        <p class="top-color"> </p>
  2097.                                    </div>
  2098.                                </div>
  2099.                            </div>
  2100.                        
  2101.                            
  2102.                            
  2103.                            <div class="col col-lg-6 col-md-6 col-12">
  2104.                                <div class="wpo-blog-item">
  2105.                                    <div class="wpo-blog-img">
  2106.                                        
  2107.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2108.                                        
  2109.                                        <div class="thumb bg-primary-gradient">News</div>
  2110.                                    </div>
  2111.                                    <div class="wpo-blog-content"  >
  2112.                                        <h2>
  2113.                                            <a href="/the-streaming-giant-chooses-ideal-star-for-bentham-in-one-piece-upcoming-installment/" class="top-color">
  2114.                                            The Streaming Giant Chooses Ideal Star for Bentham in One Piece Upcoming Installment
  2115.                                            </a>
  2116.                                        </h2>
  2117.                                        <ul>
  2118.                                            <li>  
  2119.                                                
  2120.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8b9e2a89-28ac-42d0-97a0-118684d27939_profile.png" alt="Hannah Townsend" style="object-fit: cover;">
  2121.                                                
  2122.                                            </li>
  2123.                                            <li class="top-color">By Hannah Townsend</li>
  2124.                                            <li class="top-color">06 May 2026</li>
  2125.                                        </ul>
  2126.                                        <p class="top-color"> </p>
  2127.                                    </div>
  2128.                                </div>
  2129.                            </div>
  2130.                        
  2131.                            
  2132.                            
  2133.                            <div class="col col-lg-6 col-md-6 col-12">
  2134.                                <div class="wpo-blog-item">
  2135.                                    <div class="wpo-blog-img">
  2136.                                        
  2137.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2138.                                        
  2139.                                        <div class="thumb bg-primary-gradient">News</div>
  2140.                                    </div>
  2141.                                    <div class="wpo-blog-content"  >
  2142.                                        <h2>
  2143.                                            <a href="/this-swine-life-hog-named-6-7-pardoned-by-miami-dade-leader/" class="top-color">
  2144.                                            This Swine Life: Hog Named 6-7 Pardoned by Miami-Dade Leader.
  2145.                                            </a>
  2146.                                        </h2>
  2147.                                        <ul>
  2148.                                            <li>  
  2149.                                                
  2150.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8b9e2a89-28ac-42d0-97a0-118684d27939_profile.png" alt="Hannah Townsend" style="object-fit: cover;">
  2151.                                                
  2152.                                            </li>
  2153.                                            <li class="top-color">By Hannah Townsend</li>
  2154.                                            <li class="top-color">06 May 2026</li>
  2155.                                        </ul>
  2156.                                        <p class="top-color"> </p>
  2157.                                    </div>
  2158.                                </div>
  2159.                            </div>
  2160.                        
  2161.                            
  2162.                            
  2163.                            <div class="col col-lg-6 col-md-6 col-12">
  2164.                                <div class="wpo-blog-item">
  2165.                                    <div class="wpo-blog-img">
  2166.                                        
  2167.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2168.                                        
  2169.                                        <div class="thumb bg-primary-gradient">News</div>
  2170.                                    </div>
  2171.                                    <div class="wpo-blog-content"  >
  2172.                                        <h2>
  2173.                                            <a href="/the-president-welcomes-loved-ones-of-attacked-national-guard-personnel-to-the-white-house/" class="top-color">
  2174.                                            The President Welcomes Loved Ones of Attacked National Guard Personnel to the White House
  2175.                                            </a>
  2176.                                        </h2>
  2177.                                        <ul>
  2178.                                            <li>  
  2179.                                                
  2180.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8b9e2a89-28ac-42d0-97a0-118684d27939_profile.png" alt="Hannah Townsend" style="object-fit: cover;">
  2181.                                                
  2182.                                            </li>
  2183.                                            <li class="top-color">By Hannah Townsend</li>
  2184.                                            <li class="top-color">06 May 2026</li>
  2185.                                        </ul>
  2186.                                        <p class="top-color"> </p>
  2187.                                    </div>
  2188.                                </div>
  2189.                            </div>
  2190.                        
  2191.                            
  2192.                            
  2193.                            <div class="col col-lg-6 col-md-6 col-12">
  2194.                                <div class="wpo-blog-item">
  2195.                                    <div class="wpo-blog-img">
  2196.                                        
  2197.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2198.                                        
  2199.                                        <div class="thumb bg-primary-gradient">News</div>
  2200.                                    </div>
  2201.                                    <div class="wpo-blog-content"  >
  2202.                                        <h2>
  2203.                                            <a href="/ghostface-original-star-matthew-lillard-fears-he-could-ruin-the-franchise-with-the-seventh-installment/" class="top-color">
  2204.                                            Ghostface Original Star Matthew Lillard Fears He Could Ruin the Franchise with the Seventh Installment.
  2205.                                            </a>
  2206.                                        </h2>
  2207.                                        <ul>
  2208.                                            <li>  
  2209.                                                
  2210.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8b9e2a89-28ac-42d0-97a0-118684d27939_profile.png" alt="Hannah Townsend" style="object-fit: cover;">
  2211.                                                
  2212.                                            </li>
  2213.                                            <li class="top-color">By Hannah Townsend</li>
  2214.                                            <li class="top-color">06 May 2026</li>
  2215.                                        </ul>
  2216.                                        <p class="top-color"> </p>
  2217.                                    </div>
  2218.                                </div>
  2219.                            </div>
  2220.                        
  2221.                            
  2222.                            
  2223.                            <div class="col col-lg-6 col-md-6 col-12">
  2224.                                <div class="wpo-blog-item">
  2225.                                    <div class="wpo-blog-img">
  2226.                                        
  2227.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2228.                                        
  2229.                                        <div class="thumb bg-primary-gradient">News</div>
  2230.                                    </div>
  2231.                                    <div class="wpo-blog-content"  >
  2232.                                        <h2>
  2233.                                            <a href="/captain-ben-stokes-is-exhausted-yet-insists-hes-ready-to-bowl/" class="top-color">
  2234.                                            Captain Ben Stokes Is &#x27;Exhausted&#x27; Yet Insists He&#x27;s &#x27;Ready to Bowl&#x27;
  2235.                                            </a>
  2236.                                        </h2>
  2237.                                        <ul>
  2238.                                            <li>  
  2239.                                                
  2240.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8b9e2a89-28ac-42d0-97a0-118684d27939_profile.png" alt="Hannah Townsend" style="object-fit: cover;">
  2241.                                                
  2242.                                            </li>
  2243.                                            <li class="top-color">By Hannah Townsend</li>
  2244.                                            <li class="top-color">06 May 2026</li>
  2245.                                        </ul>
  2246.                                        <p class="top-color"> </p>
  2247.                                    </div>
  2248.                                </div>
  2249.                            </div>
  2250.                        
  2251.                            
  2252.                            
  2253.                            <div class="col col-lg-6 col-md-6 col-12">
  2254.                                <div class="wpo-blog-item">
  2255.                                    <div class="wpo-blog-img">
  2256.                                        
  2257.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2258.                                        
  2259.                                        <div class="thumb bg-primary-gradient">News</div>
  2260.                                    </div>
  2261.                                    <div class="wpo-blog-content"  >
  2262.                                        <h2>
  2263.                                            <a href="/from-reluctant-respect-to-unease-moscow-considers-the-ousting-of-venezuelas-leader/" class="top-color">
  2264.                                            From Reluctant Respect to Unease: Moscow Considers the Ousting of Venezuela&#x27;s Leader.
  2265.                                            </a>
  2266.                                        </h2>
  2267.                                        <ul>
  2268.                                            <li>  
  2269.                                                
  2270.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8b9e2a89-28ac-42d0-97a0-118684d27939_profile.png" alt="Hannah Townsend" style="object-fit: cover;">
  2271.                                                
  2272.                                            </li>
  2273.                                            <li class="top-color">By Hannah Townsend</li>
  2274.                                            <li class="top-color">06 May 2026</li>
  2275.                                        </ul>
  2276.                                        <p class="top-color"> </p>
  2277.                                    </div>
  2278.                                </div>
  2279.                            </div>
  2280.                        
  2281.                            
  2282.                            
  2283.                            <div class="col col-lg-6 col-md-6 col-12">
  2284.                                <div class="wpo-blog-item">
  2285.                                    <div class="wpo-blog-img">
  2286.                                        
  2287.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2288.                                        
  2289.                                        <div class="thumb bg-primary-gradient">News</div>
  2290.                                    </div>
  2291.                                    <div class="wpo-blog-content"  >
  2292.                                        <h2>
  2293.                                            <a href="/novel-drugs-celebrated-as-a-major-shift-in-addressing-drug-resistant-gonorrhea/" class="top-color">
  2294.                                            Novel Drugs Celebrated as a &#x27;Major Shift&#x27; in Addressing Drug-Resistant Gonorrhea
  2295.                                            </a>
  2296.                                        </h2>
  2297.                                        <ul>
  2298.                                            <li>  
  2299.                                                
  2300.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8b9e2a89-28ac-42d0-97a0-118684d27939_profile.png" alt="Hannah Townsend" style="object-fit: cover;">
  2301.                                                
  2302.                                            </li>
  2303.                                            <li class="top-color">By Hannah Townsend</li>
  2304.                                            <li class="top-color">06 May 2026</li>
  2305.                                        </ul>
  2306.                                        <p class="top-color"> </p>
  2307.                                    </div>
  2308.                                </div>
  2309.                            </div>
  2310.                        
  2311.                            
  2312.                            
  2313.                            <div class="col col-lg-6 col-md-6 col-12">
  2314.                                <div class="wpo-blog-item">
  2315.                                    <div class="wpo-blog-img">
  2316.                                        
  2317.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2318.                                        
  2319.                                        <div class="thumb bg-primary-gradient">News</div>
  2320.                                    </div>
  2321.                                    <div class="wpo-blog-content"  >
  2322.                                        <h2>
  2323.                                            <a href="/the-reason-real-madrid-have-utter-confidence-in-youngster-thiago-pitarch/" class="top-color">
  2324.                                            The Reason Real Madrid Have &#x27;Utter Confidence&#x27; in Youngster Thiago Pitarch
  2325.                                            </a>
  2326.                                        </h2>
  2327.                                        <ul>
  2328.                                            <li>  
  2329.                                                
  2330.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8b9e2a89-28ac-42d0-97a0-118684d27939_profile.png" alt="Hannah Townsend" style="object-fit: cover;">
  2331.                                                
  2332.                                            </li>
  2333.                                            <li class="top-color">By Hannah Townsend</li>
  2334.                                            <li class="top-color">05 May 2026</li>
  2335.                                        </ul>
  2336.                                        <p class="top-color"> </p>
  2337.                                    </div>
  2338.                                </div>
  2339.                            </div>
  2340.                        
  2341.                            
  2342.                            
  2343.                            <div class="col col-lg-6 col-md-6 col-12">
  2344.                                <div class="wpo-blog-item">
  2345.                                    <div class="wpo-blog-img">
  2346.                                        
  2347.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2348.                                        
  2349.                                        <div class="thumb bg-primary-gradient">News</div>
  2350.                                    </div>
  2351.                                    <div class="wpo-blog-content"  >
  2352.                                        <h2>
  2353.                                            <a href="/twitch-broadcaster-welcomes-baby-in-the-midst-of-real-time-stream-for-tens-of-thousands-of-audience-members/" class="top-color">
  2354.                                            Twitch Broadcaster Welcomes Baby In the Midst of Real-Time Stream for Tens of Thousands of Audience Members
  2355.                                            </a>
  2356.                                        </h2>
  2357.                                        <ul>
  2358.                                            <li>  
  2359.                                                
  2360.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8b9e2a89-28ac-42d0-97a0-118684d27939_profile.png" alt="Hannah Townsend" style="object-fit: cover;">
  2361.                                                
  2362.                                            </li>
  2363.                                            <li class="top-color">By Hannah Townsend</li>
  2364.                                            <li class="top-color">05 May 2026</li>
  2365.                                        </ul>
  2366.                                        <p class="top-color"> </p>
  2367.                                    </div>
  2368.                                </div>
  2369.                            </div>
  2370.                        
  2371.                            
  2372.                            
  2373.  
  2374.                        </div>
  2375.                    </div>
  2376.                </div>
  2377.                <!-- end wpo-blog-section -->
  2378.            </div>
  2379.  
  2380.            <div class="col col-lg-4 col-12">
  2381.                
  2382.  
  2383.  
  2384.  
  2385.    
  2386.  
  2387.    
  2388.    <!-- Search Widget -->
  2389.    <!-- <div class="pulse-sidebar-widget">
  2390.        <div class="pulse-widget-header pulse-search-header">
  2391.            <i class="fas fa-search"></i> SEARCH
  2392.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  2393.        </div>
  2394.        <div class="pulse-widget-body">
  2395.            <form class="pulse-search-form" method="GET">
  2396.                <div class="position-relative">
  2397.                    <input type="text" name="search" class="pulse-search-input-sidebar"
  2398.                           placeholder="Search" value="">
  2399.                    <button type="submit" class="pulse-search-btn-sidebar">
  2400.                        <i class="fas fa-search"></i>
  2401.                    </button>
  2402.                </div>
  2403.            </form>
  2404.        </div>
  2405.    </div> -->
  2406.    
  2407.    <!-- Recent Posts Widget -->
  2408.    <div class="pulse-sidebar-widget mb-3">
  2409.        <div class="pulse-widget-header pulse-recent-header">
  2410.            <i class="fas fa-clock"></i> RECENT POSTS
  2411.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  2412.        </div>
  2413.        <div class="pulse-widget-body mb-3">
  2414.            
  2415.            <div class="pulse-recent-post-item">
  2416.                <a href="/the-red-devils-poised-to-secure-germany-striker-lea-sch%C3%BCller-away-from-bayern-munich/" class="pulse-recent-title">
  2417.                                            The Red Devils Poised to Secure Germany Striker Lea Schüller away from Bayern Munich
  2418.                                            </a>
  2419.                <div class="pulse-recent-meta">
  2420.                    <span><i class="far fa-calendar"></i> 05 May 2026</span>
  2421.                    <span><i class="far fa-user"></i> Hannah Townsend</span>
  2422.                </div>
  2423.            </div>
  2424.            
  2425.            <div class="pulse-recent-post-item">
  2426.                <a href="/celebrating-like-a-champions-league-champion-kendalls-special-performance-for-england/" class="pulse-recent-title">
  2427.                                            â€˜Celebrating like a Champions League champion’ - Kendall’s special performance for England
  2428.                                            </a>
  2429.                <div class="pulse-recent-meta">
  2430.                    <span><i class="far fa-calendar"></i> 05 May 2026</span>
  2431.                    <span><i class="far fa-user"></i> Hannah Townsend</span>
  2432.                </div>
  2433.            </div>
  2434.            
  2435.            <div class="pulse-recent-post-item">
  2436.                <a href="/beijing-strengthens-oversight-on-rare-earth-element-sales-citing-national-security-concerns/" class="pulse-recent-title">
  2437.                                            Beijing Strengthens Oversight on Rare Earth Element Sales, Citing National Security Concerns
  2438.                                            </a>
  2439.                <div class="pulse-recent-meta">
  2440.                    <span><i class="far fa-calendar"></i> 05 May 2026</span>
  2441.                    <span><i class="far fa-user"></i> Hannah Townsend</span>
  2442.                </div>
  2443.            </div>
  2444.            
  2445.            <div class="pulse-recent-post-item">
  2446.                <a href="/ken-burns-reflecting-on-his-revolutionary-war-documentary-we-wont-work-on-a-more-important-film/" class="pulse-recent-title">
  2447.                                            Ken Burns reflecting on His Revolutionary War Documentary: ‘We Won’t Work on a More Important Film’
  2448.                                            </a>
  2449.                <div class="pulse-recent-meta">
  2450.                    <span><i class="far fa-calendar"></i> 05 May 2026</span>
  2451.                    <span><i class="far fa-user"></i> Hannah Townsend</span>
  2452.                </div>
  2453.            </div>
  2454.            
  2455.            <div class="pulse-recent-post-item">
  2456.                <a href="/satellite-imagery-reveal-iranian-navy-and-nuclear-facilities-damaged-by-american-and-israeli-airstrikes/" class="pulse-recent-title">
  2457.                                            Satellite Imagery Reveal Iranian Navy and Nuclear Facilities Damaged by American and Israeli Airstrikes.
  2458.                                            </a>
  2459.                <div class="pulse-recent-meta">
  2460.                    <span><i class="far fa-calendar"></i> 05 May 2026</span>
  2461.                    <span><i class="far fa-user"></i> Hannah Townsend</span>
  2462.                </div>
  2463.            </div>
  2464.            
  2465.            <div class="pulse-recent-post-item">
  2466.                <a href="/i-am-the-air-guitar-world-champion/" class="pulse-recent-title">
  2467.                                            I Am the Air Guitar World Champion
  2468.                                            </a>
  2469.                <div class="pulse-recent-meta">
  2470.                    <span><i class="far fa-calendar"></i> 04 May 2026</span>
  2471.                    <span><i class="far fa-user"></i> Hannah Townsend</span>
  2472.                </div>
  2473.            </div>
  2474.            
  2475.            <!-- Django Template for Recent Posts -->
  2476.            <!--
  2477.            
  2478.            -->
  2479.            
  2480.        </div>
  2481.    </div>
  2482.    
  2483.    <div class="pulse-sidebar-widget mb-3">
  2484.        <div class="pulse-widget-header pulse-recent-header">
  2485.            <i class="fas fa-clock"></i> May 2026 Blog Roll
  2486.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  2487.        </div>
  2488.        <div class="pulse-widget-body scrollable-sidebar">
  2489.            
  2490.            <div class="pulse-recent-post-item ">
  2491.                <a href="https://www.escapistmagazine.com/uk/non-gamstop-casinos/" rel="dofollow" class="pulse-recent-title ">
  2492.                                            casinos not on gamstop
  2493.                                            </a>
  2494.            </div>
  2495.            
  2496.            <div class="pulse-recent-post-item ">
  2497.                <a href="https://www.squarebox.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2498.                                            non gamstop casinos
  2499.                                            </a>
  2500.            </div>
  2501.            
  2502.        </div>
  2503.    </div>
  2504.    
  2505.    <div class="pulse-sidebar-widget mb-3">
  2506.        <div class="pulse-widget-header pulse-recent-header">
  2507.            <i class="fas fa-clock"></i> April 2026 Blog Roll
  2508.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  2509.        </div>
  2510.        <div class="pulse-widget-body scrollable-sidebar">
  2511.            
  2512.            <div class="pulse-recent-post-item ">
  2513.                <a href="https://www.agediscrimination.info/non-gamstop-casinos" rel="dofollow" class="pulse-recent-title ">
  2514.                                            UK casinos not on GamStop
  2515.                                            </a>
  2516.            </div>
  2517.            
  2518.            <div class="pulse-recent-post-item ">
  2519.                <a href="https://www.adhdfoundation.org.uk" rel="dofollow" class="pulse-recent-title ">
  2520.                                            best non gamstop casinos
  2521.                                            </a>
  2522.            </div>
  2523.            
  2524.            <div class="pulse-recent-post-item ">
  2525.                <a href="https://www.kingking.co.uk" rel="dofollow" class="pulse-recent-title ">
  2526.                                            online casinos
  2527.                                            </a>
  2528.            </div>
  2529.            
  2530.            <div class="pulse-recent-post-item ">
  2531.                <a href="https://www.caerphilly.org.uk/" rel="dofollow" class="pulse-recent-title ">
  2532.                                            best online casino uk
  2533.                                            </a>
  2534.            </div>
  2535.            
  2536.            <div class="pulse-recent-post-item ">
  2537.                <a href="https://cobdenchambers.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2538.                                            european online casino
  2539.                                            </a>
  2540.            </div>
  2541.            
  2542.            <div class="pulse-recent-post-item ">
  2543.                <a href="https://lagoccia.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2544.                                            online casino sites
  2545.                                            </a>
  2546.            </div>
  2547.            
  2548.            <div class="pulse-recent-post-item ">
  2549.                <a href="https://www.helptobuy.org.uk/" rel="dofollow" class="pulse-recent-title ">
  2550.                                            non gamstop casinos
  2551.                                            </a>
  2552.            </div>
  2553.            
  2554.            <div class="pulse-recent-post-item ">
  2555.                <a href="https://www.ambiental.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2556.                                            non gamstop casinos
  2557.                                            </a>
  2558.            </div>
  2559.            
  2560.            <div class="pulse-recent-post-item ">
  2561.                <a href="https://heyimhome.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2562.                                            casino site
  2563.                                            </a>
  2564.            </div>
  2565.            
  2566.            <div class="pulse-recent-post-item ">
  2567.                <a href="https://llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch.co.uk" rel="dofollow" class="pulse-recent-title ">
  2568.                                            non GamStop casino
  2569.                                            </a>
  2570.            </div>
  2571.            
  2572.            <div class="pulse-recent-post-item ">
  2573.                <a href="https://www.chamoisniortais.fr" rel="dofollow" class="pulse-recent-title ">
  2574.                                            meilleur casino en ligne
  2575.                                            </a>
  2576.            </div>
  2577.            
  2578.            <div class="pulse-recent-post-item ">
  2579.                <a href="https://fdncoffee.com" rel="dofollow" class="pulse-recent-title ">
  2580.                                            gambling sites not on GamStop
  2581.                                            </a>
  2582.            </div>
  2583.            
  2584.            <div class="pulse-recent-post-item ">
  2585.                <a href="https://www.ukbeetles.co.uk" rel="dofollow" class="pulse-recent-title ">
  2586.                                            non GamStop casino
  2587.                                            </a>
  2588.            </div>
  2589.            
  2590.            <div class="pulse-recent-post-item ">
  2591.                <a href="https://www.antiquesforeveryone.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2592.                                            new betting sites UK
  2593.                                            </a>
  2594.            </div>
  2595.            
  2596.        </div>
  2597.    </div>
  2598.    
  2599.    <div class="pulse-sidebar-widget mb-3">
  2600.        <div class="pulse-widget-header pulse-recent-header">
  2601.            <i class="fas fa-clock"></i> March 2026 Blog Roll
  2602.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  2603.        </div>
  2604.        <div class="pulse-widget-body scrollable-sidebar">
  2605.            
  2606.            <div class="pulse-recent-post-item ">
  2607.                <a href="https://www.mediawise.org.uk/" rel="dofollow" class="pulse-recent-title ">
  2608.                                            casinos not on GamStop
  2609.                                            </a>
  2610.            </div>
  2611.            
  2612.            <div class="pulse-recent-post-item ">
  2613.                <a href="https://www.cranleyclinic.com/" rel="dofollow" class="pulse-recent-title ">
  2614.                                            best casinos not on GamStop
  2615.                                            </a>
  2616.            </div>
  2617.            
  2618.            <div class="pulse-recent-post-item ">
  2619.                <a href="https://www.labodeganegra.com/" rel="dofollow" class="pulse-recent-title ">
  2620.                                            online casino not on GamStop
  2621.                                            </a>
  2622.            </div>
  2623.            
  2624.            <div class="pulse-recent-post-item ">
  2625.                <a href="https://www.llancaiachfawr.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2626.                                            best casinos not on GamStop
  2627.                                            </a>
  2628.            </div>
  2629.            
  2630.            <div class="pulse-recent-post-item ">
  2631.                <a href="https://www.stamina.org.uk/" rel="dofollow" class="pulse-recent-title ">
  2632.                                            Non GAMSTOP Casinos
  2633.                                            </a>
  2634.            </div>
  2635.            
  2636.            <div class="pulse-recent-post-item ">
  2637.                <a href="https://www.falconryforum.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2638.                                            non gamstop casinos uk
  2639.                                            </a>
  2640.            </div>
  2641.            
  2642.            <div class="pulse-recent-post-item ">
  2643.                <a href="https://www.videogamer.com/uk/online-casinos/non-gamstop/" rel="dofollow" class="pulse-recent-title ">
  2644.                                            best non gamstop casinos
  2645.                                            </a>
  2646.            </div>
  2647.            
  2648.            <div class="pulse-recent-post-item ">
  2649.                <a href="https://www.thekarczma.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2650.                                            non UK casino accepting UK players
  2651.                                            </a>
  2652.            </div>
  2653.            
  2654.            <div class="pulse-recent-post-item ">
  2655.                <a href="https://www.patients4nhs.org.uk/" rel="dofollow" class="pulse-recent-title ">
  2656.                                            non GamStop casinos
  2657.                                            </a>
  2658.            </div>
  2659.            
  2660.            <div class="pulse-recent-post-item ">
  2661.                <a href="https://www.brother2brother.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2662.                                            non GamStop casino
  2663.                                            </a>
  2664.            </div>
  2665.            
  2666.            <div class="pulse-recent-post-item ">
  2667.                <a href="https://www.fourpure.com/" rel="dofollow" class="pulse-recent-title ">
  2668.                                            non GamStop casinos
  2669.                                            </a>
  2670.            </div>
  2671.            
  2672.            <div class="pulse-recent-post-item ">
  2673.                <a href="https://socialeatinghouse.com/" rel="dofollow" class="pulse-recent-title ">
  2674.                                            slot sites not on GamStop
  2675.                                            </a>
  2676.            </div>
  2677.            
  2678.            <div class="pulse-recent-post-item ">
  2679.                <a href="https://www.durhamminers.org/" rel="dofollow" class="pulse-recent-title ">
  2680.                                            non GamStop casinos
  2681.                                            </a>
  2682.            </div>
  2683.            
  2684.            <div class="pulse-recent-post-item ">
  2685.                <a href="https://www.dinton-pastures.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2686.                                            non GamStop casino UK
  2687.                                            </a>
  2688.            </div>
  2689.            
  2690.            <div class="pulse-recent-post-item ">
  2691.                <a href="https://www.voteleavetakecontrol.org/" rel="dofollow" class="pulse-recent-title ">
  2692.                                            non GamStop casinos
  2693.                                            </a>
  2694.            </div>
  2695.            
  2696.            <div class="pulse-recent-post-item ">
  2697.                <a href="https://fortwilliamworldcup.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2698.                                            not on GamStop
  2699.                                            </a>
  2700.            </div>
  2701.            
  2702.            <div class="pulse-recent-post-item ">
  2703.                <a href="https://www.ginspa.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2704.                                            casino not on GamStop UK
  2705.                                            </a>
  2706.            </div>
  2707.            
  2708.            <div class="pulse-recent-post-item ">
  2709.                <a href="https://www.covent-garden.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2710.                                            casinos not on GamStop
  2711.                                            </a>
  2712.            </div>
  2713.            
  2714.            <div class="pulse-recent-post-item ">
  2715.                <a href="https://www.nordicresearchnetwork.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2716.                                            Non UK Bingo Sites
  2717.                                            </a>
  2718.            </div>
  2719.            
  2720.            <div class="pulse-recent-post-item ">
  2721.                <a href="https://www.kysty.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2722.                                            non GamStop casinos
  2723.                                            </a>
  2724.            </div>
  2725.            
  2726.            <div class="pulse-recent-post-item ">
  2727.                <a href="https://growsheffield.com/" rel="dofollow" class="pulse-recent-title ">
  2728.                                            casino not on gamstop
  2729.                                            </a>
  2730.            </div>
  2731.            
  2732.            <div class="pulse-recent-post-item ">
  2733.                <a href="https://drive-alive.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2734.                                            non gamstop casino
  2735.                                            </a>
  2736.            </div>
  2737.            
  2738.            <div class="pulse-recent-post-item ">
  2739.                <a href="https://roadpeace.org/" rel="dofollow" class="pulse-recent-title ">
  2740.                                            casinos not on gamstop
  2741.                                            </a>
  2742.            </div>
  2743.            
  2744.        </div>
  2745.    </div>
  2746.    
  2747.    <div class="pulse-sidebar-widget mb-3">
  2748.        <div class="pulse-widget-header pulse-recent-header">
  2749.            <i class="fas fa-clock"></i> February 2026 Blog Roll
  2750.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  2751.        </div>
  2752.        <div class="pulse-widget-body scrollable-sidebar">
  2753.            
  2754.            <div class="pulse-recent-post-item ">
  2755.                <a href="https://financialservicescultureboard.org.uk/" rel="dofollow" class="pulse-recent-title ">
  2756.                                            non uk betting sites
  2757.                                            </a>
  2758.            </div>
  2759.            
  2760.            <div class="pulse-recent-post-item ">
  2761.                <a href="https://www.taysideaviation.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2762.                                            non gamstop sports betting
  2763.                                            </a>
  2764.            </div>
  2765.            
  2766.            <div class="pulse-recent-post-item ">
  2767.                <a href="https://thelincolnite.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2768.                                            best uk non gamstop casinos
  2769.                                            </a>
  2770.            </div>
  2771.            
  2772.            <div class="pulse-recent-post-item ">
  2773.                <a href="https://www.regionalnetworks.org.uk/" rel="dofollow" class="pulse-recent-title ">
  2774.                                            Non GamStop Casinos
  2775.                                            </a>
  2776.            </div>
  2777.            
  2778.            <div class="pulse-recent-post-item ">
  2779.                <a href="https://oncallfire.uk/" rel="dofollow" class="pulse-recent-title ">
  2780.                                            best UK non GAMSTOP casinos
  2781.                                            </a>
  2782.            </div>
  2783.            
  2784.            <div class="pulse-recent-post-item ">
  2785.                <a href="https://www.casinoclic.com/fr" rel="dofollow" class="pulse-recent-title ">
  2786.                                            casino en ligne france légal
  2787.                                            </a>
  2788.            </div>
  2789.            
  2790.        </div>
  2791.    </div>
  2792.    
  2793.    
  2794.  
  2795. <!-- CSS Styles -->
  2796. <style>
  2797. /* Sidebar Widget Base */
  2798. .pulse-sidebar-widget {
  2799.    background: var(--card-bg, white);
  2800.    border-radius: 12px;
  2801.    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  2802.    margin-bottom: 30px;
  2803.    overflow: hidden;
  2804.    border: 1px solid var(--border-color);
  2805. }
  2806.  
  2807. .pulse-widget-header {
  2808.    background: var(--bs-primary);
  2809.    color: var(--bs-white);
  2810.    padding: 15px 20px;
  2811.    font-weight: 700;
  2812.    font-size: 13px;
  2813.    text-transform: uppercase;
  2814.    letter-spacing: 1px;
  2815.    position: relative;
  2816.    display: flex;
  2817.    align-items: center;
  2818.    justify-content: space-between;
  2819.    gap: 8px;
  2820. }
  2821.  
  2822. .pulse-header-arrow {
  2823.    font-size: 12px;
  2824.    opacity: 0.8;
  2825. }
  2826.  
  2827.  
  2828.  
  2829.  
  2830.  
  2831. .pulse-widget-body {
  2832.    padding: 25px 20px;
  2833. }
  2834.  
  2835. /* Search Widget */
  2836. .pulse-search-form {
  2837.    position: relative;
  2838. }
  2839.  
  2840. .pulse-search-input-sidebar {
  2841.    width: 100%;
  2842.    padding: 12px 45px 12px 15px;
  2843.    border: 2px solid #e9ecef;
  2844.    border-radius: 8px;
  2845.    font-size: 14px;
  2846.    transition: all 0.3s ease;
  2847.    background: var(--card-bg, white);
  2848.    color: var(--topbar-color, #333);
  2849. }
  2850.  
  2851. .pulse-search-input-sidebar:focus {
  2852.    border-color: var(--topbar-color, #6f42c1);
  2853.    box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.1);
  2854.    outline: none;
  2855. }
  2856.  
  2857. .pulse-search-btn-sidebar {
  2858.    position: absolute;
  2859.    right: 5px;
  2860.    top: 50%;
  2861.    transform: translateY(-50%);
  2862.    background: var(--bs-primary, #6f42c1);
  2863.    border: none;
  2864.    color: var(--bs-white);
  2865.    padding: 8px 12px;
  2866.    border-radius: 6px;
  2867.    cursor: pointer;
  2868.    transition: all 0.3s ease;
  2869. }
  2870.  
  2871. .pulse-search-btn-sidebar:hover {
  2872.    background: var(--topbar-color, #5a359a);
  2873.    opacity: 0.9;
  2874. }
  2875.  
  2876. /* Recent Posts Widget */
  2877. .pulse-recent-post-item {
  2878.    padding: 10px 0;
  2879.    border-bottom: 1px solid var(--border-color);
  2880.    transition: all 0.3s ease;
  2881. }
  2882.  
  2883. .pulse-recent-post-item:last-child {
  2884.    border-bottom: none;
  2885.    padding-bottom: 0;
  2886. }
  2887.  
  2888. .pulse-recent-post-item:hover {
  2889.    background: rgba(248, 249, 250,0.1);
  2890.    padding-left: 20px;
  2891.    padding-right: 20px;
  2892.    border-radius: 8px;
  2893. }
  2894.  
  2895. .pulse-recent-title {
  2896.    font-size: 15px;
  2897.    font-weight: 600;
  2898.    color: var(--topbar-color, #2c3e50);
  2899.    line-height: 1.4;
  2900.    margin-bottom: 8px;
  2901.    text-decoration: none;
  2902.    display: block;
  2903. }
  2904.  
  2905. .pulse-recent-title:hover {
  2906.    color: var(--topbar-color, #e83e8c);
  2907.    text-decoration: none;
  2908.    opacity: 0.8;
  2909. }
  2910.  
  2911. .pulse-recent-meta {
  2912.    font-size: 12px;
  2913.    color: #6c757d;
  2914.    display: flex;
  2915.    align-items: center;
  2916.    gap: 10px;
  2917. }
  2918.  
  2919.  
  2920. /* Responsive Design */
  2921. @media (max-width: 768px) {
  2922.    .pulse-widget-body {
  2923.        padding: 20px 15px;
  2924.    }
  2925.    
  2926.    .pulse-recent-title {
  2927.        font-size: 14px;
  2928.    }
  2929. }
  2930.  
  2931. @media (max-width: 992px) {
  2932.    .pulse-sidebar-widget {
  2933.        margin-bottom: 25px;
  2934.    }
  2935. }
  2936. </style>
  2937.  
  2938.    
  2939.            </div>
  2940.        </div>
  2941.    </div> <!-- end container -->
  2942. </section>
  2943.  
  2944.    
  2945.        
  2946.        <!-- end wpo-blog-highlights-section -->
  2947.        <!-- start wpo-blog-sponsored-section -->
  2948.        
  2949.  
  2950.  
  2951.  
  2952.    
  2953.  
  2954.  
  2955.  
  2956. <style>
  2957.    .sponsored-section-v2 {
  2958.        padding: 0 0 60px;
  2959.    }
  2960.    
  2961.    .sponsored-card-v2 {
  2962.        background: var(--body-bg);
  2963.        border-radius: 12px;
  2964.        overflow: hidden;
  2965.        transition: all 0.3s ease;
  2966.        border: none;
  2967.        box-shadow: 0 2px 15px rgba(0,0,0,0.08);
  2968.        height: 100%;
  2969.    }
  2970.    
  2971.    .sponsored-card-v2:hover {
  2972.        transform: translateY(-4px);
  2973.        box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  2974.    }
  2975.    
  2976.    .sponsored-image-v2 {
  2977.        position: relative;
  2978.        overflow: hidden;
  2979.        height: 180px;
  2980.    }
  2981.    
  2982.    .sponsored-image-v2 img {
  2983.        width: 100%;
  2984.        height: 100%;
  2985.        object-fit: cover;
  2986.        transition: transform 0.3s ease;
  2987.    }
  2988.    
  2989.    .sponsored-card-v2:hover .sponsored-image-v2 img {
  2990.        transform: scale(1.05);
  2991.    }
  2992.    
  2993.    .sponsored-badge-v2 {
  2994.        position: absolute;
  2995.        top: 12px;
  2996.        left: 12px;
  2997.        padding: 6px 12px;
  2998.        border-radius: 15px;
  2999.        font-size: 10px;
  3000.        font-weight: 600;
  3001.        text-transform: uppercase;
  3002.        letter-spacing: 0.5px;
  3003.        color: white;
  3004.    }
  3005.    
  3006.    .sponsored-content-v2 {
  3007.        padding: 20px;
  3008.    }
  3009.    
  3010.    .sponsored-title-v2 {
  3011.        font-size: 16px;
  3012.        font-weight: 600;
  3013.        line-height: 1.4;
  3014.        margin-bottom: 15px;
  3015.        min-height: 44px;
  3016.    }
  3017.    
  3018.    .sponsored-title-v2 a {
  3019.        text-decoration: none;
  3020.        transition: color 0.3s ease;
  3021.    }
  3022.    
  3023.    .sponsored-meta-v2 {
  3024.        display: flex;
  3025.        align-items: center;
  3026.        gap: 10px;
  3027.        font-size: 12px;
  3028.    }
  3029.    
  3030.    .sponsored-author-img-v2 {
  3031.        width: 28px;
  3032.        height: 28px;
  3033.        border-radius: 50%;
  3034.        object-fit: cover;
  3035.    }
  3036.    
  3037.    .section-title-sponsored-v2 {
  3038.        font-size: 2.5rem;
  3039.        font-weight: 700;
  3040.        text-align: center;
  3041.        margin-bottom: 20px;
  3042.        text-transform: capitalize;
  3043.    }
  3044.  
  3045.    @media (max-width: 768px) {
  3046.        .sponsored-section-v2 {
  3047.            padding: 0px 0 40px;
  3048.        }
  3049.        .section-title-sponsored-v2 {
  3050.            font-size: 2rem;
  3051.        }
  3052.        .sponsored-content-v2 {
  3053.            padding: 16px;
  3054.        }
  3055.    }
  3056. </style>
  3057.  
  3058. <section class="sponsored-section-v2">
  3059.    <div class="container-fluid fluid-container">
  3060.        <div class="row">
  3061.            <div class="col-12">
  3062.                <h2 class="section-title-sponsored-v2 top-color">Sponsored News</h2>
  3063.                <div class="section-title-sponsored-v2::after top-bg"></div>
  3064.            </div>
  3065.        </div>
  3066.        
  3067.        <div class="row g-4">
  3068.            
  3069.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3070.                <div class="card sponsored-card-v2">
  3071.                    <div class="sponsored-image-v2">
  3072.                        
  3073.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3074.                        
  3075.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3076.                    </div>
  3077.                    <div class="sponsored-content-v2">
  3078.                        <h3 class="sponsored-title-v2">
  3079.                            <a href="/the-red-devils-poised-to-secure-germany-striker-lea-sch%C3%BCller-away-from-bayern-munich/" class="top-color">
  3080.                            The Red Devils Poised to Secure Germany Striker Lea Schüller away from Bayern Munich
  3081.                            </a>
  3082.                        </h3>
  3083.                        <div class="sponsored-meta-v2">
  3084.                            
  3085.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8b9e2a89-28ac-42d0-97a0-118684d27939_profile.png" alt="Hannah Townsend" style="object-fit: cover;" class="sponsored-author-img-v2">
  3086.                            
  3087.                            <span class="top-color">By Hannah Townsend</span>
  3088.                            <span class="top-color">•</span>
  3089.                            <span class="top-color">05 May 2026</span>
  3090.                        </div>
  3091.                    </div>
  3092.                </div>
  3093.            </div>
  3094.            
  3095.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3096.                <div class="card sponsored-card-v2">
  3097.                    <div class="sponsored-image-v2">
  3098.                        
  3099.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3100.                        
  3101.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3102.                    </div>
  3103.                    <div class="sponsored-content-v2">
  3104.                        <h3 class="sponsored-title-v2">
  3105.                            <a href="/celebrating-like-a-champions-league-champion-kendalls-special-performance-for-england/" class="top-color">
  3106.                            â€˜Celebrating like a Champions League champion’ - Kendall’s special performance for England
  3107.                            </a>
  3108.                        </h3>
  3109.                        <div class="sponsored-meta-v2">
  3110.                            
  3111.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8b9e2a89-28ac-42d0-97a0-118684d27939_profile.png" alt="Hannah Townsend" style="object-fit: cover;" class="sponsored-author-img-v2">
  3112.                            
  3113.                            <span class="top-color">By Hannah Townsend</span>
  3114.                            <span class="top-color">•</span>
  3115.                            <span class="top-color">05 May 2026</span>
  3116.                        </div>
  3117.                    </div>
  3118.                </div>
  3119.            </div>
  3120.            
  3121.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3122.                <div class="card sponsored-card-v2">
  3123.                    <div class="sponsored-image-v2">
  3124.                        
  3125.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3126.                        
  3127.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3128.                    </div>
  3129.                    <div class="sponsored-content-v2">
  3130.                        <h3 class="sponsored-title-v2">
  3131.                            <a href="/beijing-strengthens-oversight-on-rare-earth-element-sales-citing-national-security-concerns/" class="top-color">
  3132.                            Beijing Strengthens Oversight on Rare Earth Element Sales, Citing National Security Concerns
  3133.                            </a>
  3134.                        </h3>
  3135.                        <div class="sponsored-meta-v2">
  3136.                            
  3137.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8b9e2a89-28ac-42d0-97a0-118684d27939_profile.png" alt="Hannah Townsend" style="object-fit: cover;" class="sponsored-author-img-v2">
  3138.                            
  3139.                            <span class="top-color">By Hannah Townsend</span>
  3140.                            <span class="top-color">•</span>
  3141.                            <span class="top-color">05 May 2026</span>
  3142.                        </div>
  3143.                    </div>
  3144.                </div>
  3145.            </div>
  3146.            
  3147.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3148.                <div class="card sponsored-card-v2">
  3149.                    <div class="sponsored-image-v2">
  3150.                        
  3151.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3152.                        
  3153.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3154.                    </div>
  3155.                    <div class="sponsored-content-v2">
  3156.                        <h3 class="sponsored-title-v2">
  3157.                            <a href="/ken-burns-reflecting-on-his-revolutionary-war-documentary-we-wont-work-on-a-more-important-film/" class="top-color">
  3158.                            Ken Burns reflecting on His Revolutionary War Documentary: ‘We Won’t Work on a More Important Film’
  3159.                            </a>
  3160.                        </h3>
  3161.                        <div class="sponsored-meta-v2">
  3162.                            
  3163.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8b9e2a89-28ac-42d0-97a0-118684d27939_profile.png" alt="Hannah Townsend" style="object-fit: cover;" class="sponsored-author-img-v2">
  3164.                            
  3165.                            <span class="top-color">By Hannah Townsend</span>
  3166.                            <span class="top-color">•</span>
  3167.                            <span class="top-color">05 May 2026</span>
  3168.                        </div>
  3169.                    </div>
  3170.                </div>
  3171.            </div>
  3172.            
  3173.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3174.                <div class="card sponsored-card-v2">
  3175.                    <div class="sponsored-image-v2">
  3176.                        
  3177.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3178.                        
  3179.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3180.                    </div>
  3181.                    <div class="sponsored-content-v2">
  3182.                        <h3 class="sponsored-title-v2">
  3183.                            <a href="/satellite-imagery-reveal-iranian-navy-and-nuclear-facilities-damaged-by-american-and-israeli-airstrikes/" class="top-color">
  3184.                            Satellite Imagery Reveal Iranian Navy and Nuclear Facilities Damaged by American and Israeli Airstrikes.
  3185.                            </a>
  3186.                        </h3>
  3187.                        <div class="sponsored-meta-v2">
  3188.                            
  3189.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8b9e2a89-28ac-42d0-97a0-118684d27939_profile.png" alt="Hannah Townsend" style="object-fit: cover;" class="sponsored-author-img-v2">
  3190.                            
  3191.                            <span class="top-color">By Hannah Townsend</span>
  3192.                            <span class="top-color">•</span>
  3193.                            <span class="top-color">05 May 2026</span>
  3194.                        </div>
  3195.                    </div>
  3196.                </div>
  3197.            </div>
  3198.            
  3199.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3200.                <div class="card sponsored-card-v2">
  3201.                    <div class="sponsored-image-v2">
  3202.                        
  3203.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3204.                        
  3205.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3206.                    </div>
  3207.                    <div class="sponsored-content-v2">
  3208.                        <h3 class="sponsored-title-v2">
  3209.                            <a href="/i-am-the-air-guitar-world-champion/" class="top-color">
  3210.                            I Am the Air Guitar World Champion
  3211.                            </a>
  3212.                        </h3>
  3213.                        <div class="sponsored-meta-v2">
  3214.                            
  3215.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8b9e2a89-28ac-42d0-97a0-118684d27939_profile.png" alt="Hannah Townsend" style="object-fit: cover;" class="sponsored-author-img-v2">
  3216.                            
  3217.                            <span class="top-color">By Hannah Townsend</span>
  3218.                            <span class="top-color">•</span>
  3219.                            <span class="top-color">04 May 2026</span>
  3220.                        </div>
  3221.                    </div>
  3222.                </div>
  3223.            </div>
  3224.            
  3225.        </div>
  3226.    </div>
  3227. </section>
  3228.  
  3229.  
  3230.    
  3231.        <!-- end wpo-blog-sponsored-section -->
  3232.        <!-- start wpo-subscribe-section -->
  3233.        
  3234.        <!-- end subscribe-section -->
  3235.        <!-- start of wpo-site-footer-section -->
  3236.        
  3237.  
  3238.  
  3239.  
  3240.  
  3241.  
  3242.  
  3243. <!-- Footer V4 - Modern Corporate Design -->
  3244. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  3245.  
  3246.    <div class="container-fluid fluid-container">
  3247.        
  3248.        <!-- Content Sections -->
  3249.        <div class="content-sections">
  3250.            <div class="row g-5">
  3251.                
  3252.                <!-- Brand Column -->
  3253.                <div class="col-lg-4 col-md-12">
  3254.                    <div class="brand-section">
  3255.                        <div class="brand-header">
  3256.                            
  3257.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/3602b675-ca31-4cfe-8a59-e6118e564a7b_logo.png" alt="Royal Brit Site" class="brand-logo" loading="lazy">
  3258.                            
  3259.                            <div class="brand-text">
  3260.                                <h3 class="brand-name">Royal Brit Site</h3>
  3261.                                <span class="brand-type">Digital Publication</span>
  3262.                            </div>
  3263.                        </div>
  3264.                        <p class="brand-description  text-lg-start ">
  3265.                            Explore UK lifestyle, travel tips, and cultural insights on Royal Brit Site. Discover guides, stories, and expert advice for modern British living.
  3266.                        </p>
  3267.                    </div>
  3268.                </div>
  3269.  
  3270.                <!-- Quick Links Column -->
  3271.               <div class="col-lg-4 col-md-6">
  3272.                    <div class="links-section">
  3273.                        <div class="section-title">
  3274.                            <h4 class="title-text">Resources</h4>
  3275.                            <div class="title-decoration"></div>
  3276.                        </div>
  3277.                        <div class="links-container">
  3278.                          
  3279. <div class="link-group">
  3280.    <ul class="link-list" id="externalLinks">
  3281.        
  3282.  
  3283.    
  3284.        
  3285.        
  3286.        
  3287.    </ul>
  3288. </div>
  3289.  
  3290.                        </div>
  3291.                    </div>
  3292.                </div>
  3293.  
  3294.                <!-- Categories Column -->
  3295.                <div class="col-lg-4 col-md-6">
  3296.                    <div class="categories-section">
  3297.                        <div class="section-title">
  3298.                            <h4 class="title-text">Explore Topics</h4>
  3299.                            <div class="title-decoration"></div>
  3300.                        </div>
  3301.                        <div class="categories-container">
  3302.                            <p class="categories-intro">Discover content organized by topics that interest you most.</p>
  3303.                            <div class="categories-cloud">
  3304.                                
  3305.                                <a href="/category/all-posts/" class="category-pill">
  3306.                                    All Posts
  3307.                                </a>
  3308.                                
  3309.                                <a href="/category/business/" class="category-pill">
  3310.                                    Business
  3311.                                </a>
  3312.                                
  3313.                                <a href="/category/esports/" class="category-pill">
  3314.                                    Esports
  3315.                                </a>
  3316.                                
  3317.                                <a href="/category/fashion/" class="category-pill">
  3318.                                    Fashion
  3319.                                </a>
  3320.                                
  3321.                                <a href="/category/featured/" class="category-pill">
  3322.                                    Featured
  3323.                                </a>
  3324.                                
  3325.                                <a href="/category/gaming/" class="category-pill">
  3326.                                    Gaming
  3327.                                </a>
  3328.                                
  3329.                                <a href="/category/health/" class="category-pill">
  3330.                                    Health
  3331.                                </a>
  3332.                                
  3333.                                <a href="/category/life-fitness/" class="category-pill">
  3334.                                    Life &amp; Fitness
  3335.                                </a>
  3336.                                
  3337.                            </div>
  3338.                        </div>
  3339.                    </div>
  3340.                </div>
  3341.  
  3342.            </div>
  3343.        </div>
  3344.  
  3345.        <!-- Footer Bottom -->
  3346.        <div class="footer-bottom">
  3347.            <div class="bottom-border"></div>
  3348.            <div class=" d-flex justify-content-between flex-wrap">
  3349.                <div>
  3350.                    <div class="copyright-info">
  3351.                        <p class="copyright-main">
  3352.                            Â© 2026 <span class="brand-highlight">Royal Brit Site</span>. All rights reserved.
  3353.                        </p>
  3354.                        <p class="copyright-sub">
  3355.                            Thoughtfully crafted content for curious minds worldwide.
  3356.                        </p>
  3357.                    </div>
  3358.                </div>
  3359.                <div>
  3360.                    <div class="footer-actions">
  3361.                        <div class="action-links">
  3362.                            <a href="/page/write-for-us/" class="action-link">
  3363.                                <i class="bi bi-shield-check"></i>
  3364.                                <span>Write For Us</span>
  3365.                            </a>
  3366.                            <a href="/page/terms-and-conditions/" class="action-link">
  3367.                                <i class="bi bi-shield-check"></i>
  3368.                                <span>Terms & Conditions</span>
  3369.                            </a>
  3370.                            <a href="/sitemap.xml" class="action-link">
  3371.                                <i class="bi bi-diagram-3"></i>
  3372.                                <span>Sitemap</span>
  3373.                            </a>
  3374.                        </div>
  3375.  
  3376.                    </div>
  3377.                </div>
  3378.            </div>
  3379.        </div>
  3380.  
  3381.    </div>
  3382.  
  3383.    
  3384.  
  3385. </footer>
  3386.  
  3387.  
  3388. <style>
  3389. /* Footer V4 - Modern Corporate Design */
  3390. .wpo-site-footer-v4 {
  3391.    color: var(--footer-color);
  3392.    margin-top: 100px;
  3393. }
  3394.  
  3395.  
  3396. .accent-line {
  3397.    position: absolute;
  3398.    top: 0;
  3399.    height: 100%;
  3400.    width: 33.333%;
  3401.    opacity: 0.8;
  3402. }
  3403.  
  3404. .accent-1 {
  3405.    left: 0;
  3406.    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
  3407.    animation: slideRight 3s ease-in-out infinite;
  3408. }
  3409.  
  3410. .accent-2 {
  3411.    left: 33.333%;
  3412.    background: linear-gradient(90deg, #8b5cf6, #7c3aed);
  3413.    animation: slideRight 3s ease-in-out infinite 1s;
  3414. }
  3415.  
  3416. .accent-3 {
  3417.    left: 66.666%;
  3418.    background: linear-gradient(90deg, #10b981, #059669);
  3419.    animation: slideRight 3s ease-in-out infinite 2s;
  3420. }
  3421.  
  3422. @keyframes slideRight {
  3423.    0%, 100% { transform: translateX(-10px); opacity: 0.6; }
  3424.    50% { transform: translateX(10px); opacity: 1; }
  3425. }
  3426.  
  3427. /* Content Sections */
  3428. .content-sections {
  3429.    padding: 60px 0;
  3430.    position: relative;
  3431.    z-index: 2;
  3432. }
  3433.  
  3434. /* Brand Section */
  3435. .brand-section {
  3436.    padding-right: 2rem;
  3437. }
  3438.  
  3439. .brand-header {
  3440.    display: flex;
  3441.    align-items: center;
  3442.    margin-bottom: 2rem;
  3443.    gap: 1rem;
  3444. }
  3445.  
  3446. .brand-logo {
  3447.    height: 50px;
  3448.    width: auto;
  3449.    border-radius: 8px;
  3450. }
  3451.  
  3452. .brand-name {
  3453.    font-size: 1.5rem;
  3454.    font-weight: 800;
  3455.    color: var(--footer-color) !important;
  3456.    margin: 0;
  3457. }
  3458.  
  3459. .brand-type {
  3460.    color: var(--footer-color) !important;
  3461.    opacity: 0.8;
  3462.    font-size: 0.85rem;
  3463.    font-weight: 500;
  3464.    text-transform: uppercase;
  3465.    letter-spacing: 0.5px;
  3466. }
  3467.  
  3468. .brand-description {
  3469.    color: var(--footer-color) !important;
  3470.    line-height: 1.7;
  3471.    margin-bottom: 2rem;
  3472.    font-size: 0.95rem;
  3473. }
  3474.  
  3475. .brand-stats {
  3476.    display: flex;
  3477.    align-items: center;
  3478.    gap: 1.5rem;
  3479. }
  3480.  
  3481. .stat-item {
  3482.    text-align: center;
  3483. }
  3484.  
  3485. .stat-number {
  3486.    font-size: 1.5rem;
  3487.    font-weight: 800;
  3488.    color: #3b82f6;
  3489.    display: block;
  3490.    line-height: 1;
  3491. }
  3492.  
  3493. .stat-label {
  3494.    font-size: 0.8rem;
  3495.    color: #94a3b8;
  3496.    margin-top: 0.25rem;
  3497. }
  3498.  
  3499. .stat-divider {
  3500.    width: 1px;
  3501.    height: 40px;
  3502.    background: rgba(255, 255, 255, 0.2);
  3503. }
  3504.  
  3505. /* Links Section */
  3506. .links-section {
  3507.    padding-left: 1rem;
  3508.    padding-right: 1rem;
  3509. }
  3510.  
  3511. .section-title {
  3512.    margin-bottom: 2rem;
  3513.    position: relative;
  3514. }
  3515.  
  3516. .title-text {
  3517.    font-size: 1.3rem;
  3518.    font-weight: 700;
  3519.    color: var(--footer-color) !important;
  3520.    margin-bottom: 0.5rem;
  3521.    text-align: justify !important;
  3522. }
  3523.  
  3524.  
  3525. .link-group {
  3526.    margin-bottom: 2rem;
  3527. }
  3528.  
  3529. .group-title {
  3530.    font-size: 1rem;
  3531.    font-weight: 600;
  3532.    color: #f1f5f9;
  3533.    margin-bottom: 1rem;
  3534.    padding-bottom: 0.5rem;
  3535.    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  3536. }
  3537.  
  3538. .link-list {
  3539.    list-style: none;
  3540.    padding: 0;
  3541.    margin: 0;
  3542. }
  3543.  
  3544. .link-item {
  3545.    margin-bottom: 0.75rem;
  3546. }
  3547.  
  3548. .link-text {
  3549.    color: var(--footer-color) !important;
  3550.    text-decoration: none;
  3551.    font-size: 0.9rem;
  3552.    display: flex;
  3553.    align-items: center;
  3554.    transition: all 0.3s ease;
  3555.    padding: 0.25rem 0;
  3556. }
  3557.  
  3558. .link-text:hover {
  3559.    color: #3b82f6;
  3560.    padding-left: 0.5rem;
  3561. }
  3562.  
  3563. .link-icon {
  3564.    margin-right: 0.5rem;
  3565.    opacity: 0;
  3566.    transition: opacity 0.3s ease;
  3567. }
  3568.  
  3569. .link-text:hover .link-icon {
  3570.    opacity: 1;
  3571. }
  3572.  
  3573. .external-icon {
  3574.    color: #10b981;
  3575. }
  3576.  
  3577. /* Categories Section */
  3578. .categories-section {
  3579.    padding-left: 1rem;
  3580. }
  3581.  
  3582. .categories-intro {
  3583.    color: #cbd5e1;
  3584.    margin-bottom: 1.5rem;
  3585.    font-size: 0.9rem;
  3586. }
  3587.  
  3588. .categories-cloud {
  3589.    display: flex;
  3590.    flex-wrap: wrap;
  3591.    gap: 0.75rem;
  3592. }
  3593.  
  3594. .category-pill {
  3595.    display: inline-block;
  3596.    padding: 0.5rem 1rem;
  3597.    background: rgba(255, 255, 255, 0.1);
  3598.    border: 1px solid rgba(255, 255, 255, 0.2);
  3599.    border-radius: 20px;
  3600.    color:  var(--footer-color) !important;
  3601.    text-decoration: none;
  3602.    font-size: 0.85rem;
  3603.    opacity: 0.7;
  3604.    font-weight: 500;
  3605.    transition: all 0.3s ease;
  3606. }
  3607.  
  3608. .category-pill:hover {
  3609.    background: #3b82f6;
  3610.    border-color: #3b82f6;
  3611.    color: var(--footer-color) !important;
  3612.    opacity: 1;
  3613.    transform: translateY(-1px);
  3614.    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
  3615. }
  3616.  
  3617. /* Footer Bottom */
  3618. .footer-bottom {
  3619.    padding: 2rem 0;
  3620.    position: relative;
  3621.    z-index: 2;
  3622. }
  3623.  
  3624. .bottom-border {
  3625.    height: 1px;
  3626.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  3627.    margin-bottom: 2rem;
  3628. }
  3629.  
  3630. .copyright-main {
  3631.    font-size: 1rem;
  3632.    color: #e2e8f0;
  3633.    margin-bottom: 0.25rem;
  3634. }
  3635.  
  3636. .brand-highlight {
  3637.    color: var(--footer-color);
  3638.    font-weight: 700;
  3639. }
  3640.  
  3641. .copyright-sub {
  3642.    font-size: 0.85rem;
  3643.    color: #94a3b8;
  3644.    margin: 0;
  3645. }
  3646.  
  3647. .footer-actions {
  3648.    display: flex;
  3649.    align-items: center;
  3650.    gap: 2rem;
  3651. }
  3652.  
  3653. .action-links {
  3654.    display: flex;
  3655.    gap: 1.5rem;
  3656. }
  3657.  
  3658. .action-link {
  3659.    display: flex;
  3660.    align-items: center;
  3661.    gap: 0.5rem;
  3662.    color: #cbd5e1;
  3663.    text-decoration: none;
  3664.    font-size: 0.9rem;
  3665.    transition: color 0.3s ease;
  3666. }
  3667.  
  3668. .action-link:hover {
  3669.    color: #3b82f6;
  3670. }
  3671.  
  3672. .scroll-to-top-btn {
  3673.    background: rgba(255, 255, 255, 0.1);
  3674.    border: 1px solid rgba(255, 255, 255, 0.2);
  3675.    color: #cbd5e1;
  3676.    width: 44px;
  3677.    height: 44px;
  3678.    border-radius: 12px;
  3679.    cursor: pointer;
  3680.    transition: all 0.3s ease;
  3681.    display: flex;
  3682.    align-items: center;
  3683.    justify-content: center;
  3684. }
  3685.  
  3686. .scroll-to-top-btn:hover {
  3687.    background: #3b82f6;
  3688.    border-color: #3b82f6;
  3689.    color: white;
  3690.    transform: translateY(-2px);
  3691. }
  3692.  
  3693. /* Background Pattern */
  3694. .footer-pattern {
  3695.    position: absolute;
  3696.    top: 0;
  3697.    left: 0;
  3698.    width: 100%;
  3699.    height: 100%;
  3700.    z-index: 1;
  3701.    overflow: hidden;
  3702. }
  3703.  
  3704. .pattern-grid {
  3705.    position: relative;
  3706.    width: 100%;
  3707.    height: 100%;
  3708. }
  3709.  
  3710. .pattern-dot {
  3711.    position: absolute;
  3712.    width: 2px;
  3713.    height: 2px;
  3714.    background: rgba(255, 255, 255, 0.1);
  3715.    border-radius: 50%;
  3716. }
  3717.  
  3718. .pattern-dot:nth-child(1) { top: 20%; left: 10%; }
  3719. .pattern-dot:nth-child(2) { top: 40%; right: 15%; }
  3720. .pattern-dot:nth-child(3) { top: 60%; left: 70%; }
  3721. .pattern-dot:nth-child(4) { bottom: 30%; right: 30%; }
  3722. .pattern-dot:nth-child(5) { bottom: 50%; left: 40%; }
  3723. .pattern-dot:nth-child(6) { top: 80%; right: 60%; }
  3724.  
  3725. /* Responsive Design */
  3726. @media (max-width: 992px) {
  3727.    .newsletter-heading {
  3728.        font-size: 2rem;
  3729.    }
  3730.    
  3731.    .brand-section {
  3732.        padding-right: 0;
  3733.        margin-bottom: 3rem;
  3734.    }
  3735.    
  3736.    .links-section, .categories-section {
  3737.        padding-left: 0;
  3738.        padding-right: 0;
  3739.    }
  3740.    
  3741.    .brand-stats {
  3742.        justify-content: center;
  3743.        margin-top: 2rem;
  3744.    }
  3745. }
  3746.  
  3747. @media (max-width: 768px) {
  3748.    .newsletter-section {
  3749.        padding: 60px 0 40px;
  3750.    }
  3751.    
  3752.    .newsletter-container {
  3753.        padding: 2rem 1.5rem;
  3754.        margin: 0 1rem;
  3755.    }
  3756.    
  3757.    .newsletter-heading {
  3758.        font-size: 1.75rem;
  3759.    }
  3760.    
  3761.    .content-sections {
  3762.        padding: 40px 0;
  3763.    }
  3764.    
  3765.    .brand-header {
  3766.        flex-direction: column;
  3767.        text-align: center;
  3768.    }
  3769.    
  3770.    .footer-actions {
  3771.        flex-direction: column;
  3772.        gap: 1rem;
  3773.        margin-top: 1.5rem;
  3774.    }
  3775.    
  3776.    .action-links {
  3777.        order: 2;
  3778.    }
  3779.    
  3780.    .scroll-to-top-btn {
  3781.        order: 1;
  3782.    }
  3783. }
  3784.  
  3785. @media (max-width: 576px) {
  3786.    .newsletter-container {
  3787.        padding: 1.5rem 1rem;
  3788.    }
  3789.    
  3790.    .newsletter-heading {
  3791.        font-size: 1.5rem;
  3792.    }
  3793.    
  3794.    .brand-stats {
  3795.        flex-direction: column;
  3796.        gap: 1rem;
  3797.    }
  3798.    
  3799.    .stat-divider {
  3800.        width: 40px;
  3801.        height: 1px;
  3802.    }
  3803.    
  3804.    .action-links {
  3805.        flex-direction: column;
  3806.        gap: 0.75rem;
  3807.        text-align: center;
  3808.    }
  3809.    
  3810.    .pattern-dot {
  3811.        display: none;
  3812.    }
  3813. }
  3814. </style>
  3815.  
  3816. <!-- Bootstrap 5 JS -->
  3817.  
  3818. <script>
  3819. // Scroll to Top Function
  3820. document.addEventListener('DOMContentLoaded', function () {
  3821.    var btn = document.getElementById('toggleExternal');
  3822.    if (!btn) return; // No extra items, no button
  3823.  
  3824.    var extras = document.querySelectorAll('#externalLinks li.extra');
  3825.  
  3826.    btn.addEventListener('click', function () {
  3827.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3828.            return li.classList.contains('d-none');
  3829.        });
  3830.  
  3831.        extras.forEach(function (li) {
  3832.            if (anyHidden) {
  3833.                li.classList.remove('d-none');
  3834.                li.classList.add('show');
  3835.            } else {
  3836.                li.classList.add('d-none');
  3837.                li.classList.remove('show');
  3838.            }
  3839.        });
  3840.  
  3841.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3842.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3843.    });
  3844. });
  3845. function scrollToTop() {
  3846.    window.scrollTo({
  3847.        top: 0,
  3848.        behavior: 'smooth'
  3849.    });
  3850. }
  3851.  
  3852. // Initialize Footer V4 Features
  3853. document.addEventListener('DOMContentLoaded', function() {
  3854.    
  3855.    // Newsletter Form Handling
  3856.    const newsletterForm = document.querySelector('.newsletter-form');
  3857.    const emailInput = document.querySelector('.form-input');
  3858.    const submitButton = document.querySelector('.submit-button');
  3859.    const successMessage = document.querySelector('.success-message');
  3860.    const errorMessage = document.querySelector('.error-message');
  3861.    const infoMessage = document.querySelector('.info-message');
  3862.    
  3863.    if (newsletterForm && emailInput && submitButton) {
  3864.        
  3865.        // Form submission
  3866.        newsletterForm.addEventListener('submit', function(e) {
  3867.            e.preventDefault();
  3868.            
  3869.            const email = emailInput.value.trim();
  3870.            
  3871.            // Validate email
  3872.            if (!email || !isValidEmail(email)) {
  3873.                showMessage('error');
  3874.                emailInput.focus();
  3875.                return;
  3876.            }
  3877.            
  3878.            // Show loading state
  3879.            const originalText = submitButton.querySelector('.button-text').textContent;
  3880.            const originalIcon = submitButton.querySelector('.button-icon').innerHTML;
  3881.            
  3882.            submitButton.disabled = true;
  3883.            submitButton.querySelector('.button-text').textContent = 'Subscribing...';
  3884.            submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-arrow-clockwise"></i>';
  3885.            submitButton.querySelector('.button-icon i').style.animation = 'spin 1s linear infinite';
  3886.            
  3887.            // Simulate API call
  3888.            setTimeout(() => {
  3889.                // Success state
  3890.                submitButton.querySelector('.button-text').textContent = 'Subscribed!';
  3891.                submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-check-lg"></i>';
  3892.                submitButton.querySelector('.button-icon i').style.animation = 'none';
  3893.                submitButton.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  3894.                
  3895.                showMessage('success');
  3896.                
  3897.                // Reset after delay
  3898.                setTimeout(() => {
  3899.                    submitButton.querySelector('.button-text').textContent = originalText;
  3900.                    submitButton.querySelector('.button-icon').innerHTML = originalIcon;
  3901.                    submitButton.style.background = '';
  3902.                    submitButton.disabled = false;
  3903.                    emailInput.value = '';
  3904.                    showMessage('info');
  3905.                }, 3000);
  3906.                
  3907.            }, 2000);
  3908.        });
  3909.        
  3910.        // Input validation
  3911.        emailInput.addEventListener('blur', function() {
  3912.            const email = this.value.trim();
  3913.            if (email && !isValidEmail(email)) {
  3914.                this.style.borderColor = '#ef4444';
  3915.                this.style.boxShadow = '0 0 0 4px rgba(239, 68, 68, 0.2)';
  3916.            } else if (email && isValidEmail(email)) {
  3917.                this.style.borderColor = '#10b981';
  3918.                this.style.boxShadow = '0 0 0 4px rgba(16, 185, 129, 0.2)';
  3919.            }
  3920.        });
  3921.        
  3922.        emailInput.addEventListener('focus', function() {
  3923.            this.style.borderColor = '#3b82f6';
  3924.            this.style.boxShadow = '0 0 0 4px rgba(59, 130, 246, 0.2)';
  3925.        });
  3926.        
  3927.        // Reset validation styling on input
  3928.        emailInput.addEventListener('input', function() {
  3929.            if (this.style.borderColor === 'rgb(239, 68, 68)') {
  3930.                this.style.borderColor = '';
  3931.                this.style.boxShadow = '';
  3932.            }
  3933.        });
  3934.    }
  3935.    
  3936.    // Email validation function
  3937.    function isValidEmail(email) {
  3938.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  3939.        return emailRegex.test(email);
  3940.    }
  3941.    
  3942.    // Message display function
  3943.    function showMessage(type) {
  3944.        // Hide all messages
  3945.        successMessage.style.display = 'none';
  3946.        errorMessage.style.display = 'none';
  3947.        infoMessage.style.display = 'none';
  3948.        
  3949.        // Show specific message
  3950.        if (type === 'success') {
  3951.            successMessage.style.display = 'block';
  3952.        } else if (type === 'error') {
  3953.            errorMessage.style.display = 'block';
  3954.        } else if (type === 'info') {
  3955.            infoMessage.style.display = 'block';
  3956.        }
  3957.    }
  3958.    
  3959.    // Smooth reveal animations
  3960.    const observerOptions = {
  3961.        threshold: 0.1,
  3962.        rootMargin: '0px 0px -30px 0px'
  3963.    };
  3964.    
  3965.    const sectionObserver = new IntersectionObserver((entries) => {
  3966.        entries.forEach(entry => {
  3967.            if (entry.isIntersecting) {
  3968.                entry.target.style.opacity = '1';
  3969.                entry.target.style.transform = 'translateY(0)';
  3970.            }
  3971.        });
  3972.    }, observerOptions);
  3973.    
  3974.    // Animate sections
  3975.    document.querySelectorAll('.brand-section, .links-section, .categories-section').forEach((section, index) => {
  3976.        section.style.opacity = '0';
  3977.        section.style.transform = 'translateY(20px)';
  3978.        section.style.transition = `all 0.6s ease ${index * 0.2}s`;
  3979.        sectionObserver.observe(section);
  3980.    });
  3981.    
  3982.    // Animate category pills
  3983.    document.querySelectorAll('.category-pill').forEach((pill, index) => {
  3984.        pill.style.opacity = '0';
  3985.        pill.style.transform = 'translateY(10px)';
  3986.        pill.style.transition = `all 0.4s ease ${index * 0.1}s`;
  3987.        
  3988.        setTimeout(() => {
  3989.            pill.style.opacity = '1';
  3990.            pill.style.transform = 'translateY(0)';
  3991.        }, 300 + (index * 100));
  3992.    });
  3993.    
  3994.    // Enhanced link hover effects
  3995.    document.querySelectorAll('.link-text').forEach(link => {
  3996.        link.addEventListener('mouseenter', function() {
  3997.            const icon = this.querySelector('.link-icon');
  3998.            if (icon) {
  3999.                icon.style.transform = 'translateX(4px)';
  4000.            }
  4001.        });
  4002.        
  4003.        link.addEventListener('mouseleave', function() {
  4004.            const icon = this.querySelector('.link-icon');
  4005.            if (icon) {
  4006.                icon.style.transform = 'translateX(0)';
  4007.            }
  4008.        });
  4009.    });
  4010.    
  4011.    // Prevent default for demo links
  4012.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4013.        link.addEventListener('click', function(e) {
  4014.            e.preventDefault();
  4015.        });
  4016.    });
  4017.    
  4018.    // Add ripple effect to submit button
  4019.    submitButton.addEventListener('click', function(e) {
  4020.        const ripple = document.createElement('span');
  4021.        const rect = this.getBoundingClientRect();
  4022.        const size = Math.max(rect.width, rect.height);
  4023.        const x = e.clientX - rect.left - size / 2;
  4024.        const y = e.clientY - rect.top - size / 2;
  4025.        
  4026.        ripple.style.cssText = `
  4027.            position: absolute;
  4028.            width: ${size}px;
  4029.            height: ${size}px;
  4030.            left: ${x}px;
  4031.            top: ${y}px;
  4032.            background: rgba(255, 255, 255, 0.3);
  4033.            border-radius: 50%;
  4034.            transform: scale(0);
  4035.            animation: ripple 0.6s ease-out;
  4036.            pointer-events: none;
  4037.        `;
  4038.        
  4039.        this.appendChild(ripple);
  4040.        
  4041.        setTimeout(() => {
  4042.            ripple.remove();
  4043.        }, 600);
  4044.    });
  4045.    
  4046. });
  4047.  
  4048. // Add CSS for ripple animation
  4049. const rippleStyle = document.createElement('style');
  4050. rippleStyle.textContent = `
  4051.    @keyframes ripple {
  4052.        to {
  4053.            transform: scale(2);
  4054.            opacity: 0;
  4055.        }
  4056.    }
  4057.    
  4058.    @keyframes spin {
  4059.        from { transform: rotate(0deg); }
  4060.        to { transform: rotate(360deg); }
  4061.    }
  4062.    
  4063.    .submit-button {
  4064.        position: relative;
  4065.        overflow: hidden;
  4066.    }
  4067. `;
  4068. document.head.appendChild(rippleStyle);
  4069. </script>
  4070.  
  4071.        <!-- end of wpo-site-footer-section -->
  4072.    </div>
  4073.    <!-- end of page-wrapper -->
  4074.  
  4075.    <!-- All JavaScript files
  4076.    ================================================== -->
  4077.    
  4078.  
  4079. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4080. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4081. <!-- Plugins for this template -->
  4082. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4083. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4084. <!-- Custom script for this template -->
  4085. <script src="/static/blogapp/assets/js/script.js"></script>
  4086.  
  4087. <script>
  4088. (function () {
  4089. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4090. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4091.  
  4092. function applyFallback(img) {
  4093. if (!img || img.dataset.fallbackApplied === "1") {
  4094. return;
  4095. }
  4096. var failedSrc = img.currentSrc || img.src || "";
  4097. img.dataset.fallbackApplied = "1";
  4098. img.onerror = null;
  4099. img.src = fallbackImageSrc;
  4100. console.warn("[ImageFallback] Replaced broken image:", {
  4101. failedSrc: failedSrc,
  4102. fallbackSrc: fallbackImageSrc,
  4103. alt: img.alt || "",
  4104. });
  4105. }
  4106.  
  4107. document.querySelectorAll("img").forEach(function (img) {
  4108. if (img.complete && img.naturalWidth === 0) {
  4109. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4110. failedSrc: img.currentSrc || img.src || "",
  4111. alt: img.alt || "",
  4112. });
  4113. applyFallback(img);
  4114. }
  4115. });
  4116.  
  4117. document.addEventListener(
  4118. "error",
  4119. function (event) {
  4120. var target = event.target;
  4121. if (target && target.tagName === "IMG") {
  4122. applyFallback(target);
  4123. }
  4124. },
  4125. true
  4126. );
  4127. })();
  4128. </script>
  4129.  
  4130. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4131.  
  4132.  
  4133.  
  4134. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"1b71a100af864319beccffe5ad28e6ce","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4135. </body>
  4136.  
  4137. </html>
  4138.  
  4139.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda