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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="libre">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_57_w0DQM2x_3JZTGuA_mrKSHYD_P33DCDO_Y2B0x9n.png">
  14.    
  15.  
  16.    <title>Vista Arena: Exploring Technology, Innovation, and Digital Trends</title>
  17.    <meta name="description" content="Vista Arena offers insights into the latest technology trends, innovation updates, and digital lifestyle tips. Stay informed with expert analysis and practical guides.">
  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://vistaarena.de/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ff4081;
  42.        --bs-primary-rgb: ff4081;
  43.        --bs-secondary: #6b6e74;
  44.        --bs-success: #10b981;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #0284c7;
  48.        --bs-light: #fff0f5;
  49.        --bs-dark: #4a0e1a;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ff4081;
  53.        --theme-primary-color-s2: #ff4081;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #4a0e1a;
  57.        --text-light-color: #676767;
  58.        --heading-color: #4a0e1a;
  59.        --border-color: #f9a8b8;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #ffffff;
  73.        --nav-bg: #ffffff;
  74.        --sub-nav: #fed7de;
  75.        --navbar-color: #4a0e1a;
  76.        --topbar-bg: #fff0f5;
  77.        --topbar-color: #4a0e1a;
  78.        --footer-bg: #4a0e1a;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #f9a8b8;
  82.        --card-radius: 10px;
  83.        --link-color: #ff4081;
  84.        --link-hover: #e03370;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(255, 64, 129, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. <script>
  368.    var _paq = window._paq = window._paq || [];
  369.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  370.    _paq.push(['trackPageView']);
  371.    _paq.push(['enableLinkTracking']);
  372.    (function() {
  373.        var u = "//analytics.tech-vikings.com/";
  374.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  375.        _paq.push(['setSiteId', '2']);
  376.        var d = document,
  377.            g = d.createElement('script'),
  378.            s = d.getElementsByTagName('script')[0];
  379.        g.async = true;
  380.        g.src = u + 'matomo.js';
  381.        s.parentNode.insertBefore(g, s);
  382.    })();
  383. </script>
  384. </head>
  385.  
  386.  
  387.  
  388. <body class="page-blogapp:homepage theme-theme_77">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405. <div class="top-bg">
  406.    <div class="unique-topbar d-sm-flex d-none container-fluid fluid-container">
  407.        <button class="unique-menu-btn bg-primary-gradient">Latest Update</button>        
  408.        
  409.        <div class="unique-news-container">
  410.            <div class="unique-news-wrapper" id="newsWrapper">
  411.                <!-- News items injected via JS -->
  412.            </div>
  413.        </div>
  414.    
  415.        <div class="contact-info">
  416.            <ul class="d-flex list-unstyled gap-3 pe-3 flex-wrap">
  417.                <li><a href="#"><i class="top-color ti-facebook"></i></a></li>
  418.                <li><a href="#"><i class="top-color ti-twitter-alt"></i></a></li>
  419.                <li><a href="#"><i class="top-color ti-instagram"></i></a></li>
  420.                <li><a href="#"><i class="top-color ti-google"></i></a></li>
  421.            </ul>
  422.        </div>
  423.    </div>
  424. </div>
  425.  
  426. <script>
  427.    // Build array dynamically from Django context
  428.    const newsItems = [
  429.        
  430.            { title: "Sitting with Ferguson and Getting \u0027Knocked Out\u0027 – A Photographer\u0027s Stories", url: "/sitting-with-ferguson-and-getting-knocked-out-a-photographers-stories/" },
  431.        
  432.            { title: "California\u0027s Governor Rejects Early Release for Manson Follower Patricia Krenwinkel", url: "/californias-governor-rejects-early-release-for-manson-follower-patricia-krenwinkel/" },
  433.        
  434.            { title: "Suspect in Brown University Shooting Located Dead Inside Storage Unit.", url: "/suspect-in-brown-university-shooting-located-dead-inside-storage-unit/" },
  435.        
  436.            { title: "To Rinse or Not to Rinse: A Guide to Preparing Edible Fungi", url: "/to-rinse-or-not-to-rinse-a-guide-to-preparing-edible-fungi/" },
  437.        
  438.            { title: "Human Remains of Competitive Swimmer Seemingly Killed by Great White Found on Californian Beach", url: "/human-remains-of-competitive-swimmer-seemingly-killed-by-great-white-found-on-californian-beach/" }
  439.        
  440.    ];
  441.  
  442.    let currentNewsIndex = 0;
  443.    const newsWrapper = document.getElementById('newsWrapper');
  444.    let newsElements = [];
  445.  
  446.    // Create news elements dynamically with links
  447.    function createNewsElements() {
  448.        newsItems.forEach((news, index) => {
  449.            const newsElement = document.createElement('div');
  450.            newsElement.className = 'unique-news-item';
  451.            newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  452.            newsWrapper.appendChild(newsElement);
  453.            newsElements.push(newsElement);
  454.        });
  455.  
  456.        if (newsElements.length > 0) {
  457.            newsElements[0].classList.add('active');
  458.        }
  459.    }
  460.  
  461.    function changeNews() {
  462.        const currentElement = newsElements[currentNewsIndex];
  463.        const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  464.        const nextElement = newsElements[nextIndex];
  465.  
  466.        currentElement.classList.remove('active');
  467.        currentElement.classList.add('exit-up');
  468.  
  469.        setTimeout(() => {
  470.            nextElement.classList.add('active');
  471.            currentNewsIndex = nextIndex;
  472.  
  473.            setTimeout(() => {
  474.                currentElement.classList.remove('exit-up');
  475.            }, 100);
  476.        }, 250);
  477.    }
  478.  
  479.    function startNewsRotation() {
  480.        setInterval(changeNews, 5000);
  481.    }
  482.  
  483.    window.onload = function() {
  484.        createNewsElements();
  485.        startNewsRotation();
  486.    };
  487. </script>
  488.  
  489.  
  490.  
  491.            
  492.  
  493.  
  494.  
  495.  
  496.  
  497.  
  498. <header class="header-v7 py-2 mb-4">
  499.    <!-- Top Bar -->
  500.    <div class="top-bar-v7">
  501.        <div class="container-fluid fluid-container">
  502.            <div class="row align-items-center justify-content-center">
  503.                <div class="col-lg-3 col-md-4">
  504.                    <div class="logo-section-v7">
  505.                        <a class="brand-link-v7" href="/">
  506.                            
  507.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/8894b79e-d81b-4c6e-afa5-b1b4d0681d06_logo.png" alt="Vista Arena" class="logo-img-v7" />
  508.                            
  509.                        </a>
  510.                    </div>
  511.                </div>
  512.                <div class="col-lg-6 col-md-5">
  513.                    <div class="search-bar-v7">
  514.                        <form class="search-form-v7" action="#" method="get">
  515.                            <div class="search-container-v7">
  516.                                <input id="search-input" type="search" class="search-input-v7"
  517.                                    placeholder="Search articles, tutorials, news..." name="q">
  518.                                <button type="submit" class="search-btn-v7">
  519.                                    <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  520.                                        stroke-width="2">
  521.                                        <circle cx="11" cy="11" r="8"></circle>
  522.                                        <path d="m21 21-4.35-4.35"></path>
  523.                                    </svg>
  524.                                </button>
  525.                            </div>
  526.                            <div id="search-results" class="search-results-container search-v1"></div>
  527.                        </form>
  528.                    </div>
  529.                </div>
  530.                <div class="col-lg-3 col-md-3">
  531.                    <!-- Empty column for spacing -->
  532.                </div>
  533.            </div>
  534.        </div>
  535.    </div>
  536.  
  537.    <!-- Main Navigation -->
  538.    <div class="main-nav-v7">
  539.        <div class="container-fluid">
  540.            <div class="nav-wrapper-v7">
  541.  
  542.                <!-- Sidebar Navigation -->
  543.                <nav class="sidebar-nav-v7" id="sidebarNavV7">
  544.                    <div class="nav-header-v7">
  545.                        <h6 class="nav-title-v7">Navigation</h6>
  546.                        <button class="sidebar-close-v7 text-link" onclick="closeSidebarV7()">
  547.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  548.                                stroke-width="2">
  549.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  550.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  551.                            </svg>
  552.                        </button>
  553.                    </div>
  554.  
  555.                    <ul class="sidebar-menu-v7">
  556.                        <li class="sidebar-item-v7">
  557.                            <a href='/' class="sidebar-link-v7 active-v7">
  558.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  559.                                    stroke="currentColor" stroke-width="2">
  560.                                    <path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
  561.                                    <polyline points="9,22 9,12 15,12 15,22"></polyline>
  562.                                </svg>
  563.                                Home
  564.                            </a>
  565.                        </li>
  566.  
  567.                        <li class="sidebar-item-v7 has-submenu-v7">
  568.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('tech-submenu-v7')">
  569.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  570.                                    stroke="currentColor" stroke-width="2">
  571.                                    <rect x="2" y="3" width="20" height="14" rx="2" ry="2"></rect>
  572.                                    <line x1="8" y1="21" x2="16" y2="21"></line>
  573.                                    <line x1="12" y1="17" x2="12" y2="21"></line>
  574.                                </svg>
  575.                                Technology
  576.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  577.                                    stroke="currentColor" stroke-width="2">
  578.                                    <polyline points="6,9 12,15 18,9"></polyline>
  579.                                </svg>
  580.                            </a>
  581.                            <ul class="sidebar-submenu-v7" id="tech-submenu-v7">
  582.                                <li><a href="#" class="sidebar-sublink-v7">Web Development</a></li>
  583.                                <li><a href="#" class="sidebar-sublink-v7">Mobile Apps</a></li>
  584.                                <li><a href="#" class="sidebar-sublink-v7">AI & Machine Learning</a></li>
  585.                                <li><a href="#" class="sidebar-sublink-v7">Cybersecurity</a></li>
  586.                            </ul>
  587.                        </li>
  588.  
  589.                        <li class="sidebar-item-v7 has-submenu-v7">
  590.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('business-submenu-v7')">
  591.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  592.                                    stroke="currentColor" stroke-width="2">
  593.                                    <path
  594.                                        d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z">
  595.                                    </path>
  596.                                </svg>
  597.                                Business
  598.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  599.                                    stroke="currentColor" stroke-width="2">
  600.                                    <polyline points="6,9 12,15 18,9"></polyline>
  601.                                </svg>
  602.                            </a>
  603.                            <ul class="sidebar-submenu-v7" id="business-submenu-v7">
  604.                                <li><a href="#" class="sidebar-sublink-v7">Startups</a></li>
  605.                                <li><a href="#" class="sidebar-sublink-v7">Marketing</a></li>
  606.                                <li><a href="#" class="sidebar-sublink-v7">Finance</a></li>
  607.                            </ul>
  608.                        </li>
  609.  
  610.                        <li class="sidebar-item-v7">
  611.                            <a href="#" class="sidebar-link-v7">
  612.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  613.                                    stroke="currentColor" stroke-width="2">
  614.                                    <path d="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"></path>
  615.                                    <path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"></path>
  616.                                </svg>
  617.                                Tutorials
  618.                            </a>
  619.                        </li>
  620.  
  621.                        <li class="sidebar-item-v7">
  622.                            <a href="#" class="sidebar-link-v7">
  623.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  624.                                    stroke="currentColor" stroke-width="2">
  625.                                    <polygon
  626.                                        points="12,2 15.09,8.26 22,9.27 17,14.14 18.18,21.02 12,17.77 5.82,21.02 7,14.14 2,9.27 8.91,8.26">
  627.                                    </polygon>
  628.                                </svg>
  629.                                Reviews
  630.                            </a>
  631.                        </li>
  632.  
  633.                        <li class="sidebar-item-v7">
  634.                            <a href="#" class="sidebar-link-v7">
  635.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  636.                                    stroke="currentColor" stroke-width="2">
  637.                                    <path d="M6 2l3 6 5.5-3-2.5 7h7l-3 6-5.5-3 2.5-7H6z"></path>
  638.                                </svg>
  639.                                News
  640.                            </a>
  641.                        </li>
  642.  
  643.                        <li class="sidebar-item-v7">
  644.                            <a href="#" class="sidebar-link-v7">
  645.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  646.                                    stroke="currentColor" stroke-width="2">
  647.                                    <circle cx="12" cy="12" r="3"></circle>
  648.                                    <path
  649.                                        d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1 1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z">
  650.                                    </path>
  651.                                </svg>
  652.                                About
  653.                            </a>
  654.                        </li>
  655.  
  656.                        <li class="sidebar-item-v7">
  657.                            <a href="#" class="sidebar-link-v7">
  658.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  659.                                    stroke="currentColor" stroke-width="2">
  660.                                    <path
  661.                                        d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z">
  662.                                    </path>
  663.                                    <polyline points="22,6 12,13 2,6"></polyline>
  664.                                </svg>
  665.                                Contact
  666.                            </a>
  667.                        </li>
  668.                    </ul>
  669.                </nav>
  670.                <div class="sidebar-blur"></div>
  671.  
  672.                <!-- Main Content Area -->
  673.                <div class="content-area-v7">
  674.                    <!-- Horizontal Nav for Desktop -->
  675.                    <nav class="horizontal-nav-v7 d-none d-lg-flex">
  676.                        <ul class="horizontal-menu-v7">
  677.  
  678.                            
  679.                            <li class="horizontal-item-v7">
  680.                                <a href="/" class="horizontal-link-v7 active-v7">Home</a>
  681.                            </li>
  682.  
  683.                            
  684.                            
  685.                             <li class="horizontal-item-v7">
  686.                                <a href="/category/all-posts/" class="horizontal-link-v7">
  687.                                    All Posts
  688.                                </a>
  689.                                </li>
  690.  
  691.                                
  692.  
  693.                                        
  694.                                        
  695.                                
  696.                             <li class="horizontal-item-v7">
  697.                                <a href="/category/business/" class="horizontal-link-v7">
  698.                                    Business
  699.                                </a>
  700.                                </li>
  701.  
  702.                                
  703.  
  704.                                        
  705.                                        
  706.                                
  707.                             <li class="horizontal-item-v7">
  708.                                <a href="/category/esports/" class="horizontal-link-v7">
  709.                                    Esports
  710.                                </a>
  711.                                </li>
  712.  
  713.                                
  714.  
  715.                                        
  716.                                        
  717.                                
  718.                             <li class="horizontal-item-v7">
  719.                                <a href="/category/fashion/" class="horizontal-link-v7">
  720.                                    Fashion
  721.                                </a>
  722.                                </li>
  723.  
  724.                                
  725.  
  726.                                        
  727.                                        
  728.                                
  729.                             <li class="horizontal-item-v7">
  730.                                <a href="/category/featured/" class="horizontal-link-v7">
  731.                                    Featured
  732.                                </a>
  733.                                </li>
  734.  
  735.                                
  736.  
  737.                                        
  738.                                        
  739.                                
  740.                             <li class="horizontal-item-v7">
  741.                                <a href="/category/gaming/" class="horizontal-link-v7">
  742.                                    Gaming
  743.                                </a>
  744.                                </li>
  745.  
  746.                                
  747.  
  748.                                        
  749.                                        
  750.                                
  751.                             <li class="horizontal-item-v7">
  752.                                <a href="/category/health/" class="horizontal-link-v7">
  753.                                    Health
  754.                                </a>
  755.                                </li>
  756.  
  757.                                
  758.  
  759.                                        
  760.                                        
  761.                                
  762.                            
  763.                                
  764.                                <li class="horizontal-item-v7 dropdown-v7">
  765.                                    <a href="#" class="horizontal-link-v7">More</a>
  766.                                    <div class="horizontal-dropdown-v7">
  767.                                        <a href="/category/life-fitness/"
  768.                                            class="dropdown-item-v7">
  769.                                            Life &amp; Fitness
  770.                                        </a>
  771.                                        
  772.  
  773.                                        
  774.                                        
  775.                                
  776.                            
  777.                                        <a href="/category/lifestyle/"
  778.                                            class="dropdown-item-v7">
  779.                                            Lifestyle
  780.                                        </a>
  781.                                        
  782.  
  783.                                        
  784.                                        
  785.                                
  786.                            
  787.                                        <a href="/category/news/"
  788.                                            class="dropdown-item-v7">
  789.                                            News
  790.                                        </a>
  791.                                        
  792.  
  793.                                        
  794.                                        
  795.                                
  796.                            
  797.                                        <a href="/category/others/"
  798.                                            class="dropdown-item-v7">
  799.                                            Others
  800.                                        </a>
  801.                                        
  802.  
  803.                                        
  804.                                        
  805.                                
  806.                            
  807.                                        <a href="/category/politics/"
  808.                                            class="dropdown-item-v7">
  809.                                            Politics
  810.                                        </a>
  811.                                        
  812.  
  813.                                        
  814.                                        
  815.                                
  816.                            
  817.                                        <a href="/category/sports/"
  818.                                            class="dropdown-item-v7">
  819.                                            Sports
  820.                                        </a>
  821.                                        
  822.  
  823.                                        
  824.                                        
  825.                                
  826.                            
  827.                                        <a href="/category/tech/"
  828.                                            class="dropdown-item-v7">
  829.                                            Tech
  830.                                        </a>
  831.                                        
  832.  
  833.                                        
  834.                                        
  835.                                
  836.                            
  837.                                        <a href="/category/travel/"
  838.                                            class="dropdown-item-v7">
  839.                                            Travel
  840.                                        </a>
  841.                                        
  842.  
  843.                                        
  844.                                        
  845.                                    </div>
  846.                                </li>
  847.                                
  848.                                
  849. <li>
  850.                  <a href="/page/contact-us/">
  851.                     Contact Us
  852.                  </a>
  853.              </li>
  854.                        </ul>
  855.                    </nav>
  856.  
  857.  
  858.                    <!-- Mobile Menu Button -->
  859.                    <button class="mobile-menu-btn-v7 d-lg-none text-link" onclick="openSidebarV7()">
  860.                        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  861.                            stroke-width="2">
  862.                            <line x1="3" y1="6" x2="21" y2="6"></line>
  863.                            <line x1="3" y1="12" x2="21" y2="12"></line>
  864.                            <line x1="3" y1="18" x2="21" y2="18"></line>
  865.                        </svg>
  866.                        Menu
  867.                    </button>
  868.                </div>
  869.            </div>
  870.        </div>
  871.    </div>
  872.  
  873.    <!-- Overlay for mobile sidebar -->
  874.    <div class="sidebar-overlay-v7" id="sidebarOverlayV7" onclick="closeSidebarV7()"></div>
  875. </header>
  876.  
  877. <style>
  878.    /* Navbar V7 Styles - Vertical Sidebar Navigation */
  879.    .header-v7 {
  880.        position: relative;
  881.        background: var(--navbar-bg);
  882.    }
  883.  
  884.    /* Top Bar Styles */
  885.    .top-bar-v7 {
  886.        padding: 15px 0;
  887.        border-bottom: 1px solid var(--border-color);
  888.        background: var(--navbar-bg);
  889.    }
  890.  
  891.    .logo-img-v7 {
  892.        max-height: 70px;
  893.        transition: transform 0.3s ease;
  894.    }
  895.  
  896.    .logo-img-v7:hover {
  897.        transform: scale(1.05);
  898.    }
  899.  
  900.    /* Search Bar Styles */
  901.    .search-container-v7 {
  902.        position: relative;
  903.        display: flex;
  904.        align-items: center;
  905.        background: transparent;
  906.        border: 2px solid var(--border-color);
  907.        border-radius: 8px;
  908.        overflow: hidden;
  909.        transition: all 0.3s ease;
  910.    }
  911.  
  912.    .search-container-v7:focus-within {
  913.        border-color: #007bff33;
  914.        box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.1);
  915.    }
  916.  
  917.    .search-input-v7 {
  918.        color: var(--topbar-color) !important;
  919.        flex: 1;
  920.        border: none;
  921.        padding: 12px 16px;
  922.        font-size: 14px;
  923.        outline: none;
  924.        background: transparent;
  925.    }
  926.  
  927.    .search-input-v7::placeholder {
  928.        color: #a0aec0;
  929.    }
  930.  
  931.    .search-btn-v7 {
  932.        background: var(--bs-primary);
  933.        color: white;
  934.        border: none;
  935.        padding: 12px 16px;
  936.        cursor: pointer;
  937.        transition: background 0.3s ease;
  938.    }
  939.  
  940.    .search-btn-v7:hover {
  941.        background: #3182ce;
  942.    }
  943.  
  944.    /* Header Actions */
  945.    .header-actions-v7 {
  946.        display: flex;
  947.        align-items: center;
  948.        gap: 15px;
  949.        justify-content: flex-end;
  950.    }
  951.  
  952.    .notification-btn-v7,
  953.    .profile-btn-v7 {
  954.        background: none;
  955.        border: none;
  956.        padding: 8px;
  957.        border-radius: 8px;
  958.        cursor: pointer;
  959.        transition: background 0.3s ease;
  960.        position: relative;
  961.    }
  962.  
  963.    .notification-btn-v7:hover,
  964.    .profile-btn-v7:hover {
  965.        background: #f1f5f9;
  966.    }
  967.  
  968.    .notification-badge-v7 {
  969.        position: absolute;
  970.        top: 2px;
  971.        right: 2px;
  972.        background: #e53e3e;
  973.        color: white;
  974.        font-size: 16px;
  975.        font-weight: 600;
  976.        width: 16px;
  977.        height: 16px;
  978.        border-radius: 50%;
  979.        display: flex;
  980.        align-items: center;
  981.        justify-content: center;
  982.    }
  983.  
  984.    .profile-avatar-v7 {
  985.        width: 32px;
  986.        height: 32px;
  987.        background: var(--border-color);
  988.        border-radius: 50%;
  989.        display: flex;
  990.        align-items: center;
  991.        justify-content: center;
  992.    }
  993.  
  994.    /* Main Navigation */
  995.    .main-nav-v7 {
  996.        background: var(--navbar-bg);
  997.    }
  998.  
  999.    .nav-wrapper-v7 {
  1000.        display: flex;
  1001.        align-items: center;
  1002.        justify-content: center;
  1003.        min-height: 60px;
  1004.    }
  1005.  
  1006.    /* Sidebar Navigation */
  1007.    .sidebar-nav-v7 {
  1008.        position: fixed;
  1009.        top: 0;
  1010.        left: -350px;
  1011.        width: 350px;
  1012.        height: 100vh;
  1013.        background: var(--navbar-bg);
  1014.        z-index: 1000;
  1015.        transition: left 0.3s ease;
  1016.        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  1017.        overflow-y: auto;
  1018.    }
  1019.  
  1020.    .sidebar-nav-v7.show-v7 {
  1021.        left: 0;
  1022.    }
  1023.  
  1024.    .nav-header-v7 {
  1025.        display: flex;
  1026.        align-items: center;
  1027.        justify-content: space-between;
  1028.        padding: 20px 25px;
  1029.        border-bottom: 1px solid var(--border-color);
  1030.        background: var(--navbar-bg);
  1031.    }
  1032.  
  1033.    .nav-title-v7 {
  1034.        font-size: 16px;
  1035.        font-weight: 600;
  1036.        color: #2d3748;
  1037.        margin: 0;
  1038.    }
  1039.  
  1040.    .sidebar-close-v7 {
  1041.        background: none;
  1042.        border: none;
  1043.        padding: 8px;
  1044.        cursor: pointer;
  1045.        border-radius: 6px;
  1046.        transition: background 0.3s ease;
  1047.    }
  1048.  
  1049.    .sidebar-close-v7:hover {
  1050.        background: var(--border-color);
  1051.    }
  1052.  
  1053.    .sidebar-menu-v7 {
  1054.        list-style: none;
  1055.        padding: 20px 0;
  1056.        margin: 0;
  1057.    }
  1058.  
  1059.    .sidebar-item-v7 {
  1060.        margin-bottom: 5px;
  1061.    }
  1062.  
  1063.    .sidebar-link-v7 {
  1064.        display: flex;
  1065.        align-items: center;
  1066.        color: #4a5568;
  1067.        text-decoration: none;
  1068.        padding: 15px 25px;
  1069.        font-size: 15px;
  1070.        font-weight: 500;
  1071.        transition: all 0.3s ease;
  1072.        position: relative;
  1073.    }
  1074.  
  1075.    .sidebar-link-v7:hover,
  1076.    .sidebar-link-v7.active-v7 {
  1077.        color: #007bff;
  1078.        background: var(--border-color);
  1079.    }
  1080.  
  1081.    .sidebar-link-v7.active-v7::before {
  1082.        content: '';
  1083.        position: absolute;
  1084.        left: 0;
  1085.        top: 0;
  1086.        bottom: 0;
  1087.        width: 4px;
  1088.        background: #007bff;
  1089.    }
  1090.  
  1091.    .sidebar-icon-v7 {
  1092.        margin-right: 12px;
  1093.        color: currentColor;
  1094.    }
  1095.  
  1096.    .submenu-arrow-v7 {
  1097.        margin-left: auto;
  1098.        transition: transform 0.3s ease;
  1099.    }
  1100.  
  1101.    .has-submenu-v7.open-v7 .submenu-arrow-v7 {
  1102.        transform: rotate(180deg);
  1103.    }
  1104.  
  1105.    .sidebar-submenu-v7 {
  1106.        list-style: none;
  1107.        padding: 0;
  1108.        margin: 0;
  1109.        max-height: 0;
  1110.        overflow: hidden;
  1111.        transition: max-height 0.3s ease;
  1112.        background: var(--navbar-bg);
  1113.    }
  1114.  
  1115.    .sidebar-submenu-v7.show-v7 {
  1116.        max-height: 300px;
  1117.        padding: 10px 0;
  1118.    }
  1119.  
  1120.    .sidebar-sublink-v7 {
  1121.        display: block;
  1122.        color: #718096;
  1123.        text-decoration: none;
  1124.        padding: 10px 25px 10px 55px;
  1125.        font-size: 14px;
  1126.        transition: all 0.3s ease;
  1127.    }
  1128.  
  1129.    .sidebar-sublink-v7:hover {
  1130.        color: #007bff;
  1131.        background: var(--border-color);
  1132.    }
  1133.  
  1134.    /* Sidebar Footer */
  1135.    .sidebar-footer-v7 {
  1136.        padding: 25px;
  1137.        margin-top: auto;
  1138.        border-top: 1px solid var(--border-color);
  1139.    }
  1140.  
  1141.    .sidebar-cta-v7 {
  1142.        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  1143.        padding: 20px;
  1144.        border-radius: 12px;
  1145.        text-align: center;
  1146.        color: white;
  1147.    }
  1148.  
  1149.    .cta-title-v7 {
  1150.        font-size: 14px;
  1151.        font-weight: 600;
  1152.        margin: 0 0 5px 0;
  1153.    }
  1154.  
  1155.    .cta-text-v7 {
  1156.        font-size: 12px;
  1157.        margin: 0 0 15px 0;
  1158.        opacity: 0.9;
  1159.    }
  1160.  
  1161.    .cta-btn-v7 {
  1162.        background: rgba(255, 255, 255, 0.2);
  1163.        color: white;
  1164.        border: 1px solid rgba(255, 255, 255, 0.3);
  1165.        padding: 8px 20px;
  1166.        border-radius: 20px;
  1167.        font-size: 12px;
  1168.        font-weight: 500;
  1169.        cursor: pointer;
  1170.        transition: all 0.3s ease;
  1171.    }
  1172.  
  1173.    .cta-btn-v7:hover {
  1174.        background: rgba(255, 255, 255, 0.3);
  1175.    }
  1176.  
  1177.    /* Horizontal Navigation for Desktop */
  1178.    .horizontal-nav-v7 {
  1179.        flex: 1;
  1180.        display: flex;
  1181.        justify-content: center;
  1182.    }
  1183.  
  1184.    .horizontal-menu-v7 {
  1185.        list-style: none;
  1186.        padding: 0;
  1187.        margin: 0;
  1188.        display: flex;
  1189.        align-items: center;
  1190.    }
  1191.  
  1192.    .horizontal-item-v7 {
  1193.        position: relative;
  1194.        margin-right: 30px;
  1195.    }
  1196.  
  1197.    .horizontal-link-v7 {
  1198.        color: #4a5568;
  1199.        text-decoration: none;
  1200.        font-size: 16px;
  1201.        font-weight: 500;
  1202.        padding: 20px 0;
  1203.        position: relative;
  1204.        transition: color 0.3s ease;
  1205.    }
  1206.  
  1207.    .horizontal-link-v7::after {
  1208.        content: '';
  1209.        position: absolute;
  1210.        bottom: 0;
  1211.        left: 0;
  1212.        width: 0;
  1213.        height: 2px;
  1214.        background: #007bff;
  1215.        transition: width 0.3s ease;
  1216.    }
  1217.  
  1218.    .horizontal-link-v7:hover,
  1219.    .horizontal-link-v7.active-v7 {
  1220.        color: #007bff;
  1221.        font-weight: 600;
  1222.    }
  1223.  
  1224.    .horizontal-link-v7:hover::after,
  1225.    .horizontal-link-v7.active-v7::after {
  1226.        width: 100%;
  1227.    }
  1228.  
  1229.    /* Horizontal Dropdown */
  1230.    .horizontal-dropdown-v7 {
  1231.        position: absolute;
  1232.        top: 100%;
  1233.        left: 0;
  1234.        background: var(--navbar-bg);
  1235.        min-width: 200px;
  1236.        border-radius: 8px;
  1237.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  1238.        opacity: 0;
  1239.        visibility: hidden;
  1240.        transform: translateY(-10px);
  1241.        transition: all 0.3s ease;
  1242.        padding: 10px 0;
  1243.        z-index: 100;
  1244.    }
  1245.  
  1246.    .dropdown-v7:hover .horizontal-dropdown-v7 {
  1247.        opacity: 1;
  1248.        visibility: visible;
  1249.        transform: translateY(0);
  1250.    }
  1251.  
  1252.    .dropdown-item-v7 {
  1253.        display: block;
  1254.        color: #4a5568;
  1255.        text-decoration: none;
  1256.        padding: 12px 20px;
  1257.        font-size: 14px;
  1258.        transition: all 0.3s ease;
  1259.    }
  1260.  
  1261.    .dropdown-item-v7:hover {
  1262.        color: #007bff;
  1263.        background: #565758ff;
  1264.    }
  1265.  
  1266.    /* Mobile Menu Button */
  1267.    .mobile-menu-btn-v7 {
  1268.        background: none;
  1269.        border: 1px solid var(--border-color);
  1270.        padding: 10px 15px;
  1271.        border-radius: 8px;
  1272.        cursor: pointer;
  1273.        display: flex;
  1274.        align-items: center;
  1275.        gap: 8px;
  1276.        font-size: 14px;
  1277.        font-weight: 500;
  1278.        color: #4a5568;
  1279.        transition: all 0.3s ease;
  1280.        margin: 0 auto;
  1281.    }
  1282.  
  1283.    .mobile-menu-btn-v7:hover {
  1284.        border-color: #cbd5e0;
  1285.        opacity: 0.7;
  1286.    }
  1287.  
  1288.    /* Sidebar Overlay */
  1289.    .sidebar-overlay-v7 {
  1290.        position: fixed;
  1291.        top: 0;
  1292.        left: 0;
  1293.        right: 0;
  1294.        bottom: 0;
  1295.        background: rgba(0, 0, 0, 0.5);
  1296.        z-index: 999;
  1297.        opacity: 0;
  1298.        visibility: hidden;
  1299.        transition: all 0.3s ease;
  1300.    }
  1301.  
  1302.    .sidebar-overlay-v7.show-v7 {
  1303.        opacity: 1;
  1304.        visibility: visible;
  1305.    }
  1306.  
  1307.    /* Responsive Design */
  1308.    @media (max-width: 991px) {
  1309.        .top-bar-v7 .col-lg-6 {
  1310.            order: 3;
  1311.            margin-top: 15px;
  1312.        }
  1313.  
  1314.        .header-actions-v7 {
  1315.            justify-content: flex-start;
  1316.        }
  1317.    }
  1318.  
  1319.    @media (max-width: 768px) {
  1320.        .sidebar-nav-v7 {
  1321.            width: 300px;
  1322.            left: -300px;
  1323.        }
  1324.  
  1325.        .search-container-v7 {
  1326.            margin-top: 10px;
  1327.        }
  1328.    }
  1329. </style>
  1330.  
  1331. <script>
  1332.    function openSidebarV7() {
  1333.        const sidebar = document.getElementById('sidebarNavV7');
  1334.        const overlay = document.getElementById('sidebarOverlayV7');
  1335.  
  1336.        sidebar.classList.add('show-v7');
  1337.        overlay.classList.add('show-v7');
  1338.        document.body.style.overflow = 'hidden';
  1339.    }
  1340.  
  1341.    function closeSidebarV7() {
  1342.        const sidebar = document.getElementById('sidebarNavV7');
  1343.        const overlay = document.getElementById('sidebarOverlayV7');
  1344.  
  1345.        sidebar.classList.remove('show-v7');
  1346.        overlay.classList.remove('show-v7');
  1347.        document.body.style.overflow = '';
  1348.    }
  1349.  
  1350.    function toggleSubmenuV7(submenuId) {
  1351.        const submenu = document.getElementById(submenuId);
  1352.        const parentItem = submenu.closest('.sidebar-item-v7');
  1353.  
  1354.        // Close other open submenus
  1355.        const allSubmenus = document.querySelectorAll('.sidebar-submenu-v7');
  1356.        const allParentItems = document.querySelectorAll('.has-submenu-v7');
  1357.  
  1358.        allSubmenus.forEach(menu => {
  1359.            if (menu.id !== submenuId) {
  1360.                menu.classList.remove('show-v7');
  1361.            }
  1362.        });
  1363.  
  1364.        allParentItems.forEach(item => {
  1365.            if (item !== parentItem) {
  1366.                item.classList.remove('open-v7');
  1367.            }
  1368.        });
  1369.  
  1370.        // Toggle current submenu
  1371.        submenu.classList.toggle('show-v7');
  1372.        parentItem.classList.toggle('open-v7');
  1373.    }
  1374.  
  1375.    // Close sidebar when clicking outside
  1376.    document.addEventListener('click', function (event) {
  1377.        const sidebar = document.getElementById('sidebarNavV7');
  1378.        const mobileBtn = document.querySelector('.mobile-menu-btn-v7');
  1379.  
  1380.        if (!sidebar.contains(event.target) && !mobileBtn.contains(event.target)) {
  1381.            closeSidebarV7();
  1382.        }
  1383.    });
  1384.  
  1385.    // Handle window resize
  1386.    window.addEventListener('resize', function () {
  1387.        if (window.innerWidth >= 992) {
  1388.            closeSidebarV7();
  1389.        }
  1390.    });
  1391. </script>
  1392.  
  1393. <script>
  1394.  document.addEventListener("DOMContentLoaded", function () {
  1395.    console.log("loaded");
  1396.  
  1397.     const searchInput = document.getElementById("search-input")
  1398.    const searchResults = document.getElementById("search-results");
  1399.  
  1400.    if (!searchInput || !searchResults) {
  1401.      console.error("Search input/results not found");
  1402.      return;
  1403.    }
  1404.  
  1405.    // Prevent form submission
  1406.    if (searchInput.form) {
  1407.      searchInput.form.addEventListener("submit", function (e) {
  1408.        e.preventDefault();
  1409.      });
  1410.    }
  1411.  
  1412.    // Add event listener for keyup
  1413.    searchInput.addEventListener("keyup", function (e) {
  1414.      console.log("Key pressed:", e.key);
  1415.      e.preventDefault();
  1416.  
  1417.      const query = searchInput.value.trim();
  1418.      console.log("User is typing: " + query);
  1419.  
  1420.      // If empty → clear and hide
  1421.      if (query === "") {
  1422.        searchResults.innerHTML = "";
  1423.        searchResults.style.display = "none";
  1424.        return;
  1425.      }
  1426.  
  1427.      // Show results
  1428.      searchResults.style.display = "block";
  1429.  
  1430.      // Fetch search results
  1431.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1432.        method: "GET",
  1433.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1434.      })
  1435.        .then(response => {
  1436.          console.log("Response Status:", response.status);
  1437.          return response.json();
  1438.        })
  1439.        .then(data => {
  1440.          console.log("Data received:", data);
  1441.          if (data.html) {
  1442.            searchResults.innerHTML = data.html;
  1443.          } else {
  1444.            searchResults.innerHTML = "<p>No results found.</p>";
  1445.          }
  1446.        })
  1447.        .catch(error => {
  1448.          console.error("Error fetching search results:", error);
  1449.        });
  1450.    });
  1451.  
  1452.    // Close results when clicking outside
  1453.    document.addEventListener("click", function (e) {
  1454.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1455.        searchResults.style.display = "none";
  1456.      }
  1457.    });
  1458.  
  1459.    // Close results on ESC key
  1460.    document.addEventListener("keydown", function (e) {
  1461.      if (e.key === "Escape") {
  1462.        searchResults.style.display = "none";
  1463.      }
  1464.    });
  1465.  });
  1466. </script>
  1467.  
  1468. <style>
  1469.        /* search field */
  1470.  .search-results-container {
  1471.  position: absolute;
  1472.  top: 100%; /* Position it below the input field */
  1473.  left: 10px;
  1474.  right: 10px;
  1475.  background-color: white;
  1476.  border: 1px solid #ddd;
  1477.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1478.  max-height: 300px;
  1479.  overflow-y: auto;
  1480.  z-index: 1000;
  1481.  display: none; /* Initially hidden */
  1482. }
  1483.  
  1484. .search-results-container p {
  1485.  margin: 0;
  1486. }
  1487.  
  1488. .search-results-container .result-item {
  1489.  padding: 10px;
  1490.  cursor: pointer;
  1491. }
  1492.  
  1493. .search-results-container .result-item:hover {
  1494.  background-color: #f0f0f0;
  1495. }
  1496. </style>
  1497.  
  1498.        </header>
  1499.        <!-- end of header -->
  1500.        <!-- start of wpo-blog-hero -->
  1501.        
  1502.  
  1503.  
  1504.  
  1505.  
  1506.  
  1507.  
  1508.  
  1509. <style>
  1510. .blog-hero-section {
  1511.    padding: 3rem 0;
  1512. }
  1513.  
  1514.  
  1515. .hero-grid {
  1516.    display: grid;
  1517.    grid-template-columns: 2fr 1fr 1fr;
  1518.    grid-template-rows: 1fr 1fr;
  1519.    gap: 1.5rem;
  1520.    height: 500px;
  1521. }
  1522.  
  1523. .hero-card {
  1524.    background: var(--card-bg);
  1525.    border-radius: 12px;
  1526.    overflow: hidden;
  1527.    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  1528.    transition: all 0.3s ease;
  1529.    position: relative;
  1530. }
  1531.  
  1532. .hero-card:hover {
  1533.    transform: translateY(-8px);
  1534.    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  1535. }
  1536.  
  1537. .main-hero {
  1538.    grid-row: 1 / -1;
  1539.    grid-column: 1;
  1540. }
  1541.  
  1542. .card-image {
  1543.    width: 100%;
  1544.    height: 60%;
  1545.    object-fit: cover;
  1546.    transition: transform 0.3s ease;
  1547. }
  1548.  
  1549. .main-hero .card-image {
  1550.    height: 65%;
  1551. }
  1552.  
  1553. .hero-card:hover .card-image {
  1554.    transform: scale(1.05);
  1555. }
  1556.  
  1557. .card-content {
  1558.    padding: 1.5rem;
  1559.    height: 40%;
  1560.    display: flex;
  1561.    flex-direction: column;
  1562.    justify-content: space-between;
  1563. }
  1564.  
  1565. .main-hero .card-content {
  1566.    height: 35%;
  1567. }
  1568.  
  1569. .category-badge {
  1570.    display: inline-block;
  1571.    background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1572.    color: white;
  1573.    padding: 0.4rem 1rem;
  1574.    border-radius: 20px;
  1575.    font-size: 0.8rem;
  1576.    font-weight: 600;
  1577.    text-transform: uppercase;
  1578.    letter-spacing: 0.5px;
  1579.    margin-bottom: 0.8rem;
  1580.    width: fit-content;
  1581. }
  1582.  
  1583. .card-title {
  1584.    font-size: 1.1rem;
  1585.    font-weight: 700;
  1586.    line-height: 1.4;
  1587.    margin-bottom: 0.5rem;
  1588. }
  1589.  
  1590. .main-hero .card-title {
  1591.    font-size: 1.6rem;
  1592.    line-height: 1.3;
  1593.    margin-bottom: 0.8rem;
  1594. }
  1595.  
  1596. .card-title a {
  1597.    color: var(--top-color);
  1598.    text-decoration: none;
  1599.    transition: color 0.3s ease;
  1600. }
  1601.  
  1602.  
  1603. .card-description {
  1604.    color: var(--top-color);
  1605.    line-height: 1.6;
  1606.    margin-bottom: 1rem;
  1607.    display: -webkit-box;
  1608.    -webkit-line-clamp: 2;
  1609.    -webkit-box-orient: vertical;
  1610.    overflow: hidden;
  1611. }
  1612.  
  1613. .main-hero .card-description {
  1614.    -webkit-line-clamp: 3;
  1615. }
  1616.  
  1617. .card-meta {
  1618.    display: flex;
  1619.    align-items: center;
  1620.    justify-content: space-between;
  1621.    margin-top: auto;
  1622. }
  1623.  
  1624. .author-section {
  1625.    display: flex;
  1626.    align-items: center;
  1627.    gap: 0.8rem;
  1628. }
  1629.  
  1630. .author-avatar {
  1631.    width: 35px;
  1632.    height: 35px;
  1633.    border-radius: 50%;
  1634.    object-fit: cover;
  1635.    border: 2px solid #f8f9fa;
  1636. }
  1637.  
  1638. .author-name {
  1639.    color: #667eea;
  1640.    text-decoration: none;
  1641.    font-weight: 600;
  1642.    font-size: 0.9rem;
  1643. }
  1644.  
  1645. .author-name:hover {
  1646.    text-decoration: underline;
  1647. }
  1648.  
  1649. .publish-date {
  1650.    color: #95a5a6;
  1651.    font-size: 0.85rem;
  1652.    font-weight: 500;
  1653. }
  1654.  
  1655. .side-card-1 {
  1656.    grid-column: 2;
  1657.    grid-row: 1;
  1658. }
  1659.  
  1660. .side-card-2 {
  1661.    grid-column: 3;
  1662.    grid-row: 1;
  1663. }
  1664.  
  1665. .side-card-3 {
  1666.    grid-column: 2 / 4;
  1667.    grid-row: 2;
  1668. }
  1669.  
  1670. /* Desktop: Cards 1, 2 & 3 with overlay text */
  1671. @media (min-width: 992px) {
  1672.    
  1673.    .main-hero .card-image,
  1674.    .side-card-1 .card-image,
  1675.    .side-card-2 .card-image {
  1676.        height: 100%;
  1677.    }
  1678.    
  1679.    .main-hero .card-content,
  1680.    .side-card-1 .card-content,
  1681.    .side-card-2 .card-content {
  1682.        position: absolute;
  1683.        bottom: 0;
  1684.        left: 0;
  1685.        right: 0;
  1686.        background: linear-gradient(transparent, rgba(0,0,0,0.8));
  1687.        color: white;
  1688.        padding: 2rem 1.5rem 1.5rem;
  1689.        height: auto;
  1690.    }
  1691.    
  1692.    .main-hero .card-content {
  1693.        padding: 3rem 2rem 2rem;
  1694.    }
  1695.    
  1696.    .main-hero .category-badge,
  1697.    .side-card-1 .category-badge,
  1698.    .side-card-2 .category-badge {
  1699.      
  1700.        margin-bottom: 0.8rem;
  1701.    }
  1702.    
  1703.    .main-hero .card-title a,
  1704.    .side-card-1 .card-title a,
  1705.    .side-card-2 .card-title a {
  1706.        color: white;
  1707.    }
  1708.    
  1709.    .main-hero .card-description {
  1710.        color: #f8f9fa;
  1711.    }
  1712.    
  1713.    .main-hero .author-name,
  1714.    .side-card-1 .author-name,
  1715.    .side-card-2 .author-name {
  1716.        color: #f8f9fa;
  1717.    }
  1718.    
  1719.    .main-hero .publish-date,
  1720.    .side-card-1 .publish-date,
  1721.    .side-card-2 .publish-date {
  1722.        color: #e9ecef;
  1723.    }
  1724. }
  1725.  
  1726. .side-card-3 {
  1727.    display: flex;
  1728.    flex-direction: row;
  1729. }
  1730.  
  1731. .side-card-3 .card-image {
  1732.    width: 40%;
  1733.    height: 100%;
  1734. }
  1735.  
  1736. .side-card-3 .card-content {
  1737.    width: 60%;
  1738.    height: 100%;
  1739.    padding: 1.5rem;
  1740. }
  1741.  
  1742. /* Mobile Responsive */
  1743. @media (max-width: 992px) {
  1744.    .hero-grid {
  1745.        grid-template-columns: 1fr;
  1746.        grid-template-rows: auto;
  1747.        height: auto;
  1748.        gap: 1rem;
  1749.    }
  1750.    
  1751.    .main-hero {
  1752.        grid-row: 1;
  1753.        grid-column: 1;
  1754.    }
  1755.    
  1756.    .side-card-1, .side-card-2, .side-card-3 {
  1757.        grid-column: 1;
  1758.        grid-row: auto;
  1759.    }
  1760.    
  1761.    /* Mobile: Cards 1, 2 & 3 normal layout (not overlay) */
  1762.    .main-hero .card-content,
  1763.    .side-card-1 .card-content,
  1764.    .side-card-2 .card-content {
  1765.        position: relative;
  1766.        background: var(--card-bg);
  1767.        color: inherit;
  1768.        padding: 1.5rem;
  1769.        height: auto;
  1770.    }
  1771.    
  1772.    .main-hero .card-image,
  1773.    .side-card-1 .card-image,
  1774.    .side-card-2 .card-image {
  1775.        height: 200px;
  1776.    }
  1777.    
  1778.    .main-hero .card-image {
  1779.        height: 250px;
  1780.    }
  1781.    
  1782.    .main-hero .category-badge,
  1783.    .side-card-1 .category-badge,
  1784.    .side-card-2 .category-badge {
  1785.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1786.        color: white;
  1787.    }
  1788.    
  1789.    .main-hero .card-title a,
  1790.    .side-card-1 .card-title a,
  1791.    .side-card-2 .card-title a {
  1792.        color: var(--top-color);
  1793.    }
  1794.    
  1795.    .main-hero .card-description {
  1796.        color: #7f8c8d;
  1797.    }
  1798.    
  1799.    .main-hero .author-name,
  1800.    .side-card-1 .author-name,
  1801.    .side-card-2 .author-name {
  1802.        color: #667eea;
  1803.    }
  1804.    
  1805.    .main-hero .publish-date,
  1806.    .side-card-1 .publish-date,
  1807.    .side-card-2 .publish-date {
  1808.        color: #95a5a6;
  1809.    }
  1810.    
  1811.    .side-card-3 {
  1812.        flex-direction: column;
  1813.    }
  1814.    
  1815.    .side-card-3 .card-image {
  1816.        width: 100%;
  1817.        height: 200px;
  1818.    }
  1819.    
  1820.    .side-card-3 .card-content {
  1821.        width: 100%;
  1822.        height: auto;
  1823.    }
  1824.    
  1825.    .card-image {
  1826.        height: 200px;
  1827.    }
  1828.    
  1829.    .main-hero .card-image {
  1830.        height: 250px;
  1831.    }
  1832.    
  1833.    .main-hero .card-content {
  1834.        height: auto;
  1835.    }
  1836. }
  1837. </style>
  1838.  
  1839. <div class="blog-hero-section">
  1840.    <div class="container-fluid fluid-container">
  1841.        <div class="hero-grid">
  1842.            <!-- Main Featured Post -->
  1843.            
  1844.                              
  1845.                    <article class="hero-card main-hero">
  1846.                        
  1847.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Iconic Singer Barry Manilow Scheduled for a Procedure for Cancer in His Lung." class="card-image">
  1848.                        
  1849.                        
  1850.                        <div class="card-content">
  1851.                            <div>
  1852.                                <span class="category-badge">News</span>
  1853.                                <h2 class="card-title">
  1854.                                    <a href="/iconic-singer-barry-manilow-scheduled-for-a-procedure-for-cancer-in-his-lung/">
  1855.                                        Iconic Singer Barry Manilow Scheduled for a Procedure for Cancer in His Lung.
  1856.                                    </a>
  1857.                                </h2>
  1858.                                <p class="card-description"></p>
  1859.                            </div>
  1860.                            
  1861.                            <div class="card-meta">
  1862.                                <div class="author-section">
  1863.                                    
  1864.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3631c1d4-6df0-4fe2-8764-47b64c559c92_profile.png" alt="Elizabeth Hardin" class="author-avatar">
  1865.                                    
  1866.                                    <a href="#" class="author-name">Elizabeth Hardin</a>
  1867.                                </div>
  1868.                                <span class="publish-date">May 19, 2026</span>
  1869.                            </div>
  1870.                        </div>
  1871.                    </article>
  1872.                
  1873.            
  1874.  
  1875.            <!-- Side Cards -->
  1876.            
  1877.                <article class="hero-card side-card-1">
  1878.                    
  1879.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Ex British Serviceman Accused of Killing Kenya Woman Appears in Court" class="card-image">
  1880.                    
  1881.                    
  1882.                    <div class="card-content">
  1883.                        <div>
  1884.                            <span class="category-badge">News</span>
  1885.                            <h3 class="card-title">
  1886.                                <a href="/ex-british-serviceman-accused-of-killing-kenya-woman-appears-in-court/">
  1887.                                    Ex British Serviceman Accused of Killing Kenya Woman Appears in Court
  1888.                                </a>
  1889.                            </h3>
  1890.                            <p class="card-description"></p>
  1891.                        </div>
  1892.                        
  1893.                        <div class="card-meta">
  1894.                            <div class="author-section">
  1895.                                <a href="#" class="author-name">Elizabeth Hardin</a>
  1896.                            </div>
  1897.                            <span class="publish-date">May 19</span>
  1898.                        </div>
  1899.                    </div>
  1900.                </article>
  1901.            
  1902.                <article class="hero-card side-card-2">
  1903.                    
  1904.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="FDA Clears Addyi, a Libido-Enhancing Treatment for Postmenopausal" class="card-image">
  1905.                    
  1906.                    
  1907.                    <div class="card-content">
  1908.                        <div>
  1909.                            <span class="category-badge">News</span>
  1910.                            <h3 class="card-title">
  1911.                                <a href="/fda-clears-addyi-a-libido-enhancing-treatment-for-postmenopausal/">
  1912.                                    FDA Clears Addyi, a Libido-Enhancing Treatment for Postmenopausal
  1913.                                </a>
  1914.                            </h3>
  1915.                            <p class="card-description"></p>
  1916.                        </div>
  1917.                        
  1918.                        <div class="card-meta">
  1919.                            <div class="author-section">
  1920.                                <a href="#" class="author-name">Elizabeth Hardin</a>
  1921.                            </div>
  1922.                            <span class="publish-date">May 19</span>
  1923.                        </div>
  1924.                    </div>
  1925.                </article>
  1926.            
  1927.                <article class="hero-card side-card-3">
  1928.                    
  1929.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="We Must Have a Helicopter to Go Find Them’: Adolescent’s Emergency Call to Rescue Family Stranded Off Australian Coast Revealed" class="card-image">
  1930.                    
  1931.                    
  1932.                    <div class="card-content">
  1933.                        <div>
  1934.                            <span class="category-badge">News</span>
  1935.                            <h3 class="card-title">
  1936.                                <a href="/we-must-have-a-helicopter-to-go-find-them-adolescents-emergency-call-to-rescue-family-stranded-off-australian-coast-revealed/">
  1937.                                    We Must Have a Helicopter to Go Find Them’: Adolescent’s Emergency Call to Rescue Family Stranded Off Australian Coast Revealed
  1938.                                </a>
  1939.                            </h3>
  1940.                            <p class="card-description"></p>
  1941.                        </div>
  1942.                        
  1943.                        <div class="card-meta">
  1944.                            <div class="author-section">
  1945.                                <a href="#" class="author-name">Elizabeth Hardin</a>
  1946.                            </div>
  1947.                            <span class="publish-date">May 19</span>
  1948.                        </div>
  1949.                    </div>
  1950.                </article>
  1951.            
  1952.        </div>
  1953.    </div>
  1954. </div>
  1955.  
  1956.  
  1957.  
  1958.  
  1959.        <!-- end of wpo-blog-hero -->
  1960.  
  1961.        <!-- start of wpo-breacking-news -->
  1962.        
  1963.        <!-- end of wpo-breacking-news -->
  1964.        
  1965.        <!-- start wpo-blog-highlights-section -->
  1966.        
  1967.  
  1968.  
  1969.  
  1970.    
  1971.  
  1972.  
  1973.  <style>
  1974.    .blog-section {
  1975.      padding: 60px 0;
  1976.    }
  1977.  
  1978.    .blog-card {
  1979.      background: var(--card-bg);
  1980.      border-radius: 12px;
  1981.      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  1982.      transition: box-shadow 0.3s ease, transform 0.3s ease;
  1983.      margin-bottom: 30px;
  1984.      overflow: hidden;
  1985.      border: none;
  1986.    }
  1987.  
  1988.    .blog-card-body {
  1989.      padding: 30px;
  1990.    }
  1991.  
  1992.    .blog-category {
  1993.      display: inline-block;
  1994.      padding: 6px 16px;
  1995.      border-radius: 20px;
  1996.      font-size: 12px;
  1997.      font-weight: 600;
  1998.      text-transform: uppercase;
  1999.      letter-spacing: 0.5px;
  2000.      margin-bottom: 20px;
  2001.    }
  2002.  
  2003.    .blog-title {
  2004.      font-weight: 700;
  2005.      color: var(--topbar-color);
  2006.      margin-bottom: 20px;
  2007.      line-height: 1.4;
  2008.      text-decoration: none;
  2009.    }
  2010.  
  2011.    .blog-title:hover {
  2012.      color: #1e40af !important;
  2013.      text-decoration: none;
  2014.    }
  2015.  
  2016.    .blog-meta {
  2017.      display: flex;
  2018.      align-items: center;
  2019.      margin-bottom: 20px;
  2020.      color: var(--topbar-color);
  2021.      font-size: 14px;
  2022.    }
  2023.  
  2024.    .blog-meta img {
  2025.      width: 35px;
  2026.      height: 35px;
  2027.      border-radius: 50%;
  2028.      object-fit: cover;
  2029.      display: block;
  2030.    }
  2031.  
  2032.    .blog-meta .meta-info {
  2033.      display: flex;
  2034.      align-items: center;
  2035.      gap: 15px;
  2036.    }
  2037.  
  2038.    .blog-description {
  2039.      color: var(--topbar-color);
  2040.      line-height: 1.7;
  2041.      margin-bottom: 25px;
  2042.      font-size: 15px;
  2043.    }
  2044.  
  2045.    .read-more-btn {
  2046.      background: transparent;
  2047.      border: 2px solid var(--bs-primary);
  2048.      color: var(--bs-primary);
  2049.      padding: 12px 30px;
  2050.      border-radius: 6px;
  2051.      font-weight: 600;
  2052.      text-transform: uppercase;
  2053.      letter-spacing: 0.5px;
  2054.      transition: all 0.3s ease;
  2055.      text-decoration: none;
  2056.      display: inline-block;
  2057.      font-size: 13px;
  2058.    }
  2059.  
  2060.    .read-more-btn:hover {
  2061.      background: var(--bs-primary);
  2062.      color: var(--bs-white) !important;
  2063.      text-decoration: none;
  2064.    }
  2065.  
  2066.    .section-title {
  2067.      text-align: center;
  2068.      margin-bottom: 50px;
  2069.    }
  2070.  
  2071.    .section-title h2 {
  2072.      font-size: 42px;
  2073.      font-weight: 800;
  2074.      color: #2c3e50;
  2075.      margin-bottom: 15px;
  2076.    }
  2077.  
  2078.    .section-title p {
  2079.      color: #6c757d;
  2080.      font-size: 18px;
  2081.      max-width: 600px;
  2082.      margin: 0 auto;
  2083.    }
  2084.  
  2085.    .avatar-placeholder {
  2086.      width: 35px;
  2087.      height: 35px;
  2088.      border-radius: 50%;
  2089.      background: linear-gradient(45deg, var(--bs-primary), #20c997);
  2090.      display: flex;
  2091.      align-items: center;
  2092.      justify-content: center;
  2093.      color: var(--bs-white);
  2094.      font-weight: bold;
  2095.      margin-right: 12px;
  2096.      overflow: hidden;
  2097.    }
  2098.  
  2099.    @media (max-width: 768px) {
  2100.  
  2101.  
  2102.      .section-title h2 {
  2103.        font-size: 32px;
  2104.      }
  2105.  
  2106.      .blog-card-body {
  2107.        padding: 20px;
  2108.      }
  2109.    }
  2110.  
  2111.    /* ===== Smooth Fade on Scroll (Up & Down) ===== */
  2112.    :root{
  2113.      --fade-distance: 28px;
  2114.      --fade-duration: 700ms;
  2115.      --fade-ease: cubic-bezier(0.16,1,0.3,1);
  2116.    }
  2117.  
  2118.    .fade-base{
  2119.      opacity: 0;
  2120.      filter: blur(2px);
  2121.      transform: translateY(var(--y,0)) translateZ(0); /* GPU hint */
  2122.      transition:
  2123.        opacity var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms),
  2124.        transform var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms),
  2125.        filter var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms);
  2126.      will-change: transform, opacity, filter;
  2127.    }
  2128.    .fade-up   { --y: var(--fade-distance); }          /* when entering on scroll down */
  2129.    .fade-down { --y: calc(var(--fade-distance) * -1); }/* when entering on scroll up */
  2130.  
  2131.    .fade-show{
  2132.      opacity: 1;
  2133.      filter: blur(0);
  2134.      transform: translateY(0) translateZ(0);
  2135.    }
  2136.  
  2137.    /* Hover should still work after fade-in */
  2138.    .blog-card.fade-show:hover{
  2139.      transform: translateY(-5px) translateZ(0);
  2140.      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  2141.    }
  2142.  
  2143.    /* Reduced motion */
  2144.    @media (prefers-reduced-motion: reduce){
  2145.      .fade-base{
  2146.        transition: none !important;
  2147.        transform: none !important;
  2148.        opacity: 1 !important;
  2149.        filter: none !important;
  2150.      }
  2151.      .blog-card.fade-show:hover{
  2152.        transform: none !important;
  2153.        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  2154.      }
  2155.    }
  2156.  </style>
  2157.  
  2158.  <section class="blog-section">
  2159.    <div class="container-fluid fluid-container">
  2160.      <div class="row">
  2161.        <div class="section-title ">
  2162.          <h2>
  2163.                Today's Top Highlights
  2164.                   </h2>
  2165.          <p>Stay updated with the latest insights and trends in online gaming</p>
  2166.        </div>
  2167.  
  2168.        <div class="col-lg-8 col-12">
  2169.          
  2170.            <div class="blog-card fade-base">
  2171.              <div class="blog-card-body">
  2172.                <span class="blog-category bg-primary-gradient">News</span>
  2173.                <h3>
  2174.                  <a href="/real-madrids-alexander-arnold-could-face-his-former-club-in-upcoming-european-fixture/" class="blog-title">
  2175.                    Real Madrid&#x27;s Alexander-Arnold Could Face His Former Club in Upcoming European Fixture
  2176.                  </a>
  2177.                </h3>
  2178.                <div class="blog-meta">
  2179.                  <div class="avatar-placeholder">
  2180.                    
  2181.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3631c1d4-6df0-4fe2-8764-47b64c559c92_profile.png" alt="Elizabeth Hardin" />
  2182.                    
  2183.                  </div>
  2184.                  <div class="meta-info">
  2185.                    <span>Elizabeth Hardin</span>
  2186.                    <span><i class="far fa-clock"></i> 18 May 2026</span>
  2187.                  </div>
  2188.                </div>
  2189.                <p class="blog-description"></p>
  2190.                <a href="/real-madrids-alexander-arnold-could-face-his-former-club-in-upcoming-european-fixture/" class="read-more-btn">READ MORE</a>
  2191.              </div>
  2192.            </div>
  2193.          
  2194.            <div class="blog-card fade-base">
  2195.              <div class="blog-card-body">
  2196.                <span class="blog-category bg-primary-gradient">News</span>
  2197.                <h3>
  2198.                  <a href="/disturbing-recollections-return-in-davao-city-as-authorities-trace-bondi-shooting-suspects-activities/" class="blog-title">
  2199.                    Disturbing Recollections Return in Davao City as Authorities Trace Bondi Shooting Suspects’ Activities
  2200.                  </a>
  2201.                </h3>
  2202.                <div class="blog-meta">
  2203.                  <div class="avatar-placeholder">
  2204.                    
  2205.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3631c1d4-6df0-4fe2-8764-47b64c559c92_profile.png" alt="Elizabeth Hardin" />
  2206.                    
  2207.                  </div>
  2208.                  <div class="meta-info">
  2209.                    <span>Elizabeth Hardin</span>
  2210.                    <span><i class="far fa-clock"></i> 18 May 2026</span>
  2211.                  </div>
  2212.                </div>
  2213.                <p class="blog-description"></p>
  2214.                <a href="/disturbing-recollections-return-in-davao-city-as-authorities-trace-bondi-shooting-suspects-activities/" class="read-more-btn">READ MORE</a>
  2215.              </div>
  2216.            </div>
  2217.          
  2218.            <div class="blog-card fade-base">
  2219.              <div class="blog-card-body">
  2220.                <span class="blog-category bg-primary-gradient">News</span>
  2221.                <h3>
  2222.                  <a href="/genuine-southern-portugal-exploring-portugal-away-from-the-shoreline/" class="blog-title">
  2223.                    Genuine Southern Portugal: Exploring Portugal Away from the Shoreline
  2224.                  </a>
  2225.                </h3>
  2226.                <div class="blog-meta">
  2227.                  <div class="avatar-placeholder">
  2228.                    
  2229.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3631c1d4-6df0-4fe2-8764-47b64c559c92_profile.png" alt="Elizabeth Hardin" />
  2230.                    
  2231.                  </div>
  2232.                  <div class="meta-info">
  2233.                    <span>Elizabeth Hardin</span>
  2234.                    <span><i class="far fa-clock"></i> 18 May 2026</span>
  2235.                  </div>
  2236.                </div>
  2237.                <p class="blog-description"></p>
  2238.                <a href="/genuine-southern-portugal-exploring-portugal-away-from-the-shoreline/" class="read-more-btn">READ MORE</a>
  2239.              </div>
  2240.            </div>
  2241.          
  2242.            <div class="blog-card fade-base">
  2243.              <div class="blog-card-body">
  2244.                <span class="blog-category bg-primary-gradient">News</span>
  2245.                <h3>
  2246.                  <a href="/david-raya-backs-squad-depth-as-essential-to-multiple-trophy-ambitions/" class="blog-title">
  2247.                    David Raya Backs Squad Depth as Essential to Multiple Trophy Ambitions
  2248.                  </a>
  2249.                </h3>
  2250.                <div class="blog-meta">
  2251.                  <div class="avatar-placeholder">
  2252.                    
  2253.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3631c1d4-6df0-4fe2-8764-47b64c559c92_profile.png" alt="Elizabeth Hardin" />
  2254.                    
  2255.                  </div>
  2256.                  <div class="meta-info">
  2257.                    <span>Elizabeth Hardin</span>
  2258.                    <span><i class="far fa-clock"></i> 18 May 2026</span>
  2259.                  </div>
  2260.                </div>
  2261.                <p class="blog-description"></p>
  2262.                <a href="/david-raya-backs-squad-depth-as-essential-to-multiple-trophy-ambitions/" class="read-more-btn">READ MORE</a>
  2263.              </div>
  2264.            </div>
  2265.          
  2266.            <div class="blog-card fade-base">
  2267.              <div class="blog-card-body">
  2268.                <span class="blog-category bg-primary-gradient">News</span>
  2269.                <h3>
  2270.                  <a href="/can-the-new-zealand-rugby-team-rediscover-their-winning-form-during-the-fall-tour/" class="blog-title">
  2271.                    Can the New Zealand rugby team rediscover their winning form during the fall tour?
  2272.                  </a>
  2273.                </h3>
  2274.                <div class="blog-meta">
  2275.                  <div class="avatar-placeholder">
  2276.                    
  2277.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3631c1d4-6df0-4fe2-8764-47b64c559c92_profile.png" alt="Elizabeth Hardin" />
  2278.                    
  2279.                  </div>
  2280.                  <div class="meta-info">
  2281.                    <span>Elizabeth Hardin</span>
  2282.                    <span><i class="far fa-clock"></i> 18 May 2026</span>
  2283.                  </div>
  2284.                </div>
  2285.                <p class="blog-description"></p>
  2286.                <a href="/can-the-new-zealand-rugby-team-rediscover-their-winning-form-during-the-fall-tour/" class="read-more-btn">READ MORE</a>
  2287.              </div>
  2288.            </div>
  2289.          
  2290.            <div class="blog-card fade-base">
  2291.              <div class="blog-card-body">
  2292.                <span class="blog-category bg-primary-gradient">News</span>
  2293.                <h3>
  2294.                  <a href="/trumps-unprecedented-influence-in-the-sporting-world-hit-an-apex-in-last-year-the-coming-year-looks-set-to-go-further/" class="blog-title">
  2295.                    Trump&#x27;s Unprecedented Influence in The Sporting World Hit An Apex in Last Year. The Coming Year Looks Set to Go Further.
  2296.                  </a>
  2297.                </h3>
  2298.                <div class="blog-meta">
  2299.                  <div class="avatar-placeholder">
  2300.                    
  2301.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3631c1d4-6df0-4fe2-8764-47b64c559c92_profile.png" alt="Elizabeth Hardin" />
  2302.                    
  2303.                  </div>
  2304.                  <div class="meta-info">
  2305.                    <span>Elizabeth Hardin</span>
  2306.                    <span><i class="far fa-clock"></i> 18 May 2026</span>
  2307.                  </div>
  2308.                </div>
  2309.                <p class="blog-description"></p>
  2310.                <a href="/trumps-unprecedented-influence-in-the-sporting-world-hit-an-apex-in-last-year-the-coming-year-looks-set-to-go-further/" class="read-more-btn">READ MORE</a>
  2311.              </div>
  2312.            </div>
  2313.          
  2314.            <div class="blog-card fade-base">
  2315.              <div class="blog-card-body">
  2316.                <span class="blog-category bg-primary-gradient">News</span>
  2317.                <h3>
  2318.                  <a href="/we-got-fired-and-were-owning-it-this-is-how-to-land-a-new-job-that-works-for-you/" class="blog-title">
  2319.                    We Got Fired, and We&#x27;re Owning It – This Is How to Land a New Job That Works for You
  2320.                  </a>
  2321.                </h3>
  2322.                <div class="blog-meta">
  2323.                  <div class="avatar-placeholder">
  2324.                    
  2325.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3631c1d4-6df0-4fe2-8764-47b64c559c92_profile.png" alt="Elizabeth Hardin" />
  2326.                    
  2327.                  </div>
  2328.                  <div class="meta-info">
  2329.                    <span>Elizabeth Hardin</span>
  2330.                    <span><i class="far fa-clock"></i> 18 May 2026</span>
  2331.                  </div>
  2332.                </div>
  2333.                <p class="blog-description"></p>
  2334.                <a href="/we-got-fired-and-were-owning-it-this-is-how-to-land-a-new-job-that-works-for-you/" class="read-more-btn">READ MORE</a>
  2335.              </div>
  2336.            </div>
  2337.          
  2338.            <div class="blog-card fade-base">
  2339.              <div class="blog-card-body">
  2340.                <span class="blog-category bg-primary-gradient">News</span>
  2341.                <h3>
  2342.                  <a href="/over-60000-escape-sudanese-city-after-takeover-by-rapid-support-forces-paramilitary-group-united-nations-says/" class="blog-title">
  2343.                    Over 60,000 Escape Sudanese City After Takeover by Rapid Support Forces Paramilitary Group, United Nations Says
  2344.                  </a>
  2345.                </h3>
  2346.                <div class="blog-meta">
  2347.                  <div class="avatar-placeholder">
  2348.                    
  2349.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3631c1d4-6df0-4fe2-8764-47b64c559c92_profile.png" alt="Elizabeth Hardin" />
  2350.                    
  2351.                  </div>
  2352.                  <div class="meta-info">
  2353.                    <span>Elizabeth Hardin</span>
  2354.                    <span><i class="far fa-clock"></i> 17 May 2026</span>
  2355.                  </div>
  2356.                </div>
  2357.                <p class="blog-description"></p>
  2358.                <a href="/over-60000-escape-sudanese-city-after-takeover-by-rapid-support-forces-paramilitary-group-united-nations-says/" class="read-more-btn">READ MORE</a>
  2359.              </div>
  2360.            </div>
  2361.          
  2362.            <div class="blog-card fade-base">
  2363.              <div class="blog-card-body">
  2364.                <span class="blog-category bg-primary-gradient">News</span>
  2365.                <h3>
  2366.                  <a href="/exercise-while-you-work-10-muscle-toning-desk-exercises-you-can-do-in-normal-outfits/" class="blog-title">
  2367.                    Exercise while you work? 10 muscle-toning desk exercises you can do in normal outfits
  2368.                  </a>
  2369.                </h3>
  2370.                <div class="blog-meta">
  2371.                  <div class="avatar-placeholder">
  2372.                    
  2373.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3631c1d4-6df0-4fe2-8764-47b64c559c92_profile.png" alt="Elizabeth Hardin" />
  2374.                    
  2375.                  </div>
  2376.                  <div class="meta-info">
  2377.                    <span>Elizabeth Hardin</span>
  2378.                    <span><i class="far fa-clock"></i> 17 May 2026</span>
  2379.                  </div>
  2380.                </div>
  2381.                <p class="blog-description"></p>
  2382.                <a href="/exercise-while-you-work-10-muscle-toning-desk-exercises-you-can-do-in-normal-outfits/" class="read-more-btn">READ MORE</a>
  2383.              </div>
  2384.            </div>
  2385.          
  2386.            <div class="blog-card fade-base">
  2387.              <div class="blog-card-body">
  2388.                <span class="blog-category bg-primary-gradient">News</span>
  2389.                <h3>
  2390.                  <a href="/anno-117s-pax-romanas-best-kept-secret-reveals-itself-as-a-impressive-first-person-perspective/" class="blog-title">
  2391.                    Anno 117&#x27;s Pax Romana&#x27;s Best-Kept Secret Reveals Itself as a Impressive First-Person Perspective.
  2392.                  </a>
  2393.                </h3>
  2394.                <div class="blog-meta">
  2395.                  <div class="avatar-placeholder">
  2396.                    
  2397.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3631c1d4-6df0-4fe2-8764-47b64c559c92_profile.png" alt="Elizabeth Hardin" />
  2398.                    
  2399.                  </div>
  2400.                  <div class="meta-info">
  2401.                    <span>Elizabeth Hardin</span>
  2402.                    <span><i class="far fa-clock"></i> 17 May 2026</span>
  2403.                  </div>
  2404.                </div>
  2405.                <p class="blog-description"></p>
  2406.                <a href="/anno-117s-pax-romanas-best-kept-secret-reveals-itself-as-a-impressive-first-person-perspective/" class="read-more-btn">READ MORE</a>
  2407.              </div>
  2408.            </div>
  2409.          
  2410.            <div class="blog-card fade-base">
  2411.              <div class="blog-card-body">
  2412.                <span class="blog-category bg-primary-gradient">News</span>
  2413.                <h3>
  2414.                  <a href="/trump-states-largely-parties-are-aligned-on-subsequent-phases-of-peace-deal-in-gaza/" class="blog-title">
  2415.                    Trump States &#x27;Largely, Parties Are Aligned&#x27; on Subsequent Phases of Peace Deal in Gaza
  2416.                  </a>
  2417.                </h3>
  2418.                <div class="blog-meta">
  2419.                  <div class="avatar-placeholder">
  2420.                    
  2421.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3631c1d4-6df0-4fe2-8764-47b64c559c92_profile.png" alt="Elizabeth Hardin" />
  2422.                    
  2423.                  </div>
  2424.                  <div class="meta-info">
  2425.                    <span>Elizabeth Hardin</span>
  2426.                    <span><i class="far fa-clock"></i> 17 May 2026</span>
  2427.                  </div>
  2428.                </div>
  2429.                <p class="blog-description"></p>
  2430.                <a href="/trump-states-largely-parties-are-aligned-on-subsequent-phases-of-peace-deal-in-gaza/" class="read-more-btn">READ MORE</a>
  2431.              </div>
  2432.            </div>
  2433.          
  2434.            <div class="blog-card fade-base">
  2435.              <div class="blog-card-body">
  2436.                <span class="blog-category bg-primary-gradient">News</span>
  2437.                <h3>
  2438.                  <a href="/i-want-to-ride-out-on-a-unicorn-every-night-swordsnsorcery-metal-band-castle-rat/" class="blog-title">
  2439.                    ‘I Want to Ride Out on a Unicorn Every Night’: Swords’n’Sorcery Metal Band Castle Rat
  2440.                  </a>
  2441.                </h3>
  2442.                <div class="blog-meta">
  2443.                  <div class="avatar-placeholder">
  2444.                    
  2445.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3631c1d4-6df0-4fe2-8764-47b64c559c92_profile.png" alt="Elizabeth Hardin" />
  2446.                    
  2447.                  </div>
  2448.                  <div class="meta-info">
  2449.                    <span>Elizabeth Hardin</span>
  2450.                    <span><i class="far fa-clock"></i> 17 May 2026</span>
  2451.                  </div>
  2452.                </div>
  2453.                <p class="blog-description"></p>
  2454.                <a href="/i-want-to-ride-out-on-a-unicorn-every-night-swordsnsorcery-metal-band-castle-rat/" class="read-more-btn">READ MORE</a>
  2455.              </div>
  2456.            </div>
  2457.          
  2458.          
  2459.  
  2460.        </div>
  2461.  
  2462.         <div class="col col-lg-4 col-12">
  2463.                
  2464.  
  2465.  
  2466.  
  2467.    
  2468.  
  2469.  
  2470. <!-- Blog Sidebar V2 - Focused Design -->
  2471.  <div class="sidebar mb-3">
  2472.    <!-- Recent Posts Section -->
  2473.    <div class="sidebar-widget mb-4">
  2474.      <div class="widget-title-wrapper mb-3">
  2475.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  2476.          <i class="ti-time me-2"></i>Recent Posts
  2477.          <span class="title-arrow-primary"></span>
  2478.        </h4>
  2479.      </div>
  2480.      <div class="widget-content border border-light  shadow-sm rounded-3 p-4">
  2481.        <div class="recent-post-list">
  2482.          
  2483.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2484.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2485.              
  2486.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2487.              
  2488.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2489.            </div>
  2490.            <div class="post-content flex-grow-1">
  2491.              <h6 class="post-title mb-2">
  2492.                <a href="/what-kind-of-figure-is-al-carns-former-marine-and-government-minister-with-sights-on-the-top-job/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2493.                                            What Kind of Figure is Al Carns? Former Marine and Government Minister with Sights on the Top Job
  2494.                                            </a>
  2495.              </h6>
  2496.              <div class="post-meta">
  2497.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2498.                <!-- <small class="text-muted">
  2499.                  <i class="ti-eye me-1"></i>348 views
  2500.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2501.                </small> -->
  2502.              </div>
  2503.            </div>
  2504.          </div>
  2505.          
  2506.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2507.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2508.              
  2509.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2510.              
  2511.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2512.            </div>
  2513.            <div class="post-content flex-grow-1">
  2514.              <h6 class="post-title mb-2">
  2515.                <a href="/swiss-ski-resort-blaze-victims-are-treated-in-burns-units-across-europe/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2516.                                            Swiss Ski Resort Blaze Victims Are Treated in Burns Units Across Europe
  2517.                                            </a>
  2518.              </h6>
  2519.              <div class="post-meta">
  2520.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2521.                <!-- <small class="text-muted">
  2522.                  <i class="ti-eye me-1"></i>348 views
  2523.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2524.                </small> -->
  2525.              </div>
  2526.            </div>
  2527.          </div>
  2528.          
  2529.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2530.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2531.              
  2532.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2533.              
  2534.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2535.            </div>
  2536.            <div class="post-content flex-grow-1">
  2537.              <h6 class="post-title mb-2">
  2538.                <a href="/titans-salute-queens-as-trump-extends-mamdani-a-friendly-reception/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2539.                                            Titans Salute Queens as Trump Extends Mamdani a Friendly Reception
  2540.                                            </a>
  2541.              </h6>
  2542.              <div class="post-meta">
  2543.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2544.                <!-- <small class="text-muted">
  2545.                  <i class="ti-eye me-1"></i>348 views
  2546.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2547.                </small> -->
  2548.              </div>
  2549.            </div>
  2550.          </div>
  2551.          
  2552.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2553.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2554.              
  2555.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2556.              
  2557.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2558.            </div>
  2559.            <div class="post-content flex-grow-1">
  2560.              <h6 class="post-title mb-2">
  2561.                <a href="/the-ten-year-affair-by-erin-somers-a-midlife-infidelity-tale-our-generation-deserves/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2562.                                            The Ten Year Affair by Erin Somers: A Midlife Infidelity Tale Our Generation Deserves.
  2563.                                            </a>
  2564.              </h6>
  2565.              <div class="post-meta">
  2566.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  2567.                <!-- <small class="text-muted">
  2568.                  <i class="ti-eye me-1"></i>348 views
  2569.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2570.                </small> -->
  2571.              </div>
  2572.            </div>
  2573.          </div>
  2574.          
  2575.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2576.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2577.              
  2578.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2579.              
  2580.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2581.            </div>
  2582.            <div class="post-content flex-grow-1">
  2583.              <h6 class="post-title mb-2">
  2584.                <a href="/president-zelensky-states-ukraine-was-ten-percent-off-from-peace-but-not-at-any-possible-price/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2585.                                            President Zelensky States Ukraine Was Ten Percent Off from Peace, But Not at Any Possible Price
  2586.                                            </a>
  2587.              </h6>
  2588.              <div class="post-meta">
  2589.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  2590.                <!-- <small class="text-muted">
  2591.                  <i class="ti-eye me-1"></i>348 views
  2592.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2593.                </small> -->
  2594.              </div>
  2595.            </div>
  2596.          </div>
  2597.          
  2598.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2599.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2600.              
  2601.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2602.              
  2603.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2604.            </div>
  2605.            <div class="post-content flex-grow-1">
  2606.              <h6 class="post-title mb-2">
  2607.                <a href="/the-mighty-neins-introductory-sequence-selected-the-wrong-popular-rpg-show-song/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2608.                                            The Mighty Nein&#x27;s Introductory Sequence Selected the Wrong Popular RPG Show Song
  2609.                                            </a>
  2610.              </h6>
  2611.              <div class="post-meta">
  2612.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  2613.                <!-- <small class="text-muted">
  2614.                  <i class="ti-eye me-1"></i>348 views
  2615.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2616.                </small> -->
  2617.              </div>
  2618.            </div>
  2619.          </div>
  2620.          
  2621.  
  2622.        </div>
  2623.  
  2624.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2625.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2626.        </div> -->
  2627.      </div>
  2628.    </div>
  2629.    
  2630.    
  2631.    <div class="sidebar-widget mb-4">
  2632.      <div class="widget-title-wrapper mb-3">
  2633.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2634.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2635.          <span class="title-arrow"></span>
  2636.        </h4>
  2637.      </div>
  2638.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2639.        <div class="blog-roll-list scrollable-sidebar">
  2640.          
  2641.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2642.            <a href="https://www.modulhaus.biz/"  rel="dofollow" class="text-decoration-none ">
  2643.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2644.                <i class="ti-angle-right me-2 text-primary"></i>
  2645.                 online casino
  2646.              </h6>
  2647.            </a>
  2648.          </div>
  2649.          
  2650.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2651.            <a href="https://www.diesmalwaehleich.eu/"  rel="dofollow" class="text-decoration-none ">
  2652.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2653.                <i class="ti-angle-right me-2 text-primary"></i>
  2654.                 online casino deutschland ohne oasis
  2655.              </h6>
  2656.            </a>
  2657.          </div>
  2658.          
  2659.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2660.            <a href="https://www.photoindustrie-verband.de/"  rel="dofollow" class="text-decoration-none ">
  2661.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2662.                <i class="ti-angle-right me-2 text-primary"></i>
  2663.                 online casino deutschland ohne oasis
  2664.              </h6>
  2665.            </a>
  2666.          </div>
  2667.          
  2668.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2669.            <a href="https://www.migration-info.de/"  rel="dofollow" class="text-decoration-none ">
  2670.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2671.                <i class="ti-angle-right me-2 text-primary"></i>
  2672.                 online casino deutschland ohne oasis
  2673.              </h6>
  2674.            </a>
  2675.          </div>
  2676.          
  2677.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2678.            <a href="https://www.naturschutzinformationen-nrw.de/"  rel="dofollow" class="text-decoration-none ">
  2679.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2680.                <i class="ti-angle-right me-2 text-primary"></i>
  2681.                 online casino deutschland ohne oasis
  2682.              </h6>
  2683.            </a>
  2684.          </div>
  2685.          
  2686.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2687.            <a href="https://www.chaeis.net/"  rel="dofollow" class="text-decoration-none ">
  2688.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2689.                <i class="ti-angle-right me-2 text-primary"></i>
  2690.                 online casino
  2691.              </h6>
  2692.            </a>
  2693.          </div>
  2694.          
  2695.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2696.            <a href="https://nordhessen-journal.de/"  rel="dofollow" class="text-decoration-none ">
  2697.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2698.                <i class="ti-angle-right me-2 text-primary"></i>
  2699.                 online casino deutschland ohne oasis
  2700.              </h6>
  2701.            </a>
  2702.          </div>
  2703.          
  2704.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2705.            <a href="https://www.noel-verlag.net/"  rel="dofollow" class="text-decoration-none ">
  2706.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2707.                <i class="ti-angle-right me-2 text-primary"></i>
  2708.                 online casino
  2709.              </h6>
  2710.            </a>
  2711.          </div>
  2712.          
  2713.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2714.            <a href="https://www.pressemitteilungen-online.de/"  rel="dofollow" class="text-decoration-none ">
  2715.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2716.                <i class="ti-angle-right me-2 text-primary"></i>
  2717.                 beste online casinos im vergleich
  2718.              </h6>
  2719.            </a>
  2720.          </div>
  2721.          
  2722.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2723.            <a href="https://www.fotosearch.de/"  rel="dofollow" class="text-decoration-none ">
  2724.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2725.                <i class="ti-angle-right me-2 text-primary"></i>
  2726.                 online casinos
  2727.              </h6>
  2728.            </a>
  2729.          </div>
  2730.          
  2731.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2732.            <a href="https://best-practice-business.de/"  rel="dofollow" class="text-decoration-none ">
  2733.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2734.                <i class="ti-angle-right me-2 text-primary"></i>
  2735.                 beste online casinos in deutschland
  2736.              </h6>
  2737.            </a>
  2738.          </div>
  2739.          
  2740.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2741.            <a href="https://soli-net.de/"  rel="dofollow" class="text-decoration-none ">
  2742.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2743.                <i class="ti-angle-right me-2 text-primary"></i>
  2744.                 online casino echtgeld
  2745.              </h6>
  2746.            </a>
  2747.          </div>
  2748.          
  2749.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2750.            <a href="https://www.fkt-online.de/"  rel="dofollow" class="text-decoration-none ">
  2751.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2752.                <i class="ti-angle-right me-2 text-primary"></i>
  2753.                 casino ohne einzahlung
  2754.              </h6>
  2755.            </a>
  2756.          </div>
  2757.          
  2758.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2759.            <a href="https://www.armacell.de/"  rel="dofollow" class="text-decoration-none ">
  2760.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2761.                <i class="ti-angle-right me-2 text-primary"></i>
  2762.                 online casinos
  2763.              </h6>
  2764.            </a>
  2765.          </div>
  2766.          
  2767.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2768.            <a href="https://esportsinsider.com/de/gluecksspiel/ohne-oasis-wettanbieter"  rel="dofollow" class="text-decoration-none ">
  2769.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2770.                <i class="ti-angle-right me-2 text-primary"></i>
  2771.                 Sportwetten ohne oasis
  2772.              </h6>
  2773.            </a>
  2774.          </div>
  2775.          
  2776.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2777.            <a href="https://www.gameshub.com/de/online-casino/neu/"  rel="dofollow" class="text-decoration-none ">
  2778.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2779.                <i class="ti-angle-right me-2 text-primary"></i>
  2780.                 neue online Casinos
  2781.              </h6>
  2782.            </a>
  2783.          </div>
  2784.          
  2785.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2786.            <a href="https://www.corona-test-hessen.de/wettanbieter-ohne-oasis"  rel="dofollow" class="text-decoration-none ">
  2787.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2788.                <i class="ti-angle-right me-2 text-primary"></i>
  2789.                 Sportwetten ohne Oasis
  2790.              </h6>
  2791.            </a>
  2792.          </div>
  2793.          
  2794.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2795.            <a href="https://www.ilka-bruehl.de/"  rel="dofollow" class="text-decoration-none ">
  2796.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2797.                <i class="ti-angle-right me-2 text-primary"></i>
  2798.                 casino ohne lizenz
  2799.              </h6>
  2800.            </a>
  2801.          </div>
  2802.          
  2803.  
  2804.        </div>
  2805.  
  2806.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2807.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2808.        </div> -->
  2809.      </div>
  2810.    </div>
  2811.    
  2812.    <div class="sidebar-widget mb-4">
  2813.      <div class="widget-title-wrapper mb-3">
  2814.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2815.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2816.          <span class="title-arrow"></span>
  2817.        </h4>
  2818.      </div>
  2819.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2820.        <div class="blog-roll-list scrollable-sidebar">
  2821.          
  2822.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2823.            <a href="https://mobileschule-tagung.de/"  rel="dofollow" class="text-decoration-none ">
  2824.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2825.                <i class="ti-angle-right me-2 text-primary"></i>
  2826.                 krypto casinos deutschland
  2827.              </h6>
  2828.            </a>
  2829.          </div>
  2830.          
  2831.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2832.            <a href="https://trackingfreeads.eu/"  rel="dofollow" class="text-decoration-none ">
  2833.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2834.                <i class="ti-angle-right me-2 text-primary"></i>
  2835.                 besten wettanbieter ohne lugas
  2836.              </h6>
  2837.            </a>
  2838.          </div>
  2839.          
  2840.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2841.            <a href="https://zickleinundboeckchen.de/"  rel="dofollow" class="text-decoration-none ">
  2842.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2843.                <i class="ti-angle-right me-2 text-primary"></i>
  2844.                 neue online casino
  2845.              </h6>
  2846.            </a>
  2847.          </div>
  2848.          
  2849.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2850.            <a href="https://dva-soforthilfeprogramm.de/"  rel="dofollow" class="text-decoration-none ">
  2851.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2852.                <i class="ti-angle-right me-2 text-primary"></i>
  2853.                 casino online ohne oasis
  2854.              </h6>
  2855.            </a>
  2856.          </div>
  2857.          
  2858.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2859.            <a href="https://www.cardplayer.com/de/casinos"  rel="dofollow" class="text-decoration-none ">
  2860.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2861.                <i class="ti-angle-right me-2 text-primary"></i>
  2862.                 beste online casinos
  2863.              </h6>
  2864.            </a>
  2865.          </div>
  2866.          
  2867.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2868.            <a href="https://www.forum-studie.de/"  rel="dofollow" class="text-decoration-none ">
  2869.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2870.                <i class="ti-angle-right me-2 text-primary"></i>
  2871.                 casino mit schneller auszahlung
  2872.              </h6>
  2873.            </a>
  2874.          </div>
  2875.          
  2876.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2877.            <a href="https://www.subsahara-afrika-ihk.de/"  rel="dofollow" class="text-decoration-none ">
  2878.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2879.                <i class="ti-angle-right me-2 text-primary"></i>
  2880.                 wettanbieter ohne oasis
  2881.              </h6>
  2882.            </a>
  2883.          </div>
  2884.          
  2885.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2886.            <a href="https://kreuzberg-festival.de/"  rel="dofollow" class="text-decoration-none ">
  2887.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2888.                <i class="ti-angle-right me-2 text-primary"></i>
  2889.                 beste online casinos
  2890.              </h6>
  2891.            </a>
  2892.          </div>
  2893.          
  2894.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2895.            <a href="https://www.onlinebuchmesse.de/"  rel="dofollow" class="text-decoration-none ">
  2896.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2897.                <i class="ti-angle-right me-2 text-primary"></i>
  2898.                 casino online ohne oasis
  2899.              </h6>
  2900.            </a>
  2901.          </div>
  2902.          
  2903.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2904.            <a href="https://www.kamp-lintfort2020.de/"  rel="dofollow" class="text-decoration-none ">
  2905.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2906.                <i class="ti-angle-right me-2 text-primary"></i>
  2907.                 ohne oasis casinos
  2908.              </h6>
  2909.            </a>
  2910.          </div>
  2911.          
  2912.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2913.            <a href="https://www.bmwi-registrierung.de/"  rel="dofollow" class="text-decoration-none ">
  2914.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2915.                <i class="ti-angle-right me-2 text-primary"></i>
  2916.                 deutsche wettanbieter ohne oasis
  2917.              </h6>
  2918.            </a>
  2919.          </div>
  2920.          
  2921.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2922.            <a href="https://www.forum-studie.de/"  rel="dofollow" class="text-decoration-none ">
  2923.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2924.                <i class="ti-angle-right me-2 text-primary"></i>
  2925.                 casino ohne verifizierung
  2926.              </h6>
  2927.            </a>
  2928.          </div>
  2929.          
  2930.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2931.            <a href="https://www.kamp-lintfort2020.de/"  rel="dofollow" class="text-decoration-none ">
  2932.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2933.                <i class="ti-angle-right me-2 text-primary"></i>
  2934.                 online casinos ohne oasis
  2935.              </h6>
  2936.            </a>
  2937.          </div>
  2938.          
  2939.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2940.            <a href="https://www.lesser-panda-ramen.de/"  rel="dofollow" class="text-decoration-none ">
  2941.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2942.                <i class="ti-angle-right me-2 text-primary"></i>
  2943.                 neueste online casino
  2944.              </h6>
  2945.            </a>
  2946.          </div>
  2947.          
  2948.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2949.            <a href="https://peers-solutions.com/"  rel="dofollow" class="text-decoration-none ">
  2950.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2951.                <i class="ti-angle-right me-2 text-primary"></i>
  2952.                 neueste online casinos
  2953.              </h6>
  2954.            </a>
  2955.          </div>
  2956.          
  2957.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2958.            <a href="https://barefooddeli.de"  rel="dofollow" class="text-decoration-none ">
  2959.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2960.                <i class="ti-angle-right me-2 text-primary"></i>
  2961.                 online casinos ohne oasis
  2962.              </h6>
  2963.            </a>
  2964.          </div>
  2965.          
  2966.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2967.            <a href="https://www.netzwerk-endometriose.de"  rel="dofollow" class="text-decoration-none ">
  2968.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2969.                <i class="ti-angle-right me-2 text-primary"></i>
  2970.                 ohne oasis wetten
  2971.              </h6>
  2972.            </a>
  2973.          </div>
  2974.          
  2975.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2976.            <a href="https://bundesverbandinternetmedizin.de"  rel="dofollow" class="text-decoration-none ">
  2977.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2978.                <i class="ti-angle-right me-2 text-primary"></i>
  2979.                 neue deutsche online casinos
  2980.              </h6>
  2981.            </a>
  2982.          </div>
  2983.          
  2984.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2985.            <a href="https://schwarzhogerzeil.de/"  rel="dofollow" class="text-decoration-none ">
  2986.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2987.                <i class="ti-angle-right me-2 text-primary"></i>
  2988.                 spielen trotz oasis sperre strafe
  2989.              </h6>
  2990.            </a>
  2991.          </div>
  2992.          
  2993.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2994.            <a href="http://www.gamblinginsider.com/de/beste-online-casinos"  rel="dofollow" class="text-decoration-none ">
  2995.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2996.                <i class="ti-angle-right me-2 text-primary"></i>
  2997.                 beste online casino
  2998.              </h6>
  2999.            </a>
  3000.          </div>
  3001.          
  3002.  
  3003.        </div>
  3004.  
  3005.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3006.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3007.        </div> -->
  3008.      </div>
  3009.    </div>
  3010.    
  3011.    <div class="sidebar-widget mb-4">
  3012.      <div class="widget-title-wrapper mb-3">
  3013.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3014.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  3015.          <span class="title-arrow"></span>
  3016.        </h4>
  3017.      </div>
  3018.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  3019.        <div class="blog-roll-list scrollable-sidebar">
  3020.          
  3021.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3022.            <a href="https://www.mugdock-country-park.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3023.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3024.                <i class="ti-angle-right me-2 text-primary"></i>
  3025.                 online casinos
  3026.              </h6>
  3027.            </a>
  3028.          </div>
  3029.          
  3030.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3031.            <a href="https://www.gamers.de/gluecksspiel/bonus-crab-casinos/"  rel="dofollow" class="text-decoration-none ">
  3032.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3033.                <i class="ti-angle-right me-2 text-primary"></i>
  3034.                 Bonus Crab Gewinne
  3035.              </h6>
  3036.            </a>
  3037.          </div>
  3038.          
  3039.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3040.            <a href="https://www.mitreden-mitgestalten.de/"  rel="dofollow" class="text-decoration-none ">
  3041.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3042.                <i class="ti-angle-right me-2 text-primary"></i>
  3043.                 casino ohne oasis
  3044.              </h6>
  3045.            </a>
  3046.          </div>
  3047.          
  3048.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3049.            <a href="https://starda.at/"  rel="dofollow" class="text-decoration-none ">
  3050.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3051.                <i class="ti-angle-right me-2 text-primary"></i>
  3052.                 online casino österreich
  3053.              </h6>
  3054.            </a>
  3055.          </div>
  3056.          
  3057.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3058.            <a href="https://systembiologie.de/"  rel="dofollow" class="text-decoration-none ">
  3059.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3060.                <i class="ti-angle-right me-2 text-primary"></i>
  3061.                 beste casino online Deutschland
  3062.              </h6>
  3063.            </a>
  3064.          </div>
  3065.          
  3066.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3067.            <a href="https://www.videogamer.com/de/casino/ohne-oasis/"  rel="dofollow" class="text-decoration-none ">
  3068.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3069.                <i class="ti-angle-right me-2 text-primary"></i>
  3070.                 online casino ohne oasis
  3071.              </h6>
  3072.            </a>
  3073.          </div>
  3074.          
  3075.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3076.            <a href="https://bikesale.de/neue-online-casinos"  rel="dofollow" class="text-decoration-none ">
  3077.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3078.                <i class="ti-angle-right me-2 text-primary"></i>
  3079.                 neue online casino
  3080.              </h6>
  3081.            </a>
  3082.          </div>
  3083.          
  3084.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3085.            <a href="https://www.gourmesso.de/"  rel="dofollow" class="text-decoration-none ">
  3086.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3087.                <i class="ti-angle-right me-2 text-primary"></i>
  3088.                 casino ohne lizenz
  3089.              </h6>
  3090.            </a>
  3091.          </div>
  3092.          
  3093.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3094.            <a href="https://www.hochgepokert.com/casino/"  rel="dofollow" class="text-decoration-none ">
  3095.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3096.                <i class="ti-angle-right me-2 text-primary"></i>
  3097.                 beste online casinos
  3098.              </h6>
  3099.            </a>
  3100.          </div>
  3101.          
  3102.  
  3103.        </div>
  3104.  
  3105.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3106.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3107.        </div> -->
  3108.      </div>
  3109.    </div>
  3110.    
  3111.  </div>
  3112.  
  3113. <!-- Sidebar V2 Styles -->
  3114. <style>
  3115.  .sidebar-widget {
  3116.    position: relative;
  3117.  }
  3118.  
  3119.  .widget-title {
  3120.    font-size: 1.1rem;
  3121.    font-weight: 700;
  3122.    display: inline-block;
  3123.    position: relative;
  3124.    z-index: 2;
  3125.    border-radius: 0;
  3126.  }
  3127.  
  3128.  /* Green arrow for August Blog Roll */
  3129.  .title-arrow::after {
  3130.    content: '';
  3131.    position: absolute;
  3132.    top: 0;
  3133.    right: -22px;
  3134.    width: 0;
  3135.    height: 0;
  3136.    border-left: 22px solid var(--bs-primary);
  3137.    border-top: 22px solid transparent;
  3138.    border-bottom: 22px solid transparent;
  3139.    z-index: 1;
  3140.  }
  3141.  
  3142.  /* Blue arrow for Recent Posts */
  3143.  .title-arrow-primary::after {
  3144.    content: '';
  3145.    position: absolute;
  3146.    top: 0;
  3147.    right: -22px;
  3148.    width: 0;
  3149.    height: 0;
  3150.    border-left: 22px solid var(--bs-primary);
  3151.    border-top: 22px solid transparent;
  3152.    border-bottom: 22px solid transparent;
  3153.    z-index: 1;
  3154.  }
  3155.  
  3156.  .widget-content {
  3157.    margin-top: -1px;
  3158.    position: relative;
  3159.    z-index: 1;
  3160.     background-color: var(--card-bg);
  3161.  }
  3162.  
  3163.  /* Blog Roll Items Hover Effects */
  3164.  .blog-roll-item:hover .post-title {
  3165.    color: #198754 !important;
  3166.    transform: translateX(5px);
  3167.    transition: all 0.3s ease;
  3168.  }
  3169.  
  3170.  /* Recent Post Items Hover Effects */
  3171.  .recent-post-item:hover .post-title a {
  3172.    color: #0d6efd !important;
  3173.    transition: color 0.3s ease;
  3174.  }
  3175.  
  3176.  .recent-post-item:hover .post-image img {
  3177.    transform: scale(1.05);
  3178.    transition: transform 0.3s ease;
  3179.  }
  3180.  
  3181.  /* Button Hover Effects */
  3182.  .btn:hover {
  3183.    transform: translateY(-2px);
  3184.    transition: all 0.3s ease;
  3185.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3186.  }
  3187.  
  3188.  /* Badge Hover Effects */
  3189.  .badge:hover {
  3190.    transform: scale(1.05);
  3191.    transition: transform 0.3s ease;
  3192.  }
  3193.  
  3194.  @media (max-width: 991px) {
  3195.    .sidebar {
  3196.      margin-top: 3rem;
  3197.    }
  3198.  }
  3199.  
  3200.  @media (max-width: 576px) {
  3201.    .widget-title {
  3202.      font-size: 1rem;
  3203.      padding: 0.75rem 1rem !important;
  3204.    }
  3205.  
  3206.    .title-arrow::after,
  3207.    .title-arrow-primary::after {
  3208.      right: -18px;
  3209.      border-left-width: 18px;
  3210.      border-top-width: 18px;
  3211.      border-bottom-width: 18px;
  3212.    }
  3213.  
  3214.    .post-image {
  3215.      width: 70px !important;
  3216.      height: 55px !important;
  3217.    }
  3218.  
  3219.    .blog-meta {
  3220.      flex-direction: column !important;
  3221.      align-items: flex-start !important;
  3222.      gap: 0.5rem;
  3223.    }
  3224.  }
  3225. </style>
  3226.  
  3227.    
  3228.            </div>
  3229.      </div>
  3230.    </div>
  3231.  </section>
  3232.  
  3233.  <script>
  3234.    // Smooth fade on scroll (adds .fade-up on downward scroll, .fade-down on upward scroll)
  3235.    document.addEventListener('DOMContentLoaded', function () {
  3236.      // Fallback if IntersectionObserver unavailable
  3237.      if (!('IntersectionObserver' in window)) {
  3238.        document.querySelectorAll('.fade-base').forEach(el => el.classList.add('fade-show'));
  3239.        return;
  3240.      }
  3241.  
  3242.      let lastY = window.pageYOffset || 0;
  3243.      let scrollDir = 'down';
  3244.      let ticking = false;
  3245.  
  3246.      // Jank-free scroll direction tracking
  3247.      window.addEventListener('scroll', () => {
  3248.        const y = window.pageYOffset || 0;
  3249.        if (!ticking) {
  3250.          requestAnimationFrame(() => {
  3251.            scrollDir = y > lastY ? 'down' : 'up';
  3252.            lastY = y <= 0 ? 0 : y;
  3253.            ticking = false;
  3254.          });
  3255.          ticking = true;
  3256.        }
  3257.      }, { passive: true });
  3258.  
  3259.      const options = {
  3260.        threshold: 0.18,
  3261.        rootMargin: '0px 0px -8% 0px'
  3262.      };
  3263.  
  3264.      const io = new IntersectionObserver((entries) => {
  3265.        entries.forEach((entry) => {
  3266.          const el = entry.target;
  3267.  
  3268.          if (entry.isIntersecting) {
  3269.            // direction-based class
  3270.            el.classList.remove('fade-up', 'fade-down');
  3271.            el.classList.add(scrollDir === 'down' ? 'fade-up' : 'fade-down');
  3272.  
  3273.            // smooth timing (override-able per element via CSS vars)
  3274.            if (!el.style.getPropertyValue('--dur')) {
  3275.              el.style.setProperty('--dur', '700ms');
  3276.            }
  3277.            if (!el.style.getPropertyValue('--ease')) {
  3278.              el.style.setProperty('--ease', 'cubic-bezier(0.16,1,0.3,1)');
  3279.            }
  3280.  
  3281.            el.classList.add('fade-show');
  3282.          } else {
  3283.            // re-animate when re-entering
  3284.            el.classList.remove('fade-show');
  3285.          }
  3286.        });
  3287.      }, options);
  3288.  
  3289.      // Observe all fade targets with a light stagger
  3290.      const nodes = Array.from(document.querySelectorAll('.fade-base'));
  3291.      nodes.forEach((el, i) => {
  3292.        // 0–5 -> 0–300ms stagger (loops every 6)
  3293.        el.style.setProperty('--stagger', `${(i % 6) * 60}ms`);
  3294.        io.observe(el);
  3295.      });
  3296.    });
  3297.  </script>
  3298.  
  3299.  
  3300.    
  3301.        
  3302.        <!-- end wpo-blog-highlights-section -->
  3303.        <!-- start wpo-blog-sponsored-section -->
  3304.        
  3305.  
  3306.  
  3307.  
  3308.    
  3309.  
  3310.  
  3311.  <style>
  3312.    .sponsored-section-v7 {
  3313.      padding: 50px 0;
  3314.    }
  3315.    
  3316.    .sponsored-card-v7 {
  3317.      background: #fafafa;
  3318.      border: none;
  3319.      transition: transform 0.3s ease;
  3320.      height: 100%;
  3321.    }
  3322.    
  3323.    .sponsored-card-v7:hover {
  3324.      transform: translateY(-3px);
  3325.    }
  3326.    
  3327.    .sponsored-image-v7 {
  3328.      position: relative;
  3329.      height: 160px;
  3330.    }
  3331.    
  3332.    .sponsored-image-v7 img {
  3333.      width: 100%;
  3334.      height: 100%;
  3335.      object-fit: cover;
  3336.      border-radius: 10px; /* Apply curve to image */
  3337.    }
  3338.    
  3339.    .sponsored-badge-v7 {
  3340.      position: absolute;
  3341.      bottom: 10px; /* pehle -30px tha; need be adjust kar lena */
  3342.      left: 10px;
  3343.      z-index: 10;
  3344.    
  3345.      /* pill look */
  3346.      display: inline-flex; /* vertical centering */
  3347.      align-items: center;
  3348.      justify-content: center;
  3349.      padding: 8px 16px; /* width = content + padding */
  3350.      border-radius: 999px; /* full pill */
  3351.      white-space: nowrap; /* ek hi line me rahe */
  3352.      /* text */
  3353.      font-size: 12px;
  3354.      text-transform: uppercase;
  3355.      letter-spacing: 0.5px;
  3356.      line-height: 1;
  3357.      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  3358.    }
  3359.    
  3360.    /* optional: icon ke saath thoda gap */
  3361.    .sponsored-badge-v7 i,
  3362.    .sponsored-badge-v7 .icon {
  3363.      margin-right: 8px;
  3364.      font-size: 14px;
  3365.      line-height: 1;
  3366.    }
  3367.    
  3368.    .sponsored-content-v7 {
  3369.      padding: 40px 15px 15px; /* Increased top padding to accommodate larger badge */
  3370.    }
  3371.    
  3372.    .sponsored-title-v7 {
  3373.      font-size: 15px;
  3374.      font-weight: 700;
  3375.      line-height: 1.4;
  3376.      margin-bottom: 8px;
  3377.      color: #333;
  3378.    }
  3379.    
  3380.    .sponsored-title-v7 a {
  3381.      text-decoration: none;
  3382.      font-size: 16px;
  3383.      color: var(--topbar-color);
  3384.    }
  3385.    
  3386.    .sponsored-title-v7 a:hover {
  3387.      color: var(--bs-primary); /* Green hover */
  3388.    }
  3389.    
  3390.    .sponsored-excerpt-v7 {
  3391.      font-size: 12px;
  3392.      font-weight: 400;
  3393.      color:  var(--topbar-color);;
  3394.      margin-bottom: 10px;
  3395.      line-height: 1.5;
  3396.    }
  3397.    
  3398.    .sponsored-meta-v7 {
  3399.      font-size: 11px;
  3400.       color: var(--topbar-color);;
  3401.    }
  3402.    
  3403.    .author-info-v7 {
  3404.      margin-bottom: 5px;
  3405.    }
  3406.    
  3407.    .sponsored-author-img-v7 {
  3408.      width: 30px;
  3409.      height: 30px;
  3410.      border-radius: 50%;
  3411.      object-fit: cover;
  3412.      vertical-align: middle;
  3413.      margin-right: 5px;
  3414.    }
  3415.    
  3416.    .section-title-sponsored-v7 {
  3417.      font-size: 1.9rem;
  3418.      font-weight: 600;
  3419.      text-align: center;
  3420.      margin-bottom: 30px;
  3421.      color: #333;
  3422.      position: relative;
  3423.    }
  3424.    
  3425.    .section-title-sponsored-v7::after {
  3426.      content: '';
  3427.      position: absolute;
  3428.      bottom: -8px;
  3429.      left: 50%;
  3430.      transform: translateX(-50%);
  3431.      width: 100px;
  3432.      height: 3px;
  3433.      background: var(--bs-primary);
  3434.    }
  3435.    
  3436.    @media (max-width: 768px) {
  3437.      .sponsored-section-v7 {
  3438.        padding: 30px 0;
  3439.      }
  3440.      .sponsored-image-v7 {
  3441.        height: 120px;
  3442.      }
  3443.      .sponsored-content-v7 {
  3444.        padding: 35px 12px 12px;
  3445.      }
  3446.  
  3447.      .sponsored-title-v7 {
  3448.        font-size: 14px;
  3449.      }
  3450.      .sponsored-excerpt-v7 {
  3451.        font-size: 11px;
  3452.      }
  3453.      .section-title-sponsored-v7 {
  3454.        font-size: 1.6rem;
  3455.      }
  3456.    }
  3457.  </style>
  3458.  
  3459.  <section class="sponsored-section-v7">
  3460.    <div class="container-fluid fluid-container">
  3461.      <div class="row mb-3">
  3462.        <div class="col-12">
  3463.          <h2 class="section-title-sponsored-v7">Sponsored News</h2>
  3464.        </div>
  3465.      </div>
  3466.  
  3467.      <div class="row g-3 d-flex justify-content-center">
  3468.        
  3469.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3470.            <div class="card sponsored-card-v7">
  3471.              <div class="sponsored-image-v7">
  3472.                
  3473.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3474.                
  3475.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3476.              </div>
  3477.              <div class="sponsored-content-v7">
  3478.                <h3 class="sponsored-title-v7"><a href="/what-kind-of-figure-is-al-carns-former-marine-and-government-minister-with-sights-on-the-top-job/">What Kind of Figure is Al Carns? Former Marine and Government Minister with Sights on the Top Job</a></h3>
  3479.                <p class="sponsored-excerpt-v7 "></p>
  3480.                <div class="sponsored-meta-v7">
  3481.                  <div class="author-info-v7">
  3482.                    
  3483.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3631c1d4-6df0-4fe2-8764-47b64c559c92_profile.png" alt="Elizabeth Hardin" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3484.                    
  3485.                    <span>Elizabeth Hardin</span>
  3486.                  </div>
  3487.                  <div>17 May 2026</div>
  3488.                </div>
  3489.              </div>
  3490.            </div>
  3491.          </div>
  3492.        
  3493.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3494.            <div class="card sponsored-card-v7">
  3495.              <div class="sponsored-image-v7">
  3496.                
  3497.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3498.                
  3499.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3500.              </div>
  3501.              <div class="sponsored-content-v7">
  3502.                <h3 class="sponsored-title-v7"><a href="/swiss-ski-resort-blaze-victims-are-treated-in-burns-units-across-europe/">Swiss Ski Resort Blaze Victims Are Treated in Burns Units Across Europe</a></h3>
  3503.                <p class="sponsored-excerpt-v7 "></p>
  3504.                <div class="sponsored-meta-v7">
  3505.                  <div class="author-info-v7">
  3506.                    
  3507.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3631c1d4-6df0-4fe2-8764-47b64c559c92_profile.png" alt="Elizabeth Hardin" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3508.                    
  3509.                    <span>Elizabeth Hardin</span>
  3510.                  </div>
  3511.                  <div>17 May 2026</div>
  3512.                </div>
  3513.              </div>
  3514.            </div>
  3515.          </div>
  3516.        
  3517.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3518.            <div class="card sponsored-card-v7">
  3519.              <div class="sponsored-image-v7">
  3520.                
  3521.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3522.                
  3523.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3524.              </div>
  3525.              <div class="sponsored-content-v7">
  3526.                <h3 class="sponsored-title-v7"><a href="/titans-salute-queens-as-trump-extends-mamdani-a-friendly-reception/">Titans Salute Queens as Trump Extends Mamdani a Friendly Reception</a></h3>
  3527.                <p class="sponsored-excerpt-v7 "></p>
  3528.                <div class="sponsored-meta-v7">
  3529.                  <div class="author-info-v7">
  3530.                    
  3531.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3631c1d4-6df0-4fe2-8764-47b64c559c92_profile.png" alt="Elizabeth Hardin" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3532.                    
  3533.                    <span>Elizabeth Hardin</span>
  3534.                  </div>
  3535.                  <div>17 May 2026</div>
  3536.                </div>
  3537.              </div>
  3538.            </div>
  3539.          </div>
  3540.        
  3541.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3542.            <div class="card sponsored-card-v7">
  3543.              <div class="sponsored-image-v7">
  3544.                
  3545.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3546.                
  3547.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3548.              </div>
  3549.              <div class="sponsored-content-v7">
  3550.                <h3 class="sponsored-title-v7"><a href="/the-ten-year-affair-by-erin-somers-a-midlife-infidelity-tale-our-generation-deserves/">The Ten Year Affair by Erin Somers: A Midlife Infidelity Tale Our Generation Deserves.</a></h3>
  3551.                <p class="sponsored-excerpt-v7 "></p>
  3552.                <div class="sponsored-meta-v7">
  3553.                  <div class="author-info-v7">
  3554.                    
  3555.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3631c1d4-6df0-4fe2-8764-47b64c559c92_profile.png" alt="Elizabeth Hardin" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3556.                    
  3557.                    <span>Elizabeth Hardin</span>
  3558.                  </div>
  3559.                  <div>16 May 2026</div>
  3560.                </div>
  3561.              </div>
  3562.            </div>
  3563.          </div>
  3564.        
  3565.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3566.            <div class="card sponsored-card-v7">
  3567.              <div class="sponsored-image-v7">
  3568.                
  3569.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3570.                
  3571.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3572.              </div>
  3573.              <div class="sponsored-content-v7">
  3574.                <h3 class="sponsored-title-v7"><a href="/president-zelensky-states-ukraine-was-ten-percent-off-from-peace-but-not-at-any-possible-price/">President Zelensky States Ukraine Was Ten Percent Off from Peace, But Not at Any Possible Price</a></h3>
  3575.                <p class="sponsored-excerpt-v7 "></p>
  3576.                <div class="sponsored-meta-v7">
  3577.                  <div class="author-info-v7">
  3578.                    
  3579.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3631c1d4-6df0-4fe2-8764-47b64c559c92_profile.png" alt="Elizabeth Hardin" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3580.                    
  3581.                    <span>Elizabeth Hardin</span>
  3582.                  </div>
  3583.                  <div>16 May 2026</div>
  3584.                </div>
  3585.              </div>
  3586.            </div>
  3587.          </div>
  3588.        
  3589.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3590.            <div class="card sponsored-card-v7">
  3591.              <div class="sponsored-image-v7">
  3592.                
  3593.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3594.                
  3595.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3596.              </div>
  3597.              <div class="sponsored-content-v7">
  3598.                <h3 class="sponsored-title-v7"><a href="/the-mighty-neins-introductory-sequence-selected-the-wrong-popular-rpg-show-song/">The Mighty Nein&#x27;s Introductory Sequence Selected the Wrong Popular RPG Show Song</a></h3>
  3599.                <p class="sponsored-excerpt-v7 "></p>
  3600.                <div class="sponsored-meta-v7">
  3601.                  <div class="author-info-v7">
  3602.                    
  3603.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3631c1d4-6df0-4fe2-8764-47b64c559c92_profile.png" alt="Elizabeth Hardin" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3604.                    
  3605.                    <span>Elizabeth Hardin</span>
  3606.                  </div>
  3607.                  <div>16 May 2026</div>
  3608.                </div>
  3609.              </div>
  3610.            </div>
  3611.          </div>
  3612.        
  3613.      </div>
  3614.    </div>
  3615.  </section>
  3616.  
  3617.  
  3618.    
  3619.        <!-- end wpo-blog-sponsored-section -->
  3620.        <!-- start wpo-subscribe-section -->
  3621.        
  3622.        <!-- end subscribe-section -->
  3623.        <!-- start of wpo-site-footer-section -->
  3624.        
  3625.  
  3626.  
  3627.  
  3628.  
  3629.  
  3630.  
  3631. <!-- Footer V4 - Modern Corporate Design -->
  3632. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  3633.  
  3634.    <div class="container-fluid fluid-container">
  3635.        
  3636.        <!-- Content Sections -->
  3637.        <div class="content-sections">
  3638.            <div class="row g-5">
  3639.                
  3640.                <!-- Brand Column -->
  3641.                <div class="col-lg-4 col-md-12">
  3642.                    <div class="brand-section">
  3643.                        <div class="brand-header">
  3644.                            
  3645.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/8894b79e-d81b-4c6e-afa5-b1b4d0681d06_logo.png" alt="Vista Arena" class="brand-logo" loading="lazy">
  3646.                            
  3647.                            <div class="brand-text">
  3648.                                <h3 class="brand-name">Vista Arena</h3>
  3649.                                <span class="brand-type">Digital Publication</span>
  3650.                            </div>
  3651.                        </div>
  3652.                        <p class="brand-description  text-lg-start ">
  3653.                            Vista Arena offers insights into the latest technology trends, innovation updates, and digital lifestyle tips. Stay informed with expert analysis and practical guides.
  3654.                        </p>
  3655.                    </div>
  3656.                </div>
  3657.  
  3658.                <!-- Quick Links Column -->
  3659.               <div class="col-lg-4 col-md-6">
  3660.                    <div class="links-section">
  3661.                        <div class="section-title">
  3662.                            <h4 class="title-text">Resources</h4>
  3663.                            <div class="title-decoration"></div>
  3664.                        </div>
  3665.                        <div class="links-container">
  3666.                          
  3667. <div class="link-group">
  3668.    <ul class="link-list" id="externalLinks">
  3669.        
  3670.  
  3671.    
  3672.        
  3673.        
  3674.        
  3675.    </ul>
  3676. </div>
  3677.  
  3678.                        </div>
  3679.                    </div>
  3680.                </div>
  3681.  
  3682.                <!-- Categories Column -->
  3683.                <div class="col-lg-4 col-md-6">
  3684.                    <div class="categories-section">
  3685.                        <div class="section-title">
  3686.                            <h4 class="title-text">Explore Topics</h4>
  3687.                            <div class="title-decoration"></div>
  3688.                        </div>
  3689.                        <div class="categories-container">
  3690.                            <p class="categories-intro">Discover content organized by topics that interest you most.</p>
  3691.                            <div class="categories-cloud">
  3692.                                
  3693.                                <a href="/category/all-posts/" class="category-pill">
  3694.                                    All Posts
  3695.                                </a>
  3696.                                
  3697.                                <a href="/category/business/" class="category-pill">
  3698.                                    Business
  3699.                                </a>
  3700.                                
  3701.                                <a href="/category/esports/" class="category-pill">
  3702.                                    Esports
  3703.                                </a>
  3704.                                
  3705.                                <a href="/category/fashion/" class="category-pill">
  3706.                                    Fashion
  3707.                                </a>
  3708.                                
  3709.                                <a href="/category/featured/" class="category-pill">
  3710.                                    Featured
  3711.                                </a>
  3712.                                
  3713.                                <a href="/category/gaming/" class="category-pill">
  3714.                                    Gaming
  3715.                                </a>
  3716.                                
  3717.                                <a href="/category/health/" class="category-pill">
  3718.                                    Health
  3719.                                </a>
  3720.                                
  3721.                                <a href="/category/life-fitness/" class="category-pill">
  3722.                                    Life &amp; Fitness
  3723.                                </a>
  3724.                                
  3725.                            </div>
  3726.                        </div>
  3727.                    </div>
  3728.                </div>
  3729.  
  3730.            </div>
  3731.        </div>
  3732.  
  3733.        <!-- Footer Bottom -->
  3734.        <div class="footer-bottom">
  3735.            <div class="bottom-border"></div>
  3736.            <div class=" d-flex justify-content-between flex-wrap">
  3737.                <div>
  3738.                    <div class="copyright-info">
  3739.                        <p class="copyright-main">
  3740.                            © 2026 <span class="brand-highlight">Vista Arena</span>. All rights reserved.
  3741.                        </p>
  3742.                        <p class="copyright-sub">
  3743.                            Thoughtfully crafted content for curious minds worldwide.
  3744.                        </p>
  3745.                    </div>
  3746.                </div>
  3747.                <div>
  3748.                    <div class="footer-actions">
  3749.                        <div class="action-links">
  3750.                            <a href="/page/write-for-us/" class="action-link">
  3751.                                <i class="bi bi-shield-check"></i>
  3752.                                <span>Write For Us</span>
  3753.                            </a>
  3754.                            <a href="/page/terms-and-conditions/" class="action-link">
  3755.                                <i class="bi bi-shield-check"></i>
  3756.                                <span>Terms & Conditions</span>
  3757.                            </a>
  3758.                            <a href="/sitemap.xml" class="action-link">
  3759.                                <i class="bi bi-diagram-3"></i>
  3760.                                <span>Sitemap</span>
  3761.                            </a>
  3762.                        </div>
  3763.  
  3764.                    </div>
  3765.                </div>
  3766.            </div>
  3767.        </div>
  3768.  
  3769.    </div>
  3770.  
  3771.    
  3772.  
  3773. </footer>
  3774.  
  3775.  
  3776. <style>
  3777. /* Footer V4 - Modern Corporate Design */
  3778. .wpo-site-footer-v4 {
  3779.    color: var(--footer-color);
  3780.    margin-top: 100px;
  3781. }
  3782.  
  3783.  
  3784. .accent-line {
  3785.    position: absolute;
  3786.    top: 0;
  3787.    height: 100%;
  3788.    width: 33.333%;
  3789.    opacity: 0.8;
  3790. }
  3791.  
  3792. .accent-1 {
  3793.    left: 0;
  3794.    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
  3795.    animation: slideRight 3s ease-in-out infinite;
  3796. }
  3797.  
  3798. .accent-2 {
  3799.    left: 33.333%;
  3800.    background: linear-gradient(90deg, #8b5cf6, #7c3aed);
  3801.    animation: slideRight 3s ease-in-out infinite 1s;
  3802. }
  3803.  
  3804. .accent-3 {
  3805.    left: 66.666%;
  3806.    background: linear-gradient(90deg, #10b981, #059669);
  3807.    animation: slideRight 3s ease-in-out infinite 2s;
  3808. }
  3809.  
  3810. @keyframes slideRight {
  3811.    0%, 100% { transform: translateX(-10px); opacity: 0.6; }
  3812.    50% { transform: translateX(10px); opacity: 1; }
  3813. }
  3814.  
  3815. /* Content Sections */
  3816. .content-sections {
  3817.    padding: 60px 0;
  3818.    position: relative;
  3819.    z-index: 2;
  3820. }
  3821.  
  3822. /* Brand Section */
  3823. .brand-section {
  3824.    padding-right: 2rem;
  3825. }
  3826.  
  3827. .brand-header {
  3828.    display: flex;
  3829.    align-items: center;
  3830.    margin-bottom: 2rem;
  3831.    gap: 1rem;
  3832. }
  3833.  
  3834. .brand-logo {
  3835.    height: 50px;
  3836.    width: auto;
  3837.    border-radius: 8px;
  3838. }
  3839.  
  3840. .brand-name {
  3841.    font-size: 1.5rem;
  3842.    font-weight: 800;
  3843.    color: var(--footer-color) !important;
  3844.    margin: 0;
  3845. }
  3846.  
  3847. .brand-type {
  3848.    color: var(--footer-color) !important;
  3849.    opacity: 0.8;
  3850.    font-size: 0.85rem;
  3851.    font-weight: 500;
  3852.    text-transform: uppercase;
  3853.    letter-spacing: 0.5px;
  3854. }
  3855.  
  3856. .brand-description {
  3857.    color: var(--footer-color) !important;
  3858.    line-height: 1.7;
  3859.    margin-bottom: 2rem;
  3860.    font-size: 0.95rem;
  3861. }
  3862.  
  3863. .brand-stats {
  3864.    display: flex;
  3865.    align-items: center;
  3866.    gap: 1.5rem;
  3867. }
  3868.  
  3869. .stat-item {
  3870.    text-align: center;
  3871. }
  3872.  
  3873. .stat-number {
  3874.    font-size: 1.5rem;
  3875.    font-weight: 800;
  3876.    color: #3b82f6;
  3877.    display: block;
  3878.    line-height: 1;
  3879. }
  3880.  
  3881. .stat-label {
  3882.    font-size: 0.8rem;
  3883.    color: #94a3b8;
  3884.    margin-top: 0.25rem;
  3885. }
  3886.  
  3887. .stat-divider {
  3888.    width: 1px;
  3889.    height: 40px;
  3890.    background: rgba(255, 255, 255, 0.2);
  3891. }
  3892.  
  3893. /* Links Section */
  3894. .links-section {
  3895.    padding-left: 1rem;
  3896.    padding-right: 1rem;
  3897. }
  3898.  
  3899. .section-title {
  3900.    margin-bottom: 2rem;
  3901.    position: relative;
  3902. }
  3903.  
  3904. .title-text {
  3905.    font-size: 1.3rem;
  3906.    font-weight: 700;
  3907.    color: var(--footer-color) !important;
  3908.    margin-bottom: 0.5rem;
  3909.    text-align: justify !important;
  3910. }
  3911.  
  3912.  
  3913. .link-group {
  3914.    margin-bottom: 2rem;
  3915. }
  3916.  
  3917. .group-title {
  3918.    font-size: 1rem;
  3919.    font-weight: 600;
  3920.    color: #f1f5f9;
  3921.    margin-bottom: 1rem;
  3922.    padding-bottom: 0.5rem;
  3923.    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  3924. }
  3925.  
  3926. .link-list {
  3927.    list-style: none;
  3928.    padding: 0;
  3929.    margin: 0;
  3930. }
  3931.  
  3932. .link-item {
  3933.    margin-bottom: 0.75rem;
  3934. }
  3935.  
  3936. .link-text {
  3937.    color: var(--footer-color) !important;
  3938.    text-decoration: none;
  3939.    font-size: 0.9rem;
  3940.    display: flex;
  3941.    align-items: center;
  3942.    transition: all 0.3s ease;
  3943.    padding: 0.25rem 0;
  3944. }
  3945.  
  3946. .link-text:hover {
  3947.    color: #3b82f6;
  3948.    padding-left: 0.5rem;
  3949. }
  3950.  
  3951. .link-icon {
  3952.    margin-right: 0.5rem;
  3953.    opacity: 0;
  3954.    transition: opacity 0.3s ease;
  3955. }
  3956.  
  3957. .link-text:hover .link-icon {
  3958.    opacity: 1;
  3959. }
  3960.  
  3961. .external-icon {
  3962.    color: #10b981;
  3963. }
  3964.  
  3965. /* Categories Section */
  3966. .categories-section {
  3967.    padding-left: 1rem;
  3968. }
  3969.  
  3970. .categories-intro {
  3971.    color: #cbd5e1;
  3972.    margin-bottom: 1.5rem;
  3973.    font-size: 0.9rem;
  3974. }
  3975.  
  3976. .categories-cloud {
  3977.    display: flex;
  3978.    flex-wrap: wrap;
  3979.    gap: 0.75rem;
  3980. }
  3981.  
  3982. .category-pill {
  3983.    display: inline-block;
  3984.    padding: 0.5rem 1rem;
  3985.    background: rgba(255, 255, 255, 0.1);
  3986.    border: 1px solid rgba(255, 255, 255, 0.2);
  3987.    border-radius: 20px;
  3988.    color:  var(--footer-color) !important;
  3989.    text-decoration: none;
  3990.    font-size: 0.85rem;
  3991.    opacity: 0.7;
  3992.    font-weight: 500;
  3993.    transition: all 0.3s ease;
  3994. }
  3995.  
  3996. .category-pill:hover {
  3997.    background: #3b82f6;
  3998.    border-color: #3b82f6;
  3999.    color: var(--footer-color) !important;
  4000.    opacity: 1;
  4001.    transform: translateY(-1px);
  4002.    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
  4003. }
  4004.  
  4005. /* Footer Bottom */
  4006. .footer-bottom {
  4007.    padding: 2rem 0;
  4008.    position: relative;
  4009.    z-index: 2;
  4010. }
  4011.  
  4012. .bottom-border {
  4013.    height: 1px;
  4014.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  4015.    margin-bottom: 2rem;
  4016. }
  4017.  
  4018. .copyright-main {
  4019.    font-size: 1rem;
  4020.    color: #e2e8f0;
  4021.    margin-bottom: 0.25rem;
  4022. }
  4023.  
  4024. .brand-highlight {
  4025.    color: var(--footer-color);
  4026.    font-weight: 700;
  4027. }
  4028.  
  4029. .copyright-sub {
  4030.    font-size: 0.85rem;
  4031.    color: #94a3b8;
  4032.    margin: 0;
  4033. }
  4034.  
  4035. .footer-actions {
  4036.    display: flex;
  4037.    align-items: center;
  4038.    gap: 2rem;
  4039. }
  4040.  
  4041. .action-links {
  4042.    display: flex;
  4043.    gap: 1.5rem;
  4044. }
  4045.  
  4046. .action-link {
  4047.    display: flex;
  4048.    align-items: center;
  4049.    gap: 0.5rem;
  4050.    color: #cbd5e1;
  4051.    text-decoration: none;
  4052.    font-size: 0.9rem;
  4053.    transition: color 0.3s ease;
  4054. }
  4055.  
  4056. .action-link:hover {
  4057.    color: #3b82f6;
  4058. }
  4059.  
  4060. .scroll-to-top-btn {
  4061.    background: rgba(255, 255, 255, 0.1);
  4062.    border: 1px solid rgba(255, 255, 255, 0.2);
  4063.    color: #cbd5e1;
  4064.    width: 44px;
  4065.    height: 44px;
  4066.    border-radius: 12px;
  4067.    cursor: pointer;
  4068.    transition: all 0.3s ease;
  4069.    display: flex;
  4070.    align-items: center;
  4071.    justify-content: center;
  4072. }
  4073.  
  4074. .scroll-to-top-btn:hover {
  4075.    background: #3b82f6;
  4076.    border-color: #3b82f6;
  4077.    color: white;
  4078.    transform: translateY(-2px);
  4079. }
  4080.  
  4081. /* Background Pattern */
  4082. .footer-pattern {
  4083.    position: absolute;
  4084.    top: 0;
  4085.    left: 0;
  4086.    width: 100%;
  4087.    height: 100%;
  4088.    z-index: 1;
  4089.    overflow: hidden;
  4090. }
  4091.  
  4092. .pattern-grid {
  4093.    position: relative;
  4094.    width: 100%;
  4095.    height: 100%;
  4096. }
  4097.  
  4098. .pattern-dot {
  4099.    position: absolute;
  4100.    width: 2px;
  4101.    height: 2px;
  4102.    background: rgba(255, 255, 255, 0.1);
  4103.    border-radius: 50%;
  4104. }
  4105.  
  4106. .pattern-dot:nth-child(1) { top: 20%; left: 10%; }
  4107. .pattern-dot:nth-child(2) { top: 40%; right: 15%; }
  4108. .pattern-dot:nth-child(3) { top: 60%; left: 70%; }
  4109. .pattern-dot:nth-child(4) { bottom: 30%; right: 30%; }
  4110. .pattern-dot:nth-child(5) { bottom: 50%; left: 40%; }
  4111. .pattern-dot:nth-child(6) { top: 80%; right: 60%; }
  4112.  
  4113. /* Responsive Design */
  4114. @media (max-width: 992px) {
  4115.    .newsletter-heading {
  4116.        font-size: 2rem;
  4117.    }
  4118.    
  4119.    .brand-section {
  4120.        padding-right: 0;
  4121.        margin-bottom: 3rem;
  4122.    }
  4123.    
  4124.    .links-section, .categories-section {
  4125.        padding-left: 0;
  4126.        padding-right: 0;
  4127.    }
  4128.    
  4129.    .brand-stats {
  4130.        justify-content: center;
  4131.        margin-top: 2rem;
  4132.    }
  4133. }
  4134.  
  4135. @media (max-width: 768px) {
  4136.    .newsletter-section {
  4137.        padding: 60px 0 40px;
  4138.    }
  4139.    
  4140.    .newsletter-container {
  4141.        padding: 2rem 1.5rem;
  4142.        margin: 0 1rem;
  4143.    }
  4144.    
  4145.    .newsletter-heading {
  4146.        font-size: 1.75rem;
  4147.    }
  4148.    
  4149.    .content-sections {
  4150.        padding: 40px 0;
  4151.    }
  4152.    
  4153.    .brand-header {
  4154.        flex-direction: column;
  4155.        text-align: center;
  4156.    }
  4157.    
  4158.    .footer-actions {
  4159.        flex-direction: column;
  4160.        gap: 1rem;
  4161.        margin-top: 1.5rem;
  4162.    }
  4163.    
  4164.    .action-links {
  4165.        order: 2;
  4166.    }
  4167.    
  4168.    .scroll-to-top-btn {
  4169.        order: 1;
  4170.    }
  4171. }
  4172.  
  4173. @media (max-width: 576px) {
  4174.    .newsletter-container {
  4175.        padding: 1.5rem 1rem;
  4176.    }
  4177.    
  4178.    .newsletter-heading {
  4179.        font-size: 1.5rem;
  4180.    }
  4181.    
  4182.    .brand-stats {
  4183.        flex-direction: column;
  4184.        gap: 1rem;
  4185.    }
  4186.    
  4187.    .stat-divider {
  4188.        width: 40px;
  4189.        height: 1px;
  4190.    }
  4191.    
  4192.    .action-links {
  4193.        flex-direction: column;
  4194.        gap: 0.75rem;
  4195.        text-align: center;
  4196.    }
  4197.    
  4198.    .pattern-dot {
  4199.        display: none;
  4200.    }
  4201. }
  4202. </style>
  4203.  
  4204. <!-- Bootstrap 5 JS -->
  4205.  
  4206. <script>
  4207. // Scroll to Top Function
  4208. document.addEventListener('DOMContentLoaded', function () {
  4209.    var btn = document.getElementById('toggleExternal');
  4210.    if (!btn) return; // No extra items, no button
  4211.  
  4212.    var extras = document.querySelectorAll('#externalLinks li.extra');
  4213.  
  4214.    btn.addEventListener('click', function () {
  4215.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4216.            return li.classList.contains('d-none');
  4217.        });
  4218.  
  4219.        extras.forEach(function (li) {
  4220.            if (anyHidden) {
  4221.                li.classList.remove('d-none');
  4222.                li.classList.add('show');
  4223.            } else {
  4224.                li.classList.add('d-none');
  4225.                li.classList.remove('show');
  4226.            }
  4227.        });
  4228.  
  4229.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4230.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4231.    });
  4232. });
  4233. function scrollToTop() {
  4234.    window.scrollTo({
  4235.        top: 0,
  4236.        behavior: 'smooth'
  4237.    });
  4238. }
  4239.  
  4240. // Initialize Footer V4 Features
  4241. document.addEventListener('DOMContentLoaded', function() {
  4242.    
  4243.    // Newsletter Form Handling
  4244.    const newsletterForm = document.querySelector('.newsletter-form');
  4245.    const emailInput = document.querySelector('.form-input');
  4246.    const submitButton = document.querySelector('.submit-button');
  4247.    const successMessage = document.querySelector('.success-message');
  4248.    const errorMessage = document.querySelector('.error-message');
  4249.    const infoMessage = document.querySelector('.info-message');
  4250.    
  4251.    if (newsletterForm && emailInput && submitButton) {
  4252.        
  4253.        // Form submission
  4254.        newsletterForm.addEventListener('submit', function(e) {
  4255.            e.preventDefault();
  4256.            
  4257.            const email = emailInput.value.trim();
  4258.            
  4259.            // Validate email
  4260.            if (!email || !isValidEmail(email)) {
  4261.                showMessage('error');
  4262.                emailInput.focus();
  4263.                return;
  4264.            }
  4265.            
  4266.            // Show loading state
  4267.            const originalText = submitButton.querySelector('.button-text').textContent;
  4268.            const originalIcon = submitButton.querySelector('.button-icon').innerHTML;
  4269.            
  4270.            submitButton.disabled = true;
  4271.            submitButton.querySelector('.button-text').textContent = 'Subscribing...';
  4272.            submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-arrow-clockwise"></i>';
  4273.            submitButton.querySelector('.button-icon i').style.animation = 'spin 1s linear infinite';
  4274.            
  4275.            // Simulate API call
  4276.            setTimeout(() => {
  4277.                // Success state
  4278.                submitButton.querySelector('.button-text').textContent = 'Subscribed!';
  4279.                submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-check-lg"></i>';
  4280.                submitButton.querySelector('.button-icon i').style.animation = 'none';
  4281.                submitButton.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  4282.                
  4283.                showMessage('success');
  4284.                
  4285.                // Reset after delay
  4286.                setTimeout(() => {
  4287.                    submitButton.querySelector('.button-text').textContent = originalText;
  4288.                    submitButton.querySelector('.button-icon').innerHTML = originalIcon;
  4289.                    submitButton.style.background = '';
  4290.                    submitButton.disabled = false;
  4291.                    emailInput.value = '';
  4292.                    showMessage('info');
  4293.                }, 3000);
  4294.                
  4295.            }, 2000);
  4296.        });
  4297.        
  4298.        // Input validation
  4299.        emailInput.addEventListener('blur', function() {
  4300.            const email = this.value.trim();
  4301.            if (email && !isValidEmail(email)) {
  4302.                this.style.borderColor = '#ef4444';
  4303.                this.style.boxShadow = '0 0 0 4px rgba(239, 68, 68, 0.2)';
  4304.            } else if (email && isValidEmail(email)) {
  4305.                this.style.borderColor = '#10b981';
  4306.                this.style.boxShadow = '0 0 0 4px rgba(16, 185, 129, 0.2)';
  4307.            }
  4308.        });
  4309.        
  4310.        emailInput.addEventListener('focus', function() {
  4311.            this.style.borderColor = '#3b82f6';
  4312.            this.style.boxShadow = '0 0 0 4px rgba(59, 130, 246, 0.2)';
  4313.        });
  4314.        
  4315.        // Reset validation styling on input
  4316.        emailInput.addEventListener('input', function() {
  4317.            if (this.style.borderColor === 'rgb(239, 68, 68)') {
  4318.                this.style.borderColor = '';
  4319.                this.style.boxShadow = '';
  4320.            }
  4321.        });
  4322.    }
  4323.    
  4324.    // Email validation function
  4325.    function isValidEmail(email) {
  4326.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  4327.        return emailRegex.test(email);
  4328.    }
  4329.    
  4330.    // Message display function
  4331.    function showMessage(type) {
  4332.        // Hide all messages
  4333.        successMessage.style.display = 'none';
  4334.        errorMessage.style.display = 'none';
  4335.        infoMessage.style.display = 'none';
  4336.        
  4337.        // Show specific message
  4338.        if (type === 'success') {
  4339.            successMessage.style.display = 'block';
  4340.        } else if (type === 'error') {
  4341.            errorMessage.style.display = 'block';
  4342.        } else if (type === 'info') {
  4343.            infoMessage.style.display = 'block';
  4344.        }
  4345.    }
  4346.    
  4347.    // Smooth reveal animations
  4348.    const observerOptions = {
  4349.        threshold: 0.1,
  4350.        rootMargin: '0px 0px -30px 0px'
  4351.    };
  4352.    
  4353.    const sectionObserver = new IntersectionObserver((entries) => {
  4354.        entries.forEach(entry => {
  4355.            if (entry.isIntersecting) {
  4356.                entry.target.style.opacity = '1';
  4357.                entry.target.style.transform = 'translateY(0)';
  4358.            }
  4359.        });
  4360.    }, observerOptions);
  4361.    
  4362.    // Animate sections
  4363.    document.querySelectorAll('.brand-section, .links-section, .categories-section').forEach((section, index) => {
  4364.        section.style.opacity = '0';
  4365.        section.style.transform = 'translateY(20px)';
  4366.        section.style.transition = `all 0.6s ease ${index * 0.2}s`;
  4367.        sectionObserver.observe(section);
  4368.    });
  4369.    
  4370.    // Animate category pills
  4371.    document.querySelectorAll('.category-pill').forEach((pill, index) => {
  4372.        pill.style.opacity = '0';
  4373.        pill.style.transform = 'translateY(10px)';
  4374.        pill.style.transition = `all 0.4s ease ${index * 0.1}s`;
  4375.        
  4376.        setTimeout(() => {
  4377.            pill.style.opacity = '1';
  4378.            pill.style.transform = 'translateY(0)';
  4379.        }, 300 + (index * 100));
  4380.    });
  4381.    
  4382.    // Enhanced link hover effects
  4383.    document.querySelectorAll('.link-text').forEach(link => {
  4384.        link.addEventListener('mouseenter', function() {
  4385.            const icon = this.querySelector('.link-icon');
  4386.            if (icon) {
  4387.                icon.style.transform = 'translateX(4px)';
  4388.            }
  4389.        });
  4390.        
  4391.        link.addEventListener('mouseleave', function() {
  4392.            const icon = this.querySelector('.link-icon');
  4393.            if (icon) {
  4394.                icon.style.transform = 'translateX(0)';
  4395.            }
  4396.        });
  4397.    });
  4398.    
  4399.    // Prevent default for demo links
  4400.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4401.        link.addEventListener('click', function(e) {
  4402.            e.preventDefault();
  4403.        });
  4404.    });
  4405.    
  4406.    // Add ripple effect to submit button
  4407.    submitButton.addEventListener('click', function(e) {
  4408.        const ripple = document.createElement('span');
  4409.        const rect = this.getBoundingClientRect();
  4410.        const size = Math.max(rect.width, rect.height);
  4411.        const x = e.clientX - rect.left - size / 2;
  4412.        const y = e.clientY - rect.top - size / 2;
  4413.        
  4414.        ripple.style.cssText = `
  4415.            position: absolute;
  4416.            width: ${size}px;
  4417.            height: ${size}px;
  4418.            left: ${x}px;
  4419.            top: ${y}px;
  4420.            background: rgba(255, 255, 255, 0.3);
  4421.            border-radius: 50%;
  4422.            transform: scale(0);
  4423.            animation: ripple 0.6s ease-out;
  4424.            pointer-events: none;
  4425.        `;
  4426.        
  4427.        this.appendChild(ripple);
  4428.        
  4429.        setTimeout(() => {
  4430.            ripple.remove();
  4431.        }, 600);
  4432.    });
  4433.    
  4434. });
  4435.  
  4436. // Add CSS for ripple animation
  4437. const rippleStyle = document.createElement('style');
  4438. rippleStyle.textContent = `
  4439.    @keyframes ripple {
  4440.        to {
  4441.            transform: scale(2);
  4442.            opacity: 0;
  4443.        }
  4444.    }
  4445.    
  4446.    @keyframes spin {
  4447.        from { transform: rotate(0deg); }
  4448.        to { transform: rotate(360deg); }
  4449.    }
  4450.    
  4451.    .submit-button {
  4452.        position: relative;
  4453.        overflow: hidden;
  4454.    }
  4455. `;
  4456. document.head.appendChild(rippleStyle);
  4457. </script>
  4458.  
  4459.        <!-- end of wpo-site-footer-section -->
  4460.    </div>
  4461.    <!-- end of page-wrapper -->
  4462.  
  4463.    <!-- All JavaScript files
  4464.    ================================================== -->
  4465.    
  4466.  
  4467. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4468. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4469. <!-- Plugins for this template -->
  4470. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4471. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4472. <!-- Custom script for this template -->
  4473. <script src="/static/blogapp/assets/js/script.js"></script>
  4474.  
  4475. <script>
  4476. (function () {
  4477. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4478. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4479.  
  4480. function applyFallback(img) {
  4481. if (!img || img.dataset.fallbackApplied === "1") {
  4482. return;
  4483. }
  4484. var failedSrc = img.currentSrc || img.src || "";
  4485. img.dataset.fallbackApplied = "1";
  4486. img.onerror = null;
  4487. img.src = fallbackImageSrc;
  4488. console.warn("[ImageFallback] Replaced broken image:", {
  4489. failedSrc: failedSrc,
  4490. fallbackSrc: fallbackImageSrc,
  4491. alt: img.alt || "",
  4492. });
  4493. }
  4494.  
  4495. document.querySelectorAll("img").forEach(function (img) {
  4496. if (img.complete && img.naturalWidth === 0) {
  4497. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4498. failedSrc: img.currentSrc || img.src || "",
  4499. alt: img.alt || "",
  4500. });
  4501. applyFallback(img);
  4502. }
  4503. });
  4504.  
  4505. document.addEventListener(
  4506. "error",
  4507. function (event) {
  4508. var target = event.target;
  4509. if (target && target.tagName === "IMG") {
  4510. applyFallback(target);
  4511. }
  4512. },
  4513. true
  4514. );
  4515. })();
  4516. </script>
  4517.  
  4518. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4519.  
  4520.  
  4521.  
  4522. </body>
  4523.  
  4524. </html>
  4525.  
  4526.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda