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://lunarspinnetwork.com

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="fira">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_50_g8GQbU2_CzoC1Di_T2FtMxy_hjdAFTA.png">
  14.    
  15.  
  16.    <title>Lunar Spin Network: Exploring Space Tech and Astronomy Insights</title>
  17.    <meta name="description" content="Discover the latest in space technology, astronomy news, and cosmic exploration. Join our community for expert articles and updates on the universe.">
  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://lunarspinnetwork.com/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #f472b6;
  42.        --bs-primary-rgb: f472b6;
  43.        --bs-secondary: #94a3b8;
  44.        --bs-success: #34d399;
  45.        --bs-danger: #f87171;
  46.        --bs-warning: #fbbf24;
  47.        --bs-info: #60a5fa;
  48.        --bs-light: #f1f5f9;
  49.        --bs-dark: #1e293b;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #f472b6;
  53.        --theme-primary-color-s2: #f472b6;
  54.        --body-bg-color: #0f172a;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #f1f5f9;
  57.        --text-light-color: #676767;
  58.        --heading-color: #f1f5f9;
  59.        --border-color: #475569;
  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: #1e293b;
  73.        --nav-bg: #1e293b;
  74.        --sub-nav: #475569;
  75.        --navbar-color: #f1f5f9;
  76.        --topbar-bg: #0f172a;
  77.        --topbar-color: #f1f5f9;
  78.        --footer-bg: #1e293b;
  79.        --footer-color: #f1f5f9;
  80.        --card-bg: rgba(30, 41, 59, 0.8);
  81.        --card-border: #475569;
  82.        --card-radius: 12px;
  83.        --link-color: #f472b6;
  84.        --link-hover: #ec4899;
  85.        --blog-color: #f1f5f9;
  86.        --blog-bg: rgba(244, 114, 182, 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: rgba(30, 41, 59, 0.8) !important;
  204.            backdrop-filter: blur(10px);
  205.        
  206.        border: 1px solid var(--border-color) !important;
  207.        transition: all 0.3s ease;
  208.        border-radius: 12px;
  209.        color: var(--text-color) !important;
  210.    }
  211.     .navbar-brand img{
  212.            height: 70px;
  213.            object-fit: contain;
  214.        }
  215.    
  216.    .card:hover {
  217.        transform: translateY(-5px);
  218.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  219.    }
  220.    
  221.    .card-header {
  222.        background-color: var(--section-bg-color) !important;
  223.        border-color: var(--border-color) !important;
  224.        color: var(--text-color) !important;
  225.    }
  226.    
  227.    /* Bootstrap Form Controls */
  228.    .form-control {
  229.        color: var(--text-color) !important;
  230.        background-color: var(--body-bg-color) !important;
  231.        border-color: var(--border-color) !important;
  232.        /* Remove font-family override - let data-font-scheme handle it */
  233.    }
  234.    
  235.    .form-control:focus {
  236.        border-color: var(--bs-primary) !important;
  237.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  238.    }
  239.    
  240.    /* Links throughout site */
  241.  .nav1 a {
  242.        color: var(--link-color) !important;
  243.        text-decoration: none;
  244.        transition: all 0.3s ease;
  245.    }
  246.    
  247.    a:hover {
  248.        color: var(--link-hover) !important;
  249.    }
  250.    
  251.    /* Text color classes */
  252.    .text-muted {
  253.        color: var(--body-color) !important;
  254.    }
  255.    
  256.    .text-light {
  257.        color: var(--light) !important;
  258.    }
  259.    
  260.    /* Section backgrounds */
  261.    .section-bg,
  262.    .bg-light {
  263.        background-color: var(--section-bg-color) !important;
  264.    }
  265.    
  266.    /* Dark sections */
  267.    .bg-dark,
  268.    .dark-section {
  269.        background-color: var(--black-bg-color) !important;
  270.        color: var(--black-section-text-color) !important;
  271.    }
  272.    
  273.    /* Footer styling */
  274.    .footer,
  275.    footer {
  276.        
  277.            background-color: var(--footer-bg) !important;
  278.        
  279.        color: var(--footer-color) !important;
  280.    }
  281.    
  282.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  283.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  284.        color: var(--black-section-text-color) !important;
  285.        /* Remove font-family override - let data-font-scheme handle it */
  286.    }
  287.    
  288.    .footer a, footer a {
  289.        color: var(--black-section-text-color) !important;
  290.    }
  291.    
  292.    .footer a:hover, footer a:hover {
  293.        color: var(--bs-primary) !important;
  294.    }
  295.    
  296.    /* Bootstrap Secondary Colors */
  297.    .btn-secondary {
  298.        background-color: var(--bs-secondary) !important;
  299.        border-color: var(--bs-secondary) !important;
  300.    }
  301.    
  302.    .text-secondary {
  303.        color: var(--bs-secondary) !important;
  304.    }
  305.    
  306.    .bg-secondary {
  307.        background-color: var(--bs-secondary) !important;
  308.    }
  309.    
  310.    /* Bootstrap Success, Danger, Warning, Info */
  311.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  312.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  313.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  314.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  315.    
  316.    .text-success { color: var(--bs-success) !important; }
  317.    .text-danger { color: var(--bs-danger) !important; }
  318.    .text-warning { color: var(--bs-warning) !important; }
  319.    .text-info { color: var(--bs-info) !important; }
  320.    
  321.    .bg-success { background-color: var(--bs-success) !important; }
  322.    .bg-danger { background-color: var(--bs-danger) !important; }
  323.    .bg-warning { background-color: var(--bs-warning) !important; }
  324.    .bg-info { background-color: var(--bs-info) !important; }
  325.    
  326.    /* Mobile menu styling */
  327.    .navbar-toggler,
  328.    .open-btn {
  329.        border-color: var(--navbar-color) !important;
  330.    }
  331.    
  332.    .icon-bar {
  333.        background-color: var(--navbar-color) !important;
  334.    }
  335.    
  336.    /* Smooth Animations */
  337.    .fade-in-up {
  338.        animation: fadeInUp 0.6s ease-out;
  339.    }
  340.    
  341.    @keyframes fadeInUp {
  342.        from {
  343.            opacity: 0;
  344.            transform: translateY(30px);
  345.        }
  346.        to {
  347.            opacity: 1;
  348.            transform: translateY(0);
  349.        }
  350.    }
  351.    
  352.    /* Responsive adjustments */
  353.    @media (max-width: 768px) {
  354.        .navbar {
  355.            padding: 0.5rem 0;
  356.        }
  357.        
  358.        .card:hover {
  359.            transform: none;
  360.        }
  361.    }
  362.    
  363. </style>
  364.    
  365.    
  366.    
  367.  
  368. <script>
  369.    var _paq = window._paq = window._paq || [];
  370.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  371.    _paq.push(['trackPageView']);
  372.    _paq.push(['enableLinkTracking']);
  373.    (function() {
  374.        var u = "//analytics.tech-vikings.com/";
  375.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  376.        _paq.push(['setSiteId', '2']);
  377.        var d = document,
  378.            g = d.createElement('script'),
  379.            s = d.getElementsByTagName('script')[0];
  380.        g.async = true;
  381.        g.src = u + 'matomo.js';
  382.        s.parentNode.insertBefore(g, s);
  383.    })();
  384. </script>
  385. </head>
  386.  
  387.  
  388.  
  389. <body class="page-blogapp:homepage theme-theme_59">
  390.    <div id="healthcheck"></div>
  391.    <!-- start page-wrapper -->
  392.    <div class="page-wrapper">
  393.        
  394.            <!-- start preloader -->
  395.                
  396. <div class="preloader" style="z-index: 1025;">
  397.    <div class="angular-shape">
  398.        <div></div>
  399.        <div></div>
  400.        <div></div>
  401.    </div>
  402.    <div class="spinner">
  403.        <div class="double-bounce1"></div>
  404.        <div class="double-bounce2"></div>
  405.    </div>
  406. </div>  
  407.  
  408.            <!-- end preloader -->
  409.        
  410.        <!-- Start header -->
  411.        <header id="header" class="wpo-site-header">
  412.            
  413.  
  414.  
  415.    
  416.  
  417.  
  418. <div class="top-bg">
  419.    <div class="unique-topbar d-sm-flex d-none container-fluid fluid-container">
  420.        <button class="unique-menu-btn bg-primary-gradient">Latest Update</button>        
  421.        
  422.        <div class="unique-news-container">
  423.            <div class="unique-news-wrapper" id="newsWrapper">
  424.                <!-- News items injected via JS -->
  425.            </div>
  426.        </div>
  427.    
  428.        <div class="contact-info">
  429.            <ul class="d-flex list-unstyled gap-3 pe-3 flex-wrap">
  430.                <li><a href="#"><i class="top-color ti-facebook"></i></a></li>
  431.                <li><a href="#"><i class="top-color ti-twitter-alt"></i></a></li>
  432.                <li><a href="#"><i class="top-color ti-instagram"></i></a></li>
  433.                <li><a href="#"><i class="top-color ti-google"></i></a></li>
  434.            </ul>
  435.        </div>
  436.    </div>
  437. </div>
  438.  
  439. <script>
  440.    // Build array dynamically from Django context
  441.    const newsItems = [
  442.        
  443.            { title: "White House Decries \u0027Democrat Hoax\u0027 as More Jeffrey Epstein Photos Made Public", url: "/white-house-decries-democrat-hoax-as-more-jeffrey-epstein-photos-made-public/" },
  444.        
  445.            { title: "The Defender Exits International Arena Long After Her Reputation Was Etched Within Football Legends", url: "/the-defender-exits-international-arena-long-after-her-reputation-was-etched-within-football-legends/" },
  446.        
  447.            { title: "Delving into the Trending Trends in Digital Slot Gaming", url: "/delving-into-the-trending-trends-in-digital-slot-gaming/" },
  448.        
  449.            { title: "The Hit Drama Announced for 7th Season on the British Broadcaster", url: "/the-hit-drama-announced-for-7th-season-on-the-british-broadcaster/" },
  450.        
  451.            { title: "British tennis star Emma Raducanu wraps up the current season and plans to retain her coach through next year.", url: "/british-tennis-star-emma-raducanu-wraps-up-the-current-season-and-plans-to-retain-her-coach-through-next-year/" }
  452.        
  453.    ];
  454.  
  455.    let currentNewsIndex = 0;
  456.    const newsWrapper = document.getElementById('newsWrapper');
  457.    let newsElements = [];
  458.  
  459.    // Create news elements dynamically with links
  460.    function createNewsElements() {
  461.        newsItems.forEach((news, index) => {
  462.            const newsElement = document.createElement('div');
  463.            newsElement.className = 'unique-news-item';
  464.            newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  465.            newsWrapper.appendChild(newsElement);
  466.            newsElements.push(newsElement);
  467.        });
  468.  
  469.        if (newsElements.length > 0) {
  470.            newsElements[0].classList.add('active');
  471.        }
  472.    }
  473.  
  474.    function changeNews() {
  475.        const currentElement = newsElements[currentNewsIndex];
  476.        const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  477.        const nextElement = newsElements[nextIndex];
  478.  
  479.        currentElement.classList.remove('active');
  480.        currentElement.classList.add('exit-up');
  481.  
  482.        setTimeout(() => {
  483.            nextElement.classList.add('active');
  484.            currentNewsIndex = nextIndex;
  485.  
  486.            setTimeout(() => {
  487.                currentElement.classList.remove('exit-up');
  488.            }, 100);
  489.        }, 250);
  490.    }
  491.  
  492.    function startNewsRotation() {
  493.        setInterval(changeNews, 5000);
  494.    }
  495.  
  496.    window.onload = function() {
  497.        createNewsElements();
  498.        startNewsRotation();
  499.    };
  500. </script>
  501.  
  502.  
  503.  
  504.            
  505.  
  506.  
  507.  
  508.  
  509.  
  510.  
  511. <header class="header-v7 py-2 mb-4">
  512.    <!-- Top Bar -->
  513.    <div class="top-bar-v7">
  514.        <div class="container-fluid fluid-container">
  515.            <div class="row align-items-center justify-content-center">
  516.                <div class="col-lg-3 col-md-4">
  517.                    <div class="logo-section-v7">
  518.                        <a class="brand-link-v7" href="/">
  519.                            
  520.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/d21aa7e6-09d4-4e83-b50e-d67fbcf6a057_logo.png" alt="Lunar Spin Network" class="logo-img-v7" />
  521.                            
  522.                        </a>
  523.                    </div>
  524.                </div>
  525.                <div class="col-lg-6 col-md-5">
  526.                    <div class="search-bar-v7">
  527.                        <form class="search-form-v7" action="#" method="get">
  528.                            <div class="search-container-v7">
  529.                                <input id="search-input" type="search" class="search-input-v7"
  530.                                    placeholder="Search articles, tutorials, news..." name="q">
  531.                                <button type="submit" class="search-btn-v7">
  532.                                    <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  533.                                        stroke-width="2">
  534.                                        <circle cx="11" cy="11" r="8"></circle>
  535.                                        <path d="m21 21-4.35-4.35"></path>
  536.                                    </svg>
  537.                                </button>
  538.                            </div>
  539.                            <div id="search-results" class="search-results-container search-v1"></div>
  540.                        </form>
  541.                    </div>
  542.                </div>
  543.                <div class="col-lg-3 col-md-3">
  544.                    <!-- Empty column for spacing -->
  545.                </div>
  546.            </div>
  547.        </div>
  548.    </div>
  549.  
  550.    <!-- Main Navigation -->
  551.    <div class="main-nav-v7">
  552.        <div class="container-fluid">
  553.            <div class="nav-wrapper-v7">
  554.  
  555.                <!-- Sidebar Navigation -->
  556.                <nav class="sidebar-nav-v7" id="sidebarNavV7">
  557.                    <div class="nav-header-v7">
  558.                        <h6 class="nav-title-v7">Navigation</h6>
  559.                        <button class="sidebar-close-v7 text-link" onclick="closeSidebarV7()">
  560.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  561.                                stroke-width="2">
  562.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  563.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  564.                            </svg>
  565.                        </button>
  566.                    </div>
  567.  
  568.                    <ul class="sidebar-menu-v7">
  569.                        <li class="sidebar-item-v7">
  570.                            <a href='/' class="sidebar-link-v7 active-v7">
  571.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  572.                                    stroke="currentColor" stroke-width="2">
  573.                                    <path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
  574.                                    <polyline points="9,22 9,12 15,12 15,22"></polyline>
  575.                                </svg>
  576.                                Home
  577.                            </a>
  578.                        </li>
  579.  
  580.                        <li class="sidebar-item-v7 has-submenu-v7">
  581.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('tech-submenu-v7')">
  582.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  583.                                    stroke="currentColor" stroke-width="2">
  584.                                    <rect x="2" y="3" width="20" height="14" rx="2" ry="2"></rect>
  585.                                    <line x1="8" y1="21" x2="16" y2="21"></line>
  586.                                    <line x1="12" y1="17" x2="12" y2="21"></line>
  587.                                </svg>
  588.                                Technology
  589.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  590.                                    stroke="currentColor" stroke-width="2">
  591.                                    <polyline points="6,9 12,15 18,9"></polyline>
  592.                                </svg>
  593.                            </a>
  594.                            <ul class="sidebar-submenu-v7" id="tech-submenu-v7">
  595.                                <li><a href="#" class="sidebar-sublink-v7">Web Development</a></li>
  596.                                <li><a href="#" class="sidebar-sublink-v7">Mobile Apps</a></li>
  597.                                <li><a href="#" class="sidebar-sublink-v7">AI & Machine Learning</a></li>
  598.                                <li><a href="#" class="sidebar-sublink-v7">Cybersecurity</a></li>
  599.                            </ul>
  600.                        </li>
  601.  
  602.                        <li class="sidebar-item-v7 has-submenu-v7">
  603.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('business-submenu-v7')">
  604.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  605.                                    stroke="currentColor" stroke-width="2">
  606.                                    <path
  607.                                        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">
  608.                                    </path>
  609.                                </svg>
  610.                                Business
  611.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  612.                                    stroke="currentColor" stroke-width="2">
  613.                                    <polyline points="6,9 12,15 18,9"></polyline>
  614.                                </svg>
  615.                            </a>
  616.                            <ul class="sidebar-submenu-v7" id="business-submenu-v7">
  617.                                <li><a href="#" class="sidebar-sublink-v7">Startups</a></li>
  618.                                <li><a href="#" class="sidebar-sublink-v7">Marketing</a></li>
  619.                                <li><a href="#" class="sidebar-sublink-v7">Finance</a></li>
  620.                            </ul>
  621.                        </li>
  622.  
  623.                        <li class="sidebar-item-v7">
  624.                            <a href="#" class="sidebar-link-v7">
  625.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  626.                                    stroke="currentColor" stroke-width="2">
  627.                                    <path d="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"></path>
  628.                                    <path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"></path>
  629.                                </svg>
  630.                                Tutorials
  631.                            </a>
  632.                        </li>
  633.  
  634.                        <li class="sidebar-item-v7">
  635.                            <a href="#" class="sidebar-link-v7">
  636.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  637.                                    stroke="currentColor" stroke-width="2">
  638.                                    <polygon
  639.                                        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">
  640.                                    </polygon>
  641.                                </svg>
  642.                                Reviews
  643.                            </a>
  644.                        </li>
  645.  
  646.                        <li class="sidebar-item-v7">
  647.                            <a href="#" class="sidebar-link-v7">
  648.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  649.                                    stroke="currentColor" stroke-width="2">
  650.                                    <path d="M6 2l3 6 5.5-3-2.5 7h7l-3 6-5.5-3 2.5-7H6z"></path>
  651.                                </svg>
  652.                                News
  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.                                    <circle cx="12" cy="12" r="3"></circle>
  661.                                    <path
  662.                                        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">
  663.                                    </path>
  664.                                </svg>
  665.                                About
  666.                            </a>
  667.                        </li>
  668.  
  669.                        <li class="sidebar-item-v7">
  670.                            <a href="#" class="sidebar-link-v7">
  671.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  672.                                    stroke="currentColor" stroke-width="2">
  673.                                    <path
  674.                                        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">
  675.                                    </path>
  676.                                    <polyline points="22,6 12,13 2,6"></polyline>
  677.                                </svg>
  678.                                Contact
  679.                            </a>
  680.                        </li>
  681.                    </ul>
  682.                </nav>
  683.                <div class="sidebar-blur"></div>
  684.  
  685.                <!-- Main Content Area -->
  686.                <div class="content-area-v7">
  687.                    <!-- Horizontal Nav for Desktop -->
  688.                    <nav class="horizontal-nav-v7 d-none d-lg-flex">
  689.                        <ul class="horizontal-menu-v7">
  690.  
  691.                            
  692.                            <li class="horizontal-item-v7">
  693.                                <a href="/" class="horizontal-link-v7 active-v7">Home</a>
  694.                            </li>
  695.  
  696.                            
  697.                            
  698.                             <li class="horizontal-item-v7">
  699.                                <a href="/category/all-posts/" class="horizontal-link-v7">
  700.                                    All Posts
  701.                                </a>
  702.                                </li>
  703.  
  704.                                
  705.  
  706.                                        
  707.                                        
  708.                                
  709.                             <li class="horizontal-item-v7">
  710.                                <a href="/category/business/" class="horizontal-link-v7">
  711.                                    Business
  712.                                </a>
  713.                                </li>
  714.  
  715.                                
  716.  
  717.                                        
  718.                                        
  719.                                
  720.                             <li class="horizontal-item-v7">
  721.                                <a href="/category/esports/" class="horizontal-link-v7">
  722.                                    Esports
  723.                                </a>
  724.                                </li>
  725.  
  726.                                
  727.  
  728.                                        
  729.                                        
  730.                                
  731.                             <li class="horizontal-item-v7">
  732.                                <a href="/category/fashion/" class="horizontal-link-v7">
  733.                                    Fashion
  734.                                </a>
  735.                                </li>
  736.  
  737.                                
  738.  
  739.                                        
  740.                                        
  741.                                
  742.                             <li class="horizontal-item-v7">
  743.                                <a href="/category/featured/" class="horizontal-link-v7">
  744.                                    Featured
  745.                                </a>
  746.                                </li>
  747.  
  748.                                
  749.  
  750.                                        
  751.                                        
  752.                                
  753.                             <li class="horizontal-item-v7">
  754.                                <a href="/category/gaming/" class="horizontal-link-v7">
  755.                                    Gaming
  756.                                </a>
  757.                                </li>
  758.  
  759.                                
  760.  
  761.                                        
  762.                                        
  763.                                
  764.                             <li class="horizontal-item-v7">
  765.                                <a href="/category/health/" class="horizontal-link-v7">
  766.                                    Health
  767.                                </a>
  768.                                </li>
  769.  
  770.                                
  771.  
  772.                                        
  773.                                        
  774.                                
  775.                            
  776.                                
  777.                                <li class="horizontal-item-v7 dropdown-v7">
  778.                                    <a href="#" class="horizontal-link-v7">More</a>
  779.                                    <div class="horizontal-dropdown-v7">
  780.                                        <a href="/category/life-fitness/"
  781.                                            class="dropdown-item-v7">
  782.                                            Life &amp; Fitness
  783.                                        </a>
  784.                                        
  785.  
  786.                                        
  787.                                        
  788.                                
  789.                            
  790.                                        <a href="/category/lifestyle/"
  791.                                            class="dropdown-item-v7">
  792.                                            Lifestyle
  793.                                        </a>
  794.                                        
  795.  
  796.                                        
  797.                                        
  798.                                
  799.                            
  800.                                        <a href="/category/news/"
  801.                                            class="dropdown-item-v7">
  802.                                            News
  803.                                        </a>
  804.                                        
  805.  
  806.                                        
  807.                                        
  808.                                
  809.                            
  810.                                        <a href="/category/others/"
  811.                                            class="dropdown-item-v7">
  812.                                            Others
  813.                                        </a>
  814.                                        
  815.  
  816.                                        
  817.                                        
  818.                                
  819.                            
  820.                                        <a href="/category/politics/"
  821.                                            class="dropdown-item-v7">
  822.                                            Politics
  823.                                        </a>
  824.                                        
  825.  
  826.                                        
  827.                                        
  828.                                
  829.                            
  830.                                        <a href="/category/sports/"
  831.                                            class="dropdown-item-v7">
  832.                                            Sports
  833.                                        </a>
  834.                                        
  835.  
  836.                                        
  837.                                        
  838.                                
  839.                            
  840.                                        <a href="/category/tech/"
  841.                                            class="dropdown-item-v7">
  842.                                            Tech
  843.                                        </a>
  844.                                        
  845.  
  846.                                        
  847.                                        
  848.                                
  849.                            
  850.                                        <a href="/category/travel/"
  851.                                            class="dropdown-item-v7">
  852.                                            Travel
  853.                                        </a>
  854.                                        
  855.  
  856.                                        
  857.                                        
  858.                                    </div>
  859.                                </li>
  860.                                
  861.                                
  862. <li>
  863.                  <a href="/page/contact-us/">
  864.                     Contact Us
  865.                  </a>
  866.              </li>
  867.                        </ul>
  868.                    </nav>
  869.  
  870.  
  871.                    <!-- Mobile Menu Button -->
  872.                    <button class="mobile-menu-btn-v7 d-lg-none text-link" onclick="openSidebarV7()">
  873.                        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  874.                            stroke-width="2">
  875.                            <line x1="3" y1="6" x2="21" y2="6"></line>
  876.                            <line x1="3" y1="12" x2="21" y2="12"></line>
  877.                            <line x1="3" y1="18" x2="21" y2="18"></line>
  878.                        </svg>
  879.                        Menu
  880.                    </button>
  881.                </div>
  882.            </div>
  883.        </div>
  884.    </div>
  885.  
  886.    <!-- Overlay for mobile sidebar -->
  887.    <div class="sidebar-overlay-v7" id="sidebarOverlayV7" onclick="closeSidebarV7()"></div>
  888. </header>
  889.  
  890. <style>
  891.    /* Navbar V7 Styles - Vertical Sidebar Navigation */
  892.    .header-v7 {
  893.        position: relative;
  894.        background: var(--navbar-bg);
  895.    }
  896.  
  897.    /* Top Bar Styles */
  898.    .top-bar-v7 {
  899.        padding: 15px 0;
  900.        border-bottom: 1px solid var(--border-color);
  901.        background: var(--navbar-bg);
  902.    }
  903.  
  904.    .logo-img-v7 {
  905.        max-height: 70px;
  906.        transition: transform 0.3s ease;
  907.    }
  908.  
  909.    .logo-img-v7:hover {
  910.        transform: scale(1.05);
  911.    }
  912.  
  913.    /* Search Bar Styles */
  914.    .search-container-v7 {
  915.        position: relative;
  916.        display: flex;
  917.        align-items: center;
  918.        background: transparent;
  919.        border: 2px solid var(--border-color);
  920.        border-radius: 8px;
  921.        overflow: hidden;
  922.        transition: all 0.3s ease;
  923.    }
  924.  
  925.    .search-container-v7:focus-within {
  926.        border-color: #007bff33;
  927.        box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.1);
  928.    }
  929.  
  930.    .search-input-v7 {
  931.        color: var(--topbar-color) !important;
  932.        flex: 1;
  933.        border: none;
  934.        padding: 12px 16px;
  935.        font-size: 14px;
  936.        outline: none;
  937.        background: transparent;
  938.    }
  939.  
  940.    .search-input-v7::placeholder {
  941.        color: #a0aec0;
  942.    }
  943.  
  944.    .search-btn-v7 {
  945.        background: var(--bs-primary);
  946.        color: white;
  947.        border: none;
  948.        padding: 12px 16px;
  949.        cursor: pointer;
  950.        transition: background 0.3s ease;
  951.    }
  952.  
  953.    .search-btn-v7:hover {
  954.        background: #3182ce;
  955.    }
  956.  
  957.    /* Header Actions */
  958.    .header-actions-v7 {
  959.        display: flex;
  960.        align-items: center;
  961.        gap: 15px;
  962.        justify-content: flex-end;
  963.    }
  964.  
  965.    .notification-btn-v7,
  966.    .profile-btn-v7 {
  967.        background: none;
  968.        border: none;
  969.        padding: 8px;
  970.        border-radius: 8px;
  971.        cursor: pointer;
  972.        transition: background 0.3s ease;
  973.        position: relative;
  974.    }
  975.  
  976.    .notification-btn-v7:hover,
  977.    .profile-btn-v7:hover {
  978.        background: #f1f5f9;
  979.    }
  980.  
  981.    .notification-badge-v7 {
  982.        position: absolute;
  983.        top: 2px;
  984.        right: 2px;
  985.        background: #e53e3e;
  986.        color: white;
  987.        font-size: 16px;
  988.        font-weight: 600;
  989.        width: 16px;
  990.        height: 16px;
  991.        border-radius: 50%;
  992.        display: flex;
  993.        align-items: center;
  994.        justify-content: center;
  995.    }
  996.  
  997.    .profile-avatar-v7 {
  998.        width: 32px;
  999.        height: 32px;
  1000.        background: var(--border-color);
  1001.        border-radius: 50%;
  1002.        display: flex;
  1003.        align-items: center;
  1004.        justify-content: center;
  1005.    }
  1006.  
  1007.    /* Main Navigation */
  1008.    .main-nav-v7 {
  1009.        background: var(--navbar-bg);
  1010.    }
  1011.  
  1012.    .nav-wrapper-v7 {
  1013.        display: flex;
  1014.        align-items: center;
  1015.        justify-content: center;
  1016.        min-height: 60px;
  1017.    }
  1018.  
  1019.    /* Sidebar Navigation */
  1020.    .sidebar-nav-v7 {
  1021.        position: fixed;
  1022.        top: 0;
  1023.        left: -350px;
  1024.        width: 350px;
  1025.        height: 100vh;
  1026.        background: var(--navbar-bg);
  1027.        z-index: 1000;
  1028.        transition: left 0.3s ease;
  1029.        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  1030.        overflow-y: auto;
  1031.    }
  1032.  
  1033.    .sidebar-nav-v7.show-v7 {
  1034.        left: 0;
  1035.    }
  1036.  
  1037.    .nav-header-v7 {
  1038.        display: flex;
  1039.        align-items: center;
  1040.        justify-content: space-between;
  1041.        padding: 20px 25px;
  1042.        border-bottom: 1px solid var(--border-color);
  1043.        background: var(--navbar-bg);
  1044.    }
  1045.  
  1046.    .nav-title-v7 {
  1047.        font-size: 16px;
  1048.        font-weight: 600;
  1049.        color: #2d3748;
  1050.        margin: 0;
  1051.    }
  1052.  
  1053.    .sidebar-close-v7 {
  1054.        background: none;
  1055.        border: none;
  1056.        padding: 8px;
  1057.        cursor: pointer;
  1058.        border-radius: 6px;
  1059.        transition: background 0.3s ease;
  1060.    }
  1061.  
  1062.    .sidebar-close-v7:hover {
  1063.        background: var(--border-color);
  1064.    }
  1065.  
  1066.    .sidebar-menu-v7 {
  1067.        list-style: none;
  1068.        padding: 20px 0;
  1069.        margin: 0;
  1070.    }
  1071.  
  1072.    .sidebar-item-v7 {
  1073.        margin-bottom: 5px;
  1074.    }
  1075.  
  1076.    .sidebar-link-v7 {
  1077.        display: flex;
  1078.        align-items: center;
  1079.        color: #4a5568;
  1080.        text-decoration: none;
  1081.        padding: 15px 25px;
  1082.        font-size: 15px;
  1083.        font-weight: 500;
  1084.        transition: all 0.3s ease;
  1085.        position: relative;
  1086.    }
  1087.  
  1088.    .sidebar-link-v7:hover,
  1089.    .sidebar-link-v7.active-v7 {
  1090.        color: #007bff;
  1091.        background: var(--border-color);
  1092.    }
  1093.  
  1094.    .sidebar-link-v7.active-v7::before {
  1095.        content: '';
  1096.        position: absolute;
  1097.        left: 0;
  1098.        top: 0;
  1099.        bottom: 0;
  1100.        width: 4px;
  1101.        background: #007bff;
  1102.    }
  1103.  
  1104.    .sidebar-icon-v7 {
  1105.        margin-right: 12px;
  1106.        color: currentColor;
  1107.    }
  1108.  
  1109.    .submenu-arrow-v7 {
  1110.        margin-left: auto;
  1111.        transition: transform 0.3s ease;
  1112.    }
  1113.  
  1114.    .has-submenu-v7.open-v7 .submenu-arrow-v7 {
  1115.        transform: rotate(180deg);
  1116.    }
  1117.  
  1118.    .sidebar-submenu-v7 {
  1119.        list-style: none;
  1120.        padding: 0;
  1121.        margin: 0;
  1122.        max-height: 0;
  1123.        overflow: hidden;
  1124.        transition: max-height 0.3s ease;
  1125.        background: var(--navbar-bg);
  1126.    }
  1127.  
  1128.    .sidebar-submenu-v7.show-v7 {
  1129.        max-height: 300px;
  1130.        padding: 10px 0;
  1131.    }
  1132.  
  1133.    .sidebar-sublink-v7 {
  1134.        display: block;
  1135.        color: #718096;
  1136.        text-decoration: none;
  1137.        padding: 10px 25px 10px 55px;
  1138.        font-size: 14px;
  1139.        transition: all 0.3s ease;
  1140.    }
  1141.  
  1142.    .sidebar-sublink-v7:hover {
  1143.        color: #007bff;
  1144.        background: var(--border-color);
  1145.    }
  1146.  
  1147.    /* Sidebar Footer */
  1148.    .sidebar-footer-v7 {
  1149.        padding: 25px;
  1150.        margin-top: auto;
  1151.        border-top: 1px solid var(--border-color);
  1152.    }
  1153.  
  1154.    .sidebar-cta-v7 {
  1155.        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  1156.        padding: 20px;
  1157.        border-radius: 12px;
  1158.        text-align: center;
  1159.        color: white;
  1160.    }
  1161.  
  1162.    .cta-title-v7 {
  1163.        font-size: 14px;
  1164.        font-weight: 600;
  1165.        margin: 0 0 5px 0;
  1166.    }
  1167.  
  1168.    .cta-text-v7 {
  1169.        font-size: 12px;
  1170.        margin: 0 0 15px 0;
  1171.        opacity: 0.9;
  1172.    }
  1173.  
  1174.    .cta-btn-v7 {
  1175.        background: rgba(255, 255, 255, 0.2);
  1176.        color: white;
  1177.        border: 1px solid rgba(255, 255, 255, 0.3);
  1178.        padding: 8px 20px;
  1179.        border-radius: 20px;
  1180.        font-size: 12px;
  1181.        font-weight: 500;
  1182.        cursor: pointer;
  1183.        transition: all 0.3s ease;
  1184.    }
  1185.  
  1186.    .cta-btn-v7:hover {
  1187.        background: rgba(255, 255, 255, 0.3);
  1188.    }
  1189.  
  1190.    /* Horizontal Navigation for Desktop */
  1191.    .horizontal-nav-v7 {
  1192.        flex: 1;
  1193.        display: flex;
  1194.        justify-content: center;
  1195.    }
  1196.  
  1197.    .horizontal-menu-v7 {
  1198.        list-style: none;
  1199.        padding: 0;
  1200.        margin: 0;
  1201.        display: flex;
  1202.        align-items: center;
  1203.    }
  1204.  
  1205.    .horizontal-item-v7 {
  1206.        position: relative;
  1207.        margin-right: 30px;
  1208.    }
  1209.  
  1210.    .horizontal-link-v7 {
  1211.        color: #4a5568;
  1212.        text-decoration: none;
  1213.        font-size: 16px;
  1214.        font-weight: 500;
  1215.        padding: 20px 0;
  1216.        position: relative;
  1217.        transition: color 0.3s ease;
  1218.    }
  1219.  
  1220.    .horizontal-link-v7::after {
  1221.        content: '';
  1222.        position: absolute;
  1223.        bottom: 0;
  1224.        left: 0;
  1225.        width: 0;
  1226.        height: 2px;
  1227.        background: #007bff;
  1228.        transition: width 0.3s ease;
  1229.    }
  1230.  
  1231.    .horizontal-link-v7:hover,
  1232.    .horizontal-link-v7.active-v7 {
  1233.        color: #007bff;
  1234.        font-weight: 600;
  1235.    }
  1236.  
  1237.    .horizontal-link-v7:hover::after,
  1238.    .horizontal-link-v7.active-v7::after {
  1239.        width: 100%;
  1240.    }
  1241.  
  1242.    /* Horizontal Dropdown */
  1243.    .horizontal-dropdown-v7 {
  1244.        position: absolute;
  1245.        top: 100%;
  1246.        left: 0;
  1247.        background: var(--navbar-bg);
  1248.        min-width: 200px;
  1249.        border-radius: 8px;
  1250.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  1251.        opacity: 0;
  1252.        visibility: hidden;
  1253.        transform: translateY(-10px);
  1254.        transition: all 0.3s ease;
  1255.        padding: 10px 0;
  1256.        z-index: 100;
  1257.    }
  1258.  
  1259.    .dropdown-v7:hover .horizontal-dropdown-v7 {
  1260.        opacity: 1;
  1261.        visibility: visible;
  1262.        transform: translateY(0);
  1263.    }
  1264.  
  1265.    .dropdown-item-v7 {
  1266.        display: block;
  1267.        color: #4a5568;
  1268.        text-decoration: none;
  1269.        padding: 12px 20px;
  1270.        font-size: 14px;
  1271.        transition: all 0.3s ease;
  1272.    }
  1273.  
  1274.    .dropdown-item-v7:hover {
  1275.        color: #007bff;
  1276.        background: #565758ff;
  1277.    }
  1278.  
  1279.    /* Mobile Menu Button */
  1280.    .mobile-menu-btn-v7 {
  1281.        background: none;
  1282.        border: 1px solid var(--border-color);
  1283.        padding: 10px 15px;
  1284.        border-radius: 8px;
  1285.        cursor: pointer;
  1286.        display: flex;
  1287.        align-items: center;
  1288.        gap: 8px;
  1289.        font-size: 14px;
  1290.        font-weight: 500;
  1291.        color: #4a5568;
  1292.        transition: all 0.3s ease;
  1293.        margin: 0 auto;
  1294.    }
  1295.  
  1296.    .mobile-menu-btn-v7:hover {
  1297.        border-color: #cbd5e0;
  1298.        opacity: 0.7;
  1299.    }
  1300.  
  1301.    /* Sidebar Overlay */
  1302.    .sidebar-overlay-v7 {
  1303.        position: fixed;
  1304.        top: 0;
  1305.        left: 0;
  1306.        right: 0;
  1307.        bottom: 0;
  1308.        background: rgba(0, 0, 0, 0.5);
  1309.        z-index: 999;
  1310.        opacity: 0;
  1311.        visibility: hidden;
  1312.        transition: all 0.3s ease;
  1313.    }
  1314.  
  1315.    .sidebar-overlay-v7.show-v7 {
  1316.        opacity: 1;
  1317.        visibility: visible;
  1318.    }
  1319.  
  1320.    /* Responsive Design */
  1321.    @media (max-width: 991px) {
  1322.        .top-bar-v7 .col-lg-6 {
  1323.            order: 3;
  1324.            margin-top: 15px;
  1325.        }
  1326.  
  1327.        .header-actions-v7 {
  1328.            justify-content: flex-start;
  1329.        }
  1330.    }
  1331.  
  1332.    @media (max-width: 768px) {
  1333.        .sidebar-nav-v7 {
  1334.            width: 300px;
  1335.            left: -300px;
  1336.        }
  1337.  
  1338.        .search-container-v7 {
  1339.            margin-top: 10px;
  1340.        }
  1341.    }
  1342. </style>
  1343.  
  1344. <script>
  1345.    function openSidebarV7() {
  1346.        const sidebar = document.getElementById('sidebarNavV7');
  1347.        const overlay = document.getElementById('sidebarOverlayV7');
  1348.  
  1349.        sidebar.classList.add('show-v7');
  1350.        overlay.classList.add('show-v7');
  1351.        document.body.style.overflow = 'hidden';
  1352.    }
  1353.  
  1354.    function closeSidebarV7() {
  1355.        const sidebar = document.getElementById('sidebarNavV7');
  1356.        const overlay = document.getElementById('sidebarOverlayV7');
  1357.  
  1358.        sidebar.classList.remove('show-v7');
  1359.        overlay.classList.remove('show-v7');
  1360.        document.body.style.overflow = '';
  1361.    }
  1362.  
  1363.    function toggleSubmenuV7(submenuId) {
  1364.        const submenu = document.getElementById(submenuId);
  1365.        const parentItem = submenu.closest('.sidebar-item-v7');
  1366.  
  1367.        // Close other open submenus
  1368.        const allSubmenus = document.querySelectorAll('.sidebar-submenu-v7');
  1369.        const allParentItems = document.querySelectorAll('.has-submenu-v7');
  1370.  
  1371.        allSubmenus.forEach(menu => {
  1372.            if (menu.id !== submenuId) {
  1373.                menu.classList.remove('show-v7');
  1374.            }
  1375.        });
  1376.  
  1377.        allParentItems.forEach(item => {
  1378.            if (item !== parentItem) {
  1379.                item.classList.remove('open-v7');
  1380.            }
  1381.        });
  1382.  
  1383.        // Toggle current submenu
  1384.        submenu.classList.toggle('show-v7');
  1385.        parentItem.classList.toggle('open-v7');
  1386.    }
  1387.  
  1388.    // Close sidebar when clicking outside
  1389.    document.addEventListener('click', function (event) {
  1390.        const sidebar = document.getElementById('sidebarNavV7');
  1391.        const mobileBtn = document.querySelector('.mobile-menu-btn-v7');
  1392.  
  1393.        if (!sidebar.contains(event.target) && !mobileBtn.contains(event.target)) {
  1394.            closeSidebarV7();
  1395.        }
  1396.    });
  1397.  
  1398.    // Handle window resize
  1399.    window.addEventListener('resize', function () {
  1400.        if (window.innerWidth >= 992) {
  1401.            closeSidebarV7();
  1402.        }
  1403.    });
  1404. </script>
  1405.  
  1406. <script>
  1407.  document.addEventListener("DOMContentLoaded", function () {
  1408.    console.log("loaded");
  1409.  
  1410.     const searchInput = document.getElementById("search-input")
  1411.    const searchResults = document.getElementById("search-results");
  1412.  
  1413.    if (!searchInput || !searchResults) {
  1414.      console.error("Search input/results not found");
  1415.      return;
  1416.    }
  1417.  
  1418.    // Prevent form submission
  1419.    if (searchInput.form) {
  1420.      searchInput.form.addEventListener("submit", function (e) {
  1421.        e.preventDefault();
  1422.      });
  1423.    }
  1424.  
  1425.    // Add event listener for keyup
  1426.    searchInput.addEventListener("keyup", function (e) {
  1427.      console.log("Key pressed:", e.key);
  1428.      e.preventDefault();
  1429.  
  1430.      const query = searchInput.value.trim();
  1431.      console.log("User is typing: " + query);
  1432.  
  1433.      // If empty → clear and hide
  1434.      if (query === "") {
  1435.        searchResults.innerHTML = "";
  1436.        searchResults.style.display = "none";
  1437.        return;
  1438.      }
  1439.  
  1440.      // Show results
  1441.      searchResults.style.display = "block";
  1442.  
  1443.      // Fetch search results
  1444.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1445.        method: "GET",
  1446.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1447.      })
  1448.        .then(response => {
  1449.          console.log("Response Status:", response.status);
  1450.          return response.json();
  1451.        })
  1452.        .then(data => {
  1453.          console.log("Data received:", data);
  1454.          if (data.html) {
  1455.            searchResults.innerHTML = data.html;
  1456.          } else {
  1457.            searchResults.innerHTML = "<p>No results found.</p>";
  1458.          }
  1459.        })
  1460.        .catch(error => {
  1461.          console.error("Error fetching search results:", error);
  1462.        });
  1463.    });
  1464.  
  1465.    // Close results when clicking outside
  1466.    document.addEventListener("click", function (e) {
  1467.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1468.        searchResults.style.display = "none";
  1469.      }
  1470.    });
  1471.  
  1472.    // Close results on ESC key
  1473.    document.addEventListener("keydown", function (e) {
  1474.      if (e.key === "Escape") {
  1475.        searchResults.style.display = "none";
  1476.      }
  1477.    });
  1478.  });
  1479. </script>
  1480.  
  1481. <style>
  1482.        /* search field */
  1483.  .search-results-container {
  1484.  position: absolute;
  1485.  top: 100%; /* Position it below the input field */
  1486.  left: 10px;
  1487.  right: 10px;
  1488.  background-color: white;
  1489.  border: 1px solid #ddd;
  1490.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1491.  max-height: 300px;
  1492.  overflow-y: auto;
  1493.  z-index: 1000;
  1494.  display: none; /* Initially hidden */
  1495. }
  1496.  
  1497. .search-results-container p {
  1498.  margin: 0;
  1499. }
  1500.  
  1501. .search-results-container .result-item {
  1502.  padding: 10px;
  1503.  cursor: pointer;
  1504. }
  1505.  
  1506. .search-results-container .result-item:hover {
  1507.  background-color: #f0f0f0;
  1508. }
  1509. </style>
  1510.  
  1511.        </header>
  1512.        <!-- end of header -->
  1513.        <!-- start of wpo-blog-hero -->
  1514.        
  1515.  
  1516.  
  1517.  
  1518.  
  1519.  
  1520.  
  1521.  
  1522. <div class="blog-hero-v2">
  1523.  <div class="container-fluid fluid-container">
  1524.    <div class="row">
  1525.      <!-- Main Featured Post -->
  1526.      <div class="col-lg-8 col-md-12 mb-lg-0 mb-4">
  1527.        
  1528.        
  1529.        
  1530.          
  1531.        <div class="featured-post">
  1532.          <div class="post-image">
  1533.            
  1534.            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;"
  1535.              class="img-fluid" alt="">
  1536.            
  1537.            <div class="post-overlay">
  1538.              <div class="post-content">
  1539.                <span class="category-badge bg-primary-gradient">News</span>
  1540.                <h1 class="post-title1 blog-color">
  1541.                  <a href="/three-xbox-game-pass-games-that-will-justify-your-subscription-this-weekend-nov-21-23/" class="blog-color">
  1542.                    Three Xbox Game Pass Games That Will Justify Your Subscription This Weekend (Nov. 21-23)
  1543.                  </a>
  1544.                </h1>
  1545.                <p class="post-excerpt"></p>
  1546.                <div class="post-meta">
  1547.                  <div class="author-info">
  1548.                    
  1549.                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/23c8162a-7892-46b6-b43e-2058525d3f2e_profile.png" alt="Kara Davis"
  1550.                      style="object-fit: cover;" class="author-avatar">
  1551.                    
  1552.                    <span class="blog-color">By&nbsp;&nbsp;<a href="#" class="author-name">Kara Davis</a></span>
  1553.                  </div>
  1554.                  <span class="post-date">15 May 2026</span>
  1555.                </div>
  1556.              </div>
  1557.            </div>
  1558.          </div>
  1559.        </div>
  1560.  
  1561.        
  1562.        
  1563.      </div>
  1564.  
  1565.      <!-- Side Posts -->
  1566.      <div class="col-lg-4 col-md-12">
  1567.        <div class="row h-100">
  1568.        
  1569.  
  1570.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  1571.            <div class="side-post h-100">
  1572.              <div class="row g-0 h-100">
  1573.                <div class="col-5">
  1574.                  <div class="side-post-image">
  1575.                    
  1576.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1577.                      style="object-fit: cover;" alt="">
  1578.                    
  1579.                  </div>
  1580.                </div>
  1581.                <div class="col-7">
  1582.                  <div class="side-post-content">
  1583.                    <div>
  1584.                      <span class="category-badge bg-primary-gradient">News</span>
  1585.                      <h3> <a href="/ashes-pre-series-banter-escalates-as-stuart-broad-labels-australia-the-worst-after-2010/" class="line-clamp-2">
  1586.                          Ashes Pre-Series Banter Escalates as Stuart Broad Labels Australia the Worst After 2010
  1587.                        </a></h3>
  1588.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  1589.                    </div>
  1590.                    <div class="side-post-meta">
  1591.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Kara Davis</a></span>
  1592.                    </div>
  1593.                  </div>
  1594.                </div>
  1595.              </div>
  1596.            </div>
  1597.          </div>
  1598.  
  1599.          
  1600.  
  1601.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  1602.            <div class="side-post h-100">
  1603.              <div class="row g-0 h-100">
  1604.                <div class="col-5">
  1605.                  <div class="side-post-image">
  1606.                    
  1607.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1608.                      style="object-fit: cover;" alt="">
  1609.                    
  1610.                  </div>
  1611.                </div>
  1612.                <div class="col-7">
  1613.                  <div class="side-post-content">
  1614.                    <div>
  1615.                      <span class="category-badge bg-primary-gradient">News</span>
  1616.                      <h3> <a href="/stefanos-tsitsipas-contemplated-retirement-during-pain-filled-campaign/" class="line-clamp-2">
  1617.                          Stefanos Tsitsipas Contemplated Retirement During Pain-Filled Campaign
  1618.                        </a></h3>
  1619.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  1620.                    </div>
  1621.                    <div class="side-post-meta">
  1622.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Kara Davis</a></span>
  1623.                    </div>
  1624.                  </div>
  1625.                </div>
  1626.              </div>
  1627.            </div>
  1628.          </div>
  1629.  
  1630.          
  1631.  
  1632.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  1633.            <div class="side-post h-100">
  1634.              <div class="row g-0 h-100">
  1635.                <div class="col-5">
  1636.                  <div class="side-post-image">
  1637.                    
  1638.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1639.                      style="object-fit: cover;" alt="">
  1640.                    
  1641.                  </div>
  1642.                </div>
  1643.                <div class="col-7">
  1644.                  <div class="side-post-content">
  1645.                    <div>
  1646.                      <span class="category-badge bg-primary-gradient">News</span>
  1647.                      <h3> <a href="/spurs-centre-back-van-de-ven-expresses-surprise-over-ange-postecoglou-dismissal/" class="line-clamp-2">
  1648.                          Spurs Centre-Back Van de Ven Expresses Surprise Over Ange Postecoglou Dismissal
  1649.                        </a></h3>
  1650.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  1651.                    </div>
  1652.                    <div class="side-post-meta">
  1653.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Kara Davis</a></span>
  1654.                    </div>
  1655.                  </div>
  1656.                </div>
  1657.              </div>
  1658.            </div>
  1659.          </div>
  1660.  
  1661.          
  1662.        </div>
  1663.      </div>
  1664.    </div>
  1665.  </div>
  1666. </div>
  1667.  
  1668. <style>
  1669.  /* Blog Hero V2 Styles */
  1670.  .blog-hero-v2 {
  1671.    padding: 60px 0;
  1672.  }
  1673.  
  1674.  /* Featured Post Styles */
  1675.  .featured-post {
  1676.    position: relative;
  1677.    border-radius: 20px;
  1678.    overflow: hidden;
  1679.    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  1680.    transition: transform 0.3s ease, box-shadow 0.3s ease;
  1681.  }
  1682.  
  1683.  .featured-post:hover {
  1684.    transform: translateY(-5px);
  1685.    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
  1686.  }
  1687.  
  1688.  .featured-post .post-image {
  1689.    position: relative;
  1690.    height: 500px;
  1691.    overflow: hidden;
  1692.  }
  1693.  
  1694.  .featured-post .post-image img {
  1695.    width: 100%;
  1696.    height: 100%;
  1697.    object-fit: cover;
  1698.    transition: transform 0.5s ease;
  1699.  }
  1700.  
  1701.  .featured-post:hover .post-image img {
  1702.    transform: scale(1.05);
  1703.  }
  1704.  
  1705.  .post-overlay {
  1706.    position: absolute;
  1707.    top: 0;
  1708.    left: 0;
  1709.    right: 0;
  1710.    bottom: 0;
  1711.    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.1) 100%);
  1712.    display: flex;
  1713.    align-items: flex-end;
  1714.    padding: 40px;
  1715.  }
  1716.  
  1717.  .post-content .post-title1 {
  1718.    color: white;
  1719.    font-size: 2.5rem;
  1720.    font-weight: 700;
  1721.    margin: 15px 0;
  1722.    line-height: 1.2;
  1723.  }
  1724.  
  1725.  .post-content .post-excerpt {
  1726.    color: rgba(255, 255, 255, 0.9);
  1727.    font-size: 1.1rem;
  1728.    margin-bottom: 20px;
  1729.    line-height: 1.6;
  1730.  }
  1731.  
  1732.  /* Category Badges */
  1733.  .category-badge {
  1734.    display: inline-block;
  1735.    padding: 4px 8px;
  1736.    font-size: 0.75rem;
  1737.    font-weight: 600;
  1738.    text-transform: uppercase;
  1739.    letter-spacing: 0.5px;
  1740.    border-radius: 25px;
  1741.    text-align: center;
  1742.    width: fit-content;
  1743.  }
  1744.  
  1745.  /* Post Meta */
  1746.  .post-meta {
  1747.    display: flex;
  1748.    align-items: center;
  1749.    justify-content: space-between;
  1750.    margin-top: 25px;
  1751.  }
  1752.  
  1753.  .author-info {
  1754.    display: flex;
  1755.    align-items: center;
  1756.    gap: 12px;
  1757.  }
  1758.  
  1759.  .author-avatar {
  1760.    width: 45px !important;
  1761.    height: 45px !important;
  1762.    border-radius: 50%;
  1763.    border: 3px solid white;
  1764.  }
  1765.  
  1766.  .author-name,
  1767.  .post-date {
  1768.    color: rgba(255, 255, 255, 0.9);
  1769.    font-weight: 500;
  1770.  }
  1771.  
  1772.  .author-name {
  1773.    text-decoration: none;
  1774.  }
  1775.  
  1776.  .author-name:hover {
  1777.    color: white;
  1778.  }
  1779.  
  1780.  /* Side Posts */
  1781.  .side-post {
  1782.    background: var(--card-bg);
  1783.    border-radius: 15px;
  1784.    border: 1px solid var(--border-color);
  1785.    overflow: hidden;
  1786.    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  1787.    transition: transform 0.3s ease, box-shadow 0.3s ease;
  1788.    height: auto;
  1789.  }
  1790.  
  1791.  .side-post:hover {
  1792.    transform: translateY(-3px);
  1793.    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  1794.  }
  1795.  
  1796.  .side-post-image {
  1797.    max-height: 155px;
  1798.    height: 100%;
  1799.    overflow: hidden;
  1800.  }
  1801.  
  1802.  .side-post-image img {
  1803.    width: 100%;
  1804.    height: 100%;
  1805.    object-fit: cover;
  1806.    transition: transform 0.3s ease;
  1807.  }
  1808.  
  1809.  .side-post:hover .side-post-image img {
  1810.    transform: scale(1.1);
  1811.  }
  1812.  
  1813.  .side-post-content {
  1814.    padding: 8px 16px;
  1815.    display: flex;
  1816.    flex-direction: column;
  1817.    justify-content: space-between;
  1818.    height: 100%;
  1819.  }
  1820.  
  1821.  .side-post-content h3 {
  1822.    font-size: 1rem;
  1823.    font-weight: 600;
  1824.    margin: 8px 0;
  1825.    line-height: 1.4;
  1826.  }
  1827.  
  1828.  .side-post-content h3 a {
  1829.    color: #333;
  1830.    text-decoration: none;
  1831.    transition: color 0.3s ease;
  1832.  }
  1833.  
  1834.  .side-post-content h3 a:hover {
  1835.    color: #007bff;
  1836.  }
  1837.  
  1838.  .side-post-meta {
  1839.    font-size: 0.8rem;
  1840.    color: #666;
  1841.    display: flex;
  1842.    flex-direction: column;
  1843.    gap: 4px;
  1844.  }
  1845.  
  1846.  .side-post-meta a {
  1847.    color: #007bff;
  1848.    text-decoration: none;
  1849.  }
  1850.  
  1851.  .side-post-meta a:hover {
  1852.    text-decoration: underline;
  1853.  }
  1854.  
  1855.  /* Responsive Design */
  1856.  @media (max-width: 768px) {
  1857.    .blog-hero-v2 {
  1858.      padding: 30px 0;
  1859.    }
  1860.  
  1861.    .featured-post .post-image {
  1862.      height: 350px;
  1863.    }
  1864.  
  1865.    .post-overlay {
  1866.      padding: 25px;
  1867.    }
  1868.  
  1869.    .post-content .post-title1 {
  1870.      font-size: 1.8rem;
  1871.    }
  1872.  
  1873.    .post-content .post-excerpt {
  1874.      font-size: 1rem;
  1875.      margin-bottom: 15px;
  1876.    }
  1877.  
  1878.    .post-meta {
  1879.      flex-direction: column;
  1880.      align-items: flex-start;
  1881.      gap: 10px;
  1882.    }
  1883.  
  1884.    .side-post {
  1885.      height: auto;
  1886.    }
  1887.  
  1888.    .side-post-content {
  1889.      height: auto;
  1890.      padding: 15px;
  1891.    }
  1892.  }
  1893.  
  1894.  @media (max-width: 576px) {
  1895.    .post-content .post-title1 {
  1896.      font-size: 1.5rem;
  1897.    }
  1898.  
  1899.    .side-post-content h3 {
  1900.      font-size: 0.9rem;
  1901.    }
  1902.  
  1903.    .side-post-image img {}
  1904.  }
  1905. </style>
  1906.  
  1907.  
  1908.  
  1909.  
  1910.        <!-- end of wpo-blog-hero -->
  1911.  
  1912.        <!-- start of wpo-breacking-news -->
  1913.        
  1914.        <!-- end of wpo-breacking-news -->
  1915.        
  1916.        <!-- start wpo-blog-highlights-section -->
  1917.        
  1918.  
  1919.  
  1920.  
  1921.    
  1922.  
  1923.  
  1924. <style>
  1925.  
  1926.    .blog-highlights-section {
  1927.        padding: 30px 0;
  1928.    }
  1929.  
  1930.    .blog-cards-grid {
  1931.        display: grid;
  1932.        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  1933.        gap: 30px;
  1934.    }
  1935.  
  1936.    .blog-card {
  1937.        background: var(--card-bg);
  1938.        border: 1px solid var(--card-border);
  1939.        border-radius: var(--border-radius);
  1940.        overflow: hidden;
  1941.        transition: all 0.3s ease;
  1942.        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  1943.    }
  1944.  
  1945.    .blog-card:hover {
  1946.        transform: translateY(-8px);
  1947.        box-shadow: 0 12px 35px rgba(0,0,0,0.1);
  1948.        border-color: var(--theme-primary-color);
  1949.    }
  1950.  
  1951.    .blog-card-image {
  1952.        position: relative;
  1953.        height: 220px;
  1954.        overflow: hidden;
  1955.    }
  1956.  
  1957.    .blog-card-image img {
  1958.        width: 100%;
  1959.        height: 100%;
  1960.        object-fit: cover;
  1961.        transition: transform 0.3s ease;
  1962.    }
  1963.  
  1964.    .blog-card:hover .blog-card-image img {
  1965.        transform: scale(1.05);
  1966.    }
  1967.  
  1968.    .blog-category {
  1969.        position: absolute;
  1970.        top: 15px;
  1971.        right: 15px;
  1972.        color: white;
  1973.        padding: 6px 12px;
  1974.        border-radius: 20px;
  1975.        font-size: 12px;
  1976.        font-weight: 600;
  1977.        text-transform: uppercase;
  1978.        letter-spacing: 0.5px;
  1979.    }
  1980.  
  1981.    .blog-card-content {
  1982.        padding: 25px;
  1983.    }
  1984.  
  1985.    .blog-card-title {
  1986.        font-family: var(--heading-font);
  1987.        font-size: 1.3rem;
  1988.        font-weight: var(--heading-weight);
  1989.        color: var(--top-color);
  1990.        margin-bottom: 15px;
  1991.        line-height: 1.4;
  1992.    }
  1993.  
  1994.    .blog-card-title a {
  1995.        color: inherit !important;
  1996.        text-decoration: none;
  1997.        transition: color 0.3s ease;
  1998.    }
  1999.  
  2000.    .blog-card-title a:hover {
  2001.        color: var(--theme-primary-color);
  2002.    }
  2003.  
  2004.    .blog-card-meta {
  2005.        display: flex;
  2006.        align-items: center;
  2007.        gap: 15px;
  2008.        margin-bottom: 15px;
  2009.        font-size: 14px;
  2010.        color: var(--text-light-color);
  2011.    }
  2012.  
  2013.    .blog-author-img {
  2014.        width: 30px;
  2015.        height: 30px;
  2016.        border-radius: 50%;
  2017.        object-fit: cover;
  2018.    }
  2019.  
  2020.    .blog-card-excerpt {
  2021.        color: var(--body-color);
  2022.        font-size: 15px;
  2023.        line-height: 1.6;
  2024.        margin-bottom: 20px;
  2025.        display: -webkit-box;
  2026.        -webkit-line-clamp: 3;
  2027.        -webkit-box-orient: vertical;
  2028.        overflow: hidden;
  2029.    }
  2030.  
  2031.    .blog-card-footer {
  2032.        display: flex;
  2033.        justify-content: space-between;
  2034.        align-items: center;
  2035.        padding-top: 15px;
  2036.        border-top: 1px solid var(--border-color-s2);
  2037.    }
  2038.  
  2039.    .blog-read-time {
  2040.        font-size: 13px;
  2041.        color: var(--light);
  2042.    }
  2043.  
  2044.    .blog-read-more {
  2045.        color: var(--top-color) !important;
  2046.        text-decoration: none;
  2047.        font-weight: 600;
  2048.        font-size: 14px;
  2049.        transition: all 0.3s ease;
  2050.    }
  2051.  
  2052.    .blog-read-more:hover {
  2053.        color: var(--theme-primary-color-s2);
  2054.        text-decoration: underline;
  2055.    }
  2056.  
  2057.    .section-title {
  2058.        font-family: var(--heading-font);
  2059.        font-size: 2.5rem;
  2060.        font-weight: var(--heading-weight);
  2061.        color: var(--heading-color);
  2062.        text-align: center;
  2063.        margin-bottom: 20px;
  2064.    }
  2065.  
  2066.    .section-subtitle {
  2067.        text-align: center;
  2068.        color: var(--text-light-color);
  2069.        font-size: 1.1rem;
  2070.        max-width: 600px;
  2071.        margin: 0 auto;
  2072.    }
  2073.  
  2074.    @media (max-width: 768px) {
  2075.        .blog-cards-grid {
  2076.            grid-template-columns: 1fr;
  2077.            gap: 20px;
  2078.        }
  2079.        
  2080.        .section-title {
  2081.            font-size: 2rem;
  2082.        }
  2083.        
  2084.        .blog-highlights-section {
  2085.            padding: 60px 0;
  2086.        }
  2087.    }
  2088. </style>
  2089.  
  2090. <section class="blog-highlights-section">
  2091.     <div class="container-fluid fluid-container">
  2092.      
  2093.            <div class="section-title">
  2094.                <h2>
  2095.                Today's Top Highlights
  2096.                   </h2>
  2097.                <p class="section-subtitle">Discover the latest stories and insights from our community</p>
  2098.    </div>
  2099.        
  2100.        <div class="row">
  2101.            <div class="col-lg-8 col-12">
  2102.                <div class="blog-cards-grid">
  2103.                    
  2104.                    <article class="blog-card">
  2105.                        <div class="blog-card-image">
  2106.                          
  2107.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2108.                            
  2109.                            <span class="blog-category bg-primary-gradient">
  2110.                                News
  2111.                            </span>
  2112.                        </div>
  2113.                        <div class="blog-card-content">
  2114.                            <h3 class="blog-card-title">
  2115.                                <a href="/the-story-of-leonard-and-hungry-paul-overview-a-gentle-comedy-featuring-the-voice-of-the-famous-actress-brings-the-perfect-cure-to-todays-world/" >
  2116.                                The Story of Leonard and Hungry Paul Overview: A Gentle Comedy Featuring the Voice of the Famous Actress Brings the Perfect Cure to Today&#x27;s World
  2117.                                </a>
  2118.                            </h3>
  2119.                            <div class="blog-card-meta">
  2120.                                
  2121.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/23c8162a-7892-46b6-b43e-2058525d3f2e_profile.png" alt="Kara Davis" style="object-fit: cover;" class="blog-author-img">
  2122.                                
  2123.                                <span>By <strong>Kara Davis</strong></span>
  2124.                                <span>•</span>
  2125.                                <span>14 May 2026</span>
  2126.                            </div>
  2127.                            <p class="blog-card-excerpt">
  2128.                                
  2129.                            </p>
  2130.                            <div class="blog-card-footer">
  2131.                                <div class="blog-read-time">
  2132.                                    📖 5 min read
  2133.                                </div>
  2134.                                <a href="/the-story-of-leonard-and-hungry-paul-overview-a-gentle-comedy-featuring-the-voice-of-the-famous-actress-brings-the-perfect-cure-to-todays-world/" class="blog-read-more">
  2135.                                    Read More →
  2136.                                </a>
  2137.                            </div>
  2138.                        </div>
  2139.                    </article>
  2140.                    
  2141.                    <article class="blog-card">
  2142.                        <div class="blog-card-image">
  2143.                          
  2144.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2145.                            
  2146.                            <span class="blog-category bg-primary-gradient">
  2147.                                News
  2148.                            </span>
  2149.                        </div>
  2150.                        <div class="blog-card-content">
  2151.                            <h3 class="blog-card-title">
  2152.                                <a href="/how-to-perfect-paneer-makhni-cooking-instructions/" >
  2153.                                How to Perfect Paneer Makhni – Cooking Instructions
  2154.                                </a>
  2155.                            </h3>
  2156.                            <div class="blog-card-meta">
  2157.                                
  2158.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/23c8162a-7892-46b6-b43e-2058525d3f2e_profile.png" alt="Kara Davis" style="object-fit: cover;" class="blog-author-img">
  2159.                                
  2160.                                <span>By <strong>Kara Davis</strong></span>
  2161.                                <span>•</span>
  2162.                                <span>14 May 2026</span>
  2163.                            </div>
  2164.                            <p class="blog-card-excerpt">
  2165.                                
  2166.                            </p>
  2167.                            <div class="blog-card-footer">
  2168.                                <div class="blog-read-time">
  2169.                                    📖 5 min read
  2170.                                </div>
  2171.                                <a href="/how-to-perfect-paneer-makhni-cooking-instructions/" class="blog-read-more">
  2172.                                    Read More →
  2173.                                </a>
  2174.                            </div>
  2175.                        </div>
  2176.                    </article>
  2177.                    
  2178.                    <article class="blog-card">
  2179.                        <div class="blog-card-image">
  2180.                          
  2181.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2182.                            
  2183.                            <span class="blog-category bg-primary-gradient">
  2184.                                News
  2185.                            </span>
  2186.                        </div>
  2187.                        <div class="blog-card-content">
  2188.                            <h3 class="blog-card-title">
  2189.                                <a href="/uk-and-scottish-government-governments-disagree-over-footing-the-245-million-cost-for-trump-and-vance-trips/" >
  2190.                                UK and Scottish government Governments Disagree Over Footing the £24.5 million Cost for Trump and Vance Trips
  2191.                                </a>
  2192.                            </h3>
  2193.                            <div class="blog-card-meta">
  2194.                                
  2195.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/23c8162a-7892-46b6-b43e-2058525d3f2e_profile.png" alt="Kara Davis" style="object-fit: cover;" class="blog-author-img">
  2196.                                
  2197.                                <span>By <strong>Kara Davis</strong></span>
  2198.                                <span>•</span>
  2199.                                <span>14 May 2026</span>
  2200.                            </div>
  2201.                            <p class="blog-card-excerpt">
  2202.                                
  2203.                            </p>
  2204.                            <div class="blog-card-footer">
  2205.                                <div class="blog-read-time">
  2206.                                    📖 5 min read
  2207.                                </div>
  2208.                                <a href="/uk-and-scottish-government-governments-disagree-over-footing-the-245-million-cost-for-trump-and-vance-trips/" class="blog-read-more">
  2209.                                    Read More →
  2210.                                </a>
  2211.                            </div>
  2212.                        </div>
  2213.                    </article>
  2214.                    
  2215.                    <article class="blog-card">
  2216.                        <div class="blog-card-image">
  2217.                          
  2218.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2219.                            
  2220.                            <span class="blog-category bg-primary-gradient">
  2221.                                News
  2222.                            </span>
  2223.                        </div>
  2224.                        <div class="blog-card-content">
  2225.                            <h3 class="blog-card-title">
  2226.                                <a href="/surgeons-from-scotland-and-america-achieve-world-first-stroke-procedure-using-automated-technology/" >
  2227.                                Surgeons from Scotland and America Achieve World-First Stroke Procedure Using Automated Technology
  2228.                                </a>
  2229.                            </h3>
  2230.                            <div class="blog-card-meta">
  2231.                                
  2232.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/23c8162a-7892-46b6-b43e-2058525d3f2e_profile.png" alt="Kara Davis" style="object-fit: cover;" class="blog-author-img">
  2233.                                
  2234.                                <span>By <strong>Kara Davis</strong></span>
  2235.                                <span>•</span>
  2236.                                <span>14 May 2026</span>
  2237.                            </div>
  2238.                            <p class="blog-card-excerpt">
  2239.                                
  2240.                            </p>
  2241.                            <div class="blog-card-footer">
  2242.                                <div class="blog-read-time">
  2243.                                    📖 5 min read
  2244.                                </div>
  2245.                                <a href="/surgeons-from-scotland-and-america-achieve-world-first-stroke-procedure-using-automated-technology/" class="blog-read-more">
  2246.                                    Read More →
  2247.                                </a>
  2248.                            </div>
  2249.                        </div>
  2250.                    </article>
  2251.                    
  2252.                    <article class="blog-card">
  2253.                        <div class="blog-card-image">
  2254.                          
  2255.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2256.                            
  2257.                            <span class="blog-category bg-primary-gradient">
  2258.                                News
  2259.                            </span>
  2260.                        </div>
  2261.                        <div class="blog-card-content">
  2262.                            <h3 class="blog-card-title">
  2263.                                <a href="/the-greater-manchester-mayor-would-probably-have-won-gorton-and-denton-byelection-says-labour-number-two/" >
  2264.                                The Greater Manchester Mayor Would &#x27;Probably&#x27; Have Won Gorton and Denton Byelection, Says Labour Number Two
  2265.                                </a>
  2266.                            </h3>
  2267.                            <div class="blog-card-meta">
  2268.                                
  2269.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/23c8162a-7892-46b6-b43e-2058525d3f2e_profile.png" alt="Kara Davis" style="object-fit: cover;" class="blog-author-img">
  2270.                                
  2271.                                <span>By <strong>Kara Davis</strong></span>
  2272.                                <span>•</span>
  2273.                                <span>13 May 2026</span>
  2274.                            </div>
  2275.                            <p class="blog-card-excerpt">
  2276.                                
  2277.                            </p>
  2278.                            <div class="blog-card-footer">
  2279.                                <div class="blog-read-time">
  2280.                                    📖 5 min read
  2281.                                </div>
  2282.                                <a href="/the-greater-manchester-mayor-would-probably-have-won-gorton-and-denton-byelection-says-labour-number-two/" class="blog-read-more">
  2283.                                    Read More →
  2284.                                </a>
  2285.                            </div>
  2286.                        </div>
  2287.                    </article>
  2288.                    
  2289.                    <article class="blog-card">
  2290.                        <div class="blog-card-image">
  2291.                          
  2292.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2293.                            
  2294.                            <span class="blog-category bg-primary-gradient">
  2295.                                News
  2296.                            </span>
  2297.                        </div>
  2298.                        <div class="blog-card-content">
  2299.                            <h3 class="blog-card-title">
  2300.                                <a href="/the-english-team-select-the-off-spinner-in-team-for-ashes-initial-match/" >
  2301.                                The English team Select the off-spinner in Team for Ashes Initial Match
  2302.                                </a>
  2303.                            </h3>
  2304.                            <div class="blog-card-meta">
  2305.                                
  2306.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/23c8162a-7892-46b6-b43e-2058525d3f2e_profile.png" alt="Kara Davis" style="object-fit: cover;" class="blog-author-img">
  2307.                                
  2308.                                <span>By <strong>Kara Davis</strong></span>
  2309.                                <span>•</span>
  2310.                                <span>13 May 2026</span>
  2311.                            </div>
  2312.                            <p class="blog-card-excerpt">
  2313.                                
  2314.                            </p>
  2315.                            <div class="blog-card-footer">
  2316.                                <div class="blog-read-time">
  2317.                                    📖 5 min read
  2318.                                </div>
  2319.                                <a href="/the-english-team-select-the-off-spinner-in-team-for-ashes-initial-match/" class="blog-read-more">
  2320.                                    Read More →
  2321.                                </a>
  2322.                            </div>
  2323.                        </div>
  2324.                    </article>
  2325.                    
  2326.                    <article class="blog-card">
  2327.                        <div class="blog-card-image">
  2328.                          
  2329.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2330.                            
  2331.                            <span class="blog-category bg-primary-gradient">
  2332.                                News
  2333.                            </span>
  2334.                        </div>
  2335.                        <div class="blog-card-content">
  2336.                            <h3 class="blog-card-title">
  2337.                                <a href="/spotify-wrapped-launch-date-and-key-inquiries-explained/" >
  2338.                                Spotify Wrapped: Launch Date and Key Inquiries Explained
  2339.                                </a>
  2340.                            </h3>
  2341.                            <div class="blog-card-meta">
  2342.                                
  2343.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/23c8162a-7892-46b6-b43e-2058525d3f2e_profile.png" alt="Kara Davis" style="object-fit: cover;" class="blog-author-img">
  2344.                                
  2345.                                <span>By <strong>Kara Davis</strong></span>
  2346.                                <span>•</span>
  2347.                                <span>12 May 2026</span>
  2348.                            </div>
  2349.                            <p class="blog-card-excerpt">
  2350.                                
  2351.                            </p>
  2352.                            <div class="blog-card-footer">
  2353.                                <div class="blog-read-time">
  2354.                                    📖 5 min read
  2355.                                </div>
  2356.                                <a href="/spotify-wrapped-launch-date-and-key-inquiries-explained/" class="blog-read-more">
  2357.                                    Read More →
  2358.                                </a>
  2359.                            </div>
  2360.                        </div>
  2361.                    </article>
  2362.                    
  2363.                    <article class="blog-card">
  2364.                        <div class="blog-card-image">
  2365.                          
  2366.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2367.                            
  2368.                            <span class="blog-category bg-primary-gradient">
  2369.                                News
  2370.                            </span>
  2371.                        </div>
  2372.                        <div class="blog-card-content">
  2373.                            <h3 class="blog-card-title">
  2374.                                <a href="/peaceful-finish-to-lionel-messis-visit-to-india-in-the-wake-of-kolkata-chaos/" >
  2375.                                Peaceful Finish to Lionel Messi&#x27;s Visit to India In the Wake of Kolkata Chaos
  2376.                                </a>
  2377.                            </h3>
  2378.                            <div class="blog-card-meta">
  2379.                                
  2380.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/23c8162a-7892-46b6-b43e-2058525d3f2e_profile.png" alt="Kara Davis" style="object-fit: cover;" class="blog-author-img">
  2381.                                
  2382.                                <span>By <strong>Kara Davis</strong></span>
  2383.                                <span>•</span>
  2384.                                <span>12 May 2026</span>
  2385.                            </div>
  2386.                            <p class="blog-card-excerpt">
  2387.                                
  2388.                            </p>
  2389.                            <div class="blog-card-footer">
  2390.                                <div class="blog-read-time">
  2391.                                    📖 5 min read
  2392.                                </div>
  2393.                                <a href="/peaceful-finish-to-lionel-messis-visit-to-india-in-the-wake-of-kolkata-chaos/" class="blog-read-more">
  2394.                                    Read More →
  2395.                                </a>
  2396.                            </div>
  2397.                        </div>
  2398.                    </article>
  2399.                    
  2400.                    <article class="blog-card">
  2401.                        <div class="blog-card-image">
  2402.                          
  2403.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2404.                            
  2405.                            <span class="blog-category bg-primary-gradient">
  2406.                                News
  2407.                            </span>
  2408.                        </div>
  2409.                        <div class="blog-card-content">
  2410.                            <h3 class="blog-card-title">
  2411.                                <a href="/esteemed-photographer-brian-harris-life-story-a-life-through-the-lens/" >
  2412.                                Esteemed Photographer Brian Harris Life Story: A Life Through the Lens
  2413.                                </a>
  2414.                            </h3>
  2415.                            <div class="blog-card-meta">
  2416.                                
  2417.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/23c8162a-7892-46b6-b43e-2058525d3f2e_profile.png" alt="Kara Davis" style="object-fit: cover;" class="blog-author-img">
  2418.                                
  2419.                                <span>By <strong>Kara Davis</strong></span>
  2420.                                <span>•</span>
  2421.                                <span>12 May 2026</span>
  2422.                            </div>
  2423.                            <p class="blog-card-excerpt">
  2424.                                
  2425.                            </p>
  2426.                            <div class="blog-card-footer">
  2427.                                <div class="blog-read-time">
  2428.                                    📖 5 min read
  2429.                                </div>
  2430.                                <a href="/esteemed-photographer-brian-harris-life-story-a-life-through-the-lens/" class="blog-read-more">
  2431.                                    Read More →
  2432.                                </a>
  2433.                            </div>
  2434.                        </div>
  2435.                    </article>
  2436.                    
  2437.                    <article class="blog-card">
  2438.                        <div class="blog-card-image">
  2439.                          
  2440.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2441.                            
  2442.                            <span class="blog-category bg-primary-gradient">
  2443.                                News
  2444.                            </span>
  2445.                        </div>
  2446.                        <div class="blog-card-content">
  2447.                            <h3 class="blog-card-title">
  2448.                                <a href="/metropolitan-museum-faces-legal-action-over-allegedly-nazi-stolen-van-gogh-artwork/" >
  2449.                                Metropolitan Museum Faces Legal Action Over Allegedly Nazi-Stolen Van Gogh Artwork
  2450.                                </a>
  2451.                            </h3>
  2452.                            <div class="blog-card-meta">
  2453.                                
  2454.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/23c8162a-7892-46b6-b43e-2058525d3f2e_profile.png" alt="Kara Davis" style="object-fit: cover;" class="blog-author-img">
  2455.                                
  2456.                                <span>By <strong>Kara Davis</strong></span>
  2457.                                <span>•</span>
  2458.                                <span>12 May 2026</span>
  2459.                            </div>
  2460.                            <p class="blog-card-excerpt">
  2461.                                
  2462.                            </p>
  2463.                            <div class="blog-card-footer">
  2464.                                <div class="blog-read-time">
  2465.                                    📖 5 min read
  2466.                                </div>
  2467.                                <a href="/metropolitan-museum-faces-legal-action-over-allegedly-nazi-stolen-van-gogh-artwork/" class="blog-read-more">
  2468.                                    Read More →
  2469.                                </a>
  2470.                            </div>
  2471.                        </div>
  2472.                    </article>
  2473.                    
  2474.                    <article class="blog-card">
  2475.                        <div class="blog-card-image">
  2476.                          
  2477.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2478.                            
  2479.                            <span class="blog-category bg-primary-gradient">
  2480.                                News
  2481.                            </span>
  2482.                        </div>
  2483.                        <div class="blog-card-content">
  2484.                            <h3 class="blog-card-title">
  2485.                                <a href="/us-lawmaker-calls-on-ex-royal-andrew-to-testify-in-jeffrey-epstein-investigation/" >
  2486.                                US Lawmaker Calls On Ex-Royal Andrew to Testify in Jeffrey Epstein Investigation
  2487.                                </a>
  2488.                            </h3>
  2489.                            <div class="blog-card-meta">
  2490.                                
  2491.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/23c8162a-7892-46b6-b43e-2058525d3f2e_profile.png" alt="Kara Davis" style="object-fit: cover;" class="blog-author-img">
  2492.                                
  2493.                                <span>By <strong>Kara Davis</strong></span>
  2494.                                <span>•</span>
  2495.                                <span>12 May 2026</span>
  2496.                            </div>
  2497.                            <p class="blog-card-excerpt">
  2498.                                
  2499.                            </p>
  2500.                            <div class="blog-card-footer">
  2501.                                <div class="blog-read-time">
  2502.                                    📖 5 min read
  2503.                                </div>
  2504.                                <a href="/us-lawmaker-calls-on-ex-royal-andrew-to-testify-in-jeffrey-epstein-investigation/" class="blog-read-more">
  2505.                                    Read More →
  2506.                                </a>
  2507.                            </div>
  2508.                        </div>
  2509.                    </article>
  2510.                    
  2511.                    <article class="blog-card">
  2512.                        <div class="blog-card-image">
  2513.                          
  2514.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2515.                            
  2516.                            <span class="blog-category bg-primary-gradient">
  2517.                                News
  2518.                            </span>
  2519.                        </div>
  2520.                        <div class="blog-card-content">
  2521.                            <h3 class="blog-card-title">
  2522.                                <a href="/restrained-solitary-and-frightened-the-bleak-situation-for-women-compelled-to-deliver-in-incarceration/" >
  2523.                                Restrained, Solitary and Frightened: The Bleak Situation for Women Compelled to Deliver in Incarceration.
  2524.                                </a>
  2525.                            </h3>
  2526.                            <div class="blog-card-meta">
  2527.                                
  2528.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/23c8162a-7892-46b6-b43e-2058525d3f2e_profile.png" alt="Kara Davis" style="object-fit: cover;" class="blog-author-img">
  2529.                                
  2530.                                <span>By <strong>Kara Davis</strong></span>
  2531.                                <span>•</span>
  2532.                                <span>11 May 2026</span>
  2533.                            </div>
  2534.                            <p class="blog-card-excerpt">
  2535.                                
  2536.                            </p>
  2537.                            <div class="blog-card-footer">
  2538.                                <div class="blog-read-time">
  2539.                                    📖 5 min read
  2540.                                </div>
  2541.                                <a href="/restrained-solitary-and-frightened-the-bleak-situation-for-women-compelled-to-deliver-in-incarceration/" class="blog-read-more">
  2542.                                    Read More →
  2543.                                </a>
  2544.                            </div>
  2545.                        </div>
  2546.                    </article>
  2547.                    
  2548.                    
  2549.  
  2550.                </div>
  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="/a-tale-of-unexpected-kindness-when-a-university-student-let-me-sleep-on-her-dorm-floor/" class="pulse-recent-title">
  2590.                                            A Tale of Unexpected Kindness: When a University Student Let Me Sleep on Her Dorm Floor
  2591.                                            </a>
  2592.                <div class="pulse-recent-meta">
  2593.                    <span><i class="far fa-calendar"></i> 11 May 2026</span>
  2594.                    <span><i class="far fa-user"></i> Kara Davis</span>
  2595.                </div>
  2596.            </div>
  2597.            
  2598.            <div class="pulse-recent-post-item">
  2599.                <a href="/within-the-ruined-debris-of-an-apartment-block-i-encountered-a-book-id-translated/" class="pulse-recent-title">
  2600.                                            Within the Ruined Debris of an Apartment Block, I Encountered a Book I’d Translated
  2601.                                            </a>
  2602.                <div class="pulse-recent-meta">
  2603.                    <span><i class="far fa-calendar"></i> 11 May 2026</span>
  2604.                    <span><i class="far fa-user"></i> Kara Davis</span>
  2605.                </div>
  2606.            </div>
  2607.            
  2608.            <div class="pulse-recent-post-item">
  2609.                <a href="/daily-existence-for-120000-displaced-people-in-mauritanias-extensive-shelter-on-the-mali-frontier/" class="pulse-recent-title">
  2610.                                            Daily Existence for 120,000 Displaced People in Mauritania&#x27;s Extensive Shelter on the Mali Frontier.
  2611.                                            </a>
  2612.                <div class="pulse-recent-meta">
  2613.                    <span><i class="far fa-calendar"></i> 11 May 2026</span>
  2614.                    <span><i class="far fa-user"></i> Kara Davis</span>
  2615.                </div>
  2616.            </div>
  2617.            
  2618.            <div class="pulse-recent-post-item">
  2619.                <a href="/the-way-a-us-military-vet-aided-mar%C3%ADa-corina-machado-flee-her-homeland/" class="pulse-recent-title">
  2620.                                            The Way a US Military Vet Aided María Corina Machado Flee Her Homeland
  2621.                                            </a>
  2622.                <div class="pulse-recent-meta">
  2623.                    <span><i class="far fa-calendar"></i> 11 May 2026</span>
  2624.                    <span><i class="far fa-user"></i> Kara Davis</span>
  2625.                </div>
  2626.            </div>
  2627.            
  2628.            <div class="pulse-recent-post-item">
  2629.                <a href="/donald-trump-and-his-allies-picture-a-globe-lacking-international-law-yet-they-cannot-succeed/" class="pulse-recent-title">
  2630.                                            Donald Trump and His Allies Picture a Globe Lacking International Law – Yet They Cannot Succeed
  2631.                                            </a>
  2632.                <div class="pulse-recent-meta">
  2633.                    <span><i class="far fa-calendar"></i> 10 May 2026</span>
  2634.                    <span><i class="far fa-user"></i> Kara Davis</span>
  2635.                </div>
  2636.            </div>
  2637.            
  2638.            <div class="pulse-recent-post-item">
  2639.                <a href="/virginias-new-governor-creates-history-as-first-female-governor/" class="pulse-recent-title">
  2640.                                            Virginia&#x27;s New Governor Creates History as First Female Governor
  2641.                                            </a>
  2642.                <div class="pulse-recent-meta">
  2643.                    <span><i class="far fa-calendar"></i> 10 May 2026</span>
  2644.                    <span><i class="far fa-user"></i> Kara Davis</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://lensmateonline.com/" rel="dofollow" class="pulse-recent-title ">
  2665.                                            sweepstakes casino
  2666.                                            </a>
  2667.            </div>
  2668.            
  2669.            <div class="pulse-recent-post-item ">
  2670.                <a href="https://www.mumbaiangels.com/" rel="dofollow" class="pulse-recent-title ">
  2671.                                            best online casino
  2672.                                            </a>
  2673.            </div>
  2674.            
  2675.            <div class="pulse-recent-post-item ">
  2676.                <a href="https://www.escapistmagazine.com/row/casino-xwris-tautopoihsh/" rel="dofollow" class="pulse-recent-title ">
  2677.                                            ξενα καζινο χωρισ ταυτοποιηση
  2678.                                            </a>
  2679.            </div>
  2680.            
  2681.            <div class="pulse-recent-post-item ">
  2682.                <a href="http://dianeabroad.com/" rel="dofollow" class="pulse-recent-title ">
  2683.                                            онлайн казино
  2684.                                            </a>
  2685.            </div>
  2686.            
  2687.            <div class="pulse-recent-post-item ">
  2688.                <a href="http://kartametro.info/" rel="dofollow" class="pulse-recent-title ">
  2689.                                            покер онлайн на деньги
  2690.                                            </a>
  2691.            </div>
  2692.            
  2693.            <div class="pulse-recent-post-item ">
  2694.                <a href="http://russialist.org/" rel="dofollow" class="pulse-recent-title ">
  2695.                                            лучшие онлайн казино
  2696.                                            </a>
  2697.            </div>
  2698.            
  2699.            <div class="pulse-recent-post-item ">
  2700.                <a href="https://www.schnell-kredit.info/" rel="dofollow" class="pulse-recent-title ">
  2701.                                            casino ohne einzahlung
  2702.                                            </a>
  2703.            </div>
  2704.            
  2705.            <div class="pulse-recent-post-item ">
  2706.                <a href="https://www.first-to-fly.com/" rel="dofollow" class="pulse-recent-title ">
  2707.                                            social casino
  2708.                                            </a>
  2709.            </div>
  2710.            
  2711.            <div class="pulse-recent-post-item ">
  2712.                <a href="http://perfetto-furniture.com/" rel="dofollow" class="pulse-recent-title ">
  2713.                                            крипто казино
  2714.                                            </a>
  2715.            </div>
  2716.            
  2717.            <div class="pulse-recent-post-item ">
  2718.                <a href="http://besogon.tv/" rel="dofollow" class="pulse-recent-title ">
  2719.                                            казино на реальные деньги
  2720.                                            </a>
  2721.            </div>
  2722.            
  2723.            <div class="pulse-recent-post-item ">
  2724.                <a href="https://russianseasons.org/" rel="dofollow" class="pulse-recent-title ">
  2725.                                            букмекерские конторы
  2726.                                            </a>
  2727.            </div>
  2728.            
  2729.            <div class="pulse-recent-post-item ">
  2730.                <a href="https://creativerussia.co/" rel="dofollow" class="pulse-recent-title ">
  2731.                                            онлайн казино
  2732.                                            </a>
  2733.            </div>
  2734.            
  2735.            <div class="pulse-recent-post-item ">
  2736.                <a href="http://caa-network.org/" rel="dofollow" class="pulse-recent-title ">
  2737.                                            онлайн казино казахстан
  2738.                                            </a>
  2739.            </div>
  2740.            
  2741.            <div class="pulse-recent-post-item ">
  2742.                <a href="https://emailmarketingsecrets.org/" rel="dofollow" class="pulse-recent-title ">
  2743.                                            bitcoin casino
  2744.                                            </a>
  2745.            </div>
  2746.            
  2747.            <div class="pulse-recent-post-item ">
  2748.                <a href="https://www.nordicresearchnetwork.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2749.                                            Non UK Based Online Casino
  2750.                                            </a>
  2751.            </div>
  2752.            
  2753.        </div>
  2754.    </div>
  2755.    
  2756.    <div class="pulse-sidebar-widget mb-3">
  2757.        <div class="pulse-widget-header pulse-recent-header">
  2758.            <i class="fas fa-clock"></i> April 2026 Blog Roll
  2759.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  2760.        </div>
  2761.        <div class="pulse-widget-body scrollable-sidebar">
  2762.            
  2763.            <div class="pulse-recent-post-item ">
  2764.                <a href="https://www.gamblinginsider.com/de/online-casinos-schweiz" rel="dofollow" class="pulse-recent-title ">
  2765.                                            casino schweiz
  2766.                                            </a>
  2767.            </div>
  2768.            
  2769.            <div class="pulse-recent-post-item ">
  2770.                <a href="https://www.gamblinginsider.com/us/online-casinos" rel="dofollow" class="pulse-recent-title ">
  2771.                                            play online casino
  2772.                                            </a>
  2773.            </div>
  2774.            
  2775.            <div class="pulse-recent-post-item ">
  2776.                <a href="http://greecehealthfirst.gr/" rel="dofollow" class="pulse-recent-title ">
  2777.                                            τα καλυτερα online casino στην ελλαδα
  2778.                                            </a>
  2779.            </div>
  2780.            
  2781.            <div class="pulse-recent-post-item ">
  2782.                <a href="http://creativerussia.co/" rel="dofollow" class="pulse-recent-title ">
  2783.                                            онлайн казино
  2784.                                            </a>
  2785.            </div>
  2786.            
  2787.            <div class="pulse-recent-post-item ">
  2788.                <a href="http://aachonline.org/" rel="dofollow" class="pulse-recent-title ">
  2789.                                            ставки на спорт
  2790.                                            </a>
  2791.            </div>
  2792.            
  2793.            <div class="pulse-recent-post-item ">
  2794.                <a href="http://ceced.eu/" rel="dofollow" class="pulse-recent-title ">
  2795.                                            онлайн казино украина
  2796.                                            </a>
  2797.            </div>
  2798.            
  2799.            <div class="pulse-recent-post-item ">
  2800.                <a href="https://barefootspas.com/" rel="dofollow" class="pulse-recent-title ">
  2801.                                            list of sweepstakes casinos
  2802.                                            </a>
  2803.            </div>
  2804.            
  2805.            <div class="pulse-recent-post-item ">
  2806.                <a href="https://findenvinder.dk/" rel="dofollow" class="pulse-recent-title ">
  2807.                                            casino uden rofus
  2808.                                            </a>
  2809.            </div>
  2810.            
  2811.            <div class="pulse-recent-post-item ">
  2812.                <a href="https://alleglass.pl/" rel="dofollow" class="pulse-recent-title ">
  2813.                                            najlepsze kasyna online
  2814.                                            </a>
  2815.            </div>
  2816.            
  2817.            <div class="pulse-recent-post-item ">
  2818.                <a href="https://arkarts.com/" rel="dofollow" class="pulse-recent-title ">
  2819.                                            online casino uden rofus
  2820.                                            </a>
  2821.            </div>
  2822.            
  2823.            <div class="pulse-recent-post-item ">
  2824.                <a href="https://openbudgetsindia.org/" rel="dofollow" class="pulse-recent-title ">
  2825.                                            best cricket betting app
  2826.                                            </a>
  2827.            </div>
  2828.            
  2829.            <div class="pulse-recent-post-item ">
  2830.                <a href="http://contrace.org/" rel="dofollow" class="pulse-recent-title ">
  2831.                                            najlepsze kasyna online
  2832.                                            </a>
  2833.            </div>
  2834.            
  2835.            <div class="pulse-recent-post-item ">
  2836.                <a href="http://anaboliczni.pl/" rel="dofollow" class="pulse-recent-title ">
  2837.                                            kasyno online
  2838.                                            </a>
  2839.            </div>
  2840.            
  2841.            <div class="pulse-recent-post-item ">
  2842.                <a href="http://detectstudy.org/" rel="dofollow" class="pulse-recent-title ">
  2843.                                            zakłady sportowe
  2844.                                            </a>
  2845.            </div>
  2846.            
  2847.            <div class="pulse-recent-post-item ">
  2848.                <a href="http://rondosztuki.pl/" rel="dofollow" class="pulse-recent-title ">
  2849.                                            mission uncrossable
  2850.                                            </a>
  2851.            </div>
  2852.            
  2853.            <div class="pulse-recent-post-item ">
  2854.                <a href="http://rebelya.pl/" rel="dofollow" class="pulse-recent-title ">
  2855.                                            kasyna bez weryfikacji
  2856.                                            </a>
  2857.            </div>
  2858.            
  2859.            <div class="pulse-recent-post-item ">
  2860.                <a href="http://regiopraca.pl/" rel="nofollow" class="pulse-recent-title ">
  2861.                                            najlepsi bukmacherzy
  2862.                                            </a>
  2863.            </div>
  2864.            
  2865.        </div>
  2866.    </div>
  2867.    
  2868.    <div class="pulse-sidebar-widget mb-3">
  2869.        <div class="pulse-widget-header pulse-recent-header">
  2870.            <i class="fas fa-clock"></i> March 2026 Blog Roll
  2871.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  2872.        </div>
  2873.        <div class="pulse-widget-body scrollable-sidebar">
  2874.            
  2875.            <div class="pulse-recent-post-item ">
  2876.                <a href="https://www.end-violence.org/" rel="dofollow" class="pulse-recent-title ">
  2877.                                            offshore sportsbooks
  2878.                                            </a>
  2879.            </div>
  2880.            
  2881.            <div class="pulse-recent-post-item ">
  2882.                <a href="http://owlgraphic.com/" rel="dofollow" class="pulse-recent-title ">
  2883.                                            bukmacherzy polska
  2884.                                            </a>
  2885.            </div>
  2886.            
  2887.            <div class="pulse-recent-post-item ">
  2888.                <a href="https://www.gameshub.com/pl/najlepsze-kasyna/" rel="dofollow" class="pulse-recent-title ">
  2889.                                            nowe kasyno internetowe
  2890.                                            </a>
  2891.            </div>
  2892.            
  2893.            <div class="pulse-recent-post-item ">
  2894.                <a href="http://geopark-kielce.pl/" rel="dofollow" class="pulse-recent-title ">
  2895.                                            najlepsze kasyna online
  2896.                                            </a>
  2897.            </div>
  2898.            
  2899.            <div class="pulse-recent-post-item ">
  2900.                <a href="https://cccteam.eu/" rel="dofollow" class="pulse-recent-title ">
  2901.                                            kasyno online paysafecard
  2902.                                            </a>
  2903.            </div>
  2904.            
  2905.            <div class="pulse-recent-post-item ">
  2906.                <a href="https://www.regionalnetworks.org.uk/" rel="dofollow" class="pulse-recent-title ">
  2907.                                            GAMSTOP free casinos
  2908.                                            </a>
  2909.            </div>
  2910.            
  2911.            <div class="pulse-recent-post-item ">
  2912.                <a href="https://www.wagglbrasil.com/" rel="dofollow" class="pulse-recent-title ">
  2913.                                            melhor plataforma de poker online
  2914.                                            </a>
  2915.            </div>
  2916.            
  2917.            <div class="pulse-recent-post-item ">
  2918.                <a href="https://uensdey.com/" rel="dofollow" class="pulse-recent-title ">
  2919.                                            онлайн казино криптовалют
  2920.                                            </a>
  2921.            </div>
  2922.            
  2923.            <div class="pulse-recent-post-item ">
  2924.                <a href="https://oncallfire.uk/" rel="dofollow" class="pulse-recent-title ">
  2925.                                            best non Gamstop casino
  2926.                                            </a>
  2927.            </div>
  2928.            
  2929.        </div>
  2930.    </div>
  2931.    
  2932.    
  2933.  
  2934. <!-- CSS Styles -->
  2935. <style>
  2936. /* Sidebar Widget Base */
  2937. .pulse-sidebar-widget {
  2938.    background: var(--card-bg, white);
  2939.    border-radius: 12px;
  2940.    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  2941.    margin-bottom: 30px;
  2942.    overflow: hidden;
  2943.    border: 1px solid var(--border-color);
  2944. }
  2945.  
  2946. .pulse-widget-header {
  2947.    background: var(--bs-primary);
  2948.    color: var(--bs-white);
  2949.    padding: 15px 20px;
  2950.    font-weight: 700;
  2951.    font-size: 13px;
  2952.    text-transform: uppercase;
  2953.    letter-spacing: 1px;
  2954.    position: relative;
  2955.    display: flex;
  2956.    align-items: center;
  2957.    justify-content: space-between;
  2958.    gap: 8px;
  2959. }
  2960.  
  2961. .pulse-header-arrow {
  2962.    font-size: 12px;
  2963.    opacity: 0.8;
  2964. }
  2965.  
  2966.  
  2967.  
  2968.  
  2969.  
  2970. .pulse-widget-body {
  2971.    padding: 25px 20px;
  2972. }
  2973.  
  2974. /* Search Widget */
  2975. .pulse-search-form {
  2976.    position: relative;
  2977. }
  2978.  
  2979. .pulse-search-input-sidebar {
  2980.    width: 100%;
  2981.    padding: 12px 45px 12px 15px;
  2982.    border: 2px solid #e9ecef;
  2983.    border-radius: 8px;
  2984.    font-size: 14px;
  2985.    transition: all 0.3s ease;
  2986.    background: var(--card-bg, white);
  2987.    color: var(--topbar-color, #333);
  2988. }
  2989.  
  2990. .pulse-search-input-sidebar:focus {
  2991.    border-color: var(--topbar-color, #6f42c1);
  2992.    box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.1);
  2993.    outline: none;
  2994. }
  2995.  
  2996. .pulse-search-btn-sidebar {
  2997.    position: absolute;
  2998.    right: 5px;
  2999.    top: 50%;
  3000.    transform: translateY(-50%);
  3001.    background: var(--bs-primary, #6f42c1);
  3002.    border: none;
  3003.    color: var(--bs-white);
  3004.    padding: 8px 12px;
  3005.    border-radius: 6px;
  3006.    cursor: pointer;
  3007.    transition: all 0.3s ease;
  3008. }
  3009.  
  3010. .pulse-search-btn-sidebar:hover {
  3011.    background: var(--topbar-color, #5a359a);
  3012.    opacity: 0.9;
  3013. }
  3014.  
  3015. /* Recent Posts Widget */
  3016. .pulse-recent-post-item {
  3017.    padding: 10px 0;
  3018.    border-bottom: 1px solid var(--border-color);
  3019.    transition: all 0.3s ease;
  3020. }
  3021.  
  3022. .pulse-recent-post-item:last-child {
  3023.    border-bottom: none;
  3024.    padding-bottom: 0;
  3025. }
  3026.  
  3027. .pulse-recent-post-item:hover {
  3028.    background: rgba(248, 249, 250,0.1);
  3029.    padding-left: 20px;
  3030.    padding-right: 20px;
  3031.    border-radius: 8px;
  3032. }
  3033.  
  3034. .pulse-recent-title {
  3035.    font-size: 15px;
  3036.    font-weight: 600;
  3037.    color: var(--topbar-color, #2c3e50);
  3038.    line-height: 1.4;
  3039.    margin-bottom: 8px;
  3040.    text-decoration: none;
  3041.    display: block;
  3042. }
  3043.  
  3044. .pulse-recent-title:hover {
  3045.    color: var(--topbar-color, #e83e8c);
  3046.    text-decoration: none;
  3047.    opacity: 0.8;
  3048. }
  3049.  
  3050. .pulse-recent-meta {
  3051.    font-size: 12px;
  3052.    color: #6c757d;
  3053.    display: flex;
  3054.    align-items: center;
  3055.    gap: 10px;
  3056. }
  3057.  
  3058.  
  3059. /* Responsive Design */
  3060. @media (max-width: 768px) {
  3061.    .pulse-widget-body {
  3062.        padding: 20px 15px;
  3063.    }
  3064.    
  3065.    .pulse-recent-title {
  3066.        font-size: 14px;
  3067.    }
  3068. }
  3069.  
  3070. @media (max-width: 992px) {
  3071.    .pulse-sidebar-widget {
  3072.        margin-bottom: 25px;
  3073.    }
  3074. }
  3075. </style>
  3076.  
  3077.    
  3078.            </div>
  3079.        </div>
  3080.    </div>
  3081. </section>
  3082.  
  3083. <script>
  3084. document.addEventListener('DOMContentLoaded', function() {
  3085.    // Simple scroll animation
  3086.    const cards = document.querySelectorAll('.blog-card');
  3087.    
  3088.    const observer = new IntersectionObserver(function(entries) {
  3089.        entries.forEach(entry => {
  3090.            if (entry.isIntersecting) {
  3091.                entry.target.style.opacity = '1';
  3092.                entry.target.style.transform = 'translateY(0)';
  3093.            }
  3094.        });
  3095.    }, {
  3096.        threshold: 0.1
  3097.    });
  3098.  
  3099.    cards.forEach((card, index) => {
  3100.        card.style.opacity = '0';
  3101.        card.style.transform = 'translateY(30px)';
  3102.        card.style.transition = `opacity 0.6s ease ${index * 0.1}s, transform 0.6s ease ${index * 0.1}s`;
  3103.        observer.observe(card);
  3104.    });
  3105. });
  3106. </script>
  3107.  
  3108.    
  3109.        
  3110.        <!-- end wpo-blog-highlights-section -->
  3111.        <!-- start wpo-blog-sponsored-section -->
  3112.        
  3113.  
  3114.  
  3115.  
  3116.    
  3117.  
  3118.  
  3119.  
  3120. <style>
  3121.    .sponsored-section-v3 {
  3122.        padding: 0 0 50px;
  3123.    }
  3124.    
  3125.    .sponsored-card-v3 {
  3126.        background: white;
  3127.        border: 1px solid var(--border-color);
  3128.        border-radius: 0;
  3129.        overflow: hidden;
  3130.        transition: all 0.3s ease;
  3131.        height: 100%;
  3132.        position: relative;
  3133.    }
  3134.    
  3135.    .sponsored-card-v3:hover {
  3136.        border-color: #dee2e6;
  3137.        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  3138.    }
  3139.    
  3140.    .sponsored-image-v3 {
  3141.        position: relative;
  3142.        overflow: hidden;
  3143.        height: 160px;
  3144.    }
  3145.    
  3146.    .sponsored-image-v3 img {
  3147.        width: 100%;
  3148.        height: 100%;
  3149.        object-fit: cover;
  3150.        filter: grayscale(20%);
  3151.        transition: filter 0.3s ease;
  3152.    }
  3153.    
  3154.    .sponsored-card-v3:hover .sponsored-image-v3 img {
  3155.        filter: grayscale(0%);
  3156.    }
  3157.    
  3158.    .sponsored-badge-v3 {
  3159.        position: absolute;
  3160.        bottom: auto;
  3161.        left: auto;
  3162.        right: 10px;
  3163.        top: 10px;
  3164.        padding: 8px;
  3165.        font-size: 10px;
  3166.        font-weight: 700;
  3167.        text-transform: uppercase;
  3168.        letter-spacing: 1px;
  3169.        text-align: center;
  3170.    }
  3171.    
  3172.    .sponsored-content-v3 {
  3173.        position: relative;
  3174.        padding: 24px 20px;
  3175.    }
  3176.    
  3177.    .sponsored-title-v3 {
  3178.        font-size: 15px;
  3179.        font-weight: 700;
  3180.        line-height: 1.5;
  3181.        margin-bottom: 18px;
  3182.        min-height: 45px;
  3183.        text-transform: uppercase;
  3184.        letter-spacing: 0.5px;
  3185.    }
  3186.    
  3187.    .sponsored-title-v3 a {
  3188.        text-decoration: none;
  3189.        transition: opacity 0.3s ease;
  3190.    }
  3191.    
  3192.    .sponsored-title-v3 a:hover {
  3193.        opacity: 0.8;
  3194.    }
  3195.    
  3196.    .sponsored-meta-v3 {
  3197.        display: flex;
  3198.        align-items: center;
  3199.        justify-content: space-between;
  3200.        font-size: 11px;
  3201.        font-weight: 600;
  3202.        text-transform: uppercase;
  3203.        letter-spacing: 0.5px;
  3204.        padding-top: 12px;
  3205.        border-top: 1px solid #f1f3f4;
  3206.    }
  3207.    
  3208.    .author-info-v3 {
  3209.        display: flex;
  3210.        align-items: center;
  3211.        gap: 8px;
  3212.    }
  3213.    
  3214.    .sponsored-author-img-v3 {
  3215.        width: 30px;
  3216.        height: 30px;
  3217.        border-radius: 50%;
  3218.        object-fit: cover;
  3219.    }
  3220.    
  3221.    .section-title-sponsored-v3 {
  3222.        font-size: 2.5rem;
  3223.        font-weight: 900;
  3224.        text-align: left;
  3225.        margin-bottom: 30px;
  3226.        letter-spacing: 2px;
  3227.        border-left: 8px solid var(--bs-primary);
  3228.        padding-left: 20px;
  3229.    }
  3230.    
  3231.    .sponsored-overlay-v3 {
  3232.        position: absolute;
  3233.        top: 0;
  3234.        left: 0;
  3235.        right: 0;
  3236.        bottom: 0;
  3237.        background: linear-gradient(45deg, transparent 0%, rgba(0,0,0,0.1) 100%);
  3238.        opacity: 0;
  3239.        transition: opacity 0.3s ease;
  3240.    }
  3241.    
  3242.    .sponsored-card-v3:hover .sponsored-overlay-v3 {
  3243.        opacity: 1;
  3244.    }
  3245.  
  3246.    @media (max-width: 768px) {
  3247.        .sponsored-section-v3 {
  3248.            padding: 0px 0 40px;
  3249.        }
  3250.        .section-title-sponsored-v3 {
  3251.            font-size: 2.2rem;
  3252.            text-align: center;
  3253.            border-left: none;
  3254.            border-bottom: 4px solid;
  3255.            padding-left: 0;
  3256.            padding-bottom: 10px;
  3257.        }
  3258.        .sponsored-content-v3 {
  3259.            padding: 20px 16px;
  3260.        }
  3261.    }
  3262. </style>
  3263.  
  3264. <section class="sponsored-section-v3">
  3265.    <div class="container-fluid fluid-container mt-5">
  3266.        <div class="row">
  3267.            <div class="col-12">
  3268.                <h2 class="section-title-sponsored-v3 ">Sponsored News</h2>
  3269.            </div>
  3270.        </div>
  3271.        
  3272.        <div class="row g-3">
  3273.            
  3274.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3275.                <div class="card sponsored-card-v3">
  3276.                    <div class="sponsored-overlay-v3"></div>
  3277.                    <div class="sponsored-image-v3">
  3278.                        
  3279.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3280.                        
  3281.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3282.                    </div>
  3283.                    <div class="sponsored-content-v3">
  3284.                        <h3 class="sponsored-title-v3">
  3285.                            <a href="/a-tale-of-unexpected-kindness-when-a-university-student-let-me-sleep-on-her-dorm-floor/" class="top-color">
  3286.                            A Tale of Unexpected Kindness: When a University Student Let Me Sleep on Her Dorm Floor
  3287.                            </a>
  3288.                        </h3>
  3289.                        <div class="sponsored-meta-v3">
  3290.                            <div class="author-info-v3">
  3291.                                
  3292.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/23c8162a-7892-46b6-b43e-2058525d3f2e_profile.png" alt="Kara Davis" style="object-fit: cover;" class="sponsored-author-img-v3">
  3293.                                
  3294.                                <span class="top-color">
  3295.                                    Kara Davis
  3296.                                </span>
  3297.                            </div>
  3298.                            <span class="top-color">11 May 2026</span>
  3299.                        </div>
  3300.                    </div>
  3301.                </div>
  3302.            </div>
  3303.            
  3304.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3305.                <div class="card sponsored-card-v3">
  3306.                    <div class="sponsored-overlay-v3"></div>
  3307.                    <div class="sponsored-image-v3">
  3308.                        
  3309.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3310.                        
  3311.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3312.                    </div>
  3313.                    <div class="sponsored-content-v3">
  3314.                        <h3 class="sponsored-title-v3">
  3315.                            <a href="/within-the-ruined-debris-of-an-apartment-block-i-encountered-a-book-id-translated/" class="top-color">
  3316.                            Within the Ruined Debris of an Apartment Block, I Encountered a Book I’d Translated
  3317.                            </a>
  3318.                        </h3>
  3319.                        <div class="sponsored-meta-v3">
  3320.                            <div class="author-info-v3">
  3321.                                
  3322.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/23c8162a-7892-46b6-b43e-2058525d3f2e_profile.png" alt="Kara Davis" style="object-fit: cover;" class="sponsored-author-img-v3">
  3323.                                
  3324.                                <span class="top-color">
  3325.                                    Kara Davis
  3326.                                </span>
  3327.                            </div>
  3328.                            <span class="top-color">11 May 2026</span>
  3329.                        </div>
  3330.                    </div>
  3331.                </div>
  3332.            </div>
  3333.            
  3334.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3335.                <div class="card sponsored-card-v3">
  3336.                    <div class="sponsored-overlay-v3"></div>
  3337.                    <div class="sponsored-image-v3">
  3338.                        
  3339.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3340.                        
  3341.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3342.                    </div>
  3343.                    <div class="sponsored-content-v3">
  3344.                        <h3 class="sponsored-title-v3">
  3345.                            <a href="/daily-existence-for-120000-displaced-people-in-mauritanias-extensive-shelter-on-the-mali-frontier/" class="top-color">
  3346.                            Daily Existence for 120,000 Displaced People in Mauritania&#x27;s Extensive Shelter on the Mali Frontier.
  3347.                            </a>
  3348.                        </h3>
  3349.                        <div class="sponsored-meta-v3">
  3350.                            <div class="author-info-v3">
  3351.                                
  3352.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/23c8162a-7892-46b6-b43e-2058525d3f2e_profile.png" alt="Kara Davis" style="object-fit: cover;" class="sponsored-author-img-v3">
  3353.                                
  3354.                                <span class="top-color">
  3355.                                    Kara Davis
  3356.                                </span>
  3357.                            </div>
  3358.                            <span class="top-color">11 May 2026</span>
  3359.                        </div>
  3360.                    </div>
  3361.                </div>
  3362.            </div>
  3363.            
  3364.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3365.                <div class="card sponsored-card-v3">
  3366.                    <div class="sponsored-overlay-v3"></div>
  3367.                    <div class="sponsored-image-v3">
  3368.                        
  3369.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3370.                        
  3371.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3372.                    </div>
  3373.                    <div class="sponsored-content-v3">
  3374.                        <h3 class="sponsored-title-v3">
  3375.                            <a href="/the-way-a-us-military-vet-aided-mar%C3%ADa-corina-machado-flee-her-homeland/" class="top-color">
  3376.                            The Way a US Military Vet Aided María Corina Machado Flee Her Homeland
  3377.                            </a>
  3378.                        </h3>
  3379.                        <div class="sponsored-meta-v3">
  3380.                            <div class="author-info-v3">
  3381.                                
  3382.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/23c8162a-7892-46b6-b43e-2058525d3f2e_profile.png" alt="Kara Davis" style="object-fit: cover;" class="sponsored-author-img-v3">
  3383.                                
  3384.                                <span class="top-color">
  3385.                                    Kara Davis
  3386.                                </span>
  3387.                            </div>
  3388.                            <span class="top-color">11 May 2026</span>
  3389.                        </div>
  3390.                    </div>
  3391.                </div>
  3392.            </div>
  3393.            
  3394.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3395.                <div class="card sponsored-card-v3">
  3396.                    <div class="sponsored-overlay-v3"></div>
  3397.                    <div class="sponsored-image-v3">
  3398.                        
  3399.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3400.                        
  3401.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3402.                    </div>
  3403.                    <div class="sponsored-content-v3">
  3404.                        <h3 class="sponsored-title-v3">
  3405.                            <a href="/donald-trump-and-his-allies-picture-a-globe-lacking-international-law-yet-they-cannot-succeed/" class="top-color">
  3406.                            Donald Trump and His Allies Picture a Globe Lacking International Law – Yet They Cannot Succeed
  3407.                            </a>
  3408.                        </h3>
  3409.                        <div class="sponsored-meta-v3">
  3410.                            <div class="author-info-v3">
  3411.                                
  3412.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/23c8162a-7892-46b6-b43e-2058525d3f2e_profile.png" alt="Kara Davis" style="object-fit: cover;" class="sponsored-author-img-v3">
  3413.                                
  3414.                                <span class="top-color">
  3415.                                    Kara Davis
  3416.                                </span>
  3417.                            </div>
  3418.                            <span class="top-color">10 May 2026</span>
  3419.                        </div>
  3420.                    </div>
  3421.                </div>
  3422.            </div>
  3423.            
  3424.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3425.                <div class="card sponsored-card-v3">
  3426.                    <div class="sponsored-overlay-v3"></div>
  3427.                    <div class="sponsored-image-v3">
  3428.                        
  3429.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3430.                        
  3431.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3432.                    </div>
  3433.                    <div class="sponsored-content-v3">
  3434.                        <h3 class="sponsored-title-v3">
  3435.                            <a href="/virginias-new-governor-creates-history-as-first-female-governor/" class="top-color">
  3436.                            Virginia&#x27;s New Governor Creates History as First Female Governor
  3437.                            </a>
  3438.                        </h3>
  3439.                        <div class="sponsored-meta-v3">
  3440.                            <div class="author-info-v3">
  3441.                                
  3442.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/23c8162a-7892-46b6-b43e-2058525d3f2e_profile.png" alt="Kara Davis" style="object-fit: cover;" class="sponsored-author-img-v3">
  3443.                                
  3444.                                <span class="top-color">
  3445.                                    Kara Davis
  3446.                                </span>
  3447.                            </div>
  3448.                            <span class="top-color">10 May 2026</span>
  3449.                        </div>
  3450.                    </div>
  3451.                </div>
  3452.            </div>
  3453.            
  3454.        </div>
  3455.    </div>
  3456. </section>
  3457.  
  3458.  
  3459.    
  3460.        <!-- end wpo-blog-sponsored-section -->
  3461.        <!-- start wpo-subscribe-section -->
  3462.        
  3463.        <!-- end subscribe-section -->
  3464.        <!-- start of wpo-site-footer-section -->
  3465.        
  3466.  
  3467.  
  3468.  
  3469.  
  3470.  
  3471.  
  3472. <footer class="wpo-site-footer-v2 ">
  3473.    
  3474.    <!-- Main Footer Content -->
  3475.    <div class="container-fluid fluid-container">
  3476.        
  3477.        <!-- Step 1: Brand Section -->
  3478.        <div class="footer-brand-section">
  3479.            <div class="row justify-content-center">
  3480.                <div class="col-lg-8 col-md-10 col-12 text-center">
  3481.                    <div class="brand-wrapper">
  3482.                        
  3483.                            <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/d21aa7e6-09d4-4e83-b50e-d67fbcf6a057_logo.png" alt="Lunar Spin Network" class="footer-logo mb-3" loading="lazy">
  3484.                        
  3485.                        <h2 class="brand-title">Lunar Spin Network</h2>
  3486.                        <p class="brand-description">Discover the latest in space technology, astronomy news, and cosmic exploration. Join our community for expert articles and updates on the universe.</p>
  3487.                        
  3488.                    </div>
  3489.                </div>
  3490.            </div>
  3491.        </div>
  3492.  
  3493.        <!-- Step 2: Content Columns with Separators -->
  3494.        <div class="footer-content-section">
  3495.            <div class="content-divider"></div>
  3496.            
  3497.            <div class="row">
  3498.                
  3499.                <!-- Column 1: Important Links -->
  3500.                <div class="col-lg-6 col-md-6 col-12">
  3501.                    <div class="footer-column">
  3502.                        <div class="column-header">
  3503.                            <span class="column-number bg-primary-gradient">01</span>
  3504.                            <h6 class="column-title">Important Pages</h6>
  3505.                        </div>
  3506.                        <div class="column-content">
  3507.                            <ul class="footer-links">
  3508.                                
  3509.                                <li>
  3510.                                    <a href="/volcano-semeru-eruption-in-indonesia-triggers-evacuations/" class="footer-link">
  3511.                                        Volcano Semeru Eruption in Indonesia Triggers Evacuations
  3512.                                    </a>
  3513.                                </li>
  3514.                                
  3515.                                <li>
  3516.                                    <a href="/tycoon-jared-isaacman-confirmed-as-nasa-chief-following-controversial-nomination/" class="footer-link">
  3517.                                        Tycoon Jared Isaacman Confirmed as NASA Chief Following Controversial Nomination
  3518.                                    </a>
  3519.                                </li>
  3520.                                
  3521.                                <li>
  3522.                                    <a href="/root-expresses-dual-opinions-on-day-night-test-cricket-ahead-of-pivotal-ashes-encounter/" class="footer-link">
  3523.                                        Root Expresses Dual Opinions on Day-Night Test Cricket Ahead of Pivotal Ashes Encounter
  3524.                                    </a>
  3525.                                </li>
  3526.                                
  3527.                                <li>
  3528.                                    <a href="/conversing-across-the-divide-a-encounter-between-opposing-perspectives/" class="footer-link">
  3529.                                        Conversing Across the Divide: A Encounter Between Opposing Perspectives
  3530.                                    </a>
  3531.                                </li>
  3532.                                
  3533.                                <li>
  3534.                                    <a href="/can-the-uks-common-toads-survive-from-traffic-and-terrible-decline/" class="footer-link">
  3535.                                        Can the UK&#x27;s Common Toads Survive from Traffic and Terrible Decline?
  3536.                                    </a>
  3537.                                </li>
  3538.                                
  3539.                                <li>
  3540.                                    <a href="/the-thriller-sequel-eminfluencersem-will-give-competing-streaming-suspense-films-a-bad-case-of-fomo/" class="footer-link">
  3541.                                        The Thriller Sequel &lt;em&gt;Influencers&lt;/em&gt; Will Give Competing Streaming Suspense Films a Bad Case of FOMO
  3542.                                    </a>
  3543.                                </li>
  3544.                                
  3545.                            </ul>
  3546.                        </div>
  3547.                    </div>
  3548.                </div>
  3549.  
  3550.                <!-- Column 2: External Links -->
  3551.                 <div class="col-lg-6 col-md-6 col-12">
  3552.                    <div class="footer-column">
  3553.                        <div class="column-header">
  3554.                            <span class="column-number bg-primary-gradient">02</span>
  3555.                            <h6 class="column-title">External Resources</h6>
  3556.                        </div>
  3557.                       <div class="column-content">
  3558.    <ul class="footer-links" id="footerLinks">
  3559.        
  3560.        
  3561.  
  3562.        
  3563.        
  3564.        
  3565.        
  3566.    </ul>
  3567. </div>
  3568.  
  3569.                    </div>
  3570.                </div>
  3571.  
  3572.                <!-- Column 3: Categories -->
  3573.                <div class="col-lg-6 col-md-6 col-12">
  3574.                    <div class="footer-column">
  3575.                        <div class="column-header">
  3576.                            <span class="column-number bg-primary-gradient">02</span>
  3577.                            <h6 class="column-title">Categories</h6>
  3578.                        </div>
  3579.                        <div class="column-content">
  3580.                            <ul class="footer-links">
  3581.                                
  3582.                                <li>
  3583.                                    <a href="/category/all-posts/" class="footer-link">
  3584.                                        All Posts
  3585.                                    </a>
  3586.                                </li>
  3587.                                
  3588.                                <li>
  3589.                                    <a href="/category/business/" class="footer-link">
  3590.                                        Business
  3591.                                    </a>
  3592.                                </li>
  3593.                                
  3594.                                <li>
  3595.                                    <a href="/category/esports/" class="footer-link">
  3596.                                        Esports
  3597.                                    </a>
  3598.                                </li>
  3599.                                
  3600.                                <li>
  3601.                                    <a href="/category/fashion/" class="footer-link">
  3602.                                        Fashion
  3603.                                    </a>
  3604.                                </li>
  3605.                                
  3606.                                <li>
  3607.                                    <a href="/category/featured/" class="footer-link">
  3608.                                        Featured
  3609.                                    </a>
  3610.                                </li>
  3611.                                
  3612.                                <li>
  3613.                                    <a href="/category/gaming/" class="footer-link">
  3614.                                        Gaming
  3615.                                    </a>
  3616.                                </li>
  3617.                                
  3618.                            </ul>
  3619.                        </div>
  3620.                    </div>
  3621.                </div>
  3622.  
  3623.            </div>
  3624.        </div>
  3625.  
  3626.        <!-- Step 3: Footer Bottom -->
  3627.        <div class="footer-bottom-section">
  3628.            <div class="bottom-divider"></div>
  3629.            <div class="d-flex justify-content-between flex-wrap">
  3630.                <div class="">
  3631.                    <p class="copyright-text">
  3632.                        &copy; 2026 <strong>Lunar Spin Network</strong> • All rights reserved
  3633.                    </p>
  3634.                </div>
  3635.                <div class="">
  3636.                    <nav class="footer-nav">
  3637.                        <a href="/page/write-for-us/" class="footer-nav-link">Write For Us</a>
  3638.                        <a href="/page/terms-and-conditions/" class="footer-nav-link">Terms</a>
  3639.                        <a href="/sitemap.xml" class="footer-nav-link">Sitemap</a>
  3640.                    </nav>
  3641.                </div>
  3642.            </div>
  3643.        </div>
  3644.  
  3645.    </div>
  3646.  
  3647.    <!-- Background Elements -->
  3648.    <div class="footer-bg-elements">
  3649.        <div class="bg-circle circle-1"></div>
  3650.        <div class="bg-circle circle-2"></div>
  3651.        <div class="bg-line line-1"></div>
  3652.        <div class="bg-line line-2"></div>
  3653.    </div>
  3654.  
  3655. </footer>
  3656.  
  3657. <style>
  3658. /* Footer V2 - Clean Blog Design */
  3659. .wpo-site-footer-v2 {
  3660.    color: var(--footer-color);
  3661.    background-color: var(--card-bg);
  3662.    margin-top: 100px;
  3663. }
  3664.  
  3665.  
  3666.  
  3667. /* Step 2: Brand Section */
  3668. .footer-brand-section {
  3669.    position: relative;
  3670.    z-index: 2;
  3671.    padding: 120px 0 60px;
  3672. }
  3673.  
  3674. .brand-wrapper {
  3675.    max-width: 600px;
  3676.    margin: 0 auto;
  3677. }
  3678.  
  3679. .footer-logo {
  3680.    max-height: 60px;
  3681.    width: auto;
  3682.    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
  3683. }
  3684.  
  3685. .brand-title {
  3686.    font-size: 2.2rem;
  3687.    font-weight: 800;
  3688.    color: var(--footer-color);
  3689.    margin-bottom: 1rem;
  3690.    letter-spacing: -0.02em;
  3691. }
  3692.  
  3693. .brand-description {
  3694.    font-size: 1.1rem;
  3695.    color: var(--footer-color);
  3696.    line-height: 1.6;
  3697.    opacity: .7;
  3698.    margin-bottom: 0;
  3699. }
  3700.  
  3701. /* Step 3: Content Section */
  3702. .footer-content-section {
  3703.    position: relative;
  3704.    z-index: 2;
  3705.    padding: 60px 0;
  3706. }
  3707.  
  3708.  
  3709. .footer-column {
  3710.    margin-bottom: 40px;
  3711.    padding: 0 20px;
  3712. }
  3713.  
  3714. .column-header {
  3715.    display: flex;
  3716.    align-items: center;
  3717.    margin-bottom: 25px;
  3718.    padding-bottom: 15px;
  3719.    border-bottom: 2px solid var(--border-color);
  3720. }
  3721.  
  3722. .column-number {
  3723.    width: 35px;
  3724.    height: 35px;
  3725.    border-radius: 10px;
  3726.    display: flex;
  3727.    align-items: center;
  3728.    justify-content: center;
  3729.    font-weight: 700;
  3730.    font-size: 0.9rem;
  3731.    margin-right: 15px;
  3732. }
  3733.  
  3734. .column-title {
  3735.    font-size: 1.1rem;
  3736.    font-weight: 700;
  3737.    color: var(--footer-color) !important;
  3738.    margin: 0;
  3739. }
  3740.  
  3741. .column-content {
  3742.    padding-left: 50px;
  3743. }
  3744.  
  3745. /* Footer Links */
  3746. .footer-links {
  3747.    list-style: none;
  3748.    padding: 0;
  3749.    margin: 0;
  3750. }
  3751.  
  3752. .footer-links li {
  3753.    margin-bottom: 12px;
  3754.    position: relative;
  3755. }
  3756.  
  3757. .footer-link {
  3758.    color: var(--footer-color) !important;
  3759.    text-decoration: none;
  3760.    font-size: 0.95rem;
  3761.    line-height: 1.5;
  3762.    transition: all 0.8s ease;
  3763.    position: relative;
  3764.    display: inline-flex;
  3765.    align-items: center;
  3766. }
  3767.  
  3768. .footer-link:hover {
  3769.    color: var(--bs-primary);
  3770.    padding-left: 8px;
  3771. }
  3772.  
  3773. .footer-link::before {
  3774.    content: '';
  3775.    position: absolute;
  3776.    left: -15px;
  3777.    top: 50%;
  3778.    transform: translateY(-50%);
  3779.    width: 4px;
  3780.    height: 4px;
  3781.    background: var(--bs-primary);
  3782.    border-radius: 50%;
  3783.    opacity: 0;
  3784.    transition: opacity 0.3s ease;
  3785. }
  3786.  
  3787. .footer-link:hover::before {
  3788.    opacity: 1;
  3789. }
  3790.  
  3791. /* Step 4: Footer Bottom */
  3792. .footer-bottom-section {
  3793.    position: relative;
  3794.    z-index: 2;
  3795.    padding: 30px 0;
  3796. }
  3797.  
  3798. .bottom-divider {
  3799.    width: 100%;
  3800.    height: 1px;
  3801.    background: linear-gradient(90deg, transparent 0%,var(--footer-color) ,var(--border-color) ,  transparent 100%);
  3802.    margin-bottom: 30px;
  3803. }
  3804.  
  3805. .copyright-text {
  3806.    color: var(--footer-color);
  3807.    font-size: 0.9rem;
  3808.    margin: 0;
  3809.    line-height: 1.6;
  3810. }
  3811.  
  3812. .footer-nav {
  3813.    display: flex;
  3814.    align-items: center;
  3815.    gap: 20px;
  3816.    justify-content: center;
  3817. }
  3818.  
  3819. .footer-nav-link {
  3820.    color: var(--footer-color) !important;
  3821.    text-decoration: none;
  3822.    font-size: 0.9rem;
  3823.    font-weight: 500;
  3824.    transition: color 0.3s ease;
  3825.    position: relative;
  3826. }
  3827.  
  3828. .footer-nav-link:hover {
  3829.    color: var(--bs-primary);
  3830. }
  3831.  
  3832. .footer-nav-link::after {
  3833.    content: '';
  3834.    position: absolute;
  3835.    bottom: -5px;
  3836.    left: 0;
  3837.    width: 0;
  3838.    height: 2px;
  3839.    background: var(--bs-primary) !important;
  3840.    transition: width 0.3s ease;
  3841. }
  3842.  
  3843. .footer-nav-link:hover::after {
  3844.    width: 100%;
  3845. }
  3846.  
  3847. /* Responsive Design */
  3848. @media (max-width: 992px) {
  3849.    .footer-brand-section {
  3850.        padding: 100px 0 50px;
  3851.    }
  3852.    
  3853.    .brand-title {
  3854.        font-size: 1.8rem;
  3855.    }
  3856.    
  3857.    .column-content {
  3858.        padding-left: 0;
  3859.        padding-top: 10px;
  3860.    }
  3861.    
  3862.    .column-header {
  3863.        flex-direction: column;
  3864.        align-items: flex-start;
  3865.        gap: 10px;
  3866.    }
  3867.    
  3868.    .column-number {
  3869.        align-self: center;
  3870.    }
  3871. }
  3872.  
  3873. @media (max-width: 768px) {
  3874.    .footer-brand-section {
  3875.        padding: 80px 0 40px;
  3876.    }
  3877.    
  3878.    .brand-title {
  3879.        font-size: 1.6rem;
  3880.    }
  3881.    
  3882.    .newsletter-inline {
  3883.        padding: 1.5rem;
  3884.        margin: 0 15px;
  3885.    }
  3886.    
  3887.    .newsletter-form .input-group {
  3888.        flex-direction: column;
  3889.    }
  3890.    
  3891.    .btn-newsletter {
  3892.        border-radius: 0 0 12px 12px;
  3893.    }
  3894.    
  3895.    .newsletter-input {
  3896.        border-radius: 12px 12px 0 0;
  3897.    }
  3898.    
  3899.    .footer-column {
  3900.        padding: 0 15px;
  3901.        margin-bottom: 35px;
  3902.    }
  3903.    
  3904.    .footer-nav {
  3905.        flex-direction: column;
  3906.        gap: 15px;
  3907.        margin-top: 20px;
  3908.    }
  3909. }
  3910.  
  3911. @media (max-width: 576px) {
  3912.    .footer-brand-section {
  3913.        padding: 60px 0 30px;
  3914.    }
  3915.    
  3916.    .brand-title {
  3917.        font-size: 1.4rem;
  3918.    }
  3919.    
  3920.    .brand-description {
  3921.        font-size: 1rem;
  3922.    }
  3923.    
  3924.    .newsletter-title {
  3925.        font-size: 1.1rem;
  3926.    }
  3927.    
  3928.    .column-title {
  3929.        font-size: 1rem;
  3930.    }
  3931.    
  3932.    .footer-column {
  3933.        padding: 0 10px;
  3934.    }
  3935.    
  3936.    .bg-circle, .bg-line {
  3937.        display: none;
  3938.    }
  3939. }
  3940.  
  3941. /* Minimal Animation */
  3942. .footer-column {
  3943.    transition: opacity 0.3s ease;
  3944. }
  3945.  
  3946. .footer-column:hover {
  3947.    opacity: 0.9;
  3948. }
  3949. </style>
  3950.  
  3951. <!-- Bootstrap 5 JS -->
  3952.  
  3953. <script>
  3954. // Scroll to Top Function
  3955. function scrollToTop() {
  3956.    window.scrollTo({
  3957.        top: 0,
  3958.        behavior: 'smooth'
  3959.    });
  3960. }
  3961.  
  3962. // Initialize Footer V2 Features
  3963. document.addEventListener('DOMContentLoaded', function() {
  3964.    
  3965.    // Newsletter Form Enhancement
  3966.    const newsletterForm = document.querySelector('.newsletter-form');
  3967.    if (newsletterForm) {
  3968.        newsletterForm.addEventListener('submit', function(e) {
  3969.            e.preventDefault(); // Remove this in actual implementation
  3970.            
  3971.            const submitBtn = this.querySelector('.btn-newsletter');
  3972.            const originalText = submitBtn.textContent;
  3973.            
  3974.            submitBtn.textContent = 'Subscribing...';
  3975.            submitBtn.disabled = true;
  3976.            
  3977.            // Simulate form processing
  3978.            setTimeout(() => {
  3979.                submitBtn.textContent = 'Subscribed!';
  3980.                submitBtn.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  3981.                
  3982.                setTimeout(() => {
  3983.                    submitBtn.textContent = originalText;
  3984.                    submitBtn.disabled = false;
  3985.                    submitBtn.style.background = '';
  3986.                    this.reset();
  3987.                }, 2000);
  3988.            }, 1500);
  3989.        });
  3990.    }
  3991.    
  3992.    // Smooth reveal for columns on scroll
  3993.    const observerOptions = {
  3994.        threshold: 0.1,
  3995.        rootMargin: '0px 0px -50px 0px'
  3996.    };
  3997.    
  3998.    const observer = new IntersectionObserver((entries) => {
  3999.        entries.forEach(entry => {
  4000.            if (entry.isIntersecting) {
  4001.                entry.target.style.opacity = '1';
  4002.                entry.target.style.transform = 'translateY(0)';
  4003.            }
  4004.        });
  4005.    }, observerOptions);
  4006.    
  4007.    // Initially hide columns for animation
  4008.    document.querySelectorAll('.footer-column').forEach((column, index) => {
  4009.        column.style.opacity = '0';
  4010.        column.style.transform = 'translateY(20px)';
  4011.        column.style.transition = `all 0.6s ease ${index * 0.1}s`;
  4012.        observer.observe(column);
  4013.    });
  4014.    
  4015.    // Prevent default for placeholder links
  4016.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4017.        link.addEventListener('click', function(e) {
  4018.            e.preventDefault();
  4019.        });
  4020.    });
  4021. });
  4022.  
  4023. document.addEventListener('DOMContentLoaded', function () {
  4024.    var btn = document.getElementById('toggleFooterLinks');
  4025.    if (!btn) return; // No extra links, no button
  4026.  
  4027.    var extras = document.querySelectorAll('#footerLinks li.extra');
  4028.  
  4029.    btn.addEventListener('click', function () {
  4030.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4031.            return li.classList.contains('d-none');
  4032.        });
  4033.  
  4034.        extras.forEach(function (li) {
  4035.            if (anyHidden) {
  4036.                li.classList.remove('d-none');
  4037.                li.classList.add('show');
  4038.            } else {
  4039.                li.classList.add('d-none');
  4040.                li.classList.remove('show');
  4041.            }
  4042.        });
  4043.  
  4044.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4045.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4046.    });
  4047. });
  4048.  
  4049. </script>
  4050.  
  4051.        <!-- end of wpo-site-footer-section -->
  4052.    </div>
  4053.    <!-- end of page-wrapper -->
  4054.  
  4055.    <!-- All JavaScript files
  4056.    ================================================== -->
  4057.    
  4058.  
  4059. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4060. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4061. <!-- Plugins for this template -->
  4062. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4063. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4064. <!-- Custom script for this template -->
  4065. <script src="/static/blogapp/assets/js/script.js"></script>
  4066.  
  4067. <script>
  4068. (function () {
  4069. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4070. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4071.  
  4072. function applyFallback(img) {
  4073. if (!img || img.dataset.fallbackApplied === "1") {
  4074. return;
  4075. }
  4076. var failedSrc = img.currentSrc || img.src || "";
  4077. img.dataset.fallbackApplied = "1";
  4078. img.onerror = null;
  4079. img.src = fallbackImageSrc;
  4080. console.warn("[ImageFallback] Replaced broken image:", {
  4081. failedSrc: failedSrc,
  4082. fallbackSrc: fallbackImageSrc,
  4083. alt: img.alt || "",
  4084. });
  4085. }
  4086.  
  4087. document.querySelectorAll("img").forEach(function (img) {
  4088. if (img.complete && img.naturalWidth === 0) {
  4089. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4090. failedSrc: img.currentSrc || img.src || "",
  4091. alt: img.alt || "",
  4092. });
  4093. applyFallback(img);
  4094. }
  4095. });
  4096.  
  4097. document.addEventListener(
  4098. "error",
  4099. function (event) {
  4100. var target = event.target;
  4101. if (target && target.tagName === "IMG") {
  4102. applyFallback(target);
  4103. }
  4104. },
  4105. true
  4106. );
  4107. })();
  4108. </script>
  4109.  
  4110. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4111.  
  4112.  
  4113.  
  4114. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447" integrity="sha512-57MDmcccJXYtNnH+ZiBwzC4jb2rvgVCEokYN+L/nLlmO8rfYT/gIpW2A569iJ/3b+0UEasghjuZH/ma3wIs/EQ==" data-cf-beacon='{"version":"2024.11.0","token":"463c2cf3deec4886a2c894256ab10cfb","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4115. </body>
  4116.  
  4117. </html>
  4118.  
  4119.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda