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://vectordaily.de

  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/Untitled_design_-_2025-04-26T150042.672_vm1uo6M_eofMe28_Dc2mXFG.png">
  14.    
  15.  
  16.    <title>VectorDaily - Latest Tech News, AI Insights &amp; Digital Trends</title>
  17.    <meta name="description" content="VectorDaily delivers cutting-edge technology news, AI developments, and digital innovation trends. Stay informed with expert analysis and industry updates.">
  18.    <link href="/static/blogapp/assets/css/themify-icons.css" rel="stylesheet">
  19.    <link href="/static/blogapp/assets/css/flaticon.css" rel="stylesheet">
  20.    <link href="/static/blogapp/assets/css/bootstrap.min.css" rel="stylesheet">
  21.    <link href="/static/blogapp/assets/css/animate.css" rel="stylesheet">
  22.    <link href="/static/blogapp/assets/css/owl.carousel.css" rel="stylesheet">
  23.    <link href="/static/blogapp/assets/css/owl.theme.css" rel="stylesheet">
  24.    <link href="/static/blogapp/assets/css/slick.css" rel="stylesheet">
  25.    <link href="/static/blogapp/assets/css/slick-theme.css" rel="stylesheet">
  26.    <link href="/static/blogapp/assets/css/swiper.min.css" rel="stylesheet">
  27.    <link href="/static/blogapp/assets/css/owl.transitions.css" rel="stylesheet">
  28.    <link href="/static/blogapp/assets/css/jquery.fancybox.css" rel="stylesheet">
  29.    <link href="/static/blogapp/assets/css/odometer-theme-default.css" rel="stylesheet">
  30.    <link href="/static/blogapp/assets/css/component.css" rel="stylesheet">
  31.    <link href="/static/blogapp/assets/sass/style.css" rel="stylesheet">
  32.    <link href="/static/blogapp/assets/sass/layout/navbar.css" rel="stylesheet">
  33.    <link href="/static/blogapp/assets/css/responsive.css" rel="stylesheet">
  34.    <link href="/static/blogapp/assets/sass/fonts.css" rel="stylesheet">
  35.    <link rel="canonical" href="https://vectordaily.de/">
  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. <div class="top-bg">
  406.    <div class="unique-topbar d-sm-flex d-none container-fluid fluid-container">
  407.        <button class="unique-menu-btn bg-primary-gradient">Latest Update</button>        
  408.        
  409.        <div class="unique-news-container">
  410.            <div class="unique-news-wrapper" id="newsWrapper">
  411.                <!-- News items injected via JS -->
  412.            </div>
  413.        </div>
  414.    
  415.        <div class="contact-info">
  416.            <ul class="d-flex list-unstyled gap-3 pe-3 flex-wrap">
  417.                <li><a href="#"><i class="top-color ti-facebook"></i></a></li>
  418.                <li><a href="#"><i class="top-color ti-twitter-alt"></i></a></li>
  419.                <li><a href="#"><i class="top-color ti-instagram"></i></a></li>
  420.                <li><a href="#"><i class="top-color ti-google"></i></a></li>
  421.            </ul>
  422.        </div>
  423.    </div>
  424. </div>
  425.  
  426. <script>
  427.    // Build array dynamically from Django context
  428.    const newsItems = [
  429.        
  430.            { title: "Root Shares Dual Views on Day\u002DNight Test Games Before Pivotal Ashes Series Showdown", url: "/root-shares-dual-views-on-day-night-test-games-before-pivotal-ashes-series-showdown/" },
  431.        
  432.            { title: "Dining Across the Divide: An Encounter Between Opposing Perspectives", url: "/dining-across-the-divide-an-encounter-between-opposing-perspectives/" },
  433.        
  434.            { title: "WTA Finals Latest News: Elena Rybakina Faces Ekaterina Alexandrova, Iga Swiatek Battles Amanda Anisimova", url: "/wta-finals-latest-news-elena-rybakina-faces-ekaterina-alexandrova-iga-swiatek-battles-amanda-anisimova/" },
  435.        
  436.            { title: "Cameroon Political Opposition Leader Confronts Legal Proceedings Over Post\u002DElection Violence, Authorities Says", url: "/cameroon-political-opposition-leader-confronts-legal-proceedings-over-post-election-violence-authorities-says/" },
  437.        
  438.            { title: "The Big Apple Gears Up For New Gaming Venues In The Midst Of A National Wagering Expansion", url: "/the-big-apple-gears-up-for-new-gaming-venues-in-the-midst-of-a-national-wagering-expansion/" }
  439.        
  440.    ];
  441.  
  442.    let currentNewsIndex = 0;
  443.    const newsWrapper = document.getElementById('newsWrapper');
  444.    let newsElements = [];
  445.  
  446.    // Create news elements dynamically with links
  447.    function createNewsElements() {
  448.        newsItems.forEach((news, index) => {
  449.            const newsElement = document.createElement('div');
  450.            newsElement.className = 'unique-news-item';
  451.            newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  452.            newsWrapper.appendChild(newsElement);
  453.            newsElements.push(newsElement);
  454.        });
  455.  
  456.        if (newsElements.length > 0) {
  457.            newsElements[0].classList.add('active');
  458.        }
  459.    }
  460.  
  461.    function changeNews() {
  462.        const currentElement = newsElements[currentNewsIndex];
  463.        const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  464.        const nextElement = newsElements[nextIndex];
  465.  
  466.        currentElement.classList.remove('active');
  467.        currentElement.classList.add('exit-up');
  468.  
  469.        setTimeout(() => {
  470.            nextElement.classList.add('active');
  471.            currentNewsIndex = nextIndex;
  472.  
  473.            setTimeout(() => {
  474.                currentElement.classList.remove('exit-up');
  475.            }, 100);
  476.        }, 250);
  477.    }
  478.  
  479.    function startNewsRotation() {
  480.        setInterval(changeNews, 5000);
  481.    }
  482.  
  483.    window.onload = function() {
  484.        createNewsElements();
  485.        startNewsRotation();
  486.    };
  487. </script>
  488.  
  489.  
  490.  
  491.            
  492.  
  493.  
  494.  
  495.  
  496.  
  497.  
  498. <header class="header-v7 py-2 mb-4">
  499.    <!-- Top Bar -->
  500.    <div class="top-bar-v7">
  501.        <div class="container-fluid fluid-container">
  502.            <div class="row align-items-center justify-content-center">
  503.                <div class="col-lg-3 col-md-4">
  504.                    <div class="logo-section-v7">
  505.                        <a class="brand-link-v7" href="/">
  506.                            
  507.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/684649a1-6323-4bb1-b697-f219eb35ff44_logo.png" alt="VectorDaily" class="logo-img-v7" />
  508.                            
  509.                        </a>
  510.                    </div>
  511.                </div>
  512.                <div class="col-lg-6 col-md-5">
  513.                    <div class="search-bar-v7">
  514.                        <form class="search-form-v7" action="#" method="get">
  515.                            <div class="search-container-v7">
  516.                                <input id="search-input" type="search" class="search-input-v7"
  517.                                    placeholder="Search articles, tutorials, news..." name="q">
  518.                                <button type="submit" class="search-btn-v7">
  519.                                    <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  520.                                        stroke-width="2">
  521.                                        <circle cx="11" cy="11" r="8"></circle>
  522.                                        <path d="m21 21-4.35-4.35"></path>
  523.                                    </svg>
  524.                                </button>
  525.                            </div>
  526.                            <div id="search-results" class="search-results-container search-v1"></div>
  527.                        </form>
  528.                    </div>
  529.                </div>
  530.                <div class="col-lg-3 col-md-3">
  531.                    <!-- Empty column for spacing -->
  532.                </div>
  533.            </div>
  534.        </div>
  535.    </div>
  536.  
  537.    <!-- Main Navigation -->
  538.    <div class="main-nav-v7">
  539.        <div class="container-fluid">
  540.            <div class="nav-wrapper-v7">
  541.  
  542.                <!-- Sidebar Navigation -->
  543.                <nav class="sidebar-nav-v7" id="sidebarNavV7">
  544.                    <div class="nav-header-v7">
  545.                        <h6 class="nav-title-v7">Navigation</h6>
  546.                        <button class="sidebar-close-v7 text-link" onclick="closeSidebarV7()">
  547.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  548.                                stroke-width="2">
  549.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  550.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  551.                            </svg>
  552.                        </button>
  553.                    </div>
  554.  
  555.                    <ul class="sidebar-menu-v7">
  556.                        <li class="sidebar-item-v7">
  557.                            <a href='/' class="sidebar-link-v7 active-v7">
  558.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  559.                                    stroke="currentColor" stroke-width="2">
  560.                                    <path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
  561.                                    <polyline points="9,22 9,12 15,12 15,22"></polyline>
  562.                                </svg>
  563.                                Home
  564.                            </a>
  565.                        </li>
  566.  
  567.                        <li class="sidebar-item-v7 has-submenu-v7">
  568.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('tech-submenu-v7')">
  569.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  570.                                    stroke="currentColor" stroke-width="2">
  571.                                    <rect x="2" y="3" width="20" height="14" rx="2" ry="2"></rect>
  572.                                    <line x1="8" y1="21" x2="16" y2="21"></line>
  573.                                    <line x1="12" y1="17" x2="12" y2="21"></line>
  574.                                </svg>
  575.                                Technology
  576.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  577.                                    stroke="currentColor" stroke-width="2">
  578.                                    <polyline points="6,9 12,15 18,9"></polyline>
  579.                                </svg>
  580.                            </a>
  581.                            <ul class="sidebar-submenu-v7" id="tech-submenu-v7">
  582.                                <li><a href="#" class="sidebar-sublink-v7">Web Development</a></li>
  583.                                <li><a href="#" class="sidebar-sublink-v7">Mobile Apps</a></li>
  584.                                <li><a href="#" class="sidebar-sublink-v7">AI & Machine Learning</a></li>
  585.                                <li><a href="#" class="sidebar-sublink-v7">Cybersecurity</a></li>
  586.                            </ul>
  587.                        </li>
  588.  
  589.                        <li class="sidebar-item-v7 has-submenu-v7">
  590.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('business-submenu-v7')">
  591.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  592.                                    stroke="currentColor" stroke-width="2">
  593.                                    <path
  594.                                        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">
  595.                                    </path>
  596.                                </svg>
  597.                                Business
  598.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  599.                                    stroke="currentColor" stroke-width="2">
  600.                                    <polyline points="6,9 12,15 18,9"></polyline>
  601.                                </svg>
  602.                            </a>
  603.                            <ul class="sidebar-submenu-v7" id="business-submenu-v7">
  604.                                <li><a href="#" class="sidebar-sublink-v7">Startups</a></li>
  605.                                <li><a href="#" class="sidebar-sublink-v7">Marketing</a></li>
  606.                                <li><a href="#" class="sidebar-sublink-v7">Finance</a></li>
  607.                            </ul>
  608.                        </li>
  609.  
  610.                        <li class="sidebar-item-v7">
  611.                            <a href="#" class="sidebar-link-v7">
  612.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  613.                                    stroke="currentColor" stroke-width="2">
  614.                                    <path d="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"></path>
  615.                                    <path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"></path>
  616.                                </svg>
  617.                                Tutorials
  618.                            </a>
  619.                        </li>
  620.  
  621.                        <li class="sidebar-item-v7">
  622.                            <a href="#" class="sidebar-link-v7">
  623.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  624.                                    stroke="currentColor" stroke-width="2">
  625.                                    <polygon
  626.                                        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">
  627.                                    </polygon>
  628.                                </svg>
  629.                                Reviews
  630.                            </a>
  631.                        </li>
  632.  
  633.                        <li class="sidebar-item-v7">
  634.                            <a href="#" class="sidebar-link-v7">
  635.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  636.                                    stroke="currentColor" stroke-width="2">
  637.                                    <path d="M6 2l3 6 5.5-3-2.5 7h7l-3 6-5.5-3 2.5-7H6z"></path>
  638.                                </svg>
  639.                                News
  640.                            </a>
  641.                        </li>
  642.  
  643.                        <li class="sidebar-item-v7">
  644.                            <a href="#" class="sidebar-link-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.                                    <circle cx="12" cy="12" r="3"></circle>
  648.                                    <path
  649.                                        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">
  650.                                    </path>
  651.                                </svg>
  652.                                About
  653.                            </a>
  654.                        </li>
  655.  
  656.                        <li class="sidebar-item-v7">
  657.                            <a href="#" class="sidebar-link-v7">
  658.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  659.                                    stroke="currentColor" stroke-width="2">
  660.                                    <path
  661.                                        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">
  662.                                    </path>
  663.                                    <polyline points="22,6 12,13 2,6"></polyline>
  664.                                </svg>
  665.                                Contact
  666.                            </a>
  667.                        </li>
  668.                    </ul>
  669.                </nav>
  670.                <div class="sidebar-blur"></div>
  671.  
  672.                <!-- Main Content Area -->
  673.                <div class="content-area-v7">
  674.                    <!-- Horizontal Nav for Desktop -->
  675.                    <nav class="horizontal-nav-v7 d-none d-lg-flex">
  676.                        <ul class="horizontal-menu-v7">
  677.  
  678.                            
  679.                            <li class="horizontal-item-v7">
  680.                                <a href="/" class="horizontal-link-v7 active-v7">Home</a>
  681.                            </li>
  682.  
  683.                            
  684.                            
  685.                             <li class="horizontal-item-v7">
  686.                                <a href="/category/all-posts/" class="horizontal-link-v7">
  687.                                    All Posts
  688.                                </a>
  689.                                </li>
  690.  
  691.                                
  692.  
  693.                                        
  694.                                        
  695.                                
  696.                             <li class="horizontal-item-v7">
  697.                                <a href="/category/business/" class="horizontal-link-v7">
  698.                                    Business
  699.                                </a>
  700.                                </li>
  701.  
  702.                                
  703.  
  704.                                        
  705.                                        
  706.                                
  707.                             <li class="horizontal-item-v7">
  708.                                <a href="/category/esports/" class="horizontal-link-v7">
  709.                                    Esports
  710.                                </a>
  711.                                </li>
  712.  
  713.                                
  714.  
  715.                                        
  716.                                        
  717.                                
  718.                             <li class="horizontal-item-v7">
  719.                                <a href="/category/fashion/" class="horizontal-link-v7">
  720.                                    Fashion
  721.                                </a>
  722.                                </li>
  723.  
  724.                                
  725.  
  726.                                        
  727.                                        
  728.                                
  729.                             <li class="horizontal-item-v7">
  730.                                <a href="/category/featured/" class="horizontal-link-v7">
  731.                                    Featured
  732.                                </a>
  733.                                </li>
  734.  
  735.                                
  736.  
  737.                                        
  738.                                        
  739.                                
  740.                             <li class="horizontal-item-v7">
  741.                                <a href="/category/gaming/" class="horizontal-link-v7">
  742.                                    Gaming
  743.                                </a>
  744.                                </li>
  745.  
  746.                                
  747.  
  748.                                        
  749.                                        
  750.                                
  751.                             <li class="horizontal-item-v7">
  752.                                <a href="/category/health/" class="horizontal-link-v7">
  753.                                    Health
  754.                                </a>
  755.                                </li>
  756.  
  757.                                
  758.  
  759.                                        
  760.                                        
  761.                                
  762.                            
  763.                                
  764.                                <li class="horizontal-item-v7 dropdown-v7">
  765.                                    <a href="#" class="horizontal-link-v7">More</a>
  766.                                    <div class="horizontal-dropdown-v7">
  767.                                        <a href="/category/life-fitness/"
  768.                                            class="dropdown-item-v7">
  769.                                            Life &amp; Fitness
  770.                                        </a>
  771.                                        
  772.  
  773.                                        
  774.                                        
  775.                                
  776.                            
  777.                                        <a href="/category/lifestyle/"
  778.                                            class="dropdown-item-v7">
  779.                                            Lifestyle
  780.                                        </a>
  781.                                        
  782.  
  783.                                        
  784.                                        
  785.                                
  786.                            
  787.                                        <a href="/category/news/"
  788.                                            class="dropdown-item-v7">
  789.                                            News
  790.                                        </a>
  791.                                        
  792.  
  793.                                        
  794.                                        
  795.                                
  796.                            
  797.                                        <a href="/category/others/"
  798.                                            class="dropdown-item-v7">
  799.                                            Others
  800.                                        </a>
  801.                                        
  802.  
  803.                                        
  804.                                        
  805.                                
  806.                            
  807.                                        <a href="/category/politics/"
  808.                                            class="dropdown-item-v7">
  809.                                            Politics
  810.                                        </a>
  811.                                        
  812.  
  813.                                        
  814.                                        
  815.                                
  816.                            
  817.                                        <a href="/category/sports/"
  818.                                            class="dropdown-item-v7">
  819.                                            Sports
  820.                                        </a>
  821.                                        
  822.  
  823.                                        
  824.                                        
  825.                                
  826.                            
  827.                                        <a href="/category/tech/"
  828.                                            class="dropdown-item-v7">
  829.                                            Tech
  830.                                        </a>
  831.                                        
  832.  
  833.                                        
  834.                                        
  835.                                
  836.                            
  837.                                        <a href="/category/travel/"
  838.                                            class="dropdown-item-v7">
  839.                                            Travel
  840.                                        </a>
  841.                                        
  842.  
  843.                                        
  844.                                        
  845.                                    </div>
  846.                                </li>
  847.                                
  848.                                
  849. <li>
  850.                  <a href="/page/contact-us/">
  851.                     Contact Us
  852.                  </a>
  853.              </li>
  854.                        </ul>
  855.                    </nav>
  856.  
  857.  
  858.                    <!-- Mobile Menu Button -->
  859.                    <button class="mobile-menu-btn-v7 d-lg-none text-link" onclick="openSidebarV7()">
  860.                        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  861.                            stroke-width="2">
  862.                            <line x1="3" y1="6" x2="21" y2="6"></line>
  863.                            <line x1="3" y1="12" x2="21" y2="12"></line>
  864.                            <line x1="3" y1="18" x2="21" y2="18"></line>
  865.                        </svg>
  866.                        Menu
  867.                    </button>
  868.                </div>
  869.            </div>
  870.        </div>
  871.    </div>
  872.  
  873.    <!-- Overlay for mobile sidebar -->
  874.    <div class="sidebar-overlay-v7" id="sidebarOverlayV7" onclick="closeSidebarV7()"></div>
  875. </header>
  876.  
  877. <style>
  878.    /* Navbar V7 Styles - Vertical Sidebar Navigation */
  879.    .header-v7 {
  880.        position: relative;
  881.        background: var(--navbar-bg);
  882.    }
  883.  
  884.    /* Top Bar Styles */
  885.    .top-bar-v7 {
  886.        padding: 15px 0;
  887.        border-bottom: 1px solid var(--border-color);
  888.        background: var(--navbar-bg);
  889.    }
  890.  
  891.    .logo-img-v7 {
  892.        max-height: 70px;
  893.        transition: transform 0.3s ease;
  894.    }
  895.  
  896.    .logo-img-v7:hover {
  897.        transform: scale(1.05);
  898.    }
  899.  
  900.    /* Search Bar Styles */
  901.    .search-container-v7 {
  902.        position: relative;
  903.        display: flex;
  904.        align-items: center;
  905.        background: transparent;
  906.        border: 2px solid var(--border-color);
  907.        border-radius: 8px;
  908.        overflow: hidden;
  909.        transition: all 0.3s ease;
  910.    }
  911.  
  912.    .search-container-v7:focus-within {
  913.        border-color: #007bff33;
  914.        box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.1);
  915.    }
  916.  
  917.    .search-input-v7 {
  918.        color: var(--topbar-color) !important;
  919.        flex: 1;
  920.        border: none;
  921.        padding: 12px 16px;
  922.        font-size: 14px;
  923.        outline: none;
  924.        background: transparent;
  925.    }
  926.  
  927.    .search-input-v7::placeholder {
  928.        color: #a0aec0;
  929.    }
  930.  
  931.    .search-btn-v7 {
  932.        background: var(--bs-primary);
  933.        color: white;
  934.        border: none;
  935.        padding: 12px 16px;
  936.        cursor: pointer;
  937.        transition: background 0.3s ease;
  938.    }
  939.  
  940.    .search-btn-v7:hover {
  941.        background: #3182ce;
  942.    }
  943.  
  944.    /* Header Actions */
  945.    .header-actions-v7 {
  946.        display: flex;
  947.        align-items: center;
  948.        gap: 15px;
  949.        justify-content: flex-end;
  950.    }
  951.  
  952.    .notification-btn-v7,
  953.    .profile-btn-v7 {
  954.        background: none;
  955.        border: none;
  956.        padding: 8px;
  957.        border-radius: 8px;
  958.        cursor: pointer;
  959.        transition: background 0.3s ease;
  960.        position: relative;
  961.    }
  962.  
  963.    .notification-btn-v7:hover,
  964.    .profile-btn-v7:hover {
  965.        background: #f1f5f9;
  966.    }
  967.  
  968.    .notification-badge-v7 {
  969.        position: absolute;
  970.        top: 2px;
  971.        right: 2px;
  972.        background: #e53e3e;
  973.        color: white;
  974.        font-size: 16px;
  975.        font-weight: 600;
  976.        width: 16px;
  977.        height: 16px;
  978.        border-radius: 50%;
  979.        display: flex;
  980.        align-items: center;
  981.        justify-content: center;
  982.    }
  983.  
  984.    .profile-avatar-v7 {
  985.        width: 32px;
  986.        height: 32px;
  987.        background: var(--border-color);
  988.        border-radius: 50%;
  989.        display: flex;
  990.        align-items: center;
  991.        justify-content: center;
  992.    }
  993.  
  994.    /* Main Navigation */
  995.    .main-nav-v7 {
  996.        background: var(--navbar-bg);
  997.    }
  998.  
  999.    .nav-wrapper-v7 {
  1000.        display: flex;
  1001.        align-items: center;
  1002.        justify-content: center;
  1003.        min-height: 60px;
  1004.    }
  1005.  
  1006.    /* Sidebar Navigation */
  1007.    .sidebar-nav-v7 {
  1008.        position: fixed;
  1009.        top: 0;
  1010.        left: -350px;
  1011.        width: 350px;
  1012.        height: 100vh;
  1013.        background: var(--navbar-bg);
  1014.        z-index: 1000;
  1015.        transition: left 0.3s ease;
  1016.        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  1017.        overflow-y: auto;
  1018.    }
  1019.  
  1020.    .sidebar-nav-v7.show-v7 {
  1021.        left: 0;
  1022.    }
  1023.  
  1024.    .nav-header-v7 {
  1025.        display: flex;
  1026.        align-items: center;
  1027.        justify-content: space-between;
  1028.        padding: 20px 25px;
  1029.        border-bottom: 1px solid var(--border-color);
  1030.        background: var(--navbar-bg);
  1031.    }
  1032.  
  1033.    .nav-title-v7 {
  1034.        font-size: 16px;
  1035.        font-weight: 600;
  1036.        color: #2d3748;
  1037.        margin: 0;
  1038.    }
  1039.  
  1040.    .sidebar-close-v7 {
  1041.        background: none;
  1042.        border: none;
  1043.        padding: 8px;
  1044.        cursor: pointer;
  1045.        border-radius: 6px;
  1046.        transition: background 0.3s ease;
  1047.    }
  1048.  
  1049.    .sidebar-close-v7:hover {
  1050.        background: var(--border-color);
  1051.    }
  1052.  
  1053.    .sidebar-menu-v7 {
  1054.        list-style: none;
  1055.        padding: 20px 0;
  1056.        margin: 0;
  1057.    }
  1058.  
  1059.    .sidebar-item-v7 {
  1060.        margin-bottom: 5px;
  1061.    }
  1062.  
  1063.    .sidebar-link-v7 {
  1064.        display: flex;
  1065.        align-items: center;
  1066.        color: #4a5568;
  1067.        text-decoration: none;
  1068.        padding: 15px 25px;
  1069.        font-size: 15px;
  1070.        font-weight: 500;
  1071.        transition: all 0.3s ease;
  1072.        position: relative;
  1073.    }
  1074.  
  1075.    .sidebar-link-v7:hover,
  1076.    .sidebar-link-v7.active-v7 {
  1077.        color: #007bff;
  1078.        background: var(--border-color);
  1079.    }
  1080.  
  1081.    .sidebar-link-v7.active-v7::before {
  1082.        content: '';
  1083.        position: absolute;
  1084.        left: 0;
  1085.        top: 0;
  1086.        bottom: 0;
  1087.        width: 4px;
  1088.        background: #007bff;
  1089.    }
  1090.  
  1091.    .sidebar-icon-v7 {
  1092.        margin-right: 12px;
  1093.        color: currentColor;
  1094.    }
  1095.  
  1096.    .submenu-arrow-v7 {
  1097.        margin-left: auto;
  1098.        transition: transform 0.3s ease;
  1099.    }
  1100.  
  1101.    .has-submenu-v7.open-v7 .submenu-arrow-v7 {
  1102.        transform: rotate(180deg);
  1103.    }
  1104.  
  1105.    .sidebar-submenu-v7 {
  1106.        list-style: none;
  1107.        padding: 0;
  1108.        margin: 0;
  1109.        max-height: 0;
  1110.        overflow: hidden;
  1111.        transition: max-height 0.3s ease;
  1112.        background: var(--navbar-bg);
  1113.    }
  1114.  
  1115.    .sidebar-submenu-v7.show-v7 {
  1116.        max-height: 300px;
  1117.        padding: 10px 0;
  1118.    }
  1119.  
  1120.    .sidebar-sublink-v7 {
  1121.        display: block;
  1122.        color: #718096;
  1123.        text-decoration: none;
  1124.        padding: 10px 25px 10px 55px;
  1125.        font-size: 14px;
  1126.        transition: all 0.3s ease;
  1127.    }
  1128.  
  1129.    .sidebar-sublink-v7:hover {
  1130.        color: #007bff;
  1131.        background: var(--border-color);
  1132.    }
  1133.  
  1134.    /* Sidebar Footer */
  1135.    .sidebar-footer-v7 {
  1136.        padding: 25px;
  1137.        margin-top: auto;
  1138.        border-top: 1px solid var(--border-color);
  1139.    }
  1140.  
  1141.    .sidebar-cta-v7 {
  1142.        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  1143.        padding: 20px;
  1144.        border-radius: 12px;
  1145.        text-align: center;
  1146.        color: white;
  1147.    }
  1148.  
  1149.    .cta-title-v7 {
  1150.        font-size: 14px;
  1151.        font-weight: 600;
  1152.        margin: 0 0 5px 0;
  1153.    }
  1154.  
  1155.    .cta-text-v7 {
  1156.        font-size: 12px;
  1157.        margin: 0 0 15px 0;
  1158.        opacity: 0.9;
  1159.    }
  1160.  
  1161.    .cta-btn-v7 {
  1162.        background: rgba(255, 255, 255, 0.2);
  1163.        color: white;
  1164.        border: 1px solid rgba(255, 255, 255, 0.3);
  1165.        padding: 8px 20px;
  1166.        border-radius: 20px;
  1167.        font-size: 12px;
  1168.        font-weight: 500;
  1169.        cursor: pointer;
  1170.        transition: all 0.3s ease;
  1171.    }
  1172.  
  1173.    .cta-btn-v7:hover {
  1174.        background: rgba(255, 255, 255, 0.3);
  1175.    }
  1176.  
  1177.    /* Horizontal Navigation for Desktop */
  1178.    .horizontal-nav-v7 {
  1179.        flex: 1;
  1180.        display: flex;
  1181.        justify-content: center;
  1182.    }
  1183.  
  1184.    .horizontal-menu-v7 {
  1185.        list-style: none;
  1186.        padding: 0;
  1187.        margin: 0;
  1188.        display: flex;
  1189.        align-items: center;
  1190.    }
  1191.  
  1192.    .horizontal-item-v7 {
  1193.        position: relative;
  1194.        margin-right: 30px;
  1195.    }
  1196.  
  1197.    .horizontal-link-v7 {
  1198.        color: #4a5568;
  1199.        text-decoration: none;
  1200.        font-size: 16px;
  1201.        font-weight: 500;
  1202.        padding: 20px 0;
  1203.        position: relative;
  1204.        transition: color 0.3s ease;
  1205.    }
  1206.  
  1207.    .horizontal-link-v7::after {
  1208.        content: '';
  1209.        position: absolute;
  1210.        bottom: 0;
  1211.        left: 0;
  1212.        width: 0;
  1213.        height: 2px;
  1214.        background: #007bff;
  1215.        transition: width 0.3s ease;
  1216.    }
  1217.  
  1218.    .horizontal-link-v7:hover,
  1219.    .horizontal-link-v7.active-v7 {
  1220.        color: #007bff;
  1221.        font-weight: 600;
  1222.    }
  1223.  
  1224.    .horizontal-link-v7:hover::after,
  1225.    .horizontal-link-v7.active-v7::after {
  1226.        width: 100%;
  1227.    }
  1228.  
  1229.    /* Horizontal Dropdown */
  1230.    .horizontal-dropdown-v7 {
  1231.        position: absolute;
  1232.        top: 100%;
  1233.        left: 0;
  1234.        background: var(--navbar-bg);
  1235.        min-width: 200px;
  1236.        border-radius: 8px;
  1237.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  1238.        opacity: 0;
  1239.        visibility: hidden;
  1240.        transform: translateY(-10px);
  1241.        transition: all 0.3s ease;
  1242.        padding: 10px 0;
  1243.        z-index: 100;
  1244.    }
  1245.  
  1246.    .dropdown-v7:hover .horizontal-dropdown-v7 {
  1247.        opacity: 1;
  1248.        visibility: visible;
  1249.        transform: translateY(0);
  1250.    }
  1251.  
  1252.    .dropdown-item-v7 {
  1253.        display: block;
  1254.        color: #4a5568;
  1255.        text-decoration: none;
  1256.        padding: 12px 20px;
  1257.        font-size: 14px;
  1258.        transition: all 0.3s ease;
  1259.    }
  1260.  
  1261.    .dropdown-item-v7:hover {
  1262.        color: #007bff;
  1263.        background: #565758ff;
  1264.    }
  1265.  
  1266.    /* Mobile Menu Button */
  1267.    .mobile-menu-btn-v7 {
  1268.        background: none;
  1269.        border: 1px solid var(--border-color);
  1270.        padding: 10px 15px;
  1271.        border-radius: 8px;
  1272.        cursor: pointer;
  1273.        display: flex;
  1274.        align-items: center;
  1275.        gap: 8px;
  1276.        font-size: 14px;
  1277.        font-weight: 500;
  1278.        color: #4a5568;
  1279.        transition: all 0.3s ease;
  1280.        margin: 0 auto;
  1281.    }
  1282.  
  1283.    .mobile-menu-btn-v7:hover {
  1284.        border-color: #cbd5e0;
  1285.        opacity: 0.7;
  1286.    }
  1287.  
  1288.    /* Sidebar Overlay */
  1289.    .sidebar-overlay-v7 {
  1290.        position: fixed;
  1291.        top: 0;
  1292.        left: 0;
  1293.        right: 0;
  1294.        bottom: 0;
  1295.        background: rgba(0, 0, 0, 0.5);
  1296.        z-index: 999;
  1297.        opacity: 0;
  1298.        visibility: hidden;
  1299.        transition: all 0.3s ease;
  1300.    }
  1301.  
  1302.    .sidebar-overlay-v7.show-v7 {
  1303.        opacity: 1;
  1304.        visibility: visible;
  1305.    }
  1306.  
  1307.    /* Responsive Design */
  1308.    @media (max-width: 991px) {
  1309.        .top-bar-v7 .col-lg-6 {
  1310.            order: 3;
  1311.            margin-top: 15px;
  1312.        }
  1313.  
  1314.        .header-actions-v7 {
  1315.            justify-content: flex-start;
  1316.        }
  1317.    }
  1318.  
  1319.    @media (max-width: 768px) {
  1320.        .sidebar-nav-v7 {
  1321.            width: 300px;
  1322.            left: -300px;
  1323.        }
  1324.  
  1325.        .search-container-v7 {
  1326.            margin-top: 10px;
  1327.        }
  1328.    }
  1329. </style>
  1330.  
  1331. <script>
  1332.    function openSidebarV7() {
  1333.        const sidebar = document.getElementById('sidebarNavV7');
  1334.        const overlay = document.getElementById('sidebarOverlayV7');
  1335.  
  1336.        sidebar.classList.add('show-v7');
  1337.        overlay.classList.add('show-v7');
  1338.        document.body.style.overflow = 'hidden';
  1339.    }
  1340.  
  1341.    function closeSidebarV7() {
  1342.        const sidebar = document.getElementById('sidebarNavV7');
  1343.        const overlay = document.getElementById('sidebarOverlayV7');
  1344.  
  1345.        sidebar.classList.remove('show-v7');
  1346.        overlay.classList.remove('show-v7');
  1347.        document.body.style.overflow = '';
  1348.    }
  1349.  
  1350.    function toggleSubmenuV7(submenuId) {
  1351.        const submenu = document.getElementById(submenuId);
  1352.        const parentItem = submenu.closest('.sidebar-item-v7');
  1353.  
  1354.        // Close other open submenus
  1355.        const allSubmenus = document.querySelectorAll('.sidebar-submenu-v7');
  1356.        const allParentItems = document.querySelectorAll('.has-submenu-v7');
  1357.  
  1358.        allSubmenus.forEach(menu => {
  1359.            if (menu.id !== submenuId) {
  1360.                menu.classList.remove('show-v7');
  1361.            }
  1362.        });
  1363.  
  1364.        allParentItems.forEach(item => {
  1365.            if (item !== parentItem) {
  1366.                item.classList.remove('open-v7');
  1367.            }
  1368.        });
  1369.  
  1370.        // Toggle current submenu
  1371.        submenu.classList.toggle('show-v7');
  1372.        parentItem.classList.toggle('open-v7');
  1373.    }
  1374.  
  1375.    // Close sidebar when clicking outside
  1376.    document.addEventListener('click', function (event) {
  1377.        const sidebar = document.getElementById('sidebarNavV7');
  1378.        const mobileBtn = document.querySelector('.mobile-menu-btn-v7');
  1379.  
  1380.        if (!sidebar.contains(event.target) && !mobileBtn.contains(event.target)) {
  1381.            closeSidebarV7();
  1382.        }
  1383.    });
  1384.  
  1385.    // Handle window resize
  1386.    window.addEventListener('resize', function () {
  1387.        if (window.innerWidth >= 992) {
  1388.            closeSidebarV7();
  1389.        }
  1390.    });
  1391. </script>
  1392.  
  1393. <script>
  1394.  document.addEventListener("DOMContentLoaded", function () {
  1395.    console.log("loaded");
  1396.  
  1397.     const searchInput = document.getElementById("search-input")
  1398.    const searchResults = document.getElementById("search-results");
  1399.  
  1400.    if (!searchInput || !searchResults) {
  1401.      console.error("Search input/results not found");
  1402.      return;
  1403.    }
  1404.  
  1405.    // Prevent form submission
  1406.    if (searchInput.form) {
  1407.      searchInput.form.addEventListener("submit", function (e) {
  1408.        e.preventDefault();
  1409.      });
  1410.    }
  1411.  
  1412.    // Add event listener for keyup
  1413.    searchInput.addEventListener("keyup", function (e) {
  1414.      console.log("Key pressed:", e.key);
  1415.      e.preventDefault();
  1416.  
  1417.      const query = searchInput.value.trim();
  1418.      console.log("User is typing: " + query);
  1419.  
  1420.      // If empty → clear and hide
  1421.      if (query === "") {
  1422.        searchResults.innerHTML = "";
  1423.        searchResults.style.display = "none";
  1424.        return;
  1425.      }
  1426.  
  1427.      // Show results
  1428.      searchResults.style.display = "block";
  1429.  
  1430.      // Fetch search results
  1431.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1432.        method: "GET",
  1433.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1434.      })
  1435.        .then(response => {
  1436.          console.log("Response Status:", response.status);
  1437.          return response.json();
  1438.        })
  1439.        .then(data => {
  1440.          console.log("Data received:", data);
  1441.          if (data.html) {
  1442.            searchResults.innerHTML = data.html;
  1443.          } else {
  1444.            searchResults.innerHTML = "<p>No results found.</p>";
  1445.          }
  1446.        })
  1447.        .catch(error => {
  1448.          console.error("Error fetching search results:", error);
  1449.        });
  1450.    });
  1451.  
  1452.    // Close results when clicking outside
  1453.    document.addEventListener("click", function (e) {
  1454.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1455.        searchResults.style.display = "none";
  1456.      }
  1457.    });
  1458.  
  1459.    // Close results on ESC key
  1460.    document.addEventListener("keydown", function (e) {
  1461.      if (e.key === "Escape") {
  1462.        searchResults.style.display = "none";
  1463.      }
  1464.    });
  1465.  });
  1466. </script>
  1467.  
  1468. <style>
  1469.        /* search field */
  1470.  .search-results-container {
  1471.  position: absolute;
  1472.  top: 100%; /* Position it below the input field */
  1473.  left: 10px;
  1474.  right: 10px;
  1475.  background-color: white;
  1476.  border: 1px solid #ddd;
  1477.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1478.  max-height: 300px;
  1479.  overflow-y: auto;
  1480.  z-index: 1000;
  1481.  display: none; /* Initially hidden */
  1482. }
  1483.  
  1484. .search-results-container p {
  1485.  margin: 0;
  1486. }
  1487.  
  1488. .search-results-container .result-item {
  1489.  padding: 10px;
  1490.  cursor: pointer;
  1491. }
  1492.  
  1493. .search-results-container .result-item:hover {
  1494.  background-color: #f0f0f0;
  1495. }
  1496. </style>
  1497.  
  1498.        </header>
  1499.        <!-- end of header -->
  1500.        <!-- start of wpo-blog-hero -->
  1501.        
  1502.  
  1503.  
  1504.  
  1505.  
  1506.  
  1507.  
  1508.  
  1509. <div class="blog-hero-v3 pt-3">
  1510.    <div class="container-fluid fluid-container">
  1511.        <div class="row g-4">
  1512.            
  1513.            
  1514.              
  1515.            <!-- Left Column -->
  1516.            <div class="col-lg-4 col-md-6">
  1517.                <div class="magazine-card tall-card h-100">
  1518.                    <div class="card-image">
  1519.                        
  1520.                            <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1521.                        
  1522.                        <div class="image-overlay"></div>
  1523.                    </div>
  1524.                    <div class="card-content">
  1525.                        <div class="category-pill bg-primary-gradient">News</div>
  1526.                        <h2> <a href="/finland-stuns-back-to-back-reigning-title-holders-the-united-states-in-u20-world-championship-quarterfinal-round/">
  1527.                                        Finland Stuns Back-to-Back Reigning Title Holders the United States in U20 World Championship Quarterfinal Round.
  1528.                                    </a></h2>
  1529.                        <p></p>
  1530.                        <div class="author-section">
  1531.                            
  1532.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/7e813f64-de95-458c-8f51-b6cef5c0ae92_profile.png" alt="Michael Herrera" style="object-fit: cover;" class="author-img">
  1533.                            
  1534.                            <div class="author-details">
  1535.                                <span class="author-name">Michael Herrera</span>
  1536.                                <span class="publish-date">07 May 2026</span>
  1537.                            </div>
  1538.                        </div>
  1539.                    </div>
  1540.                </div>
  1541.            </div>
  1542.  
  1543.            
  1544.            
  1545.  
  1546.            <!-- Center Column -->
  1547.            <div class="col-lg-4 col-md-6">
  1548.                <div class="row g-4">
  1549.                    
  1550.                    <div class="col-12">
  1551.                        <div class="magazine-card square-card">
  1552.                            <div class="card-image">
  1553.                            
  1554.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1555.                                    class="img img-responsive" style="object-fit: cover;" alt="">
  1556.                            
  1557.                                <div class="floating-category bg-primary-gradient">News</div>
  1558.                            </div>
  1559.                            <div class="card-content compact">
  1560.                                <h3> <a href="/struggling-to-have-an-amazing-experience-at-uni-youre-not-alone/" >
  1561.                                        Struggling to have an amazing experience at uni? You&#x27;re not alone.
  1562.                                    </a></h3>
  1563.                                    
  1564.                                <div class="mini-meta">
  1565.                                    <span>By Michael Herrera</span>
  1566.                                    <span class="date-dot">• 07 May 2026</span>
  1567.                                </div>
  1568.                            </div>
  1569.                        </div>
  1570.                    </div>
  1571.                    
  1572.                    <div class="col-12">
  1573.                        <div class="magazine-card square-card">
  1574.                            <div class="card-image">
  1575.                            
  1576.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1577.                                    class="img img-responsive" style="object-fit: cover;" alt="">
  1578.                            
  1579.                                <div class="floating-category bg-primary-gradient">News</div>
  1580.                            </div>
  1581.                            <div class="card-content compact">
  1582.                                <h3> <a href="/which-player-is-your-favourite-cricket-player-in-the-history-of-the-mens-ashes/" >
  1583.                                        Which Player is Your Favourite Cricket Player in the History of the Men’s Ashes?
  1584.                                    </a></h3>
  1585.                                    
  1586.                                <div class="mini-meta">
  1587.                                    <span>By Michael Herrera</span>
  1588.                                    <span class="date-dot">• 07 May 2026</span>
  1589.                                </div>
  1590.                            </div>
  1591.                        </div>
  1592.                    </div>
  1593.                    
  1594.  
  1595.                </div>
  1596.            </div>
  1597.            
  1598.            
  1599.              
  1600.            <!-- Right Column -->
  1601.            <div class="col-lg-4 col-md-12">
  1602.                <div class="magazine-card featured-card">
  1603.                    <div class="featured-header">
  1604.                        <h4>Featured Story</h4>
  1605.                        <div class="featured-line"></div>
  1606.                    </div>
  1607.                    <div class="card-image featured-img" >
  1608.                    
  1609.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1610.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1611.                    
  1612.                    </div>
  1613.                    <div class="card-content featured-content">
  1614.                        <div class="category-pill bg-primary-gradient">News</div>
  1615.                        <h2><a href="/the-manager-earns-first-celtic-triumph-after-two-decades/">
  1616.                                        The Manager Earns First Celtic Triumph After Two Decades
  1617.                                    </a></h2>
  1618.                        
  1619.                        <div class="author-section featured-author">
  1620.                            
  1621.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/7e813f64-de95-458c-8f51-b6cef5c0ae92_profile.png" alt="Michael Herrera" style="object-fit: cover;border-radius: 20px; width: 50px;">
  1622.                            
  1623.                            <div class="author-details">
  1624.                                <span class="author-name">Michael Herrera</span>
  1625.                                <!-- <span class="author-title">Business Analyst</span> -->
  1626.                                <span class="publish-date">07 May 2026</span>
  1627.                            </div>
  1628.                        </div>
  1629.                    </div>
  1630.                </div>
  1631.            </div>
  1632.  
  1633.            
  1634.            
  1635.        </div>
  1636.    </div>
  1637. </div>
  1638.  
  1639. <style>
  1640. /* Blog Hero V3 - Magazine Style */
  1641. .blog-hero-v3 {
  1642.    padding: 80px 0;
  1643.    position: relative;
  1644. }
  1645.  
  1646. /* Magazine Cards */
  1647. .magazine-card {
  1648.    background: var(--card-bg);
  1649.    border-radius: 20px;
  1650.    overflow: hidden;
  1651.    position: relative;
  1652.    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  1653.    border: 1px solid var(--border-color);
  1654. }
  1655.  
  1656. .magazine-card:hover {
  1657.    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  1658. }
  1659.  
  1660. /* Tall Card (Left Column) */
  1661. .tall-card {
  1662.    display: flex;
  1663.    flex-direction: column;
  1664. }
  1665.  
  1666. .tall-card .card-image {
  1667.    height: 300px;
  1668.    position: relative;
  1669.    overflow: hidden;
  1670. }
  1671.  
  1672. .tall-card .card-image img {
  1673.    width: 100%;
  1674.    height: 100%;
  1675.    object-fit: cover;
  1676.    transition: transform 0.6s ease;
  1677. }
  1678.  
  1679. .tall-card:hover .card-image img {
  1680.    transform: scale(1.1) rotate(-2deg);
  1681. }
  1682.  
  1683. .image-overlay {
  1684.    position: absolute;
  1685.    top: 0;
  1686.    left: 0;
  1687.    right: 0;
  1688.    bottom: 0;
  1689.    opacity: 0;
  1690.    transition: opacity 0.3s ease;
  1691. }
  1692.  
  1693. .tall-card:hover .image-overlay {
  1694.    opacity: 1;
  1695. }
  1696.  
  1697. .tall-card .card-content {
  1698.    padding: 20px;
  1699.    flex-grow: 1;
  1700.    display: flex;
  1701.    flex-direction: column;
  1702. }
  1703.  
  1704. .tall-card h2 {
  1705.    font-size: 1.5rem;
  1706.    font-weight: 700;
  1707.    color: #2c3e50;
  1708.    margin: 12px 0;
  1709.    line-height: 1.3;
  1710. }
  1711.  
  1712. .tall-card p {
  1713.    color: #7f8c8d;
  1714.    line-height: 1.6;
  1715.    margin-bottom: 1rem;
  1716.    flex-grow: 1;
  1717. }
  1718.  
  1719. /* Square Cards (Center Column) */
  1720. .square-card {
  1721.    position: relative;
  1722.    overflow: hidden;
  1723. }
  1724.  
  1725. .square-card .card-image {
  1726.    height: 180px;
  1727.    position: relative;
  1728. }
  1729.  
  1730. .square-card .card-image img {
  1731.    width: 100%;
  1732.    height: 100%;
  1733.    object-fit: cover;
  1734.    filter: brightness(1.1) saturate(1.2);
  1735.    transition: all 0.4s ease;
  1736. }
  1737.  
  1738. .square-card:hover .card-image img {
  1739.    transform: scale(1.15);
  1740.    filter: brightness(1.2) saturate(1.4);
  1741. }
  1742.  
  1743. .floating-category {
  1744.    position: absolute;
  1745.    top: 15px;
  1746.    right: 15px;
  1747.    padding: 8px 15px;
  1748.    border-radius: 20px;
  1749.    font-size: 0.75rem;
  1750.    text-transform: uppercase;
  1751.    letter-spacing: 1px;
  1752.    backdrop-filter: blur(10px);
  1753.    border: 1px solid rgba(255, 255, 255, 0.3);
  1754. }
  1755.  
  1756. .square-card .card-content.compact {
  1757.    padding: 1.2rem;
  1758. }
  1759.  
  1760. .square-card h3 {
  1761.    font-size: 1.1rem;
  1762.    font-weight: 600;
  1763.    color: #2c3e50;
  1764.    margin-bottom: 10px;
  1765.    line-height: 1.3;
  1766. }
  1767.  
  1768. .mini-meta {
  1769.    font-size: 0.85rem;
  1770.    color: #95a5a6;
  1771. }
  1772.  
  1773. .date-dot {
  1774.    margin-left: 8px;
  1775. }
  1776.  
  1777. /* Featured Card (Right Column) */
  1778. .featured-card {
  1779.    color: white;
  1780.    position: relative;
  1781.    overflow: hidden;
  1782. }
  1783.  
  1784. .featured-card::before {
  1785.    content: '';
  1786.    position: absolute;
  1787.    top: -50%;
  1788.    right: -50%;
  1789.    width: 200%;
  1790.    height: 200%;
  1791.    pointer-events: none;
  1792. }
  1793.  
  1794.  
  1795.  
  1796. .featured-header {
  1797.    padding: 25px 25px 0;
  1798.    position: relative;
  1799. }
  1800.  
  1801. .featured-header h4 {
  1802.    font-size: 0.9rem;
  1803.    text-transform: uppercase;
  1804.    letter-spacing: 2px;
  1805.    margin: 0;
  1806.    opacity: 0.9;
  1807. }
  1808.  
  1809. .featured-line {
  1810.    width: 50px;
  1811.    height: 2px;
  1812.    background: rgba(255, 255, 255, 0.6);
  1813.    margin-top: 10px;
  1814. }
  1815.  
  1816. .featured-img {
  1817.    height: 200px;
  1818.    margin: 1rem;
  1819.    border-radius: 15px;
  1820.    overflow: hidden;
  1821.    position: relative;
  1822. }
  1823.  
  1824. .featured-img img {
  1825.    width: 100%;
  1826.    height: 100%;
  1827.    object-fit: cover;
  1828.    transition: transform 0.5s ease;
  1829. }
  1830.  
  1831. .featured-card:hover .featured-img img {
  1832.    transform: scale(1.1);
  1833. }
  1834.  
  1835. .featured-content {
  1836.    padding: 0 1rem 1.5rem;
  1837. }
  1838.  
  1839. .featured-content h2 {
  1840.    font-size: 1.4rem;
  1841.    font-weight: 700;
  1842.    margin: 15px 0;
  1843.    line-height: 1.3;
  1844. }
  1845.  
  1846. .featured-content p {
  1847.    font-size: 0.95rem;
  1848.    opacity: 0.9;
  1849.    line-height: 1.6;
  1850.    margin-bottom: 1rem;
  1851. }
  1852.  
  1853. /* Category Pills */
  1854. .category-pill {
  1855.    display: inline-block;
  1856.    padding: 6px 16px;
  1857.    border-radius: 20px;
  1858.    font-size: 0.75rem;
  1859.    text-transform: uppercase;
  1860.    letter-spacing: 1px;
  1861.    margin-bottom: 10px;
  1862.    width: fit-content;
  1863. }
  1864.  
  1865. /* Author Sections */
  1866. .author-section {
  1867.    display: flex;
  1868.    align-items: center;
  1869.    gap: 15px;
  1870.    margin-top: auto;
  1871. }
  1872.  
  1873. .author-img {
  1874.    width: 60px;
  1875.    height: 60px;
  1876.    border-radius: 50%;
  1877.    object-fit: cover;
  1878. }
  1879.  
  1880. .author-details {
  1881.    display: flex;
  1882.    flex-direction: column;
  1883. }
  1884.  
  1885. .author-name {
  1886.    font-weight: 600;
  1887. color: #95a5a6;
  1888.    font-size: 16px;
  1889. }
  1890.  
  1891. .author-title {
  1892.    font-size: 0.8rem;
  1893. color: #95a5a6;
  1894.    font-weight: 500;
  1895. }
  1896.  
  1897. .publish-date {
  1898.    font-size: 0.8rem;
  1899.    color: #95a5a6;
  1900.    margin-top: 2px;
  1901. }
  1902.  
  1903. /* Featured Stats */
  1904. .featured-stats {
  1905.    display: flex;
  1906.    gap: 30px;
  1907.    margin: 20px 0;
  1908. }
  1909.  
  1910. .stat-item {
  1911.    text-align: center;
  1912. }
  1913.  
  1914. .stat-number {
  1915.    display: block;
  1916.    font-size: 1.5rem;
  1917.    font-weight: 700;
  1918.    color: white;
  1919. }
  1920.  
  1921. .stat-label {
  1922.    font-size: 0.8rem;
  1923.    opacity: 0.8;
  1924.    text-transform: uppercase;
  1925.    letter-spacing: 1px;
  1926. }
  1927.  
  1928. /* Read More Button */
  1929. .read-more-btn {
  1930.    padding: 0 30px 30px;
  1931. }
  1932.  
  1933. .btn-read {
  1934.    display: inline-block;
  1935.    padding: 12px 30px;
  1936.    background: linear-gradient(45deg, #667eea, #764ba2);
  1937.    color: white;
  1938.    text-decoration: none;
  1939.    border-radius: 20px;
  1940.    font-weight: 600;
  1941.    text-transform: uppercase;
  1942.    letter-spacing: 1px;
  1943.    font-size: 0.85rem;
  1944.    transition: all 0.3s ease;
  1945.    position: relative;
  1946.    overflow: hidden;
  1947. }
  1948.  
  1949. .btn-read::before {
  1950.    content: '';
  1951.    position: absolute;
  1952.    top: 0;
  1953.    left: -100%;
  1954.    width: 100%;
  1955.    height: 100%;
  1956.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  1957.    transition: left 0.5s ease;
  1958. }
  1959.  
  1960. .btn-read:hover::before {
  1961.    left: 100%;
  1962. }
  1963.  
  1964. .btn-read:hover {
  1965.    transform: translateY(-2px);
  1966.    box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
  1967.    color: white;
  1968. }
  1969.  
  1970. /* Trending Bar */
  1971. .trending-bar {
  1972.    background: white;
  1973.    border-radius: 20px;
  1974.    padding: 25px 35px;
  1975.    display: flex;
  1976.    align-items: center;
  1977.    gap: 30px;
  1978.    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  1979.    border-left: 5px solid #667eea;
  1980. }
  1981.  
  1982. .trending-header h5 {
  1983.    margin: 0;
  1984.    font-weight: 700;
  1985.    color: #2c3e50;
  1986.    font-size: 1.1rem;
  1987. }
  1988.  
  1989. .trending-tags {
  1990.    display: flex;
  1991.    flex-wrap: wrap;
  1992.    gap: 15px;
  1993. }
  1994.  
  1995. .trend-tag {
  1996.    padding: 8px 18px;
  1997.    background: #f8f9fa;
  1998.    border: 2px solid #e9ecef;
  1999.    border-radius: 20px;
  2000.    font-size: 0.85rem;
  2001.    font-weight: 500;
  2002.    color: #495057;
  2003.    transition: all 0.3s ease;
  2004.    cursor: pointer;
  2005. }
  2006.  
  2007. .trend-tag:hover {
  2008.    background: #667eea;
  2009.    color: white;
  2010.    border-color: #667eea;
  2011.    transform: translateY(-2px);
  2012. }
  2013.  
  2014. /* Responsive Design */
  2015. @media (max-width: 992px) {
  2016.    .tall-card,
  2017.    .featured-card {
  2018.        height: auto;
  2019.        margin-bottom: 30px;
  2020.    }
  2021.    
  2022.  
  2023.    
  2024.    .trending-bar {
  2025.        flex-direction: column;
  2026.        align-items: flex-start;
  2027.        gap: 20px;
  2028.    }
  2029. }
  2030.  
  2031. @media (max-width: 768px) {
  2032.    .blog-hero-v3 {
  2033.        padding: 40px 0;
  2034.    }
  2035.  
  2036.    
  2037.    .trending-tags {
  2038.        justify-content: center;
  2039.    }
  2040.    
  2041.    .featured-stats {
  2042.        justify-content: center;
  2043.    }
  2044. }
  2045. </style>
  2046.  
  2047.  
  2048.  
  2049.  
  2050.        <!-- end of wpo-blog-hero -->
  2051.  
  2052.        <!-- start of wpo-breacking-news -->
  2053.        
  2054.        <!-- end of wpo-breacking-news -->
  2055.        
  2056.        <!-- start wpo-blog-highlights-section -->
  2057.        
  2058.  
  2059.  
  2060.  
  2061.    
  2062.  
  2063.  
  2064.  <style>
  2065.    .blog-section {
  2066.      padding: 60px 0;
  2067.    }
  2068.  
  2069.    .blog-card {
  2070.      background: var(--card-bg);
  2071.      border-radius: 12px;
  2072.      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  2073.      transition: box-shadow 0.3s ease, transform 0.3s ease;
  2074.      margin-bottom: 30px;
  2075.      overflow: hidden;
  2076.      border: none;
  2077.    }
  2078.  
  2079.    .blog-card-body {
  2080.      padding: 30px;
  2081.    }
  2082.  
  2083.    .blog-category {
  2084.      display: inline-block;
  2085.      padding: 6px 16px;
  2086.      border-radius: 20px;
  2087.      font-size: 12px;
  2088.      font-weight: 600;
  2089.      text-transform: uppercase;
  2090.      letter-spacing: 0.5px;
  2091.      margin-bottom: 20px;
  2092.    }
  2093.  
  2094.    .blog-title {
  2095.      font-weight: 700;
  2096.      color: var(--topbar-color);
  2097.      margin-bottom: 20px;
  2098.      line-height: 1.4;
  2099.      text-decoration: none;
  2100.    }
  2101.  
  2102.    .blog-title:hover {
  2103.      color: #1e40af !important;
  2104.      text-decoration: none;
  2105.    }
  2106.  
  2107.    .blog-meta {
  2108.      display: flex;
  2109.      align-items: center;
  2110.      margin-bottom: 20px;
  2111.      color: var(--topbar-color);
  2112.      font-size: 14px;
  2113.    }
  2114.  
  2115.    .blog-meta img {
  2116.      width: 35px;
  2117.      height: 35px;
  2118.      border-radius: 50%;
  2119.      object-fit: cover;
  2120.      display: block;
  2121.    }
  2122.  
  2123.    .blog-meta .meta-info {
  2124.      display: flex;
  2125.      align-items: center;
  2126.      gap: 15px;
  2127.    }
  2128.  
  2129.    .blog-description {
  2130.      color: var(--topbar-color);
  2131.      line-height: 1.7;
  2132.      margin-bottom: 25px;
  2133.      font-size: 15px;
  2134.    }
  2135.  
  2136.    .read-more-btn {
  2137.      background: transparent;
  2138.      border: 2px solid var(--bs-primary);
  2139.      color: var(--bs-primary);
  2140.      padding: 12px 30px;
  2141.      border-radius: 6px;
  2142.      font-weight: 600;
  2143.      text-transform: uppercase;
  2144.      letter-spacing: 0.5px;
  2145.      transition: all 0.3s ease;
  2146.      text-decoration: none;
  2147.      display: inline-block;
  2148.      font-size: 13px;
  2149.    }
  2150.  
  2151.    .read-more-btn:hover {
  2152.      background: var(--bs-primary);
  2153.      color: var(--bs-white) !important;
  2154.      text-decoration: none;
  2155.    }
  2156.  
  2157.    .section-title {
  2158.      text-align: center;
  2159.      margin-bottom: 50px;
  2160.    }
  2161.  
  2162.    .section-title h2 {
  2163.      font-size: 42px;
  2164.      font-weight: 800;
  2165.      color: #2c3e50;
  2166.      margin-bottom: 15px;
  2167.    }
  2168.  
  2169.    .section-title p {
  2170.      color: #6c757d;
  2171.      font-size: 18px;
  2172.      max-width: 600px;
  2173.      margin: 0 auto;
  2174.    }
  2175.  
  2176.    .avatar-placeholder {
  2177.      width: 35px;
  2178.      height: 35px;
  2179.      border-radius: 50%;
  2180.      background: linear-gradient(45deg, var(--bs-primary), #20c997);
  2181.      display: flex;
  2182.      align-items: center;
  2183.      justify-content: center;
  2184.      color: var(--bs-white);
  2185.      font-weight: bold;
  2186.      margin-right: 12px;
  2187.      overflow: hidden;
  2188.    }
  2189.  
  2190.    @media (max-width: 768px) {
  2191.  
  2192.  
  2193.      .section-title h2 {
  2194.        font-size: 32px;
  2195.      }
  2196.  
  2197.      .blog-card-body {
  2198.        padding: 20px;
  2199.      }
  2200.    }
  2201.  
  2202.    /* ===== Smooth Fade on Scroll (Up & Down) ===== */
  2203.    :root{
  2204.      --fade-distance: 28px;
  2205.      --fade-duration: 700ms;
  2206.      --fade-ease: cubic-bezier(0.16,1,0.3,1);
  2207.    }
  2208.  
  2209.    .fade-base{
  2210.      opacity: 0;
  2211.      filter: blur(2px);
  2212.      transform: translateY(var(--y,0)) translateZ(0); /* GPU hint */
  2213.      transition:
  2214.        opacity var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms),
  2215.        transform var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms),
  2216.        filter var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms);
  2217.      will-change: transform, opacity, filter;
  2218.    }
  2219.    .fade-up   { --y: var(--fade-distance); }          /* when entering on scroll down */
  2220.    .fade-down { --y: calc(var(--fade-distance) * -1); }/* when entering on scroll up */
  2221.  
  2222.    .fade-show{
  2223.      opacity: 1;
  2224.      filter: blur(0);
  2225.      transform: translateY(0) translateZ(0);
  2226.    }
  2227.  
  2228.    /* Hover should still work after fade-in */
  2229.    .blog-card.fade-show:hover{
  2230.      transform: translateY(-5px) translateZ(0);
  2231.      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  2232.    }
  2233.  
  2234.    /* Reduced motion */
  2235.    @media (prefers-reduced-motion: reduce){
  2236.      .fade-base{
  2237.        transition: none !important;
  2238.        transform: none !important;
  2239.        opacity: 1 !important;
  2240.        filter: none !important;
  2241.      }
  2242.      .blog-card.fade-show:hover{
  2243.        transform: none !important;
  2244.        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  2245.      }
  2246.    }
  2247.  </style>
  2248.  
  2249.  <section class="blog-section">
  2250.    <div class="container-fluid fluid-container">
  2251.      <div class="row">
  2252.        <div class="section-title ">
  2253.          <h2>
  2254.                Today's Top Highlights
  2255.                   </h2>
  2256.          <p>Stay updated with the latest insights and trends in online gaming</p>
  2257.        </div>
  2258.  
  2259.        <div class="col-lg-8 col-12">
  2260.          
  2261.            <div class="blog-card fade-base">
  2262.              <div class="blog-card-body">
  2263.                <span class="blog-category bg-primary-gradient">News</span>
  2264.                <h3>
  2265.                  <a href="/fury-erupts-as-former-president-trumps-post-on-rob-reiner-draws-widespread-criticism/" class="blog-title">
  2266.                    Fury Erupts as Former President Trump&#x27;s Post on Rob Reiner Draws Widespread Criticism
  2267.                  </a>
  2268.                </h3>
  2269.                <div class="blog-meta">
  2270.                  <div class="avatar-placeholder">
  2271.                    
  2272.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/7e813f64-de95-458c-8f51-b6cef5c0ae92_profile.png" alt="Michael Herrera" />
  2273.                    
  2274.                  </div>
  2275.                  <div class="meta-info">
  2276.                    <span>Michael Herrera</span>
  2277.                    <span><i class="far fa-clock"></i> 07 May 2026</span>
  2278.                  </div>
  2279.                </div>
  2280.                <p class="blog-description"></p>
  2281.                <a href="/fury-erupts-as-former-president-trumps-post-on-rob-reiner-draws-widespread-criticism/" class="read-more-btn">READ MORE</a>
  2282.              </div>
  2283.            </div>
  2284.          
  2285.            <div class="blog-card fade-base">
  2286.              <div class="blog-card-body">
  2287.                <span class="blog-category bg-primary-gradient">News</span>
  2288.                <h3>
  2289.                  <a href="/the-horror-follow-up-eminfluencersem-will-give-other-streaming-thrillers-a-bad-case-of-fomo/" class="blog-title">
  2290.                    The Horror Follow-Up &lt;em&gt;Influencers&lt;/em&gt; Will Give Other Streaming Thrillers a Bad Case of FOMO
  2291.                  </a>
  2292.                </h3>
  2293.                <div class="blog-meta">
  2294.                  <div class="avatar-placeholder">
  2295.                    
  2296.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/7e813f64-de95-458c-8f51-b6cef5c0ae92_profile.png" alt="Michael Herrera" />
  2297.                    
  2298.                  </div>
  2299.                  <div class="meta-info">
  2300.                    <span>Michael Herrera</span>
  2301.                    <span><i class="far fa-clock"></i> 07 May 2026</span>
  2302.                  </div>
  2303.                </div>
  2304.                <p class="blog-description"></p>
  2305.                <a href="/the-horror-follow-up-eminfluencersem-will-give-other-streaming-thrillers-a-bad-case-of-fomo/" class="read-more-btn">READ MORE</a>
  2306.              </div>
  2307.            </div>
  2308.          
  2309.            <div class="blog-card fade-base">
  2310.              <div class="blog-card-body">
  2311.                <span class="blog-category bg-primary-gradient">News</span>
  2312.                <h3>
  2313.                  <a href="/beloved-performer-the-actor-pat-finn-known-for-parts-in-seinfeld-and-the-middle-dies-at-age-60/" class="blog-title">
  2314.                    Beloved Performer The actor Pat Finn, Known For Parts in Seinfeld and The Middle, Dies at Age 60.
  2315.                  </a>
  2316.                </h3>
  2317.                <div class="blog-meta">
  2318.                  <div class="avatar-placeholder">
  2319.                    
  2320.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/7e813f64-de95-458c-8f51-b6cef5c0ae92_profile.png" alt="Michael Herrera" />
  2321.                    
  2322.                  </div>
  2323.                  <div class="meta-info">
  2324.                    <span>Michael Herrera</span>
  2325.                    <span><i class="far fa-clock"></i> 07 May 2026</span>
  2326.                  </div>
  2327.                </div>
  2328.                <p class="blog-description"></p>
  2329.                <a href="/beloved-performer-the-actor-pat-finn-known-for-parts-in-seinfeld-and-the-middle-dies-at-age-60/" class="read-more-btn">READ MORE</a>
  2330.              </div>
  2331.            </div>
  2332.          
  2333.            <div class="blog-card fade-base">
  2334.              <div class="blog-card-body">
  2335.                <span class="blog-category bg-primary-gradient">News</span>
  2336.                <h3>
  2337.                  <a href="/aryna-sabalenka-set-to-face-kyrgios-in-contemporary-battle-of-the-sexes-match/" class="blog-title">
  2338.                    Aryna Sabalenka Set to Face Kyrgios in Contemporary ‘Battle of the Sexes’ Match
  2339.                  </a>
  2340.                </h3>
  2341.                <div class="blog-meta">
  2342.                  <div class="avatar-placeholder">
  2343.                    
  2344.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/7e813f64-de95-458c-8f51-b6cef5c0ae92_profile.png" alt="Michael Herrera" />
  2345.                    
  2346.                  </div>
  2347.                  <div class="meta-info">
  2348.                    <span>Michael Herrera</span>
  2349.                    <span><i class="far fa-clock"></i> 06 May 2026</span>
  2350.                  </div>
  2351.                </div>
  2352.                <p class="blog-description"></p>
  2353.                <a href="/aryna-sabalenka-set-to-face-kyrgios-in-contemporary-battle-of-the-sexes-match/" class="read-more-btn">READ MORE</a>
  2354.              </div>
  2355.            </div>
  2356.          
  2357.            <div class="blog-card fade-base">
  2358.              <div class="blog-card-body">
  2359.                <span class="blog-category bg-primary-gradient">News</span>
  2360.                <h3>
  2361.                  <a href="/netflix-casts-ideal-actor-for-mr-2-in-the-hit-series-third-season/" class="blog-title">
  2362.                    Netflix Casts Ideal Actor for Mr. 2 in the Hit Series Third Season
  2363.                  </a>
  2364.                </h3>
  2365.                <div class="blog-meta">
  2366.                  <div class="avatar-placeholder">
  2367.                    
  2368.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/7e813f64-de95-458c-8f51-b6cef5c0ae92_profile.png" alt="Michael Herrera" />
  2369.                    
  2370.                  </div>
  2371.                  <div class="meta-info">
  2372.                    <span>Michael Herrera</span>
  2373.                    <span><i class="far fa-clock"></i> 06 May 2026</span>
  2374.                  </div>
  2375.                </div>
  2376.                <p class="blog-description"></p>
  2377.                <a href="/netflix-casts-ideal-actor-for-mr-2-in-the-hit-series-third-season/" class="read-more-btn">READ MORE</a>
  2378.              </div>
  2379.            </div>
  2380.          
  2381.            <div class="blog-card fade-base">
  2382.              <div class="blog-card-body">
  2383.                <span class="blog-category bg-primary-gradient">News</span>
  2384.                <h3>
  2385.                  <a href="/the-porcine-pardon-hog-named-6-7-granted-clemency-by-miami-dade-county-leader/" class="blog-title">
  2386.                    The Porcine Pardon: Hog Named 6-7 Granted Clemency by Miami Dade County Leader.
  2387.                  </a>
  2388.                </h3>
  2389.                <div class="blog-meta">
  2390.                  <div class="avatar-placeholder">
  2391.                    
  2392.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/7e813f64-de95-458c-8f51-b6cef5c0ae92_profile.png" alt="Michael Herrera" />
  2393.                    
  2394.                  </div>
  2395.                  <div class="meta-info">
  2396.                    <span>Michael Herrera</span>
  2397.                    <span><i class="far fa-clock"></i> 06 May 2026</span>
  2398.                  </div>
  2399.                </div>
  2400.                <p class="blog-description"></p>
  2401.                <a href="/the-porcine-pardon-hog-named-6-7-granted-clemency-by-miami-dade-county-leader/" class="read-more-btn">READ MORE</a>
  2402.              </div>
  2403.            </div>
  2404.          
  2405.            <div class="blog-card fade-base">
  2406.              <div class="blog-card-body">
  2407.                <span class="blog-category bg-primary-gradient">News</span>
  2408.                <h3>
  2409.                  <a href="/trump-invites-families-of-injured-guard-personnel-to-white-house/" class="blog-title">
  2410.                    Trump Invites Families of Injured Guard Personnel to White House
  2411.                  </a>
  2412.                </h3>
  2413.                <div class="blog-meta">
  2414.                  <div class="avatar-placeholder">
  2415.                    
  2416.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/7e813f64-de95-458c-8f51-b6cef5c0ae92_profile.png" alt="Michael Herrera" />
  2417.                    
  2418.                  </div>
  2419.                  <div class="meta-info">
  2420.                    <span>Michael Herrera</span>
  2421.                    <span><i class="far fa-clock"></i> 06 May 2026</span>
  2422.                  </div>
  2423.                </div>
  2424.                <p class="blog-description"></p>
  2425.                <a href="/trump-invites-families-of-injured-guard-personnel-to-white-house/" class="read-more-btn">READ MORE</a>
  2426.              </div>
  2427.            </div>
  2428.          
  2429.            <div class="blog-card fade-base">
  2430.              <div class="blog-card-body">
  2431.                <span class="blog-category bg-primary-gradient">News</span>
  2432.                <h3>
  2433.                  <a href="/scream-original-star-matthew-lillard-fears-he-could-ruin-the-franchise-with-the-seventh-installment/" class="blog-title">
  2434.                    Scream Original Star Matthew Lillard Fears He Could Ruin the Franchise with the Seventh Installment.
  2435.                  </a>
  2436.                </h3>
  2437.                <div class="blog-meta">
  2438.                  <div class="avatar-placeholder">
  2439.                    
  2440.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/7e813f64-de95-458c-8f51-b6cef5c0ae92_profile.png" alt="Michael Herrera" />
  2441.                    
  2442.                  </div>
  2443.                  <div class="meta-info">
  2444.                    <span>Michael Herrera</span>
  2445.                    <span><i class="far fa-clock"></i> 06 May 2026</span>
  2446.                  </div>
  2447.                </div>
  2448.                <p class="blog-description"></p>
  2449.                <a href="/scream-original-star-matthew-lillard-fears-he-could-ruin-the-franchise-with-the-seventh-installment/" class="read-more-btn">READ MORE</a>
  2450.              </div>
  2451.            </div>
  2452.          
  2453.            <div class="blog-card fade-base">
  2454.              <div class="blog-card-body">
  2455.                <span class="blog-category bg-primary-gradient">News</span>
  2456.                <h3>
  2457.                  <a href="/skipper-stokes-is-exhausted-yet-insists-hes-ready-to-bowl/" class="blog-title">
  2458.                    Skipper Stokes Is &#x27;Exhausted&#x27; Yet Insists He&#x27;s &#x27;Ready to Bowl&#x27;
  2459.                  </a>
  2460.                </h3>
  2461.                <div class="blog-meta">
  2462.                  <div class="avatar-placeholder">
  2463.                    
  2464.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/7e813f64-de95-458c-8f51-b6cef5c0ae92_profile.png" alt="Michael Herrera" />
  2465.                    
  2466.                  </div>
  2467.                  <div class="meta-info">
  2468.                    <span>Michael Herrera</span>
  2469.                    <span><i class="far fa-clock"></i> 06 May 2026</span>
  2470.                  </div>
  2471.                </div>
  2472.                <p class="blog-description"></p>
  2473.                <a href="/skipper-stokes-is-exhausted-yet-insists-hes-ready-to-bowl/" class="read-more-btn">READ MORE</a>
  2474.              </div>
  2475.            </div>
  2476.          
  2477.            <div class="blog-card fade-base">
  2478.              <div class="blog-card-body">
  2479.                <span class="blog-category bg-primary-gradient">News</span>
  2480.                <h3>
  2481.                  <a href="/moving-from-grudging-admiration-to-disquiet-russia-weighs-up-the-ousting-of-venezuelas-leader/" class="blog-title">
  2482.                    Moving from Grudging Admiration to Disquiet: Russia Weighs Up the Ousting of Venezuela&#x27;s Leader.
  2483.                  </a>
  2484.                </h3>
  2485.                <div class="blog-meta">
  2486.                  <div class="avatar-placeholder">
  2487.                    
  2488.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/7e813f64-de95-458c-8f51-b6cef5c0ae92_profile.png" alt="Michael Herrera" />
  2489.                    
  2490.                  </div>
  2491.                  <div class="meta-info">
  2492.                    <span>Michael Herrera</span>
  2493.                    <span><i class="far fa-clock"></i> 06 May 2026</span>
  2494.                  </div>
  2495.                </div>
  2496.                <p class="blog-description"></p>
  2497.                <a href="/moving-from-grudging-admiration-to-disquiet-russia-weighs-up-the-ousting-of-venezuelas-leader/" class="read-more-btn">READ MORE</a>
  2498.              </div>
  2499.            </div>
  2500.          
  2501.            <div class="blog-card fade-base">
  2502.              <div class="blog-card-body">
  2503.                <span class="blog-category bg-primary-gradient">News</span>
  2504.                <h3>
  2505.                  <a href="/novel-antibiotics-celebrated-as-a-major-shift-in-combating-antibiotic-resistant-gonorrhoea/" class="blog-title">
  2506.                    Novel Antibiotics Celebrated as a &#x27;Major Shift&#x27; in Combating Antibiotic-Resistant Gonorrhoea
  2507.                  </a>
  2508.                </h3>
  2509.                <div class="blog-meta">
  2510.                  <div class="avatar-placeholder">
  2511.                    
  2512.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/7e813f64-de95-458c-8f51-b6cef5c0ae92_profile.png" alt="Michael Herrera" />
  2513.                    
  2514.                  </div>
  2515.                  <div class="meta-info">
  2516.                    <span>Michael Herrera</span>
  2517.                    <span><i class="far fa-clock"></i> 06 May 2026</span>
  2518.                  </div>
  2519.                </div>
  2520.                <p class="blog-description"></p>
  2521.                <a href="/novel-antibiotics-celebrated-as-a-major-shift-in-combating-antibiotic-resistant-gonorrhoea/" class="read-more-btn">READ MORE</a>
  2522.              </div>
  2523.            </div>
  2524.          
  2525.            <div class="blog-card fade-base">
  2526.              <div class="blog-card-body">
  2527.                <span class="blog-category bg-primary-gradient">News</span>
  2528.                <h3>
  2529.                  <a href="/he-was-a-joy-honoring-the-games-departed-star-a-score-of-years-on/" class="blog-title">
  2530.                    &#x27;He was a joy&#x27;: Honoring the game&#x27;s departed star a score of years on.
  2531.                  </a>
  2532.                </h3>
  2533.                <div class="blog-meta">
  2534.                  <div class="avatar-placeholder">
  2535.                    
  2536.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/7e813f64-de95-458c-8f51-b6cef5c0ae92_profile.png" alt="Michael Herrera" />
  2537.                    
  2538.                  </div>
  2539.                  <div class="meta-info">
  2540.                    <span>Michael Herrera</span>
  2541.                    <span><i class="far fa-clock"></i> 05 May 2026</span>
  2542.                  </div>
  2543.                </div>
  2544.                <p class="blog-description"></p>
  2545.                <a href="/he-was-a-joy-honoring-the-games-departed-star-a-score-of-years-on/" class="read-more-btn">READ MORE</a>
  2546.              </div>
  2547.            </div>
  2548.          
  2549.          
  2550.  
  2551.        </div>
  2552.  
  2553.         <div class="col col-lg-4 col-12">
  2554.                
  2555.  
  2556.  
  2557.  
  2558.    
  2559.  
  2560.    
  2561.    <!-- Search Widget -->
  2562.    <!-- <div class="pulse-sidebar-widget">
  2563.        <div class="pulse-widget-header pulse-search-header">
  2564.            <i class="fas fa-search"></i> SEARCH
  2565.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  2566.        </div>
  2567.        <div class="pulse-widget-body">
  2568.            <form class="pulse-search-form" method="GET">
  2569.                <div class="position-relative">
  2570.                    <input type="text" name="search" class="pulse-search-input-sidebar"
  2571.                           placeholder="Search" value="">
  2572.                    <button type="submit" class="pulse-search-btn-sidebar">
  2573.                        <i class="fas fa-search"></i>
  2574.                    </button>
  2575.                </div>
  2576.            </form>
  2577.        </div>
  2578.    </div> -->
  2579.    
  2580.    <!-- Recent Posts Widget -->
  2581.    <div class="pulse-sidebar-widget mb-3">
  2582.        <div class="pulse-widget-header pulse-recent-header">
  2583.            <i class="fas fa-clock"></i> RECENT POSTS
  2584.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  2585.        </div>
  2586.        <div class="pulse-widget-body mb-3">
  2587.            
  2588.            <div class="pulse-recent-post-item">
  2589.                <a href="/the-reason-real-madrid-have-utter-trust-in-teenager-thiago-pitarch/" class="pulse-recent-title">
  2590.                                            The Reason Real Madrid Have &#x27;Utter Trust&#x27; in Teenager Thiago Pitarch
  2591.                                            </a>
  2592.                <div class="pulse-recent-meta">
  2593.                    <span><i class="far fa-calendar"></i> 05 May 2026</span>
  2594.                    <span><i class="far fa-user"></i> Michael Herrera</span>
  2595.                </div>
  2596.            </div>
  2597.            
  2598.            <div class="pulse-recent-post-item">
  2599.                <a href="/live-streaming-broadcaster-introduces-baby-during-live-stream-for-tens-of-thousands-of-audience-members/" class="pulse-recent-title">
  2600.                                            Live Streaming Broadcaster Introduces Baby During Live Stream for Tens of Thousands of Audience Members
  2601.                                            </a>
  2602.                <div class="pulse-recent-meta">
  2603.                    <span><i class="far fa-calendar"></i> 05 May 2026</span>
  2604.                    <span><i class="far fa-user"></i> Michael Herrera</span>
  2605.                </div>
  2606.            </div>
  2607.            
  2608.            <div class="pulse-recent-post-item">
  2609.                <a href="/manchester-united-set-to-sign-germany-striker-lea-sch%C3%BCller-away-from-the-bavarian-giants/" class="pulse-recent-title">
  2610.                                            Manchester United Set to Sign Germany Striker Lea Schüller away from the Bavarian Giants
  2611.                                            </a>
  2612.                <div class="pulse-recent-meta">
  2613.                    <span><i class="far fa-calendar"></i> 05 May 2026</span>
  2614.                    <span><i class="far fa-user"></i> Michael Herrera</span>
  2615.                </div>
  2616.            </div>
  2617.            
  2618.            <div class="pulse-recent-post-item">
  2619.                <a href="/like-a-champions-league-win-kendalls-unforgettable-performance-for-england/" class="pulse-recent-title">
  2620.                                            ‘Like a Champions League win’ - Kendall’s unforgettable performance for England
  2621.                                            </a>
  2622.                <div class="pulse-recent-meta">
  2623.                    <span><i class="far fa-calendar"></i> 05 May 2026</span>
  2624.                    <span><i class="far fa-user"></i> Michael Herrera</span>
  2625.                </div>
  2626.            </div>
  2627.            
  2628.            <div class="pulse-recent-post-item">
  2629.                <a href="/beijing-increases-oversight-on-rare-earth-element-exports-citing-national-security-worries/" class="pulse-recent-title">
  2630.                                            Beijing Increases Oversight on Rare Earth Element Exports, Citing National Security Worries
  2631.                                            </a>
  2632.                <div class="pulse-recent-meta">
  2633.                    <span><i class="far fa-calendar"></i> 05 May 2026</span>
  2634.                    <span><i class="far fa-user"></i> Michael Herrera</span>
  2635.                </div>
  2636.            </div>
  2637.            
  2638.            <div class="pulse-recent-post-item">
  2639.                <a href="/ken-burns-reflecting-on-his-latest-revolutionary-war-documentary-this-is-our-most-crucial-work/" class="pulse-recent-title">
  2640.                                            Ken Burns reflecting on His Latest Revolutionary War Documentary: ‘This Is Our Most Crucial Work’
  2641.                                            </a>
  2642.                <div class="pulse-recent-meta">
  2643.                    <span><i class="far fa-calendar"></i> 05 May 2026</span>
  2644.                    <span><i class="far fa-user"></i> Michael Herrera</span>
  2645.                </div>
  2646.            </div>
  2647.            
  2648.            <!-- Django Template for Recent Posts -->
  2649.            <!--
  2650.            
  2651.            -->
  2652.            
  2653.        </div>
  2654.    </div>
  2655.    
  2656.    <div class="pulse-sidebar-widget mb-3">
  2657.        <div class="pulse-widget-header pulse-recent-header">
  2658.            <i class="fas fa-clock"></i> May 2026 Blog Roll
  2659.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  2660.        </div>
  2661.        <div class="pulse-widget-body scrollable-sidebar">
  2662.            
  2663.            <div class="pulse-recent-post-item ">
  2664.                <a href="https://www.armacell.de/" rel="dofollow" class="pulse-recent-title ">
  2665.                                            online casinos
  2666.                                            </a>
  2667.            </div>
  2668.            
  2669.            <div class="pulse-recent-post-item ">
  2670.                <a href="https://n4g.com/articles/de/wettanbieter/ohne-oasis-wetten/" rel="dofollow" class="pulse-recent-title ">
  2671.                                            Sportwetten ohne Oasis
  2672.                                            </a>
  2673.            </div>
  2674.            
  2675.            <div class="pulse-recent-post-item ">
  2676.                <a href="https://gamblingindustrynews.com/de/wettanbieter/ohne-oasis/" rel="dofollow" class="pulse-recent-title ">
  2677.                                            Sportwetten ohne oasis
  2678.                                            </a>
  2679.            </div>
  2680.            
  2681.            <div class="pulse-recent-post-item ">
  2682.                <a href="https://www.cardplayer.com/de/casinos" rel="dofollow" class="pulse-recent-title ">
  2683.                                            beste deutsche online casinos
  2684.                                            </a>
  2685.            </div>
  2686.            
  2687.            <div class="pulse-recent-post-item ">
  2688.                <a href="https://www.ilka-bruehl.de/" rel="dofollow" class="pulse-recent-title ">
  2689.                                            besten online casinos
  2690.                                            </a>
  2691.            </div>
  2692.            
  2693.        </div>
  2694.    </div>
  2695.    
  2696.    <div class="pulse-sidebar-widget mb-3">
  2697.        <div class="pulse-widget-header pulse-recent-header">
  2698.            <i class="fas fa-clock"></i> April 2026 Blog Roll
  2699.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  2700.        </div>
  2701.        <div class="pulse-widget-body scrollable-sidebar">
  2702.            
  2703.            <div class="pulse-recent-post-item ">
  2704.                <a href="https://trackingfreeads.eu/" rel="dofollow" class="pulse-recent-title ">
  2705.                                            deutsche wettanbieter ohne lugas
  2706.                                            </a>
  2707.            </div>
  2708.            
  2709.            <div class="pulse-recent-post-item ">
  2710.                <a href="https://mobileschule-tagung.de/" rel="dofollow" class="pulse-recent-title ">
  2711.                                            krypto casino deutschland
  2712.                                            </a>
  2713.            </div>
  2714.            
  2715.            <div class="pulse-recent-post-item ">
  2716.                <a href="https://www.udoklinger.de/" rel="dofollow" class="pulse-recent-title ">
  2717.                                            online casinos
  2718.                                            </a>
  2719.            </div>
  2720.            
  2721.            <div class="pulse-recent-post-item ">
  2722.                <a href="https://www.ene-mene-mobile.de/" rel="dofollow" class="pulse-recent-title ">
  2723.                                            casino ohne oasis
  2724.                                            </a>
  2725.            </div>
  2726.            
  2727.            <div class="pulse-recent-post-item ">
  2728.                <a href="https://www.footprint-deutschland.de/" rel="dofollow" class="pulse-recent-title ">
  2729.                                            neue online casinos mit startguthaben ohne einzahlung deutschland
  2730.                                            </a>
  2731.            </div>
  2732.            
  2733.            <div class="pulse-recent-post-item ">
  2734.                <a href="https://syndie.de/" rel="dofollow" class="pulse-recent-title ">
  2735.                                            wettanbieter ohne oasis
  2736.                                            </a>
  2737.            </div>
  2738.            
  2739.            <div class="pulse-recent-post-item ">
  2740.                <a href="https://bitcoinist.com/online-casinos-deutschland/" rel="dofollow" class="pulse-recent-title ">
  2741.                                            beste deutsche online casinos
  2742.                                            </a>
  2743.            </div>
  2744.            
  2745.            <div class="pulse-recent-post-item ">
  2746.                <a href="https://dva-soforthilfeprogramm.de/" rel="dofollow" class="pulse-recent-title ">
  2747.                                            casino online ohne oasis
  2748.                                            </a>
  2749.            </div>
  2750.            
  2751.            <div class="pulse-recent-post-item ">
  2752.                <a href="https://www.michael-cramer.eu/" rel="dofollow" class="pulse-recent-title ">
  2753.                                            casino online ohne oasis
  2754.                                            </a>
  2755.            </div>
  2756.            
  2757.            <div class="pulse-recent-post-item ">
  2758.                <a href="https://www.icon-cmv.de/" rel="dofollow" class="pulse-recent-title ">
  2759.                                            neue online casinos
  2760.                                            </a>
  2761.            </div>
  2762.            
  2763.            <div class="pulse-recent-post-item ">
  2764.                <a href="https://kreuzberg-festival.de/" rel="dofollow" class="pulse-recent-title ">
  2765.                                            beste online casinos
  2766.                                            </a>
  2767.            </div>
  2768.            
  2769.            <div class="pulse-recent-post-item ">
  2770.                <a href="https://holdirbootstrap.de/" rel="dofollow" class="pulse-recent-title ">
  2771.                                            online casino ohne oasis
  2772.                                            </a>
  2773.            </div>
  2774.            
  2775.            <div class="pulse-recent-post-item ">
  2776.                <a href="https://www.onlinebuchmesse.de/" rel="dofollow" class="pulse-recent-title ">
  2777.                                            besten online casinos
  2778.                                            </a>
  2779.            </div>
  2780.            
  2781.            <div class="pulse-recent-post-item ">
  2782.                <a href="https://www.praxishochschule.de/de/" rel="dofollow" class="pulse-recent-title ">
  2783.                                            spinanga casino ohne oasis
  2784.                                            </a>
  2785.            </div>
  2786.            
  2787.            <div class="pulse-recent-post-item ">
  2788.                <a href="https://www.loewenthor.de" rel="dofollow" class="pulse-recent-title ">
  2789.                                            neue online casinos
  2790.                                            </a>
  2791.            </div>
  2792.            
  2793.            <div class="pulse-recent-post-item ">
  2794.                <a href="https://www.cafe-bilderbuch.de" rel="dofollow" class="pulse-recent-title ">
  2795.                                            neue online casinos
  2796.                                            </a>
  2797.            </div>
  2798.            
  2799.            <div class="pulse-recent-post-item ">
  2800.                <a href="https://www.fun4you.de/" rel="dofollow" class="pulse-recent-title ">
  2801.                                            neue online casinos
  2802.                                            </a>
  2803.            </div>
  2804.            
  2805.            <div class="pulse-recent-post-item ">
  2806.                <a href="https://www.capio-elbe-jeetzel-klinik.de/" rel="dofollow" class="pulse-recent-title ">
  2807.                                            casinos ohne oasis
  2808.                                            </a>
  2809.            </div>
  2810.            
  2811.            <div class="pulse-recent-post-item ">
  2812.                <a href="https://jugend-in-aktion.de/" rel="dofollow" class="pulse-recent-title ">
  2813.                                            casino ohne oasis​
  2814.                                            </a>
  2815.            </div>
  2816.            
  2817.            <div class="pulse-recent-post-item ">
  2818.                <a href="https://www.rlm.at" rel="dofollow" class="pulse-recent-title ">
  2819.                                            online casino österreich legal
  2820.                                            </a>
  2821.            </div>
  2822.            
  2823.            <div class="pulse-recent-post-item ">
  2824.                <a href="https://bvzl.de/" rel="dofollow" class="pulse-recent-title ">
  2825.                                            neueste online casino
  2826.                                            </a>
  2827.            </div>
  2828.            
  2829.            <div class="pulse-recent-post-item ">
  2830.                <a href="https://raincafeatery.de/" rel="dofollow" class="pulse-recent-title ">
  2831.                                            online casino ohne oasis sperre
  2832.                                            </a>
  2833.            </div>
  2834.            
  2835.            <div class="pulse-recent-post-item ">
  2836.                <a href="https://www.meinprof.de/" rel="dofollow" class="pulse-recent-title ">
  2837.                                            online casinos ohne oasis
  2838.                                            </a>
  2839.            </div>
  2840.            
  2841.            <div class="pulse-recent-post-item ">
  2842.                <a href="https://www.schlemmer-galerie.de/" rel="dofollow" class="pulse-recent-title ">
  2843.                                            casino neu
  2844.                                            </a>
  2845.            </div>
  2846.            
  2847.            <div class="pulse-recent-post-item ">
  2848.                <a href="https://www.natuerlich-magazin.de/" rel="dofollow" class="pulse-recent-title ">
  2849.                                            neue casinos online
  2850.                                            </a>
  2851.            </div>
  2852.            
  2853.            <div class="pulse-recent-post-item ">
  2854.                <a href="https://barefooddeli.de" rel="dofollow" class="pulse-recent-title ">
  2855.                                            casino ohne oasis
  2856.                                            </a>
  2857.            </div>
  2858.            
  2859.            <div class="pulse-recent-post-item ">
  2860.                <a href="https://coincierge.de/online-casinos/echtgeld/" rel="dofollow" class="pulse-recent-title ">
  2861.                                            beste online casino
  2862.                                            </a>
  2863.            </div>
  2864.            
  2865.            <div class="pulse-recent-post-item ">
  2866.                <a href="https://www.bluebrainclub.de/" rel="dofollow" class="pulse-recent-title ">
  2867.                                            online casino vergleich
  2868.                                            </a>
  2869.            </div>
  2870.            
  2871.            <div class="pulse-recent-post-item ">
  2872.                <a href="https://oeko-komp1.de/" rel="dofollow" class="pulse-recent-title ">
  2873.                                            online casino ohne oasis
  2874.                                            </a>
  2875.            </div>
  2876.            
  2877.        </div>
  2878.    </div>
  2879.    
  2880.    <div class="pulse-sidebar-widget mb-3">
  2881.        <div class="pulse-widget-header pulse-recent-header">
  2882.            <i class="fas fa-clock"></i> March 2026 Blog Roll
  2883.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  2884.        </div>
  2885.        <div class="pulse-widget-body scrollable-sidebar">
  2886.            
  2887.            <div class="pulse-recent-post-item ">
  2888.                <a href="https://www.labodeganegra.com/" rel="dofollow" class="pulse-recent-title ">
  2889.                                            slots not on GamStop
  2890.                                            </a>
  2891.            </div>
  2892.            
  2893.            <div class="pulse-recent-post-item ">
  2894.                <a href="https://www.gamers.de/gluecksspiel/casinos-mit-schneller-auszahlung/" rel="dofollow" class="pulse-recent-title ">
  2895.                                            seriöse online casinos mit schneller auszahlung
  2896.                                            </a>
  2897.            </div>
  2898.            
  2899.            <div class="pulse-recent-post-item ">
  2900.                <a href="https://www.mah-hd.de/" rel="dofollow" class="pulse-recent-title ">
  2901.                                            seriöse online casinos ohne oasis
  2902.                                            </a>
  2903.            </div>
  2904.            
  2905.            <div class="pulse-recent-post-item ">
  2906.                <a href="https://www.mvtag-2025.de/" rel="dofollow" class="pulse-recent-title ">
  2907.                                            deutschland sportwetten
  2908.                                            </a>
  2909.            </div>
  2910.            
  2911.            <div class="pulse-recent-post-item ">
  2912.                <a href="https://www.gamblinginsider.com/de/neue-casinos" rel="dofollow" class="pulse-recent-title ">
  2913.                                            neueste online casinos
  2914.                                            </a>
  2915.            </div>
  2916.            
  2917.            <div class="pulse-recent-post-item ">
  2918.                <a href="https://systembiologie.de/" rel="dofollow" class="pulse-recent-title ">
  2919.                                            beste online casino Deutschland
  2920.                                            </a>
  2921.            </div>
  2922.            
  2923.            <div class="pulse-recent-post-item ">
  2924.                <a href="https://www.gamers.de/gluecksspiel/casinos-ohne-oasis/" rel="dofollow" class="pulse-recent-title ">
  2925.                                            beste online casinos ohne oasis
  2926.                                            </a>
  2927.            </div>
  2928.            
  2929.            <div class="pulse-recent-post-item ">
  2930.                <a href="https://kochen-fuer-helden.de/" rel="dofollow" class="pulse-recent-title ">
  2931.                                            online casino ohne oasis
  2932.                                            </a>
  2933.            </div>
  2934.            
  2935.            <div class="pulse-recent-post-item ">
  2936.                <a href="https://bikesale.de/beste-online-casinos" rel="dofollow" class="pulse-recent-title ">
  2937.                                            beste online casinos
  2938.                                            </a>
  2939.            </div>
  2940.            
  2941.            <div class="pulse-recent-post-item ">
  2942.                <a href="https://ccsuresults.com/" rel="dofollow" class="pulse-recent-title ">
  2943.                                            online casinos ohne oasis mit paypal bezahlen
  2944.                                            </a>
  2945.            </div>
  2946.            
  2947.            <div class="pulse-recent-post-item ">
  2948.                <a href="https://bikesale.de/neue-online-casinos" rel="dofollow" class="pulse-recent-title ">
  2949.                                            neue online casinos
  2950.                                            </a>
  2951.            </div>
  2952.            
  2953.            <div class="pulse-recent-post-item ">
  2954.                <a href="https://www.gourmesso.de/" rel="dofollow" class="pulse-recent-title ">
  2955.                                            casino ohne lizenz www.gourmesso.de
  2956.                                            </a>
  2957.            </div>
  2958.            
  2959.            <div class="pulse-recent-post-item ">
  2960.                <a href="https://www.reichenau1300.de/" rel="dofollow" class="pulse-recent-title ">
  2961.                                            beste online casinos ohne oasis
  2962.                                            </a>
  2963.            </div>
  2964.            
  2965.        </div>
  2966.    </div>
  2967.    
  2968.    
  2969.  
  2970. <!-- CSS Styles -->
  2971. <style>
  2972. /* Sidebar Widget Base */
  2973. .pulse-sidebar-widget {
  2974.    background: var(--card-bg, white);
  2975.    border-radius: 12px;
  2976.    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  2977.    margin-bottom: 30px;
  2978.    overflow: hidden;
  2979.    border: 1px solid var(--border-color);
  2980. }
  2981.  
  2982. .pulse-widget-header {
  2983.    background: var(--bs-primary);
  2984.    color: var(--bs-white);
  2985.    padding: 15px 20px;
  2986.    font-weight: 700;
  2987.    font-size: 13px;
  2988.    text-transform: uppercase;
  2989.    letter-spacing: 1px;
  2990.    position: relative;
  2991.    display: flex;
  2992.    align-items: center;
  2993.    justify-content: space-between;
  2994.    gap: 8px;
  2995. }
  2996.  
  2997. .pulse-header-arrow {
  2998.    font-size: 12px;
  2999.    opacity: 0.8;
  3000. }
  3001.  
  3002.  
  3003.  
  3004.  
  3005.  
  3006. .pulse-widget-body {
  3007.    padding: 25px 20px;
  3008. }
  3009.  
  3010. /* Search Widget */
  3011. .pulse-search-form {
  3012.    position: relative;
  3013. }
  3014.  
  3015. .pulse-search-input-sidebar {
  3016.    width: 100%;
  3017.    padding: 12px 45px 12px 15px;
  3018.    border: 2px solid #e9ecef;
  3019.    border-radius: 8px;
  3020.    font-size: 14px;
  3021.    transition: all 0.3s ease;
  3022.    background: var(--card-bg, white);
  3023.    color: var(--topbar-color, #333);
  3024. }
  3025.  
  3026. .pulse-search-input-sidebar:focus {
  3027.    border-color: var(--topbar-color, #6f42c1);
  3028.    box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.1);
  3029.    outline: none;
  3030. }
  3031.  
  3032. .pulse-search-btn-sidebar {
  3033.    position: absolute;
  3034.    right: 5px;
  3035.    top: 50%;
  3036.    transform: translateY(-50%);
  3037.    background: var(--bs-primary, #6f42c1);
  3038.    border: none;
  3039.    color: var(--bs-white);
  3040.    padding: 8px 12px;
  3041.    border-radius: 6px;
  3042.    cursor: pointer;
  3043.    transition: all 0.3s ease;
  3044. }
  3045.  
  3046. .pulse-search-btn-sidebar:hover {
  3047.    background: var(--topbar-color, #5a359a);
  3048.    opacity: 0.9;
  3049. }
  3050.  
  3051. /* Recent Posts Widget */
  3052. .pulse-recent-post-item {
  3053.    padding: 10px 0;
  3054.    border-bottom: 1px solid var(--border-color);
  3055.    transition: all 0.3s ease;
  3056. }
  3057.  
  3058. .pulse-recent-post-item:last-child {
  3059.    border-bottom: none;
  3060.    padding-bottom: 0;
  3061. }
  3062.  
  3063. .pulse-recent-post-item:hover {
  3064.    background: rgba(248, 249, 250,0.1);
  3065.    padding-left: 20px;
  3066.    padding-right: 20px;
  3067.    border-radius: 8px;
  3068. }
  3069.  
  3070. .pulse-recent-title {
  3071.    font-size: 15px;
  3072.    font-weight: 600;
  3073.    color: var(--topbar-color, #2c3e50);
  3074.    line-height: 1.4;
  3075.    margin-bottom: 8px;
  3076.    text-decoration: none;
  3077.    display: block;
  3078. }
  3079.  
  3080. .pulse-recent-title:hover {
  3081.    color: var(--topbar-color, #e83e8c);
  3082.    text-decoration: none;
  3083.    opacity: 0.8;
  3084. }
  3085.  
  3086. .pulse-recent-meta {
  3087.    font-size: 12px;
  3088.    color: #6c757d;
  3089.    display: flex;
  3090.    align-items: center;
  3091.    gap: 10px;
  3092. }
  3093.  
  3094.  
  3095. /* Responsive Design */
  3096. @media (max-width: 768px) {
  3097.    .pulse-widget-body {
  3098.        padding: 20px 15px;
  3099.    }
  3100.    
  3101.    .pulse-recent-title {
  3102.        font-size: 14px;
  3103.    }
  3104. }
  3105.  
  3106. @media (max-width: 992px) {
  3107.    .pulse-sidebar-widget {
  3108.        margin-bottom: 25px;
  3109.    }
  3110. }
  3111. </style>
  3112.  
  3113.    
  3114.            </div>
  3115.      </div>
  3116.    </div>
  3117.  </section>
  3118.  
  3119.  <script>
  3120.    // Smooth fade on scroll (adds .fade-up on downward scroll, .fade-down on upward scroll)
  3121.    document.addEventListener('DOMContentLoaded', function () {
  3122.      // Fallback if IntersectionObserver unavailable
  3123.      if (!('IntersectionObserver' in window)) {
  3124.        document.querySelectorAll('.fade-base').forEach(el => el.classList.add('fade-show'));
  3125.        return;
  3126.      }
  3127.  
  3128.      let lastY = window.pageYOffset || 0;
  3129.      let scrollDir = 'down';
  3130.      let ticking = false;
  3131.  
  3132.      // Jank-free scroll direction tracking
  3133.      window.addEventListener('scroll', () => {
  3134.        const y = window.pageYOffset || 0;
  3135.        if (!ticking) {
  3136.          requestAnimationFrame(() => {
  3137.            scrollDir = y > lastY ? 'down' : 'up';
  3138.            lastY = y <= 0 ? 0 : y;
  3139.            ticking = false;
  3140.          });
  3141.          ticking = true;
  3142.        }
  3143.      }, { passive: true });
  3144.  
  3145.      const options = {
  3146.        threshold: 0.18,
  3147.        rootMargin: '0px 0px -8% 0px'
  3148.      };
  3149.  
  3150.      const io = new IntersectionObserver((entries) => {
  3151.        entries.forEach((entry) => {
  3152.          const el = entry.target;
  3153.  
  3154.          if (entry.isIntersecting) {
  3155.            // direction-based class
  3156.            el.classList.remove('fade-up', 'fade-down');
  3157.            el.classList.add(scrollDir === 'down' ? 'fade-up' : 'fade-down');
  3158.  
  3159.            // smooth timing (override-able per element via CSS vars)
  3160.            if (!el.style.getPropertyValue('--dur')) {
  3161.              el.style.setProperty('--dur', '700ms');
  3162.            }
  3163.            if (!el.style.getPropertyValue('--ease')) {
  3164.              el.style.setProperty('--ease', 'cubic-bezier(0.16,1,0.3,1)');
  3165.            }
  3166.  
  3167.            el.classList.add('fade-show');
  3168.          } else {
  3169.            // re-animate when re-entering
  3170.            el.classList.remove('fade-show');
  3171.          }
  3172.        });
  3173.      }, options);
  3174.  
  3175.      // Observe all fade targets with a light stagger
  3176.      const nodes = Array.from(document.querySelectorAll('.fade-base'));
  3177.      nodes.forEach((el, i) => {
  3178.        // 0–5 -> 0–300ms stagger (loops every 6)
  3179.        el.style.setProperty('--stagger', `${(i % 6) * 60}ms`);
  3180.        io.observe(el);
  3181.      });
  3182.    });
  3183.  </script>
  3184.  
  3185.  
  3186.    
  3187.        
  3188.        <!-- end wpo-blog-highlights-section -->
  3189.        <!-- start wpo-blog-sponsored-section -->
  3190.        
  3191.  
  3192.  
  3193.  
  3194.    
  3195.  
  3196.  
  3197.  
  3198. <style>
  3199.    .sponsored-section-v2 {
  3200.        padding: 40px 0;
  3201.        background: var(--body-bg);
  3202.    }
  3203.    
  3204.    .sponsored-card-v2 {
  3205.        background: var(--body-bg);
  3206.        border: 1px solid #f0f0f0;
  3207.        border-radius: 8px;
  3208.        transition: box-shadow 0.3s ease;
  3209.        height: 100%;
  3210.        position: relative;
  3211.    }
  3212.    
  3213.    .sponsored-card-v2:hover {
  3214.        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  3215.    }
  3216.    
  3217.    .sponsored-image-v2 {
  3218.        position: relative;
  3219.        height: 200px;
  3220.    }
  3221.    
  3222.    .sponsored-image-v2 img {
  3223.        width: 100%;
  3224.        height: 100%;
  3225.        object-fit: cover;
  3226.    }
  3227.    
  3228.    .sponsored-badge-v2 {
  3229.        position: absolute;
  3230.        bottom: 10px;
  3231.        left: 10px;
  3232.        padding: 6px 10px;
  3233.        font-size: 12px;
  3234.        font-weight: 600;
  3235.        text-transform: uppercase;
  3236.        border-radius: 4px;
  3237.    }
  3238.    
  3239.    .sponsored-content-v2 {
  3240.        padding: 20px;
  3241.    }
  3242.    
  3243.    .sponsored-title-v2 {
  3244.        font-size: 18px;
  3245.        font-weight: 600;
  3246.        line-height: 1.4;
  3247.        margin-bottom: 10px;
  3248.    }
  3249.    
  3250.    .sponsored-title-v2 a {
  3251.        text-decoration: none;
  3252.        transition: color 0.3s ease;
  3253.    }
  3254.    
  3255.    .sponsored-title-v2 a:hover {
  3256.        color: #007bff; /* Blue hover for variety */
  3257.    }
  3258.    
  3259.    .sponsored-excerpt-v2 {
  3260.        font-size: 14px;
  3261.        color: #6c757d;
  3262.        margin-bottom: 15px;
  3263.        line-height: 1.6;
  3264.    }
  3265.    
  3266.    .sponsored-meta-v2 {
  3267.        display: flex;
  3268.        align-items: center;
  3269.        justify-content: space-between;
  3270.        font-size: 12px;
  3271.        color: #6c757d;
  3272.    }
  3273.    
  3274.    .author-info-v2 {
  3275.        display: flex;
  3276.        align-items: center;
  3277.        gap: 8px;
  3278.    }
  3279.    
  3280.    .sponsored-author-img-v2 {
  3281.        width: 28px;
  3282.        height: 28px;
  3283.        border-radius: 50%;
  3284.        object-fit: cover;
  3285.    }
  3286.    
  3287.    .section-title-sponsored-v2 {
  3288.        font-size: 2.2rem;
  3289.        font-weight: 700;
  3290.        text-align: center;
  3291.        margin-bottom: 30px;
  3292.        color: #333;
  3293.    }
  3294.  
  3295.    @media (max-width: 768px) {
  3296.        .sponsored-section-v2 {
  3297.            padding: 30px 0;
  3298.        }
  3299.        .sponsored-content-v2 {
  3300.            padding: 15px;
  3301.        }
  3302.        .sponsored-title-v2 {
  3303.            font-size: 16px;
  3304.        }
  3305.        .sponsored-excerpt-v2 {
  3306.            font-size: 13px;
  3307.        }
  3308.    }
  3309. </style>
  3310.  
  3311. <section class="sponsored-section-v2">
  3312.    <div class="container-fluid fluid-container">
  3313.        <div class="row">
  3314.            <div class="col-12">
  3315.                <h2 class="section-title-sponsored-v2">Sponsored News</h2>
  3316.            </div>
  3317.        </div>
  3318.        
  3319.        <div class="row g-4">
  3320.            
  3321.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3322.                <div class="card sponsored-card-v2">
  3323.                    <div class="sponsored-image-v2">
  3324.                        
  3325.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3326.                        
  3327.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3328.                    </div>
  3329.                    <div class="sponsored-content-v2">
  3330.                        <h3 class="sponsored-title-v2">
  3331.                            <a href="/the-reason-real-madrid-have-utter-trust-in-teenager-thiago-pitarch/" class="top-color">
  3332.                            The Reason Real Madrid Have &#x27;Utter Trust&#x27; in Teenager Thiago Pitarch
  3333.                            </a>
  3334.                        </h3>
  3335.                        <p class="sponsored-excerpt-v2">
  3336.                            
  3337.                        </p>
  3338.                        <div class="sponsored-meta-v2">
  3339.                            <div class="author-info-v2">
  3340.                                
  3341.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/7e813f64-de95-458c-8f51-b6cef5c0ae92_profile.png" alt="Michael Herrera" style="object-fit: cover;" class="sponsored-author-img-v2">
  3342.                                
  3343.                                <span>
  3344.                                    Michael Herrera
  3345.                                </span>
  3346.                            </div>
  3347.                            <span>05 May 2026</span>
  3348.                        </div>
  3349.                    </div>
  3350.                </div>
  3351.            </div>
  3352.            
  3353.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3354.                <div class="card sponsored-card-v2">
  3355.                    <div class="sponsored-image-v2">
  3356.                        
  3357.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3358.                        
  3359.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3360.                    </div>
  3361.                    <div class="sponsored-content-v2">
  3362.                        <h3 class="sponsored-title-v2">
  3363.                            <a href="/live-streaming-broadcaster-introduces-baby-during-live-stream-for-tens-of-thousands-of-audience-members/" class="top-color">
  3364.                            Live Streaming Broadcaster Introduces Baby During Live Stream for Tens of Thousands of Audience Members
  3365.                            </a>
  3366.                        </h3>
  3367.                        <p class="sponsored-excerpt-v2">
  3368.                            
  3369.                        </p>
  3370.                        <div class="sponsored-meta-v2">
  3371.                            <div class="author-info-v2">
  3372.                                
  3373.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/7e813f64-de95-458c-8f51-b6cef5c0ae92_profile.png" alt="Michael Herrera" style="object-fit: cover;" class="sponsored-author-img-v2">
  3374.                                
  3375.                                <span>
  3376.                                    Michael Herrera
  3377.                                </span>
  3378.                            </div>
  3379.                            <span>05 May 2026</span>
  3380.                        </div>
  3381.                    </div>
  3382.                </div>
  3383.            </div>
  3384.            
  3385.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3386.                <div class="card sponsored-card-v2">
  3387.                    <div class="sponsored-image-v2">
  3388.                        
  3389.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3390.                        
  3391.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3392.                    </div>
  3393.                    <div class="sponsored-content-v2">
  3394.                        <h3 class="sponsored-title-v2">
  3395.                            <a href="/manchester-united-set-to-sign-germany-striker-lea-sch%C3%BCller-away-from-the-bavarian-giants/" class="top-color">
  3396.                            Manchester United Set to Sign Germany Striker Lea Schüller away from the Bavarian Giants
  3397.                            </a>
  3398.                        </h3>
  3399.                        <p class="sponsored-excerpt-v2">
  3400.                            
  3401.                        </p>
  3402.                        <div class="sponsored-meta-v2">
  3403.                            <div class="author-info-v2">
  3404.                                
  3405.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/7e813f64-de95-458c-8f51-b6cef5c0ae92_profile.png" alt="Michael Herrera" style="object-fit: cover;" class="sponsored-author-img-v2">
  3406.                                
  3407.                                <span>
  3408.                                    Michael Herrera
  3409.                                </span>
  3410.                            </div>
  3411.                            <span>05 May 2026</span>
  3412.                        </div>
  3413.                    </div>
  3414.                </div>
  3415.            </div>
  3416.            
  3417.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3418.                <div class="card sponsored-card-v2">
  3419.                    <div class="sponsored-image-v2">
  3420.                        
  3421.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3422.                        
  3423.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3424.                    </div>
  3425.                    <div class="sponsored-content-v2">
  3426.                        <h3 class="sponsored-title-v2">
  3427.                            <a href="/like-a-champions-league-win-kendalls-unforgettable-performance-for-england/" class="top-color">
  3428.                            ‘Like a Champions League win’ - Kendall’s unforgettable performance for England
  3429.                            </a>
  3430.                        </h3>
  3431.                        <p class="sponsored-excerpt-v2">
  3432.                            
  3433.                        </p>
  3434.                        <div class="sponsored-meta-v2">
  3435.                            <div class="author-info-v2">
  3436.                                
  3437.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/7e813f64-de95-458c-8f51-b6cef5c0ae92_profile.png" alt="Michael Herrera" style="object-fit: cover;" class="sponsored-author-img-v2">
  3438.                                
  3439.                                <span>
  3440.                                    Michael Herrera
  3441.                                </span>
  3442.                            </div>
  3443.                            <span>05 May 2026</span>
  3444.                        </div>
  3445.                    </div>
  3446.                </div>
  3447.            </div>
  3448.            
  3449.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3450.                <div class="card sponsored-card-v2">
  3451.                    <div class="sponsored-image-v2">
  3452.                        
  3453.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3454.                        
  3455.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3456.                    </div>
  3457.                    <div class="sponsored-content-v2">
  3458.                        <h3 class="sponsored-title-v2">
  3459.                            <a href="/beijing-increases-oversight-on-rare-earth-element-exports-citing-national-security-worries/" class="top-color">
  3460.                            Beijing Increases Oversight on Rare Earth Element Exports, Citing National Security Worries
  3461.                            </a>
  3462.                        </h3>
  3463.                        <p class="sponsored-excerpt-v2">
  3464.                            
  3465.                        </p>
  3466.                        <div class="sponsored-meta-v2">
  3467.                            <div class="author-info-v2">
  3468.                                
  3469.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/7e813f64-de95-458c-8f51-b6cef5c0ae92_profile.png" alt="Michael Herrera" style="object-fit: cover;" class="sponsored-author-img-v2">
  3470.                                
  3471.                                <span>
  3472.                                    Michael Herrera
  3473.                                </span>
  3474.                            </div>
  3475.                            <span>05 May 2026</span>
  3476.                        </div>
  3477.                    </div>
  3478.                </div>
  3479.            </div>
  3480.            
  3481.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3482.                <div class="card sponsored-card-v2">
  3483.                    <div class="sponsored-image-v2">
  3484.                        
  3485.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3486.                        
  3487.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3488.                    </div>
  3489.                    <div class="sponsored-content-v2">
  3490.                        <h3 class="sponsored-title-v2">
  3491.                            <a href="/ken-burns-reflecting-on-his-latest-revolutionary-war-documentary-this-is-our-most-crucial-work/" class="top-color">
  3492.                            Ken Burns reflecting on His Latest Revolutionary War Documentary: ‘This Is Our Most Crucial Work’
  3493.                            </a>
  3494.                        </h3>
  3495.                        <p class="sponsored-excerpt-v2">
  3496.                            
  3497.                        </p>
  3498.                        <div class="sponsored-meta-v2">
  3499.                            <div class="author-info-v2">
  3500.                                
  3501.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/7e813f64-de95-458c-8f51-b6cef5c0ae92_profile.png" alt="Michael Herrera" style="object-fit: cover;" class="sponsored-author-img-v2">
  3502.                                
  3503.                                <span>
  3504.                                    Michael Herrera
  3505.                                </span>
  3506.                            </div>
  3507.                            <span>05 May 2026</span>
  3508.                        </div>
  3509.                    </div>
  3510.                </div>
  3511.            </div>
  3512.            
  3513.        </div>
  3514.    </div>
  3515. </section>
  3516.  
  3517.  
  3518.    
  3519.        <!-- end wpo-blog-sponsored-section -->
  3520.        <!-- start wpo-subscribe-section -->
  3521.        
  3522.        <!-- end subscribe-section -->
  3523.        <!-- start of wpo-site-footer-section -->
  3524.        
  3525.  
  3526.  
  3527.  
  3528.  
  3529.  
  3530.  
  3531. <footer class="wpo-site-footer-v2 ">
  3532.    
  3533.    <!-- Main Footer Content -->
  3534.    <div class="container-fluid fluid-container">
  3535.        
  3536.        <!-- Step 1: Brand Section -->
  3537.        <div class="footer-brand-section">
  3538.            <div class="row justify-content-center">
  3539.                <div class="col-lg-8 col-md-10 col-12 text-center">
  3540.                    <div class="brand-wrapper">
  3541.                        
  3542.                            <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/684649a1-6323-4bb1-b697-f219eb35ff44_logo.png" alt="VectorDaily" class="footer-logo mb-3" loading="lazy">
  3543.                        
  3544.                        <h2 class="brand-title">VectorDaily</h2>
  3545.                        <p class="brand-description">VectorDaily delivers cutting-edge technology news, AI developments, and digital innovation trends. Stay informed with expert analysis and industry updates.</p>
  3546.                        
  3547.                    </div>
  3548.                </div>
  3549.            </div>
  3550.        </div>
  3551.  
  3552.        <!-- Step 2: Content Columns with Separators -->
  3553.        <div class="footer-content-section">
  3554.            <div class="content-divider"></div>
  3555.            
  3556.            <div class="row">
  3557.                
  3558.                <!-- Column 1: Important Links -->
  3559.                <div class="col-lg-6 col-md-6 col-12">
  3560.                    <div class="footer-column">
  3561.                        <div class="column-header">
  3562.                            <span class="column-number bg-primary-gradient">01</span>
  3563.                            <h6 class="column-title">Important Pages</h6>
  3564.                        </div>
  3565.                        <div class="column-content">
  3566.                            <ul class="footer-links">
  3567.                                
  3568.                                <li>
  3569.                                    <a href="/the-eurovision-song-contest-was-traditionally-a-campy-joy-yet-it-has-transformed-into-a-cynical-way-to-whitewash-war/" class="footer-link">
  3570.                                        The Eurovision Song Contest Was Traditionally a Campy Joy – Yet It Has Transformed Into a Cynical Way to Whitewash War.
  3571.                                    </a>
  3572.                                </li>
  3573.                                
  3574.                                <li>
  3575.                                    <a href="/surprise-package-justin-hood-smashes-record-with-stunning-11-straight-doubles-in-world-championship-rout/" class="footer-link">
  3576.                                        Surprise Package Justin Hood Smashes Record with Stunning 11 Straight Doubles in World Championship Rout
  3577.                                    </a>
  3578.                                </li>
  3579.                                
  3580.                                <li>
  3581.                                    <a href="/the-ongoing-issue-with-edinburghs-plastic-shrouded-hotel/" class="footer-link">
  3582.                                        The Ongoing Issue with Edinburgh&#x27;s Plastic-Shrouded Hotel?
  3583.                                    </a>
  3584.                                </li>
  3585.                                
  3586.                                <li>
  3587.                                    <a href="/amid-a-raging-tempest-the-panicked-screams-of-children-in-tents-outside-echoed-this-is-christmas-in-gaza/" class="footer-link">
  3588.                                        Amid a Raging Tempest, The Panicked Screams of Children in Tents Outside Echoed. This is Christmas in Gaza
  3589.                                    </a>
  3590.                                </li>
  3591.                                
  3592.                                <li>
  3593.                                    <a href="/an-alarming-state-of-affairs-war-on-iran-constricts-indias-cooking-gas-availability/" class="footer-link">
  3594.                                        ‘An Alarming State of Affairs’: War on Iran Constricts India&#x27;s Cooking-Gas Availability.
  3595.                                    </a>
  3596.                                </li>
  3597.                                
  3598.                                <li>
  3599.                                    <a href="/los-blancos-impressive-yet-vinicius-tensions-escalate-major-spanish-derby-takeaways/" class="footer-link">
  3600.                                        Los Blancos Impressive yet Vinicius Tensions Escalate – Major Spanish Derby Takeaways
  3601.                                    </a>
  3602.                                </li>
  3603.                                
  3604.                            </ul>
  3605.                        </div>
  3606.                    </div>
  3607.                </div>
  3608.  
  3609.                <!-- Column 2: External Links -->
  3610.                 <div class="col-lg-6 col-md-6 col-12">
  3611.                    <div class="footer-column">
  3612.                        <div class="column-header">
  3613.                            <span class="column-number bg-primary-gradient">02</span>
  3614.                            <h6 class="column-title">External Resources</h6>
  3615.                        </div>
  3616.                       <div class="column-content">
  3617.    <ul class="footer-links" id="footerLinks">
  3618.        
  3619.        
  3620.  
  3621.        
  3622.        
  3623.        
  3624.        
  3625.    </ul>
  3626. </div>
  3627.  
  3628.                    </div>
  3629.                </div>
  3630.  
  3631.                <!-- Column 3: Categories -->
  3632.                <div class="col-lg-6 col-md-6 col-12">
  3633.                    <div class="footer-column">
  3634.                        <div class="column-header">
  3635.                            <span class="column-number bg-primary-gradient">02</span>
  3636.                            <h6 class="column-title">Categories</h6>
  3637.                        </div>
  3638.                        <div class="column-content">
  3639.                            <ul class="footer-links">
  3640.                                
  3641.                                <li>
  3642.                                    <a href="/category/all-posts/" class="footer-link">
  3643.                                        All Posts
  3644.                                    </a>
  3645.                                </li>
  3646.                                
  3647.                                <li>
  3648.                                    <a href="/category/business/" class="footer-link">
  3649.                                        Business
  3650.                                    </a>
  3651.                                </li>
  3652.                                
  3653.                                <li>
  3654.                                    <a href="/category/esports/" class="footer-link">
  3655.                                        Esports
  3656.                                    </a>
  3657.                                </li>
  3658.                                
  3659.                                <li>
  3660.                                    <a href="/category/fashion/" class="footer-link">
  3661.                                        Fashion
  3662.                                    </a>
  3663.                                </li>
  3664.                                
  3665.                                <li>
  3666.                                    <a href="/category/featured/" class="footer-link">
  3667.                                        Featured
  3668.                                    </a>
  3669.                                </li>
  3670.                                
  3671.                                <li>
  3672.                                    <a href="/category/gaming/" class="footer-link">
  3673.                                        Gaming
  3674.                                    </a>
  3675.                                </li>
  3676.                                
  3677.                            </ul>
  3678.                        </div>
  3679.                    </div>
  3680.                </div>
  3681.  
  3682.            </div>
  3683.        </div>
  3684.  
  3685.        <!-- Step 3: Footer Bottom -->
  3686.        <div class="footer-bottom-section">
  3687.            <div class="bottom-divider"></div>
  3688.            <div class="d-flex justify-content-between flex-wrap">
  3689.                <div class="">
  3690.                    <p class="copyright-text">
  3691.                        &copy; 2026 <strong>VectorDaily</strong> • All rights reserved
  3692.                    </p>
  3693.                </div>
  3694.                <div class="">
  3695.                    <nav class="footer-nav">
  3696.                        <a href="/page/write-for-us/" class="footer-nav-link">Write For Us</a>
  3697.                        <a href="/page/terms-and-conditions/" class="footer-nav-link">Terms</a>
  3698.                        <a href="/sitemap.xml" class="footer-nav-link">Sitemap</a>
  3699.                    </nav>
  3700.                </div>
  3701.            </div>
  3702.        </div>
  3703.  
  3704.    </div>
  3705.  
  3706.    <!-- Background Elements -->
  3707.    <div class="footer-bg-elements">
  3708.        <div class="bg-circle circle-1"></div>
  3709.        <div class="bg-circle circle-2"></div>
  3710.        <div class="bg-line line-1"></div>
  3711.        <div class="bg-line line-2"></div>
  3712.    </div>
  3713.  
  3714. </footer>
  3715.  
  3716. <style>
  3717. /* Footer V2 - Clean Blog Design */
  3718. .wpo-site-footer-v2 {
  3719.    color: var(--footer-color);
  3720.    background-color: var(--card-bg);
  3721.    margin-top: 100px;
  3722. }
  3723.  
  3724.  
  3725.  
  3726. /* Step 2: Brand Section */
  3727. .footer-brand-section {
  3728.    position: relative;
  3729.    z-index: 2;
  3730.    padding: 120px 0 60px;
  3731. }
  3732.  
  3733. .brand-wrapper {
  3734.    max-width: 600px;
  3735.    margin: 0 auto;
  3736. }
  3737.  
  3738. .footer-logo {
  3739.    max-height: 60px;
  3740.    width: auto;
  3741.    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
  3742. }
  3743.  
  3744. .brand-title {
  3745.    font-size: 2.2rem;
  3746.    font-weight: 800;
  3747.    color: var(--footer-color);
  3748.    margin-bottom: 1rem;
  3749.    letter-spacing: -0.02em;
  3750. }
  3751.  
  3752. .brand-description {
  3753.    font-size: 1.1rem;
  3754.    color: var(--footer-color);
  3755.    line-height: 1.6;
  3756.    opacity: .7;
  3757.    margin-bottom: 0;
  3758. }
  3759.  
  3760. /* Step 3: Content Section */
  3761. .footer-content-section {
  3762.    position: relative;
  3763.    z-index: 2;
  3764.    padding: 60px 0;
  3765. }
  3766.  
  3767.  
  3768. .footer-column {
  3769.    margin-bottom: 40px;
  3770.    padding: 0 20px;
  3771. }
  3772.  
  3773. .column-header {
  3774.    display: flex;
  3775.    align-items: center;
  3776.    margin-bottom: 25px;
  3777.    padding-bottom: 15px;
  3778.    border-bottom: 2px solid var(--border-color);
  3779. }
  3780.  
  3781. .column-number {
  3782.    width: 35px;
  3783.    height: 35px;
  3784.    border-radius: 10px;
  3785.    display: flex;
  3786.    align-items: center;
  3787.    justify-content: center;
  3788.    font-weight: 700;
  3789.    font-size: 0.9rem;
  3790.    margin-right: 15px;
  3791. }
  3792.  
  3793. .column-title {
  3794.    font-size: 1.1rem;
  3795.    font-weight: 700;
  3796.    color: var(--footer-color) !important;
  3797.    margin: 0;
  3798. }
  3799.  
  3800. .column-content {
  3801.    padding-left: 50px;
  3802. }
  3803.  
  3804. /* Footer Links */
  3805. .footer-links {
  3806.    list-style: none;
  3807.    padding: 0;
  3808.    margin: 0;
  3809. }
  3810.  
  3811. .footer-links li {
  3812.    margin-bottom: 12px;
  3813.    position: relative;
  3814. }
  3815.  
  3816. .footer-link {
  3817.    color: var(--footer-color) !important;
  3818.    text-decoration: none;
  3819.    font-size: 0.95rem;
  3820.    line-height: 1.5;
  3821.    transition: all 0.8s ease;
  3822.    position: relative;
  3823.    display: inline-flex;
  3824.    align-items: center;
  3825. }
  3826.  
  3827. .footer-link:hover {
  3828.    color: var(--bs-primary);
  3829.    padding-left: 8px;
  3830. }
  3831.  
  3832. .footer-link::before {
  3833.    content: '';
  3834.    position: absolute;
  3835.    left: -15px;
  3836.    top: 50%;
  3837.    transform: translateY(-50%);
  3838.    width: 4px;
  3839.    height: 4px;
  3840.    background: var(--bs-primary);
  3841.    border-radius: 50%;
  3842.    opacity: 0;
  3843.    transition: opacity 0.3s ease;
  3844. }
  3845.  
  3846. .footer-link:hover::before {
  3847.    opacity: 1;
  3848. }
  3849.  
  3850. /* Step 4: Footer Bottom */
  3851. .footer-bottom-section {
  3852.    position: relative;
  3853.    z-index: 2;
  3854.    padding: 30px 0;
  3855. }
  3856.  
  3857. .bottom-divider {
  3858.    width: 100%;
  3859.    height: 1px;
  3860.    background: linear-gradient(90deg, transparent 0%,var(--footer-color) ,var(--border-color) ,  transparent 100%);
  3861.    margin-bottom: 30px;
  3862. }
  3863.  
  3864. .copyright-text {
  3865.    color: var(--footer-color);
  3866.    font-size: 0.9rem;
  3867.    margin: 0;
  3868.    line-height: 1.6;
  3869. }
  3870.  
  3871. .footer-nav {
  3872.    display: flex;
  3873.    align-items: center;
  3874.    gap: 20px;
  3875.    justify-content: center;
  3876. }
  3877.  
  3878. .footer-nav-link {
  3879.    color: var(--footer-color) !important;
  3880.    text-decoration: none;
  3881.    font-size: 0.9rem;
  3882.    font-weight: 500;
  3883.    transition: color 0.3s ease;
  3884.    position: relative;
  3885. }
  3886.  
  3887. .footer-nav-link:hover {
  3888.    color: var(--bs-primary);
  3889. }
  3890.  
  3891. .footer-nav-link::after {
  3892.    content: '';
  3893.    position: absolute;
  3894.    bottom: -5px;
  3895.    left: 0;
  3896.    width: 0;
  3897.    height: 2px;
  3898.    background: var(--bs-primary) !important;
  3899.    transition: width 0.3s ease;
  3900. }
  3901.  
  3902. .footer-nav-link:hover::after {
  3903.    width: 100%;
  3904. }
  3905.  
  3906. /* Responsive Design */
  3907. @media (max-width: 992px) {
  3908.    .footer-brand-section {
  3909.        padding: 100px 0 50px;
  3910.    }
  3911.    
  3912.    .brand-title {
  3913.        font-size: 1.8rem;
  3914.    }
  3915.    
  3916.    .column-content {
  3917.        padding-left: 0;
  3918.        padding-top: 10px;
  3919.    }
  3920.    
  3921.    .column-header {
  3922.        flex-direction: column;
  3923.        align-items: flex-start;
  3924.        gap: 10px;
  3925.    }
  3926.    
  3927.    .column-number {
  3928.        align-self: center;
  3929.    }
  3930. }
  3931.  
  3932. @media (max-width: 768px) {
  3933.    .footer-brand-section {
  3934.        padding: 80px 0 40px;
  3935.    }
  3936.    
  3937.    .brand-title {
  3938.        font-size: 1.6rem;
  3939.    }
  3940.    
  3941.    .newsletter-inline {
  3942.        padding: 1.5rem;
  3943.        margin: 0 15px;
  3944.    }
  3945.    
  3946.    .newsletter-form .input-group {
  3947.        flex-direction: column;
  3948.    }
  3949.    
  3950.    .btn-newsletter {
  3951.        border-radius: 0 0 12px 12px;
  3952.    }
  3953.    
  3954.    .newsletter-input {
  3955.        border-radius: 12px 12px 0 0;
  3956.    }
  3957.    
  3958.    .footer-column {
  3959.        padding: 0 15px;
  3960.        margin-bottom: 35px;
  3961.    }
  3962.    
  3963.    .footer-nav {
  3964.        flex-direction: column;
  3965.        gap: 15px;
  3966.        margin-top: 20px;
  3967.    }
  3968. }
  3969.  
  3970. @media (max-width: 576px) {
  3971.    .footer-brand-section {
  3972.        padding: 60px 0 30px;
  3973.    }
  3974.    
  3975.    .brand-title {
  3976.        font-size: 1.4rem;
  3977.    }
  3978.    
  3979.    .brand-description {
  3980.        font-size: 1rem;
  3981.    }
  3982.    
  3983.    .newsletter-title {
  3984.        font-size: 1.1rem;
  3985.    }
  3986.    
  3987.    .column-title {
  3988.        font-size: 1rem;
  3989.    }
  3990.    
  3991.    .footer-column {
  3992.        padding: 0 10px;
  3993.    }
  3994.    
  3995.    .bg-circle, .bg-line {
  3996.        display: none;
  3997.    }
  3998. }
  3999.  
  4000. /* Minimal Animation */
  4001. .footer-column {
  4002.    transition: opacity 0.3s ease;
  4003. }
  4004.  
  4005. .footer-column:hover {
  4006.    opacity: 0.9;
  4007. }
  4008. </style>
  4009.  
  4010. <!-- Bootstrap 5 JS -->
  4011.  
  4012. <script>
  4013. // Scroll to Top Function
  4014. function scrollToTop() {
  4015.    window.scrollTo({
  4016.        top: 0,
  4017.        behavior: 'smooth'
  4018.    });
  4019. }
  4020.  
  4021. // Initialize Footer V2 Features
  4022. document.addEventListener('DOMContentLoaded', function() {
  4023.    
  4024.    // Newsletter Form Enhancement
  4025.    const newsletterForm = document.querySelector('.newsletter-form');
  4026.    if (newsletterForm) {
  4027.        newsletterForm.addEventListener('submit', function(e) {
  4028.            e.preventDefault(); // Remove this in actual implementation
  4029.            
  4030.            const submitBtn = this.querySelector('.btn-newsletter');
  4031.            const originalText = submitBtn.textContent;
  4032.            
  4033.            submitBtn.textContent = 'Subscribing...';
  4034.            submitBtn.disabled = true;
  4035.            
  4036.            // Simulate form processing
  4037.            setTimeout(() => {
  4038.                submitBtn.textContent = 'Subscribed!';
  4039.                submitBtn.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  4040.                
  4041.                setTimeout(() => {
  4042.                    submitBtn.textContent = originalText;
  4043.                    submitBtn.disabled = false;
  4044.                    submitBtn.style.background = '';
  4045.                    this.reset();
  4046.                }, 2000);
  4047.            }, 1500);
  4048.        });
  4049.    }
  4050.    
  4051.    // Smooth reveal for columns on scroll
  4052.    const observerOptions = {
  4053.        threshold: 0.1,
  4054.        rootMargin: '0px 0px -50px 0px'
  4055.    };
  4056.    
  4057.    const observer = new IntersectionObserver((entries) => {
  4058.        entries.forEach(entry => {
  4059.            if (entry.isIntersecting) {
  4060.                entry.target.style.opacity = '1';
  4061.                entry.target.style.transform = 'translateY(0)';
  4062.            }
  4063.        });
  4064.    }, observerOptions);
  4065.    
  4066.    // Initially hide columns for animation
  4067.    document.querySelectorAll('.footer-column').forEach((column, index) => {
  4068.        column.style.opacity = '0';
  4069.        column.style.transform = 'translateY(20px)';
  4070.        column.style.transition = `all 0.6s ease ${index * 0.1}s`;
  4071.        observer.observe(column);
  4072.    });
  4073.    
  4074.    // Prevent default for placeholder links
  4075.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4076.        link.addEventListener('click', function(e) {
  4077.            e.preventDefault();
  4078.        });
  4079.    });
  4080. });
  4081.  
  4082. document.addEventListener('DOMContentLoaded', function () {
  4083.    var btn = document.getElementById('toggleFooterLinks');
  4084.    if (!btn) return; // No extra links, no button
  4085.  
  4086.    var extras = document.querySelectorAll('#footerLinks li.extra');
  4087.  
  4088.    btn.addEventListener('click', function () {
  4089.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4090.            return li.classList.contains('d-none');
  4091.        });
  4092.  
  4093.        extras.forEach(function (li) {
  4094.            if (anyHidden) {
  4095.                li.classList.remove('d-none');
  4096.                li.classList.add('show');
  4097.            } else {
  4098.                li.classList.add('d-none');
  4099.                li.classList.remove('show');
  4100.            }
  4101.        });
  4102.  
  4103.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4104.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4105.    });
  4106. });
  4107.  
  4108. </script>
  4109.  
  4110.        <!-- end of wpo-site-footer-section -->
  4111.    </div>
  4112.    <!-- end of page-wrapper -->
  4113.  
  4114.    <!-- All JavaScript files
  4115.    ================================================== -->
  4116.    
  4117.  
  4118. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4119. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4120. <!-- Plugins for this template -->
  4121. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4122. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4123. <!-- Custom script for this template -->
  4124. <script src="/static/blogapp/assets/js/script.js"></script>
  4125.  
  4126. <script>
  4127. (function () {
  4128. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4129. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4130.  
  4131. function applyFallback(img) {
  4132. if (!img || img.dataset.fallbackApplied === "1") {
  4133. return;
  4134. }
  4135. var failedSrc = img.currentSrc || img.src || "";
  4136. img.dataset.fallbackApplied = "1";
  4137. img.onerror = null;
  4138. img.src = fallbackImageSrc;
  4139. console.warn("[ImageFallback] Replaced broken image:", {
  4140. failedSrc: failedSrc,
  4141. fallbackSrc: fallbackImageSrc,
  4142. alt: img.alt || "",
  4143. });
  4144. }
  4145.  
  4146. document.querySelectorAll("img").forEach(function (img) {
  4147. if (img.complete && img.naturalWidth === 0) {
  4148. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4149. failedSrc: img.currentSrc || img.src || "",
  4150. alt: img.alt || "",
  4151. });
  4152. applyFallback(img);
  4153. }
  4154. });
  4155.  
  4156. document.addEventListener(
  4157. "error",
  4158. function (event) {
  4159. var target = event.target;
  4160. if (target && target.tagName === "IMG") {
  4161. applyFallback(target);
  4162. }
  4163. },
  4164. true
  4165. );
  4166. })();
  4167. </script>
  4168.  
  4169. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4170.  
  4171.  
  4172.  
  4173. </body>
  4174.  
  4175. </html>
  4176.  
  4177.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda